:root{color-scheme:light;--bg:#f5f6f2;--surface:#ffffff;--surface-muted:#eef1ea;--line:#d9ded2;--line-strong:#b8c1ad;--text:#20251f;--muted:#66705f;--brand:#2f6f5e;--brand-strong:#235648;--accent:#b95032;--warning:#9a6a14;--danger:#a13f3f;--shadow:0 1px 2px rgb(31 37 28/0.08),0 8px 24px rgb(31 37 28/0.08)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;letter-spacing:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);background:#fbfcf8;padding:20px 16px;display:flex;flex-direction:column;gap:24px}.brand{display:flex;align-items:center;gap:10px;min-height:40px}.brand-mark{width:32px;height:32px;border-radius:7px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:700}.brand-title{font-size:15px;font-weight:700}.brand-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.nav{display:grid;grid-gap:6px;gap:6px}.nav-button{min-height:38px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--muted);padding:8px 10px;text-align:left}.nav-button.active{background:var(--surface-muted);border-color:var(--line);color:var(--text)}.nav-button:disabled{color:rgb(102 112 95/.48);background:transparent;border-color:transparent}.sidebar-footer{margin-top:auto;display:grid;grid-gap:10px;gap:10px}.main{min-width:0;display:flex;flex-direction:column}.topbar{min-height:68px;border-bottom:1px solid var(--line);background:rgb(255 255 255/.78);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px}.page-title{margin:0;font-size:22px;line-height:1.2}.page-subtitle{margin:3px 0 0;color:var(--muted)}.content{padding:24px 28px 40px;display:grid;grid-gap:20px;gap:20px}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.metric{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px;min-height:86px}.metric-label{color:var(--muted);font-size:12px}.metric-value{display:block;margin-top:10px;font-size:26px;font-weight:750;line-height:1}.layout-workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:18px;gap:18px;align-items:start}.card-board{display:grid;grid-gap:14px;gap:14px;min-width:0}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));grid-auto-flow:dense;grid-gap:12px;gap:12px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.layout-card{min-width:0;min-height:260px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.layout-card.compact{grid-column:span 1;min-height:190px}.layout-card.normal{grid-column:span 2}.layout-card.wide{grid-column:span 4}.layout-card.tall{grid-column:span 2;min-height:420px}.card-header{min-height:56px;border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding:10px 12px;background:#fbfcf8}.card-header,.card-title-group{display:flex;align-items:center}.card-title-group{gap:8px;min-width:0}.card-title-group h3{margin:0;font-size:14px;line-height:1.2}.card-title-group span{color:var(--muted);font-size:12px}.card-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.compact-select{width:112px;padding:4px 7px}.compact-select,.icon-button{min-height:30px;font-size:12px}.icon-button{min-width:30px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:5px 8px;font-weight:650}.icon-button.danger{color:var(--danger);border-color:rgb(161 63 63/.25)}.card-content{min-width:0;min-height:0;display:grid;align-content:start;grid-gap:12px;gap:12px;padding:12px;overflow:auto}.card-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:8px;gap:8px}.mini-kpi{border:1px solid var(--line);border-radius:7px;padding:10px;background:var(--surface-muted)}.mini-kpi span{display:block;color:var(--muted);font-size:12px}.mini-kpi strong{display:block;margin-top:7px;font-size:18px}.card-list{display:grid;grid-gap:8px;gap:8px}.card-list-row{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:7px;padding:8px 10px}.card-list-row div{min-width:0}.card-list-row span,.card-list-row strong{overflow-wrap:anywhere}.card-list-row div span{display:block;margin-top:2px;color:var(--muted);font-size:12px}.card-note{margin:0;white-space:pre-wrap;line-height:1.5}.custom-card-form,.layout-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px;display:grid;grid-gap:12px;gap:12px}.layout-panel{position:-webkit-sticky;position:sticky;top:14px}.module-list{display:grid;grid-gap:8px;gap:8px}.module-toggle{min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:9px}.module-toggle p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.switch{width:42px;height:24px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-muted);padding:2px}.switch span{display:block;width:18px;height:18px;border-radius:999px;background:var(--muted);transition:transform .15s ease,background .15s ease}.switch.on{border-color:rgb(47 111 94/.35);background:rgb(47 111 94/.12)}.switch.on span{background:var(--brand);transform:translateX(17px)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:start}.workspace.wide-form{grid-template-columns:minmax(0,1fr) minmax(460px,560px)}.section{display:grid;grid-gap:12px;gap:12px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-title{margin:0;font-size:16px}.table-wrap{border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.table th{color:var(--muted);font-size:12px;font-weight:650;background:#fbfcf8}.table tr:last-child td{border-bottom:0}.form-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:16px;display:grid;grid-gap:12px;gap:12px}.form-grid{display:grid;grid-gap:10px;gap:10px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-section{border-top:1px solid var(--line);padding-top:12px;display:grid;grid-gap:10px;gap:10px}.form-section:first-of-type{border-top:0;padding-top:0}.form-section h3{margin:0;font-size:13px;color:var(--text)}.field{display:grid;grid-gap:6px;gap:6px}.field span{color:var(--muted);font-size:12px;font-weight:650}.input,.select{min-height:38px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--text);padding:8px 10px;width:100%}.textarea{min-height:92px;resize:vertical}.input:focus,.select:focus{outline:2px solid rgb(47 111 94/.22);border-color:var(--brand)}.button-row{display:flex;flex-wrap:wrap}.button,.button-row{align-items:center;gap:8px}.button{min-height:38px;display:inline-flex;justify-content:center;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--text);padding:8px 12px;font-weight:650}.button.primary{border-color:var(--brand);background:var(--brand);color:#fff}.button.primary:hover{background:var(--brand-strong)}.button.danger{border-color:rgb(161 63 63/.35);color:var(--danger)}.button.small{min-height:30px;padding:5px 8px;font-size:12px}.row-actions{display:flex;flex-wrap:wrap}.row-actions,.status{align-items:center;gap:6px}.status{display:inline-flex;min-height:24px;border:1px solid var(--line);border-radius:999px;padding:2px 8px;color:var(--muted);background:#fbfcf8;font-size:12px}.status.active{color:var(--brand-strong);border-color:rgb(47 111 94/.25);background:rgb(47 111 94/.08)}.status.deprecated,.status.onboarding,.status.paused,.status.proposed{color:var(--warning);border-color:rgb(154 106 20/.25);background:rgb(154 106 20/.08)}.status.archived,.status.disabled,.status.expired,.status.revoked{color:var(--danger);border-color:rgb(161 63 63/.25);background:rgb(161 63 63/.08)}.empty{padding:28px 14px;color:var(--muted);text-align:center}.notice{border:1px solid rgb(185 80 50/.28);border-radius:8px;background:rgb(185 80 50/.08);color:#73331f;padding:10px 12px}.timeline{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:8px 0}.timeline-item{display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:8px;gap:8px;padding:10px 14px;align-items:start}.timeline-dot{width:8px;height:8px;border-radius:999px;background:var(--brand);margin-top:5px;justify-self:center}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) 420px;background:var(--bg)}.login-visual{padding:44px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(120deg,rgb(47 111 94/.92),rgb(24 58 52/.92)),url("data:image/svg+xml,%3Csvg width='960' height='720' viewBox='0 0 960 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.22'%3E%3Cpath d='M64 112h832M64 232h832M64 352h832M64 472h832M64 592h832'/%3E%3Cpath d='M160 72v576M320 72v576M480 72v576M640 72v576M800 72v576'/%3E%3C/g%3E%3Crect x='146' y='116' width='188' height='78' rx='8' fill='%23ffffff' fill-opacity='.16'/%3E%3Crect x='384' y='238' width='252' height='78' rx='8' fill='%23ffffff' fill-opacity='.16'/%3E%3Crect x='594' y='476' width='218' height='78' rx='8' fill='%23ffffff' fill-opacity='.16'/%3E%3C/svg%3E");background-size:cover;color:#fff}.login-copy{max-width:620px}.login-copy h1{margin:0;font-size:42px;line-height:1.05}.login-copy p{max-width:560px;color:rgb(255 255 255/.8);font-size:16px;line-height:1.5}.login-panel{background:var(--surface);border-left:1px solid var(--line);display:grid;align-content:center;padding:36px}.role-tags{display:flex;flex-wrap:wrap;gap:4px}.role-tag-remove{margin-left:2px;line-height:1;padding:0;background:none;border:none;cursor:pointer;color:inherit;font-size:14px}.assign-role-row{display:flex;gap:4px;margin-top:6px}.role-permissions-section{margin-top:16px}.role-permissions-catalog{margin-top:12px}.role-permissions-catalog summary{cursor:pointer;padding:8px 0;font-weight:600}.role-permissions-catalog .table-wrap{margin-top:8px}.form-section-gap,.team-section-gap{margin-top:24px}.login-panel h2{margin:0 0 4px;font-size:22px}.login-panel p{margin:0 0 18px;color:var(--muted)}@media (max-width:1040px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.nav{grid-template-columns:repeat(4,minmax(0,1fr))}.sidebar-footer{margin-top:0}.layout-workspace,.workspace{grid-template-columns:1fr}.layout-panel{position:static}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-card.compact,.layout-card.normal,.layout-card.tall,.layout-card.wide{grid-column:span 2}.workspace.wide-form{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.login-page{grid-template-columns:1fr}.login-visual{min-height:260px;padding:28px}.login-copy h1{font-size:32px}.login-panel{border-left:0;padding:24px}.topbar{align-items:flex-start;flex-direction:column}.content,.topbar{padding:18px}.card-grid,.metrics,.metrics-grid{grid-template-columns:1fr}.layout-card.compact,.layout-card.normal,.layout-card.tall,.layout-card.wide{grid-column:span 1;min-height:220px}.card-header{align-items:flex-start;flex-direction:column}.card-actions{width:100%;justify-content:flex-start}.table-wrap{overflow-x:auto}.table{min-width:720px}.form-grid.three,.form-grid.two{grid-template-columns:1fr}}.editorial-plan-selector{margin-bottom:.75rem}.editorial-plan-kpis{margin-bottom:.5rem}.editorial-pipeline{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.pipeline-column{min-width:180px;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.pipeline-column-header{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted,#888);padding:.25rem 0;border-bottom:1px solid var(--border,#e2e8f0)}.pipeline-count{background:var(--bg-accent,#f1f5f9);border-radius:999px;padding:0 .4rem;font-size:.65rem;font-weight:700}.pipeline-card{background:var(--bg-card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:6px;padding:.6rem .75rem;display:flex;flex-direction:column;gap:.35rem}.pipeline-type{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#888);font-weight:600}.pipeline-caption{font-size:.8rem;line-height:1.4;color:var(--text,#1e293b);margin:0}.card-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.3rem}.card-list-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;padding:.25rem 0;border-bottom:1px solid var(--border,#e2e8f0)}.card-list-item:last-child{border-bottom:none}.card-list-item .item-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-empty{font-size:.8rem;color:var(--text-muted,#888);padding:.5rem 0}.invite-subtitle{margin-bottom:1rem}.invite-notice{margin-bottom:.75rem}.pipeline-card-actions{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.meta-badge{font-size:.7rem;padding:.1rem .4rem;background:#e8f4fd;color:#1877f2;border-radius:4px;font-family:monospace;border:1px solid #b3d4f5}.help-popover-wrap,.meta-badge{display:inline-flex;align-items:center}.help-popover-wrap{position:relative}.help-trigger{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;padding:0;flex-shrink:0;transition:color .15s,border-color .15s}.help-trigger:hover{color:var(--primary);border-color:var(--primary)}.help-card{position:absolute;left:28px;top:50%;transform:translateY(-50%);z-index:200;width:320px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.14);pointer-events:none}.help-card-title{font-weight:600;font-size:.85rem;margin-bottom:.4rem;color:var(--text)}.help-card-desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin:0 0 .5rem}.help-card-steps-wrap{margin-top:.5rem}.help-card-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.3rem}.help-card-steps{margin:0;padding-left:1.1rem;font-size:.78rem;color:var(--text);line-height:1.6}.help-card-link{display:inline-flex;align-items:center;gap:.25rem;margin-top:.6rem;font-size:.78rem;color:var(--primary);text-decoration:none;pointer-events:all}.help-card-link:hover{text-decoration:underline}.resource-name-cell{display:flex;align-items:flex-start;gap:.4rem}.system-integrations{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.75rem;gap:.75rem;padding:.25rem 0 .5rem}.integration-card{border:1px solid var(--border);border-radius:8px;padding:.9rem 1rem;background:var(--surface)}.integration-card.status-inactive{border-left:3px solid #d1d5db}.integration-card.status-partial{border-left:3px solid #f59e0b}.integration-card.status-active{border-left:3px solid #22c55e}.integration-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.integration-card-name strong{display:block;font-size:.88rem}.integration-category{font-size:.72rem;color:var(--muted)}.integration-card-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.integration-status{font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:10px}.integration-status.active{background:#dcfce7;color:#166534}.integration-status.inactive{background:#f3f4f6;color:#6b7280}.integration-status.partial{background:#fef3c7;color:#92400e}.integration-description{font-size:.8rem;color:var(--muted);margin:.2rem 0 .4rem;line-height:1.5}.integration-inactive-notice,.integration-partial-notice{display:flex;align-items:center;gap:.25rem;font-size:.75rem;padding:.3rem .5rem;border-radius:4px;margin-top:.4rem}.integration-inactive-notice{background:#f9fafb;color:#6b7280}.integration-partial-notice{background:#fffbeb;color:#92400e}.modal-large{width:min(680px,95vw);max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.modal-close,.modal-header{display:flex;align-items:center}.modal-close{justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;padding:0}.modal-close:hover{color:var(--text);border-color:var(--text)}.quick-guide-body{overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.quick-guide-section{padding-bottom:1rem;border-bottom:1px solid var(--border)}.quick-guide-section:last-of-type{border-bottom:none}.quick-guide-section-title{font-size:.9rem;font-weight:600;margin:0 0 .35rem;color:var(--text)}.quick-guide-section-content{font-size:.83rem;color:var(--muted);line-height:1.6;margin:0}.quick-guide-footer{font-size:.78rem;color:var(--muted);margin:0;padding-top:.5rem}.quick-guide-footer code{background:var(--hover);padding:.1rem .35rem;border-radius:3px;font-size:.77rem}.mfa-recovery-notice{margin-top:1.5rem;padding:1rem 1.25rem;background:#fff8e1;border:1px solid #f59e0b;border-radius:6px}.recovery-codes-list{margin:.75rem 0;padding-left:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.25rem 1.5rem;gap:.25rem 1.5rem}.recovery-code{font-family:Courier New,monospace;font-size:.9rem;letter-spacing:.05em}.approvals-filters{margin-bottom:1rem}