@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--bg:#f6f8fc;--surface:#fff;--ink:#101828;--muted:#667085;--line:#e7eaf0;--primary:#5b5ce2;--primary2:#7c5cff;--nav:#0b1220;--success:#16a34a;--danger:#dc2626}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.topbar{height:64px;background:linear-gradient(115deg,#0b1220 0%,#24265c 52%,#5146d8 100%)!important;border:0;box-shadow:0 5px 22px rgba(16,24,40,.18);position:sticky;top:0;z-index:1050}.navbar-brand{font-size:18px;letter-spacing:.2px}.navbar-brand span{color:#28d5f0}
.menu-toggle{display:none}.layout{display:flex;min-height:calc(100vh - 64px)}.sidebar{width:270px;flex:0 0 270px;background:var(--nav);color:#d0d5dd;padding:14px 12px;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;z-index:1040}.menu-head{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 10px}.menu-title{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#667085}.close-menu{display:none;border:0;background:transparent;color:#fff;font-size:28px}
.group-btn{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:#7f8ba3;padding:13px 10px 6px;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:1px}.side-link{display:flex;align-items:center;gap:10px;color:#cbd5e1;text-decoration:none;padding:10px 12px;margin:3px 0;border-radius:10px;font-size:12.5px;transition:.18s}.side-link span:first-child{width:17px;color:#8b90ff;text-align:center}.side-link:hover{background:#171f33;color:#fff}.side-link.active{background:linear-gradient(100deg,#4038b8,#635bff);color:#fff;box-shadow:0 7px 18px rgba(91,92,226,.22)}
.main-content{flex:1;min-width:0}.page-wrap{padding:26px;max-width:1500px;margin:auto}.page-title{font-size:25px;font-weight:800;letter-spacing:-.5px}.page-subtitle{color:var(--muted);font-size:13px}.cardx{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 30px rgba(16,24,40,.055)}.stat{padding:20px;min-height:145px}.stat small{color:var(--muted);font-weight:500}.stat h3{font-size:24px;font-weight:800;margin:8px 0 0}.icon{width:45px;height:45px;border-radius:13px;background:#eef0ff;color:var(--primary);display:grid;place-items:center;font-weight:800}
.hero{background:radial-gradient(circle at 90% 20%,rgba(255,255,255,.16),transparent 30%),linear-gradient(125deg,#0b1220,#4038b8 65%,#6d5dfc);color:#fff;border-radius:24px;box-shadow:0 18px 45px rgba(64,56,184,.18)}.btn-primary{background:linear-gradient(100deg,var(--primary),var(--primary2));border:0;box-shadow:0 6px 14px rgba(91,92,226,.18)}.btn-primary:hover{filter:brightness(.97);transform:translateY(-1px)}.form-control,.form-select{border:1px solid #dfe3ea;border-radius:11px;padding:11px 13px;box-shadow:none}.form-control:focus,.form-select:focus{border-color:#8587ed;box-shadow:0 0 0 3px rgba(91,92,226,.1)}.table{vertical-align:middle}.badge{font-weight:600}.qr{width:225px;height:225px;object-fit:contain;border:8px solid #fff;border-radius:18px;box-shadow:0 12px 30px rgba(16,24,40,.14)}
.mobile-overlay{display:none}
@media(max-width:767px){.topbar{height:58px}.layout{min-height:calc(100vh - 58px)}.menu-toggle{display:inline-flex;align-items:center;gap:5px}.menu-toggle span{font-size:12px}.navbar-brand{font-size:14px}.sidebar{position:fixed;left:-300px;top:58px;width:290px;height:calc(100vh - 58px);transition:left .24s ease;box-shadow:14px 0 32px rgba(0,0,0,.3)}.sidebar.open{left:0}.close-menu{display:block}.mobile-overlay.show{display:block;position:fixed;inset:58px 0 0;background:rgba(0,0,0,.55);z-index:1035}.page-wrap{padding:14px}.page-title{font-size:21px}.stat{min-height:125px;padding:15px}.stat h3{font-size:20px}.cardx{border-radius:16px}.hero{border-radius:18px}.table-responsive{border-radius:12px}}
.site-marquee{height:32px;background:#fff;border-bottom:1px solid var(--line);overflow:hidden;display:flex;align-items:center;color:var(--primary);font-size:12px;font-weight:700;white-space:nowrap}.marquee-track{display:inline-block;min-width:100%;padding-left:100%;animation:cxmarquee 18s linear infinite}@keyframes cxmarquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.support-float{position:fixed;right:18px;bottom:18px;z-index:1020;display:flex;gap:8px}.support-float a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.18)}.support-wa{background:#16a34a}.support-tg{background:#229ed9}
@media(min-width:768px){.sidebar{top:96px;height:calc(100vh - 96px)}}
@media(max-width:767px){.sidebar{top:90px;height:calc(100vh - 90px)}.mobile-overlay.show{inset:90px 0 0}}
/* Premium public home page */
.home-page{background:#f7f8fc;color:#101828}.home-nav{background:rgba(8,13,28,.96)!important;min-height:72px;border:0}.home-logo{height:38px;max-width:190px;object-fit:contain}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#8b7cff,#39d7ff);font-weight:900;color:#fff}.hero-premium{position:relative;overflow:hidden;background:linear-gradient(125deg,#070b17 0%,#121a38 45%,#4038b8 100%);color:#fff}.hero-premium .container{z-index:2}.hero-premium .py-lg-6{padding-top:7rem!important;padding-bottom:7rem!important}.hero-premium h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-3px;font-weight:850;max-width:800px;margin:18px 0}.hero-copy{font-size:18px;line-height:1.7;color:#d5daf0;max-width:650px}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-size:10px;letter-spacing:1.4px;font-weight:800}.hero-badge span{width:7px;height:7px;border-radius:50%;background:#43e4bd;box-shadow:0 0 15px #43e4bd}.btn-ghost-light{color:#fff;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.06)}.btn-ghost-light:hover{background:rgba(255,255,255,.12);color:#fff}.hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#aeb7d4;font-size:11px;font-weight:600}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.45}.glow-one{width:500px;height:500px;right:-150px;top:-200px;background:radial-gradient(circle,#6e61ff,transparent 65%)}.glow-two{width:350px;height:350px;left:35%;bottom:-250px;background:radial-gradient(circle,#1bbbdc,transparent 65%)}.dashboard-preview{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:26px;padding:22px;backdrop-filter:blur(20px);box-shadow:0 30px 80px rgba(0,0,0,.3);transform:rotate(1deg)}.preview-top{display:flex;justify-content:space-between;align-items:center}.preview-top small,.preview-balance small,.preview-grid small{font-size:9px;letter-spacing:1px;color:#9da8c8}.preview-top h5{margin:3px 0 0}.preview-dot{color:#b7c0dd}.preview-balance{margin:22px 0;padding:18px;border-radius:18px;background:rgba(255,255,255,.08)}.preview-balance strong{display:block;font-size:31px;margin:4px 0}.preview-balance span{font-size:10px;color:#62e3bb}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-grid>div{padding:14px;border-radius:15px;background:rgba(255,255,255,.07)}.preview-grid b{display:block;font-size:20px;margin-top:5px}.preview-chart{height:90px;display:flex;align-items:end;gap:7px;padding:15px 4px 0}.preview-chart i{display:block;flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(to top,#6b5df7,#4ed8e9);opacity:.85}.preview-chart i:nth-child(1){height:30%}.preview-chart i:nth-child(2){height:42%}.preview-chart i:nth-child(3){height:35%}.preview-chart i:nth-child(4){height:62%}.preview-chart i:nth-child(5){height:52%}.preview-chart i:nth-child(6){height:76%}.preview-chart i:nth-child(7){height:65%}.preview-chart i:nth-child(8){height:84%}.preview-chart i:nth-child(9){height:96%}.stats-strip{background:#fff;border-bottom:1px solid #e9ebf2}.home-stat{padding:28px 20px;text-align:center;border-right:1px solid #eceef4}.home-stat strong{display:block;font-size:27px;letter-spacing:-1px}.home-stat span{font-size:11px;color:#667085}.home-section{padding:105px 0}.soft-section{background:#f0f3f9}.section-heading>span{font-size:10px;letter-spacing:1.8px;font-weight:850;color:#6559e8}.section-heading h2{font-size:clamp(34px,4vw,52px);font-weight:850;letter-spacing:-2px;margin:9px 0 13px}.section-heading h2 em{font-style:normal;color:#6559e8}.section-heading p{color:#667085;max-width:580px;margin:0 auto;line-height:1.7}.feature-card{height:100%;padding:30px;border:1px solid #e6e9f0;background:#fff;border-radius:22px;box-shadow:0 10px 35px rgba(16,24,40,.045);transition:.22s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(16,24,40,.09)}.feature-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eef0ff;color:#5b5ce2;font-size:11px;font-weight:850;margin-bottom:24px}.feature-card h4{font-size:18px;font-weight:800}.feature-card p{font-size:13px;color:#667085;line-height:1.7;min-height:66px}.feature-card a{font-size:12px;color:#5146d8;text-decoration:none;font-weight:800}.steps{display:grid;gap:13px}.step{display:flex;gap:17px;padding:20px;border:1px solid #e5e8f0;background:#fff;border-radius:18px}.step>b{min-width:38px;height:38px;border-radius:11px;background:#eef0ff;color:#5b5ce2;display:grid;place-items:center;font-size:10px}.step h5{font-size:14px;font-weight:800;margin:1px 0 5px}.step p{font-size:12px;color:#667085;margin:0;line-height:1.55}.business-card{padding:42px;border-radius:28px;background:linear-gradient(135deg,#11182f,#4038b8);color:#fff;box-shadow:0 25px 60px rgba(50,45,150,.2)}.mini-label,.cta-box>div>span{font-size:10px;letter-spacing:1.5px;font-weight:850;color:#aeb8ff}.business-card h3{font-size:34px;line-height:1.1;letter-spacing:-1.2px;margin:13px 0}.business-card>p{color:#d2d7ee;font-size:13px;line-height:1.8}.check-row{padding:11px 0;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.check-row span{color:#55e2bd;margin-right:8px}.cta-section{padding:0 0 105px}.cta-box{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:48px;border-radius:28px;background:linear-gradient(120deg,#4338b8,#5f57e9);color:#fff;box-shadow:0 25px 60px rgba(67,56,184,.2)}.cta-box h2{font-size:34px;letter-spacing:-1.3px;margin:9px 0}.cta-box p{margin:0;color:#dce0ff;font-size:13px}.home-footer{background:#080d18;color:#9da6bc;padding:55px 0 20px}.footer-brand{color:#fff;font-size:17px;font-weight:800}.home-footer p{font-size:12px;margin-top:9px}.home-footer a{color:#cdd3e4;text-decoration:none;font-size:12px;margin-left:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:18px;font-size:10px}@media(max-width:767px){.home-nav{min-height:62px}.home-logo{height:30px;max-width:145px}.brand-mark{width:32px;height:32px}.hero-premium .py-lg-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.hero-premium h1{font-size:43px;letter-spacing:-2px}.hero-copy{font-size:15px}.dashboard-preview{margin-top:8px}.home-stat{padding:20px 8px}.home-stat strong{font-size:22px}.home-section{padding:70px 0}.section-heading h2{font-size:35px}.feature-card{padding:24px}.cta-section{padding-bottom:70px}.cta-box{padding:32px 25px;display:block}.cta-box h2{font-size:28px}.cta-box .btn{margin-top:20px}.home-footer{text-align:center}.home-footer a{margin:0 8px}.footer-bottom{margin-top:25px}.hero-trust{gap:10px;font-size:10px}}
/* Mobile UI hardening / cache-safe refresh */
@media(max-width:767px){
  body{overflow-x:hidden}
  .topbar{position:sticky;top:0;height:62px;z-index:1100}
  .navbar-brand{min-width:0;max-width:58%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff!important}
  .navbar-brand span{color:#fff!important;overflow:hidden;text-overflow:ellipsis}
  .site-marquee{height:30px;font-size:11px}
  .site-marquee .marquee-track{line-height:30px}
  .sidebar{top:92px!important;height:calc(100vh - 92px)!important;width:300px;left:-315px!important;padding:16px 12px 28px;background:#0b1220!important;border-right:1px solid rgba(255,255,255,.08);box-shadow:18px 0 45px rgba(0,0,0,.35)}
  .sidebar.open{left:0!important}
  .menu-head{padding:2px 8px 14px}
  .menu-title{font-size:11px;color:#94a3b8}
  .close-menu{display:grid!important;place-items:center;width:34px;height:34px;border-radius:10px;background:#182236;color:#fff!important;font-size:22px;line-height:1}
  .side-link{display:flex!important;width:100%;color:#cbd5e1!important;background:transparent!important;font-size:13px!important;line-height:1.25;padding:11px 12px!important;border-radius:11px;text-decoration:none!important;margin:2px 0!important}
  .side-link:hover,.side-link.active{color:#fff!important;background:linear-gradient(100deg,#4038b8,#635bff)!important}
  .side-link span:first-child{color:#9da3ff!important}
  .group-btn{display:flex!important;width:100%;color:#94a3b8!important;background:transparent!important;font-size:10px!important;padding:14px 10px 7px!important;border:0!important}
  .group-btn b{color:#7c87a3}
  .mobile-overlay.show{inset:92px 0 0!important;background:rgba(3,7,18,.62)!important;backdrop-filter:blur(2px)}
  .main-content{width:100%;overflow:hidden}
  .page-wrap{padding:14px 12px 30px!important}
}
/* Admin panel premium v5 */
.top-actions{margin-left:auto}.top-quick{height:34px;padding:0 12px;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:9px;color:#e7e9ff;text-decoration:none;font-size:11px;font-weight:700;background:rgba(255,255,255,.05)}.top-quick:hover{background:rgba(255,255,255,.12);color:#fff}.sidebar{scrollbar-width:thin;scrollbar-color:#2c3853 transparent}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:#2c3853;border-radius:10px}.group-btn{cursor:pointer}.main-content{background:linear-gradient(180deg,#f8f9fd 0,#f6f8fc 100%)}.page-wrap{min-height:calc(100vh - 94px)}
@media(max-width:767px){.topbar{height:62px}.top-actions .btn{font-size:11px;padding:7px 10px}.navbar-brand{max-width:55%;font-size:14px}.navbar-brand img{height:30px!important;max-width:120px!important}.page-wrap{padding:16px 12px 30px!important}.sidebar{top:92px!important;height:calc(100vh - 92px)!important}.mobile-overlay.show{inset:92px 0 0!important}}
/* Admin template previews */
.template-card{border:1px solid #e7eaf1;transition:.2s;overflow:hidden}.template-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(16,24,40,.10)}.template-active{border:2px solid #22a06b}.template-preview{height:190px;position:relative;overflow:hidden;color:#fff;padding:18px}.tp-nav{display:flex;gap:5px;justify-content:flex-end}.tp-nav span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55)}.tp-content{position:absolute;left:24px;right:24px;bottom:20px}.tp-content small{font-size:7px;letter-spacing:1.4px;opacity:.7;display:block}.tp-content strong{display:block;font-size:25px;line-height:1.05;margin:6px 0 10px}.tp-content i{display:block;width:55%;height:7px;border-radius:9px;background:rgba(255,255,255,.35)}.tp-cards{display:flex;gap:7px;margin-top:18px}.tp-cards b{display:block;height:35px;flex:1;border-radius:8px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.12)}
/* Distinct live home template themes */
.home-page.template-2 .hero-premium{background:linear-gradient(125deg,#061522,#075985 48%,#0ea5e9)}
.home-page.template-3 .hero-premium{background:linear-gradient(125deg,#050505,#18181b 52%,#3f3f46)}
.home-page.template-4 .hero-premium{background:linear-gradient(125deg,#f8fafc,#eef2ff 55%,#dbeafe);color:#111827}.home-page.template-4 .hero-copy{color:#475467}.home-page.template-4 .hero-badge{border-color:#d0d5dd;background:#fff}.home-page.template-4 .hero-badge span{background:#4f46e5;box-shadow:none}.home-page.template-4 .btn-ghost-light{color:#111827;border-color:#98a2b3;background:#fff}.home-page.template-4 .hero-trust{color:#475467}
.home-page.template-5 .hero-premium{background:linear-gradient(125deg,#082f49,#1d4ed8 60%,#2563eb)}
.home-page.template-6 .hero-premium{background:linear-gradient(125deg,#312e81,#5b21b6 55%,#7c3aed)}
.home-page.template-7 .hero-premium{background:linear-gradient(125deg,#111827,#831843 55%,#ec4899)}
.home-page.template-8 .hero-premium{background:linear-gradient(125deg,#422006,#92400e 55%,#f59e0b)}
.home-page.template-9 .hero-premium{background:linear-gradient(125deg,#f8fafc,#e2e8f0 55%,#cbd5e1);color:#111827}.home-page.template-9 .hero-copy{color:#475467}.home-page.template-9 .hero-badge{border-color:#cbd5e1;background:#fff}.home-page.template-9 .hero-badge span{background:#2563eb;box-shadow:none}.home-page.template-9 .btn-ghost-light{color:#111827;border-color:#98a2b3;background:#fff}.home-page.template-9 .hero-trust{color:#475467}
.home-page.template-10 .hero-premium{background:linear-gradient(125deg,#0f172a,#134e4a 55%,#14b8a6)}
/* Heart Premium Auth + Dashboard v8 */
.auth-page{min-height:100vh;background:#090916;overflow-x:hidden;color:#fff;position:relative}.heart-bg{position:fixed;inset:0;pointer-events:none;overflow:hidden;opacity:.2}.heart-bg span{position:absolute;color:#ff4f93;font-size:clamp(22px,4vw,58px);animation:heartFloat 9s linear infinite}.heart-bg span:nth-child(1){left:8%;top:20%;animation-delay:-2s}.heart-bg span:nth-child(2){left:78%;top:14%;animation-delay:-6s}.heart-bg span:nth-child(3){left:55%;top:72%;animation-delay:-4s}.heart-bg span:nth-child(4){left:22%;top:82%;animation-delay:-8s}.heart-bg span:nth-child(5){left:91%;top:58%;animation-delay:-1s}@keyframes heartFloat{0%,100%{transform:translateY(20px) scale(.8);opacity:.1}50%{transform:translateY(-35px) scale(1.08);opacity:.5}}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.12fr .88fr;position:relative;z-index:1}.auth-visual{padding:42px clamp(28px,6vw,90px);background:radial-gradient(circle at 65% 42%,rgba(255,74,145,.18),transparent 27%),linear-gradient(145deg,#080812,#141126 55%,#211035);position:relative;overflow:hidden;display:flex;flex-direction:column}.auth-brand{display:flex;align-items:center;gap:12px;font-size:19px}.auth-brand img{height:42px;max-width:190px;object-fit:contain}.heart-logo,.mobile-heart{display:grid;place-items:center;color:#ff4f93;background:rgba(255,79,147,.1);box-shadow:0 0 0 1px rgba(255,79,147,.2);clip-path:path('M 50 90 C 42 82 5 59 5 28 C 5 5 32 -3 50 17 C 68 -3 95 5 95 28 C 95 59 58 82 50 90 Z');width:44px;height:44px;font-size:24px}.visual-copy{max-width:680px;margin:auto 0;padding:70px 0 30px}.heart-pill{display:inline-flex;padding:8px 14px;border:1px solid rgba(255,104,160,.25);border-radius:99px;color:#ff8bb7;background:rgba(255,79,147,.07);font-size:11px;font-weight:800;letter-spacing:.5px}.visual-copy h1{font-family:Georgia,serif;font-size:clamp(45px,6vw,78px);line-height:.98;letter-spacing:-3px;margin:22px 0}.visual-copy h1 em{font-style:normal;color:#ff6da5}.visual-copy p{font-size:17px;line-height:1.75;color:#b9b6c8;max-width:600px}.visual-points{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:25px;color:#ddd9e7;font-size:13px}.heart-orbit{position:absolute;right:-100px;bottom:-150px;width:430px;height:430px;border:1px solid rgba(255,79,147,.16);border-radius:50%;box-shadow:0 0 100px rgba(255,79,147,.08)}.heart-orbit:before{content:'';position:absolute;inset:40px;border:1px solid rgba(255,79,147,.12);border-radius:50%}.orbit-heart{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:170px;color:#ff4f93;text-shadow:0 0 55px rgba(255,79,147,.45)}.auth-card-wrap{display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 20%,rgba(122,92,255,.16),transparent 35%),#0d0c18}.auth-card{width:min(100%,470px);padding:42px;border:1px solid rgba(255,255,255,.09);border-radius:28px;background:rgba(21,19,34,.88);box-shadow:0 30px 90px rgba(0,0,0,.35);backdrop-filter:blur(20px)}.auth-card-head{text-align:center;margin-bottom:28px}.mobile-heart{margin:0 auto 15px;clip-path:none;border-radius:50%;font-size:22px}.auth-card h2{font-family:Georgia,serif;font-size:30px;margin:0 0 6px}.auth-card-head p{color:#9995a8;margin:0;font-size:13px}.auth-form label{display:block;color:#bdb9c8;font-size:11px;font-weight:700;margin:0 0 7px}.auth-form>label:not(:first-child),.auth-grid label{margin-top:15px}.input-heart{display:flex;align-items:center;gap:9px;height:48px;border:1px solid #332f45;border-radius:12px;background:#12101d;padding:0 13px;transition:.2s}.input-heart:focus-within{border-color:#ff5d9c;box-shadow:0 0 0 3px rgba(255,93,156,.1)}.input-heart>span{color:#ff5d9c;font-size:19px}.input-heart input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:13px}.input-heart input::placeholder{color:#696477}.eye-btn{border:0;background:none;color:#817b91;font-size:18px}.auth-row{display:flex;justify-content:space-between;align-items:center;margin:15px 0 22px;font-size:11px}.auth-row a,.auth-switch a,.back-home{color:#ff6ca4;text-decoration:none}.check{display:flex!important;align-items:center;gap:6px!important;margin:0!important;color:#817b91!important}.auth-row input{accent-color:#ff5d9c}.auth-btn{width:100%;height:50px;border:0;border-radius:12px;color:#fff;font-weight:800;background:linear-gradient(100deg,#e83e83,#ff5e9d);box-shadow:0 10px 28px rgba(232,62,131,.22);transition:.2s}.auth-btn:hover{transform:translateY(-1px);filter:brightness(1.06)}.auth-btn b{float:right;margin-right:12px}.auth-switch{text-align:center;color:#8f8a9e;font-size:12px;margin-top:22px}.back-home{display:block;text-align:center;margin-top:17px;font-size:11px}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-form small{color:#777284;font-weight:500}.auth-card .alert{font-size:12px;border-radius:10px}
.dash-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.welcome-pill{display:inline-block;color:#e84389;background:#fff0f6;border-radius:99px;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.5px}.dash-head h1{font-family:Georgia,serif;font-size:clamp(28px,3.4vw,43px);letter-spacing:-1.2px;margin:10px 0 4px}.dash-head p{color:#7b8494;margin:0;font-size:13px}.dash-status{padding:9px 13px;border-radius:99px;background:#eafaf2;color:#15803d;font-size:11px;font-weight:800}.dash-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#16a34a;margin-right:6px}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dash-stat{position:relative;min-height:165px;padding:20px;border-radius:20px;color:#fff;overflow:hidden;box-shadow:0 16px 34px rgba(16,24,40,.12)}.dash-stat:after{content:'♥';position:absolute;right:-7px;bottom:-30px;font-size:110px;opacity:.1}.dash-stat.pink{background:linear-gradient(135deg,#e83e83,#ff5e9d)}.dash-stat.purple{background:linear-gradient(135deg,#5544cf,#7a5cff)}.dash-stat.teal{background:linear-gradient(135deg,#0f9eaa,#22c1c3)}.dash-stat.orange{background:linear-gradient(135deg,#e86638,#f49b44)}.dash-stat.blue{background:linear-gradient(135deg,#2563eb,#38bdf8)}.ds-icon{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:21px}.dash-stat small{display:block;margin-top:17px;opacity:.82;font-size:11px}.dash-stat strong{display:block;font-size:25px;margin-top:3px}.dash-stat a{display:inline-block;color:#fff;text-decoration:none;margin-top:10px;font-size:10px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.35)}.dash-grid{display:grid;grid-template-columns:1fr 1.45fr 1fr;gap:16px;margin-top:18px}.dash-panel{background:#fff;border:1px solid #e8eaf1;border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(16,24,40,.055)}.panel-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.panel-head span{font-size:9px;font-weight:800;color:#e84389;letter-spacing:1px}.panel-head h3{font-size:17px;margin:5px 0 0}.panel-head>a{font-size:10px;color:#7b61ff;text-decoration:none}.plan-badge{background:#eafaf2;color:#15803d;padding:5px 9px;border-radius:8px;font-size:10px}.plan-meta{display:grid;gap:13px;margin:24px 0}.plan-meta div{display:flex;justify-content:space-between;border-bottom:1px solid #f0f1f5;padding-bottom:9px}.plan-meta small{color:#8992a2;font-size:10px}.plan-meta strong{font-size:11px}.panel-btn{display:block;text-align:center;padding:11px;border-radius:10px;background:#fff0f6;color:#e84389;text-decoration:none;font-size:11px;font-weight:800}.empty-note{color:#8b93a2;font-size:12px;margin:25px 0}.heart-chart{height:190px;position:relative;margin-top:18px;padding:10px 4px 0}.chart-line{height:145px;display:flex;align-items:end;gap:9px;padding:0 8px;border-bottom:1px solid #eceef3}.chart-line span{flex:1;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#ff5e9d,#7a5cff);box-shadow:0 5px 14px rgba(122,92,255,.12)}.chart-labels{display:flex;justify-content:space-between;color:#9aa2b1;font-size:9px;padding:8px}.tx-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #f0f1f5}.tx-row:last-child{border-bottom:0}.tx-icon{width:32px;height:32px;border-radius:10px;background:#fff0f6;color:#e84389;display:grid;place-items:center}.tx-row div:nth-child(2){min-width:0;flex:1}.tx-row strong,.tx-row small{display:block}.tx-row strong{font-size:11px}.tx-row small{color:#9aa2b1;font-size:9px;margin-top:3px}.tx-amount{font-size:11px;color:#dc2626}.tx-amount.plus{color:#16a34a}.quick-section{margin-top:22px}.section-mini-title{font-size:10px;font-weight:800;color:#7b8494;letter-spacing:1px;margin-bottom:10px}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.quick{padding:16px;border-radius:16px;color:#fff;text-decoration:none;min-height:105px;box-shadow:0 10px 25px rgba(16,24,40,.08);transition:.2s}.quick:hover{transform:translateY(-2px);color:#fff}.quick>b,.quick>small{display:block}.quick>b{font-size:12px;margin-top:10px}.quick>small{font-size:9px;opacity:.8;margin-top:3px}.quick.pink{background:linear-gradient(135deg,#e83e83,#ff5e9d)}.quick.purple{background:linear-gradient(135deg,#5544cf,#7a5cff)}.quick.blue{background:linear-gradient(135deg,#2563eb,#38bdf8)}.quick.teal{background:linear-gradient(135deg,#0f9eaa,#22c1c3)}.quick.orange{background:linear-gradient(135deg,#e86638,#f49b44)}
@media(max-width:991px){.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}.auth-card-wrap{padding:20px;min-height:100vh}.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.auth-card{padding:28px 20px;border-radius:22px}.auth-card h2{font-size:27px}.auth-grid{grid-template-columns:1fr;gap:0}.dash-head{align-items:start;flex-direction:column}.dash-status{align-self:flex-start}.dash-head h1{font-size:28px}.dash-stats{gap:10px}.dash-stat{min-height:135px;padding:15px;border-radius:16px}.dash-stat strong{font-size:20px}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick:last-child{grid-column:1/-1}.dash-panel{padding:15px;border-radius:16px}}
/* Full homepage template variations: each template changes layout, surfaces, typography and visual hierarchy, not only color. */
.home-page.template-1{background:#fff7fb}.template-1 .hero-premium{border-radius:0 0 44px 44px}.template-1 .hero-premium:after{content:'♥';position:absolute;right:8%;top:10%;font-size:220px;color:rgba(255,255,255,.07);transform:rotate(-12deg)}.template-1 .feature-card{border-radius:28px}.template-1 .home-stat{background:#fff7fb}
.home-page.template-2{background:#eef8ff}.template-2 .home-nav{background:rgba(6,21,34,.78)!important;backdrop-filter:blur(18px)}.template-2 .hero-premium{background:linear-gradient(135deg,rgba(6,21,34,.98),rgba(7,89,133,.9));}.template-2 .dashboard-preview,.template-2 .feature-card,.template-2 .step{border-radius:30px;backdrop-filter:blur(18px)}.template-2 .feature-card{background:rgba(255,255,255,.72)}.template-2 .stats-strip{background:rgba(255,255,255,.7);backdrop-filter:blur(15px)}
.home-page.template-3{background:#090909;color:#f4f4f5}.template-3 .home-nav{background:#050505!important;border-bottom:1px solid #27272a}.template-3 .hero-premium{min-height:760px;background:linear-gradient(110deg,#050505,#18181b)!important}.template-3 .hero-premium h1,.template-3 .section-heading h2{font-family:Georgia,serif}.template-3 .stats-strip,.template-3 .feature-card,.template-3 .step{background:#111113;border-color:#2b2b30;color:#fff}.template-3 .home-stat{border-color:#2b2b30}.template-3 .home-stat span,.template-3 .feature-card p,.template-3 .section-heading p{color:#a1a1aa}.template-3 .soft-section{background:#0c0c0e}
.home-page.template-4{background:#f8fafc}.template-4 .hero-premium{border-radius:0 0 70px 70px}.template-4 .dashboard-preview{background:#fff;border-color:#dfe5ef;box-shadow:0 30px 70px rgba(16,24,40,.12);color:#111827}.template-4 .preview-balance,.template-4 .preview-grid>div{background:#f6f8fc}.template-4 .preview-top small,.template-4 .preview-balance small,.template-4 .preview-grid small{color:#667085}.template-4 .feature-card{box-shadow:0 20px 55px rgba(30,41,59,.08)}.template-4 .business-card,.template-4 .cta-box{border-radius:38px}
.home-page.template-5{background:#eff6ff}.template-5 .hero-premium{min-height:700px}.template-5 .stats-strip{box-shadow:0 15px 40px rgba(37,99,235,.08)}.template-5 .feature-card{border-top:4px solid #2563eb;border-radius:12px}.template-5 .feature-icon{border-radius:50%}.template-5 .step{border-left:4px solid #2563eb;border-radius:10px}.template-5 .business-card{border-radius:14px}
.home-page.template-6{background:#f5f3ff}.template-6 .hero-premium{clip-path:ellipse(95% 72% at 50% 28%);padding-bottom:50px}.template-6 .feature-card{border:0;border-radius:32px;box-shadow:0 20px 50px rgba(91,33,182,.1)}.template-6 .feature-icon{width:55px;height:55px;border-radius:18px}.template-6 .home-stat{border-right:0}.template-6 .stats-strip{border-radius:30px;margin:0 4%;box-shadow:0 15px 50px rgba(91,33,182,.08)}
.home-page.template-7{background:#fff1f7}.template-7 .hero-premium{background:linear-gradient(135deg,#111827,#831843 55%,#ec4899)!important}.template-7 .hero-premium .container{max-width:1180px}.template-7 .dashboard-preview{border-radius:42px;transform:rotate(-2deg)}.template-7 .feature-card{border-radius:42px;background:#fff0f7;border-color:#ffd0e2}.template-7 .step{border-radius:40px}.template-7 .cta-box{border-radius:45px}
.home-page.template-8{background:#fffaf0}.template-8 .hero-premium{background:linear-gradient(135deg,#422006,#92400e 55%,#f59e0b)!important}.template-8 .hero-premium h1{font-family:Georgia,serif}.template-8 .feature-card{border-color:#f0dfb8;border-radius:14px;background:#fffdf8}.template-8 .feature-icon{background:#fff4d6;color:#a16207}.template-8 .section-heading>span{color:#a16207}.template-8 .cta-box{background:linear-gradient(120deg,#78350f,#d97706);border-radius:14px}
.home-page.template-9{background:#f8fafc}.template-9 .home-nav{background:#fff!important;border-bottom:1px solid #e5e7eb}.template-9 .navbar-brand,.template-9 .home-nav .btn-outline-light{color:#111827!important}.template-9 .hero-premium{background:#fff!important;color:#111827;border-bottom:1px solid #e5e7eb}.template-9 .hero-copy{color:#475467}.template-9 .dashboard-preview{background:#f8fafc;color:#111827;border-color:#d0d5dd;box-shadow:none;transform:none}.template-9 .feature-card,.template-9 .step{box-shadow:none;border-radius:8px}.template-9 .stats-strip{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.template-9 .business-card{background:#111827;border-radius:8px}.template-9 .cta-box{border-radius:8px}
.home-page.template-10{background:#ecfeff}.template-10 .hero-premium{background:linear-gradient(135deg,#0f172a,#115e59 60%,#14b8a6)!important}.template-10 .hero-premium:before{content:'';position:absolute;inset:auto -10% -45% -10%;height:350px;border-radius:50%;background:rgba(20,184,166,.12)}.template-10 .feature-card{border-radius:26px;border-color:#b8ece8;background:#f7ffff}.template-10 .step{border-radius:26px;background:#f7ffff;border-color:#b8ece8}.template-10 .feature-icon{background:#dffaf7;color:#0f766e}.template-10 .business-card{background:linear-gradient(135deg,#0f172a,#0f766e);border-radius:26px}
/* Template preview cards mirror the major layout differences. */
.template-mini-1{border-radius:0 0 35px 35px}.template-mini-2{border-radius:22px;box-shadow:inset 0 0 30px rgba(255,255,255,.15)}.template-mini-3{background:#080808!important;border-bottom:3px solid #fff}.template-mini-4{background:#f8fafc!important;color:#111!important}.template-mini-5{border-left:8px solid rgba(255,255,255,.7)}.template-mini-6{border-radius:0 0 80px 0}.template-mini-7{border-radius:35px}.template-mini-8{border-radius:8px}.template-mini-9{background:#f8fafc!important;color:#111!important;border:1px solid #ddd}.template-mini-10{border-radius:0 0 55px 55px}
/* v11 reliability + action feedback */
.alert{border-radius:12px;border:0;font-size:13px}.alert-success{background:#ecfdf3;color:#027a48}.alert-danger{background:#fef3f2;color:#b42318}.alert-warning{background:#fffaeb;color:#b54708}
.action-feedback{position:fixed;right:18px;top:82px;z-index:2000;min-width:280px}
@media(max-width:767px){.action-feedback{left:12px;right:12px;top:78px;min-width:0}.page-wrap{padding:18px 12px}.table{font-size:12px}.btn{white-space:nowrap}}
/* v12 admin action feedback */
.action-busy{opacity:.7;pointer-events:none}.action-spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;vertical-align:-2px;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}
.admin-toast{position:fixed;right:18px;bottom:18px;z-index:2000;max-width:360px}

.apk-download-bar{background:linear-gradient(90deg,#3b0764,#be185d);padding:10px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.apk-download-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#fff;padding:6px 0}.apk-download-inner strong{display:block;font-size:14px}.apk-download-inner span{display:block;font-size:11px;opacity:.82;margin-top:2px}.apk-download-inner .btn{border-radius:999px;font-size:12px}@media(max-width:575px){.apk-download-inner{align-items:flex-start}.apk-download-inner .btn{padding:.45rem .8rem;font-size:11px;white-space:nowrap}}
/* v15 action feedback */
.page-wrap > .alert{animation:cxFlashOut .45s ease 3s forwards}
@keyframes cxFlashOut{to{opacity:0;transform:translateY(-6px);max-height:0;margin:0;padding-top:0;padding-bottom:0;overflow:hidden}}
/* v17 - full premium homepage inspired by the supplied visual reference */
.cx-home{--cx-bg:#050914;--cx-bg2:#08142a;--cx-gold:#f6c453;--cx-gold2:#ffdf78;--cx-text:#f8fafc;--cx-muted:#aab5ca;--cx-line:rgba(255,255,255,.12);font-family:Inter,system-ui,sans-serif;background:#f5f7fb;color:#111827}.cx-home *{box-sizing:border-box}.cx-header{position:relative;z-index:20;background:#050914;color:#fff}.cx-top{background:#071224;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px;color:#dbe3f2;padding:8px 0}.cx-top-links{display:flex;gap:20px}.cx-top a{color:#f6c453;text-decoration:none}.cx-header nav{background:rgba(5,9,20,.96);border-bottom:1px solid rgba(255,255,255,.08)}.cx-brand{display:flex;align-items:center;gap:10px;text-decoration:none!important;color:#fff!important}.cx-brand img{width:auto;height:42px;max-width:190px;object-fit:contain}.cx-logo{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#f6c453,#fff0a6);color:#08101f;font-weight:950;font-size:15px;box-shadow:0 8px 25px rgba(246,196,83,.18)}.cx-brand b{display:block;font-size:16px;letter-spacing:.2px}.cx-brand small{display:block;font-size:8px;letter-spacing:1.7px;color:#98a5be;margin-top:2px}.cx-header .navbar-nav a{display:block;color:#c9d2e3;text-decoration:none;padding:10px 11px;font-size:12px;font-weight:600}.cx-header .navbar-nav a:hover{color:#fff}.cx-nav-actions{display:flex;gap:9px;align-items:center}.cx-login,.cx-register{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px;padding:10px 18px;font-size:12px;font-weight:800}.cx-login{border:1px solid rgba(255,255,255,.25);color:#fff}.cx-register{background:linear-gradient(135deg,#f0b83d,#ffdc70);color:#08101f}.cx-register span{margin-left:7px}.cx-marquee{height:30px;background:#fff;color:#172033;overflow:hidden;display:flex;align-items:center;border-bottom:1px solid #e5e7eb;font-size:11px;font-weight:700}.cx-marquee>div{padding-left:100%;white-space:nowrap;animation:cxmarq 18s linear infinite}@keyframes cxmarq{to{transform:translateX(-100%)}}.cx-appbar{background:linear-gradient(90deg,#0a1730,#12335a);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.cx-appbar .container{display:flex;justify-content:space-between;align-items:center;padding:9px 12px}.cx-appbar strong{display:block;font-size:12px}.cx-appbar span{display:block;font-size:10px;color:#aebbd0;margin-top:2px}.cx-appbar a{background:#fff;color:#101828;border-radius:999px;text-decoration:none;padding:8px 14px;font-size:11px;font-weight:800}.cx-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 83% 42%,rgba(44,99,184,.35),transparent 27%),linear-gradient(115deg,#040711,#071a36 56%,#0b2950);color:#fff;padding:95px 0 110px;isolation:isolate}.cx-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(to right,transparent,black 40%,black)}.hero-grid{position:absolute;inset:0;opacity:.18;background:radial-gradient(circle at 70% 70%,#f6c453 0 1px,transparent 2px);background-size:70px 70px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);z-index:0}.orb-a{width:600px;height:600px;right:-250px;top:-210px;background:radial-gradient(circle,rgba(246,196,83,.15),transparent 66%)}.orb-b{width:480px;height:480px;left:-300px;bottom:-320px;background:radial-gradient(circle,rgba(35,108,255,.22),transparent 65%)}.cx-kicker{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border:1px solid rgba(246,196,83,.5);border-radius:999px;color:#ffd96e;background:rgba(246,196,83,.06);font-size:9px;font-weight:850;letter-spacing:1.2px}.cx-kicker span{font-size:13px}.cx-hero h1{font-size:clamp(45px,6vw,76px);line-height:1.02;letter-spacing:-3.4px;font-weight:900;margin:22px 0 18px}.cx-hero h1 em{font-style:normal;color:#f6c453}.cx-lead{max-width:600px;color:#c4cede;font-size:16px;line-height:1.75}.cx-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:11px;padding:14px 21px;text-decoration:none;font-size:12px;font-weight:850;transition:.2s}.cx-btn:hover{transform:translateY(-2px)}.cx-btn-gold{background:linear-gradient(135deg,#f2bb42,#ffdf78);color:#0a1324;box-shadow:0 14px 35px rgba(246,196,83,.17)}.cx-btn-outline{color:#fff;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04)}.cx-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:28px;color:#8e9db6;font-size:10px;font-weight:700}.cx-visual{height:430px;position:relative;display:grid;place-items:center}.cx-growth{width:min(430px,92%);padding:24px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));border-radius:28px;backdrop-filter:blur(18px);box-shadow:0 35px 100px rgba(0,0,0,.35);transform:rotate(1.5deg);position:relative;z-index:3}.cx-growth>span{font-size:9px;color:#8ea0bd;letter-spacing:1.2px}.cx-growth>strong{display:block;font-size:20px;margin-top:4px}.cx-growth-chart{height:150px;display:flex;align-items:end;gap:9px;padding:25px 7px 0;border-bottom:1px solid rgba(255,255,255,.12)}.cx-growth-chart i{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(to top,#285be9,#f6c453);box-shadow:0 5px 18px rgba(50,110,255,.15)}.cx-growth-chart i:nth-child(1){height:30%}.cx-growth-chart i:nth-child(2){height:40%}.cx-growth-chart i:nth-child(3){height:35%}.cx-growth-chart i:nth-child(4){height:55%}.cx-growth-chart i:nth-child(5){height:50%}.cx-growth-chart i:nth-child(6){height:73%}.cx-growth-chart i:nth-child(7){height:92%}.cx-growth-foot{display:flex;justify-content:space-between;margin-top:12px;font-size:10px}.cx-growth-foot b{color:#dbe4f3}.cx-growth-foot em{font-style:normal;color:#56e2ad}.cx-ring{position:absolute;border:1px solid rgba(246,196,83,.25);border-radius:50%;z-index:1}.ring-one{width:390px;height:390px}.ring-two{width:480px;height:480px;border-color:rgba(67,121,235,.18)}.cx-coin{position:absolute;z-index:4;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-weight:900;background:linear-gradient(145deg,#f8cb58,#a96c0b);color:#111b2d;box-shadow:0 12px 30px rgba(0,0,0,.35)}.coin-one{right:8%;bottom:22%}.coin-two{left:10%;top:20%;background:linear-gradient(145deg,#fff,#b6c7e8);color:#1d2c46}.cx-shield{position:absolute;z-index:5;right:8%;top:8%;width:66px;height:78px;clip-path:polygon(50% 0,92% 16%,82% 70%,50% 100%,18% 70%,8% 16%);display:grid;place-items:center;background:linear-gradient(145deg,#f7cc62,#a86b08);color:#071224;font-weight:950;font-size:25px;filter:drop-shadow(0 12px 22px rgba(0,0,0,.35))}.cx-stats{position:relative;z-index:5;margin-top:-42px}.cx-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e6e9f0;border-radius:22px;box-shadow:0 22px 60px rgba(16,24,40,.1);overflow:hidden}.cx-stat-grid>div{display:grid;grid-template-columns:48px 1fr;column-gap:11px;padding:23px;border-right:1px solid #eceef2;align-items:center}.cx-stat-grid>div:last-child{border-right:0}.stat-icon{grid-row:span 2;width:45px;height:45px;border-radius:14px;background:#eef3ff;color:#274bb4;display:grid;place-items:center;font-weight:900}.cx-stat-grid strong{font-size:20px;letter-spacing:-.5px}.cx-stat-grid small{font-size:10px;color:#667085}.cx-section{padding:105px 0}.cx-heading{text-align:center;max-width:760px;margin:0 auto 45px}.cx-heading>span{font-size:9px;font-weight:900;letter-spacing:1.8px;color:#b07b16}.cx-heading h2{font-size:clamp(33px,4vw,50px);letter-spacing:-2px;line-height:1.05;font-weight:900;margin:10px 0 13px}.cx-heading h2 em{font-style:normal;color:#d49a1e}.cx-heading p{color:#667085;font-size:13px;line-height:1.7;margin:0 auto}.cx-plan-card{height:100%;padding:28px;border:1px solid #e3e7ef;background:#fff;border-radius:22px;box-shadow:0 14px 45px rgba(16,24,40,.06);position:relative;overflow:hidden;transition:.22s}.cx-plan-card:hover{transform:translateY(-6px);box-shadow:0 25px 60px rgba(16,24,40,.11)}.cx-plan-card.featured{border-color:#e7b83d;box-shadow:0 20px 55px rgba(196,142,20,.14)}.plan-badge{display:inline-block;border-radius:999px;padding:6px 9px;background:#f8f1dc;color:#936613;font-size:8px;font-weight:900;letter-spacing:1px}.cx-plan-card h3{font-size:19px;font-weight:850;margin:20px 0 8px}.plan-price{font-size:30px;font-weight:900;letter-spacing:-1px}.plan-period{color:#7a8597;font-size:10px;margin-top:4px}.cx-plan-card ul{list-style:none;padding:0;margin:22px 0}.cx-plan-card li{padding:8px 0;border-bottom:1px solid #eef0f4;color:#667085;font-size:11px}.cx-plan-card li:before{content:'✓';color:#b17b14;font-weight:900;margin-right:7px}.plan-btn{display:block;text-align:center;text-decoration:none;border-radius:10px;background:#0a1730;color:#fff;padding:11px;font-size:11px;font-weight:800}.featured .plan-btn{background:linear-gradient(135deg,#dca72d,#f7ce67);color:#111827}.cx-empty{text-align:center;padding:35px;border:1px dashed #cdd4df;border-radius:18px;color:#667085}.cx-dark-section{background:linear-gradient(120deg,#050914,#081a36);color:#fff;position:relative;overflow:hidden}.cx-dark-section:before{content:'';position:absolute;width:600px;height:600px;right:-300px;top:-200px;border-radius:50%;background:radial-gradient(circle,rgba(246,196,83,.1),transparent 65%)}.cx-heading.light>span{color:#f2c552}.cx-heading.light h2{color:#fff}.cx-heading.light p{color:#aebbd0}.cx-feature{height:100%;min-height:235px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);border-radius:19px;padding:24px;position:relative;transition:.2s}.cx-feature:hover{transform:translateY(-4px);border-color:rgba(246,196,83,.35);background:rgba(255,255,255,.055)}.cx-feature>b{font-size:9px;color:#6f83a4}.feature-symbol{width:45px;height:45px;margin:17px 0;border-radius:14px;display:grid;place-items:center;color:#f6c453;background:rgba(246,196,83,.1);border:1px solid rgba(246,196,83,.18);font-weight:900}.cx-feature h3{font-size:17px;font-weight:800}.cx-feature p{font-size:11px;color:#98a6bd;line-height:1.7}.cx-timeline{display:grid;gap:14px}.cx-timeline>div{display:flex;gap:18px;align-items:flex-start;padding:21px;border:1px solid #e6e9ef;background:#fff;border-radius:17px;box-shadow:0 9px 30px rgba(16,24,40,.04)}.cx-timeline b{min-width:42px;height:42px;border-radius:13px;background:#fff5d8;color:#a36f0f;display:grid;place-items:center;font-size:10px}.cx-timeline h3{font-size:14px;font-weight:850;margin:2px 0 5px}.cx-timeline p{font-size:11px;color:#667085;margin:0;line-height:1.6}.cx-cta{padding:0 0 105px}.cx-cta-box{border-radius:28px;padding:45px 50px;background:linear-gradient(115deg,#071329,#102f5a);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 25px 65px rgba(8,27,58,.18)}.cx-cta-box span{font-size:9px;letter-spacing:1.5px;color:#f5c552;font-weight:900}.cx-cta-box h2{font-size:clamp(26px,3vw,39px);letter-spacing:-1px;margin:8px 0}.cx-cta-box p{color:#aebbd0;margin:0;font-size:12px}.cx-faq{background:#f0f3f8}.cx-faq .accordion{max-width:820px;margin:auto}.cx-faq .accordion-item{border:1px solid #e2e6ed;border-radius:13px!important;overflow:hidden;margin-bottom:10px;background:#fff}.cx-faq .accordion-button{font-size:12px;font-weight:800;padding:17px 18px;box-shadow:none}.cx-faq .accordion-body{font-size:11px;color:#667085;line-height:1.7}.cx-footer{background:#050914;color:#9da9bd;padding:65px 0 0}.footer-brand{margin-bottom:15px}.cx-footer p{max-width:420px;font-size:11px;line-height:1.7}.cx-footer h5{color:#fff;font-size:12px;margin-bottom:15px}.cx-footer a{display:block;color:#9da9bd;text-decoration:none;font-size:11px;padding:4px 0}.cx-footer a:hover{color:#f6c453}.cx-footer-bottom{margin-top:45px;padding:18px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:15px;font-size:9px}.cx-floating{position:fixed;right:18px;bottom:20px;z-index:50;display:flex;gap:8px}.cx-floating a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#18b86a;color:#fff;text-decoration:none;font-size:10px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2)}.cx-floating a+ a{background:#229ed9}.accent-rose .cx-heading em,.accent-pink .cx-heading em{color:#df477e}.accent-violet .cx-heading em{color:#7959e9}.accent-teal .cx-heading em{color:#0f9e91}.accent-blue .cx-heading em{color:#2866da}.accent-amber .cx-heading em{color:#d49316}.accent-slate .cx-heading em{color:#475569}.accent-cyan .cx-heading em{color:#0ea5b7}.accent-ice .cx-heading em{color:#5d7f9f}.template-1 .cx-hero{background:radial-gradient(circle at 82% 42%,rgba(219,62,126,.28),transparent 29%),linear-gradient(115deg,#080714,#21102b 58%,#55123e)}.template-6 .cx-hero,.template-7 .cx-hero{background:radial-gradient(circle at 82% 42%,rgba(177,78,229,.3),transparent 29%),linear-gradient(115deg,#090714,#241338 58%,#68184e)}.template-8 .cx-hero{background:radial-gradient(circle at 82% 42%,rgba(246,196,83,.25),transparent 29%),linear-gradient(115deg,#080a10,#211b0c 58%,#563b09)}.template-10 .cx-hero{background:radial-gradient(circle at 82% 42%,rgba(20,184,166,.25),transparent 29%),linear-gradient(115deg,#041012,#072c33 58%,#075e62)}
@media(max-width:991px){.cx-header .navbar-nav{margin:15px 0!important}.cx-nav-actions{justify-content:center;padding-bottom:8px}.cx-hero{padding:75px 0 95px}.cx-visual{height:380px}.cx-stat-grid{grid-template-columns:1fr 1fr}.cx-stat-grid>div:nth-child(2){border-right:0}.cx-stat-grid>div{border-bottom:1px solid #eceef2}.cx-cta-box{padding:35px;flex-direction:column;align-items:flex-start}}
@media(max-width:575px){.cx-top .container{font-size:9px}.cx-top-links{gap:8px}.cx-brand img{height:34px;max-width:145px}.cx-brand b{font-size:13px}.cx-brand small{font-size:7px}.cx-hero{padding:58px 0 78px}.cx-hero h1{font-size:43px;letter-spacing:-2.3px}.cx-lead{font-size:13px}.cx-trust{gap:9px;line-height:1.5}.cx-visual{height:310px;margin-top:-5px}.cx-growth{padding:18px;border-radius:21px}.cx-growth-chart{height:110px}.ring-one{width:280px;height:280px}.ring-two{width:340px;height:340px}.cx-coin{width:40px;height:40px}.cx-shield{width:52px;height:63px;font-size:19px}.cx-stat-grid{border-radius:17px}.cx-stat-grid>div{padding:16px 12px;grid-template-columns:37px 1fr}.stat-icon{width:36px;height:36px;border-radius:11px}.cx-stat-grid strong{font-size:16px}.cx-stat-grid small{font-size:8px}.cx-section{padding:75px 0}.cx-heading{margin-bottom:32px}.cx-heading h2{font-size:35px}.cx-plan-card{padding:23px}.cx-footer-bottom{flex-direction:column}.cx-appbar .container{align-items:flex-start}.cx-appbar a{padding:7px 10px;font-size:9px}.cx-floating{right:12px;bottom:15px}.cx-floating a{width:40px;height:40px}}

/* V28 Public Experience - premium modern Golva Club style */
.cx-home{background:#f5f8fc}
.cx-home .cx-header{background:#fff;color:#14213d;box-shadow:0 8px 30px rgba(20,33,61,.08)}
.cx-home .cx-top{background:#061a3a;color:#dbeafe;border:0;padding:7px 0;font-size:10px}
.cx-home .cx-top a{color:#8ddcff}.cx-home .cx-header nav{background:#fff;border-bottom:1px solid #edf1f7}
.cx-home .cx-brand{color:#10254d!important}.cx-home .cx-brand b{font-size:18px}.cx-home .cx-brand small{color:#6b7892}
.cx-home .cx-logo{background:linear-gradient(135deg,#2355e8,#18c9a5);color:#fff;border-radius:50%}
.cx-home .cx-header .navbar-nav a{color:#263a5c;font-size:11px;font-weight:700}.cx-home .cx-header .navbar-nav a:hover{color:#1769ff}
.cx-home .cx-login{border:1px solid #7aa8ff;color:#165be8;background:#fff}.cx-home .cx-register{background:linear-gradient(135deg,#1167ff,#12b9e8);color:#fff;box-shadow:0 9px 20px rgba(17,103,255,.18)}
.cx-home .cx-marquee{background:#f7fbff;color:#17418b}
.cx-home .cx-hero{padding:78px 0 105px;background:radial-gradient(circle at 78% 35%,rgba(38,105,255,.34),transparent 27%),linear-gradient(125deg,#06142e 0%,#092c69 52%,#214de0 100%)}
.cx-home .cx-hero:before{content:'';position:absolute;inset:auto -8% -48% 34%;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(22,199,180,.22),transparent 65%);filter:blur(12px)}
.cx-home .cx-kicker{color:#aee8ff;border-color:rgba(120,214,255,.35);background:rgba(95,200,255,.08)}
.cx-home .cx-hero h1{font-size:clamp(44px,6vw,72px);letter-spacing:-3px}.cx-home .cx-hero h1 em{color:#28d9b5}.cx-home .cx-lead{color:#d2def2;font-size:15px}.cx-home .cx-btn-gold{background:linear-gradient(135deg,#087cff,#18c8e9);color:#fff;box-shadow:0 15px 35px rgba(0,130,255,.24)}.cx-home .cx-btn-outline{border-color:rgba(255,255,255,.38)}
.cx-home .cx-growth{background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));border-color:rgba(255,255,255,.18);box-shadow:0 35px 100px rgba(0,0,0,.38)}.cx-home .cx-growth-chart i{background:linear-gradient(to top,#1c76ff,#21d7b2)}.cx-home .cx-coin{background:linear-gradient(145deg,#4de5c0,#1268ff);color:#fff}.cx-home .cx-shield{background:linear-gradient(145deg,#fff,#79c9ff);color:#0b2a65}
.cx-home .cx-stats{margin-top:-44px}.cx-home .cx-stat-grid{box-shadow:0 20px 55px rgba(15,48,102,.12)}.cx-home .stat-icon{background:#edf5ff;color:#1769ff}
.cx-home .cx-heading>span{color:#1769ff}.cx-home .cx-heading h2 em{color:#1769ff}.cx-home .cx-plan-card.featured{border-color:#4db8ff}.cx-home .plan-badge{background:#eaf6ff;color:#1463bd}.cx-home .cx-plan-card li:before{color:#16b997}.cx-home .featured .plan-btn{background:linear-gradient(135deg,#0d6fff,#15c9b2);color:#fff}
.cx-home .cx-dark-section{background:linear-gradient(125deg,#06132b,#092f65 65%,#083e59)}.cx-home .cx-feature{background:rgba(255,255,255,.045)}.cx-home .feature-symbol{color:#4bd8c0;background:rgba(75,216,192,.09);border-color:rgba(75,216,192,.2)}
.cx-home .cx-cta-box{background:linear-gradient(120deg,#071b3b,#0c4e86 70%,#078e9b)}.cx-home .cx-cta-box span{color:#6ff2dc}.cx-home .cx-footer{background:#06132a}

/* V28 login/register: white card + deep blue premium visual */
.auth-page{background:#071a39}.auth-page .heart-bg{opacity:.11}.auth-page .heart-bg span{color:#36d8c0}
.auth-shell{grid-template-columns:1.08fr .92fr;background:#071a39}.auth-visual{background:radial-gradient(circle at 78% 35%,rgba(35,104,255,.34),transparent 30%),radial-gradient(circle at 20% 85%,rgba(25,206,174,.18),transparent 28%),linear-gradient(145deg,#06142d,#0a2c60 62%,#0c52a2);padding:38px clamp(26px,6vw,90px)}
.auth-brand{color:#fff}.auth-brand strong{font-size:20px}.auth-brand img{height:44px}.heart-logo{background:linear-gradient(135deg,#1e65ff,#21d4b2);color:#fff;clip-path:none;border-radius:50%;box-shadow:0 10px 30px rgba(26,127,255,.28)}
.visual-copy{padding:50px 0 30px}.heart-pill{color:#8debd9;border-color:rgba(117,241,214,.26);background:rgba(48,211,179,.07)}.visual-copy h1{font-family:Inter,system-ui,sans-serif;font-weight:900;letter-spacing:-3px}.visual-copy h1 em{color:#28d9b5}.visual-copy p{color:#c9d8ee}.visual-points{color:#e1eaf8}.visual-points span{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);padding:8px 12px;border-radius:999px;font-size:11px}
.heart-orbit{border-color:rgba(70,188,255,.18)}.heart-orbit:before{border-color:rgba(49,221,190,.12)}.orbit-heart{font-size:150px;color:#24cdb2;text-shadow:0 0 55px rgba(36,205,178,.3)}
.auth-card-wrap{background:linear-gradient(145deg,#edf5ff,#f7fbff);padding:34px}.auth-card{background:rgba(255,255,255,.96);border:1px solid #e1e9f5;border-radius:25px;box-shadow:0 30px 80px rgba(5,35,80,.18);backdrop-filter:blur(16px);color:#10213f}.auth-card-head{margin-bottom:24px}.mobile-heart{background:linear-gradient(135deg,#1769ff,#17c9b1);color:#fff;box-shadow:none;clip-path:none;border-radius:50%;width:48px;height:48px}.auth-card h2{font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:900;color:#10213f}.auth-card-head p{color:#71809a}.auth-form label{color:#40516d}.input-heart{height:50px;background:#f8fbff;border-color:#dce5f1}.input-heart:focus-within{border-color:#3d82ff;box-shadow:0 0 0 3px rgba(61,130,255,.11)}.input-heart>span{color:#1a70f5}.input-heart input{color:#152744}.input-heart input::placeholder{color:#8a98ae}.eye-btn{color:#6e7e96}.auth-row{color:#697992}.auth-row a,.auth-switch a,.back-home{color:#1769ff}.auth-row input{accent-color:#1769ff}.auth-btn{height:52px;background:linear-gradient(100deg,#1167ff,#13bde8);box-shadow:0 12px 28px rgba(17,103,255,.22)}.auth-switch{color:#6f7f98}.auth-card .alert{color:#24344f}.register-card{max-width:500px}
@media(max-width:991px){.auth-visual{display:flex;min-height:330px}.auth-shell{grid-template-columns:1fr}.auth-card-wrap{min-height:auto;padding:24px}.visual-copy{margin:auto 0;padding:35px 0}.visual-copy h1{font-size:44px}.heart-orbit{width:260px;height:260px;right:-80px;bottom:-110px}.orbit-heart{font-size:95px}}
@media(max-width:575px){.cx-home .cx-header .navbar-nav a{padding:8px}.cx-home .cx-hero{padding:55px 0 80px}.auth-visual{display:none}.auth-card-wrap{min-height:100vh;padding:15px;background:linear-gradient(145deg,#edf5ff,#fff)}.auth-card{padding:26px 19px;border-radius:20px}.auth-card h2{font-size:25px}}


/* Golva Club yellow/red public homepage */
.golva-yellow-red{background:#fff8a8!important;color:#8f0909!important}
.golva-yellow-red .cx-header{background:#ffeb00!important;box-shadow:0 5px 18px rgba(180,0,0,.18)}
.golva-yellow-red .cx-header .navbar{background:#ffeb00!important}
.golva-yellow-red .cx-brand,.golva-yellow-red .cx-brand b,.golva-yellow-red .cx-brand small,.golva-yellow-red .cx-header .navbar-nav a,.golva-yellow-red .cx-login{color:#b30808!important}
.golva-yellow-red .cx-logo{background:#c90000!important;color:#ffeb00!important}
.golva-yellow-red .cx-nav-actions .cx-register{background:#c90000!important;color:#fff!important;border-color:#c90000!important}
.golva-yellow-red .cx-nav-actions .cx-register span{color:#ffeb00!important}
.golva-yellow-red .cx-header .navbar-toggler{border-color:#b30808!important}
.golva-yellow-red .cx-header .navbar-toggler-icon{filter:brightness(0) saturate(100%) invert(11%) sepia(96%) saturate(5528%) hue-rotate(356deg) brightness(83%) contrast(115%)}
.golva-yellow-red .cx-top{background:#c90000!important;color:#ffeb00!important}
.golva-yellow-red .cx-top-links a{color:#fff!important}
.golva-yellow-red .cx-marquee{background:#fff36a!important;color:#b30808!important;border-bottom-color:#e7b900!important}
.golva-yellow-red .cx-hero{background:linear-gradient(135deg,#fff200 0%,#ffd900 52%,#ffef67 100%)!important;color:#970707!important;padding:76px 0 90px!important}
.golva-yellow-red .cx-hero .hero-grid{opacity:.14!important}
.golva-yellow-red .cx-hero .hero-orb{background:#ffb000!important;opacity:.22!important}
.golva-yellow-red .cx-kicker{color:#b30808!important;border-color:rgba(179,8,8,.22)!important;background:rgba(255,255,255,.38)!important}
.golva-yellow-red .cx-hero h1{color:#a40707!important;text-shadow:0 2px 0 rgba(255,255,255,.35)}
.golva-yellow-red .cx-hero h1 em{color:#c90000!important}
.golva-yellow-red .cx-lead{color:#6f1010!important}
.golva-yellow-red .cx-btn-gold{background:#c90000!important;color:#fff!important;box-shadow:0 10px 22px rgba(201,0,0,.22)!important}
.golva-yellow-red .cx-btn-outline{border-color:#b30808!important;color:#b30808!important;background:rgba(255,255,255,.3)!important}
.golva-yellow-red .cx-trust{color:#7e1b1b!important}
.golva-yellow-red .cx-visual .cx-growth{background:rgba(255,255,255,.72)!important;border-color:rgba(179,8,8,.22)!important;color:#970707!important;box-shadow:0 25px 70px rgba(150,0,0,.16)!important}
.golva-yellow-red .cx-visual .cx-growth span,.golva-yellow-red .cx-growth-foot{color:#9b3b3b!important}
.golva-yellow-red .cx-visual .cx-shield{background:#c90000!important;color:#ffeb00!important}
.golva-yellow-red .cx-coin{background:#c90000!important;color:#ffeb00!important;border-color:#ffcf00!important}
.golva-yellow-red .cx-stats{background:#fffbd0!important;border-top:1px solid #f0cf00!important;border-bottom:1px solid #e6c300!important}
.golva-yellow-red .cx-stat-grid>div{border-color:#efd97b!important}
.golva-yellow-red .cx-stat-grid strong,.golva-yellow-red .cx-stat-grid small{color:#9a0b0b!important}
.golva-yellow-red .stat-icon{background:#c90000!important;color:#ffeb00!important}
.golva-yellow-red .cx-section{background:#fff8a8!important}
.golva-yellow-red .cx-heading>span{color:#c00000!important}
.golva-yellow-red .cx-heading h2{color:#970707!important}
.golva-yellow-red .cx-heading h2 em{color:#c90000!important}
.golva-yellow-red .cx-heading p{color:#762626!important}
.golva-yellow-red .cx-plan-card{background:#fffde3!important;border:2px solid #e4bd00!important;box-shadow:0 12px 32px rgba(170,0,0,.09)!important}
.golva-yellow-red .cx-plan-card .plan-badge{background:#c90000!important;color:#ffeb00!important}
.golva-yellow-red .cx-plan-card h3,.golva-yellow-red .cx-plan-card .plan-price,.golva-yellow-red .cx-plan-card .plan-period,.golva-yellow-red .cx-plan-card li{color:#9b0909!important}
.golva-yellow-red .cx-plan-card.featured{border-color:#c90000!important;transform:translateY(-5px)}
.golva-yellow-red .plan-btn{background:#c90000!important;color:#fff!important}
.golva-yellow-red .cx-empty{background:#fffde3!important;color:#9b0909!important;border-color:#e4bd00!important}
.golva-yellow-red .cx-dark-section{background:#b30808!important;color:#fff!important}
.golva-yellow-red .cx-dark-section .cx-heading h2,.golva-yellow-red .cx-dark-section .cx-heading p{color:#fff!important}
.golva-yellow-red .cx-dark-section .cx-heading h2 em{color:#ffeb00!important}
.golva-yellow-red .cx-feature{background:#c90000!important;border-color:rgba(255,235,0,.28)!important;color:#fff!important}
.golva-yellow-red .cx-feature p{color:#ffd9d9!important}
.golva-yellow-red .cx-feature b{color:#ffeb00!important}
.golva-yellow-red .feature-symbol{background:#ffeb00!important;color:#b30808!important}
.golva-yellow-red .cx-timeline>div{background:#fffde3!important;border-color:#e4bd00!important}
.golva-yellow-red .cx-timeline>div>b{background:#c90000!important;color:#ffeb00!important}
.golva-yellow-red .cx-timeline h3{color:#9b0909!important}
.golva-yellow-red .cx-timeline p{color:#762626!important}
.golva-yellow-red .cx-cta{background:#ffeb00!important}
.golva-yellow-red .cx-cta-box{background:#c90000!important}
.golva-yellow-red .cx-footer{background:#760707!important}
.golva-yellow-red .cx-footer a{color:#ffe96a!important}
.golva-yellow-red .cx-footer p,.golva-yellow-red .cx-footer-bottom{color:#ffd0d0!important}
.golva-yellow-red .cx-footer h5{color:#ffeb00!important}
.golva-yellow-red .cx-floating a{background:#c90000!important;color:#ffeb00!important}
@media(max-width:991px){.golva-yellow-red .cx-header .navbar-collapse{background:#ffeb00!important;border-top:1px solid #d8b800;padding:10px 14px;border-radius:0 0 16px 16px}.golva-yellow-red .cx-header .navbar-nav{margin-bottom:8px}.golva-yellow-red .cx-nav-actions{padding-bottom:8px}.golva-yellow-red .cx-plan-card.featured{transform:none}}
@media(max-width:575px){.golva-yellow-red .cx-hero{padding:55px 0 65px!important}.golva-yellow-red .cx-hero h1{font-size:43px!important;letter-spacing:-1.8px}.golva-yellow-red .cx-stat-grid{grid-template-columns:1fr 1fr!important}.golva-yellow-red .cx-stat-grid>div{padding:16px 8px!important}.golva-yellow-red .cx-stat-grid strong{font-size:20px!important}.golva-yellow-red .cx-plan-card{padding:22px!important}.golva-yellow-red .cx-plan-card .plan-price{font-size:29px!important}}
