:root{--bg: #f4f6f8;--bg-accent: #ebf0f7;--surface: #ffffff;--surface-2: #f8fafc;--text: #15202b;--muted: #5e6b7a;--line: #d3dde8;--brand: #0057b8;--brand-strong: #00438d;--ok: #157347;--warn: #a35f00;--danger: #b42318;--shadow: 0 16px 36px rgba(10, 24, 44, .08);--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px}*{box-sizing:border-box}body{margin:0;font-family:Soehne,IBM Plex Sans,Avenir Next,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 0 0,#e2ebf9 0%,transparent 45%),linear-gradient(145deg,var(--bg) 0%,#eef2f6 100%);min-height:100vh}button,input,select,textarea{font:inherit}button{border:1px solid transparent;border-radius:var(--radius-sm);background:var(--brand);color:#fff;cursor:pointer;padding:.6rem .9rem;transition:background .2s ease,transform .2s ease}button:hover{background:var(--brand-strong)}button.secondary{background:var(--surface-2);color:var(--text);border-color:var(--line)}button.success{background:var(--ok)}button.danger{background:var(--danger)}button:disabled{opacity:.56;cursor:not-allowed}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.62rem .72rem;background:#fff;color:var(--text);width:100%}textarea{min-height:90px;resize:vertical}.app{max-width:1400px;margin:0 auto;padding:1.25rem}.panel{background:var(--surface);border:1px solid rgba(211,221,232,.8);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.topbar{display:flex;gap:1rem;justify-content:space-between;align-items:center;padding:1rem 1.2rem;margin-bottom:1rem}.brand h1{margin:0;font-size:1.35rem}.brand p{margin:.2rem 0 0;color:var(--muted)}.tabs{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:1rem}.tab{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:.45rem .9rem}.tab.active{color:#fff;border-color:transparent;background:linear-gradient(120deg,#004b9f,#1a6ec6)}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:1.4fr 1fr}.card{padding:1rem}.card h3{margin-top:0}.row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.row>*{flex:1;min-width:120px}.status{margin:.6rem 0;color:var(--muted);font-size:.92rem}.status.error{color:var(--danger)}.status.ok{color:var(--ok)}.table-wrap{overflow:auto;max-height:420px;border:1px solid var(--line);border-radius:var(--radius-md)}table{width:100%;border-collapse:collapse;min-width:760px;font-size:.93rem}th,td{text-align:left;padding:.64rem;border-bottom:1px solid var(--line);vertical-align:top}th{position:sticky;top:0;background:var(--surface-2)}.code{border:1px solid var(--line);background:var(--surface-2);border-radius:var(--radius-md);padding:.8rem;max-height:320px;overflow:auto;font-family:IBM Plex Mono,SFMono-Regular,ui-monospace,monospace;font-size:.82rem;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.login{max-width:480px;margin:12vh auto 0;padding:1.2rem}.login h2{margin-top:0}.kpi-grid{display:grid;gap:.8rem;grid-template-columns:repeat(5,minmax(120px,1fr))}.kpi{padding:.9rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#f6faff,#edf4fd);border:1px solid #d4e1f0}.kpi .label{color:var(--muted);font-size:.8rem}.kpi .value{margin-top:.35rem;font-size:1.4rem;font-weight:700}.profile-view{border:1px solid var(--line);border-radius:var(--radius-md);padding:.75rem;background:var(--surface-2)}.profile-grid{display:grid;gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:.7rem}.kv{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.5rem;background:#fff}.kv .k{color:var(--muted);font-size:.76rem}.kv .v{margin-top:.2rem;overflow-wrap:anywhere;word-break:break-word}.profile-section{margin-top:.7rem}.profile-section h4{margin:0 0 .35rem}.profile-list{margin:0;padding-left:1rem}.profile-list li{margin-bottom:.3rem;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 1080px){.grid.two{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.topbar{flex-direction:column;align-items:flex-start}.profile-grid{grid-template-columns:1fr}}
