@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}.sidebar-section{margin-bottom:.5rem}.sidebar-section-label{padding:1rem 1.5rem .5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.sidebar-section-label,.stat-icon{color:hsl(var(--muted-foreground))}.stat-icon{opacity:.7}.page-header-actions{display:flex;gap:.5rem;align-items:center}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:50;animation:fadeIn .2s ease-out}.drawer-panel{position:fixed;right:0;top:0;bottom:0;width:480px;max-width:100vw;background:hsl(var(--muted));border-left:1px solid hsl(var(--border));z-index:51;display:flex;flex-direction:column;animation:slideInRight .2s ease-out}.drawer-header{padding:1.25rem 1.5rem;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.drawer-title{font-size:1.1rem;font-weight:600;margin-bottom:0}.drawer-close{background:none;border:none;color:hsl(var(--muted-foreground));font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:all .2s}.drawer-close:hover{color:hsl(var(--foreground));background:hsl(var(--background))}.drawer-body{padding:1.5rem;overflow-y:auto;flex:1 1}.dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:50;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.dialog-panel{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:8px;padding:1.5rem;max-width:440px;width:90%;animation:scaleIn .2s ease-out}.dialog-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.dialog-description{color:hsl(var(--muted-foreground));font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.dialog-actions{display:flex;justify-content:flex-end;gap:.75rem}.btn-destructive{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{background:hsl(var(--destructive)/.9)}.btn-warning{background:hsl(var(--warning));color:hsl(220 13% 9%)}.btn-warning:hover{background:hsl(var(--warning)/.9)}.btn-sm{padding:.3rem .6rem;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.search-input-wrapper{position:relative;flex:1 1;max-width:320px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));pointer-events:none}.search-input{padding-left:2.25rem;padding-right:2.25rem}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:hsl(var(--muted-foreground));font-size:1.25rem;cursor:pointer;padding:.125rem .25rem;line-height:1;border-radius:4px;transition:all .2s}.search-clear:hover{color:hsl(var(--foreground));background:hsl(var(--background))}.table-row-count{color:hsl(var(--muted-foreground));font-size:.85rem;white-space:nowrap}.sort-indicator{color:hsl(var(--primary));margin-left:.25rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border))}.pagination-btn{padding:.375rem .75rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));font-size:.85rem;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:hsl(var(--muted));border-color:hsl(var(--primary))}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{color:hsl(var(--muted-foreground));font-size:.85rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.chart-body{padding:1.5rem}.rollout-bar{width:80px;height:6px;background:hsl(var(--background));border-radius:3px;overflow:hidden}.rollout-bar-fill{height:100%;background:hsl(var(--primary));border-radius:3px;transition:width .3s ease}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}textarea.input{min-height:80px;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.drawer-section{margin-bottom:1.5rem}.drawer-section-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground));margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}.drawer-list{display:flex;flex-direction:column;gap:.5rem}.drawer-list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:hsl(var(--background));border-radius:6px;border:1px solid hsl(var(--border))}.filter-checkbox,.text-muted{color:hsl(var(--muted-foreground))}.filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.85rem;cursor:pointer;white-space:nowrap}.filter-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:hsl(var(--primary));cursor:pointer}.monitoring-status-dot{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}.monitoring-pulse{width:8px;height:8px;border-radius:50%;background:#10B981;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}