:root{--bg:#05080d;--panel:#0a111b;--panel2:#0d1724;--line:#182536;--text:#e8f0f8;--muted:#8291a4;--good:#38d39f;--bad:#ff6b76;--warn:#f7c75c;--accent:#65a9ff;--shadow:0 18px 50px rgba(0,0,0,.28)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 80% -10%,#0d2137 0,transparent 34%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:18px 14px;border-right:1px solid var(--line);background:rgba(4,9,15,.94);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px;padding:8px 8px 20px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid #2d4c6f;border-radius:11px;background:linear-gradient(145deg,#0c1f34,#07111c);font-weight:900;letter-spacing:-1px}.brand strong,.brand span{display:block}.brand strong{font-size:14px;letter-spacing:.08em}.brand span{font-size:9px;color:var(--muted);letter-spacing:.12em;margin-top:3px}.sidebar nav{display:grid;gap:4px}.nav{appearance:none;border:0;background:transparent;color:#95a5b7;text-align:left;padding:11px 12px;border-radius:9px;cursor:pointer}.nav:hover{background:#0c1621;color:#dce8f4}.nav.active{background:linear-gradient(90deg,#0d2238,#0a1521);color:white;box-shadow:inset 2px 0 0 var(--accent)}.side-status{position:absolute;left:14px;right:14px;bottom:18px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#08111a;display:grid;gap:5px}.side-status span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.side-status strong{font-size:11px;color:var(--warn)}.main{min-width:0;padding:22px 24px 60px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.topbar h1{margin:2px 0 4px;font-size:26px;letter-spacing:-.04em}.topbar p{margin:0}.eyebrow{font-size:10px;color:var(--accent);letter-spacing:.14em;font-weight:800}.topbar #pageSub{color:var(--muted);font-size:12px}.top-actions{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px}.primary{border:1px solid #2d5d8f;background:#0d3154;color:#eaf5ff;border-radius:9px;padding:10px 13px;cursor:pointer;font-weight:700}.primary:hover{background:#12426e}.primary:disabled{opacity:.55;cursor:wait}.tab{display:none}.tab.active{display:block}.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px;margin-bottom:12px}.stat{border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#0c1520,#081019);padding:13px;box-shadow:var(--shadow)}.stat span{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.stat strong{display:block;font-size:19px;margin-top:6px;letter-spacing:-.03em}.stat small{display:block;margin-top:3px;color:#718093;font-size:9px}.positive{color:var(--good)!important}.negative{color:var(--bad)!important}.warning{color:var(--warn)!important}.two-col{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;margin-bottom:12px}.panel{border:1px solid var(--line);background:linear-gradient(180deg,rgba(13,23,36,.94),rgba(8,16,25,.96));border-radius:13px;padding:14px;margin-bottom:12px;box-shadow:var(--shadow);overflow:hidden}.panel h2{margin:0;font-size:14px}.panel p{margin:4px 0 0;color:var(--muted);font-size:10px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.pill{font-size:9px;padding:6px 8px;border:1px solid #29425e;border-radius:999px;color:#a9c9eb;background:#0a1826}.segmented{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.filter{border:0;border-right:1px solid var(--line);background:#08111a;color:var(--muted);padding:7px 9px;font-size:9px;cursor:pointer}.filter:last-child{border-right:0}.filter.active{background:#10263c;color:white}.table-wrap{overflow:auto;border:1px solid #142133;border-radius:9px}table{width:100%;border-collapse:collapse;min-width:680px}th,td{padding:10px 11px;border-bottom:1px solid #132030;text-align:left;font-size:10px;white-space:nowrap}th{position:sticky;top:0;background:#0a1420;color:#6f8196;text-transform:uppercase;letter-spacing:.06em;font-size:8px}tr:last-child td{border-bottom:0}tbody tr:hover{background:#0c1723}.empty{padding:28px;text-align:center;color:var(--muted);font-size:11px;border:1px dashed #223249;border-radius:9px}.status{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:800}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status.good{color:var(--good)}.status.bad{color:var(--bad)}.status.warn{color:var(--warn)}.pipeline{display:flex;align-items:center;justify-content:space-between;gap:8px;overflow:auto}.pipeline div{min-width:120px;border:1px solid #17283b;border-radius:10px;background:#08121d;padding:12px;display:flex;align-items:center;gap:9px}.pipeline b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#0f2942;color:#8ec5ff;font-size:9px}.pipeline span{font-size:10px}.pipeline i{color:#38536f;font-style:normal}.kv{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;font-size:10px}.kv b{color:var(--muted);font-weight:500}.notice{padding:11px;border:1px solid #1c334a;border-radius:9px;background:#091724;color:#9fb8cf;font-size:10px;margin-top:10px;line-height:1.55}.toast{position:fixed;right:20px;bottom:20px;max-width:360px;padding:12px 14px;border-radius:10px;background:#111d29;border:1px solid #29435f;box-shadow:var(--shadow);font-size:11px;z-index:80}.icon-button{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid #22374e;border-radius:10px;background:#091522;color:#dceaf8;cursor:pointer}.icon-button:hover{background:#102338}.bell{font-size:17px;line-height:1}.notification-badge{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff5967;color:white;border:2px solid #08111a;display:grid;place-items:center;font-size:8px}.user-menu-wrap{position:relative}.user-button{height:38px;display:flex;align-items:center;gap:7px;border:1px solid #22374e;border-radius:10px;background:#091522;color:#dceaf8;padding:0 9px;cursor:pointer}.user-avatar{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#12314e;color:#9bd0ff;font-weight:800;font-size:9px}.caret{color:#69819a}.user-menu{position:absolute;right:0;top:45px;width:210px;padding:8px;border:1px solid #22374e;border-radius:11px;background:#08111b;box-shadow:var(--shadow);z-index:90}.user-menu-head{padding:8px 9px 10px;border-bottom:1px solid var(--line)}.user-menu-head strong,.user-menu-head span{display:block}.user-menu-head strong{font-size:11px}.user-menu-head span{font-size:9px;color:var(--muted);margin-top:3px}.logout-link{display:block;margin-top:6px;padding:9px;border-radius:8px;color:#ff9aa3;text-decoration:none;font-size:10px}.logout-link:hover{background:#1b1016}.drawer-backdrop{position:fixed;inset:0;background:rgba(1,5,9,.45);backdrop-filter:blur(2px);z-index:70}.notification-drawer{position:fixed;right:0;top:0;width:min(420px,94vw);height:100vh;background:#07101a;border-left:1px solid #203349;box-shadow:-24px 0 70px rgba(0,0,0,.4);z-index:75;transform:translateX(105%);transition:transform .22s ease;padding:18px;overflow:auto}.notification-drawer.open{transform:translateX(0)}.notification-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:13px}.notification-head h2{margin:3px 0 0;font-size:20px}.notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;color:var(--muted);font-size:10px}.ghost{border:1px solid #22374e;background:#091522;color:#b9c9d9;border-radius:8px;cursor:pointer}.ghost.small{padding:6px 9px;font-size:9px}.notification-list{display:grid;gap:8px}.notification-item{width:100%;border:1px solid #17273a;border-radius:10px;background:#09131e;padding:11px;display:flex;gap:10px;text-align:left;color:var(--text);cursor:pointer}.notification-item:hover{background:#0d1b2a}.notification-item.read{opacity:.62}.notification-dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#6f91b7;flex:0 0 auto}.notification-dot.success{background:var(--good)}.notification-dot.critical{background:var(--bad)}.notification-dot.info{background:var(--accent)}.notification-copy{min-width:0;display:block}.notification-copy strong,.notification-copy small,.notification-copy time{display:block}.notification-copy strong{font-size:11px}.notification-copy small{margin-top:4px;color:#93a6ba;font-size:9px;line-height:1.45;white-space:normal}.notification-copy time{margin-top:6px;color:#5f7389;font-size:8px}.auth-body{display:grid;place-items:center;min-height:100vh;padding:20px}.auth-wrap{width:min(430px,100%)}.auth-card{border:1px solid #1b2d42;border-radius:18px;background:linear-gradient(180deg,rgba(12,23,36,.98),rgba(6,13,21,.99));box-shadow:0 26px 90px rgba(0,0,0,.45);padding:28px}.auth-card.compact{text-align:center}.auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:26px}.auth-brand strong,.auth-brand span{display:block}.auth-brand strong{font-size:13px;letter-spacing:.08em}.auth-brand span{font-size:8px;color:var(--muted);letter-spacing:.12em;margin-top:3px}.auth-card h1{margin:5px 0 8px;font-size:27px;letter-spacing:-.045em}.auth-sub{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.auth-form{display:grid;gap:14px;margin-top:24px}.auth-form label{display:grid;gap:7px;color:#9db0c4;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.auth-form input{width:100%;border:1px solid #24384e;border-radius:10px;background:#07111b;color:#edf6ff;padding:12px;outline:none}.auth-form input:focus{border-color:#3f79b5;box-shadow:0 0 0 3px rgba(70,135,202,.12)}.password-wrap{display:flex;gap:7px}.password-wrap input{min-width:0}.password-wrap .ghost{flex:0 0 auto}.auth-submit{width:100%;margin-top:4px}.auth-error{margin:0;padding:9px 10px;border:1px solid #4f222b;border-radius:8px;background:#1a0d12;color:#ff8e99;font-size:10px;text-transform:none;letter-spacing:0}.auth-foot{display:flex;justify-content:space-between;gap:8px;margin-top:20px;padding-top:14px;border-top:1px solid var(--line);color:#63768b;font-size:8px}.auth-foot span:last-child{text-align:right}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(3,1fr)}.two-col{grid-template-columns:1fr}.top-actions #lastSync{display:none}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--line);padding:10px}.brand{padding:4px 4px 10px}.sidebar nav{display:flex;overflow:auto;gap:4px}.nav{white-space:nowrap;padding:9px 10px;font-size:11px}.side-status{display:none}.main{padding:15px 10px 40px}.topbar{align-items:flex-start;flex-direction:column}.top-actions{width:100%;justify-content:flex-end}.top-actions .primary{margin-left:auto}.user-button #currentUser{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.pipeline{justify-content:flex-start}.pipeline i{display:none}.auth-card{padding:22px}.auth-foot{display:grid}.auth-foot span:last-child{text-align:left}}