@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#ec4899;--secondary-hover:#db2777;--bg-gradient-start:#f8fafc;--bg-gradient-end:#e2e8f0;--surface:#ffffffd9;--surface-border:#0000001a;--surface-hover:#00000008;--text-main:#0f172a;--text-muted:#475569;--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:100dvh;font-family:Outfit,-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:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:420px;padding:2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.admin-layout{width:100vw;height:100dvh;animation:.4s forwards fadeIn;display:flex}.sidebar{z-index:10;background:#fff;border-right:1px solid #e2e8f0;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:1.05rem;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:1rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.85rem}.main-content{background:#f8fafc;flex-direction:column;flex:1;display:flex;position:relative}.topbar{z-index:5;background:#fff;border-bottom:1px solid #e2e8f0;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{background:#fff;border:1px solid #cbd5e1;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:1rem}.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:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d}.stat-card:hover{background:var(--surface-hover);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.form-group{margin-bottom:1.5rem;position:relative}.form-label{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem;font-weight:500;display:block}.form-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0);cursor:pointer}.form-input:focus{border-color:var(--primary);background:#fffc;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,#0f172a,#475569);color:#0000;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.subtitle{color:var(--text-muted);font-size:1rem}.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:1rem}.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:#fff;border:1px solid #e2e8f0;border-radius:20px;animation:.5s ease-out forwards slideUp;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.report-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;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:#0000000d;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:#475569;white-space:nowrap;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.85rem;font-weight:600}.premium-table th:first-child{text-align:left;z-index:2;background:#f1f5f9;border-right:1px solid #e2e8f0;position:sticky;left:0}.premium-table td{color:var(--text-main);border-bottom:1px solid #0000000d;padding:1rem 1.5rem;font-size:1rem;transition:all .2s}.premium-table td:first-child{text-align:left;z-index:1;background:#fff;border-right:1px solid #e2e8f0;font-weight:500;position:sticky;left:0}.premium-table tbody tr{transition:background .2s,transform .2s}.premium-table tbody tr:hover td{background:#00000005}.premium-table tbody tr:hover td:first-child{background:#f8fafc}.col-grand-total{color:var(--primary)!important;background:#4f46e514!important;font-weight:700!important}.premium-table tfoot td{border-top:2px solid var(--primary);color:var(--text-main);background:#f1f5f9e6;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:#e2e8f0e6}.premium-table tfoot .col-grand-total{color:var(--primary-hover)!important;background:#4f46e533!important}.premium-filters{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:1.5rem;padding:1.5rem 2rem;display:flex}.premium-filters .form-group{flex:1;min-width:180px;margin-bottom:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-line{background:linear-gradient(90deg,#0000000d 25%,#0000001a 50%,#0000000d 75%) 0 0/200% 100%;border-radius:4px;height:14px;animation:1.5s linear infinite shimmer}.mobile-only{display:none!important}@media (width<=768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}.admin-layout{height:100dvh;display:block;overflow:hidden}.mobile-bottom-nav{z-index:1000;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;align-items:center;width:100%;height:75px;padding:.5rem .25rem 1.5rem;position:fixed;bottom:0;left:0;box-shadow:0 -5px 25px #0000000d;display:flex!important}.mobile-bottom-nav .nav-item{width:auto;color:var(--text-muted);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.65rem;font-weight:500;display:flex}.mobile-bottom-nav .nav-item svg{width:22px;height:22px;margin-bottom:2px;transition:all .2s}.mobile-bottom-nav .nav-item.active{color:var(--primary)}.mobile-bottom-nav .nav-item.active svg{color:var(--primary);filter:drop-shadow(0 0 8px #4f46e580);transform:translateY(-2px)}.main-content{height:100dvh;padding-bottom:75px}.content-scroll-area{-webkit-overflow-scrolling:touch;height:calc(100dvh - 135px);padding:1rem;overflow-y:auto}.topbar{justify-content:space-between;align-items:center;height:60px;padding:0 1rem;display:flex}.search-bar,.breadcrumb-text,.breadcrumb-separator{display:none!important}.mobile-logo{align-items:center;gap:.5rem;display:flex!important}.mobile-sticky-action{z-index:50;position:sticky;bottom:85px;margin-top:1rem!important}.mobile-sticky-action button{width:100%;box-shadow:0 4px 20px #4f46e566}.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stats-grid .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.stats-grid .stat-card .form-label{margin-bottom:.25rem;font-size:.65rem}.stats-grid .stat-card .title{font-size:1.25rem!important}.stats-grid .stat-card:first-child{text-align:center;grid-column:1/-1;align-items:center;padding:1.5rem 1rem}.stats-grid .stat-card:first-child .title{font-size:2.25rem!important}.dashboard-container-full{padding:1rem .5rem!important}.premium-filters{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:1.5rem;padding:1.5rem 2rem;display:flex}.premium-filters .form-group{width:100%;flex:100%!important}.report-table-wrapper{-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0}.premium-table{width:100%;min-width:100%}.premium-table th:first-child,.premium-table td:first-child{white-space:normal;word-break:normal;overflow-wrap:break-word;z-index:5;border-right:1px solid #e2e8f0;min-width:140px;max-width:180px;font-size:.9rem;line-height:1.3;position:sticky;left:0;background:#f8fafc!important}.premium-table th:not(:first-child),.premium-table td:not(:first-child){min-width:unset;white-space:nowrap;text-align:center}.premium-table th{text-transform:uppercase;letter-spacing:.05em;color:#475569;white-space:nowrap;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.85rem;font-weight:600}.premium-table td{padding:.5rem .25rem;font-size:.85rem}}
