:root{--ink:#101532;--ink-2:#232b54;--muted:#66708b;--muted-2:#8d95aa;--paper:#f7f8fc;--surface:#ffffff;--surface-2:#f1f3f9;--line:#e4e7f0;--navy-950:#080d29;--navy-900:#101947;--navy-800:#18245e;--blue:#315ee7;--cyan:#33c7d8;--violet:#7659f5;--purple:#5a45d9;--green:#39bca0;--orange:#f5a550;--danger:#e45e76;--gradient:linear-gradient(135deg,#2d57df,#7559f4 58%,#2fc4d7);--gradient-soft:linear-gradient(135deg,rgba(49,94,231,.12),rgba(118,89,245,.10),rgba(51,199,216,.10));--shadow-sm:0 10px 30px rgba(28,39,82,.08);--shadow-md:0 18px 50px rgba(23,32,75,.12);--shadow-lg:0 30px 90px rgba(13,21,69,.20);--radius-sm:12px;--radius:18px;--radius-lg:26px;--radius-xl:34px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Noto Sans CJK SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid rgba(51,199,216,.55);outline-offset:3px}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.section{padding:92px 0}.section.compact{padding:68px 0}.section.white{background:var(--surface)}.section.dark{color:#fff;background:var(--navy-950)}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-kicker:before{content:"";width:28px;height:2px;background:var(--gradient);border-radius:99px}.section-title{margin:9px 0 10px;font-size:clamp(30px,3vw,48px);line-height:1.18;letter-spacing:-.035em}.section-subtitle{margin:0;max-width:720px;color:var(--muted);font-size:17px}.section.dark .section-subtitle{color:rgba(255,255,255,.68)}.text-link{color:var(--blue);font-weight:700;white-space:nowrap}.text-link:after{content:" →"}.site-header{position:sticky;top:0;z-index:100;height:76px;display:flex;align-items:center;border-bottom:1px solid rgba(211,218,238,.78);background:rgba(250,251,255,.9);box-shadow:0 10px 30px rgba(20,31,72,.08);-webkit-backdrop-filter:blur(22px) saturate(1.12);backdrop-filter:blur(22px) saturate(1.12)}.site-header.dark-header{color:var(--ink);border-bottom-color:rgba(210,222,246,.72);background:linear-gradient(105deg,rgba(255,255,255,.94),rgba(247,251,255,.88) 58%,rgba(232,246,255,.84)),linear-gradient(90deg,rgba(51,199,216,.16),transparent 34%,rgba(118,89,245,.13));box-shadow:0 18px 46px rgba(5,10,34,.22),inset 0 1px rgba(255,255,255,.95)}.header-inner{width:min(1320px,calc(100% - 44px));margin:0 auto;gap:30px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:12px;min-width:auto}.brand img{width:68px;height:68px;object-fit:contain;object-position:left center}.dark-header .brand{min-width:auto}.site-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.site-nav a{position:relative;font-size:14px;color:#303858;font-weight:650}.dark-header .site-nav a{color:#283250}.dark-header .site-nav a.active,.dark-header .site-nav a:hover,.site-nav a.active,.site-nav a:hover{color:var(--blue)}.site-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-25px;height:3px;border-radius:99px;background:var(--gradient)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:8px}.menu-button{display:none;border:0;width:44px;height:44px;border-radius:12px;background:var(--surface-2)}.dark-header .menu-button{color:var(--ink);background:rgba(16,21,50,.07)}.dark-header .btn-secondary{color:var(--ink-2);background:rgba(255,255,255,.74);border-color:rgba(151,166,205,.46)}.dark-header .btn-primary{box-shadow:0 14px 30px rgba(66,92,224,.25)}.mobile-nav{display:none;position:absolute;top:100%;left:12px;right:12px;z-index:120;padding:10px;border:1px solid rgba(218,223,240,.9);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav a{display:block;min-height:44px;padding:11px 12px;border-radius:12px;color:var(--ink-2);font-size:14px;font-weight:760}.mobile-nav a:hover{background:var(--surface-2);color:var(--blue)}.btn{height:50px;padding:0 22px;border:1px solid transparent;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:780;font-size:15px;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:var(--gradient);box-shadow:0 13px 28px rgba(80,77,224,.26)}.btn-secondary{color:var(--ink-2);background:rgba(255,255,255,.88);border-color:#d9def0}.btn-ghost{color:var(--blue);background:rgba(49,94,231,.08);border-color:rgba(49,94,231,.16)}.btn-dark{color:#fff;background:#101941;border-color:rgba(255,255,255,.08)}.btn-sm{height:44px;padding:0 16px;border-radius:12px;font-size:13px}.btn-lg{height:58px;padding:0 28px;border-radius:16px;font-size:16px}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.icon-button{width:44px;height:44px;border:1px solid var(--line);border-radius:13px;display:grid;place-items:center;background:#fff}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(49,94,231,.18);border-radius:99px;color:var(--blue);background:rgba(255,255,255,.76);font-size:12px;font-weight:760}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(51,199,216,.12)}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border-radius:8px;font-size:11px;font-weight:800}.badge-blue{color:#315ee7;background:#eaf0ff}.badge-purple{color:#6a4be7;background:#f0ebff}.badge-green{color:#208f79;background:#e7f8f4}.badge-orange{color:#b87428;background:#fff2df}.badge-gray{color:#69728a;background:#eef0f5}.hero-home{position:relative;overflow:hidden;min-height:820px;color:#fff;background:radial-gradient(circle at 70% 0,rgba(51,199,216,.2),transparent 31%),radial-gradient(circle at 78% 24%,rgba(104,87,246,.3),transparent 35%),radial-gradient(circle at 10% 10%,rgba(47,196,215,.13),transparent 29%),linear-gradient(145deg,#07102e,#10194b 45%,#171657)}.hero-home:before{content:"";position:absolute;inset:0;background:url(/assets/ui/starfield.png) 50%/cover;opacity:.46;mix-blend-mode:screen}.hero-home:after{content:"";position:absolute;width:760px;height:760px;border:1px solid rgba(140,155,255,.22);border-radius:50%;right:-210px;top:70px;box-shadow:inset 0 0 120px rgba(91,92,231,.12)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:36px;min-height:744px}.hero-copy{padding:78px 0 64px}.hero-copy h1{margin:22px 0;font-size:clamp(48px,5.6vw,76px);line-height:1.08;letter-spacing:-.055em;max-width:720px}.hero-copy h1 .gradient-text{color:transparent;background:linear-gradient(100deg,#fff,#90e8f3 35%,#af9dff 80%);-webkit-background-clip:text;background-clip:text}.hero-copy>p{max-width:670px;margin:0 0 30px;color:rgba(255,255,255,.72);font-size:18px;line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 26px}.hero-note{align-items:center;gap:12px;color:rgba(255,255,255,.62);font-size:13px}.hero-note,.hero-note .avatars{display:flex}.hero-note .avatar{width:29px;height:29px;margin-left:-7px;border:2px solid #12184a;border-radius:50%;background-size:cover;background-position:50%}.hero-note .avatar:first-child{margin-left:0}.hero-specs{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.hero-spec{padding:9px 12px;border:1px solid rgba(255,255,255,.11);border-radius:11px;color:rgba(255,255,255,.78);background:rgba(255,255,255,.055);font-size:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-product{position:relative;min-height:660px;display:grid;place-items:center}.product-aura{position:absolute;width:570px;height:570px;border-radius:50%;background:radial-gradient(circle,rgba(102,87,245,.28),rgba(47,196,215,.07) 48%,transparent 70%);filter:blur(2px)}.hero-device{position:relative;z-index:3;width:min(620px,48vw);filter:drop-shadow(0 34px 55px rgba(0,0,0,.32));transform:rotate(-2deg)}.orbit{width:580px;height:180px;border:1px solid rgba(151,166,255,.3);transform:rotate(-10deg);bottom:105px}.orbit,.orbit:after{position:absolute;border-radius:50%}.orbit:after{content:"";width:13px;height:13px;background:#84e2ef;right:74px;top:18px;box-shadow:0 0 18px #84e2ef}.float-card{position:absolute;z-index:2;min-width:182px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(16,24,71,.62);box-shadow:0 18px 50px rgba(6,10,37,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.float-card b{display:block;margin-bottom:4px;font-size:13px}.float-card span{color:rgba(255,255,255,.64);font-size:11px}.float-card.top-right{right:-70px;top:58px}.float-card.left-mid{left:-118px;top:220px}.float-card.bottom-right{right:-58px;bottom:160px}.product-caption{position:absolute;z-index:5;bottom:54px;left:50%;transform:translateX(-50%);width:88%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;padding:16px 18px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(10,15,45,.62);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:rgba(255,255,255,.7);font-size:12px}.product-caption strong{color:#fff}.trust-strip{position:relative;z-index:3;margin-top:-48px}.trust-card{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--line);box-shadow:var(--shadow-md)}.trust-item{padding:25px 26px;background:#fff}.trust-item b{display:block;margin-bottom:4px;font-size:15px}.trust-item span{color:var(--muted);font-size:12px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.feature-card{position:relative;overflow:hidden;min-height:260px;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 35px rgba(25,34,75,.05)}.feature-card:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-50px;bottom:-60px;background:var(--gradient-soft)}.feature-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:24px;border-radius:16px;color:#fff;background:var(--gradient);box-shadow:0 12px 24px rgba(80,73,218,.22);font-size:22px}.feature-card h3{margin:0 0 10px;font-size:20px}.feature-card p{margin:0;color:var(--muted);font-size:14px}.feature-meta{position:absolute;left:26px;bottom:24px;display:flex;gap:8px}.usecase-panel{overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-sm)}.usecase-copy{padding:48px}.usecase-copy h3{margin:0 0 14px;font-size:34px;line-height:1.25}.usecase-copy p{margin:0 0 28px;color:var(--muted)}.usecase-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.usecase-item{padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.usecase-item b{display:block;font-size:14px}.usecase-item span{color:var(--muted);font-size:11px}.usecase-visual{position:relative;min-height:500px;display:grid;place-items:center;background:radial-gradient(circle at 50% 44%,#edeaff,#ddeafa 60%,#f9fbff 100%)}.usecase-visual img{position:relative;z-index:2;width:520px;filter:drop-shadow(0 25px 40px rgba(35,47,100,.18))}.context-chip{position:absolute;z-index:3;padding:10px 13px;border-radius:12px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow-sm);font-size:12px;font-weight:700}.context-chip.a{left:30px;top:50px}.context-chip.b{right:30px;top:118px}.context-chip.c{left:80px;bottom:50px}.character-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:16px}.character-intro{position:relative;overflow:hidden;min-height:420px;padding:34px;color:#fff;border-radius:25px;background:linear-gradient(145deg,#101b4d,#3c359c 60%,#2e7e9e)}.character-intro:before{content:"";position:absolute;inset:0;background:url(/assets/ui/starfield.png) 50%/cover;opacity:.42}.character-intro>*{position:relative}.character-intro h3{margin:14px 0 12px;font-size:34px;line-height:1.2}.character-intro p{color:rgba(255,255,255,.68)}.character-card{position:relative;overflow:hidden;min-height:420px;border-radius:25px;background:#141a43;box-shadow:var(--shadow-sm)}.character-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.character-card:hover img{transform:scale(1.03)}.character-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(8,11,35,.88))}.character-info{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;color:#fff}.character-info b{display:block;font-size:20px}.character-info span{color:rgba(255,255,255,.66);font-size:12px}.character-info .badge{color:rgba(255,255,255,.86);background:rgba(9,15,45,.58);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px rgba(255,255,255,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.preorder-card{overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-md)}.preorder-visual{position:relative;min-height:540px;display:grid;place-items:center;background:linear-gradient(150deg,#e9edff,#f8f9ff 50%,#dff7fa)}.preorder-visual img{width:560px;filter:drop-shadow(0 28px 50px rgba(28,38,90,.18))}.preorder-visual .number-chip{position:absolute;right:34px;top:34px;padding:12px 16px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:var(--shadow-sm);font-size:12px}.preorder-content{padding:50px}.preorder-content h3{margin:12px 0;font-size:36px}.price-line{display:flex;align-items:flex-end;gap:12px;margin:22px 0 24px}.price{font-size:58px;line-height:1;font-weight:900;letter-spacing:-.04em;color:var(--blue)}.price small{margin-right:3px;font-size:24px}.price-old{padding-bottom:8px;color:var(--muted-2);text-decoration:line-through}.included-list{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin:24px 0 28px}.included-item{display:flex;gap:10px;align-items:flex-start;padding:13px;border-radius:12px;background:var(--paper);font-size:13px}.included-item:before{content:"✓";width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--green);font-size:11px}.disclaimer{color:var(--muted-2);font-size:11px;line-height:1.6}.roadmap{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.road-step{position:relative;padding:44px 20px 0;border-top:2px solid #dce1ef}.road-step:before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;left:20px;top:-8px;background:#dce1ef;box-shadow:0 0 0 5px #fff}.road-step.done{border-top-color:var(--green)}.road-step.done:before{background:var(--green)}.road-step.active{border-top-color:var(--violet)}.road-step.active:before{background:var(--violet);box-shadow:0 0 0 6px #efeaff}.road-step b{display:block;margin-bottom:5px;font-size:15px}.road-step span{color:var(--muted);font-size:12px}.channels{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.channel-card{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.channel-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:17px;border-radius:14px;color:#fff;background:var(--gradient);font-weight:900}.channel-card b{display:block;margin-bottom:5px}.channel-card span{color:var(--muted);font-size:12px}.site-footer{color:var(--ink);background:radial-gradient(circle at 12% 0,rgba(51,199,216,.14),transparent 32%),linear-gradient(180deg,#f8fbff,#eef4ff);border-top:1px solid rgba(211,218,238,.86);padding:68px 0 28px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,.7fr);gap:40px}.footer-brand img{width:92px;height:92px;object-fit:contain;object-position:left center}.footer-brand p{max-width:350px;color:var(--muted);font-size:13px}.footer-col b{display:block;margin-bottom:16px}.footer-col a{display:block;margin:9px 0;color:var(--muted);font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:44px;padding-top:22px;border-top:1px solid rgba(211,218,238,.86);color:var(--muted-2);font-size:11px}.page-hero{padding:72px 0 66px;background:linear-gradient(180deg,#fff,#f0f3fb)}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.gallery-card{position:relative;min-height:600px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at 50% 45%,#eef0ff,#e9f7fa 62%,#f8f9fd)}.gallery-card img{width:620px;filter:drop-shadow(0 30px 45px rgba(29,40,90,.18))}.gallery-thumbs{position:absolute;left:22px;bottom:22px;right:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gallery-thumb{min-height:78px;display:grid;place-items:center;border:1px solid rgba(213,218,236,.88);border-radius:13px;background:rgba(255,255,255,.82);font-size:12px;color:var(--muted)}.purchase-panel{padding:10px 0}.purchase-panel h1{margin:16px 0 15px;font-size:50px;line-height:1.12;letter-spacing:-.045em}.purchase-panel>p{color:var(--muted);font-size:16px}.variant-card{margin:24px 0 18px;padding:20px;border:2px solid var(--blue);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.variant-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.variant-card h3{margin:0 0 6px}.variant-card p{margin:0;color:var(--muted);font-size:12px}.purchase-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.purchase-benefit{padding:12px;border-radius:12px;background:var(--surface-2);font-size:12px}.stock-line{margin:18px 0}.stock-track{height:7px;overflow:hidden;border-radius:99px;background:#e6e9f2}.stock-track span{display:block;width:68%;height:100%;background:var(--gradient)}.stock-meta{display:flex;justify-content:space-between;margin-top:8px;color:var(--muted);font-size:11px}.spec-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:26px}.spec-summary{padding:30px;border-radius:24px;color:#fff;background:linear-gradient(145deg,#10194a,#4539ae 70%,#258fa6)}.spec-summary h3{font-size:30px}.spec-summary p{color:rgba(255,255,255,.66)}.spec-table{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff}.spec-row{display:grid;grid-template-columns:190px 1fr;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-row b,.spec-row span{padding:17px 20px}.spec-row b{background:#f5f6fa;font-size:13px}.spec-row span{color:var(--muted);font-size:13px}.truth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.truth-card{padding:24px;color:var(--ink);border:1px solid var(--line);border-radius:20px;background:#fff}.truth-card h3{margin:10px 0}.truth-card ul{margin:0;padding:0;list-style:none}.truth-card li{display:flex;gap:9px;margin:11px 0;color:var(--muted);font-size:13px}.truth-card li:before{content:"•";color:var(--blue);font-weight:900}.faq-list{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.faq-item{padding:20px 24px;border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:0}.faq-question{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:760;cursor:pointer;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question span:last-child{transition:transform .2s ease}.faq-item[open] .faq-question span:last-child{transform:rotate(45deg)}.faq-answer{margin-top:10px;color:var(--muted);font-size:13px}.community-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.community-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.community-card img{width:100%;height:170px;object-fit:cover}.community-body{padding:17px}.community-body h3{margin:0 0 7px;font-size:16px}.community-body p{margin:0;color:var(--muted);font-size:12px}.community-meta{display:flex;justify-content:space-between;margin-top:14px;color:var(--muted-2);font-size:10px}.ds-hero{padding:70px 0;color:#fff;background:linear-gradient(135deg,#080d2a,#28317d 55%,#4b39b9)}.token-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.color-token{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.color-swatch{height:96px}.color-label{padding:13px;font-size:12px}.component-board{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff}.component-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:20px 0}.type-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.type-row:last-child{border-bottom:0}.type-row span{color:var(--muted);font-size:12px}.asset-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.asset-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.asset-card img{width:100%;height:220px;object-fit:cover}.asset-card .asset-info{padding:14px}.asset-card b{display:block}.asset-card span{color:var(--muted);font-size:11px}@media (max-width:1280px){.hero-grid{grid-template-columns:.95fr 1.05fr;gap:14px}.hero-copy h1{font-size:clamp(46px,5vw,64px);max-width:620px}.hero-copy>p{max-width:560px;font-size:16px}.hero-device{width:min(560px,45vw)}.float-card{display:none}.product-caption{width:min(640px,86%);bottom:34px}}@media (max-width:1050px){.site-nav{display:none}.menu-button,.mobile-nav{display:block}.hero-grid,.page-hero-grid,.preorder-card,.usecase-panel{grid-template-columns:1fr}.hero-home{min-height:auto}.hero-product{min-height:600px}.hero-device{width:640px;max-width:90vw}.character-grid,.grid-4,.grid-5,.trust-card{grid-template-columns:repeat(2,1fr)}.channels{grid-template-columns:repeat(3,1fr)}.community-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.token-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:680px){:root{--radius-lg:22px}.container{width:min(100% - 28px,var(--container))}.site-header{height:66px}.header-inner{width:calc(100% - 24px);gap:10px}.brand{min-width:auto}.brand img{width:52px;height:52px}.header-actions .btn-secondary{display:none}.cta-grid{grid-template-columns:1fr}.btn{height:46px;padding:0 17px;font-size:13px}.section{padding:66px 0}.section.compact{padding:52px 0}.section-title-row{align-items:flex-start;flex-direction:column;margin-bottom:25px}.section-title{font-size:31px}.section-subtitle{font-size:14px}.hero-grid{min-height:auto;gap:0}.hero-copy{padding:58px 0 20px}.hero-copy h1{font-size:44px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-product{min-height:460px}.hero-device{width:430px;max-width:110vw}.product-aura{width:430px;height:430px}.orbit{width:410px;height:130px;bottom:80px}.product-caption{bottom:20px;width:100%;font-size:10px}.trust-strip{margin-top:-20px}.asset-gallery,.channels,.character-grid,.community-grid,.grid-3,.grid-4,.grid-5,.included-list,.purchase-benefits,.spec-layout,.token-grid,.trust-card,.truth-grid,.usecase-list{grid-template-columns:1fr}.trust-item{padding:20px}.feature-card{min-height:240px}.preorder-content,.usecase-copy{padding:26px}.usecase-visual{min-height:380px}.usecase-visual img{width:410px}.character-card,.character-intro{min-height:360px}.preorder-visual{min-height:390px}.preorder-visual img{width:430px}.roadmap{grid-template-columns:1fr;gap:20px}.road-step{border-top:0;border-left:2px solid #dce1ef;padding:0 0 24px 34px}.road-step:before{left:-8px;top:4px}.road-step.done{border-left-color:var(--green)}.road-step.active{border-left-color:var(--violet)}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.page-hero{padding:44px 0 54px}.gallery-card{min-height:430px}.gallery-card img{width:450px}.gallery-thumbs{position:static;margin:0 16px 16px}.purchase-panel h1{font-size:39px}.price{font-size:50px}.spec-row{grid-template-columns:110px 1fr}.community-card img{height:190px}.type-row{grid-template-columns:1fr}}.dark-header .brand img,.footer-brand img{filter:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.btn:hover,.character-card:hover img{transform:none}}