:root{--bg: #f3eee6;--bg-deep: #e8dfd2;--surface: #fffdf9;--surface-soft: #f8f3ec;--surface-strong: #eee4d7;--surface-glass: rgba(255, 253, 249, .9);--text: #231f1a;--text-secondary: #665d52;--text-muted: #968a7d;--border: #e3d8ca;--border-strong: #cdbda9;--accent: #7b4d2c;--accent-hover: #60391f;--accent-soft: #efe1d2;--accent-contrast: #fffaf3;--olive: #697052;--positive: #526c50;--positive-soft: #e7eee2;--warning: #9a6a2f;--warning-soft: #f5ead6;--danger: #9a4138;--danger-soft: #f6e4df;--ink: #2e2c28;--shadow-sm: 0 1px 2px rgba(61, 43, 28, .04), 0 7px 20px rgba(61, 43, 28, .045);--shadow-md: 0 18px 48px rgba(61, 43, 28, .1);--shadow-lg: 0 28px 80px rgba(39, 27, 18, .16);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 30px;--sidebar-width: 274px;--topbar-height: 68px;--bottom-nav-height: 76px;--font-ui: "Segoe UI Variable Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display: "Segoe UI Variable Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-reading: "Segoe UI Variable Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-family:var(--font-ui);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{--bg: #12110e;--bg-deep: #0b0a08;--surface: #1a1814;--surface-soft: #211e19;--surface-strong: #2a251e;--surface-glass: rgba(26, 24, 20, .92);--text: #f4ecdf;--text-secondary: #c8bbaa;--text-muted: #8f8375;--border: #332d25;--border-strong: #4a4034;--accent: #c69a70;--accent-hover: #e0b58c;--accent-soft: #35271d;--accent-contrast: #17120e;--olive: #a8ad83;--positive: #9ab491;--positive-soft: #263126;--warning: #d4aa6b;--warning-soft: #392d1d;--danger: #e49487;--danger-soft: #3a2421;--ink: #eee5d8;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2), 0 8px 24px rgba(0, 0, 0, .16);--shadow-md: 0 20px 54px rgba(0, 0, 0, .3);--shadow-lg: 0 32px 90px rgba(0, 0, 0, .46)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 78% 3%,color-mix(in srgb,var(--accent-soft) 52%,transparent) 0 9rem,transparent 24rem),linear-gradient(180deg,var(--bg),var(--bg))}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img,svg{display:block}::selection{color:var(--text);background:var(--accent-soft)}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 35%,transparent);outline-offset:2px}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);position:fixed;inset:0 auto 0 0;z-index:70;display:flex;flex-direction:column;padding:20px 16px;background:var(--surface);border-right:1px solid var(--border);transition:transform .24s ease}.brand{display:flex;align-items:center;gap:12px;min-height:58px;padding:0 9px 18px;border-bottom:1px solid var(--border)}.brand__copy{display:flex;flex-direction:column;min-width:0}.brand__copy strong{font-family:var(--font-display);font-size:18px;letter-spacing:-.25px}.brand__copy small{margin-top:3px;color:var(--text-muted);font-size:10px;letter-spacing:.03em}.logo-mark{width:43px;height:43px;flex:0 0 auto;position:relative;display:block;border-radius:14px;background:var(--accent);color:var(--accent-contrast);box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 26%,transparent)}.logo-mark--compact{width:34px;height:34px;border-radius:11px}.logo-mark__pillar{position:absolute;left:50%;top:9px;width:3px;height:22px;border-radius:99px;background:currentColor;transform:translate(-50%)}.logo-mark__line{position:absolute;left:10px;right:10px;height:2px;border-radius:99px;background:currentColor}.logo-mark__line--one{top:13px}.logo-mark__line--two{top:19px}.logo-mark__base{position:absolute;left:9px;right:9px;bottom:9px;height:3px;border-radius:99px;background:currentColor}.logo-mark--compact .logo-mark__pillar{top:7px;height:17px}.logo-mark--compact .logo-mark__line{left:8px;right:8px}.logo-mark--compact .logo-mark__line--one{top:10px}.logo-mark--compact .logo-mark__line--two{top:15px}.logo-mark--compact .logo-mark__base{left:7px;right:7px;bottom:7px}.sidebar__stage{margin:18px 5px 8px;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.sidebar__stage span{display:block;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.sidebar__stage strong{display:block;margin-top:6px;font-size:12px}.sidebar__stage small{display:block;margin-top:3px;color:var(--text-muted);font-size:10px}.sidebar__nav{flex:1;min-height:0;display:flex;flex-direction:column;gap:4px;padding:13px 0;overflow-y:auto}.nav-item{min-height:45px;display:grid;grid-template-columns:22px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0 13px;border-radius:12px;color:var(--text-secondary);font-size:13px;font-weight:650;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-item:hover{color:var(--text);background:var(--surface-soft);transform:translate(2px)}.nav-item--active{color:var(--accent);background:var(--accent-soft)}.nav-item__arrow{opacity:0;transition:opacity .16s ease,transform .16s ease}.nav-item:hover .nav-item__arrow,.nav-item--active .nav-item__arrow{opacity:1;transform:translate(1px)}.sidebar__footer{display:flex;flex-direction:column;gap:9px;padding-top:13px;border-top:1px solid var(--border)}.sidebar-roadmap,.profile-chip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border-radius:13px;transition:background .16s ease}.sidebar-roadmap{grid-template-columns:auto minmax(0,1fr);background:var(--surface-soft)}.sidebar-roadmap:hover,.profile-chip:hover{background:var(--accent-soft)}.sidebar-roadmap__icon,.profile-chip__avatar{width:35px;height:35px;display:grid;place-items:center;border-radius:11px;color:var(--accent);background:var(--accent-soft);font-size:12px;font-weight:800}.sidebar-roadmap>span:last-child,.profile-chip>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.sidebar-roadmap strong,.profile-chip strong{font-size:11px}.sidebar-roadmap small,.profile-chip small{margin-top:3px;overflow:hidden;color:var(--text-muted);font-size:9px;white-space:nowrap;text-overflow:ellipsis}.sidebar-overlay{display:none}.app-main{width:calc(100% - var(--sidebar-width));min-height:100vh;margin-left:var(--sidebar-width)}.topbar{height:var(--topbar-height);position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:12px;padding:0 30px;background:var(--surface-glass);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.topbar__menu,.topbar__brand{display:none!important}.topbar__actions{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:10px}.quick-search{width:min(420px,48vw);min-height:40px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 12px;color:var(--text-muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:12px;font-size:11px;transition:border-color .16s ease,background .16s ease}.quick-search:hover{color:var(--text-secondary);border-color:var(--border-strong);background:var(--surface)}kbd{padding:3px 6px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:9px}.icon-button{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--border);border-radius:12px;color:var(--text-secondary);background:var(--surface);cursor:pointer;transition:.16s ease}.icon-button:hover{color:var(--text);border-color:var(--border-strong);background:var(--surface-soft)}.page-container{max-width:1280px;margin:0 auto;padding:34px 34px 70px}.bottom-nav{display:none}.page-stack{display:flex;flex-direction:column;gap:28px}.section-block{display:flex;flex-direction:column;gap:16px}.page-header{min-height:122px;display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.page-header h1{max-width:820px;margin:8px 0 10px;font-family:var(--font-display);font-size:clamp(31px,4vw,45px);line-height:1.08;letter-spacing:-.9px;font-weight:600}.page-header p{max-width:760px;margin:0;color:var(--text-secondary);font-size:14px;line-height:1.7}.page-header--actions,.page-header--with-decoration{align-items:center}.header-decoration{width:96px;height:96px;flex:0 0 auto;position:relative;display:grid;place-items:center;color:var(--accent);border:1px solid var(--border);border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm)}.header-decoration:before,.header-decoration:after{content:"";position:absolute;inset:9px;border:1px solid var(--border);border-radius:50%}.header-decoration:after{inset:18px;border-style:dashed}.header-decoration svg{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:10px;line-height:1;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.section-heading,.card-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.section-heading h2,.card-heading h2{margin:6px 0 0;font-family:var(--font-display);font-size:24px;line-height:1.2;font-weight:600}.section-heading>a,.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:12px;font-weight:750}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card--interactive{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.card--interactive:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid transparent;border-radius:11px;cursor:pointer;font-size:12px;font-weight:750;transition:transform .16s ease,background .16s ease,border-color .16s ease,opacity .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{color:var(--accent-contrast);background:var(--accent)}.button--primary:hover{background:var(--accent-hover)}.button--secondary{color:var(--text);background:var(--surface-soft);border-color:var(--border)}.button--secondary:hover{border-color:var(--border-strong)}.button--ghost{color:var(--text-secondary);background:transparent;border-color:var(--border)}.button--ghost:hover{color:var(--text);background:var(--surface-soft)}.button--danger{color:var(--danger);background:var(--danger-soft);border-color:color-mix(in srgb,var(--danger) 25%,var(--border))}.badge{width:max-content;min-height:23px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);background:var(--surface-soft);font-size:9px;font-weight:800;letter-spacing:.03em}.badge--accent{color:var(--accent);border-color:transparent;background:var(--accent-soft)}.badge--positive{color:var(--positive);border-color:transparent;background:var(--positive-soft)}.badge--warning{color:var(--warning);border-color:transparent;background:var(--warning-soft)}.badge--dark{color:var(--surface);border-color:transparent;background:var(--ink)}.progress-wrap{display:flex;flex-direction:column;gap:7px}.progress-label{display:flex;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:10px}.progress-label strong{color:var(--text-secondary)}.progress{height:7px;overflow:hidden;border-radius:999px;background:var(--surface-strong)}.progress span{height:100%;display:block;border-radius:inherit;background:var(--accent);transition:width .35s ease}.progress-wrap--quiet .progress{height:5px}.skeleton{position:relative;overflow:hidden;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-lg)}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--surface) 76%,transparent),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{to{transform:translate(100%)}}.spin{animation:spin .9s linear infinite}.page-loader{min-height:55vh;display:grid;place-items:center;align-content:center;gap:12px;color:var(--text-muted);font-size:12px}.empty-state{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;text-align:center;color:var(--text-muted);border:1px dashed var(--border-strong);border-radius:var(--radius-xl);background:color-mix(in srgb,var(--surface) 68%,transparent)}.empty-state h3{margin:15px 0 7px;color:var(--text);font-family:var(--font-display);font-size:23px}.empty-state p{max-width:530px;margin:0 0 18px;line-height:1.65}.toast-stack{position:fixed;right:22px;bottom:22px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{min-width:240px;max-width:360px;display:flex;align-items:center;gap:9px;padding:13px 15px;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:var(--shadow-lg);font-size:12px}.toast--success{color:var(--positive)}.toast--error{color:var(--danger)}.modal-backdrop{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:20px;background:#0f0b087a;backdrop-filter:blur(5px)}.modal{width:min(520px,100%);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lg)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:19px 21px;border-bottom:1px solid var(--border)}.modal__header h2{margin:0;font-family:var(--font-display);font-size:21px}.modal__body{padding:22px;color:var(--text-secondary);line-height:1.65}.modal__body p{margin:0}.modal__footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 21px;background:var(--surface-soft);border-top:1px solid var(--border)}.dashboard-hero{min-height:370px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.7fr);align-items:center;gap:34px;padding:48px 52px;border:1px solid var(--border);border-radius:34px;background:var(--surface);box-shadow:var(--shadow-md)}.dashboard-hero:before{content:"";position:absolute;right:-80px;top:-100px;width:320px;height:320px;border:1px solid var(--border);border-radius:50%;box-shadow:0 0 0 42px color-mix(in srgb,var(--accent-soft) 45%,transparent),0 0 0 82px color-mix(in srgb,var(--accent-soft) 22%,transparent)}.dashboard-hero__copy{position:relative;z-index:2}.dashboard-hero h1{max-width:690px;margin:12px 0 15px;font-family:var(--font-display);font-size:clamp(39px,5vw,62px);line-height:1.01;letter-spacing:-1.7px;font-weight:600}.dashboard-hero p{max-width:640px;margin:0;color:var(--text-secondary);font-size:15px;line-height:1.7}.hero-search{max-width:700px;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:27px;padding:6px 6px 6px 17px;border:1px solid var(--border-strong);border-radius:16px;background:var(--surface-soft);box-shadow:inset 0 1px color-mix(in srgb,white 40%,transparent)}.hero-search input{width:100%;border:0;outline:none;color:var(--text);background:transparent;font-size:13px}.hero-search input::placeholder{color:var(--text-muted)}.hero-search button{height:44px;padding:0 19px;border:0;border-radius:11px;color:var(--accent-contrast);background:var(--accent);cursor:pointer;font-weight:750}.hero-hints{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:12px;color:var(--text-muted);font-size:9px}.hero-hints button{padding:0;border:0;color:var(--accent);background:transparent;cursor:pointer;font-size:9px}.dashboard-hero__ornament{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-book{width:210px;height:170px;position:relative;transform:rotate(-4deg)}.hero-book__spine{position:absolute;left:50%;top:14px;bottom:10px;width:5px;border-radius:99px;background:var(--accent);transform:translate(-50%)}.hero-book__page{position:absolute;top:4px;bottom:16px;width:49%;border:1px solid var(--border-strong);background:var(--surface-soft);box-shadow:var(--shadow-md)}.hero-book__page:after{content:"";position:absolute;inset:24px 22px;background:repeating-linear-gradient(180deg,var(--border-strong) 0 1px,transparent 1px 13px);opacity:.55}.hero-book__page--one{left:1%;border-radius:13px 3px 10px 21px;transform:perspective(500px) rotateY(9deg);transform-origin:right}.hero-book__page--two{right:1%;border-radius:3px 13px 21px 10px;transform:perspective(500px) rotateY(-9deg);transform-origin:left}.hero-book__seal{width:46px;height:46px;position:absolute;left:50%;top:59px;z-index:4;display:grid;place-items:center;border:3px double color-mix(in srgb,var(--accent-contrast) 65%,transparent);border-radius:50%;color:var(--accent-contrast);background:var(--accent);box-shadow:0 8px 20px color-mix(in srgb,var(--accent) 35%,transparent);transform:translate(-50%);font-family:var(--font-display);font-size:20px}.hero-caption{color:var(--text-muted);font-family:var(--font-display);font-size:12px;font-style:italic}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric-card{min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:17px}.metric-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:var(--accent);background:var(--accent-soft)}.metric-card>div{display:flex;flex-direction:column}.metric-card strong{font-family:var(--font-display);font-size:24px;line-height:1}.metric-card span:not(.metric-card__icon){margin-top:5px;color:var(--text-secondary);font-size:10px}.metric-card small{grid-column:1 / -1;color:var(--text-muted);font-size:9px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:24px;align-items:start}.continue-card{min-height:168px;display:grid;grid-template-columns:72px minmax(0,1fr) 42px;align-items:center;gap:18px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm);transition:.18s ease}.continue-card:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.continue-card__index{width:66px;height:82px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px 16px 16px 10px;color:var(--accent);background:var(--surface-soft);box-shadow:inset 6px 0 0 var(--accent-soft);font-family:var(--font-display);font-size:25px}.continue-card__content h3{margin:9px 0 5px;font-family:var(--font-display);font-size:23px;line-height:1.2}.continue-card__content p{margin:0 0 15px;color:var(--text-muted);font-size:10px}.continue-card__arrow{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--accent);background:var(--accent-soft)}.welcome-card{min-height:168px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:24px}.welcome-card__icon{width:70px;height:70px;display:grid;place-items:center;color:var(--accent);border:1px solid var(--border);border-radius:50%;background:var(--surface-soft)}.welcome-card h3{margin:0 0 7px;font-family:var(--font-display);font-size:22px}.welcome-card p{margin:0 0 13px;color:var(--text-secondary);font-size:12px;line-height:1.6}.compact-law-list{display:flex;flex-direction:column;gap:8px}.compact-law,.compact-law-skeleton{min-height:74px}.compact-law{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 13px;border:1px solid var(--border);border-radius:15px;background:var(--surface);transition:.16s ease}.compact-law:hover{transform:translate(2px);border-color:var(--border-strong)}.compact-law>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.compact-law strong{font-size:12px}.compact-law small{margin-top:4px;color:var(--text-muted);font-size:9px}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface)}.feature-strip article{min-height:135px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:11px;padding:22px;border-right:1px solid var(--border)}.feature-strip article:last-child{border-right:0}.feature-strip article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.feature-strip strong{font-family:var(--font-display);font-size:15px}.feature-strip p{margin:6px 0 0;color:var(--text-muted);font-size:10px;line-height:1.55}.library-toolbar,.document-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,330px);gap:10px;padding:11px}.search-field,.select-field{min-height:46px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--border);border-radius:12px;color:var(--text-muted);background:var(--surface-soft)}.search-field input,.select-field select{width:100%;min-width:0;border:0;outline:none;color:var(--text);background:transparent;font-size:12px}.search-field>span{min-width:28px;height:22px;display:grid;place-items:center;border-radius:999px;color:var(--text-muted);background:var(--surface);font-size:9px}.select-field{grid-template-columns:auto minmax(0,1fr)}.law-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.law-card,.law-card-skeleton{min-height:278px}.law-card{display:flex;flex-direction:column;padding:21px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;content-visibility:auto;contain-intrinsic-size:278px}.law-card:hover:not(.law-card--planned){transform:translateY(-3px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.law-card--planned{opacity:.78;background:color-mix(in srgb,var(--surface) 82%,var(--surface-soft))}.law-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.document-monogram{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:var(--surface);background:var(--accent);font-family:var(--font-display);font-size:12px;font-weight:700}.document-monogram--umber{background:#7d4b2a}.document-monogram--olive{background:#6e7355}.document-monogram--brick{background:#87483b}.document-monogram--sand{color:#483729;background:#d5b78b}.document-monogram--slate{background:#5d6262}.document-monogram--clay{background:#9a654d}.document-monogram--wine{background:#683d45}.document-monogram--oat{color:#3c3127;background:#cbb79d}.document-monogram--forest{background:#4f6551}.document-monogram--bronze{background:#89683d}.document-monogram--moss{background:#647052}.document-monogram--ink{background:#34312d}.law-card__category{margin-top:19px;color:var(--text-muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.law-card h2{margin:7px 0 8px;font-family:var(--font-display);font-size:22px;font-weight:600}.law-card p{flex:1;margin:0;color:var(--text-secondary);font-size:11px;line-height:1.65}.law-card__meta{display:flex;justify-content:space-between;gap:10px;margin-top:17px;color:var(--text-muted);font-size:9px}.law-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:14px;color:var(--accent);border-top:1px solid var(--border);font-size:11px;font-weight:750}.law-card__footer--muted{color:var(--text-muted)}.content-readiness{min-height:132px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:23px}.content-readiness__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:var(--positive);background:var(--positive-soft)}.content-readiness h2{margin:7px 0 5px;font-family:var(--font-display);font-size:20px}.content-readiness p{margin:0;color:var(--text-secondary);font-size:11px;line-height:1.6}.back-link{width:max-content;display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:11px;font-weight:700}.document-hero{padding:28px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm)}.document-hero__main{display:flex;align-items:flex-start;gap:18px}.document-monogram--hero{width:72px;height:72px;flex:0 0 auto;border-radius:20px;font-size:15px}.title-badges{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-muted);font-size:10px}.document-hero h1{margin:10px 0 7px;font-family:var(--font-display);font-size:clamp(29px,4vw,40px);line-height:1.12;font-weight:600}.document-hero p{max-width:820px;margin:0;color:var(--text-secondary);font-size:12px;line-height:1.65}.document-hero__stats{max-width:610px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:25px}.document-hero__stats>div{padding:13px 15px;border-radius:13px;background:var(--surface-soft)}.document-hero__stats strong{display:block;font-family:var(--font-display);font-size:22px}.document-hero__stats span{color:var(--text-muted);font-size:9px}.document-notice{margin-top:16px;padding:11px 13px;border-left:3px solid var(--warning);border-radius:0 10px 10px 0;color:var(--text-secondary);background:var(--warning-soft);font-size:10px;line-height:1.55}.article-list{display:flex;flex-direction:column;gap:8px}.article-row,.article-row-skeleton{min-height:82px}.article-row{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 14px;border:1px solid var(--border);border-radius:15px;background:var(--surface);transition:.16s ease;content-visibility:auto;contain-intrinsic-size:82px}.article-row:hover{transform:translate(2px);border-color:var(--border-strong)}.article-number{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft);font-family:var(--font-display);font-size:14px;font-weight:700}.article-row__body{min-width:0;display:flex;flex-direction:column}.article-row__body small{overflow:hidden;color:var(--text-muted);font-size:9px;white-space:nowrap;text-overflow:ellipsis}.article-row__body strong{margin-top:4px;overflow:hidden;font-family:var(--font-display);font-size:15px;white-space:nowrap;text-overflow:ellipsis}.article-row__body em{margin-top:5px;overflow:hidden;color:var(--text-muted);font-size:9px;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.article-row__status{display:flex;align-items:center;gap:10px;color:var(--text-muted)}.article-row__status svg:first-child:not(:last-child){color:var(--positive)}.article-page{max-width:1000px;margin:0 auto}.article-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-muted);font-size:10px}.article-breadcrumb a{display:inline-flex;align-items:center;gap:4px;color:var(--accent);font-weight:700}.article-sheet{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm)}.article-sheet__header{padding:34px 40px 24px;border-bottom:1px solid var(--border)}.article-sheet__header h1{max-width:820px;margin:14px 0 17px;font-family:var(--font-display);font-size:clamp(30px,4.7vw,43px);line-height:1.18;letter-spacing:-.6px;font-weight:600}.article-meta{display:flex;flex-wrap:wrap;gap:10px 17px;color:var(--text-muted);font-size:10px}.article-meta span{display:inline-flex;align-items:center;gap:5px}.article-actions{display:flex;flex-wrap:wrap;gap:8px;padding:15px 40px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.article-context{display:flex;flex-direction:column;gap:5px;padding:26px 40px 0;color:var(--text-muted);font-size:9px;letter-spacing:.05em;text-transform:uppercase}.legal-text{padding:27px 40px 40px;color:var(--text);font-family:var(--font-reading);font-size:18px;line-height:1.92}.legal-text--compact{font-size:16px;line-height:1.65}.legal-text p{margin:0;white-space:pre-line}.article-sheet__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px 40px;border-top:1px solid var(--border);background:var(--surface-soft)}.article-sheet__footer>div{display:flex;flex-direction:column}.article-sheet__footer strong{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.article-sheet__footer span{margin-top:5px;color:var(--text-secondary);font-size:11px;line-height:1.55}.article-sheet__footer svg{color:var(--accent)}.article-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:20px}.article-note__mark{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--warning);background:var(--warning-soft);font-family:var(--font-display);font-size:20px;font-weight:700}.article-note h2{margin:0 0 6px;font-family:var(--font-display);font-size:18px}.article-note p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.65}.article-navigation{display:flex;justify-content:space-between;gap:12px}.article-navigation__item{min-width:170px;display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.article-navigation__item--next{margin-left:auto;text-align:right}.article-navigation__item span{display:flex;flex-direction:column}.article-navigation__item small{color:var(--text-muted);font-size:8px}.article-navigation__item strong{margin-top:3px;font-size:11px}.search-console{position:sticky;top:calc(var(--topbar-height) + 10px);z-index:35;padding:11px;border:1px solid var(--border);border-radius:18px;background:var(--surface-glass);backdrop-filter:blur(18px);box-shadow:var(--shadow-md)}.smart-search{min-height:56px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:5px 5px 5px 14px;border:1px solid var(--border-strong);border-radius:13px;background:var(--surface)}.smart-search input{width:100%;border:0;outline:none;color:var(--text);background:transparent;font-size:14px}.smart-search__clear{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:var(--text-muted);background:transparent;cursor:pointer}.smart-search>button:last-child{height:44px;padding:0 19px;border:0;border-radius:10px;color:var(--accent-contrast);background:var(--accent);cursor:pointer;font-weight:750}.search-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:9px 4px 0;color:var(--text-muted)}.search-filters select{min-height:34px;padding:0 9px;border:1px solid var(--border);border-radius:9px;color:var(--text-secondary);background:var(--surface-soft);font-size:10px}.search-filters button{padding:0;border:0;color:var(--accent);background:transparent;cursor:pointer;font-size:10px}.search-start-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.search-guide{min-height:170px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:19px}.search-guide__number{color:var(--border-strong);font-family:var(--font-display);font-size:30px}.search-guide h2{margin:3px 0 7px;font-family:var(--font-display);font-size:18px}.search-guide p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.6}.search-guide button{margin-top:12px;padding:0;border:0;color:var(--accent);background:transparent;cursor:pointer;font-size:10px;font-weight:750}.history-chips{display:flex;flex-wrap:wrap;gap:8px}.history-chips button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);background:var(--surface);cursor:pointer;font-size:10px}.search-output{min-height:340px}.search-output__header{min-height:52px;display:flex;align-items:flex-end;justify-content:space-between;gap:15px}.search-output__header h2{margin:5px 0 0;font-family:var(--font-display);font-size:23px}.search-output__header>span{color:var(--text-muted);font-size:9px}.search-results{display:flex;flex-direction:column;gap:9px}.search-result,.search-result-skeleton{min-height:170px}.search-result{display:block;padding:19px 21px;border:1px solid var(--border);border-radius:17px;background:var(--surface);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease;content-visibility:auto;contain-intrinsic-size:170px}.search-result:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.search-result__top{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--text-muted);font-size:9px}.search-result h3{margin:12px 0 6px;font-family:var(--font-display);font-size:19px}.search-result p{margin:0;color:var(--text-secondary);font-size:11px;line-height:1.65}.search-result__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.search-result__footer>span{display:flex;flex-wrap:wrap;gap:5px}.search-result__footer em{padding:3px 6px;border-radius:6px;color:var(--text-muted);background:var(--surface-soft);font-size:8px;font-style:normal}.search-result__footer strong{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:10px}.search-tech-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:18px}.search-tech-note>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.search-tech-note strong{font-family:var(--font-display);font-size:15px}.search-tech-note p{margin:5px 0 0;color:var(--text-secondary);font-size:10px;line-height:1.6}.study-hero{min-height:320px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);align-items:center;gap:32px;padding:32px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm)}.study-hero h2{max-width:660px;margin:12px 0 9px;font-family:var(--font-display);font-size:32px;line-height:1.15}.study-hero p{max-width:650px;margin:0;color:var(--text-secondary);font-size:12px;line-height:1.7}.study-hero__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}.study-preview{padding:20px;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft);transform:rotate(1.2deg);box-shadow:var(--shadow-md)}.study-preview__head{display:flex;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:9px}.study-preview__question{margin:18px 0 14px;font-family:var(--font-display);font-size:17px;line-height:1.4}.study-preview__option{min-height:40px;display:flex;align-items:center;gap:9px;margin-bottom:7px;padding:0 10px;border:1px solid var(--border);border-radius:10px;color:var(--text-secondary);background:var(--surface);font-size:10px}.study-preview__option span{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:var(--surface-soft)}.study-preview__option--active{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.study-preview .progress{margin-top:14px}.study-mode-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.study-mode{min-height:226px;padding:19px}.study-mode__top{display:flex;justify-content:space-between;gap:10px}.study-mode__top>span:first-child{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:var(--accent);background:var(--accent-soft)}.study-mode h2{margin:22px 0 7px;font-family:var(--font-display);font-size:19px}.study-mode p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.6}.study-mode__footer{display:flex;align-items:center;gap:6px;margin-top:21px;padding-top:13px;border-top:1px solid var(--border);color:var(--text-muted);font-size:9px}.capability-list{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.capability-list article{min-height:92px;display:grid;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 20px;border-bottom:1px solid var(--border)}.capability-list article:last-child{border-bottom:0}.capability-list article>span{color:var(--border-strong);font-family:var(--font-display);font-size:21px}.capability-list strong{font-family:var(--font-display);font-size:15px}.capability-list p{margin:5px 0 0;color:var(--text-muted);font-size:10px}.capability-list svg{color:var(--positive)}.coming-soon-panel{min-height:135px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:23px}.coming-soon-panel__icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;color:var(--accent);background:var(--accent-soft)}.coming-soon-panel h2{margin:7px 0 5px;font-family:var(--font-display);font-size:20px}.coming-soon-panel p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.6}.bookmark-list{display:flex;flex-direction:column;gap:10px}.bookmark-item,.bookmark-skeleton{min-height:150px}.bookmark-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:16px;padding:20px}.bookmark-item__body>span{color:var(--text-muted);font-size:9px}.bookmark-item h2{margin:7px 0 6px;font-family:var(--font-display);font-size:20px}.bookmark-item p{margin:0 0 12px;color:var(--text-secondary);font-size:10px;line-height:1.6}.local-data-note,.data-architecture{display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;padding:18px;color:var(--text-secondary)}.local-data-note>svg,.data-architecture>svg{color:var(--accent)}.local-data-note strong,.data-architecture strong{color:var(--text);font-family:var(--font-display);font-size:15px}.local-data-note p,.data-architecture p{margin:4px 0 0;font-size:10px;line-height:1.6}.stats-overview{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:13px}.stat-primary{min-height:230px;padding:22px}.stat-primary__head{display:flex;align-items:center;gap:9px;color:var(--text-muted)}.stat-primary__head span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.stat-primary>strong{display:block;margin:21px 0 12px;font-family:var(--font-display);font-size:55px;line-height:1}.stat-primary p{margin:14px 0 0;color:var(--text-muted);font-size:9px;line-height:1.5}.stat-secondary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.stat-secondary-grid .card{min-height:108px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;padding:17px}.stat-secondary-grid .card>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:var(--accent);background:var(--accent-soft)}.stat-secondary-grid strong{font-family:var(--font-display);font-size:22px}.stat-secondary-grid small{grid-column:2;color:var(--text-muted);font-size:9px}.stats-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:13px}.activity-card,.local-stat-card{padding:21px}.activity-grid{display:grid;grid-template-columns:repeat(14,1fr);gap:6px;margin-top:25px}.activity-day{aspect-ratio:1;border:1px solid var(--border);border-radius:4px;background:var(--surface-soft)}.activity-day--active{border-color:transparent;background:var(--accent)}.activity-legend{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:10px;color:var(--text-muted);font-size:8px}.activity-legend i{width:12px;height:12px;display:block;border:1px solid var(--border);border-radius:3px;background:var(--surface-soft)}.activity-legend i.activity-day--active{background:var(--accent)}.local-stat-card>p{color:var(--text-secondary);font-size:10px;line-height:1.6}.local-stat-card ul{margin:15px 0;padding-left:18px;color:var(--text-muted);font-size:9px;line-height:1.8}.frequency-list{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.frequency-list>div{min-height:67px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border)}.frequency-list>div:last-child{border-bottom:0}.frequency-list>div>span{color:var(--border-strong);font-family:var(--font-display);font-size:17px}.frequency-list>div>div{display:flex;flex-direction:column;gap:8px}.frequency-list strong{text-transform:capitalize;font-size:10px}.frequency-list em{color:var(--text-muted);font-size:9px;font-style:normal}.stats-empty{padding:20px;color:var(--text-muted);font-size:10px}.roadmap-list{display:flex;flex-direction:column;gap:13px}.roadmap-stage{display:grid;grid-template-columns:90px minmax(0,1fr);gap:23px;padding:25px}.roadmap-stage--active{border-color:color-mix(in srgb,var(--positive) 35%,var(--border))}.roadmap-stage__number{color:var(--border-strong);font-family:var(--font-display);font-size:46px;line-height:1}.roadmap-stage__heading{display:flex;align-items:center;gap:13px}.roadmap-stage__icon{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;color:var(--accent);background:var(--accent-soft)}.roadmap-stage h2{margin:7px 0 0;font-family:var(--font-display);font-size:24px}.roadmap-stage__body>p{margin:13px 0;color:var(--text-secondary);font-size:11px;line-height:1.65}.roadmap-stage ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.roadmap-stage li{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border-radius:10px;color:var(--text-secondary);background:var(--surface-soft);font-size:9px}.roadmap-stage li svg{color:var(--positive)}.future-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.future-grid .card{min-height:230px;padding:21px}.future-grid__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:var(--accent);background:var(--accent-soft)}.future-grid h2{margin:20px 0 8px;font-family:var(--font-display);font-size:19px}.future-grid p{min-height:66px;margin:0 0 16px;color:var(--text-secondary);font-size:10px;line-height:1.65}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.settings-card{min-height:210px;padding:21px}.settings-card__head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px}.settings-card__head>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:var(--accent);background:var(--accent-soft)}.settings-card h2{margin:2px 0 5px;font-family:var(--font-display);font-size:19px}.settings-card p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.55}.theme-segment{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:22px;padding:5px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.theme-segment__item{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;color:var(--text-muted);background:transparent;cursor:pointer;font-size:9px}.theme-segment__item--active{color:var(--text);background:var(--surface);box-shadow:var(--shadow-sm)}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:26px;cursor:pointer}.switch-row>span{display:flex;flex-direction:column}.switch-row strong{font-size:11px}.switch-row small{margin-top:3px;color:var(--text-muted);font-size:9px}.switch-row input{position:absolute;opacity:0;pointer-events:none}.switch-row i{width:44px;height:25px;position:relative;border-radius:999px;background:var(--surface-strong);transition:background .18s ease}.switch-row i:after{content:"";width:19px;height:19px;position:absolute;left:3px;top:3px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .18s ease}.switch-row input:checked+i{background:var(--accent)}.switch-row input:checked+i:after{transform:translate(19px)}.settings-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.settings-list{margin:21px 0 0;padding-left:18px;color:var(--text-secondary);font-size:10px;line-height:1.9}@media(max-width:1120px){:root{--sidebar-width: 244px}.page-container{padding-inline:26px}.dashboard-hero{grid-template-columns:minmax(0,1fr) 260px;padding:40px}.dashboard-hero h1{font-size:47px}.metric-grid,.study-mode-grid,.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip article:nth-child(2){border-right:0}.feature-strip article:nth-child(-n+2){border-bottom:1px solid var(--border)}.law-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.roadmap-stage ul{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){:root{--sidebar-width: 272px}.sidebar{transform:translate(-105%);box-shadow:var(--shadow-lg)}.sidebar--open{transform:translate(0)}.sidebar-overlay{position:fixed;inset:0;z-index:65;display:block;border:0;background:#140f0a61;backdrop-filter:blur(3px)}.app-main{width:100%;margin-left:0}.topbar{padding:0 18px}.topbar__menu{display:grid!important;place-items:center;flex:0 0 40px}.topbar__menu svg{margin:0;transform:translate(1px)}.topbar__brand{display:flex!important;align-items:center;gap:9px}.topbar__brand>span:last-child{display:flex;flex-direction:column}.topbar__brand strong{font-family:var(--font-display);font-size:14px}.topbar__brand small{color:var(--text-muted);font-size:8px}.topbar__actions{flex:1}.quick-search{width:min(360px,46vw)}.page-container{padding:27px 20px 90px}.dashboard-hero{grid-template-columns:1fr;min-height:auto;padding:36px}.dashboard-hero__ornament{display:none}.dashboard-hero h1{max-width:680px}.feature-strip{grid-template-columns:repeat(2,1fr)}.study-hero{grid-template-columns:1fr}.study-preview{max-width:580px;transform:none}.stats-overview,.stats-grid,.future-grid{grid-template-columns:1fr}.future-grid p{min-height:0}}@media(max-width:640px){:root{--topbar-height: 60px}body{background:var(--bg)}.topbar{padding:0 12px}.quick-search{display:none}.page-container{padding:21px 14px calc(var(--bottom-nav-height) + 30px)}.bottom-nav{height:var(--bottom-nav-height);position:fixed;left:9px;right:9px;bottom:max(8px,env(safe-area-inset-bottom));z-index:55;display:grid;grid-template-columns:repeat(5,1fr);padding:6px;border:1px solid var(--border);border-radius:19px;background:var(--surface-glass);backdrop-filter:blur(18px);box-shadow:var(--shadow-lg)}.bottom-nav__item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;border:0;border-radius:13px;color:var(--text-muted);background:transparent;font-size:8px}.bottom-nav__item--active{color:var(--accent);background:var(--accent-soft)}.page-stack{gap:21px}.page-header{min-height:0}.page-header h1{margin-top:7px;font-size:31px}.page-header p{font-size:12px}.header-decoration{display:none}.page-header--actions{align-items:flex-start;flex-direction:column}.section-heading h2,.card-heading h2{font-size:21px}.section-heading>a{font-size:10px}.dashboard-hero{padding:28px 21px;border-radius:25px}.dashboard-hero h1{font-size:37px;letter-spacing:-1px}.dashboard-hero p{font-size:12px}.hero-search{min-height:54px;grid-template-columns:auto minmax(0,1fr);padding:7px 13px}.hero-search button{grid-column:1 / -1;width:100%}.hero-hints{display:none}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-card{min-height:105px;display:flex;flex-direction:column;align-items:flex-start;gap:9px}.metric-card>div{flex:1}.metric-card small{display:none}.feature-strip{grid-template-columns:1fr}.feature-strip article{border-right:0;border-bottom:1px solid var(--border)}.feature-strip article:last-child{border-bottom:0}.continue-card{grid-template-columns:52px minmax(0,1fr);padding:18px}.continue-card__index{width:50px;height:66px}.continue-card__arrow{display:none}.welcome-card,.library-toolbar,.document-tools,.law-grid{grid-template-columns:1fr}.law-card{min-height:250px}.content-readiness,.coming-soon-panel{grid-template-columns:1fr}.content-readiness>a,.coming-soon-panel>.badge{justify-self:start}.document-hero{padding:20px}.document-hero__main{flex-direction:column}.document-hero h1{font-size:28px}.document-hero__stats{grid-template-columns:1fr 1fr}.document-hero__stats>div:last-child{grid-column:1 / -1}.article-row{grid-template-columns:43px minmax(0,1fr) auto;padding:10px}.article-number{width:40px;height:40px}.article-row__body em{display:none}.article-sheet__header{padding:25px 21px 20px}.article-sheet__header h1{font-size:29px}.article-actions{padding:12px 14px}.article-actions .button{flex:1 1 calc(50% - 8px);min-width:130px}.article-context{padding:20px 21px 0}.legal-text{padding:22px 21px 30px;font-size:17px;line-height:1.78}.article-sheet__footer{padding:17px 21px}.article-navigation__item{min-width:0}.search-console{top:calc(var(--topbar-height) + 7px);padding:8px}.smart-search{grid-template-columns:auto minmax(0,1fr) auto}.smart-search>button:last-child{grid-column:1 / -1;width:100%}.search-filters{display:grid;grid-template-columns:1fr 1fr}.search-filters>svg{display:none}.search-filters select{width:100%}.search-start-grid{grid-template-columns:1fr}.search-result{padding:17px}.search-result__footer{align-items:flex-end}.search-result__footer>span{max-width:65%}.study-mode-grid{grid-template-columns:1fr}.study-hero{padding:22px}.study-hero h2{font-size:27px}.capability-list article{grid-template-columns:36px minmax(0,1fr)}.capability-list article>svg{display:none}.bookmark-item{grid-template-columns:auto minmax(0,1fr)}.bookmark-item>.button{grid-column:1 / -1;justify-self:end}.stat-secondary-grid{grid-template-columns:1fr 1fr}.activity-grid{grid-template-columns:repeat(7,1fr)}.roadmap-stage{grid-template-columns:1fr;gap:12px;padding:20px}.roadmap-stage__number{font-size:34px}.roadmap-stage ul,.settings-grid{grid-template-columns:1fr}.theme-segment__item span{display:none}.toast-stack{left:12px;right:12px;bottom:calc(var(--bottom-nav-height) + 22px)}.toast{width:100%;min-width:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.source-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:start;padding:22px;border-color:color-mix(in srgb,var(--positive) 30%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--positive-soft) 58%,var(--surface)),var(--surface))}.source-card__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--positive);background:var(--surface);box-shadow:var(--shadow-sm)}.source-card__body h2{margin:4px 0 7px;font-family:var(--font-display);font-size:20px}.source-card__body>p{margin:0;max-width:850px;color:var(--text-secondary);line-height:1.65}.source-card__meta{display:flex;flex-wrap:wrap;gap:7px 18px;margin-top:14px;color:var(--text-secondary);font-size:12px}.source-card__meta span{min-width:0}.source-hash{display:inline-flex;align-items:center;gap:5px;max-width:100%;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.source-card__link{align-self:center;white-space:nowrap}.document-source-line{display:flex;flex-wrap:wrap;gap:8px 20px;align-items:center;padding-top:15px;border-top:1px solid var(--border);color:var(--text-secondary);font-size:12px}.document-source-line a{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-weight:700}.load-more{display:grid;justify-items:center;gap:8px;padding:22px 10px}.load-more span{color:var(--text-tertiary);font-size:12px}.sync-empty-card{display:flex;align-items:center;gap:13px;padding:18px}.sync-empty-card>span{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--accent-soft);color:var(--accent);font-weight:800}.sync-empty-card div{display:grid;gap:4px}.sync-empty-card small{color:var(--text-secondary);line-height:1.45}.law-card__footer--muted a{display:inline-flex;color:inherit}.badge svg{flex:0 0 auto}.article-row{content-visibility:auto;contain-intrinsic-size:92px}@media(max-width:780px){.source-card{grid-template-columns:auto minmax(0,1fr)}.source-card__link{grid-column:1 / -1;width:100%;justify-content:center}.document-source-line{align-items:flex-start;flex-direction:column;gap:6px}}.metric-grid--updates{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid--updates .card{min-height:128px;display:flex;flex-direction:column;justify-content:space-between}.metric-grid--updates strong{font-size:clamp(1.35rem,3vw,2rem)}.metric-card__icon{color:var(--accent)}.update-instructions{display:flex;align-items:center;justify-content:space-between;gap:24px}.update-instructions__icon{flex:0 0 auto;width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--surface-muted);color:var(--accent)}.update-list{display:grid;gap:12px}.update-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.update-row__main{display:flex;gap:16px;min-width:0}.update-row__title{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.update-row__title h2{margin:0;font-size:1.05rem}.update-row p{margin:7px 0;color:var(--text-muted)}.update-row__meta{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--text-subtle);font-size:.82rem}.update-row details{margin-top:10px}.update-row summary{cursor:pointer;color:var(--accent);font-size:.86rem}.update-row pre{white-space:pre-wrap;word-break:break-word;max-height:180px;overflow:auto;padding:12px;border-radius:12px;background:var(--surface-muted);font-size:.76rem}.source-safety-note{display:flex;align-items:flex-start;gap:15px}.source-safety-note>svg{color:var(--warning);flex:0 0 auto}.source-safety-note h2{margin:0 0 6px;font-size:1rem}.update-row-skeleton{height:130px}@media(max-width:760px){.metric-grid--updates{grid-template-columns:1fr}.update-row,.update-instructions{align-items:flex-start}.update-row__main{gap:12px}.update-row__meta{flex-direction:column;gap:3px}}.study-loading-skeleton{height:220px;border-radius:28px}.study-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.study-mode{min-height:190px;text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:24px;padding:24px;color:var(--text);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.study-mode:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.study-mode--active{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.study-mode>span{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--accent-soft);color:var(--accent)}.study-mode h2{font-size:1.15rem;margin:18px 0 8px}.study-mode p{margin:0;color:var(--muted);line-height:1.55}.study-builder{padding:26px;display:flex;align-items:end;gap:20px}.study-builder__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;flex:1}.study-builder label{display:grid;gap:7px}.study-builder label>span{font-size:.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.study-builder select,.admin-login input{width:100%;min-height:46px;border:1px solid var(--border);border-radius:13px;background:var(--surface-raised);color:var(--text);padding:0 13px;font:inherit}.study-session-page{max-width:900px;margin-inline:auto}.study-session-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.study-session-header>button{border:0;background:transparent;color:var(--muted);display:flex;align-items:center;gap:7px;cursor:pointer}.study-session-header>div{display:grid;gap:7px}.study-session-header>div>span{text-align:center;font-size:.82rem;color:var(--muted)}.study-question-card{padding:clamp(22px,4vw,40px)}.study-question-card h1{font-family:var(--font-serif);font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.25;max-width:780px}.study-question-meta{display:flex;gap:10px;margin-bottom:17px}.study-case-facts{padding:18px 20px;border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:0 15px 15px 0;line-height:1.65}.study-options{display:grid;gap:11px;margin-top:24px}.study-options button{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:13px;width:100%;text-align:left;border:1px solid var(--border);background:var(--surface-raised);color:var(--text);border-radius:16px;padding:14px 16px;cursor:pointer;transition:.15s ease}.study-options button:hover{border-color:var(--accent)}.study-options button>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--surface);font-weight:800}.study-option--selected{border-color:var(--accent)!important;background:var(--accent-soft)!important}.study-option--correct{border-color:#5d8c68!important;background:color-mix(in srgb,#5d8c68 13%,var(--surface))!important}.study-option--wrong{border-color:#a95b54!important;background:color-mix(in srgb,#a95b54 11%,var(--surface))!important}.study-explanation{margin-top:22px;border-radius:17px;padding:18px 20px;background:var(--surface-raised);border:1px solid var(--border)}.study-explanation--success{border-left:4px solid #5d8c68}.study-explanation--error{border-left:4px solid #a95b54}.study-explanation p{line-height:1.65}.study-explanation>div{display:flex;flex-wrap:wrap;gap:8px}.study-explanation a{font-size:.84rem;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:7px 10px}.study-question-actions{display:flex;justify-content:flex-end;margin-top:22px}.study-result-page{display:grid;place-items:center;min-height:70vh}.study-result-card{text-align:center;max-width:620px;padding:40px}.study-result-card__seal{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:var(--accent-soft);color:var(--accent)}.study-result-card>strong{display:block;font-family:var(--font-serif);font-size:2rem;margin:14px}.study-result-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.changes-list{display:grid;gap:15px}.change-card{padding:23px}.change-card__head{display:flex;justify-content:space-between;gap:20px}.change-card__head h2{font-size:1.05rem;margin:10px 0}.change-card__head time{font-size:.82rem;color:var(--muted);white-space:nowrap}.change-counts{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.change-counts span{background:var(--surface-raised);border-radius:999px;padding:7px 11px;font-size:.84rem}.change-card>p{display:flex;align-items:flex-start;gap:8px;color:var(--muted)}.admin-login{min-height:70vh;display:grid;place-items:center}.admin-login .card{width:min(480px,100%);padding:34px}.admin-login__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--accent-soft);color:var(--accent);margin-bottom:18px}.admin-login form{display:grid;gap:12px;margin-top:22px}.admin-update-panel{padding:25px}.admin-update-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.admin-code-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}.admin-code-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--border);border-radius:14px;background:var(--surface-raised)}.admin-code-row span{min-width:0}.admin-code-row strong,.admin-code-row small{display:block}.admin-code-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px}.admin-job{padding:20px}.admin-job__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.admin-job__head>span{display:flex;align-items:center;gap:8px;font-weight:800}.admin-job pre{max-height:360px;overflow:auto;padding:15px;border-radius:14px;background:#11100d;color:#e8dfd0;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.study-builder{align-items:stretch;flex-direction:column}.study-builder__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.study-mode-grid,.study-builder__grid,.admin-code-grid{grid-template-columns:1fr}.study-session-header{grid-template-columns:1fr auto}.study-session-header>button{grid-column:1/-1}.change-card__head{display:grid}.change-card__head time{white-space:normal}.study-question-card{padding:20px}.study-result-actions>*{width:100%;justify-content:center}.admin-update-actions>*{width:100%;justify-content:center}}.admin-update-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.admin-update-heading h2{margin:6px 0 0;font-family:var(--font-serif);font-size:1.35rem}.admin-update-heading>span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.82rem;text-align:right}.admin-code-row{grid-template-columns:auto minmax(0,1fr) auto}.admin-code-row>span{overflow-wrap:anywhere}.admin-code-row small{white-space:normal;line-height:1.4}.admin-code-date{font-size:.72rem}.admin-source-list{grid-column:2/-1!important;display:flex!important;align-items:flex-start;gap:6px;padding-top:7px;border-top:1px solid var(--border);font-size:.7rem;color:var(--muted);word-break:break-all}.admin-job pre{overflow-wrap:anywhere;word-break:break-word}.admin-update-actions .button{min-width:0}.admin-code-row .badge{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.admin-update-heading{display:grid}.admin-update-heading>span{text-align:left}.admin-code-row{grid-template-columns:auto minmax(0,1fr)}.admin-code-row>.badge{grid-column:2;justify-self:start}.admin-source-list{grid-column:1/-1!important}.admin-page .page-header>.button{width:100%;justify-content:center}}.change-articles{display:grid;gap:8px;margin-top:14px}.change-article{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px!important;margin:0!important;padding:10px 12px;border-radius:12px;background:var(--surface-raised);line-height:1.45}.change-article strong{color:var(--text)}.change-article--added svg{color:var(--positive)}.change-article--removed svg{color:var(--danger)}.change-article--modified svg{color:var(--accent)}.change-articles>small{color:var(--muted);padding:2px 12px}:root{--muted: var(--text-muted);--surface-raised: var(--surface-soft);--surface-muted: var(--surface-soft);--text-tertiary: var(--text-muted);--text-subtle: var(--text-muted);--font-serif: var(--font-display)}select{color-scheme:light}select option,select optgroup{color:var(--text);background:var(--surface)}:root[data-theme=dark] select{color-scheme:dark;color:var(--text);background-color:var(--surface-strong);border-color:var(--border-strong)}:root[data-theme=dark] select option,:root[data-theme=dark] select optgroup{color:var(--text);background-color:var(--surface-strong)}:root[data-theme=dark] .study-builder select,:root[data-theme=dark] .search-filters select,:root[data-theme=dark] .select-field select,:root[data-theme=dark] .full-document-toolbar select{color:var(--text);background:var(--surface-strong)}.page-container:has(.article-page--wide),.page-container:has(.full-document-page--wide){max-width:none}.article-page--wide,.full-document-page--wide{width:100%;max-width:none;margin-inline:0}.article-page--wide .article-sheet,.full-document-page--wide .full-document-sheet{width:100%}.article-page--wide .article-sheet__header h1{max-width:none}.article-page--wide .legal-text--compact,.article-page--wide .legal-text--compact p{width:100%;max-width:none}.article-source-line{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 18px;padding:15px 40px;border-top:1px solid var(--border);color:var(--text-muted);background:var(--surface-soft);font-size:11px}.article-source-line a{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:750}.full-document-row{min-height:96px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--accent) 34%,var(--border));border-radius:17px;background:linear-gradient(135deg,var(--accent-soft),var(--surface));box-shadow:var(--shadow-sm);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.full-document-row:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-md)}.full-document-row__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;color:var(--accent-contrast);background:var(--accent)}.full-document-page{max-width:1080px;margin:0 auto}.full-document-hero{position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:clamp(24px,4vw,40px);border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm)}.full-document-hero:after{content:"§";position:absolute;right:24px;bottom:-48px;color:color-mix(in srgb,var(--accent) 8%,transparent);font-family:var(--font-display);font-size:190px;line-height:1;pointer-events:none}.full-document-hero__copy,.full-document-hero__actions{position:relative;z-index:1}.full-document-hero h1{max-width:820px;margin:13px 0 8px;font-family:var(--font-serif);font-size:clamp(29px,4.4vw,46px);line-height:1.12;font-weight:600}.full-document-hero p{margin:0;color:var(--text-secondary)}.full-document-hero__actions{display:flex;flex-wrap:wrap;gap:8px}.full-document-toolbar{position:sticky;top:calc(var(--topbar-height) + 10px);z-index:34;display:flex;align-items:end;justify-content:space-between;gap:20px;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:var(--surface-glass);box-shadow:var(--shadow-sm);backdrop-filter:blur(16px)}.full-document-toolbar label{min-width:0;flex:1;display:grid;gap:6px}.full-document-toolbar label>span,.full-document-toolbar>span{color:var(--text-muted);font-size:10px;font-weight:700}.full-document-toolbar select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:12px;color:var(--text);background:var(--surface-soft)}.full-document-sheet{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm)}.full-document-preamble,.full-document-article{padding:clamp(24px,4vw,42px);border-bottom:1px solid var(--border)}.full-document-preamble{background:var(--surface-soft)}.full-document-preamble>span{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.full-document-preamble p,.full-document-article__text{margin:15px 0 0;white-space:pre-line;font-family:var(--font-reading);font-size:17px;line-height:1.86}.full-document-article{scroll-margin-top:calc(var(--topbar-height) + 92px);content-visibility:auto;contain-intrinsic-size:460px}.full-document-article:last-child{border-bottom:0}.full-document-article__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-muted);font-size:10px}.full-document-article__meta a{color:var(--accent);font-weight:750}.full-document-article h2{margin:12px 0 0;font-family:var(--font-serif);font-size:clamp(21px,2.6vw,28px);line-height:1.3;font-weight:600}.full-document-article h2 span{color:var(--accent)}.full-document-article__text--compact{width:100%;max-width:none;font-size:15px;line-height:1.58}.back-to-top{width:max-content;display:inline-flex;align-items:center;gap:7px;align-self:center;padding:10px 14px;border:1px solid var(--border);border-radius:999px;color:var(--accent);background:var(--surface);cursor:pointer;font-weight:750}.search-load-more{border-top:1px solid var(--border);margin-top:8px}.study-builder__action{flex:0 0 auto;display:grid;justify-items:end;gap:8px}.study-builder__action small{color:var(--text-muted);font-size:11px}.profile-hero{position:relative;overflow:hidden;min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(24px,4vw,38px);border:1px solid var(--border);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--accent-soft) 62%,var(--surface)));box-shadow:var(--shadow-sm)}.profile-hero:before{content:"";position:absolute;width:260px;height:260px;right:-100px;top:-130px;border:1px solid color-mix(in srgb,var(--accent) 16%,transparent);border-radius:50%;box-shadow:0 0 0 38px color-mix(in srgb,var(--accent) 4%,transparent),0 0 0 76px color-mix(in srgb,var(--accent) 3%,transparent)}.profile-hero__identity{position:relative;z-index:1;display:flex;align-items:center;gap:18px}.profile-hero__avatar{width:72px;height:72px;flex:0 0 auto;display:grid;place-items:center;border-radius:22px;color:var(--accent-contrast);background:var(--accent);box-shadow:var(--shadow-md)}.profile-hero h1{margin:7px 0 4px;font-family:var(--font-serif);font-size:clamp(34px,5vw,48px)}.profile-hero p{margin:0;color:var(--text-secondary)}.profile-hero__seal{position:relative;z-index:1;width:96px;height:96px;flex:0 0 auto;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--border));border-radius:50%;color:var(--accent);background:color-mix(in srgb,var(--surface) 74%,transparent)}.profile-hero__seal span{position:absolute;right:12px;bottom:7px;font-family:var(--font-serif);font-size:24px}.profile-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-summary>.card{min-height:112px;display:flex;align-items:center;gap:13px;padding:18px}.profile-summary>.card>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.profile-summary strong,.profile-summary small{display:block}.profile-summary strong{font-family:var(--font-serif);font-size:21px}.profile-summary small{margin-top:4px;color:var(--text-muted)}.profile-progress-card{display:grid!important;align-content:center}.profile-progress-card .progress-wrap{width:100%;margin-top:10px}.profile-motto{position:relative;overflow:hidden;min-height:210px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;padding:23px;background:linear-gradient(145deg,var(--surface),var(--surface-soft))}.profile-motto__mark{color:var(--accent);font-family:var(--font-serif);font-size:52px;line-height:.8}.profile-motto h2{margin:7px 0;font-family:var(--font-serif);font-size:22px}.profile-motto p{margin:0;color:var(--text-secondary);line-height:1.7}.account-coming-soon{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:20px}.account-coming-soon>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--accent);background:var(--accent-soft)}.account-coming-soon strong{font-family:var(--font-serif);font-size:18px}.account-coming-soon p{margin:5px 0 0;color:var(--text-secondary);line-height:1.55}@media(max-width:980px){.profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.article-source-line{padding:14px 21px}.full-document-hero{display:grid}.full-document-hero__actions>*{flex:1;justify-content:center}.full-document-toolbar{position:static;display:grid;align-items:stretch}.full-document-article__meta{align-items:flex-start;flex-direction:column;gap:5px}.profile-hero{align-items:flex-start}.profile-hero__seal{display:none}.profile-summary{grid-template-columns:1fr 1fr}.study-builder__action{width:100%;justify-items:stretch}.study-builder__action small{text-align:right}}@media(max-width:520px){.full-document-row{grid-template-columns:46px minmax(0,1fr) auto;padding:12px}.full-document-row__icon{width:44px;height:44px}.profile-hero__identity{align-items:flex-start}.profile-hero__avatar{width:58px;height:58px;border-radius:18px}.profile-summary{grid-template-columns:1fr}}:root{--tg-safe-top: 0px;--tg-safe-right: 0px;--tg-safe-bottom: 0px;--tg-safe-left: 0px;--tg-content-safe-top: 0px;--tg-content-safe-right: 0px;--tg-content-safe-bottom: 0px;--tg-content-safe-left: 0px;--tg-viewport-height: 100vh}html.telegram-mini-app,html.telegram-mini-app body,html.telegram-mini-app #root,html.telegram-mini-app .app-shell{min-height:var(--tg-viewport-height)}html.telegram-mini-app .topbar{height:calc(var(--topbar-height) + var(--tg-content-safe-top));padding-top:var(--tg-content-safe-top);padding-left:max(12px,var(--tg-content-safe-left));padding-right:max(12px,var(--tg-content-safe-right))}html.telegram-mini-app .page-container{padding-left:max(14px,var(--tg-content-safe-left));padding-right:max(14px,var(--tg-content-safe-right));padding-bottom:calc(var(--bottom-nav-height) + 30px + var(--tg-content-safe-bottom))}html.telegram-mini-app .bottom-nav{left:max(9px,var(--tg-content-safe-left));right:max(9px,var(--tg-content-safe-right));bottom:max(8px,var(--tg-content-safe-bottom))}html.telegram-mini-app .sidebar{padding-top:calc(20px + var(--tg-content-safe-top));padding-left:max(16px,var(--tg-content-safe-left))}@media print{.sidebar,.topbar,.bottom-nav,.article-breadcrumb,.full-document-hero__actions,.full-document-toolbar,.back-to-top{display:none!important}.app-main{width:100%!important;margin:0!important}.page-container{max-width:none!important;padding:0!important}.full-document-page{max-width:none!important}.full-document-hero,.full-document-sheet{border:0!important;box-shadow:none!important}.full-document-article{break-inside:avoid;content-visibility:visible}}.profile-hero__avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
