@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}:root{--background:220 13% 9%;--foreground:220 9% 96%;--muted:220 13% 15%;--muted-foreground:220 9% 60%;--border:220 13% 20%;--primary:262 83% 58%;--primary-foreground:220 9% 96%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--success:142 76% 36%;--success-foreground:142 76% 96%;--warning:38 92% 50%;--warning-foreground:38 92% 96%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;font-size:14px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}a{color:hsl(var(--primary));text-decoration:none}a:hover{text-decoration:underline}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:hsl(var(--muted));border-right:1px solid hsl(var(--border));padding:1.5rem 0;position:fixed;height:100vh;overflow-y:auto}.sidebar-logo{padding:0 1.5rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.sidebar-nav a{padding:.75rem 1rem;border-radius:6px;color:hsl(var(--muted-foreground));transition:all .2s;display:block}.sidebar-nav a:hover{background:hsl(var(--background));color:hsl(var(--foreground));text-decoration:none}.sidebar-nav a.active{background:hsl(var(--background));color:hsl(var(--primary));font-weight:500}.main-content{margin-left:240px;flex:1 1;padding:2rem;width:calc(100% - 240px)}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.page-description{color:hsl(var(--muted-foreground));font-size:.95rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.stat-card{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:8px;padding:1.5rem}.stat-label{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:hsl(var(--foreground))}.stat-change{font-size:.85rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.stat-change.positive{color:hsl(var(--success))}.stat-change.negative{color:hsl(var(--destructive))}.table-container{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden;margin-bottom:2rem}.table-header{padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;align-items:center}.table-title{font-size:1.1rem;font-weight:600}table{width:100%;border-collapse:collapse}thead{background:hsl(var(--background))}th{text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground))}td,th{padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border))}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:hsl(var(--background))}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.badge-primary{background:hsl(var(--primary)/.2);color:hsl(var(--primary))}.badge-success{background:hsl(var(--success)/.2);color:hsl(var(--success))}.badge-warning{background:hsl(var(--warning)/.2);color:hsl(var(--warning))}.badge-destructive{background:hsl(var(--destructive)/.2);color:hsl(var(--destructive))}.badge-muted{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.btn{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-weight:500;border:none;cursor:pointer;transition:all .2s;font-size:.9rem}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--primary)/.9);text-decoration:none}.btn-secondary{background:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn-secondary:hover{text-decoration:none}.btn-secondary:hover,.input{background:hsl(var(--background))}.input{width:100%;padding:.75rem;border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));font-size:.95rem;outline:none;transition:border-color .2s}.input:focus{border-color:hsl(var(--primary))}.input::placeholder{color:hsl(var(--muted-foreground))}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.form-error{color:hsl(var(--destructive));font-size:.85rem;margin-top:.5rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:hsl(var(--background))}.login-card{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:8px;padding:2rem;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-logo{display:flex;justify-content:center;margin-bottom:1rem}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.login-description{color:hsl(var(--muted-foreground));font-size:.9rem}.info-grid{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid hsl(var(--border))}.info-row:last-child{border-bottom:none}.info-label{font-weight:500;color:hsl(var(--muted-foreground))}.info-value{color:hsl(var(--foreground));font-family:Courier New,monospace}.quick-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.quick-link{flex:1 1;min-width:200px;padding:1rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:8px;text-align:center;transition:all .2s}.quick-link:hover{background:hsl(var(--background));border-color:hsl(var(--primary));text-decoration:none}.quick-link-title{font-weight:600;margin-bottom:.25rem}.quick-link-description{font-size:.85rem;color:hsl(var(--muted-foreground))}.empty-state{text-align:center;padding:3rem 1rem;color:hsl(var(--muted-foreground))}.empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.loading{padding:3rem;color:hsl(var(--muted-foreground))}.loading,.unauthorized-container{display:flex;align-items:center;justify-content:center}.unauthorized-container{min-height:100vh;background:hsl(var(--background));text-align:center;padding:2rem}.unauthorized-content{max-width:500px}.unauthorized-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.unauthorized-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.unauthorized-description{color:hsl(var(--muted-foreground));margin-bottom:2rem;font-size:1rem}