@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--mr-bg-dark: #0a0e17;--mr-bg-light: #f8fafc;--mr-card-dark: #1e293b;--mr-card-light: #ffffff;--mr-maroon: #7f1d1d;--mr-maroon-dark: #450a0a;--mr-red: #dc2626;--mr-red-glow: rgba(220, 38, 38, .4);--mr-blue: #2563eb;--mr-navy: #0f172a;--text-main: #f1f5f9;--text-muted: #94a3b8;--border-dark: #334155;--font-family: "Inter", sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family);background:var(--mr-bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}h1,h2,h3,h4,p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-weight:600;font-size:1rem;border-radius:99px;cursor:pointer;border:none;transition:all .2s ease}.btn-red{background:linear-gradient(90deg,#991b1b,#dc2626);color:#fff;box-shadow:0 4px 15px var(--mr-red-glow)}.btn-red:hover{background:linear-gradient(90deg,#7f1d1d,#b91c1c);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-dark);background:transparent;color:var(--text-main)}.btn-outline:hover{background:#ffffff0d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.w-full{width:100%}.h-full{height:100%}.admin-layout{display:flex;min-height:100vh;background:#111;color:#fff}.admin-sidebar{width:250px;background:#000;border-right:1px solid #222;padding:1.5rem 1rem;display:flex;flex-direction:column}.admin-nav-item{padding:12px 16px;margin-bottom:8px;border-radius:8px;color:#a1a1aa;font-weight:500;transition:.2s;cursor:pointer}.admin-nav-item:hover,.admin-nav-item.active{background:linear-gradient(90deg,#7f1d1d,#450a0a);color:#fff}.admin-main{flex:1;padding:2rem;background:#18191a}.admin-card{background:#242526;border-radius:8px;overflow:hidden;border:1px solid #333}.admin-card-header{background:#1e3a8a;padding:12px 16px;font-size:.9rem;font-weight:500;color:#fff}.admin-card-content{padding:16px}.customer-layout{display:flex;min-height:100vh;background:#18191a}.customer-sidebar{width:240px;background:#3e0c0c;display:flex;flex-direction:column}.customer-nav-item{padding:14px 24px;color:#f1f5f9;font-weight:500;transition:.2s;display:flex;align-items:center;gap:12px}.customer-nav-item.active{background:#18191a;border-radius:20px 0 0 20px;margin-left:12px;color:#dc2626}.customer-main{flex:1;padding:2.5rem}.customer-card{background:#242526;border-radius:12px;border:1px solid #333;padding:20px}input:focus{outline:none;border-color:#3b82f6!important}
