/* Homepage refresh v2 — scoped to .tn-home. Global navigation and routed pages are untouched. */
#tokennau-homepage-prototype .tn-home{
  --hm-ink:#15111d;--hm-text:#433a4d;--hm-muted:#756c7f;--hm-line:#e3ddea;
  --hm-purple:#7138ed;--hm-violet:#9b62ff;--hm-blue:#3467ed;--hm-cyan:#13b5bd;--hm-orange:#f28b43;
  color:var(--hm-ink);background:#fff;overflow:clip
}
#tokennau-homepage-prototype .tn-home *{box-sizing:border-box}
#tokennau-homepage-prototype .tn-home .tn-wrap{width:100%;max-width:1240px;padding-left:32px;padding-right:32px}
#tokennau-homepage-prototype .tn-home em{font-style:normal}
#tokennau-homepage-prototype .tn-home .tn-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 20px;border:1px solid rgba(31,23,39,.18);border-radius:9px;background:rgba(255,255,255,.78);color:#2c2334;font-size:13px;font-weight:700;box-shadow:0 8px 24px rgba(47,31,64,.06);backdrop-filter:blur(12px);transition:.25s ease}
#tokennau-homepage-prototype .tn-home .tn-btn:hover{border-color:#8a5be0;background:#fff;transform:translateY(-2px);box-shadow:0 13px 32px rgba(61,39,86,.13)}
#tokennau-homepage-prototype .tn-home .tn-btn-primary{border-color:#18121f;background:#18121f;color:#fff;box-shadow:0 12px 30px rgba(28,19,38,.2)}
#tokennau-homepage-prototype .tn-home .tn-btn-primary:hover{border-color:#7138ed;background:#7138ed;color:#fff}

/* Four-slide horizontal hero */
#tokennau-homepage-prototype .tn-home-carousel{position:relative;height:clamp(680px,calc(100svh - 78px),850px);min-height:680px;overflow:hidden;background:#f7f4fb;isolation:isolate;touch-action:pan-y}
#tokennau-homepage-prototype .tn-home-slides{display:flex;width:100%;height:100%;transition:transform .75s cubic-bezier(.2,.72,.15,1);will-change:transform}
#tokennau-homepage-prototype .tn-home-slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden;isolation:isolate}
#tokennau-homepage-prototype .tn-home-slide:before{content:"";position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(90,62,120,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(90,62,120,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,rgba(0,0,0,.72),transparent 72%)}
#tokennau-homepage-prototype .tn-home-slide-glow{position:absolute;z-index:-2;width:520px;height:520px;border-radius:50%;filter:blur(55px);opacity:.23;pointer-events:none;animation:tnHmGlow 10s ease-in-out infinite alternate}
@keyframes tnHmGlow{to{transform:translate3d(35px,-20px,0) scale(1.08)}}
#tokennau-homepage-prototype .tn-home-slide-gateway{background:linear-gradient(120deg,#f5efff 0%,#fff 46%,#edf3ff 100%)}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-glow{left:-170px;top:-160px;background:#8d50ff}
#tokennau-homepage-prototype .tn-home-slide-guard{background:linear-gradient(120deg,#eef8ff 0%,#fff 48%,#eefcf8 100%)}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-glow{left:-140px;bottom:-180px;background:#16abc7}
#tokennau-homepage-prototype .tn-home-slide-balance{background:linear-gradient(120deg,#f5efff 0%,#fff 48%,#fff2e8 100%)}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-glow{right:-120px;top:-190px;background:#ff9b51}
#tokennau-homepage-prototype .tn-home-slide-enterprise{background:linear-gradient(120deg,#f1f0ff 0%,#fff 48%,#edf9ff 100%)}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-glow{right:-100px;bottom:-190px;background:#4d76ff}
#tokennau-homepage-prototype .tn-home-slide-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(480px,1.06fr);gap:78px;align-items:center;height:100%;padding-top:34px;padding-bottom:96px}
#tokennau-homepage-prototype .tn-home-slide-copy{position:relative;z-index:2;max-width:600px;opacity:.25;transform:translateX(-28px);transition:opacity .55s .15s,transform .7s .15s cubic-bezier(.2,.7,.2,1)}
#tokennau-homepage-prototype .tn-home-slide.is-active .tn-home-slide-copy{opacity:1;transform:none}
#tokennau-homepage-prototype .tn-home-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 10px;border:1px solid rgba(113,56,237,.18);border-radius:999px;background:rgba(255,255,255,.58);color:#6f3bcf;font:750 10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}
#tokennau-homepage-prototype .tn-home-badge i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(113,56,237,.09)}
#tokennau-homepage-prototype .tn-home-slide-copy h1,#tokennau-homepage-prototype .tn-home-slide-copy h2{margin:21px 0 0;color:#17121e;font-size:clamp(48px,4.65vw,67px);font-weight:740;line-height:1.08;letter-spacing:-.064em}
#tokennau-homepage-prototype .tn-home-slide-copy h1 em,#tokennau-homepage-prototype .tn-home-slide-copy h2 em{color:#7138ed}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2 em{color:#078e9a}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-copy h2 em{color:#d8642c}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy h2 em{color:#315bd4}
#tokennau-homepage-prototype .tn-home-slide-copy>p{max-width:570px;margin:22px 0 0;color:#62586d;font-size:15px;line-height:1.78}
#tokennau-homepage-prototype .tn-home-slide-actions{display:flex;gap:10px;margin-top:29px}
#tokennau-homepage-prototype .tn-home-slide-copy>small{display:block;margin-top:18px;color:#8a8190;font-size:10px}
#tokennau-homepage-prototype .tn-home-highlight-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px}
#tokennau-homepage-prototype .tn-home-highlight-row>span{padding:13px 12px;border:1px solid rgba(81,60,99,.12);background:rgba(255,255,255,.6);color:#807587;font-size:9px;line-height:1.55}
#tokennau-homepage-prototype .tn-home-highlight-row b{display:block;margin-bottom:3px;color:#2f2538;font-size:11px}
#tokennau-homepage-prototype .tn-home-text-link{display:inline-flex;align-items:center;gap:16px;margin-top:26px;padding:0;border:0;background:none;color:#3f2c50;font:700 12px inherit;cursor:pointer}
#tokennau-homepage-prototype .tn-home-text-link span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#1d1723;color:#fff;transition:.25s}
#tokennau-homepage-prototype .tn-home-text-link:hover span{background:#7138ed;transform:translateX(3px)}

/* Hero product illustrations */
#tokennau-homepage-prototype .tn-home-visual{position:relative;z-index:1;min-height:455px;padding:22px;border:1px solid rgba(93,62,125,.15);border-radius:22px;background:rgba(255,255,255,.64);box-shadow:0 34px 90px rgba(53,31,76,.13),inset 0 1px rgba(255,255,255,.8);backdrop-filter:blur(18px);opacity:.25;transform:translateX(40px) scale(.97);transition:opacity .55s .22s,transform .75s .22s cubic-bezier(.2,.72,.2,1)}
#tokennau-homepage-prototype .tn-home-slide.is-active .tn-home-visual{opacity:1;transform:none}
#tokennau-homepage-prototype .tn-home-visual:before{content:"";position:absolute;inset:9px;border:1px solid rgba(121,83,154,.08);border-radius:15px;pointer-events:none}
#tokennau-homepage-prototype .tn-home-visual-label{position:relative;display:flex;align-items:center;justify-content:space-between;padding:2px 3px 18px;color:#776b7f;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em}
#tokennau-homepage-prototype .tn-home-visual-label b{color:#7138ed;font-size:8px}
#tokennau-homepage-prototype .tn-home-model-cloud{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
#tokennau-homepage-prototype .tn-home-model-cloud span{padding:13px 8px;border:1px solid #e2daeb;border-radius:8px;background:#fff;color:#5f526b;font-size:9px;font-weight:700;text-align:center;box-shadow:0 6px 15px rgba(42,28,56,.04)}
#tokennau-homepage-prototype .tn-home-route-core{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:178px;height:178px;margin:31px auto 25px;border:1px solid #cab6e7;border-radius:50%;background:radial-gradient(circle,#fff 0 38%,#f1e9ff 39% 61%,rgba(113,56,237,.07) 62%);box-shadow:0 0 0 16px rgba(113,56,237,.045),0 18px 46px rgba(80,42,126,.13)}
#tokennau-homepage-prototype .tn-home-route-core:before,#tokennau-homepage-prototype .tn-home-route-core:after{content:"";position:absolute;left:50%;width:1px;height:31px;background:linear-gradient(#a581de,transparent)}
#tokennau-homepage-prototype .tn-home-route-core:before{top:-31px}
#tokennau-homepage-prototype .tn-home-route-core:after{bottom:-31px;transform:rotate(180deg)}
#tokennau-homepage-prototype .tn-home-route-core i{width:22px;height:22px;margin-bottom:8px;border:5px solid #7138ed;border-left-color:#b996fa;border-radius:6px;transform:rotate(45deg)}
#tokennau-homepage-prototype .tn-home-route-core strong{font-size:17px;letter-spacing:-.03em}
#tokennau-homepage-prototype .tn-home-route-core small{margin-top:3px;color:#8a7c94;font-size:8px}
#tokennau-homepage-prototype .tn-home-route-result{display:flex;align-items:center;justify-content:center;gap:11px;color:#84798b;font-size:9px}
#tokennau-homepage-prototype .tn-home-route-result span,#tokennau-homepage-prototype .tn-home-route-result b{padding:7px 10px;border:1px solid #e1d8e9;background:#fff}
#tokennau-homepage-prototype .tn-home-route-result b{border-color:#9e78dd;color:#6f3dbe}
#tokennau-homepage-prototype .tn-home-route-result i{color:#916acb;font-style:normal}
#tokennau-homepage-prototype .tn-home-visual-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}
#tokennau-homepage-prototype .tn-home-visual-foot span{padding:10px;border-top:1px solid #e3dbe8;color:#908592;font-size:8px;text-align:center}
#tokennau-homepage-prototype .tn-home-visual-foot b{margin-left:3px;color:#493b55}
#tokennau-homepage-prototype .tn-home-risk-input{position:relative;margin-top:14px;padding:20px;border:1px solid #d7e5e8;border-radius:11px;background:#fff}
#tokennau-homepage-prototype .tn-home-risk-input small{color:#849397;font-size:8px}
#tokennau-homepage-prototype .tn-home-risk-input p{margin:11px 75px 0 0;color:#46545a;font-size:11px;line-height:1.65}
#tokennau-homepage-prototype .tn-home-risk-input>span{position:absolute;right:16px;top:19px;padding:5px 8px;border-radius:999px;background:#dff7f4;color:#078e93;font-size:8px;font-weight:700}
#tokennau-homepage-prototype .tn-home-risk-scan{display:flex;align-items:center;justify-content:center;gap:11px;height:65px;color:#078d96;font-size:9px}
#tokennau-homepage-prototype .tn-home-risk-scan i{width:65px;height:1px;background:linear-gradient(90deg,transparent,#22aeba)}
#tokennau-homepage-prototype .tn-home-risk-scan i:last-child{transform:scaleX(-1)}
#tokennau-homepage-prototype .tn-home-risk-result{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
#tokennau-homepage-prototype .tn-home-risk-result>div{position:relative;min-height:150px;padding:18px 15px;border:1px solid #d9e6e8;border-radius:10px;background:rgba(255,255,255,.82)}
#tokennau-homepage-prototype .tn-home-risk-result span{color:#0b98a0;font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-risk-result b,#tokennau-homepage-prototype .tn-home-risk-result small{display:block}
#tokennau-homepage-prototype .tn-home-risk-result b{margin-top:48px;font-size:12px}
#tokennau-homepage-prototype .tn-home-risk-result small{margin-top:5px;color:#748287;font-size:8px}
#tokennau-homepage-prototype .tn-home-audit-query{margin-top:10px;padding:16px 18px;border:1px solid #eadfd4;border-radius:11px;background:#fffaf6}
#tokennau-homepage-prototype .tn-home-audit-query small{color:#ad7b5e;font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-audit-query p{margin:7px 0 0;color:#55483f;font-size:11px}
#tokennau-homepage-prototype .tn-home-audit-reply{display:grid;grid-template-columns:34px 1fr;gap:13px;margin-top:14px;padding:23px;border:1px solid #e9ded6;border-radius:12px;background:#fff}
#tokennau-homepage-prototype .tn-home-audit-reply>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#7138ed,#f28b43);color:#fff;font:750 9px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-audit-reply p{margin:4px 0 22px;color:#5c515f;font-size:11px;line-height:1.7}
#tokennau-homepage-prototype .tn-home-audit-reply p b{color:#d8642c;font-size:15px}
#tokennau-homepage-prototype .tn-home-audit-reply>div>div{display:flex;align-items:end;gap:8px;height:95px;padding:0 10px;border-left:1px solid #eee5df;border-bottom:1px solid #eee5df}
#tokennau-homepage-prototype .tn-home-audit-reply i{display:block;flex:1;height:var(--v);background:linear-gradient(#ac77ff,#7138ed);border-radius:4px 4px 0 0}
#tokennau-homepage-prototype .tn-home-audit-reply small{display:block;margin-top:12px;color:#968b94;font-size:8px}
#tokennau-homepage-prototype .tn-home-platform-loop{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;align-items:center;margin-top:30px}
#tokennau-homepage-prototype .tn-home-platform-loop>div{min-height:205px;padding:22px 14px;border:1px solid #dbe1ef;border-radius:12px;background:#fff;text-align:center}
#tokennau-homepage-prototype .tn-home-platform-loop>div:nth-of-type(2){border-color:#d8c3ef;background:#faf7ff}
#tokennau-homepage-prototype .tn-home-platform-loop span{color:#5574c4;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-platform-loop b,#tokennau-homepage-prototype .tn-home-platform-loop small{display:block}
#tokennau-homepage-prototype .tn-home-platform-loop b{margin-top:64px;font-size:13px}
#tokennau-homepage-prototype .tn-home-platform-loop small{margin-top:5px;color:#8290a3;font-size:8px}
#tokennau-homepage-prototype .tn-home-platform-loop>i{color:#6684cd;font-style:normal;text-align:center}
#tokennau-homepage-prototype .tn-home-deploy-options{display:flex;justify-content:center;gap:8px;margin-top:25px}
#tokennau-homepage-prototype .tn-home-deploy-options span{padding:7px 11px;border:1px solid #dae1ed;border-radius:999px;background:rgba(255,255,255,.72);color:#61718a;font-size:8px}

/* Controls */
#tokennau-homepage-prototype .tn-home-arrow{position:absolute;z-index:6;top:50%;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(49,35,62,.15);border-radius:50%;background:rgba(255,255,255,.72);color:#372c41;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(12px);transition:.25s}
#tokennau-homepage-prototype .tn-home-arrow:hover{border-color:#8e64d6;background:#fff;color:#7138ed;box-shadow:0 10px 24px rgba(66,41,88,.12)}
#tokennau-homepage-prototype .tn-home-arrow-prev{left:clamp(14px,2vw,32px)}
#tokennau-homepage-prototype .tn-home-arrow-next{right:clamp(14px,2vw,32px)}
#tokennau-homepage-prototype .tn-home-slide-status{position:absolute;z-index:7;left:50%;bottom:25px;display:grid;grid-template-columns:repeat(4,1fr);width:min(650px,calc(100% - 120px));padding:5px;border:1px solid rgba(62,43,76,.12);border-radius:13px;background:rgba(255,255,255,.58);box-shadow:0 14px 35px rgba(50,32,65,.08);transform:translateX(-50%);backdrop-filter:blur(15px)}
#tokennau-homepage-prototype .tn-home-slide-status button{position:relative;display:grid;grid-template-columns:18px 1fr;gap:3px 8px;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:#8a808f;text-align:left;cursor:pointer;transition:.25s}
#tokennau-homepage-prototype .tn-home-slide-status button:after{content:"";position:absolute;right:0;top:12px;bottom:12px;width:1px;background:rgba(66,49,77,.08)}
#tokennau-homepage-prototype .tn-home-slide-status button:last-child:after{display:none}
#tokennau-homepage-prototype .tn-home-slide-status i{grid-row:1/3;align-self:center;width:4px;height:4px;border-radius:50%;background:#b6adbb;box-shadow:0 0 0 0 rgba(113,56,237,.1);transition:.25s}
#tokennau-homepage-prototype .tn-home-slide-status span{font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-slide-status b{font-size:10px;font-weight:650}
#tokennau-homepage-prototype .tn-home-slide-status button.is-active{background:rgba(255,255,255,.8);color:#33263e}
#tokennau-homepage-prototype .tn-home-slide-status button.is-active i{background:#7138ed;box-shadow:0 0 0 5px rgba(113,56,237,.1)}

/* Shared section headings */
#tokennau-homepage-prototype .tn-home-section{padding:124px 0}
#tokennau-homepage-prototype .tn-home-heading{display:grid;grid-template-columns:190px 1fr;gap:55px;align-items:start}
#tokennau-homepage-prototype .tn-home-heading>span,#tokennau-homepage-prototype .tn-home-faq-intro>span,#tokennau-homepage-prototype .tn-home-final-inner>span{padding-top:12px;color:#7138ed;font:750 10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}
#tokennau-homepage-prototype .tn-home-heading h2,#tokennau-homepage-prototype .tn-home-faq-intro h2,#tokennau-homepage-prototype .tn-home-final h2{margin:0;color:#17121e;font-size:clamp(42px,4.25vw,59px);font-weight:710;line-height:1.14;letter-spacing:-.055em}
#tokennau-homepage-prototype .tn-home-heading h2 em,#tokennau-homepage-prototype .tn-home-faq-intro h2 em,#tokennau-homepage-prototype .tn-home-final h2 em{color:#7138ed}
#tokennau-homepage-prototype .tn-home-heading p{max-width:700px;margin:20px 0 0;color:#746b7d;font-size:14px;line-height:1.8}

/* Product capabilities */
#tokennau-homepage-prototype .tn-home-capabilities{background:#fff}
#tokennau-homepage-prototype .tn-home-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:66px}
#tokennau-homepage-prototype .tn-home-capability-card{position:relative;min-height:560px;padding:30px;border:1px solid #e2dce8;border-radius:18px;overflow:hidden;background:#faf8fc;transition:.3s ease}
#tokennau-homepage-prototype .tn-home-capability-card:before{content:"";position:absolute;width:240px;height:240px;right:-105px;top:-105px;border-radius:50%;background:radial-gradient(circle,rgba(113,56,237,.18),transparent 70%);transition:.35s}
#tokennau-homepage-prototype .tn-home-capability-guard:before{background:radial-gradient(circle,rgba(12,174,181,.20),transparent 70%)}
#tokennau-homepage-prototype .tn-home-capability-balance:before{background:radial-gradient(circle,rgba(242,139,67,.23),transparent 70%)}
#tokennau-homepage-prototype .tn-home-capability-card:hover{border-color:#bca9d3;transform:translateY(-6px);box-shadow:0 24px 60px rgba(54,35,70,.12)}
#tokennau-homepage-prototype .tn-home-capability-card:hover:before{transform:scale(1.25)}
#tokennau-homepage-prototype .tn-home-capability-top{position:relative;display:flex;align-items:center;justify-content:space-between;color:#8e64d3;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
#tokennau-homepage-prototype .tn-home-capability-top i{display:grid;width:34px;height:34px;place-items:center;border:1px solid #dbd2e4;border-radius:50%;background:#fff;color:#4c3f56;font-style:normal;transition:.25s}
#tokennau-homepage-prototype .tn-home-capability-card:hover .tn-home-capability-top i{border-color:#7138ed;background:#7138ed;color:#fff;transform:rotate(45deg)}
#tokennau-homepage-prototype .tn-home-capability-card h3{position:relative;margin:58px 0 22px;font-size:36px;font-weight:500;line-height:1.08;letter-spacing:-.05em}
#tokennau-homepage-prototype .tn-home-capability-card h3 b{color:#7138ed;font-weight:760}
#tokennau-homepage-prototype .tn-home-capability-guard h3 b{color:#078e98}
#tokennau-homepage-prototype .tn-home-capability-balance h3 b{color:#d9662f}
#tokennau-homepage-prototype .tn-home-capability-card>p{position:relative;min-height:78px;margin:0;color:#746b7d;font-size:12px;line-height:1.78}
#tokennau-homepage-prototype .tn-home-capability-card ul{position:relative;margin:28px 0 0;padding:20px 0 0;border-top:1px solid #e2dce7;list-style:none}
#tokennau-homepage-prototype .tn-home-capability-card li{position:relative;margin:11px 0;padding-left:15px;color:#5e5368;font-size:11px}
#tokennau-homepage-prototype .tn-home-capability-card li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:#8e5ce1}
#tokennau-homepage-prototype .tn-home-capability-card>strong{position:absolute;left:30px;bottom:28px;display:flex;align-items:center;gap:12px;color:#413548;font-size:11px}
#tokennau-homepage-prototype .tn-home-capability-card>strong span{color:#7138ed}

/* Business value — deliberately different, dark editorial layout */
#tokennau-homepage-prototype .tn-home-value{position:relative;background:#18131e;color:#fff}
#tokennau-homepage-prototype .tn-home-value:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 15%,rgba(113,56,237,.22),transparent 30%),radial-gradient(circle at 15% 85%,rgba(14,172,184,.10),transparent 27%);pointer-events:none}
#tokennau-homepage-prototype .tn-home-value>.tn-wrap{position:relative}
#tokennau-homepage-prototype .tn-home-heading-light>span{color:#b78bff}
#tokennau-homepage-prototype .tn-home-heading-light h2{color:#fff}
#tokennau-homepage-prototype .tn-home-heading-light h2 em{color:#b78bff}
#tokennau-homepage-prototype .tn-home-heading-light p{color:#a49aa9}
#tokennau-homepage-prototype .tn-home-value-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:1px;margin-top:68px;background:#3c3342;border:1px solid #3c3342}
#tokennau-homepage-prototype .tn-home-value-grid article{position:relative;min-height:290px;padding:30px;background:#1f1925;transition:.3s}
#tokennau-homepage-prototype .tn-home-value-grid article:hover{z-index:1;background:#282030;box-shadow:0 0 0 1px #8055bb}
#tokennau-homepage-prototype .tn-home-value-grid article>span{color:#9f7cd3;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
#tokennau-homepage-prototype .tn-home-value-grid article h3{margin:64px 0 13px;color:#d9d1dd;font-size:20px;font-weight:530;line-height:1.35;letter-spacing:-.025em}
#tokennau-homepage-prototype .tn-home-value-grid article h3 strong{color:#fff;font-size:25px;font-weight:740}
#tokennau-homepage-prototype .tn-home-value-grid article p{margin:0;color:#99909e;font-size:11px;line-height:1.75}
#tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead{grid-row:span 2;min-height:581px;padding:38px;background:linear-gradient(145deg,#2a1d38,#201825 55%,#17272d)}
#tokennau-homepage-prototype .tn-home-value-lead:after{content:"";position:absolute;width:280px;height:280px;right:-100px;bottom:-100px;border:1px solid rgba(183,139,255,.2);border-radius:50%;box-shadow:0 0 0 34px rgba(113,56,237,.035),0 0 0 70px rgba(113,56,237,.025)}
#tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead h3{margin-top:105px;color:#fff;font-size:35px;line-height:1.22;letter-spacing:-.045em}
#tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead h3 strong{display:inline-block;margin-top:7px;color:#b98eff;font-size:41px}
#tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead p{max-width:410px;margin-top:21px;font-size:13px}
#tokennau-homepage-prototype .tn-home-value-lead>div{position:absolute;left:38px;right:38px;bottom:42px;z-index:1;display:flex;align-items:center;gap:9px;color:#bdb2c2;font-size:9px}
#tokennau-homepage-prototype .tn-home-value-lead>div i{flex:1;height:1px;background:#54455f}

/* Ecosystem and customer scenarios */
#tokennau-homepage-prototype .tn-home-ecosystem{background:#f5f2f8}
#tokennau-homepage-prototype .tn-home-ecosystem-strip{display:grid;grid-template-columns:repeat(8,1fr);margin-top:62px;border:1px solid #ded7e5;border-radius:13px;overflow:hidden;background:#fff}
#tokennau-homepage-prototype .tn-home-ecosystem-strip span{display:grid;min-height:74px;place-items:center;border-right:1px solid #e6e0ea;color:#5f5369;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-ecosystem-strip span:last-child{border-right:0}
#tokennau-homepage-prototype .tn-home-ecosystem-strip span:nth-child(1),#tokennau-homepage-prototype .tn-home-ecosystem-strip span:nth-child(4){color:#7138ed}
#tokennau-homepage-prototype .tn-home-ecosystem-strip span:nth-child(6){color:#078e98}
#tokennau-homepage-prototype .tn-home-customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
#tokennau-homepage-prototype .tn-home-customer-grid article{min-height:310px;padding:30px;border:1px solid #e0d9e6;border-radius:15px;background:rgba(255,255,255,.8);transition:.3s}
#tokennau-homepage-prototype .tn-home-customer-grid article:hover{background:#fff;transform:translateY(-4px);box-shadow:0 20px 50px rgba(56,35,74,.09)}
#tokennau-homepage-prototype .tn-home-customer-grid article>span{color:#8b62d0;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
#tokennau-homepage-prototype .tn-home-customer-grid h3{max-width:290px;margin:65px 0 14px;font-size:23px;line-height:1.3;letter-spacing:-.03em}
#tokennau-homepage-prototype .tn-home-customer-grid p{margin:0;color:#776e80;font-size:12px;line-height:1.75}
#tokennau-homepage-prototype .tn-home-customer-grid article>div{display:flex;gap:7px;margin-top:24px}
#tokennau-homepage-prototype .tn-home-customer-grid article>div b{padding:6px 9px;border:1px solid #ded5e6;border-radius:999px;color:#6b6073;background:#faf8fc;font-size:8px}

/* FAQ */
#tokennau-homepage-prototype .tn-home-faq{background:#fff}
#tokennau-homepage-prototype .tn-home-faq-grid{display:grid;grid-template-columns:330px 1fr;gap:110px;align-items:start}
#tokennau-homepage-prototype .tn-home-faq-intro{position:sticky;top:110px}
#tokennau-homepage-prototype .tn-home-faq-intro h2{margin-top:17px}
#tokennau-homepage-prototype .tn-home-faq-intro p{margin:22px 0 28px;color:#776d80;font-size:12px;line-height:1.8}
#tokennau-homepage-prototype .tn-home-faq-list{border-top:1px solid #dcd5e2}
#tokennau-homepage-prototype .tn-home-faq-list details{border-bottom:1px solid #e1dae7}
#tokennau-homepage-prototype .tn-home-faq-list summary{display:grid;grid-template-columns:35px 1fr 20px;gap:15px;align-items:center;padding:25px 4px;color:#2e2535;font-size:15px;font-weight:680;cursor:pointer;list-style:none}
#tokennau-homepage-prototype .tn-home-faq-list summary::-webkit-details-marker{display:none}
#tokennau-homepage-prototype .tn-home-faq-list summary>span{color:#9065d5;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace}
#tokennau-homepage-prototype .tn-home-faq-list summary i{position:relative;width:14px;height:14px}
#tokennau-homepage-prototype .tn-home-faq-list summary i:before,#tokennau-homepage-prototype .tn-home-faq-list summary i:after{content:"";position:absolute;left:0;top:6px;width:14px;height:1px;background:#6f6575;transition:.25s}
#tokennau-homepage-prototype .tn-home-faq-list summary i:after{transform:rotate(90deg)}
#tokennau-homepage-prototype .tn-home-faq-list details[open] summary i:after{transform:rotate(0)}
#tokennau-homepage-prototype .tn-home-faq-list details[open] summary{color:#7138ed}
#tokennau-homepage-prototype .tn-home-faq-list details p{margin:-4px 40px 25px 54px;color:#756c7d;font-size:12px;line-height:1.8}

/* Final conversion */
#tokennau-homepage-prototype .tn-home-final{position:relative;padding:120px 0;overflow:hidden;background:linear-gradient(125deg,#eee5ff,#fff 50%,#e8f5ff);text-align:center}
#tokennau-homepage-prototype .tn-home-final:before,#tokennau-homepage-prototype .tn-home-final:after{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(113,56,237,.13);border-radius:50%;pointer-events:none}
#tokennau-homepage-prototype .tn-home-final:before{left:-210px;bottom:-250px;box-shadow:0 0 0 38px rgba(113,56,237,.035)}
#tokennau-homepage-prototype .tn-home-final:after{right:-180px;top:-275px;box-shadow:0 0 0 55px rgba(52,103,237,.025)}
#tokennau-homepage-prototype .tn-home-final-inner{position:relative;z-index:1}
#tokennau-homepage-prototype .tn-home-final-inner>span{display:block;padding-top:0;margin-bottom:18px}
#tokennau-homepage-prototype .tn-home-final p{max-width:670px;margin:23px auto 0;color:#706579;font-size:14px;line-height:1.8}
#tokennau-homepage-prototype .tn-home-final-inner>div{display:flex;justify-content:center;gap:10px;margin-top:31px}

/* Reveal motion */
#tokennau-homepage-prototype .tn-home-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
#tokennau-homepage-prototype .tn-home-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1080px){
  #tokennau-homepage-prototype .tn-home-slide-grid{grid-template-columns:minmax(0,.9fr) minmax(410px,1.1fr);gap:42px}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,#tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:48px}
  #tokennau-homepage-prototype .tn-home-visual{min-height:430px}
  #tokennau-homepage-prototype .tn-home-heading{grid-template-columns:150px 1fr;gap:35px}
  #tokennau-homepage-prototype .tn-home-faq-grid{grid-template-columns:280px 1fr;gap:65px}
}
@media(max-width:850px){
  #tokennau-homepage-prototype .tn-home-carousel{height:auto;min-height:790px}
  #tokennau-homepage-prototype .tn-home-slide{min-height:790px}
  #tokennau-homepage-prototype .tn-home-slide-grid{grid-template-columns:1fr;gap:25px;padding-top:45px;padding-bottom:110px}
  #tokennau-homepage-prototype .tn-home-slide-copy{max-width:none;text-align:center}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{margin-left:auto;margin-right:auto}
  #tokennau-homepage-prototype .tn-home-slide-actions,#tokennau-homepage-prototype .tn-home-highlight-row{justify-content:center}
  #tokennau-homepage-prototype .tn-home-text-link{justify-content:center}
  #tokennau-homepage-prototype .tn-home-visual{display:none}
  #tokennau-homepage-prototype .tn-home-capability-grid,#tokennau-homepage-prototype .tn-home-customer-grid{grid-template-columns:1fr}
  #tokennau-homepage-prototype .tn-home-capability-card{min-height:500px}
  #tokennau-homepage-prototype .tn-home-value-grid{grid-template-columns:1fr 1fr}
  #tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead{grid-column:1/-1;grid-row:auto;min-height:500px}
  #tokennau-homepage-prototype .tn-home-ecosystem-strip{grid-template-columns:repeat(4,1fr)}
  #tokennau-homepage-prototype .tn-home-ecosystem-strip span{border-bottom:1px solid #e6e0ea}
  #tokennau-homepage-prototype .tn-home-faq-grid{grid-template-columns:1fr;gap:55px}
  #tokennau-homepage-prototype .tn-home-faq-intro{position:static}
}
@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home .tn-wrap{padding-left:20px;padding-right:20px}
  #tokennau-homepage-prototype .tn-home-carousel{min-height:730px;height:calc(100svh - 66px)}
  #tokennau-homepage-prototype .tn-home-slide{min-height:730px}
  #tokennau-homepage-prototype .tn-home-slide-grid{display:flex;align-items:center;justify-content:center;padding-top:10px;padding-bottom:110px}
  #tokennau-homepage-prototype .tn-home-slide-copy{width:100%;text-align:left}
  #tokennau-homepage-prototype .tn-home-badge{font-size:8px}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,#tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(38px,11.5vw,47px);line-height:1.09;word-break:keep-all}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{font-size:13px;line-height:1.72}
  #tokennau-homepage-prototype .tn-home-slide-actions{flex-direction:column;align-items:stretch}
  #tokennau-homepage-prototype .tn-home-slide-actions .tn-btn{width:100%}
  #tokennau-homepage-prototype .tn-home-highlight-row{grid-template-columns:1fr;gap:6px}
  #tokennau-homepage-prototype .tn-home-highlight-row>span{padding:9px 11px}
  #tokennau-homepage-prototype .tn-home-highlight-row b{display:inline;margin-right:7px}
  #tokennau-homepage-prototype .tn-home-arrow{top:auto;bottom:28px;width:36px;height:36px}
  #tokennau-homepage-prototype .tn-home-arrow-prev{left:16px}
  #tokennau-homepage-prototype .tn-home-arrow-next{right:16px}
  #tokennau-homepage-prototype .tn-home-slide-status{bottom:24px;width:calc(100% - 118px);padding:4px}
  #tokennau-homepage-prototype .tn-home-slide-status button{display:flex;min-height:38px;align-items:center;justify-content:center;padding:7px}
  #tokennau-homepage-prototype .tn-home-slide-status button i{width:5px;height:5px}
  #tokennau-homepage-prototype .tn-home-slide-status span,#tokennau-homepage-prototype .tn-home-slide-status b{display:none}
  #tokennau-homepage-prototype .tn-home-section{padding:86px 0}
  #tokennau-homepage-prototype .tn-home-heading{grid-template-columns:1fr;gap:18px}
  #tokennau-homepage-prototype .tn-home-heading>span{padding-top:0}
  #tokennau-homepage-prototype .tn-home-heading h2,#tokennau-homepage-prototype .tn-home-faq-intro h2,#tokennau-homepage-prototype .tn-home-final h2{font-size:36px;line-height:1.18}
  #tokennau-homepage-prototype .tn-home-capability-grid{margin-top:42px}
  #tokennau-homepage-prototype .tn-home-capability-card{min-height:510px;padding:25px}
  #tokennau-homepage-prototype .tn-home-capability-card h3{margin-top:43px;font-size:32px}
  #tokennau-homepage-prototype .tn-home-capability-card>strong{left:25px;bottom:24px}
  #tokennau-homepage-prototype .tn-home-value-grid{grid-template-columns:1fr;margin-top:44px}
  #tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead{min-height:500px;padding:28px}
  #tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead h3{margin-top:75px;font-size:29px}
  #tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead h3 strong{font-size:34px}
  #tokennau-homepage-prototype .tn-home-value-lead>div{left:28px;right:28px;flex-wrap:wrap}
  #tokennau-homepage-prototype .tn-home-value-grid article{min-height:250px}
  #tokennau-homepage-prototype .tn-home-ecosystem-strip{grid-template-columns:repeat(2,1fr);margin-top:40px}
  #tokennau-homepage-prototype .tn-home-customer-grid h3{margin-top:45px}
  #tokennau-homepage-prototype .tn-home-faq-list summary{grid-template-columns:26px 1fr 16px;gap:9px;font-size:13px;line-height:1.5}
  #tokennau-homepage-prototype .tn-home-faq-list details p{margin-left:39px;margin-right:18px}
  #tokennau-homepage-prototype .tn-home-final{padding:88px 0}
  #tokennau-homepage-prototype .tn-home-final-inner>div{flex-direction:column;align-items:center}
  #tokennau-homepage-prototype .tn-home-final-inner>div .tn-btn{width:100%;max-width:290px}
}
@media(prefers-reduced-motion:reduce){
  #tokennau-homepage-prototype .tn-home *,#tokennau-homepage-prototype .tn-home *:before,#tokennau-homepage-prototype .tn-home *:after{animation:none!important;transition-duration:.01ms!important}
}

/* Final hero line-balance refinements. */
@media(min-width:1081px){
  #tokennau-homepage-prototype .tn-home-slide-grid{grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:66px}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(48px,4.1vw,59px)}
}
@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{max-width:100%;font-size:clamp(35px,9.5vw,38px);word-break:normal;overflow-wrap:break-word}
  #tokennau-homepage-prototype .tn-home-slide-copy h1 em,
  #tokennau-homepage-prototype .tn-home-slide-copy h2 em{display:block;max-width:100%}
}

/* Hero v3: SiliconFlow-like editorial slides. No dashboard/data visualization. */
#tokennau-homepage-prototype .tn-home-carousel{
  height:clamp(650px,calc(100svh - 78px),820px);min-height:650px;background:#eef3ff
}
#tokennau-homepage-prototype .tn-home-slide:before{display:none}
#tokennau-homepage-prototype .tn-home-slide-gateway{background:linear-gradient(115deg,#dcecff 0%,#edf6ff 35%,#f4edff 72%,#eee5ff 100%)}
#tokennau-homepage-prototype .tn-home-slide-guard{background:linear-gradient(115deg,#e4f8f6 0%,#ecf9ff 38%,#eff1ff 72%,#e8e5ff 100%)}
#tokennau-homepage-prototype .tn-home-slide-balance{background:linear-gradient(115deg,#f4eaff 0%,#f6f1ff 39%,#fff2e9 75%,#ffe9db 100%)}
#tokennau-homepage-prototype .tn-home-slide-enterprise{background:linear-gradient(115deg,#e7efff 0%,#eef3ff 38%,#ede9ff 72%,#e5ddff 100%)}
#tokennau-homepage-prototype .tn-home-slide-layout{position:relative;z-index:2;display:flex;align-items:center;height:100%;padding-top:0;padding-bottom:50px}
#tokennau-homepage-prototype .tn-home-slide-copy{width:min(720px,58%);max-width:none;margin-left:clamp(60px,10vw,150px);opacity:.25;transform:translateX(-28px)}
#tokennau-homepage-prototype .tn-home-slide.is-active .tn-home-slide-copy{opacity:1;transform:none}
#tokennau-homepage-prototype .tn-home-slide-copy h1,
#tokennau-homepage-prototype .tn-home-slide-copy h2{margin:0;font-size:clamp(52px,5vw,76px);line-height:1.12;letter-spacing:-.06em}
#tokennau-homepage-prototype .tn-home-slide-copy h1 em,
#tokennau-homepage-prototype .tn-home-slide-copy h2 em{color:#7138ed}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2 em{color:#078f9a}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-copy h2 em{color:#d86731}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy h2 em{color:#315fd6}
#tokennau-homepage-prototype .tn-home-slide-copy>p{max-width:690px;margin:30px 0 0;color:#394255;font-size:17px;line-height:1.8}
#tokennau-homepage-prototype .tn-home-slide-copy>small{margin-top:21px;color:#6f7890;font-size:11px}
#tokennau-homepage-prototype .tn-home-slide-actions{margin-top:36px}
#tokennau-homepage-prototype .tn-home-main-link{display:inline-flex;align-items:center;gap:18px;margin-top:36px;padding:15px 22px;border:0;border-radius:9px;background:linear-gradient(100deg,#21172d,#7138ed);color:#fff;font:700 14px inherit;box-shadow:0 14px 30px rgba(74,44,115,.2);cursor:pointer;transition:.25s}
#tokennau-homepage-prototype .tn-home-main-link:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(74,44,115,.27)}

#tokennau-homepage-prototype .tn-home-slide-art{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
#tokennau-homepage-prototype .tn-home-slide-art:before{content:"";position:absolute;width:52vw;height:52vw;right:-8vw;top:8%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.58),rgba(255,255,255,.1) 48%,transparent 70%);filter:blur(6px)}
#tokennau-homepage-prototype .tn-home-slide-art span{position:absolute;right:-13vw;width:68vw;height:15vw;min-height:150px;border:0;border-radius:180px 0 0 180px;background:linear-gradient(90deg,rgba(83,178,245,.67),rgba(113,56,237,.96));filter:blur(4px);box-shadow:0 0 30px rgba(80,112,238,.22);transform:translateX(20px);opacity:.85;transition:transform 1s .2s cubic-bezier(.2,.7,.2,1),opacity .7s .2s}
#tokennau-homepage-prototype .tn-home-slide:not(.is-active) .tn-home-slide-art span{transform:translateX(130px);opacity:.15}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(1){top:18%;height:9px;min-height:9px;border-radius:30px}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(2){top:34%;right:-21vw;width:73vw;height:10px;min-height:10px;border-radius:30px}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){top:51%;right:-24vw;width:69vw;height:34vw;min-height:360px;border-radius:190px 0 0 0;background:linear-gradient(125deg,rgba(72,166,240,.78),rgba(121,55,239,.83) 48%,rgba(184,94,244,.75));filter:blur(5px);opacity:.54}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span{background:linear-gradient(90deg,rgba(21,190,190,.72),rgba(53,118,239,.9))}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){background:linear-gradient(125deg,rgba(17,183,187,.68),rgba(58,119,239,.76),rgba(112,70,224,.68))}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span{background:linear-gradient(90deg,rgba(151,92,242,.72),rgba(241,124,69,.9))}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){background:linear-gradient(125deg,rgba(133,75,233,.68),rgba(230,109,75,.76),rgba(246,158,82,.65))}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span{background:linear-gradient(90deg,rgba(61,151,242,.76),rgba(101,55,235,.94))}

#tokennau-homepage-prototype .tn-home-arrow{width:46px;height:46px;background:rgba(255,255,255,.55)}
#tokennau-homepage-prototype .tn-home-slide-status{bottom:25px;display:flex;align-items:center;justify-content:center;gap:12px;width:auto;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.38);box-shadow:none}
#tokennau-homepage-prototype .tn-home-slide-status button{display:block;width:24px;height:8px;min-height:0;padding:0;border-radius:999px;background:transparent}
#tokennau-homepage-prototype .tn-home-slide-status button:after{display:none}
#tokennau-homepage-prototype .tn-home-slide-status i{display:block;width:100%;height:3px;border-radius:99px;background:rgba(46,42,58,.2);box-shadow:none}
#tokennau-homepage-prototype .tn-home-slide-status button.is-active{width:39px;background:transparent}
#tokennau-homepage-prototype .tn-home-slide-status button.is-active i{background:#7138ed;box-shadow:0 0 10px rgba(113,56,237,.3)}

@media(max-width:850px){
  #tokennau-homepage-prototype .tn-home-carousel,#tokennau-homepage-prototype .tn-home-slide{min-height:720px;height:calc(100svh - 66px)}
  #tokennau-homepage-prototype .tn-home-slide-layout{display:flex;padding-bottom:70px}
  #tokennau-homepage-prototype .tn-home-slide-copy{width:100%;max-width:610px;margin:0 auto;text-align:left}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{margin-left:0;margin-right:0}
  #tokennau-homepage-prototype .tn-home-slide-art span{right:-40vw;width:95vw}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){right:-58vw;width:105vw;opacity:.35}
}
@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-carousel,#tokennau-homepage-prototype .tn-home-slide{min-height:700px;height:calc(100svh - 66px)}
  #tokennau-homepage-prototype .tn-home-slide-layout{padding-bottom:78px}
  #tokennau-homepage-prototype .tn-home-slide-copy{width:100%;margin:0;padding-right:5px}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(40px,11vw,48px);line-height:1.12}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{font-size:13px;line-height:1.75}
  #tokennau-homepage-prototype .tn-home-slide-copy h1 em,
  #tokennau-homepage-prototype .tn-home-slide-copy h2 em{display:inline}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(1){top:18%;right:-64vw;width:115vw}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(2){top:30%;right:-76vw;width:120vw}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){top:60%;right:-80vw;width:130vw;opacity:.27}
  #tokennau-homepage-prototype .tn-home-arrow{bottom:20px}
  #tokennau-homepage-prototype .tn-home-slide-status{bottom:25px;width:auto;padding:9px 12px}
}

/* Homepage hero v5 — centered editorial copy; abstract light stays decorative. */
#tokennau-homepage-prototype .tn-home-slide-layout{
  justify-content:center;
  padding-bottom:54px;
}
#tokennau-homepage-prototype .tn-home-slide-copy{
  width:min(860px,calc(100% - 180px));
  max-width:860px;
  margin:0 auto;
  text-align:center;
  transform:translateY(22px);
}
#tokennau-homepage-prototype .tn-home-slide.is-active .tn-home-slide-copy{transform:none}
#tokennau-homepage-prototype .tn-home-slide-copy>p{
  max-width:720px;
  margin:28px auto 0;
}
#tokennau-homepage-prototype .tn-home-slide-copy>small{text-align:center}
#tokennau-homepage-prototype .tn-home-slide-actions{
  justify-content:center;
}
#tokennau-homepage-prototype .tn-home-main-link{
  margin-left:auto;
  margin-right:auto;
}
#tokennau-homepage-prototype .tn-home-slide-art{
  z-index:0;
  opacity:.68;
}
#tokennau-homepage-prototype .tn-home-slide-art:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.9) 0%,rgba(255,255,255,.72) 30%,rgba(255,255,255,.08) 68%,transparent 84%);
}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(1){top:20%;right:-12vw;width:66vw}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(2){top:36%;right:auto;left:-17vw;width:63vw}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){top:58%;right:-29vw;opacity:.34}

@media(max-width:850px){
  #tokennau-homepage-prototype .tn-home-slide-layout{justify-content:center;padding-bottom:72px}
  #tokennau-homepage-prototype .tn-home-slide-copy{
    width:min(680px,calc(100% - 92px));
    max-width:680px;
    margin:0 auto;
    padding:0;
    text-align:center;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy>p{margin-left:auto;margin-right:auto}
  #tokennau-homepage-prototype .tn-home-slide-art{opacity:.56}
}
@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-slide-layout{padding:0 20px 76px}
  #tokennau-homepage-prototype .tn-home-slide-copy{
    width:100%;
    max-width:470px;
    margin:0 auto;
    padding:0;
    text-align:center;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(38px,10.6vw,46px);line-height:1.13}
  #tokennau-homepage-prototype .tn-home-slide-copy h1 em,
  #tokennau-homepage-prototype .tn-home-slide-copy h2 em{display:inline}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{max-width:360px;margin:22px auto 0;font-size:13px;line-height:1.72}
  #tokennau-homepage-prototype .tn-home-slide-actions{justify-content:center}
  #tokennau-homepage-prototype .tn-home-slide-copy>small{max-width:330px;margin-left:auto;margin-right:auto;line-height:1.6}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(1){top:17%;right:-50vw;width:110vw}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(2){top:34%;left:-53vw;width:108vw}
  #tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){top:67%;right:-85vw;width:132vw;opacity:.24}
}

/* Homepage palette v6 — black / white / purple, differentiated by shape and contrast. */
#tokennau-homepage-prototype .tn-home{
  --hm-ink:#15111d;
  --hm-text:#433a4d;
  --hm-muted:#756c7f;
  --hm-line:#e3ddea;
  --hm-purple:#7138ed;
  --hm-violet:#9b62ff;
  --hm-blue:#7138ed;
  --hm-cyan:#8a52ed;
  --hm-orange:#5b24c8;
}

/* The four scenes stay within one visual system. */
#tokennau-homepage-prototype .tn-home-carousel{background:#f5f1fb}
#tokennau-homepage-prototype .tn-home-slide-gateway{
  background:linear-gradient(118deg,#eadfff 0%,#faf8ff 38%,#fff 62%,#f1ebff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-guard{
  background:linear-gradient(132deg,#fff 0%,#f8f4ff 48%,#e9ddff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-balance{
  background:linear-gradient(108deg,#f1e8ff 0%,#fff 48%,#eee5ff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise{
  background:linear-gradient(125deg,#0f0c13 0%,#17111e 48%,#291845 100%);
}
#tokennau-homepage-prototype .tn-home-slide-copy h1 em,
#tokennau-homepage-prototype .tn-home-slide-copy h2 em,
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2 em,
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-copy h2 em{color:#7138ed}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy h2{color:#fff}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy h2 em{color:#b996ff}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy>p{color:#cec5d7}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-main-link{
  background:#fff;
  color:#17121e;
  box-shadow:0 15px 34px rgba(0,0,0,.28);
}
#tokennau-homepage-prototype .tn-home-slide:before{
  background-image:linear-gradient(rgba(91,47,146,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(91,47,146,.045) 1px,transparent 1px);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise:before{
  background-image:linear-gradient(rgba(185,150,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(185,150,255,.055) 1px,transparent 1px);
}
#tokennau-homepage-prototype .tn-home-slide-art span,
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span,
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span,
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span{
  background:linear-gradient(90deg,rgba(113,56,237,.18),rgba(113,56,237,.92),rgba(183,139,255,.74));
  box-shadow:0 0 32px rgba(113,56,237,.2);
}
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3),
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3),
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){
  background:linear-gradient(130deg,rgba(113,56,237,.18),rgba(113,56,237,.68),rgba(185,142,255,.44));
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){
  background:linear-gradient(130deg,rgba(255,255,255,.05),rgba(113,56,237,.76),rgba(185,142,255,.34));
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:after{
  background:radial-gradient(ellipse at center,rgba(23,17,30,.92) 0%,rgba(23,17,30,.68) 33%,rgba(23,17,30,.12) 70%,transparent 84%);
}
/* Scene-specific geometry replaces scene-specific colour palettes. */
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){right:auto;left:-14vw;top:23%;width:60vw}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){right:-11vw;left:auto;top:43%;width:58vw}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){right:auto;left:-37vw;top:61%;border-radius:0 190px 0 0}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){right:auto;left:8vw;top:17%;width:48vw}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){right:-4vw;left:auto;top:38%;width:53vw}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){right:-6vw;top:57%;width:58vw;border-radius:50% 0 0 50%}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){right:-3vw;top:16%;width:48vw}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:auto;left:-9vw;top:42%;width:52vw}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){right:-16vw;top:62%;width:55vw;border-radius:50% 0 0 0}

/* Product cards: one purple family, three different silhouettes. */
#tokennau-homepage-prototype .tn-home-capability-card{background:#faf8fc}
#tokennau-homepage-prototype .tn-home-capability-card:before,
#tokennau-homepage-prototype .tn-home-capability-guard:before,
#tokennau-homepage-prototype .tn-home-capability-balance:before{
  background:radial-gradient(circle,rgba(113,56,237,.19),transparent 70%);
}
#tokennau-homepage-prototype .tn-home-capability-guard:before{width:280px;height:150px;border-radius:18px;transform:rotate(-18deg)}
#tokennau-homepage-prototype .tn-home-capability-guard:hover:before{transform:rotate(-18deg) scale(1.18)}
#tokennau-homepage-prototype .tn-home-capability-balance:before{width:210px;height:310px;border-radius:50% 0 50% 50%;transform:rotate(28deg)}
#tokennau-homepage-prototype .tn-home-capability-balance:hover:before{transform:rotate(28deg) scale(1.16)}
#tokennau-homepage-prototype .tn-home-capability-card h3 b,
#tokennau-homepage-prototype .tn-home-capability-guard h3 b,
#tokennau-homepage-prototype .tn-home-capability-balance h3 b{color:#7138ed}

/* Remaining homepage modules use black, white and purple only. */
#tokennau-homepage-prototype .tn-home-value:before{
  background:radial-gradient(circle at 82% 15%,rgba(113,56,237,.24),transparent 30%),radial-gradient(circle at 15% 85%,rgba(183,139,255,.09),transparent 27%);
}
#tokennau-homepage-prototype .tn-home-value-grid .tn-home-value-lead{
  background:linear-gradient(145deg,#2a1d38,#201825 55%,#15111a);
}
#tokennau-homepage-prototype .tn-home-ecosystem-strip span:nth-child(6){color:#7138ed}
#tokennau-homepage-prototype .tn-home-final{
  background:linear-gradient(125deg,#eee5ff,#fff 52%,#f4efff);
}
#tokennau-homepage-prototype .tn-home-final:after{
  box-shadow:0 0 0 55px rgba(113,56,237,.028);
}

@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){left:-54vw;width:112vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){right:-55vw;width:108vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){left:-28vw;width:92vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){right:-44vw;width:96vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){right:-49vw;width:100vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){left:-47vw;width:96vw}
}

/* Homepage hero v7 — one palette, four genuinely different abstract backgrounds. */
#tokennau-homepage-prototype .tn-home-slide-gateway,
#tokennau-homepage-prototype .tn-home-slide-guard,
#tokennau-homepage-prototype .tn-home-slide-balance,
#tokennau-homepage-prototype .tn-home-slide-enterprise{
  background:linear-gradient(118deg,#f0e9ff 0%,#fbfaff 42%,#f4f0ff 72%,#ebe3ff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy h2{color:#17121e}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy h2 em{color:#7138ed}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-copy>p{color:#52485d}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-main-link{
  background:linear-gradient(100deg,#21172d,#7138ed);
  color:#fff;
  box-shadow:0 14px 30px rgba(74,44,115,.2);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise:before{
  background-image:linear-gradient(rgba(91,47,146,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(91,47,146,.045) 1px,transparent 1px);
}
#tokennau-homepage-prototype .tn-home-slide-art{
  opacity:1;
  overflow:hidden;
}
#tokennau-homepage-prototype .tn-home-slide-art:before{
  width:100%;
  height:100%;
  inset:0;
  border-radius:0;
  filter:none;
  background:
    radial-gradient(circle at 18% 18%,rgba(143,93,245,.18),transparent 28%),
    radial-gradient(circle at 82% 78%,rgba(113,56,237,.12),transparent 31%);
}
#tokennau-homepage-prototype .tn-home-slide-art:after,
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:after{
  background:radial-gradient(ellipse at center,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 27%,rgba(255,255,255,.18) 58%,transparent 78%);
}
#tokennau-homepage-prototype .tn-home-slide-art span,
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(1),
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(2),
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){
  min-height:0;
  opacity:1;
  transition:transform 1s .2s cubic-bezier(.2,.7,.2,1),opacity .7s .2s;
}
#tokennau-homepage-prototype .tn-home-slide:not(.is-active) .tn-home-slide-art span{opacity:.12}

/* 01 — parallel right-angle routing lines. */
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span{
  left:auto;
  right:-7vw;
  width:45vw;
  height:31%;
  border:6px solid rgba(113,56,237,.62);
  border-right:0;
  border-bottom:0;
  border-radius:52px 0 0 0;
  background:transparent;
  box-shadow:0 0 22px rgba(113,56,237,.13);
  filter:blur(.2px);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){top:16%;right:-10vw;width:39vw;height:22%;border-color:rgba(113,56,237,.48)}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){top:34%;right:-4vw;width:47vw;height:25%;border-color:rgba(155,98,255,.68)}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(3){top:56%;right:-12vw;width:54vw;height:23%;border-color:rgba(91,36,200,.45);border-radius:64px 0 0 0}

/* 02 — one oversized protective orbital arc. */
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art:before{
  background:
    radial-gradient(circle at 76% 47%,rgba(113,56,237,.22),transparent 31%),
    radial-gradient(circle at 20% 80%,rgba(155,98,255,.12),transparent 28%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span{
  left:auto;
  top:auto;
  right:-18vw;
  bottom:-54vw;
  width:82vw;
  height:82vw;
  border:7px solid rgba(113,56,237,.56);
  border-radius:50%;
  background:transparent;
  box-shadow:0 0 28px rgba(113,56,237,.14),inset 0 0 24px rgba(113,56,237,.08);
  filter:none;
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){right:-22vw;bottom:-57vw;width:88vw;height:88vw;border-color:rgba(155,98,255,.2)}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){right:-14vw;bottom:-50vw;width:76vw;height:76vw;border-color:rgba(113,56,237,.58)}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){right:-6vw;bottom:-43vw;width:63vw;height:63vw;border:5px solid rgba(183,139,255,.42);border-radius:50%}

/* 03 — staggered vertical audit records. */
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art:before{
  background:radial-gradient(ellipse at 50% 92%,rgba(113,56,237,.18),transparent 45%);
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span{
  top:auto;
  right:auto;
  bottom:-17%;
  width:15vw;
  height:48%;
  border:0;
  border-radius:16px 16px 0 0;
  background:linear-gradient(180deg,rgba(113,56,237,.18),rgba(113,56,237,.06));
  box-shadow:none;
  filter:none;
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){left:2vw;bottom:-7%;width:14vw;height:45%;border-radius:16px 16px 0 0;background:linear-gradient(180deg,rgba(113,56,237,.2),rgba(113,56,237,.05))}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){left:19vw;bottom:-20%;width:17vw;height:46%;border-radius:16px 16px 0 0;background:linear-gradient(180deg,rgba(155,98,255,.15),rgba(155,98,255,.04))}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){left:auto;right:3vw;bottom:-6%;width:16vw;height:49%;border-radius:16px 16px 0 0;background:linear-gradient(180deg,rgba(91,36,200,.18),rgba(91,36,200,.04))}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art:after{
  background:
    linear-gradient(90deg,transparent 0 38%,rgba(255,255,255,.88) 45% 57%,transparent 66%),
    radial-gradient(ellipse at center,rgba(255,255,255,.94),rgba(255,255,255,.35) 48%,transparent 74%);
}

/* 04 — large folded geometric planes for the full enterprise loop. */
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:before{
  background:
    radial-gradient(circle at 20% 22%,rgba(155,98,255,.19),transparent 30%),
    radial-gradient(circle at 82% 74%,rgba(113,56,237,.16),transparent 34%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span{
  border:0;
  filter:blur(1px);
  box-shadow:0 18px 55px rgba(113,56,237,.09);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){
  left:-11vw;right:auto;top:14%;width:58vw;height:25%;border-radius:0 38px 38px 0;
  background:linear-gradient(110deg,rgba(113,56,237,.08),rgba(113,56,237,.30));
  clip-path:polygon(0 0,100% 0,78% 100%,0 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){
  left:auto;right:-9vw;top:49%;width:55vw;height:36%;border-radius:36px 0 0 36px;
  background:linear-gradient(135deg,rgba(155,98,255,.28),rgba(113,56,237,.08));
  clip-path:polygon(24% 0,100% 0,100% 100%,0 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){
  left:auto;right:15vw;top:20%;width:22vw;height:53%;border-radius:24px;
  background:linear-gradient(150deg,rgba(255,255,255,.06),rgba(113,56,237,.17));
  clip-path:polygon(0 0,100% 18%,68% 100%,15% 76%);
}

@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){right:-45vw;width:88vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){right:-40vw;width:94vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(3){right:-54vw;width:108vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){right:-72vw;bottom:-48vw;width:130vw;height:130vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){right:-64vw;bottom:-42vw;width:114vw;height:114vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){right:-53vw;bottom:-34vw;width:94vw;height:94vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){left:-5vw;width:27vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){left:25vw;width:28vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){right:-5vw;width:28vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){left:-42vw;width:112vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:-47vw;width:108vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){right:2vw;width:43vw}
}

/* Homepage hero v8 — OPEN-derived brand grammar, never literal letterforms. */
#tokennau-homepage-prototype{
  --home-nav-bg:rgba(245,240,255,.94);
  --home-nav-line:rgba(95,45,168,.12);
  --home-nav-accent:#7138ed;
}
html body #tokennau-homepage-prototype .tn-nav{
  background:var(--home-nav-bg);
  border-bottom-color:var(--home-nav-line);
  transition:background-color .55s ease,border-color .55s ease,box-shadow .55s ease;
}
html body #tokennau-homepage-prototype[data-home-scene="0"]{
  --home-nav-bg:rgba(245,240,255,.94);
  --home-nav-line:rgba(113,56,237,.14);
  --home-nav-accent:#7138ed;
}
html body #tokennau-homepage-prototype[data-home-scene="1"]{
  --home-nav-bg:rgba(251,249,255,.95);
  --home-nav-line:rgba(83,39,148,.13);
  --home-nav-accent:#5b24c8;
}
html body #tokennau-homepage-prototype[data-home-scene="2"]{
  --home-nav-bg:rgba(240,232,255,.95);
  --home-nav-line:rgba(126,72,218,.17);
  --home-nav-accent:#8650e8;
}
html body #tokennau-homepage-prototype[data-home-scene="3"]{
  --home-nav-bg:rgba(235,224,255,.95);
  --home-nav-line:rgba(80,31,159,.18);
  --home-nav-accent:#6424d8;
}
html body #tokennau-homepage-prototype .tn-navlinks a:hover,
html body #tokennau-homepage-prototype .tn-navlinks a.is-active{color:var(--home-nav-accent)}
html body #tokennau-homepage-prototype .tn-nav-actions .tn-btn-primary{
  border-color:var(--home-nav-accent);
  background:var(--home-nav-accent);
  transition:background-color .45s ease,border-color .45s ease,transform .2s ease;
}

/* Larger hero type while retaining a compact banner rhythm. */
#tokennau-homepage-prototype .tn-home-slide-copy{
  width:min(1060px,calc(100% - 190px));
  max-width:1060px;
}
#tokennau-homepage-prototype .tn-home-slide-copy h1,
#tokennau-homepage-prototype .tn-home-slide-copy h2{
  font-size:clamp(66px,6.15vw,94px);
  line-height:1.06;
  letter-spacing:-.067em;
}
#tokennau-homepage-prototype .tn-home-slide-copy>p{
  max-width:790px;
  margin-top:31px;
  font-size:18px;
  line-height:1.78;
}
#tokennau-homepage-prototype .tn-home-slide-copy>small{font-size:12px}
#tokennau-homepage-prototype .tn-home-slide-actions{margin-top:34px}
#tokennau-homepage-prototype .tn-home-main-link{font-size:15px}

/* Give each scene a related but distinct purple atmosphere. */
#tokennau-homepage-prototype .tn-home-slide-gateway{
  background:linear-gradient(125deg,#efe6ff 0%,#fff 46%,#f0eaff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-guard{
  background:linear-gradient(145deg,#fff 0%,#f7f2ff 52%,#e9ddff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-balance{
  background:linear-gradient(118deg,#e9dcff 0%,#fbf9ff 48%,#f3edff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise{
  background:linear-gradient(132deg,#f6f1ff 0%,#fff 39%,#dfd0ff 100%);
}

/* Reset the reference-inspired primitives before defining our own system. */
#tokennau-homepage-prototype .tn-home-slide-art span,
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(1),
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(2),
#tokennau-homepage-prototype .tn-home-slide-art span:nth-child(3){
  left:auto;right:auto;top:auto;bottom:auto;
  min-width:0;min-height:0;
  border:0;border-radius:0;
  clip-path:none;
  background:none;
  box-shadow:none;
  filter:none;
}
#tokennau-homepage-prototype .tn-home-slide-art:after{
  z-index:4;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 27%,rgba(255,255,255,.2) 58%,transparent 79%);
  pointer-events:none;
}

/* O / Orbit: concentric token fields broken into moving orbital segments. */
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art:before{
  background:
    radial-gradient(circle at 82% 50%,transparent 0 14%,rgba(113,56,237,.10) 14.2% 18%,transparent 18.2% 23%,rgba(113,56,237,.075) 23.2% 27%,transparent 27.2%),
    radial-gradient(circle at 12% 18%,rgba(155,98,255,.2),transparent 25%);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span{
  border-style:solid;
  border-color:rgba(113,56,237,.5);
  border-radius:50%;
  background:transparent;
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){
  right:-12vw;top:10%;width:48vw;height:48vw;border-width:7px 7px 0 0;transform:rotate(18deg);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){
  right:-5vw;top:21%;width:35vw;height:35vw;border-width:0 5px 5px 0;border-color:rgba(155,98,255,.58);transform:rotate(-22deg);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(3){
  left:-13vw;bottom:-25vw;width:39vw;height:39vw;border-width:5px 0 0 5px;border-color:rgba(91,36,200,.27);transform:rotate(31deg);
}

/* P / Portal: a vertical trust boundary feeding a rounded protected chamber. */
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art:before{
  background:
    linear-gradient(90deg,transparent 0 73%,rgba(113,56,237,.08) 73.1% 73.5%,transparent 73.6%),
    radial-gradient(circle at 79% 38%,rgba(113,56,237,.17),transparent 29%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){
  right:13vw;top:8%;width:8px;height:84%;border-radius:99px;
  background:linear-gradient(180deg,transparent,rgba(113,56,237,.68) 20% 78%,transparent);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){
  right:-8vw;top:16%;width:48vw;height:35vw;border:7px solid rgba(113,56,237,.46);border-left-width:9px;border-radius:18vw 0 0 18vw;background:rgba(155,98,255,.025);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){
  right:6vw;top:31%;width:25vw;height:16vw;border:4px solid rgba(155,98,255,.38);border-radius:9vw;background:rgba(255,255,255,.08);
}

/* E / Equalizer: governed parallel lanes with offset policy checkpoints. */
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art:before{
  background:
    linear-gradient(90deg,rgba(113,56,237,.08) 0 1px,transparent 1px 100%) 11% 0/9vw 100%,
    radial-gradient(circle at 16% 78%,rgba(113,56,237,.16),transparent 26%);
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span{
  left:-5vw;height:8px;border-radius:0 99px 99px 0;
  background:linear-gradient(90deg,rgba(113,56,237,0),rgba(113,56,237,.68),rgba(155,98,255,.25));
  box-shadow:0 0 22px rgba(113,56,237,.13);
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:after{
  content:"";position:absolute;right:9%;top:50%;width:22px;height:22px;border:4px solid rgba(113,56,237,.45);border-radius:7px;background:#f7f2ff;transform:translateY(-50%) rotate(45deg);
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){top:22%;width:50vw}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){top:50%;width:39vw}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){top:76%;width:56vw}

/* N / Nexus: independent planes joined by one diagonal flow bridge. */
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:before{
  background:
    radial-gradient(circle at 18% 28%,rgba(155,98,255,.18),transparent 27%),
    radial-gradient(circle at 83% 74%,rgba(91,36,200,.16),transparent 30%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){
  left:-8vw;top:12%;width:43vw;height:42%;border:1px solid rgba(113,56,237,.15);border-radius:0 34px 34px 0;
  background:linear-gradient(135deg,rgba(113,56,237,.21),rgba(255,255,255,.02));
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){
  right:-7vw;bottom:9%;width:42vw;height:42%;border:1px solid rgba(91,36,200,.14);border-radius:34px 0 0 34px;
  background:linear-gradient(315deg,rgba(91,36,200,.20),rgba(255,255,255,.02));
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){
  left:27%;top:47%;width:51%;height:10px;border-radius:99px;
  background:linear-gradient(90deg,rgba(113,56,237,.18),rgba(113,56,237,.76),rgba(155,98,255,.22));
  box-shadow:0 0 28px rgba(113,56,237,.18);
  transform:rotate(-34deg);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):before,
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):after{
  content:"";position:absolute;top:50%;width:24px;height:24px;border:5px solid rgba(113,56,237,.54);background:#f0e7ff;transform:translateY(-50%) rotate(45deg);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):before{left:0}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):after{right:0}

/* The compact state bar follows each scene's accent. */
#tokennau-homepage-prototype .tn-home-slide-status{
  background:color-mix(in srgb,var(--home-nav-bg) 78%,transparent);
  border:1px solid var(--home-nav-line);
  transition:background-color .45s ease,border-color .45s ease;
}
#tokennau-homepage-prototype .tn-home-slide-status button{width:28px;height:10px}
#tokennau-homepage-prototype .tn-home-slide-status i{height:4px}
#tokennau-homepage-prototype .tn-home-slide-status button.is-active{width:48px}
#tokennau-homepage-prototype .tn-home-slide-status button.is-active i{
  background:var(--home-nav-accent);
  box-shadow:0 0 12px color-mix(in srgb,var(--home-nav-accent) 44%,transparent);
}

@media(max-width:850px){
  #tokennau-homepage-prototype .tn-home-slide-copy{width:min(730px,calc(100% - 100px))}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(54px,8.5vw,70px)}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{font-size:16px}
}
@media(max-width:620px){
  html body #tokennau-homepage-prototype .tn-nav{background:var(--home-nav-bg)}
  #tokennau-homepage-prototype .tn-home-slide-copy{width:100%;max-width:480px}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(43px,11.7vw,51px);line-height:1.09}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{max-width:370px;font-size:14px;line-height:1.7}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){right:-50vw;top:12%;width:102vw;height:102vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){right:-42vw;top:25%;width:78vw;height:78vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(3){left:-57vw;bottom:-36vw;width:85vw;height:85vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){right:12vw;top:10%;width:7px;height:80%}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){right:-58vw;top:17%;width:110vw;height:82vw;border-radius:44vw 0 0 44vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){right:-25vw;top:31%;width:65vw;height:41vw;border-radius:24vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){left:-27vw;top:19%;width:78vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){left:-31vw;top:48%;width:70vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){left:-25vw;top:78%;width:83vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){left:-55vw;top:12%;width:105vw;height:38%}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:-53vw;bottom:10%;width:102vw;height:38%}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){left:12%;top:49%;width:78%;height:8px}
}

/* Homepage hero v9 — legibility pass after desktop/mobile visual review. */
#tokennau-homepage-prototype .tn-home-slide-copy{z-index:6}
#tokennau-homepage-prototype .tn-home-slide-art{z-index:0}
#tokennau-homepage-prototype .tn-home-slide-art:after{opacity:1}

/* Keep the brand structures peripheral so they frame rather than cross the message. */
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art{opacity:.82}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art{opacity:.78}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art{opacity:.76}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art{opacity:.78}

/* Four scene accents remain purple, but use distinct depth values. */
html body #tokennau-homepage-prototype[data-home-scene="0"]{--home-nav-accent:#7138ed}
html body #tokennau-homepage-prototype[data-home-scene="1"]{--home-nav-accent:#5520bd}
html body #tokennau-homepage-prototype[data-home-scene="2"]{--home-nav-accent:#8b56e8}
html body #tokennau-homepage-prototype[data-home-scene="3"]{--home-nav-accent:#6424d8}

@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-carousel,
  #tokennau-homepage-prototype .tn-home-slide{min-height:700px;height:calc(100svh - 66px)}
  #tokennau-homepage-prototype .tn-home-slide-layout{
    width:100%;
    max-width:none;
    padding:0 24px 78px;
    overflow:visible;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy{
    width:100%;
    min-width:0;
    max-width:100%;
    padding:0;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(39px,10.4vw,45px);
    line-height:1.1;
    letter-spacing:-.055em;
    word-break:keep-all;
    overflow-wrap:normal;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy h1 em,
  #tokennau-homepage-prototype .tn-home-slide-copy h2 em{
    display:block;
    max-width:100%;
    margin-top:3px;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy>p{
    width:100%;
    max-width:350px;
    margin-top:24px;
    font-size:13px;
    line-height:1.72;
    word-break:normal;
  }
  #tokennau-homepage-prototype .tn-home-slide-actions{
    width:100%;
    max-width:350px;
    margin:28px auto 0;
  }
  #tokennau-homepage-prototype .tn-home-slide-copy>small{
    max-width:340px;
    font-size:10px;
  }
  #tokennau-homepage-prototype .tn-home-arrow{
    width:42px;
    height:42px;
  }
  #tokennau-homepage-prototype .tn-home-slide-status{
    bottom:22px;
    gap:10px;
    padding:8px 12px;
  }
  #tokennau-homepage-prototype .tn-home-slide-status button{width:25px}
  #tokennau-homepage-prototype .tn-home-slide-status button.is-active{width:42px}
  /* Pull the orbital system farther outside the mobile reading column. */
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art{opacity:.58}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){right:-67vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){right:-57vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(3){left:-68vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art,
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art,
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art{opacity:.55}
}

@media(max-width:390px){
  #tokennau-homepage-prototype .tn-home-slide-layout{padding-left:20px;padding-right:20px}
  #tokennau-homepage-prototype .tn-home-slide-copy h1,
  #tokennau-homepage-prototype .tn-home-slide-copy h2{font-size:clamp(36px,10vw,40px)}
  #tokennau-homepage-prototype .tn-home-slide-copy>p{max-width:330px;font-size:12.5px}
}

/* Homepage hero v10 — scene 04: Open Token convergence field. */
#tokennau-homepage-prototype .tn-home-slide-enterprise{
  background:
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.98) 0 24%,rgba(255,255,255,.72) 42%,transparent 63%),
    linear-gradient(135deg,#eee5ff 0%,#fbf9ff 35%,#fff 56%,#e7dbff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art{
  opacity:.82;
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:before{
  inset:0;
  background:
    radial-gradient(circle,rgba(113,56,237,.34) 0 2px,transparent 2.5px) 0 0/34px 34px,
    radial-gradient(circle at 12% 16%,rgba(155,98,255,.24),transparent 25%),
    radial-gradient(circle at 88% 82%,rgba(91,36,200,.20),transparent 27%);
  opacity:.42;
  -webkit-mask-image:radial-gradient(ellipse at center,transparent 0 35%,#000 62%,#000 100%);
  mask-image:radial-gradient(ellipse at center,transparent 0 35%,#000 62%,#000 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:after{
  inset:0;
  z-index:4;
  background:radial-gradient(ellipse 45% 48% at center,rgba(255,255,255,.98),rgba(255,255,255,.88) 45%,rgba(255,255,255,.18) 76%,transparent 100%);
}
/* Two token fields approach the center without drawing a literal letter. */
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1),
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){
  top:50%;
  width:35vw;
  height:44%;
  border:1px solid rgba(113,56,237,.17);
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.32),rgba(113,56,237,.11)),
    repeating-linear-gradient(90deg,transparent 0 16%,rgba(113,56,237,.08) 16.2% 16.7%,transparent 16.9% 33%);
  box-shadow:0 28px 80px rgba(76,34,139,.08),inset 0 1px rgba(255,255,255,.7);
  transform:translateY(-50%) rotate(-8deg);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){left:-19vw}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:-19vw;transform:translateY(-50%) rotate(8deg)}
/* A compact token pulse marks convergence, kept behind the copy. */
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){
  left:50%;
  top:50%;
  width:118px;
  height:118px;
  border:1px solid rgba(113,56,237,.20);
  border-radius:32px;
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(113,56,237,.12));
  box-shadow:0 0 0 24px rgba(113,56,237,.035),0 0 0 52px rgba(113,56,237,.02),0 24px 64px rgba(72,29,137,.10);
  transform:translate(-50%,-50%) rotate(45deg);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):before,
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):before{
  width:34px;
  height:34px;
  border:5px solid rgba(113,56,237,.54);
  background:#fff;
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):after{
  width:8px;
  height:8px;
  background:#7138ed;
  box-shadow:0 0 18px rgba(113,56,237,.58);
}

@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art{opacity:.55}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1),
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){
    top:52%;
    width:76vw;
    height:34%;
  }
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){left:-64vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:-64vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){
    left:50%;top:48%;width:82px;height:82px;border-radius:24px;
  }
}

/* Homepage hero v11 — four unmistakably different scenes; no dotted/grid texture. */
#tokennau-homepage-prototype .tn-home-slide:before,
#tokennau-homepage-prototype .tn-home-slide-art:before{
  background-image:none;
}
#tokennau-homepage-prototype .tn-home-slide-art:before{
  -webkit-mask-image:none;
  mask-image:none;
}

/* 01 / ORBIT — clean white field with an off-centre token orbit. */
#tokennau-homepage-prototype .tn-home-slide-gateway{
  background:
    radial-gradient(circle at 84% 48%,rgba(139,86,232,.15) 0 13%,transparent 13.3%),
    linear-gradient(115deg,#f0e7ff 0%,#fff 42%,#faf8ff 68%,#ece2ff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(113,56,237,.12),transparent 29%) left bottom/38% 46% no-repeat;
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art:after{
  background:radial-gradient(ellipse 47% 48% at center,rgba(255,255,255,.97),rgba(255,255,255,.84) 45%,transparent 82%);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){
  right:-12vw;top:4%;width:48vw;height:48vw;border:8px solid rgba(113,56,237,.34);border-radius:50%;background:transparent;transform:rotate(14deg);
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){
  right:-5vw;top:17%;width:35vw;height:35vw;border:3px solid rgba(155,98,255,.58);border-radius:50%;background:transparent;transform:none;
}
#tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(3){
  left:-16vw;bottom:-22vw;width:38vw;height:38vw;border:5px solid rgba(91,36,200,.16);border-radius:50%;background:transparent;transform:none;
}

/* 02 / VAULT — dark protected space, visually opposite to scene 01. */
#tokennau-homepage-prototype .tn-home-slide-guard{
  background:
    radial-gradient(ellipse at 76% 45%,rgba(113,56,237,.34),transparent 30%),
    linear-gradient(128deg,#0d0a12 0%,#171020 52%,#2a1744 100%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2{color:#fff}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2 em{color:#b995ff}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy>p{color:#cdc4d8}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-main-link{
  background:#fff;color:#17111d;box-shadow:0 16px 40px rgba(0,0,0,.28);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,transparent 0 72%,rgba(185,149,255,.12) 72.2% 72.6%,transparent 72.8%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art:after{
  background:radial-gradient(ellipse 48% 49% at center,rgba(20,14,27,.97),rgba(20,14,27,.82) 48%,transparent 84%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){
  right:-8vw;top:8%;width:43vw;height:84%;border:1px solid rgba(211,187,255,.28);border-radius:22vw 0 0 22vw;background:linear-gradient(90deg,rgba(113,56,237,.17),rgba(113,56,237,.035));transform:none;
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){
  right:5vw;top:23%;width:25vw;height:54%;border:6px solid rgba(185,149,255,.48);border-radius:14vw;background:transparent;box-shadow:0 0 70px rgba(113,56,237,.2);transform:none;
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){
  left:0;top:0;width:9px;height:100%;border:0;border-radius:0;background:linear-gradient(180deg,transparent,rgba(155,98,255,.75),transparent);transform:none;
}

/* 03 / LEDGER — broad governed strata instead of rings or portals. */
#tokennau-homepage-prototype .tn-home-slide-balance{
  background:linear-gradient(180deg,#e8dcff 0%,#f7f3ff 38%,#fff 38.2% 66%,#eee6ff 66.2%,#e7d9ff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(113,56,237,.13),transparent 40%) left top/100% 38% no-repeat,linear-gradient(270deg,rgba(91,36,200,.12),transparent 42%) right bottom/100% 34% no-repeat;
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art:after{
  background:linear-gradient(90deg,transparent 0 25%,rgba(255,255,255,.88) 37% 63%,transparent 75%);
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span{
  height:12px;border:0;border-radius:99px;background:linear-gradient(90deg,rgba(113,56,237,0),rgba(113,56,237,.48),rgba(113,56,237,0));box-shadow:none;transform:none;
}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:after{display:none}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){left:-4vw;top:19%;width:45vw}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){right:-5vw;left:auto;top:49%;width:38vw;background:linear-gradient(90deg,rgba(155,98,255,0),rgba(155,98,255,.52),rgba(155,98,255,0))}
#tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){left:-6vw;top:79%;width:52vw;background:linear-gradient(90deg,rgba(91,36,200,0),rgba(91,36,200,.34),rgba(91,36,200,0))}

/* 04 / NEXUS — white diagonal convergence planes; no dots and no orbit. */
#tokennau-homepage-prototype .tn-home-slide-enterprise{
  background:linear-gradient(128deg,#fff 0%,#faf8ff 47%,#e7dcff 100%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(145deg,rgba(113,56,237,.14) 0 17%,transparent 17.2%) left top/50% 100% no-repeat,
    linear-gradient(325deg,rgba(91,36,200,.13) 0 19%,transparent 19.2%) right bottom/52% 100% no-repeat;
  opacity:1;
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art:after{
  background:radial-gradient(ellipse 48% 52% at center,rgba(255,255,255,.98),rgba(255,255,255,.88) 47%,transparent 84%);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1),
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){
  top:50%;height:24%;border:0;border-radius:28px;background:linear-gradient(90deg,rgba(113,56,237,.05),rgba(113,56,237,.26));box-shadow:0 26px 70px rgba(75,31,138,.09);transform:none;
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){left:-9vw;width:42vw;transform:translateY(-160%) rotate(17deg)}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:-8vw;width:43vw;background:linear-gradient(270deg,rgba(91,36,200,.06),rgba(155,98,255,.27));transform:translateY(55%) rotate(17deg)}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){
  left:50%;top:50%;width:54vw;height:9px;border:0;border-radius:99px;background:linear-gradient(90deg,transparent,rgba(113,56,237,.58),transparent);box-shadow:0 0 28px rgba(113,56,237,.16);transform:translate(-50%,-50%) rotate(17deg);
}
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):before,
#tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3):after{display:none}

/* Navigation, arrows and state control clearly switch with the dark scene. */
html body #tokennau-homepage-prototype[data-home-scene="0"]{--home-nav-bg:rgba(244,238,255,.96);--home-nav-line:rgba(113,56,237,.13);--home-nav-accent:#7138ed}
html body #tokennau-homepage-prototype[data-home-scene="1"]{--home-nav-bg:rgba(16,11,22,.96);--home-nav-line:rgba(185,149,255,.20);--home-nav-accent:#b995ff}
html body #tokennau-homepage-prototype[data-home-scene="2"]{--home-nav-bg:rgba(230,218,255,.96);--home-nav-line:rgba(113,56,237,.17);--home-nav-accent:#7138ed}
html body #tokennau-homepage-prototype[data-home-scene="3"]{--home-nav-bg:rgba(255,255,255,.96);--home-nav-line:rgba(91,36,200,.13);--home-nav-accent:#5b24c8}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-brand,
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-navlinks a,
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-product-trigger{color:#fff}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-logo-img{filter:brightness(0) invert(1)}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-nav-actions .tn-btn-primary{border-color:#b995ff;background:#b995ff;color:#17111d}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-arrow{border-color:rgba(255,255,255,.24);background:rgba(18,12,25,.58);color:#fff}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-slide-status{background:rgba(18,12,25,.58);border-color:rgba(255,255,255,.18)}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-slide-status i{background:rgba(255,255,255,.24)}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-slide-status button.is-active i{background:#b995ff}

@media(max-width:620px){
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(1){right:-70vw;top:12%;width:112vw;height:112vw}
  #tokennau-homepage-prototype .tn-home-slide-gateway .tn-home-slide-art span:nth-child(2){right:-57vw;top:27%;width:80vw;height:80vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){right:-67vw;top:13%;width:118vw;height:74%;border-radius:60vw 0 0 60vw}
  #tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){right:-46vw;top:28%;width:78vw;height:44%;border-radius:42vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(1){left:-48vw;width:96vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(2){right:-46vw;width:88vw}
  #tokennau-homepage-prototype .tn-home-slide-balance .tn-home-slide-art span:nth-child(3){left:-47vw;width:98vw}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(1){left:-63vw;width:112vw;height:20%;transform:translateY(-170%) rotate(17deg)}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(2){right:-63vw;width:112vw;height:20%;transform:translateY(72%) rotate(17deg)}
  #tokennau-homepage-prototype .tn-home-slide-enterprise .tn-home-slide-art span:nth-child(3){width:110vw}
}

/* Homepage hero v12 — remove the dark scene; keep scene 02 distinct with a lavender vault. */
#tokennau-homepage-prototype .tn-home-slide-guard{
  background:
    radial-gradient(ellipse at 78% 46%,rgba(255,255,255,.62) 0 18%,transparent 43%),
    linear-gradient(128deg,#cab5f5 0%,#e3d7fb 35%,#f9f7ff 64%,#cbb6f2 100%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2{color:#17121e}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy h2 em{color:#5b24c8}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-copy>p{color:#4f455a}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-main-link{
  background:linear-gradient(100deg,#2a183d,#7138ed);
  color:#fff;
  box-shadow:0 15px 36px rgba(75,35,130,.22);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art:before{
  background:linear-gradient(90deg,transparent 0 72%,rgba(91,36,200,.16) 72.2% 72.7%,transparent 72.9%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art:after{
  background:radial-gradient(ellipse 48% 49% at center,rgba(255,255,255,.97),rgba(255,255,255,.82) 48%,transparent 84%);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(1){
  border-color:rgba(91,36,200,.24);
  background:linear-gradient(90deg,rgba(113,56,237,.20),rgba(255,255,255,.08));
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(2){
  border-color:rgba(91,36,200,.52);
  box-shadow:0 0 70px rgba(113,56,237,.18);
}
#tokennau-homepage-prototype .tn-home-slide-guard .tn-home-slide-art span:nth-child(3){
  background:linear-gradient(180deg,transparent,rgba(91,36,200,.62),transparent);
}

html body #tokennau-homepage-prototype[data-home-scene="1"]{
  --home-nav-bg:rgba(215,201,246,.96);
  --home-nav-line:rgba(91,36,200,.18);
  --home-nav-accent:#5b24c8;
}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-brand,
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-navlinks a,
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-product-trigger{color:#21182c}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-logo-img{filter:none}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-nav-actions .tn-btn-primary{
  border-color:#5b24c8;background:#5b24c8;color:#fff;
}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-arrow{
  border-color:rgba(71,38,109,.18);background:rgba(255,255,255,.58);color:#251b30;
}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-slide-status{
  background:rgba(255,255,255,.45);border-color:rgba(91,36,200,.16);
}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-slide-status i{background:rgba(67,47,85,.23)}
html body #tokennau-homepage-prototype[data-home-scene="1"] .tn-home-slide-status button.is-active i{background:#5b24c8}
