@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg-black: #080806;--bg-card: #12120e;--bg-card-hover: #181813;--bg-card-subtle: #0d0d0a;--border-subtle: rgba(255, 255, 255, .08);--border-gold: rgba(255, 215, 0, .22);--border-gold-hover: rgba(255, 215, 0, .45);--gold-primary: #ffd700;--gold-hover: #ffe44d;--gold-dark: #c89b10;--gold-glow: rgba(255, 215, 0, .14);--text-white: #ffffff;--text-primary: #f5f5f7;--text-secondary: #a1a1aa;--text-muted: #71717a;--accent-red: #ff3b30;--accent-purple: #af52de;--accent-blue: #0a84ff;--accent-green: #34c759;--accent-orange: #ff9500;--max-width: 1200px;--header-height: 72px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);background-color:var(--bg-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 85% 10%,rgba(255,215,0,.05),transparent 40%),radial-gradient(circle at 15% 50%,rgba(255,215,0,.03),transparent 35%),var(--bg-black);min-height:100vh;overflow-x:hidden;line-height:1.62;letter-spacing:-.011em}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-white);text-wrap:balance}h1{font-weight:800;line-height:1.1;letter-spacing:-.035em}h2{font-weight:800;line-height:1.18;letter-spacing:-.025em}h3{font-weight:700;line-height:1.28;letter-spacing:-.015em}h4{font-weight:700;line-height:1.35;letter-spacing:-.01em}h5,h6{font-weight:700;line-height:1.4;letter-spacing:-.005em}p{color:var(--text-secondary);line-height:1.62;text-wrap:pretty}em{font-family:Georgia,Times New Roman,serif;font-style:italic;color:var(--gold-primary);font-weight:400}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#ffd70014;color:var(--gold-primary);padding:2px 7px;border-radius:5px;font-size:.88em}.gold-text{color:var(--gold-primary)!important}.red-text{color:var(--accent-red)!important}.purple-text{color:var(--accent-purple)!important}.blue-text{color:var(--accent-blue)!important}.green-text{color:var(--accent-green)!important}.orange-text{color:var(--accent-orange)!important}.section-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:14px}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-content{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;min-height:46px;border-radius:12px;font-weight:700;font-size:14px;letter-spacing:.01em;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.btn-primary{background:var(--gold-primary);color:#080806;box-shadow:0 4px 20px #ffd70040}.btn-primary:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 8px 30px #ffd70061}.btn-secondary{background:#ffffff0f;color:var(--text-white);border:1px solid var(--border-subtle)}.btn-secondary:hover{background:#ffffff1f;border-color:#ffffff38;transform:translateY(-2px)}.btn.compact{padding:8px 16px;min-height:36px;font-size:13px;border-radius:9px}.btn.lg{padding:15px 32px;min-height:52px;font-size:15px;border-radius:14px}.btn.full-width{width:100%}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#080806d9;backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle)}.header-container{max-width:var(--max-width);height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:10px}.brand-logo{width:32px;height:32px;border-radius:8px}.brand-name{font-family:Manrope,sans-serif;font-weight:800;font-size:16px;letter-spacing:.12em;color:var(--text-white)}.brand-badge{font-size:9px;font-weight:800;padding:2px 6px;border-radius:4px;background:#ffd70026;color:var(--gold-primary);border:1px solid rgba(255,215,0,.3)}.desktop-nav{display:flex;align-items:center;gap:28px}.nav-link{font-size:14px;font-weight:600;color:var(--text-secondary);transition:color .2s ease;display:flex;align-items:center;gap:4px}.nav-link:hover,.nav-link.active{color:var(--text-white)}.nav-link.active{color:var(--gold-primary)}.nav-dropdown-wrapper{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:4px}.dropdown-chevron{transition:transform .2s ease}.dropdown-chevron.rotate{transform:rotate(180deg)}.features-dropdown-menu{position:absolute;top:100%;left:-120px;width:580px;background:#10100d;border:1px solid var(--border-gold);border-radius:18px;padding:16px;margin-top:12px;box-shadow:0 20px 60px #0009,0 0 40px #ffd70014;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:12px;transition:background .15s ease}.dropdown-item:hover{background:#ffffff0d}.dropdown-item.current{background:#ffd70014}.item-icon-box{width:34px;height:34px;border-radius:9px;background:#ffd7001a;color:var(--gold-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-title{font-weight:700;font-size:13px;color:var(--text-white)}.item-desc{font-size:11px;color:var(--text-muted);line-height:1.3;margin-top:2px}.dropdown-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;margin-top:10px;border-top:1px solid var(--border-subtle);font-size:12px;color:var(--text-muted)}.footer-link{color:var(--gold-primary);font-weight:600}.footer-link:hover{text-decoration:underline}.header-actions{display:flex;align-items:center;gap:16px}.mobile-menu-btn{display:none;color:var(--text-white);padding:4px}.mobile-drawer{display:none;background:#0d0d0a;border-bottom:1px solid var(--border-subtle);padding:24px;max-height:calc(100vh - var(--header-height));overflow-y:auto}.mobile-nav-group{margin-bottom:24px}.mobile-group-title{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--gold-primary);margin-bottom:12px}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border-subtle);color:var(--text-primary);font-weight:600;font-size:15px}.mobile-link-left{display:flex;align-items:center;gap:12px}.mobile-link-left svg{color:var(--gold-primary)}.mobile-drawer-cta{padding-top:16px;display:flex;flex-direction:column;align-items:center;gap:10px}.mobile-subtext{font-size:12px;color:var(--text-muted)}.site-footer{background:#060605;border-top:1px solid var(--border-subtle);padding:clamp(64px,8vw,96px) clamp(18px,3vw,24px) 36px;margin-top:clamp(72px,9vw,112px)}.footer-top{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:clamp(40px,5vw,64px)}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo{width:34px;height:34px;border-radius:8px}.footer-tagline{color:var(--text-secondary);font-size:14.5px;line-height:1.65;max-width:320px;margin-bottom:24px}.footer-badges{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.status-badge,.age-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:99px;font-size:12px;font-weight:600;width:max-content}.status-badge{background:#34c7591a;color:var(--accent-green);border:1px solid rgba(52,199,89,.25)}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-green);box-shadow:0 0 8px var(--accent-green)}.age-badge{background:#ffd7001a;color:var(--gold-primary);border:1px solid rgba(255,215,0,.25)}.footer-download-btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.android-pill{font-size:12px;color:var(--text-muted)}.footer-columns-group{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 32px}.footer-col-title{font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-white);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:11px}.footer-links a{font-size:13.5px;color:var(--text-secondary);transition:color .15s ease;line-height:1.4}.footer-links a:hover{color:var(--gold-primary)}.footer-disclaimer{max-width:var(--max-width);margin:52px auto 0;padding:22px 24px;border-radius:14px;background:#ffffff05;border:1px solid var(--border-subtle);font-size:12.5px;color:var(--text-muted);line-height:1.7}.footer-disclaimer strong{color:var(--gold-primary)}.footer-bottom{max-width:var(--max-width);margin:36px auto 0;padding-top:24px;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--text-muted)}.footer-bottom-links{display:flex;align-items:center;gap:12px}.footer-bottom-links a:hover{color:var(--text-white)}.dot-sep{opacity:.4}.home-page{padding-bottom:80px}.hero-section{max-width:var(--max-width);margin:0 auto;padding:clamp(64px,8vw,96px) 24px clamp(64px,8vw,96px);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(36px,4vw,56px);align-items:center;min-height:calc(100vh - var(--header-height))}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:99px;background:#ffd70014;border:1px solid rgba(255,215,0,.25);color:var(--gold-primary);font-size:11px;font-weight:800;letter-spacing:.1em;margin-bottom:24px}.live-pulse{width:6px;height:6px;border-radius:50%;background:var(--gold-primary);box-shadow:0 0 8px var(--gold-primary);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ffd700b3}70%{transform:scale(1.15);box-shadow:0 0 0 8px #ffd70000}to{transform:scale(.95);box-shadow:0 0 #ffd70000}}.hero-headline{font-size:clamp(38px,5.2vw,72px);line-height:1.08;letter-spacing:-.035em;margin-bottom:24px}.hero-subhead{font-size:clamp(16px,1.8vw,19px);color:var(--text-secondary);line-height:1.65;max-width:560px;margin-bottom:36px}.hero-cta-group{display:flex;align-items:center;gap:16px;margin-bottom:36px;flex-wrap:wrap}.hero-trust-metrics{display:flex;flex-wrap:wrap;gap:12px}.metric-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:99px;font-size:12.5px;font-weight:600;color:var(--text-secondary)}.hero-phone-stage{position:relative;display:flex;justify-content:center;align-items:center;padding:40px 0}.phone-glow{position:absolute;width:420px;height:420px;background:radial-gradient(circle,rgba(255,215,0,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.float-badge{position:absolute;z-index:10;padding:12px 16px;border-radius:14px;background:#12120ee6;backdrop-filter:blur(12px);border:1px solid var(--border-gold);box-shadow:0 20px 40px #00000080;display:flex;align-items:center;gap:10px;font-size:12px}.float-label{display:block;font-size:9px;font-weight:800;letter-spacing:.1em;color:var(--text-muted)}.float-gem{left:-20px;top:140px}.float-live{right:-20px;bottom:160px}.phone-device{width:320px;height:640px;background:#000;border-radius:46px;border:4px solid #22221e;box-shadow:0 30px 80px #000c,0 0 50px #ffd7001a;display:flex;flex-direction:column;overflow:hidden;position:relative}.phone-statusbar{height:38px;padding:8px 24px;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--text-secondary)}.phone-statusbar .notch{width:90px;height:20px;background:#22221e;border-radius:0 0 14px 14px}.phone-active-lives-bar{display:flex;align-items:center;gap:12px;padding:6px 16px;border-bottom:1px solid var(--border-subtle);background:#0a0a08;overflow-x:auto}.live-avatar-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;color:var(--text-secondary)}.live-ring{position:relative;width:38px;height:38px;border-radius:50%;padding:2px;background:#333}.live-ring.active{background:linear-gradient(135deg,#ff3b30,gold)}.live-avatar-item.pulse .live-ring{background:linear-gradient(135deg,#ff3b30,#ff9500)}.avatar-letter{width:100%;height:100%;border-radius:50%;background:#1c1c18;color:var(--gold-primary);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.avatar-letter.sm{width:28px;height:28px;font-size:11px}.live-tag{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:var(--accent-red);color:#fff;font-size:7px;font-weight:800;padding:1px 4px;border-radius:3px}.add-live-btn{width:38px;height:38px;border-radius:50%;border:1px dashed var(--border-gold);color:var(--gold-primary);display:flex;align-items:center;justify-content:center;font-size:18px}.phone-screen-content{flex:1;padding:14px;display:flex;flex-direction:column;background:#080806}.mock-card{height:100%;border-radius:20px;background:var(--bg-card);border:1px solid var(--border-subtle);overflow:hidden;display:flex;flex-direction:column}.deck-mock .deck-photo-area{height:240px;background:linear-gradient(180deg,#2a2318,#15130f);position:relative;padding:12px;display:flex;flex-direction:column;justify-content:space-between}.deck-intent-pill{font-size:8px;font-weight:800;padding:4px 8px;border-radius:99px;background:#000000b3;color:var(--gold-primary);border:1px solid rgba(255,215,0,.3);width:max-content}.deck-online-indicator{font-size:9px;color:var(--accent-green);font-weight:600}.deck-card-info{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.deck-name-row{display:flex;justify-content:space-between;align-items:baseline}.deck-distance{font-size:10px;color:var(--text-muted)}.deck-bio{font-size:11px;color:var(--text-secondary);line-height:1.4}.deck-tag-row{display:flex;gap:6px;flex-wrap:wrap}.deck-tag-row span{font-size:9px;padding:3px 8px;border-radius:99px;background:#ffd70014;color:var(--gold-primary)}.deck-action-buttons{display:flex;justify-content:center;gap:16px;margin-top:auto}.deck-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.deck-btn.pass{background:#ffffff14;color:var(--text-muted)}.deck-btn.heart{background:var(--gold-primary);color:#080806}.feed-post-head{display:flex;align-items:center;gap:10px;padding:12px}.feed-post-head strong{font-size:12px;display:block}.feed-post-head small{font-size:10px;color:var(--text-muted)}.feed-post-media{height:250px;background:#1a1a15;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--gold-primary);font-size:12px;font-weight:600}.feed-post-footer{padding:12px;display:flex;justify-content:space-between;font-size:10px;color:var(--text-secondary);border-top:1px solid var(--border-subtle);margin-top:auto}.gems-mock{padding:16px;display:flex;flex-direction:column;gap:16px}.gem-mock-head{display:flex;align-items:center;gap:12px}.gem-mock-head span{font-size:11px;color:var(--text-muted)}.gem-mock-chart{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mock-stat-tile{background:#ffffff0a;padding:10px;border-radius:10px;text-align:center}.mock-stat-tile small{display:block;font-size:8px;color:var(--text-muted)}.mock-stat-tile strong{font-size:12px;margin-top:4px}.events-mock{padding:16px;display:flex;flex-direction:column;gap:14px}.event-date{font-size:10px;font-weight:800;color:var(--accent-blue);display:block;margin-bottom:4px}.event-mock-body p{font-size:11px;color:var(--text-secondary);margin:8px 0 12px}.event-perks{display:flex;gap:6px;margin-bottom:16px}.event-perks span{font-size:9px;padding:3px 6px;background:#0a84ff1a;color:var(--accent-blue);border-radius:4px}.phone-tabs-bar{height:52px;background:#0a0a08;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-around;align-items:center}.phone-tab{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--text-muted)}.phone-tab small{font-size:8px}.phone-tab.active{color:var(--gold-primary)}.ecosystem-ticker{background:#0d0d0a;border-block:1px solid var(--border-subtle);padding:18px 0;overflow:hidden;white-space:nowrap}.ticker-inner{display:inline-block;animation:scrollTicker 30s linear infinite;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--text-muted)}.ticker-inner span{margin-right:32px}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-systems-section{max-width:var(--max-width);margin:clamp(72px,9vw,112px) auto 0;padding:0 24px}.section-head{text-align:center;max-width:720px;margin:0 auto 52px;padding:0 16px}.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.18;letter-spacing:-.025em;margin-bottom:16px}.section-head p{color:var(--text-secondary);font-size:clamp(15px,1.4vw,17px);line-height:1.62}.systems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.system-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:22px;padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;transition:all .25s cubic-bezier(.16,1,.3,1)}.system-card:hover{transform:translateY(-4px);border-color:var(--border-gold-hover);background:var(--bg-card-hover);box-shadow:0 20px 48px #0009}.system-card.highlight-gold{border-color:var(--border-gold);background:linear-gradient(180deg,#181710,#10100d)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.card-icon{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center}.card-icon.gold{background:#ffd7001a;color:var(--gold-primary)}.card-icon.red{background:#ff3b301a;color:var(--accent-red)}.card-icon.purple{background:#af52de1a;color:var(--accent-purple)}.card-icon.green{background:#34c7591a;color:var(--accent-green)}.card-icon.blue{background:#0a84ff1a;color:var(--accent-blue)}.card-icon.orange{background:#ff95001a;color:var(--accent-orange)}.system-tag{font-size:10.5px;font-weight:800;letter-spacing:.1em;color:var(--text-muted)}.system-card h3{font-size:20px;line-height:1.25;margin-bottom:12px}.system-card p{color:var(--text-secondary);font-size:14px;line-height:1.62;margin-bottom:22px;flex:1}.card-perks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.card-perks span{font-size:11.5px;font-weight:600;padding:5px 11px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:99px;color:var(--text-secondary)}.card-link{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--gold-primary);margin-top:auto;transition:transform .15s ease}.system-card:hover .card-link{transform:translate(4px)}.home-economy-spotlight{max-width:var(--max-width);margin:clamp(72px,9vw,112px) auto 0;padding:0 24px}.spotlight-inner{background:linear-gradient(135deg,#14130d,#0d0d09);border:1px solid var(--border-gold);border-radius:28px;padding:clamp(36px,5vw,56px);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,4vw,48px);align-items:center}.spotlight-left h2{font-size:clamp(30px,3.6vw,44px);line-height:1.18;letter-spacing:-.025em;margin-bottom:20px}.spotlight-left p{color:var(--text-secondary);font-size:clamp(15px,1.4vw,16.5px);line-height:1.62;margin-bottom:28px}.spotlight-checklist{list-style:none;display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.spotlight-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text-secondary);line-height:1.55}.spotlight-checklist strong{color:var(--text-white)}.economy-comparison-box{display:grid;grid-template-columns:1fr 1fr;gap:16px}.comparison-col{padding:clamp(20px,2.5vw,26px);border-radius:20px;background:#090907;border:1px solid var(--border-subtle)}.comparison-col.tokrah{border-color:var(--border-gold);background:#11100b;position:relative}.col-badge{font-size:9.5px;font-weight:800;letter-spacing:.08em;padding:4px 9px;background:var(--gold-primary);color:#080806;border-radius:5px;width:max-content;margin-bottom:14px}.comparison-col h4{font-size:16.5px;line-height:1.3;margin-bottom:16px}.comparison-col ul{list-style:none;display:flex;flex-direction:column;gap:13px;font-size:13.5px;line-height:1.5;color:var(--text-secondary)}.home-safety-section{max-width:var(--max-width);margin:clamp(72px,9vw,112px) auto 0;padding:0 24px}.safety-inner{text-align:center;max-width:800px;margin:0 auto}.safety-badge-header{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--gold-primary);margin-bottom:16px}.safety-inner h2{font-size:clamp(30px,3.8vw,48px);line-height:1.18;letter-spacing:-.025em;margin-bottom:16px}.safety-inner>p{font-size:clamp(15px,1.4vw,16.5px);color:var(--text-secondary);line-height:1.62;margin-bottom:48px}.safety-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px;text-align:left}.safety-mini-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:clamp(22px,2.5vw,28px);display:flex;flex-direction:column}.safety-mini-card h4{font-size:16.5px;line-height:1.3;margin:14px 0 8px}.safety-mini-card p{font-size:13.5px;color:var(--text-muted);line-height:1.6}.safety-links-row{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.text-action-link{font-size:14px;font-weight:700;color:var(--gold-primary)}.text-action-link:hover{text-decoration:underline}.home-cta-banner{max-width:var(--max-width);margin:clamp(72px,9vw,112px) auto 0;padding:clamp(48px,7vw,76px) clamp(24px,4vw,48px);background:linear-gradient(180deg,#12120e,#0a0a07);border:1px solid var(--border-gold);border-radius:32px;text-align:center;position:relative;overflow:hidden}.cta-glow-effect{position:absolute;top:-150px;left:50%;transform:translate(-50%);width:450px;height:300px;background:radial-gradient(circle,rgba(255,215,0,.2) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cta-logo{width:56px;height:56px;border-radius:14px;margin-bottom:20px}.home-cta-banner h2{font-size:clamp(32px,4.2vw,54px);line-height:1.15;letter-spacing:-.025em;margin-bottom:16px}.home-cta-banner p{color:var(--text-secondary);font-size:clamp(15px,1.4vw,17px);line-height:1.62;margin-bottom:32px;max-width:580px;margin-left:auto;margin-right:auto}.cta-button-wrap{display:flex;justify-content:center;margin-bottom:16px}.cta-note{font-size:12px;color:var(--text-muted)}.product-page{padding-bottom:80px}.product-hero{max-width:880px;margin:0 auto;padding:clamp(64px,8vw,96px) 24px clamp(48px,6vw,64px);text-align:center}.product-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:99px;background:#ffd70014;border:1px solid rgba(255,215,0,.25);color:var(--gold-primary);font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:24px}.product-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.1;letter-spacing:-.03em;margin-bottom:22px}.product-hero-desc{font-size:clamp(16px,1.6vw,18px);color:var(--text-secondary);line-height:1.65;max-width:680px;margin:0 auto 36px}.product-hero-cta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.stat-band-section{max-width:var(--max-width);margin:0 auto clamp(48px,6vw,72px);padding:0 24px}.stat-band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-band-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:clamp(22px,2.5vw,26px);display:flex;flex-direction:column}.stat-sub{display:block;font-size:10.5px;font-weight:800;letter-spacing:.12em;color:var(--gold-primary);margin-bottom:10px}.stat-val{display:block;font-size:clamp(24px,2.5vw,30px);font-weight:800;letter-spacing:-.02em;color:var(--text-white);margin-bottom:8px;line-height:1.15}.stat-band-card p{font-size:13px;color:var(--text-muted);line-height:1.55;margin-top:auto}.features-showcase-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.features-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.features-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.features-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-block-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:22px;padding:clamp(28px,3.5vw,36px) clamp(24px,3vw,30px);display:flex;flex-direction:column}.block-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.block-icon.gold{background:#ffd7001f;color:var(--gold-primary)}.block-icon.red{background:#ff3b301f;color:var(--accent-red)}.block-icon.purple{background:#af52de1f;color:var(--accent-purple)}.block-icon.green{background:#34c7591f;color:var(--accent-green)}.block-icon.blue{background:#0a84ff1f;color:var(--accent-blue)}.block-icon.orange{background:#ff95001f;color:var(--accent-orange)}.feature-block-card h3{font-size:20px;line-height:1.25;margin-bottom:12px}.feature-block-card p{font-size:14px;color:var(--text-secondary);line-height:1.62;margin-top:auto}.product-bottom-cta{max-width:var(--max-width);margin:clamp(72px,9vw,112px) auto 0;padding:0 24px}.product-bottom-cta .cta-box{background:#11110e;border:1px solid var(--border-gold);border-radius:28px;padding:clamp(48px,6vw,68px) clamp(24px,4vw,40px);text-align:center}.product-bottom-cta h2{font-size:clamp(28px,3.6vw,44px);line-height:1.18;margin:16px 0 14px}.product-bottom-cta p{color:var(--text-secondary);font-size:clamp(15px,1.4vw,17px);line-height:1.62;max-width:600px;margin:0 auto 32px}.calculator-section{max-width:var(--max-width);margin:clamp(40px,5vw,72px) auto clamp(60px,8vw,96px);padding:0 24px}.gem-calculator-card{background:#10100d;border:1px solid var(--border-gold);border-radius:26px;padding:clamp(28px,4vw,44px);box-shadow:0 20px 60px #0009,0 0 50px #ffd7000d}.calculator-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:36px;gap:24px;flex-wrap:wrap}.calc-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:99px;background:#ffd7001a;color:var(--gold-primary);font-size:11px;font-weight:800;margin-bottom:12px}.calc-title-group h3{font-size:clamp(22px,2.5vw,28px);line-height:1.25;margin-bottom:8px}.calc-title-group p{font-size:14.5px;color:var(--text-secondary);line-height:1.6;max-width:600px}.calc-presets{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.preset-label{font-size:12px;font-weight:700;color:var(--text-muted)}.preset-btn{padding:7px 14px;border-radius:9px;background:#ffffff0f;border:1px solid var(--border-subtle);color:var(--text-primary);font-size:12.5px;font-weight:600;transition:all .15s ease}.preset-btn:hover{background:#ffd70026;border-color:var(--border-gold);color:var(--gold-primary)}.calculator-body{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,4vw,44px)}.base-val-group{background:#ffffff08;padding:20px 22px;border-radius:16px;border:1px solid var(--border-subtle);margin-bottom:24px}.base-val-group label{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;margin-bottom:12px}.val-display{font-size:20px;font-weight:800;color:var(--gold-primary)}.gold-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#262620;outline:none}.gold-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--gold-primary);cursor:pointer;box-shadow:0 0 10px #ffd70099;transition:transform .1s ease}.gold-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.slider-range-labels{display:flex;justify-content:space-between;font-size:11.5px;color:var(--text-muted);margin-top:8px}.calc-sliders-list{display:flex;flex-direction:column;gap:22px}.slider-item{display:flex;flex-direction:column;gap:8px}.slider-top{display:flex;justify-content:space-between;font-size:13.5px;font-weight:700}.factor-name em{font-family:inherit;font-size:12px;color:var(--text-muted);font-style:normal}.factor-val{color:var(--gold-primary);font-weight:800}.factor-desc{font-size:11.5px;color:var(--text-muted)}.calc-results-col{display:flex;flex-direction:column;gap:20px}.popularity-meter-box{background:#ffffff08;border:1px solid var(--border-subtle);border-radius:20px;padding:24px}.meter-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.meter-label{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase}.tier-badge-pill{font-size:11px;font-weight:800;padding:3px 10px;border-radius:99px;border:1px solid}.big-score-wrap{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.big-score{font-family:Manrope,sans-serif;font-size:54px;font-weight:800;line-height:1}.score-max{font-size:18px;color:var(--text-muted)}.score-track{width:100%;height:8px;border-radius:4px;background:#22221d;overflow:hidden;margin-bottom:12px}.score-fill{height:100%;transition:width .2s ease,background-color .2s ease}.tier-explanation{font-size:13.5px;color:var(--text-secondary);line-height:1.55}.pricing-grid{display:grid;grid-template-columns:1fr;gap:12px}.price-card{background:#ffffff06;border:1px solid var(--border-subtle);border-radius:14px;padding:14px 18px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"sub val" "note val";align-items:center;gap:4px 16px}.price-card .price-sub{grid-area:sub;font-size:13px;color:var(--text-secondary);font-weight:600}.price-card .price-val{grid-area:val;font-size:17px;font-weight:800;color:var(--text-white);text-align:right;white-space:nowrap}.price-card .price-note{grid-area:note;font-size:11px;color:var(--text-muted)}.calc-safeguard-box{background:#ffd7000a;border:1px solid rgba(255,215,0,.15);border-radius:16px;padding:18px 22px}.safeguard-header{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-white);margin-bottom:12px}.safeguard-mini-list{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:12.5px;color:var(--text-secondary);line-height:1.5}.safeguard-mini-list strong{color:var(--gold-primary)}.valuation-factors-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.factors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.factor-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:24px 20px;display:flex;flex-direction:column}.factor-card-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.factor-idx{font-size:12px;color:var(--text-muted);font-weight:700}.factor-weight{font-size:11px;font-weight:800;color:var(--gold-primary)}.factor-card h3{font-size:17px;line-height:1.3;margin-bottom:8px}.factor-card p{font-size:13px;color:var(--text-secondary);line-height:1.55;margin-top:auto}.protection-safeguards-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.safeguards-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,4vw,48px)}.safeguards-left h2{font-size:clamp(26px,3vw,32px);line-height:1.22;margin-bottom:14px}.safeguards-left>p{font-size:15px;color:var(--text-secondary);line-height:1.62;margin-bottom:24px}.protection-tiers-list{display:flex;flex-direction:column;gap:14px}.protection-tier-item{display:flex;gap:16px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;padding:18px 20px;align-items:flex-start}.tier-icon-wrap{width:38px;height:38px;border-radius:11px;background:#ffd7001a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.protection-tier-item h4{font-size:15.5px;line-height:1.3;margin-bottom:4px}.protection-tier-item p{font-size:12.5px;color:var(--text-secondary);line-height:1.5;margin-bottom:6px}.protection-tier-item small{font-size:11px;color:var(--gold-primary);font-weight:700}.reserve-card{background:#11100b;border:1px solid var(--border-gold);border-radius:22px;padding:clamp(28px,3.5vw,36px);display:flex;flex-direction:column;gap:16px}.reserve-head{display:flex;align-items:center;gap:12px}.reserve-head h4{font-size:20px;line-height:1.25}.reserve-card>p{font-size:14px;color:var(--text-secondary);line-height:1.62}.reserve-details{list-style:none;display:flex;flex-direction:column;gap:12px;font-size:13.5px;line-height:1.5;color:var(--text-secondary)}.system-identity-callout{padding:16px;border-radius:12px;background:#ffd70014;font-size:12.5px;color:var(--text-primary);line-height:1.55;margin-top:8px}.product-faq-section{max-width:var(--max-width);margin:clamp(72px,9vw,112px) auto 0;padding:0 24px}.faq-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px}.faq-item-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:clamp(22px,2.5vw,28px);display:flex;flex-direction:column}.faq-item-card h4{font-size:17px;line-height:1.35;margin-bottom:12px}.faq-item-card p{font-size:14px;color:var(--text-secondary);line-height:1.65}.currency-flow-container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.flow-intro{text-align:center;max-width:720px;margin:0 auto 48px}.flow-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:14px}.flow-intro h3{font-size:clamp(26px,3.2vw,36px);line-height:1.2;letter-spacing:-.02em;margin-bottom:12px}.flow-intro p{font-size:clamp(14.5px,1.4vw,16px);color:var(--text-secondary);line-height:1.62;margin-bottom:28px}.flow-filter-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.flow-tab-btn{padding:8px 18px;border-radius:99px;background:#ffffff0d;border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:13px;font-weight:700;transition:all .15s ease}.flow-tab-btn:hover{background:#ffffff1a;color:var(--text-white)}.flow-tab-btn.active{background:var(--gold-primary);color:#080806;border-color:var(--gold-primary)}.flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.flow-card{background:var(--bg-card);border-radius:22px;padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;gap:22px;border:1px solid}.flow-card.gold-border{border-color:var(--border-gold)}.flow-card.blue-border{border-color:#0a84ff4d}.flow-card.green-border{border-color:#34c7594d}.flow-card-head{display:flex;align-items:center;gap:14px}.flow-icon-circle{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.flow-icon-circle.gold{background:#ffd7001a;color:var(--gold-primary)}.flow-icon-circle.blue{background:#0a84ff1a;color:var(--accent-blue)}.flow-icon-circle.green{background:#34c7591a;color:var(--accent-green)}.flow-head-info h4{font-size:17px;line-height:1.25;margin-bottom:3px}.canonical-tag{font-size:11.5px;color:var(--text-muted)}.flow-card-section h5{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-white);margin-bottom:12px}.flow-list{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:13px;color:var(--text-secondary);line-height:1.5}.flow-list li{display:flex;align-items:flex-start;gap:10px}.flow-card-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-subtle);font-size:11.5px}.footer-status-row{display:flex;flex-direction:column;gap:4px}.val-green{color:var(--accent-green);font-weight:700}.val-gray{color:var(--text-muted);font-weight:600}.diamond-truth-banner,.currency-truth-banner{background:#141209;border:1px solid var(--border-gold);border-radius:20px;padding:clamp(22px,2.8vw,30px)}.banner-left{display:flex;align-items:flex-start;gap:16px}.warning-icon{color:var(--gold-primary);flex-shrink:0;margin-top:2px}.diamond-truth-banner h4,.currency-truth-banner h4{font-size:18px;line-height:1.3;margin-bottom:8px}.diamond-truth-banner p,.currency-truth-banner p{font-size:14px;color:var(--text-secondary);line-height:1.62}.help-center-wrapper{max-width:920px;margin:0 auto;padding:0 24px}.help-search-box{margin-bottom:36px}.search-input-wrap{position:relative;margin-bottom:18px}.search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.help-search-input{width:100%;padding:18px 52px 18px 54px;background:#12120e;border:1px solid var(--border-gold);border-radius:16px;color:var(--text-white);font-size:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.help-search-input:focus{border-color:var(--gold-primary);box-shadow:0 0 25px #ffd70026}.clear-search-btn{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.clear-search-btn:hover{color:var(--text-white)}.help-category-pills{display:flex;gap:8px;flex-wrap:wrap}.help-cat-pill{padding:7px 16px;border-radius:99px;background:#ffffff0a;border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:13px;font-weight:600;transition:all .15s ease}.help-cat-pill:hover{background:#ffffff14;color:var(--text-white)}.help-cat-pill.active{background:var(--gold-primary);color:#080806;border-color:var(--gold-primary)}.help-results-meta{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:var(--text-muted);margin-bottom:24px}.reset-filter-btn{color:var(--gold-primary);font-weight:700}.help-articles-list{display:flex;flex-direction:column;gap:14px;margin-bottom:48px}.help-article-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;overflow:hidden;transition:border-color .2s ease}.help-article-card.open{border-color:var(--border-gold)}.article-card-header{width:100%;padding:22px 26px;display:flex;justify-content:space-between;align-items:flex-start;text-align:left}.article-cat-tag{font-size:9.5px;font-weight:800;letter-spacing:.12em;color:var(--gold-primary);display:block;margin-bottom:6px}.article-title{font-size:18.5px;line-height:1.3;color:var(--text-white);margin-bottom:6px}.article-summary{font-size:14px;color:var(--text-secondary);line-height:1.6}.article-chevron{color:var(--text-muted);margin-left:16px;margin-top:4px}.article-content-body{padding:0 26px 26px;border-top:1px solid var(--border-subtle);margin-top:4px}.article-markdown{padding-top:18px;font-size:14.5px;color:var(--text-secondary);line-height:1.72}.article-markdown p{margin-bottom:14px}.article-keywords{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.05)}.kw-label{font-size:11.5px;color:var(--text-muted)}.kw-tag{font-size:10.5px;padding:3px 8px;background:#ffffff0d;border-radius:4px;color:var(--text-muted)}.help-empty-state{text-align:center;padding:60px 20px;background:var(--bg-card);border-radius:18px}.empty-icon{color:var(--text-muted);margin-bottom:16px}.help-empty-state h4{font-size:18px;margin-bottom:8px}.help-empty-state p{font-size:14px;color:var(--text-secondary);margin-bottom:20px}.help-escalation-card{background:#11100b;border:1px solid var(--border-gold);border-radius:20px;padding:clamp(24px,3vw,32px);display:flex;justify-content:space-between;align-items:center;gap:24px}.escalation-left{display:flex;align-items:center;gap:16px}.escalation-icon{width:48px;height:48px;border-radius:13px;background:#ffd7001a;color:var(--gold-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.escalation-left h4{font-size:17.5px;line-height:1.25;margin-bottom:4px}.escalation-left p{font-size:13.5px;color:var(--text-secondary);line-height:1.5}.escalation-actions{display:flex;gap:12px;flex-shrink:0}.battle-mockup-wrapper{background:#10100d;border:1px solid var(--border-subtle);border-radius:26px;padding:clamp(24px,3.5vw,36px);max-width:var(--max-width);margin:0 auto}.battle-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.battle-tag{display:flex;align-items:center;gap:6px;color:var(--accent-red);font-size:12px;font-weight:800;letter-spacing:.1em}.battle-timer{font-size:12px;font-weight:700;color:var(--text-muted)}.dual-stream-view{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;margin-bottom:24px}.stream-half{height:320px;border-radius:18px;position:relative;padding:18px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.stream-half.left{background:linear-gradient(180deg,#2b1d1d,#151010);border:1px solid rgba(255,59,48,.3)}.stream-half.right{background:linear-gradient(180deg,#1b202c,#101217);border:1px solid rgba(10,132,255,.3)}.host-overlay .host-tag{font-size:9px;font-weight:800;padding:3px 7px;border-radius:4px;background:#0009;color:var(--text-muted)}.host-overlay h4{font-size:18px;line-height:1.3;margin-top:6px}.score-badge{display:flex;align-items:center;gap:6px;background:#000000b3;padding:6px 14px;border-radius:9px;font-weight:800;font-size:14px;width:max-content}.vs-divider{font-family:Manrope,sans-serif;font-weight:800;font-size:24px;color:var(--gold-primary)}.battle-progress-wrapper{background:#20201a;height:12px;border-radius:6px;overflow:hidden}.battle-progress-bar{display:flex;height:100%}.progress-left{background:var(--accent-red);display:flex;align-items:center;justify-content:flex-start;padding-left:8px;font-size:9.5px;font-weight:800}.progress-right{background:var(--accent-blue);display:flex;align-items:center;justify-content:flex-end;padding-right:8px;font-size:9.5px;font-weight:800}.gifts-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin:36px 0}.gift-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:22px 18px;text-align:center;display:flex;flex-direction:column;align-items:center}.gift-emoji{font-size:34px;margin-bottom:12px}.gift-card h4{font-size:15px;line-height:1.3;margin-bottom:4px}.gift-price{font-size:12.5px;font-weight:700;color:var(--gold-primary);display:block;margin-bottom:8px}.gift-card p{font-size:11.5px;color:var(--text-muted);line-height:1.5;margin-top:auto}.diamond-truth-callout,.creator-gifting-callout{background:#141208;border:1px solid var(--border-gold);border-radius:18px;padding:clamp(22px,2.5vw,28px);display:flex;gap:16px;align-items:flex-start}.diamond-truth-callout h4,.creator-gifting-callout h4{font-size:17.5px;line-height:1.3;margin-bottom:6px}.diamond-truth-callout p,.creator-gifting-callout p{font-size:14px;color:var(--text-secondary);line-height:1.62}.player-mockup-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.mockup-player-box{background:#12120e;border:1px solid var(--border-subtle);border-radius:26px;padding:clamp(28px,4vw,40px);display:grid;grid-template-columns:240px 1fr;gap:clamp(24px,3.5vw,40px);align-items:center}.mockup-album-art{height:240px;background:radial-gradient(circle,#2a2318,#11100c);border-radius:18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-subtle)}.vinyl-groove{width:120px;height:120px;border-radius:50%;border:4px solid rgba(255,215,0,.2);display:flex;align-items:center;justify-content:center}.live-playing-badge{font-size:10.5px;font-weight:800;letter-spacing:.1em;color:var(--gold-primary);display:block;margin-bottom:8px}.mockup-track-info h3{font-size:clamp(22px,2.5vw,28px);line-height:1.25;margin-bottom:6px}.mockup-track-info p{font-size:14.5px;color:var(--text-muted);margin-bottom:24px}.waveform-bar{width:100%;height:6px;background:#22221c;border-radius:3px;overflow:hidden;margin-bottom:8px}.wave-active{height:100%;background:var(--gold-primary)}.player-time-row{display:flex;justify-content:space-between;font-size:11.5px;color:var(--text-muted);margin-bottom:24px}.player-controls-row{display:flex;align-items:center;gap:16px}.ctrl-btn{color:var(--text-white);display:flex;align-items:center;justify-content:center}.ctrl-btn.play{width:50px;height:50px;border-radius:50%;background:var(--gold-primary);color:#080806;box-shadow:0 4px 16px #ffd7004d}.ctrl-btn.sm{font-size:18px;color:var(--text-muted)}.audio-quality-tag{margin-left:auto;font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;background:#ffd7001a;color:var(--gold-primary)}.studio-workflow-section,.location-privacy-section,.intent-modes-section,.audience-tiers-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.workflow-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:clamp(24px,2.8vw,30px);display:flex;flex-direction:column}.step-num{font-family:Manrope,sans-serif;font-size:clamp(30px,3vw,36px);font-weight:800;color:var(--gold-primary);margin-bottom:14px;line-height:1}.step-card h4{font-size:18px;line-height:1.3;margin-bottom:10px}.step-card p{font-size:13.5px;color:var(--text-secondary);line-height:1.62;margin-top:auto}.privacy-states-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.privacy-state-card{border-radius:22px;padding:clamp(28px,3.5vw,36px);display:flex;flex-direction:column;gap:18px;border:1px solid}.privacy-state-card.locked{background:#11100e;border-color:#ffffff1a}.privacy-state-card.unlocked{background:#10140f;border-color:#34c75959}.state-badge{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.1em}.state-badge.locked{color:var(--text-muted)}.state-badge.unlocked{color:var(--accent-green)}.privacy-state-card h3{font-size:clamp(20px,2.2vw,24px);line-height:1.25}.privacy-state-card p{font-size:14px;color:var(--text-secondary);line-height:1.62}.state-specs{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:13.5px;color:var(--text-primary);margin-top:8px}.rsvp-guardrails-section{max-width:var(--max-width);margin:clamp(48px,6vw,72px) auto;padding:0 24px}.guardrails-box{background:#13120d;border:1px solid var(--border-gold);border-radius:22px;padding:clamp(28px,3.5vw,36px);display:flex;gap:24px;align-items:flex-start}.guardrail-content h3{font-size:24px;line-height:1.25;margin-bottom:12px}.guardrail-content p{font-size:14px;color:var(--text-secondary);line-height:1.62;margin-bottom:8px}.business-companion-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.business-spotlight-box{background:#0f1013;border:1px solid rgba(10,132,255,.25);border-radius:28px;padding:clamp(36px,5vw,56px);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(32px,4vw,48px);align-items:center}.business-left h2{font-size:clamp(28px,3.4vw,36px);line-height:1.2;margin-bottom:16px}.business-left>p{font-size:clamp(14.5px,1.4vw,16px);color:var(--text-secondary);line-height:1.62;margin-bottom:24px}.scanner-features-list{list-style:none;display:flex;flex-direction:column;gap:14px;font-size:14px;color:var(--text-secondary)}.scanner-features-list li{display:flex;align-items:flex-start;gap:10px}.scanner-ui-mockup{background:#000;border:2px solid #222;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:20px}.scanner-header{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--text-secondary)}.scanner-reticle{height:180px;border:1px dashed rgba(255,255,255,.2);border-radius:14px;position:relative;display:flex;align-items:center}.scanner-laser{width:100%;height:2px;background:var(--accent-red);box-shadow:0 0 10px var(--accent-red);animation:scanLaser 2s infinite ease-in-out alternate}@keyframes scanLaser{0%{transform:translateY(-70px)}to{transform:translateY(70px)}}.scanner-result.success{background:#34c75926;border:1px solid rgba(52,199,89,.3);border-radius:12px;padding:14px;display:flex;align-items:center;gap:10px;color:var(--accent-green);font-size:12px}.scanner-result.success strong{display:block;font-size:13.5px}.scanner-result.success small{color:var(--text-secondary)}.deck-showcase-box{background:#11110e;border:1px solid var(--border-subtle);border-radius:28px;padding:clamp(36px,5vw,56px);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,4vw,48px);align-items:center}.deck-showcase-left h2{font-size:clamp(28px,3.4vw,34px);line-height:1.2;margin-bottom:16px}.deck-showcase-left>p{font-size:clamp(14.5px,1.4vw,16px);color:var(--text-secondary);line-height:1.62;margin-bottom:24px}.deck-perks-list{list-style:none;display:flex;flex-direction:column;gap:14px;font-size:14px;color:var(--text-secondary)}.deck-perks-list li{display:flex;align-items:flex-start;gap:10px}.deck-mockup-card{background:#1a1a14;border:1px solid var(--border-gold);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:16px}.deck-card-badge{font-size:10.5px;font-weight:800;color:var(--accent-green)}.deck-card-image-box{height:220px;border-radius:16px;background:linear-gradient(180deg,#2f271a,#18140e);position:relative;display:flex;align-items:center;justify-content:center}.deck-initial-avatar{font-family:Georgia,serif;font-size:72px;color:var(--gold-primary)}.deck-intent-tag{position:absolute;bottom:12px;left:12px;font-size:9.5px;font-weight:800;padding:4px 9px;border-radius:99px;background:#000000bf;color:var(--gold-primary)}.deck-card-details .deck-title-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.deck-card-details p{font-size:12.5px;color:var(--text-secondary);line-height:1.45;margin-bottom:12px}.deck-traits{display:flex;gap:6px;flex-wrap:wrap}.deck-traits span{font-size:10px;padding:3px 8px;border-radius:99px;background:#ffd70014;color:var(--gold-primary)}.tiers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tier-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:clamp(22px,2.5vw,28px);display:flex;flex-direction:column}.tier-pill{display:inline-block;font-size:9.5px;font-weight:800;padding:4px 10px;border-radius:99px;margin-bottom:14px;width:max-content}.tier-pill.public{background:#ffffff1a;color:#fff}.tier-pill.connections{background:#ffd70026;color:var(--gold-primary)}.tier-pill.mutuals{background:#34c75926;color:var(--accent-green)}.tier-pill.private{background:#af52de26;color:var(--accent-purple)}.tier-card h4{font-size:18px;line-height:1.3;margin-bottom:10px}.tier-card p{font-size:13.5px;color:var(--text-secondary);line-height:1.62;margin-top:auto}.messaging-spotlight-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.messaging-box{background:#11110e;border:1px solid var(--border-subtle);border-radius:28px;padding:clamp(36px,4.5vw,52px);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,4vw,48px);align-items:center}.messaging-perks{list-style:none;display:flex;flex-direction:column;gap:16px;margin-top:24px;font-size:14px;color:var(--text-secondary)}.messaging-perks li{display:flex;align-items:flex-start;gap:12px}.chat-ui-preview{background:#080806;border:1px solid var(--border-subtle);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:14px}.chat-bubble{max-width:80%;padding:12px 16px;border-radius:16px;font-size:13px}.chat-bubble.incoming{align-self:flex-start;background:#1e1e19;color:var(--text-primary);border-bottom-left-radius:4px}.chat-bubble.outgoing{align-self:flex-end;background:var(--gold-primary);color:#080806;border-bottom-right-radius:4px}.chat-bubble small{display:block;font-size:9px;opacity:.7;margin-top:4px;text-align:right}.voice-note-preview{display:flex;align-items:center;gap:10px}.play-vn-btn{width:24px;height:24px;border-radius:50%;background:#080806;color:var(--gold-primary);display:flex;align-items:center;justify-content:center;font-size:10px}.voice-waves{display:flex;align-items:center;gap:3px;height:20px}.voice-waves span{width:3px;background:#080806;border-radius:2px}.creator-streams-section,.creator-verification-section{max-width:var(--max-width);margin:clamp(56px,7vw,88px) auto;padding:0 24px}.streams-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stream-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:22px;padding:clamp(24px,3vw,32px);display:flex;flex-direction:column}.stream-icon-box{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.stream-icon-box.gold{background:#ffd7001a;color:var(--gold-primary)}.stream-icon-box.purple{background:#af52de1a;color:var(--accent-purple)}.stream-icon-box.red{background:#ff3b301a;color:var(--accent-red)}.stream-icon-box.blue{background:#0a84ff1a;color:var(--accent-blue)}.stream-icon-box.green{background:#34c7591a;color:var(--accent-green)}.stream-card h3{font-size:19px;line-height:1.25;margin-bottom:10px}.stream-card p{font-size:13.5px;color:var(--text-secondary);line-height:1.62;margin-top:auto}.verification-box{background:#11100b;border:1px solid var(--border-gold);border-radius:28px;padding:clamp(36px,5vw,56px);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(28px,4vw,48px);align-items:center}.verif-left h2{font-size:clamp(28px,3.4vw,34px);line-height:1.2;margin-bottom:16px}.verif-left>p{font-size:15px;color:var(--text-secondary);line-height:1.62;margin-bottom:24px}.verif-requirements{list-style:none;display:flex;flex-direction:column;gap:14px;font-size:14px;color:var(--text-secondary)}.verif-requirements li{display:flex;align-items:flex-start;gap:10px}.verif-badge-display{background:#181710;border:1px solid var(--border-gold);border-radius:20px;padding:40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.verif-badge-display h4{font-size:20px}.verif-badge-display span{font-size:12px;color:var(--text-muted)}.fediverse-protocol-section{max-width:var(--max-width);margin:clamp(64px,8vw,96px) auto;padding:0 clamp(18px,3vw,24px)}.protocol-box{background:#0f1217;border:1px solid rgba(10,132,255,.25);border-radius:24px;padding:clamp(28px,4vw,44px)}.protocol-box h2{font-size:clamp(26px,3.2vw,34px);line-height:1.2;margin-bottom:14px}.protocol-box>p{font-size:15px;color:var(--text-secondary);line-height:1.65;margin-bottom:32px}.protocol-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.spec-card{background:#0a0b0e;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:clamp(20px,2.5vw,26px);transition:all .25s ease}.spec-card h4{font-size:17px;line-height:1.35;margin-bottom:10px}.spec-card p{font-size:13.5px;color:var(--text-secondary);line-height:1.62}.enforcement-workflow-section,.safety-contact-box-section{max-width:var(--max-width);margin:clamp(64px,8vw,96px) auto;padding:0 clamp(18px,3vw,24px)}.enforcement-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.enforcement-step{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:clamp(22px,2.5vw,28px);display:flex;flex-direction:column}.step-badge{font-size:10.5px;font-weight:800;letter-spacing:.1em;color:var(--gold-primary);margin-bottom:14px;text-transform:uppercase}.enforcement-step h4{font-size:17px;line-height:1.35;margin-bottom:10px}.enforcement-step p{font-size:13.5px;color:var(--text-secondary);line-height:1.62}.safety-contact-card{background:#11100b;border:1px solid var(--border-gold);border-radius:24px;padding:clamp(32px,4vw,48px);display:flex;gap:24px;align-items:flex-start}.contact-icon-circle{width:56px;height:56px;border-radius:16px;background:#ffd7001a;border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold-primary)}.safety-contact-card h3{font-size:22px;line-height:1.25;margin-bottom:10px}.safety-contact-card p{font-size:14.5px;color:var(--text-secondary);line-height:1.62;margin-bottom:18px}.safety-emails-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.email-link-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;background:#ffffff0d;border:1px solid var(--border-subtle);color:var(--gold-primary);font-size:13.5px;font-weight:700;transition:all .2s ease}.email-link-btn:hover{background:#ffd7001a;border-color:var(--border-gold)}.safety-contact-card small{font-size:12px;color:var(--text-muted);line-height:1.5}.about-story-section,.about-principles-section,.careers-values-section,.open-call-section{max-width:var(--max-width);margin:clamp(64px,8vw,96px) auto;padding:0 clamp(18px,3vw,24px)}.story-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:flex-start}.story-left h2{font-size:clamp(32px,4vw,42px);line-height:1.15}.story-right p{font-size:15.5px;color:var(--text-secondary);line-height:1.7;margin-bottom:18px}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.principle-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:clamp(24px,3vw,30px)}.principle-num{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--gold-primary);display:block;margin-bottom:16px}.principle-card h3{font-size:18px;line-height:1.3;margin-bottom:10px}.principle-card p{font-size:13.5px;color:var(--text-secondary);line-height:1.62}.open-call-card{background:#11110e;border:1px solid var(--border-gold);border-radius:28px;padding:clamp(36px,5vw,56px);text-align:center}.open-call-card h2{font-size:clamp(28px,3.5vw,36px);line-height:1.2;margin-bottom:14px}.open-call-card p{font-size:15.5px;color:var(--text-secondary);max-width:620px;margin:0 auto 32px;line-height:1.65}.contact-departments-section,.contact-emergency-section{max-width:var(--max-width);margin:clamp(40px,5vw,60px) auto clamp(60px,8vw,80px);padding:0 clamp(18px,3vw,24px)}.contact-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:22px;padding:clamp(26px,3.5vw,36px);display:flex;flex-direction:column;transition:all .25s ease}.contact-card:hover{transform:translateY(-3px);border-color:var(--border-gold)}.contact-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.contact-arrow{color:var(--text-muted);transition:color .2s ease}.contact-card:hover .contact-arrow{color:var(--gold-primary)}.contact-card h3{font-size:20px;line-height:1.3;margin-bottom:8px}.contact-email{font-size:14.5px;font-weight:700;color:var(--gold-primary);margin-bottom:14px}.contact-card p{font-size:13.5px;color:var(--text-secondary);line-height:1.6}.emergency-notice-box{background:#ff3b3014;border:1px solid rgba(255,59,48,.25);border-radius:18px;padding:clamp(22px,3vw,28px)}.emergency-notice-box h4{font-size:17px;line-height:1.35;color:var(--accent-red);margin-bottom:8px}.emergency-notice-box p{font-size:13.5px;color:var(--text-secondary);line-height:1.62}.legal-hero{max-width:var(--max-width);margin:0 auto;padding:clamp(64px,8vw,96px) clamp(18px,3vw,24px) clamp(32px,4vw,48px);border-bottom:1px solid var(--border-subtle)}.legal-hero h1{font-size:clamp(36px,5vw,60px);line-height:1.1;margin-bottom:10px}.legal-date{font-size:13px;color:var(--gold-primary);font-weight:700;letter-spacing:.04em;margin-bottom:18px}.legal-subhead{font-size:clamp(15px,1.8vw,17px);color:var(--text-secondary);max-width:680px;line-height:1.65}.legal-body-section{max-width:var(--max-width);margin:0 auto;padding:clamp(40px,5vw,56px) clamp(18px,3vw,24px) clamp(72px,9vw,100px)}.legal-layout-container{display:grid;grid-template-columns:260px 1fr;gap:clamp(36px,5vw,64px);align-items:flex-start}.legal-sidebar{position:sticky;top:100px}.sidebar-title{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--gold-primary);display:block;margin-bottom:16px;text-transform:uppercase}.legal-toc{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.toc-link{font-size:13.5px;color:var(--text-secondary);line-height:1.4;transition:color .15s ease}.toc-link:hover{color:var(--text-white)}.legal-links-box{display:flex;flex-direction:column;gap:10px;padding-top:24px;border-top:1px solid var(--border-subtle)}.legal-links-box a{font-size:13px;color:var(--text-muted);transition:color .15s ease}.legal-links-box a:hover{color:var(--gold-primary)}.legal-content{display:flex;flex-direction:column;gap:44px}.legal-section-block{scroll-margin-top:100px;padding-bottom:36px;border-bottom:1px solid var(--border-subtle)}.legal-section-block h3{font-size:22px;line-height:1.3;margin-bottom:16px}.legal-section-block p{font-size:15px;color:var(--text-secondary);line-height:1.75}.legal-contact-callout{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;padding:26px}.legal-contact-callout h4{font-size:16px;margin-bottom:8px}.legal-contact-callout p{font-size:14px;color:var(--text-secondary);line-height:1.6}.legal-contact-callout a{color:var(--gold-primary);font-weight:700}.shared-post-page{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:clamp(48px,6vw,80px) clamp(18px,3vw,24px)}.shared-post-card{width:min(600px,100%);text-align:center;padding:clamp(36px,5vw,56px) clamp(24px,4vw,40px);border:1px solid var(--border-gold);border-radius:28px;background:#11100b;box-shadow:0 30px 80px #000000b3}.share-mark{width:64px;height:64px;margin:0 auto 20px;border-radius:18px;display:grid;place-items:center;background:var(--gold-primary)}.share-mark img{width:40px;height:40px}.shared-post-card .kicker{font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--gold-primary);margin-bottom:12px}.shared-profile-avatar,.shared-profile-fallback{width:76px;height:76px;border-radius:50%;margin:0 auto;border:2px solid #d4af37}.share-mark.shared-profile-mark{width:84px;height:84px;border-radius:50%;background:transparent}.shared-profile-avatar{display:block;object-fit:cover;background:#171713}.shared-profile-fallback{display:grid;place-items:center;color:#d4af37;background:#d4af371a}.shared-profile-verified{display:inline-block;vertical-align:-3px;margin-left:8px;color:#d4af37}.live-kicker{color:var(--accent-red)!important}.shared-post-card h1{font-size:clamp(32px,4.5vw,46px);line-height:1.15;margin-bottom:16px}.shared-post-card p{font-size:15px;color:var(--text-secondary);line-height:1.62;max-width:440px;margin:0 auto 28px}.shared-actions{display:flex;flex-direction:column;align-items:center;gap:16px}.live-btn{background:var(--accent-red)!important;color:#fff!important;box-shadow:0 4px 20px #ff3b3059!important}.store-link{font-size:13px;color:var(--text-muted)}.store-link:hover{color:var(--text-white);text-decoration:underline}.download-cards-section{max-width:1040px;margin:0 auto clamp(60px,8vw,96px);padding:0 clamp(18px,3vw,24px)}.download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(24px,3vw,32px)}.download-platform-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:24px;padding:clamp(32px,4vw,44px) clamp(22px,3vw,32px);text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;position:relative}.download-platform-card:hover{border-color:var(--gold-primary);transform:translateY(-4px);box-shadow:0 16px 40px #0006}.platform-card-badge{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--gold-primary);background:#d4a3591a;border:1px solid var(--border-gold);padding:4px 12px;border-radius:999px;margin-bottom:24px}.platform-icon-wrap{width:72px;height:72px;border-radius:20px;background:#ffffff0d;border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff}.platform-icon-wrap.android-icon{color:#3ddc84;background:#3ddc8414;border-color:#3ddc8440}.download-platform-card h3{font-size:26px;font-weight:700;line-height:1.25;margin-bottom:8px}.platform-sub{color:var(--text-muted);font-size:14px;line-height:1.5;margin-bottom:24px}.platform-specs{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:32px;font-size:13px;color:var(--text-secondary);line-height:1.5;text-align:left;background:#ffffff05;padding:16px;border-radius:14px;border:1px solid var(--border-subtle)}.platform-specs span:before{content:"✓ ";color:var(--gold-primary);font-weight:700;margin-right:6px}@media(max-width:1080px){.hero-section{grid-template-columns:1fr;text-align:center}.hero-eyebrow{margin:0 auto 24px}.hero-subhead{margin:0 auto 36px}.hero-cta-group,.hero-trust-metrics{justify-content:center}.systems-grid,.stat-band-grid,.factors-grid{grid-template-columns:1fr 1fr}.streams-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.footer-columns-group{grid-template-columns:repeat(4,1fr)}.calculator-body,.flow-grid{grid-template-columns:1fr}.features-grid-4,.tiers-grid,.workflow-steps-grid,.principles-grid,.enforcement-steps-grid{grid-template-columns:1fr 1fr}.gifts-grid{grid-template-columns:repeat(3,1fr)}.protocol-specs-grid{grid-template-columns:1fr 1fr}}@media(max-width:860px){.desktop-nav{display:none}.mobile-menu-btn,.mobile-drawer{display:block}.spotlight-inner,.safety-cards-row,.safeguards-split,.features-grid-3,.features-grid-2,.privacy-states-grid,.business-spotlight-box,.deck-showcase-box,.messaging-box,.verification-box,.story-split-grid,.contact-grid-2,.legal-layout-container{grid-template-columns:1fr}.legal-sidebar{display:none}.mockup-player-box{grid-template-columns:1fr;text-align:center}.mockup-album-art{margin:0 auto;width:200px;height:200px}.player-controls-row{justify-content:center}.audio-quality-tag{margin-left:0}.help-escalation-card{flex-direction:column;text-align:center}.escalation-left{flex-direction:column}.float-badge{display:none}.footer-columns-group{grid-template-columns:1fr 1fr}}@media(max-width:640px){.systems-grid,.stat-band-grid,.factors-grid,.streams-grid,.features-grid-4,.tiers-grid,.workflow-steps-grid,.principles-grid,.enforcement-steps-grid,.faq-list-grid{grid-template-columns:1fr}.gifts-grid{grid-template-columns:1fr 1fr}.protocol-specs-grid,.footer-columns-group{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn{width:100%}.phone-device{width:290px;height:580px}.deck-mock .deck-photo-area,.feed-post-media{height:180px}.dual-stream-view{grid-template-columns:1fr}.vs-divider{text-align:center}.shared-post-card{padding:clamp(28px,5vw,40px) 18px}.download-grid{grid-template-columns:1fr}}@media(max-width:480px){.gifts-grid{grid-template-columns:1fr}.phone-device{width:260px;height:520px}.safety-emails-row{flex-direction:column}.email-link-btn{width:100%;justify-content:center}}
