/* Privé Lounge V1.19 Enterprise Foundation — loaded last. */
:root{
  --pl-bg:#f7f4fb;--pl-surface:#ffffff;--pl-surface-2:#f2edf8;--pl-text:#201829;--pl-muted:#696172;
  --pl-line:#e5ddea;--pl-brand:#6f2fd2;--pl-brand-2:#a52e8d;--pl-gold:#b68a35;--pl-danger:#b42318;
  --pl-warning:#b54708;--pl-success:#087a55;--pl-info:#3154a6;--pl-radius:18px;--pl-shadow:0 18px 48px rgba(37,20,60,.08);
  --pl-focus:0 0 0 3px rgba(111,47,210,.22);
}
body.prive-theme-dark{
  --pl-bg:#0e0a20;--pl-surface:#17112f;--pl-surface-2:#211842;--pl-text:#f8f4ff;--pl-muted:#c8bfd4;
  --pl-line:rgba(238,226,255,.13);--pl-brand:#9d65ff;--pl-brand-2:#e15bbb;--pl-gold:#e0bd67;--pl-danger:#ff8078;
  --pl-warning:#f4b464;--pl-success:#61d8a7;--pl-info:#8fa9ff;--pl-shadow:0 22px 65px rgba(0,0,0,.32);--pl-focus:0 0 0 3px rgba(157,101,255,.30);
}
body.prive-density-compact{--pl-admin-gap:10px}body.prive-density-comfortable{--pl-admin-gap:16px}body.prive-density-spacious{--pl-admin-gap:22px}

/* Stable accessibility rules across both themes. */
.prive-admin-console-v160 :is(a,button,input,select,textarea,summary):focus-visible{outline:none!important;box-shadow:var(--pl-focus)!important}
.prive-admin-console-v160 :is(input,select,textarea){color:var(--pl-text)!important;background:var(--pl-surface)!important;border-color:var(--pl-line)!important}
body.prive-theme-dark .prive-admin-console-v160 :is(input,select,textarea){color:#f8f4ff!important;background:#0f0b24!important}
.prive-admin-v180-main{min-width:0}.prive-admin-v180-menu{scrollbar-width:thin}

/* Command Centre */
.prive-enterprise-command-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 18px}
.prive-enterprise-command-strip>div{min-width:0;padding:17px;border:1px solid var(--pl-line);border-radius:var(--pl-radius);background:linear-gradient(145deg,var(--pl-surface),var(--pl-surface-2));box-shadow:var(--pl-shadow)}
.prive-enterprise-command-strip span,.prive-enterprise-command-strip strong,.prive-enterprise-command-strip small{display:block}.prive-enterprise-command-strip span{font-size:9px;letter-spacing:.12em;font-weight:900;color:var(--pl-muted)}.prive-enterprise-command-strip strong{font:700 31px/1.1 Georgia,serif;color:var(--pl-text);margin:7px 0 4px}.prive-enterprise-command-strip small{color:var(--pl-muted);font-size:10px}.prive-enterprise-command-strip .is-alert{border-color:color-mix(in srgb,var(--pl-danger) 45%,var(--pl-line));}.prive-enterprise-command-strip .is-alert strong{color:var(--pl-danger)}.prive-enterprise-command-strip .is-warn strong{color:var(--pl-warning)}

/* Enterprise panels */
.prive-enterprise-panel{background:var(--pl-surface);border:1px solid var(--pl-line);border-radius:calc(var(--pl-radius) + 4px);padding:22px;box-shadow:var(--pl-shadow);color:var(--pl-text)}
.prive-enterprise-panel h2,.prive-enterprise-panel h3,.prive-enterprise-panel strong,.prive-enterprise-panel b{color:var(--pl-text)}.prive-enterprise-panel p,.prive-enterprise-panel small{color:var(--pl-muted)}
.prive-enterprise-segment{display:flex;gap:4px;background:var(--pl-surface-2);padding:4px;border-radius:12px}.prive-enterprise-segment a{padding:8px 12px;border-radius:9px;color:var(--pl-muted)!important;font-size:10px;font-weight:800}.prive-enterprise-segment a.is-active{background:var(--pl-surface);color:var(--pl-text)!important;box-shadow:0 2px 8px rgba(0,0,0,.06)}

/* Workflow engine */
.prive-enterprise-case-list{display:grid;gap:12px}.prive-enterprise-case{border:1px solid var(--pl-line);border-radius:var(--pl-radius);padding:16px;background:var(--pl-surface-2)}.prive-enterprise-case.is-overdue{border-color:color-mix(in srgb,var(--pl-danger) 48%,var(--pl-line));box-shadow:inset 3px 0 var(--pl-danger)}
.prive-enterprise-case-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.prive-enterprise-case-head span{font-size:9px;letter-spacing:.12em;color:var(--pl-brand);font-weight:900}.prive-enterprise-case-head h3{margin:3px 0 0;font-size:16px}.prive-enterprise-case-head>b{padding:5px 8px;border-radius:999px;font-size:9px;background:var(--pl-surface)}.prive-enterprise-case-head>b.is-urgent{color:var(--pl-danger)}.prive-enterprise-case-head>b.is-high{color:var(--pl-warning)}
.prive-enterprise-case-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:12px 0;color:var(--pl-muted);font-size:10px}.prive-enterprise-case-meta strong{display:block;margin-top:2px;font-size:11px}.prive-enterprise-case-form{display:grid;grid-template-columns:1fr 140px 150px 2fr auto;gap:9px;align-items:end}.prive-enterprise-case-form label{font-size:9px;font-weight:800;color:var(--pl-muted)}.prive-enterprise-case-form :is(input,select){width:100%;min-height:38px;margin-top:5px;border:1px solid var(--pl-line);border-radius:10px;padding:0 10px}.prive-enterprise-case-form .sc-button{min-height:38px}

/* Role engine */
.prive-enterprise-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 22px}.prive-enterprise-role-grid article{padding:14px;border:1px solid var(--pl-line);border-radius:14px;background:var(--pl-surface-2)}.prive-enterprise-role-grid span{font-size:9px;color:var(--pl-brand);font-weight:900}.prive-enterprise-role-grid h3{font-size:14px;margin:4px 0}.prive-enterprise-role-grid p{font-size:9px;line-height:1.5;margin:0;word-break:break-word}.prive-enterprise-role-row{display:grid;grid-template-columns:minmax(220px,1fr) 230px auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--pl-line)}.prive-enterprise-role-row div>*{display:block}.prive-enterprise-role-row small{margin-top:2px}

/* Data tables */
.prive-enterprise-table{display:grid;border:1px solid var(--pl-line);border-radius:14px;overflow:hidden}.prive-enterprise-table>div{display:grid;grid-template-columns:170px 1fr 180px 2fr;gap:12px;padding:11px 13px;border-bottom:1px solid var(--pl-line);align-items:start}.prive-enterprise-table>div:last-child{border-bottom:0}.prive-enterprise-table>.is-head{background:var(--pl-surface-2);font-size:9px;font-weight:900;letter-spacing:.08em;color:var(--pl-muted)}.prive-enterprise-table span{min-width:0;font-size:10px;color:var(--pl-text)}.prive-enterprise-table span>*{display:block}.prive-enterprise-table small{margin-top:2px}.prive-enterprise-table details pre{max-height:250px;overflow:auto;white-space:pre-wrap;word-break:break-word;background:var(--pl-surface-2);border:1px solid var(--pl-line);border-radius:10px;padding:10px;color:var(--pl-text)}
.prive-enterprise-table.is-ledger>div{grid-template-columns:2fr 1fr 1.2fr 1fr .7fr}.prive-enterprise-table.is-policy>div{grid-template-columns:2fr repeat(4,.55fr);align-items:center}.prive-enterprise-table.is-policy input{width:16px!important;height:16px!important;accent-color:var(--pl-brand)}

/* Health */
.prive-enterprise-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.prive-enterprise-health-grid article{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--pl-line);border-radius:14px;background:var(--pl-surface-2)}.prive-enterprise-health-grid article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--pl-surface);font-weight:900}.prive-enterprise-health-grid .is-ok>span{color:var(--pl-success)}.prive-enterprise-health-grid .is-warning>span{color:var(--pl-warning)}.prive-enterprise-health-grid .is-critical>span{color:var(--pl-danger)}.prive-enterprise-health-grid strong{font-size:12px}.prive-enterprise-health-grid p{margin:3px 0 0;font-size:10px}

/* Notification policy and design system */
.prive-enterprise-policy-form,.prive-enterprise-design-form{display:grid;gap:13px}.prive-enterprise-policy-form>.sc-button,.prive-enterprise-design-form>.sc-button{justify-self:start}.prive-enterprise-design-form{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end}.prive-enterprise-design-form label{display:grid;gap:5px;color:var(--pl-muted);font-size:9px;font-weight:800}.prive-enterprise-design-form :is(input,select){min-height:40px;border:1px solid var(--pl-line);border-radius:10px;padding:0 10px}.prive-enterprise-component-preview{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.prive-enterprise-component-preview article{padding:16px;border:1px solid var(--pl-line);border-radius:var(--pl-radius);background:var(--pl-surface-2)}.prive-enterprise-component-preview h3{margin:4px 0}.prive-enterprise-component-preview p{font-size:10px}.prive-enterprise-component-preview label{font-size:9px}.prive-enterprise-component-preview input{width:100%;min-height:38px;margin-top:5px}.prive-enterprise-status-row{display:flex;gap:6px;flex-wrap:wrap}.prive-enterprise-status-row b{padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--pl-brand) 10%,var(--pl-surface));color:var(--pl-brand);font-size:9px}

@media(max-width:1250px){.prive-enterprise-command-strip{grid-template-columns:repeat(3,1fr)}.prive-enterprise-role-grid{grid-template-columns:repeat(2,1fr)}.prive-enterprise-case-form{grid-template-columns:1fr 1fr 1fr}.prive-enterprise-case-form .is-wide{grid-column:1/3}.prive-enterprise-design-form{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.prive-enterprise-command-strip,.prive-enterprise-role-grid,.prive-enterprise-health-grid,.prive-enterprise-component-preview{grid-template-columns:1fr}.prive-enterprise-case-form,.prive-enterprise-role-row,.prive-enterprise-design-form{grid-template-columns:1fr}.prive-enterprise-case-form .is-wide{grid-column:auto}.prive-enterprise-table{overflow-x:auto}.prive-enterprise-table>div{min-width:760px}.prive-enterprise-command-strip>div{padding:14px}}
body.prive-motion-reduced_safe *{scroll-behavior:auto!important} @media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.prive-stepup-shell{min-height:70vh;display:grid;place-items:center}.prive-stepup-card{max-width:660px;width:100%}.prive-stepup-card h1{margin:6px 0 10px}.prive-stepup-card form{display:grid;gap:14px;margin-top:18px}.prive-stepup-card label{display:grid;gap:6px;font-size:10px;font-weight:800;color:var(--pl-muted)}.prive-stepup-card input{min-height:46px;border:1px solid var(--pl-line);border-radius:12px;padding:0 12px}.prive-stepup-card form>div{display:flex;gap:8px;flex-wrap:wrap}
.prive-enterprise-admin-search{display:flex;gap:6px;min-width:min(440px,44vw)}.prive-enterprise-admin-search input{min-width:0;flex:1;min-height:40px;border:1px solid var(--pl-line);border-radius:11px;padding:0 12px;background:var(--pl-surface);color:var(--pl-text)}.prive-enterprise-search-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.prive-enterprise-search-groups section{border:1px solid var(--pl-line);border-radius:14px;background:var(--pl-surface-2);padding:13px;min-width:0}.prive-enterprise-search-groups h3{display:flex;justify-content:space-between;margin:0 0 8px}.prive-enterprise-search-groups h3 em{font-style:normal;color:var(--pl-brand)}.prive-enterprise-search-groups a{display:block;padding:9px 0;border-top:1px solid var(--pl-line);color:var(--pl-text)!important}.prive-enterprise-search-groups a strong,.prive-enterprise-search-groups a small{display:block}.prive-enterprise-search-groups a small{margin-top:2px;color:var(--pl-muted)}
@media(max-width:900px){.prive-enterprise-admin-search{min-width:100%;width:100%}.prive-enterprise-search-groups{grid-template-columns:1fr}}
