:root{color:#18211e;background:#f5f7f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #18211e;--muted: #66706c;--line: #dce2df;--surface: #ffffff;--soft: #eef2f0;--brand: #9d168c;--brand-dark: #751269;--green: #087f5b;--red: #c03b3b;--amber: #a96807}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(157,22,140,.2);outline-offset:2px}a{color:inherit;text-decoration:none}.boot-screen{display:grid;min-height:100vh;place-items:center;padding:24px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;width:252px;flex-direction:column;border-right:1px solid #292f2d;background:#151b19;color:#f7f9f8}.brand-row{display:flex;height:76px;align-items:center;gap:11px;border-bottom:1px solid #292f2d;padding:0 18px}.brand-row img,.auth-brand img{width:40px;height:40px;border-radius:6px;object-fit:cover;background:#fff}.brand-row div,.auth-brand div{display:grid;gap:1px}.brand-row strong,.auth-brand strong{font-size:16px}.brand-row span,.auth-brand span{color:#9ca7a3;font-size:11px;text-transform:uppercase}.sidebar nav{flex:1;overflow-y:auto;padding:14px 10px}.nav-link{display:flex;min-height:42px;align-items:center;gap:11px;margin-bottom:2px;border:0;border-radius:5px;padding:0 11px;background:transparent;color:#aeb8b4;font-size:13px;font-weight:550;text-align:left;transition:background .15s,color .15s}.nav-link:hover{background:#222a27;color:#fff}.nav-link-active,.nav-link-active:hover{background:#f2edf1;color:#6e145f}.nav-chevron{margin-left:auto;opacity:.45}.sidebar-footer{border-top:1px solid #292f2d;padding:13px 10px}.admin-identity{display:flex;align-items:center;gap:10px;padding:5px 7px 13px}.admin-identity>span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#913180;color:#fff;font-size:12px;font-weight:700}.admin-identity div{min-width:0;display:grid}.admin-identity strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.admin-identity small{overflow:hidden;color:#8f9a96;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.logout-link{width:100%;cursor:pointer}.app-main{min-height:100vh;margin-left:252px}.topbar{display:flex;height:56px;align-items:center;justify-content:flex-end;gap:15px;border-bottom:1px solid var(--line);background:#ffffffe6;padding:0 28px;position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}.environment{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:600}.environment span{width:7px;height:7px;border-radius:50%;background:#1f9d70;box-shadow:0 0 0 3px #daf3e9}.icon-button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:5px;background:#fff;color:#4d5853;cursor:pointer}.page-container{max-width:1500px;margin:auto;padding:30px 34px 70px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.page-header h1{margin:0 0 6px;font-size:25px;line-height:1.2}.page-header p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.page-actions{display:flex;flex-wrap:wrap;gap:8px}.row-actions{display:flex;flex-wrap:wrap;gap:4px}.button{display:inline-flex;min-height:37px;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:5px;padding:0 13px;cursor:pointer;font-size:12px;font-weight:650;transition:background .15s,border .15s}.button:disabled{cursor:not-allowed;opacity:.55}.button-primary{background:var(--brand);color:#fff}.button-primary:hover:not(:disabled){background:var(--brand-dark)}.button-secondary{border-color:var(--line);background:#fff;color:var(--ink)}.button-secondary:hover{background:var(--soft)}.button-danger{background:var(--red);color:#fff}.button-ghost{background:transparent;color:#5c6662}.button-ghost:hover{background:var(--soft);color:var(--ink)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric{min-height:142px;border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:16px}.metric-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:5px;background:#f4ebf2;color:var(--brand);margin-bottom:15px}.metric>span{display:block;color:var(--muted);font-size:11px;font-weight:650}.metric>strong{display:block;margin:3px 0;font-size:24px}.metric>small{color:#89918e;font-size:10px}.operations-band{display:grid;grid-template-columns:1fr minmax(420px,.9fr);gap:30px;margin-top:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#edf3f0;padding:22px}.operations-band h2,.data-definition h2{margin:0 0 6px;font-size:15px}.operations-band p,.data-definition p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.pulse-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d8e0dc}.pulse-list div{display:grid;gap:5px;background:#f9fbfa;padding:10px 13px}.pulse-list span{color:var(--muted);font-size:10px}.pulse-list strong{font-size:14px}.filter-bar{display:flex;gap:10px;margin-bottom:14px}.filter-bar select,.search-box{min-height:40px;border:1px solid var(--line);border-radius:5px;background:#fff}.filter-bar select{padding:0 34px 0 12px;color:#4f5a56}.search-box{display:flex;flex:1;max-width:520px;align-items:center;gap:8px;padding:0 11px;color:#7c8782}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:#fff}table{width:100%;border-collapse:collapse;font-size:12px}th{background:#f1f4f2;color:#65706b;font-size:10px;font-weight:700;text-align:left;text-transform:uppercase}th,td{padding:12px 14px;border-bottom:1px solid #e8ecea;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfb}td strong,td small{display:block}td small{margin-top:3px;color:#7a8580}.status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 7px;background:#eef1f0;color:#57615d;font-size:9px;font-weight:750;text-transform:uppercase}.status-active,.status-verified,.status-enabled,.status-published,.status-success{background:#dcf4e9;color:#087453}.status-restricted,.status-warning,.status-pending,.status-required,.status-information-requested,.status-high{background:#fff0d8;color:#8b5708}.status-suspended,.status-rejected,.status-critical,.status-urgent,.status-failed{background:#fde6e4;color:#a72e2e}.status-in-review,.status-under-review,.status-open{background:#e3eefb;color:#28669e}.queue-list{display:grid;gap:7px}.queue-row{display:flex;min-height:74px;align-items:center;gap:13px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:12px 14px}.queue-icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:5px;background:#eef3f1;color:#51615a}.queue-main{min-width:0;flex:1}.queue-main>div{display:flex;align-items:center;gap:8px}.queue-main strong{font-size:12px}.queue-main p{overflow:hidden;margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.state-panel{display:flex;min-height:90px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:20px;color:var(--muted);font-size:12px}.state-empty{justify-content:flex-start;color:#4e5c56}.state-empty strong{display:block;color:var(--ink)}.state-empty p{margin:3px 0 0}.state-error{min-height:auto;justify-content:flex-start;border-color:#f0b8b3;background:#fff4f3;color:#972d2d}.state-success{min-height:auto;justify-content:flex-start;border-color:#a9ddc8;background:#effaf5;color:#087453}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field{display:grid;gap:6px}.field>span{font-size:11px;font-weight:700}.field input,.field select,.field textarea{width:100%;min-height:40px;border:1px solid #ccd4d0;border-radius:5px;background:#fff;padding:9px 10px;color:var(--ink)}.field textarea{min-height:104px;resize:vertical}.field small{color:var(--muted);font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow-y:auto;background:#0c121094;padding:20px}.dialog{width:min(600px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:7px;background:#fff;box-shadow:0 24px 70px #00000038}.dialog-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 18px}.dialog-heading h2{margin:0;font-size:16px}.dialog-form{display:grid;gap:14px;padding:18px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.dialog-message{margin:0;border-bottom:1px solid var(--line);background:#f7f9f8;padding:16px 18px;color:#4f5b56;font-size:12px;line-height:1.65;white-space:pre-wrap}.reply-history{display:grid;gap:8px;max-height:180px;overflow:auto;padding:12px 18px}.reply-history>div{border-left:3px solid var(--line-strong);padding:8px 12px}.reply-history p{margin:6px 0;white-space:pre-wrap}.reply-form{border-top:1px solid var(--line)}.tabs{display:flex;gap:4px;margin-bottom:14px;border-bottom:1px solid var(--line)}.tabs button{display:flex;align-items:center;gap:7px;border:0;border-bottom:2px solid transparent;background:transparent;padding:10px 13px;color:var(--muted);cursor:pointer;font-size:12px;font-weight:650}.tabs button.active{border-bottom-color:var(--brand);color:var(--brand)}.analytics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.analytics-grid article{display:grid;gap:8px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:17px}.analytics-grid svg{color:var(--brand)}.analytics-grid span{color:var(--muted);font-size:11px}.analytics-grid strong{font-size:25px}.analytics-grid small{color:#818b87;font-size:10px}.progress{height:5px;overflow:hidden;border-radius:999px;background:#e6ebe8}.progress span{display:block;height:100%;background:var(--green)}.data-definition{margin-top:14px;border-left:3px solid #5e8f7d;background:#eaf3ef;padding:15px 17px}.timeline{border:1px solid var(--line);border-radius:6px;background:#fff}.timeline article{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:12px 14px}.timeline article:last-child{border-bottom:0}.timeline-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#fff2df;color:var(--amber)}.timeline strong{font-size:12px;text-transform:capitalize}.timeline p{margin:3px 0 0;color:var(--muted);font-size:10px}.timeline time{color:var(--muted);font-size:10px}.role-options{display:grid;gap:6px;max-height:360px;overflow-y:auto}.role-options label{display:flex;gap:10px;border:1px solid var(--line);border-radius:5px;padding:10px;cursor:pointer}.role-options input{margin-top:2px}.role-options span{display:grid}.role-options strong{font-size:11px}.role-options small{margin-top:2px;color:var(--muted);font-size:10px}.auth-page{display:grid;min-height:100vh;place-items:center;background:linear-gradient(120deg,#f3f6f4 0 62%,#e6eeea 62%);padding:24px}.auth-panel{width:min(440px,100%);border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 18px 55px #141e1a1a;padding:28px}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:30px}.auth-heading{margin-bottom:18px}.auth-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:5px;background:#f4eaf2;color:var(--brand);margin-bottom:14px}.auth-heading h1{margin:0 0 7px;font-size:22px}.auth-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.auth-panel form{display:grid;gap:14px;margin-top:15px}.auth-panel form>.button{width:100%;min-height:42px;margin-top:2px}.auth-footnote{margin:20px 0 0;color:#818b87;font-size:10px;text-align:center}.setup-key{display:grid;gap:5px;border:1px solid #d5ded9;border-radius:5px;background:#f4f7f5;padding:11px}.setup-key span{font-size:10px;font-weight:700}.setup-key code{overflow-wrap:anywhere;color:#6d175f;font-size:12px}.setup-key small{color:var(--muted);font-size:9px}.mobile-menu,.sidebar-close,.nav-scrim{display:none}@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operations-band{grid-template-columns:1fr}}@media(max-width:820px){.sidebar{transform:translate(-100%);transition:transform .2s}.sidebar-open{transform:translate(0)}.sidebar-close{display:grid;width:32px;height:32px;margin-left:auto;place-items:center;border:0;background:transparent;color:#aeb8b4}.nav-scrim{position:fixed;inset:0;z-index:29;display:block;border:0;background:#0d121080}.app-main{margin-left:0}.mobile-menu{position:fixed;top:11px;left:14px;z-index:25;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:5px;background:#fff}.topbar{padding-left:58px;padding-right:14px}.page-container{padding:24px 18px 60px}.page-header{align-items:stretch;flex-direction:column;gap:14px}.analytics-grid{grid-template-columns:1fr}}@media(max-width:560px){.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric{min-height:124px;padding:13px}.metric-icon{margin-bottom:10px}.metric>strong{font-size:20px}.pulse-list{grid-template-columns:1fr}.filter-bar{flex-direction:column}.search-box{max-width:none}.queue-row{align-items:flex-start;flex-wrap:wrap}.queue-main{width:calc(100% - 50px)}.queue-row>.button{margin-left:49px}.form-grid{grid-template-columns:1fr}.timeline article{grid-template-columns:30px 1fr}.timeline time{grid-column:2}.auth-page{background:#f3f6f4;padding:12px}.auth-panel{padding:22px 18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
