@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#ec4899;--secondary-hover:#db2777;--bg-gradient-start:#0f172a;--bg-gradient-end:#1e1b4b;--surface:#ffffff0d;--surface-border:#ffffff1a;--surface-hover:#ffffff14;--text-main:#f8fafc;--text-muted:#94a3b8;--error:#ef4444;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg, var(--bg-gradient-start), var(--bg-gradient-end));color:var(--text-main);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;overflow:hidden}.bg-bubble{filter:blur(80px);z-index:-1;opacity:.4;border-radius:50%;position:fixed}.bg-bubble-1{background:var(--primary);width:400px;height:400px;animation:10s infinite alternate float;top:-100px;left:-100px}.bg-bubble-2{background:var(--secondary);width:300px;height:300px;animation:12s infinite alternate-reverse float;bottom:-50px;right:-50px}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-50px)scale(1.1)}}.auth-container{background:var(--surface);-webkit-backdrop-filter:blur(16px);border:1px solid var(--surface-border);border-radius:24px;width:100%;max-width:420px;padding:2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp;box-shadow:0 25px 50px -12px #00000080}.admin-layout{width:100vw;height:100vh;animation:.4s forwards fadeIn;display:flex}.sidebar{-webkit-backdrop-filter:blur(20px);border-right:1px solid var(--surface-border);z-index:10;background:#0f172a99;flex-direction:column;flex-shrink:0;width:280px;display:flex}.sidebar-header{border-bottom:1px solid var(--surface-border);align-items:center;gap:.75rem;height:72px;padding:0 1.5rem;display:flex}.nav-menu{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.nav-item{width:100%;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-main);background:var(--surface-hover)}.nav-item.active{color:var(--text-main);background:#4f46e526;border:1px solid #4f46e54d}.nav-item.active svg{color:#818cf8}.nav-divider{background:var(--surface-border);height:1px;margin:1rem 0}.sidebar-footer{border-top:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.user-profile{align-items:center;gap:.75rem;display:flex}.avatar{background:linear-gradient(135deg, var(--secondary), var(--primary));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex;box-shadow:0 4px 10px #0000004d}.user-info{flex-direction:column;display:flex}.user-name{color:var(--text-main);font-size:.875rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.75rem}.main-content{background:#0000001a;flex-direction:column;flex:1;display:flex;position:relative}.topbar{border-bottom:1px solid var(--surface-border);-webkit-backdrop-filter:blur(12px);z-index:5;background:#0f172a66;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex}.topbar-actions{align-items:center;gap:1rem;display:flex}.search-bar{border:1px solid var(--surface-border);background:#0003;border-radius:20px;align-items:center;gap:.5rem;width:250px;padding:.5rem 1rem;display:flex}.search-bar input{color:var(--text-main);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.875rem}.search-bar input::placeholder{color:var(--text-muted)}.icon-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.icon-btn:hover{background:var(--surface-hover);color:var(--text-main)}.btn-logout-icon{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.btn-logout-icon:hover{color:var(--error);background:#ef44441a;border:1px solid #ef444433}.content-scroll-area{flex:1;padding:2rem;overflow-y:auto}.dashboard-container-full{width:100%;max-width:1200px;margin:0 auto}.dashboard-header-simple{margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.stat-card{background:var(--surface);-webkit-backdrop-filter:blur(16px);border:1px solid var(--surface-border);border-radius:16px;padding:1.5rem;transition:transform .2s,background .2s}.stat-card:hover{background:var(--surface-hover);transform:translateY(-4px)}.form-group{margin-bottom:1.5rem;position:relative}.form-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{border:1px solid var(--surface-border);width:100%;color:var(--text-main);background:#0003;border-radius:12px;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}input[type=date]::-webkit-calendar-picker-indicator{filter:invert()}.form-input:focus{border-color:var(--primary);background:#0000004d;box-shadow:0 0 0 4px #4f46e51a}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;box-shadow:0 4px 15px #4f46e54d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.logo-container{text-align:center;margin-bottom:2rem}.logo-icon{background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:inline-flex;box-shadow:0 8px 20px #4f46e54d}.logo-icon-small{background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #4f46e54d}.title{letter-spacing:-.025em;background:linear-gradient(90deg,#fff,#94a3b8);color:#0000;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.subtitle{color:var(--text-muted);font-size:.875rem}.error-message{color:var(--error);text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.report-card{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:20px;animation:.5s ease-out forwards slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.report-header{border-bottom:1px solid var(--surface-border);background:#0f172a66;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.report-table-wrapper{scrollbar-width:thin;scrollbar-color:var(--primary) transparent;overflow:auto hidden}.report-table-wrapper::-webkit-scrollbar{height:8px}.report-table-wrapper::-webkit-scrollbar-track{background:#ffffff05;border-radius:4px}.report-table-wrapper::-webkit-scrollbar-thumb{background:#4f46e580;border-radius:4px}.premium-table{border-collapse:separate;border-spacing:0;text-align:right;width:100%;min-width:800px}.premium-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--surface-border);white-space:nowrap;background:#0000004d;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.premium-table th:first-child{text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;border-right:1px solid var(--surface-border);background:#0f172af2;position:sticky;left:0}.premium-table td{color:var(--text-main);border-bottom:1px solid #ffffff08;padding:1rem 1.5rem;font-size:.9rem;transition:all .2s}.premium-table td:first-child{text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;border-right:1px solid var(--surface-border);background:#0f172af2;font-weight:500;position:sticky;left:0}.premium-table tbody tr{transition:background .2s,transform .2s}.premium-table tbody tr:hover td{background:#ffffff0d}.premium-table tbody tr:hover td:first-child{background:#1e293bf2}.col-grand-total{color:#a5b4fc!important;background:#4f46e514!important;font-weight:700!important}.premium-table tfoot td{border-top:2px solid var(--primary);color:#fff;background:#0006;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700}.premium-table tfoot td:first-child{border-right:1px solid var(--surface-border);background:#0009}.premium-table tfoot .col-grand-total{color:#fff!important;background:#4f46e533!important}.premium-filters{border-bottom:1px solid var(--surface-border);background:#00000026;flex-wrap:wrap;gap:1.5rem;padding:1.5rem 2rem;display:flex}.premium-filters .form-group{flex:1;min-width:180px;margin-bottom:0}
