:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif;color:#171817;background:#f5f5f3;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #171817;--muted: #686e6b;--line: #dedfdb;--paper: #ffffff;--canvas: #f5f5f3;--accent: #246b8f;--accent-dark: #174d69;--accent-soft: #e5f1f7;--signal: #72c9ed;--notice: #86622f;--notice-bg: #fff6e7;--danger: #b43d36;--danger-dark: #762b27;--danger-soft: #fff0ee;--shadow: 0 14px 40px rgba(26, 29, 28, .08), 0 2px 7px rgba(26, 29, 28, .04);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background:var(--canvas);-webkit-font-smoothing:antialiased}body.modal-open,body.pdf-modal-open{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid rgba(36,107,143,.3);outline-offset:2px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.app{min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top) max(18px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(18px,env(safe-area-inset-left))}.app-header,main,footer{width:min(100%,1080px);margin-inline:auto}.app-header{min-height:56px;display:flex;align-items:center;gap:var(--space-md)}.brand-lockup{display:flex;align-items:center;gap:var(--space-sm);color:inherit;text-decoration:none}.brand-lockup strong{display:inline-block;font-size:1.05rem;letter-spacing:-.03em}.beta-badge{display:inline-flex;min-height:21px;align-items:center;padding:3px 7px;border-radius:7px;background:var(--accent-soft);color:var(--accent-dark);font-size:.58rem;font-weight:800;letter-spacing:.07em;line-height:1;text-transform:uppercase}.app.has-result .beta-badge{animation:beta-enter .18s .22s both}@keyframes beta-enter{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.about-link{margin-left:auto;padding:12px 2px 12px 14px;color:var(--muted);font-size:.83rem;font-weight:650;text-decoration:none}.hero{display:flex;flex-direction:column;padding:var(--space-sm) 2px var(--space-md)}.eyebrow,.section-kicker{display:block;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.095em;line-height:1.25;text-transform:uppercase}.hero h1{margin:var(--space-sm) 0 0;font-size:clamp(2.85rem,12vw,5.4rem);line-height:.92;letter-spacing:-.072em;font-weight:760}.hero p{margin:12px 0 0;color:var(--muted);font-size:.94rem;font-weight:540}.lookup-sentinel{height:0}.lookup-dock{position:sticky;top:max(8px,env(safe-area-inset-top));z-index:30;margin:0 -2px var(--space-md);padding:var(--space-sm);border:1px solid rgba(218,220,216,.95);border-radius:23px;background:var(--paper);box-shadow:0 8px 30px #191d1b1a}.app.has-result .lookup-dock{margin-bottom:var(--space-md)}.version-control-wrap{min-height:37px;display:flex;align-items:center;justify-content:space-between;padding:0 6px 7px 9px}.version-control-wrap>span{color:var(--muted);font-size:.72rem;font-weight:730;letter-spacing:.015em}.version-control{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:3px;border-radius:11px;background:#eceeeb}.version-control:before{content:"";position:absolute;top:3px;bottom:3px;left:3px;width:calc((100% - 6px)/2);border-radius:9px;background:var(--paper);box-shadow:0 1px 4px #1417161f;transition:transform .26s cubic-bezier(.22,1,.36,1)}.version-control[data-version="6.0"]:before{transform:translate(100%)}.version-control button{position:relative;z-index:1;min-width:64px;min-height:36px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#616763;font-size:.78rem;font-weight:760;cursor:pointer;transition:color .18s ease}.version-control button.active{color:var(--ink)}.search-wrap{min-height:55px;display:flex;align-items:center;gap:var(--space-sm);padding:0 12px;border-radius:16px;background:#f0f1ef}.search-wrap input{width:100%;min-width:0;padding:14px 0 16px;border:0;outline:0;background:transparent;color:var(--ink);font-size:max(16px,.98rem)}.search-wrap input::placeholder{color:#7e8481}.search-wrap input::-webkit-search-cancel-button{display:none}.clear-button{position:relative;width:31px;height:31px;flex:none;padding:0;border:0;border-radius:50%;background:#dfe2de;cursor:pointer}.clear-button:before,.clear-button:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;border-radius:99px;background:#606663}.clear-button:before{transform:translate(-50%,-50%) rotate(45deg)}.clear-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.search-status-indicator{position:relative;width:31px;height:31px;flex:none}.search-status-indicator.activity{display:grid;place-items:center;color:var(--ink)}.search-status-glyph,.search-status-ring-wrap{position:absolute;inset:0;display:grid;place-items:center;transition:opacity .18s ease,transform .18s ease}.search-status-glyph{color:#59615e;transform:scale(.82);opacity:0}.search-status-glyph svg{width:23px;height:23px;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.search-status-ring-wrap,.search-status-indicator.idle .search-status-glyph{transform:scale(1);opacity:1}.search-status-indicator.idle .search-status-ring-wrap{transform:scale(.82);opacity:0}.search-status-circle{position:relative;width:18px;height:18px;display:block;border-radius:50%}.search-status-ring{width:23px;height:23px;overflow:visible;transform:rotate(-90deg)}.search-status-ring-track,.search-status-ring-value{fill:none;stroke-width:2.5;transition:opacity .18s ease,stroke-dasharray .18s ease,stroke-dashoffset .18s ease}.search-status-ring-track{stroke:#c7cbc8;opacity:0}.search-status-ring-value{stroke:currentColor;stroke-linecap:round}.search-status-indicator.waiting .search-status-ring-value{animation:search-waiting-pulse 1.2s ease-in-out infinite}.search-status-indicator.downloading .search-status-ring-track,.search-status-indicator.debouncing .search-status-ring-track,.search-status-indicator.working .search-status-ring-track{opacity:1}.search-status-indicator.debouncing .search-status-ring-wrap{opacity:.58}.search-status-indicator.debouncing .search-status-ring-value{animation:search-running-arc 3.3s ease-in-out infinite}.search-status-indicator.working .search-status-ring-value{animation:search-running-arc 1.1s ease-in-out infinite}.search-status-indicator>summary{width:31px;height:31px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;list-style:none}.search-status-indicator>summary::-webkit-details-marker{display:none}.search-status-indicator.issue:not(.load-error) .search-status-circle{width:16px;height:16px;background:var(--danger);box-shadow:0 0 0 4px #b43d361f}.search-status-indicator.load-error .search-status-circle{border:2px solid var(--danger)}.search-status-indicator.load-error .search-status-circle:before,.search-status-indicator.load-error .search-status-circle:after{content:"";position:absolute;top:50%;left:50%;width:11px;height:2px;border-radius:99px;background:var(--danger)}.search-status-indicator.load-error .search-status-circle:before{transform:translate(-50%,-50%) rotate(45deg)}.search-status-indicator.load-error .search-status-circle:after{transform:translate(-50%,-50%) rotate(-45deg)}.search-status-popover{position:absolute;top:calc(100% + 9px);left:0;z-index:5;width:min(310px,calc(100vw - 62px));padding:13px 14px;border:1px solid #e4b7b2;border-radius:14px;background:var(--danger-soft);color:var(--danger-dark);box-shadow:0 12px 32px #431a1729}.search-status-popover:before{content:"";position:absolute;bottom:100%;left:10px;width:10px;height:10px;border-top:1px solid #e4b7b2;border-left:1px solid #e4b7b2;background:var(--danger-soft);transform:translateY(5px) rotate(45deg)}.search-status-popover strong{display:block;font-size:.78rem;letter-spacing:-.01em}.search-status-popover p{margin:5px 0 8px;overflow-wrap:anywhere;color:#603532;font-size:.7rem;line-height:1.45}.search-status-popover small{display:block;color:#7a5652;font-size:.64rem;line-height:1.4}@keyframes search-waiting-pulse{0%,to{opacity:.25}50%{opacity:1}}@keyframes search-running-arc{0%{stroke-dasharray:1 58.69;stroke-dashoffset:0}50%{stroke-dasharray:59.69 0;stroke-dashoffset:0}to{stroke-dasharray:1 58.69;stroke-dashoffset:-59.69}}.search-hint{margin:7px 5px 1px 14px;color:var(--muted);font-size:.7rem;line-height:1.35}.search-results{position:absolute;top:calc(100% + 7px);right:0;left:0;max-height:min(480px,64vh);overflow:auto;padding:7px;border:1px solid var(--line);border-radius:19px;background:var(--paper);box-shadow:var(--shadow)}.search-results button{width:100%;min-height:66px;display:flex;align-items:center;gap:12px;padding:12px;border:0;border-radius:13px;background:transparent;text-align:left;cursor:pointer}.search-results button.active{background:#f0f4f5}.search-results button>span{min-width:0;display:flex;flex:1;flex-direction:column}.search-results strong{overflow:hidden;font-size:.9rem;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.search-results small{overflow:hidden;margin-top:4px;color:var(--muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.search-results em{max-width:105px;color:var(--accent);font-size:.66rem;font-style:normal;font-weight:720;line-height:1.2;text-align:right}.loading-state,.error-state,.no-results,.empty-home{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px var(--space-lg);text-align:center}.loading-state{gap:13px;color:var(--muted);font-size:.84rem}.loading-state>span{width:24px;height:24px;border:3px solid #d9dfdc;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-state,.no-results,.empty-home{border:1px solid var(--line);border-radius:22px;background:var(--paper)}.error-state strong,.no-results h2,.empty-home h2{margin:7px 0 4px;font-size:1.2rem;letter-spacing:-.035em}.error-state p,.no-results p,.empty-home p{max-width:430px;margin:5px 0 18px;color:var(--muted);font-size:.84rem;line-height:1.55}.no-results>span,.empty-home>span{color:var(--accent);font-size:2.2rem;transform:rotate(-18deg)}.version-unavailable>small{margin-top:8px;color:var(--accent);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.version-unavailable h2{max-width:580px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:600;line-height:1.05;text-wrap:balance}.primary-button,.error-state button{min-height:44px;padding:0 17px;border:0;border-radius:13px;background:var(--ink);color:#fff;font-size:.78rem;font-weight:760;cursor:pointer}.home-sections{display:grid;gap:var(--space-md)}.home-list{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper)}.home-list-title{padding:var(--space-md) var(--space-md) 12px}.home-list h2{margin:3px 0 0;font-size:1.25rem;letter-spacing:-.04em}.home-list>div:last-child{padding:0 8px 8px}.home-list>div:last-child>button{width:100%;min-height:61px;display:flex;align-items:center;gap:12px;padding:12px;border:0;border-top:1px solid #eceeeb;background:transparent;text-align:left;cursor:pointer}.home-list>div:last-child>button:first-child{border-top:0}.home-list button>span{min-width:0;display:flex;flex:1;flex-direction:column}.home-list button strong{overflow:hidden;font-size:.87rem;text-overflow:ellipsis;white-space:nowrap}.home-list button small{overflow:hidden;margin-top:3px;color:var(--muted);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.home-list button em{padding:4px 7px;border-radius:8px;background:var(--accent-soft);color:var(--accent-dark);font-size:.66rem;font-style:normal;font-weight:760}.browse-button{width:100%;min-height:78px;display:flex;align-items:center;padding:var(--space-md);border:1px solid var(--line);border-radius:20px;background:#eef4f6;text-align:left;cursor:pointer}.browse-button>span{display:flex;flex:1;flex-direction:column;font-size:.9rem;font-weight:760}.browse-button small{margin-bottom:4px;color:var(--accent);font-size:.65rem;font-weight:750;text-transform:uppercase;letter-spacing:.07em}.browse-button b{color:var(--accent);font-size:1.4rem}.term-detail{padding-top:0}.category-notice{margin-bottom:var(--space-md);padding:12px var(--space-md);border:1px solid #ead8b7;border-radius:14px;background:var(--notice-bg);color:#684d26;font-size:.78rem;line-height:1.48}.term-overview{padding:0 2px}.term-heading{min-width:0;padding:0}.term-title-row{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm) 12px;margin-top:var(--space-sm)}.match-badge{display:inline-flex;align-items:center;color:#424744;font-size:.65rem;font-weight:760}.match-badge.prefix,.match-badge.fuzzy,.match-badge.semantic,.match-badge.source-routing{color:#59605d}.match-badge.other-specify{color:var(--notice)}.term-heading h1{min-width:0;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,5vw,3.2rem);font-weight:600;line-height:1;letter-spacing:-.045em;text-wrap:balance}.term-definition{margin:12px 0 0;color:#363c39;font-size:.8rem;line-height:1.52}.term-meta{margin:8px 0 0;color:var(--muted);font-size:.72rem;font-weight:600;line-height:1.4}.term-meta span{padding-inline:3px}.save-button{min-height:40px;display:flex;align-items:center;gap:5px;flex:none;padding:0 11px;border:1px solid transparent;border-radius:10px;background:#f1f0ed;color:#565d5a;font-size:.72rem;font-weight:750;cursor:pointer}.save-button span{font-size:1.1rem}.save-button.saved{border-color:#b9d7e5;background:var(--accent-soft);color:var(--accent-dark)}.value-panel{min-width:0;margin:var(--space-md) 0 0;padding:var(--space-md);border:1px solid var(--line);border-radius:16px;background:var(--paper)}.value-toolbar{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:12px var(--space-md)}.value-metric{min-width:0;padding-top:2px}.value-metric strong{display:block;margin-top:3px;font-size:.92rem;letter-spacing:-.02em}.value-form{width:100%;min-width:0;display:grid;grid-template-columns:minmax(116px,1fr) minmax(104px,.82fr);gap:8px}.value-form label{min-width:0;display:flex;flex-direction:column;gap:5px;color:#505653;font-size:.68rem;font-weight:730}.value-form input,.value-form select{width:100%;min-width:0;min-height:42px;padding:0 10px;border:1px solid #cfd2ce;border-radius:10px;outline:0;background:#fff;color:var(--ink);font-size:16px}.value-form select{cursor:pointer}.value-input-error{margin:7px 0 0;color:#8b342d;font-size:.72rem;font-weight:650}.value-details:empty{display:none}.value-message{margin:10px 0 0;color:#46575e;font-size:.7rem;font-weight:620;line-height:1.4}.unit-choice{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:13px}.unit-choice>span{width:100%;color:#536b76;font-size:.7rem;font-weight:700}.unit-choice button{min-height:40px;padding:0 12px;border:1px solid #b6d0dc;border-radius:10px;background:#fff;color:var(--accent-dark);font-size:.75rem;font-weight:730;cursor:pointer}.reference-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:14px}.reference-fields label{display:flex;flex-direction:column;gap:5px;color:#4b626c;font-size:.68rem;font-weight:730}.reference-fields input{width:100%;min-height:45px;padding:0 11px;border:1px solid #b7d0dc;border-radius:11px;background:#fff;color:var(--ink);font-size:16px;outline:0}.clinical-only{margin:0 0 var(--space-md);padding:12px var(--space-md);border:1px solid var(--line);border-radius:13px;background:var(--paper);color:var(--muted);font-size:.76rem;line-height:1.45}.criteria-section{padding:var(--space-md) 0 var(--space-sm)}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-md);margin-bottom:12px;padding-inline:2px}.section-title-row h2{margin:var(--space-xs) 0 0;font-size:1.35rem;letter-spacing:-.045em}.grade-grid{display:grid;grid-template-columns:repeat(5,minmax(165px,1fr));gap:var(--space-sm);overflow-x:auto;padding-bottom:var(--space-xs);overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-color:#b8c3c6 transparent;scrollbar-width:thin}.grade-card{width:100%;min-height:84px;display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--line);border-radius:16px;background:var(--paper);text-align:left;box-shadow:0 1px 1px #14181605}.grade-card{scroll-snap-align:start}.grade-card.selected{border:2px solid var(--accent);padding:15px;background:#edf6fa;box-shadow:0 5px 18px #246b8f1c}.grade-card.possible:not(.selected){border-style:dashed;border-color:#8da8b4}.grade-card-label{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.grade-card-label strong{font-size:.7rem;letter-spacing:.07em;text-transform:uppercase}.grade-card-actions{display:flex;align-items:center;gap:5px}.grade-card-label em{padding:3px 6px;border-radius:6px;background:var(--accent-dark);color:#fff;font-size:.57rem;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.grade-card.possible .grade-card-label em{background:#e0e7e9;color:#425a64}.grade-copy-button{position:relative;width:28px;height:28px;display:grid;place-items:center;flex:none;padding:0;border:1px solid #d7dcda;border-radius:8px;background:#fff;color:#59615e;cursor:pointer}.grade-copy-button:not(:disabled):hover{border-color:#aeb9b5;color:var(--accent-dark)}.grade-copy-button.copied{border-color:#b5d5e3;background:var(--accent-soft);color:var(--accent-dark)}.grade-copy-button:disabled{opacity:.38;cursor:default;pointer-events:none}.copy-glyph{position:relative;width:14px;height:15px;display:block}.copy-glyph:before,.copy-glyph:after{content:"";position:absolute;width:8px;height:9px;border:1.5px solid currentColor;border-radius:2px;background:#fff}.copy-glyph:before{top:1px;left:4px}.copy-glyph:after{top:4px;left:1px}.copy-check{font-size:.78rem;font-weight:850}.grade-card-text{color:#303532;font-size:.79rem;line-height:1.48}.grade-card.empty .grade-card-text,.unavailable{color:#959a97}.grade-card-text small{display:block;margin-top:3px;font-size:.66rem}.navigation-note{margin-top:var(--space-md);overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--paper)}.navigation-note summary{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);cursor:pointer;list-style:none}.navigation-note summary::-webkit-details-marker{display:none}.navigation-note summary strong{display:block;margin-top:4px;font-size:1rem;letter-spacing:-.025em}.navigation-note summary:after{content:"";width:9px;height:9px;flex:none;margin:-5px 3px 0 0;border-right:2px solid #59605d;border-bottom:2px solid #59605d;transform:rotate(45deg);transition:transform .16s ease}.navigation-note[open] summary:after{margin-top:4px;transform:rotate(225deg)}.navigation-note>p{margin:0;padding:0 var(--space-md) var(--space-md);color:#3c423f;font-size:.82rem;line-height:1.62}.modal-source-block p{margin:12px 0 0;color:#3c423f;font-size:.82rem;line-height:1.62}.source-reference{display:inline;min-height:28px;margin:-3px 0;padding:2px 3px;border:0;border-radius:5px;background:var(--accent-soft);color:var(--accent-dark);font:inherit;font-weight:720;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;cursor:pointer}.source-link{width:100%;min-height:68px;display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-md);padding:12px var(--space-md);border:1px solid #cbdde5;border-radius:17px;background:#eef5f7;color:inherit;text-align:left;text-decoration:none;cursor:pointer}.source-link>span{display:flex;flex:1;flex-direction:column;font-size:.82rem;font-weight:720}.source-link small{margin-bottom:4px;color:var(--muted);font-size:.63rem;font-weight:680;text-transform:uppercase;letter-spacing:.07em}.source-link strong{color:var(--accent);font-size:.75rem}.grading-help{margin-top:var(--space-md)}.grading-help-panel{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.grading-help-panel>h2{min-height:56px;display:flex;align-items:center;margin:0;padding:12px var(--space-md);font-size:.78rem;font-weight:740}.grading-help ol{display:grid;gap:1px;margin:0;padding:0 var(--space-md);list-style:none}.grading-help li{display:grid;grid-template-columns:66px 1fr;gap:var(--space-md);padding:var(--space-md) 0;border-top:1px solid #eceeeb}.grading-help li strong{color:var(--accent);font-size:.68rem;text-transform:uppercase}.grading-help li p{margin:0;color:#454b48;font-size:.75rem;line-height:1.5}.grading-source-button{min-height:40px;margin:var(--space-sm) 10px var(--space-md);padding:0 6px;border:0;background:transparent;color:var(--accent);font-size:.72rem;font-weight:740;cursor:pointer}footer{margin-top:var(--space-lg);padding:var(--space-lg) 2px var(--space-xl);border-top:1px solid var(--line)}footer strong{font-size:.78rem}footer p{max-width:700px;margin:9px 0;color:var(--muted);font-size:.72rem;line-height:1.55}footer span{color:#7c827f;font-size:.66rem;font-weight:650}.modal-layer{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-end;justify-content:center}.modal-backdrop{position:absolute;inset:0;width:100%;border:0;background:#1214136e;cursor:default}.term-modal,.browse-panel{position:relative;width:100%;max-height:min(92vh,920px);max-height:min(92dvh,920px);overflow:hidden;border-radius:24px 24px 0 0;background:var(--canvas);box-shadow:0 -18px 60px #0d100f33}.modal-header,.browse-header{min-height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-sm);padding:var(--space-sm) 12px;border-bottom:1px solid var(--line);background:var(--paper)}.modal-header>span{color:var(--muted);font-size:.68rem;font-weight:750;text-align:center;text-transform:uppercase;letter-spacing:.065em}.back-button,.icon-button{min-height:44px;border:0;background:transparent;cursor:pointer}.back-button{justify-self:start;padding:0 6px;color:var(--accent);font-size:.74rem;font-weight:740}.icon-button{width:44px;justify-self:end;border-radius:50%;color:#59605d;font-size:1.45rem}.modal-content,.browse-content{max-height:calc(92dvh - 70px);overflow-y:auto;padding:var(--space-lg) var(--space-md) calc(var(--space-xl) + env(safe-area-inset-bottom))}.modal-content>h2,.browse-content>h2{margin:6px 0 0;font-size:clamp(1.75rem,8vw,2.8rem);line-height:1.02;letter-spacing:-.055em}.modal-soc,.browse-content>p{margin:var(--space-sm) 0 var(--space-lg);color:var(--muted);font-size:.78rem;line-height:1.45}.modal-content .grade-grid{margin-top:var(--space-lg)}.modal-source-block{margin-top:var(--space-md);padding:var(--space-md);border:1px solid var(--line);border-radius:17px;background:var(--paper)}.modal-source-block h3{margin:0;font-size:.88rem;letter-spacing:-.02em}.pdf-modal-layer{z-index:130}.pdf-modal{position:relative;width:100%;height:min(94dvh,980px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-radius:24px 24px 0 0;background:var(--paper);box-shadow:0 -18px 60px #0d100f40}.pdf-modal-header{min-height:68px;display:flex;align-items:center;gap:12px;padding:12px var(--space-md);border-bottom:1px solid var(--line);background:var(--paper)}.pdf-modal-header>div{min-width:0;flex:1}.pdf-modal-header span{display:block;color:var(--accent);font-size:.63rem;font-weight:780;letter-spacing:.065em;text-transform:uppercase}.pdf-modal-header h2{overflow:hidden;margin:3px 0 0;font-size:.88rem;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.pdf-frame-shell{min-height:0;position:relative;background:#e4e6e4}.pdf-frame{width:100%;height:100%;display:block;border:0;background:#e4e6e4}.pdf-frame-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-lg);color:#59605d;text-align:center}.pdf-frame-state i{width:24px;height:24px;border:3px solid #cbd1ce;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.pdf-frame-state strong{font-size:.8rem}.pdf-frame-state small{max-width:420px;color:var(--muted);font-size:.68rem;line-height:1.45}.pdf-frame-state.error strong{color:#6f3e37}.pdf-modal-footer{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--paper)}.pdf-modal-footer span{color:var(--muted);font-size:.66rem;line-height:1.35}.pdf-modal-footer a{flex:none;color:var(--accent);font-size:.7rem;font-weight:750}.browse-header{grid-template-columns:1fr auto}.soc-list,.browse-terms{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.soc-list button,.browse-terms button{min-height:63px;display:flex;align-items:center;gap:12px;padding:12px var(--space-md);border:0;border-top:1px solid #eceeeb;background:transparent;text-align:left;cursor:pointer}.soc-list button:first-child,.browse-terms button:first-child{border-top:0}.soc-list button>span,.browse-terms button>span{display:flex;flex:1;flex-direction:column;font-size:.8rem;font-weight:680;line-height:1.32}.soc-list button small{margin-top:3px;color:var(--muted);font-size:.65rem;font-weight:560}.soc-list button b,.browse-terms button b{color:var(--accent);font-size:1.2rem}@media(min-width:700px){.app{width:min(calc(100% - 32px),1160px);min-height:calc(100dvh - 32px);margin:var(--space-md) auto;padding:0 var(--space-lg) var(--space-lg);border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:0 8px 28px #1a1d1c0f}.app .app-header,.app main,.app footer{width:100%}.lookup-dock{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:8px}.app .lookup-dock,.app.has-result .lookup-dock{top:0;margin:0 calc(-1 * var(--space-lg)) var(--space-md);padding:var(--space-sm) var(--space-lg);border:0;border-bottom:1px solid #e5e6e2;border-radius:0;background:var(--paper);box-shadow:none}.app .version-control-wrap{padding-left:12px;border-radius:14px;background:#f1f0ed}.app .search-wrap{border:1px solid #d4d6d2;background:var(--paper)}.version-control-wrap{min-height:55px;gap:12px;padding:0 5px 0 8px}.search-hint{display:none}.search-results{top:calc(100% + 7px);right:var(--space-lg);left:calc(248px + var(--space-lg))}.hero{padding-top:var(--space-sm)}.home-sections{grid-template-columns:1fr 1fr}.home-sections>.empty-home,.home-sections>.browse-button{grid-column:1 / -1}.value-panel{padding:16px}.term-modal,.browse-panel{width:min(92vw,880px);max-height:88vh;margin-bottom:4vh;border-radius:24px}.modal-content,.browse-content{max-height:calc(88vh - 70px);padding:var(--space-lg)}.pdf-modal-layer{align-items:center;padding:3vh 3vw}.pdf-modal{width:min(94vw,1180px);height:min(94vh,980px);border-radius:24px;box-shadow:var(--shadow)}}@media(min-width:900px){.term-overview.has-value-entry{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:var(--space-xl)}.term-overview.has-value-entry .value-panel{margin-top:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.suite-page{--suite-ink: #17201c;--suite-muted: #67736d;--suite-line: #dce1dc;--suite-paper: #fbfcf9;--suite-green: #1f7356;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top) max(22px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));overflow:hidden;background:radial-gradient(circle at 12% 82%,rgba(203,225,213,.52),transparent 31rem),radial-gradient(circle at 89% 6%,rgba(218,229,220,.58),transparent 28rem),var(--suite-paper);color:var(--suite-ink)}.suite-header{width:min(100%,1120px);min-height:70px;display:flex;align-items:center;margin-inline:auto}.suite-wordmark{font-size:.93rem;font-weight:760;letter-spacing:-.025em;text-decoration:none}.suite-corner-link{margin-left:auto;padding:12px 2px 12px 18px;color:var(--suite-muted);font-size:.79rem;font-weight:690;text-decoration:none;transition:color .16s ease}.suite-corner-link:hover{color:var(--suite-ink)}.suite-landing{width:min(100%,920px);min-height:calc(100dvh - 126px);display:flex;flex-direction:column;justify-content:center;gap:clamp(42px,8vh,82px);margin-inline:auto;padding:48px 0 72px}.suite-welcome>span,.suite-kicker{display:block;color:var(--suite-green);font-size:.7rem;font-weight:820;letter-spacing:.13em;text-transform:uppercase}.suite-welcome h1,.suite-about h1{max-width:820px;margin:13px 0 0;font-size:clamp(2.8rem,7.5vw,5.9rem);font-weight:730;letter-spacing:-.068em;line-height:.94}.suite-welcome p{margin:20px 0 0;color:var(--suite-muted);font-size:clamp(.98rem,2vw,1.15rem);line-height:1.55}.suite-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.suite-product{min-height:150px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:24px;border:1px solid rgba(187,197,190,.78);border-radius:26px;background:#ffffffc4;box-shadow:0 16px 40px #22372d0e;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.suite-product:hover{border-color:#5277639e;box-shadow:0 20px 50px #22372d1a;transform:translateY(-3px)}.suite-product-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:22px;background:#edf4ef;color:#244f3e}.suite-product-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}.suite-product-icon .icon-accent{stroke:#26956d;stroke-width:3}.suite-product-copy{min-width:0}.suite-product-copy strong{display:block;font-size:1.24rem;letter-spacing:-.035em}.suite-product-copy small{display:block;max-width:250px;margin-top:7px;color:var(--suite-muted);font-size:.75rem;line-height:1.5}.suite-product-arrow{align-self:start;color:#849089;font-size:1.15rem;transition:color .18s ease,transform .18s ease}.suite-product:hover .suite-product-arrow{color:var(--suite-green);transform:translate(2px,-2px)}.suite-about-page{background:linear-gradient(145deg,#f4f6f1,#fbfcf9 45%,#eff5f1)}.suite-about{width:min(100%,920px);margin:clamp(54px,10vh,108px) auto 64px}.suite-about h1{max-width:720px}.suite-about-lede{max-width:680px;margin:30px 0 0;color:var(--suite-muted);font-size:clamp(1.06rem,2.2vw,1.3rem);line-height:1.65}.suite-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:clamp(56px,9vw,96px);border-top:1px solid var(--suite-line);border-bottom:1px solid var(--suite-line)}.suite-principles section{padding:28px 26px 32px 0}.suite-principles section+section{padding-left:26px;border-left:1px solid var(--suite-line)}.suite-principles span{color:var(--suite-green);font-size:.64rem;font-weight:800;letter-spacing:.1em}.suite-principles h2{margin:22px 0 0;font-size:1rem;letter-spacing:-.025em}.suite-principles p{margin:10px 0 0;color:var(--suite-muted);font-size:.76rem;line-height:1.6}.suite-back-link{display:inline-flex;align-items:center;gap:10px;margin-top:38px;color:var(--suite-green);font-size:.82rem;font-weight:760;text-decoration:none}.suite-back-link span{font-size:1.05rem;transition:transform .16s ease}.suite-back-link:hover span{transform:translate(3px)}@media(max-width:680px){.suite-landing{min-height:calc(100dvh - 98px);justify-content:flex-start;gap:40px;padding:clamp(56px,10vh,90px) 0 48px}.suite-welcome h1{font-size:clamp(2.7rem,13.4vw,4rem)}.suite-welcome p{max-width:330px}.suite-products{grid-template-columns:1fr}.suite-product{min-height:126px;padding:18px;border-radius:22px}.suite-product-icon{width:68px;height:68px;border-radius:19px}.suite-product-icon svg{width:46px;height:46px}.suite-principles{grid-template-columns:1fr}.suite-principles section,.suite-principles section+section{padding:24px 0 26px;border-left:0}.suite-principles section+section{border-top:1px solid var(--suite-line)}.suite-principles h2{margin-top:12px}}
