@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap";
:root{--bg:#07111f;--surface:#0d1a2b;--text:#f6f8fb;--muted:#9eb0c7;--line:#20344d;--brand:#39b7ff;--brand2:#7c5cff;--danger:#ff5f6d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 15% 0%,#39b7ff21,transparent 28rem),radial-gradient(circle at 90% 10%,#7c5cff24,transparent 30rem),var(--bg);color:var(--text);margin:0;font-family:Vazirmatn,Tahoma,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,100% - 32px);margin:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#07111fd6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:18px;min-height:76px;display:flex}.logo{align-items:center;gap:10px;font-weight:800;display:flex}.logo-mark{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#07111f;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.nav{color:var(--muted);gap:18px;font-size:14px;display:flex}.nav a:hover{color:var(--text)}.actions{align-items:center;gap:8px;display:flex}.btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 15px;transition:all .2s}.btn:hover{border-color:#355372;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#06101d;border:0;font-weight:800}.hero{padding:82px 0 56px}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:36px;display:grid}.eyebrow{color:#7ed4ff;font-size:14px;font-weight:700}.hero h1{letter-spacing:-2px;margin:14px 0 20px;font-size:clamp(38px,6vw,70px);line-height:1.08}.hero p{color:var(--muted);font-size:17px;line-height:2}.hero-card{border:1px solid var(--line);background:linear-gradient(160deg,#12243a,#0d1a2b);border-radius:28px;place-items:center;min-height:350px;display:grid}.hero-orb{background:radial-gradient(circle at 35% 30%,#fff,#7ed4ff 12%,#39b7ff 42%,#7c5cff 75%);border-radius:50%;width:190px;height:190px;box-shadow:0 0 80px #39b7ff66}.section{padding:46px 0}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.section h2{margin:0;font-size:28px}.muted{color:var(--muted)}.grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card{border:1px solid var(--line);background:#0d1a2be6;border-radius:18px;overflow:hidden}.card-body{padding:18px}.product-image{aspect-ratio:16/10;background:linear-gradient(135deg,#102a43,#1b1742);place-items:center;font-size:54px;display:grid;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.price{font-size:20px;font-weight:800}.form-wrap{max-width:620px;margin:60px auto}.form-card{border:1px solid var(--line);background:#0d1a2bf5;border-radius:22px;padding:26px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{gap:7px;margin-bottom:14px;display:grid}.field.full{grid-column:1/-1}.field label{color:#c8d4e3;font-size:13px}.field input,.field textarea{width:100%;color:var(--text);border:1px solid var(--line);background:#091524;border-radius:11px;outline:none;padding:12px 13px}.field input:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #39b7ff1a}.notice,.error,.success,.empty{border-radius:12px;margin:12px 0;padding:14px}.notice{color:#bfe8ff;background:#10253a;border:1px solid #204968}.error{color:#ff9ca5;background:#ff5f6d14;border:1px solid #ff5f6d38}.success{color:#9af0be;background:#35d07f14;border:1px solid #35d07f38}.empty{text-align:center;border:1px dashed var(--line);color:var(--muted);padding:42px 20px}.footer{border-top:1px solid var(--line);color:var(--muted);margin-top:70px;padding:38px 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;display:grid}.footer h3{color:var(--text);font-size:15px}.footer a{margin:8px 0;font-size:14px;display:block}.table{border-collapse:collapse;width:100%}.table th,.table td{border-bottom:1px solid var(--line);text-align:right;padding:12px}.admin-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:20px}.metric strong{margin-top:8px;font-size:28px;display:block}@media (max-width:1100px){.container{width:min(100% - 28px,1180px)}.grid,.admin-stats,.admin-quick{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-content{width:calc(100% - 235px);margin-right:235px}}@media (max-width:900px){.nav{display:none}.hero-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.footer-grid,.admin-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.container{width:calc(100% - 22px)}.hero{padding-top:50px}.hero h1{letter-spacing:-1px}.grid,.form-grid,.footer-grid,.admin-grid{grid-template-columns:1fr}.header-inner{min-height:66px}}body:has(.admin-shell){overflow-x:hidden}.admin-shell{position:relative}.admin-content{width:calc(100% - 255px);max-width:none;margin-left:0;margin-right:255px}.admin-menu-toggle{z-index:90;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:9px 12px;font-size:20px;display:none;position:fixed;top:18px;right:16px}.admin-sidebar{border-left:1px solid var(--line);z-index:60;background:#07111ff5;width:235px;padding:18px 12px;position:fixed;top:76px;bottom:0;right:0}.admin-sidebar-title{padding:10px 12px 16px;font-weight:800}.admin-sidebar nav{gap:6px;display:grid}.admin-sidebar nav a,.admin-sidebar-bottom a{color:var(--muted);border-radius:12px;align-items:center;gap:10px;padding:11px 12px;display:flex}.admin-sidebar nav a:hover,.admin-sidebar nav a[href^=\#dashboard]{color:var(--text);background:linear-gradient(135deg,#39b7ff33,#7c5cff2e)}.admin-sidebar-bottom{gap:8px;margin-top:20px;display:grid}.admin-sidebar-bottom .btn{width:100%}.admin-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.admin-head-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.admin-stat .card-body{gap:8px;display:grid}.admin-stat strong{font-size:28px}.admin-stat span{color:var(--brand);font-size:13px}.admin-quick{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.quick-card .card-body{text-align:center;place-items:center;gap:4px;min-height:118px;display:grid}.quick-card span{font-size:28px}.quick-card small{background:#263952;border-radius:50%;place-items:center;width:30px;height:30px;font-size:20px;display:grid}.section-title-row{justify-content:space-between;align-items:center;display:flex}.admin-panel h2{margin-top:0}.form-grid{gap:12px}.admin-section{scroll-margin-top:90px}@media (max-width:900px){.admin-sidebar{transition:all .2s;transform:translate(100%)}.admin-sidebar.open{transform:translate(0)}.admin-menu-toggle{display:block}.admin-content{margin-right:0}.admin-head{padding-right:56px}.admin-stats,.admin-quick{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.admin-stats,.admin-quick{grid-template-columns:1fr}.admin-head{display:block}.admin-head-actions{margin-top:12px}.container{width:min(100% - 20px,1180px)}}@media (max-width:760px){.header-inner{gap:8px}.logo{font-size:14px}.logo-mark{width:36px;height:36px}.actions .btn{padding:8px 10px}.hero{padding:44px 0 36px}.section{padding:34px 0}.section-head{display:block}.section-head .btn{margin-top:12px}.card-body{padding:15px}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{min-width:620px}.form-grid{grid-template-columns:1fr!important}.field.full{grid-column:auto}.admin-content{width:100%;margin:0}.admin-sidebar{top:66px}.admin-head{padding-right:54px}.admin-head h1{font-size:30px}.admin-stats,.admin-quick{grid-template-columns:1fr 1fr}.admin-panel .form-grid{grid-template-columns:1fr!important}}@media (max-width:430px){.container{width:calc(100% - 16px)}.header-inner{min-height:62px}.actions{flex-wrap:wrap}.actions .btn{font-size:12px}.hero h1{font-size:34px}.grid,.admin-stats,.admin-quick{grid-template-columns:1fr}.admin-menu-toggle{top:10px;right:10px}.form-wrap{margin:28px auto}.form-card{border-radius:16px;padding:18px}.btn{width:auto;max-width:100%}input,textarea,select{max-width:100%}}.jalali-datetime{gap:8px;display:grid}.jalali-fields{grid-template-columns:1.4fr .8fr;gap:10px;display:grid}.jalali-fields input{width:100%}.jalali-datetime small{display:block}@media (max-width:760px){.jalali-fields{grid-template-columns:1fr 1fr}}.persian-date-row{grid-template-columns:minmax(0,1fr) 120px auto;align-items:end;gap:8px;display:grid}.persian-date-row input{margin:0}.persian-date-row .btn{white-space:nowrap;height:44px}@media (max-width:600px){.persian-date-row{grid-template-columns:1fr 105px}.persian-date-row .btn{grid-column:1/-1;width:max-content}}.checkout-stack{gap:16px;width:min(100%,760px);margin:0 auto;display:grid}.pending-order{background:linear-gradient(135deg,#39b7ff14,#7c5cff12);border:1px solid #39b7ff47}.pending-order .card-body{justify-content:space-between;align-items:center;gap:18px;display:flex}.payment-page{gap:16px;display:grid}.payment-details{border:1px solid var(--line);background:linear-gradient(145deg,#39b7ff1a,#7c5cff14);border-radius:20px;padding:20px;box-shadow:0 18px 50px #0000001f}.payment-details-head,.payment-card-row,.payment-amount,.payment-deadline{justify-content:space-between;align-items:center;gap:14px;display:flex}.payment-details-head small{color:var(--muted)}.card-number{letter-spacing:2px;text-align:center;background:#ffffff0d;border-radius:16px;margin:14px 0;padding:18px 8px;font-size:clamp(24px,5vw,36px);font-weight:900}.payment-card-row small,.payment-amount span,.payment-deadline span{color:var(--muted);font-size:13px;display:block}.payment-card-row strong{margin-top:4px;display:block}.payment-amount{background:var(--surface-2);border:1px solid var(--line);border-radius:15px;padding:15px 17px}.payment-amount strong{font-size:20px}.payment-deadline{background:#ffc10714;border:1px solid #ffc10759;border-radius:14px;padding:12px 15px}.payment-deadline strong{font-variant-numeric:tabular-nums}.payment-deadline.expired{background:#ff4d6d14;border-color:#ff4d6d66}.payment-receipt-form{gap:14px;display:grid}.admin-payments{margin-bottom:18px}.admin-payment-count{color:var(--brand);background:#39b7ff1f;border-radius:999px;padding:7px 12px;font-size:13px}.payment-review-list{gap:12px;display:grid}.payment-review-item{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;padding:16px}.payment-review-main{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.payment-review-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.payment-review-item textarea{width:100%;min-height:70px;margin-top:12px}.btn-danger{color:#ff6b86;background:#ff4d6d1a;border-color:#ff4d6d59}.success{background:#2ecc711a;border:1px solid #2ecc714d;border-radius:14px;padding:12px 14px}@media (max-width:650px){.pending-order .card-body,.payment-review-main,.payment-card-row{display:grid}.payment-review-actions{justify-content:stretch}.payment-review-actions .btn{width:100%}.card-number{letter-spacing:1px;font-size:22px}.payment-amount,.payment-deadline{align-items:flex-start}}.checkbox-row{border:1px solid var(--line);background:var(--surface-2);cursor:pointer;border-radius:14px;align-items:center;gap:10px;margin:4px 0 12px;padding:12px 14px;display:flex}.checkbox-row input{width:20px;height:20px;margin:0}.payment-page h1{margin-bottom:0}.payment-receipt-form .btn{justify-self:stretch}html,body{width:100%;max-width:100%;overflow-x:hidden}img,video,iframe,svg{max-width:100%;height:auto}input,select,textarea,button{min-width:0;max-width:100%}button,.btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (min-width:601px) and (max-width:1100px){.container{width:min(100% - 32px,980px)}.hero{padding:64px 0 44px}.hero-grid{grid-template-columns:1fr 1fr;gap:22px}.hero-card{min-height:300px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-wrap{width:min(100% - 32px,720px);max-width:none;margin:38px auto}.form-card{padding:22px}.footer-grid{grid-template-columns:repeat(2,1fr)}.admin-content{width:calc(100% - 235px);margin-right:235px}}@media (orientation:landscape) and (max-height:600px){.site-header{position:relative}.header-inner{min-height:58px}.hero{padding:34px 0}.hero-card{min-height:220px}.section{padding:30px 0}.form-wrap{margin:22px auto}.form-card{padding:18px}.admin-sidebar{top:58px}}@media (orientation:portrait) and (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-card{min-height:260px}.section-head{align-items:flex-start}}@media (orientation:landscape) and (min-width:601px) and (max-width:1100px){.nav{gap:12px;font-size:13px;display:flex}.header-inner{min-height:64px}.actions .btn{padding:8px 11px}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.container{width:calc(100% - 20px)}.header-inner{gap:8px;min-height:62px}.logo{min-width:0}.logo span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.actions{gap:6px;min-width:0}.actions .btn{padding:8px 9px;font-size:12px}.hero{padding:42px 0 32px}.hero h1{font-size:clamp(30px,9vw,42px)}.hero p{font-size:15px;line-height:1.9}.hero-card{border-radius:20px;min-height:220px}.grid{grid-template-columns:1fr;gap:12px}.form-wrap{width:calc(100% - 16px);max-width:none;margin:24px auto}.form-card{border-radius:16px;padding:16px}.form-grid{grid-template-columns:1fr!important}.field.full{grid-column:auto}.field input,.field textarea,.field select{font-size:16px}.btn{min-height:44px}.table-wrap{max-width:100%;overflow-x:auto}.table{min-width:580px}.footer-grid{grid-template-columns:1fr}.payment-page{padding:14px}.payment-details{border-radius:16px;padding:15px}.card-number{letter-spacing:1px;word-break:break-all;font-size:clamp(20px,7vw,28px)}.payment-review-main{display:grid}.payment-review-actions{grid-template-columns:1fr;display:grid}.pending-order .card-body{display:grid}.pending-order .btn{width:100%}.jalali-fields{grid-template-columns:1fr}}@media (max-width:380px){.container{width:calc(100% - 14px)}.header-inner{min-height:58px}.actions .btn{padding:7px 8px;font-size:11px}.card-body,.form-card{padding:13px}.hero h1{font-size:30px}}@media (min-width:601px) and (max-width:900px) and (orientation:portrait){.admin-sidebar{width:220px}.admin-content{width:calc(100% - 220px);margin-right:220px}}@media (max-width:900px) and (orientation:landscape){.admin-sidebar{width:220px}.admin-content{width:calc(100% - 220px);margin-right:220px}.admin-head{gap:12px}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-quick{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){body:has(.admin-shell){overflow-x:hidden}.admin-shell{width:100%;max-width:100%;display:block}.admin-content{max-width:1180px;padding:0 0 30px;width:100%!important;margin-left:auto!important;margin-right:auto!important}.admin-menu-toggle{background:#0d1a2bf5;border-radius:14px;place-items:center;width:48px;height:48px;padding:0;position:fixed;top:72px;right:12px;box-shadow:0 10px 30px #00000047;display:grid!important}.admin-sidebar{width:min(290px,86vw);height:100dvh;padding-top:24px;transition:transform .25s;top:0;bottom:0;right:0;transform:translate(110%);box-shadow:-20px 0 60px #00000059}.admin-sidebar.open{transform:translate(0)}.admin-head{grid-template-columns:1fr;gap:14px;padding:82px 12px 0;display:grid}.admin-head-actions{justify-content:flex-start}.admin-stats,.admin-quick{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 12px}.admin-content>section,.admin-content>.admin-payments{margin-left:12px;margin-right:12px}}@media (max-width:600px){.admin-content{padding-bottom:24px}.admin-head{padding:82px 10px 0}.admin-head h1{font-size:30px;line-height:1.25}.admin-head p{font-size:14px;line-height:1.9}.admin-stats,.admin-quick{grid-template-columns:1fr 1fr;gap:10px;padding:0 10px}.admin-stat .card-body{min-height:145px;padding:15px}.quick-card .card-body{min-height:150px;padding:14px}.admin-content>section,.admin-content>.admin-payments{margin-left:10px;margin-right:10px}}@media (orientation:landscape) and (max-width:900px){.admin-menu-toggle{top:10px;right:10px}.admin-head{padding-top:70px}.admin-stats,.admin-quick{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1100px){body:has(.admin-shell) .admin-content{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}body:has(.admin-shell) .admin-sidebar{border-left:1px solid var(--line);border-right:0;width:min(82vw,300px);height:calc(100dvh - 66px);display:none;inset:66px 0 auto auto;overflow-y:auto;box-shadow:-18px 0 45px #00000059}body:has(.admin-shell) .admin-sidebar.open{display:block}body:has(.admin-shell) .admin-menu-toggle{display:block;position:fixed;top:10px;right:14px}body:has(.admin-shell) .admin-head{padding-top:8px}}@media (max-width:600px){body:has(.admin-shell) .admin-content{width:100%;padding:0}body:has(.admin-shell) .admin-head{grid-template-columns:1fr;gap:12px;margin-bottom:14px;display:grid}body:has(.admin-shell) .admin-head h1{font-size:30px}body:has(.admin-shell) .admin-head-actions{grid-template-columns:1fr 1fr;display:grid}body:has(.admin-shell) .admin-stats{grid-template-columns:1fr 1fr}body:has(.admin-shell) .admin-quick{grid-template-columns:1fr 1fr}body:has(.admin-shell) .admin-stat strong{font-size:24px}}@media (max-width:1100px){body:has(.admin-shell){width:100%;max-width:100%;overflow-x:hidden}body:has(.admin-shell) .section.admin-shell{width:100%;max-width:100%;overflow-x:hidden}body:has(.admin-shell) .admin-shell{padding-left:0!important;padding-right:0!important}body:has(.admin-shell) .admin-content{display:block;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding-left:10px!important;padding-right:10px!important}body:has(.admin-shell) .admin-head{width:100%;min-width:0;max-width:none}body:has(.admin-shell) .admin-stats{width:100%;min-width:0;max-width:none}body:has(.admin-shell) .admin-quick{width:100%;min-width:0;max-width:none}body:has(.admin-shell) .admin-content>section{width:100%;min-width:0;max-width:none}body:has(.admin-shell) .admin-content>.admin-payments{width:100%;min-width:0;max-width:none}body:has(.admin-shell) .admin-head{padding-left:0!important;padding-right:0!important}:is(body:has(.admin-shell) .admin-stats,body:has(.admin-shell) .admin-quick){padding-left:0!important;padding-right:0!important}body:has(.admin-shell) .admin-content>section{margin-left:0!important;margin-right:0!important}body:has(.admin-shell) .admin-content>.admin-payments{margin-left:0!important;margin-right:0!important}}@media (max-width:600px){body:has(.admin-shell) .admin-content{padding-left:8px!important;padding-right:8px!important}:is(body:has(.admin-shell) .admin-stats,body:has(.admin-shell) .admin-quick){gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(body:has(.admin-shell) .admin-stat,body:has(.admin-shell) .quick-card){min-width:0}}@media (max-width:380px){body:has(.admin-shell) .admin-content{padding-left:6px!important;padding-right:6px!important}:is(body:has(.admin-shell) .admin-stats,body:has(.admin-shell) .admin-quick){gap:8px}}@media (max-width:1100px){body:has(.admin-shell) .admin-content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}body:has(.admin-shell) .admin-shell{width:100%!important;max-width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}body:has(.admin-shell) .admin-content>.admin-head{width:calc(100% - 32px);margin-left:auto!important;margin-right:auto!important}body:has(.admin-shell) .admin-content>section{width:calc(100% - 32px);margin-left:auto!important;margin-right:auto!important}body:has(.admin-shell) .admin-content>.admin-payments{width:calc(100% - 32px);margin-left:auto!important;margin-right:auto!important}}@media (max-width:600px){body:has(.admin-shell) .admin-content>.admin-head{width:calc(100% - 20px)}body:has(.admin-shell) .admin-content>section{width:calc(100% - 20px)}body:has(.admin-shell) .admin-content>.admin-payments{width:calc(100% - 20px)}}@media (min-width:601px) and (max-width:1100px) and (orientation:portrait){body:has(.admin-shell) .admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}body:has(.admin-shell) .admin-quick{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:601px) and (max-width:1100px) and (orientation:landscape){body:has(.admin-shell) .admin-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}body:has(.admin-shell) .admin-quick{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:1100px){body:has(.admin-shell){overflow-x:hidden}body:has(.admin-shell) .admin-shell{width:100%;max-width:100%;padding:0;display:block}body:has(.admin-shell) .admin-content{width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:0 0 32px!important;display:block!important}:is(body:has(.admin-shell) .admin-stats,body:has(.admin-shell) .admin-quick){box-sizing:border-box;width:100%;max-width:100%}body:has(.admin-shell) .admin-head{box-sizing:border-box;width:100%;max-width:100%}}@media (max-width:600px){body:has(.admin-shell) .admin-content{width:100%!important;max-width:none!important;padding-bottom:24px!important}body:has(.admin-shell) .admin-head{margin-bottom:14px;padding:76px 12px 0!important}body:has(.admin-shell) .admin-head-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}body:has(.admin-shell) .admin-head-actions .btn{text-align:center;width:100%}:is(body:has(.admin-shell) .admin-stats,body:has(.admin-shell) .admin-quick){padding-left:12px!important;padding-right:12px!important}}@media (max-width:430px){:is(body:has(.admin-shell) .admin-stats,body:has(.admin-shell) .admin-quick){grid-template-columns:1fr!important}body:has(.admin-shell) .admin-head-actions{grid-template-columns:1fr}}.admin-blog-section{scroll-margin-top:90px}.admin-blog-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.admin-blog-header h2{margin:4px 0 6px}.admin-blog-header p{margin:0;line-height:1.9}.admin-blog-tabs{flex-wrap:wrap;gap:8px;display:flex}.admin-blog-form{margin-top:12px}.admin-blog-form .field.full,.admin-blog-submit.full{grid-column:1/-1}.admin-blog-form textarea{resize:vertical;line-height:1.9}.admin-publish-toggle{align-items:flex-start;height:100%;margin:0}.admin-publish-toggle span{gap:4px;display:grid}.admin-publish-toggle small{line-height:1.7}.admin-blog-message{margin-top:14px}.article-content{white-space:pre-wrap;color:#dbe6f2;font-size:16px;line-height:2.1}@media (max-width:700px){.admin-blog-header{gap:14px;display:grid}.admin-blog-tabs{grid-template-columns:1fr 1fr;display:grid}.admin-blog-tabs .btn{width:100%}.admin-blog-submit{gap:8px;display:grid}.admin-blog-submit .btn{width:100%}}@media (max-width:430px){.admin-blog-tabs{grid-template-columns:1fr}.admin-blog-form{grid-template-columns:1fr!important}}.admin-subpage>.admin-head{align-items:center;margin-bottom:22px;padding:22px 0 0}.admin-subpage>.card{margin-top:0!important}.admin-subpage .table-wrap{border:1px solid var(--line);background:#07111f59;border-radius:16px}.admin-subpage .table th{background:#39b7ff0f;font-weight:800}.admin-subpage .table tr:last-child td{border-bottom:0}.admin-subpage .notice{margin-bottom:16px}.admin-panel>section.card{border-radius:22px;box-shadow:0 12px 35px #0000001f}.admin-panel>section.card+.card{margin-top:0}.admin-panel .card-body{padding:22px}.admin-panel h2{margin-bottom:18px;font-size:22px}.admin-panel .form-grid{padding-top:4px}.admin-blog-section{box-shadow:0 14px 40px #00000024}.admin-blog-section .card-body{padding:24px}.admin-blog-header{border-bottom:1px solid var(--line);padding-bottom:16px}.admin-blog-form .field input,.admin-blog-form .field textarea{background:#07111fb8}@media (max-width:900px){.admin-subpage>.admin-head{padding:78px 12px 0}.admin-subpage .admin-head-actions{display:flex}}@media (max-width:600px){.admin-subpage>.admin-head{padding:72px 10px 0}.admin-subpage>.admin-head h1{font-size:28px}.admin-subpage .admin-head-actions{grid-template-columns:1fr 1fr;display:grid}.admin-subpage .admin-head-actions .btn{text-align:center;width:100%}.admin-subpage>.card{margin-left:10px!important;margin-right:10px!important}.admin-subpage .card-body,.admin-blog-section .card-body{padding:16px}}@media (max-width:430px){.admin-subpage>.admin-head{padding-left:8px;padding-right:8px}.admin-subpage .admin-head-actions{grid-template-columns:1fr}.admin-blog-tabs{grid-template-columns:1fr!important}}.admin-content{min-width:0}.admin-content>section{scroll-margin-top:90px}.admin-panel{gap:20px;display:grid}.admin-panel>section.card{margin-top:0!important}@media (min-width:1101px){.admin-shell{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:22px;display:grid}.admin-sidebar{overflow:auto;height:calc(100dvh - 110px)!important;position:sticky!important;top:88px!important}.admin-content{width:100%!important;margin:0!important}}@media (max-width:1100px){.admin-subpage>.admin-head{padding-top:82px!important}.admin-subpage>.card{margin-left:12px!important;margin-right:12px!important}}.admin-subpage .table-wrap{overflow:auto}.admin-subpage .table{min-width:760px}.admin-users-title{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.admin-users-title h2{margin:0}.admin-users-card{background:linear-gradient(160deg,#12243aeb,#0d1a2bf5)}.admin-users-card .card-body{padding:24px}.admin-users-card .table select{min-width:108px}@media (max-width:600px){.admin-users-card .card-body{padding:16px}.admin-users-card .table{min-width:700px}}.admin-subpage>.admin-head{margin-bottom:20px}.admin-subpage .card{overflow:hidden}.admin-subpage .admin-users-section,.admin-subpage .admin-blog-section{margin-top:0!important}.admin-subpage .admin-blog-header{align-items:flex-start}.admin-dashboard-block{margin-top:28px}.admin-dashboard-block .section-title-row{margin-bottom:18px}@media (max-width:700px){.admin-subpage .admin-head{gap:14px}.admin-subpage .admin-head-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}}.admin-subpage>.admin-head{border-bottom:1px solid #20344da6;padding:20px 0 18px}.admin-subpage>.admin-head h1{letter-spacing:-.5px}.admin-subpage>.admin-head p{margin:0;line-height:1.9}.admin-settings-card,.admin-comments-card{box-shadow:0 18px 50px #00000029}.admin-settings-card .card-body,.admin-comments-card .card-body{padding:26px}.admin-settings-card h2,.admin-comments-card h2{margin:5px 0 8px;font-size:26px}.admin-filter-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-filter-tabs .btn{min-width:92px}.admin-comment-item{border:1px solid var(--line);background:#07111f6b;border-radius:18px;padding:18px}.admin-comment-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.admin-comment-head strong{font-size:17px}.admin-comment-head small{color:var(--muted);margin-top:4px;display:block}.admin-comment-item p{color:#dce7f3;white-space:pre-wrap;margin:16px 0;line-height:2}.comment-status{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:12px}.comment-status.pending{color:#ffd36a;background:#ffc1071a}.comment-status.approved{color:#8ce5ae;background:#2ecc711a}.comment-status.rejected{color:#ff9ca5;background:#ff5f6d1a}.admin-comment-actions{justify-content:flex-start}.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.report-metric{background:linear-gradient(145deg,#12243af0,#0d1a2beb);align-content:center;gap:6px;min-height:145px;padding:20px;display:grid}.report-metric span{font-size:25px}.report-metric small{color:var(--muted)}.report-metric strong{font-size:32px;line-height:1}.admin-settings-card .form-grid{margin-top:20px}.admin-settings-card .notice{margin-top:18px}@media (max-width:900px){.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-subpage>.admin-head{padding-top:78px}}@media (max-width:600px){.admin-subpage>.admin-head{padding:72px 10px 18px}.admin-settings-card .card-body,.admin-comments-card .card-body{padding:16px}.admin-filter-tabs{grid-template-columns:1fr 1fr;width:100%;display:grid}.admin-filter-tabs .btn{width:100%}.admin-comment-head{display:grid}.admin-comment-actions{grid-template-columns:1fr;display:grid}.admin-comment-actions .btn{width:100%}.report-metrics{grid-template-columns:1fr 1fr;gap:10px}.report-metric{min-height:125px;padding:15px}.report-metric strong{font-size:27px}}@media (max-width:430px){.admin-filter-tabs,.report-metrics{grid-template-columns:1fr}}.blog-comments{margin-top:20px;box-shadow:0 14px 40px #0000001f}.blog-comments h2{margin:4px 0 6px}.blog-comment-list{gap:10px;margin-top:20px;display:grid}.blog-comment{border:1px solid var(--line);background:#07111f66;border-radius:14px;padding:14px 16px}.blog-comment strong{margin-left:10px;display:inline-block}.blog-comment small{color:var(--muted)}.blog-comment p{white-space:pre-wrap;margin:8px 0 0;line-height:1.9}@media (max-width:600px){.blog-comments{margin-left:10px!important;margin-right:10px!important}.blog-comments .card-body{padding:16px}}@media (max-width:1100px){body:has(.admin-shell) .admin-sidebar{z-index:80;opacity:1!important;background:#07111f!important}body:has(.admin-shell) .admin-menu-toggle{z-index:90}}.admin-subpage{width:100%;max-width:none!important}.admin-feature-card{background:linear-gradient(145deg,#0f1d34f5,#091426fa);border:1px solid #78aaff24;margin-top:24px}.admin-feature-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.admin-feature-head h2{margin:4px 0 8px}.admin-filter-row{flex-wrap:wrap;gap:8px;display:flex}.admin-empty{text-align:center;color:#9fb0c8;border:1px dashed #a0bee62e;border-radius:16px;padding:30px}.admin-comment-list{gap:14px;display:grid}.admin-comment{background:#0711208c;border:1px solid #96b4dc24;border-radius:18px;padding:18px}.admin-comment-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-comment-top>div{align-items:center;gap:12px;display:flex}.admin-comment p{white-space:pre-wrap;margin:14px 0 8px;line-height:1.9}.admin-comment textarea{width:100%;min-height:70px;margin-top:12px}.admin-comment-actions{margin-top:12px}.status-badge{border:1px solid #ffffff1a;border-radius:999px;padding:5px 10px;font-size:.78rem}.status-approved{background:#37be781f}.status-rejected{background:#eb505f1f}.status-pending{background:#ffbe461f}.btn-danger{color:#ff9aa6!important;border-color:#eb505f59!important}.admin-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-settings-grid .field{min-width:0}.admin-report-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.admin-report-stat{transition:transform .2s,border-color .2s}.admin-report-stat:hover{border-color:#5fa5ff59;transform:translateY(-2px)}.admin-report-stat .card-body{flex-direction:column;gap:8px;display:flex}.admin-report-stat strong{font-size:2rem}.admin-report-stat small{color:#8fa3bf}@media (max-width:900px){.admin-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-settings-grid{grid-template-columns:1fr}.admin-feature-head{flex-direction:column}}@media (max-width:600px){.admin-report-grid{grid-template-columns:1fr 1fr;gap:10px}.admin-report-stat strong{font-size:1.5rem}.admin-comment-top{flex-direction:column;align-items:flex-start}.admin-filter-row{width:100%}.admin-filter-row .btn{flex:1}}.admin-subpage .admin-users-card,.admin-subpage .admin-blog-section{width:100%;max-width:none}.admin-subpage .admin-users-card{background:linear-gradient(145deg,#0f1f34f5,#081323fa);border:1px solid #5fa5ff29;margin-top:0!important}.admin-subpage .admin-users-title{border-bottom:1px solid #78a0d21f;padding-bottom:16px}.admin-subpage .admin-users-title h2{font-size:clamp(22px,3vw,30px)}.admin-subpage .admin-users-card .table-wrap{margin-top:4px}.admin-subpage .admin-blog-section{background:linear-gradient(145deg,#0f1f34f5,#081323fa)}.admin-subpage .admin-head-actions{flex-wrap:wrap}@media (min-width:601px) and (max-width:1100px){body:has(.admin-shell) .admin-content{box-sizing:border-box;width:100%!important;max-width:100%!important;padding:0 16px 36px!important}body:has(.admin-shell) .admin-subpage{box-sizing:border-box;width:100%!important;max-width:none!important;padding:0 16px 40px!important}body:has(.admin-shell) .admin-subpage>.admin-head{width:100%;margin:0 0 20px!important;padding:88px 0 18px!important}body:has(.admin-shell) .admin-subpage>.card{width:100%;margin:0!important}:is(body:has(.admin-shell) .admin-subpage .admin-users-card .card-body,body:has(.admin-shell) .admin-subpage .admin-blog-section .card-body){padding:22px}body:has(.admin-shell) .admin-subpage .table-wrap{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}}@media (min-width:601px) and (max-width:1100px) and (orientation:portrait){body:has(.admin-shell) .admin-subpage>.admin-head{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}body:has(.admin-shell) .admin-subpage .admin-head-actions{justify-content:flex-start}body:has(.admin-shell) .admin-subpage .admin-users-title{gap:12px;display:grid}body:has(.admin-shell) .admin-subpage .admin-blog-header{gap:16px;display:grid}}@media (min-width:601px) and (max-width:1100px) and (orientation:landscape){body:has(.admin-shell) .admin-subpage>.admin-head{justify-content:space-between;align-items:center;gap:20px;display:flex}:is(body:has(.admin-shell) .admin-subpage .admin-users-title,body:has(.admin-shell) .admin-subpage .admin-blog-header){justify-content:space-between;align-items:flex-start;gap:20px;display:flex}body:has(.admin-shell) .admin-subpage .admin-head-actions{flex-shrink:0;justify-content:flex-start}}@media (max-width:600px){body:has(.admin-shell) .admin-subpage{padding:0 10px 28px!important}body:has(.admin-shell) .admin-subpage>.admin-head{padding:78px 0 16px!important}body:has(.admin-shell) .admin-subpage>.card{width:100%}}@media (max-width:430px){body:has(.admin-shell) .admin-subpage{padding-left:8px!important;padding-right:8px!important}}@media (min-width:1101px){body:has(.admin-shell) .admin-shell{align-items:start;gap:22px;width:min(100% - 32px,1440px);max-width:1440px;margin-inline:auto;grid-template-columns:260px minmax(0,1fr)!important;display:grid!important}body:has(.admin-shell) .admin-sidebar{grid-area:1/1;min-width:0;right:auto;width:260px!important;height:calc(100dvh - 110px)!important;position:sticky!important;top:88px!important}body:has(.admin-shell) .admin-content{grid-area:1/2;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0 0 40px!important}body:has(.admin-shell) .admin-head{width:100%;padding-top:8px}body:has(.admin-shell) .admin-stats{grid-template-columns:repeat(4,minmax(0,1fr))}body:has(.admin-shell) .admin-quick{grid-template-columns:repeat(4,minmax(0,1fr))}body:has(.admin-shell) .admin-dashboard-block{width:100%;max-width:none}body:has(.admin-shell) .admin-payments{width:100%;max-width:none}body:has(.admin-shell) .admin-content>section{width:100%;max-width:none}}.admin-manage-card .section-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.admin-delete-list{border-top:1px solid #94a3b829;margin-top:26px;padding-top:20px}.admin-delete-list .section-title-row{margin-bottom:12px}.admin-delete-row{border-bottom:1px solid #94a3b81a;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.admin-delete-row:last-child{border-bottom:0}.admin-delete-row strong,.admin-delete-row small{display:block}.admin-delete-row small{margin-top:5px}.btn-danger{color:#fecaca!important;background:#7f1d1d2e!important;border:1px solid #f8717159!important}.btn-danger:hover{background:#b91c1c4d!important}@media (max-width:600px){.admin-delete-row{flex-direction:column;align-items:flex-start}.admin-delete-row .btn{width:100%}.admin-manage-card .section-title-row{flex-direction:column;align-items:flex-start}}.admin-subpage{padding-bottom:40px}.admin-subpage>.admin-head{border-bottom:1px solid var(--line);margin-bottom:20px;padding:18px 0 20px}.admin-subpage>.admin-head h1{margin:4px 0 8px;font-size:clamp(28px,4vw,40px)}.admin-subpage>.admin-head .muted{max-width:720px;line-height:1.9}.admin-subpage>.admin-head-actions{align-self:center}.admin-subpage .card{box-shadow:0 14px 40px #0000001f}.admin-subpage .card-body{padding:22px}.admin-subpage .admin-blog-section{margin-top:0!important}.admin-subpage .admin-blog-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-subpage .admin-blog-header h2{margin:4px 0 8px}.admin-subpage .admin-blog-tabs{flex-shrink:0}.admin-subpage .table-wrap{border:1px solid var(--line);border-radius:16px}.admin-subpage .table{margin:0}.admin-subpage .table th{background:#39b7ff0f}@media (max-width:760px){.admin-subpage>.admin-head{padding-right:54px}.admin-subpage .admin-blog-header{display:grid}.admin-subpage .admin-blog-tabs{width:100%}.admin-subpage .admin-blog-tabs .btn{flex:1}}.admin-user-role-tab{appearance:none;color:var(--text);text-align:right;cursor:pointer;background:#071220a6;border:1px solid #4b709973;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;padding:13px 10px;transition:all .2s;display:grid}.admin-user-role-tab strong{font-size:20px;line-height:1}.admin-user-role-tab small{color:var(--muted);font-size:11px}.admin-user-role-tab.active{background:linear-gradient(135deg,#2889e538,#704fe633);border-color:#599bffb3;box-shadow:0 10px 25px #00000029}.admin-users-toolbar{border:1px solid var(--line);background:#07111f59;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.admin-users-subtitle{margin:26px 0 12px}.admin-password-box{margin-top:16px}@media (max-width:900px){.admin-user-role-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.admin-user-role-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-users-toolbar{display:grid}.admin-users-card .table{min-width:720px}}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.settings-grid .card{height:100%}@media (max-width:700px){.settings-grid,.settings-grid .form-grid{grid-template-columns:1fr}}:root{--brand-navy:#07182f;--brand-blue:#1677ff;--brand-yellow:#ffd43b;--brand-violet:#7c4dff;--brand-cyan:#20d6d1;--brand-surface:#0d213d;--brand-surface-2:#102a4b;--brand-text:#f7fbff}body{background:radial-gradient(circle at 8% 8%,#1677ff29,transparent 28%), radial-gradient(circle at 86% 12%,#7c4dff24,transparent 25%), radial-gradient(circle at 78% 90%,#20d6d117,transparent 22%), var(--brand-navy)}.site-header,.admin-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07182fe6!important;border-color:#ffffff14!important}.btn-primary{box-shadow:0 10px 28px #7c4dff38;color:#061425!important;background:linear-gradient(135deg,var(--brand-yellow),#ffe98a 38%,#8d6cff 110%)!important;border:0!important}.btn-primary:hover{filter:saturate(1.08);transform:translateY(-1px)}.card{box-shadow:0 20px 55px #0000002e;background:linear-gradient(145deg,#0e2340f0,#08172bf5)!important;border:1px solid #71a1dc24!important}.admin-stat:hover,.quick-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #1677ff29;border-color:#ffd43b47!important}.admin-sidebar a:hover{background:linear-gradient(90deg,#1677ff2e,#7c4dff1f)!important}.admin-sidebar a.active,.admin-sidebar a[aria-current=page]{background:linear-gradient(135deg,#1677ff47,#7c4dff40)!important}input,textarea,select{background:#051224c7!important;border-color:#7aa4d633!important}input:focus,textarea:focus,select:focus{border-color:#ffd43b9e!important;box-shadow:0 0 0 3px #ffd43b14!important}.password-field{align-items:center;display:flex;position:relative}.password-field input{padding-left:52px!important}.password-toggle{color:#dcecff;cursor:pointer;background:linear-gradient(135deg,#1677ff2e,#7c4dff2e);border:1px solid #78a0dc38;border-radius:12px;place-items:center;width:36px;height:36px;font-size:17px;transition:all .2s;display:grid;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.password-toggle:hover{color:#ffe37a;border-color:#ffd43b80;transform:translateY(-50%)scale(1.04)}.admin-users-card .admin-users-title{background:linear-gradient(90deg,#1677ff12,#7c4dff0d);border-radius:18px;padding:18px}.admin-user-role-tab.active{background:linear-gradient(135deg,#1677ff47,#7c4dff33)!important;border-color:#ffd43b61!important}.admin-blog-section{position:relative;overflow:hidden}.admin-blog-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 92% 8%,#ffd43b14,#0000 24%),radial-gradient(circle at 10% 90%,#20d6d10f,#0000 22%);position:absolute;inset:0}@media (max-width:700px){.password-toggle{left:8px}}.admin-shell{--admin-accent:#38bdf8;--admin-accent-2:#2563eb;--admin-ink:#e7eef8;--admin-muted:#8ea2b8;--admin-panel:#0b1626;--admin-panel-2:#0f1d30;--admin-border:#20344b}.admin-shell .admin-content{position:relative}.admin-shell .admin-content:before{content:"";pointer-events:none;background:radial-gradient(circle at 82% 10%,#2563eb24,#0000 42%),radial-gradient(circle at 15% 0,#38bdf814,#0000 34%);height:180px;position:absolute;inset:0 0 auto}.admin-shell .admin-head,.admin-shell .admin-stats,.admin-shell .admin-quick,.admin-shell .admin-dashboard-block,.admin-shell .admin-payments,.admin-shell .admin-subpage>.admin-users-card,.admin-shell .admin-subpage>.admin-blog-section{z-index:1;position:relative}.admin-head h1{letter-spacing:-.7px;font-weight:900}.admin-head .eyebrow{color:var(--admin-accent);letter-spacing:.4px;font-weight:800}.admin-stat,.quick-card,.admin-dashboard-block,.admin-payments,.admin-users-card,.admin-blog-section{border:1px solid var(--admin-border);background:linear-gradient(145deg,#0f1d30fa,#08121ffa);box-shadow:0 18px 45px #0000002e}.admin-stat,.quick-card{transition:transform .18s,border-color .18s,box-shadow .18s}.admin-stat:hover,.quick-card:hover{border-color:#38bdf866;transform:translateY(-3px);box-shadow:0 22px 55px #00000040}.admin-stat .card-body{align-content:center;min-height:150px}.admin-stat h3,.quick-card h3{font-weight:800}.admin-stat strong{font-variant-numeric:tabular-nums;color:#f4f8fc;font-size:34px}.admin-stat span{color:var(--admin-accent)}.quick-card .card-body{min-height:132px}.quick-card span{filter:saturate(.7);opacity:.9}.quick-card small{color:#d7e5f3;background:#162942;border:1px solid #29435f}.admin-dashboard-block{border-radius:20px;margin-top:20px;padding:2px}.admin-dashboard-block>.section-title-row{padding:20px 22px 10px}.admin-dashboard-block>.section-title-row h2{font-size:24px;font-weight:900}.admin-dashboard-block>.section-title-row p{margin:0}.admin-subpage>.admin-head{border:1px solid var(--admin-border);background:linear-gradient(145deg,#0f1d30f5,#08121ff5);border-radius:20px;margin-bottom:18px;padding:18px 20px;box-shadow:0 18px 45px #00000029}.admin-subpage>.admin-head h1{margin-bottom:6px}.admin-users-card,.admin-blog-section{border-radius:20px;overflow:hidden}.admin-users-card>.card-body,.admin-blog-section>.card-body{padding:22px}.admin-users-title,.admin-blog-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-users-title h2,.admin-blog-header h2{margin:4px 0 7px;font-size:24px;font-weight:900}.admin-users-title p,.admin-blog-header p{max-width:760px;margin:0;line-height:1.9}.admin-users-summary{text-align:center;background:linear-gradient(145deg,#122842,#0d1c2f);border:1px solid #29435f;border-radius:15px;min-width:92px;padding:13px 16px}.admin-users-summary strong{color:#f3f7fb;font-size:28px;display:block}.admin-users-summary span{color:var(--admin-muted);font-size:12px}.admin-user-role-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 16px;display:grid}.admin-user-role-tab{appearance:none;border:1px solid var(--admin-border);color:var(--admin-muted);text-align:right;cursor:pointer;background:#0a1728;border-radius:14px;grid-template-columns:auto 1fr;align-items:center;column-gap:9px;padding:13px 12px;transition:all .18s;display:grid}.admin-user-role-tab span{grid-row:1/3;font-size:21px}.admin-user-role-tab strong{color:#e9f2fb;font-size:18px}.admin-user-role-tab small{font-size:11px}.admin-user-role-tab:hover,.admin-user-role-tab.active{color:#dcecf9;background:linear-gradient(145deg,#10253d,#0c1b2e);border-color:#38bdf880}.admin-user-role-tab.active{box-shadow:inset 0 -2px 0 var(--admin-accent)}.admin-users-toolbar{background:#091523;border:1px solid #1a2c40;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:10px 13px;font-size:13px;display:flex}.admin-users-card .table{min-width:700px}.admin-users-card .table th{color:#9fb2c7;font-size:12px}.admin-users-card .table td{vertical-align:middle}.admin-users-card .table tbody tr:hover{background:#38bdf809}.admin-users-card select{color:#e7eef8;background:#0b192a;border-color:#28415a;border-radius:9px;padding:8px 10px}.admin-phone-link{font-variant-numeric:tabular-nums;color:#b8d9f2}.admin-users-subtitle{margin:26px 0 10px;font-size:17px}.admin-password-box{background:#0a1727;border:1px solid #29435f;border-radius:16px;margin-top:16px}.admin-password-box .card-body{padding:17px}.admin-empty-state{text-align:center;color:var(--admin-muted);padding:22px}.admin-blog-tabs .btn{min-width:140px}.admin-blog-form textarea{min-height:120px}.admin-publish-toggle{background:#091523!important;border-color:#1f354b!important}.admin-blog-submit{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.admin-shell .btn-primary{background:linear-gradient(135deg,#2196d3,#2456d8);border-color:#55b2f159;box-shadow:0 8px 22px #2563eb2e}@media (max-width:760px){.admin-users-title,.admin-blog-header{grid-template-columns:1fr;display:grid}.admin-users-summary{width:max-content;min-width:84px}.admin-user-role-tabs{grid-template-columns:1fr 1fr}.admin-users-toolbar{display:grid}.admin-subpage>.admin-head{padding:17px 15px}.admin-dashboard-block>.section-title-row{padding:17px 15px 8px;display:block}.admin-dashboard-block>.section-title-row p{margin-top:6px}}@media (max-width:430px){.admin-users-card>.card-body,.admin-blog-section>.card-body{padding:15px}.admin-user-role-tabs{gap:8px}.admin-user-role-tab{padding:11px 9px}.admin-user-role-tab strong{font-size:16px}.admin-user-role-tab small{font-size:10px}}html:has(.admin-shell){scroll-behavior:auto!important}.admin-shell{color:#fff!important;scroll-behavior:auto!important}.admin-shell h1,.admin-shell h2,.admin-shell h3,.admin-shell h4,.admin-shell h5,.admin-shell h6,.admin-shell label,.admin-shell th,.admin-shell td,.admin-shell p,.admin-shell span,.admin-shell strong,.admin-shell small{color:inherit}.admin-shell .muted{color:#e2e8f0!important}.admin-shell .admin-sidebar-title,.admin-shell .admin-sidebar nav a,.admin-shell .admin-sidebar-bottom a,.admin-shell .admin-sidebar nav a:hover,.admin-shell .admin-sidebar-bottom a:hover{color:#fff!important}.admin-shell .admin-head p,.admin-shell .admin-dashboard-block .section-title-row p{color:#e2e8f0!important}.admin-shell .admin-users-card .table th,.admin-shell .admin-users-card .table td{color:#fff!important}.admin-shell .admin-users-card .admin-empty-state{color:#e2e8f0!important}.admin-shell input,.admin-shell textarea,.admin-shell select{color:#fff!important}.admin-shell input::placeholder,.admin-shell textarea::placeholder{opacity:1;color:#b9c7d8!important}.admin-shell .admin-user-role-tab{color:#fff!important}.admin-shell .admin-user-role-tab small{color:#dce6f1!important}.admin-shell .admin-phone-link{color:#d8edff!important}.admin-sidebar nav a{transition:none!important}.admin-sidebar nav a:active{transform:none!important}.admin-menu-toggle,.admin-shell .btn{transition:none!important}@media (prefers-reduced-motion:no-preference){.admin-shell *{scroll-behavior:auto!important}}.account-page .actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.account-page .actions .btn{text-align:center;border-radius:14px;justify-content:center;align-items:center;min-height:58px;transition:background .18s,border-color .18s,color .18s,transform .18s;display:flex;color:#dbe8f5!important;box-shadow:none!important;background:#0b1a2d!important;border:1px solid #263d57!important}.account-page .actions .btn:hover{transform:translateY(-1px);color:#f5f9fd!important;background:#102640!important;border-color:#3b668e!important}.account-page .actions .btn-primary{color:#fff!important;background:#1769a8!important;border-color:#2c82c2!important;box-shadow:0 7px 18px #1769a82e!important}.account-page .actions .btn-primary:hover{background:#1d79bd!important;border-color:#4696cc!important}@media (max-width:760px){.account-page .actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:430px){.account-page .actions{grid-template-columns:1fr;gap:8px}.account-page .actions .btn{min-height:52px}}.admin-shell .btn-primary{color:#fff!important;background:#1769a8!important;border:1px solid #2b80bd!important;box-shadow:0 6px 18px #1769a829!important}.admin-shell .btn-primary:hover{transform:translateY(-1px);filter:none!important;background:#1d78b7!important;border-color:#3a91ca!important}.admin-shell .btn:not(.btn-primary):not(.btn-danger){color:#dbe8f5!important;box-shadow:none!important;background:#0b1a2d!important;border:1px solid #263d57!important}.admin-shell .btn:not(.btn-primary):not(.btn-danger):hover{color:#fff!important;background:#102640!important;border-color:#3b668e!important}.admin-shell select{appearance:none;min-height:44px;color:#e8f1fa!important;background-color:#091827!important;background-image:linear-gradient(45deg,#0000 50%,#8fa7bf 50%),linear-gradient(135deg,#8fa7bf 50%,#0000 50%)!important;background-position:calc(100% - 16px),calc(100% - 10px)!important;background-repeat:no-repeat!important;background-size:6px 6px,6px 6px!important;border:1px solid #29435d!important;border-radius:12px!important;padding:10px 36px 10px 12px!important}.admin-shell select:focus{border-color:#3b82c4!important;box-shadow:0 0 0 3px #3b82c41a!important}.admin-shell option{color:#e8f1fa;background:#0b192a}.admin-shell input[type=file]{min-height:46px;color:#b9c8d8!important;background:#091827!important;border:1px solid #29435d!important;border-radius:12px!important;padding:7px!important}.admin-shell input[type=file]::file-selector-button{color:#e5eef7;cursor:pointer;background:#122943;border:1px solid #31516e;border-radius:9px;margin-left:10px;padding:8px 13px}.jalali-datetime input[type=text],.jalali-datetime input[type=time]{color:#e8f1fa!important;background:#091827!important;border:1px solid #29435d!important;border-radius:12px!important}.jalali-datetime small{color:#8fa7bf!important}.admin-shell .btn-primary,.admin-shell button.btn-primary,.admin-shell a.btn-primary{color:#f3f7fa!important;background:#23445f!important;border:1px solid #355f7d!important;box-shadow:0 5px 16px #00000029!important}.admin-shell .btn-primary:hover,.admin-shell button.btn-primary:hover,.admin-shell a.btn-primary:hover{transform:translateY(-1px);filter:none!important;background:#2a526f!important;border-color:#4a7694!important;box-shadow:0 7px 18px #0003!important}.admin-shell .btn{min-height:44px;border-radius:12px!important}.admin-shell .field label{font-weight:700;color:#d9e5f0!important}.admin-shell .field small,.admin-shell .muted{color:#91a6bb!important}.admin-shell input,.admin-shell textarea,.admin-shell select,.admin-shell .jalali-datetime input{color:#e8f1fa!important;box-shadow:none!important;background:#081729!important;border:1px solid #263e57!important}.admin-shell input:focus,.admin-shell textarea:focus,.admin-shell select:focus,.admin-shell .jalali-datetime input:focus{border-color:#4b718b!important;outline:none!important;box-shadow:0 0 0 3px #4b718b1c!important}.admin-shell select{color:#dfe8ef!important;background-color:#081729!important;background-image:linear-gradient(45deg,#0000 50%,#71879a 50%),linear-gradient(135deg,#71879a 50%,#0000 50%)!important;background-position:calc(100% - 16px),calc(100% - 10px)!important;background-repeat:no-repeat!important;background-size:6px 6px,6px 6px!important}.admin-shell select option{color:#e6eef5!important;background:#0b1b2d!important}.admin-shell input[type=file]{color:#aebfd0!important;background:#081729!important;border-color:#263e57!important}.admin-shell input[type=file]::file-selector-button{color:#dce8f2!important;background:#10253a!important;border:1px solid #31526f!important;border-radius:9px!important;padding:8px 13px!important}.admin-shell input[type=file]::file-selector-button:hover{background:#16324c!important}.admin-shell .admin-dashboard-block,.admin-shell .admin-payments,.admin-shell .admin-manage-card,.admin-shell .admin-users-card,.admin-shell .admin-blog-section{border-color:#20364e!important}.admin-shell .actions{gap:10px}@media (max-width:600px){.admin-shell .btn-primary,.admin-shell button.btn-primary{min-height:48px}}.product-card.is-unavailable{opacity:.82}.product-card.is-unavailable .product-image,.is-unavailable .product-image{position:relative}.availability-badge{z-index:2;color:#ffdbe1;background:#3a1820;border:1px solid #6d3340;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800;position:absolute;top:12px;right:12px;box-shadow:0 6px 16px #0003}.product-card.is-unavailable .btn:disabled{cursor:not-allowed;opacity:.75}.admin-subpage{padding-top:10px}.admin-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid;position:relative}.admin-editor-message{grid-column:1/-1;margin:0}.admin-editor-grid .admin-manage-card{margin:0}.course-card-actions{padding-top:0!important}.course-card-actions .btn{justify-content:center;width:100%}.course-detail-actions{flex-wrap:wrap;margin:18px 0 24px;display:flex}@media (max-width:900px){.admin-editor-grid{grid-template-columns:1fr}}@media (max-width:600px){.course-detail-actions .btn{width:100%}.admin-editor-grid{gap:12px}}
