:root{--bg:#0d0d0d;--bg-2:#141414;--card:#181818;--accent:#ff3b3b;--text:#f2f2f2;--muted:#9ca3af;--border:#2a2a2a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.5}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.app{min-height:100vh}.hero{background:radial-gradient(circle at 25%,#3a1212 0%,#0000 40%),radial-gradient(circle at 75% 45%,#2a1818 0%,#0000 45%),linear-gradient(#1a0505 0%,#0d0d0d 100%);flex-direction:column;height:360px;display:flex;position:relative;overflow:hidden}.hero-inner{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:24px 32px;display:flex;position:relative}.top-bar{z-index:10;justify-content:space-between;display:flex;position:absolute;top:24px;left:32px;right:32px}.btn-pill{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:background .2s;display:inline-flex}.btn-pill:hover{background:#ffffff26}.btn-pill i{font-size:13px}.cart-count{background:#ffffff26;border-radius:999px;padding:2px 8px;font-size:12px}.hero-content{text-align:center;z-index:5}.mc-heart{width:80px;height:80px;margin:0 auto 16px}.mc-heart svg{width:100%;height:100%}.mc-logo{color:var(--accent);letter-spacing:-4px;text-shadow:4px 4px #000;font-family:"Press Start 2P",cursive;font-size:72px}.online-left,.online-right{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;display:flex;position:absolute;top:45%;transform:translateY(-50%)}.online-left{left:32px}.online-right{right:32px}.online-left i,.online-right i{color:var(--accent);background:#ffffff1a;border-radius:10px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.online-right i{color:#5865f2}.online-count{color:var(--accent);letter-spacing:.5px;font-size:12px;font-weight:700;display:block}.online-url{color:var(--text);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600;display:block}.page{align-items:stretch;width:100%;max-width:1200px;min-height:calc(100vh - 360px);margin:0 auto;display:flex}.sidebar{background:var(--bg-2);flex-shrink:0;width:280px;min-height:100%;padding:32px 24px}.user{align-items:center;gap:14px;margin-bottom:32px;display:flex}.avatar{background:#2a2a2a;border-radius:8px;width:56px;height:56px}.user-name{font-size:16px;font-weight:600;display:block}.login{color:var(--muted);font-size:13px}.login:hover{color:var(--text)}.nav{flex-direction:column;gap:4px;display:flex}.nav-link{color:var(--muted);border-left:4px solid #0000;border-radius:0 8px 8px 0;align-items:center;gap:14px;margin-left:-16px;padding:12px 16px 12px 12px;font-size:15px;font-weight:500;transition:color .2s,background .2s;display:flex}.nav-link:hover{color:var(--text);background:#ffffff08}.nav-link.active{color:var(--accent);border-left-color:var(--accent);background:#ff3b3b0d}.nav-icon{border-radius:6px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:13px;display:grid}.nav-icon i{color:currentColor}.nav-icon img{object-fit:contain;width:22px;height:22px}.management-icon img{object-fit:contain;width:26px;height:26px}.nav-icon .banana{background:#facc15;border-radius:4px;width:12px;height:12px}.nav-icon .orange{background:#f97316;border-radius:50%;width:12px;height:12px}.nav-icon .apple{background:#ef4444;border-radius:50% 50% 40% 40%;width:12px;height:14px}.nav-icon .melon{background:#22c55e;border-radius:50%;width:14px;height:14px}.nav-icon .lemon{background:#eab308;border-radius:50% 30%;width:14px;height:12px}.main{flex:1;min-width:0;padding:42px 48px}.section{margin-bottom:48px}.section-title{letter-spacing:1.5px;color:var(--muted);text-transform:uppercase;margin-bottom:20px;font-size:13px;font-weight:700}.product-grid{gap:20px;display:grid}.product-grid.small{grid-template-columns:repeat(2,1fr)}.product-grid.large{grid-template-columns:repeat(3,1fr)}.product-card{background:#1b1b1b;border:0;border-radius:0;align-items:center;gap:16px;padding:18px;display:flex}.product-card.large{flex-direction:column;justify-content:space-between;align-items:stretch;min-height:370px}.product-img{object-fit:contain;background:0 0;border-radius:0;width:120px;height:120px}.product-card.large .product-img{width:100%;height:260px}.product-info{flex:1}.product-card.large .product-info{margin-top:8px}.product-name{color:var(--text);margin-bottom:6px;font-size:15px;font-weight:600}.product-price{color:var(--muted);font-size:14px}.old{color:var(--accent);margin-right:6px}.buy-row{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.buy-btn{background:var(--accent);color:#fff;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600}.buy-btn:hover{background:color-mix(in srgb, var(--accent) 82%, #000)}.product-card.small .buy-row{flex-direction:column;align-items:flex-start;gap:8px;margin-top:8px}.product-card.small .buy-btn{padding:6px 14px;font-size:12px}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;place-items:center;display:grid;position:fixed;inset:0}.modal{background:var(--card);border:1px solid var(--border);border-radius:16px;width:90%;max-width:560px;padding:28px;position:relative}.modal-close{color:var(--muted);background:0 0;font-size:24px;position:absolute;top:12px;right:16px}.modal-close:hover{color:var(--text)}.modal-img{object-fit:contain;background:#202020;border-radius:12px;width:100%;height:200px;margin-bottom:16px}.modal-title{margin-bottom:10px;font-size:20px;font-weight:700}.modal-desc{color:var(--muted);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;margin-bottom:16px;font-size:14px;line-height:1.6}.bought-msg{color:#22c55e;margin-top:12px;font-weight:700}.login-to-buy{color:var(--muted);margin-top:12px;font-size:14px}.login-modal{background:var(--card);border:1px solid var(--border);border-radius:16px;width:90%;max-width:400px;padding:28px;position:relative}.login-modal form{flex-direction:column;gap:14px;margin-top:16px;display:flex}.login-modal input{background:var(--bg-2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:12px}.buy-btn:disabled{opacity:.65;cursor:default}.cart-overlay{z-index:110;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000ad;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-modal{border-left:1px solid var(--border);background:#171717;border-radius:0;flex-direction:column;width:min(100%,460px);height:100vh;max-height:none;animation:.24s ease-out cart-slide-in;display:flex;overflow-y:auto;box-shadow:-24px 0 80px #000a}@keyframes cart-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-head{border-bottom:1px solid var(--border);padding:23px 25px 18px;position:relative}.cart-head span{color:var(--accent);text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800}.cart-head h2{margin-top:2px;font-size:21px}.cart-head .modal-close{top:17px}.cart-items{flex:1;padding:10px 22px}.cart-summary{margin-top:auto}.cart-items article{border-bottom:1px solid #292929;grid-template-columns:60px 1fr 34px;align-items:center;gap:13px;padding:13px 0;display:grid}.cart-items article:last-child{border-bottom:0}.cart-items img{object-fit:contain;background:#212121;border-radius:9px;width:60px;height:60px}.cart-items article div{flex-direction:column;min-width:0;display:flex}.cart-items strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.cart-items span{color:var(--accent);margin-top:4px;font-size:12px}.cart-items button{color:#ef6670;background:#2e1c1f;border-radius:7px;width:32px;height:32px}.cart-summary{border-top:1px solid var(--border);background:#141414;padding:20px 24px 24px}.cart-summary>div{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.cart-summary>div span{color:var(--muted);font-size:13px}.cart-summary>div strong{font-size:22px}.cart-summary p{color:var(--muted);margin-bottom:12px;font-size:11px}.cart-summary p i{color:var(--accent);margin-right:6px}.checkout-btn{background:var(--accent);color:#fff;border-radius:9px;width:100%;padding:12px;font-weight:800}.checkout-btn:disabled{opacity:.65}.cart-empty,.checkout-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:45px 24px;display:flex}.cart-empty>i,.checkout-success>i{color:var(--accent);margin-bottom:16px;font-size:38px}.cart-empty h3,.checkout-success h3{font-size:18px}.cart-empty p,.checkout-success p{color:var(--muted);margin:5px 0 20px;font-size:12px}.cart-error{color:#ef6670;background:#2e1c1f;border-radius:8px;align-items:center;gap:8px;margin:14px 22px 0;padding:11px 16px;font-size:12px;display:flex}.cart-items-compact{flex:none;max-height:180px;padding:6px 22px;overflow-y:auto}.cart-items-compact article{grid-template-columns:44px 1fr;gap:11px;padding:9px 0}.cart-items-compact img{width:44px;height:44px}.checkout-form{flex-direction:column;gap:12px;padding:14px 22px 4px;display:flex}.checkout-form-intro{color:var(--muted);margin-bottom:2px;font-size:12px;line-height:1.55}.checkout-form-intro strong{color:var(--text)}.checkout-form label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;flex-direction:column;gap:5px;font-size:11px;font-weight:700;display:flex}.checkout-form input{color:var(--text);text-transform:none;letter-spacing:0;background:#212121;border:1px solid #2c2c2c;border-radius:8px;margin-top:2px;padding:11px 13px;font-size:14px;font-weight:400}.checkout-form input:focus{border-color:var(--accent);outline:none}.checkout-back{width:100%;color:var(--muted);background:0 0;border-radius:9px;margin-top:10px;padding:10px;font-size:12px;font-weight:700}.checkout-back:hover{color:var(--text)}.payment-status-page{background:#0d0d0d;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.payment-status-card{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:18px;width:min(100%,480px);padding:44px 36px}.payment-status-icon{border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 22px;font-size:34px;display:flex}.payment-status-icon--loading{color:var(--muted);background:#1a1a1a}.payment-status-icon--pending{color:#f5b50a;background:#2a2410}.payment-status-icon--paid{color:#34d399;background:#0f2a18}.payment-status-icon--failed{color:#ef6670;background:#2e1c1f}.payment-status-card h1{margin-bottom:12px;font-size:24px}.payment-status-card p{color:var(--muted);margin-bottom:22px;font-size:14px;line-height:1.6}.payment-status-link{background:var(--accent);color:#fff;border-radius:9px;margin-bottom:16px;padding:11px 22px;font-size:13px;font-weight:700;display:inline-block}.payment-status-receipt{border:1px solid var(--border);text-align:left;background:#141414;border-radius:12px;margin-bottom:22px;padding:18px 22px}.payment-status-receipt div{justify-content:space-between;align-items:center;padding:7px 0;display:flex}.payment-status-receipt div:not(:last-child){border-bottom:1px solid #232323}.payment-status-receipt span{color:var(--muted);font-size:12px}.payment-status-receipt strong{font-size:14px}.payment-status-home{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:9px;padding:10px 22px;font-size:13px;font-weight:700;display:inline-block}.payment-status-home:hover{border-color:var(--accent);color:var(--accent)}.appleplus-hero{margin-bottom:28px}.appleplus-hero p{color:var(--muted);margin-bottom:6px;font-size:14px}.appleplus-hero strong{color:var(--text)}.appleplus-hero i{color:var(--accent);margin-left:4px}.appleplus-title{color:var(--text);align-items:center;gap:10px;margin-bottom:10px;font-size:22px;font-weight:700;display:inline-flex}.appleplus-title i{color:#3b82f6}.info{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:42px}.info-title{text-align:center;margin-bottom:32px;font-size:22px;font-weight:700}.info-subtitle{margin:28px 0 12px;font-size:16px;font-weight:600}.info-text{color:var(--muted);margin-bottom:12px;font-size:14px;line-height:1.7}.info-link{color:var(--accent)}.info-link:hover{text-decoration:underline}.payments{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.pay-icon{border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:16px;font-weight:700;display:inline-flex}.pay-icon i{font-size:22px}.pay-icon.paypal{color:#fff;background:#003087}.pay-icon.cards{color:#1a1f71;background:#fff;gap:4px}.pay-icon.upi{color:#000;background:#fff;flex-direction:column;align-items:flex-start;font-size:20px;line-height:1}.pay-icon.upi span{color:#666;letter-spacing:.5px;font-size:9px}.pay-icon.apple{color:#fff;background:#000}.pay-icon.google{color:#5f6368;background:#fff}.g{color:#4285f4;font-size:22px;font-weight:800}.footer{text-align:center;margin-top:64px;padding-bottom:24px}.footer-copy{color:var(--muted);margin-bottom:4px;font-size:13px}.footer-note{color:var(--muted);margin-bottom:24px;font-size:12px}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding-top:20px;font-size:12px;display:flex}.tebex{color:var(--text);font-size:14px;font-weight:700}.footer-links a{color:var(--muted);margin-left:16px}.footer-links a:hover{color:var(--text)}.admin-login{background:var(--bg);place-items:center;min-height:100vh;display:grid}.admin-box{background:var(--card);border:1px solid var(--border);border-radius:16px;width:90%;max-width:360px;padding:36px}.admin-box h2{text-align:center;margin-bottom:20px}.admin-box input{background:var(--bg-2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;margin-bottom:14px;padding:12px}.admin-box button{background:var(--accent);color:#fff;border-radius:8px;width:100%;padding:12px;font-weight:600}.admin-error{color:var(--accent);text-align:center;margin-top:12px;font-size:14px}.admin-panel{max-width:900px;margin:0 auto;padding:42px 24px}.admin-panel h2{margin-bottom:28px}.admin-section{background:var(--card);border:1px solid var(--border);border-radius:16px;margin-bottom:24px;padding:24px}.admin-section h3{margin-bottom:16px}.admin-form{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.admin-form input,.admin-form select{background:var(--bg-2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:10px 12px}.admin-form button{background:var(--accent);color:#fff;border-radius:8px;padding:10px 16px;font-weight:600}.admin-list{flex-direction:column;gap:8px;list-style:none;display:flex}.admin-list li{background:var(--bg-2);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.admin-list button{background:var(--accent);color:#fff;border-radius:6px;padding:6px 12px;font-size:12px}.admin-featured{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px;display:grid}.admin-featured label{color:var(--muted);align-items:center;gap:8px;display:flex}.admin-save{background:var(--accent);color:#fff;border-radius:8px;padding:12px 20px;font-weight:600}.admin-empty{color:var(--muted);font-size:14px}.admin-sales{flex-direction:column;gap:10px;list-style:none;display:flex}.admin-sales li{background:var(--bg-2);border-radius:8px;padding:12px;font-size:14px}.admin-date{color:var(--muted);margin-left:8px;font-size:12px}.admin-shell{color:#eef0f4;background:#0b0c0f;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:#111216;border-right:1px solid #24262d;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid #24262d;align-items:center;gap:12px;padding:0 10px 26px;display:flex}.admin-brand-mark{background:linear-gradient(145deg, var(--accent), color-mix(in srgb, var(--accent) 55%, #000));color:#fff;text-transform:uppercase;border-radius:11px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.admin-brand div{flex-direction:column;min-width:0;display:flex}.admin-brand strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-brand small{color:#777c89;font-size:11px}.admin-sidebar nav{flex-direction:column;gap:5px;padding-top:24px;display:flex}.admin-sidebar nav button,.admin-store-link{color:#858a98;text-align:left;background:0 0;border-radius:9px;align-items:center;gap:12px;width:100%;padding:11px 13px;font-size:13px;font-weight:600;display:flex}.admin-sidebar nav button i,.admin-store-link i{text-align:center;width:18px}.admin-sidebar nav button:hover,.admin-sidebar nav button.active{color:#fff;background:#1d1f25}.admin-sidebar nav button.active{box-shadow:inset 3px 0 var(--accent)}.admin-store-link{border:1px solid #292c34;margin-top:auto}.admin-workspace{min-width:0}.admin-topbar{background:#111216e6;border-bottom:1px solid #24262d;justify-content:space-between;align-items:center;height:82px;padding:0 34px;display:flex}.admin-topbar span{color:#777c89;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.admin-topbar h1{margin-top:2px;font-size:21px}.admin-logout{color:#afb3be;background:#202229;border-radius:8px;align-items:center;gap:8px;padding:9px 13px;display:flex}.admin-content{max-width:1300px;padding:30px 34px 60px}.admin-toast{z-index:20;color:#fff;background:#1d6b45;border-radius:9px;padding:11px 16px;position:fixed;top:98px;right:28px;box-shadow:0 15px 40px #0008}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;display:grid}.metric-grid article{background:#15171c;border:1px solid #272a31;border-radius:13px;align-items:center;gap:15px;padding:21px;display:flex}.metric-grid article>i{background:color-mix(in srgb, var(--accent) 12%, #15171c);width:43px;height:43px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.metric-grid article div{flex-direction:column;display:flex}.metric-grid span{color:#7f8491;font-size:12px}.metric-grid strong{font-size:23px}.admin-card{background:#15171c;border:1px solid #272a31;border-radius:13px;margin-bottom:22px;overflow:hidden}.admin-card-head{border-bottom:1px solid #272a31;justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:18px 22px;display:flex}.admin-card-head h2{margin-bottom:3px;font-size:16px}.admin-card-head p{color:#797e8b;font-size:12px}.admin-card-head button,.admin-count{color:#d5d7dd;background:#262930;border-radius:7px;padding:8px 12px;font-size:12px}.admin-two-column{grid-template-columns:minmax(300px,.8fr) minmax(380px,1.2fr);align-items:start;gap:22px;display:grid}.dashboard-form{gap:16px;padding:22px;display:grid}.dashboard-form label{color:#b8bbc4;flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}.dashboard-form input,.dashboard-form select,.dashboard-form textarea{color:#f3f4f6;width:100%;font:inherit;resize:vertical;background:#0e1014;border:1px solid #30333c;border-radius:8px;outline:none;padding:11px 12px}.dashboard-form input:focus,.dashboard-form select:focus,.dashboard-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent)}.dashboard-form small{color:#666b78;font-weight:400}.dashboard-form>button{background:var(--accent);color:#fff;border-radius:8px;justify-self:start;padding:10px 17px;font-weight:700}.product-form,.settings-form{grid-template-columns:repeat(2,minmax(0,1fr))}.product-form .wide,.settings-form .wide{grid-column:1/-1}.home-copy{white-space:pre-wrap;overflow-wrap:anywhere}.form-section-title{color:#fff;border-bottom:1px solid #292c33;grid-column:1/-1;padding:8px 0;font-size:13px;font-weight:700}.color-field{grid-template-columns:48px 1fr;gap:8px;display:grid}.color-field input[type=color]{height:41px;padding:3px}.settings-preview{border:1px solid #30333c;border-radius:10px;grid-column:1/-1;place-items:center;min-height:130px;display:grid}.settings-preview strong{text-shadow:3px 3px #000;font-family:"Press Start 2P",cursive;font-size:clamp(22px,4vw,42px)}.management-list{flex-direction:column;padding:10px;display:flex}.management-list>div{border-bottom:1px solid #24262d;grid-template-columns:38px 1fr 34px;align-items:center;gap:12px;padding:11px;display:grid}.management-list>div:last-child{border-bottom:0}.management-list div div{flex-direction:column;display:flex}.management-list small{color:#6f7480;font-size:11px}.management-icon{width:36px;height:36px;color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, #15171c);border-radius:8px;place-items:center;display:grid}.icon-danger{color:#f05b68;background:#321d22;border-radius:7px;width:32px;height:32px}.product-management{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:16px;display:grid}.product-management article{background:#101216;border:1px solid #282b32;border-radius:10px;grid-template-columns:52px 1fr auto 32px;align-items:center;gap:12px;padding:11px;display:grid}.product-management img{object-fit:cover;background:#202228;border-radius:7px;width:52px;height:52px}.product-management article div{flex-direction:column;min-width:0;display:flex}.product-management article strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.product-management article span{color:#777c88;font-size:11px}.product-management article b{color:#d8d9de;font-size:12px}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:13px;padding:20px;display:grid}.featured-grid label{cursor:pointer;background:#101216;border:1px solid #2b2e35;border-radius:10px;grid-template-columns:52px 1fr 20px;align-items:center;gap:12px;padding:12px;display:grid;position:relative}.featured-grid label.selected{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, #101216)}.featured-grid input{opacity:0;position:absolute}.featured-grid img{object-fit:cover;border-radius:7px;width:52px;height:52px}.featured-grid span{flex-direction:column;min-width:0;display:flex}.featured-grid strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.featured-grid small{color:#818692}.featured-grid>label>i{opacity:0;color:var(--accent)}.featured-grid label.selected>i{opacity:1}.table-wrap{overflow-x:auto}.sales-table{border-collapse:collapse;width:100%;min-width:840px}.sales-table th{color:#747986;text-transform:uppercase;letter-spacing:.08em;text-align:left;background:#111318;padding:11px 15px;font-size:10px}.sales-table td{color:#adb0b9;border-top:1px solid #24272e;padding:13px 15px;font-size:12px}.sales-table code{color:#8c919d}.customer-cell{align-items:center;gap:8px;display:flex}.customer-cell img{border-radius:5px;width:28px;height:28px}.table-badge{background:#252830;border-radius:5px;padding:4px 7px;font-size:10px}.admin-empty-state{color:#737884;flex-direction:column;justify-content:center;align-items:center;min-height:230px;display:flex}.admin-empty-state i{margin-bottom:12px;font-size:28px}.admin-empty-state strong{color:#c8cad0}.admin-empty-state span{font-size:12px}.admin-login-logo{color:#f55;background:#321d22;border-radius:12px;place-items:center;width:48px;height:48px;margin:0 auto 16px;display:grid}.admin-box>p{text-align:center;color:#777c89;margin:-12px 0 20px;font-size:12px}.admin-box label{color:#a9adb7;font-size:11px;font-weight:600;display:block}.admin-box label input{margin-top:6px;display:block}.mc-logo{overflow-wrap:anywhere;max-width:620px;font-size:clamp(34px,5vw,72px);line-height:1.15}.settings-preview img{object-fit:contain;max-width:55%;max-height:105px}.server-logo-image{object-fit:contain;filter:drop-shadow(0 8px 5px #0008);width:min(300px,42vw);height:190px;display:block}.snow{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.snow span{left:var(--left);width:var(--size);height:var(--size);animation:snow-rise var(--duration) linear var(--delay) infinite;background:#ffffffc7;border-radius:50%;position:absolute;bottom:-16px;box-shadow:0 0 7px #ffffff4d}@keyframes snow-rise{0%{opacity:0;transform:translateY(20px)}10%{opacity:.75}50%{transform:translate3d(var(--drift), -190px, 0)}to{transform:translate3d(var(--drift-end), -410px, 0);opacity:0}}.server-stat{z-index:5;color:#fff;cursor:pointer;background:0 0;align-items:center;gap:15px;font-family:inherit;display:flex;position:absolute;top:49%;transform:translateY(-50%)}.server-stat:focus-visible{outline:2px solid var(--accent);outline-offset:8px;border-radius:4px}.server-stat-left{text-align:right;left:45px}.server-stat-right{text-align:left;right:45px}.server-stat-copy{flex-direction:column;display:flex}.server-stat-copy strong{color:var(--accent);font-size:13px;font-weight:800;line-height:1.2}.server-stat-copy span{color:#fff;text-transform:uppercase;margin-top:3px;font-size:10px;font-weight:700}.server-stat-icon{color:#261010;background:var(--accent);border-radius:50%;flex:none;place-items:center;width:43px;height:43px;font-size:18px;display:grid;position:relative}.server-stat-icon:after{content:"";background:var(--accent);border-radius:3px;width:22px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.server-stat-right:hover .server-stat-copy strong{filter:brightness(1.2)}.access-screen{background:radial-gradient(circle at 50% 0,#351216 0%,#111114 42%,#09090b 100%);place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.access-glow{filter:blur(90px);opacity:.22;pointer-events:none;border-radius:50%;position:absolute}.access-glow-one{background:var(--accent);width:380px;height:380px;top:-190px;left:15%}.access-glow-two{background:#812131;width:330px;height:330px;bottom:-190px;right:10%}.access-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141418eb;border:1px solid #303038;border-radius:18px;width:min(100%,420px);padding:38px;position:relative;box-shadow:0 30px 100px #000a}.access-icon{color:#fff;background:var(--accent);width:52px;height:52px;box-shadow:0 10px 28px color-mix(in srgb, var(--accent) 35%, transparent);border-radius:13px;place-items:center;margin-bottom:22px;display:grid}.access-label{color:var(--accent);text-transform:uppercase;letter-spacing:.17em;font-size:10px;font-weight:800}.access-card h1{margin:5px 0 7px;font-size:27px}.access-card>p{color:#858895;margin-bottom:25px;font-size:13px;line-height:1.6}.access-card label{color:#bfc1c9;flex-direction:column;gap:8px;font-size:11px;font-weight:700;display:flex}.access-input{background:#0e0f13;border:1px solid #343741;border-radius:9px;grid-template-columns:38px 1fr;align-items:center;display:grid}.access-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent)}.access-input i{text-align:center;color:#696d79}.access-input input{color:#fff;width:100%;font:inherit;background:0 0;border:0;outline:0;padding:12px 12px 12px 0}.access-card>button{background:var(--accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:18px;padding:12px;font-weight:800;display:flex}.access-card>button:disabled{opacity:.65;cursor:wait}.access-error{color:#ff8088;background:#2d171b;border:1px solid #6e2730;border-radius:7px;align-items:center;gap:8px;margin-top:12px;padding:9px 11px;font-size:11px;display:flex}.access-loader{border:3px solid #33343b;border-top-color:var(--accent);border-radius:50%;width:34px;height:34px;animation:.7s linear infinite access-spin}@keyframes access-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.hero-inner,.page{max-width:960px}.online-left{left:24px}.online-right{right:24px}.server-stat-left{left:24px}.server-stat-right{right:24px}.main{padding:36px 30px}.product-grid.large{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.hero{height:330px}.hero-inner{padding-inline:22px}.top-bar{left:22px;right:22px}.online-left,.online-right{padding:10px 12px;top:auto;bottom:20px;transform:none}.online-left{left:22px}.online-right{right:22px}.online-left i,.online-right i{width:34px;height:34px;font-size:16px}.online-count{font-size:10px}.online-url{font-size:9px}.server-stat{top:auto;bottom:28px;transform:none}.server-stat-left{left:22px}.server-stat-right{right:22px}.server-stat-copy strong{font-size:11px}.server-stat-copy span{font-size:9px}.server-stat-icon{width:38px;height:38px;font-size:15px}.server-logo-image{width:min(260px,40vw);height:155px}.page{min-height:calc(100vh - 330px);display:block}.sidebar{width:100%;padding:20px 22px}.user{margin-bottom:18px}.nav{scrollbar-width:thin;flex-direction:row;padding-bottom:5px;overflow-x:auto}.nav-link{border-bottom:3px solid #0000;border-left:0;border-radius:8px 8px 0 0;flex:none;margin:0;padding:10px 13px}.nav-link.active{border-left-color:#0000;border-bottom-color:var(--accent)}.main{padding:30px 22px}.info{padding:30px}}@media (width<=560px){.hero{height:430px}.page{min-height:calc(100vh - 430px)}.hero-inner{justify-content:flex-start;padding-top:105px}.top-bar{top:18px;left:14px;right:14px}.btn-pill{padding:8px 11px;font-size:11px}.mc-heart{width:58px;height:58px;margin-bottom:10px}.mc-logo{max-width:calc(100vw - 32px);font-size:clamp(27px,10vw,48px)}.online-left,.online-right{width:auto;left:14px;right:14px}.online-left{bottom:76px}.online-right{bottom:18px}.server-logo-image{width:min(260px,78vw);height:145px}.server-stat{justify-content:center;width:auto;left:14px;right:14px}.server-stat-left{bottom:79px}.server-stat-right{bottom:20px}.server-stat-left .server-stat-copy{text-align:left;order:2}.server-stat-left .server-stat-icon{order:1}.server-stat-copy{width:190px}.sidebar{padding:18px 14px}.avatar{width:48px;height:48px}.main{padding:25px 14px}.product-grid.small,.product-grid.large{grid-template-columns:1fr}.product-card,.product-card.small{padding:15px}.product-card.small{align-items:stretch}.product-card.small .product-img{width:100px;height:100px}.product-card.large .product-img{height:190px}.info{padding:23px 18px}.info-title{margin-bottom:25px;font-size:19px}.info-text{font-size:13px}.payments{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:13px}.footer-links{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.footer-links a{margin:0}.modal{width:calc(100% - 24px);max-height:calc(100vh - 24px);padding:22px 18px;overflow-y:auto}.modal-img{height:165px}.login-modal{width:calc(100% - 24px)}}@media (width<=900px){.admin-shell{grid-template-columns:72px 1fr}.admin-sidebar{padding-inline:9px}.admin-brand div,.admin-sidebar nav button:not(.active) span,.admin-store-link{font-size:0}.admin-brand{padding-inline:5px}.admin-sidebar nav button{justify-content:center}.admin-sidebar nav button i{font-size:15px}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-two-column{grid-template-columns:1fr}}@media (width<=650px){.admin-topbar,.admin-content{padding-left:18px;padding-right:18px}.metric-grid,.product-form,.settings-form{grid-template-columns:1fr}.form-section-title,.settings-preview,.product-form .wide,.settings-form .wide{grid-column:1}}
