.home-shell{--color-bg:var(--color-shell-ink);--color-fg:var(--color-shell-txt);--color-fg-subtle:var(--color-shell-txt-soft);--color-border:var(--color-shell-line);--shell-maxw:1240px;--shell-gutter:clamp(22px,4vw,56px);font-family:var(--font-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);color:var(--color-shell-txt);background:var(--color-shell-ink);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.home-shell ::selection{background:rgba(144,175,61,.28);color:#fff}.home-shell a{color:inherit;text-decoration:none}.home-shell h1,.home-shell h2,.home-shell h3,.home-shell h4{font-weight:600;letter-spacing:-.028em;line-height:1.06;margin:0}.home-shell .wrap{max-width:var(--shell-maxw);margin:0 auto;padding:0 var(--shell-gutter)}.home-shell .skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--color-shell-skip);color:var(--color-shell-txt);padding:10px 16px;border-radius:0 0 8px 0;font-weight:700}.home-shell .skip:focus{left:0}.home-shell .dk{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,var(--color-shell-navy-3) 0,var(--color-shell-ink) 86%)}.home-shell .dk:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.5;background-image:linear-gradient(var(--color-shell-line) 1px,transparent 1px),linear-gradient(90deg,var(--color-shell-line) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(120% 85% at 50% 4%,#000 0,transparent 62%);mask-image:radial-gradient(120% 85% at 50% 4%,#000 0,transparent 62%)}.home-shell .dk>*{position:relative;z-index:1}.home-shell nav.dk{position:sticky;top:0;z-index:60;overflow:visible;border-bottom:1px solid var(--color-shell-line);background:linear-gradient(180deg,rgba(4,16,29,.78),rgba(4,16,29,.4));backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px)}.home-shell .nav-in{height:78px;display:flex;align-items:center;justify-content:space-between}.home-shell .logo-nav{height:46px;width:auto;display:block;opacity:.96}.home-shell .nav-links{display:flex;align-items:center;gap:30px;font-size:14.5px;font-weight:450;color:var(--color-shell-txt-soft)}.home-shell .nav-links .navitem,.home-shell .nav-links>a{position:relative;padding:6px 0;color:var(--color-shell-txt-soft);transition:color .2s}.home-shell .nav-links .navitem:hover,.home-shell .nav-links>a:hover{color:var(--color-shell-txt)}.home-shell .nav-links>a:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:var(--color-shell-txt-soft);transition:width .26s ease}.home-shell .nav-links>a:hover:after{width:100%}.home-shell .nav-right{display:flex;align-items:center;gap:20px}.home-shell .nav-right .si{font-size:14.5px;font-weight:500;color:var(--color-shell-txt-soft);transition:color .2s}.home-shell .nav-right .si:hover{color:var(--color-shell-txt)}.home-shell .nav-cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-shell-cta-ink);background:linear-gradient(180deg,var(--color-shell-green-l) 0,var(--color-moldavite-500) 64%,var(--color-peridot-500) 100%);border:1px solid rgba(144,175,61,.5);border-radius:9px;padding:10px 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 26px -12px rgba(144,175,61,.5);transition:transform .18s cubic-bezier(.2,.7,.2,1),box-shadow .22s}.home-shell .nav-cta:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 14px 32px -12px rgba(144,175,61,.62)}.home-shell .nav-cta svg{width:14px;height:14px}.home-shell .mm{position:relative}.home-shell .mm-btn{display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-size:14.5px;font-weight:450;color:var(--color-shell-txt-soft);background:none;border:0;padding:6px 0;transition:color .2s;cursor:pointer}.home-shell .mm-btn:hover,.home-shell .mm.open .mm-btn{color:var(--color-shell-txt)}.home-shell .mm-btn .chev{width:14px;height:14px;opacity:.7;transition:transform .22s}.home-shell .mm.open .mm-btn .chev{transform:rotate(180deg)}.home-shell .mm-panel{position:absolute;left:-18px;top:calc(100% + 16px);z-index:70;width:min(640px,calc(100vw - 40px));background:linear-gradient(180deg,var(--color-shell-menu-1),var(--color-shell-menu-2));border:1px solid var(--color-shell-line-strong);border-radius:16px;padding:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 30px 70px -26px rgba(0,0,0,.75),0 8px 22px -10px rgba(0,0,0,.55);opacity:0;transform:translateY(-8px) scale(.99);transform-origin:top left;pointer-events:none;transition:opacity .18s ease,transform .2s cubic-bezier(.2,.7,.2,1)}.home-shell .mm.open .mm-panel{opacity:1;transform:none;pointer-events:auto}.home-shell .mm-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}.home-shell .mm-link{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:11px;transition:background .15s}.home-shell .mm-link:hover{background:rgba(173,196,222,.07)}.home-shell .mm-link .mi{width:34px;height:34px;flex:none;border-radius:9px;display:grid;place-items:center;border:1px solid var(--color-shell-line);background:var(--color-shell-glass);color:var(--color-shell-txt-soft)}.home-shell .mm-link .mi svg{width:17px;height:17px}.home-shell .mm-link .tt{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:550;color:var(--color-shell-txt)}.home-shell .mm-link .dd{font-size:12px;color:var(--color-shell-txt-faint);margin-top:3px;line-height:1.45}.home-shell .tg{font-family:var(--font-mono,monospace);font-size:9px;font-weight:450;letter-spacing:.08em;text-transform:uppercase;padding:3px 7px;border-radius:20px;white-space:nowrap;border:1px solid var(--color-shell-line-strong);color:var(--color-shell-txt-faint)}.home-shell .tg.live{color:var(--color-shell-green-l);border-color:rgba(144,175,61,.4);background:rgba(144,175,61,.1)}.home-shell .tg.live:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--color-shell-green-l);margin-right:5px;vertical-align:middle;box-shadow:0 0 0 2px rgba(144,175,61,.2)}.home-shell .mm-link.coming{opacity:.52}.home-shell .mm-link.coming:hover{opacity:.78;background:rgba(173,196,222,.05)}.home-shell .mm-link.coming .tt{color:var(--color-shell-txt-soft);font-weight:450}.home-shell .mm-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 4px 2px;padding-top:12px;border-top:1px solid var(--color-shell-line)}.home-shell .mm-foot .mf-l{font-family:var(--font-mono,monospace);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-shell-txt-faint)}.home-shell .mm-foot a{font-size:13px;font-weight:500;color:var(--color-shell-txt-soft);display:inline-flex;align-items:center;gap:6px;transition:color .2s}.home-shell .mm-foot a:hover{color:var(--color-shell-txt)}.home-shell .mm-foot a svg{width:14px;height:14px}.home-shell .navtoggle{display:none;background:none;border:0;cursor:pointer;padding:8px;color:var(--color-shell-txt)}.home-shell .navtoggle svg{width:26px;height:26px;display:block}@media (max-width:900px){.home-shell .nav-links,.home-shell .nav-right .si{display:none}.home-shell .navtoggle{display:block}.home-shell.nav-open .nav-links{display:flex;position:fixed;left:0;right:0;top:78px;flex-direction:column;align-items:flex-start;gap:0;padding:8px 24px;background:var(--color-shell-navy-2);border-bottom:1px solid var(--color-shell-line);z-index:65}.home-shell.nav-open .nav-links .mm,.home-shell.nav-open .nav-links>a{padding:12px 0;width:100%;font-size:16px}}@media (max-width:560px){.home-shell .mm-grid{grid-template-columns:1fr}}.home-shell .h-hero{padding-top:clamp(46px,7vw,86px);padding-bottom:clamp(54px,7vw,96px)}.home-shell .h-hero-in{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1.16fr);align-items:center;gap:clamp(40px,5vw,80px)}@media (max-width:1040px){.home-shell .h-hero-in{grid-template-columns:1fr;gap:clamp(46px,8vw,68px)}}.home-shell .eyebrow-d{display:inline-flex;align-items:center;gap:11px;font-family:var(--font-mono,monospace);font-size:12px;font-weight:450;letter-spacing:.16em;color:var(--color-shell-txt-faint);margin-bottom:28px}.home-shell .eyebrow-d .tick{width:18px;height:1px;background:var(--color-shell-txt-faint);opacity:.7}.home-shell .eyebrow-d .dot{width:5px;height:5px;border-radius:50%;background:var(--color-moldavite-500);box-shadow:0 0 0 3px rgba(144,175,61,.14)}.home-shell .h-hero h1{font-weight:600;font-size:clamp(2.7rem,5.6vw,4.7rem);line-height:1.02;letter-spacing:-.036em;color:#fff;max-width:14ch}.home-shell .h-hero h1 .flourish{color:var(--color-shell-green-l)}.home-shell .h-hero .sub{margin-top:26px;font-size:clamp(1.05rem,1.3vw,1.26rem);line-height:1.58;color:var(--color-shell-txt-soft);max-width:46ch;font-weight:400}.home-shell .h-actions{margin-top:36px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.home-shell .btn-p{display:inline-flex;align-items:center;gap:10px;font-size:15.5px;font-weight:600;letter-spacing:-.005em;color:var(--color-shell-cta-ink);background:linear-gradient(180deg,var(--color-shell-green-l) 0,var(--color-moldavite-500) 64%,var(--color-peridot-500) 100%);border:1px solid rgba(144,175,61,.5);border-radius:11px;padding:14px 24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 30px -10px rgba(144,175,61,.55),0 2px 8px -2px rgba(0,0,0,.4);transition:transform .18s cubic-bezier(.2,.7,.2,1),box-shadow .22s}.home-shell .btn-p:hover{transform:translateY(-1.5px);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 16px 40px -12px rgba(144,175,61,.7),0 3px 10px -2px rgba(0,0,0,.45)}.home-shell .btn-p svg{width:17px;height:17px;transition:transform .2s}.home-shell .btn-p:hover svg{transform:translateX(3px)}.home-shell .btn-q{display:inline-flex;align-items:center;gap:9px;font-size:15.5px;font-weight:500;color:var(--color-shell-txt);padding:13px 4px;transition:color .2s}.home-shell .btn-q .ico{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--color-shell-line-strong);background:var(--color-shell-glass);transition:border-color .2s,background .2s}.home-shell .btn-q .ico svg{width:14px;height:14px;opacity:.85;transition:transform .2s}.home-shell .btn-q:hover{color:#fff}.home-shell .btn-q:hover .ico{border-color:rgba(173,196,222,.4);background:rgba(173,196,222,.1)}.home-shell .btn-q:hover .ico svg{transform:translateX(2px)}.home-shell .scarce{margin-top:34px;display:inline-flex;align-items:center;gap:12px;font-size:13.5px;color:var(--color-shell-txt-faint);border:1px solid var(--color-shell-line);background:var(--color-shell-glass);border-radius:30px;padding:9px 16px}.home-shell .scarce .pip{width:6px;height:6px;border-radius:50%;background:var(--color-moldavite-500);box-shadow:0 0 0 3px rgba(144,175,61,.14);flex:none}.home-shell .scarce b{color:var(--color-shell-txt-soft);font-weight:550}.home-shell .visual{position:relative;perspective:1800px}.home-shell .visual-glow{position:absolute;inset:-12% -8% -20% -8%;background:radial-gradient(60% 60% at 60% 30%,rgba(144,175,61,.1),transparent 70%);filter:blur(8px);pointer-events:none}.home-shell .panel{position:relative;border-radius:16px;background:linear-gradient(180deg,var(--color-shell-panel-1) 0,var(--color-shell-panel-2) 100%);border:1px solid var(--color-shell-line-strong);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 40px 80px -34px rgba(0,0,0,.8),0 18px 40px -28px rgba(0,0,0,.6);overflow:hidden;transform:rotateY(-7deg) rotateX(2.5deg);transform-origin:center right;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.home-shell .visual:hover .panel{transform:rotateY(-4deg) rotateX(1.5deg)}@media (max-width:1040px){.home-shell .panel,.home-shell .visual:hover .panel{transform:none}}.home-shell .panel-bar{display:flex;align-items:center;gap:14px;height:46px;padding:0 16px;border-bottom:1px solid var(--color-shell-line);background:rgba(255,255,255,.015)}.home-shell .panel-bar .dots{display:flex;gap:7px}.home-shell .panel-bar .dots i{width:10px;height:10px;border-radius:50%;background:rgba(173,196,222,.22)}.home-shell .panel-bar .crumb{font-family:var(--font-mono,monospace);font-size:11.5px;letter-spacing:.02em;color:var(--color-shell-txt-faint)}.home-shell .panel-bar .crumb b{color:var(--color-shell-txt-soft);font-weight:500}.home-shell .panel-body{display:grid;grid-template-columns:200px 1fr;min-height:374px}@media (max-width:560px){.home-shell .panel-body{grid-template-columns:1fr}.home-shell .p-rail{display:none}}.home-shell .p-rail{border-right:1px solid var(--color-shell-line);padding:18px 14px;background:rgba(4,16,29,.35);display:flex;flex-direction:column;gap:3px}.home-shell .p-rail img{height:22px;width:auto;opacity:.9;margin:4px 6px 16px}.home-shell .p-item{display:flex;align-items:center;gap:11px;font-size:13.5px;color:var(--color-shell-txt-soft);font-weight:450;padding:9px 11px;border-radius:8px}.home-shell .p-item svg{width:16px;height:16px;opacity:.6}.home-shell .p-item.on{background:rgba(173,196,222,.08);color:#fff}.home-shell .p-item.on svg{opacity:.9}.home-shell .p-spacer{flex:1}.home-shell .p-foot{font-family:var(--font-mono,monospace);font-size:10px;letter-spacing:.1em;color:var(--color-shell-txt-faint);padding:8px 11px;opacity:.7}.home-shell .board{padding:22px 24px}.home-shell .board-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.home-shell .board-head h3{font-size:16px;font-weight:600;color:#fff;letter-spacing:-.01em}.home-shell .board-head .sample{font-family:var(--font-mono,monospace);font-size:9.5px;font-weight:450;letter-spacing:.1em;text-transform:uppercase;color:var(--color-shell-txt-faint);border:1px solid var(--color-shell-line);border-radius:20px;padding:2px 8px;vertical-align:middle;margin-left:8px}.home-shell .board-head .new{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:550;color:var(--color-shell-txt);border:1px solid var(--color-shell-line-strong);border-radius:8px;padding:7px 12px;background:var(--color-shell-glass)}.home-shell .board-head .new svg{width:13px;height:13px;opacity:.7}.home-shell .b-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.home-shell .b-stat{border:1px solid var(--color-shell-line);border-radius:11px;padding:14px 15px;background:rgba(255,255,255,.012)}.home-shell .b-stat .l{font-family:var(--font-mono,monospace);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-shell-txt-faint)}.home-shell .b-stat .v{font-size:25px;font-weight:600;color:#fff;margin-top:6px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.home-shell .b-stat .d{font-size:11px;color:var(--color-shell-txt-faint);margin-top:3px}.home-shell .b-rows{display:flex;flex-direction:column}.home-shell .b-row{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:13px 4px;border-top:1px solid var(--color-shell-line);font-size:13.5px}.home-shell .b-row:first-child{border-top:0}.home-shell .b-row .doc{color:var(--color-shell-txt);font-weight:450}.home-shell .b-row .doc small{display:block;color:var(--color-shell-txt-faint);font-size:11.5px;font-weight:400;margin-top:2px}.home-shell .b-row .amt{font-family:var(--font-mono,monospace);font-size:13px;color:var(--color-shell-txt-soft);font-variant-numeric:tabular-nums}.home-shell .b-tag{font-family:var(--font-mono,monospace);font-size:10px;font-weight:450;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:20px;white-space:nowrap;border:1px solid var(--color-shell-line-strong);color:var(--color-shell-txt-soft);background:rgba(173,196,222,.04)}.home-shell .b-tag.paid{color:var(--color-shell-green-l);border-color:rgba(144,175,61,.4);background:rgba(144,175,61,.1)}.home-shell .b-tag.paid:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--color-shell-green-l);margin-right:6px;vertical-align:middle;box-shadow:0 0 0 2px rgba(144,175,61,.2)}.home-shell .sec{padding:clamp(76px,9vw,118px) 0;position:relative}.home-shell .sec-line{border-top:1px solid var(--color-shell-line)}.home-shell .lead{max-width:680px}.home-shell .kk{font-family:var(--font-mono,monospace);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--color-shell-txt-faint);display:inline-flex;align-items:center;gap:10px;margin-bottom:22px}.home-shell .kk:before{content:"";width:22px;height:1px;background:var(--color-shell-txt-faint);opacity:.7;display:inline-block}.home-shell .sec h2{font-size:clamp(1.9rem,3.4vw,2.7rem);color:#fff;letter-spacing:-.03em;font-weight:600}.home-shell .sec h2 .flourish{color:var(--color-shell-green-l)}.home-shell .sec .intro{margin-top:18px;font-size:1.08rem;line-height:1.6;color:var(--color-shell-txt-soft);max-width:62ch}.home-shell .sec.center-lead{text-align:center}.home-shell .sec.center-lead .lead{margin:0 auto}.home-shell .sec.center-lead .kk{justify-content:center}.home-shell .sec.center-lead .intro{margin-left:auto;margin-right:auto}.home-shell .caps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:54px;border:1px solid var(--color-shell-line);border-radius:16px;overflow:hidden;background:var(--color-shell-line)}@media (max-width:980px){.home-shell .caps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.home-shell .caps{grid-template-columns:1fr}}.home-shell .cap{display:flex;flex-direction:column;gap:12px;padding:26px 24px;min-height:184px;background:linear-gradient(180deg,var(--color-shell-card-1),var(--color-shell-panel-2));transition:background .2s}.home-shell .cap:hover{background:linear-gradient(180deg,var(--color-shell-panel-hi),var(--color-shell-cap-hover-2))}.home-shell .cap .ci{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--color-shell-line);background:var(--color-shell-glass);color:var(--color-shell-txt-soft)}.home-shell .cap .ci svg{width:18px;height:18px}.home-shell .cap h3{font-size:15.5px;font-weight:600;color:#fff;letter-spacing:-.01em}.home-shell .cap p{font-size:13px;line-height:1.5;color:var(--color-shell-txt-soft);flex:1}.home-shell .cap .row-tag{margin-top:auto}.home-shell .cap.coming{opacity:.6}.home-shell .cap.coming:hover{opacity:.82}.home-shell .cap.coming h3{color:var(--color-shell-txt-soft)}.home-shell .fm-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(36px,5vw,72px);align-items:center;margin-top:8px}@media (max-width:980px){.home-shell .fm-grid{grid-template-columns:1fr;gap:44px}}.home-shell .fm-quota{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.home-shell .fm-quota .q{display:inline-flex;align-items:baseline;gap:8px;border:1px solid var(--color-shell-line);background:var(--color-shell-glass);border-radius:11px;padding:13px 16px}.home-shell .fm-quota .q .n{font-family:var(--font-mono,monospace);font-size:19px;font-weight:500;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.home-shell .fm-quota .q .t{font-size:13px;color:var(--color-shell-txt-soft)}.home-shell .fm-perks{display:grid;grid-template-columns:1fr 1fr;gap:1px;border:1px solid var(--color-shell-line);border-radius:16px;overflow:hidden;background:var(--color-shell-line)}@media (max-width:520px){.home-shell .fm-perks{grid-template-columns:1fr}}.home-shell .perk{display:flex;gap:13px;padding:22px 20px;background:linear-gradient(180deg,var(--color-shell-card-1),var(--color-shell-panel-2))}.home-shell .perk .pi{width:30px;height:30px;flex:none;border-radius:8px;display:grid;place-items:center;border:1px solid var(--color-shell-line);background:var(--color-shell-glass);color:var(--color-shell-txt-soft)}.home-shell .perk .pi svg{width:15px;height:15px}.home-shell .perk h4{font-size:14.5px;font-weight:600;color:#fff;letter-spacing:-.01em;margin-bottom:4px}.home-shell .perk p{font-size:12.5px;line-height:1.5;color:var(--color-shell-txt-soft)}.home-shell .fm-cta{margin-top:34px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.home-shell .road{margin-top:50px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative}@media (max-width:980px){.home-shell .road{grid-template-columns:1fr 1fr}}@media (max-width:520px){.home-shell .road{grid-template-columns:1fr}}.home-shell .rstep{border:1px solid var(--color-shell-line);border-radius:14px;padding:22px 20px;background:linear-gradient(180deg,var(--color-shell-card-1),var(--color-shell-panel-2))}.home-shell .rstep .when{font-family:var(--font-mono,monospace);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-shell-txt-faint);display:flex;align-items:center;gap:8px;margin-bottom:14px}.home-shell .rstep .when .d{width:6px;height:6px;border-radius:50%;background:var(--color-shell-txt-faint)}.home-shell .rstep.now .when{color:var(--color-shell-green-l)}.home-shell .rstep.now .when .d{background:var(--color-shell-green-l);box-shadow:0 0 0 3px rgba(144,175,61,.16)}.home-shell .rstep h4{font-size:15px;font-weight:600;color:#fff;margin-bottom:8px;letter-spacing:-.01em}.home-shell .rstep p{font-size:12.5px;line-height:1.5;color:var(--color-shell-txt-soft)}.home-shell .doors{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:50px}@media (max-width:880px){.home-shell .doors{grid-template-columns:1fr 1fr}}@media (max-width:520px){.home-shell .doors{grid-template-columns:1fr}}.home-shell .door{display:flex;flex-direction:column;gap:10px;border:1px solid var(--color-shell-line);border-radius:14px;padding:24px;background:linear-gradient(180deg,var(--color-shell-card-1),var(--color-shell-panel-2));transition:border-color .25s,transform .25s}.home-shell .door:hover{border-color:var(--color-shell-line-strong);transform:translateY(-3px)}.home-shell .door .di{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--color-shell-line);background:var(--color-shell-glass);color:var(--color-shell-txt-soft)}.home-shell .door .di svg{width:17px;height:17px}.home-shell .door h3{font-size:16px;font-weight:600;color:#fff;letter-spacing:-.01em}.home-shell .door p{line-height:1.5;flex:1}.home-shell .door .go,.home-shell .door p{font-size:13px;color:var(--color-shell-txt-soft)}.home-shell .door .go{display:inline-flex;align-items:center;gap:7px;font-weight:500;transition:gap .2s,color .2s}.home-shell .door .go svg{width:14px;height:14px;transition:transform .2s}.home-shell .door:hover .go{color:var(--color-shell-txt)}.home-shell .door:hover .go svg{transform:translateX(3px)}.home-shell .proof{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(36px,5vw,64px);align-items:center;margin-top:8px}@media (max-width:980px){.home-shell .proof{grid-template-columns:1fr;gap:40px}}.home-shell .proof-card{border:1px solid var(--color-shell-line-strong);border-radius:16px;overflow:hidden;background:linear-gradient(180deg,var(--color-shell-panel-1),var(--color-shell-panel-2));box-shadow:0 30px 70px -34px rgba(0,0,0,.7)}.home-shell .pc-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--color-shell-line);background:rgba(255,255,255,.012)}.home-shell .pc-bar .who{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-shell-txt-soft);font-weight:500}.home-shell .pc-bar .who .av{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;border:1px solid var(--color-shell-line);background:var(--color-shell-glass);color:var(--color-shell-txt-faint)}.home-shell .pc-bar .who .av svg{width:13px;height:13px}.home-shell .pc-body{padding:20px 18px;display:flex;flex-direction:column;gap:10px}.home-shell .pc-row{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:13px 14px;border:1px solid var(--color-shell-line);border-radius:11px;background:rgba(255,255,255,.012);font-size:13.5px}.home-shell .pc-row .lbl{color:var(--color-shell-txt);font-weight:450}.home-shell .pc-row .lbl small{display:block;color:var(--color-shell-txt-faint);font-size:11.5px;margin-top:2px}.home-shell .band{text-align:center;padding:clamp(80px,10vw,128px) 0}.home-shell .band h2{font-size:clamp(2.1rem,4vw,3.3rem);color:#fff;font-weight:600;letter-spacing:-.032em;max-width:18ch;margin:0 auto}.home-shell .band h2 .flourish{color:var(--color-shell-green-l)}.home-shell .band .intro{margin:22px auto 0;max-width:48ch;color:var(--color-shell-txt-soft);font-size:1.1rem;line-height:1.55}.home-shell .band .b-actions{margin-top:38px;display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap}.home-shell footer.dk{background:linear-gradient(180deg,var(--color-shell-ink),var(--color-shell-ink-2));color:var(--color-shell-txt-soft);border-top:1px solid var(--color-shell-line);padding:64px 0 44px}.home-shell .foot-in{margin-bottom:42px;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.home-shell .foot-in img{height:44px;width:auto;opacity:.92}.home-shell .foot-cols{display:flex;gap:64px;flex-wrap:wrap}.home-shell .fcol h5{color:var(--color-shell-txt);font-family:var(--font-mono,monospace);font-size:10.5px;font-weight:500;text-transform:uppercase;letter-spacing:.14em;margin-bottom:15px}.home-shell .fcol a{display:block;font-size:14px;margin-bottom:10px;color:var(--color-shell-txt-soft);transition:color .2s}.home-shell .fcol a:hover{color:var(--color-shell-txt)}.home-shell .fcol a.dim{opacity:.5}.home-shell .fcol a.dim:hover{opacity:.8;color:var(--color-shell-txt-soft)}.home-shell .foot-bot{border-top:1px solid var(--color-shell-line);padding-top:26px;font-family:var(--font-mono,monospace);font-size:12px;letter-spacing:.04em;color:var(--color-shell-txt-faint)}.home-shell .reveal{opacity:0;transform:translateY(18px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.home-shell .reveal.in,html:not(.js) .home-shell .reveal{opacity:1;transform:none}.home-shell a:focus-visible,.home-shell button:focus-visible{outline:2px solid var(--color-shell-green-l);outline-offset:3px;border-radius:8px}@media (prefers-reduced-motion:reduce){.home-shell .reveal{opacity:1;transform:none;transition:none}.home-shell .panel,.home-shell .visual:hover .panel{transition:none}}