@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:.5rem;--success:142.1 76.2% 36.3%;--success-foreground:355.7 100% 97.3%;--warning:38 92% 50%;--warning-foreground:48 96% 89%}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:217.2 91.2% 59.8%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:224.3 76.3% 48%}*,:before,:after{box-sizing:border-box;border-color:hsl(var(--border))}html,body{background-color:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));font-feature-settings:"rlig" 1, "calt" 1;-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}a{color:hsl(var(--primary));text-decoration:none}a:hover{text-decoration:underline}.text-muted{color:hsl(var(--muted-foreground))}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.5;pointer-events:none}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background-color:hsl(var(--primary) / .9);text-decoration:none}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8);text-decoration:none}.btn-outline,.btn-outline-light{border-color:hsl(var(--border));color:hsl(var(--foreground));background-color:#0000}.btn-outline:hover,.btn-outline-light:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));text-decoration:none}.btn-ghost{color:hsl(var(--foreground));background-color:#0000}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));text-decoration:none}.btn-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{background-color:hsl(var(--destructive) / .9);text-decoration:none}.btn-success{background-color:hsl(var(--success));color:hsl(var(--success-foreground))}.btn-success:hover{background-color:hsl(var(--success) / .9);text-decoration:none}.btn-sm{height:2rem;padding:0 .75rem;font-size:.75rem}.form-control{border-radius:var(--radius);border:1px solid hsl(var(--input));width:100%;height:2.5rem;color:hsl(var(--foreground));background-color:#0000;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex}.form-control:focus{box-shadow:0 0 0 2px hsl(var(--background)), 0 0 0 4px hsl(var(--ring));outline:none}.form-control-sm{height:2rem;padding:.25rem .5rem;font-size:.75rem}.wrapper{width:100%;height:100vh;display:flex;overflow:hidden}.main-sidebar{background-color:hsl(var(--background));border-inline-end:1px solid hsl(var(--border));flex-direction:column;flex-shrink:0;width:260px;height:100vh;display:flex}.brand-link{border-bottom:1px solid hsl(var(--border));height:60px;color:hsl(var(--foreground));flex-shrink:0;align-items:center;padding:0 1.5rem;font-size:1.25rem;font-weight:600;display:flex}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.sidebar-nav ul{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:hsl(var(--foreground));border-radius:var(--radius);align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s;display:flex}.nav-link:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));text-decoration:none}.nav-link.active{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.nav-icon{text-align:center;width:20px;color:hsl(var(--muted-foreground));justify-content:center;display:inline-flex}.nav-link:hover .nav-icon,.nav-link.active .nav-icon{color:hsl(var(--foreground))}.sidebar-footer{border-top:1px solid hsl(var(--border));flex-shrink:0;padding:1rem}.content-wrapper{background-color:hsl(var(--secondary) / .3);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow-y:auto}.main-header{background-color:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border));z-index:40;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex;position:sticky;top:0}.header-title{font-size:1rem;font-weight:600}.header-actions{align-items:center;gap:.5rem;display:flex}.content{flex:1;padding:2rem}.page{max-width:1400px;margin:0 auto}.content-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.content-header h1{letter-spacing:-.025em;margin:0;font-size:1.875rem;font-weight:600}.back-link{color:hsl(var(--muted-foreground));align-items:center;margin-bottom:.5rem;font-size:.875rem;transition:color .2s;display:inline-flex}.back-link:hover{color:hsl(var(--foreground));text-decoration:none}.card{background-color:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}.card-header{border-bottom:1px solid hsl(var(--border));padding:1.5rem;font-size:1.125rem;font-weight:600}.card-body{padding:1.5rem}.table-responsive{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table th,.table td{text-align:start;border-bottom:1px solid hsl(var(--border));vertical-align:middle;padding:1rem}.table th{color:hsl(var(--muted-foreground));height:3rem;font-weight:500}.table tbody tr:hover{background-color:hsl(var(--muted) / .5)}.table tbody tr:last-child td{border-bottom:0}.text-right{text-align:end}.detail-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.detail-item{flex-direction:column;gap:.25rem;display:flex}.detail-label{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.detail-value{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.detail-stack{flex-direction:column;gap:1rem;display:flex}.detail-stack>div{background-color:hsl(var(--muted) / .5);border-radius:var(--radius);border:1px solid hsl(var(--border));padding:1rem;font-size:.875rem}.detail-stack strong{color:hsl(var(--foreground));margin-bottom:.25rem;font-weight:600;display:block}.badge{text-transform:capitalize;border:1px solid #0000;border-radius:9999px;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.badge-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-outline{color:hsl(var(--foreground));border-color:hsl(var(--border))}.badge-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.badge-success{background-color:hsl(var(--success));color:hsl(var(--success-foreground))}.badge-warning{background-color:hsl(var(--warning));color:hsl(var(--warning-foreground))}.alert{border-radius:var(--radius);border:1px solid #0000;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;font-size:.875rem;font-weight:500;display:flex}.alert-danger{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .2)}.alert-success{background-color:hsl(var(--success) / .1);color:hsl(var(--success));border-color:hsl(var(--success) / .2)}.alert-close{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;padding:.25rem;transition:opacity .2s}.alert-close:hover{opacity:1}.loading-overlay{color:hsl(var(--muted-foreground));flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.spinner{border:3px solid hsl(var(--muted));border-bottom-color:hsl(var(--primary));box-sizing:border-box;border-radius:50%;width:2rem;height:2rem;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.theme-toggle{border:1px solid hsl(var(--border));color:hsl(var(--foreground));cursor:pointer;border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.theme-toggle:hover{background-color:hsl(var(--accent))}.login-page{background-color:hsl(var(--muted) / .3);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-box{width:100%;max-width:400px}.login-logo{text-align:center;color:hsl(var(--foreground));margin-bottom:2rem;font-size:1.5rem;font-weight:700}.login-card-body{padding:2rem}.login-card-body .form-group{margin-bottom:1rem}.login-card-body label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}
