@font-face{font-family:PraxUI;src:local("Tahoma");font-display:swap}*{box-sizing:border-box}body{margin:0;font-family:PraxUI,Tahoma,Arial,sans-serif;background:#f5f9ff;color:#102044;direction:rtl}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid #e8eef8}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:#092665}.brand svg{width:42px;height:42px}.navlinks{display:flex;gap:28px;font-size:14px;color:#4c5d78}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d9e4f5;border-radius:14px;padding:12px 18px;background:#fff;color:#17345d;font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(38,117,255,.12)}.btn.primary{background:linear-gradient(135deg,#0f6dff,#16c8ef);border:0;color:#fff}.btn.dark{background:#0b1930;color:#fff;border:0}.btn.gold{background:#eacb96;border:0;color:#2f2414}.hero{padding:48px 0 28px}.hero-card{background:linear-gradient(135deg,#fff 0%,#f4f9ff 100%);border:1px solid #e4edf9;border-radius:32px;box-shadow:0 22px 60px rgba(10,45,90,.09);overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;min-height:440px}.hero-copy{padding:68px 58px}.eyebrow{color:#167cff;font-weight:900;margin-bottom:18px}.hero h1{font-size:44px;line-height:1.65;margin:0 0 12px;color:#0d244c}.hero h1 span{color:#0f78ff}.muted{color:#64748b;line-height:2}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 35% 35%,#ddecff,transparent 44%)}.server-illu{width:330px;height:260px;border-radius:34px;background:linear-gradient(145deg,#f7fbff,#d7e8ff);box-shadow:inset 0 -20px 50px rgba(0,77,180,.08),0 30px 70px rgba(21,100,220,.18);display:flex;align-items:center;justify-content:center}.server-stack{width:150px}.server-row{height:48px;margin:10px;border-radius:12px;background:linear-gradient(90deg,#0b2b66,#1d88ff);box-shadow:0 12px 28px rgba(25,91,200,.25)}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.mini-card,.card{background:#fff;border:1px solid #e3ecf8;border-radius:20px;box-shadow:0 12px 34px rgba(11,43,102,.06)}.mini-card{padding:18px;display:flex;gap:12px;align-items:center}.icon{width:42px;height:42px;border-radius:14px;background:#eef6ff;display:inline-flex;align-items:center;justify-content:center;color:#0b7dff}.section{padding:44px 0}.section-head{text-align:center;margin-bottom:24px}.section-head h2{margin:0;color:#0d244c;font-size:28px}.grid{display:grid;gap:20px}.grid.products{grid-template-columns:repeat(4,1fr)}.product-card{padding:22px;text-align:center;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 25px 60px rgba(11,43,102,.12)}.product-card .picon{font-size:42px;margin-bottom:14px}.price{font-size:24px;font-weight:900;color:#0b5fe8}.footer{background:#07162c;color:#d8e6ff;margin-top:45px;padding:42px 0}.footer .grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer h3{color:#fff}.admin-layout,.user-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f5f8fd}.sidebar{background:#061935;color:#dbe8ff;padding:24px;position:sticky;top:0;height:100vh}.sidebar .brand{color:#fff;margin-bottom:28px}.side-menu{display:flex;flex-direction:column;gap:8px}.side-menu a{padding:13px 16px;border-radius:14px;color:#d6e7ff}.side-menu a.active,.side-menu a:hover{background:linear-gradient(135deg,#0d65ff,#14c2ef);color:#fff}.main{padding:28px}.top-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:20px}.stat b{font-size:26px;color:#0d244c}.panel{background:#fff;border:1px solid #e3ecf8;border-radius:24px;box-shadow:0 16px 45px rgba(11,43,102,.06);padding:22px;margin-bottom:18px}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:14px;border-bottom:1px solid #edf2fa;text-align:right}.table th{color:#607089;font-size:13px;background:#f8fbff}.badge{border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800;display:inline-block}.badge.success{background:#e7f9ef;color:#0b8e49}.badge.warning{background:#fff5dc;color:#a96900}.badge.danger{background:#ffe8e8;color:#c62828}.badge.muted{background:#edf2f7;color:#596b82}.form{display:grid;gap:14px}.input,select,textarea{width:100%;border:1px solid #dce7f6;border-radius:14px;padding:12px 14px;font-family:inherit;background:#fff;color:#12233f}textarea{min-height:120px}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 25% 20%,#dcedff,transparent 38%),#f6faff}.auth-card{width:min(430px,calc(100% - 30px));padding:32px}.alert{padding:12px 14px;border-radius:14px;margin:10px 0}.alert.success{background:#e7f9ef;color:#0b8e49}.alert.error{background:#ffe8e8;color:#c62828}.filters{display:grid;grid-template-columns:260px 1fr;gap:22px}.product-list{grid-template-columns:repeat(3,1fr)}.order-box{position:sticky;top:96px}.tabs{display:flex;gap:10px;flex-wrap:wrap}.tab{background:#f1f6ff;padding:9px 14px;border-radius:12px;color:#396087}@media(max-width:900px){.hero-card,.filters,.admin-layout,.user-layout,.footer .grid{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.feature-row,.grid.products,.product-list,.stat-grid,.two,.three{grid-template-columns:1fr}.navlinks{display:none}.hero-copy{padding:32px}.hero h1{font-size:30px}}
