:root{--red:#CC0000;--red-mid:#D63333;--red-dark:#A83030;--red-pale:#FEF2F2;--red-border:#FFC9C9;--green:#0F6E56;--green-pale:#ECF9F4;--amber:#854F0B;--amber-pale:#FFF8E1;--info:#1B3A5C;--info-pale:#EEF5FB;--g900:#1A1A1A;--g700:#444;--g500:#777;--g300:#CCC;--g100:#F5F5F5;--bg:#F5F5F5;--surface:#FFFFFF;--surface-2:#FAFAFA;--border:#E8E8E8;--border-2:#EEE;--text:#1A1A1A;--muted:#777;--faint:#999;--radius:8px;--radius-lg:12px;--radius-sm:6px;--shadow-sm:0 1px 4px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.12);--font:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;--mono:"Consolas","SF Mono",ui-monospace,monospace;--sidebar-w:240px;--header-h:64px;--transition:.15s ease}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);font-size:14px;color:var(--g900);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}ul{list-style:none}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.subtle{color:var(--muted);font-size:12.5px}:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:4px}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.login-card{width:100%;max-width:410px;background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:32px;border-top:3px solid var(--red)}.brand{display:inline-flex;align-items:center;gap:10px}.brand-logo{height:38px;width:auto}.brand-mark{width:36px;height:36px;border-radius:9px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:800;font-size:19px}.brand-name{font-weight:800;font-size:19px;letter-spacing:-.01em;color:var(--red)}.brand-name span{color:var(--g700);font-weight:400}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;text-align:left}.field label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--g500);font-weight:700}.field input,.field select,.field textarea{background:#fff;border:1px solid #ddd;border-radius:var(--radius);padding:9px 12px;color:var(--g900);font-size:14px;outline:none;transition:var(--transition)}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--red);box-shadow:0 0 0 3px #cc00001a}.hint{color:var(--g500);font-size:12.5px}.err{color:var(--red);background:var(--red-pale);border:1px solid var(--red-border);border-radius:var(--radius);padding:9px 12px;font-size:12.5px;margin-bottom:12px}.ok-msg{color:var(--green);background:var(--green-pale);border-radius:var(--radius);padding:9px 12px;font-size:12.5px;margin-bottom:12px}.demo-users{margin-top:16px;border-top:1px solid var(--border);padding-top:14px}.demo-users .lbl{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--faint);font-weight:700;margin-bottom:8px}.demo-users button{display:block;width:100%;text-align:left;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:8px 11px;margin-bottom:6px;color:var(--g900);font-size:12.5px}.demo-users button:hover{border-color:var(--red);background:var(--red-pale);color:var(--red)}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.side{background:#fff;border-right:1px solid var(--border);position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow-y:auto}.side-head{padding:16px 18px 14px;border-bottom:1px solid var(--border)}.ctx{margin-top:12px;font-size:10px;color:var(--faint);text-transform:uppercase;letter-spacing:.07em;font-weight:700}.ctx-name{font-weight:700;font-size:13.5px;margin-top:3px;display:flex;align-items:center;gap:7px;color:var(--g900)}.nav{padding:8px 0;display:flex;flex-direction:column;flex:1}.nav-group{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--g300);font-weight:700;padding:16px 20px 6px}.nav a{display:flex;align-items:center;gap:10px;padding:9px 20px;color:var(--g700);font-weight:500;font-size:13px;border-left:3px solid transparent;transition:var(--transition)}.nav a:hover{background:var(--red-pale);color:var(--red)}.nav a.active{background:var(--red-pale);color:var(--red);border-left-color:var(--red);font-weight:600}.nav a .ico{width:16px;height:16px;flex:none;opacity:.7}.nav a.active .ico,.nav a:hover .ico{opacity:1}.nav a .badge{margin-left:auto;background:var(--red);color:#fff;font-size:10px;font-weight:700;border-radius:20px;padding:2px 7px;min-width:20px;text-align:center}.side-foot{padding:12px;border-top:1px solid var(--border)}.side-foot button{color:var(--g700);font-size:12.5px;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius-sm);width:100%;background:none;border:none;text-align:left}.side-foot button:hover{background:var(--red-pale);color:var(--red)}.ico{width:16px;height:16px;flex:none}.main{display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;gap:14px;padding:0 24px;height:var(--header-h);background:#fff;border-bottom:2px solid var(--red);box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:20}.topbar h1{font-size:17px;font-weight:700}.spacer{flex:1}.userchip{display:flex;align-items:center;gap:9px;padding:5px 10px;border-radius:var(--radius-sm)}.userchip:hover{background:var(--g100)}.userchip .av{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:12px;color:#fff}.userchip .nm{font-size:13px;font-weight:600}.userchip .rl{font-size:11px;color:var(--muted)}.content{padding:24px;max-width:1220px;width:100%}.pagehead{margin-bottom:22px}.pagehead h2{font-size:20px;font-weight:700;color:var(--g900)}.pagehead p{color:var(--g500);margin:4px 0 0;font-size:13px;max-width:70ch}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-2)}.card.pad{padding:20px}.stat{padding:16px 20px;border-left:3px solid var(--red)}.stat.green{border-left-color:var(--green)}.stat.amber{border-left-color:var(--amber)}.stat.gray{border-left-color:var(--g300)}.stat .k{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--g500);font-weight:700;margin-bottom:6px}.stat .v{font-size:28px;font-weight:700;color:var(--g900);line-height:1;display:flex;align-items:baseline;gap:8px}.stat .v small{font-size:12px;font-weight:600;color:var(--muted)}.stat .sub{font-size:11px;color:var(--g500);margin-top:6px}.section-title{display:flex;align-items:center;gap:10px;margin:24px 0 12px}.section-title h3{font-size:14px;font-weight:700}.section-title .line{flex:1;height:1px;background:var(--border)}.btn{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:600;border:1px solid var(--border);background:#fff;color:var(--g700);transition:var(--transition);height:36px;white-space:nowrap}.btn:hover:not(:disabled){background:var(--g100)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn .ico{width:14px;height:14px}.btn.primary{background:var(--red);border-color:var(--red);color:#fff}.btn.primary:hover:not(:disabled){background:var(--red-dark);box-shadow:0 2px 8px #cc00004d}.btn.outline{background:#fff;color:var(--red);border-color:var(--red-border)}.btn.outline:hover:not(:disabled){background:var(--red-pale)}.btn.success{background:var(--green);border-color:var(--green);color:#fff}.btn.success:hover:not(:disabled){background:#0a5040}.btn.sm{padding:5px 10px;font-size:12px;height:28px}.table-wrap{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-2);overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead th{background:var(--red-dark);color:#fff;padding:11px 14px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}tbody tr{border-bottom:1px solid #f0f0f0}tbody tr:last-child{border-bottom:none}tbody tr:nth-child(2n){background:var(--surface-2)}tbody tr:hover{background:var(--red-pale)}td{padding:10px 14px;vertical-align:middle}td .sub{color:var(--muted);font-size:12px}th[style*=right],td[style*=right]{text-align:right}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.pill.ok{background:var(--green-pale);color:var(--green)}.pill.warn{background:var(--amber-pale);color:var(--amber)}.pill.crit{background:var(--red-pale);color:var(--red)}.pill.off{background:var(--g100);color:var(--g500)}.pill.accent{background:var(--red-pale);color:var(--red-dark);border:1px solid var(--red-border)}.pill.info{background:var(--info-pale);color:var(--info)}.tag{display:inline-block;font-family:var(--mono);font-size:11px;background:var(--g100);border:1px solid var(--border);border-radius:5px;padding:1px 6px;color:var(--g700)}.pipe{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border-2);border-radius:var(--radius-lg);overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.pipe .step{padding:16px 14px;position:relative;border-right:1px solid var(--border)}.pipe .step:last-child{border-right:none}.pipe .step .n{font-family:var(--mono);font-size:11px;color:var(--red);font-weight:600}.pipe .step .t{font-weight:700;font-size:14px;margin:6px 0 4px}.pipe .step .d{font-size:11px;color:var(--muted);line-height:1.4}.pipe .step .cnt{position:absolute;top:14px;right:12px;font-family:var(--mono);font-size:11px;color:var(--g500);background:var(--g100);border-radius:5px;padding:1px 6px}.pipe .step.flash{animation:flash 1s ease}@keyframes flash{0%{background:var(--red-pale)}to{background:#fff}}.feed{display:flex;flex-direction:column;max-height:440px;overflow-y:auto}.feed .ev{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f0f0f0}.feed .ev:last-child{border-bottom:none}.feed .ev .tm{font-family:var(--mono);font-size:11px;color:var(--faint);flex:none;width:110px}.feed .ev .src{flex:none;width:96px;justify-content:center}.feed .ev .msg{font-size:12.5px;color:var(--muted);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.split{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;align-items:start}.kv{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;font-size:13px}.kv dt{color:var(--muted)}.kv dd{margin:0;font-weight:500;text-align:right}.empty{padding:40px;text-align:center;color:var(--muted)}.empty .big{font-weight:700;color:var(--g900);font-size:15px;margin-bottom:4px}.banner{display:flex;gap:12px;align-items:flex-start;background:var(--red-pale);border:1px solid var(--red-border);border-radius:var(--radius-lg);padding:13px 15px;margin-top:18px;color:var(--red-dark)}.banner .ico{color:var(--red);flex:none;margin-top:1px}.banner .txt{font-size:13px;color:var(--g700)}.banner b{color:var(--g900)}.loading{padding:40px;text-align:center;color:var(--muted)}.qr{display:block;width:190px;height:190px;border-radius:var(--radius);border:1px solid var(--border);margin:12px 0}.perm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px 16px}.perm{display:flex;align-items:center;gap:8px;font-size:13px}.perm input{width:16px;height:16px;accent-color:var(--red)}.res-groups{display:flex;flex-wrap:wrap;gap:10px}.res-group{border:1px solid var(--border-2);border-radius:10px;padding:9px 11px;min-width:150px;background:var(--surface)}.res-group .res-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}.res-chips{display:flex;flex-wrap:wrap;gap:5px}.chip{font-size:11.5px;font-weight:600;border-radius:7px;padding:2px 8px;border:1px solid transparent;white-space:nowrap;line-height:1.5}.chip.muted{background:var(--g100);color:var(--g500)}.chip.btn-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--surface);border-color:var(--border-strong);color:var(--g500)}.chip.btn-toggle:hover{border-color:var(--faint)}.chip.btn-toggle.on{border-color:transparent}.role-card{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:4px solid var(--red);padding:18px 20px;margin-bottom:16px}.role-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.role-av{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none}.role-name{font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px}.role-sub{font-size:12px;color:var(--muted)}.role-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--g100);color:var(--g500);border-radius:5px;padding:1px 6px}.notif-wrap{position:relative}.notif-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--g700);display:grid;place-items:center;position:relative}.notif-btn:hover{background:var(--g100)}.notif-badge{position:absolute;top:-3px;right:-3px;background:var(--red);color:#fff;font-size:10px;font-weight:700;border-radius:20px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px}.notif-panel{position:absolute;right:0;top:44px;width:320px;max-height:400px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);z-index:40}.notif-head{padding:11px 14px;border-bottom:1px solid var(--border);font-weight:700;font-size:13px}.notif-item{display:flex;gap:10px;align-items:flex-start;padding:10px 14px;border-bottom:1px solid #f0f0f0;cursor:pointer;text-align:left;width:100%;background:none;border-left:none;border-right:none;border-top:none}.notif-item:hover{background:var(--red-pale)}.notif-item:last-child{border-bottom:none}.notif-dot{width:8px;height:8px;border-radius:50%;flex:none;margin-top:5px}.notif-tekst{font-size:12.5px;color:var(--g900)}.notif-empty{padding:24px;text-align:center;color:var(--muted);font-size:13px}.msg-list{display:flex;flex-direction:column;gap:10px}.msg-item{background:#fff;border:1px solid var(--border-2);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-sm)}.msg-item.unread{border-left:3px solid var(--red)}.msg-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}.msg-av{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:700;flex:none}.msg-subject{font-weight:700;font-size:13.5px}.msg-meta{font-size:11.5px;color:var(--muted);margin-left:auto}.msg-body{font-size:13px;color:var(--g700);white-space:pre-wrap}.menu-btn{display:none;width:34px;height:34px;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;color:var(--muted);place-items:center}@media (max-width:880px){.shell{grid-template-columns:1fr}.side{position:fixed;left:-260px;z-index:60;transition:left .2s;width:var(--sidebar-w)}.side.open{left:0}.pipe{grid-template-columns:1fr}.pipe .step{border-right:none;border-bottom:1px solid var(--border)}.split{grid-template-columns:1fr}.menu-btn{display:grid}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
