:root{color-scheme:light;--cx-bg: #faf8f4;--cx-bg-rgb: 250, 248, 244;--cx-surface: #ffffff;--cx-surface-soft: #f4f0ea;--cx-surface-strong: #f0ebe4;--cx-ink: #232321;--cx-ink-soft: #3a3935;--cx-muted: #716c65;--cx-muted-2: #969087;--cx-line: #e7e0d7;--cx-line-strong: #d5ccc1;--cx-accent: #ff7901;--cx-accent-hover: #e96c00;--cx-accent-soft: #fff0e3;--cx-accent-contrast: #ffffff;--cx-success: #2d7657;--cx-success-dot: #57b686;--cx-success-soft: #e7f6ef;--cx-grid: rgba(51, 51, 51, .018);--cx-shadow: 0 16px 44px rgba(55, 39, 24, .075);--cx-shadow-soft: 0 8px 24px rgba(55, 39, 24, .055);--cx-topbar-bg: rgba(250, 248, 244, .9);--cx-topbar-border: rgba(201, 201, 192, .8);--cx-nav-link: #383834;--cx-announcement-bg: #2f2f2d;--cx-announcement-ink: #ffffff;--cx-search-btn-bg: var(--cx-ink);--cx-search-btn-ink: #ffffff;--cx-card-bg: rgba(255, 255, 255, .46);--cx-card-hover-bg: var(--cx-surface);--cx-tool-bg: #333333;--cx-tool-2: #414141;--cx-tool-line: #3c3d39;--cx-tool-text: #ffffff;--cx-tool-muted: #a9aaa6;--cx-tool-tabs-bg: #292929;--cx-tool-tabs-line: #383936;--cx-row-hover: rgba(255, 255, 255, .62);--cx-feature-bg: rgba(255, 255, 255, .62);--cx-modal-overlay: rgba(17, 18, 15, .58);--cx-kbd-bg: var(--cx-surface-soft);--cx-footer-bg: #2d2d2d;--cx-footer-ink: #ffffff;--cx-footer-muted: #a7a8a2;--cx-footer-link: #d1d1cd;--cx-footer-border: #333430;--cx-radius: 14px;--cx-max: 1240px;--cx-font: "DM Sans", ui-sans-serif, system-ui, sans-serif;--cx-display: "Fraunces", "Iowan Old Style", Georgia, serif}html[data-theme=dark]{color-scheme:dark;--cx-bg: #111314;--cx-bg-rgb: 17, 19, 20;--cx-surface: #171a1c;--cx-surface-soft: #1d2124;--cx-surface-strong: #20262a;--cx-ink: #f3f2ee;--cx-ink-soft: #ddd9d2;--cx-muted: #a7a29a;--cx-muted-2: #7f7c76;--cx-line: #272d31;--cx-line-strong: #343b40;--cx-accent: #ff8a1d;--cx-accent-hover: #ff9a42;--cx-accent-soft: rgba(255, 138, 29, .14);--cx-accent-contrast: #111314;--cx-success: #82d8ac;--cx-success-dot: #82d8ac;--cx-success-soft: rgba(83, 190, 135, .12);--cx-grid: rgba(255, 255, 255, .03);--cx-shadow: 0 18px 46px rgba(0, 0, 0, .34);--cx-shadow-soft: 0 10px 28px rgba(0, 0, 0, .22);--cx-topbar-bg: rgba(17, 19, 20, .88);--cx-topbar-border: rgba(255, 255, 255, .06);--cx-nav-link: #ece9e2;--cx-announcement-bg: #0d0f10;--cx-announcement-ink: #f3f2ee;--cx-search-btn-bg: var(--cx-accent);--cx-search-btn-ink: #111314;--cx-card-bg: rgba(255, 255, 255, .025);--cx-card-hover-bg: rgba(255, 255, 255, .045);--cx-tool-bg: #0f1113;--cx-tool-2: #171b1e;--cx-tool-line: #2a3035;--cx-tool-text: #f5f4f0;--cx-tool-muted: #aaa69f;--cx-tool-tabs-bg: #13171a;--cx-tool-tabs-line: #272d31;--cx-row-hover: rgba(255, 255, 255, .03);--cx-feature-bg: rgba(255, 255, 255, .025);--cx-modal-overlay: rgba(2, 4, 5, .72);--cx-kbd-bg: #20262a;--cx-footer-bg: #0e1011;--cx-footer-ink: #f3f2ee;--cx-footer-muted: #9b978f;--cx-footer-link: #dad6cf;--cx-footer-border: #24282c}*,*:before,*:after{box-sizing:border-box}html.cx-root{scroll-behavior:smooth}body.cx-body{margin:0;min-width:320px;color:var(--cx-ink);background:linear-gradient(var(--cx-grid) 1px,transparent 1px),linear-gradient(90deg,var(--cx-grid) 1px,transparent 1px),var(--cx-bg);background-size:32px 32px;font-family:var(--cx-font);-webkit-font-smoothing:antialiased;transition:background-color .25s ease,color .25s ease}.cx-body a{color:inherit;text-decoration:none}.cx-body button,.cx-body input,.cx-body select{font:inherit}.cx-body button{color:inherit}.cx-body img{max-width:100%}.cx-body :focus-visible{outline:3px solid color-mix(in srgb,var(--cx-accent) 45%,transparent);outline-offset:2px}.cx-shell{width:min(var(--cx-max),calc(100% - 48px));margin-inline:auto}.cx-announcement{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;padding:8px 20px;border-bottom:1px solid var(--cx-line);background:var(--cx-announcement-bg);color:var(--cx-announcement-ink);font-size:12px;text-align:center}.cx-announcement .pill{padding:3px 7px;border-radius:99px;background:var(--cx-accent);color:#fff;font-weight:750}html[data-theme=dark] .cx-announcement .pill{color:#111314}.cx-topbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--cx-topbar-border);background:var(--cx-topbar-bg);backdrop-filter:blur(18px)}.cx-nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cx-brand{display:inline-flex;align-items:center;border-radius:12px;flex:0 0 auto}.cx-brand img{display:block;width:194px;height:auto}html[data-theme=dark] .cx-brand{padding:6px 8px;background:#fffffff7}.cx-nav-links{display:flex;align-items:center;gap:4px}.cx-nav-links a{padding:9px 12px;border-radius:9px;color:var(--cx-nav-link);font-size:14px;font-weight:600}.cx-nav-links a:hover{background:var(--cx-surface-soft)}.cx-nav-actions{display:flex;align-items:center;gap:8px}.cx-control{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid var(--cx-line-strong);border-radius:10px;background:color-mix(in srgb,var(--cx-surface) 84%,transparent);color:var(--cx-ink-soft);cursor:pointer;font-size:13px;font-weight:650}.cx-search-trigger{min-width:190px;justify-content:flex-start;color:var(--cx-muted);text-align:left}.cx-search-trigger kbd{margin-left:auto;padding:2px 6px;border:1px solid var(--cx-line);border-radius:5px;background:var(--cx-kbd-bg);color:var(--cx-muted);font-size:11px}.cx-menu-btn{display:none;width:38px;padding:0}.cx-mobile-menu{display:none;padding:0 0 14px;border-top:1px solid var(--cx-line)}.cx-mobile-menu.open{display:grid}.cx-mobile-menu a{padding:12px 2px;border-bottom:1px solid var(--cx-line);font-size:15px}.cx-hero{padding:78px 0 60px;border-bottom:1px solid var(--cx-line-strong)}.cx-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:70px;align-items:end}.cx-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:22px;color:var(--cx-ink-soft);font-size:13px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.cx-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cx-accent)}.cx-eyebrow.accent{color:var(--cx-accent);font-weight:760;letter-spacing:.09em;margin-bottom:16px}.cx-hero h1,.cx-intro h1{max-width:780px;margin:0;font-family:var(--cx-display);font-size:clamp(46px,7vw,88px);line-height:.98;letter-spacing:-.04em;font-weight:650}.cx-hero-copy{max-width:700px;margin:26px 0 0;color:var(--cx-muted);font-size:clamp(17px,2vw,21px);line-height:1.55;letter-spacing:-.018em}.cx-hero-side{padding-left:28px;border-left:1px solid var(--cx-line-strong)}.cx-metric-lockup{display:flex;align-items:center;gap:18px}.cx-hero-symbol{display:block;width:68px;height:68px;flex:0 0 auto;padding:8px;border:1px solid var(--cx-line-strong);border-radius:16px;background:var(--cx-surface);box-shadow:var(--cx-shadow)}.cx-metric-label{color:var(--cx-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.cx-metric-value{margin:6px 0 22px;font-size:40px;font-weight:730;letter-spacing:-.05em;font-family:var(--cx-display)}.cx-hero-side p{color:var(--cx-muted);font-size:14px;line-height:1.55}.cx-search-wrap{position:relative;max-width:790px;margin-top:40px}.cx-main-search{width:100%;height:66px;padding:0 128px 0 52px;border:1px solid var(--cx-ink);border-radius:13px;outline:none;background:var(--cx-surface);color:var(--cx-ink);box-shadow:var(--cx-shadow);font-size:17px}.cx-main-search:focus{box-shadow:0 0 0 4px color-mix(in srgb,var(--cx-accent) 22%,transparent),var(--cx-shadow)}.cx-search-icon{position:absolute;left:19px;top:50%;transform:translateY(-50%);color:var(--cx-muted)}.cx-search-submit{position:absolute;top:8px;right:8px;height:50px;padding:0 18px;border:0;border-radius:9px;background:var(--cx-search-btn-bg);color:var(--cx-search-btn-ink);font-weight:680;cursor:pointer}.cx-search-submit:hover{background:var(--cx-accent);color:var(--cx-accent-contrast)}.cx-popular-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.cx-popular-tags button{padding:7px 10px;border:1px solid var(--cx-line-strong);border-radius:99px;background:color-mix(in srgb,var(--cx-surface) 80%,transparent);color:var(--cx-ink-soft);font-size:12px;cursor:pointer}.cx-popular-tags button:hover{border-color:var(--cx-ink);color:var(--cx-ink)}.cx-section{padding:72px 0;border-bottom:1px solid var(--cx-line-strong)}.cx-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.cx-section-heading h2{margin:0;font-family:var(--cx-display);font-size:clamp(30px,4vw,47px);line-height:1.05;letter-spacing:-.03em;font-weight:650}.cx-section-heading p{max-width:520px;margin:0;color:var(--cx-muted);font-size:14px;line-height:1.55}.cx-section-link{white-space:nowrap;padding-bottom:2px;border-bottom:1px solid var(--cx-ink);font-size:13px;font-weight:650}.cx-category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line-strong);border-left:1px solid var(--cx-line-strong)}.cx-category-card{position:relative;min-height:230px;padding:26px;border-right:1px solid var(--cx-line-strong);border-bottom:1px solid var(--cx-line-strong);background:var(--cx-card-bg);transition:background .2s ease,transform .2s ease;overflow:hidden}.cx-category-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--cx-accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.cx-category-card:hover{background:var(--cx-card-hover-bg);transform:translateY(-2px)}.cx-category-card:hover:before{transform:scaleX(1)}.cx-category-card .num{color:var(--cx-muted);font-size:11px;letter-spacing:.08em}.cx-category-card h3{max-width:220px;margin:34px 0 10px;font-family:var(--cx-display);font-size:24px;letter-spacing:-.025em;font-weight:650}.cx-category-card p{max-width:265px;margin:0;color:var(--cx-muted);font-size:13px;line-height:1.5}.cx-category-card .arrow{position:absolute;right:22px;top:22px;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--cx-line);border-radius:50%;background:var(--cx-surface)}.cx-category-card .glyph{position:absolute;right:18px;bottom:-21px;color:color-mix(in srgb,var(--cx-ink) 6%,transparent);font-size:100px;font-weight:800;letter-spacing:-.08em}.cx-workspace{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;border:1px solid var(--cx-line-strong);border-radius:var(--cx-radius);background:var(--cx-surface);overflow:hidden;box-shadow:var(--cx-shadow)}.cx-tool-panel{padding:32px;background:var(--cx-tool-bg);color:var(--cx-tool-text)}.cx-tool-panel .label{color:var(--cx-tool-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.cx-tool-panel h3{margin:18px 0 8px;font-family:var(--cx-display);font-size:34px;letter-spacing:-.03em;font-weight:650}.cx-tool-panel>p{margin:0 0 28px;color:var(--cx-tool-muted);font-size:14px;line-height:1.55}.cx-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:4px;border:1px solid var(--cx-tool-tabs-line);border-radius:10px;background:var(--cx-tool-tabs-bg)}.cx-tab{padding:10px 8px;border:0;border-radius:7px;background:transparent;color:var(--cx-tool-muted);font-size:12px;font-weight:650;cursor:pointer}.cx-tab.active{background:var(--cx-accent);color:var(--cx-accent-contrast)}.cx-calc-form{display:grid;gap:14px;margin-top:28px}.cx-field label{display:block;margin-bottom:7px;color:color-mix(in srgb,var(--cx-tool-text) 75%,transparent);font-size:12px}.cx-field input,.cx-field select{width:100%;height:48px;padding:0 13px;border:1px solid var(--cx-tool-line);border-radius:9px;outline:none;background:var(--cx-tool-2);color:var(--cx-tool-text)}.cx-field input:focus,.cx-field select:focus{border-color:var(--cx-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--cx-accent) 16%,transparent)}.cx-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cx-calculate-btn{height:49px;border:0;border-radius:9px;background:var(--cx-accent);color:var(--cx-accent-contrast);font-weight:750;cursor:pointer}.cx-result-panel{display:flex;flex-direction:column;justify-content:space-between;min-height:510px;padding:34px;background:var(--cx-surface)}.cx-status{display:inline-flex;align-items:center;gap:7px;color:var(--cx-success);font-size:12px;font-weight:650}.cx-status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cx-success-dot)}.cx-result-label{margin-top:56px;color:var(--cx-muted);font-size:13px}.cx-result-value{margin-top:9px;font-family:var(--cx-display);font-size:clamp(52px,8vw,92px);line-height:.95;letter-spacing:-.04em;font-weight:650;overflow-wrap:anywhere}.cx-result-note{margin-top:16px;max-width:500px;color:var(--cx-muted);font-size:14px;line-height:1.55}.cx-result-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cx-line)}.cx-result-meta div{padding:18px 14px 0 0}.cx-result-meta span{display:block;color:var(--cx-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.cx-result-meta strong{display:block;margin-top:6px;font-size:14px}.cx-tool-row{display:grid;grid-template-columns:54px minmax(230px,1.5fr) 1fr 40px;align-items:center;column-gap:18px;min-height:74px;border-top:1px solid var(--cx-line);transition:background .16s ease}.cx-tool-row:hover{background:var(--cx-row-hover)}.cx-rank{color:var(--cx-muted);font-variant-numeric:tabular-nums}.cx-tool-name{display:flex;align-items:center;gap:12px;font-weight:680}.cx-tool-icon{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--cx-line-strong);border-radius:9px;background:var(--cx-surface);font-size:12px}.cx-tool-category{color:var(--cx-muted);font-size:13px}.cx-row-arrow{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--cx-line);border-radius:50%;background:var(--cx-surface)}.cx-table-head{display:grid;grid-template-columns:54px minmax(230px,1.5fr) 1fr 40px;align-items:center;column-gap:18px;min-height:44px;color:var(--cx-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.cx-reference-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.cx-feature-story,.cx-brief-list{border:1px solid var(--cx-line-strong);background:var(--cx-feature-bg)}.cx-feature-story{min-height:390px;padding:30px;display:flex;flex-direction:column;justify-content:space-between}.cx-story-kicker{color:var(--cx-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.cx-feature-story h3{max-width:620px;margin:22px 0 12px;font-family:var(--cx-display);font-size:clamp(30px,4vw,51px);line-height:1.03;letter-spacing:-.03em;font-weight:650}.cx-feature-story p{max-width:570px;color:var(--cx-muted);font-size:14px;line-height:1.6}.cx-story-footer{display:flex;justify-content:space-between;align-items:end;gap:20px;padding-top:35px;border-top:1px solid var(--cx-line)}.cx-brief-item{display:block;min-height:128px;padding:22px;border-bottom:1px solid var(--cx-line)}.cx-brief-item:last-child{border-bottom:0}.cx-brief-item small{color:var(--cx-muted)}.cx-brief-item h4{margin:12px 0 5px;font-size:17px}.cx-brief-item p{margin:0;color:var(--cx-muted);font-size:12px;line-height:1.45}.cx-footer{padding:54px 0 34px;background:var(--cx-footer-bg);color:var(--cx-footer-ink)}.cx-footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,.7fr);gap:30px}.cx-footer-brand p{max-width:380px;color:var(--cx-footer-muted);font-size:13px;line-height:1.6}.cx-footer h5{margin:0 0 15px;color:var(--cx-footer-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.cx-footer a{display:block;width:fit-content;margin:10px 0;color:var(--cx-footer-link);font-size:13px}.cx-footer-brand .cx-brand{margin:0 0 12px;padding:10px 12px;border-radius:11px;background:#fff}.cx-footer-brand .cx-brand img{width:176px}.cx-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:22px;border-top:1px solid var(--cx-footer-border);color:var(--cx-footer-muted);font-size:11px}.cx-search-modal{position:fixed;inset:0;z-index:100;display:none;place-items:start center;padding:14vh 20px 20px;background:var(--cx-modal-overlay);backdrop-filter:blur(8px)}.cx-search-modal.open{display:grid}.cx-search-dialog{width:min(680px,100%);overflow:hidden;border:1px solid var(--cx-line-strong);border-radius:15px;background:var(--cx-surface);box-shadow:0 24px 70px #0000003d;position:relative}.cx-dialog-input{width:100%;height:64px;padding:0 52px 0 20px;border:0;border-bottom:1px solid var(--cx-line);outline:none;font-size:17px;background:var(--cx-surface);color:var(--cx-ink)}.cx-close-search{position:absolute;right:14px;top:16px;width:32px;height:32px;border:0;border-radius:7px;background:var(--cx-surface-soft);color:var(--cx-ink);cursor:pointer}.cx-search-results{max-height:360px;overflow:auto;padding:8px}.cx-search-result{display:flex;justify-content:space-between;gap:16px;padding:14px;border-radius:9px}.cx-search-result:hover{background:var(--cx-surface-soft)}.cx-search-result strong{display:block;font-size:14px}.cx-search-result span{color:var(--cx-muted);font-size:12px}.cx-empty-state{padding:36px 20px;color:var(--cx-muted);text-align:center;font-size:13px}.cx-breadcrumb-wrap{border-bottom:1px solid var(--cx-line)}.cx-breadcrumb{min-height:48px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--cx-muted);font-size:12px}.cx-intro{padding:58px 0 36px}.cx-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:62px;align-items:end}.cx-lede{max-width:670px;margin:23px 0 0;color:var(--cx-muted);font-size:clamp(16px,1.8vw,20px);line-height:1.55}.cx-formula-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cx-formula-card{min-height:142px;padding:22px;border:1px solid var(--cx-line-strong);border-radius:14px;background:color-mix(in srgb,var(--cx-surface) 88%,transparent);box-shadow:var(--cx-shadow-soft)}.cx-formula-card small{color:var(--cx-muted);font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.cx-formula-card strong{display:block;margin-top:28px;font-family:var(--cx-display);font-size:clamp(23px,2.5vw,31px);font-weight:500;letter-spacing:-.025em}.cx-formula-note{grid-column:1 / -1;display:flex;gap:9px;padding:3px 2px 0;color:var(--cx-muted);font-size:12px;line-height:1.5}.cx-info-dot{width:18px;height:18px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--cx-line-strong);border-radius:50%;font-size:11px;font-weight:750}.cx-calculator-shell{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);overflow:hidden;border:1px solid var(--cx-line-strong);border-radius:16px;background:var(--cx-surface);box-shadow:var(--cx-shadow)}.cx-calculator-panel{padding:28px;background:var(--cx-tool-bg);color:var(--cx-tool-text)}.cx-conversion-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:26px;border-bottom:1px solid var(--cx-tool-line)}.cx-conversion-tabs button{position:relative;padding:0 6px 15px;border:0;background:transparent;color:var(--cx-tool-muted);cursor:pointer;font-size:13px;font-weight:700}.cx-conversion-tabs button.active{color:var(--cx-tool-text)}.cx-conversion-tabs button.active:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;border-radius:2px;background:var(--cx-accent)}.cx-input-wrap{position:relative}.cx-input-wrap input,.cx-input-wrap select{width:100%;height:50px;padding:0 55px 0 13px;border:1px solid var(--cx-tool-line);border-radius:9px;outline:none;background:var(--cx-tool-2);color:var(--cx-tool-text);font-weight:650}.cx-input-wrap select{padding-right:40px;appearance:auto}.cx-unit{position:absolute;right:1px;top:1px;bottom:1px;min-width:43px;display:grid;place-items:center;border-left:1px solid var(--cx-tool-line);border-radius:0 8px 8px 0;color:var(--cx-tool-muted);background:color-mix(in srgb,var(--cx-tool-2) 65%,#000);font-size:12px;font-weight:750}.cx-field-help{display:block;margin-top:7px;color:var(--cx-tool-muted);font-size:11px;line-height:1.45}.cx-optional{padding:3px 7px;border-radius:99px;background:#ffffff14;color:var(--cx-tool-muted);font-size:10px;font-weight:650}.cx-privacy-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;color:var(--cx-tool-muted);font-size:11px}.cx-result-status{display:inline-flex;align-items:center;gap:7px;width:fit-content;padding:6px 9px;border-radius:99px;background:var(--cx-success-soft);color:var(--cx-success);font-size:11px;font-weight:760}.cx-result-status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cx-success)}.cx-result-heading{margin-top:24px;color:var(--cx-ink-soft);font-size:15px;font-weight:700}.cx-chart-wrap{height:142px;margin-top:22px;padding-top:10px;border-bottom:1px solid var(--cx-line)}.cx-chart-wrap canvas{display:block;width:100%;height:100%}.cx-support-stack{display:grid;gap:22px;padding:28px 0 72px}.cx-section-card{border:1px solid var(--cx-line-strong);border-radius:14px;background:color-mix(in srgb,var(--cx-surface) 84%,transparent);box-shadow:var(--cx-shadow-soft)}.cx-section-card-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:23px 24px 0}.cx-section-card h2{margin:0;font-family:var(--cx-display);font-size:22px;letter-spacing:-.03em;font-weight:650}.cx-section-card-head p{max-width:500px;margin:0;color:var(--cx-muted);font-size:12px;line-height:1.5}.cx-steps{display:grid;grid-template-columns:repeat(3,1fr);padding:26px 24px 25px}.cx-step{display:grid;grid-template-columns:32px 1fr;gap:12px;padding-right:28px}.cx-step+.cx-step{padding-left:28px;border-left:1px solid var(--cx-line)}.cx-step-num{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--cx-accent);color:var(--cx-accent-contrast);font-size:12px;font-weight:800}.cx-step h3{margin:2px 0 6px;font-size:14px}.cx-step p{margin:0;color:var(--cx-muted);font-size:12px;line-height:1.5}.cx-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:24px}.cx-example{min-height:155px;padding:18px;border:1px solid var(--cx-line);border-radius:11px;background:var(--cx-surface)}.cx-example-top{display:flex;align-items:flex-start;gap:12px}.cx-bolt{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--cx-accent-soft);color:var(--cx-accent);font-size:20px}.cx-example h3{margin:1px 0 4px;font-size:14px}.cx-example p{margin:0;color:var(--cx-muted);font-size:12px}.cx-formula-chip{display:inline-flex;margin:17px 0 0 50px;padding:5px 8px;border-radius:6px;background:var(--cx-surface-soft);color:var(--cx-ink-soft);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.cx-example-result{margin:10px 0 0 50px;color:var(--cx-accent);font-size:17px;font-weight:800}.cx-split-content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:22px}.cx-table-wrap{padding:20px 24px 22px;overflow-x:auto}.cx-table-wrap table{width:100%;min-width:650px;border-collapse:collapse;font-size:12px}.cx-table-wrap th{padding:11px 10px;color:var(--cx-muted);background:var(--cx-surface-soft);border:1px solid var(--cx-line);text-align:left;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.cx-table-wrap td{padding:11px 10px;border:1px solid var(--cx-line);color:var(--cx-ink-soft)}.cx-table-note{display:flex;gap:8px;margin-top:11px;color:var(--cx-muted);font-size:10px}.cx-related-list{padding:14px 18px 20px}.cx-related-row{min-height:54px;display:grid;grid-template-columns:34px 1fr 24px;align-items:center;gap:10px;border-bottom:1px solid var(--cx-line)}.cx-related-row:last-child{border-bottom:0}.cx-related-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--cx-accent-soft);color:var(--cx-accent);font-size:14px;font-weight:750}.cx-related-row strong{font-size:13px}.cx-related-row:hover strong{color:var(--cx-accent)}.cx-faq-list{padding:18px 24px 24px}.cx-faq-list details{border:1px solid var(--cx-line);border-bottom:0;background:var(--cx-surface)}.cx-faq-list details:first-child{border-radius:10px 10px 0 0}.cx-faq-list details:last-child{border-bottom:1px solid var(--cx-line);border-radius:0 0 10px 10px}.cx-faq-list summary{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;cursor:pointer;font-size:13px;font-weight:650;list-style:none}.cx-faq-list summary::-webkit-details-marker{display:none}.cx-faq-list summary:after{content:"+";color:var(--cx-muted);font-size:18px;font-weight:400}.cx-faq-list details[open] summary:after{content:"−"}.cx-faq-list details p{margin:0;padding:0 14px 16px;color:var(--cx-muted);font-size:12px;line-height:1.55}.cx-prose{max-width:760px;margin:48px auto 72px;padding:0 24px;color:var(--cx-ink-soft);line-height:1.7}.cx-prose h1{font-family:var(--cx-display);font-size:clamp(36px,5vw,52px);letter-spacing:-.03em;margin:0 0 16px}.cx-prose h2{font-family:var(--cx-display);margin-top:2em}.cx-prose a{color:var(--cx-accent);text-decoration:underline}.cx-category-tools{display:grid;gap:0;border:1px solid var(--cx-line-strong);border-radius:var(--cx-radius);overflow:hidden;background:var(--cx-surface)}.cx-category-tools a{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--cx-line)}.cx-category-tools a:last-child{border-bottom:0}.cx-category-tools a:hover{background:var(--cx-surface-soft)}.cx-category-tools strong{display:block;font-size:15px}.cx-category-tools span{color:var(--cx-muted);font-size:13px}@media (max-width: 980px){.cx-nav-links{display:none}.cx-menu-btn{display:inline-flex}.cx-hero-grid,.cx-intro-grid,.cx-workspace,.cx-calculator-shell,.cx-reference-grid,.cx-split-content{grid-template-columns:1fr}.cx-hero-side{padding:22px 0 0;border-left:0;border-top:1px solid var(--cx-line-strong)}.cx-category-grid{grid-template-columns:repeat(2,1fr)}.cx-footer-grid{grid-template-columns:1.3fr 1fr 1fr}}@media (max-width: 700px){.cx-shell{width:min(var(--cx-max),calc(100% - 28px))}.cx-search-trigger{width:38px;min-width:38px;padding:0}.cx-search-trigger span:not(:first-child),.cx-search-trigger kbd{display:none}.cx-category-grid,.cx-steps,.cx-examples,.cx-footer-grid,.cx-result-meta,.cx-two-fields,.cx-formula-grid{grid-template-columns:1fr}.cx-table-head{display:none}.cx-tool-row{grid-template-columns:38px minmax(0,1fr) 34px}.cx-tool-category{display:none}.cx-step+.cx-step{padding:20px 0;border-left:0;border-top:1px solid var(--cx-line)}.cx-footer-brand{grid-column:1 / -1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
