.login-container{background:var(--sidebar-bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:var(--white);border-radius:8px;width:100%;max-width:380px;padding:2.5rem;box-shadow:0 4px 24px #00000026}.login-form h1{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem}.login-form p{color:#888;margin-bottom:1.5rem;font-size:.9rem}.login-error{color:var(--danger);background:#fdecea;border-radius:4px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.875rem}.login-form input{border:1px solid var(--border);border-radius:4px;width:100%;margin-bottom:1rem;padding:.625rem .75rem;font-size:1rem;display:block}.login-form input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #0f346026}.login-form button[type=submit]{background:var(--primary);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:.625rem;font-size:1rem;font-weight:500;display:block}.login-form button[type=submit]:hover{background:var(--primary-light)}.login-form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.ms-login-btn{color:#fff;cursor:pointer;background:#2f2f2f;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:.7rem 1rem;font-size:1rem;font-weight:500;transition:background .15s;display:flex}.ms-login-btn:hover{background:#404040}.login-divider{color:#aaa;align-items:center;margin:1.25rem 0;font-size:.85rem;display:flex}.login-divider:before,.login-divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.login-divider span{padding:0 .75rem}.login-toggle-password{border:1px solid var(--border);color:#666;cursor:pointer;background:0 0;border-radius:4px;width:100%;padding:.5rem;font-size:.9rem;transition:border-color .15s,color .15s;display:block}.login-toggle-password:hover{border-color:var(--primary);color:var(--primary)}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{background:var(--sidebar-bg);width:240px;color:var(--sidebar-text);z-index:10;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-header{letter-spacing:.02em;border-bottom:1px solid #ffffff1a;padding:1.25rem 1.25rem 1rem;font-size:1.125rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;padding:.5rem 0;display:flex}.sidebar-link{color:#ffffffbf;align-items:center;padding:.625rem 1.25rem;font-size:.9rem;transition:background .15s,color .15s;display:flex}.sidebar-link:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.sidebar-link.active{background:var(--sidebar-active);color:var(--sidebar-text);font-weight:500}.sidebar-user{color:#fff9;text-overflow:ellipsis;white-space:nowrap;padding:.5rem 1.25rem;font-size:.8rem;overflow:hidden}.sidebar-logout{color:#ffffffbf;background:0 0;border:1px solid #fff3;border-radius:4px;margin:1rem 1.25rem;padding:.5rem;font-size:.85rem;transition:background .15s,color .15s}.sidebar-logout:hover{color:var(--sidebar-text);background:#ffffff1a}.health-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-left:8px;display:inline-block}.admin-content{background:var(--content-bg);flex:1;min-height:100vh;margin-left:240px;padding:2rem;overflow-y:auto}.dashboard{max-width:1200px}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.dashboard-title{color:#1a1a2e;margin:0;font-size:1.5rem;font-weight:600}.dashboard-controls{align-items:center;gap:.75rem;display:flex}.dashboard-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.4rem .75rem;font-size:.875rem}.dashboard-refresh{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.4rem .75rem;font-size:.875rem;transition:background .15s}.dashboard-refresh:hover{background:#f3f4f6}.dashboard-timestamp{color:#9ca3af;font-size:.8rem}.dashboard-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-col{flex-direction:column;gap:1.25rem;display:flex}.dashboard-full-width{margin-top:0}.dash-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.dash-card-title{color:#374151;margin:0 0 1rem;font-size:1rem;font-weight:600}.dash-error{color:#dc2626}.dash-stat-row{gap:1.5rem;margin-bottom:1rem;display:flex}.dash-stat{flex-direction:column;display:flex}.dash-stat-value{color:#1a1a2e;font-size:1.5rem;font-weight:700}.dash-stat-new{color:#dc2626}.dash-stat-closed{color:#059669}.dash-stat-label{color:#6b7280;margin-top:.125rem;font-size:.8rem}.dash-severity-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.dash-severity-badge{color:#fff;text-transform:capitalize;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.dash-table{border-collapse:collapse;width:100%;font-size:.85rem}.dash-table th{text-align:left;color:#6b7280;border-bottom:2px solid #e5e7eb;padding:.4rem .5rem;font-weight:500}.dash-table td{border-bottom:1px solid #f3f4f6;padding:.4rem .5rem}.dash-bet-list{flex-direction:column;gap:.75rem;display:flex}.dash-bet-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem}.dash-bet-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.dash-bet-title{color:#1a1a2e;font-size:.9rem;font-weight:500}.dash-bet-title a{color:#2563eb;text-decoration:none}.dash-bet-title a:hover{text-decoration:underline}.dash-bet-meta{flex-shrink:0;gap:.35rem;display:flex}.dash-badge{color:#374151;white-space:nowrap;background:#e5e7eb;border-radius:10px;padding:.15rem .5rem;font-size:.7rem;display:inline-block}.dash-badge-feature{color:#1e40af;background:#dbeafe}.dash-progress-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:.25rem;overflow:hidden}.dash-progress-fill{background:#6366f1;border-radius:3px;height:100%;transition:width .3s}.dash-bet-scope-text{color:#6b7280;font-size:.75rem}.dash-pie-layout{align-items:center;gap:1.5rem;display:flex}.dash-pie-legend{flex-direction:column;gap:.4rem;display:flex}.dash-pie-legend-item{align-items:center;gap:.4rem;font-size:.8rem;display:flex}.dash-pie-legend-dot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.dash-pie-legend-label{color:#374151}.dash-pie-legend-count{color:#9ca3af;font-size:.75rem}.dash-legend{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.dash-legend-item{color:#6b7280;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.dash-legend-dot{border-radius:2px;width:10px;height:10px;display:inline-block}.dash-velocity-chart{align-items:flex-end;gap:4px;height:160px;padding-top:.5rem;display:flex}.dash-velocity-week{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.dash-velocity-bars{flex:1;align-items:flex-end;gap:2px;width:100%;display:flex}.dash-velocity-bar{border-radius:2px 2px 0 0;flex:1;min-height:2px;transition:height .3s}.dash-velocity-label{color:#9ca3af;white-space:nowrap;margin-top:.35rem;font-size:.65rem}:root{--sidebar-bg:#1a1a2e;--sidebar-text:#fff;--sidebar-hover:#16213e;--sidebar-active:#0f3460;--content-bg:#f5f5f5;--content-text:#333;--primary:#0f3460;--primary-light:#1a5276;--border:#e0e0e0;--white:#fff;--danger:#e74c3c;--success:#27ae60}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--content-text);background:var(--content-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font-family:inherit}input{font-family:inherit}
