@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8fbff;background:#03091d;font-synthesis:none;--navy:#050b22;--panel:#09122f;--panel2:#0d183c;--border:rgba(123,151,255,.18);--muted:#8fa0c6;--blue:#1d6bff;--purple:#8d2df3;--green:#15c77a;--orange:#ff8a25;--pink:#e63c83}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#03091d;color:#f7f9ff}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer}.gradient-btn,.btn{border:0;border-radius:10px;padding:12px 22px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:linear-gradient(135deg,#06b8e8,#315eff 52%,#9d39ed);box-shadow:0 10px 28px #275bff47}.gradient-btn:hover,.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.gradient-btn.small{padding:10px 18px}.outline-btn{border:1px solid rgba(134,166,255,.42);border-radius:10px;padding:11px 20px;display:inline-flex;align-items:center;gap:8px;font-weight:700;background:#040a2359;color:#fff}.outline-btn:hover{background:#3453b63d;border-color:#5f8dff}.error,.notice{padding:12px 14px;border-radius:10px;background:#ff486a1f;border:1px solid rgba(255,72,106,.22);color:#ff9aae}.notice{background:#1dd2911f;border-color:#1dd29138;color:#79efc0}.empty-line,.empty{color:#7f91b8;text-align:center;padding:22px}.muted-line{display:block;color:#7f91b8;margin-top:4px}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand img{width:44px;height:44px;object-fit:contain;border-radius:50%;background:#fff}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:18px;letter-spacing:.01em}.brand-copy small{font-size:7px;color:#ffc848;letter-spacing:.06em;font-weight:800}.brand-compact img{width:38px;height:38px}.brand-compact .brand-copy strong{font-size:15px}.brand-compact .brand-copy small{font-size:6px}.site-shell{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 92% 8%,rgba(201,35,180,.19),transparent 28%),radial-gradient(circle at 5% 18%,rgba(32,93,255,.18),transparent 28%),linear-gradient(145deg,#07133f,#07102d 42%,#13062f 72%,#071133)}.site-nav{height:78px;max-width:1480px;margin:auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;position:relative;z-index:10}.site-nav nav{display:flex;justify-content:center;gap:24px;font-size:12px;font-weight:700}.site-nav nav a{color:#d6def4}.site-nav nav a:hover,.site-nav nav a.active{color:#ffe06b}.nav-actions{display:flex;gap:10px}.landing-hero{max-width:1480px;margin:auto;padding:42px 26px 30px;min-height:530px;display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:center}.hero-copy{padding-left:4px}.hero-kicker{display:inline-flex;padding:8px 15px;border-radius:999px;border:1px solid rgba(31,189,255,.35);background:#114e9047;font-size:11px;letter-spacing:.04em}.hero-copy h1{margin:18px 0;font-size:clamp(52px,5vw,78px);line-height:.99;letter-spacing:-.045em}.hero-copy h1 span{display:block}.hero-copy h1 .green{background:linear-gradient(90deg,#2adc75,#46d5d9,#5574ff,#a342eb);-webkit-background-clip:text;color:transparent}.hero-copy h1 .gold{color:#ffbb32}.hero-copy p{font-size:16px;line-height:1.65;color:#c0c9e2;max-width:510px}.hero-buttons{display:flex;gap:14px;margin-top:26px}.hero-visual{position:relative;height:470px;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;width:68%;height:58%;border-radius:50%;background:radial-gradient(circle,rgba(104,26,238,.86),rgba(23,82,230,.36) 47%,transparent 72%);filter:blur(26px)}.hero-visual img{position:relative;z-index:3;width:min(100%,610px);max-height:460px;object-fit:contain;border-radius:24px;filter:drop-shadow(0 28px 44px rgba(0,0,0,.55));mix-blend-mode:screen}.neon-ring{position:absolute;border:2px solid rgba(66,202,255,.55);border-radius:50%;box-shadow:0 0 22px #00b9ff,0 0 55px #f02ad299}.ring-one{width:74%;height:56%;transform:rotate(-12deg)}.ring-two{width:65%;height:47%;transform:rotate(18deg);border-color:#ff33b77a}.spark{position:absolute;z-index:4;font-size:28px;text-shadow:0 0 18px currentColor}.spark-one{right:10%;top:16%;color:#ffb52d}.spark-two{left:13%;top:24%;color:#38dcff}.stats-ribbon{max-width:1420px;margin:0 auto 28px;padding:18px 24px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(105,139,255,.25);border-radius:16px;background:linear-gradient(120deg,#0d1f52d9,#2a0d4dc2);box-shadow:0 18px 48px #0003}.stats-ribbon>div{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;column-gap:12px;padding:0 20px;border-right:1px solid rgba(255,255,255,.1)}.stats-ribbon>div:last-child{border:0}.stats-ribbon svg{grid-row:1/3;width:38px;height:38px;color:#7a4cff}.stats-ribbon>div:nth-child(2) svg{color:#ff5f40}.stats-ribbon>div:nth-child(3) svg{color:#ffb32c}.stats-ribbon>div:nth-child(4) svg{color:#69e43f}.stats-ribbon strong{font-size:21px}.stats-ribbon span{font-size:11px;color:#a8b5d4}.landing-section{max-width:1440px;margin:auto;padding:42px 26px}.section-heading{text-align:center;margin-bottom:28px}.section-heading h2{font-size:26px;margin:0 0 7px}.section-heading p{font-size:12px;color:#9eacd0;margin:0}.income-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.income-tile{min-height:190px;padding:20px;border-radius:14px;border:1px solid rgba(91,126,255,.34);background:linear-gradient(160deg,#0759b9,#07173c);display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:inset 0 1px #ffffff0d}.income-tile.violet{background:linear-gradient(160deg,#7e2bdd,#261263)}.income-tile.orange{background:linear-gradient(160deg,#ff5d3f,#681525)}.income-tile.purple{background:linear-gradient(160deg,#a63ee8,#381064)}.income-tile.pink{background:linear-gradient(160deg,#e73c79,#5a173f)}.tile-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#ffffff24;box-shadow:0 0 22px #ffffff1f}.income-tile h3{font-size:15px;margin:15px 0 8px}.income-tile p{font-size:11px;line-height:1.55;color:#edf2ff;min-height:48px}.income-tile a{margin-top:auto;font-size:10px;font-weight:800;color:#6df398}.income-tile.orange a,.income-tile.pink a{color:#ffe155}.plan-highlight{max-width:1340px;margin:24px auto;padding:30px 36px;border-radius:22px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(100deg,#064fae,#4424bb 52%,#cc2e8d);box-shadow:0 22px 60px #2a27c84d}.plan-highlight span{font-size:10px;letter-spacing:.16em;color:#6cf2ff;font-weight:900}.plan-highlight h2{font-size:30px;margin:7px 0}.plan-highlight p{margin:0;color:#e2e7fa}.reward-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.reward-product{padding:10px 10px 15px;border-radius:12px;text-align:center;background:linear-gradient(160deg,#0d1c4df5,#080c28fa);border:1px solid rgba(106,132,242,.34)}.reward-image{height:105px;border-radius:9px;overflow:hidden;background:linear-gradient(145deg,#111c4e,#0a0f32)}.reward-image img{width:100%;height:100%;object-fit:cover}.reward-product h3{font-size:14px;margin:10px 0 3px}.reward-product p{font-size:9px;color:#9fb0d5;margin:0}.trust-strip{max-width:1420px;margin:0 auto 28px;padding:15px 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;border-radius:16px;background:linear-gradient(90deg,#0a61c9,#3421ba,#cc2b83)}.trust-strip>div{display:flex;align-items:center;gap:11px}.trust-strip svg{width:30px;height:30px}.trust-strip span{display:flex;flex-direction:column}.trust-strip b{font-size:12px}.trust-strip small{font-size:9px;color:#d6def4}.site-footer{max-width:1440px;margin:auto;padding:24px 26px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:#8391b5;font-size:12px}.dashboard-layout{min-height:100vh;display:grid;grid-template-columns:210px minmax(0,1fr);background:radial-gradient(circle at 88% 0,rgba(148,25,196,.12),transparent 25%),linear-gradient(145deg,#050d29,#03071a 58%,#0f0527);color:#f7f9ff}.dashboard-sidebar{height:100vh;position:sticky;top:0;padding:18px 10px;display:flex;flex-direction:column;background:linear-gradient(180deg,#071433,#04102b 60%,#06112a);border-right:1px solid rgba(84,112,213,.18);z-index:30}.sidebar-logo{padding:0 6px 15px;display:flex;align-items:center;justify-content:space-between}.drawer-x{display:none}.profile-chip{margin:4px 4px 14px;padding:10px;border-radius:12px;display:flex;align-items:center;gap:10px;background:#152659a3;border:1px solid rgba(84,116,226,.18)}.avatar,.top-avatar,.tiny-avatar{border-radius:50%;display:grid;place-items:center;font-weight:900;background:linear-gradient(135deg,#19c58b,#2e71ff);color:#fff}.avatar{width:42px;height:42px}.profile-chip>div:last-child{display:flex;flex-direction:column}.profile-chip b{font-size:12px}.profile-chip small{font-size:9px;color:#91a2c9;margin-top:2px}.mini-status{font-size:8px;color:#64f3a9;text-transform:capitalize;margin-top:4px}.mini-status i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#45e68e}.sidebar-menu{display:flex;flex-direction:column;gap:3px;overflow:auto;padding-right:2px}.sidebar-menu button,.sidebar-logout{width:100%;border:0;border-radius:8px;padding:9px 11px;display:flex;align-items:center;gap:10px;background:transparent;color:#aab7d6;font-size:10px;text-align:left}.sidebar-menu button svg,.sidebar-logout svg{width:15px;height:15px}.sidebar-menu button:hover,.sidebar-menu button.active{color:#fff;background:linear-gradient(90deg,#1e63f5,#3e37da);box-shadow:0 8px 20px #2752dc3d}.sidebar-logout{margin-top:auto}.dashboard-main{min-width:0;padding:18px 22px 42px}.desktop-topbar{height:54px;display:flex;align-items:center;gap:18px;margin-bottom:17px}.desktop-topbar>div:first-child{margin-right:auto}.desktop-topbar h1{font-size:19px;margin:0}.desktop-topbar p{font-size:9px;color:#8293bc;margin:3px 0 0}.top-actions{display:flex;align-items:center;gap:10px}.top-actions button{width:34px;height:34px;border:0;border-radius:10px;background:#0c1739;color:#d6def4}.top-avatar{width:34px;height:34px}.top-search{width:230px;padding:8px 11px;border-radius:9px;display:flex;align-items:center;gap:8px;background:#07112f;border:1px solid rgba(103,132,231,.16)}.top-search input{width:100%;border:0;background:transparent;color:#fff;outline:none;font-size:10px}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.summary-card{min-height:78px;padding:13px 15px;border-radius:10px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#0f3f98,#0c2d74);border:1px solid rgba(77,124,255,.28);box-shadow:0 12px 26px #0000002e}.summary-card.purple{background:linear-gradient(135deg,#7425c9,#3d116f)}.summary-card.green{background:linear-gradient(135deg,#138e73,#075649)}.summary-card.orange{background:linear-gradient(135deg,#e65e3f,#8f2045)}.summary-card.pink{background:linear-gradient(135deg,#d13a7a,#751a70)}.summary-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#ffffff1f}.summary-icon svg{width:17px;height:17px}.summary-card>div:last-child{display:flex;flex-direction:column}.summary-card span{font-size:9px;color:#d7def3}.summary-card strong{font-size:17px;margin-top:3px}.summary-card small{font-size:7px;color:#9aabd0;margin-top:3px}.mini-metrics{margin:12px 0;display:grid;grid-template-columns:repeat(6,1fr);border-radius:10px;background:linear-gradient(120deg,#0b173b,#15113f);border:1px solid rgba(85,116,218,.17)}.mini-metrics>div{padding:10px 12px;border-right:1px solid rgba(255,255,255,.07)}.mini-metrics>div:last-child{border:0}.mini-metrics span{display:block;font-size:8px;color:#8394bb}.mini-metrics b{display:block;font-size:12px;margin-top:3px}.dashboard-content-grid{display:grid;grid-template-columns:1.1fr 1.1fr .9fr;gap:10px}.dash-panel,.form-card{border-radius:11px;background:linear-gradient(155deg,#0a173bfa,#070c25fa);border:1px solid rgba(87,116,213,.18);box-shadow:0 12px 32px #0000002b}.dash-panel{padding:12px}.panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.panel-title h3{font-size:11px;margin:0}.panel-title button{border:0;background:transparent;color:#7597ff;font-size:8px}.donut-wrap,.admin-donut-wrap{display:flex;align-items:center;justify-content:center;gap:18px;padding:8px}.donut,.admin-donut{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#6d43f5 0,#6d43f5 34%,#f04d54 34%,#f04d54 54%,#f7a52a 54%,#f7a52a 67%,#1ec58e 67%,#1ec58e 83%,#2888ec 83%,#2888ec);position:relative}.donut:after,.admin-donut:after{content:"";position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:50%;background:#07122f}.donut>div,.admin-donut>div{position:relative;z-index:2;text-align:center}.donut b,.admin-donut b{font-size:10px;display:block}.donut span,.admin-donut span{font-size:7px;color:#93a3c7}.donut-wrap ul,.admin-donut-wrap ul{list-style:none;padding:0;margin:0;min-width:135px}.donut-wrap li,.admin-donut-wrap li{font-size:7px;color:#aab7d5;display:flex;align-items:center;gap:5px;margin:7px 0}.donut-wrap li b,.admin-donut-wrap li b{margin-left:auto;color:#fff}.donut-wrap i,.admin-donut-wrap i{width:6px;height:6px;border-radius:50%}.c1{background:#6d43f5}.c2{background:#f04d54}.c3{background:#f7a52a}.c4{background:#1ec58e}.c5{background:#2888ec}.recent-list>div,.mini-list>div{display:flex;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05)}.recent-list>div:last-child,.mini-list>div:last-child{border:0}.recent-icon,.tiny-avatar{width:26px;height:26px;flex:0 0 26px;border-radius:7px;display:grid;place-items:center;background:#6a35df}.recent-icon.r1{background:#2173dc}.recent-icon.r2{background:#16a878}.recent-icon.r3{background:#e57b26}.recent-list>div>div,.mini-list>div>div{display:flex;flex-direction:column;min-width:0}.recent-list b,.mini-list b{font-size:8px;text-transform:capitalize}.recent-list small,.mini-list small{font-size:6px;color:#8193ba}.recent-list strong{margin-left:auto;font-size:8px;color:#42e698}.quick-grid{margin-top:10px;padding:10px;border-radius:11px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;background:linear-gradient(150deg,#0b173a,#0a102e);border:1px solid rgba(87,116,213,.16)}.quick-grid button{border:0;background:transparent;color:#fff;padding:6px 4px;display:flex;flex-direction:column;align-items:center;gap:4px}.quick-grid button>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1e6cf3,#4d31db)}.quick-grid button:nth-child(2)>span{background:linear-gradient(135deg,#ef9220,#d5522e)}.quick-grid button:nth-child(3)>span{background:linear-gradient(135deg,#21b97d,#198a66)}.quick-grid button:nth-child(4)>span{background:linear-gradient(135deg,#ec4d61,#c52b4a)}.quick-grid button:nth-child(5)>span{background:linear-gradient(135deg,#9b41e6,#5c2ab7)}.quick-grid button:nth-child(6)>span{background:linear-gradient(135deg,#3299f1,#385dd5)}.quick-grid b{font-size:8px}.quick-grid small{font-size:6px;color:#8495bb}.activate-banner{margin-top:10px;padding:18px 20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(100deg,#0857be,#4e27bb,#cc2f85)}.activate-banner span{font-size:8px;font-weight:900;color:#68eaff}.activate-banner h3{font-size:17px;margin:5px 0}.activate-banner p{font-size:9px;color:#e0e5f8;margin:0}.admin-chart-grid{margin-top:10px;display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:10px}.admin-table-grid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.line-chart{width:100%;height:170px}.grid-lines path{stroke:#ffffff14;stroke-width:1;fill:none}.line{fill:none;stroke-width:3}.green-line{stroke:#19cf8d}.orange-line{stroke:#f4a120}.chart-labels text{fill:#7487b1;font-size:10px}.bar-chart{height:170px;display:flex;align-items:flex-end;justify-content:space-around;gap:8px;padding:14px 10px 4px}.bar-chart>div{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;flex:1}.bar-chart span{display:block;width:65%;max-width:24px;border-radius:4px 4px 0 0;background:linear-gradient(#26a2ff,#2356df);box-shadow:0 0 13px #2a75ff40}.bar-chart small{font-size:7px;color:#7789b0}.admin-donut{width:112px;height:112px}.admin-donut-wrap{gap:10px}.deposit-avatar{background:#18a777}.wallet-summary{display:grid;gap:8px}.wallet-summary>div{padding:11px;border-radius:9px;background:#1c377e52}.wallet-summary span{display:block;font-size:8px;color:#8394bb}.wallet-summary b{display:block;font-size:13px;margin-top:4px;color:#56e9ab}.two-column{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.form-card{padding:20px}.app-form{display:flex;flex-direction:column;gap:13px}.app-form label{font-size:10px;color:#aebbd8;text-transform:capitalize;display:flex;flex-direction:column;gap:6px}.app-form input,.app-form select,.app-form textarea,.table-toolbar select,.search-toolbar input{width:100%;padding:12px 13px;border-radius:9px;border:1px solid rgba(100,128,223,.23);background:#071333;color:#f7f9ff;outline:none}.app-form input:focus,.app-form select:focus,.app-form textarea:focus{border-color:#4d7fff;box-shadow:0 0 0 3px #4d7fff1f}.app-form textarea{min-height:90px}.form-narrow{max-width:620px}.payment-card{text-align:center}.payment-qr{width:170px;height:170px;object-fit:contain;background:#fff;padding:8px;border-radius:12px}.payment-details p{display:flex;justify-content:space-between;text-align:left;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:9px}.payment-details span{color:#8596bd}.upload-box{padding:14px;border:1px dashed rgba(105,137,239,.4);border-radius:9px;align-items:center!important;text-align:center}.upload-box input{margin-top:8px}.referral-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.referral-card{position:relative;overflow:hidden}.ref-side{position:absolute;right:-28px;top:17px;transform:rotate(40deg);width:120px;text-align:center;padding:5px;background:#1d8ceb;font-size:8px;text-transform:uppercase}.ref-side.right{background:#8c35e2}.referral-card code{display:block;word-break:break-all;padding:12px;border-radius:8px;background:#050c28;color:#58ddff;font-size:10px;margin:12px 0}.ref-actions{display:flex;gap:9px}.profile-card{text-align:center;max-width:700px}.big-avatar{width:76px;height:76px;margin:auto;border-radius:50%;display:grid;place-items:center;font-size:30px;font-weight:900;background:linear-gradient(135deg,#18c587,#3f55ee)}.profile-details{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.profile-details>div{padding:13px;border-radius:10px;background:#17306f59}.profile-details span{display:block;font-size:8px;color:#8394bb}.profile-details b{display:block;font-size:12px;margin-top:5px}.tree-page{max-width:900px}.tree-members{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}.tree-members>div{padding:18px;border-radius:12px;background:#16307052;display:grid;grid-template-columns:40px 1fr;align-items:center}.tree-members small{grid-column:2;color:#8495bb}.member-dot{grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#158c71}.member-dot.right{background:#7830cf}.setting-row{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.setting-row>div{display:flex;flex-direction:column}.setting-row small{color:#8394bb}.setting-row button,.setting-row label{margin-left:auto}.switch input{display:none}.switch span{display:block;width:42px;height:23px;border-radius:20px;background:#26355e;position:relative}.switch span:after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;left:3px;top:3px;background:#fff;transition:.2s}.switch input:checked+span{background:#18bd80}.switch input:checked+span:after{left:22px}.table-toolbar,.search-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:13px}.status-tabs{display:flex;gap:7px}.status-tabs button{border:1px solid rgba(95,125,221,.2);border-radius:8px;padding:9px 14px;background:#0a1536;color:#8fa0c5;text-transform:capitalize}.status-tabs button.active{background:linear-gradient(135deg,#1e66ec,#732eda);color:#fff}.search-toolbar>div{width:min(480px,100%);display:flex;align-items:center;gap:8px;padding:0 11px;border-radius:9px;background:#071333;border:1px solid rgba(100,128,223,.23)}.search-toolbar input{border:0;padding-left:0}.responsive-table{overflow:auto;border-radius:11px;background:linear-gradient(155deg,#0a173bfa,#070c25fa);border:1px solid rgba(87,116,213,.18)}table{width:100%;border-collapse:collapse}th,td{padding:12px 11px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05);white-space:nowrap}th{font-size:8px;text-transform:uppercase;letter-spacing:.05em;color:#8091b8;background:#18306d47}td{font-size:9px;color:#dce4f9}.badge{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:7px;font-weight:900;text-transform:uppercase}.badge.pending{color:#ffc85a;background:#ffb12121}.badge.approved,.badge.active,.badge.credit,.badge.success{color:#54efaa;background:#26d18c21}.badge.rejected,.badge.debit,.badge.inactive,.badge.failed{color:#ff7086;background:#ff456421}.row-actions{display:flex;gap:5px}.mini{border:0;border-radius:6px;padding:6px 8px;color:#fff;font-size:8px}.mini.ok{background:#0ba36f}.mini.no{background:#d83c58}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.current-qr{display:flex;flex-direction:column;gap:8px}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.module-info{display:flex;align-items:center;gap:16px}.module-info>span{width:54px;height:54px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#1e6cf3,#8530db)}.module-info h3{margin:0 0 5px}.module-info p{margin:0;color:#92a2c7;font-size:11px;line-height:1.5}.rules-box{grid-column:1/-1;overflow:auto;padding:18px;border-radius:12px;background:#050b20;color:#7de9b8;font-size:10px}.loading-card{padding:28px;border-radius:12px;background:#0b1738;color:#8fa0c6}.auth{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 15% 10%,rgba(35,104,255,.24),transparent 26%),radial-gradient(circle at 85% 15%,rgba(199,45,226,.22),transparent 26%),linear-gradient(135deg,#06103a,#08091f 58%,#180b3a)}.authbox{width:min(100%,470px);display:flex;flex-direction:column;gap:13px;padding:30px;border-radius:20px;background:linear-gradient(155deg,#0c1a49f5,#080a26f5);border:1px solid rgba(101,130,235,.28);box-shadow:0 28px 80px #0000006b}.authbox.wide{width:min(100%,760px)}.authbox h2{font-size:26px;margin:8px 0}.authbox input,.authbox select{width:100%;padding:12px 13px;border-radius:9px;border:1px solid rgba(112,137,224,.26);background:#09133c;color:#f7f9ff;outline:none}.twocol{display:grid;grid-template-columns:1fr 1fr;gap:12px}.twocol label{display:flex;flex-direction:column;gap:6px;color:#aebbd9;font-size:10px}.twocol small{color:#55e9b0}.authbox p{color:#95a5c7;font-size:12px}.authbox a{color:#60ddff;font-weight:800}.mobile-header,.mobile-tabs,.drawer-shade{display:none}@media (max-width:1200px){.site-nav nav{gap:15px}.income-cards,.reward-showcase{grid-template-columns:repeat(3,1fr)}.dashboard-layout{grid-template-columns:190px minmax(0,1fr)}.admin-summary{grid-template-columns:repeat(3,1fr)}.dashboard-content-grid,.admin-chart-grid{grid-template-columns:1fr 1fr}.recent-panel,.admin-chart-grid>article:last-child{grid-column:1/-1}.admin-table-grid{grid-template-columns:1fr 1fr}.admin-table-grid>article:last-child{grid-column:1/-1}.quick-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.site-nav{grid-template-columns:auto auto}.site-nav nav{display:none}.nav-actions{justify-self:end}.landing-hero{grid-template-columns:1fr;padding-top:28px;text-align:center}.hero-copy p{margin-inline:auto}.hero-buttons{justify-content:center}.hero-visual{height:390px}.stats-ribbon{margin-inline:18px;grid-template-columns:1fr 1fr;gap:18px}.stats-ribbon>div{border:0}.income-cards,.reward-showcase{grid-template-columns:1fr 1fr}.plan-highlight{margin-inline:18px;flex-direction:column;text-align:center;gap:18px}.trust-strip{margin-inline:18px;grid-template-columns:1fr 1fr}.dashboard-layout{display:block;padding-top:64px;padding-bottom:64px}.mobile-header{display:flex;position:fixed;z-index:60;left:0;right:0;top:0;height:64px;padding:0 13px;align-items:center;gap:12px;background:#040b21f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(92,120,218,.2)}.mobile-header>button{border:0;background:#111e46;color:#fff;border-radius:9px;padding:7px}.mobile-header>span{margin-left:auto;font-size:10px;color:#8fa0c5}.dashboard-sidebar{position:fixed;left:-260px;top:0;width:245px;height:100dvh;transition:left .25s ease;z-index:90}.drawer-open .dashboard-sidebar{left:0}.drawer-x{display:grid;place-items:center;border:0;background:#17254f;color:#fff;border-radius:8px;padding:6px}.drawer-shade{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#00000094}.drawer-open .drawer-shade{display:block}.dashboard-main{padding:15px 12px 82px}.desktop-topbar{display:none}.mobile-tabs{position:fixed;z-index:60;left:0;right:0;bottom:0;height:64px;display:grid;grid-template-columns:repeat(5,1fr);background:#040b21f7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(92,120,218,.2)}.mobile-tabs button{border:0;background:transparent;color:#8294ba;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.mobile-tabs button.active{color:#5b8dff}.mobile-tabs svg{width:18px;height:18px}.mobile-tabs small{font-size:8px}.summary-grid,.admin-summary{grid-template-columns:1fr 1fr}.mini-metrics{grid-template-columns:repeat(3,1fr)}.dashboard-content-grid,.admin-chart-grid,.admin-table-grid{grid-template-columns:1fr}.recent-panel,.admin-chart-grid>article:last-child,.admin-table-grid>article:last-child{grid-column:auto}.two-column,.referral-grid,.module-grid{grid-template-columns:1fr}.profile-details{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}.responsive-table{background:transparent;border:0;overflow:visible}.responsive-table table,.responsive-table thead,.responsive-table tbody,.responsive-table th,.responsive-table td,.responsive-table tr{display:block}.responsive-table thead{display:none}.responsive-table tr{margin-bottom:11px;border-radius:11px;padding:8px;background:linear-gradient(150deg,#0c1b45fa,#070b23fa);border:1px solid rgba(91,120,220,.2)}.responsive-table td{border:0;padding:7px 7px 7px 43%;position:relative;min-height:31px;white-space:normal}.responsive-table td:before{content:attr(data-label);position:absolute;left:7px;width:38%;font-size:7px;font-weight:800;text-transform:uppercase;color:#8193b9}.row-actions{flex-wrap:wrap}.search-toolbar,.table-toolbar{flex-direction:column}.search-toolbar>div{width:100%}.status-tabs{overflow:auto}.app-form,.form-card{padding:15px}}@media (max-width:560px){.site-nav{height:66px;padding:0 14px}.site-nav .brand-copy small,.nav-actions .outline-btn{display:none}.landing-hero{padding:25px 16px 20px}.hero-copy h1{font-size:49px}.hero-copy p{font-size:14px}.hero-visual{height:300px}.hero-visual img{max-height:300px}.stats-ribbon{grid-template-columns:1fr 1fr;padding:15px;margin-bottom:15px}.stats-ribbon>div{padding:0 6px}.stats-ribbon strong{font-size:17px}.landing-section{padding:35px 15px}.income-cards,.reward-showcase{grid-template-columns:1fr}.plan-highlight{padding:24px}.plan-highlight h2{font-size:24px}.trust-strip{grid-template-columns:1fr}.site-footer{flex-direction:column;gap:12px}.summary-card{min-height:72px;padding:11px}.summary-card strong{font-size:14px}.summary-icon{width:30px;height:30px}.mini-metrics{grid-template-columns:1fr 1fr}.dashboard-content-grid{gap:8px}.quick-grid{grid-template-columns:1fr 1fr 1fr}.donut-wrap,.admin-donut-wrap{flex-direction:column}.activate-banner{flex-direction:column;align-items:flex-start;gap:12px}.profile-details,.tree-members{grid-template-columns:1fr}.ref-actions{flex-direction:column}.twocol{grid-template-columns:1fr}.auth{padding:14px}.authbox{padding:21px}.summary-grid,.admin-summary{gap:8px}.admin-summary{grid-template-columns:1fr 1fr}}.activation-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:16px;align-items:start}.activation-card{position:relative;overflow:hidden;min-height:390px;background:radial-gradient(circle at 85% 12%,rgba(76,65,255,.28),transparent 32%),linear-gradient(145deg,#0b1c4efa,#070c27fa);border-color:#5b79e047}.activation-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-105px;bottom:-130px;background:radial-gradient(circle,rgba(39,216,167,.3),transparent 68%);pointer-events:none}.activation-card-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0ad59d,#246dff 58%,#a92fff);box-shadow:0 14px 38px #2669ff47}.activation-card .eyebrow{display:block;margin-top:22px;font-size:9px;font-weight:900;letter-spacing:.14em;color:#54e2ff}.activation-card h2{margin:8px 0 20px;font-size:30px;line-height:1.12}.activation-data{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:22px}.activation-data>div{padding:14px 12px;border-radius:12px;background:#162f6f57;border:1px solid rgba(94,126,228,.14)}.activation-data span{display:block;font-size:8px;color:#8295bd;text-transform:uppercase;letter-spacing:.05em}.activation-data b{display:block;margin-top:7px;font-size:14px;color:#fff}.activation-main-btn{width:100%;justify-content:center;min-height:46px}.activation-help{display:block;margin-top:10px;color:#ffca6d}.active-confirmation{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:12px;color:#65f2b1;background:#21c6841f;border:1px solid rgba(55,224,159,.25);font-weight:900}.activation-other{min-height:390px}.muted-copy{margin:-3px 0 4px;color:#8d9dc1;font-size:11px;line-height:1.55}.inline-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.inline-input .outline-btn{white-space:nowrap}.activation-preview{display:flex;align-items:center;gap:13px;padding:14px;border-radius:12px;background:linear-gradient(135deg,#17367b85,#25145b85);border:1px solid rgba(106,130,232,.2)}.activation-preview .big-initial{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:18px;font-weight:900;background:linear-gradient(135deg,#1e7df2,#8c31e5)}.activation-preview span,.activation-preview small{color:#91a2c8;font-size:9px}.activation-preview h3{margin:3px 0;font-size:15px}.gradient-btn:disabled,.outline-btn:disabled{opacity:.5;cursor:not-allowed;filter:saturate(.5)}@media (max-width:900px){.activation-layout{grid-template-columns:1fr}.activation-card,.activation-other{min-height:auto}}@media (max-width:560px){.activation-data{grid-template-columns:1fr}.activation-card h2{font-size:24px}.inline-input{grid-template-columns:1fr}.inline-input .outline-btn{width:100%}}.activation-banner-top{margin-top:0;margin-bottom:12px;background:radial-gradient(circle at 85% 20%,rgba(147,51,234,.28),transparent 34%),linear-gradient(105deg,#073d94,#27207c 58%,#781c79);border:1px solid rgba(94,142,255,.3);box-shadow:0 18px 38px #0000003d}.activation-banner-top small{display:block;margin-top:8px;color:#ffd37a;font-size:9px}.active-now-btn{font-weight:900;letter-spacing:.01em;box-shadow:0 12px 30px #3c5fff4d}.gradient-btn:disabled,.active-now-btn:disabled{cursor:not-allowed;opacity:.48;filter:saturate(.65);box-shadow:none}.status-active-text{color:#55efad!important;text-transform:capitalize}.status-inactive-text{color:#ffb547!important;text-transform:capitalize}.activation-card.is-inactive{border-color:#ffad3a4d;background:radial-gradient(circle at 85% 12%,rgba(255,131,47,.22),transparent 32%),linear-gradient(145deg,#0b1c4efa,#070c27fa)}.activation-card.is-active{border-color:#25e29d40}.deposit-rule-note{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-radius:10px;background:#12b8881a;border:1px solid rgba(36,224,166,.18);color:#bcebdc;font-size:9px;line-height:1.55}.deposit-rule-note svg{flex:0 0 auto;color:#50efb2;margin-top:1px}.activation-other .notice,.activation-other .error{margin:0}@media (max-width:560px){.activation-banner-top .active-now-btn{width:100%}.deposit-rule-note{font-size:10px}}.badge.paid,.badge.delivered{background:#25e29d21;color:#61efb0;border-color:#25e29d3d}.badge.qualified{background:#3d6fff24;color:#7ea4ff;border-color:#3d6fff40}.bank-status-card{min-height:260px}.bank-status-badge{display:flex;align-items:center;gap:14px;padding:18px;border-radius:14px;background:linear-gradient(135deg,#1c378294,#37156f80);border:1px solid rgba(103,135,232,.22)}.bank-status-badge>div{display:flex;flex-direction:column;gap:5px}.bank-status-badge span{font-size:9px;color:#92a4cc;text-transform:uppercase;letter-spacing:.08em}.bank-status-badge b{text-transform:capitalize;font-size:18px}.bank-status-badge.approved{background:linear-gradient(135deg,#0e715b73,#0d39529e)}.bank-status-badge.pending{background:linear-gradient(135deg,#a4611261,#3425618f)}.bank-status-badge.rejected{background:linear-gradient(135deg,#9f233f66,#3e184c94)}.bank-status-card>p{color:#9eadd0;line-height:1.65;font-size:11px}.admin-remark{margin-top:16px;padding:13px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.admin-remark span{display:block;font-size:8px;text-transform:uppercase;color:#8193bd;margin-bottom:5px}.admin-remark b{font-size:11px}.withdraw-rule-grid,.rule-banner{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.withdraw-rule-grid>div,.rule-banner>div{padding:13px;border-radius:11px;background:#11265b8f;border:1px solid rgba(91,123,226,.18)}.withdraw-rule-grid span,.rule-banner span{display:block;font-size:8px;color:#8395bc;text-transform:uppercase}.withdraw-rule-grid b,.rule-banner b{display:block;margin-top:6px;font-size:15px}.withdraw-preview{border-radius:12px;overflow:hidden;border:1px solid rgba(101,132,232,.18);background:#0a163c94}.withdraw-preview p{display:flex;justify-content:space-between;margin:0;padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.06)}.withdraw-preview p:last-child{border:0}.withdraw-preview span{color:#8fa1c7;font-size:10px}.withdraw-preview b{font-size:12px}.inline-link{border:0;background:transparent;color:#6cdcff;padding:0;font-weight:800;text-decoration:underline}.status-pending-text{color:#ffbf55!important;text-transform:capitalize}.status-approved-text{color:#55efad!important;text-transform:capitalize}.status-rejected-text{color:#ff8096!important;text-transform:capitalize}.admin-table-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-table-grid-four>article{grid-column:auto!important}.management-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-bottom:14px}.management-summary .summary-card{min-height:84px}.report-tabs{margin:0 0 14px}.settings-subtitle{margin:20px 0 10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#dce4fb}.settings-subtitle:first-of-type{margin-top:0;padding-top:0;border:0}.settings-form textarea{min-height:88px}.rule-banner{margin-bottom:15px}.editable-rule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:18px}.rule-edit-card{padding:15px}.rule-edit-card h3{margin:0 0 12px;font-size:16px}.rule-edit-card label{display:flex;flex-direction:column;gap:5px;color:#9dadcf;font-size:9px;margin-bottom:9px}.rule-edit-card input{width:100%;padding:9px 10px;border-radius:8px;border:1px solid rgba(103,133,231,.24);background:#09143d;color:#fff}.rule-edit-card .check-row{flex-direction:row;align-items:center}.rule-edit-card .check-row input{width:auto}.rule-edit-card .gradient-btn{width:100%}.search-toolbar>select,.table-toolbar>select{min-height:42px;padding:0 12px;border:1px solid rgba(103,133,231,.25);border-radius:10px;background:#09143d;color:#fff}.mini-list .badge{margin-left:auto}@media (max-width:1200px){.management-summary{grid-template-columns:repeat(3,1fr)}.editable-rule-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.admin-table-grid-four{grid-template-columns:1fr}.management-summary{grid-template-columns:1fr 1fr}.editable-rule-grid{grid-template-columns:1fr}.withdraw-rule-grid,.rule-banner{grid-template-columns:1fr 1fr}.search-toolbar>select{width:100%}}@media (max-width:560px){.management-summary{grid-template-columns:1fr 1fr}.withdraw-rule-grid,.rule-banner{grid-template-columns:1fr}.bank-status-badge{padding:14px}.admin-table-grid-four{display:grid}.report-tabs{overflow-x:auto;white-space:nowrap}}.password-field{position:relative;display:flex}.password-field input{width:100%;padding-right:48px}.password-field button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:8px;color:#9fb2dc;background:#29438b59;display:grid;place-items:center}.full-span{grid-column:1/-1}.welcome-box{text-align:center;max-width:620px}.success-orb{width:76px;height:76px;border-radius:24px;margin:10px auto;display:grid;place-items:center;background:linear-gradient(135deg,#13d79e,#2477ff,#a62ff0)}.screenshot-note{padding:13px;border:1px dashed rgba(90,218,255,.45);border-radius:12px;color:#6ee6ff}.credential-box{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.credential-box>div{padding:18px;border:1px solid var(--border);border-radius:14px;background:#0e1d4cb3;display:flex;flex-direction:column;gap:8px}.credential-box span{font-size:10px;color:var(--muted)}.credential-box b{font-size:24px}.credential-box button{border:0;border-radius:8px;padding:8px;color:#fff;background:#375ed480}.shop-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.shop-toolbar select,.cart-panel select{padding:11px;border-radius:10px;border:1px solid var(--border);background:#08143d;color:#fff}.shop-wallets{display:flex;gap:8px;flex-wrap:wrap}.shop-wallets span{padding:9px 12px;border-radius:999px;background:#1f3e916b;font-size:10px}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.product-card{padding:14px;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,#0a1c4cf5,#120934f5);display:flex;flex-direction:column}.product-card img,.product-placeholder{height:180px;border-radius:12px;object-fit:cover;background:#293d7f59;display:grid;place-items:center}.product-card small{margin-top:10px;color:#68e1ff}.product-card h3{margin:6px 0}.product-card p{color:var(--muted);font-size:11px;min-height:34px}.product-card>div:not(.product-placeholder){display:flex;justify-content:space-between;margin:auto 0 12px}.cart-panel{position:sticky;top:12px}.cart-row{display:flex;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}.cart-row small{display:block;color:var(--muted)}.cart-row button{border:0;border-radius:6px;background:#183075;color:#fff}.cart-total{display:flex;justify-content:space-between;padding:16px 0;font-size:18px}.address-list,.product-admin-list,.category-admin-list,.order-list{display:grid;gap:12px}.category-admin-list{grid-template-columns:repeat(2,1fr)}.category-admin-list img{height:100px;width:100%;object-fit:cover;border-radius:10px}.product-admin-card{display:grid;grid-template-columns:100px 1fr auto;gap:12px;align-items:center}.product-admin-card img{width:100px;height:90px;object-fit:cover;border-radius:10px}.order-card header{display:flex;justify-content:space-between;gap:12px}.order-card header span{color:var(--muted);font-size:10px}.order-card header h3{margin:4px 0}.order-card>p{color:var(--muted);font-size:11px}.order-items{border:1px solid var(--border);border-radius:10px;overflow:hidden}.order-items>div{display:flex;justify-content:space-between;padding:9px 11px;border-bottom:1px solid rgba(255,255,255,.06)}.order-items>div:last-child{border:0}.badge.placed,.badge.confirmed,.badge.packed,.badge.shipped{background:#3f70ff26;color:#8cb0ff}.badge.cancelled{background:#ff415d24;color:#ff8da0}.badge.delivered{background:#24dc9924;color:#65efb6}@media (max-width:1100px){.shop-layout{grid-template-columns:1fr}.cart-panel{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.credential-box,.product-grid,.category-admin-list{grid-template-columns:1fr}.shop-toolbar{flex-direction:column}.product-admin-card{grid-template-columns:76px 1fr}.product-admin-card img{width:76px;height:76px}.product-admin-card>button{grid-column:1/-1}}.welcome-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:16px}.dashboard-referral-panel{margin-top:18px;overflow:hidden}.dashboard-referral-panel .panel-title{margin-bottom:14px}.dashboard-referral-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.referral-card.compact{min-height:0;padding:18px}.referral-card.compact h3{margin:4px 0 12px;font-size:17px}.referral-card.compact code{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.referral-card.compact .ref-actions{margin-top:14px}.referral-message{margin-top:12px}@media (max-width:900px){.dashboard-referral-grid{grid-template-columns:1fr}}@media (max-width:600px){.dashboard-referral-panel{padding:14px}.referral-card.compact{padding:15px}.referral-card.compact .ref-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}}@media print{body{background:#fff!important}.welcome-page{min-height:auto;background:#fff!important}.welcome-box{box-shadow:none;border:1px solid #ddd;color:#111;background:#fff}.welcome-box *{color:#111!important}.welcome-actions{display:none}}.auth-help{color:#9eb1df;line-height:1.6;margin:-4px 0 14px}.auth-links{display:flex;justify-content:flex-end;margin-top:-4px}.auth-links a,.auth-text-btn{color:#43d9ff;font-weight:700;font-size:14px;background:none;border:0;cursor:pointer}.auth-text-btn{width:100%;padding:10px}.sidebar-return-admin{display:flex;align-items:center;gap:10px;width:calc(100% - 24px);margin:10px 12px 4px;padding:12px 14px;border:1px solid rgba(42,224,173,.42);border-radius:12px;background:linear-gradient(135deg,#10a77838,#2559dc2e);color:#66f0c2;font-weight:800;cursor:pointer}.member-actions{display:flex;flex-wrap:wrap;min-width:190px}.member-actions .mini{white-space:nowrap}.form-narrow .password-field{width:100%}@media (max-width:700px){.member-actions{min-width:0}.member-actions .mini{flex:1}.authbox{width:min(94vw,520px)}}html{scroll-behavior:smooth}.landing-section{scroll-margin-top:100px}.section-kicker{display:inline-block;margin-bottom:10px;color:#36dcff;font-size:12px;font-weight:800;letter-spacing:2px}.section-heading{max-width:720px;margin:0 auto 36px;text-align:center}.section-heading h2{margin:0 0 10px;color:#fff;font-size:clamp(28px,4vw,44px)}.section-heading p{margin:0;color:#9caed6;line-height:1.7}.landing-menu-button{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(114,139,219,.3);border-radius:12px;background:#08143ad9;color:#fff}.about-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:60px}.about-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:430px}.about-visual img{position:relative;z-index:2;width:min(100%,520px);filter:drop-shadow(0 30px 45px rgba(27,87,255,.35))}.about-image-glow{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(34,103,255,.35),rgba(158,43,255,.18) 45%,transparent 72%);filter:blur(14px)}.about-content h2{margin:0 0 18px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.12}.about-content p{color:#a5b4d8;font-size:16px;line-height:1.8}.about-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0 30px}.about-points div{display:flex;align-items:center;gap:10px;color:#dce6ff}.about-points svg{color:#35f0ad}.why-section{position:relative}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.why-card{min-height:220px;padding:26px;border:1px solid rgba(103,130,222,.22);border-radius:22px;background:linear-gradient(145deg,#13275fe0,#091435eb);box-shadow:0 18px 45px #0000002e;transition:transform .25s ease,border-color .25s ease}.why-card:hover{transform:translateY(-6px);border-color:#4d8fff99}.why-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:20px;border-radius:18px;background:linear-gradient(135deg,#0cbcff,#6d42ff);color:#fff;box-shadow:0 12px 30px #3a55ff52}.why-card h3{margin:0 0 10px;color:#fff;font-size:20px}.why-card p{margin:0;color:#98aacf;line-height:1.7}.plan-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:36px}.plan-step{position:relative;padding:24px;overflow:hidden;border:1px solid rgba(99,129,222,.23);border-radius:22px;background:linear-gradient(145deg,#12255bf0,#081230f5)}.plan-number{position:absolute;top:14px;right:18px;color:#ffffff1f;font-size:46px;font-weight:900}.plan-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:20px;border-radius:18px;background:linear-gradient(135deg,#16c7ff,#8043ff);color:#fff}.plan-step h3{margin:0 0 10px;color:#fff;font-size:20px}.plan-step p{margin:0;color:#98aacf;line-height:1.65}.plan-section .plan-highlight{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border:1px solid rgba(108,100,255,.32);border-radius:26px;background:linear-gradient(110deg,#09429ab3,#4f1993b8)}.plan-highlight span{color:#46e5ff;font-size:12px;font-weight:800;letter-spacing:1.5px}.plan-highlight h2{margin:8px 0;color:#fff;font-size:clamp(23px,3vw,34px)}.plan-highlight p{margin:0;color:#becaf0}.faq-list{display:grid;max-width:900px;margin:0 auto;gap:14px}.faq-item{border:1px solid rgba(101,129,220,.25);border-radius:18px;background:linear-gradient(145deg,#102253ed,#08112ef2)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px 24px;color:#fff;font-weight:700;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary b{color:#45dfff;font-size:24px;transition:transform .2s ease}.faq-item[open] summary b{transform:rotate(45deg)}.faq-item p{margin:0;padding:0 24px 22px;color:#9eafd3;line-height:1.75}.contact-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:36px}.contact-info,.contact-form{padding:34px;border:1px solid rgba(100,130,223,.25);border-radius:26px;background:linear-gradient(145deg,#102356f0,#07112ff5)}.contact-info h2{margin:0 0 14px;color:#fff;font-size:clamp(30px,4vw,44px)}.contact-info>p{color:#9fb0d4;line-height:1.75}.contact-details{display:grid;gap:14px;margin-top:28px}.contact-details>div{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid rgba(91,120,210,.2);border-radius:16px;background:#0d1f4cb3}.contact-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 auto;border-radius:14px;background:linear-gradient(135deg,#0cc9ea,#7545ff);color:#fff}.contact-details small{display:block;margin-bottom:4px;color:#8196c7}.contact-details b{color:#fff}.contact-form{display:grid;gap:16px}.contact-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-form label{display:grid;gap:8px;color:#b9c8e8;font-size:13px}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(94,123,215,.32);border-radius:14px;outline:none;background:#071740e6;color:#fff;font:inherit}.contact-form input{min-height:50px;padding:0 15px}.contact-form textarea{padding:15px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#2ebfff;box-shadow:0 0 0 3px #2ebfff1f}.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:34px 5%;border-top:1px solid rgba(102,126,210,.2);background:#050d26}.site-footer>div:first-child p{max-width:350px;color:#8497c2}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.footer-links a{color:#aebde0;text-decoration:none}.footer-links a:hover{color:#fff}.site-footer>p{color:#7185b3;text-align:right}@media (max-width: 1050px){.site-nav nav{position:absolute;top:82px;right:20px;left:20px;z-index:100;display:none;padding:18px;border:1px solid rgba(92,120,212,.3);border-radius:20px;background:#050e2bfa;box-shadow:0 25px 50px #00000059}.site-nav nav.mobile-open{display:grid;gap:8px}.site-nav nav a{padding:12px;border-radius:10px}.landing-menu-button{display:flex;margin-left:auto}.site-nav .nav-actions{display:none}.about-section,.contact-section{grid-template-columns:1fr}.why-grid,.plan-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer>div:first-child p{margin-right:auto;margin-left:auto}.site-footer>p{text-align:center}}@media (max-width: 650px){.about-points,.why-grid,.plan-flow,.contact-row{grid-template-columns:1fr}.about-visual{min-height:300px}.plan-section .plan-highlight{align-items:flex-start;flex-direction:column}.contact-info,.contact-form{padding:22px}.faq-item summary{padding:18px}.faq-item p{padding:0 18px 18px}}.receiver-preview{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid rgba(78,115,255,.35);border-radius:16px;background:linear-gradient(135deg,#144191b3,#47198ca6)}.receiver-preview .big-initial{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,#20bfff,#9c32ee);color:#fff;font-size:22px;font-weight:800}.receiver-preview small,.receiver-preview span{color:#8fa5d4}.receiver-preview h3{margin:3px 0;color:#fff}.inline-input{display:grid;grid-template-columns:1fr auto;gap:10px}@media (max-width:560px){.inline-input{grid-template-columns:1fr}}.level-overview-grid,.level-rate-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.level-pill{padding:15px;border:1px solid rgba(95,132,255,.25);border-radius:16px;background:linear-gradient(145deg,#122c69e0,#161241eb);display:flex;flex-direction:column;gap:5px}.level-pill span{color:#8ea8dc;font-size:12px}.level-pill b{color:#fff;font-size:18px}.level-pill small{color:#64dfc1}.dashboard-referral-panel{margin-top:18px}.dashboard-referral-panel .referral-card{margin:0}.referral-card code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:18px}@media (max-width:900px){.level-overview-grid,.level-rate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.level-overview-grid,.level-rate-grid{grid-template-columns:1fr}}.ecommerce-storefront{--store:#087f74;--store-dark:#055d58;--store-soft:#e9fbf5;--store-yellow:#ffeb70;--store-pink:#ffd9ec;background:#fff;color:#182132;border-radius:20px;overflow:hidden;min-height:70vh;box-shadow:0 20px 50px #0000002e}.store-topbar{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:18px;align-items:center;padding:16px 22px;border-bottom:1px solid #e6edf0;background:#fff;position:sticky;top:0;z-index:12}.store-brand{display:flex;align-items:center;gap:10px}.store-brand-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0ba98f,#07645f);color:#fff;font-weight:900;font-size:20px}.store-brand strong,.store-brand small{display:block}.store-brand small{color:#74818a;font-size:10px;margin-top:3px}.store-search{display:flex;align-items:center;gap:8px;background:#f5f8f9;border:1px solid #e1e8eb;border-radius:999px;padding:0 16px;max-width:650px;margin:auto;width:100%}.store-search input{width:100%;border:0;outline:0;background:transparent;padding:12px 0;color:#17212b}.store-cart-button{border:0;background:var(--store);color:#fff;border-radius:12px;padding:11px 14px;display:flex;align-items:center;gap:8px;font-weight:700}.store-cart-button b{background:#ffcf4b;color:#20302f;border-radius:999px;min-width:22px;height:22px;display:grid;place-items:center}.store-hero{margin:18px 22px 0;background:linear-gradient(110deg,#036c65,#07978b 55%,#0db09d);border-radius:22px;min-height:310px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:38px 44px;color:#fff;overflow:hidden;position:relative}.store-hero:after{content:"";position:absolute;width:320px;height:320px;border:60px solid rgba(255,255,255,.08);border-radius:50%;right:-60px;top:-80px}.store-hero>div{position:relative;z-index:2}.store-hero span{font-size:11px;letter-spacing:2px;font-weight:800;color:#b9fff3}.store-hero h1{font-size:clamp(30px,4vw,52px);line-height:1.03;margin:12px 0}.store-hero p{max-width:620px;color:#d6fff8;line-height:1.7}.store-hero button{border:0;border-radius:999px;background:#fff;color:#056b63;font-weight:800;padding:12px 22px;margin:8px 8px 0 0}.store-hero button.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}.store-hero-art{min-height:250px;position:relative}.store-hero-art .bag{position:absolute;display:grid;place-items:center;border-radius:28px;box-shadow:0 25px 50px #00000029}.bag-one{font-size:110px;width:210px;height:210px;background:#ffe272;right:80px;top:15px;transform:rotate(-6deg)}.bag-two{font-size:70px;width:135px;height:135px;background:#ffc9e2;right:5px;bottom:5px;transform:rotate(7deg)}.bag-three{font-size:62px;width:120px;height:120px;background:#bff4e9;left:25px;bottom:5px}.store-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 22px}.store-benefits article{display:flex;align-items:center;gap:11px;border:1px solid #dfe8ea;border-radius:14px;padding:14px}.store-benefits svg{color:var(--store)}.store-benefits b,.store-benefits span{display:block}.store-benefits b{font-size:12px}.store-benefits span{font-size:10px;color:#7b878d;margin-top:3px}.store-categories,.store-all{padding:20px 22px}.store-section-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:18px}.store-section-head h2{margin:0;color:#15212b;font-size:24px}.store-section-head p{margin:4px 0 0;color:#7e8a90;font-size:11px}.store-section-head>button{border:0;background:var(--store);color:#fff;border-radius:999px;padding:8px 14px;font-size:11px}.store-category-row{display:flex;gap:10px;overflow:auto;padding-bottom:6px}.store-category-row button{flex:0 0 104px;border:1px solid #dce5e8;background:#fff;border-radius:14px;padding:10px;color:#28353b}.store-category-row button.active{border-color:#0b998b;background:#e9fbf5}.store-category-row img,.store-category-row button>span{width:62px;height:62px;border-radius:12px;object-fit:cover;display:grid;place-items:center;background:#f6f8f8;font-size:30px;margin:0 auto 7px}.store-category-row b{font-size:10px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-section{margin:20px 22px;border-radius:22px;padding:24px}.store-yellow{background:#ffed75}.store-mint{background:#d5f7eb}.store-pink{background:#ffdced}.store-horizontal-products{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.store-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.store-product-card{background:#fff;border:1px solid #dfe7e8;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 5px 15px #1f32370a}.store-product-image{height:165px;border:0;background:#f7f9f9;position:relative;display:block;width:100%;padding:8px}.store-product-image img{width:100%;height:100%;object-fit:contain}.store-product-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#e5faf4,#f9efe2);color:#07877d;border-radius:10px}.store-badge,.store-discount{position:absolute;top:9px;font-size:9px;font-weight:800;border-radius:999px;padding:5px 8px}.store-badge{left:9px;background:#f55;color:#fff}.store-discount{right:9px;background:#ffdf5e;color:#4d4210}.store-product-body{padding:11px;display:flex;flex-direction:column;flex:1}.store-product-body>small{color:#07877d;font-size:9px;font-weight:700}.store-product-title{border:0;background:transparent;text-align:left;padding:0;margin:5px 0;font-weight:800;color:#1a2429;line-height:1.25;min-height:34px}.store-rating{display:flex;gap:6px;align-items:center}.store-rating span{color:#f7b51a;font-size:11px;letter-spacing:-1px}.store-rating b{font-size:9px;color:#7f898d}.store-product-body p{font-size:9px;color:#78858b;line-height:1.45;min-height:28px;margin:6px 0}.store-price-row{display:flex;align-items:center;gap:7px;margin-top:auto}.store-price-row strong{color:#076c64;font-size:15px}.store-price-row del{font-size:9px;color:#9aa3a7}.store-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.store-card-footer>span{font-size:8px}.in-stock{color:#148352}.out-stock{color:#d94141}.store-card-footer button{border:0;background:var(--store);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:700;display:flex;gap:5px;align-items:center}.store-card-footer button:disabled{opacity:.45}.store-all-head{align-items:center}.store-filters{display:flex;gap:8px}.store-filters select,.store-checkout select{border:1px solid #dce5e8;background:#fff;color:#223036;padding:10px 12px;border-radius:10px}.store-empty{text-align:center;padding:45px;color:#819097}.store-empty h3{color:#314046;margin-bottom:5px}.store-wallet-strip{margin:24px 22px 30px;padding:18px 20px;background:#075f5a;border-radius:18px;color:#fff;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:14px;align-items:center}.store-wallet-strip span,.store-wallet-strip b{display:block}.store-wallet-strip span{font-size:9px;color:#bdeee8}.store-wallet-strip b{margin-top:4px}.store-wallet-strip button{border:0;background:#ffe36a;border-radius:12px;padding:12px 18px;font-weight:800;color:#35423f}.store-toast{position:fixed;right:24px;bottom:86px;z-index:100;background:#0b6d65;color:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 12px 35px #00000040;max-width:360px}.store-toast span{margin-left:12px;cursor:pointer;font-size:18px}.store-modal-shade,.store-cart-shade{position:fixed;top:0;right:0;bottom:0;left:0;background:#070e19ad;z-index:300;display:grid;place-items:center;padding:18px}.store-product-modal{background:#fff;border-radius:22px;width:min(850px,95vw);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.store-modal-close{position:absolute;right:14px;top:14px;z-index:3;width:34px;height:34px;border:0;border-radius:50%;background:#eef3f3;font-size:22px}.store-modal-image{background:#f3f8f7;min-height:420px;padding:34px}.store-modal-image img{width:100%;height:100%;object-fit:contain}.store-modal-copy{padding:42px 34px}.store-modal-copy>small{color:#0c8279;font-weight:800}.store-modal-copy h2{font-size:30px;margin:8px 0 12px}.store-modal-price{display:flex;gap:10px;align-items:center;margin:14px 0}.store-modal-price strong{font-size:28px;color:#086c64}.store-modal-price del{color:#8d989c}.store-modal-copy p{color:#6f7c82;line-height:1.7}.store-stock{font-size:11px;color:#738187;margin:16px 0}.store-primary{width:100%;border:0;border-radius:12px;background:#087f74;color:#fff;padding:13px 18px;font-weight:800;display:flex;justify-content:center;align-items:center;gap:7px}.store-primary:disabled{opacity:.5}.store-cart-shade{place-items:stretch end;padding:0}.store-cart-drawer{height:100%;width:min(470px,100vw);background:#fff;color:#19252b;display:flex;flex-direction:column;box-shadow:-20px 0 50px #00000040}.store-cart-drawer>header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5ebed}.store-cart-drawer h2,.store-cart-drawer p{margin:0}.store-cart-drawer p{color:#7e8a8f;font-size:10px}.store-cart-drawer>header button{border:0;background:#eef3f3;border-radius:50%;width:36px;height:36px;font-size:22px}.store-cart-items{flex:1;overflow:auto;padding:10px 20px}.store-cart-items article{display:grid;grid-template-columns:64px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #ebeff0}.store-cart-items img,.cart-image-placeholder{width:64px;height:64px;object-fit:contain;border-radius:10px;background:#f5f8f8;display:grid;place-items:center}.store-cart-items b,.store-cart-items span{display:block}.store-cart-items span{font-size:10px;color:#7e898e;margin:4px 0}.store-qty{display:flex;align-items:center;gap:6px}.store-qty button{border:1px solid #dce4e5;background:#fff;border-radius:7px;padding:3px 8px}.store-qty .remove{color:#d03c4c;border:0;padding-left:5px}.store-checkout{border-top:1px solid #e3e9eb;padding:18px 20px;display:grid;gap:11px}.checkout-total{display:flex;justify-content:space-between;font-size:18px}.store-checkout label{font-size:10px;color:#65747a;display:grid;gap:5px}.store-checkout small{color:#849094;font-size:9px;line-height:1.4}.store-link-button{border:1px dashed #0d8f82;background:#effcf8;color:#08776e;padding:10px;border-radius:10px}@media (max-width:1300px){.store-horizontal-products{grid-template-columns:repeat(4,minmax(0,1fr))}.store-horizontal-products .store-product-card:nth-child(n+5){display:none}.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1000px){.store-topbar{grid-template-columns:1fr auto}.store-search{grid-column:1/-1;grid-row:2}.store-hero{grid-template-columns:1fr;padding:28px}.store-hero-art{display:none}.store-benefits{grid-template-columns:repeat(2,1fr)}.store-horizontal-products{grid-template-columns:repeat(3,minmax(0,1fr))}.store-horizontal-products .store-product-card:nth-child(n+4){display:none}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-wallet-strip{grid-template-columns:repeat(3,1fr)}.store-wallet-strip button{grid-column:1/-1}}@media (max-width:680px){.ecommerce-storefront{border-radius:0;margin:-10px}.store-topbar{padding:12px}.store-brand small,.store-cart-button span{display:none}.store-hero{margin:10px 10px 0;padding:24px 20px;min-height:260px}.store-hero h1{font-size:34px}.store-benefits{padding:12px 10px;grid-template-columns:1fr 1fr}.store-benefits article{padding:10px}.store-categories,.store-all{padding:16px 10px}.store-section{margin:14px 10px;padding:18px 12px}.store-section-head h2{font-size:20px}.store-horizontal-products{display:flex;overflow:auto}.store-horizontal-products .store-product-card{display:flex!important;flex:0 0 185px}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-product-image{height:135px}.store-product-body{padding:9px}.store-product-body p{display:none}.store-filters{flex-direction:column}.store-wallet-strip{margin:16px 10px 90px;grid-template-columns:1fr}.store-wallet-strip button{grid-column:auto}.store-product-modal{grid-template-columns:1fr;max-height:90vh;overflow:auto}.store-modal-image{min-height:260px}.store-modal-copy{padding:22px}.store-cart-items article{grid-template-columns:50px 1fr}.store-cart-items article>strong{grid-column:2}.store-cart-items img,.cart-image-placeholder{width:50px;height:50px}}.two-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-flags{display:flex;flex-wrap:wrap;gap:10px;padding:12px;border:1px solid var(--border);border-radius:12px}.product-flags label{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:6px}.product-flags input{width:auto!important}.admin-product-placeholder{width:100px;height:90px;border-radius:10px;background:#28459647;display:grid;place-items:center}.product-admin-card del{color:var(--muted);font-size:10px;margin-left:5px}.admin-product-flags{display:flex;gap:5px;flex-wrap:wrap;margin:6px 0}.admin-product-flags span{font-size:8px;padding:4px 7px;border-radius:999px;background:#2bd0ab1f;color:#62eac8}@media (max-width:650px){.two-field-row{grid-template-columns:1fr}.admin-product-placeholder{width:76px;height:76px}}.customer-order-card{overflow:hidden}.order-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:14px 0}.order-progress>div{text-align:center;position:relative;color:var(--muted);font-size:8px}.order-progress>div:before{content:"";position:absolute;top:10px;left:-50%;width:100%;height:2px;background:#ffffff1a}.order-progress>div:first-child:before{display:none}.order-progress i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;margin:0 auto 5px;background:#17285a;font-style:normal}.order-progress .active{color:#69eabb}.order-progress .active i,.order-progress .active:before{background:#159e7f;color:#fff}.tracking-box{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:7px 12px;padding:12px;margin:12px 0;border:1px solid var(--border);border-radius:10px;background:#1d408f2e}.tracking-box span{color:var(--muted);font-size:9px}@media (max-width:650px){.order-progress span{font-size:7px}.tracking-box{grid-template-columns:auto 1fr}}.shop-site-shell{min-height:100vh;background:#f7f8f8;color:#172329;font-family:inherit}.shop-utility-bar{min-height:34px;background:#087f74;color:#eafffb;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1320px)/2));font-size:11px}.shop-utility-actions{display:flex;align-items:center;gap:18px}.shop-site-header{max-width:1320px;margin:auto;display:grid;grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:28px;padding:18px 24px;background:#fff}.shop-site-logo{text-decoration:none}.shop-site-search-hint{height:44px;display:flex;align-items:center;gap:9px;border:1px solid #dfe7e8;border-radius:999px;color:#819096;padding:0 18px;max-width:650px;width:100%;margin:auto}.shop-site-account{display:flex;align-items:center;gap:10px}.shop-site-account a,.shop-site-account button{border:0;background:#f4f8f7;color:#21403d;text-decoration:none;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700}.shop-site-nav{height:48px;border-top:1px solid #e4ebec;border-bottom:1px solid #e4ebec;background:#fff;display:flex;align-items:center;justify-content:center;gap:24px;position:sticky;top:0;z-index:30}.shop-site-nav a,.shop-site-nav button{border:0;background:transparent;color:#27393c;text-decoration:none;font-size:11px;font-weight:700;white-space:nowrap}.shop-site-nav a:first-child{background:#087f74;color:#fff;padding:10px 15px;border-radius:6px;display:flex;align-items:center;gap:7px}.shop-site-main{max-width:1320px;margin:18px auto 0;padding:0 24px 40px}.standalone-store{box-shadow:none;border-radius:0;background:#fff}.standalone-store .store-hero{min-height:390px}.standalone-store .store-hero h1{font-size:clamp(38px,5vw,64px)}.standalone-store .store-product-card{transition:transform .18s ease,box-shadow .18s ease}.standalone-store .store-product-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #143c3a1f}.shop-newsletter{max-width:900px;margin:0 auto -46px;position:relative;z-index:4;background:#fff;border:1px solid #e4eaea;border-radius:22px;padding:26px 34px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 15px 40px #0000000f}.shop-newsletter span{color:#087f74;font-size:10px;font-weight:900;letter-spacing:1.4px}.shop-newsletter h2{font-size:20px;margin:5px 0 0}.shop-newsletter-box{display:flex;min-width:360px;border:1px solid #dce5e6;border-radius:999px;padding:4px}.shop-newsletter-box input{flex:1;border:0;outline:0;padding:0 14px;background:transparent}.shop-newsletter-box button{border:0;background:#087f74;color:#fff;border-radius:999px;padding:11px 18px;font-weight:800}.shop-site-footer{background:#055d58;color:#dff9f5;padding:85px max(24px,calc((100vw - 1080px)/2)) 28px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px}.shop-site-footer h4{color:#fff;margin:0 0 12px}.shop-site-footer a,.shop-site-footer span{display:block;color:#bfe6df;text-decoration:none;font-size:11px;margin:8px 0}.shop-footer-brand p{max-width:300px;color:#bfe6df;font-size:12px;line-height:1.6}.shop-footer-copy{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;text-align:center;font-size:11px;color:#9fd6ce}@media (max-width:900px){.shop-site-header{grid-template-columns:1fr auto}.shop-site-search-hint{grid-column:1/-1;grid-row:2}.shop-site-nav{justify-content:flex-start;overflow:auto;padding:0 16px}.shop-site-nav::-webkit-scrollbar{display:none}.shop-newsletter{margin-left:18px;margin-right:18px;flex-direction:column;align-items:stretch}.shop-newsletter-box{min-width:0}.shop-site-footer{grid-template-columns:1fr 1fr}.shop-footer-brand{grid-column:1/-1}}@media (max-width:620px){.shop-utility-bar{display:none}.shop-site-header{padding:12px 14px;gap:10px}.shop-site-account span{display:none}.shop-site-main{padding:0 0 28px;margin-top:0}.shop-site-nav{top:0}.standalone-store .store-hero{min-height:300px}.shop-newsletter{padding:20px;margin-bottom:-34px}.shop-newsletter h2{font-size:17px}.shop-site-footer{grid-template-columns:1fr;padding-top:70px}.shop-footer-brand{grid-column:auto}.shop-footer-copy{grid-column:1}}.sellzy-shop-shell{background:#fff;color:#172020;min-height:100vh;font-family:Inter,system-ui,sans-serif}.sellzy-top-strip{min-height:30px;background:#078477;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 max(20px,calc((100vw - 1280px)/2));font-size:11px}.sellzy-top-strip>div{display:flex;gap:18px}.sellzy-header{max-width:1280px;margin:auto;height:76px;display:grid;grid-template-columns:250px 1fr auto;gap:26px;align-items:center}.sellzy-logo{text-decoration:none}.sellzy-global-search{height:44px;border:1px solid #dfe8e5;border-radius:8px;display:flex;align-items:center;padding:0 14px;gap:10px}.sellzy-global-search input{border:0;outline:0;width:100%;font:inherit}.sellzy-header-actions{display:flex;gap:5px}.sellzy-header-actions button{border:0;background:transparent;padding:8px;display:flex;align-items:center;gap:5px;font-size:11px;color:#35433f}.sellzy-header-actions .sellzy-cart-jump{background:#078477;color:#fff;border-radius:8px}.sellzy-main-nav{height:50px;border-block:1px solid #e8efed;display:flex;align-items:center;gap:24px;max-width:1280px;margin:auto;font-size:12px}.sellzy-main-nav a,.sellzy-main-nav button{color:#26332f;text-decoration:none;border:0;background:transparent;font:inherit;cursor:pointer}.sellzy-categories-btn{background:#078477!important;color:#fff!important;padding:10px 16px;border-radius:6px;display:flex;gap:8px;align-items:center}.sellzy-store{max-width:1280px;margin:0 auto;padding:24px 0 80px}.sellzy-hero-slider{height:430px;background:linear-gradient(115deg,#075f59,#087a6b);border-radius:12px 12px 30px 30px;position:relative;overflow:visible;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:48px 70px;color:#fff}.sellzy-hero-copy{z-index:2}.sellzy-exclusive{font-size:12px;margin-bottom:18px}.sellzy-exclusive b{background:#ffd638;color:#524600;border-radius:10px;padding:4px 8px;margin-left:8px}.sellzy-hero-copy h1{font-size:48px;line-height:1.08;margin:0 0 14px;letter-spacing:-1.7px}.sellzy-hero-copy p{max-width:510px;color:#d9f3ee;line-height:1.6}.sellzy-hero-copy>button{background:#078477;color:#fff;border:0;border-radius:24px;padding:9px 10px 9px 18px;font-weight:800}.sellzy-hero-copy>button span{background:#fff;color:#078477;width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;margin-left:8px}.sellzy-hero-product{height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sellzy-hero-product img{max-width:100%;max-height:270px;object-fit:contain;filter:drop-shadow(0 24px 25px rgba(0,0,0,.18))}.sellzy-hero-product small{color:#d5eee9;margin-top:8px}.sellzy-big-placeholder{font-size:120px}.sellzy-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#ffffff24;color:#fff;font-size:28px;z-index:4}.sellzy-slider-arrow.left{left:18px}.sellzy-slider-arrow.right{right:18px}.sellzy-slider-notch{position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:180px;height:48px;border-radius:50px 50px 0 0;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px}.sellzy-slider-notch:before,.sellzy-slider-notch:after{content:"";position:absolute;bottom:0;width:25px;height:25px}.sellzy-slider-notch:before{left:-24px;border-bottom-right-radius:23px;box-shadow:12px 12px 0 9px #fff}.sellzy-slider-notch:after{right:-24px;border-bottom-left-radius:23px;box-shadow:-12px 12px 0 9px #fff}.sellzy-slider-notch>i{width:46px;height:6px;border-radius:10px;background:#17686b}.sellzy-slider-notch>div{display:flex;gap:7px}.sellzy-slider-notch button{width:8px;height:8px;border:0;border-radius:50%;background:#d9dfdf;padding:0}.sellzy-slider-notch button.active{background:#90a8aa}.sellzy-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:78px 0 52px}.sellzy-benefits article{min-height:135px;border:1px solid #dce4e2;border-radius:8px;text-align:center;padding:20px 14px}.sellzy-benefits article>span{width:42px;height:42px;display:grid;place-items:center;background:#fff2c6;border-radius:50%;margin:0 auto 10px;font-size:19px}.sellzy-benefits b{display:block;font-size:13px}.sellzy-benefits p{font-size:11px;color:#667571;line-height:1.5}.sellzy-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.sellzy-section-title h2{font-size:24px;margin:0}.sellzy-section-title p{font-size:11px;color:#7b8b86}.sellzy-section-title button{border:0;background:transparent;color:#087c70;font-weight:700}.sellzy-categories{margin-bottom:54px}.sellzy-categories>div:last-child{display:flex;gap:12px;overflow:auto;padding-bottom:6px}.sellzy-categories button{min-width:92px;border:1px solid #dce4e2;background:#fff;border-radius:8px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:7px}.sellzy-categories button.active{border-color:#078477;box-shadow:0 0 0 2px #07847714}.sellzy-categories img,.sellzy-categories button>span{width:58px;height:58px;object-fit:contain;font-size:30px}.sellzy-categories b{font-size:10px}.sellzy-product-section{padding:28px 18px 24px;border-radius:10px;margin:0 0 50px}.sellzy-product-section.green{background:#99e86e}.sellzy-product-section.mint{background:#c9f5e2}.sellzy-product-section.pink{background:#f6c6e0}.sellzy-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.sellzy-product-card{background:#fff;border:1px solid #dce4e2;border-radius:8px;padding:8px;min-width:0}.sellzy-product-media{height:145px;border-radius:7px;background:#f7f9f9;position:relative}.sellzy-img-button{width:100%;height:100%;border:0;background:transparent}.sellzy-img-button img{width:100%;height:100%;object-fit:contain}.sellzy-wish{position:absolute;right:7px;bottom:7px;z-index:3;width:25px;height:25px;border:1px solid #d9e0de;background:#fff;border-radius:50%}.sellzy-off{position:absolute;z-index:2;top:6px;left:6px;background:#ff535d;color:#fff;border-radius:8px;padding:3px 6px;font-size:8px}.sellzy-product-info>small{font-size:8px;color:#7b8a86}.sellzy-product-name{border:0;background:transparent;text-align:left;padding:4px 0;font-weight:700;font-size:11px;line-height:1.3;min-height:34px}.sellzy-stars{font-size:9px;color:#f2b01e}.sellzy-stars em{color:#9aa5a2;font-style:normal}.sellzy-price{display:flex;gap:6px;align-items:center;margin:6px 0}.sellzy-price b{color:#078477;font-size:12px}.sellzy-price del{font-size:9px;color:#9ca6a4}.sellzy-card-actions{display:flex;justify-content:space-between;align-items:center}.sellzy-card-actions span{font-size:8px;color:#6e7c79}.sellzy-card-actions button{border:0;background:#078477;color:#fff;border-radius:16px;padding:6px 9px;font-size:9px}.sellzy-top-panel{background:#ffe768;border-radius:10px;padding:24px;display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:12px;margin-bottom:50px}.sellzy-feature-focus{background:#fff;border-radius:9px;padding:16px;text-align:center}.sellzy-feature-focus>img{width:100%;height:150px;object-fit:contain}.sellzy-feature-focus h3{font-size:14px}.sellzy-feature-focus p{font-size:10px;color:#6d7976}.sellzy-feature-focus button{border:0;background:#078477;color:#fff;border-radius:18px;padding:7px 12px}.sellzy-top-panel>div:not(:first-child)>button{width:100%;display:grid;grid-template-columns:55px 1fr auto;gap:8px;align-items:center;border:0;background:#fff;border-radius:8px;padding:7px;margin-bottom:8px;text-align:left}.sellzy-top-panel>div:not(:first-child)>button span{width:55px;height:50px}.sellzy-top-panel>div:not(:first-child)>button img{width:100%;height:100%;object-fit:contain}.sellzy-top-panel>div:not(:first-child)>button b{font-size:10px}.sellzy-top-panel>div:not(:first-child)>button em{font-style:normal;font-size:9px;color:#078477}.sellzy-promos{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:50px}.sellzy-promos article{border-radius:9px;padding:28px;background:#b8ebe5}.sellzy-promos article:last-child{background:#ffe769}.sellzy-promos h3{font-size:22px;margin:7px 0}.sellzy-promos p{font-size:11px}.sellzy-promos button{border:0;background:#066f66;color:#fff;border-radius:18px;padding:7px 12px}.sellzy-hot-deals{display:grid;grid-template-columns:240px 1fr;gap:20px;margin:55px 0}.sellzy-hot-deals>div:first-child{padding:20px}.sellzy-hot-deals h2{font-size:27px}.sellzy-hot-deals p{font-size:11px;color:#6b7975;line-height:1.6}.sellzy-hot-deals>div:first-child button{border:0;background:#078477;color:#fff;border-radius:18px;padding:8px 12px}.sellzy-hot-deals .sellzy-row{grid-template-columns:repeat(4,1fr)}.sellzy-all-products{margin-top:45px}.sellzy-filter{display:flex;gap:8px}.sellzy-filter select{border:1px solid #dce4e2;border-radius:7px;padding:8px}.sellzy-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.sellzy-wallet-bar{position:sticky;bottom:10px;z-index:20;background:#075f59;color:#fff;border-radius:10px;padding:12px 18px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px;align-items:center;box-shadow:0 12px 35px #0000002e}.sellzy-wallet-bar span{display:block;font-size:9px;color:#bce7de}.sellzy-wallet-bar b{font-size:13px}.sellzy-wallet-bar button{background:#ffdb49;border:0;border-radius:20px;padding:10px 16px;font-weight:800}.sellzy-newsletter{max-width:1280px;margin:0 auto -25px;position:relative;z-index:2;background:#fff;border-radius:30px;padding:24px 50px;display:flex;justify-content:space-between;align-items:center}.sellzy-newsletter p{font-size:10px;color:#778480}.sellzy-newsletter input{border:1px solid #dbe3e1;border-radius:18px;padding:9px 14px}.sellzy-newsletter button{border:0;background:#078477;color:#fff;border-radius:18px;padding:9px 14px;margin-left:6px}.sellzy-footer{background:#075f59;color:#fff;padding:55px max(20px,calc((100vw - 1280px)/2)) 25px;display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:30px}.sellzy-footer>div{display:flex;flex-direction:column;gap:7px}.sellzy-footer a,.sellzy-footer span,.sellzy-footer p{font-size:10px;color:#c7e6e0;text-decoration:none}.sellzy-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:18px}.reward-icon-only{display:grid!important;place-items:center;font-size:54px!important}.store-modal-shade,.store-cart-shade{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000085;z-index:100}.store-product-modal{background:#fff;color:#172020;max-width:850px;margin:8vh auto;padding:25px;border-radius:14px;display:grid;grid-template-columns:1fr 1fr;gap:24px;position:relative}.store-modal-close{position:absolute;right:12px;top:12px}.store-modal-image img{width:100%;height:330px;object-fit:contain}.store-cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(460px,95vw);background:#fff;color:#172020;padding:20px;overflow:auto}.store-cart-drawer header{display:flex;justify-content:space-between}.store-cart-items article{display:grid;grid-template-columns:65px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #e7ecea}.store-cart-items img{width:65px;height:65px;object-fit:contain}.store-qty{display:flex;gap:5px;align-items:center}.store-checkout{display:grid;gap:12px;padding-top:18px}.store-checkout label{display:grid;gap:5px}.store-checkout select{padding:10px;border:1px solid #dce4e2;border-radius:7px}.store-primary{background:#078477;color:#fff;border:0;border-radius:20px;padding:10px 14px}.store-toast{position:fixed;right:20px;bottom:85px;z-index:110;background:#075f59;color:#fff;padding:12px 18px;border-radius:8px}@media (max-width:1000px){.sellzy-header{grid-template-columns:1fr auto;padding:0 14px}.sellzy-global-search{grid-column:1/-1;grid-row:2;height:40px}.sellzy-header{height:auto;padding-block:10px}.sellzy-main-nav{overflow:auto;padding:0 14px}.sellzy-store{padding-inline:12px}.sellzy-row,.sellzy-product-grid{grid-template-columns:repeat(3,1fr)}.sellzy-top-panel,.sellzy-hot-deals{grid-template-columns:1fr}.sellzy-benefits,.sellzy-footer{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.sellzy-top-strip{padding:5px 10px;font-size:8px}.sellzy-top-strip>div:last-child span:not(:last-child){display:none}.sellzy-header-actions button span{display:none}.sellzy-main-nav{gap:16px}.sellzy-hero-slider{height:auto;min-height:520px;grid-template-columns:1fr;padding:40px 30px 80px}.sellzy-hero-copy h1{font-size:37px}.sellzy-hero-product{height:220px}.sellzy-hero-product img{max-height:190px}.sellzy-slider-arrow{top:auto;bottom:18px}.sellzy-benefits{grid-template-columns:1fr 1fr;gap:8px;margin-top:65px}.sellzy-benefits article{min-height:115px;padding:12px 8px}.sellzy-row{display:flex;overflow:auto}.sellzy-product-card{min-width:170px}.sellzy-product-grid{grid-template-columns:repeat(2,1fr)}.sellzy-promos{grid-template-columns:1fr}.sellzy-hot-deals .sellzy-row{display:flex}.sellzy-wallet-bar{grid-template-columns:1fr 1fr}.sellzy-wallet-bar>div:nth-child(3){display:none}.sellzy-wallet-bar button{grid-column:1/-1}.sellzy-newsletter{margin:0 10px -20px;padding:20px;display:block}.sellzy-footer{grid-template-columns:1fr 1fr}.store-product-modal{grid-template-columns:1fr;margin:3vh 10px;max-height:94vh;overflow:auto}}
