:root{
  --ax-primary:#2563eb;
  --ax-primary-2:#4f46e5;
  --ax-bg:#f8fafc;
  --ax-card:#ffffff;
  --ax-text:#172033;
  --ax-muted:#94a3b8;
  --ax-border:#e7ebf1;
  --ax-success:#16a34a;
  --ax-danger:#ef4444;
  --ax-radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body:not(.admin-body){background:var(--ax-bg)!important;color:var(--ax-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
body:not(.admin-body) header{background:#fff!important;border-color:var(--ax-border)!important;box-shadow:0 1px 8px rgba(15,23,42,.06)!important}
body:not(.admin-body) input,body:not(.admin-body) textarea,body:not(.admin-body) select{border-color:var(--ax-border)!important;background:#fff!important;color:var(--ax-text)!important;border-radius:18px!important}
body:not(.admin-body) input:focus,body:not(.admin-body) textarea:focus,body:not(.admin-body) select:focus{border-color:#93c5fd!important;box-shadow:0 0 0 4px rgba(37,99,235,.10)!important}
body:not(.admin-body) .bg-white{background:#fff!important}
body:not(.admin-body) .border-slate-200{border-color:var(--ax-border)!important}
body:not(.admin-body) .text-slate-900{color:var(--ax-text)!important}
body:not(.admin-body) .text-slate-700{color:#475569!important}
body:not(.admin-body) .text-slate-400{color:#9aa6b5!important}
body:not(.admin-body) .bg-slate-100{background:#f8fafc!important}
body:not(.admin-body) .bg-blue-600{background:var(--ax-primary)!important}
body:not(.admin-body) .text-blue-600{color:var(--ax-primary)!important}
body:not(.admin-body) .hover\\:bg-blue-700:hover{background:#1d4ed8!important}
body:not(.admin-body) .shadow-sm,body:not(.admin-body) .shadow-md{box-shadow:0 8px 28px rgba(15,23,42,.07)!important}
body:not(.admin-body) .rounded-3xl{border-radius:24px!important}
body:not(.admin-body) .rounded-2xl{border-radius:20px!important}
body:not(.admin-body) .rounded-xl{border-radius:16px!important}
body:not(.admin-body) .grid.grid-cols-2{gap:14px!important}
body:not(.admin-body) .grid.grid-cols-2>div{border-radius:24px!important;overflow:hidden!important}
body:not(.admin-body) .grid.grid-cols-2>div img{background:#eef2f7}
body:not(.admin-body) .fixed.bottom-0{background:rgba(255,255,255,.96)!important;border-color:var(--ax-border)!important;backdrop-filter:blur(16px)!important}
body:not(.admin-body) button,body:not(.admin-body) a.bg-blue-600{transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
body:not(.admin-body) button:active,body:not(.admin-body) a.bg-blue-600:active{transform:scale(.98)}
.axmir-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--ax-border)}
.axmir-brand{display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none}
.axmir-brand img{width:52px;height:52px;object-fit:contain;border-radius:14px}
.axmir-brand-mark{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#2563eb);color:#fff;font-size:28px;font-weight:900;box-shadow:0 8px 18px rgba(37,99,235,.18)}
.axmir-brand-name{font-size:23px;font-weight:900;color:#2563eb;white-space:nowrap;line-height:1}
.axmir-lang{display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid var(--ax-border);border-radius:18px;background:#fff;color:#475569;font-weight:800;white-space:nowrap}
.axmir-menu-btn{width:46px;height:46px;border:0;background:transparent;color:#475569;font-size:28px;display:grid;place-items:center}
.axmir-drawer{position:fixed;inset:0;z-index:80;visibility:hidden;pointer-events:none}
.axmir-drawer.open{visibility:visible;pointer-events:auto}
.axmir-drawer-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45);opacity:0;transition:.25s}
.axmir-drawer.open .axmir-drawer-backdrop{opacity:1}
.axmir-drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(88vw,420px);background:#fff;transform:translateX(-100%);transition:.3s;overflow:auto;box-shadow:20px 0 50px rgba(15,23,42,.16);padding:20px}
.axmir-drawer.open .axmir-drawer-panel{transform:translateX(0)}
.axmir-wallet-card{padding:26px;border-radius:30px;background:linear-gradient(110deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 18px 35px rgba(37,99,235,.20);margin:18px 0 28px}
.axmir-wallet-card .label{font-size:12px;letter-spacing:.12em;font-weight:900;opacity:.8;text-transform:uppercase}
.axmir-wallet-card .name{font-size:27px;font-weight:900;margin-top:8px}
.axmir-wallet-card .handle{font-size:15px;opacity:.8;margin-top:2px}
.axmir-wallet-row{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.22)}
.axmir-nav-title{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#9aa6b5;font-weight:900;margin:22px 0 8px}
.axmir-drawer-link{display:flex;align-items:center;gap:16px;padding:14px 8px;color:#334155;text-decoration:none;font-size:17px;font-weight:800;border-radius:14px}
.axmir-drawer-link:hover{background:#f8fafc}
.axmir-drawer-link .ico{width:32px;text-align:center;color:#f59e0b;font-size:22px}
.axmir-search-wrap{padding:30px 16px 20px;background:#f8fafc;border-bottom:1px solid var(--ax-border)}
.axmir-search{display:flex;gap:12px;max-width:920px;margin:auto}
.axmir-search input{height:72px;flex:1;padding:0 22px;font-size:17px;border-radius:24px!important}
.axmir-search button{height:72px;padding:0 32px;border:0;border-radius:24px;background:#2563eb;color:#fff;font-size:17px;font-weight:900}
.axmir-chips{display:flex;gap:14px;overflow:auto;padding:16px 0 6px;max-width:920px;margin:auto}
.axmir-chip{flex:0 0 auto;padding:13px 25px;border-radius:24px;background:#f1f5f9;color:#475569;text-decoration:none;font-weight:800;font-size:15px}
.axmir-chip.active{background:#2563eb;color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.2)}
.axmir-section-title{font-size:25px;font-weight:900;margin:22px 0 16px}
.axmir-product-card{background:#fff;border:1px solid var(--ax-border);border-radius:28px!important;box-shadow:0 8px 25px rgba(15,23,42,.06)!important;overflow:hidden}
.axmir-product-card .pinfo{padding:18px}
.axmir-product-card h3{font-size:18px!important;line-height:1.35!important;height:auto!important;min-height:48px}
.axmir-product-card .price{font-size:20px;font-weight:900;color:#2563eb}
.axmir-product-card .old{font-size:14px;color:#9aa6b5;text-decoration:line-through;font-weight:700}
.axmir-product-card .pbtn{margin:0 18px 18px;padding:14px;border-radius:18px;background:#2563eb;color:#fff;text-align:center;font-weight:900;text-decoration:none;display:block}
.axmir-product-card .pbtn:hover{background:#1d4ed8}

/* ADMIN */
body.admin-body{background:#05070b!important;color:#f8fafc!important}
.admin-body .admin-shell{min-height:100vh;background:#05070b}
.admin-body #sidebar{background:#0b0d12!important;border-right:1px solid #1e232d!important;width:270px!important}
.admin-body #sidebar nav a{border-radius:15px!important;color:#aeb7c5!important;font-size:14px!important;padding:13px 15px!important}
.admin-body #sidebar nav a:hover{background:#141821!important;color:#fff!important}
.admin-body #sidebar nav a[class*="bg-amber-400"]{background:#2563eb!important;color:#fff!important;box-shadow:0 10px 24px rgba(37,99,235,.24)!important}
.admin-body .admin-main{background:#05070b!important}
.admin-body .admin-topbar{background:#0b0d12!important;border:1px solid #1e232d!important;border-radius:20px!important}
.admin-body .admin-card{background:#0f1218!important;border:1px solid #202630!important;border-radius:22px!important;box-shadow:none!important}
.admin-body input,.admin-body textarea,.admin-body select{background:#090c11!important;border:1px solid #252b35!important;color:#f8fafc!important;border-radius:14px!important}
.admin-body input:focus,.admin-body textarea:focus,.admin-body select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px rgba(59,130,246,.12)!important}
.admin-body table{border-collapse:separate;border-spacing:0 8px}
.admin-body tbody tr{background:#0f1218}
.admin-body tbody td{border-top:1px solid #202630;border-bottom:1px solid #202630}
.admin-body .admin-stat{background:#11151b!important;border:1px solid #202630!important;border-radius:22px!important}
.admin-body .admin-stat .accent{color:#4ade80!important}
.admin-body .bg-slate-950{background:#0b0d12!important}
.admin-body .bg-slate-900{background:#0f1218!important}
.admin-body .border-slate-800{border-color:#202630!important}
.admin-body .text-slate-400{color:#8994a5!important}
.admin-body .text-slate-300{color:#b8c1ce!important}
.admin-body .text-amber-400{color:#60a5fa!important}
.admin-body .bg-amber-400{background:#2563eb!important}
.admin-body .text-slate-950{color:#fff!important}
.admin-body .bg-emerald-500\/20{background:rgba(34,197,94,.12)!important}
.admin-body .admin-settings-tabs{display:flex;gap:8px;overflow:auto;padding:4px;margin-bottom:18px}
.admin-body .admin-settings-tabs button{border:1px solid #252b35;background:#0f1218;color:#9aa6b5;padding:11px 16px;border-radius:14px;font-weight:800;white-space:nowrap;cursor:pointer}
.admin-body .admin-settings-tabs button.active{background:#2563eb;color:#fff;border-color:#2563eb}
.admin-body .settings-anchor{scroll-margin-top:20px}
@media(max-width:640px){
 .axmir-brand-name{font-size:19px}.axmir-brand-mark,.axmir-brand img{width:44px;height:44px}.axmir-lang{padding:9px 11px}.axmir-search{gap:10px}.axmir-search input,.axmir-search button{height:58px}.axmir-search button{padding:0 20px}.axmir-section-title{font-size:22px}
 .admin-body #sidebar{width:285px!important}
}
