:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}body{color:#172b4d;background:#f4f5f7;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.app-container{grid-template:"header header""content sidebar"1fr/1fr 350px;height:100vh;display:grid}.app-header{color:#fff;background:#091e42;grid-area:header;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.app-header h1{margin:16px 0;font-size:1.2rem}.app-header nav a{color:#b3bac5;border-radius:3px;margin-left:24px;padding:8px 12px;font-weight:500;text-decoration:none}.app-header nav a:hover{color:#fff;background:#ffffff1a}.app-header nav a.active{color:#fff;background:#fff3}.app-content{grid-area:content;padding:32px;overflow-y:auto}.app-sidebar{background:#fff;border-left:1px solid #dfe1e6;grid-area:sidebar;overflow-y:auto}.page h2{margin-top:0;font-size:1.5rem}.card{background:#fff;border-radius:4px;margin-top:24px;padding:24px;box-shadow:0 1px 3px #091e4221}.card h3{margin-top:0}.status-badge{border-radius:3px;padding:2px 6px;font-size:.85rem;font-weight:700;display:inline-block}.status-badge.healthy{color:#066637;background:#e3fcef}.deployment-list{margin:0;padding:0;list-style:none}.deployment-item{border-bottom:1px solid #ebecf0;padding:12px 0}.deployment-item:last-child{border-bottom:none}.deployment-item.active{color:#0052cc}.deployment-item.rolled-back{color:#7a869a;text-decoration:line-through}.presence-toggle-card{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.presence-toggle-card h3{margin-bottom:8px}.presence-toggle-card p{color:#5e6c84;max-width:42rem;margin:0}.presence-switch{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:10px;display:flex}.presence-switch input{opacity:0;width:1px;height:1px;position:absolute}.presence-switch-track{background:#c1c7d0;border-radius:12px;width:44px;height:24px;transition:background .15s;position:relative}.presence-switch-track:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #091e4240}.presence-switch input:checked+.presence-switch-track{background:#0052cc}.presence-switch input:checked+.presence-switch-track:after{transform:translate(20px)}.presence-switch input:focus-visible+.presence-switch-track{outline-offset:2px;outline:2px solid #4c9aff}.presence-switch-label{min-width:1.75rem;font-weight:600}.audit-log{padding:24px}.audit-log h2{border-bottom:2px solid #ebecf0;margin-top:0;padding-bottom:12px;font-size:1.1rem}.audit-log ul{margin:0;padding:0;list-style:none}.audit-entry{background:#fafbfc;border-left:4px solid #dfe1e6;border-radius:4px;margin-bottom:12px;padding:12px;font-size:.9rem}.audit-entry.approved{border-left-color:#36b37e}.audit-entry.denied{border-left-color:#ff5630}.audit-time{color:#7a869a;margin-bottom:4px;font-size:.8rem}.audit-details strong{display:block}.audit-origin{color:#5e6c84}.audit-decision{align-items:center;gap:8px;margin-top:8px;display:flex}.audit-decision .badge{border-radius:2px;padding:2px 4px;font-size:.75rem;font-weight:700}.audit-entry.approved .badge{color:#066637;background:#e3fcef}.audit-entry.denied .badge{color:#bf2600;background:#ffebe6}.audit-decision .reason{color:#7a869a;font-style:italic}.consent-card-overlay{z-index:1000;background:#091e428a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.consent-card{background:#fff;border-radius:6px;width:400px;animation:.2s ease-out slideIn;overflow:hidden;box-shadow:0 8px 16px #091e4240}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.consent-card.high-risk{border-top:4px solid #ff5630}.consent-card-header{border-bottom:1px solid #ebecf0;padding:24px}.consent-card-header h3{margin:12px 0 4px;font-size:1.4rem}.consent-card-header .origin{color:#5e6c84;margin:0;font-size:.9rem}.risk-badge{border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-block}.risk-badge.risk-low{color:#066637;background:#e3fcef}.risk-badge.risk-high{color:#bf2600;background:#ffebe6}.consent-card-body{background:#fafbfc;padding:24px}.details-block{margin-bottom:16px}.details-block strong{color:#5e6c84;text-transform:uppercase;margin-bottom:4px;font-size:.85rem;display:block}.details-block ul{margin:0;padding-left:20px}.impact{font-weight:500}.impact.reversible{color:#36b37e}.impact.irreversible{color:#ff5630;font-weight:700}.remember-block{margin-top:24px;font-size:.9rem}.remember-block label{cursor:pointer;align-items:center;gap:8px;display:flex}.consent-card-actions{background:#fff;border-top:1px solid #ebecf0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.consent-card-actions button{cursor:pointer;border:none;border-radius:3px;padding:8px 16px;font-size:.9rem;font-weight:600}.btn-deny{color:#172b4d;background:#fff}.btn-deny:hover{background:#ebecf0}.btn-approve{color:#fff;background:#0052cc}.btn-approve:hover{background:#0047b3}
