@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";/*! tailwindcss v4.0.16 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(.637 .237 25.331);--color-green-500:oklch(.723 .219 149.579);--color-green-600:oklch(.627 .194 149.214);--color-blue-600:oklch(.546 .245 262.881);--color-gray-100:oklch(.967 .003 264.542);--color-gray-700:oklch(.373 .034 259.733);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.hidden{display:none}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.items-center{align-items:center}.justify-center{justify-content:center}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-gray-100{background-color:var(--color-gray-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-white{background-color:var(--color-white)}.bg-\[url\(\/images\/Background\.png\)\]{background-image:url(/images/Background.png)}.p-4{padding:calc(var(--spacing)*4)}.p-10{padding:calc(var(--spacing)*10)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-blue-600{color:var(--color-blue-600)}.text-gray-700{color:var(--color-gray-700)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media (hover:hover){.hover\:bg-green-600:hover{background-color:var(--color-green-600)}}}:root{--surface-0:#07110d;--surface-1:#0e1c15c2;--surface-2:#182b21b8;--surface-3:#efe4c414;--text-primary:#f6f1df;--text-secondary:#f6f1dfc2;--text-muted:#f6f1df94;--glass-readable-bg:#f6f1dfd1;--glass-readable-bg-strong:#fcf9f0eb;--glass-readable-text:#07110ddb;--glass-readable-line:#07110d1f;--accent:#e5d089;--accent-soft:#e5d08933;--line:#f6f1df24;--shadow:0 26px 70px #00000047;--ease-luxury:cubic-bezier(.22,1,.36,1);--font-display:"Cormorant Garamond",serif;--font-sans:"Manrope",sans-serif}html{background:var(--surface-0);min-height:100%}body{min-height:100%;font-family:var(--font-sans)}[hidden]{display:none!important}.landing-body{color:var(--text-primary);background:radial-gradient(circle at top,#48725c59,#0000 42%),linear-gradient(#0a1410,#07110d);margin:0;overflow:hidden}.landing-body.is-scroll-mode{overscroll-behavior-y:contain;scroll-snap-type:y proximity;overflow:hidden auto}.landing-body *{box-sizing:border-box}.landing-body a,.landing-body button,.landing-body input{font:inherit}.landing-body button{border:0}.landing-body a{color:inherit;text-decoration:none}.landing-body .site-shell{--page-index:0;isolation:isolate;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}.landing-body.is-scroll-mode .site-shell{min-height:100%;position:relative;inset:auto;overflow:visible}.landing-body .backdrop-stack{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.landing-body.is-scroll-mode .backdrop-stack,.landing-body.is-scroll-mode .hero-scene--global{position:fixed;top:0;right:0;bottom:0;left:0}.landing-body .backdrop-layer,.landing-body .backdrop-pattern,.landing-body .backdrop-glow{position:absolute;top:-4%;right:-4%;bottom:-4%;left:-4%}.landing-body .backdrop-layer{opacity:0;transition:opacity .9s var(--ease-luxury),transform 1.4s var(--ease-luxury),filter 1.4s var(--ease-luxury);filter:saturate(.84)brightness(.72);background-position:50%;background-repeat:no-repeat;background-size:cover;transform:scale(1.08)}.landing-body .backdrop-layer.is-active{opacity:1;filter:saturate()brightness(.88);transform:scale(1)}.landing-body .backdrop-pattern{opacity:.16;mix-blend-mode:screen;background-image:url(/images/Background.png);background-repeat:repeat;background-size:420px;animation:26s linear infinite pattern-drift;top:-15%;right:-15%;bottom:-15%;left:-15%}.landing-body .backdrop-glow{filter:blur(90px);opacity:.35;border-radius:999px}.landing-body .backdrop-glow--one{background:#86cf9e42;width:32rem;height:32rem;animation:14s ease-in-out infinite float-glow;inset:auto auto 8% -10%}.landing-body .backdrop-glow--two{background:#f5da7c2e;width:28rem;height:28rem;animation:18s ease-in-out infinite reverse float-glow;inset:-8% -8% auto auto}.landing-body .floating-ui{z-index:20;pointer-events:none;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1rem;padding:1.35rem 2rem;display:grid;position:fixed;top:0;left:0;right:0}.landing-body .floating-ui>*{pointer-events:auto}.landing-body .floating-brand{flex-direction:column;justify-self:start;gap:.18rem;max-width:24rem;display:inline-flex}.landing-body .floating-brand__name{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;font-size:1.15rem}.landing-body .floating-brand__tag{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.landing-body .floating-counter{min-width:5rem;color:var(--text-secondary);letter-spacing:.1em;justify-content:flex-end;align-items:baseline;gap:.3rem;font-size:.95rem;display:inline-flex}.landing-body #sectionCounter{font-family:var(--font-display);color:var(--text-primary);font-size:2rem;line-height:1}.landing-body .floating-counter__total{color:var(--text-muted)}.landing-body .admin-access,.landing-body .download-link,.landing-body .admin-button{min-height:2.9rem;box-shadow:var(--shadow);color:var(--text-primary);cursor:pointer;background:linear-gradient(135deg,#e5d0892e,#ffffff14);border:1px solid #e5d08947;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.2rem;transition:transform .22s,border-color .22s,background .22s;display:inline-flex}.landing-body .admin-access:hover,.landing-body .download-link:hover,.landing-body .admin-button:hover{background:linear-gradient(135deg,#e5d08942,#ffffff1f);border-color:#e5d08980;transform:translateY(-2px)}.landing-body .section-nav{z-index:18;flex-direction:column;gap:.72rem;display:flex;position:fixed;top:50%;right:1.6rem;transform:translateY(-50%)}.landing-body .section-nav__button{min-width:9.5rem;color:var(--text-muted);cursor:pointer;background:0 0;justify-content:flex-end;align-items:center;gap:.8rem;padding:.35rem 0;display:inline-flex}.landing-body .section-nav__button:hover,.landing-body .section-nav__button.is-active{color:var(--text-primary)}.landing-body .section-nav__dot{background:#f6f1df1a;border:1px solid #f6f1df7a;border-radius:999px;width:.72rem;height:.72rem;transition:transform .24s,background .24s,box-shadow .24s;box-shadow:inset 0 0 0 2px #0000}.landing-body .section-nav__button.is-active .section-nav__dot{background:var(--accent);transform:scale(1.1);box-shadow:0 0 18px #e5d0896b}.landing-body .section-nav__label{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.08em;text-transform:uppercase;max-width:7rem;font-size:.78rem;overflow:hidden}.landing-body .viewport{z-index:10;height:100dvh;position:relative}.landing-body.is-scroll-mode .viewport{height:auto;min-height:100%}.landing-body .page-track{height:100%;transition:transform .95s var(--ease-luxury);transform:translate3d(0,calc(var(--page-index)*-100dvh),0);will-change:transform}.landing-body.is-scroll-mode .page-track{will-change:auto;height:auto;transition:none;transform:none}.landing-body .page-section{align-items:center;height:100dvh;padding:7rem 0 4.5rem;display:flex;position:relative}.landing-body.is-scroll-mode .page-section{scroll-snap-align:start;height:auto;min-height:100svh;scroll-margin-top:calc(env(safe-area-inset-top,0px) + 5.5rem)}.landing-body.is-scroll-mode .feature-section,.landing-body.is-scroll-mode .release-section,.landing-body.is-scroll-mode .downloads-section,.landing-body.is-scroll-mode .contact-section{align-items:flex-start}.landing-body .page-shell{width:min(1180px,100vw - 120px);max-width:100%;margin:0 auto;position:relative}.landing-body .section-copy>*{opacity:0;transition:opacity .62s var(--ease-luxury),transform .62s var(--ease-luxury);transform:translateY(2rem)}.landing-body .page-section.is-active .section-copy>*{opacity:1;transform:translateY(0)}.landing-body.is-scroll-mode .section-copy>*{opacity:1;transform:none}.landing-body .page-section.is-active .section-copy>:nth-child(2){transition-delay:90ms}.landing-body .page-section.is-active .section-copy>:nth-child(3){transition-delay:.16s}.landing-body .page-section.is-active .section-copy>:nth-child(4){transition-delay:.23s}.landing-body .page-section.is-active .section-copy>:nth-child(5){transition-delay:.3s}.landing-body .eyebrow,.landing-body .contact-label,.landing-body .download-badge{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.82rem;display:inline-flex}.landing-body .section-title,.landing-body .hero-title{font-family:var(--font-display);letter-spacing:-.03em;text-wrap:balance;overflow-wrap:normal;word-break:keep-all;text-shadow:0 10px 28px #00000075;max-width:100%;margin:0;font-weight:600;line-height:.92}.landing-body .hero-layout{text-align:center;place-items:center;display:grid}.landing-body .hero-section{overflow:hidden}.landing-body .hero-layout--parallax{z-index:2;text-align:left;grid-template-columns:minmax(0,34rem) 1fr;place-items:center start;min-height:100%;position:relative}.landing-body .hero-parallax{z-index:1;pointer-events:none;--hero-bg-focus-y:50%;--hero-bg-travel:18vh;--hero-character-travel:42vh;--hero-character-width:66vw;--hero-character-width-mobile:90vw;--hero-character-bottom:-4vh;--hero-character-bottom-mobile:2vh;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.landing-body .hero-parallax__layer,.landing-body .hero-parallax__shade,.landing-body .hero-parallax__mist{position:absolute;top:0;right:0;bottom:0;left:0}.landing-body .hero-parallax__layer--bg{background-position:center var(--hero-bg-focus-y);opacity:.92;transform:translate3d(0,calc(var(--hero-shift)*var(--hero-bg-travel)),0)scale(1.1);transition:transform 1s var(--ease-luxury),opacity .9s var(--ease-luxury);background-repeat:no-repeat;background-size:cover;top:-10%;right:-8%;bottom:-10%;left:-8%}.landing-body .hero-parallax__layer--character{left:63%;right:auto;bottom:var(--hero-character-bottom);width:min(var(--hero-character-width),64rem);max-width:none;transform:translate3d(-50%,calc(var(--hero-shift)*var(--hero-character-travel)),0)scale(1.02);transform-origin:bottom;filter:drop-shadow(0 32px 70px #00000047);transition:transform 1.05s var(--ease-luxury),opacity .9s var(--ease-luxury)}.landing-body .hero-parallax__shade{background:linear-gradient(90deg,#060f0cb8,#060f0c42 38%,#060f0c0f 64%),linear-gradient(#060f0c29,#060f0c6b)}.landing-body .hero-parallax__mist{filter:blur(72px);opacity:.28;transition:transform 1.4s var(--ease-luxury),opacity .9s var(--ease-luxury);border-radius:999px}.landing-body .hero-parallax__mist--one{width:24rem;height:24rem;transform:translate3d(0,calc(var(--hero-shift)*10vh),0);background:#78d2aa3d;inset:auto auto 6% -8%}.landing-body .hero-parallax__mist--two{width:20rem;height:20rem;transform:translate3d(0,calc(var(--hero-shift)*16vh),0);background:#fff0b833;inset:8% -8% auto auto}.landing-body .hero-copy{min-width:0;max-width:min(52rem,100vw - 3rem)}.landing-body .hero-layout--scene{z-index:2;text-align:left;grid-template-columns:minmax(0,35rem) 1fr;place-items:center start;min-height:100%;display:grid;position:relative}.landing-body .hero-copy--scene{z-index:2;max-width:35rem;margin-left:max(0rem,1.5vw);padding:1rem 1rem 1rem 0;position:relative}.landing-body .hero-copy--scene .brand-mark,.landing-body .hero-copy--scene .hero-description{margin-left:0;margin-right:0}.landing-body .hero-copy--scene .hero-stats{justify-content:flex-start}.landing-body .hero-scene{z-index:1;pointer-events:none;--hero-bg-from-y:16%;--hero-bg-to-y:84%;--hero-bg-from-y-mobile:12%;--hero-bg-to-y-mobile:78%;--hero-character-from-y:10vh;--hero-character-to-y:-34vh;--hero-character-from-y-mobile:6vh;--hero-character-to-y-mobile:-16vh;--hero-character-width:78vw;--hero-character-width-mobile:108vw;--hero-character-bottom:-12vh;--hero-character-bottom-mobile:-4vh;--hero-character-active:0;--hero-character-brightness:calc(.74 + (var(--hero-character-active)*.5));--hero-character-opacity:calc(.88 + (var(--hero-character-active)*.12));--hero-character-saturate:calc(.96 + (var(--hero-character-active)*.34));--hero-character-contrast:calc(.96 + (var(--hero-character-active)*.18));--hero-character-scale-boost:calc(var(--hero-character-active)*.035);position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.landing-body .hero-scene__bg,.landing-body .hero-scene__shade,.landing-body .hero-scene__character{position:absolute;top:0;right:0;bottom:0;left:0}.landing-body .hero-scene__bg{background-position:center calc(var(--hero-bg-from-y) + ((var(--hero-bg-to-y) - var(--hero-bg-from-y))*var(--scene-progress)));transition:background-position 1s var(--ease-luxury);will-change:transform;background-repeat:no-repeat;background-size:106%;top:0;right:0;bottom:0;left:0;transform:none}.landing-body .hero-scene__shade{background:linear-gradient(90deg,#050c0ac2,#050c0a7a,#050c0a1f 56%,#050c0a47),linear-gradient(#050c0a14,#050c0a6b)}.landing-body .hero-scene__character{left:50%;right:auto;bottom:var(--hero-character-bottom);width:min(var(--hero-character-width),64rem);height:148%;transform:translate3d(-50%,calc(var(--hero-character-from-y) + ((var(--hero-character-to-y) - var(--hero-character-from-y))*var(--scene-progress))),0)scale(calc(1.24 + var(--hero-character-scale-boost)));transform-origin:bottom;transition:transform 1.05s var(--ease-luxury),filter .76s ease,opacity .76s ease;opacity:var(--hero-character-opacity);filter:saturate(var(--hero-character-saturate))contrast(var(--hero-character-contrast))brightness(var(--hero-character-brightness))drop-shadow(0 46px 112px #0000006b)drop-shadow(0 0 calc(28px + (var(--hero-character-active)*52px))rgba(255,244,196,calc(var(--hero-character-active)*.28)));will-change:transform;background-position:bottom;background-repeat:no-repeat;background-size:contain}.landing-body .hero-copy--parallax{max-width:34rem;margin-left:max(0rem,2vw);padding:2rem 2rem 2rem 0}.landing-body .brand-mark{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle,#f6f1df1f,#f6f1df05);border:1px solid #f6f1df2e;border-radius:2rem;place-items:center;width:8.5rem;height:8.5rem;margin:1.4rem auto 1.8rem;display:grid;position:relative;box-shadow:0 20px 60px #00000057}.landing-body .brand-mark__diamond{border:1px solid #e5d08999;border-radius:1.1rem;width:4.2rem;height:4.2rem;position:absolute;transform:rotate(45deg)}.landing-body .brand-mark__core{z-index:1;font-family:var(--font-display);letter-spacing:.08em;color:var(--accent);font-size:2.2rem;position:relative}.landing-body .brand-mark__logo{z-index:1;object-fit:cover;border-radius:inherit;filter:drop-shadow(0 8px 24px #00000042);width:100%;height:100%;display:block;position:relative}.landing-body .hero-title{white-space:nowrap;font-size:clamp(4rem,10vw,7.6rem)}.landing-body .hero-subtitle{letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);text-shadow:0 10px 28px #0000006b;white-space:normal;overflow-wrap:anywhere;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;width:auto;max-width:min(100%,30rem);margin:.9rem 0 0;padding:.65rem 1rem;font-size:clamp(1.15rem,2vw,1.55rem);display:inline-flex}.landing-body .hero-description,.landing-body .section-description,.landing-body .contact-footer,.landing-body .release-card,.landing-body .download-detail,.landing-body .contact-card p{color:var(--text-secondary);text-shadow:0 8px 24px #0000005c;overflow-wrap:anywhere}.landing-body .hero-description{max-width:38rem;color:var(--glass-readable-text);text-shadow:none;background:linear-gradient(180deg,var(--glass-readable-bg-strong)0%,var(--glass-readable-bg)100%);border:1px solid var(--glass-readable-line);-webkit-backdrop-filter:blur(14px)saturate(1.1);backdrop-filter:blur(14px)saturate(1.1);border-radius:1.4rem;margin:1.5rem auto 0;padding:.95rem 1.15rem;font-size:1.05rem;line-height:1.8;box-shadow:0 18px 42px #0208072e}.landing-body .hero-stats{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.8rem;display:flex}.landing-body .hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-secondary);background:#09141075;border:1px solid #f6f1df24;border-radius:999px;padding:.75rem 1rem;font-size:.92rem}.landing-body .hero-live-metrics{-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);background:linear-gradient(#07120ead,#07120e80);border:1px solid #f6f1df1f;border-radius:1.6rem;margin-top:1.6rem;padding:1.2rem;box-shadow:0 24px 56px #0000003d}.landing-body .hero-live-metrics__copy{gap:.55rem;display:grid}.landing-body .hero-live-metrics__title{font-family:var(--font-display);margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:.98}.landing-body .hero-live-metrics__description,.landing-body .hero-live-metrics__meta{color:var(--text-secondary);text-shadow:0 8px 24px #0000004d;margin:0}.landing-body .hero-live-metrics__description{font-size:.95rem;line-height:1.65}.landing-body .hero-live-metrics__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}.landing-body .hero-metric-card{color:#07110deb;text-align:left;background:linear-gradient(#fffaedf2,#ece2c2e0);border:1px solid #ffffff6b;border-radius:1.2rem;gap:.35rem;padding:1rem 1.05rem;display:grid;box-shadow:0 18px 36px #0409072e}.landing-body .hero-metric-card__label,.landing-body .hero-metric-card__suffix{color:#07110dad}.landing-body .hero-metric-card__label{letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.landing-body .hero-metric-card__value{font-family:var(--font-display);font-size:clamp(1.5rem,3.6vw,2.35rem);line-height:.92}.landing-body .hero-metric-card__suffix{font-size:.84rem}.landing-body .hero-live-metrics__meta{margin-top:.95rem;font-size:.82rem}.landing-body .feature-layout,.landing-body .release-layout,.landing-body .downloads-layout,.landing-body .contact-layout{align-items:center;gap:2.8rem;display:grid}.landing-body .section-copy,.landing-body .feature-copy,.landing-body .feature-media,.landing-body .release-card,.landing-body .download-card,.landing-body .contact-card{min-width:0}.landing-body .feature-layout{grid-template-columns:minmax(0,.96fr) minmax(360px,1.04fr);gap:2.4rem}.landing-body .feature-layout--mobile{display:none}.landing-body .section-topline{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.landing-body .section-number{font-family:var(--font-display);color:#f6f1df33;font-size:3.6rem;line-height:1}.landing-body .section-title{font-size:clamp(2.8rem,6vw,5rem)}.landing-body .feature-section .section-title{padding-top:.04em;line-height:.96}.landing-body .section-description{max-width:36rem;color:var(--glass-readable-text);text-shadow:none;background:linear-gradient(180deg,var(--glass-readable-bg-strong)0%,var(--glass-readable-bg)100%);border:1px solid var(--glass-readable-line);-webkit-backdrop-filter:blur(14px)saturate(1.1);backdrop-filter:blur(14px)saturate(1.1);border-radius:1.4rem;margin:1.15rem 0 0;padding:.95rem 1.15rem;font-size:1rem;line-height:1.82;box-shadow:0 18px 42px #0208072e}.landing-body .feature-points,.landing-body .release-list{margin:1.4rem 0 0;padding:0;list-style:none}.landing-body .feature-points{gap:.95rem;max-width:34rem;display:grid}.landing-body .feature-point{border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#060f0c5c;border-radius:1.15rem;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;padding:.9rem 1rem;display:grid}.landing-body .feature-point__dot{background:radial-gradient(circle,var(--accent)0%,#e5d08961 100%);border-radius:999px;width:.7rem;height:.7rem;margin-top:.45rem;box-shadow:0 0 18px #e5d08957}.landing-body .release-card,.landing-body .download-card,.landing-body .contact-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-body .feature-media{align-self:center;justify-items:end;display:grid}.landing-body .media-card{box-shadow:var(--shadow);background:#08120e4d;border:1px solid #f6f1df1f;border-radius:2rem;position:relative;overflow:hidden}.landing-body .media-card img{object-fit:contain;filter:saturate(.92);width:100%;height:100%;display:block}.landing-body .feature-carousel__media-shell{background:radial-gradient(circle at top,#ffffff0d,#0000 42%),linear-gradient(#07100d1f,#07100d3d);place-items:center;min-height:100%;padding:.35rem;display:grid}.landing-body .feature-carousel__media-shell img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;max-height:100%;transform:scale(var(--slide-scale,1));transform-origin:50%;transition:transform .32s var(--ease-luxury)}.landing-body .feature-carousel__media-shell img.is-contain{object-fit:contain}.landing-body .media-card:after{content:"";background:linear-gradient(#060f0c03,#060f0c1f),linear-gradient(135deg,#e5d08914,#0000 36%);position:absolute;top:0;right:0;bottom:0;left:0}.landing-body .media-card__overlay{z-index:1;background:#08110d57;border:1px solid #f6f1df1f;border-radius:1.4rem;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;display:flex;position:absolute;inset:auto 1.4rem 1.4rem}.landing-body .media-card__overlay span{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:.75rem}.landing-body .media-card__overlay strong{overflow-wrap:anywhere;font-size:1.1rem;font-weight:600}.landing-body .feature-carousel{--carousel-ratio:10/19.8;justify-self:end;width:min(100%,31rem);margin-inline:auto;position:relative}.landing-body .feature-carousel--phone{--carousel-ratio:10/19.8;width:min(100%,31rem)}.landing-body .feature-carousel--wide{--carousel-ratio:16/10.6;width:min(100%,58rem)}.landing-body .feature-carousel.is-single .feature-carousel__viewport{box-shadow:var(--shadow)}.landing-body .feature-carousel__viewport{aspect-ratio:var(--carousel-ratio);border-radius:2rem;max-width:100%;margin-inline:auto;overflow:hidden}.landing-body .feature-carousel--phone .feature-carousel__viewport{width:auto;height:min(66vh,46rem)}.landing-body .feature-carousel--wide .feature-carousel__viewport{width:auto;height:min(58vh,34rem)}.landing-body .feature-carousel__track{width:100%;transition:transform .52s var(--ease-luxury);will-change:transform;display:flex}.landing-body .feature-carousel__slide{flex:0 0 100%;width:100%;min-width:100%;max-width:100%}.landing-body .feature-carousel--phone .feature-carousel__slide{min-width:100%}.landing-body .feature-carousel--phone .feature-carousel__media-shell{background:#08110d2e;padding:0}.landing-body .feature-carousel--phone .feature-carousel__media-shell img{width:auto;max-width:none;height:100%}.landing-body .feature-carousel--wide .feature-carousel__media-shell{padding:.85rem}.landing-body .feature-carousel--wide .feature-carousel__media-shell img{width:100%;height:100%}.landing-body .feature-carousel__controls{pointer-events:none;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:0 1rem;display:grid;position:absolute;top:0;right:0;bottom:0;left:0}.landing-body .feature-carousel__arrow{width:2.85rem;height:2.85rem;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow);pointer-events:auto;background:#08110d80;border:1px solid #f6f1df1f;border-radius:999px;justify-content:center;align-items:center;transition:transform .22s,border-color .22s,background .22s;display:inline-flex}.landing-body .feature-carousel__arrow:hover{background:#12221bb8;border-color:#e5d0895c;transform:translateY(-1px)}.landing-body .feature-carousel__dots{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#08110d75;border:1px solid #f6f1df1f;border-radius:999px;justify-content:center;align-self:end;gap:.65rem;margin-bottom:1.3rem;padding:.65rem .95rem;display:flex}.landing-body .feature-carousel__dot{cursor:pointer;background:#f6f1df29;border:1px solid #f6f1df47;border-radius:999px;width:.72rem;height:.72rem;transition:transform .22s,background .22s,border-color .22s}.landing-body .feature-carousel__dot.is-active{background:var(--accent);border-color:#e5d08985;transform:scale(1.12)}.landing-body .release-layout{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}.landing-body .release-card{box-shadow:var(--shadow);overscroll-behavior:contain;background:linear-gradient(#12221bd1,#0a1410db);border:1px solid #f6f1df1f;border-radius:2rem;gap:1rem;max-height:min(72svh,46rem);padding:1.7rem;display:grid;overflow:auto}.landing-body .release-card__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.landing-body .release-pill{min-height:2.35rem;color:var(--accent);letter-spacing:.08em;background:#e5d08924;border:1px solid #e5d08947;border-radius:999px;align-items:center;padding:.45rem .95rem;font-weight:700;display:inline-flex}.landing-body .release-meta{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.9rem}.landing-body .release-card__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;display:grid}.landing-body .release-spotlight{background:linear-gradient(135deg,#e5d08929,#24403475);border:1px solid #e5d0893d;border-radius:1.7rem;gap:.7rem;padding:1.15rem 1.2rem 1.25rem;display:grid;box-shadow:0 22px 54px #02080747}.landing-body .release-spotlight__tag,.landing-body .release-note-card__label{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:.74rem}.landing-body .release-spotlight h3,.landing-body .release-note-card h3{color:var(--text-primary);margin:0;font-size:1.08rem;font-weight:700;line-height:1.3}.landing-body .release-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.landing-body .release-note-card{background:#ffffff0b;border:1px solid #f6f1df1a;border-radius:1.45rem;align-content:start;gap:.7rem;padding:1rem 1rem 1.08rem;display:grid;box-shadow:0 18px 42px #0208072e}.landing-body .release-note-card__header{gap:.35rem;display:grid}.landing-body .release-note-card--accent{background:linear-gradient(#23382cc2,#0d1813d6)}.landing-body .release-note-card--compact{background:linear-gradient(#1e2922c2,#0b1310d6)}.landing-body .release-block{background:#ffffff0a;border:1px solid #f6f1df1a;border-radius:1.5rem;padding:1rem 1rem 1.1rem}.landing-body .release-block h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.landing-body .release-list{gap:.7rem;margin-top:.95rem;display:grid}.landing-body .release-list--spotlight,.landing-body .release-list--dense{margin-top:0}.landing-body .release-list--spotlight{gap:.5rem}.landing-body .release-list--dense{gap:.48rem}.landing-body .release-list li{padding-left:1rem;font-size:.94rem;line-height:1.65;position:relative}.landing-body .release-list li:before{content:"";background:var(--accent);border-radius:999px;width:.35rem;height:.35rem;position:absolute;top:.72rem;left:0}.landing-body .downloads-layout,.landing-body .contact-layout{gap:2rem}.landing-body .download-grid,.landing-body .contact-grid{gap:1.15rem;display:grid}.landing-body .download-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-body .download-card,.landing-body .contact-card{min-height:15rem;box-shadow:var(--shadow);background:linear-gradient(#13231cc2,#08100dc7);border:1px solid #f6f1df1f;border-radius:1.8rem;padding:1.5rem}.landing-body .download-card--simple{text-align:center;min-height:11.5rem;color:inherit;align-content:center;justify-items:center;gap:1rem;text-decoration:none;display:grid}.landing-body .download-card h3,.landing-body .contact-card h3{font-family:var(--font-display);margin:1rem 0 0;font-size:2rem;line-height:1}.landing-body .download-card--simple h3{margin:0;font-size:1.8rem}.landing-body .download-card__icon{background:linear-gradient(#283f34c7,#0d1712eb);border:1px solid #f6f1df24;border-radius:1.4rem;place-items:center;width:4.9rem;height:4.9rem;display:inline-grid;box-shadow:0 18px 38px #0208073d}.landing-body .download-card__icon svg{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:2.5rem;height:2.5rem;color:var(--text-primary)}.landing-body .download-card__icon--pc svg{width:2.45rem;height:2.45rem}.landing-body .download-card__icon--ios svg{fill:currentColor;stroke:none;width:2.2rem;height:2.2rem}.landing-body .download-subtitle{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:.45rem 0 0;font-size:.82rem}.landing-body .download-detail{min-height:4.8rem;margin:1rem 0 0;line-height:1.72}.landing-body .download-link{width:fit-content;margin-top:1.3rem}.landing-body .contact-grid{grid-template-columns:minmax(20rem,.92fr) minmax(0,1.08fr)}.landing-body .contact-card{gap:1rem;display:grid}.landing-body .contact-card--author{background:linear-gradient(#23382ccc,#0b1310d1)}.landing-body .contact-author{grid-template-columns:8rem minmax(0,1fr);align-items:center;gap:1.25rem;display:grid}.landing-body .contact-author__avatar-shell,.landing-body .contact-link-tile__media-shell{background:linear-gradient(#fffaed1f,#fffaed0a),#0a1410c2;border:1px solid #f6f1df1f;position:relative;overflow:hidden;box-shadow:0 18px 40px #02080738}.landing-body .contact-author__avatar-shell{aspect-ratio:1;border-radius:1.55rem}.landing-body .contact-author__avatar,.landing-body .contact-link-tile__media{object-fit:cover;width:100%;height:100%;display:block}.landing-body .contact-author__copy{gap:.9rem;display:grid}.landing-body .contact-author__copy h3{margin:0;font-size:clamp(1.9rem,4vw,2.8rem)}.landing-body .contact-author__copy p{margin:0}.landing-body .contact-links-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.landing-body .contact-link-tile{min-height:15rem;box-shadow:var(--shadow);color:inherit;cursor:pointer;background:linear-gradient(#13231cc2,#08100dc7);border:1px solid #f6f1df1f;border-radius:1.55rem;align-content:center;justify-items:center;gap:.85rem;padding:1rem;text-decoration:none;transition:transform .22s,border-color .22s,background .22s;display:grid}.landing-body .contact-link-tile:hover{background:linear-gradient(#1b3026d6,#0a120fdb);border-color:#e5d08957;transform:translateY(-2px)}.landing-body .contact-link-tile__media-shell{aspect-ratio:1;border-radius:1rem;justify-self:center;width:min(100%,5.4rem)}.landing-body .contact-link-tile__label{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;text-align:center;font-size:.76rem}.landing-body .contact-link-tile__value{text-align:center;font-size:1rem;line-height:1.45}.landing-body .contact-footer{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.92rem}.landing-body .contact-modal{z-index:31;position:fixed;top:0;right:0;bottom:0;left:0}.landing-body .contact-modal__backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#040a08b8;position:absolute;top:0;right:0;bottom:0;left:0}.landing-body .contact-modal__panel{z-index:1;width:min(28rem,100vw - 2rem);box-shadow:var(--shadow);text-align:center;background:linear-gradient(#14241cf0,#0a120ef5);border:1px solid #f6f1df24;border-radius:2rem;margin:min(12vh,6rem) auto 0;padding:1.7rem;position:relative}.landing-body .contact-modal__panel h2{font-family:var(--font-display);margin:.7rem 0 0;font-size:2.25rem;line-height:1}.landing-body .contact-modal__panel p{color:var(--text-secondary);margin:1rem 0 0;line-height:1.68}.landing-body .contact-modal__qr-shell{border-radius:1.2rem;width:min(100%,17rem);margin:1.25rem auto 0;overflow:hidden}.landing-body .contact-modal__qr-image{width:100%;height:auto;display:block}.landing-body .contact-modal__copy{gap:.25rem;margin-top:1rem;display:grid}.landing-body .contact-modal__copy strong{font-size:1.08rem}.landing-body .contact-modal__copy span{color:var(--text-muted);letter-spacing:.06em;font-size:.92rem}.landing-body .contact-modal__actions{justify-content:center;margin-top:1.3rem;display:flex}.landing-body .admin-modal{z-index:30;position:fixed;top:0;right:0;bottom:0;left:0}.landing-body .admin-modal__backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#040a08ad;position:absolute;top:0;right:0;bottom:0;left:0}.landing-body .admin-modal__panel{z-index:1;width:min(30rem,100vw - 2rem);box-shadow:var(--shadow);background:linear-gradient(#14241ceb,#0a120ef0);border:1px solid #f6f1df24;border-radius:2rem;margin:min(16vh,9rem) auto 0;padding:2rem;position:relative}.landing-body .admin-modal__panel h2{font-family:var(--font-display);margin:.7rem 0 0;font-size:2.3rem;line-height:1}.landing-body .admin-modal__panel p{color:var(--text-secondary);margin:.8rem 0 0;line-height:1.7}.landing-body .admin-field{gap:.45rem;margin-top:1.15rem;display:grid}.landing-body .admin-field span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.84rem}.landing-body .admin-field input{min-height:3.15rem;color:var(--text-primary);background:#ffffff0a;border:1px solid #f6f1df1f;border-radius:1rem;outline:none;padding:.9rem 1rem}.landing-body .admin-field input:focus{border-color:#e5d08975;box-shadow:0 0 0 3px #e5d0891f}.landing-body .admin-error{color:#ffb8b8;margin-top:.9rem}.landing-body .admin-actions{justify-content:flex-end;gap:.9rem;margin-top:1.5rem;display:flex}.landing-body .admin-button--ghost{background:#ffffff0a;border-color:#f6f1df1f}@media (width<=1080px){.landing-body .page-shell{width:min(960px,100vw - 84px)}.landing-body .hero-layout--scene{grid-template-columns:minmax(0,30rem) 1fr}.landing-body .hero-copy--scene{max-width:30rem}.landing-body .hero-scene__character{width:min(74vw,58rem)}.landing-body .section-nav__label{display:none}.landing-body .section-nav__button{min-width:0}.landing-body .feature-layout,.landing-body .feature-layout--reverse{grid-template-columns:minmax(0,.88fr) minmax(280px,.72fr);gap:1.6rem}.landing-body .release-layout,.landing-body .downloads-layout,.landing-body .contact-layout{grid-template-columns:1fr}.landing-body .feature-layout--reverse .feature-copy{order:2}.landing-body .feature-layout--reverse .feature-media{order:1}.landing-body .section-title{font-size:clamp(2.35rem,5.2vw,4rem)}.landing-body .section-description{max-width:32rem}.landing-body .feature-points{max-width:30rem}.landing-body .feature-carousel--phone .feature-carousel__viewport{height:min(60vh,39rem)}.landing-body .feature-carousel--wide .feature-carousel__viewport{height:min(48vh,28rem)}.landing-body .release-card__columns,.landing-body .download-grid,.landing-body .contact-grid,.landing-body .release-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-body .contact-card--author,.landing-body .contact-card--community{grid-column:1/-1}}@media (width<=920px){.landing-body .feature-layout,.landing-body .feature-layout--reverse{grid-template-columns:1fr;gap:1.25rem}.landing-body .feature-layout--reverse .feature-copy,.landing-body .feature-layout--reverse .feature-media{order:initial}.landing-body .feature-carousel--phone .feature-carousel__viewport{height:min(56vh,34rem)}.landing-body .feature-carousel--wide .feature-carousel__viewport{height:min(44vh,24rem)}}@media (width>=721px){.landing-body .feature-carousel--phone .feature-carousel__media-shell{justify-items:center}.landing-body .feature-carousel--phone .feature-carousel__media-shell img{object-fit:contain;width:100%;max-width:100%;height:100%;transform:none}}@media (width<=720px){.landing-body .feature-layout--desktop{display:none}.landing-body .feature-layout--mobile{display:grid}.landing-body .hero-layout--scene{text-align:center;grid-template-columns:1fr;justify-items:center}.landing-body .hero-copy--scene{max-width:100%;margin-left:0;padding:0 .45rem}.landing-body .hero-copy--scene .brand-mark,.landing-body .hero-copy--scene .hero-description{margin-left:auto;margin-right:auto}.landing-body .hero-copy--scene .hero-stats{justify-content:center}.landing-body .hero-scene__bg{background-position:center calc(var(--hero-bg-from-y-mobile) + ((var(--hero-bg-to-y-mobile) - var(--hero-bg-from-y-mobile))*var(--scene-progress)));background-size:162%;top:0;right:0;bottom:0;left:0}.landing-body .hero-scene__shade{background:linear-gradient(#050c0a6b,#050c0a33 24%,#050c0a85)}.landing-body .hero-scene__character{left:50%;bottom:min(-7vh,var(--hero-character-bottom-mobile));width:min(126vw,37rem);height:132%;transform:translate3d(-50%,calc(var(--hero-character-from-y-mobile) + ((var(--hero-character-to-y-mobile) - var(--hero-character-from-y-mobile))*var(--scene-progress))),0)scale(1.28)}.landing-body .hero-parallax__layer--bg{background-position:center var(--hero-bg-focus-y);top:-8%;right:-28%;bottom:-8%;left:-28%}.landing-body .hero-parallax__layer--character{left:50%;bottom:var(--hero-character-bottom-mobile);width:min(var(--hero-character-width-mobile),29rem)}.landing-body .hero-layout--parallax{text-align:center;grid-template-columns:1fr;justify-items:center}.landing-body .hero-copy--parallax{max-width:100%;margin-left:0;padding:0 .45rem}.landing-body .hero-parallax__mist--one{width:17rem;height:17rem}.landing-body .hero-parallax__mist--two{width:14rem;height:14rem}.landing-body .floating-ui{padding:calc(env(safe-area-inset-top,0px) + .45rem) .7rem .1rem;grid-template-columns:auto auto;justify-content:space-between;align-items:center;gap:.55rem}.landing-body .floating-brand{display:none}.landing-body .floating-counter{min-width:0;font-size:.74rem}.landing-body #sectionCounter{font-size:1.35rem}.landing-body .admin-access{border-radius:1.2rem;min-height:2.2rem;padding:.6rem .9rem}.landing-body .page-section{padding:calc(env(safe-area-inset-top,0px) + 3.95rem) 0 calc(env(safe-area-inset-bottom,0px) + 3.35rem)}.landing-body .feature-section.page-section{padding:calc(env(safe-area-inset-top,0px) + 2.85rem) 0 calc(env(safe-area-inset-bottom,0px) + 1.95rem)}.landing-body .page-shell{width:min(24rem,100vw - 1.1rem)}.landing-body .section-nav{top:auto;right:50%;bottom:calc(env(safe-area-inset-bottom,0px) + .55rem);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#060f0c85;border:1px solid #f6f1df1a;border-radius:999px;flex-direction:row;gap:.3rem;padding:.42rem .56rem;transform:translate(50%)}.landing-body .section-nav__button{padding:0}.landing-body .hero-subtitle{letter-spacing:.09em;justify-content:center;max-width:100%;margin-top:.55rem;padding:.45rem .8rem;font-size:.95rem;line-height:1.35}.landing-body .hero-title{font-size:clamp(2.15rem,9.4vw,3.35rem);line-height:.96}.landing-body .hero-description,.landing-body .section-description,.landing-body .download-detail,.landing-body .contact-card p,.landing-body .release-list li{font-size:.84rem;line-height:1.48}.landing-body .hero-description{max-width:100%;margin-top:.7rem}.landing-body .hero-description,.landing-body .section-description{border-radius:1rem;padding:.68rem .82rem}.landing-body .hero-stats{gap:.45rem;margin-top:.8rem}.landing-body .hero-stat{padding:.5rem .7rem;font-size:.78rem}.landing-body .hero-live-metrics{border-radius:1rem;margin-top:.8rem;padding:.8rem}.landing-body .hero-live-metrics__title{font-size:1.35rem}.landing-body .hero-live-metrics__description{font-size:.72rem;line-height:1.38}.landing-body .hero-live-metrics__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-top:.55rem}.landing-body .hero-metric-card{border-radius:.82rem;gap:.14rem;min-height:4rem;padding:.5rem .52rem}.landing-body .hero-metric-card__label{font-size:.56rem}.landing-body .hero-metric-card__value{font-size:1rem}.landing-body .hero-metric-card__suffix,.landing-body .hero-live-metrics__meta{font-size:.6rem}.landing-body .feature-layout,.landing-body .feature-layout--reverse,.landing-body .release-layout,.landing-body .downloads-layout,.landing-body .contact-layout,.landing-body .feature-layout--showcase,.landing-body .feature-layout--showcase.feature-layout--reverse{gap:.75rem}.landing-body .release-layout{gap:.7rem}.landing-body .feature-section .feature-media{align-self:end;justify-items:center;display:grid}.landing-body .feature-layout--mobile .feature-showcase-body{grid-template-columns:minmax(0,12.35rem) minmax(0,1fr);align-items:center;gap:.12rem;margin-top:.42rem;display:grid}.landing-body .feature-layout--mobile .feature-showcase-copy{z-index:3;margin-left:-1.25rem}.landing-body .feature-layout--mobile .feature-showcase-body .feature-media{z-index:2;place-self:center;width:100%;min-width:0}.landing-body .feature-layout--mobile .feature-showcase-copy .feature-points{margin-top:0}.landing-body .section-topline{gap:.55rem;margin-bottom:.2rem}.landing-body .feature-points{gap:.45rem;margin-top:.65rem}.landing-body .feature-layout--showcase .section-description,.landing-body .feature-layout--showcase .feature-point{box-shadow:0 28px 62px #02080775}.landing-body .feature-point,.landing-body .release-card,.landing-body .download-card,.landing-body .contact-card,.landing-body .contact-modal__panel,.landing-body .admin-modal__panel{border-radius:1.1rem;padding:.85rem}.landing-body .section-number{color:#f6f1df6b;font-size:.98rem}.landing-body .section-title{font-size:clamp(1.72rem,7.5vw,2.15rem);line-height:1}.landing-body .section-description{margin-top:.45rem}.landing-body .release-card{gap:.72rem;max-height:min(60svh,34rem)}.landing-body .release-card__header{margin-bottom:0}.landing-body .release-spotlight{border-radius:1.15rem;gap:.55rem;padding:.9rem .95rem .98rem}.landing-body .release-spotlight__tag,.landing-body .release-note-card__label{font-size:.66rem}.landing-body .release-spotlight h3,.landing-body .release-note-card h3{font-size:.92rem}.landing-body .release-card__grid{grid-template-columns:1fr;gap:.6rem}.landing-body .release-note-card{border-radius:1rem;gap:.55rem;padding:.78rem .82rem .84rem}.landing-body .release-note-card__header{gap:.28rem}.landing-body .release-list--spotlight{gap:.38rem}.landing-body .release-list--dense{gap:.34rem}.landing-body .release-list li{padding-left:.82rem}.landing-body .release-list li:before{width:.28rem;height:.28rem;top:.58rem}.landing-body .brand-mark{width:5.8rem;height:5.8rem;margin:.8rem auto 1rem}.landing-body .brand-mark__diamond{width:2.75rem;height:2.75rem}.landing-body .brand-mark__core{font-size:1.45rem}.landing-body .brand-mark__logo{width:100%;height:100%}.landing-body .feature-point>span:last-child{font-size:.82rem;line-height:1.38}.landing-body .feature-carousel{width:100%;margin-inline:auto;position:relative}.landing-body .feature-carousel--phone{width:min(100%,12.35rem)}.landing-body .feature-carousel--wide{width:100%}.landing-body .media-card img{height:100%}.landing-body .feature-carousel__slide{min-width:100%}.landing-body .feature-carousel__track{transition:transform .68s var(--ease-luxury)}.landing-body .feature-media{-webkit-backdrop-filter:none;backdrop-filter:none}.landing-body .feature-carousel--phone .feature-carousel__slide{box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;display:grid;overflow:visible}.landing-body .feature-carousel--phone .feature-carousel__slide:after{display:none}.landing-body .feature-carousel__media-shell{padding:.45rem}.landing-body .feature-carousel--phone .feature-carousel__media-shell{background:0 0;place-items:center;width:100%;height:100%;padding:0;display:grid}.landing-body .feature-carousel__media-shell img,.landing-body .feature-carousel--phone .feature-carousel__media-shell img{object-fit:contain;object-position:center center;width:auto;max-width:100%;height:100%;max-height:100%;transform:none}.landing-body .feature-carousel__controls{gap:.65rem;padding:0 .55rem}.landing-body .feature-carousel--phone .feature-carousel__controls{gap:.5rem;padding:0 .18rem}.landing-body .feature-carousel__arrow{width:2.1rem;height:2.1rem}.landing-body .feature-carousel__dots{margin-bottom:.4rem;padding:.42rem .65rem}.landing-body .feature-carousel--phone .feature-carousel__viewport{max-height:min(54svh,31rem);box-shadow:none;touch-action:pan-y;background:0 0;border-radius:1.7rem;overflow:hidden}.landing-body .feature-carousel--phone .media-card__overlay{display:none}.landing-body .feature-carousel--wide .feature-carousel__media-shell{padding:.55rem}.landing-body .release-card__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.landing-body .release-section.page-section{padding:calc(env(safe-area-inset-top,0px) + 2.85rem) 0 calc(env(safe-area-inset-bottom,0px) + 1.8rem)}.landing-body .download-grid,.landing-body .contact-grid{scroll-snap-type:none;gap:.6rem;padding-bottom:0;display:grid;overflow:visible}.landing-body .download-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-body .download-grid::-webkit-scrollbar{display:none}.landing-body .contact-grid::-webkit-scrollbar{display:none}.landing-body .release-card::-webkit-scrollbar{display:none}.landing-body .download-card,.landing-body .contact-card{min-height:0}.landing-body .download-card--simple{aspect-ratio:1;border-radius:1.2rem;gap:.45rem;min-height:0;padding:.7rem .35rem .6rem}.landing-body .download-card--simple h3{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700;line-height:1.1}.landing-body .download-card__icon{border-radius:1.15rem;width:3.4rem;height:3.4rem}.landing-body .download-card__icon svg{width:1.8rem;height:1.8rem}.landing-body .contact-card--author,.landing-body .contact-grid>:last-child{grid-column:1/-1}.landing-body .download-card h3,.landing-body .contact-card h3{font-size:1.35rem}.landing-body .download-detail{min-height:0}.landing-body .download-link{width:100%;min-height:2.55rem;margin-top:.75rem;padding:.65rem .85rem}.landing-body .contact-card--author{grid-column:1/-1}.landing-body .contact-grid{grid-template-columns:1fr}.landing-body .contact-author{grid-template-columns:5.4rem minmax(0,1fr);gap:.9rem}.landing-body .contact-author__avatar-shell{border-radius:1.1rem}.landing-body .contact-author__copy h3{font-size:1.35rem}.landing-body .contact-author__copy p{font-size:.76rem;line-height:1.45}.landing-body .contact-links-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.landing-body .contact-link-tile{border-radius:1rem;gap:.55rem;min-height:auto;padding:.72rem}.landing-body .contact-link-tile__media-shell{border-radius:.85rem;width:min(100%,4.2rem)}.landing-body .contact-link-tile__label{font-size:.62rem}.landing-body .contact-link-tile__value{font-size:.76rem;line-height:1.35}.landing-body .contact-footer{padding-bottom:0;font-size:.66rem;line-height:1.4}.landing-body .contact-modal__panel h2{font-size:1.5rem}.landing-body .contact-modal__qr-shell{border-radius:.9rem;width:min(100%,13rem)}.landing-body .contact-modal__copy strong{font-size:.94rem}.landing-body .contact-modal__copy span,.landing-body .contact-modal__panel p{font-size:.76rem}}@media (width<=430px){.landing-body .page-section{padding:calc(env(safe-area-inset-top,0px) + 3.65rem) 0 calc(env(safe-area-inset-bottom,0px) + 3rem)}.landing-body .feature-section.page-section{padding:calc(env(safe-area-inset-top,0px) + 2.55rem) 0 calc(env(safe-area-inset-bottom,0px) + 1.7rem)}.landing-body .page-shell{width:min(22.75rem,100vw - .85rem)}.landing-body .feature-layout,.landing-body .feature-layout--reverse,.landing-body .release-layout,.landing-body .downloads-layout,.landing-body .contact-layout{align-content:center;gap:.58rem}.landing-body .feature-layout--mobile .feature-showcase-body{grid-template-columns:minmax(0,10.9rem) minmax(0,1fr);align-items:center;gap:.08rem;margin-top:.34rem;display:grid}.landing-body .feature-layout--mobile .feature-showcase-copy{margin-left:-1.05rem}.landing-body .feature-copy{gap:.35rem;display:grid}.landing-body .release-layout{gap:.55rem}.landing-body .section-topline{gap:.55rem;margin-bottom:.1rem}.landing-body .section-number{font-size:.9rem}.landing-body .eyebrow,.landing-body .contact-label,.landing-body .download-badge{letter-spacing:.13em;font-size:.72rem}.landing-body .section-title{font-size:clamp(1.54rem,7vw,1.9rem);line-height:.98}.landing-body .hero-title{font-size:clamp(2.2rem,10vw,3rem)}.landing-body .section-description{border-radius:.9rem;margin-top:.25rem;padding:.6rem .72rem;font-size:.76rem;line-height:1.38}.landing-body .feature-points{scroll-snap-type:none;grid-auto-columns:auto;grid-auto-flow:row;gap:.42rem;margin-top:.2rem;padding-bottom:0;display:grid;overflow:visible}.landing-body .feature-points::-webkit-scrollbar{display:none}.landing-body .feature-point{border-radius:.88rem;gap:.5rem;min-width:0;padding:.58rem .68rem}.landing-body .feature-point__dot{width:.6rem;height:.6rem;margin-top:.38rem}.landing-body .feature-point>span:last-child{font-size:.75rem;line-height:1.32}.landing-body .feature-media{align-self:end;min-height:0}.landing-body .feature-carousel--phone{width:min(100%,10.9rem)}.landing-body .feature-carousel--wide{width:100%}.landing-body .feature-carousel--phone .feature-carousel__viewport{aspect-ratio:10/22}.landing-body .feature-carousel--wide .feature-carousel__viewport{aspect-ratio:16/11.2}.landing-body .feature-carousel--phone .feature-carousel__viewport{max-height:min(48svh,26rem)}.landing-body .release-card{gap:.58rem;max-height:min(57svh,29rem);padding:.78rem}.landing-body .release-pill{min-height:2rem;padding:.36rem .72rem;font-size:.78rem}.landing-body .release-meta{font-size:.7rem}.landing-body .release-spotlight{border-radius:.95rem;padding:.72rem .75rem .78rem}.landing-body .release-note-card{border-radius:.9rem;padding:.68rem .72rem .76rem}.landing-body .release-card__columns,.landing-body .download-grid,.landing-body .contact-grid{gap:.5rem}.landing-body .download-card h3,.landing-body .contact-card h3{font-size:1.18rem}.landing-body .contact-links-row{gap:.5rem}.landing-body .contact-link-tile{gap:.4rem;padding:.62rem}.landing-body .contact-link-tile__label{letter-spacing:.12em;font-size:.56rem}.landing-body .contact-link-tile__value{font-size:.68rem}.landing-body .download-card--simple{gap:.38rem;padding:.62rem .28rem .56rem}.landing-body .download-card--simple h3{font-size:.66rem}.landing-body .download-card__icon{border-radius:.95rem;width:3rem;height:3rem}.landing-body .download-card__icon svg{width:1.55rem;height:1.55rem}}@media (prefers-reduced-motion:reduce){.landing-body .backdrop-layer,.landing-body .page-track,.landing-body .section-copy>*,.landing-body .backdrop-pattern,.landing-body .backdrop-glow,.landing-body .hero-scene__bg,.landing-body .hero-scene__character,.landing-body .hero-parallax__layer,.landing-body .hero-parallax__mist,.landing-body .admin-access,.landing-body .download-link,.landing-body .admin-button{transition-duration:1ms!important;animation:none!important}}@keyframes pattern-drift{0%{transform:translate(0)}to{transform:translate(-4%,-3%)}}@keyframes float-glow{0%,to{transform:translate(0)}50%{transform:translate(2rem,-1.6rem)}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
