:root{--brand-500: #0d9488;--brand-600: #0f766e;--brand-700: #115e59;--brand-50: #f0fdfa;--brand-100: #ccfbf1;--bg: #ffffff;--bg-soft: #f8fafc;--bg-sunken: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--text-soft: #475569;--text-muted: #64748b;--danger: #dc2626;--danger-bg: #fef2f2;--warning: #b45309;--radius: 10px;--radius-sm: 7px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow: 0 4px 16px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 40px rgba(15, 23, 42, .12);--font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--header-h: 58px;--content-width: 760px;--wide-width: 1180px}:root[data-theme=dark]{--bg: #0b1220;--bg-soft: #0f172a;--bg-sunken: #131c2e;--surface: #131c2e;--border: #243044;--border-strong: #334155;--text: #e2e8f0;--text-soft: #b6c2d1;--text-muted: #94a3b8;--brand-500: #2dd4bf;--brand-600: #14b8a6;--brand-700: #5eead4;--brand-50: #0f2b2a;--brand-100: #14403c;--danger: #f87171;--danger-bg: #2a1417;--warning: #fbbf24;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 4px 16px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .55)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}img,svg,canvas{display:block;max-width:100%}img[width][height]{height:auto}a{color:var(--brand-600);text-underline-offset:2px}a:hover{color:var(--brand-700)}button,input,select,textarea{font:inherit;color:inherit}:where(button,[role=tab],a,input,select,textarea):focus-visible{outline:2px solid var(--brand-500);outline-offset:2px;border-radius:var(--radius-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:8px;top:-60px;z-index:100;padding:10px 16px;background:var(--brand-600);color:#fff;border-radius:var(--radius);transition:top .15s}.skip-link:focus{top:8px;color:#fff}.site-header{position:sticky;top:0;z-index:40;height:var(--header-h);display:flex;align-items:center;gap:20px;padding:0 20px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}.brand{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:19px;letter-spacing:-.02em;color:var(--text);text-decoration:none;flex-shrink:0}.brand:hover{color:var(--text)}.brand__mark{width:26px;height:26px;flex-shrink:0}.site-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.site-nav a{padding:7px 11px;border-radius:var(--radius-sm);color:var(--text-soft);text-decoration:none;font-size:15px;font-weight:500;white-space:nowrap}.site-nav a:hover{background:var(--bg-sunken);color:var(--text)}.site-nav a[aria-current=page]{color:var(--brand-600);background:var(--brand-50)}.theme-toggle{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-soft)}.theme-toggle:hover{border-color:var(--border-strong);color:var(--text)}.site-footer{border-top:1px solid var(--border);background:var(--bg-soft);padding:40px 20px 32px;margin-top:64px;font-size:15px}.site-footer__inner{max-width:var(--wide-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:28px}.site-footer h2{font-size:13px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 10px}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.site-footer a{color:var(--text-soft);text-decoration:none}.site-footer a:hover{color:var(--brand-600);text-decoration:underline}.site-footer__legal{max-width:var(--wide-width);margin:28px auto 0;padding-top:20px;border-top:1px solid var(--border);color:var(--text-muted);font-size:14px;display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between}.calc{display:grid;grid-template-columns:372px 1fr;height:calc(100vh - var(--header-h) - 78px);height:min(calc(100dvh - var(--header-h) - 78px),820px);min-height:460px;max-height:820px;border-bottom:1px solid var(--border);background:var(--bg)}.calc.is-collapsed{grid-template-columns:0 1fr}.calc.is-collapsed .calc__panel{display:none}.calc__panel{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--border);background:var(--bg-soft)}.calc__tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.calc__tabs button{flex:1;padding:12px 8px;border:0;border-bottom:2px solid transparent;background:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--text-muted)}.calc__tabs button:hover{color:var(--text)}.calc__tabs button.is-active{color:var(--brand-600);border-bottom-color:var(--brand-600)}.calc__badge{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;border-radius:9px;background:var(--danger);color:#fff;font-size:11px;font-weight:700}.calc__panel-body{flex:1;overflow-y:auto;overscroll-behavior:contain}.calc__keypad-open{margin:0;padding:11px;border:0;border-top:1px solid var(--border);background:var(--surface);color:var(--text-soft);font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0}.calc__keypad-open:hover{background:var(--bg-sunken);color:var(--text)}.calc__plot{position:relative;min-width:0}.calc__toolbar{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:4px;padding:4px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-wrap:wrap;max-width:calc(100% - 24px);justify-content:flex-end}.calc__toolbar button{min-width:32px;height:30px;padding:0 9px;border:0;border-radius:var(--radius-sm);background:none;color:var(--text-soft);font-size:13px;font-weight:600;cursor:pointer}.calc__toolbar button:hover{background:var(--bg-sunken);color:var(--text)}.calc__toolbar button.is-on{background:var(--brand-600);color:#fff}.calc__toolbar button.is-on:hover{background:var(--brand-700);color:#fff}.calc__toolbar-gap{width:1px;height:18px;background:var(--border);margin:0 3px}.calc__collapse{position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:52px;border:1px solid var(--border);border-left:0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:15px;line-height:1;padding:0}.calc__collapse:hover{color:var(--text);background:var(--bg-sunken)}.plot{position:relative;width:100%;height:100%;overflow:hidden}.plot__canvas{width:100%;height:100%;touch-action:none;cursor:crosshair}.plot__trace{position:absolute;transform:translate(-50%,-140%);display:inline-flex;align-items:center;gap:7px;padding:5px 10px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);font-family:var(--font-mono);font-size:12.5px;white-space:nowrap;pointer-events:none}.plot__trace-dot{width:8px;height:8px;border-radius:50%}.exprs{padding:10px}.exprs__list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.expr{border:1px solid transparent;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);transition:border-color .12s}.expr.is-active{border-color:var(--brand-500)}.expr.has-error{border-color:color-mix(in srgb,var(--danger) 50%,transparent)}.expr__row{display:flex;align-items:center;gap:7px;padding:6px 8px}.expr__swatch{width:17px;height:17px;border-radius:50%;border:2.5px solid;cursor:pointer;flex-shrink:0;padding:0}.expr__index{font-size:11.5px;color:var(--text-muted);font-variant-numeric:tabular-nums;width:13px;flex-shrink:0}.expr__input{flex:1;min-width:0;border:0;background:none;padding:6px 2px;font-family:var(--font-mono);font-size:15px}.expr__input:focus{outline:none}.expr__input::placeholder{color:var(--text-muted);font-family:var(--font);font-size:14px}.expr__tools{display:flex;align-items:center;gap:2px;flex-shrink:0}.expr__color select{width:26px;border:0;background:none;font-size:11px;color:var(--text-muted);cursor:pointer;appearance:none;text-align:center}.expr__remove{width:24px;height:24px;border:0;border-radius:var(--radius-sm);background:none;color:var(--text-muted);cursor:pointer;font-size:17px;line-height:1;padding:0}.expr__remove:hover{background:var(--danger-bg);color:var(--danger)}.expr__error{margin:0;padding:0 10px 8px 34px;font-size:13px;line-height:1.45;color:var(--danger)}.expr__hint{display:block;color:var(--text-muted);font-size:12.5px;margin-top:2px}.exprs__add{width:100%;margin-top:8px;padding:9px;border:1px dashed var(--border-strong);border-radius:var(--radius);background:none;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer}.exprs__add:hover{border-color:var(--brand-500);color:var(--brand-600);background:var(--brand-50)}.sliders__offer{margin-top:14px;padding:12px;border-radius:var(--radius);background:var(--brand-50);border:1px solid var(--brand-100)}.sliders__offer p{margin:0 0 9px;font-size:13.5px;color:var(--text-soft)}.sliders__offer-buttons{display:flex;flex-wrap:wrap;gap:6px}.sliders__offer button{padding:6px 11px;border:1px solid var(--brand-500);border-radius:var(--radius-sm);background:var(--surface);color:var(--brand-600);font-size:13px;font-weight:600;cursor:pointer}.sliders__offer button:hover{background:var(--brand-500);color:#fff}.sliders{margin-top:16px}.sliders__title{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 8px}.slider{padding:9px 10px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);margin-bottom:7px}.slider__head{display:flex;align-items:center;gap:8px}.slider__name{font-family:var(--font-mono);font-weight:700;font-size:15px;color:var(--brand-600)}.slider__value{flex:1;min-width:0;border:1px solid var(--border);border-radius:var(--radius-sm);padding:3px 7px;font-family:var(--font-mono);font-size:13px;background:var(--bg)}.slider__remove{width:22px;height:22px;border:0;background:none;color:var(--text-muted);cursor:pointer;font-size:15px;padding:0;border-radius:var(--radius-sm)}.slider__remove:hover{background:var(--danger-bg);color:var(--danger)}.slider__range{width:100%;margin:9px 0 4px;accent-color:var(--brand-500)}.slider__bounds{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-muted)}.slider__bounds input{width:100%;min-width:0;border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 6px;font-size:12px;background:var(--bg)}.keypad{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.keypad__tabs{display:flex;align-items:center;gap:2px;padding:5px 6px 0;border-bottom:1px solid var(--border)}.keypad__tab{padding:6px 10px;border:0;background:none;border-radius:var(--radius-sm) var(--radius-sm) 0 0;font-size:12.5px;font-weight:600;color:var(--text-muted);cursor:pointer}.keypad__tab.is-active{background:var(--bg-sunken);color:var(--brand-600)}.keypad__close{margin-left:auto;width:26px;height:26px;border:0;background:none;color:var(--text-muted);font-size:16px;cursor:pointer;border-radius:var(--radius-sm);padding:0}.keypad__close:hover{background:var(--bg-sunken);color:var(--text)}.keypad__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:8px}.keypad__key{height:42px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:15px;font-weight:600;cursor:pointer;touch-action:manipulation}.keypad__key:hover{background:var(--brand-50);border-color:var(--brand-500);color:var(--brand-600)}.keypad__key:active{transform:translateY(1px)}.data{padding:12px}.data__actions{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.data__actions button,.data__paste button,.data__plot,.poi__run{padding:7px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-soft);font-size:13.5px;font-weight:600;cursor:pointer}.data__actions button:hover,.data__paste button:hover,.data__plot:hover,.poi__run:hover:not(:disabled){border-color:var(--brand-500);color:var(--brand-600);background:var(--brand-50)}.poi__run:disabled{opacity:.55;cursor:not-allowed}.data__paste{margin-bottom:12px;padding:11px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.data__paste label{display:block;font-size:13px;color:var(--text-soft);margin-bottom:7px}.data__paste textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px;font-family:var(--font-mono);font-size:13px;background:var(--bg);resize:vertical;margin-bottom:8px}.data__table-wrap{max-height:260px;overflow-y:auto;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.data__table{width:100%;border-collapse:collapse;font-size:13.5px}.data__table th{position:sticky;top:0;background:var(--bg-sunken);padding:6px 8px;text-align:left;font-size:12px;color:var(--text-muted);font-family:var(--font-mono)}.data__table td{padding:2px 4px;border-top:1px solid var(--border)}.data__rownum{width:26px;text-align:right;color:var(--text-muted);font-size:11.5px;padding-right:6px!important}.data__table input{width:100%;min-width:0;border:0;background:none;padding:5px 4px;font-family:var(--font-mono);font-size:13.5px}.data__remove{width:22px;height:22px;border:0;background:none;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);padding:0}.data__remove:hover{background:var(--danger-bg);color:var(--danger)}.data__empty,.data__note,.poi__note,.poi__intro{font-size:13.5px;color:var(--text-muted);line-height:1.5}.data__fit{margin-top:16px}.data__fit label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:7px}.data__fit select,.poi select{width:100%;padding:8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);font-size:13.5px;margin-bottom:11px}.data__result{padding:12px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.data__equation{margin:0 0 10px;font-family:var(--font-mono);font-size:14px;color:var(--brand-600);word-break:break-word;line-height:1.5}.data__stats{display:flex;gap:18px;margin:0 0 11px}.data__stats div{display:flex;flex-direction:column}.data__stats dt{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.data__stats dd{margin:0;font-family:var(--font-mono);font-size:14px;font-weight:600}.poi{padding:12px}.poi__intro{margin:0 0 11px}.poi__run{width:100%;margin-bottom:12px}.poi__list{list-style:none;margin:0;padding:0;display:grid;gap:5px}.poi__item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);font-size:13px}.poi__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.poi__kind{color:var(--text-muted);font-size:12px;flex-shrink:0}.poi__kind em{font-style:normal}.poi__value{margin-left:auto;font-family:var(--font-mono);font-size:12.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poi__copy{border:0;background:none;color:var(--brand-600);font-size:11.5px;font-weight:600;cursor:pointer;padding:2px 4px;flex-shrink:0}.page{max-width:var(--content-width);margin:0 auto;padding:44px 20px 0}.page--wide{max-width:var(--wide-width)}.prose{font-size:17.5px;line-height:1.72;color:var(--text-soft)}.prose>*+*{margin-top:1.1em}.prose h1{font-size:clamp(30px,4.6vw,40px);line-height:1.17;letter-spacing:-.025em;color:var(--text);margin:0 0 .35em;font-weight:800}.prose h2{font-size:clamp(22px,3vw,27px);line-height:1.28;letter-spacing:-.015em;color:var(--text);margin-top:2.1em;margin-bottom:.5em;font-weight:700;scroll-margin-top:calc(var(--header-h) + 16px)}.prose h3{font-size:19.5px;color:var(--text);margin-top:1.7em;margin-bottom:.4em;font-weight:700;scroll-margin-top:calc(var(--header-h) + 16px)}.prose p{margin:0}.prose ul,.prose ol{margin:0;padding-left:1.4em}.prose li+li{margin-top:.45em}.prose strong{color:var(--text);font-weight:650}.prose code{font-family:var(--font-mono);font-size:.89em;background:var(--bg-sunken);padding:.15em .4em;border-radius:5px;color:var(--text);word-break:break-word}.prose blockquote{margin:0;padding:2px 0 2px 18px;border-left:3px solid var(--brand-500);color:var(--text-muted)}.prose hr{border:0;border-top:1px solid var(--border);margin:2.4em 0}.lede{font-size:20px;line-height:1.58;color:var(--text-soft)}.meta{font-size:14px;color:var(--text-muted);margin:0 0 8px}table.tbl{width:100%;border-collapse:collapse;font-size:15.5px;margin:1.4em 0;display:block;overflow-x:auto}table.tbl th,table.tbl td{padding:9px 12px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}table.tbl th{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--bg-soft);white-space:nowrap}table.tbl code{white-space:nowrap}.callout{padding:16px 18px;border-radius:var(--radius);background:var(--brand-50);border:1px solid var(--brand-100);font-size:16px;margin:1.5em 0}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout strong{color:var(--brand-700)}.card-grid{display:flex;flex-wrap:wrap;gap:14px;margin:1.5em 0;padding:0;list-style:none}.card-grid>li{flex:1 1 255px;min-width:0}.card-grid>li+li{margin-top:0}.card{display:block;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-decoration:none;transition:border-color .12s,transform .12s,box-shadow .12s}.card:hover{border-color:var(--brand-500);transform:translateY(-2px);box-shadow:var(--shadow)}.card h3{margin:0 0 6px;font-size:17px;color:var(--text);font-weight:650;line-height:1.35}.card p{margin:0;font-size:14.5px;color:var(--text-muted);line-height:1.55}.faq{margin:1.5em 0}.faq details{border-bottom:1px solid var(--border);padding:4px 0}.faq summary{cursor:pointer;padding:12px 0;font-weight:650;color:var(--text);font-size:16.5px;list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--brand-600);font-size:20px;line-height:1;flex-shrink:0}.faq details[open] summary:after{content:"−"}.faq details>div{padding:0 0 14px;color:var(--text-soft);font-size:16.5px}.faq details>div>:first-child{margin-top:0}.toc{padding:16px 18px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--border);margin:1.6em 0}.toc h2{font-size:12px!important;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 9px!important}.toc ol{margin:0;padding-left:1.2em;font-size:15.5px}.toc li+li{margin-top:5px}.toc a{color:var(--text-soft);text-decoration:none}.toc a:hover{color:var(--brand-600);text-decoration:underline}.try-it{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:var(--radius);background:var(--brand-600);color:#fff;text-decoration:none;font-weight:650;font-size:16px;box-shadow:var(--shadow-sm)}.try-it:hover{background:var(--brand-700);color:#fff}.ad-slot{display:block;margin:26px auto;max-width:var(--content-width);min-height:100px;text-align:center;overflow:hidden}.ad-slot--header{margin:16px auto}.ad-slot--after-tool{margin-top:56px;margin-bottom:40px;padding-top:8px}.ad-slot__label{display:block;font-size:10.5px;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin-bottom:5px}.consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:60;max-width:640px;margin:0 auto;padding:18px 20px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);font-size:14.5px;line-height:1.55;color:var(--text-soft)}.consent p{margin:0 0 13px}.consent__actions{display:flex;flex-wrap:wrap;gap:8px}.consent button{padding:9px 17px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-soft);font-size:14px;font-weight:600;cursor:pointer}.consent button.is-primary{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.consent button:hover{border-color:var(--brand-500)}.consent button.is-primary:hover{background:var(--brand-700)}@media(max-width:900px){.calc{grid-template-columns:1fr;grid-template-rows:minmax(300px,45vh) 1fr;height:auto;max-height:none}.calc.is-collapsed{grid-template-columns:1fr}.calc.is-collapsed .calc__panel{display:flex}.calc__plot{order:-1;border-bottom:1px solid var(--border)}.calc__panel{border-right:0;max-height:none}.calc__panel-body{max-height:46vh}.calc__collapse{display:none}.site-nav{gap:0}.site-nav a{padding:7px 8px;font-size:14px}}@media(max-width:640px){body{font-size:16.5px}.page{padding-top:30px}.prose{font-size:17px}.site-header{padding:0 14px;gap:10px}.brand{font-size:17px}.site-nav a.is-secondary{display:none}.site-nav a{padding:7px 6px;font-size:13.5px}.calc__toolbar{top:auto;bottom:8px;right:8px;gap:2px;padding:3px}.calc__toolbar button{height:30px;min-width:30px;padding:0 6px;font-size:12px}.calc__toolbar-gap{margin:0 1px}}@media print{.site-header,.site-footer,.calc__panel,.calc__toolbar,.ad-slot,.consent,.skip-link{display:none!important}.calc{grid-template-columns:1fr;height:500px}}.stats{max-width:var(--wide-width);margin:0 auto;padding:0 20px}.stats__tabs{display:flex;flex-wrap:wrap;gap:2px;border-bottom:1px solid var(--border);margin-bottom:14px}.stats__tabs button{padding:11px 16px;border:0;border-bottom:2px solid transparent;background:none;cursor:pointer;font-size:15px;font-weight:600;color:var(--text-muted);white-space:nowrap}.stats__tabs button:hover{color:var(--text)}.stats__tabs button.is-active{color:var(--brand-600);border-bottom-color:var(--brand-600)}.stats__hint{margin:0 0 18px;font-size:15px;color:var(--text-muted)}.statpanel{display:grid;gap:18px}.statpanel__label{display:block;font-size:15px;color:var(--text-soft);margin-bottom:-10px;line-height:1.5}.statpanel textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:12px;font-family:var(--font-mono);font-size:14.5px;line-height:1.55;background:var(--surface);resize:vertical}.statpanel__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:-10px}.statpanel__actions button{padding:7px 13px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-soft);font-size:13.5px;font-weight:600;cursor:pointer}.statpanel__actions button:hover{border-color:var(--brand-500);color:var(--brand-600);background:var(--brand-50)}.statpanel__count{font-size:13px;color:var(--text-muted);margin-left:auto}.statpanel__empty{padding:16px 18px;border-radius:var(--radius);background:var(--bg-soft);border:1px dashed var(--border-strong);color:var(--text-muted);font-size:15px;margin:0;line-height:1.55}.statpanel__footnote{margin:0;font-size:14px;line-height:1.6;color:var(--text-muted)}.statpanel__footnote code{font-family:var(--font-mono);font-size:.9em;background:var(--bg-sunken);padding:.1em .35em;border-radius:4px}.statpanel__chartrow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.statpanel__chartrow label{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600}.statpanel__chartrow input,.statpanel__chartrow select{padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:14px}.statpanel__chartrow input{width:96px}.statpanel__hint{font-size:13px;color:var(--text-muted)}.statgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:1px;margin:0;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.statgrid--compact{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-top:12px}.statgrid__item{background:var(--surface);padding:11px 13px}.statgrid dt{font-size:12px;color:var(--text-muted);margin-bottom:3px;display:flex;align-items:baseline;gap:6px}.statgrid__note{font-family:var(--font-mono);font-size:11px;color:var(--brand-600)}.statgrid dd{margin:0;font-family:var(--font-mono);font-size:15px;font-weight:600;color:var(--text);word-break:break-word}.statresult{padding:18px 20px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.statresult--big .statresult__equation{font-size:20px}.statresult.is-reject{border-left:4px solid var(--brand-600)}.statresult.is-fail{border-left:4px solid var(--border-strong)}.statresult__equation{margin:0;font-family:var(--font-mono);font-size:16px;line-height:1.5;color:var(--text);word-break:break-word}.statresult__equation strong{color:var(--brand-600)}.statresult__meta{margin:10px 0 0;font-size:13.5px;color:var(--text-muted)}.statresult__conclusion{margin:14px 0 0;padding:12px 14px;border-radius:var(--radius-sm);background:var(--bg-soft);font-size:15px;line-height:1.6;color:var(--text-soft)}.statconditions{margin-top:12px;font-size:14px}.statconditions summary{cursor:pointer;color:var(--brand-600);font-weight:600;font-size:13.5px}.statconditions ul{margin:10px 0 0;padding-left:1.3em;color:var(--text-muted);line-height:1.6}.statconditions li+li{margin-top:6px}.statform{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.statform__field{display:flex;flex-direction:column;gap:5px;min-width:0}.statform__field label{font-size:13px;color:var(--text-muted);font-weight:600}.statform__field input,.statform__field select{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:15px;font-family:var(--font-mono)}.statform__field select{font-family:var(--font)}.statcheck{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--border);font-size:14px;line-height:1.55;color:var(--text-soft);cursor:pointer}.statcheck input{margin-top:3px;accent-color:var(--brand-500);flex-shrink:0}.statinverse{padding:18px 20px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--border)}.statinverse h3{margin:0 0 6px;font-size:16px;color:var(--text)}.statinverse p{margin:0 0 12px;font-size:14.5px;color:var(--text-muted);line-height:1.55}.statchart{margin:0}.statchart__canvas{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.statchart figcaption{display:flex;align-items:center;gap:12px;margin-top:8px;font-size:13.5px;color:var(--text-muted);flex-wrap:wrap}.statchart__actions{margin-left:auto;display:flex;gap:4px}.statchart__actions button{padding:4px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer}.statchart__actions button:hover{border-color:var(--brand-500);color:var(--brand-600)}@media(max-width:640px){.stats{padding:0 14px}.stats__tabs{flex-wrap:wrap;gap:0 2px}.stats__tabs button{flex:1 1 auto;padding:11px 12px;font-size:14px}.statgrid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}}.calculus{max-width:var(--wide-width);margin:0 auto 8px;padding:0 20px}.calculus__entry{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.calculus__label{font-family:var(--font-mono);font-size:18px;font-weight:600;color:var(--text-muted);flex-shrink:0}.calculus__input{flex:1;min-width:0;border:0;background:none;font-family:var(--font-mono);font-size:19px;color:var(--text);padding:4px 0}.calculus__input:focus{outline:none}.calculus__input.is-invalid{color:var(--danger, #dc2626)}.calculus__error{margin:0 0 12px;padding:11px 14px;border-radius:var(--radius-sm);background:var(--bg-soft);border-left:3px solid var(--danger, #dc2626);font-size:14px;line-height:1.55;color:var(--text-soft)}.calculus__examples{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;color:var(--text-muted)}.calculus__examples button{padding:5px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-family:var(--font-mono);font-size:13px;color:var(--text-soft);cursor:pointer}.calculus__examples button:hover{border-color:var(--brand-500);color:var(--brand-600)}.calculus-panel{display:grid;gap:18px}.calculus-panel__error{margin:0;padding:16px 18px;border-radius:var(--radius);background:var(--bg-soft);border:1px dashed var(--border-strong);color:var(--text-muted);font-size:15px;line-height:1.55}.calculus-panel__hint{display:block;margin-top:6px;color:var(--text-soft)}.calculus-panel__empty{padding:14px 16px;border-radius:var(--radius);background:var(--bg-soft);border:1px dashed var(--border-strong);color:var(--text-muted);font-size:14.5px;margin:0;line-height:1.55}.calculus-panel__note{margin:10px 0 0;font-size:13.5px;line-height:1.6;color:var(--text-muted)}.calculus-panel__note--prominent{margin:0;padding:13px 15px;border-radius:var(--radius-sm);background:var(--bg-soft);font-size:14.5px;color:var(--text-soft)}.calculus-result{padding:18px 20px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.calculus-result--headline{border-left:4px solid var(--brand-600)}.calculus-result__label{margin:0 0 8px;font-family:var(--font-mono);font-size:14px;color:var(--text-muted);word-break:break-word}.calculus-result__value{margin:0;font-family:var(--font-mono);font-size:24px;line-height:1.4;font-weight:600;color:var(--brand-600);word-break:break-word}.calculus-result__meta{margin:10px 0 0;font-size:13.5px;line-height:1.6;color:var(--text-muted)}.calculus-result__meta code{font-family:var(--font-mono);background:var(--bg-sunken);padding:1px 5px;border-radius:4px;word-break:break-word}.calculus-result__copy{border:0;background:none;padding:2px 4px;font-size:12.5px;font-weight:600;color:var(--brand-600);cursor:pointer}.calculus-result__inline{margin:0;font-size:15.5px;line-height:1.6;color:var(--text)}.calculus-result__inline strong{font-family:var(--font-mono);color:var(--brand-600)}.calculus-result__aside{color:var(--text-muted);font-size:14.5px}.calculus-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.calculus-form__field{display:flex;flex-direction:column;gap:5px;min-width:0}.calculus-form__field label{font-size:13px;color:var(--text-muted);font-weight:600}.calculus-form__field input[type=text],.calculus-form__field input[type=number],.calculus-form__field select{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:15px;font-family:var(--font-mono)}.calculus-form__field select{font-family:var(--font)}.calculus-form__field input[type=range]{width:100%;accent-color:var(--brand-500)}.calculus-form__aside{margin:-6px 0 0;font-size:13px;color:var(--text-muted)}.calculus-form__aside code{font-family:var(--font-mono);background:var(--bg-sunken);padding:1px 5px;border-radius:4px}.calculus-toggles{display:flex;flex-wrap:wrap;gap:8px}.calculus-toggles button{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:13.5px;font-weight:600;color:var(--text-muted);cursor:pointer}.calculus-toggles button.is-on{border-color:var(--brand-500);background:var(--brand-50);color:var(--brand-600)}.calculus-toggles .swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0}.calculus-steps__toggle{padding:9px 15px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:14px;font-weight:600;color:var(--brand-600);cursor:pointer}.calculus-steps__list{margin:14px 0 0;padding:0;list-style:none;counter-reset:step}.calculus-steps__list li{position:relative;padding:12px 14px 12px 40px;border-radius:var(--radius-sm);background:var(--bg-soft);border:1px solid var(--border);counter-increment:step}.calculus-steps__list li+li{margin-top:8px}.calculus-steps__list li:before{content:counter(step);position:absolute;left:13px;top:12px;width:19px;height:19px;border-radius:50%;background:var(--brand-500);color:#fff;font-size:11.5px;font-weight:700;display:grid;place-items:center}.calculus-steps__rule{display:block;font-size:13.5px;font-weight:700;color:var(--brand-600)}.calculus-steps__general,.calculus-steps__target{display:block;margin-top:4px;font-size:13px;line-height:1.55;color:var(--text-muted)}.calculus-steps__general{font-family:var(--font-mono)}.calculus-steps__target code,.calculus-steps__result{font-family:var(--font-mono);font-size:13px;word-break:break-word}.calculus-steps__result{display:block;margin-top:6px;color:var(--text);font-weight:600}.calculus-section{margin:6px 0 -6px;font-size:17px}.calculus-features{margin:0;padding:0;list-style:none;display:grid;gap:8px}.calculus-features li{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:10px;padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border)}.calculus-features__kind{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px;background:var(--bg-sunken);color:var(--text-muted);white-space:nowrap}.calculus-features__kind--maximum{background:#fee2e2;color:#b91c1c}.calculus-features__kind--minimum{background:#dbeafe;color:#1d4ed8}.calculus-features__kind--inflection{background:#fef3c7;color:#b45309}.calculus-features li code{font-family:var(--font-mono);font-size:14px;font-weight:600;white-space:nowrap}.calculus-features__reason{font-size:13.5px;line-height:1.55;color:var(--text-muted)}.calculus-shape{margin:0;display:grid;grid-template-columns:minmax(130px,auto) 1fr;gap:8px 16px;padding:16px 18px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.calculus-shape dt{font-size:13px;font-weight:700;color:var(--text-muted)}.calculus-shape dd{margin:0;font-family:var(--font-mono);font-size:14px;line-height:1.55;color:var(--text);word-break:break-word}.calculus-table{font-family:var(--font-mono);font-size:13.5px}@media(max-width:620px){.calculus-features li{grid-template-columns:1fr;gap:6px}.calculus-shape{grid-template-columns:1fr;gap:3px 0}.calculus-shape dd+dt{margin-top:10px}.calculus-result__value{font-size:20px}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .calculus-features__kind--maximum{background:#451a1a;color:#fca5a5}:root:not([data-theme=light]) .calculus-features__kind--minimum{background:#172554;color:#93c5fd}:root:not([data-theme=light]) .calculus-features__kind--inflection{background:#422006;color:#fcd34d}}:root[data-theme=dark] .calculus-features__kind--maximum{background:#451a1a;color:#fca5a5}:root[data-theme=dark] .calculus-features__kind--minimum{background:#172554;color:#93c5fd}:root[data-theme=dark] .calculus-features__kind--inflection{background:#422006;color:#fcd34d}
