*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0f14;--bg-2: #13161e;--bg-3: #1a1f2b;--border: #252c3a;--accent: #4f8ef7;--accent-dim: #2a4a82;--text: #e4e8f0;--text-sub: #8892a4;--text-dim: #50596b;--error: #f76f6f;--success: #4fd18b;--radius: 10px;--shadow: 0 4px 24px rgba(0,0,0,.45)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;font-size:16px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:filter .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.12)}.btn-full{width:100%;padding:.8rem;font-size:1rem}.link-btn{background:none;border:none;color:var(--accent);font-size:.85rem;cursor:pointer;padding:0}.link-btn:hover{text-decoration:underline}.link-btn:disabled{opacity:.5;cursor:not-allowed}.header{position:sticky;top:0;z-index:100;background:#0d0f14d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:62px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--text)}.logo:hover{text-decoration:none}.logo-icon{font-size:1.55rem;color:var(--accent);line-height:1}.logo-icon.large{font-size:2.8rem;display:block;margin-bottom:.25rem}.logo-text{font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.nav{display:flex;align-items:center;gap:.5rem}.nav-btn{background:none;border:1px solid transparent;color:var(--text-sub);padding:.4rem .9rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .15s,border-color .15s}.nav-btn:hover{text-decoration:none}.nav-btn:hover,.nav-btn.active{color:var(--text);border-color:var(--border)}.nav-btn-primary{background:var(--accent);color:#fff!important;border-color:transparent!important}.nav-btn-primary:hover{filter:brightness(1.1)}.nav-btn.sign-out{color:var(--error)}.nav-btn.sign-out:hover{border-color:var(--error)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px}.hamburger:hover{background:var(--bg-3)}.hamburger span{display:block;width:100%;height:2px;background:var(--text-sub);border-radius:2px}.mobile-menu{display:none;flex-direction:column;background:#0d0f14f7;border-bottom:1px solid var(--border);padding:.5rem 1rem .75rem}.mobile-menu-btn{background:none;border:none;color:var(--text-sub);font-size:1rem;font-weight:500;text-align:left;padding:.7rem .5rem;cursor:pointer;border-bottom:1px solid var(--border)}.mobile-menu-btn:last-child{border-bottom:none}.mobile-menu-btn:hover,.mobile-menu-btn.active{color:var(--text)}.landing{display:flex;flex-direction:column}.hero{max-width:1100px;margin:0 auto;padding:5rem 1.5rem 4rem;display:flex;align-items:center;gap:4rem}.hero-content{flex:1;min-width:0}.hero-slogan{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;letter-spacing:-.01em;color:#b2dfdb;margin-bottom:.5rem}.hero-title{font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.2rem}.accent{color:var(--accent)}.hero-sub{font-size:1.1rem;color:var(--text-sub);max-width:520px;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem}.store-badges{display:flex;align-items:center;gap:.7rem}.badge-label{font-size:.8rem;color:var(--text-dim)}.store-badge{opacity:.82;transition:opacity .15s;display:inline-block;line-height:0}.store-badge:hover{opacity:1;text-decoration:none}.store-badge svg{height:40px;width:auto;display:block}.hero-visual{flex:0 0 480px;position:relative;height:340px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius)}.hero-image{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.circle-graphic{position:absolute;border-radius:50%;border:1.5px solid;opacity:.15}.c1{width:280px;height:280px;border-color:var(--accent);animation:spin 18s linear infinite}.c2{width:200px;height:200px;border-color:var(--accent);opacity:.22;animation:spin 12s linear infinite reverse}.c3{width:130px;height:130px;border-color:var(--accent);opacity:.3;animation:spin 8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lock-icon{font-size:3rem;position:relative;z-index:1}.features{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 1.5rem}.section-title{text-align:center;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;margin-bottom:2.5rem;letter-spacing:-.02em}.features-list{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0}.feature-row{display:flex;gap:1.2rem;align-items:flex-start;padding:1.6rem 1.2rem;border-bottom:1px solid var(--border)}.feature-row:nth-child(odd):not(:last-child){border-right:1px solid var(--border)}.feature-row:last-child{grid-column:1 / -1;justify-content:center;text-align:center}.feature-row-icon{font-size:1.6rem;flex-shrink:0;margin-top:.1rem}.feature-row-body h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.feature-row-body p{font-size:.85rem;color:var(--text-sub);line-height:1.65}.feature-slogan{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:.2rem}.how-it-works{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 1.5rem}.how-it-works .section-title{text-align:center;margin-bottom:1rem}.hiw-intro{text-align:center;color:var(--text-sub);font-size:1rem;max-width:600px;margin:0 auto 3.5rem;line-height:1.7}.hiw-phases{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.hiw-phase{background:var(--bg-2);padding:2rem 1.8rem;display:flex;gap:1.4rem;align-items:flex-start;transition:background .2s}.hiw-phase:hover{background:var(--bg-3)}.hiw-phase-label{font-size:2rem;font-weight:800;color:var(--border);line-height:1;flex-shrink:0;letter-spacing:-.04em;margin-top:.1rem}.hiw-phase-body h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.hiw-phase-body p{font-size:.87rem;color:var(--text-sub);line-height:1.7}.cta{background:linear-gradient(135deg,var(--bg-3) 0%,#0f1520 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 1.5rem;text-align:center}.cta h2{font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;margin-bottom:.8rem}.cta p{color:var(--text-sub);margin-bottom:1.8rem;font-size:.95rem}.footer{max-width:1100px;margin:0 auto;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:var(--text-dim)}.footer-nav{display:flex;gap:1.2rem}.footer-nav a{color:var(--text-dim)}.footer-nav a:hover{color:var(--text-sub)}.quantum-threat{background:linear-gradient(135deg,#110a00,#1a0f00);border-top:1px solid #3a2800;border-bottom:1px solid #3a2800;padding:4rem 1.5rem;text-align:center}.quantum-threat-inner{max-width:740px;margin:0 auto}.threat-badge{display:inline-block;background:#f7a0321f;border:1px solid rgba(247,160,50,.35);color:#f7a032;border-radius:20px;padding:.3rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.2rem}.threat-body{font-size:1rem;color:var(--text-sub);line-height:1.75;max-width:680px;margin:0 auto}.threat-body em{color:#f7a032;font-style:normal;font-weight:600}.protection{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.protection-layout{display:flex;gap:3rem;align-items:flex-start}.protection-image{flex:0 0 260px;width:260px;height:560px;object-fit:cover;border-radius:var(--radius)}.protection-content{flex:1;text-align:center}.protection-intro{color:var(--text-sub);font-size:1rem;max-width:680px;margin:0 auto 2.5rem;line-height:1.75}.protection-intro strong{color:var(--accent)}.protection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;text-align:left}.protection-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem;transition:border-color .2s}.protection-card:hover{border-color:var(--accent-dim)}.protection-icon{font-size:2rem;display:block;margin-bottom:.8rem}.protection-card h3{font-size:1rem;font-weight:700;margin-bottom:.6rem}.protection-card p{font-size:.88rem;color:var(--text-sub);line-height:1.7}.products{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 1.5rem;text-align:center}.products-intro{color:var(--text-sub);font-size:1rem;max-width:600px;margin:0 auto 2.5rem;line-height:1.75}.products-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;text-align:left}.product-card{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;display:flex;gap:1.2rem;transition:border-color .2s}.product-card:hover{border-color:var(--accent-dim)}.product-icon{font-size:2rem;flex-shrink:0;line-height:1}.product-body h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.product-tagline{font-size:.82rem;color:var(--accent);font-weight:600;margin-bottom:.75rem}.product-features{list-style:none;display:flex;flex-direction:column;gap:.35rem}.product-features li{font-size:.85rem;color:var(--text-sub);padding-left:1rem;position:relative;line-height:1.5}.product-features li:before{content:"›";position:absolute;left:0;color:var(--accent);font-weight:700}.content-page{display:flex;flex-direction:column}.page-hero{background:var(--bg-2);border-bottom:1px solid var(--border);padding:4rem 1.5rem 3.5rem;text-align:center}.page-hero-inner{max-width:700px;margin:0 auto}.page-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem}.page-hero-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.page-hero-sub{font-size:1rem;color:var(--text-sub);line-height:1.75;max-width:580px;margin:0 auto}.products-full{max-width:860px;margin:0 auto;padding:3.5rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.product-full-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.product-full-card:hover{border-color:var(--accent-dim)}.product-full-inner{display:flex;align-items:stretch}.product-full-content{flex:1;padding:2rem}.product-full-image{flex:0 0 340px;width:340px;object-fit:cover;display:block}.product-full-header{display:flex;align-items:center;gap:1.1rem;margin-bottom:1rem}.product-full-icon{font-size:2.4rem;line-height:1;flex-shrink:0}.product-full-name{font-size:1.3rem;font-weight:700;margin-bottom:.15rem}.product-full-tagline{font-size:.88rem;font-weight:600}.product-full-desc{font-size:.93rem;color:var(--text-sub);line-height:1.7;margin-bottom:1.2rem}.product-full-features{list-style:none;display:flex;flex-direction:column;gap:.5rem}.product-full-features li{font-size:.88rem;color:var(--text-sub);padding-left:1.2rem;position:relative;line-height:1.55}.product-full-features li:before{content:"›";position:absolute;left:0;color:var(--accent);font-weight:700}.install-section{max-width:860px;margin:0 auto;padding:3.5rem 1.5rem;display:flex;flex-direction:column;gap:3rem}.install-group-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.2rem}.install-group-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.install-badge{background:#4f8ef726;border:1px solid rgba(79,142,247,.3);color:var(--accent);border-radius:20px;padding:.15rem .65rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.install-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.install-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;display:flex;gap:1.2rem;transition:border-color .2s}.install-card:hover{border-color:var(--accent-dim)}.install-icon{font-size:2rem;flex-shrink:0;line-height:1.2}.install-name{font-size:1rem;font-weight:700;margin-bottom:.15rem}.install-subtitle{font-size:.78rem;color:var(--accent);font-weight:600;margin-bottom:.6rem}.install-desc{font-size:.85rem;color:var(--text-sub);line-height:1.6;margin-bottom:1.1rem}.install-actions{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.install-alt-link{font-size:.8rem;color:var(--text-sub)}.install-alt-link:hover{color:var(--accent)}.install-apk-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.25rem}.install-apk-label{font-size:.85rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text)}.tech-section{padding:4rem 1.5rem}.vimeo-wrapper{position:relative;padding:56.25% 0 0;border-radius:var(--radius);overflow:hidden;margin-top:1.5rem}.tech-section-alt{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.tech-inner{max-width:800px;margin:0 auto}.tech-intro{font-size:.95rem;color:var(--text-sub);line-height:1.8;margin-bottom:2.5rem}.ratchet-steps{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.ratchet-step{display:flex;gap:1.25rem;align-items:flex-start}.ratchet-num{flex-shrink:0;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--accent-dim);color:var(--accent);font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.ratchet-title{font-size:.95rem;font-weight:700;margin-bottom:.3rem}.ratchet-desc{font-size:.88rem;color:var(--text-sub);line-height:1.7}.tech-pills{display:flex;flex-wrap:wrap;gap:.6rem}.tech-pill{background:var(--bg-3);border:1px solid var(--border);border-radius:20px;padding:.3rem .85rem;font-size:.8rem;color:var(--text-sub);font-family:monospace}.tech-cta{padding:3rem 1.5rem}.tech-cta-inner{max-width:800px;margin:0 auto;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.tech-cta-icon{font-size:2.4rem;flex-shrink:0}.tech-cta-title{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.tech-cta-sub{font-size:.88rem;color:var(--text-sub)}.tech-cta-inner .btn{margin-left:auto;flex-shrink:0;white-space:nowrap}.policy-section{padding:3.5rem 1.5rem}.policy-inner{max-width:760px;margin:0 auto}.policy-article{margin-bottom:3rem}.policy-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.policy-article h3{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-sub);margin:1.5rem 0 .5rem}.policy-article p{font-size:.92rem;color:var(--text-sub);line-height:1.8;margin-bottom:.5rem}.policy-article strong{color:var(--text)}.policy-article em{font-style:normal;color:var(--accent)}.policy-list{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin:.6rem 0}.policy-list li{font-size:.9rem;color:var(--text-sub);padding-left:1.2rem;position:relative;line-height:1.6}.policy-list li:before{content:"›";position:absolute;left:0;color:var(--accent);font-weight:700}.policy-divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.policy-copyright{font-size:.8rem;color:var(--text-dim);margin-top:2rem}.support-section{padding:3.5rem 1.5rem}.support-grid{max-width:860px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.support-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem}.support-card-primary{grid-column:1 / -1;border-color:var(--accent-dim)}.support-icon{font-size:2rem;display:block;margin-bottom:.8rem}.support-card h2{font-size:1rem;font-weight:700;margin-bottom:.6rem}.support-card p{font-size:.88rem;color:var(--text-sub);line-height:1.7;margin-bottom:.4rem}.support-card strong{color:var(--text)}.support-hint{display:inline-block;margin-top:.4rem;font-size:.8rem;color:var(--accent);font-family:monospace;background:#4f8ef714;border:1px solid rgba(79,142,247,.2);border-radius:6px;padding:.25rem .65rem}@media (max-width: 600px){.support-grid{grid-template-columns:1fr}.support-card-primary{grid-column:1}.tech-cta-inner .btn{margin-left:0}}.login-page{min-height:calc(100vh - 62px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-card{width:100%;max-width:420px;background:var(--bg-2);border:1px solid var(--border);border-radius:14px;padding:2.5rem 2rem;box-shadow:var(--shadow)}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.5rem;font-weight:700;margin-bottom:.35rem}.login-sub{color:var(--text-sub);font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;color:var(--text-sub)}.field input{background:var(--bg-3);border:1px solid var(--border);border-radius:7px;color:var(--text);padding:.65rem .85rem;font-size:.95rem;font-family:inherit;transition:border-color .15s;outline:none}.field input:focus{border-color:var(--accent)}.field input:disabled{opacity:.5;cursor:not-allowed}.field input::placeholder{color:var(--text-dim)}.field-hint{font-size:.78rem;color:var(--text-dim)}.pin-toggle{margin:-.25rem 0}.form-error{background:#f76f6f1a;border:1px solid rgba(247,111,111,.3);border-radius:7px;padding:.65rem .85rem;font-size:.88rem;color:var(--error)}.btn-loading{display:flex;align-items:center;gap:.6rem;font-size:.88rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:rotate .7s linear infinite;flex-shrink:0}@keyframes rotate{to{transform:rotate(360deg)}}.login-footer{margin-top:1.5rem;text-align:center;font-size:.84rem;color:var(--text-sub)}.dashboard{max-width:700px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.dashboard-card{background:var(--bg-2);border:1px solid var(--border);border-radius:14px;padding:2rem;display:flex;align-items:center;gap:1.5rem}.dash-avatar{width:60px;height:60px;border-radius:50%;background:var(--accent-dim);color:var(--accent);font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-name{font-size:1.4rem;font-weight:700;margin-bottom:.35rem}.dash-badge{display:inline-block;background:var(--bg-3);border:1px solid var(--border);border-radius:20px;padding:.15rem .65rem;font-size:.75rem;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em}.dash-tabs{display:flex;gap:0;background:var(--bg-2);border-radius:var(--radius);padding:4px;width:fit-content}.dash-tab-btn{background:none;border:none;color:var(--text-sub);font-size:.9rem;font-weight:500;padding:.45rem 1.1rem;border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:background .15s,color .15s}.dash-tab-btn:hover{color:var(--text)}.dash-tab-btn.active{background:var(--bg-3);color:var(--text);font-weight:600}.dash-details{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.dash-details h2{font-size:1rem;font-weight:600;color:var(--text-sub);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;margin-bottom:1rem}.detail-list{display:grid;grid-template-columns:140px 1fr;gap:.55rem 1rem;font-size:.9rem}dt{color:var(--text-sub)}dd{color:var(--text);word-break:break-all}.token-preview{font-family:monospace;font-size:.82rem;color:var(--text-dim)}.dash-hint{font-size:.88rem;color:var(--text-dim);text-align:center;padding:.5rem}.wallet-card{display:flex;flex-direction:column;gap:1rem}.wallet-balance{display:flex;flex-direction:column;gap:.2rem;background:var(--bg-3);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.wallet-balance-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-sub)}.wallet-balance-amount{font-size:1.6rem;font-weight:700;color:var(--accent);line-height:1.2}.wallet-balance-sub{font-size:.8rem;color:var(--text-dim)}.stripe-connected-badge{display:inline-flex;align-items:center;gap:.4rem;background:#4fd18b1a;border:1px solid rgba(79,209,139,.3);color:var(--success);border-radius:20px;padding:.25rem .85rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;align-self:flex-start}.stripe-connected-badge:before{content:"●";font-size:.55rem}.wallet-connect-hint{font-size:.88rem;color:var(--text-sub)}.cashout-form{display:flex;flex-direction:column;gap:.75rem}.cashout-form-label{font-size:.85rem;color:var(--text-sub)}.cashout-form-row{display:flex;align-items:center;gap:.75rem}.coin-amount{width:120px;background:var(--bg-3);border:1px solid var(--border);border-radius:7px;color:var(--text);padding:.55rem .75rem;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s}.coin-amount:focus{border-color:var(--accent)}.coin-amount:disabled{opacity:.5;cursor:not-allowed}.cashout-usd{font-size:.9rem;color:var(--text-sub)}.cashout-success{display:flex;flex-direction:column;gap:.5rem;background:#4fd18b0f;border:1px solid rgba(79,209,139,.25);border-radius:8px;padding:1rem 1.25rem}.cashout-success-icon{font-size:1.4rem;color:var(--success);font-weight:700}.cashout-success-sub{font-size:.82rem;color:var(--text-sub)}.cashout-success code{font-family:monospace;font-size:.8rem;color:var(--text-dim)}.wallet-panel{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.wallet-panel-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.wallet-panel-title{font-size:1.05rem;font-weight:700;color:var(--text)}.wallet-panel-rate{font-size:.78rem;color:var(--text-dim)}.totp-input{background:var(--bg-3);border:1px solid var(--border);border-radius:7px;color:var(--text);padding:.75rem 1rem;font-size:1.6rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;letter-spacing:.35em;text-align:center;width:100%;outline:none;transition:border-color .15s}.totp-input:focus{border-color:var(--accent)}.totp-input:disabled{opacity:.5;cursor:not-allowed}.totp-input::placeholder{letter-spacing:.2em;color:var(--text-dim);font-size:1.4rem}.twofa-section{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.twofa-heading{font-size:.85rem;font-weight:600;color:var(--text-sub);margin-bottom:1rem}.twofa-status-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.twofa-status-hint{font-size:.85rem;color:var(--text-sub)}.twofa-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:20px;padding:.2rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.twofa-badge-on{background:#4fd18b1a;border:1px solid rgba(79,209,139,.3);color:var(--success)}.twofa-badge-off{background:#8892a41a;border:1px solid rgba(136,146,164,.25);color:var(--text-sub)}.twofa-disabled,.twofa-enabled{display:flex;flex-direction:column;gap:.75rem}.twofa-setup{display:flex;flex-direction:column;gap:1rem}.twofa-step-indicator{display:flex;gap:.5rem;margin-bottom:.25rem}.twofa-step{font-size:.75rem;font-weight:600;color:var(--text-dim);padding:.2rem .65rem;border-radius:20px;background:var(--bg-3);border:1px solid var(--border)}.twofa-step.active{color:var(--accent);border-color:var(--accent);background:#4f8ef714}.twofa-step.done{color:var(--success);border-color:#4fd18b4d;background:#4fd18b0f}.twofa-instruction{font-size:.88rem;color:var(--text-sub);line-height:1.6}.twofa-qr-container{display:flex;justify-content:center;padding:1.25rem;background:#fff;border-radius:var(--radius);align-self:center}.twofa-qr-image{width:200px;height:200px;image-rendering:pixelated}.twofa-manual-entry{font-size:.85rem;color:var(--text-sub)}.twofa-manual-entry summary{cursor:pointer;font-size:.85rem}.twofa-secret{display:block;margin-top:.5rem;padding:.6rem .85rem;background:var(--bg-3);border:1px solid var(--border);border-radius:7px;font-family:SF Mono,Fira Code,monospace;font-size:.85rem;color:var(--text);word-break:break-all;-webkit-user-select:all;user-select:all}.twofa-verify-form{display:flex;flex-direction:column;gap:.75rem}.twofa-success-msg{background:#4fd18b14;border:1px solid rgba(79,209,139,.25);border-radius:7px;padding:.65rem .85rem;font-size:.88rem;color:var(--success);font-weight:600}.twofa-backup-codes{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.twofa-backup-code{display:block;padding:.45rem .65rem;background:var(--bg-3);border:1px solid var(--border);border-radius:6px;font-family:SF Mono,Fira Code,monospace;font-size:.85rem;color:var(--text);text-align:center;-webkit-user-select:all;user-select:all}.twofa-backup-actions{display:flex;align-items:center;gap:.75rem}.twofa-disable-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}@media (max-width: 700px){.hero{flex-direction:column;gap:2.5rem;padding-top:3rem}.hero-visual{width:100%;flex:none;height:200px}.c1{width:180px;height:180px}.c2{width:130px;height:130px}.c3{width:85px;height:85px}.features-list{grid-template-columns:1fr}.feature-row:nth-child(odd):not(:last-child){border-right:none}.hiw-phases{grid-template-columns:1fr}.protection-layout{flex-direction:column}.protection-image{width:100%;height:220px;flex:none}.product-full-inner{flex-direction:column}.product-full-image{width:100%;flex:none;height:180px}.dashboard{padding:1.5rem 1rem}.dashboard-card{padding:1.25rem}.dash-tabs{width:100%}.dash-tab-btn{flex:1;text-align:center}.hero-actions{justify-content:center}.cashout-form-row{flex-wrap:wrap}.footer{flex-direction:column;text-align:center}.detail-list{grid-template-columns:1fr}dt{color:var(--text-dim);font-size:.78rem;margin-top:.3rem}.twofa-backup-codes{grid-template-columns:1fr 1fr}.twofa-step-indicator{flex-wrap:wrap}}@media (max-width: 480px){.header-inner{padding:0 .85rem}.nav-marketing{display:none}.hamburger,.mobile-menu{display:flex}.login-card{padding:2rem 1.25rem}.dashboard{padding:1.25rem .75rem;gap:1rem}.dashboard-card{flex-direction:column;align-items:flex-start;gap:1rem}.dash-name{font-size:1.2rem}.wallet-panel{padding:.9rem 1rem}.twofa-backup-codes{grid-template-columns:1fr}.twofa-backup-actions,.tech-cta-inner{flex-direction:column;align-items:flex-start}.tech-cta-inner .btn{margin-left:0;width:100%}}
