@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--primary:#6d28d9;--primary2:#2563eb;--accent:#f97316;--green:#10b981;--pink:#ec4899;--dark:#111827;--muted:#64748b;--soft:#f8fafc;--card:#ffffff;--radius:22px;--shadow:0 18px 45px rgba(15,23,42,.10)}
*{box-sizing:border-box} body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#fff7ed 0%,#eef2ff 48%,#ecfeff 100%);color:#0f172a;min-height:100vh}.container-fluid{max-width:100%}.main-panel{padding:28px!important}.page-title{font-size:30px;font-weight:800;margin:0}.page-subtitle{color:var(--muted);font-size:14px}.glass-card,.card{border:0!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(10px)}.card-header{background:transparent!important;border-bottom:1px solid #e5e7eb!important;font-weight:800}.form-control,.form-select{border-radius:14px!important;border:1px solid #dbe3ef!important;padding:12px 14px!important}.form-control:focus,.form-select:focus{border-color:#8b5cf6!important;box-shadow:0 0 0 .2rem rgba(139,92,246,.15)!important}label{font-weight:700;margin-bottom:6px;color:#334155}.btn{border-radius:14px!important;font-weight:800;padding:11px 18px!important;border:0!important}.btn-primary{background:linear-gradient(135deg,#7c3aed,#2563eb)!important}.btn-success{background:linear-gradient(135deg,#10b981,#059669)!important}.btn-warning{background:linear-gradient(135deg,#f59e0b,#f97316)!important;color:white!important}.btn-danger{background:linear-gradient(135deg,#ef4444,#db2777)!important}.btn-outline-primary{border:1px solid #7c3aed!important;color:#6d28d9!important;background:white!important}.table{border-collapse:separate;border-spacing:0 10px}.table thead th{background:#eef2ff!important;color:#3730a3!important;border:0!important;padding:14px}.table tbody tr{box-shadow:0 10px 25px rgba(15,23,42,.06);border-radius:16px}.table tbody td{background:white!important;border:0!important;padding:14px;vertical-align:middle}.table tbody td:first-child{border-radius:16px 0 0 16px}.table tbody td:last-child{border-radius:0 16px 16px 0}.stat-card{position:relative;overflow:hidden;color:white;border-radius:24px;padding:26px;min-height:160px;box-shadow:var(--shadow)}.stat-card:after{content:'';position:absolute;right:-35px;top:-35px;width:130px;height:130px;border-radius:50%;background:rgba(255,255,255,.22)}.stat-card h6{font-size:14px;text-transform:uppercase;letter-spacing:.08em;opacity:.9}.stat-card h2{font-size:38px;font-weight:900;margin-top:12px}.stat-purple{background:linear-gradient(135deg,#7c3aed,#4f46e5)}.stat-orange{background:linear-gradient(135deg,#f97316,#ec4899)}.stat-green{background:linear-gradient(135deg,#10b981,#0891b2)}.stat-blue{background:linear-gradient(135deg,#2563eb,#06b6d4)}.quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.quick-card{display:flex;align-items:center;gap:14px;text-decoration:none;color:#111827;background:white;border-radius:20px;padding:18px;box-shadow:var(--shadow);transition:.2s}.quick-card:hover{transform:translateY(-3px);color:#111827}.quick-icon{height:48px;width:48px;border-radius:16px;display:grid;place-items:center;color:white;font-size:22px;background:linear-gradient(135deg,#7c3aed,#2563eb)}.app-shell .sidebar{background:transparent!important}.app-sidebar{min-height:100vh;background:linear-gradient(180deg,#2e1065,#1e1b4b 55%,#0f172a)!important;color:white;border-radius:0 28px 28px 0;padding:16px;box-shadow:16px 0 40px rgba(30,27,75,.20)}.app-brand{border-bottom:1px solid rgba(255,255,255,.12)!important;padding:16px 12px 18px!important;margin-bottom:8px}.brand-logo{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#f97316,#facc15);display:grid;place-items:center;font-size:24px;margin-bottom:10px}.app-sidebar a{border:0!important;border-radius:16px;margin:7px 0;color:#e0e7ff!important;font-weight:700;padding:12px 14px!important}.app-sidebar a:hover,.app-sidebar a.active{background:rgba(255,255,255,.16)!important;color:white!important;transform:translateX(2px)}.app-topbar{display:none!important}.login-hero{min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at top left,#fed7aa 0,#fff7ed 26%,transparent 46%),radial-gradient(circle at bottom right,#c7d2fe 0,#eef2ff 28%,transparent 50%)}.login-card{border-radius:30px!important;overflow:hidden}.trust-badge{display:inline-block;background:linear-gradient(135deg,#f97316,#dc2626);color:white;border-radius:999px;padding:8px 14px;font-weight:800;font-size:12px}.public-hero{background:linear-gradient(135deg,#7c2d12,#dc2626 45%,#f97316);color:white;border-radius:0 0 38px 38px;padding:42px 0}.amount-chip{border:2px solid #fed7aa;background:#fff7ed;border-radius:18px;padding:14px;font-weight:900;cursor:pointer;text-align:center}.amount-chip:hover{background:#ffedd5;transform:translateY(-2px)}.section-title{font-weight:900}.alert{border:0;border-radius:18px}@media(max-width:767px){.main-panel{padding:18px!important}.app-sidebar{min-height:auto!important;border-radius:0 0 24px 24px;padding:10px;display:flex;flex-wrap:wrap;gap:6px}.app-brand{display:none!important}.app-sidebar a{display:inline-block!important;margin:2px!important;padding:9px 11px!important;font-size:13px}.stat-card{min-height:120px}.page-title{font-size:24px}.table{font-size:13px}}@media print{.sidebar,.app-sidebar,.app-topbar,.no-print,.btn{display:none!important}.main-panel,.col-md-10{width:100%!important;padding:0!important}.card{box-shadow:none!important;border:1px solid #ddd!important}}
