@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";html{font-size:13.5px}:root{--color-primary: 250, 60%, 65%;--color-secondary: 180, 70%, 55%;--color-surface-1: 220, 20%, 10%;--color-surface-2: 220, 20%, 15%;--color-text: 220, 10%, 90%;--color-text-muted: 220, 10%, 60%;--gradient-primary: linear-gradient(135deg, hsl(var(--color-primary)), hsl(var(--color-secondary)));--spacing-base: 1rem;--container-width: 1200px;--shadow-1: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-2: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:hsl(var(--color-surface-1));color:hsl(var(--color-text));line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:var(--spacing-base);color:hsl(var(--color-text))}h1{font-size:3.5rem;font-weight:800;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}p{margin-bottom:var(--spacing-base);color:hsl(var(--color-text-muted))}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-base)}.card{background-color:hsl(var(--color-surface-2));border-radius:12px;padding:2rem;box-shadow:var(--shadow-1);transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-2);border-color:hsl(var(--color-primary))}.btn{display:inline-block;padding:.75rem 1.5rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .2s ease;text-decoration:none}.btn:hover{opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.dashboard-container{display:flex;min-height:100vh;background-color:#f8fafc;font-family:Inter,sans-serif;color:#1f2937}.sidebar{width:17.5rem;background-color:#fff;padding:1.5rem;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;position:fixed;height:100vh;top:0;left:0;z-index:50}.logo-container{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:0 .5rem}.logo-icon{width:2.5rem;height:2.5rem;background:#7c3aed;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-text{font-weight:700;font-size:1.1rem;color:#111827}.nav-menu{display:flex;flex-direction:column;gap:.5rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:12px;text-decoration:none;font-weight:500;color:#6b7280;transition:all .2s;cursor:pointer}.nav-item:hover{background-color:#f3f4f6;color:#1f2937}.nav-item.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 6px -1px #7c3aed4d}.logout-btn{margin-top:auto;color:#ef4444!important;background:#ef44441a}.logout-btn:hover{background:#ef444433}.main-content{flex:1;margin-left:17.5rem;padding:2rem;max-width:calc(100vw - 17.5rem)}.top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.page-title h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0;line-height:1.2;background:none;-webkit-text-fill-color:initial;display:block}.page-title p{color:#6b7280;font-size:.875rem;margin:.25rem 0 0}.header-actions{display:flex;align-items:center;gap:1.5rem}.search-bar{position:relative;width:25rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:9999px;font-size:.875rem;outline:none;transition:all .2s}.search-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem}.user-profile{display:flex;align-items:center;gap:.75rem;padding-left:1.5rem;border-left:1px solid #E5E7EB}.avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;border:2px solid #FFFFFF;box-shadow:0 2px 4px #0000001a}.user-info span{font-weight:600;font-size:.875rem;color:#111827}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.stat-content{position:relative;z-index:10}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.stat-trend{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.trend-up{color:#10b981}.trend-down{color:#ef4444}.stat-icon-wrapper{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.bg-gradient-purple{background:linear-gradient(135deg,#8b5cf61a,#c084fc1a)}.icon-gradient-purple{background:linear-gradient(135deg,#8b5cf6,#c084fc);box-shadow:0 4px 6px -1px #8b5cf64d}.bg-gradient-green{background:linear-gradient(135deg,#10b9811a,#34d3991a)}.icon-gradient-green{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 4px 6px -1px #10b9814d}.bg-gradient-orange{background:linear-gradient(135deg,#f59e0b1a,#fbbf241a)}.icon-gradient-orange{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 4px 6px -1px #f59e0b4d}.bg-gradient-pink{background:linear-gradient(135deg,#ec48991a,#f472b61a)}.icon-gradient-pink{background:linear-gradient(135deg,#ec4899,#f472b6);box-shadow:0 4px 6px -1px #ec48994d}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.chart-card,.card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:700;color:#111827}.see-all{color:#8b5cf6;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer}.user-list-item{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid #F3F4F6}.user-list-item:last-child{border-bottom:none}.user-details{flex:1;margin-left:1rem}.user-name{font-weight:600;color:#111827;display:block}.user-subtitle{font-size:.75rem;color:#9ca3af}.user-meta{text-align:right}.user-location{font-size:.875rem;color:#4b5563;display:block}.user-time{font-size:.75rem;color:#9ca3af}.legend-container{margin-top:1rem}.legend-item{display:flex;align-items:center;margin-bottom:.75rem}.legend-color{width:12px;height:12px;border-radius:50%;margin-right:.75rem}.legend-label{flex:1;font-size:.875rem;color:#4b5563}.legend-value{font-weight:600;color:#111827;font-size:.875rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:#7c3aed;color:#fff;border-radius:.5rem;border:none;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#6d28d9}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:#fff;color:#374151;border:1px solid #E5E7EB;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:#f9fafb;border-color:#d1d5db}.table-row:hover{background-color:#f9fafb!important}@media(max-width:1280px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.main-content{margin-left:0;max-width:100vw}.sidebar{display:none}.stats-grid,.charts-grid{grid-template-columns:1fr}.top-header{flex-direction:column;align-items:flex-start;gap:1rem}.search-bar{width:100%}}body{margin:0;font-family:Poppins,sans-serif}.login-container{height:100vh;display:flex;justify-content:center;align-items:center;background:#f4f6f8}.login-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem;width:100%;max-width:400px;text-align:center}.login-logo{display:flex;justify-content:center;margin-bottom:2rem}.login-logo img{max-width:150px;height:auto}.login-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.login-subtitle{font-size:.875rem;color:#6b7280;margin-bottom:2rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1f2937;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.login-btn{width:100%;padding:.75rem 1rem;background-color:#6366f1;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-btn:hover{background-color:#4f46e5}.error-message{color:#ef4444;font-size:.875rem;margin-bottom:1rem;text-align:left}
