:root{--bg: #04060e;--bg-raised: #0a0f1b;--surface: rgba(140, 180, 255, .05);--surface-strong: rgba(140, 180, 255, .09);--border: rgba(140, 180, 255, .13);--border-strong: rgba(140, 180, 255, .27);--text: #e8eefc;--text-dim: #94a2c0;--accent: #22d3ee;--accent-ink: #04222b;--accent-soft: rgba(34, 211, 238, .12);--accent-fill: rgba(34, 211, 238, .13);--accent-fill-strong: rgba(34, 211, 238, .22);--accent-border: rgba(34, 211, 238, .55);--warn: #e5c07b;--font-display: "Schibsted Grotesk", system-ui, sans-serif;--font-body: "Schibsted Grotesk", system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, monospace;--radius: 14px;--shadow: 0 10px 40px rgba(1, 3, 10, .6);--content: 1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}::selection{background:var(--accent-soft)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#8cb4ff2e;border-radius:5px;border:2px solid var(--bg)}h1,h2,h3{font-family:var(--font-display);line-height:1.15;text-wrap:balance}a{color:var(--accent)}img{max-width:100%;display:block}button,select{font:inherit;color:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.mono{font-family:var(--font-mono);font-size:.95em}main{position:relative;z-index:1;flex:1 0 auto;width:100%;max-width:var(--content);margin:0 auto;padding:8.5rem 1.5rem 4rem}.particle-field{position:fixed;inset:0;z-index:0;pointer-events:none}.nav-wrap{position:fixed;top:1rem;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:0 1rem;transform:translateZ(0);will-change:transform;isolation:isolate}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:860px;padding:.55rem .65rem .55rem 1.1rem;background:#0a0f1bb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--border);border-radius:999px;box-shadow:var(--shadow)}.nav-brand{display:flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:600;font-size:1.02rem;color:var(--text);text-decoration:none;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links a{position:relative;display:block;padding:.45rem .95rem;border-radius:999px;color:var(--text-dim);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-links a.active{color:var(--accent);font-weight:600}.nav-pill{position:absolute;inset:0;border-radius:999px;background:var(--accent-fill);border:1px solid var(--accent-border)}.nav-label{position:relative;z-index:1}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:999px;background:var(--surface-strong);color:var(--text)}@media(max-width:719px){.nav{flex-wrap:wrap;border-radius:22px}.nav-toggle{display:flex}.nav-links{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.15rem;padding:.5rem .25rem .4rem;border-top:1px solid var(--border);margin-top:.5rem}.nav.is-open .nav-links{display:flex}.nav-links a{text-align:center;padding:.7rem}}.hero{text-align:center;padding:3.5rem 0 4.5rem}.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:700;letter-spacing:-.02em;max-width:18ch;margin:0 auto 1.25rem}.hero .accent{color:var(--accent)}.hero p{max-width:58ch;margin:0 auto 2rem;color:var(--text-dim);font-size:1.08rem}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:999px;background:var(--accent-fill-strong);color:var(--accent);font-weight:600;text-decoration:none;border:1px solid var(--accent-border);transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);background:#22d3ee4d;box-shadow:0 8px 28px #22d3ee38}.explorer{scroll-margin-top:7rem;padding-bottom:5rem}.explorer-tabs{display:inline-flex;gap:.2rem;padding:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;margin-bottom:1.5rem}.explorer-tab{padding:.38rem .95rem;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--text-dim);font-weight:500;font-size:.85rem;transition:color .2s,background .2s,border-color .2s}.explorer-tab:hover{color:var(--text)}.explorer-tab.is-active{background:var(--accent-fill);border-color:var(--accent-border);color:var(--accent);font-weight:600}.explorer-intro h2{font-size:clamp(1.5rem,3vw,2rem);display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.badge{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--warn);background:#e5c07b1a;border:1px solid rgba(229,192,123,.3);padding:.3rem .7rem;border-radius:999px}.explorer-intro p{max-width:72ch;color:var(--text-dim);margin-bottom:1.75rem}.explorer-controls{display:flex;flex-wrap:wrap;gap:.85rem;align-items:flex-end;padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}.field{display:flex;flex-direction:column;gap:.35rem;min-width:150px;flex:1}.field-switch{flex:0 0 auto;min-width:0}.field-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.dd{position:relative}.dd-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.5rem .75rem;min-height:40px;background:var(--bg-raised);border:1px solid var(--border-strong);border-radius:10px;color:var(--text);font-size:.9rem;text-align:left;transition:border-color .2s}.dd-trigger:hover,.dd.is-open .dd-trigger{border-color:var(--accent-border)}.dd-value{display:flex;flex-direction:column;gap:.05rem;min-width:0}.dd-value-label{font-weight:500;line-height:1.2}.dd-mono .dd-value-label{font-family:var(--font-mono)}.dd-sub{font-size:.75rem;color:var(--text-dim);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dd-caret{flex-shrink:0;color:var(--text-dim);transition:transform .2s}.dd.is-open .dd-caret{transform:rotate(180deg)}.dd-menu{position:absolute;top:calc(100% + .4rem);left:0;right:0;z-index:20;list-style:none;padding:.3rem;background:var(--bg-raised);border:1px solid var(--border-strong);border-radius:12px;box-shadow:var(--shadow);max-height:280px;overflow-y:auto}.dd-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem;border-radius:8px;cursor:pointer;color:var(--text)}.dd-option.is-active{background:var(--surface-strong)}.dd-option.is-selected{color:var(--accent)}.dd-option.is-selected .dd-sub{color:var(--accent);opacity:.75}.dd-check{flex-shrink:0;color:var(--accent)}.switch{display:inline-flex;align-items:center;gap:.55rem;padding:.3rem .8rem .3rem .3rem;min-height:40px;background:var(--bg-raised);border:1px solid var(--border-strong);border-radius:999px;transition:border-color .2s}.switch:hover{border-color:var(--accent-border)}.switch-thumb{width:32px;height:18px;border-radius:999px;background:#8cb4ff33;position:relative;transition:background .25s}.switch-thumb:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:var(--text);transition:transform .25s cubic-bezier(.16,1,.3,1)}.switch.is-on .switch-thumb{background:var(--accent)}.switch.is-on .switch-thumb:after{transform:translate(14px);background:var(--accent-ink)}.switch-text{font-size:.85rem;font-weight:500;color:var(--text-dim);min-width:2ch}.switch.is-on .switch-text{color:var(--text)}.explorer-readout{color:var(--text-dim);font-size:.95rem;margin-bottom:1.25rem}.explorer-readout strong{color:var(--accent);font-weight:600}.viewer{position:relative;aspect-ratio:16 / 10;max-height:640px;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:radial-gradient(ellipse at 50% 40%,#0a1424 0%,var(--bg) 70%);box-shadow:var(--shadow)}.viewer canvas{touch-action:none}.viewer-demo{aspect-ratio:16 / 9;max-height:420px}.viewer-hint{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);padding:.35rem .9rem;border-radius:999px;background:#04060eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);color:var(--text-dim);font-size:.8rem;white-space:nowrap;pointer-events:none}.viewer-loader{display:flex;align-items:center;gap:.65rem;padding:.7rem 1.2rem;border-radius:999px;background:#0a0f1bd9;border:1px solid var(--border);color:var(--text);font-size:.9rem;white-space:nowrap}.viewer-loader-ring{width:16px;height:16px;border-radius:50%;border:2px solid var(--border-strong);border-top-color:var(--accent);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.methods{padding-bottom:5rem}.methods h2{font-size:clamp(1.5rem,3vw,2rem);max-width:26ch;margin-bottom:.75rem}.methods-intro{max-width:72ch;color:var(--text-dim);margin-bottom:2rem}.methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;align-items:stretch}.flip-card{perspective:1400px;min-height:340px;cursor:pointer}.flip-inner{position:relative;width:100%;height:100%;min-height:340px;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.flip-card.is-flipped .flip-inner{transform:rotateY(180deg)}.flip-face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);transition:border-color .2s}.flip-card:hover .flip-face{border-color:var(--border-strong)}.flip-front{display:flex;flex-direction:column}.method-figure{position:relative;aspect-ratio:3 / 2;overflow:hidden;flex-shrink:0}.method-figure img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.flip-card:hover .method-figure img{transform:scale(1.04)}.flip-front h3{font-size:1.05rem;padding:1rem 1.25rem .25rem}.method-more{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;padding:.75rem 1.25rem 1.1rem;color:var(--accent);font-size:.85rem;font-weight:500}.flip-back{transform:rotateY(180deg);display:flex;flex-direction:column;padding:1.4rem 1.35rem;background:var(--bg-raised)}.flip-back h3{font-size:1rem;margin-bottom:.6rem}.flip-back p{color:var(--text-dim);font-size:.92rem;line-height:1.55}.flip-back .method-more{padding:.9rem 0 0}.prose{max-width:68ch;margin:0 auto;padding-bottom:3rem}.prose-wide{max-width:820px}.prose h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.5rem}.prose h2{font-size:1.4rem;margin:2.25rem 0 .75rem}.prose p{color:var(--text-dim);margin-bottom:1.1rem}.prose a{color:var(--accent);text-underline-offset:3px}.help-steps{margin:0 0 1rem 1.25rem;color:var(--text-dim);display:grid;gap:.6rem}.help-steps li::marker{color:var(--accent);font-weight:600}.footer{position:relative;z-index:1;flex-shrink:0;height:64px;border-top:1px solid var(--border);padding:0 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-dim);font-size:.85rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.viewer-loader-ring{animation:none}*,*:after{transition-duration:.01ms!important}}
