@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #ffffff;--surface: #f5f5f7;--surface-2: #e8e8ed;--border: #d2d2d7;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #86868b;--accent: #04e762;--accent-hover: #03c953;--accent-dark: #02a844;--warm-accent: #04e762;--pop-green: #04e762;--pop-yellow: #f5b700;--pop-pink: #dc0073;--pop-blue: #008bf8;--pop-lime: #89fc00;--kicker-1: #007AFF;--kicker-2: #5856D6;--kicker-3: #FF2D55;--kicker-4: #00C7BE;--kicker-5: #AF52DE;--kicker-6: #34C759;--kicker-7: #FF9500;--kicker-8: #E5A800;--kicker-9: #FF3B30;--kicker-10: #32ADE6;--stripe-height: 200px;--stripe-top: 38%;--radius-btn: 12px;--radius-card: 16px;--radius-panel: 20px;--shadow-card: 0 4px 18px rgba(0, 0, 0, .06);--shadow-panel: 0 12px 40px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html{height:100%}body{height:100%;margin:0;min-width:0;font-family:Inter,sans-serif;font-weight:400;line-height:1.55;color:var(--text-primary);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{height:100vh;overflow:hidden;position:relative;background:var(--bg);touch-action:none}.global-soft-stripes{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:1}.global-soft-stripes:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff2e,#fff0)}.global-soft-stripe{position:absolute;top:50%;left:50%;width:260vmax;height:14px;border-radius:999px;opacity:.08;transform:translate(calc(-50% + var(--soft-stripe-offset-x)),-50%) rotate(var(--soft-stripe-angle));transform-origin:center;filter:blur(.5px)}main{position:relative;z-index:2;width:100%;will-change:transform;transition:transform .9s cubic-bezier(.77,0,.175,1)}.snap-page{height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.section{width:min(1200px,calc(100% - 120px));margin:0 auto}@media(max-width:600px){.section{width:calc(100% - 48px)}}.section-kicker{margin:0 0 10px;color:var(--kicker-1);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.section-title{margin:0;font-size:44px;line-height:1.12;letter-spacing:-.02em;font-weight:700}.section-subtitle{max-width:700px;margin:14px 0 0;color:var(--text-secondary);font-size:18px}@media(max-aspect-ratio:1){.section-title{font-size:40px;line-height:1.08;letter-spacing:-.025em}.section-subtitle{font-size:18px;line-height:1.5}.section-kicker{font-size:15px;letter-spacing:.06em;margin-bottom:12px}.app-shell--mobile{overflow-y:auto;overflow-x:hidden;touch-action:auto}.app-shell--mobile .snap-page{height:auto;min-height:0;overflow:visible}.app-shell--mobile main{transition:none;will-change:auto;padding-top:48px}.section{width:calc(100% - 48px)}.primary-btn,.secondary-btn{padding:16px 28px;font-size:17px;border-radius:980px}.primary-btn{font-weight:600}}.surface-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}@media(max-aspect-ratio:1){.surface-card{border-radius:16px}}.primary-btn,.secondary-btn{border-radius:var(--radius-btn);border:1px solid transparent;cursor:pointer;padding:12px 18px;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.primary-btn{background:var(--text-primary);color:#fff;font-weight:600}.primary-btn:hover{background:#333336;transform:translateY(-1px)}.secondary-btn{background:transparent;border-color:var(--border);color:var(--text-primary);font-weight:500}.secondary-btn:hover{border-color:var(--text-primary);color:var(--text-primary);transform:translateY(-1px)}.anim-fade-up{opacity:0;transform:translateY(60px);transition:opacity .7s ease,transform .9s cubic-bezier(.16,1,.3,1)}.anim-fade-left{opacity:0;transform:translate(-50px);transition:opacity .7s ease,transform .9s cubic-bezier(.16,1,.3,1)}.anim-scale-in{opacity:0;transform:scale(.92);transition:opacity .6s ease,transform .8s cubic-bezier(.16,1,.3,1)}.delay-1{transition-delay:.08s!important}.delay-2{transition-delay:.16s!important}.delay-3{transition-delay:.24s!important}.delay-4{transition-delay:.32s!important}.delay-5{transition-delay:.4s!important}.delay-6{transition-delay:.48s!important}.in-view .anim-fade-up,.in-view .anim-fade-left,.in-view .anim-scale-in{opacity:1;transform:none}.navbar-wrap{position:fixed;top:0;left:0;right:0;z-index:60;border-bottom:1px solid rgba(210,210,215,.7);background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navbar-inner{width:min(1200px,calc(100% - 120px));height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand-btn{border:0;background:transparent;color:var(--text-primary);font-size:20px;font-weight:700;letter-spacing:-.02em;cursor:pointer}.nav-links{display:flex;gap:24px}.nav-link-btn{border:0;background:transparent;color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:color .14s ease}.nav-link-btn:hover{color:var(--text-primary)}.nav-auth{display:flex;align-items:center;margin-left:16px}.nav-login-btn{padding:7px 18px;border-radius:8px;background:var(--text-primary);color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .14s ease}.nav-login-btn:hover{opacity:.85}.nav-user-wrap{position:relative}.nav-user-btn{display:flex;align-items:center;gap:8px;border:0;background:transparent;cursor:pointer;padding:4px;border-radius:8px;transition:background .12s ease}.nav-user-btn:hover{background:var(--surface)}.nav-user-avatar{width:30px;height:30px;border-radius:50%;background:var(--text-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.nav-user-name{font-size:13px;font-weight:500;color:var(--text-primary)}.nav-user-dropdown{position:absolute;right:0;top:100%;margin-top:6px;min-width:160px;background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-panel);overflow:hidden;z-index:100}.nav-user-dropdown-item{display:block;width:100%;padding:10px 16px;border:0;background:transparent;text-align:left;font-size:13px;font-weight:500;color:var(--text-primary);cursor:pointer;text-decoration:none;font-family:inherit;transition:background .1s ease}.nav-user-dropdown-item:hover{background:var(--surface)}.menu-toggle,.mobile-menu{display:none}@media(max-aspect-ratio:1){.navbar-wrap{background:#ffffffe0;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.navbar-inner{width:calc(100% - 48px);height:48px}.brand-btn{font-size:18px;font-weight:700;letter-spacing:-.03em}.nav-links,.nav-auth{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:transparent;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.menu-icon{position:relative;width:20px;height:2px;background:var(--text-primary);border-radius:1px;transition:background .2s ease}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--text-primary);border-radius:1px;transition:transform .24s ease,top .24s ease}.menu-icon:before{top:-6px}.menu-icon:after{top:6px}.menu-icon.open{background:transparent}.menu-icon.open:before{top:0;transform:rotate(45deg)}.menu-icon.open:after{top:0;transform:rotate(-45deg)}.mobile-menu{display:block;overflow:hidden;max-height:0;opacity:0;background:#fffffff5;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(210,210,215,.5);transition:max-height .32s cubic-bezier(.4,0,.2,1),opacity .24s ease}.mobile-menu.visible{max-height:340px;opacity:1}.mobile-nav{display:flex;flex-direction:column;padding:8px 24px 20px}.mobile-nav-btn{border:0;background:transparent;text-align:left;padding:14px 0;font-size:17px;font-weight:500;color:var(--text-primary);cursor:pointer;opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,color .14s ease;-webkit-tap-highlight-color:transparent;border-bottom:1px solid rgba(210,210,215,.35)}.mobile-nav-btn:last-child{border-bottom:none}.mobile-menu.visible .mobile-nav-btn{opacity:1;transform:translateY(0)}.mobile-nav-btn:active{color:var(--text-secondary)}}.calculator-panel{position:relative}.calculator-shell{position:relative;width:340px;max-width:100%;aspect-ratio:558 / 1203;margin:0 auto;overflow:hidden;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;background:url(/fx82.png) top left / 100% 100% no-repeat}.lcd-canvas{position:absolute;pointer-events:none;z-index:2}.calc-hit{position:absolute;appearance:none;-webkit-appearance:none;background:transparent;border:none;padding:0;margin:0;cursor:pointer;outline:none;color:transparent;font-size:0;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:1}.calc-hit:focus-visible{outline:2px solid rgba(100,160,255,.6);outline-offset:-1px;border-radius:4px}.calc-hit--pressed,.calc-hit:active{background:#00000026;border-radius:4px}@keyframes mode-pulse{0%,to{opacity:0}50%{opacity:.55}}.mode-key-pulse{position:absolute;border-radius:50%;background:#fff;pointer-events:none;animation:mode-pulse 2s ease-in-out infinite;z-index:2}.dot-key-pulse{position:absolute;border-radius:4px;background:#fff;pointer-events:none;animation:mode-pulse 2s ease-in-out infinite;z-index:2}.calc-file-input{display:none}@supports not (aspect-ratio: 1){.calculator-shell:before{content:"";display:block;padding-bottom:215.59%}}.showcase-page{background:transparent;overflow:visible}.showcase-inner{display:grid;grid-template-columns:560px 1fr;gap:36px;align-items:center;position:relative;z-index:2}.showcase-left{width:min(100%,340px);aspect-ratio:558 / 1203;margin:0 auto}@supports not (aspect-ratio: 1){.showcase-left:before{content:"";display:block;padding-bottom:215.59%}}.showcase-right{display:grid;gap:18px;opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform 1.2s cubic-bezier(.16,1,.3,1)}.showcase-animated .showcase-right,.showcase-animated .hero-anim-el{opacity:1;transform:translateY(0)}.showcase-page .section-kicker{color:var(--kicker-1)}@media(max-width:1150px){.showcase-inner{width:min(1200px,calc(100% - 60px));grid-template-columns:380px 1fr;gap:20px}}.showcase-demo-guidance{padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);display:none}.showcase-demo-guidance .guidance-title{margin:0;font-size:13px;font-weight:600;color:var(--text-primary)}.showcase-demo-guidance .guidance-copy{margin:6px 0 0;font-size:12px;color:var(--text-secondary);line-height:1.5}@media(max-aspect-ratio:1){.showcase-page{align-items:center;min-height:100vh;min-height:100dvh}.showcase-inner{width:calc(100% - 48px);max-width:none;margin:0 auto;grid-template-columns:1fr;padding-top:48px;padding-left:0;padding-right:0;box-sizing:border-box;text-align:center}.showcase-left{display:none}.showcase-right{gap:20px;padding-bottom:40px;justify-items:center}.mobile-showcase-calc-container{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50vw;height:55vh;z-index:0;pointer-events:none;opacity:.05;mask-image:linear-gradient(to top,transparent 0%,black 50%);-webkit-mask-image:linear-gradient(to top,transparent 0%,black 50%)}.mobile-showcase-calc-container .calculator-panel{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;display:flex;justify-content:center}.mobile-showcase-calc-container .calculator-shell{height:100%;width:calc(55vh * 558 / 1203);max-width:none;aspect-ratio:558 / 1203;margin:0;position:relative}.showcase-demo-guidance{display:block;text-align:left;max-width:340px}.showcase-demo-guidance .guidance-title{font-size:15px}.showcase-demo-guidance .guidance-copy{font-size:14px}.showcase-page .section-kicker{font-size:15px;letter-spacing:.06em;margin-bottom:8px}.showcase-page .hero-title{font-size:48px;line-height:1.06;letter-spacing:-.03em;font-weight:700}.showcase-page .hero-subtitle{font-size:18px;line-height:1.5;color:var(--text-secondary);max-width:380px}.showcase-page .hero-bullets{font-size:16px;gap:8px;text-align:left;color:var(--text-secondary);padding-left:20px}.showcase-page .hero-actions{gap:12px;flex-direction:column;width:100%;max-width:320px}.showcase-page .primary-btn,.showcase-page .secondary-btn{width:100%;text-align:center;justify-content:center}}.calc-stage{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:50;pointer-events:none}.calc-stage-inner{width:min(1200px,calc(100% - 120px));display:grid;grid-template-columns:560px 1fr;gap:36px;align-items:center;overflow:visible}.calc-stage-left{overflow:visible}.calc-stage-left--interactive{pointer-events:auto}.calc-stage-scene{position:relative;width:fit-content;margin:0 auto;overflow:visible}.calc-stage-device{position:relative;z-index:2}@media(max-width:1150px){.calc-stage-inner{width:min(1200px,calc(100% - 60px));grid-template-columns:380px 1fr;gap:20px}}.hero-page{background:transparent}.hero-page .section-kicker{color:var(--kicker-2)}.hero-inner{display:grid;grid-template-columns:560px 1fr;gap:36px;align-items:center}.hero-left{position:relative;transform:translate(320px);transition:transform 1.2s cubic-bezier(.16,1,.3,1);pointer-events:none}.hero-inner.hero-animated .hero-left{transform:translate(40px)}.hero-calc-placeholder{width:min(100%,340px);aspect-ratio:558 / 1203;margin:0 auto;pointer-events:none}@supports not (aspect-ratio: 1){.hero-calc-placeholder:before{content:"";display:block;padding-bottom:215.59%}}.hero-right{display:grid;gap:18px;margin-top:-10px;opacity:0;transform:translate(-260px) translateY(80px);transition:opacity .9s ease,transform 1.2s cubic-bezier(.16,1,.3,1);transition-delay:0s}.hero-inner.hero-animated .hero-right{opacity:1;transform:translate(-20px) translateY(0)}.hero-inner.hero-exiting .hero-right{opacity:0;pointer-events:none;transform:translate(-20px) translateY(0)}.hero-anim-el{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .7s cubic-bezier(.16,1,.3,1);transition-delay:calc(.1s + var(--i, 0) * .07s)}.hero-inner.hero-animated .hero-anim-el{opacity:1;transform:translateY(0)}.hero-inner.hero-exiting .hero-anim-el{transition-delay:0s}.hero-title{margin:0;font-size:58px;line-height:1.06;letter-spacing:-.03em;max-width:640px;font-weight:700}.hero-subtitle{margin:0;max-width:610px;color:var(--text-secondary);font-size:20px}.hero-bullets{margin:4px 0 0;padding-left:20px;display:grid;gap:8px;color:var(--text-secondary)}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:6px}.hero-demo-guidance{margin-top:6px;max-width:500px;padding:16px 18px}.guidance-title{margin:0;color:var(--text-primary);font-weight:600;font-size:15px}.guidance-copy{margin:8px 0 0;color:var(--text-secondary);font-size:14px}.hero-page--mobile-fullcalc{background:transparent;pointer-events:none;min-height:100vh}@media(max-aspect-ratio:1){.app-shell--mobile .hero-page--mobile-fullcalc{min-height:100vh;min-height:100dvh;padding:16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;pointer-events:auto}.mobile-hero-calc-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:1;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px)}.mobile-demo-guidance{flex-shrink:0;margin:0 0 5px;text-align:center;font-size:13px;color:var(--text-secondary);line-height:1.4}.mobile-demo-guidance p{margin:0}.mobile-demo-guidance strong{color:var(--text-primary);font-weight:600}.mobile-hero-calc-container .calculator-panel{height:calc(100vh - 130px);height:calc(100dvh - 130px);display:flex;justify-content:center}.mobile-hero-calc-container .calculator-shell{height:100%;width:calc((100vh - 130px) * 558 / 1203);width:calc((100dvh - 130px) * 558 / 1203);max-width:100%;aspect-ratio:558 / 1203;margin:0;position:relative}}@media(max-width:1150px){.hero-inner{width:min(1200px,calc(100% - 60px));grid-template-columns:380px 1fr;gap:20px}.hero-inner.hero-animated .hero-left{transform:translate(0)}}@media(max-aspect-ratio:1){.hero-page{align-items:flex-start}.hero-inner{grid-template-columns:1fr;padding-top:80px}.hero-left{display:none}.hero-right{gap:16px;transform:none;opacity:0;text-align:center;justify-items:center}.hero-inner.hero-animated .hero-right{opacity:1;transform:none}.hero-inner.hero-exiting .hero-right{opacity:0;transform:none}.hero-title{font-size:36px;line-height:1.08;letter-spacing:-.025em}.hero-subtitle{font-size:17px;line-height:1.5;max-width:380px}.hero-bullets{font-size:15px;gap:6px;text-align:left}.hero-demo-guidance{display:none}}.hiw-page{background:transparent}.hiw-page .section-kicker{color:var(--kicker-3)}.hiw-inner{display:grid;grid-template-columns:440px 1fr;gap:56px;align-items:center}.hiw-left{position:relative;pointer-events:none}.hiw-benchmark{--benchmark-plot-height: 240px;--benchmark-label-height: 42px;--benchmark-label-gap: 10px;--benchmark-axis-bottom: calc(var(--benchmark-label-height) + var(--benchmark-label-gap));--benchmark-chart-height: calc(var(--benchmark-plot-height) + var(--benchmark-axis-bottom));--benchmark-bar-color: #6b7280;--benchmark-bar-color-featured: #4b5563;width:min(100%,412px);margin:0 auto;opacity:0;transform:translate(-22px) translateY(10px);transition:opacity .75s ease,transform 1s cubic-bezier(.16,1,.3,1)}.hiw-page--active .hiw-benchmark{opacity:1;transform:none}.hiw-benchmark-caption{margin:0 0 14px 44px;color:var(--text-tertiary);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hiw-benchmark-plot{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start}.hiw-benchmark-axis{height:var(--benchmark-plot-height);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;color:var(--text-tertiary);font-size:10px;font-weight:500;line-height:1}.hiw-benchmark-chart{position:relative;height:var(--benchmark-chart-height);padding-left:16px}.hiw-benchmark-chart:before{content:"";position:absolute;left:0;top:0;bottom:var(--benchmark-axis-bottom);width:1px;background:#1d1d1f24}.hiw-benchmark-chart:after{content:"";position:absolute;left:0;right:0;bottom:var(--benchmark-axis-bottom);height:1px;background:#1d1d1f24}.hiw-benchmark-grid{position:absolute;inset:0 0 var(--benchmark-axis-bottom) 0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.hiw-benchmark-grid span{display:block;height:0;border-top:1px solid rgba(29,29,31,.07)}.hiw-benchmark-bars{position:relative;height:var(--benchmark-chart-height);display:grid;grid-template-columns:repeat(var(--bar-count, 5),minmax(0,1fr));gap:12px;align-items:end}.hiw-benchmark-column{display:grid;grid-template-rows:var(--benchmark-plot-height) var(--benchmark-label-height);gap:var(--benchmark-label-gap);justify-items:center}.hiw-benchmark-visual{position:relative;width:100%;height:var(--benchmark-plot-height)}.hiw-benchmark-fill{position:absolute;left:20%;right:20%;bottom:0;height:var(--bar-height);border-radius:6px 6px 0 0;background:var(--benchmark-bar-color);box-shadow:0 10px 22px #0f172a1a;opacity:0;transform:scaleY(.06);transform-origin:bottom;transition:opacity .5s ease,transform 1s cubic-bezier(.2,.9,.2,1);transition-delay:var(--delay)}.hiw-page--active .hiw-benchmark-fill,.hiw-page.in-view .hiw-benchmark-fill{opacity:1;transform:scaleY(1)}.hiw-benchmark-score{position:absolute;left:50%;bottom:calc(var(--bar-height) + 10px);color:var(--text-secondary);font-size:12px;font-weight:600;letter-spacing:-.01em;transform:translate(-50%,8px);opacity:0;transition:opacity .45s ease,transform .8s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--delay) + .08s)}.hiw-page--active .hiw-benchmark-score,.hiw-page.in-view .hiw-benchmark-score{opacity:1;transform:translate(-50%)}.hiw-benchmark-label{color:var(--text-secondary);font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:none;display:flex;align-items:flex-start;justify-content:center;width:100%;height:var(--benchmark-label-height);text-align:center;line-height:1.25}.hiw-benchmark-note{margin:18px 0 0 44px;color:var(--text-tertiary);font-size:14px;line-height:1.55;font-style:italic;max-width:332px}.hiw-benchmark-note p{margin:0}.hiw-benchmark-note p+p{margin-top:10px}.hiw-benchmark-column--featured .hiw-benchmark-fill{background:var(--benchmark-bar-color-featured);box-shadow:0 12px 24px #0f172a24}.hiw-benchmark-column--featured .hiw-benchmark-score,.hiw-benchmark-column--featured .hiw-benchmark-label{color:var(--text-primary)}.hiw-right{display:grid;gap:18px;margin-left:20px;opacity:.82;transform:translateY(24px);transition:opacity .8s ease,transform 1s cubic-bezier(.16,1,.3,1)}.hiw-page--active .hiw-right{opacity:1;transform:none}.model-cards{margin-top:4px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.model-card{min-height:190px;padding:22px;display:grid;align-content:start;gap:10px}.model-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.model-card-wordmark{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--accent);background:#ffffffdb;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.model-card-blurb{color:var(--text-tertiary);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:right}.model-card h3{margin:0;font-size:20px;letter-spacing:-.01em}.model-card p{margin:0;color:var(--text-secondary)}@media(max-height:860px)and (min-width:901px){.hiw-inner{grid-template-columns:380px 1fr;gap:24px}.hiw-benchmark{--benchmark-plot-height: 208px;width:min(100%,372px)}.hiw-benchmark-caption{margin-left:40px}.hiw-benchmark-note{margin-left:40px;max-width:300px;font-size:13px}.hiw-right{gap:14px;margin-left:40px}.model-cards{gap:12px}.model-card{min-height:160px;padding:18px;gap:8px}.model-card h3{font-size:18px}.model-card p{font-size:14px}}@media(max-aspect-ratio:1){.hiw-page{align-items:flex-start}.hiw-inner{width:calc(100% - 48px);display:flex;flex-direction:column;padding-top:80px;padding-bottom:60px;gap:32px}.hiw-right{order:1;gap:20px;margin-left:0;opacity:1;transform:none}.hiw-left{order:2;pointer-events:auto}.hiw-benchmark{width:100%;--benchmark-plot-height: 180px;--benchmark-label-height: 36px;opacity:1;transform:none}.hiw-benchmark-caption{margin-left:36px;font-size:13px;margin-bottom:10px}.hiw-benchmark-plot{grid-template-columns:28px 1fr;gap:8px}.hiw-benchmark-bars{gap:6px}.hiw-benchmark-fill{left:12%;right:12%}.hiw-benchmark-label{font-size:9px;letter-spacing:0;height:var(--benchmark-label-height)}.hiw-benchmark-score{font-size:11px}.hiw-benchmark-note{margin:20px 0 0;max-width:none;font-size:14px}.model-cards{grid-auto-columns:minmax(260px,78vw);grid-auto-flow:column;grid-template-columns:none;gap:14px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.model-cards::-webkit-scrollbar{display:none}.model-card{min-height:0;padding:22px;border-radius:20px}.model-card-top{align-items:flex-start;flex-direction:column;gap:8px}.model-card-blurb{text-align:left;font-size:12px}.model-card h3{font-size:20px}.model-card p{font-size:15px;line-height:1.5}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.38"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.lcd-part-demo{position:relative;width:min(33.6vw,432px);min-width:312px;filter:drop-shadow(0 28px 48px rgba(12,37,59,.16))}.lcd-part-demo__render,.lcd-part-demo__shell{display:block;width:100%;height:auto}.lcd-part-demo__render{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.lcd-part-demo__formula{position:absolute;left:11.5%;right:10.5%;top:calc(6.5% + 15px);display:flex;justify-content:center;align-items:flex-start;color:#0c253b;pointer-events:none;z-index:0;transform:skew(.25deg) skewY(.1deg);transform-origin:center top}.lcd-part-demo__formula .katex{font-size:clamp(12px,1.17vw,18px);line-height:1}.lcd-part-demo__formula .katex,.lcd-part-demo__formula .katex *{color:#0c253b}.lcd-part-demo__shell{position:relative;z-index:1}@media(max-width:1100px){.lcd-part-demo{width:min(37.2vw,408px);min-width:276px}}@media(max-aspect-ratio:1){.lcd-part-demo{width:min(80vw,400px);min-width:0}.lcd-part-demo__formula .katex{font-size:clamp(11px,3.2vw,16px)}}.features-page{background:transparent}.features-page .section-kicker{color:var(--kicker-4)}.features-section{position:relative;padding-bottom:min(42vh,390px)}.features-copy{max-width:760px;margin-top:224px}.features-detail-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:980px}.feature-card h3{margin:0;font-size:22px;line-height:1.16;letter-spacing:-.01em}.feature-card{padding:22px;min-height:188px;display:grid;align-content:start;gap:10px;transition:transform .16s ease}.feature-card:hover{transform:translateY(-2px)}.feature-card-label{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.feature-card p{margin:0;color:var(--text-secondary)}.features-visual{position:absolute;right:-3vw;bottom:calc(4vh + 140px);z-index:1}@media(max-height:860px)and (min-width:901px){.features-section{padding-bottom:28vh}.features-detail-grid{margin-top:24px;gap:14px;max-width:920px}.feature-card{min-height:166px;padding:18px}.feature-card h3{font-size:19px}.feature-card p{font-size:14px}}@media(max-aspect-ratio:1){.features-page{align-items:flex-start}.features-section{width:calc(100% - 48px);padding-top:80px;padding-bottom:60px;display:flex;flex-direction:column}.features-copy{margin-top:0;order:1}.features-visual{position:relative;right:auto;bottom:auto;order:2;margin:28px 0 0;display:flex;justify-content:center;width:100%;overflow-x:auto}.features-detail-grid{grid-template-columns:1fr;gap:14px;max-width:none;margin-top:28px;order:3}.feature-card{min-height:0;padding:22px;border-radius:20px}.feature-card h3{font-size:22px;letter-spacing:-.02em}.feature-card p{font-size:15px;line-height:1.5}.feature-card-label{font-size:13px}}.camera-page{background:transparent}.camera-page .section-kicker{color:var(--kicker-5)}.camera-section{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;align-items:start;padding-top:74px}.camera-copy{max-width:540px;display:grid;align-content:start;gap:16px}.camera-copy .section-subtitle{margin-top:0}.camera-use-cases{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.camera-use-case-tag{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:100px;background:var(--surface);border:1px solid var(--border);font-size:14px;font-weight:500;color:var(--text-primary);box-shadow:var(--shadow-card)}.camera-use-case-icon{font-size:16px;line-height:1}.camera-visual-wrap{position:absolute;top:50%;right:15%;transform:translateY(-50%);margin-top:37px;z-index:0;pointer-events:none}.camera-visual-inner{position:relative;width:420px}.camera-hero-image{display:block;width:100%;height:auto;object-fit:contain;border-radius:24px;filter:drop-shadow(0 32px 64px rgba(0,0,0,.22))}.camera-copy,.camera-highlights{position:relative;z-index:1}.camera-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;grid-column:1 / -1}.camera-highlight-card{padding:22px;min-height:0;display:grid;align-content:start;gap:8px}.camera-highlight-label{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.camera-highlight-card h3,.camera-highlight-card p{margin:0}.camera-highlight-card h3{font-size:22px;line-height:1.16;letter-spacing:-.01em}.camera-highlight-card p:not(.camera-highlight-label){color:var(--text-secondary);font-size:14px;line-height:1.55}@media(max-height:860px)and (min-width:901px){.camera-section{gap:20px;padding-top:58px}.camera-copy{gap:12px}.camera-visual-inner{width:360px}.camera-highlights{gap:14px}.camera-highlight-card{padding:18px}.camera-highlight-card h3{font-size:20px}.camera-highlight-card p:not(.camera-highlight-label){font-size:13px}}@media(max-aspect-ratio:1){.camera-page{align-items:flex-start}.camera-section{grid-template-columns:1fr;gap:24px;padding-top:80px;padding-bottom:60px}.camera-copy{max-width:none;gap:16px}.camera-visual-wrap{display:none}.camera-highlights{grid-template-columns:1fr;gap:14px}.camera-highlight-card{padding:22px;border-radius:20px}.camera-highlight-card h3{font-size:22px}.camera-highlight-card p:not(.camera-highlight-label){font-size:15px;line-height:1.5}.camera-highlight-label{font-size:13px}.camera-use-cases{gap:10px;justify-content:center}.camera-use-case-tag{font-size:15px;padding:10px 18px}}.engine-page{background:transparent}.engine-page .section-kicker{color:var(--kicker-6)}.engine-section{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;align-items:start;padding-top:74px}.engine-copy{max-width:540px;display:grid;align-content:start;gap:16px}.engine-copy .section-subtitle{margin-top:0}.engine-pcb-wrap{position:absolute;top:25%;right:15%;transform:translateY(-50%);z-index:0;pointer-events:none}.engine-pcb-image{width:420px;height:auto;object-fit:contain;filter:drop-shadow(0 32px 64px rgba(0,0,0,.22))}.engine-copy,.engine-highlights{position:relative;z-index:1}.engine-highlights{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.engine-highlight-card{padding:20px;min-height:0;display:grid;align-content:start;gap:8px}.engine-highlight-label{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.engine-highlight-card h3,.engine-highlight-card p{margin:0}.engine-highlight-card h3{font-size:20px;line-height:1.16;letter-spacing:-.01em}.engine-highlight-card p:not(.engine-highlight-label){color:var(--text-secondary);font-size:13px;line-height:1.55}@media(max-height:860px)and (min-width:901px){.engine-section{gap:20px;padding-top:58px}.engine-copy{gap:12px}.engine-pcb-image{width:360px}.engine-highlights{gap:12px}.engine-highlight-card{padding:16px}.engine-highlight-card h3{font-size:18px}.engine-highlight-card p:not(.engine-highlight-label){font-size:12px}}@media(max-aspect-ratio:1){.engine-page{align-items:flex-start}.engine-section{gap:24px;padding-top:80px;padding-bottom:60px}.engine-copy{max-width:none;gap:16px}.engine-pcb-wrap{position:relative;top:auto;right:auto;transform:none;display:flex;justify-content:center;pointer-events:auto}.engine-pcb-image{width:280px;opacity:1;filter:drop-shadow(0 20px 40px rgba(0,0,0,.16))}.engine-highlights{grid-template-columns:1fr;gap:14px}.engine-highlight-card{padding:22px;border-radius:20px}.engine-highlight-card h3{font-size:22px}.engine-highlight-card p:not(.engine-highlight-label){font-size:15px;line-height:1.5}.engine-highlight-label{font-size:13px}}.battery-page{background:transparent}.battery-page .section-kicker{color:var(--kicker-7)}.battery-section{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:28px 36px;align-items:center;padding-top:74px}.battery-copy{max-width:520px;display:grid;align-content:start;gap:18px}.battery-copy .section-subtitle{margin-top:0}.battery-compare-panel{position:relative;padding:24px;display:grid;gap:22px;overflow:hidden}.battery-compare{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:stretch;gap:18px}.battery-image-card{position:relative;padding:18px 18px 16px;overflow:hidden;min-height:0;isolation:isolate;border-radius:30px;border:1px solid rgba(29,29,31,.08);background:linear-gradient(180deg,#ffffffeb,#f8f9fbeb),#ffffffb8}.battery-image-card:before{content:"";position:absolute;inset:12px;border-radius:28px;background:radial-gradient(circle at top,#fffffff2,#ffffff59 42%,#fff0),linear-gradient(180deg,#ffffffb8,#ffffff2e);z-index:0}.battery-image-card--lithium{transform-origin:70% 50%}.battery-image-card--alkaline{transform-origin:30% 50%}.battery-image-shell{position:relative;z-index:1;height:190px;display:flex;align-items:center;justify-content:center}.battery-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 30px 35px rgba(15,23,42,.18))}.battery-image--lithium{transform:rotate(-8deg) scale(1.04)}.battery-image--alkaline{transform:rotate(10deg) scale(.6)}.battery-image-card figcaption{position:relative;z-index:1;margin:10px 0 0;color:var(--text-secondary);font-size:14px;text-align:center}.battery-center{display:grid;gap:8px;justify-items:start}.battery-mwh{display:block;color:var(--text-tertiary);font-size:13px;margin-top:2px;font-weight:500}.battery-compare-note{color:var(--text-tertiary);font-size:13px;letter-spacing:.04em;text-transform:uppercase;text-align:left}.battery-body{margin:0;color:var(--text-secondary);font-size:16px;line-height:1.65}.battery-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;grid-column:1 / -1}.battery-stat-card{padding:20px;min-height:0;display:grid;align-content:start;gap:8px}.battery-stat-label{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.battery-stat-card h3,.battery-stat-card p{margin:0}.battery-stat-card h3{font-size:22px;line-height:1.16;letter-spacing:-.01em}.battery-stat-card p:not(.battery-stat-label){color:var(--text-secondary);font-size:14px;line-height:1.55}.battery-page.in-view .battery-image-card--lithium{animation:batteryFloatLeft 5.8s ease-in-out infinite}.battery-page.in-view .battery-image-card--alkaline{animation:batteryFloatRight 6.4s ease-in-out infinite}@keyframes batteryFloatLeft{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-8px) rotate(1.5deg)}}@keyframes batteryFloatRight{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-10px) rotate(-1.5deg)}}@media(max-height:860px)and (min-width:901px){.battery-section{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:20px 28px;padding-top:62px}.battery-copy{gap:14px}.battery-compare-panel{padding:20px;gap:18px}.battery-image-shell{height:154px}.battery-body{font-size:15px;line-height:1.55}.battery-stat-card{padding:18px}.battery-stat-card h3{font-size:20px}.battery-stat-card p:not(.battery-stat-label){font-size:14px}}@media(max-aspect-ratio:1){.battery-page{align-items:flex-start}.battery-section{grid-template-columns:1fr;gap:24px;padding-top:80px;padding-bottom:60px}.battery-copy{max-width:none;gap:16px}.battery-compare-panel{padding:14px;gap:14px;border-radius:20px}.battery-compare{grid-template-columns:2fr 1.5fr;gap:10px}.battery-image-card{padding:10px;border-radius:14px}.battery-image-shell{height:80px}.battery-center{justify-items:center}.battery-compare-note{text-align:center;font-size:14px}.battery-body{font-size:17px;line-height:1.55}.battery-stats{grid-template-columns:1fr;gap:14px}.battery-stat-card{padding:22px;border-radius:20px}.battery-stat-card h3{font-size:24px}.battery-stat-card p:not(.battery-stat-label){font-size:15px;line-height:1.5}.battery-stat-label{font-size:13px}.battery-image-card:before{inset:6px;border-radius:12px}.battery-image-card figcaption{font-size:12px}.battery-mwh{font-size:11px}}.wireless-page{background:transparent}.wireless-page .section-kicker{color:var(--kicker-8)}.wireless-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:24px 36px;align-items:center;padding-top:74px}.wireless-copy{max-width:540px;display:grid;align-content:start;gap:16px}.wireless-copy .section-subtitle{margin-top:0}.wireless-body{margin:0;color:var(--text-secondary);font-size:16px;line-height:1.65}.wireless-visual{position:relative;display:flex;justify-content:center;align-items:center}.coil-figure{position:relative;margin:0;padding:32px 32px 18px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:40px;overflow:hidden;isolation:isolate;gap:12px}.coil-image{width:100%;max-width:260px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));position:relative;z-index:2}.coil-caption{position:relative;z-index:2;color:var(--text-tertiary);font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;text-align:center}.coil-glow{position:absolute;top:50%;left:50%;width:80%;height:80%;transform:translate(-50%,-50%);background:radial-gradient(circle,#0ea5e926,#0ea5e900 70%);z-index:0;border-radius:50%;opacity:0;transition:opacity 1s ease}.wireless-page.in-view .coil-glow{opacity:1;animation:pulseGlow 4s ease-in-out infinite alternate}.wireless-page.in-view .coil-image{animation:floatCoil 6s ease-in-out infinite}@keyframes pulseGlow{0%{transform:translate(-50%,-50%) scale(.9);opacity:.6}to{transform:translate(-50%,-50%) scale(1.1);opacity:1}}@keyframes floatCoil{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}.wireless-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;grid-column:1 / -1}.wireless-benefit-card{padding:20px;min-height:0;display:grid;align-content:start;gap:8px}.wireless-benefit-label{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.wireless-benefit-card h3,.wireless-benefit-card p{margin:0}.wireless-benefit-card h3{font-size:22px;line-height:1.16;letter-spacing:-.01em}.wireless-benefit-card p:not(.wireless-benefit-label){color:var(--text-secondary);font-size:14px;line-height:1.55}@media(max-height:860px)and (min-width:901px){.wireless-section{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:18px 28px;padding-top:62px}.wireless-copy{gap:12px}.wireless-body{font-size:15px;line-height:1.55}.coil-figure{padding:24px 24px 14px}.coil-image{max-width:200px}.wireless-benefits{gap:14px}.wireless-benefit-card{padding:18px}.wireless-benefit-card h3{font-size:20px}.wireless-benefit-card p:not(.wireless-benefit-label){font-size:13px}}@media(max-aspect-ratio:1){.wireless-page{align-items:flex-start}.wireless-section{grid-template-columns:1fr;gap:24px;padding-top:80px;padding-bottom:60px}.wireless-copy{max-width:none;gap:16px}.wireless-body{font-size:17px;line-height:1.55}.coil-figure{padding:32px 32px 18px;border-radius:28px}.coil-image{max-width:220px}.coil-caption{font-size:14px}.wireless-benefits{grid-template-columns:1fr;gap:14px}.wireless-benefit-card{padding:22px;border-radius:20px}.wireless-benefit-card h3{font-size:22px}.wireless-benefit-card p:not(.wireless-benefit-label){font-size:15px;line-height:1.5}.wireless-benefit-label{font-size:13px}}.trust-page{background:transparent;align-items:stretch}.trust-page .scroll-page-content{width:100%;height:100vh;overflow-y:auto;padding:80px 0 60px;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--border) transparent;touch-action:pan-y}.trust-page .section-kicker{color:var(--kicker-10)}.trust-accordion{margin-top:34px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);align-items:start}.trust-item{overflow:hidden}.trust-question{width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:16px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;cursor:pointer;font:inherit}.trust-question:focus-visible{outline:2px solid var(--pop-blue);outline-offset:-2px}.trust-item-label{margin:0;color:var(--text-tertiary);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.trust-item-question{font-size:17px;line-height:1.28;letter-spacing:-.01em;height:2.56em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trust-chevron{width:20px;height:20px;position:relative;flex-shrink:0}.trust-chevron:before,.trust-chevron:after{content:"";position:absolute;left:2px;right:2px;top:9px;height:2px;border-radius:999px;background:var(--text-secondary);transition:transform .18s ease,opacity .18s ease}.trust-chevron:after{transform:rotate(90deg)}.trust-item.is-open .trust-chevron:after{transform:rotate(0);opacity:0}.trust-answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s cubic-bezier(.2,.9,.2,1)}.trust-item.is-open .trust-answer-wrap{grid-template-rows:1fr}.trust-answer-inner{overflow:hidden}.trust-answer{margin:0;padding:0 20px 20px 60px;color:var(--text-secondary);font-size:14px;line-height:1.6}.trust-answer p{margin:0 0 10px}.trust-answer p:last-child{margin-bottom:0}@media(max-aspect-ratio:1){.trust-page .scroll-page-content{height:auto;overflow-y:visible;padding:40px 0 60px}.trust-accordion{grid-template-columns:1fr;gap:10px;margin-top:28px}.trust-item{border-radius:16px}.trust-question{padding:18px;gap:12px}.trust-item-label{font-size:12px}.trust-item-question{font-size:17px;height:2.56em;line-height:1.28}.trust-answer{padding:0 18px 18px 56px;font-size:15px;line-height:1.6}}.cta-page{background:transparent}.cta-page .section-kicker{color:var(--kicker-9)}.cta-section-inner{display:flex;flex-direction:column;justify-content:center;gap:32px}.final-cta{padding:40px;display:grid;grid-template-columns:1fr 250px;gap:30px;border-color:var(--border);background:var(--surface);position:relative;overflow:hidden}.cta-copy{display:grid;align-content:start;gap:14px}.cta-copy .section-subtitle{margin-top:0}.qr-block{padding:18px;border-radius:14px;border:1px solid var(--border);background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center}.qr-title{margin:0;font-weight:600;color:var(--text-primary)}.qr-tile{width:144px;height:144px;margin-top:12px;border-radius:12px;background:#fff;overflow:hidden}.qr-tile img{width:100%;height:100%;object-fit:contain;display:block}.qr-help{margin:10px 0 0;text-align:center;font-size:12px;color:var(--text-tertiary)}.contact-channels{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.contact-channel-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:980px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary);font-size:15px;font-weight:500;text-decoration:none;transition:border-color .16s ease,transform .16s ease,background-color .16s ease;cursor:pointer}.contact-channel-btn:hover{border-color:var(--text-primary);background:#1d1d1f08;transform:translateY(-1px)}.contact-channel-icon{font-size:18px;line-height:1}.inline-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:20px}.inline-footer p{margin:0;color:var(--text-tertiary);font-size:13px}@media(max-aspect-ratio:1){.cta-section-inner{gap:28px;padding-top:80px;padding-bottom:60px;justify-content:flex-start}.final-cta{grid-template-columns:1fr;padding:28px;gap:28px;border-radius:24px}.final-cta .section-title{font-size:32px}.final-cta .section-subtitle{font-size:17px;line-height:1.5}.qr-block{flex-direction:column;align-items:center;gap:12px;padding:28px 24px;border-radius:20px}.qr-title{font-size:18px;font-weight:600}.qr-tile{width:180px;height:180px;margin-top:4px;border-radius:16px}.qr-help{font-size:14px;margin-top:8px}.contact-channels{gap:10px}.contact-channel-btn{flex:1 1 auto;justify-content:center;padding:14px 18px;font-size:16px}.inline-footer{flex-direction:column;align-items:flex-start;gap:4px}.inline-footer p{font-size:14px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px}.auth-card{width:100%;max-width:400px;padding:48px 40px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-panel);box-shadow:var(--shadow-panel)}.auth-brand{display:block;text-align:center;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);text-decoration:none;margin-bottom:32px}.auth-title{margin:0 0 4px;font-size:24px;font-weight:700;color:var(--text-primary);text-align:center}.auth-subtitle{margin:0 0 28px;font-size:14px;color:var(--text-secondary);text-align:center}.auth-error{padding:10px 14px;margin-bottom:20px;background:#fff0f0;border:1px solid #ffc8c8;border-radius:8px;color:#c00;font-size:13px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-primary)}.auth-optional{font-weight:400;color:var(--text-tertiary)}.auth-input{padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-btn);font-size:15px;font-family:inherit;color:var(--text-primary);background:var(--bg);transition:border-color .15s ease;outline:none}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #04e76226}.auth-btn{margin-top:4px;padding:12px;border:0;border-radius:var(--radius-btn);background:var(--text-primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease}.auth-btn:hover:not(:disabled){opacity:.85}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-footer{margin:24px 0 0;font-size:13px;color:var(--text-secondary);text-align:center}.auth-link{color:var(--accent-dark);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:auth-spin .6s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.verify-success-icon,.verify-error-icon{margin-bottom:20px}.onboarding-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000073;padding:24px;animation:onb-fade-in .25s ease}.onboarding-card{width:100%;max-width:440px;padding:44px 40px 36px;background:var(--bg);border-radius:var(--radius-panel);box-shadow:0 20px 60px #0000002e;text-align:center;animation:onb-scale-in .3s ease}.onboarding-dots{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .2s ease,transform .2s ease}.onboarding-dot.active{background:var(--text-primary);transform:scale(1.25)}.onboarding-icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;margin:0 auto 24px;border-radius:50%;background:var(--surface);color:var(--text-primary)}.onboarding-title{margin:0 0 10px;font-size:22px;font-weight:700;color:var(--text-primary)}.onboarding-desc{margin:0 0 32px;font-size:14px;line-height:1.65;color:var(--text-secondary)}.onboarding-actions{display:flex;gap:10px;justify-content:center}.onboarding-btn{padding:11px 28px;border:none;border-radius:var(--radius-btn);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease,background .15s ease}.onboarding-btn-next{background:var(--text-primary);color:#fff}.onboarding-btn-next:hover{opacity:.85}.onboarding-btn-back{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.onboarding-btn-back:hover{background:var(--surface-2)}@keyframes onb-fade-in{0%{opacity:0}to{opacity:1}}@keyframes onb-scale-in{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.dash-nav{width:240px;min-height:100vh;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 16px;position:fixed;left:0;top:0}.dash-nav-brand{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);text-decoration:none;padding:0 8px;margin-bottom:28px}.dash-nav-footer{margin-top:auto;display:flex;flex-direction:column}.dash-nav-user{display:flex;align-items:center;gap:10px;padding:12px 8px;margin-bottom:8px;border-radius:var(--radius-btn);background:var(--bg);border:1px solid var(--border)}.dash-nav-avatar{width:34px;height:34px;border-radius:50%;background:var(--text-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.dash-nav-user-info{display:flex;flex-direction:column;min-width:0}.dash-nav-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-nav-email{font-size:11px;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-nav-links{display:flex;flex-direction:column;gap:4px}.dash-nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:background .12s ease,color .12s ease}.dash-nav-link:hover{background:var(--surface-2);color:var(--text-primary)}.dash-nav-link.active{background:var(--bg);color:var(--text-primary);font-weight:600;box-shadow:0 1px 3px #0000000f}.dash-nav-logout{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s ease,color .12s ease}.dash-nav-logout:hover{background:var(--surface-2);color:var(--text-primary)}.dash-verify-banner{padding:12px;margin-bottom:10px;border-radius:10px;background:#fef7e0;border:1px solid #f0d860}.dash-verify-icon{color:#b08800;margin-bottom:6px}.dash-verify-text{margin:0 0 8px;font-size:12px;line-height:1.5;color:#7a5d00;font-weight:500}.dash-verify-resend{padding:0;border:none;background:none;color:#8b6900;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.dash-verify-resend:hover{color:#5c4600}.dash-verify-resend:disabled{cursor:default;text-decoration:none;opacity:.7}.dash-verify-error{margin:6px 0 0;font-size:11px;color:#c00;line-height:1.4}@media(max-width:768px){.dash-nav{width:100%;min-height:auto;position:relative;flex-direction:row;flex-wrap:wrap;padding:12px 16px;gap:12px;align-items:center}.dash-nav-brand{margin-bottom:0}.dash-nav-footer{margin-top:0;margin-left:auto;flex-direction:row;align-items:center;gap:8px}.dash-nav-user{margin-bottom:0;padding:6px 10px}.dash-nav-links{flex-direction:row;width:100%;order:10;gap:8px}.dash-nav-logout{order:11}.dash-verify-banner{width:100%;order:9;margin-bottom:0}}.dashboard-shell{display:flex;min-height:100vh;background:var(--bg)}.dashboard-content{flex:1;margin-left:240px;padding:40px 48px;max-width:960px}.dash-section-title{margin:0 0 8px;font-size:22px;font-weight:700;color:var(--text-primary)}.dash-section-desc{margin:0 0 28px;font-size:14px;color:var(--text-secondary)}.dash-table{width:100%;border-collapse:collapse;font-size:14px}.dash-table th{text-align:left;padding:10px 12px;font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border)}.dash-table td{padding:12px;border-bottom:1px solid rgba(210,210,215,.4);color:var(--text-primary)}.dash-table tr:last-child td{border-bottom:none}.dash-btn{padding:8px 16px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text-primary);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s ease}.dash-btn:hover{background:var(--surface)}.dash-btn-primary{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.dash-btn-primary:hover{opacity:.85;background:var(--text-primary)}.dash-btn-danger{color:#c00;border-color:#ffc8c8}.dash-btn-danger:hover{background:#fff0f0}.dash-btn-sm{padding:5px 10px;font-size:12px}.dash-form-row{display:flex;gap:10px;align-items:flex-end;margin-bottom:20px;flex-wrap:wrap}.dash-form-group{display:flex;flex-direction:column;gap:4px}.dash-form-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.dash-form-input{padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;color:var(--text-primary);outline:none;transition:border-color .15s ease}.dash-form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #04e7621f}.dash-empty{padding:48px 24px;text-align:center;color:var(--text-tertiary);font-size:14px}.dash-msg-error{padding:10px 14px;margin-bottom:16px;background:#fff0f0;border:1px solid #ffc8c8;border-radius:8px;color:#c00;font-size:13px}.dash-msg-success{padding:10px 14px;margin-bottom:16px;background:#eaffea;border:1px solid #b3e6b3;border-radius:8px;color:#060;font-size:13px}.dash-disabled-wrap{display:flex;flex-direction:column}.dash-disabled-hint{margin:0 0 10px;font-size:12px;font-weight:600;color:#b08800}.dash-disabled-section{opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none}.doc-upload-zone.disabled{cursor:not-allowed;opacity:.5}@media(max-width:768px){.dashboard-content{margin-left:0;padding:24px 16px}}.doc-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 24px;margin-bottom:28px;border:2px dashed var(--border);border-radius:var(--radius-panel);color:var(--text-tertiary);font-size:14px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.doc-upload-zone:hover,.doc-upload-zone.drag-over{border-color:var(--accent);background:#04e7620a}.doc-upload-hint{font-size:12px;color:var(--text-tertiary)}.doc-usage{display:flex;align-items:center;gap:10px;margin:-18px 0 24px;padding:0 4px;font-size:12px;color:var(--text-tertiary)}.doc-usage-text{white-space:nowrap}.doc-usage-bar{position:relative;flex:1 1 auto;height:4px;background:#0000000f;border-radius:999px;overflow:hidden}.doc-usage-bar-fill{display:block;height:100%;background:var(--accent, #04e762);border-radius:999px;transition:width .24s ease}.doc-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:500;line-height:1.6;white-space:nowrap}.doc-status-ok{background:#04e7621f;color:#108a3d}.doc-status-warn{background:#f59e0b1f;color:#92630a}.doc-status-err{background:#ef44441f;color:#b91c1c;cursor:help}.doc-status-muted{background:#6b72801a;color:#4b5563}.doc-filename{display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:inherit;text-decoration:none}.doc-filename:hover{text-decoration:underline}.doc-filename svg{flex-shrink:0;opacity:.45;transition:opacity .15s ease}.doc-filename:hover svg{opacity:.85}.doc-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.doc-switch input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.doc-switch-track{position:relative;display:inline-block;width:42px;height:24px;border-radius:999px;background:#d1d5db;transition:background .2s ease;box-shadow:inset 0 0 0 1px #0000000a}.doc-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003,0 2px 4px #00000014;transition:transform .22s cubic-bezier(.4,0,.2,1)}.doc-switch.is-on .doc-switch-track{background:#69d290}.doc-switch.is-on:hover .doc-switch-track{background:#78ca97}.doc-switch.is-on .doc-switch-thumb{transform:translate(18px)}.doc-switch:hover .doc-switch-track{box-shadow:inset 0 0 0 1px #00000014}.doc-switch input:focus-visible+.doc-switch-track{outline:2px solid #86d4a3;outline-offset:2px}.doc-switch.is-disabled{cursor:not-allowed;opacity:.5}
