@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Sora:wght@400;600;700;800&display=swap";:root{--gold:#c9a020;--gold-light:#f0c842;--gold-pale:#fdf3d0;--gold-mid:#e8b830;--blue:#1565c0;--blue-dark:#0d47a1;--blue-light:#1976d2;--blue-pale:#e3f0ff;--white:#fff;--off-white:#f8f9fc;--ink:#0f1419;--ink-soft:#1e2938;--muted:#5a6a7a;--muted-light:#8b9bb0;--border:#00000014;--border-strong:#00000024;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 20px 60px #0000001f;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100vw;scroll-padding-top:68px;font-size:16px;overflow-x:hidden}body{background:var(--white);color:var(--ink);max-width:100vw;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;overflow-x:hidden}.sora{font-family:Sora,sans-serif}.section{padding:48px 2rem 96px}.section-inner{max-width:1200px;margin:0 auto}.section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-tag:before{content:"";background:var(--gold);border-radius:2px;width:20px;height:2px;display:block}.section-title{letter-spacing:-.025em;color:var(--ink);font-family:Sora,sans-serif;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.18}.section-title .blue{color:var(--blue)}.section-title .gold{color:var(--gold)}.section-subtitle{color:var(--muted);max-width:560px;margin-top:1rem;font-size:1.05rem;line-height:1.8}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media (width<=960px){.section{padding:32px 1.5rem 64px}}nav{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#fffffff5;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}nav.scrolled{box-shadow:var(--shadow-md)}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-text{color:var(--blue);letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700}.nav-logo-text span{color:var(--gold)}.nav-links{align-items:center;gap:.2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-links a:hover{color:var(--ink);background:var(--off-white)}.nav-actions{align-items:center;gap:.75rem;display:flex}.btn-nav-ghost{color:var(--blue);border:1.5px solid var(--blue);border-radius:var(--radius-sm);padding:.5rem 1.2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.btn-nav-ghost:hover{background:var(--blue);color:#fff}.btn-nav-primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-mid) 100%);color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #c9a02059}.btn-nav-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #c9a02073}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .2s;display:block}.mobile-only{display:none}@media (width<=960px){.mobile-only{display:block}.nav-links{box-shadow:var(--shadow-md);border-top:1px solid var(--border);background:#fff;flex-direction:column;padding:1rem;display:none;position:absolute;top:68px;left:0;right:0}.nav-links.open{display:flex}.nav-actions{display:none}.nav-hamburger{display:flex}.nav-inner{padding:0 1.2rem}}.hero{background:linear-gradient(160deg,#0d1b3e 0%,#0d47a1 45%,#1565c0 100%);align-items:center;min-height:100vh;padding:100px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a0202e 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a0201a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero-grid-overlay{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-badge{color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;background:#c9a02026;border:1px solid #c9a02059;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--gold-light);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.12}.hero-title .gold{color:var(--gold-light)}.hero-title .underline-gold{display:inline-block;position:relative}.hero-title .underline-gold:after{content:"";background:var(--gold-light);border-radius:2px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.hero-desc{color:#ffffffb8;max-width:480px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-hero-primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-mid) 100%);color:var(--ink);border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px #c9a02066}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #c9a02080}.btn-hero-ghost{color:#fff;border-radius:var(--radius-md);background:#ffffff14;border:1.5px solid #ffffff40;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.btn-hero-ghost:hover{background:#ffffff29;border-color:#fff6}.hero-card-wrap-mobile{flex-direction:column;gap:1.2rem;display:flex}.hero-stat-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff24;padding:1.8rem 2rem;transition:transform .2s}.hero-stat-card:hover{transform:translate(-4px)}.hero-stat-card.gold-accent{background:#c9a02014;border-color:#c9a02066}.hsc-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:.4rem;font-size:.75rem;font-weight:600}.hsc-value{color:#fff;font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.hsc-value.gold{color:var(--gold-light)}.hsc-sub{color:#ffffff80;margin-top:.4rem;font-size:.82rem}.hero-stat-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hero-stat-mini{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;padding:1.2rem 1.4rem}.hsm-num{color:var(--gold-light);font-family:Sora,sans-serif;font-size:1.6rem;font-weight:800}.hsm-label{color:#ffffff73;margin-top:.2rem;font-size:.75rem}@media (width<=960px){.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-card-wrap-mobile{margin-top:2rem;flex-direction:column!important;display:flex!important}.hero{padding:100px 1.5rem 60px;overflow:visible!important}}@media (width<=600px){.hero-stat-row{grid-template-columns:1fr 1fr}}.ticker{background:var(--ink);padding:.9rem 0;overflow:hidden}.ticker-track{white-space:nowrap;gap:0;animation:35s linear infinite scroll-left;display:flex}.ticker-item{letter-spacing:.12em;text-transform:uppercase;color:#fff6;flex-shrink:0;align-items:center;gap:2.5rem;padding:0 2.5rem;font-size:.72rem;font-weight:600;display:flex}.ticker-item .gold{color:var(--gold)}.ticker-item span{align-items:center;gap:2.5rem;display:inline-flex}.ticker-dot{background:var(--gold);opacity:.5;border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.problem-section{background:#0a1628}.problem-section .section-title{color:#fff}.problem-section .section-subtitle{color:#ffffff8c;max-width:100%}.problem-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin-top:4rem;display:grid}.prob-big-num{color:var(--gold);letter-spacing:-.04em;font-family:Sora,sans-serif;font-size:clamp(6rem,14vw,11rem);font-weight:900;line-height:1}.prob-big-sub{color:#fff6;max-width:300px;margin-top:.6rem;font-size:.9rem;line-height:1.7}.prob-crore{color:var(--blue-light);border-top:1px solid #ffffff14;margin-top:2rem;padding-top:2rem;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:800}.prob-crore-label{color:#ffffff59;margin-top:.2rem;font-size:.78rem}.cause-list{flex-direction:column;gap:0;margin-top:2rem;display:flex}.cause-item{color:#ffffff8c;border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.95rem;transition:color .2s,padding-left .2s;display:flex}.cause-item:hover{color:#fff;padding-left:.5rem}.cause-icon{background:#c9a0201f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:flex}.prob-copy p{color:#ffffff8c;margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.prob-copy p strong{color:#fff;font-weight:600}@media (width<=960px){.problem-grid{grid-template-columns:1fr;gap:2.5rem}}.about-section{background:var(--off-white);padding-top:48px}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-top:4rem;display:grid}.about-visual{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);border-radius:var(--radius-xl);padding:clamp(1.5rem,6vw,3.5rem);position:relative;overflow:hidden}.about-visual:before{content:"";background:#c9a02026;border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.av-word{color:#fff;letter-spacing:-.04em;z-index:1;font-family:Sora,sans-serif;font-size:clamp(2rem,9vw,3.5rem);font-weight:900;line-height:1;position:relative}.av-word .g{color:var(--gold-light)}.av-tag{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-top:.5rem;font-family:Inter,monospace;font-size:.7rem}.av-pills{z-index:1;flex-direction:column;gap:.8rem;margin-top:2rem;display:flex;position:relative}.av-pill{border-radius:var(--radius-md);background:#ffffff14;border:1px solid #ffffff24;padding:.9rem 1.2rem}.av-pill-title{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.2rem;font-size:.7rem;font-weight:700}.av-pill-text{color:#ffffff8c;font-size:.85rem}.about-copy p{color:var(--muted);margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.about-copy p strong{color:var(--ink);font-weight:600}.belief-box{background:var(--gold-pale);border-radius:var(--radius-md);border:1.5px solid #c9a0204d;margin-top:1.5rem;padding:1.4rem 1.6rem}.belief-box p{color:var(--ink);margin:0;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.6}.different-block{border-top:1px solid var(--border);margin-top:6rem;padding-top:5rem}.diff-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.diff-header h3{color:var(--ink);font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800;line-height:1.25}.diff-header p{color:var(--muted);margin-top:.8rem;font-size:1rem;line-height:1.75}.diff-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:.8rem;font-size:.78rem;font-weight:700;display:inline-block}.diff-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.diff-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.diff-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.diff-card h4{color:var(--muted);margin-bottom:.8rem;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700}.diff-card.featured h4{color:var(--gold)}.diff-card p{color:var(--muted);font-size:.95rem;line-height:1.7}.diff-card.featured{border:1.5px solid var(--gold);background:radial-gradient(circle at top right, var(--gold-pale) 0%, #fff 100%);box-shadow:0 10px 30px #c9a02014}.diff-card.featured p{color:var(--ink-soft)}.focus-list{text-align:center;margin-top:4.5rem}.focus-list h5{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1.5rem;font-size:.8rem;font-weight:700}.focus-items{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.focus-item{border:1px solid var(--border);color:var(--ink-soft);box-shadow:var(--shadow-sm);background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.focus-item:hover{border-color:var(--gold);transform:scale(1.02)}@media (width<=960px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.diff-grid{grid-template-columns:1fr;gap:1.5rem}}.how-section{background:#fff}.steps-wrap{margin-top:4rem}.steps-grid{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.step-card{border-right:1px solid var(--border);padding:2.4rem 1.8rem;transition:background .25s;position:relative}.step-card:last-child{border-right:none}.step-card:hover{background:var(--blue-pale)}.step-card:hover .step-num-badge{background:var(--blue);color:#fff}.step-num-badge{background:var(--off-white);border:1.5px solid var(--border-strong);width:36px;height:36px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;transition:background .25s,color .25s;display:flex}.step-icon-wrap{margin-bottom:1.2rem;font-size:2rem;line-height:1}.step-title{color:var(--ink);margin-bottom:.7rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.step-desc{color:var(--muted);font-size:.85rem;line-height:1.75}.step-arrow{border:1px solid var(--border);width:26px;height:26px;color:var(--blue);z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;top:50%;right:-14px;transform:translateY(-50%)}.step-card:last-child .step-arrow{display:none}@media (width<=960px){.steps-grid{grid-template-columns:1fr 1fr}.step-card:nth-child(2){border-right:none}.step-card:nth-child(2) .step-arrow{display:none}}@media (width<=600px){.steps-grid{grid-template-columns:1fr}.step-card{border-right:none;border-bottom:1px solid var(--border)}.step-card:last-child{border-bottom:none}.step-arrow{display:none}}.features-section{background:var(--off-white)}.features-header{justify-content:space-between;align-items:flex-end;display:flex}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.feat-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:2.2rem 2rem;transition:transform .2s,box-shadow .2s,border-color .2s}.feat-card:hover{box-shadow:var(--shadow-md);border-color:#1565c033;transform:translateY(-4px)}.feat-card.featured{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);color:#fff;border-color:#0000}.feat-card.featured .feat-title{color:#fff}.feat-card.featured .feat-desc{color:#fff9}.feat-card.featured .feat-badge{color:var(--gold-light);background:#c9a02033}.feat-icon-box{border-radius:var(--radius-md);background:var(--blue-pale);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feat-card.featured .feat-icon-box{background:#ffffff1f}.feat-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--gold-pale);color:#7a5a00;border-radius:4px;margin-bottom:.8rem;padding:.2rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.feat-title{color:var(--ink);margin-bottom:.7rem;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.35}.feat-desc{color:var(--muted);font-size:.87rem;line-height:1.75}@media (width<=960px){.features-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.coming-next-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.roadmap-container{grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3.5rem;display:grid}.roadmap-col{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem;transition:all .3s}.roadmap-col:hover{box-shadow:var(--shadow-md);border-color:#c9a0204d;transform:translateY(-4px)}.col-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.2rem}.col-header h3{color:var(--ink);margin-top:.5rem;font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700}.col-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.3rem .8rem;font-size:.72rem;font-weight:700;display:inline-block}.col-badge.success{color:#2e7d32;background:#2e7d321a;border:1px solid #2e7d3233}.col-badge.warning{color:var(--gold);background:#c9a0201a;border:1px solid #c9a02033}.roadmap-items{flex-direction:column;gap:1.2rem;display:flex}.roadmap-item{align-items:center;gap:1rem;display:flex}.roadmap-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.roadmap-icon.check-icon{color:#2e7d32;background:#2e7d321a;font-weight:700}.roadmap-icon.rocket-icon{color:var(--gold);background:#c9a0201a;font-size:1rem}.roadmap-text{color:var(--ink-soft);font-size:.95rem;font-weight:500}@media (width<=768px){.roadmap-container{grid-template-columns:1fr;gap:2rem}}.results-section{background:#fff}.results-intro{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:4rem;display:grid}.results-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.result-card{background:#fff;padding:2rem 1.8rem;transition:background .2s}.result-card:hover{background:var(--off-white)}.rc-before{letter-spacing:.08em;text-transform:uppercase;color:#d44;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:flex}.rc-before:before{content:"✕";font-size:.65rem}.rc-after{letter-spacing:.08em;text-transform:uppercase;color:#2e7d32;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.72rem;font-weight:700;display:flex}.rc-after:before{content:"✓";font-size:.75rem}.rc-label{color:var(--ink);margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.3}.rc-label-after{color:var(--blue)}.rc-desc{color:var(--muted);font-size:.82rem;line-height:1.65}.rc-divider{background:var(--border);height:1px;margin:1rem 0}.results-cta{margin-top:1rem}.results-cta p{color:var(--muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.results-cta p strong{color:var(--ink)}.results-btn{color:#0f1419;background:linear-gradient(135deg,#c9a020,#e8b830);border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 18px #c9a02059}.results-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #c9a02073}@media (width<=960px){.results-intro{grid-template-columns:1fr;gap:2.5rem}.results-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.results-grid{grid-template-columns:1fr}}.founder-section{background:var(--off-white)}.founder-grid{grid-template-columns:380px 1fr;align-items:start;gap:4rem;margin-top:4rem;display:grid}.founder-card{border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.founder-card-header{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);text-align:center;padding:2.5rem 2rem}.founder-avatar{width:80px;height:80px;color:var(--gold-light);background:#ffffff26;border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-family:Sora,sans-serif;font-size:1.8rem;font-weight:800;display:flex}.founder-name{color:#fff;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800}.founder-role{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;margin-top:.3rem;font-size:.78rem}.founder-card-body{padding:1.8rem 2rem}.founder-stat-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.founder-stat{background:var(--off-white);border-radius:var(--radius-md);text-align:center;padding:1rem}.fs-num{color:var(--blue);font-family:Sora,sans-serif;font-size:1.5rem;font-weight:800}.fs-label{color:var(--muted);margin-top:.2rem;font-size:.72rem}.founder-contact{flex-direction:column;gap:.7rem;margin-top:1.5rem;display:flex}.fc-item{color:var(--muted);align-items:center;gap:.7rem;font-size:.85rem;display:flex}.fc-icon{background:var(--gold-pale);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;display:flex}.fc-item a{color:var(--blue);font-weight:500;text-decoration:none}.fc-item a:hover{text-decoration:underline}.founder-quote{color:var(--ink);border-left:3px solid var(--gold);background:var(--gold-pale);border-radius:0 var(--radius-md) var(--radius-md) 0;margin-bottom:2rem;padding:1.5rem 2rem;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.6}.founder-text p{color:var(--muted);margin-bottom:1.2rem;font-size:.97rem;line-height:1.85}.founder-text p strong{color:var(--ink);font-weight:600}.founder-sign{border-top:1px solid var(--border);color:var(--blue);margin-top:2rem;padding-top:1.5rem;font-size:.9rem;font-style:italic;font-weight:600}@media (width<=960px){.founder-grid{grid-template-columns:1fr}}.beta-section{text-align:center;background:linear-gradient(145deg,#0d1b3e 0%,#0d47a1 60%,#1565c0 100%);padding:80px 2rem 60px;position:relative;overflow:hidden}.beta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a02026 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.beta-inner{z-index:2;position:relative}.beta-desc{color:#ffffffa6;max-width:520px;margin:1rem auto 1.5rem;font-size:1rem;line-height:1.8}.beta-perks{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.beta-perk{color:#ffffffbf;align-items:center;gap:.5rem;font-size:.87rem;font-weight:500;display:flex}.bp-check{width:20px;height:20px;color:var(--gold-light);background:#c9a02033;border:1px solid #c9a02066;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;display:flex}.beta-form{border-radius:var(--radius-lg);text-align:left;max-width:600px;box-shadow:var(--shadow-lg);background:#ffffff0d;border:1px solid #ffffff1f;margin:0 auto;padding:2.5rem;scroll-margin-top:100px}.form-grid{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:span 2}.form-group label{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.form-group input{border-radius:var(--radius-md);color:#fff;background:#ffffff12;border:1px solid #ffffff2e;outline:none;padding:.9rem 1.1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,background-color .2s}.form-group input::placeholder{color:#fff;opacity:1}.form-group input:focus{border-color:var(--gold-light);background:#ffffff1f}.same-phone-wrap{align-items:center;gap:.5rem;margin-top:.3rem;display:flex}.same-phone-wrap input[type=checkbox]{cursor:pointer;width:14px;height:14px}.same-phone-wrap label{color:#fff;text-transform:none;letter-spacing:0;cursor:pointer;font-size:.72rem;font-weight:500}.btn-beta-submit{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-mid) 100%);border-radius:var(--radius-md);width:100%;color:var(--ink);cursor:pointer;border:none;padding:1rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .15s;box-shadow:0 6px 20px #c9a0204d}.btn-beta-submit:hover{opacity:.9;transform:translateY(-1px)}.legal-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1419d9;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.legal-modal-backdrop.show{display:flex}.legal-modal-content{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;max-width:650px;max-height:90vh;box-shadow:var(--shadow-lg);text-align:left;flex-direction:column;animation:.3s modalFadeIn;display:flex;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.legal-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.legal-modal-header h3{color:var(--ink);font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800}.legal-modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.legal-modal-close:hover{color:var(--ink)}.legal-modal-body{background:var(--off-white);border-bottom:1px solid var(--border);max-height:350px;padding:2rem;overflow-y:auto}.legal-scroll-content h4{color:var(--blue-dark);margin:20px 0 10px;font-family:Sora,sans-serif;font-size:1.05rem}.legal-scroll-content p{color:#2c3e50;margin-bottom:12px;font-size:.88rem;line-height:1.6}.legal-modal-footer{background:var(--white);flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:flex}.legal-scroll-indicator{color:#e65100;text-align:center;background:#fff3e0;border-radius:6px;padding:.5rem 1rem;font-size:.78rem;font-weight:600;transition:opacity .3s}.legal-checkbox-row{align-items:flex-start;gap:.6rem;display:flex}.legal-checkbox-row input[type=checkbox]{cursor:pointer;margin-top:.2rem}.legal-checkbox-row label{color:var(--muted);cursor:pointer;font-size:.8rem;line-height:1.5}.legal-checkbox-row label.disabled-label{opacity:.5;cursor:not-allowed}.legal-action-buttons{justify-content:flex-end;gap:1rem;margin-top:.5rem;display:flex}.btn-cancel{background:var(--off-white);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:600;transition:background .2s}.btn-confirm{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:700;transition:background .2s}.btn-confirm:hover:not(:disabled){background:var(--blue-dark)}.btn-confirm:disabled{background:var(--muted-light);cursor:not-allowed;opacity:.6}.beta-success{color:var(--gold-light);margin-top:1rem;font-size:.88rem}@media (width<=600px){.beta-perks{flex-direction:column;align-items:center}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.legal-modal-content{max-height:95vh}.legal-modal-body{max-height:280px}}.contact-section{background:#fff}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-top:3.5rem;display:grid}.contact-cards{flex-direction:column;gap:1.2rem;display:flex}.contact-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--off-white);align-items:center;gap:1.2rem;padding:1.5rem 1.8rem;transition:border-color .2s,box-shadow .2s;display:flex}.contact-card:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}.cc-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.cc-icon.blue-bg{background:var(--blue-pale)}.cc-icon.gold-bg{background:var(--gold-pale)}.cc-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-light);margin-bottom:.2rem;font-size:.72rem;font-weight:700}.cc-value{color:var(--ink);font-family:Sora,sans-serif;font-size:1rem;font-weight:700}.cc-value a{color:var(--blue);word-break:break-all;text-decoration:none}.cc-value a:hover{text-decoration:underline}.contact-company{background:linear-gradient(145deg, var(--blue) 0%, var(--blue-dark) 100%);border-radius:var(--radius-xl);color:#fff;word-wrap:break-word;padding:clamp(1.5rem,5vw,2rem)}.company-logo-row{align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.company-name{color:#fff;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;line-height:1.2}.company-name span{color:var(--gold-light)}.company-meta{color:#ffffff73;font-size:.78rem}.company-desc{color:#fff9;margin-bottom:1.5rem;font-size:.9rem;line-height:1.75}.company-tag{color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;text-align:center;background:#c9a02026;border:1px solid #c9a0204d;border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.75rem;font-weight:600;line-height:1.4;display:inline-flex}@media (width<=960px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}footer{color:#ffffff73;background:#0a1628;padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-brand-logo{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.footer-brand-name{color:#fff;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800}.footer-brand-name span{color:var(--gold)}.footer-tagline{color:#ffffff59;max-width:280px;margin-top:.5rem;font-size:.85rem;font-style:italic;line-height:1.7}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-bottom:1.2rem;font-size:.75rem;font-weight:700}.footer-links{flex-direction:column;gap:.7rem;display:flex}.footer-links a{color:#fff6;font-size:.87rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact-item{color:#fff6;align-items:center;gap:.6rem;margin-bottom:.7rem;font-size:.85rem;display:flex}.footer-contact-item a{color:#ffffff80;text-decoration:none}.footer-contact-item a:hover{color:#fff}.footer-bottom{justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.footer-copy{color:#ffffff40}.footer-legal{letter-spacing:.1em;text-transform:uppercase;color:#ffffff26;font-size:.65rem}@media (width<=960px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}}@media (width<=960px){.doc-header-inner{padding:0 20px}.doc-sidebar{display:none}.doc-content{padding:20px}.doc-content-card{padding:30px 20px}}.doc-page-container{background:var(--off-white);min-height:100vh;color:var(--ink);flex-direction:column;width:100%;font-family:Inter,sans-serif;display:flex}.doc-header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:64px;position:fixed;top:0;left:0;right:0}.doc-header-inner{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 40px;display:flex}.doc-logo{color:var(--blue);font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;text-decoration:none}.doc-logo span{color:var(--gold)}.doc-header-title{letter-spacing:.05em;color:var(--muted);text-transform:uppercase;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700}.doc-back-btn{color:var(--blue);border-radius:var(--radius-sm);border:1.5px solid var(--blue);padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.doc-back-btn:hover{background:var(--blue);color:#fff}.doc-main{width:100%;min-height:calc(100vh - 64px);margin-top:64px;padding:0;display:flex}.doc-sidebar{background:var(--white);border-right:1px solid var(--border);flex-shrink:0;width:320px;height:calc(100vh - 64px);padding:30px;position:sticky;top:64px;overflow-y:auto}.sidebar-sticky{position:relative}.sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:20px;font-family:Sora,sans-serif;font-size:.85rem;font-weight:800}.sidebar-links{padding:0;list-style:none}.sidebar-links li{margin-bottom:8px}.sidebar-link-btn{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;transition:all .15s}.sidebar-link-btn:hover{background:var(--off-white);color:var(--ink)}.sidebar-link-btn.active{background:var(--blue-pale);color:var(--blue);font-weight:600}.doc-content{background:var(--off-white);flex:1;padding:40px 60px;overflow-y:auto}.doc-content-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);width:100%;padding:50px 60px}.doc-section{border-bottom:1px solid var(--off-white);margin-bottom:40px;padding-bottom:30px;scroll-margin-top:90px}.doc-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.doc-section h2{color:var(--blue-dark);margin-bottom:16px;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:800}.doc-section h3{color:var(--ink);margin:24px 0 12px;font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700}.doc-section p{color:#2c3e50;margin-bottom:16px;font-size:.95rem;line-height:1.7}.doc-section ul{margin-bottom:16px;padding-left:24px;list-style-type:disc}.doc-section li{color:#2c3e50;margin-bottom:8px;font-size:.95rem;line-height:1.6}@media (width<=960px){.doc-header-inner{padding:0 20px}.doc-sidebar{display:none}.doc-content{padding:20px}.doc-content-card{padding:30px 20px}}.admin-login-container{color:#fff;background:radial-gradient(circle at 100% 0,#0d47a1 0%,#030816 70%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;font-family:Inter,sans-serif;display:flex}.admin-login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0f1419b3;border:1px solid #c9a02033;border-radius:20px;width:100%;max-width:440px;padding:3rem 2.5rem;transition:transform .3s,border-color .3s;box-shadow:0 20px 50px #00000080,0 0 40px #c9a0200d}.admin-login-card:hover{border-color:#c9a02066}.admin-login-logo{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800}.admin-login-logo span{color:#c9a020}.admin-login-subtitle{text-transform:uppercase;color:#c9a020;letter-spacing:2px;margin-bottom:1.5rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:600}.admin-login-desc{color:#8b9bb0;margin-bottom:2.5rem;font-size:.92rem;line-height:1.5}.admin-login-form{text-align:left}.admin-login-form .form-group{margin-bottom:1.5rem}.admin-login-form label{color:#c9a020;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:block}.admin-login-form input{color:#fff;background:#1e293880;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:.9rem 1.2rem;font-size:1rem;transition:all .3s}.admin-login-form input:focus{background:#1e2938cc;border-color:#c9a020;outline:none;box-shadow:0 0 12px #c9a02040}.admin-login-error{color:#ef5350;background:#ef53501a;border:1px solid #ef53504d;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.88rem;font-weight:500;animation:.3s shake;display:flex}.admin-login-submit{color:#030816;cursor:pointer;background:linear-gradient(135deg,#c9a020 0%,#a27c13 100%);border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c9a0204d}.admin-login-submit:hover:not(:disabled){background:linear-gradient(135deg,#f0c842 0%,#c9a020 100%);transform:translateY(-2px);box-shadow:0 6px 20px #c9a02073}.admin-login-submit:active{transform:translateY(0)}.admin-login-submit:disabled{opacity:.7;cursor:not-allowed}.admin-login-tip{color:#fff6;margin-top:1.5rem;font-size:.8rem}.admin-login-tip strong{color:#c9a020cc}.admin-login-back{margin-top:2rem}.admin-login-back a{color:#8b9bb0;font-size:.88rem;text-decoration:none;transition:color .3s}.admin-login-back a:hover{color:#c9a020}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (width<=480px){.admin-login-card{padding:2.2rem 1.8rem}}.admin-dashboard-container{color:#fff;background:#030816;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.admin-dash-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0f1419e6;border-bottom:1px solid #c9a02040;justify-content:space-between;align-items:center;padding:1.2rem 2rem;display:flex;position:sticky;top:0}.admin-dash-brand{letter-spacing:-.5px;font-family:Sora,sans-serif;font-size:1.5rem;font-weight:800}.admin-dash-brand span{color:#c9a020}.admin-dash-brand .dash-badge{text-transform:uppercase;color:#c9a020;vertical-align:middle;letter-spacing:.5px;background:#c9a02026;border:1px solid #c9a0204d;border-radius:4px;margin-left:.8rem;padding:.2rem .6rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;display:inline-block}.admin-dash-actions{gap:.8rem;display:flex}.btn-dash{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.btn-export{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.btn-export:hover{background:#ffffff26;transform:translateY(-1px)}.btn-add-manual{color:#030816;background:linear-gradient(135deg,#c9a020 0%,#a27c13 100%);box-shadow:0 4px 12px #c9a02033}.btn-add-manual:hover{background:linear-gradient(135deg,#f0c842 0%,#c9a020 100%);transform:translateY(-1px);box-shadow:0 6px 16px #c9a02059}.btn-logout{color:#ef5350;background:#ef53501a;border:1px solid #ef535033}.btn-logout:hover{background:#ef535033;transform:translateY(-1px)}.fallback-banner{color:#ffffffe6;background:#c9a02014;border:1px dashed #c9a02066;border-radius:8px;margin-bottom:1.5rem;padding:.9rem 1.5rem;font-size:.88rem;line-height:1.5}.fallback-banner code{color:#c9a020;background:#0000004d;border-radius:4px;padding:.1rem .3rem;font-family:monospace}.admin-dash-content{flex:1;max-width:100%;padding:2rem}.dash-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.search-wrap{flex:1;max-width:480px;position:relative}.search-icon{opacity:.5;font-size:.9rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.dash-search-input{color:#fff;background:#0f141999;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem 2.5rem .75rem 2.6rem;font-size:.92rem;transition:all .3s}.dash-search-input:focus{background:#0f1419e6;border-color:#c9a020;outline:none;box-shadow:0 0 8px #c9a02033}.clear-search{color:#8b9bb0;cursor:pointer;background:0 0;border:none;font-size:1.2rem;line-height:1;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.records-count{color:#8b9bb0;font-size:.92rem}.records-count strong{color:#fff}.dash-error-alert{color:#fff;background:#ef53501a;border-left:4px solid #ef5350;border-radius:0 8px 8px 0;margin-bottom:1.5rem;padding:.85rem 1.2rem;font-size:.88rem}.table-responsive-container{background:#0f141980;border:1px solid #ffffff0d;border-radius:12px;overflow-x:auto;box-shadow:0 4px 20px #00000026}.dash-table{border-collapse:collapse;text-align:left;width:100%;font-size:.92rem}.dash-table th{color:#c9a020;text-transform:uppercase;letter-spacing:.5px;background:#141c26cc;border-bottom:2px solid #ffffff0f;padding:1.1rem 1.2rem;font-size:.85rem;font-weight:600}.dash-table td{color:#e3e8f0;border-bottom:1px solid #ffffff0d;padding:1.1rem 1.2rem}.dash-table tbody tr{transition:background-color .2s}.dash-table tbody tr:hover{background-color:#ffffff05}.dash-table .font-bold{color:#fff;font-weight:600}.dash-table .email-link{color:#1976d2;text-decoration:none;transition:color .2s}.dash-table .email-link:hover{color:#42a5f5;text-decoration:underline}.dash-table .date-cell{color:#8b9bb0;font-size:.85rem}.actions-cell{justify-content:center;gap:.6rem;display:flex}.action-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.edit-btn{color:#90caf9;background:#1976d21a;border-color:#1976d240}.edit-btn:hover{color:#fff;background:#1976d240}.delete-btn{color:#ef9a9a;background:#ef53501a;border-color:#ef535040}.delete-btn:hover{color:#fff;background:#ef535040}.dash-loader{text-align:center;color:#8b9bb0;padding:4rem 2rem}.spinner{border:3px solid #c9a0201a;border-top-color:#c9a020;border-radius:50%;width:40px;height:40px;margin:0 auto 1.2rem;animation:1s linear infinite spin}.no-records-view{text-align:center;max-width:400px;margin:0 auto;padding:5rem 2rem}.no-records-icon{margin-bottom:1rem;font-size:3rem}.no-records-view h3{margin-bottom:.5rem;font-family:Sora,sans-serif;font-size:1.3rem}.no-records-view p{color:#8b9bb0;font-size:.9rem;line-height:1.5}.dash-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#030816cc;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.dash-modal-backdrop.show{opacity:1;pointer-events:all}.dash-modal-content{background:#0f1419;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:520px;transition:transform .3s;overflow:hidden;transform:translateY(20px);box-shadow:0 24px 60px #0009}.dash-modal-backdrop.show .dash-modal-content{transform:translateY(0)}.dash-modal-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;display:flex}.dash-modal-header h3{color:#c9a020;font-family:Sora,sans-serif;font-size:1.15rem;font-weight:600}.close-modal{color:#8b9bb0;cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1}.close-modal:hover{color:#fff}.dash-modal-body{padding:1.5rem}.dash-modal-body .form-group{margin-bottom:.8rem}.dash-modal-body label{text-transform:uppercase;color:#c9a020;letter-spacing:.5px;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.dash-modal-body input[type=text],.dash-modal-body input[type=email],.dash-modal-body input[type=tel]{color:#fff;background:#1e293880;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.92rem;transition:all .2s}.dash-modal-body input:focus{background:#1e2938cc;border-color:#c9a020;outline:none}.form-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-modal-footer{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:flex-end;gap:.8rem;padding:1.2rem 1.5rem;display:flex}.btn-cancel{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.6rem 1.2rem;font-size:.88rem;font-weight:600}.btn-cancel:hover{background:#ffffff1a}.btn-confirm{color:#030816;cursor:pointer;background:linear-gradient(135deg,#c9a020 0%,#a27c13 100%);border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.88rem;font-weight:700;box-shadow:0 4px 12px #c9a02040}.btn-confirm:hover{background:linear-gradient(135deg,#f0c842 0%,#c9a020 100%);box-shadow:0 4px 16px #c9a02066}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef5350 0%,#c62828 100%);box-shadow:0 4px 12px #ef535040}.btn-danger:hover{background:linear-gradient(135deg,#e57373 0%,#ef5350 100%);box-shadow:0 4px 16px #ef535066}.delete-confirm-content{max-width:440px}.delete-confirm-content .dash-modal-body p{color:#e3e8f0;font-size:.95rem;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){.admin-dash-header{text-align:center;flex-direction:column;gap:1rem;padding:1.2rem}.admin-dash-actions{justify-content:center;width:100%}.dash-toolbar{flex-direction:column;align-items:stretch}.search-wrap{max-width:100%}.form-grid-2{grid-template-columns:1fr}}.rule-break-section{background:var(--off-white);border-bottom:1px solid var(--border)}.flow-container{grid-template-columns:1.1fr 1.3fr;align-items:center;gap:3.5rem;margin-top:3.5rem;display:grid}.limit-card{border-radius:var(--radius-lg);background:#0f1419f2;border:1.5px solid #c9a02059;padding:2.5rem;box-shadow:0 15px 35px #00000040,0 0 25px #c9a0200d}.lc-title{color:#fff;text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:1.8rem;padding-bottom:1.2rem;font-family:Sora,sans-serif;font-size:1.15rem;font-weight:700}.lc-grid{flex-direction:column;gap:1.2rem;display:flex}.lc-item{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.lc-label{color:#ffffff80;font-weight:500}.lc-val{color:#fff;font-family:Sora,sans-serif;font-weight:700}.lc-val.gold{color:var(--gold)}.lc-val.red{color:#ef5350}.lc-val.green{color:#2e7d32}.timeline{flex-direction:column;gap:1.8rem;display:flex;position:relative}.timeline-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);z-index:2;align-items:center;gap:1.2rem;padding:1.2rem 1.6rem;transition:all .3s;display:flex;position:relative}.timeline-card:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.timeline-icon{background:var(--off-white);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.timeline-content h4{color:var(--ink);margin-bottom:.2rem;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700}.timeline-content p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.4}.timeline-connector{background:var(--border);z-index:-1;width:2px;height:calc(100% + 1.8rem - 20px);position:absolute;top:calc(1.2rem + 40px);left:calc(1.6rem + 19px)}.timeline-card.warning{border-left:4px solid var(--gold)}.timeline-card.warning .timeline-icon{background:#c9a0201a;border-color:#c9a02040}.timeline-card.danger{background:#ef535005;border-left:4px solid #ef5350}.timeline-card.danger .timeline-icon{background:#ef53501a;border-color:#ef535040}.timeline-card.success{background:#2e7d3205;border-color:#2e7d3226;border-left-style:solid;border-left-width:4px}.timeline-card.success .timeline-icon{background:#2e7d321a;border-color:#2e7d3240}@media (width<=960px){.flow-container{grid-template-columns:1fr;gap:2.5rem}}.who-is-section{background:var(--white);border-bottom:1px solid var(--border)}.profiles-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3.5rem;display:grid}.profile-card{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:2.2rem;transition:all .3s;display:flex}.profile-card:hover{box-shadow:var(--shadow-md);border-color:#c9a0204d;transform:translateY(-4px)}.profile-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.profile-badge{text-transform:uppercase;color:var(--blue);letter-spacing:.5px;white-space:nowrap;background:#1565c014;border-radius:4px;width:fit-content;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.profile-header h3{color:var(--ink);font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700}.profile-tagline{color:var(--muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.profile-divider{background:var(--border);height:1px;margin-bottom:1.5rem}.profile-features{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.profile-features li{color:var(--ink-soft);align-items:center;gap:.8rem;font-size:.9rem;font-weight:600;display:flex}.profile-features .bullet{color:var(--gold);font-size:.8rem}@media (width<=768px){.profiles-grid{grid-template-columns:1fr;gap:1.5rem}.profile-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.progress-section{background:var(--off-white);border-bottom:1px solid var(--border)}.progress-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.progress-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:center;gap:1.2rem;padding:1.5rem;transition:all .3s;display:flex}.progress-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.progress-card.completed{border-left:4.5px solid #2e7d32}.progress-card.coming{border-left:4.5px solid var(--gold);background:#c9a02003}.progress-badge-icon{background:var(--off-white);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.progress-card.completed .progress-badge-icon{color:#2e7d32;background:#2e7d321a;border-color:#2e7d3233}.progress-card.coming .progress-badge-icon{color:var(--gold);background:#c9a0201a;border-color:#c9a02033}.progress-content h4{color:var(--ink);margin-bottom:.15rem;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700}.status-lbl{text-transform:uppercase;color:var(--muted);letter-spacing:.5px;font-size:.72rem;font-weight:600}.progress-card.completed .status-lbl{color:#2e7d32}.progress-card.coming .status-lbl{color:var(--gold)}@media (width<=960px){.progress-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.progress-grid{grid-template-columns:1fr}}.demo-trading-section{background:var(--white);border-bottom:1px solid var(--border)}.demo-trading-box{border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);background:#0f1419f2;border:1px solid #ffffff1a;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;padding:4rem;display:grid}.demo-badge{text-transform:uppercase;color:var(--gold);letter-spacing:.5px;background:#c9a02026;border:1px solid #c9a0204d;border-radius:20px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.72rem;font-weight:700;display:inline-block}.demo-title{margin-bottom:1.5rem;font-size:2.2rem;font-weight:800;line-height:1.25}.demo-desc{color:#fff9;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.demo-perks{flex-direction:column;gap:.8rem;margin-bottom:2.5rem;display:flex}.demo-perk{color:#fffc;align-items:center;gap:.8rem;font-size:.92rem;display:flex}.demo-perk .dp-dot{color:var(--gold);font-weight:700}.btn-demo-cta{background:linear-gradient(135deg, var(--gold) 0%, #a27c13 100%);color:var(--ink);border-radius:var(--radius-sm);padding:.9rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 15px #c9a02040}.btn-demo-cta:hover{background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #c9a02066}.mock-terminal{background:#030816;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px #0006}.mt-header{background:#ffffff08;border-bottom:1px solid #ffffff14;align-items:center;gap:6px;padding:.8rem 1.2rem;display:flex}.mt-dot{border-radius:50%;width:10px;height:10px}.mt-dot.red{background:#ff5f56}.mt-dot.yellow{background:#ffbd2e}.mt-dot.green{background:#27c93f}.mt-title{color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-left:auto;font-size:.72rem;font-weight:700}.mt-body{padding:2rem 1.5rem}.mt-stat-row{justify-content:space-around;margin-bottom:2rem;display:flex}.mt-stat{flex-direction:column;align-items:center;display:flex}.mts-lbl{color:#ffffff59;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem;font-size:.72rem;font-weight:700}.mts-val{font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700}.mts-val.green{color:#27c93f}.mt-alert-box{background:#ef535014;border:1px solid #ef535040;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1.2rem;display:flex}.mta-icon{font-size:1.2rem;line-height:1}.mta-text{flex-direction:column;gap:.25rem;display:flex}.mta-text strong{color:#ff5f56;font-size:.85rem;font-weight:700}.mta-text span{color:#ffffffb3;font-size:.8rem;line-height:1.4}@media (width<=960px){.demo-trading-box{grid-template-columns:1fr;gap:3rem;padding:2.5rem}}.human-side-section{background:linear-gradient(#0a1628 0%,#030816 100%);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.human-side-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;margin-top:4rem;display:grid}.hs-highlight{color:var(--gold-light);border-left:3px solid var(--gold);margin-bottom:2rem;padding-left:1.5rem;font-family:Sora,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.5}.hs-narrative p{color:#ffffffa6;margin-bottom:1.5rem;font-size:1rem;line-height:1.85}.hs-narrative p strong{color:#fff;font-weight:600}.losses-cards{flex-direction:column;gap:1.2rem;display:flex}.loss-card{border-radius:var(--radius-md);background:#ffffff05;border:1px solid #ffffff0d;align-items:flex-start;gap:1.2rem;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.loss-card:hover{background:#ffffff0a;border-color:#c9a02040;transform:translateY(-2px);box-shadow:0 10px 30px #00000040}.lc-icon-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.lc-content h4{color:#fff;margin-bottom:.3rem;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700}.lc-content p{color:#ffffff80;font-size:.88rem;line-height:1.6}.human-side-banner{border-radius:var(--radius-lg);background:radial-gradient(circle at 0 0,#1565c026 0%,#0308164d 100%);border:1px solid #c9a02033;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;margin-top:5rem;padding:3rem;display:grid;position:relative;overflow:hidden;box-shadow:0 15px 45px #0000004d}.human-side-banner:before{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--blue) 100%);width:100%;height:4px;position:absolute;top:0;left:0}.hsb-text h3{color:#fff;letter-spacing:-.01em;margin-bottom:.8rem;font-family:Sora,sans-serif;font-size:1.45rem;font-weight:800}.hsb-text p{color:#ffffffa6;font-size:.95rem;line-height:1.75}.hsb-quote{border-radius:var(--radius-md);background:#ffffff05;border:1px solid #ffffff0d;padding:2rem;position:relative}.hsb-quote-mark{filter:drop-shadow(0 4px 8px #0000004d);font-size:2rem;position:absolute;top:-1.2rem;left:1.5rem}.hsb-quote p{color:var(--gold-pale);font-size:.9rem;font-style:italic;line-height:1.7}@media (width<=960px){.human-side-grid{grid-template-columns:1fr;gap:3rem}.human-side-banner{grid-template-columns:1fr;gap:2rem;padding:2rem}}
