:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 72% 51%;--destructive-foreground:0 0% 98%;--success:142 71% 45%;--warning:38 92% 50%;--info:221 83% 53%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:0.5rem;--chart-1:217 91% 60%;--chart-2:160 64% 45%;--chart-3:38 92% 50%;--chart-4:270 50% 62%;--chart-5:180 59% 38%}*{border-color:hsl(var(--border));box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}a{color:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:9999px;border:3px solid hsl(var(--background))}::-webkit-scrollbar-track{background:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.8125rem;font-weight:500;height:2.25rem;padding:0 .875rem;cursor:pointer;transition:.15s;border:1px solid transparent;text-decoration:none;font-family:inherit}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn [data-lucide],.btn svg{width:1rem;height:1rem}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--primary)/.9)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background:hsl(var(--secondary)/.7)}.btn-outline{background:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background:hsl(var(--accent))}.btn-ghost{background:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background:hsl(var(--accent))}.btn-destructive{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{background:hsl(var(--destructive)/.9)}.btn-sm{height:2rem;padding:0 .625rem;font-size:.75rem}.btn-icon{width:2.25rem;height:2.25rem;padding:0}.btn-icon.btn-sm{width:2rem;height:2rem}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius)}.card-header{padding:1.25rem 1.5rem}.card-title{font-weight:600;font-size:1rem;letter-spacing:-.01em}.card-desc{color:hsl(var(--muted-foreground));font-size:.8125rem;margin-top:.125rem}.card-content{padding:0 1.5rem 1.5rem}.badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.4;border:1px solid transparent}.badge-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-outline{border-color:hsl(var(--border));color:hsl(var(--foreground))}.badge-success{background:hsl(var(--success)/.12);color:hsl(142 71% 30%)}.badge-warning{background:hsl(var(--warning)/.15);color:hsl(32 90% 38%)}.badge-info{background:hsl(var(--info)/.12);color:hsl(221 83% 45%)}.badge-destructive{background:hsl(var(--destructive)/.12);color:hsl(0 72% 45%)}.badge-muted{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.input,.select,.textarea{display:flex;width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background:hsl(var(--background));padding:0 .75rem;height:2.25rem;font-size:.8125rem;color:hsl(var(--foreground));font-family:inherit}.textarea{height:auto;padding:.5rem .75rem;min-height:5rem;resize:vertical}.input::placeholder,.textarea::placeholder{color:hsl(var(--muted-foreground))}.input:focus,.select:focus,.textarea:focus{outline:2px solid hsl(var(--ring));outline-offset:1px;border-color:transparent}.label{font-weight:500;display:block;margin-bottom:.35rem}.label,.table{font-size:.8125rem}.table{width:100%;border-collapse:collapse}.table th{text-align:left;padding:.625rem .75rem;color:hsl(var(--muted-foreground));font-weight:500;font-size:.75rem}.table td,.table th{border-bottom:1px solid hsl(var(--border))}.table td{padding:.75rem;vertical-align:middle}.table tbody tr:hover{background:hsl(var(--muted)/.5)}.table tbody tr:last-child td{border-bottom:0}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-weight:600;font-size:.75rem;width:2rem;height:2rem;overflow:hidden;flex:none}.separator{height:1px;background:hsl(var(--border));width:100%}.muted{color:hsl(var(--muted-foreground))}.kbd{font-family:ui-monospace,monospace;font-size:.6875rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:4px;padding:.05rem .35rem}.app-shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.sidebar{background:hsl(var(--background));border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:.625rem;padding:1rem 1.25rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;color:inherit}.sidebar-brand .logo{width:1.75rem;height:1.75rem;border-radius:8px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center}.nav{padding:.5rem .625rem;overflow-y:auto;flex:1 1}.nav-section{padding:.75rem .625rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground))}.nav-item{display:flex;align-items:center;gap:.625rem;padding:.45rem .625rem;border-radius:calc(var(--radius) - 2px);color:hsl(var(--foreground));text-decoration:none;font-size:.8125rem;font-weight:500;margin-bottom:1px}.nav-item:hover{background:hsl(var(--accent))}.nav-item[aria-current=page]{background:hsl(var(--secondary));font-weight:600}.nav-item svg{width:1.05rem;height:1.05rem;color:hsl(var(--muted-foreground))}.nav-item[aria-current=page] svg{color:hsl(var(--foreground))}.nav-badge{margin-left:auto}.main{display:flex;flex-direction:column;min-width:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;height:3.5rem;background:hsl(var(--background)/.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;gap:1rem;padding:0 1.5rem}.topbar h1{font-size:.95rem;font-weight:600;letter-spacing:-.01em;margin:0}.topbar .search{margin-left:auto;position:relative;width:260px;max-width:30vw}.topbar .search svg{position:absolute;left:.625rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground))}.topbar .search .input{padding-left:2rem;height:2.25rem}.page{padding:1.5rem;max-width:1320px;width:100%;margin:0 auto}.page-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-head h2{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin:0}.page-head p{margin:.25rem 0 0}.page-head .actions{margin-left:auto;display:flex;gap:.5rem}.grid{display:grid;grid-gap:1rem;gap:1rem}.stat-value{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.dot{width:.5rem;height:.5rem;border-radius:9999px;display:inline-block}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(180deg,hsl(var(--muted)/.4),hsl(var(--background)))}.auth-card{width:100%;max-width:25rem}.auth-brand{gap:.625rem;font-weight:700;letter-spacing:-.02em;font-size:1.125rem;margin-bottom:1.25rem}.auth-brand,.auth-brand .logo{display:flex;align-items:center;justify-content:center}.auth-brand .logo{width:2rem;height:2rem;border-radius:8px;background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.field{margin-bottom:1rem}.switch{position:relative;display:inline-block;width:2.75rem;height:1.5rem;flex-shrink:0;cursor:pointer;border:0;padding:0;background:hsl(var(--muted));border-radius:9999px;transition:background .15s}.switch[data-on=true]{background:hsl(var(--chart-2))}.switch[disabled]{cursor:not-allowed;opacity:.55}.switch .knob{position:absolute;top:.1875rem;left:.1875rem;width:1.125rem;height:1.125rem;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:left .15s}.switch[data-on=true] .knob{left:1.3125rem}.switch-sm{width:2.25rem;height:1.25rem}.switch-sm .knob{width:.875rem;height:.875rem;top:.1875rem;left:.1875rem}.switch-sm[data-on=true] .knob{left:1.1875rem}@keyframes alobot-spin{to{transform:rotate(1turn)}}.spinner{display:inline-block;width:1.1rem;height:1.1rem;border:2px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:alobot-spin .7s linear infinite}@keyframes alobot-pulse{0%,to{opacity:1}50%{opacity:.35}}.pulse-dot{animation:alobot-pulse 1.4s cubic-bezier(.4,0,.6,1) infinite}.state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1.5rem;text-align:center}.state,.state .state-icon{color:hsl(var(--muted-foreground))}.state .state-icon{width:2.25rem;height:2.25rem}.notice{display:flex;gap:.75rem;align-items:flex-start;padding:.875rem 1.125rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--muted)/.4);font-size:.8125rem;line-height:1.55}.notice svg{flex-shrink:0;margin-top:.1rem}.tabs{display:flex;gap:0;border-bottom:1px solid hsl(var(--border));margin-bottom:1.5rem}.tab{background:transparent;border:0;border-bottom:2px solid transparent;padding:.5rem .875rem calc(.5rem + 1px);margin-bottom:-1px;font-size:.8125rem;font-weight:500;cursor:pointer;color:hsl(var(--foreground));font-family:inherit}.tab[data-active=true]{border-bottom-color:hsl(var(--primary));color:hsl(var(--primary));font-weight:600}