@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--surface: #fcf9f8;--canvas: #f6f3f2;--card: #ffffff;--card-subtle: #f8f6f5;--card-muted: #f0edec;--border: #e5e2e1;--border-strong: #c3c5d9;--outline: #737688;--text: #1c1b1b;--muted: #434656;--muted-soft: #6f7280;--shell: #1a1a1a;--shell-border: #2b2b2b;--primary: #0041c8;--primary-bright: #0055ff;--primary-soft: #dce1ff;--secondary: #6b38d4;--secondary-soft: #e9ddff;--success: #0f8a4a;--success-soft: #e3f7ea;--warning: #a05a00;--warning-soft: #fff2d8;--danger: #ba1a1a;--danger-soft: #ffdad6;--shadow-card: 0 2px 4px rgba(0, 0, 0, .04), 0 8px 16px rgba(0, 0, 0, .08);--shadow-hover: 0 4px 8px rgba(0, 0, 0, .05), 0 16px 28px rgba(0, 0, 0, .1);color:var(--text);background:var(--canvas);font-family:Inter,sans-serif}*{box-sizing:border-box}html{background:var(--canvas)}body{margin:0;min-width:1280px;min-height:100vh;color:var(--text);background:var(--canvas);font-family:Inter,sans-serif;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button{color:inherit}.material-symbols-outlined{display:inline-flex;width:1.1em;min-width:1em;overflow:visible;align-items:center;justify-content:center;font-family:Material Symbols Outlined;font-size:22px;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;direction:ltr;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.app-shell{display:flex;min-height:100vh;background:var(--canvas)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:50;display:flex;width:256px;height:100vh;flex-direction:column;padding:32px 16px 18px;background:var(--shell);color:#fff;border-right:1px solid var(--shell-border)}.brand-card{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.brand-mark{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:var(--primary-bright);color:#fff;font-size:1.05rem;font-weight:900;letter-spacing:-.04em;box-shadow:0 14px 28px #0055ff38}.brand-card h1,.brand-card p{margin:0}.brand-card h1{color:#fff;font-size:1.25rem;font-weight:900;letter-spacing:-.02em;line-height:1.05}.brand-card p{margin-top:3px;color:#a3a3a3;font-size:.74rem;font-weight:500}.nav-list{display:flex;flex:1;flex-direction:column;gap:4px;overflow-y:auto;padding:0 4px 18px}.nav-item{display:flex;align-items:center;gap:14px;padding:13px 16px;border-radius:12px;color:#a3a3a3;text-decoration:none;transition:background-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.nav-item:hover{color:#fff;background:#ffffff1a}.nav-item.active{color:#fff;background:var(--primary-bright);box-shadow:0 14px 28px #0055ff38}.nav-icon{color:currentColor;font-size:23px;flex:0 0 auto}.nav-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.nav-copy strong{overflow:hidden;color:inherit;font-size:.95rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.nav-copy small{display:none}.sidebar-widget{margin:10px 4px 14px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#111}.sidebar-widget h2,.sidebar-widget p{margin:0}.sidebar-widget h2{margin-top:8px;color:#fff;font-size:1rem;font-weight:800}.sidebar-widget p:last-of-type{margin-top:8px;color:#c4c4c4;font-size:.8rem}.sidebar-widget-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.sidebar-widget-meta span{padding:6px 9px;border-radius:999px;background:#ffffff14;color:#d5d5d5;font-size:.68rem;font-weight:700}.sidebar-footer{display:flex;flex-direction:column;gap:4px;padding:12px 4px 0;border-top:1px solid rgba(255,255,255,.08)}.sidebar-footer-link{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;color:#a3a3a3;text-decoration:none;transition:background-color .16s ease,color .16s ease}.sidebar-footer-link:hover{color:#fff;background:#ffffff1a}.main-layout{display:flex;min-height:100vh;min-width:0;flex:1;flex-direction:column;margin-left:256px;width:calc(100vw - 256px);max-width:calc(100vw - 256px);background:var(--canvas)}.topbar{position:sticky;top:0;z-index:40;display:flex;min-height:64px;align-items:center;justify-content:flex-end;gap:16px;padding:0 24px;border-bottom:1px solid #dedede;background:#fafafa;box-shadow:0 1px 4px #00000014}.topbar h2{margin:0;color:#171717;font-size:1.08rem;font-weight:800;letter-spacing:-.02em}.topbar-status{display:flex;width:100%;align-items:center;justify-content:flex-end;gap:10px}.topbar-search{position:relative;display:flex;width:min(360px,100%);margin-right:auto;align-items:center}.topbar-search .material-symbols-outlined{position:absolute;left:12px;color:#8a8d97;font-size:20px}.topbar-search input{width:100%;height:36px;padding:0 12px 0 40px;border:1px solid var(--border-strong);border-radius:8px;outline:none;background:#fff;color:var(--text);font-size:.86rem;transition:border-color .16s ease,box-shadow .16s ease}.topbar-search input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.topbar-tags{display:flex;align-items:center;gap:6px}.topbar-tag{display:inline-flex;align-items:center;height:30px;padding:0 11px;border-radius:999px;background:var(--card-muted);color:var(--muted);font-size:.74rem;font-weight:700;white-space:nowrap}.topbar-tag.live{background:var(--success-soft);color:var(--success)}.topbar-tag.warning{background:var(--warning-soft);color:var(--warning)}.topbar-tag.focus{background:#0041c81a;color:var(--primary)}.topbar-actions{display:flex;align-items:center;gap:6px}.icon-button,.avatar-button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:8px;background:transparent;color:#6b6e76;cursor:pointer;transition:background-color .16s ease,color .16s ease}.status-icon-button{position:relative}.status-icon-button.warning{color:#b46b00}.status-counter{position:absolute;top:-2px;right:-1px;display:inline-grid;min-width:16px;height:16px;place-items:center;padding:0 4px;border-radius:999px;background:#111;color:#fff;font-size:.6rem;font-weight:800;line-height:1}.icon-button:hover,.avatar-button:hover{background:#eee;color:var(--text)}.avatar-button{overflow:hidden;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:var(--primary);font-size:.74rem;font-weight:900}.page-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;width:100%;max-width:none;margin:0;padding:28px 24px 48px}.hero-panel{grid-column:1 / -1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;min-height:112px;min-width:0;animation:rise-in .24s ease}.hero-panel h3{margin:6px 0 0;color:var(--text);font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1.2}.support-copy{max-width:780px;margin:6px 0 0;color:var(--muted);font-size:1rem;line-height:1.55}.support-copy.compact{max-width:none;margin-top:0}.hero-status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:max-content}.eyebrow{margin:0;color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.content-panel,.metric-card,.table-card,.qa-state-shell,.queue-column{border:1px solid var(--border);border-radius:16px;background:var(--card);box-shadow:var(--shadow-card)}.table-card{padding:0;overflow:hidden}.table-card .panel-heading{padding:22px 24px 0;margin-bottom:14px}.content-panel{grid-column:span 6;min-width:0;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.content-panel:hover,.metric-card:hover,.table-card:hover,.queue-column:hover{transform:translateY(-1px);border-color:#d5d2d2;box-shadow:var(--shadow-hover)}.dark-panel{background:linear-gradient(180deg,#fffffff5,#fff),var(--card);color:var(--text);border-top:3px solid var(--primary-bright)}.dark-panel .eyebrow{color:var(--primary)}.dark-panel p,.dark-panel span{color:var(--muted)}.content-panel h3,.table-card h3,.qa-state-shell h3{margin:4px 0 0;color:var(--text);font-size:1.22rem;font-weight:800;letter-spacing:-.025em;line-height:1.35}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.wide-panel,.table-card,.qa-state-shell{grid-column:1 / -1}.metrics-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{position:relative;display:flex;min-height:178px;flex-direction:column;overflow:hidden;padding:24px}.metric-card:after{position:absolute;right:-28px;bottom:-34px;width:120px;height:120px;border-radius:999px;background:#0041c80f;content:"";filter:blur(4px)}.metric-card.dark-panel:after{background:#6b38d414}.metric-card p,.metric-card span{margin:0}.metric-card p{color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.metric-card strong{display:block;margin-top:auto;color:var(--text);font-size:clamp(2.35rem,4vw,3rem);font-weight:800;letter-spacing:-.055em;line-height:1.05}.metric-card span{display:inline-flex;align-items:center;margin-top:8px;color:var(--success);font-size:.78rem;font-weight:700}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-badge,.status-chip,.queue-meta span{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.72rem;font-weight:800;line-height:1.2;white-space:nowrap}.panel-badge{min-height:28px;padding:7px 10px;background:#0041c81a;color:var(--primary)}.panel-badge.light{background:var(--card-muted);color:var(--muted)}.nav-pill{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:28px;padding:6px 10px;border-radius:999px;background:#0041c81a;color:var(--primary);font-size:.72rem;font-weight:900}.icon-badge{width:auto}.status-chip{min-height:30px;padding:8px 12px;background:var(--card-muted);color:var(--muted)}.status-chip.live{background:var(--success-soft);color:var(--success)}.status-chip.focus{background:#0041c81a;color:var(--primary)}.status-chip.warning{background:var(--danger-soft);color:var(--danger)}.primary-button,.ghost-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;padding:9px 14px;border:1px solid transparent;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:800;line-height:1.2;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.primary-button{background:var(--primary);color:#fff;box-shadow:0 10px 18px #0041c82e}.primary-button:hover{background:var(--primary-bright)}.ghost-button{border-color:var(--border-strong);background:#fff;color:var(--text);box-shadow:0 1px 2px #0000000a}.ghost-button:hover{background:var(--card-muted)}.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.top-gap{margin-top:18px}.top-gap-sm{margin-top:10px}.work-list,.stack-list,.checklist-list{display:flex;flex-direction:column;gap:12px}.work-item,.summary-item,.priority-card,.insight-card,.review-block,.score-card,.calendar-card,.state-panel,.overlay-shell{border:1px solid transparent;border-radius:12px;background:var(--card-subtle)}.work-item{display:flex;justify-content:space-between;gap:16px;padding:16px}.work-item h4,.summary-item h4,.priority-card h4,.insight-card h4,.review-block h4,.state-panel h4{margin:0 0 8px;color:var(--text);font-size:.98rem;font-weight:800;letter-spacing:-.015em}.work-item p,.summary-item p,.priority-card p,.insight-card p,.review-block p,.state-panel p,.overlay-shell p,.score-card span{margin:0;color:var(--muted);line-height:1.6}.summary-item,.priority-card,.insight-card,.review-block,.score-card,.calendar-card,.overlay-shell{padding:16px}.insight-card{position:relative;overflow:hidden}.insight-card:before{position:absolute;inset:0 auto 0 0;width:3px;background:#0041c829;content:""}.insight-card strong{display:block;margin-top:12px;color:var(--text);font-weight:800}.priority-card{background:linear-gradient(180deg,#ffffff,var(--card-subtle))}.mini-label{margin:0 0 10px;color:var(--primary);font-size:.7rem;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.mini-label.subtle{color:var(--secondary)}.three-up-grid,.quad-grid,.split-grid,.calendar-grid,.review-grid,.score-grid,.state-grid,.field-grid,.overlay-grid{display:grid;gap:16px}.three-up-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quad-grid,.split-grid,.review-grid,.calendar-grid,.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.score-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.state-grid,.overlay-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.single-column{grid-template-columns:1fr}.table-card{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.table-wrapper{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#fff}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:15px 18px;text-align:left;vertical-align:top}.data-table th{border-bottom:1px solid var(--border);background:var(--card-subtle);color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.data-table td{color:var(--text);font-size:.86rem;font-weight:600}.data-table tbody tr+tr td{border-top:1px solid var(--border)}.data-table tbody tr:hover td{background:#fbfbfb}.queue-board{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:16px;overflow-x:auto;padding-bottom:4px}.queue-column{display:flex;min-height:420px;flex-direction:column;gap:14px;padding:18px;background:#fff}.queue-column-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.queue-column-head h3{margin:4px 0 0;color:var(--text);font-size:1rem;font-weight:800}.queue-card-list{display:flex;flex-direction:column;gap:12px}.queue-card{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--card-subtle);transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.queue-card:hover{transform:translateY(-1px);border-color:var(--border-strong);background:#fff}.queue-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.queue-card h4{margin:0;color:var(--text);font-size:.94rem;font-weight:800;line-height:1.4}.queue-card p{margin:0;color:var(--muted);font-size:.82rem}.queue-meta{display:flex;flex-wrap:wrap;gap:6px}.queue-meta span{padding:5px 8px;background:#0041c814;color:var(--primary)}.queue-meta-detail{display:grid;gap:8px}.queue-meta-detail div{padding:9px 10px;border-radius:10px;background:#fff;border:1px solid var(--border)}.queue-meta-detail small,.queue-meta-detail strong{display:block}.queue-meta-detail small{margin-bottom:4px;color:var(--muted-soft);font-size:.7rem;font-weight:700}.queue-meta-detail strong{color:var(--text);font-size:.82rem;line-height:1.4}.queue-action-button{width:100%}.review-draft{margin-top:18px;padding:20px;border:1px solid var(--border);border-radius:12px;background:#fff}.review-draft h4{margin:0 0 12px;color:var(--text);font-size:1rem;font-weight:800}.review-draft p{margin:0 0 12px;color:var(--muted);line-height:1.65}.review-draft p:last-child{margin-bottom:0}.score-card p,.score-card span{margin:0}.score-card p{color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.score-card strong{display:block;margin:8px 0 6px;color:var(--text);font-size:1.75rem;font-weight:800;letter-spacing:-.04em}.check-item{display:flex;align-items:flex-start;gap:10px;color:var(--text);font-weight:600;line-height:1.55}.check-item input{width:16px;height:16px;margin-top:3px;accent-color:var(--primary)}.calendar-card p,.calendar-card span,.calendar-card small{display:block;margin:0}.calendar-card strong{display:block;margin:8px 0;color:var(--text);font-size:1rem;font-weight:800}.calendar-card span{color:var(--text);font-weight:700}.calendar-card small{margin-top:8px;color:var(--muted)}.subtle-surface{background:var(--card-subtle)}.field{display:flex;flex-direction:column;gap:8px}.field span{color:var(--text);font-size:.8rem;font-weight:800}.field-input{width:100%;min-height:40px;padding:10px 12px;border:1px solid var(--border-strong);border-radius:8px;outline:none;background:#fff;color:var(--text);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}textarea.field-input{min-height:96px;resize:vertical}.field-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.field-input.invalid{border-color:var(--danger);background:#fff7f6}.field-error{color:var(--danger);font-size:.74rem;font-weight:700}.form-notice{margin-bottom:16px;padding:12px 14px;border:1px solid transparent;border-radius:10px;font-weight:700;line-height:1.5}.form-notice.success{border-color:#0f8a4a3d;background:var(--success-soft);color:var(--success)}.form-notice.error{border-color:#ba1a1a3d;background:var(--danger-soft);color:var(--danger)}.tab-row{display:flex;flex-wrap:wrap;gap:8px}.tab-button{min-height:38px;padding:9px 13px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font-size:.82rem;font-weight:800;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.tab-button:hover{background:var(--card-muted);color:var(--text)}.tab-button.active{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 10px 18px #0041c824}.settings-list{margin:10px 0 0;padding-left:18px;color:var(--muted)}.settings-list li{margin-bottom:8px;line-height:1.55}.debug-code-block{max-height:340px;margin:10px 0 0;overflow:auto;padding:14px;border:1px solid var(--border);border-radius:10px;background:#111;color:#e9edf8;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.76rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.qa-state-shell-panel{max-width:720px;margin-top:18px}.state-panel{display:flex;flex-direction:column;gap:14px;padding:18px}.state-panel.loading{background:#0041c814}.state-panel.empty{background:var(--warning-soft)}.state-panel.error{background:var(--danger-soft)}.state-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#fff;color:var(--primary);font-weight:900;box-shadow:0 1px 2px #0000000f}.overlay-shell{min-height:128px}.overlay-shell strong{display:block;margin-bottom:8px;color:var(--text)}.overlay-shell.modal{background:#0041c814}.overlay-shell.drawer{background:var(--secondary-soft)}.overlay-shell.dropdown{background:var(--warning-soft)}:root{--surface: #f4f5f9;--canvas: #f4f5f9;--card-subtle: #f8faff;--card-muted: #edf1f7;--border: #e1e6f0;--border-strong: #cad3e4;--text: #171717;--muted: #474d61;--muted-soft: #72788d;--shell: #1a1a1a;--primary: #0041c8;--primary-bright: #0055ff;--shadow-card: 0 1px 2px rgba(20, 31, 56, .04), 0 10px 24px rgba(27, 39, 74, .08);--shadow-hover: 0 2px 6px rgba(20, 31, 56, .05), 0 14px 28px rgba(27, 39, 74, .1)}body,button,input,select,textarea{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;color:#1f2131;font-size:14px;font-weight:400;letter-spacing:-.005em}.sidebar{padding:30px 16px 18px;background:#1a1a1a}.brand-card{gap:12px;padding:0 8px 30px}.brand-mark{width:34px;height:34px;border-radius:9px;font-size:1rem;font-weight:800;box-shadow:0 10px 22px #05f3}.brand-card h1{font-size:1.22rem;font-weight:800;letter-spacing:-.03em}.brand-card p{color:#a7a7a7;font-size:.75rem;letter-spacing:0}.nav-list{gap:5px;padding:0 4px 18px}.nav-item{gap:13px;min-height:48px;padding:12px 16px;border-radius:12px;color:#a8a8a8;font-weight:500}.nav-item.active{background:#0b57ff;box-shadow:0 10px 22px #0055ff2e,inset 0 1px #ffffff14}.nav-icon{font-size:24px;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.nav-copy strong{font-size:.92rem;font-weight:600;letter-spacing:-.01em}.sidebar-widget{margin:8px 4px 14px;padding:14px;border-color:#ffffff12;border-radius:12px;background:#151515;box-shadow:inset 0 1px #ffffff06}.sidebar-widget .eyebrow{color:#777a84;font-size:.68rem;font-weight:700}.sidebar-widget h2{margin-top:8px;font-size:.96rem;font-weight:700;letter-spacing:-.015em}.sidebar-widget p:last-of-type{color:#d0d0d0;font-size:.8rem;line-height:1.45}.sidebar-widget-meta{gap:6px}.sidebar-widget-meta span{padding:5px 8px;background:#ffffff12;color:#e3e3e3;font-size:.66rem;font-weight:600}.sidebar-footer{padding-top:14px}.sidebar-footer-link{min-height:42px;padding:10px 16px;color:#b1b1b1;font-size:.92rem;font-weight:500}.topbar{min-height:64px;padding:0 32px;background:#f7f8fc;border-bottom-color:#e1e6f0;box-shadow:0 1px 3px #1018280a}.topbar h2{font-size:1.04rem;font-weight:700;letter-spacing:-.025em}.topbar-status{gap:12px}.topbar-search{width:320px}.topbar-search input{height:40px;border-color:#d5dceb;border-radius:10px;background:#fffffff5;color:#2b2e3c;font-size:.88rem;font-weight:400}.topbar-search input::placeholder{color:#6f7280}.topbar-tag,.status-chip,.panel-badge,.queue-meta span{min-height:24px;padding:5px 10px;font-size:.68rem;font-weight:600;letter-spacing:0}.topbar-tag{height:24px;padding:0 9px;border:1px solid #e3e8f2;background:#f8faff;color:#5a6277;font-size:.67rem;font-weight:700}.icon-button,.avatar-button{width:36px;height:36px;border-radius:8px;color:#676a72}.avatar-button{border-color:#d8d8d8;font-size:.7rem;font-weight:700}.page-grid{max-width:1280px;gap:22px;padding:40px 32px 64px}.hero-panel{min-height:auto;margin-bottom:4px}.hero-panel h3{max-width:980px;margin-top:4px;font-size:clamp(1.95rem,2.4vw,2.45rem);font-weight:600;letter-spacing:-.055em;line-height:1.12}.support-copy{max-width:860px;margin-top:8px;color:#34384c;font-size:.98rem;font-weight:400;line-height:1.52}.eyebrow{color:#303447;font-size:.73rem;font-weight:700;letter-spacing:.055em}.content-panel,.metric-card,.table-card,.qa-state-shell,.queue-column{border-color:var(--border);border-radius:12px;box-shadow:var(--shadow-card);background:#fff}.content-panel:hover,.metric-card:hover,.table-card:hover,.queue-column:hover{transform:none;border-color:#d7deea;box-shadow:var(--shadow-hover)}.content-panel,.table-card,.qa-state-shell{padding:24px}.content-panel h3,.table-card h3,.qa-state-shell h3{margin-top:4px;font-size:1.08rem;font-weight:600;letter-spacing:-.03em;line-height:1.35}.panel-heading{margin-bottom:16px}.panel-heading .panel-badge,.panel-heading .status-chip{align-self:flex-start}.panel-badge,.status-chip,.queue-meta span,.sidebar-widget-meta span{min-height:22px;padding:3px 8px;border-radius:999px;font-size:.64rem;font-weight:700;letter-spacing:.01em;box-shadow:none}.panel-badge{background:#0041c814}.panel-badge.light{background:#eef2f8;color:#667089}.status-chip{background:#eef2f8;color:#5c6478}.status-chip.live{background:#e9f8ef;color:#108346}.status-chip.focus{background:#e9f0ff;color:#2458d3}.status-chip.warning{background:#fff3e4;color:#b86a10}.sidebar-widget-meta span{background:#ffffff12;color:#d5d9e4}.work-item .status-chip,.summary-item .status-chip,.priority-card .status-chip,.queue-card .status-chip{flex:0 0 auto}.work-item .status-chip{margin-left:auto}.work-item>:first-child,.summary-item>:first-child,.priority-card>:first-child,.insight-card>:first-child{min-width:0}.metrics-grid{gap:18px}.metric-card{min-height:190px;padding:24px 28px}.metric-card:after{right:-42px;bottom:-46px;width:132px;height:132px;background:#0041c80b;filter:blur(10px)}.metric-card p{color:#222638;font-size:.78rem;font-weight:560;letter-spacing:.07em}.metric-card strong{font-size:clamp(2.65rem,4vw,3.05rem);font-weight:650;letter-spacing:-.06em}.metric-card span{color:#008a47;font-size:.84rem;font-weight:500}.dark-panel{border-top-width:2px;border-top-color:#0b57ff}.dark-panel .eyebrow{color:#303447}.dark-panel .panel-badge,.dark-panel .status-chip,.dark-panel .mini-label{color:var(--primary)}.primary-button,.ghost-button,.tab-button{min-height:36px;padding:7px 13px;border-radius:8px;font-size:.78rem;font-weight:600;box-shadow:none}.primary-button{background:#0041c8;box-shadow:0 7px 14px #0041c821}.ghost-button{border-color:#c7c9d8;color:#202334}.primary-button:hover,.ghost-button:hover{transform:none}.work-list,.stack-list,.checklist-list{gap:12px}.work-item,.summary-item,.priority-card,.insight-card,.review-block,.score-card,.calendar-card,.state-panel,.overlay-shell{border-color:#e7ebf3;border-radius:10px;background:#fbfcff}.summary-item,.priority-card,.insight-card,.review-block,.score-card,.calendar-card,.overlay-shell{padding:14px 16px}.work-item{align-items:center;padding:14px 16px}.work-item h4,.summary-item h4,.priority-card h4,.insight-card h4,.review-block h4,.state-panel h4{margin-bottom:6px;font-size:.92rem;font-weight:600;letter-spacing:-.02em}.work-item p,.summary-item p,.priority-card p,.insight-card p,.review-block p,.state-panel p,.overlay-shell p,.score-card span{color:#464a5d;font-size:.84rem;font-weight:400;line-height:1.58}.insight-card:before{width:2px;background:#0041c824}.insight-card strong{margin-top:8px;font-size:.82rem;font-weight:600;letter-spacing:-.01em}.mini-label{margin-bottom:8px;font-size:.68rem;font-weight:700;letter-spacing:.07em}.three-up-grid,.quad-grid,.split-grid,.calendar-grid,.review-grid,.score-grid,.state-grid,.field-grid,.overlay-grid{gap:16px}.three-up-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.table-wrapper{overflow:hidden;border-top:1px solid #e9edf5;border-radius:0 0 12px 12px}.data-table th,.data-table td{padding:13px 16px}.data-table th{background:#f8faff;color:#25283a;font-size:.7rem;font-weight:600;letter-spacing:.045em}.data-table td{color:#25283a;font-size:.84rem;font-weight:400}.data-table tbody tr+tr td{border-top-color:#e7e2e1}.queue-column{min-height:420px;padding:16px}.queue-column-head h3{font-size:.98rem;font-weight:600}.queue-card{gap:10px;padding:13px;border-color:#e7ebf3;border-radius:10px;background:#fbfcff}.queue-card:hover{transform:none}.queue-card h4{font-size:.9rem;font-weight:600;letter-spacing:-.02em}.queue-card p{color:#4c5062;font-size:.8rem;line-height:1.5}.queue-meta-detail{gap:7px}.queue-meta-detail div{border-color:#e7ebf3;border-radius:8px;background:#fff}.queue-meta-detail small{color:#747783;font-size:.66rem;font-weight:600}.queue-meta-detail strong{font-size:.76rem;font-weight:550}.review-draft{padding:20px;border-color:#e7ebf3;border-radius:10px;background:#fbfcff}.review-draft h4{font-weight:600}.review-draft p{color:#44485b;font-size:.9rem;line-height:1.58}.score-card p{font-size:.7rem;font-weight:600}.score-card strong{font-size:1.55rem;font-weight:700}.check-item{color:#25283a;font-size:.88rem;font-weight:400}.field{gap:7px}.field span{color:#25283a;font-size:.75rem;font-weight:600}.summary-item strong,.priority-card strong,.review-block strong,.work-item strong,.queue-card strong,.calendar-card strong{font-weight:600}.field-input{min-height:38px;padding:8px 11px;border-color:#cfd6e6;border-radius:8px;color:#25283a;font-size:.84rem;font-weight:400}.form-notice{padding:11px 13px;border-radius:8px;font-size:.84rem;font-weight:500}.tab-row{gap:8px}.tab-button.active{box-shadow:0 7px 14px #0041c821}.settings-list{color:#464a5d;font-size:.86rem}.debug-code-block{border-color:#242424;border-radius:8px;background:#121212;font-size:.74rem}.state-panel{padding:14px 15px}.state-icon{width:30px;height:30px;border-radius:8px;font-weight:700}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1440px){body{min-width:1024px}.topbar{padding-inline:24px}.topbar-search{width:240px}.metrics-grid,.queue-board{grid-template-columns:repeat(2,minmax(0,1fr))}.span-7,.span-5,.content-panel{grid-column:1 / -1}.three-up-grid,.quad-grid,.split-grid,.review-grid,.calendar-grid,.field-grid,.score-grid,.state-grid,.overlay-grid{grid-template-columns:1fr}}.page-grid>*,.metrics-grid>*,.split-grid>*,.quad-grid>*,.review-grid>*,.score-grid>*,.state-grid>*,.calendar-grid>*,.field-grid>*,.overlay-grid>*,.queue-board>*,.queue-card-list>*{min-width:0}.panel-heading>div,.content-panel,.table-card,.metric-card,.qa-state-shell,.summary-item,.priority-card,.insight-card,.review-block,.score-card,.calendar-card,.state-panel,.overlay-shell,.work-item,.queue-card,.queue-meta-detail div,.support-copy,.data-table th,.data-table td{min-width:0}.summary-item,.priority-card,.insight-card,.review-block,.score-card,.calendar-card,.state-panel,.overlay-shell,.work-item,.queue-card,.queue-meta-detail div,.support-copy,.data-table th,.data-table td{overflow-wrap:anywhere;word-break:break-word}.workflow-contract-grid,.step-impact-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.workflow-contract-grid>*,.step-impact-grid>*{min-width:0}.span-5 .workflow-contract-grid,.span-5 .step-impact-grid{grid-template-columns:1fr}.span-7 .workflow-contract-grid,.span-7 .step-impact-grid,.wide-panel .workflow-contract-grid,.wide-panel .step-impact-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.table-wrapper{overflow-x:auto}.data-table{min-width:100%;table-layout:auto}.queue-card,.summary-item,.priority-card,.review-block,.score-card,.calendar-card,.state-panel,.overlay-shell,.work-item,.insight-card{align-self:start}:root{--mint-soft: #dff7ee;--mint-strong: #16a36c;--sky-soft: #e8f1ff;--sky-strong: #3563ff;--amber-soft: #fff1d6;--amber-strong: #d18811;--coral-soft: #ffe4dc;--coral-strong: #db6a43;--violet-soft: #f0e7ff;--violet-strong: #7e4ce0;--lime-soft: #eefb9b;--lime-strong: #7f9521}.metric-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.metric-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.42);background:#ffffffc7;box-shadow:inset 0 1px #ffffffb3}.metric-icon .material-symbols-outlined{display:block;width:1em;height:1em;margin:0;font-size:18px;line-height:1;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.metric-card .metric-icon,.metric-card .metric-icon .metric-symbol{margin:0}.metric-card.metric-green{background:radial-gradient(circle at top right,rgba(22,163,108,.1),transparent 40%),linear-gradient(180deg,#fff,#fbfffd)}.metric-card.metric-green .metric-icon{background:var(--mint-soft);color:var(--mint-strong)}.metric-card.metric-blue{background:radial-gradient(circle at top right,rgba(53,99,255,.1),transparent 40%),linear-gradient(180deg,#fff,#fbfcff)}.metric-card.metric-blue .metric-icon{background:var(--sky-soft);color:var(--sky-strong)}.metric-card.metric-amber{background:radial-gradient(circle at top right,rgba(209,136,17,.1),transparent 40%),linear-gradient(180deg,#fff,#fffdf8)}.metric-card.metric-amber .metric-icon{background:var(--amber-soft);color:var(--amber-strong)}.metric-card.metric-coral{background:radial-gradient(circle at top right,rgba(219,106,67,.1),transparent 40%),linear-gradient(180deg,#fff,#fff9f7)}.metric-card.metric-coral .metric-icon{background:var(--coral-soft);color:var(--coral-strong)}.insight-card-title{display:flex;align-items:center;gap:10px;margin-bottom:10px}.insight-card-title h4{margin:0}.insight-card-icon{display:inline-flex;width:32px;height:32px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px;background:#ffffffc7;box-shadow:inset 0 1px #ffffffb3;font-size:18px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.insight-card.tint-blue{background:linear-gradient(180deg,#f1f6ff,#fbfdff);border-color:#d8e5ff}.insight-card.tint-blue:before{background:#3563ff3d}.insight-card.tint-blue .insight-card-icon{background:var(--sky-soft);color:var(--sky-strong)}.insight-card.tint-violet{background:linear-gradient(180deg,#f5efff,#fcfbff);border-color:#e4d8ff}.insight-card.tint-violet:before{background:#7e4ce03d}.insight-card.tint-violet .insight-card-icon{background:var(--violet-soft);color:var(--violet-strong)}.insight-card.tint-amber,.insight-card.tint-peach{background:linear-gradient(180deg,#fff6ea,#fffdf9);border-color:#f4dfbe}.insight-card.tint-amber:before,.insight-card.tint-peach:before{background:#d188113d}.insight-card.tint-amber .insight-card-icon,.insight-card.tint-peach .insight-card-icon{background:var(--amber-soft);color:var(--amber-strong)}.insight-card.tint-mint{background:linear-gradient(180deg,#effbf5,#fbfffd);border-color:#d7efe4}.insight-card.tint-mint:before{background:#16a36c3d}.insight-card.tint-mint .insight-card-icon{background:var(--mint-soft);color:var(--mint-strong)}.queue-column{position:relative;overflow:hidden;border-radius:18px;box-shadow:0 1px 3px #1118270d,0 16px 30px #27335912}.queue-column:before{position:absolute;inset:0 0 auto;height:5px;content:""}.queue-column.stage-idea{background:linear-gradient(180deg,#fbffd9,#fff 34%)}.queue-column.stage-idea:before{background:#d9ee44}.queue-column.stage-research{background:linear-gradient(180deg,#edf5ff,#fff 34%)}.queue-column.stage-research:before{background:#6ba9ff}.queue-column.stage-brief{background:linear-gradient(180deg,#f6eeff,#fff 34%)}.queue-column.stage-brief:before{background:#ab58ff}.queue-column.stage-draft{background:linear-gradient(180deg,#ebfbf3,#fff 34%)}.queue-column.stage-draft:before{background:#52b788}.queue-column.stage-review{background:linear-gradient(180deg,#fff1ea,#fff 34%)}.queue-column.stage-review:before{background:#f28c56}.queue-column.stage-publish{background:linear-gradient(180deg,#eef3ff,#fff 34%)}.queue-column.stage-publish:before{background:#6d7dff}.queue-column.stage-refresh{background:linear-gradient(180deg,#fff3e8,#fff 34%)}.queue-column.stage-refresh:before{background:#ff9f5c}.queue-stage-heading{display:flex;align-items:center;gap:12px;min-width:0}.queue-stage-mark{display:inline-flex;width:40px;height:40px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:14px;background:#ffffffd1;box-shadow:inset 0 1px #ffffffd1,0 8px 16px #222e5012}.queue-stage-mark .material-symbols-outlined{font-size:20px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.stage-idea .queue-stage-mark{color:var(--lime-strong)}.stage-research .queue-stage-mark,.stage-publish .queue-stage-mark{color:var(--sky-strong)}.stage-brief .queue-stage-mark{color:var(--violet-strong)}.stage-draft .queue-stage-mark{color:var(--mint-strong)}.stage-review .queue-stage-mark,.stage-refresh .queue-stage-mark{color:var(--coral-strong)}.queue-column .panel-badge.light{background:#ffffffdb;border:1px solid rgba(202,211,228,.7)}.queue-card{background:#ffffffe6;box-shadow:0 8px 18px #18213d0a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.queue-card.type-refresh{background:linear-gradient(180deg,#fff8f2,#fff)}.queue-card.type-commercial{background:linear-gradient(180deg,#f7f9ff,#fff)}.queue-card.type-informational{background:linear-gradient(180deg,#f5fff8,#fff)}.queue-card.type-support,.queue-card.type-support-money-page{background:linear-gradient(180deg,#f7f3ff,#fff)}.queue-meta span{background:#ffffffe0;border:1px solid #dbe3f2}.queue-page .hero-panel,.queue-page .content-panel{border-color:#cad2e4c2;box-shadow:0 1px 2px #0f172a0a,0 18px 36px #222e500f}.queue-page .queue-hero{background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 28%),linear-gradient(180deg,#fff,#fbfcff)}.queue-page .queue-context-panel{background:radial-gradient(circle at top right,rgba(144,178,255,.12),transparent 24%),linear-gradient(180deg,#fff,#fcfdff)}.queue-page .hero-panel h3,.queue-page .content-panel h3,.queue-page .queue-card h4,.queue-page .queue-column-head h3,.queue-page .insight-card h4,.queue-page .insight-card strong{color:#121212}.queue-page .support-copy,.queue-page .queue-card p,.queue-page .insight-card p{color:#4f5565}.queue-page .queue-board{gap:18px}.queue-page .queue-column{min-height:430px;padding:20px 16px 16px;border:0;border-radius:24px;box-shadow:0 2px 4px #0f172a08,0 18px 34px #1f293714}.queue-page .queue-column:before{height:6px;border-radius:24px 24px 0 0}.queue-page .queue-column.stage-idea{background:#f3f6a4;box-shadow:0 18px 34px #c9d24d38,0 3px 8px #0f172a0d}.queue-page .queue-column.stage-research{background:#bcdcff;box-shadow:0 18px 34px #6ba9ff33,0 3px 8px #0f172a0d}.queue-page .queue-column.stage-brief{background:#dab8ff;box-shadow:0 18px 34px #ab58ff33,0 3px 8px #0f172a0d}.queue-page .queue-column.stage-draft{background:#bfe9d0;box-shadow:0 18px 34px #52b78833,0 3px 8px #0f172a0d}.queue-page .queue-column.stage-review{background:#ffd0b0;box-shadow:0 18px 34px #f28c5633,0 3px 8px #0f172a0d}.queue-page .queue-column.stage-publish{background:#c9cffd;box-shadow:0 18px 34px #6d7dff33,0 3px 8px #0f172a0d}.queue-page .queue-column.stage-refresh{background:#ffd9bd;box-shadow:0 18px 34px #ff9f5c38,0 3px 8px #0f172a0d}.queue-page .queue-column-head{margin-bottom:4px}.queue-page .queue-stage-heading{gap:14px}.queue-page .queue-stage-mark{width:44px;height:44px;border-radius:16px;background:#ffffff94;box-shadow:inset 0 1px #ffffffb8,0 10px 22px #19233c0f}.queue-page .queue-stage-mark .material-symbols-outlined{font-size:20px}.queue-page .queue-column .eyebrow{color:#2f3441;opacity:.82}.queue-page .queue-column .panel-badge.light{padding:7px 10px;border:0;background:#ffffff8f;color:#111827;box-shadow:0 8px 18px #0f172a0d}.queue-page .queue-card-list{gap:14px}.queue-page .queue-card{gap:12px;padding:15px;border:0;border-radius:18px;background:#ffffffb3;box-shadow:inset 0 1px #ffffffb8,0 10px 24px #1f29370a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.queue-page .queue-card:hover{transform:translateY(-2px);border-color:transparent;background:#ffffffc7;box-shadow:inset 0 1px #ffffffc2,0 14px 28px #1f29370f}.queue-page .queue-card .status-chip{border:0;background:#ffffffb8;color:#161616;box-shadow:0 6px 12px #0f172a0d}.queue-page .queue-card .status-chip.focus{background:#dfe6ff;color:#2641b8}.queue-page .queue-card .status-chip.warning{background:#ffe2c8;color:#c15d18}.queue-page .queue-meta{gap:8px}.queue-page .queue-meta span{padding:6px 10px;border:0;border-radius:999px;background:#ffffffad;color:#3550d8;font-weight:700;box-shadow:inset 0 0 0 1px #adbce573}.queue-page .queue-meta-detail{gap:10px}.queue-page .queue-meta-detail div{border:0;border-radius:14px;background:#fff9;box-shadow:inset 0 0 0 1px #b9c2d659}.queue-page .queue-meta-detail small{color:#6a7082}.queue-page .queue-meta-detail strong{color:#161616}.queue-page .queue-action-button{border:0;border-radius:14px;background:#151515;color:#fff;box-shadow:0 12px 22px #0f172a1f}.queue-page .queue-action-button:hover{background:#090909;color:#fff}.queue-page .button-row .ghost-button{border-color:#161b2d14;background:#ffffffc2;color:#161616}.queue-page .button-row .primary-button{background:#141414;color:#fff;box-shadow:0 14px 26px #161b2d24}:root{--canvas: #f4f5f9;--surface: #f7f8fc;--shell: #000000;--shell-border: #111111;--primary: #3977ff;--primary-bright: #4a83ff;--primary-soft: #dbe6ff}html,body,.app-shell,.main-layout{background:var(--canvas)}.sidebar{background:#000;border-right:1px solid #101010}.brand-mark{background:#4a83ff;box-shadow:none}.nav-item{border-radius:14px;color:#9b9b9b}.nav-item:hover{background:#101010}.nav-item.active{background:#4a83ff;box-shadow:none}.sidebar-widget{border:1px solid #151515;background:#090909}.sidebar-widget-meta span{background:#161616;color:#d7d7d7}.sidebar-footer{border-top:1px solid #141414}.sidebar-footer-link:hover{background:#111}.queue-page .hero-panel,.queue-page .queue-context-panel{background:#fff;box-shadow:0 2px 4px #0f172a08,0 14px 24px #1f29370d}.queue-page .queue-column{box-shadow:0 16px 28px #1f293714,0 2px 6px #0f172a0a}.queue-page .queue-column.stage-research{background:#a8d7ff}.queue-page .queue-column.stage-publish{background:#bdd0ff}.queue-page .queue-stage-mark,.queue-page .queue-column .panel-badge.light,.queue-page .queue-meta span,.queue-page .queue-meta-detail div,.queue-page .button-row .ghost-button{background:#fff;box-shadow:none}.queue-page .queue-stage-mark{border:1px solid rgba(17,24,39,.06)}.queue-page .queue-card{background:#fff;box-shadow:0 8px 18px #1f29370d;-webkit-backdrop-filter:none;backdrop-filter:none}.queue-page .queue-card:hover{background:#fff;box-shadow:0 12px 22px #1f293714}.queue-page .queue-card .status-chip{background:#eef3ff;box-shadow:none}.queue-page .queue-card .status-chip.warning{background:#ffe6d2}.queue-page .queue-meta span{color:#2f5fe3}.queue-page .queue-action-button{background:#121212;box-shadow:none}.dashboard-page .hero-panel,.dashboard-page .dashboard-panel{background:#fff;border-color:#cad2e4d1;box-shadow:0 2px 4px #0f172a08,0 16px 28px #1f29370d}.dashboard-page .dashboard-dark-block{background:#171717;border-color:#171717;box-shadow:none}.dashboard-page .metrics-grid{gap:18px}.dashboard-page .metric-card{border:0;border-radius:26px;padding:22px;box-shadow:0 18px 30px #1f293714,0 2px 6px #0f172a0a}.dashboard-page .metric-card.metric-green,.dashboard-page .metric-card.metric-blue,.dashboard-page .metric-card.metric-amber,.dashboard-page .metric-card.metric-coral{background:#fff}.dashboard-page .metric-card p,.dashboard-page .metric-card strong,.dashboard-page .metric-card span{color:#151515}.dashboard-page .metric-icon{border:0;background:#ffffffb8;box-shadow:none}.dashboard-page .insight-card,.dashboard-page .summary-item,.dashboard-page .priority-card,.dashboard-page .work-item{border:0;box-shadow:none}.dashboard-page .insight-card{border-radius:22px}.dashboard-page .insight-card.tint-blue{background:#cfe0ff}.dashboard-page .insight-card.tint-mint{background:#cdf1dd}.dashboard-page .insight-card.tint-peach,.dashboard-page .dashboard-learning-card{background:#ffd9bf}.dashboard-page .insight-card.tint-violet{background:#e2c8ff}.dashboard-page .insight-card.tint-amber{background:#ffe5b8}.dashboard-page .insight-card:before{display:none}.dashboard-page .insight-card-title,.dashboard-page .insight-card h4,.dashboard-page .insight-card p,.dashboard-page .insight-card strong,.dashboard-page .summary-item h4,.dashboard-page .summary-item p,.dashboard-page .work-item h4,.dashboard-page .work-item p{color:#151515}.dashboard-page .insight-card-icon{background:#ffffffad;box-shadow:none}.dashboard-page .summary-item,.dashboard-page .work-item{border-radius:18px;background:#f7f8fc}.dashboard-page .dashboard-dark-block .work-item,.dashboard-page .dashboard-dark-block .priority-card{background:#ffffff14}.material-symbols-outlined{width:auto;min-width:1em;overflow:visible}.queue-page .hero-panel,.dashboard-page .hero-panel{align-items:flex-start;overflow:hidden}.queue-page .hero-panel>:first-child,.dashboard-page .hero-panel>:first-child{min-width:0;flex:1}.queue-page .queue-hero,.dashboard-page .dashboard-hero{padding:28px 32px}.queue-page .hero-status,.dashboard-page .hero-status{flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:10px;padding-top:10px;padding-left:16px}.queue-page .hero-status .status-chip,.dashboard-page .hero-status .status-chip{min-height:28px;padding:6px 10px}.queue-page .content-panel,.queue-page .queue-column,.queue-page .queue-card,.queue-page .insight-card,.dashboard-page .content-panel,.dashboard-page .metric-card,.dashboard-page .insight-card,.dashboard-page .summary-item,.dashboard-page .work-item,.dashboard-page .priority-card{border-radius:16px}.queue-page .queue-stage-mark,.dashboard-page .metric-icon,.dashboard-page .insight-card-icon{border-radius:12px}.queue-page .panel-badge,.queue-page .status-chip,.dashboard-page .panel-badge,.dashboard-page .status-chip{border-radius:999px}.queue-page .queue-column,.queue-page .queue-card,.queue-page .content-panel,.dashboard-page .metric-card,.dashboard-page .content-panel,.dashboard-page .insight-card,.dashboard-page .summary-item,.dashboard-page .work-item,.dashboard-page .priority-card{box-shadow:none}.queue-page .queue-column:hover,.queue-page .queue-card:hover,.queue-page .content-panel:hover,.dashboard-page .metric-card:hover,.dashboard-page .content-panel:hover,.dashboard-page .insight-card:hover,.dashboard-page .summary-item:hover,.dashboard-page .work-item:hover,.dashboard-page .priority-card:hover{transform:none;box-shadow:none}.queue-page .queue-column{padding:18px 14px 14px}.queue-page .queue-card{padding:14px;border:1px solid rgba(21,21,21,.06)}.queue-page .queue-card .status-chip,.queue-page .queue-meta span,.queue-page .queue-meta-detail div,.queue-page .queue-stage-mark,.queue-page .queue-column .panel-badge.light{border:1px solid rgba(21,21,21,.06)}.queue-page .button-row .primary-button,.dashboard-page .button-row .primary-button{border-color:#111;background:#111;color:#fff;box-shadow:none}.queue-page .button-row .primary-button:hover,.dashboard-page .button-row .primary-button:hover{border-color:#2b2b2b;background:#2b2b2b;color:#fff;transform:translateY(-1px)}.queue-page .button-row .ghost-button,.dashboard-page .button-row .ghost-button{border-color:#d8dbe4;background:#fff;color:#111;box-shadow:none}.queue-page .button-row .ghost-button:hover,.dashboard-page .button-row .ghost-button:hover{border-color:#d8dbe4;background:#f5f6fa;color:#111;transform:translateY(-1px)}.queue-page .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2),.dashboard-page .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2){border-color:#111;background:#111;color:#fff}.queue-page .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2):hover,.dashboard-page .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2):hover{border-color:#2b2b2b;background:#2b2b2b;color:#fff;transform:translateY(-1px)}.dashboard-page .metric-card{min-height:164px;border-radius:18px}.dashboard-page .metric-card:after{display:none}.dashboard-page .metric-card strong{margin-top:24px}.dashboard-page .metric-icon{background:#ffffff85}.dashboard-page .metrics-grid .metric-card{border:1px solid #e7e8ee;background:#fff;box-shadow:0 10px 24px #11182714,0 2px 6px #1118270a}.dashboard-page .metrics-grid .metric-card:first-child .metric-icon{background:#c9f1d8;color:#168a53}.dashboard-page .metrics-grid .metric-card:first-child span:not(.metric-icon){color:#168a53}.dashboard-page .metrics-grid .metric-card.metric-blue .metric-icon{background:#dce8ff;color:#2f5fe3}.dashboard-page .metrics-grid .metric-card.metric-amber .metric-icon{background:#fff0c8;color:#b46b00}.dashboard-page .metrics-grid .metric-card.metric-coral .metric-icon{background:#ffe0d7;color:#c0563a}.dashboard-page .metrics-grid .metric-card.metric-blue span:not(.metric-icon){color:#2f5fe3}.dashboard-page .metrics-grid .metric-card.metric-amber span:not(.metric-icon){color:#b46b00}.dashboard-page .metrics-grid .metric-card.metric-coral span:not(.metric-icon){color:#c0563a}.dashboard-page .dashboard-panel,.dashboard-page .dashboard-dark-block,.queue-page .hero-panel,.queue-page .queue-context-panel{border-radius:18px}.dashboard-page .dashboard-dark-block{background:#171717}.dashboard-page .dashboard-dark-block .eyebrow,.dashboard-page .dashboard-dark-block h3,.dashboard-page .dashboard-dark-block h4,.dashboard-page .dashboard-dark-block p,.dashboard-page .dashboard-dark-block strong,.dashboard-page .dashboard-dark-block span,.dashboard-page .dashboard-dark-block small{color:#f5f5f5}.dashboard-page .dashboard-dark-block .panel-badge,.dashboard-page .dashboard-dark-block .status-chip{background:#2b2b2b;color:#fff}.dashboard-page .dashboard-dark-block .work-item,.dashboard-page .dashboard-dark-block .priority-card{border-radius:14px;background:#242424}.dashboard-page .dashboard-panel .insight-card,.dashboard-page .dashboard-panel .summary-item,.dashboard-page .dashboard-panel .work-item{border-radius:14px}.page-grid{max-width:none!important;width:100%!important;margin:0!important;padding:28px 24px 48px!important}.hero-panel h3{max-width:none!important}.main-layout{width:calc(100vw - 256px)!important;max-width:calc(100vw - 256px)!important}.topbar{width:100%}.metric-icon,.insight-card-icon,.queue-stage-mark{width:36px!important;min-width:36px!important;height:36px!important;padding:0!important;overflow:visible!important}.metric-icon .material-symbols-outlined,.insight-card-icon .material-symbols-outlined,.queue-stage-mark .material-symbols-outlined{width:auto!important;min-width:0!important;height:auto!important;font-size:18px!important;line-height:1!important;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24!important}.metric-icon svg{display:block;width:18px;height:18px;color:#111;flex:0 0 auto}.dashboard-page .dashboard-panel,.dashboard-page .dashboard-dark-block,.dashboard-page .metric-card,.queue-page .queue-column,.queue-page .queue-card{min-width:0}.dashboard-page .metric-card-head,.dashboard-page .insight-card-title,.queue-page .queue-stage-heading,.queue-page .queue-card-head,.nav-item,.topbar-actions,.topbar-status{align-items:center}.dashboard-page .metric-card-head,.queue-page .queue-card-head{gap:16px}.dashboard-page .metric-icon,.dashboard-page .insight-card-icon,.queue-page .queue-stage-mark,.nav-icon,.icon-button .material-symbols-outlined,.sidebar-footer-link .material-symbols-outlined{display:inline-grid;place-items:center;line-height:1}.nav-icon{width:22px;min-width:22px;height:22px;font-size:22px}.metric-icon,.dashboard-page .insight-card-icon,.queue-page .queue-stage-mark{flex:0 0 auto}.metric-icon .material-symbols-outlined,.dashboard-page .insight-card-icon .material-symbols-outlined,.queue-page .queue-stage-mark .material-symbols-outlined,.icon-button .material-symbols-outlined,.sidebar-footer-link .material-symbols-outlined{display:block;width:20px;min-width:20px;height:20px;font-size:20px;line-height:20px}.dashboard-page .dashboard-hero{box-sizing:border-box}.dashboard-page .dashboard-hero h3,.queue-page .queue-hero h3,.dashboard-page .support-copy,.queue-page .support-copy{max-width:none}.dashboard-page{align-items:start!important;grid-auto-flow:row dense}.dashboard-page>*,.dashboard-page .content-panel,.dashboard-page .table-card,.dashboard-page .dashboard-panel,.dashboard-page .dashboard-dark-block{align-self:start!important;height:auto!important}.dashboard-page .dashboard-panel,.dashboard-page .dashboard-dark-block{padding:22px}.dashboard-page .dashboard-panel .three-up-grid,.dashboard-page .dashboard-panel .workflow-contract-grid,.dashboard-page .dashboard-panel .step-impact-grid{align-items:start}.dashboard-page .dashboard-panel .insight-card,.dashboard-page .dashboard-panel .summary-item,.dashboard-page .dashboard-panel .work-item{min-height:0}.dashboard-page .span-7.dashboard-panel .three-up-grid:not(.workflow-contract-grid):not(.step-impact-grid){grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-page .span-5.dashboard-panel .workflow-contract-grid{grid-template-columns:1fr}.dashboard-page .stack-list,.dashboard-page .work-list{gap:14px}.dashboard-page .panel-heading{margin-bottom:16px}.dashboard-page .button-row{margin-top:18px}.seo-overview-page{gap:22px!important}.seo-overview-page .content-panel,.seo-overview-page .metric-card,.seo-overview-page .insight-card,.seo-overview-page .summary-item,.seo-overview-page .seo-action-card,.seo-overview-page .cluster-snapshot-item,.seo-overview-page .chart-stat-row div{border-radius:10px!important}.seo-overview-page .dashboard-hero{background:#fff}.seo-kpi-grid .metric-card{min-height:154px}.seo-chart-card,.seo-decision-card,.seo-funnel-card,.seo-cluster-card,.seo-refresh-card,.seo-memory-card,.secondary-system-panel{align-self:start!important;height:auto!important}.range-toggle{display:inline-flex;flex-direction:row!important;flex-wrap:nowrap;align-items:center;gap:4px;padding:4px;border-radius:7px;background:#f1f3f8}.range-toggle button{min-height:26px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:#6a7082;cursor:pointer;font-size:.72rem;font-weight:500!important}.range-toggle button.active{background:#111;color:#fff;font-weight:500!important}.performance-chart{display:grid;gap:14px}.chart-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.chart-stat-row div{padding:14px;border-radius:8px;background:#f7f8fc}.chart-stat-row div:nth-child(1){background:#d8e5ff}.chart-stat-row div:nth-child(2){background:#d7f1e0}.chart-stat-row div:nth-child(3){background:#ffe7b8}.chart-stat-row span,.chart-axis span{color:#303747;font-size:.72rem;font-weight:800}.chart-stat-row strong{display:block;margin-top:4px;color:#111;font-size:1.4rem;letter-spacing:-.04em}.trend-svg{width:100%;height:250px;display:block}.trend-card{overflow:hidden;padding:14px 16px 8px;border:1px solid #e8ecf3;border-radius:8px;background:#fff}.chart-legend{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;margin-bottom:4px}.chart-legend span,.chart-legend strong{display:inline-flex;align-items:center;gap:7px;color:#586074;font-size:.74rem;font-weight:760}.chart-legend strong{margin-left:auto;color:#111}.legend-line,.legend-bar{display:inline-block}.legend-line{width:16px;height:2px;border-radius:999px;background:#111}.legend-bar{width:8px;height:8px;border-radius:2px;background:#dce8ff}.chart-grid-line{stroke:#e9edf4;stroke-width:.7}.impression-bar{fill:#d6e1fb;shape-rendering:geometricPrecision}.clicks-line{fill:none;stroke:#111;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.chart-marker-line{stroke:#111;stroke-dasharray:4 5;stroke-opacity:.18;stroke-width:1.1}.clicks-point{fill:#4f8dff;stroke:#fff;stroke-width:2.4}.chart-tooltip rect{fill:#111}.chart-tooltip text{fill:#fff;font-size:10px;font-weight:760}.chart-tooltip text+text{fill:#c7cbd6;font-weight:620}.chart-axis-label{fill:#303747;font-size:12px;font-weight:780}.chart-axis{display:flex;justify-content:space-between;gap:8px}.seo-action-stack,.cluster-snapshot-list,.funnel-list{display:grid;gap:12px}.seo-action-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px;border-radius:8px;background:#f7f8fc}.seo-action-index{display:grid;width:28px;height:28px;place-items:center;border-radius:6px;background:#111;color:#fff;font-size:.74rem;font-weight:900}.grade-pill{display:inline-flex;min-height:26px;align-items:center;justify-content:center;padding:6px 10px;border-radius:6px;font-size:.72rem;font-weight:850;line-height:1;white-space:nowrap}.grade-pill.high{background:#ffd9d4;color:#b42318}.grade-pill.medium{background:#dce8ff;color:#2f5fe3}.grade-pill.low{background:#d7f1e0;color:#168a53}.seo-action-card .grade-pill{align-self:start;width:auto;min-width:max-content}.seo-action-card h4,.cluster-snapshot-item h4{margin:0 0 6px;color:#1a1f2c;font-size:.92rem;font-weight:700}.seo-action-card p,.cluster-snapshot-item p{margin:0;color:#71798b}.seo-action-card strong{display:block;margin-top:8px;color:#111;font-weight:620}.funnel-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center}.funnel-row>div:first-child{display:flex;align-items:center;gap:8px}.funnel-row>div:first-child span{width:12px;height:12px;border-radius:3px;box-shadow:inset 0 0 0 1px #1111110f}.funnel-row strong,.funnel-row p{margin:0;color:#111}.funnel-track{grid-column:1 / -1;height:10px;overflow:hidden;border-radius:5px;background:#eef1f6}.funnel-track i{display:block;height:100%;border-radius:inherit;filter:none}.cluster-snapshot-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px;background:#f7f8fc}.cluster-snapshot-item>strong{color:#252b38;font-size:1.2rem}.secondary-system-panel{opacity:.92}.secondary-system-panel .insight-card{background:#f7f8fc}.seo-overview-page .panel-heading .eyebrow{display:inline-flex;width:fit-content;padding:5px 9px;border-radius:6px;background:#e8f0ff;color:#2f5fe3;letter-spacing:.08em}.seo-chart-card .panel-heading .eyebrow{background:#e8f0ff;color:#2f5fe3}.seo-decision-card .panel-heading .eyebrow,.seo-refresh-card .panel-heading .eyebrow{background:#fff0c8;color:#9a5a00}.seo-funnel-card .panel-heading .eyebrow{background:#d7f1e0;color:#168a53}.seo-cluster-card .panel-heading .eyebrow,.seo-memory-card .panel-heading .eyebrow{background:#eadbff;color:#6f45c9}.secondary-system-panel .panel-heading .eyebrow{background:#eef1f6;color:#586074}.sidebar .nav-item{color:#a7a7a7;font-weight:400}.sidebar .nav-copy strong{font-weight:430;letter-spacing:-.02em}.sidebar .nav-icon{font-variation-settings:"FILL" 1,"wght" 320,"GRAD" 0,"opsz" 24}.sidebar .nav-item:hover{background:#111;color:#f5f5f5}.sidebar .nav-item.active{background:#fff;color:#155dfc;box-shadow:none}.sidebar .nav-item.active .nav-icon,.sidebar .nav-item.active .nav-copy strong{color:#155dfc}.sidebar .brand-card h1{font-weight:650;letter-spacing:-.035em}.sidebar .brand-card p,.sidebar .sidebar-footer-link{font-weight:400}.sidebar .sidebar-footer-link .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 320,"GRAD" 0,"opsz" 24}.seo-overview-page .step-impact-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;grid-auto-rows:1fr}.seo-overview-page .step-impact-grid>.insight-card{display:grid;height:100%!important;min-height:128px;align-self:stretch!important;grid-template-rows:34px minmax(0,1fr) auto;align-items:start;gap:8px;padding:14px}.seo-overview-page .step-impact-grid .insight-card-title{min-height:34px;margin:0;align-items:center}.seo-overview-page .step-impact-grid .insight-card-title h4{margin:0;line-height:1.22}.seo-overview-page .step-impact-grid .insight-card p{align-self:start;line-height:1.48}.seo-overview-page .step-impact-grid .insight-card strong{align-self:end;margin-top:4px;line-height:1.35}.seo-overview-page .cluster-snapshot-list{gap:10px}.seo-overview-page .cluster-snapshot-item{min-height:64px;grid-template-columns:minmax(0,1fr) 52px 104px;gap:14px;align-items:center;padding:13px 14px}.seo-overview-page .cluster-snapshot-item>div{min-width:0}.seo-overview-page .cluster-snapshot-item h4{margin:0 0 4px;line-height:1.24}.seo-overview-page .cluster-snapshot-item p{color:#7a8190;line-height:1.3}.seo-overview-page .cluster-snapshot-item>strong{display:flex;width:52px;justify-content:center;color:#20242d;font-variant-numeric:tabular-nums;line-height:1;text-align:center}.seo-overview-page .cluster-snapshot-item .grade-pill{width:104px;min-width:104px;justify-self:end;padding-inline:8px;text-align:center}.seo-overview-page .panel-heading>div:first-child{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:7px}.seo-overview-page .panel-heading .eyebrow,.seo-overview-page .dashboard-dark-block .panel-heading .eyebrow{display:inline-flex!important;min-height:23px;align-items:center;justify-content:center;padding:2px 12px 0;line-height:1.15;text-align:center;vertical-align:middle;white-space:nowrap}.seo-overview-page .panel-heading h3{margin:0;padding:0;line-height:1.18}.seo-overview-page .dashboard-hero{position:relative;overflow:visible;min-height:88px;align-items:flex-start;padding:12px 0 10px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.seo-overview-page .dashboard-hero:after{display:none}.seo-overview-page .dashboard-hero>*{position:relative;z-index:1}.seo-overview-page .dashboard-hero .eyebrow{color:#586074}.seo-overview-page .dashboard-hero h3{max-width:1180px!important;color:#111;font-size:clamp(1.85rem,2.2vw,2.45rem);font-weight:640;line-height:1.08;letter-spacing:-.045em}.seo-overview-page .dashboard-hero .hero-status{padding-top:0}.seo-overview-page .dashboard-hero .status-chip{border:0;background:#eef1f6;color:#586074}.seo-overview-page .dashboard-hero .status-chip.live{background:#d7f1e0;color:#168a53}.seo-overview-page .dashboard-hero .status-chip.focus{background:#e6ebff;color:#2f5fe3}.seo-overview-page .seo-kpi-grid{margin-top:4px}.app-shell{--active-sidebar-width: 248px}.app-shell .sidebar{width:var(--active-sidebar-width)!important;padding:12px 8px 14px!important;background:#fff!important;border-right:1px solid #e8ebf2!important;transition:width .18s ease,padding .18s ease}.app-shell .brand-card{position:relative;min-height:44px;gap:9px;padding:10px 4px 18px!important}.app-shell .sidebar-search{position:relative;display:flex;align-items:center;margin:0 4px 12px}.app-shell .sidebar-search .material-symbols-outlined{position:absolute;left:12px;color:#8a90a2;font-size:18px;pointer-events:none}.app-shell .sidebar-search input{width:100%;height:38px;padding:0 14px 0 38px;border:1px solid #e8ebf2;border-radius:10px;outline:none;background:#f7f8fc;color:#111;font-size:.84rem;font-weight:450;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.app-shell .sidebar-search input::placeholder{color:#8a90a2}.app-shell .sidebar-search input:focus{border-color:#d9deea;background:#fff;box-shadow:0 0 0 3px #4f63e814}.app-shell .brand-mark{width:30px;height:30px;border-radius:9px;font-size:.82rem;font-weight:620;box-shadow:none}.app-shell .brand-copy{min-width:0;flex:1}.app-shell .brand-card h1{font-size:1rem;font-weight:610;letter-spacing:-.035em;color:#111}.app-shell .brand-card p{margin-top:1px;color:#70788c;font-size:.72rem;font-weight:400}.sidebar-toggle{display:inline-grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:0;border-radius:8px;background:transparent;color:#70788c;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.sidebar-toggle:hover{background:#f3f5fa;color:#111}.sidebar-toggle:active{transform:scale(.96)}.sidebar-toggle .material-symbols-outlined{width:18px;min-width:18px;height:18px;font-size:18px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20}.app-shell .nav-list{gap:2px;padding:4px 0 12px!important}.app-shell .nav-item{min-height:40px;gap:10px;padding:8px 10px;border-radius:9px;color:#6f7688}.app-shell .nav-item:hover,.app-shell .nav-item.active{background:#f3f5fa;color:#111}.app-shell .nav-item.active .nav-icon,.app-shell .nav-item.active .nav-copy strong{color:#111!important}.app-shell .nav-icon{width:20px;min-width:20px;height:20px;font-size:20px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20}.app-shell .nav-copy strong{font-size:.86rem;font-weight:410;letter-spacing:-.012em}.app-shell .sidebar-widget{margin:8px 0 12px;padding:11px;border-color:#e8ebf2;border-radius:10px;background:#f7f8fc}.app-shell .sidebar-widget .eyebrow{color:#6f7688;font-size:.62rem;font-weight:620}.sidebar-user-card{display:flex;align-items:center;gap:10px;margin-top:6px}.sidebar-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#73b9ad;color:#fff;font-size:.76rem;font-weight:650;letter-spacing:-.02em;flex:0 0 38px}.sidebar-user-copy{min-width:0}.sidebar-user-copy small{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;padding:4px 8px;border-radius:999px;background:#fff;color:#6f7688;font-size:.7rem;font-weight:520;line-height:1}.app-shell .sidebar-widget h2{margin-top:0;color:#111;font-size:.88rem;font-weight:560}.app-shell .sidebar-widget p{color:#6f7688}.app-shell .sidebar-widget p:last-of-type{margin-top:2px;color:#6f7688;font-size:.73rem;line-height:1.4}.app-shell .sidebar-footer{gap:2px;padding:10px 0 0;border-top:1px solid #e8ebf2}.app-shell .sidebar-footer-link{min-height:38px;gap:10px;padding:8px 10px;border-radius:9px;color:#6f7688;font-size:.84rem;font-weight:400}.app-shell .sidebar-footer-link:hover{background:#f3f5fa}.app-shell .main-layout{margin-left:var(--active-sidebar-width)!important;width:calc(100vw - var(--active-sidebar-width))!important;max-width:calc(100vw - var(--active-sidebar-width))!important;transition:margin-left .18s ease,width .18s ease,max-width .18s ease}.app-shell .topbar{border-bottom:0!important;background:var(--canvas)!important;box-shadow:none!important}.ui1-page{gap:22px!important}.settings-page>#workflow-contracts,.settings-page>#workflow-audit-trail{display:contents}.settings-page .ai-model-routing-card{display:grid;gap:18px}.settings-page .ai-routing-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-page .ai-model-grid{display:grid;gap:12px}.settings-page .ai-model-row{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(160px,.8fr) minmax(190px,.9fr) minmax(160px,.8fr);gap:14px;align-items:end;padding:16px;border:1px solid #e3e7f0;border-radius:12px;background:#f8fafc}.settings-page .ai-model-row h4{margin:4px 0 0;color:var(--text);font-size:.96rem;font-weight:720;line-height:1.35}.app-shell.theme-dark .settings-page .ai-model-row{background:#2f2f2f;border-color:#ffffff2e}@media(max-width:1180px){.settings-page .ai-routing-summary,.settings-page .ai-model-row{grid-template-columns:1fr}}.ui1-page>*,.ui1-page .content-panel,.ui1-page .table-card,.ui1-page .queue-column,.ui1-page .queue-card{min-width:0}.ui1-page:not(.seo-overview-page) .hero-panel{padding:6px 0 10px!important;border:0!important;background:transparent!important;box-shadow:none!important}.ui1-page .page-hero-main{min-width:0;display:grid;gap:8px}.ui1-page .hero-title-row{display:flex;align-items:center;gap:0}.ui1-page .hero-title-row h3{margin:0}.ui1-page .page-info-button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:999px;background:transparent;color:#9aa3b5;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.ui1-page .page-info-button:hover,.ui1-page .page-info-button.active{background:#eef2f7;color:#4b5568;transform:translateY(-1px)}.ui1-page .page-info-button .material-symbols-outlined{font-size:17px}.ui1-page .page-info-popover{max-width:760px;margin-top:2px;padding:12px 14px;border:1px solid #e3e7f0;border-radius:10px;background:#fff;color:#5d667a;font-size:.92rem;line-height:1.55}.ui1-page:not(.seo-overview-page) .hero-panel h3{margin:0;color:#111;font-size:clamp(1.8rem,2.8vw,2.45rem);font-weight:660;line-height:1.12;letter-spacing:-.055em}.ui1-page:not(.seo-overview-page) .hero-status{gap:10px}.ui1-page:not(.seo-overview-page) .support-copy{max-width:920px;color:#6f7688;font-size:.96rem;font-weight:430;line-height:1.62}.ui1-page .content-panel,.ui1-page .table-card,.ui1-page .queue-column,.ui1-page .queue-card,.ui1-page .review-block,.ui1-page .score-card,.ui1-page .calendar-card,.ui1-page .state-panel{border:1px solid #e7eaf2;border-radius:16px;background:#fff;box-shadow:none}.ui1-page .content-panel:hover,.ui1-page .table-card:hover,.ui1-page .queue-column:hover,.ui1-page .queue-card:hover{transform:none;box-shadow:none}.ui1-page .panel-heading{align-items:flex-start;gap:14px}.ui1-page .panel-heading h3,.ui1-page .content-panel h3,.ui1-page .table-card h3{color:#111;font-weight:630;letter-spacing:-.03em}.ui1-page .eyebrow,.ui1-page .mini-label{text-transform:uppercase}.ui1-page .panel-heading .eyebrow,.ui1-page .mini-label{letter-spacing:.08em;font-weight:680}.ui1-page .insight-card,.ui1-page .summary-item,.ui1-page .work-item,.ui1-page .priority-card,.ui1-page .review-block,.ui1-page .score-card{border-radius:12px}.ui1-page .insight-card h4,.ui1-page .summary-item h4,.ui1-page .work-item h4,.ui1-page .priority-card h4,.ui1-page .review-block h4,.ui1-page .calendar-card strong{color:#151926;font-weight:650}.ui1-page .insight-card p,.ui1-page .summary-item p,.ui1-page .work-item p,.ui1-page .priority-card p,.ui1-page .review-block p,.ui1-page .score-card span,.ui1-page .calendar-card small,.ui1-page .support-copy.compact{color:#6f7688}.ui1-page .button-row{gap:10px 12px}.ui1-page .button-row.top-gap{margin-top:16px}.ui1-page .button-row.top-gap-sm{margin-top:12px}.ui1-page .primary-button{border-color:#111;background:#111;color:#fff;box-shadow:none}.ui1-page .primary-button:hover{border-color:#2b2b2b;background:#2b2b2b;color:#fff;transform:translateY(-1px)}.ui1-page .button-row .primary-button{border-color:#111;background:#111;color:#fff;box-shadow:none}.ui1-page .button-row .primary-button:hover{border-color:#2b2b2b;background:#2b2b2b;color:#fff;transform:translateY(-1px)}.ui1-page .button-row .ghost-button{border-color:#d8dbe4;background:#fff;color:#111;box-shadow:none}.ui1-page .button-row .ghost-button:hover{border-color:#d8dbe4;background:#f5f6fa;color:#111;transform:translateY(-1px)}.ui1-page .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2){border-color:#111;background:#111;color:#fff}.ui1-page .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2):hover{border-color:#2b2b2b;background:#2b2b2b;color:#fff}.ui1-page .field-grid,.ui1-page .three-up-grid,.ui1-page .quad-grid,.ui1-page .split-grid,.ui1-page .review-grid,.ui1-page .score-grid,.ui1-page .state-grid,.ui1-page .calendar-grid{gap:14px}.ui1-page .field>span{color:#202635;font-weight:620}.ui1-page .field-input{border-radius:10px;border-color:#dfe3ec;background:#fff}.ui1-page .field-input:focus{border-color:#111;box-shadow:0 0 0 3px #1111110f}.ui1-page .field-select{position:relative;z-index:1}.ui1-page .field-select:has(.field-select-menu){z-index:80}.ui1-page .field-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.ui1-page .field-select-trigger .material-symbols-outlined{font-size:18px;color:#697286;transition:transform .16s ease}.ui1-page .field-select-trigger.open .material-symbols-outlined{transform:rotate(180deg)}.ui1-page .field-select-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:90;display:grid;gap:4px;padding:8px;border:1px solid #dfe3ec;border-radius:12px;background:#fff;box-shadow:0 18px 36px #0f172a1f;overflow:hidden}.ui1-page .field-select-option{display:flex;align-items:center;width:100%;min-height:38px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#1f2533;font-size:.92rem;font-weight:520;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.ui1-page .field-select-option:hover{background:#f4f6fb;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #1111110f}.ui1-page .field-select-option.active{background:#111;color:#fff}.ui1-page .table-card{overflow:hidden}.ui1-page .table-wrapper{border:1px solid #eef1f6;border-radius:12px;overflow:hidden;background:#fff}.ui1-page .data-table th{background:#f7f8fc;color:#596275;font-weight:680;letter-spacing:.07em;text-transform:uppercase}.ui1-page .data-table td{color:#1f2533}.ui1-page .data-table tbody tr:hover td{background:#fbfcff}.ui1-page .queue-board{gap:14px}.ui1-page.queue-page .queue-column{border:1px solid #e7eaf2;background:#fff}.ui1-page.queue-page .queue-column:before{height:4px;border-radius:999px 999px 0 0}.ui1-page.queue-page .queue-card{border:1px solid #e8ebf2;background:#fff}.ui1-page.queue-page .queue-card .status-chip,.ui1-page.queue-page .queue-meta span,.ui1-page.queue-page .queue-meta-detail div,.ui1-page.queue-page .queue-column .panel-badge.light,.ui1-page.queue-page .queue-stage-mark{border:1px solid rgba(17,17,17,.06)}.ui1-page .dark-panel{border-color:#171717!important;background:#171717!important;box-shadow:none!important}.ui1-page .dark-panel h3,.ui1-page .dark-panel h4,.ui1-page .dark-panel strong,.ui1-page .dark-panel .eyebrow,.ui1-page .dark-panel .panel-badge,.ui1-page .dark-panel .status-chip{color:#fff}.ui1-page .dark-panel p,.ui1-page .dark-panel small,.ui1-page .dark-panel span{color:#ffffffbd}.ui1-page .dark-panel .summary-item,.ui1-page .dark-panel .priority-card,.ui1-page .dark-panel .work-item{background:#ffffff14}.ui1-page .status-chip,.ui1-page .panel-badge{border-radius:999px}@media(max-width:1200px){.ui1-page .three-up-grid,.ui1-page .quad-grid,.ui1-page .split-grid,.ui1-page .review-grid,.ui1-page .calendar-grid,.ui1-page .field-grid,.ui1-page .score-grid,.ui1-page .state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ui1-page .three-up-grid,.ui1-page .quad-grid,.ui1-page .split-grid,.ui1-page .review-grid,.ui1-page .calendar-grid,.ui1-page .field-grid,.ui1-page .score-grid,.ui1-page .state-grid{grid-template-columns:1fr}}.app-shell .topbar-status{justify-content:flex-end}.app-shell.sidebar-collapsed{--active-sidebar-width: 64px}.app-shell.sidebar-collapsed .sidebar{padding:12px 7px 14px!important}.app-shell.sidebar-collapsed .brand-card{justify-content:center;padding-bottom:12px!important}.app-shell.sidebar-collapsed .brand-copy,.app-shell.sidebar-collapsed .sidebar-search,.app-shell.sidebar-collapsed .nav-copy,.app-shell.sidebar-collapsed .sidebar-widget,.app-shell.sidebar-collapsed .sidebar-footer-link span:not(.material-symbols-outlined){display:none!important}.app-shell.sidebar-collapsed .brand-mark{display:none}.app-shell.sidebar-collapsed .sidebar-toggle{margin:0 auto}.app-shell.sidebar-collapsed .nav-item,.app-shell.sidebar-collapsed .sidebar-footer-link{justify-content:center;padding:9px}.theme-toggle-button{display:flex;min-height:38px;width:100%;align-items:center;gap:10px;margin:0 0 10px;padding:8px 10px;border:1px solid #e8ebf2;border-radius:9px;background:#fff;color:#4f5668;cursor:pointer;font-size:.84rem;font-weight:430;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.theme-toggle-button:hover{background:#f3f5fa;border-color:#dfe4ee;color:#111}.theme-toggle-button:active{transform:scale(.98)}.theme-toggle-button .material-symbols-outlined{width:20px;min-width:20px;height:20px;font-size:20px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20}.app-shell.sidebar-collapsed .theme-toggle-button span:not(.material-symbols-outlined){display:none}.app-shell.sidebar-collapsed .theme-toggle-button{justify-content:center;padding:9px}.seo-refresh-card .stack-list,.seo-learning-block .stack-list,.seo-memory-card .stack-list{align-items:stretch!important}.seo-refresh-card .stack-list>*,.seo-learning-block .stack-list>*,.seo-memory-card .stack-list>*{display:block;width:100%!important;max-width:none!important;align-self:stretch!important;margin-left:0!important;margin-right:0!important}.app-shell:not(.theme-dark) .seo-learning-block{border-color:var(--border)!important;background:var(--card)!important;color:var(--text)!important;box-shadow:var(--shadow-card)!important}.app-shell:not(.theme-dark) .seo-learning-block .panel-heading .eyebrow{background:#eef2f8!important;color:#6f7b91!important}.app-shell:not(.theme-dark) .seo-learning-block .panel-heading h3,.app-shell:not(.theme-dark) .seo-learning-block .priority-card h4,.app-shell:not(.theme-dark) .seo-learning-block .priority-card strong{color:var(--text)!important}.app-shell:not(.theme-dark) .seo-learning-block .panel-badge{background:#f2f5fa!important;border-color:#e1e6f0!important;color:#6f7b91!important}.app-shell:not(.theme-dark) .seo-learning-block .priority-card{border-color:var(--border)!important;background:#f7f9fc!important;color:var(--text)!important}.app-shell:not(.theme-dark) .seo-learning-block .priority-card p,.app-shell:not(.theme-dark) .seo-learning-block .priority-card span,.app-shell:not(.theme-dark) .seo-learning-block .priority-card .mini-label{color:var(--muted)!important}.app-shell:not(.theme-dark) .seo-learning-block .inline-action.light-on-dark{border-color:#dfe5ef!important;background:#fff!important;color:#182033!important}.orchestration-timeline-card .timeline-list{align-items:stretch}.orchestration-timeline-card .timeline-item{display:block;width:100%!important;max-width:none!important;align-self:stretch!important}.orchestration-timeline-card .timeline-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.orchestration-timeline-card .timeline-meta small{color:#6f7280;font-size:.74rem;font-weight:500}.seo-kpi-grid .metric-card{display:flex;flex-direction:column;align-items:flex-start}.metric-link,.inline-action{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid #e7ebf3;border-radius:6px;background:#fff;color:#4f576a;cursor:pointer;font-size:.72rem;font-weight:620;transition:background-color .16s ease,transform .16s ease,border-color .16s ease,color .16s ease}.metric-link{margin-top:14px}.metric-link:hover,.inline-action:hover{background:#f5f7fb;color:#111;transform:translateY(-1px)}.inline-action.light-on-dark{border-color:#ffffff24;background:#ffffff0f;color:#f4f6fb}.inline-action.light-on-dark:hover{background:#ffffff1f;color:#fff}.panel-link-row,.inline-action-row{display:flex;flex-wrap:wrap;gap:8px}.panel-link-row{margin-top:16px}.inline-action-row{margin-top:12px}.ai-summary-panel{display:grid;gap:14px}.mode-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:7px;background:#f1f3f8}.mode-toggle button{min-height:26px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:#6a7082;cursor:pointer;font-size:.72rem;font-weight:500!important}.mode-toggle button.active{background:#111;color:#fff;font-weight:500!important}.ai-brief-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.ai-brief-card{display:grid;grid-template-rows:auto 1fr;align-items:start;min-height:148px;height:100%;gap:12px;padding:14px}.ai-brief-head{display:flex;align-items:center;gap:10px;min-height:32px}.ai-brief-head .mini-label{margin:0;color:#1f2533;font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;line-height:1}.ai-brief-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#e9eefc;color:#3f63e8;flex:0 0 28px}.ai-brief-icon svg{width:15px;height:15px}.ai-brief-copy{margin:0;color:#3f4759;font-size:.88rem;font-weight:560;line-height:1.55}.ai-step-list{display:grid;gap:8px;margin:0;padding:0 0 0 16px;color:#3f4759;font-size:.88rem;font-weight:560}.ai-step-list li{line-height:1.5}.ai-summary-meta-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:12px}.ai-meta-block{display:grid;gap:10px}.ai-meta-block>.mini-label{margin:0 0 2px}.summary-chip-row{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.summary-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:6px;font-size:.72rem;font-weight:680;white-space:nowrap}.summary-chip.good{background:#d7f1e0;color:#168a53}.summary-chip.focus{background:#dce8ff;color:#2f5fe3}.summary-chip.warning{background:#fff0c8;color:#9a5a00}.summary-chip.neutral{background:#eef1f6;color:#596275}.freshness-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.freshness-item{display:grid;gap:6px;padding:12px;border-radius:8px;background:#f7f8fc;min-height:76px;align-content:start}.freshness-item span{color:#6f7688;font-size:.72rem;font-weight:760}.freshness-item strong{width:fit-content}.recommendation-copy{display:block;margin-top:10px;color:inherit;font-size:.76rem;line-height:1.45}.money-support-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:12px}.money-support-copy{display:grid;gap:6px}.money-support-copy h4,.money-support-copy p,.money-support-copy strong{margin:0}.compact-secondary-panel{opacity:.88}.compact-secondary-panel .three-up-grid,.compact-secondary-panel .workflow-contract-grid{gap:10px}.compact-secondary-panel .insight-card{min-height:auto;padding:12px}.seo-action-stack{align-items:stretch}.seo-action-stack>*{min-height:112px}@media(max-width:1200px){.ai-brief-grid,.freshness-grid,.ai-summary-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ai-brief-grid,.freshness-grid,.ai-summary-meta-grid{grid-template-columns:1fr}.money-support-summary{flex-direction:column;align-items:flex-start}}.ui1-page .table-card{position:relative;overflow:hidden}.ui1-page .table-card:before,.ui1-page .insight-card:before,.strategy-page .strategy-goal-card:before,.strategy-page .strategy-truth-card:before,.strategy-page .strategy-focus-card:before,.strategy-page .strategy-roadmap-rationale:before{display:none!important}.ui1-page .table-heading-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.ui1-page .table-card .panel-heading{align-items:center}.ui1-page .table-card{background:#fff!important}.ui1-page .table-heading-main{display:flex;align-items:center;gap:12px}.ui1-page .table-heading-main>div{display:grid;gap:4px}.ui1-page .table-heading-main>div .eyebrow,.ui1-page .table-heading-main>div h3{margin:0}.ui1-page .table-heading-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px}.ui1-page .table-heading-icon .material-symbols-outlined{font-size:18px}.ui1-page .table-heading-icon-blue{background:#e5edff;color:#4567e8}.ui1-page .table-heading-icon-mint{background:#e0f2e8;color:#2d9b63}.ui1-page .table-heading-icon-amber{background:#fff0cb;color:#b57926}.ui1-page .table-heading-icon-peach{background:#f8e1d7;color:#c66f3c}.ui1-page .table-heading-icon-violet{background:#ebe0ff;color:#7d5fe3}.ui1-page:not(.seo-overview-page) .dark-panel{background:#fff!important;color:#171c27!important;border:1px solid #dde3ef!important;box-shadow:0 10px 26px #1018280d!important}.ui1-page:not(.seo-overview-page) .dark-panel .panel-badge{background:#eef2fb!important;color:#6b7286!important}.ui1-page:not(.seo-overview-page) .dark-panel .summary-item,.ui1-page:not(.seo-overview-page) .dark-panel .priority-card{background:#f7f8fc!important;border:1px solid #e6ebf3!important;color:#171c27!important}.strategy-page .strategy-goal-card,.strategy-page .strategy-truth-card,.strategy-page .strategy-focus-card,.strategy-page .strategy-roadmap-rationale{overflow:hidden;align-self:start}.strategy-page .strategy-goal-card{overflow:visible;position:relative;z-index:20}.strategy-page .strategy-row{grid-column:1 / -1;display:flex!important;gap:24px;align-items:flex-start!important}.strategy-page .strategy-row>.content-panel,.strategy-page .strategy-row>.wide-panel{width:auto;min-width:0;max-width:none;grid-column:auto / auto!important}.strategy-page .strategy-row-top,.strategy-page .strategy-row-middle{display:flex!important;align-items:flex-start!important}.strategy-page .strategy-row>*{min-width:0;min-height:0!important;height:auto!important;align-self:start!important}.strategy-page .strategy-row-top>.strategy-goal-card{flex:1 1 0!important;max-width:calc(50% - 12px);grid-column:auto / auto!important}.strategy-page .strategy-row-top>.strategy-truth-card{flex:1 1 0!important;max-width:calc(50% - 12px);grid-column:auto / auto!important}.strategy-page .strategy-row-middle>.strategy-step-card{flex:1 1 0!important;max-width:calc(50% - 12px);grid-column:auto / auto!important}.strategy-page .strategy-row-middle>.strategy-focus-card{flex:1 1 0!important;max-width:calc(50% - 12px);grid-column:auto / auto!important}.strategy-page .strategy-goal-card{display:flex;flex-direction:column;height:fit-content!important}.strategy-page .strategy-truth-card,.strategy-page .strategy-step-card,.strategy-page .strategy-focus-card{height:fit-content!important}.strategy-page .strategy-truth-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch!important;gap:14px}.strategy-page .strategy-truth-grid>*{width:auto;min-height:152px;max-width:none!important;align-self:stretch!important}.strategy-page .strategy-truth-grid>:last-child{grid-column:1 / -1}.strategy-page .strategy-priority-stack{display:grid!important;grid-template-columns:1fr;align-items:stretch!important;gap:14px}.strategy-page .strategy-priority-stack>*{width:auto;max-width:none;align-self:stretch}.strategy-page .strategy-priority-card{display:grid;gap:12px;padding:16px 18px;min-height:146px;align-content:start}.strategy-page .strategy-truth-card .panel-link-row,.strategy-page .strategy-focus-card .stack-list,.strategy-page .strategy-step-card .step-impact-grid{width:100%}.strategy-page .strategy-truth-card .insight-card{display:grid;grid-template-rows:auto auto auto;align-content:start;gap:12px;padding:18px 18px 16px}.strategy-page .strategy-truth-card .insight-card-title{margin:0}.strategy-page .strategy-truth-card .insight-card p{margin:0;line-height:1.56}.strategy-page .strategy-truth-card .summary-chip-row{gap:10px}.strategy-page .table-card{padding:16px 0 0!important}.strategy-page .table-card .panel-heading{margin-bottom:14px;padding:0 14px}.strategy-page .table-wrapper{width:100%;margin:0}.strategy-page .strategy-priority-card.tint-blue{background:#eef3ff;border-color:#dbe5ff}.strategy-page .strategy-priority-card.tint-peach{background:#fbefe7;border-color:#f1d7c5}.strategy-page .strategy-priority-card.tint-violet{background:#f2ecff;border-color:#dfd2ff}.strategy-page .strategy-priority-copy{display:grid;gap:4px}.strategy-page .strategy-priority-copy .mini-label,.strategy-page .strategy-priority-copy h4{margin:0}.strategy-page .strategy-note-grid{gap:14px}.strategy-page .insight-card,.strategy-page .priority-card{min-height:0}.strategy-page .hero-title-row{display:flex;align-items:center;gap:10px}.strategy-page .hero-title-row h3{margin:0}.strategy-page .page-info-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #dfe3ec;border-radius:999px;background:#fff;color:#677089;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.strategy-page .page-info-button:hover,.strategy-page .page-info-button.active{border-color:#cfd6e6;background:#f4f6fb;color:#171c27}.strategy-page .page-info-button .material-symbols-outlined{font-size:17px}.strategy-page .page-info-popover{max-width:620px;margin-top:10px;padding:12px 14px;border:1px solid #e3e7f0;border-radius:10px;background:#fff;color:#5d667a;font-size:.92rem;line-height:1.55}.strategy-page .strategy-hero-panel{align-items:start}.strategy-page .strategy-hero-actions{align-items:center}.strategy-page .strategy-page-info-popover{grid-column:1 / -1;margin-top:-10px;margin-bottom:4px}.strategy-page .strategy-step-card .step-impact-grid,.strategy-page .strategy-step-card .workflow-contract-grid{grid-template-columns:1fr!important}.ui1-page .hero-panel{align-items:flex-start}.ui1-page .hero-title-row,.strategy-page .hero-title-row{gap:0!important}.ui1-page .hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.ui1-page .page-info-button,.strategy-page .page-info-button{width:26px!important;height:26px!important;border:0!important;background:transparent!important;color:#9aa3b5!important;box-shadow:none!important}.ui1-page .page-info-button:hover,.ui1-page .page-info-button.active,.strategy-page .page-info-button:hover,.strategy-page .page-info-button.active{background:#eef2f7!important;color:#4b5568!important;transform:translateY(-1px)}.strategy-page .strategy-step-card .step-impact-grid>*,.strategy-page .strategy-step-card .workflow-contract-grid>*{width:100%;max-width:none;align-self:stretch}.strategy-page .table-wrapper{overflow:hidden}.strategy-page .data-table{table-layout:fixed}.strategy-page .data-table th,.strategy-page .data-table td{white-space:normal;word-break:break-word;vertical-align:top}.strategy-page .table-card.table-card-blue .data-table th:nth-child(1),.strategy-page .table-card.table-card-blue .data-table td:nth-child(1){width:20%}.strategy-page .table-card.table-card-blue .data-table th:nth-child(2),.strategy-page .table-card.table-card-blue .data-table td:nth-child(2){width:12%}.strategy-page .table-card.table-card-blue .data-table th:nth-child(3),.strategy-page .table-card.table-card-blue .data-table td:nth-child(3){width:18%}.strategy-page .table-card.table-card-blue .data-table th:nth-child(4),.strategy-page .table-card.table-card-blue .data-table td:nth-child(4){width:26%}.strategy-page .table-card.table-card-blue .data-table th:nth-child(5),.strategy-page .table-card.table-card-blue .data-table td:nth-child(5){width:24%}.strategy-page .table-card.table-card-amber .data-table th:nth-child(1),.strategy-page .table-card.table-card-amber .data-table td:nth-child(1){width:14%}.strategy-page .table-card.table-card-amber .data-table th:nth-child(2),.strategy-page .table-card.table-card-amber .data-table td:nth-child(2){width:46%}.strategy-page .table-card.table-card-amber .data-table th:nth-child(3),.strategy-page .table-card.table-card-amber .data-table td:nth-child(3){width:28%}.strategy-page .table-card.table-card-amber .data-table th:nth-child(4),.strategy-page .table-card.table-card-amber .data-table td:nth-child(4){width:12%}.strategy-page .table-card.table-card-mint .data-table th:nth-child(1),.strategy-page .table-card.table-card-mint .data-table td:nth-child(1){width:48%}.strategy-page .table-card.table-card-mint .data-table th:nth-child(2),.strategy-page .table-card.table-card-mint .data-table td:nth-child(2){width:20%}.strategy-page .table-card.table-card-mint .data-table th:nth-child(3),.strategy-page .table-card.table-card-mint .data-table td:nth-child(3){width:18%}.strategy-page .table-card.table-card-mint .data-table th:nth-child(4),.strategy-page .table-card.table-card-mint .data-table td:nth-child(4){width:14%}@media(max-width:960px){.strategy-page .strategy-row-top,.strategy-page .strategy-row-middle{flex-direction:column!important}.strategy-page .strategy-row>.content-panel,.strategy-page .strategy-row>.wide-panel,.strategy-page .strategy-row-top>.strategy-goal-card,.strategy-page .strategy-row-top>.strategy-truth-card,.strategy-page .strategy-row-middle>.strategy-step-card,.strategy-page .strategy-row-middle>.strategy-focus-card{max-width:none;width:100%}}.ui1-page .insight-card-title{align-items:center;gap:12px;margin-bottom:12px}.ui1-page .insight-card-title h4{line-height:1.3}.ui1-page .insight-card-icon{width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:#edf1f8;box-shadow:none}.ui1-page .insight-card.tint-blue,.ui1-page .priority-card.tint-blue{background:#edf3ff!important;border-color:#d8e4ff!important}.ui1-page .insight-card.tint-blue .insight-card-icon,.ui1-page .priority-card.tint-blue .insight-card-icon{background:#dfe8ff;color:#4567e8}.ui1-page .insight-card.tint-mint,.ui1-page .priority-card.tint-mint{background:#eef9f3!important;border-color:#d9ebdf!important}.ui1-page .insight-card.tint-mint .insight-card-icon,.ui1-page .priority-card.tint-mint .insight-card-icon{background:#dff1e7;color:#2f9a65}.ui1-page .insight-card.tint-amber,.ui1-page .priority-card.tint-amber{background:#fff7e9!important;border-color:#f3e1b8!important}.ui1-page .insight-card.tint-amber .insight-card-icon,.ui1-page .priority-card.tint-amber .insight-card-icon{background:#ffefca;color:#b67a27}.ui1-page .insight-card.tint-peach,.ui1-page .priority-card.tint-peach{background:#fbf0e8!important;border-color:#f0d8c8!important}.ui1-page .insight-card.tint-peach .insight-card-icon,.ui1-page .priority-card.tint-peach .insight-card-icon{background:#f8e2d6;color:#c36f43}.ui1-page .insight-card.tint-violet,.ui1-page .priority-card.tint-violet{background:#f3eeff!important;border-color:#e0d5ff!important}.ui1-page .insight-card.tint-violet .insight-card-icon,.ui1-page .priority-card.tint-violet .insight-card-icon{background:#e9e0ff;color:#7b5de0}.ui1-page .table-grade,.ui1-page .score-card strong.grade-value,.ui1-page .status-chip[class*=grade-]{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 11px;border-radius:10px;border:1px solid transparent;font-size:.82rem;font-weight:680;line-height:1;letter-spacing:.01em}.ui1-page .data-table td .table-grade{white-space:nowrap}.ui1-page .table-grade.grade-gray,.ui1-page .status-chip.grade-gray,.ui1-page .score-card.grade-gray strong{background:#eef1f5;border-color:#dce1e8;color:#6d7584}.ui1-page .table-grade.grade-green,.ui1-page .status-chip.grade-green,.ui1-page .score-card.grade-green strong{background:#e7f5ec;border-color:#cde8d7;color:#2f8f57}.ui1-page .table-grade.grade-blue,.ui1-page .status-chip.grade-blue,.ui1-page .score-card.grade-blue strong{background:#e8efff;border-color:#d3defc;color:#4569c8}.ui1-page .table-grade.grade-violet,.ui1-page .status-chip.grade-violet,.ui1-page .score-card.grade-violet strong{background:#efe9ff;border-color:#ddd2ff;color:#7752d9}.ui1-page .table-grade.grade-orange,.ui1-page .status-chip.grade-orange,.ui1-page .score-card.grade-orange strong{background:#fff0df;border-color:#f4dac0;color:#bf7627}.ui1-page .table-grade.grade-red,.ui1-page .status-chip.grade-red,.ui1-page .score-card.grade-red strong{background:#ffe6e1;border-color:#f1c9bf;color:#bf4740}.ui1-page .score-card{gap:12px;align-content:start;background:#fff}.ui1-page .score-card strong{display:inline-flex;width:fit-content;max-width:100%;margin:8px 0 6px}.ui1-page .score-card p{color:#61697d}.ui1-page .score-card span{color:#667086}.ui1-page .score-card.grade-gray{background:#f7f8fb;border-color:#e5e8ef}.ui1-page .score-card.grade-green{background:#f6fbf8;border-color:#dceee3}.ui1-page .score-card.grade-blue{background:#f5f8ff;border-color:#dde6fb}.ui1-page .score-card.grade-violet{background:#f8f5ff;border-color:#e5ddff}.ui1-page .score-card.grade-orange{background:#fff8f1;border-color:#f4e2ca}.ui1-page .score-card.grade-red{background:#fff6f4;border-color:#f0d5cf}.ui1-page .state-grid{align-items:stretch}.ui1-page .state-grid>*{height:100%}.ui1-page .state-panel{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px;align-items:start;min-height:128px;padding:18px}.ui1-page .state-panel>div:last-of-type{min-width:0}.ui1-page .state-panel h4{margin:0 0 6px}.ui1-page .state-panel p{margin:0}.ui1-page .state-panel .ghost-button{grid-column:1 / -1;justify-self:start;margin-top:4px}.ui1-page .state-icon{width:42px;height:42px;border-radius:12px;background:#f4f6fb;color:#64708c;box-shadow:none}.ui1-page .state-icon .material-symbols-outlined{font-size:20px;line-height:1}.ui1-page .state-icon.loading{background:#edf3ff;color:#4b63ff}.ui1-page .state-icon.empty{background:#f3f5f9;color:#8b93a8}.ui1-page .state-icon.error{background:#fff1ec;color:#cb6c57}.ui1-page.review-page .review-human-gate-card{background:#fff;border-color:#e2e6ef;box-shadow:none}.ui1-page.review-page .review-human-gate-card .check-item{align-items:center;color:#1f2430}.ui1-page.review-page .review-human-gate-card .check-item span{color:#1f2430}.ui1-page.review-page .review-human-gate-card .check-item input{accent-color:#4a63ff}.ui1-page.review-page .review-human-gate-card .priority-card{background:#f7f8fb;border-color:#e4e8f0}.ui1-page.review-page .review-human-gate-card .priority-card p{color:#5f677a}.ui1-page.review-page .review-human-gate-card .priority-card.tint-mint{background:#eef8f2;border-color:#d7eadf}.ui1-page.review-page .review-human-gate-card .priority-card.tint-amber{background:#fff7eb;border-color:#f1e0be}.ui1-page.review-page .review-human-gate-card .priority-card.tint-blue{background:#eff4ff;border-color:#d9e3fb}.ui1-page.review-page .review-human-gate-card .stack-list{align-items:stretch;gap:14px}.ui1-page.review-page .review-human-gate-card .stack-list>*{width:100%;max-width:none;align-self:stretch}.ui1-page.review-page .review-human-gate-card .review-reason-card{width:100%;max-width:none}.ui1-page.publishing-page .publish-rules-card{background:#fff;border-color:#e2e6ef}.ui1-page.publishing-page .publish-rules-card .stack-list,.ui1-page.publishing-page .span-5 .stack-list,.ui1-page.publishing-page .span-7 .stack-list{align-items:stretch}.ui1-page.publishing-page .publish-rules-card .priority-card,.ui1-page.publishing-page .summary-item,.ui1-page.publishing-page .work-item{width:100%;max-width:none;align-self:stretch}.ui1-page.publishing-page .publish-rules-card .priority-card{opacity:1}.ui1-page.publishing-page .publish-rules-card .priority-card h4,.ui1-page.publishing-page .publish-rules-card .priority-card p,.ui1-page.publishing-page .summary-item h4,.ui1-page.publishing-page .summary-item p,.ui1-page.publishing-page .work-item h4,.ui1-page.publishing-page .work-item p{color:#1b2030}.ui1-page.publishing-page .summary-item{padding:18px}.ui1-page.publishing-page .summary-item .button-row{margin-top:12px}.ui1-page.publishing-page .work-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px}.ui1-page.publishing-page .work-item>div{min-width:0}.ui1-page.publishing-page .work-item .status-chip{margin-left:0;justify-self:end}.ui1-page.performance-page .stack-list{align-items:stretch;gap:14px}.ui1-page.performance-page .stack-list>*{width:100%;max-width:none;align-self:stretch}.ui1-page.performance-page .summary-item,.ui1-page.performance-page .priority-card{width:100%;max-width:none;min-height:0}.ui1-page.performance-page .summary-item{padding:18px}.ui1-page.performance-page .summary-item .button-row{margin-top:12px}.ui1-page.performance-page .performance-winner-card{background:#fff;border-color:#e2e6ef}.ui1-page.performance-page .performance-winner-card .priority-card{background:#f7f8fb;border-color:#e4e8f0}.ui1-page.performance-page .performance-winner-card .priority-card h4,.ui1-page.performance-page .performance-winner-card .priority-card p{color:#1b2030}.ui1-page.performance-page .performance-summary-card,.ui1-page.performance-page .performance-winner-card,.ui1-page.performance-page .performance-data-card{display:flex;flex-direction:column;min-height:350px}.ui1-page.performance-page .performance-summary-card .stack-list,.ui1-page.performance-page .performance-winner-card .stack-list,.ui1-page.performance-page .performance-data-card .stack-list{flex:1 1 auto;display:grid!important;align-items:stretch!important}.ui1-page.performance-page .performance-summary-card .stack-list,.ui1-page.performance-page .performance-data-card .stack-list{grid-template-rows:repeat(3,minmax(0,1fr))}.ui1-page.performance-page .performance-winner-card .stack-list{grid-template-rows:repeat(2,minmax(0,1fr))}.ui1-page.performance-page .performance-summary-card .summary-item,.ui1-page.performance-page .performance-winner-card .priority-card,.ui1-page.performance-page .performance-data-card .summary-item{display:grid;align-content:center;gap:8px;min-height:0!important}.ui1-page.performance-page .performance-data-card small{color:#687185}.ui1-page.performance-page .span-5 .step-impact-grid,.ui1-page.performance-page .span-5 .workflow-contract-grid{grid-template-columns:1fr!important;gap:14px}.ui1-page.performance-page .span-5 .step-impact-grid>*,.ui1-page.performance-page .span-5 .workflow-contract-grid>*{width:100%;max-width:none;align-self:stretch}.ui1-page.queue-page .queue-column{box-shadow:none!important;background-image:none!important}.ui1-page.queue-page .queue-column.stage-idea{background:#fff!important;border-color:#e5e9f1!important}.ui1-page.queue-page .queue-column.stage-brief,.ui1-page.queue-page .queue-column.stage-review,.ui1-page.queue-page .queue-column.stage-refresh{background:#fff7eb!important;border-color:#efd8ba!important}.ui1-page.queue-page .queue-column.stage-research{background:#eef4ff!important;border-color:#d8e2fb!important}.ui1-page.queue-page .queue-column.stage-draft,.ui1-page.queue-page .queue-column.stage-publish{background:#eef8f2!important;border-color:#d7eadf!important}.ui1-page.queue-page .queue-card{background:#fff!important;border-color:#e6e9f1!important;box-shadow:none!important}.ui1-page.queue-page .queue-column .panel-badge.light{background:#fffc;border-color:#11111114}@media(max-width:960px){.strategy-page .strategy-truth-grid{grid-template-columns:1fr}.strategy-page .strategy-truth-grid>:last-child{grid-column:auto}}.strategy-page .strategy-row.strategy-row-top,.strategy-page .strategy-row.strategy-row-middle{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;width:100%!important;max-width:100%!important;overflow:visible!important}.strategy-page .strategy-row.strategy-row-top>.strategy-goal-card,.strategy-page .strategy-row.strategy-row-top>.strategy-truth-card,.strategy-page .strategy-row.strategy-row-middle>.strategy-step-card,.strategy-page .strategy-row.strategy-row-middle>.strategy-focus-card{width:100%!important;max-width:none!important;min-width:0!important;height:100%!important;min-height:0!important;align-self:stretch!important;grid-column:auto!important}.strategy-page .strategy-goal-card,.strategy-page .strategy-truth-card,.strategy-page .strategy-step-card,.strategy-page .strategy-focus-card{display:flex!important;flex-direction:column!important}.strategy-page .strategy-goal-card .button-row,.strategy-page .strategy-truth-card .panel-link-row{margin-top:18px!important}.strategy-page .strategy-truth-grid,.strategy-page .strategy-priority-stack,.strategy-page .strategy-step-card .step-impact-grid{flex:1 1 auto}.strategy-page .strategy-truth-card .panel-link-row{padding-top:0!important;align-items:flex-start}@media(max-width:960px){.strategy-page .strategy-row.strategy-row-top,.strategy-page .strategy-row.strategy-row-middle{grid-template-columns:1fr!important}.strategy-page .strategy-row.strategy-row-top>.strategy-goal-card,.strategy-page .strategy-row.strategy-row-top>.strategy-truth-card,.strategy-page .strategy-row.strategy-row-middle>.strategy-step-card,.strategy-page .strategy-row.strategy-row-middle>.strategy-focus-card{height:auto!important}}.ui1-page .insight-card,.ui1-page .priority-card,.ui1-page .summary-item,.ui1-page .queue-column,.ui1-page .queue-card,.ui1-page .state-panel,.ui1-page .score-card{background-image:none!important;box-shadow:none!important}.ui1-page .insight-card:before,.ui1-page .priority-card:before,.ui1-page .summary-item:before,.ui1-page .queue-column:before{display:none!important}.ui1-page .insight-card-title{display:grid!important;grid-template-columns:36px minmax(0,1fr);align-items:start!important;gap:14px!important}.ui1-page .insight-card-title>div,.ui1-page .table-heading-main>div{min-width:0}.ui1-page .insight-card-title h4,.ui1-page .insight-card-title p,.ui1-page .insight-card-title .mini-label{margin:0}.ui1-page .insight-card-icon,.ui1-page .state-icon,.ui1-page .queue-stage-mark,.ui1-page .table-heading-icon{display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;overflow:hidden!important}.ui1-page .insight-card-icon .material-symbols-outlined,.ui1-page .state-icon .material-symbols-outlined,.ui1-page .queue-stage-mark .material-symbols-outlined,.ui1-page .table-heading-icon .material-symbols-outlined{display:block!important;width:auto!important;min-width:0!important;height:auto!important;margin:0!important;font-size:19px!important;line-height:1!important}.ui1-page .state-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}.ui1-page .state-panel{min-height:142px!important;height:100%!important;padding:20px!important}.ui1-page .table-card{padding:24px!important}.ui1-page .table-card .panel-heading{padding:0!important;margin:0 0 18px!important}.ui1-page .table-wrapper{width:100%!important;margin:0!important}.ui1-page .data-table{width:100%!important;table-layout:fixed!important}.ui1-page .data-table th,.ui1-page .data-table td{height:58px;padding:14px 18px!important;vertical-align:middle!important;line-height:1.45!important;overflow-wrap:anywhere}.ui1-page.performance-page .data-table th:nth-child(1),.ui1-page.performance-page .data-table td:nth-child(1){width:28%}.ui1-page.performance-page .data-table th:nth-child(2),.ui1-page.performance-page .data-table td:nth-child(2){width:24%}.ui1-page.performance-page .data-table th:nth-child(3),.ui1-page.performance-page .data-table td:nth-child(3){width:24%}.ui1-page.performance-page .data-table th:nth-child(4),.ui1-page.performance-page .data-table td:nth-child(4){width:24%}.ui1-page.review-page .review-human-gate-card .stack-list,.ui1-page.publishing-page .span-7 .stack-list,.ui1-page.performance-page .stack-list{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important}.ui1-page.review-page .review-human-gate-card .priority-card,.ui1-page.publishing-page .span-7 .work-item,.ui1-page.performance-page .priority-card,.ui1-page.performance-page .summary-item{width:100%!important;max-width:none!important;min-height:96px!important}.ui1-page.publishing-page .span-7 .work-item{grid-template-columns:minmax(0,1fr) auto!important}.ui1-page.queue-page .queue-board{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(4,minmax(260px,1fr))!important;gap:16px!important;align-items:stretch!important}.ui1-page.queue-page .queue-column{min-height:430px!important;border-radius:14px!important;background:#fff!important}.ui1-page.queue-page .queue-column.stage-idea{background:#fff!important;border-color:#e3e7ef!important}.ui1-page.queue-page .queue-column.stage-brief,.ui1-page.queue-page .queue-column.stage-review,.ui1-page.queue-page .queue-column.stage-refresh{background:#fff6e8!important;border-color:#edd5af!important}.ui1-page.queue-page .queue-column.stage-research,.ui1-page.queue-page .queue-column.stage-publish{background:#edf4ff!important;border-color:#d4e1fb!important}.ui1-page.queue-page .queue-column.stage-draft{background:#eef8f2!important;border-color:#d2eadc!important}.ui1-page.queue-page .queue-card{border-radius:13px!important;background:#fff!important}.strategy-page .strategy-row.strategy-row-top,.strategy-page .strategy-row.strategy-row-middle{gap:22px!important}.strategy-page .strategy-truth-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.strategy-page .strategy-truth-grid>:last-child{grid-column:1 / -1!important}.strategy-page .strategy-truth-card .insight-card{min-height:140px!important}.strategy-page .strategy-truth-card .panel-link-row{margin-top:20px!important;padding-top:0!important;position:relative!important;z-index:1!important}.strategy-page .strategy-goal-card{justify-content:space-between!important}.strategy-page .strategy-goal-card .button-row{margin-top:24px!important}.ui1-page.publishing-page .publish-setup-card,.ui1-page.publishing-page .publish-rules-card,.ui1-page.publishing-page .publish-truth-card,.ui1-page.publishing-page .publish-step-card,.ui1-page.publishing-page .publish-contract-card,.ui1-page.publishing-page .publish-calendar-card,.ui1-page.publishing-page .publish-risk-card,.ui1-page.performance-page .performance-summary-card,.ui1-page.performance-page .performance-winner-card,.ui1-page.performance-page .performance-data-card,.ui1-page.performance-page .performance-step-card,.ui1-page.performance-page .performance-contract-card{display:flex!important;flex-direction:column!important;width:100%!important;max-width:none!important;min-width:0!important}.ui1-page.publishing-page .publish-setup-card,.ui1-page.publishing-page .publish-rules-card{min-height:292px!important}.ui1-page.publishing-page .publish-truth-card,.ui1-page.publishing-page .publish-step-card,.ui1-page.performance-page .performance-data-card,.ui1-page.performance-page .performance-step-card{min-height:350px!important}.ui1-page.publishing-page .publish-calendar-card,.ui1-page.publishing-page .publish-risk-card{min-height:300px!important}.ui1-page.publishing-page .publish-rules-card .stack-list,.ui1-page.publishing-page .publish-truth-card .stack-list,.ui1-page.publishing-page .publish-risk-card .stack-list,.ui1-page.performance-page .performance-summary-card .stack-list,.ui1-page.performance-page .performance-winner-card .stack-list,.ui1-page.performance-page .performance-data-card .stack-list{flex:1 1 auto!important;display:grid!important;align-items:stretch!important;gap:14px!important}.ui1-page.publishing-page .publish-rules-card .stack-list,.ui1-page.publishing-page .publish-truth-card .stack-list,.ui1-page.performance-page .performance-winner-card .stack-list{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ui1-page.publishing-page .publish-risk-card .stack-list,.ui1-page.performance-page .performance-summary-card .stack-list,.ui1-page.performance-page .performance-data-card .stack-list{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ui1-page.publishing-page .publish-step-card .step-impact-grid,.ui1-page.performance-page .performance-step-card .step-impact-grid{flex:1 1 auto!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important}.ui1-page.publishing-page .publish-contract-card .workflow-contract-grid,.ui1-page.performance-page .performance-contract-card .workflow-contract-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important}.ui1-page.publishing-page .publish-rules-card .priority-card,.ui1-page.publishing-page .publish-truth-card .summary-item,.ui1-page.publishing-page .publish-risk-card .work-item,.ui1-page.publishing-page .publish-step-card .insight-card,.ui1-page.publishing-page .publish-contract-card .insight-card,.ui1-page.performance-page .performance-summary-card .summary-item,.ui1-page.performance-page .performance-winner-card .priority-card,.ui1-page.performance-page .performance-data-card .summary-item,.ui1-page.performance-page .performance-step-card .insight-card,.ui1-page.performance-page .performance-contract-card .insight-card{display:grid!important;align-content:center!important;width:100%!important;max-width:none!important;min-height:0!important}.ui1-page.publishing-page .publish-truth-card .button-row,.ui1-page.publishing-page .publish-risk-card .button-row,.ui1-page.performance-page .performance-data-card .button-row{align-items:center!important;gap:8px!important}.ui1-page.publishing-page .table-card,.ui1-page.performance-page .table-card{width:100%!important;max-width:none!important}.seo-overview-page .dashboard-dark-block .panel-heading .eyebrow{background:#eef2f8!important;color:#111!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:none!important}.seo-overview-page .dashboard-dark-block .panel-badge,.seo-overview-page .dashboard-dark-block .status-chip{background:#242424!important;color:#d7deea!important;border:1px solid rgba(255,255,255,.08)!important}.ui1-page.review-page .score-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important}.ui1-page.review-page .score-card{display:grid!important;grid-template-rows:auto auto 1fr!important;align-content:start!important;justify-items:start!important;gap:8px!important;min-height:132px!important;padding:18px!important}.ui1-page.review-page .score-card p,.ui1-page.review-page .score-card strong,.ui1-page.review-page .score-card span{display:block!important;width:100%!important;max-width:none!important;margin:0!important}.ui1-page.review-page .score-card strong{line-height:1!important;background:transparent!important;border:0!important;padding:0!important}.ui1-page.review-page .score-card span{align-self:start!important;line-height:1.5!important}.ui1-page.review-page .step-impact-grid,.ui1-page .wide-panel .step-impact-grid,.ui1-page .workflow-contract-grid,.ui1-page .step-impact-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important}.ui1-page .workflow-contract-grid .insight-card,.ui1-page .step-impact-grid .insight-card{display:grid!important;grid-template-rows:44px minmax(44px,1fr) auto!important;align-content:stretch!important;gap:10px!important;min-height:124px!important;width:100%!important;max-width:none!important;padding:18px!important}.ui1-page .workflow-contract-grid .insight-card-title,.ui1-page .step-impact-grid .insight-card-title{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:center!important;align-self:start!important;gap:12px!important;min-height:36px!important}.ui1-page .workflow-contract-grid .insight-card p,.ui1-page .step-impact-grid .insight-card p,.ui1-page .workflow-contract-grid .insight-card strong,.ui1-page .step-impact-grid .insight-card strong{margin:0!important;align-self:start!important}.ui1-page .workflow-contract-grid .insight-card strong,.ui1-page .step-impact-grid .insight-card strong{align-self:end!important}.app-shell.theme-dark{--canvas: #101216;--surface: #101216;--card: #171a20;--card-subtle: #1d2129;--card-muted: #232833;--border: #2a303b;--border-strong: #394252;--text: #f4f6fb;--muted: #a5adbd;--muted-soft: #828b9d;--primary-soft: #202a55;color:var(--text);background:var(--canvas)}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .topbar,.app-shell.theme-dark .page-grid{background:#101216!important}.app-shell.theme-dark .sidebar{background:#121418!important;border-right-color:#272d37!important}.app-shell.theme-dark .brand-card h1,.app-shell.theme-dark .nav-item.active .nav-copy strong,.app-shell.theme-dark .nav-item.active .nav-icon,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .hero-panel h3,.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark strong,.app-shell.theme-dark label{color:#f4f6fb!important}.app-shell.theme-dark .brand-card p,.app-shell.theme-dark .support-copy,.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark .nav-item,.app-shell.theme-dark .sidebar-footer-link{color:#a5adbd}.app-shell.theme-dark .brand-mark{background:#6173ff;color:#fff}.app-shell.theme-dark .sidebar-search input,.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea{background:#171a20!important;border-color:#2a303b!important;color:#f4f6fb!important}.app-shell.theme-dark .sidebar-search input::placeholder,.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#7f8899}.app-shell.theme-dark .sidebar-search input:focus,.app-shell.theme-dark input:focus,.app-shell.theme-dark select:focus,.app-shell.theme-dark textarea:focus{background:#1b1f27!important;border-color:#4a5364!important;box-shadow:0 0 0 3px #788dff24!important}.app-shell.theme-dark .nav-item:hover,.app-shell.theme-dark .sidebar-footer-link:hover,.app-shell.theme-dark .sidebar-toggle:hover,.app-shell.theme-dark .icon-button:hover,.app-shell.theme-dark .avatar-button:hover,.app-shell.theme-dark .theme-toggle-button:hover{background:#20242c!important;color:#f4f6fb!important}.app-shell.theme-dark .nav-item.active{background:#fff!important;color:#111!important}.app-shell.theme-dark .sidebar-widget,.app-shell.theme-dark .theme-toggle-button,.app-shell.theme-dark .sidebar-user-copy small,.app-shell.theme-dark .icon-button,.app-shell.theme-dark .avatar-button,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .status-chip{background:#171a20!important;border-color:#2a303b!important;color:#d7deea!important}.app-shell.theme-dark .sidebar-user-copy h2{color:#f4f6fb!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .queue-column,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell{background:#171a20!important;border-color:#2a303b!important;box-shadow:none!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .queue-card{background:#1d2129!important;border-color:#2f3643!important;box-shadow:none!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .metric-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#1a2340!important;border-color:#2d3d72!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .metric-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#14281f!important;border-color:#27533e!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .metric-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#332717!important;border-color:#6b4f24!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .metric-coral{background:#352017!important;border-color:#754533!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet{background:#251d3a!important;border-color:#4a3978!important}.app-shell.theme-dark .queue-column.stage-idea{background:#171a20!important;border-color:#2a303b!important}.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .table-heading-icon,.app-shell.theme-dark .state-icon{background:#ffffff14!important;color:#d9e1ff!important}.app-shell.theme-dark .data-table th{background:#20242c!important;color:#c7cede!important}.app-shell.theme-dark .data-table td{border-color:#2a303b!important;color:#e5e9f2!important}.app-shell.theme-dark .button-row .btn,.app-shell.theme-dark button.btn,.app-shell.theme-dark .button-row button{border-color:#394252}.app-shell.theme-dark .btn,.app-shell.theme-dark .ghost-button,.app-shell.theme-dark button[class*=ghost]{background:#171a20;color:#f4f6fb}.app-shell.theme-dark .button-row button:first-child,.app-shell.theme-dark .btn.primary{background:#fff!important;color:#111!important;border-color:#fff!important}.app-shell.theme-dark .seo-overview-page .dashboard-dark-block{background:#050607!important}.app-shell.theme-dark .seo-overview-page .dashboard-dark-block .priority-card,.app-shell.theme-dark .seo-overview-page .dashboard-dark-block .work-item,.app-shell.theme-dark .seo-overview-page .dashboard-dark-block .summary-item{background:#15171b!important;border-color:#2a303b!important}.app-shell.theme-dark .seo-overview-page .dashboard-dark-block .panel-heading .eyebrow{background:#eef2f8!important;color:#111!important}.app-shell.theme-dark .page-info-button,.app-shell.theme-dark .page-info-popover{background:#171a20!important;border-color:#2a303b!important;color:#d7deea!important}.app-shell.theme-dark{--canvas: #0d0f14;--card: #181c23;--card-subtle: #202630;--card-muted: #262d38;--border: #343c49;--text: #f7f9ff;--muted: #c0c7d4;--muted-soft: #9aa4b5}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .topbar,.app-shell.theme-dark .page-grid{background:#0d0f14!important}.app-shell.theme-dark .sidebar{background:#101319!important;border-right-color:#2a303b!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .queue-column,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell{background:#181c23!important;border-color:#343c49!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .queue-card{background:#202630!important;border-color:#3a4352!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .mini-label{color:#c0c7d4!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .field-label,.app-shell.theme-dark label,.app-shell.theme-dark .data-table th{color:#d8deeb!important}.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark .sidebar-search input,.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea{background:#12161d!important;border-color:#3a4352!important;color:#f7f9ff!important}.app-shell.theme-dark .field-input::placeholder,.app-shell.theme-dark .sidebar-search input::placeholder,.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#8f99aa!important}.app-shell.theme-dark .field-select-menu{background:#151922!important;border-color:#3a4352!important;box-shadow:0 18px 40px #00000061!important}.app-shell.theme-dark .field-select-option{color:#e9edf6!important}.app-shell.theme-dark .field-select-option:hover{background:#232a35!important}.app-shell.theme-dark .field-select-option.active{background:#fff!important;color:#111!important}.app-shell.theme-dark .data-table{background:#181c23!important}.app-shell.theme-dark .data-table th{background:#242b36!important;border-color:#343c49!important}.app-shell.theme-dark .data-table td{background:#181c23!important;border-color:#303846!important;color:#e9edf6!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#202630!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .metric-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#202a44!important;border-color:#455b96!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .metric-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#1b3328!important;border-color:#3b7658!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .metric-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#3b2d19!important;border-color:#8a682c!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .metric-coral{background:#3b241b!important;border-color:#8a5139!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet{background:#2b2243!important;border-color:#654ea0!important}.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .table-heading-icon,.app-shell.theme-dark .state-icon{background:#ffffff1f!important;color:#fff!important}.app-shell.theme-dark .status-chip,.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .topbar-tag{background:#242b36!important;border-color:#3a4352!important;color:#e4e9f4!important}.app-shell.theme-dark .status-chip.grade-green,.app-shell.theme-dark .table-grade.grade-green{background:#183c2a!important;border-color:#3b7b55!important;color:#9ee0b8!important}.app-shell.theme-dark .status-chip.grade-blue,.app-shell.theme-dark .table-grade.grade-blue{background:#1f2f55!important;border-color:#4d68b1!important;color:#b7c7ff!important}.app-shell.theme-dark .status-chip.grade-violet,.app-shell.theme-dark .table-grade.grade-violet{background:#32224f!important;border-color:#704eb0!important;color:#d4c3ff!important}.app-shell.theme-dark .status-chip.grade-orange,.app-shell.theme-dark .table-grade.grade-orange{background:#4b3118!important;border-color:#9a6428!important;color:#ffd0a0!important}.app-shell.theme-dark .status-chip.grade-red,.app-shell.theme-dark .table-grade.grade-red{background:#4b211e!important;border-color:#9a4940!important;color:#ffb8b1!important}.app-shell.theme-dark .primary-button,.app-shell.theme-dark .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2),.app-shell.theme-dark .button-row button:first-child{background:#fff!important;border-color:#fff!important;color:#111!important}.app-shell.theme-dark .ghost-button,.app-shell.theme-dark .button-row button:not(:first-child){background:#181c23!important;border-color:#424b5a!important;color:#f7f9ff!important}.ui1-page .table-card,.ui1-page .table-wrapper{border-color:#dde3ee!important;box-shadow:none!important}.ui1-page .data-table th{border-bottom:1px solid #e2e7f0!important}.ui1-page .data-table td{border-top:0!important;border-bottom:1px solid #edf0f5!important}.ui1-page .data-table tbody tr:last-child td{border-bottom:0!important}.app-shell .sidebar-footer{border-top-color:#edf0f5!important}.app-shell.theme-dark{--dark-canvas: #0b0f16;--dark-shell: #10151d;--dark-panel: #171d27;--dark-panel-soft: #1e2633;--dark-panel-muted: #242d3b;--dark-border: rgba(148, 163, 184, .24);--dark-border-soft: rgba(148, 163, 184, .14);--dark-text: #f5f7fb;--dark-text-soft: #cbd5e1;--dark-text-muted: #94a3b8;background:var(--dark-canvas)!important;color:var(--dark-text)!important}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .topbar{background:var(--dark-canvas)!important}.app-shell.theme-dark .sidebar{background:#0d1118!important;border-right-color:var(--dark-border-soft)!important}.app-shell.theme-dark .sidebar-footer{border-top-color:var(--dark-border-soft)!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card{background:var(--dark-panel)!important;border-color:var(--dark-border)!important;box-shadow:none!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .chart-stat-row div,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .queue-card{background:var(--dark-panel-soft)!important;border-color:var(--dark-border-soft)!important;color:var(--dark-text)!important;box-shadow:none!important}.app-shell.theme-dark .dashboard-dark-block{background:#0a0d12!important;border-color:var(--dark-border)!important}.app-shell.theme-dark .dashboard-dark-block .summary-item,.app-shell.theme-dark .dashboard-dark-block .priority-card,.app-shell.theme-dark .dashboard-dark-block .work-item{background:#181e28!important;border-color:#94a3b829!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .nav-copy strong{color:var(--dark-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .mini-label,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .queue-meta-detail small{color:var(--dark-text-soft)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .field-label,.app-shell.theme-dark .data-table th{color:#d7deea!important}.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark .sidebar-search input,.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea{background:#0f141c!important;border-color:#94a3b847!important;color:var(--dark-text)!important}.app-shell.theme-dark .field-input::placeholder,.app-shell.theme-dark .sidebar-search input::placeholder,.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#7f8a9b!important}.app-shell.theme-dark .field-select-menu{z-index:80!important;background:#111823!important;border-color:#94a3b847!important;box-shadow:0 22px 46px #0000006b!important}.app-shell.theme-dark .field-select-option{color:var(--dark-text)!important}.app-shell.theme-dark .field-select-option:hover{background:#222c3b!important}.app-shell.theme-dark .field-select-option.active{background:#f8fafc!important;color:#0f172a!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .metric-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#18233f!important;border-color:#60a5fa6b!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .metric-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#153324!important;border-color:#4ade805c!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .metric-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#382b16!important;border-color:#fbbf2461!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .metric-coral{background:#3a211b!important;border-color:#fb718561!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet{background:#2a2145!important;border-color:#a78bfa6b!important}.app-shell.theme-dark .queue-column.stage-idea{background:#151b24!important;border-color:#94a3b838!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#161d27!important;border-color:#94a3b833!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#0f141c!important;border-color:#94a3b829!important;color:var(--dark-text)!important}.app-shell.theme-dark .queue-meta span,.app-shell.theme-dark .status-chip,.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .topbar-tag{background:#242d3b!important;border-color:#94a3b82e!important;color:#e2e8f0!important}.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .table-heading-icon,.app-shell.theme-dark .state-icon{background:#f8fafc1f!important;color:#f8fafc!important}.app-shell.theme-dark .data-table,.app-shell.theme-dark .table-wrapper{background:var(--dark-panel)!important;border-color:var(--dark-border-soft)!important}.app-shell.theme-dark .data-table th{background:#202838!important;border-bottom:1px solid rgba(148,163,184,.18)!important;color:#cbd5e1!important}.app-shell.theme-dark .data-table td{background:#171d27!important;border-top:0!important;border-bottom:1px solid rgba(148,163,184,.11)!important;color:#e5e7eb!important}.app-shell.theme-dark .data-table tbody tr:last-child td{border-bottom:0!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#1e2633!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .chart-shell,.app-shell.theme-dark .seo-chart-plot{background:#111722!important;border-color:#94a3b824!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#18233f!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#153324!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#382b16!important}.app-shell.theme-dark .decision-item,.app-shell.theme-dark .data-freshness-card{background:#1e2633!important;color:var(--dark-text)!important}.app-shell.theme-dark .primary-button,.app-shell.theme-dark .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2),.app-shell.theme-dark .button-row button:first-child{background:#f8fafc!important;border-color:#f8fafc!important;color:#0f172a!important}.app-shell.theme-dark .ghost-button,.app-shell.theme-dark .button-row button:not(:first-child){background:transparent!important;border-color:#cbd5e157!important;color:#f8fafc!important}.app-shell.theme-dark .ghost-button:hover,.app-shell.theme-dark .button-row button:not(:first-child):hover{background:#202838!important;border-color:#cbd5e17a!important}.app-shell.theme-dark{--dm-sidebar: #0f0f0f;--dm-canvas: #212121;--dm-panel: #2b2b2b;--dm-panel-soft: #333333;--dm-panel-raised: #3a3a3a;--dm-border: rgba(255, 255, 255, .13);--dm-border-soft: rgba(255, 255, 255, .08);--dm-text: #f4f4f4;--dm-text-soft: #d0d0d0;--dm-text-muted: #a6a6a6;--dm-info: #8fb3ff;--dm-success: #8ad79b;--dm-warning: #f0c36a;--dm-danger: #ff8d7d;--dm-violet: #c7a7ff;background:var(--dm-canvas)!important;color:var(--dm-text)!important}.app-shell.theme-dark .sidebar{background:var(--dm-sidebar)!important;border-right-color:#ffffff1a!important}.app-shell.theme-dark .topbar{border-bottom-color:#ffffff14!important;box-shadow:none!important}.app-shell.theme-dark .sidebar-search input,.app-shell.theme-dark .sidebar-widget,.app-shell.theme-dark .theme-toggle-button,.app-shell.theme-dark .icon-button,.app-shell.theme-dark .avatar-button,.app-shell.theme-dark .sidebar-toggle{background:#171717!important;border-color:#ffffff1f!important;color:var(--dm-text-soft)!important}.app-shell.theme-dark .nav-item{color:#d4d4d4!important}.app-shell.theme-dark .nav-item:hover,.app-shell.theme-dark .sidebar-footer-link:hover,.app-shell.theme-dark .theme-toggle-button:hover{background:#242424!important;color:var(--dm-text)!important}.app-shell.theme-dark .nav-item.active{background:#f4f4f4!important;color:#111!important}.app-shell.theme-dark .nav-item.active .nav-copy strong,.app-shell.theme-dark .nav-item.active .nav-icon{color:#111!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card{background:var(--dm-panel)!important;border-color:var(--dm-border)!important;box-shadow:none!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .chart-stat-row div,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .queue-card,.app-shell.theme-dark .queue-meta-detail div{background:var(--dm-panel-soft)!important;border-color:var(--dm-border-soft)!important;color:var(--dm-text)!important;box-shadow:none!important}.app-shell.theme-dark .dashboard-dark-block{background:#171717!important;border-color:var(--dm-border)!important}.app-shell.theme-dark .dashboard-dark-block .summary-item,.app-shell.theme-dark .dashboard-dark-block .priority-card,.app-shell.theme-dark .dashboard-dark-block .work-item{background:#262626!important;border-color:var(--dm-border-soft)!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .nav-copy strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .chart-stat-row strong,.app-shell.theme-dark .seo-action-card h4,.app-shell.theme-dark .cluster-snapshot-item h4,.app-shell.theme-dark .funnel-row strong,.app-shell.theme-dark .funnel-row p{color:var(--dm-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .mini-label,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .queue-meta-detail small,.app-shell.theme-dark .seo-action-card p,.app-shell.theme-dark .cluster-snapshot-item p,.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .chart-axis span{color:var(--dm-text-soft)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .field-label,.app-shell.theme-dark .data-table th{color:#cfcfcf!important}.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea{background:#1f1f1f!important;border-color:#ffffff29!important;color:var(--dm-text)!important}.app-shell.theme-dark .field-input::placeholder,.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#8f8f8f!important}.app-shell.theme-dark .field-input:focus,.app-shell.theme-dark .field-select-trigger:focus,.app-shell.theme-dark input:focus,.app-shell.theme-dark select:focus,.app-shell.theme-dark textarea:focus{border-color:#ffffff57!important;box-shadow:0 0 0 1px #ffffff1a!important}.app-shell.theme-dark .field-select-menu{background:#2b2b2b!important;border-color:#ffffff29!important;box-shadow:0 22px 48px #00000073!important}.app-shell.theme-dark .field-select-option{color:var(--dm-text)!important}.app-shell.theme-dark .field-select-option:hover{background:#3a3a3a!important}.app-shell.theme-dark .field-select-option.active{background:#f4f4f4!important;color:#111!important}.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child{background:#2b2b2b!important;border-color:#ffffff24!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .metric-blue,.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1),.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#8fb3ff29!important;border-color:#8fb3ff61!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .metric-mint,.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2),.app-shell.theme-dark .queue-column.stage-draft{background:#8ad79b26!important;border-color:#8ad79b57!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .metric-amber,.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3),.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#f0c36a29!important;border-color:#f0c36a5c!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .metric-coral{background:#ff8d7d26!important;border-color:#ff8d7d57!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet{background:#c7a7ff26!important;border-color:#c7a7ff57!important}.app-shell.theme-dark .queue-column.stage-idea{background:#2b2b2b!important;border-color:#ffffff21!important}.app-shell.theme-dark .status-chip,.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .queue-meta span,.app-shell.theme-dark .summary-chip,.app-shell.theme-dark .grade-pill,.app-shell.theme-dark .table-grade{background:#3a3a3a!important;border-color:#ffffff1f!important;color:var(--dm-text)!important}.app-shell.theme-dark .status-chip.live,.app-shell.theme-dark .topbar-tag.live,.app-shell.theme-dark .summary-chip.good,.app-shell.theme-dark .grade-pill.low,.app-shell.theme-dark .status-chip.grade-green,.app-shell.theme-dark .table-grade.grade-green{background:#8ad79b2e!important;border-color:#8ad79b57!important;color:#b8eac3!important}.app-shell.theme-dark .status-chip.focus,.app-shell.theme-dark .topbar-tag.focus,.app-shell.theme-dark .summary-chip.focus,.app-shell.theme-dark .grade-pill.medium,.app-shell.theme-dark .status-chip.grade-blue,.app-shell.theme-dark .table-grade.grade-blue{background:#8fb3ff2e!important;border-color:#8fb3ff57!important;color:#c9d9ff!important}.app-shell.theme-dark .summary-chip.warning,.app-shell.theme-dark .grade-pill.high,.app-shell.theme-dark .status-chip.grade-orange,.app-shell.theme-dark .table-grade.grade-orange{background:#f0c36a2e!important;border-color:#f0c36a5c!important;color:#f7dba4!important}.app-shell.theme-dark .status-chip.warning,.app-shell.theme-dark .topbar-tag.warning,.app-shell.theme-dark .status-chip.grade-red,.app-shell.theme-dark .table-grade.grade-red{background:#ff8d7d2e!important;border-color:#ff8d7d5c!important;color:#ffc0b8!important}.app-shell.theme-dark .status-chip.grade-violet,.app-shell.theme-dark .table-grade.grade-violet{background:#c7a7ff2e!important;border-color:#c7a7ff5c!important;color:#dfceff!important}.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .table-heading-icon,.app-shell.theme-dark .state-icon,.app-shell.theme-dark .ai-brief-icon{background:#ffffff1a!important;color:var(--dm-text)!important}.app-shell.theme-dark .primary-button,.app-shell.theme-dark .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2),.app-shell.theme-dark .button-row button:first-child{background:#f4f4f4!important;border-color:#f4f4f4!important;color:#111!important}.app-shell.theme-dark .ghost-button,.app-shell.theme-dark .inline-action,.app-shell.theme-dark .button-row button:not(:first-child){background:#2f2f2f!important;border-color:#ffffff29!important;color:var(--dm-text)!important}.app-shell.theme-dark .ghost-button:hover,.app-shell.theme-dark .inline-action:hover,.app-shell.theme-dark .button-row button:not(:first-child):hover{background:#3a3a3a!important;border-color:#ffffff40!important}.app-shell.theme-dark .range-toggle{background:#333!important}.app-shell.theme-dark .range-toggle button{color:var(--dm-text-soft)!important}.app-shell.theme-dark .range-toggle button.active{background:#f4f4f4!important;color:#111!important}.app-shell.theme-dark .data-table,.app-shell.theme-dark .table-wrapper{background:var(--dm-panel)!important;border-color:#ffffff1a!important}.app-shell.theme-dark .data-table th{background:#333!important;border-bottom-color:#ffffff1f!important;color:#cfcfcf!important}.app-shell.theme-dark .data-table td{background:var(--dm-panel)!important;border-bottom-color:#ffffff14!important;color:var(--dm-text-soft)!important}.app-shell.theme-dark .trend-card,.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .chart-shell,.app-shell.theme-dark .seo-chart-plot{background:#2f2f2f!important;border-color:#ffffff1f!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff14!important}.app-shell.theme-dark .impression-bar{fill:#8fb3ff5c!important}.app-shell.theme-dark .clicks-line,.app-shell.theme-dark .legend-line{stroke:#f4f4f4!important;background:#f4f4f4!important}.app-shell.theme-dark .legend-bar{background:#8fb3ff6b!important}.app-shell.theme-dark .chart-marker-line{stroke:#ffffff57!important}.app-shell.theme-dark .clicks-point{fill:var(--dm-info)!important;stroke:#2f2f2f!important}.app-shell.theme-dark .chart-tooltip rect{fill:#111!important}.app-shell.theme-dark .chart-tooltip text+text{fill:#d0d0d0!important}.app-shell.theme-dark .chart-axis-label{fill:#d0d0d0!important}.app-shell.theme-dark .funnel-track{background:#ffffff1a!important}.app-shell.theme-dark .funnel-row>div:first-child span{box-shadow:inset 0 0 0 1px #ffffff24!important}.app-shell.theme-dark{--dm-sidebar: #0d0d0d;--dm-canvas: #191919;--dm-panel: #292929;--dm-panel-soft: #343434;--dm-panel-raised: #3c3c3c;--dm-border: rgba(255, 255, 255, .18);--dm-border-soft: rgba(255, 255, 255, .12);--dm-text: #fafafa;--dm-text-soft: #e1e1e1;--dm-text-muted: #b8b8b8;--dm-text-disabled: #777777;--dm-info: #a8c4ff;--dm-success: #a2dda8;--dm-warning: #f4cd78;--dm-danger: #f5a08e;--dm-violet: #d4b8ff;background:var(--dm-canvas)!important;color:var(--dm-text)!important}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .topbar{background:var(--dm-canvas)!important}.app-shell.theme-dark .sidebar{background:var(--dm-sidebar)!important;border-right-color:#ffffff24!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card{background:var(--dm-panel)!important;border-color:var(--dm-border)!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .chart-stat-row div,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .queue-card,.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .review-summary-card,.app-shell.theme-dark .qa-check-card{background:var(--dm-panel-soft)!important;border-color:var(--dm-border-soft)!important}.app-shell.theme-dark .dashboard-dark-block{background:#151515!important;border-color:#ffffff2e!important}.app-shell.theme-dark .dashboard-dark-block .summary-item,.app-shell.theme-dark .dashboard-dark-block .priority-card,.app-shell.theme-dark .dashboard-dark-block .work-item{background:#282828!important;border-color:#ffffff1f!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .nav-copy strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .chart-stat-row strong,.app-shell.theme-dark .seo-action-card h4,.app-shell.theme-dark .cluster-snapshot-item h4,.app-shell.theme-dark .funnel-row strong,.app-shell.theme-dark .funnel-row p,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-meta-detail strong{color:var(--dm-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .seo-action-card p,.app-shell.theme-dark .cluster-snapshot-item p,.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .chart-axis span{color:var(--dm-text-soft)!important}.app-shell.theme-dark .mini-label,.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .field-label,.app-shell.theme-dark .data-table th,.app-shell.theme-dark .queue-meta-detail small{color:var(--dm-text-muted)!important}.app-shell.theme-dark .disabled,.app-shell.theme-dark [aria-disabled=true],.app-shell.theme-dark button:disabled{color:var(--dm-text-disabled)!important}.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark .sidebar-search input,.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea{background:#242424!important;border-color:#fff3!important;color:var(--dm-text)!important}.app-shell.theme-dark .field-input:focus,.app-shell.theme-dark .field-select-trigger:focus,.app-shell.theme-dark .sidebar-search input:focus,.app-shell.theme-dark input:focus,.app-shell.theme-dark select:focus,.app-shell.theme-dark textarea:focus{border-color:#ffffff6b!important;box-shadow:0 0 0 1px #ffffff1f!important}.app-shell.theme-dark .sidebar-search input,.app-shell.theme-dark .sidebar-widget,.app-shell.theme-dark .theme-toggle-button,.app-shell.theme-dark .icon-button,.app-shell.theme-dark .avatar-button,.app-shell.theme-dark .sidebar-toggle{background:#1f1f1f!important;border-color:#ffffff29!important}.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child{background:#303030!important;border-color:#ffffff2e!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .metric-blue,.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1),.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#547fd640!important;border-color:#a8c4ff7a!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .metric-mint,.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2),.app-shell.theme-dark .queue-column.stage-draft{background:#4691533d!important;border-color:#a2dda870!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .metric-amber,.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3),.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#b27e2642!important;border-color:#f4cd7875!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .metric-coral{background:#b04e3e40!important;border-color:#f5a08e75!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet{background:#815bc842!important;border-color:#d4b8ff7a!important}.app-shell.theme-dark .status-chip,.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .queue-meta span,.app-shell.theme-dark .summary-chip,.app-shell.theme-dark .grade-pill,.app-shell.theme-dark .table-grade{background:#424242!important;border-color:#ffffff29!important;color:var(--dm-text)!important}.app-shell.theme-dark .status-chip.live,.app-shell.theme-dark .topbar-tag.live,.app-shell.theme-dark .summary-chip.good,.app-shell.theme-dark .grade-pill.low,.app-shell.theme-dark .status-chip.grade-green,.app-shell.theme-dark .table-grade.grade-green{background:#4691534d!important;border-color:#a2dda873!important;color:#c2efc8!important}.app-shell.theme-dark .status-chip.focus,.app-shell.theme-dark .topbar-tag.focus,.app-shell.theme-dark .summary-chip.focus,.app-shell.theme-dark .grade-pill.medium,.app-shell.theme-dark .status-chip.grade-blue,.app-shell.theme-dark .table-grade.grade-blue{background:#547fd64d!important;border-color:#a8c4ff73!important;color:#d4e1ff!important}.app-shell.theme-dark .status-chip.grade-violet,.app-shell.theme-dark .table-grade.grade-violet{background:#815bc852!important;border-color:#d4b8ff7a!important;color:#e4d6ff!important}.app-shell.theme-dark .summary-chip.warning,.app-shell.theme-dark .grade-pill.high,.app-shell.theme-dark .status-chip.grade-orange,.app-shell.theme-dark .table-grade.grade-orange{background:#b27e2652!important;border-color:#f4cd787a!important;color:#ffe3a8!important}.app-shell.theme-dark .status-chip.warning,.app-shell.theme-dark .topbar-tag.warning,.app-shell.theme-dark .status-chip.grade-red,.app-shell.theme-dark .table-grade.grade-red{background:#b04e3e52!important;border-color:#f5a08e7a!important;color:#ffd0c7!important}.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .table-heading-icon,.app-shell.theme-dark .state-icon,.app-shell.theme-dark .ai-brief-icon{background:#ffffff24!important;color:var(--dm-text)!important}.app-shell.theme-dark .primary-button,.app-shell.theme-dark .button-row:not(:has(.primary-button))>.ghost-button:first-child:nth-last-child(n+2),.app-shell.theme-dark .button-row button:first-child{background:#fafafa!important;border-color:#fafafa!important;color:#111!important}.app-shell.theme-dark .ghost-button,.app-shell.theme-dark .inline-action,.app-shell.theme-dark .button-row button:not(:first-child){background:#383838!important;border-color:#ffffff38!important;color:var(--dm-text)!important}.app-shell.theme-dark .ghost-button:hover,.app-shell.theme-dark .inline-action:hover,.app-shell.theme-dark .button-row button:not(:first-child):hover{background:#444!important;border-color:#ffffff57!important}.app-shell.theme-dark .data-table,.app-shell.theme-dark .table-wrapper{background:var(--dm-panel)!important;border-color:#ffffff24!important}.app-shell.theme-dark .data-table th{background:#363636!important;border-bottom-color:#ffffff29!important;color:#d6d6d6!important}.app-shell.theme-dark .data-table td{background:var(--dm-panel)!important;border-bottom-color:#ffffff1a!important;color:#e4e4e4!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#343434!important}.app-shell.theme-dark .trend-card,.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .chart-shell,.app-shell.theme-dark .seo-chart-plot{background:#303030!important;border-color:#ffffff29!important}.app-shell.theme-dark .impression-bar{fill:#a8c4ff75!important}.app-shell.theme-dark .clicks-line,.app-shell.theme-dark .legend-line{stroke:#fafafa!important;background:#fafafa!important}.app-shell.theme-dark .clicks-point{fill:var(--dm-info)!important;stroke:#303030!important}.app-shell.theme-dark .chart-axis-label{fill:#d6d6d6!important}.app-shell.theme-dark .funnel-track{background:#ffffff24!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card{background:#303030!important;border-color:#ffffff38!important}.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child{background:#343434!important;border-color:#ffffff3d!important}.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .review-block h3,.app-shell.theme-dark .metric-card strong{color:#fff!important}.app-shell.theme-dark .content-panel p,.app-shell.theme-dark .dashboard-panel p,.app-shell.theme-dark .table-card p,.app-shell.theme-dark .qa-state-shell p,.app-shell.theme-dark .review-block p{color:#e3e3e3!important}.app-shell.theme-dark .metric-card.metric-blue,.app-shell.theme-dark .content-panel.tint-blue,.app-shell.theme-dark .dashboard-panel.tint-blue,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#2f3d5b!important;border-color:#a9c5ff85!important}.app-shell.theme-dark .metric-card.metric-mint,.app-shell.theme-dark .content-panel.tint-mint,.app-shell.theme-dark .dashboard-panel.tint-mint,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#294632!important;border-color:#a5e0ab7a!important}.app-shell.theme-dark .metric-card.metric-amber,.app-shell.theme-dark .content-panel.tint-amber,.app-shell.theme-dark .dashboard-panel.tint-amber,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#514124!important;border-color:#f6d17f80!important}.app-shell.theme-dark .metric-card.metric-coral,.app-shell.theme-dark .content-panel.tint-peach,.app-shell.theme-dark .dashboard-panel.tint-peach,.app-shell.theme-dark .queue-column.stage-review{background:#563229!important;border-color:#f6a29180!important}.app-shell.theme-dark .metric-card.metric-violet,.app-shell.theme-dark .content-panel.tint-violet,.app-shell.theme-dark .dashboard-panel.tint-violet{background:#443662!important;border-color:#d8beff85!important}.app-shell.theme-dark .queue-column.stage-idea{background:#303030!important;border-color:#fff3!important}.app-shell.theme-dark{--dm-large-neutral: #363636;--dm-large-neutral-soft: #3b3b3b;--dm-large-edge: rgba(255, 255, 255, .26);--dm-large-edge-soft: rgba(255, 255, 255, .18);--dm-large-blue: #34486b;--dm-large-blue-edge: rgba(178, 205, 255, .58);--dm-large-green: #31543c;--dm-large-green-edge: rgba(179, 232, 185, .54);--dm-large-amber: #5c4a29;--dm-large-amber-edge: rgba(250, 218, 142, .56);--dm-large-coral: #62382e;--dm-large-coral-edge: rgba(255, 178, 160, .56);--dm-large-violet: #4b3b70;--dm-large-violet-edge: rgba(225, 202, 255, .58)}.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .review-block h3,.app-shell.theme-dark .metric-card h3,.app-shell.theme-dark .metric-card strong{color:#fff!important}.app-shell.theme-dark .content-panel p,.app-shell.theme-dark .dashboard-panel p,.app-shell.theme-dark .table-card p,.app-shell.theme-dark .qa-state-shell p,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .metric-card p{color:#e8e8e8!important}.app-shell.theme-dark .queue-column.stage-idea{background:var(--dm-large-neutral)!important;border-color:var(--dm-large-edge-soft)!important}.app-shell.theme-dark{--dm-large-neutral: #404040;--dm-large-neutral-soft: #464646;--dm-large-edge: rgba(255, 255, 255, .32);--dm-large-edge-soft: rgba(255, 255, 255, .22);--dm-large-blue: #42577f;--dm-large-blue-edge: rgba(189, 213, 255, .66);--dm-large-green: #3d6048;--dm-large-green-edge: rgba(190, 239, 196, .6);--dm-large-amber: #695631;--dm-large-amber-edge: rgba(255, 224, 151, .64);--dm-large-coral: #714236;--dm-large-coral-edge: rgba(255, 188, 171, .64);--dm-large-violet: #584780;--dm-large-violet-edge: rgba(231, 210, 255, .66)}.app-shell.theme-dark .range-toggle,.app-shell.theme-dark .mode-toggle{background:transparent!important;border-color:transparent!important;gap:8px!important;padding:0!important}.app-shell.theme-dark .range-toggle button,.app-shell.theme-dark .mode-toggle button{color:#f0f0f0!important;background:transparent!important}.app-shell.theme-dark .range-toggle button.active,.app-shell.theme-dark .mode-toggle button.active{background:#fff!important;color:#111!important;box-shadow:0 1px #ffffff2e inset,0 6px 14px #0000002e!important}.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child,.app-shell.theme-dark .dashboard-dark-block{background:var(--dm-large-neutral-soft)!important;border-color:var(--dm-large-edge)!important}.app-shell.theme-dark .metric-card.metric-blue,.app-shell.theme-dark .content-panel.tint-blue,.app-shell.theme-dark .dashboard-panel.tint-blue,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:var(--dm-large-blue)!important;border-color:var(--dm-large-blue-edge)!important}.app-shell.theme-dark .metric-card.metric-mint,.app-shell.theme-dark .content-panel.tint-mint,.app-shell.theme-dark .dashboard-panel.tint-mint,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .queue-column.stage-draft{background:var(--dm-large-green)!important;border-color:var(--dm-large-green-edge)!important}.app-shell.theme-dark .metric-card.metric-amber,.app-shell.theme-dark .content-panel.tint-amber,.app-shell.theme-dark .dashboard-panel.tint-amber,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:var(--dm-large-amber)!important;border-color:var(--dm-large-amber-edge)!important}.app-shell.theme-dark .metric-card.metric-coral,.app-shell.theme-dark .content-panel.tint-peach,.app-shell.theme-dark .dashboard-panel.tint-peach{background:var(--dm-large-coral)!important;border-color:var(--dm-large-coral-edge)!important}.app-shell.theme-dark .metric-card.metric-violet,.app-shell.theme-dark .content-panel.tint-violet,.app-shell.theme-dark .dashboard-panel.tint-violet{background:var(--dm-large-violet)!important;border-color:var(--dm-large-violet-edge)!important}.app-shell.theme-dark .metric-card p,.app-shell.theme-dark .metric-card span:not(.metric-icon),.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .seo-action-card p,.app-shell.theme-dark .ai-brief-card p,.app-shell.theme-dark .freshness-item p{color:#f0f0f0!important}.app-shell.theme-dark .metric-card .field-help,.app-shell.theme-dark .priority-card .field-help,.app-shell.theme-dark .summary-item .field-help{color:#d9d9d9!important}.app-shell.theme-dark .seo-decision-card .seo-action-card,.app-shell.theme-dark .seo-decision-card .priority-card,.app-shell.theme-dark .seo-decision-card .summary-item,.app-shell.theme-dark .ai-brief-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .data-freshness-card{background:#484848!important;border-color:#ffffff3d!important}.app-shell.theme-dark .dashboard-panel .panel-badge,.app-shell.theme-dark .dashboard-panel .mini-label,.app-shell.theme-dark .seo-overview-page .panel-badge,.app-shell.theme-dark .seo-overview-page .mini-label{color:#2b2f39!important}.app-shell.theme-dark .ai-brief-card,.app-shell.theme-dark .seo-decision-card .seo-action-card,.app-shell.theme-dark .seo-decision-card .priority-card,.app-shell.theme-dark .seo-decision-card .summary-item{background:#4b4b4b!important;border-color:#ffffff3d!important}.app-shell.theme-dark .ai-brief-head .mini-label,.app-shell.theme-dark .ai-brief-card h4,.app-shell.theme-dark .ai-brief-card strong,.app-shell.theme-dark .seo-decision-card .seo-action-card h4,.app-shell.theme-dark .seo-decision-card .seo-action-card strong{color:#f7f8fb!important}.app-shell.theme-dark .ai-brief-card p,.app-shell.theme-dark .ai-brief-card li,.app-shell.theme-dark .seo-decision-card .seo-action-card p,.app-shell.theme-dark .seo-decision-card .seo-action-card span:not(.status-chip):not(.panel-badge){color:#e3e7ef!important}.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .data-freshness-card{background:#454545!important;border-color:#ffffff38!important}.app-shell.theme-dark .freshness-item h4,.app-shell.theme-dark .freshness-item strong,.app-shell.theme-dark .data-freshness-card h4,.app-shell.theme-dark .data-freshness-card strong{color:#f5f6fa!important}.app-shell.theme-dark .freshness-item p,.app-shell.theme-dark .data-freshness-card p{color:#dfe3eb!important}.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-funnel-card .panel-badge,.app-shell.theme-dark .seo-funnel-card .mini-label{background:#b9e2c7!important;border-color:#b9e2c7b8!important;color:#0f5534!important}.app-shell.theme-dark .dashboard-dark-block .panel-heading .eyebrow{background:#d7e0ee!important;border-color:#d7e0eec2!important;color:#1e2a3a!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:#474747!important;border-color:#ffffff57!important;color:#fff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card h3,.app-shell.theme-dark .seo-kpi-grid .metric-card strong{color:#fff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card p{color:#f2f2f2!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#58d98a!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#9fbaff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffd681!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ffad9d!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child .metric-icon{background:#58d98a38!important;color:#d9ffe5!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue .metric-icon{background:#9fbaff38!important;color:#edf3ff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber .metric-icon{background:#ffd6813d!important;color:#fff2cc!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral .metric-icon{background:#ffad9d3d!important;color:#ffe4de!important}.app-shell.theme-dark .summary-chip,.app-shell.theme-dark .status-chip,.app-shell.theme-dark .topbar-tag{color:#fff!important}.app-shell.theme-dark .summary-chip.good,.app-shell.theme-dark .status-chip.live,.app-shell.theme-dark .topbar-tag.live{color:#dffff0!important}.app-shell.theme-dark .summary-chip.warning,.app-shell.theme-dark .status-chip.warning,.app-shell.theme-dark .topbar-tag.warning{color:#fff0c4!important}.app-shell.theme-dark .summary-chip.focus,.app-shell.theme-dark .status-chip.focus,.app-shell.theme-dark .topbar-tag.focus{color:#edf3ff!important}.app-shell.theme-dark .freshness-item .status-chip,.app-shell.theme-dark .data-freshness-card .status-chip,.app-shell.theme-dark .freshness-item .summary-chip,.app-shell.theme-dark .data-freshness-card .summary-chip{color:#fff!important}.app-shell.theme-dark .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-cluster-card .panel-badge,.app-shell.theme-dark .seo-cluster-card .mini-label{background:#d9c4f5!important;border-color:#d9c4f5c2!important;color:#4f2b7a!important}.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-refresh-card .panel-badge,.app-shell.theme-dark .seo-refresh-card .mini-label{background:#f5d48b!important;border-color:#f5d48bc7!important;color:#6d4900!important}.app-shell.theme-dark .seo-memory-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-memory-card .panel-badge,.app-shell.theme-dark .seo-memory-card .mini-label{background:#dcc8ff!important;border-color:#dcc8ffc7!important;color:#4b2b85!important}.app-shell.theme-dark{--dm-large-neutral: #303030;--dm-large-neutral-soft: #343434;--dm-large-edge: rgba(255, 255, 255, .24);--dm-large-edge-soft: rgba(255, 255, 255, .16)}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card{background:var(--dm-large-neutral)!important;border-color:var(--dm-large-edge)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet,.app-shell.theme-dark .dashboard-dark-block{background:#363636!important;border-color:#ffffff3d!important}.app-shell.theme-dark .ai-brief-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .seo-decision-card .seo-action-card,.app-shell.theme-dark .seo-decision-card .priority-card,.app-shell.theme-dark .seo-decision-card .summary-item,.app-shell.theme-dark .seo-memory-card .summary-item,.app-shell.theme-dark .dashboard-dark-block .priority-card,.app-shell.theme-dark .dashboard-dark-block .summary-item{background:#383838!important;border-color:#ffffff29!important}.app-shell.theme-dark .ai-meta-block>.mini-label,.app-shell.theme-dark .freshness-item>span,.app-shell.theme-dark .data-freshness-card>span{color:#d6dce7!important}.app-shell.theme-dark .summary-chip.good,.app-shell.theme-dark .status-chip.live,.app-shell.theme-dark .topbar-tag.live{background:#2f7c4c!important;color:#f0fff6!important}.app-shell.theme-dark .summary-chip.warning,.app-shell.theme-dark .status-chip.warning,.app-shell.theme-dark .topbar-tag.warning{background:#8d681c!important;color:#fff7dc!important}.app-shell.theme-dark .summary-chip.focus,.app-shell.theme-dark .status-chip.focus,.app-shell.theme-dark .topbar-tag.focus{background:#415e9f!important;color:#f1f6ff!important}.app-shell.theme-dark .summary-chip.neutral,.app-shell.theme-dark .status-chip:not(.live):not(.focus):not(.warning):not([class*=grade-]),.app-shell.theme-dark .topbar-tag:not(.live):not(.focus):not(.warning){background:#4a4a4a!important;color:#fff!important}.app-shell.theme-dark .seo-chart-card .panel-heading .eyebrow{background:#d7e1f6!important;border-color:#d7e1f6c7!important;color:#244780!important}.app-shell.theme-dark .seo-decision-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow{background:#f3d489!important;border-color:#f3d489c7!important;color:#684800!important}.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow{background:#b9e2c7!important;border-color:#b9e2c7c7!important;color:#0f5534!important}.app-shell.theme-dark .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-memory-card .panel-heading .eyebrow{background:#d9c4f5!important;border-color:#d9c4f5c7!important;color:#4f2b7a!important}.app-shell.theme-dark .seo-memory-card .summary-item .mini-label,.app-shell.theme-dark .dashboard-dark-block .priority-card .mini-label{display:inline-flex!important;width:fit-content!important;max-width:max-content!important;align-self:flex-start!important;padding:4px 8px!important;border-radius:6px!important;line-height:1!important}.app-shell.theme-dark .seo-memory-card .summary-item .mini-label{background:#d9c4f5!important;color:#4f2b7a!important}.app-shell.theme-dark .dashboard-dark-block .priority-card .mini-label{background:#d7e1f6!important;color:#244780!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div{border:0!important;box-shadow:none!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#d8e5ff!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#d7f1e0!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffe7b8!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row span{color:#303747!important}.app-shell.theme-dark .seo-chart-card .chart-stat-row strong{color:#050505!important}.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .status-chip{background:#565656!important;border-color:#ffffff38!important;color:#fff!important}.app-shell.theme-dark .panel-badge.light{background:#e5e9f0!important;border-color:#e5e9f0b8!important;color:#242936!important}.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .mini-label,.app-shell.theme-dark .summary-item .mini-label,.app-shell.theme-dark .priority-card .mini-label,.app-shell.theme-dark .money-support-copy .mini-label{display:inline-flex!important;width:fit-content!important;max-width:max-content!important;align-self:flex-start!important;padding:4px 8px!important;border-radius:6px!important;line-height:1!important;color:#1f2937!important}.app-shell.theme-dark .seo-chart-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-chart-card .mini-label{background:#dbe8ff!important;border-color:#dbe8ffcc!important;color:#173f82!important}.app-shell.theme-dark .seo-decision-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-refresh-card .mini-label{background:#ffdc7a!important;border-color:#ffdc7acc!important;color:#5d3f00!important}.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-funnel-card .mini-label{background:#9ae0b5!important;border-color:#9ae0b5cc!important;color:#073f25!important}.app-shell.theme-dark .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-memory-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .panel-heading .eyebrow,.app-shell.theme-dark .dashboard-dark-block .mini-label{background:#d8bdff!important;border-color:#d8bdffd1!important;color:#3f1773!important}.app-shell.theme-dark .secondary-system-panel .panel-heading .eyebrow,.app-shell.theme-dark .compact-secondary-panel .panel-heading .eyebrow{background:#e5e9f0!important;border-color:#e5e9f0b8!important;color:#242936!important}.app-shell.theme-dark .chart-stat-row div:nth-child(1),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#d8e5ff!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#d7f1e0!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffe3a3!important}.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell,.app-shell.theme-dark .performance-chart{background:#202020!important;border-color:#fff3!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff2e!important}.app-shell.theme-dark .impression-bar{fill:#8fb0f0!important;opacity:.78!important}.app-shell.theme-dark .clicks-line,.app-shell.theme-dark .legend-line{stroke:#fff!important;background:#fff!important}.app-shell.theme-dark label,.app-shell.theme-dark .field-label,.app-shell.theme-dark .field-help{color:#dfe5ee!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger{background:#222!important;border-color:#ffffff4d!important;color:#f6f7fb!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#aeb7c5!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-idea,.app-shell.theme-dark .queue-column.stage-idea{background:#363636!important;border-color:#ffffff3d!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-research,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-publish,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#4d6fa8!important;border-color:#b0cdffb3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-draft,.app-shell.theme-dark .queue-column.stage-draft{background:#43835a!important;border-color:#a8efbdad!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-brief,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-review,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-refresh,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#8f6e2e!important;border-color:#ffda78b3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-card,.app-shell.theme-dark .queue-card{background:#121923!important;border-color:#ffffff29!important;color:#fff!important}.app-shell.theme-dark .ui1-page.queue-page .queue-card h4,.app-shell.theme-dark .ui1-page.queue-page .queue-card strong,.app-shell.theme-dark .ui1-page.queue-page .queue-column-head h3,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong,.app-shell.theme-dark .queue-column-head h3{color:#fff!important}.app-shell.theme-dark .ui1-page.queue-page .queue-card p,.app-shell.theme-dark .queue-card p{color:#dfe7f3!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#0d131c!important;border-color:#ffffff24!important}.app-shell.theme-dark .queue-meta-detail small,.app-shell.theme-dark .queue-meta-detail strong{color:#eef3fb!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#202020!important;border-color:#ffffff2e!important}.app-shell.theme-dark .review-draft h4,.app-shell.theme-dark .review-draft p,.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p{color:#f5f7fb!important}.app-shell.theme-dark{--ui1-dark-main: #202020;--ui1-dark-panel: #303030;--ui1-dark-panel-raised: #373737;--ui1-dark-inner: #262626;--ui1-dark-line: rgba(255, 255, 255, .24);--ui1-dark-text: #f7f7f7;--ui1-dark-muted: #d5dbe6;--ui1-dark-soft: #b7c0cc;--ui1-dark-blue: #5877ad;--ui1-dark-green: #4d835b;--ui1-dark-amber: #9a782f;--ui1-dark-coral: #905346;--ui1-dark-violet: #7457a1}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;color:var(--ui1-dark-text)!important;box-shadow:none!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item{background:var(--ui1-dark-panel-raised)!important;border-color:#ffffff29!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark strong,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .summary-item h4,.app-shell.theme-dark .priority-card h4,.app-shell.theme-dark .insight-card h4,.app-shell.theme-dark .work-item h4,.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong{color:var(--ui1-dark-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .score-card p,.app-shell.theme-dark .queue-card p{color:var(--ui1-dark-muted)!important}.app-shell.theme-dark .field-label,.app-shell.theme-dark label,.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .data-table th{color:#e6ebf3!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .status-chip,.app-shell.theme-dark .mini-label{display:inline-flex!important;width:fit-content!important;max-width:max-content!important;min-width:0!important;align-self:flex-start!important;align-items:center!important;justify-content:center!important;padding:4px 9px!important;border-radius:6px!important;line-height:1!important;background:#d8dee7!important;border:0!important;color:#20242d!important;letter-spacing:.08em!important}.app-shell.theme-dark .summary-item .mini-label,.app-shell.theme-dark .priority-card .mini-label,.app-shell.theme-dark .money-support-copy .mini-label,.app-shell.theme-dark .seo-refresh-card .summary-item .mini-label,.app-shell.theme-dark .dashboard-dark-block .priority-card .mini-label,.app-shell.theme-dark .seo-memory-card .summary-item .mini-label{display:inline-flex!important;width:fit-content!important;max-width:max-content!important;min-width:0!important;flex:0 0 auto!important}.app-shell.theme-dark .summary-item:before,.app-shell.theme-dark .priority-card:before,.app-shell.theme-dark .insight-card:before,.app-shell.theme-dark .queue-column:before,.app-shell.theme-dark .queue-card:before{display:none!important}.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-decision-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-decision-card .mini-label{background:#ffd97d!important;color:#503700!important}.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-funnel-card .mini-label{background:#6fcb91!important;color:#082f1b!important}.app-shell.theme-dark .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-memory-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .panel-heading .eyebrow,.app-shell.theme-dark .dashboard-dark-block .mini-label{background:#cfb4ff!important;color:#34135e!important}.app-shell.theme-dark .seo-chart-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-chart-card .mini-label{background:#d9e5fb!important;color:#193763!important}.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:var(--ui1-dark-panel-raised)!important;border-color:#ffffff38!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .metric-card h3,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .metric-card .metric-value{color:#fff!important}.app-shell.theme-dark .metric-card p,.app-shell.theme-dark .metric-card span:not(.metric-icon){color:#e4ebf5!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#70d493!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#9fbfff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffd36d!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ff9b89!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .content-panel.tint-blue,.app-shell.theme-dark .dashboard-panel.tint-blue,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .priority-card.tint-blue,.app-shell.theme-dark .insight-card.tint-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:var(--ui1-dark-blue)!important;border-color:#a6c3ffb8!important;color:#fff!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .content-panel.tint-mint,.app-shell.theme-dark .dashboard-panel.tint-mint,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .priority-card.tint-mint,.app-shell.theme-dark .insight-card.tint-mint,.app-shell.theme-dark .queue-column.stage-draft{background:var(--ui1-dark-green)!important;border-color:#99e1adb3!important;color:#fff!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .content-panel.tint-amber,.app-shell.theme-dark .dashboard-panel.tint-amber,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .priority-card.tint-amber,.app-shell.theme-dark .insight-card.tint-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:var(--ui1-dark-amber)!important;border-color:#ffdd83b8!important;color:#fff!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .content-panel.tint-peach,.app-shell.theme-dark .dashboard-panel.tint-peach,.app-shell.theme-dark .priority-card.tint-peach,.app-shell.theme-dark .insight-card.tint-peach,.app-shell.theme-dark .metric-card.metric-coral{background:var(--ui1-dark-coral)!important;border-color:#ffaa97b8!important;color:#fff!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .content-panel.tint-violet,.app-shell.theme-dark .dashboard-panel.tint-violet,.app-shell.theme-dark .priority-card.tint-violet,.app-shell.theme-dark .insight-card.tint-violet,.app-shell.theme-dark .metric-card.metric-violet{background:var(--ui1-dark-violet)!important;border-color:#d3bbffb8!important;color:#fff!important}.app-shell.theme-dark .tint-blue p,.app-shell.theme-dark .tint-mint p,.app-shell.theme-dark .tint-amber p,.app-shell.theme-dark .tint-peach p,.app-shell.theme-dark .tint-violet p,.app-shell.theme-dark .queue-column p{color:#eef3fb!important}.app-shell.theme-dark .queue-column .eyebrow,.app-shell.theme-dark .queue-column-head .eyebrow,.app-shell.theme-dark .queue-column-head h3{color:#fff!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#151a21!important;border-color:#ffffff2e!important;color:#fff!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#10151c!important;border-color:#ffffff2e!important}.app-shell.theme-dark .queue-meta-detail small{color:#bfc9d7!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell{background:#242424!important;border-color:#ffffff47!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff29!important}.app-shell.theme-dark .impression-bar{fill:#9bb8f4!important;opacity:.92!important}.app-shell.theme-dark .clicks-line{stroke:#f4f6fb!important;stroke-width:4!important}.app-shell.theme-dark .clicks-point{fill:#9cc2ff!important;stroke:#fff!important}.app-shell.theme-dark .chart-axis-label,.app-shell.theme-dark .chart-legend span,.app-shell.theme-dark .chart-legend strong{color:#f2f5fb!important;fill:#f2f5fb!important}.app-shell.theme-dark .chart-legend-dot{background:#9bb8f4!important}.app-shell.theme-dark .chart-tooltip{background:#050505!important;color:#fff!important;border-color:#ffffff2e!important}.app-shell.theme-dark .chart-stat-row div:nth-child(1),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#c9d9fb!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#c9ecd3!important}.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .seo-chart-card .chart-stat-row span{color:#263246!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#242424!important;border-color:#ffffff3d!important;color:#fff!important}.app-shell.theme-dark .review-draft h4,.app-shell.theme-dark .review-draft p,.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p,.app-shell.theme-dark .review-page .review-draft h4,.app-shell.theme-dark .review-page .review-draft p{color:#f5f7fb!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger{background:#222!important;border-color:#ffffff57!important;color:#f5f7fb!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#b8c1ce!important}.app-shell.theme-dark{--ui1-dark-main: #151515;--ui1-dark-panel: #242424;--ui1-dark-panel-raised: #2f2f2f;--ui1-dark-inner: #202020;--ui1-dark-inner-soft: #2a2a2a;--ui1-dark-border: rgba(255, 255, 255, .22);--ui1-dark-border-soft: rgba(255, 255, 255, .14);--ui1-dark-text: #fbfbfb;--ui1-dark-body: #edf1f6;--ui1-dark-muted: #c9d1dc;--ui1-dark-soft: #aeb8c6}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .topbar{background:var(--ui1-dark-main)!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .strategy-roadmap-rationale,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-border)!important;color:var(--ui1-dark-text)!important;box-shadow:none!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark li,.app-shell.theme-dark span,.app-shell.theme-dark td,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .state-panel p,.app-shell.theme-dark .overlay-shell p{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .data-table th,.app-shell.theme-dark .queue-column-head .eyebrow{color:#dce3ec!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger{background:#1e1e1e!important;border-color:#ffffff57!important;color:#f7f9fc!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#b7c0cb!important;opacity:1!important}.app-shell.theme-dark .field-select-trigger *,.app-shell.theme-dark .field-select-value{color:#f7f9fc!important}.app-shell.theme-dark .field-select-menu{z-index:200!important;background:#f7f8fb!important;border-color:#ffffff6b!important;box-shadow:0 18px 40px #0000006b!important}.app-shell.theme-dark .field-select-option{color:#111!important}.app-shell.theme-dark .field-select-option.active,.app-shell.theme-dark .field-select-option:hover{background:#111!important;color:#fff!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .status-chip,.app-shell.theme-dark .mini-label{display:inline-flex!important;width:auto!important;max-width:max-content!important;min-width:0!important;align-self:flex-start!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;padding:5px 10px!important;border-radius:7px!important;line-height:1!important;color:#1d2530!important;border:0!important;background:#e4e8ef!important;box-shadow:none!important}.app-shell.theme-dark .seo-chart-card .mini-label,.app-shell.theme-dark .seo-chart-card .panel-heading .eyebrow{background:#d7e4ff!important;color:#19345e!important}.app-shell.theme-dark .seo-funnel-card .mini-label,.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow{background:#9ee2b8!important;color:#063d24!important}.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-decision-card .panel-heading .eyebrow{background:#ffe08f!important;color:#4b3300!important}.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .seo-memory-card .panel-heading .eyebrow,.app-shell.theme-dark .dashboard-dark-block .mini-label,.app-shell.theme-dark .dashboard-dark-block .panel-heading .eyebrow{background:#decaff!important;color:#351265!important}.app-shell.theme-dark .table-card,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .table-card.table-card-violet,.app-shell.theme-dark .strategy-page .table-card,.app-shell.theme-dark .publishing-page .table-card,.app-shell.theme-dark .performance-page .table-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-border)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .table-wrapper,.app-shell.theme-dark .data-table{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-border-soft)!important}.app-shell.theme-dark .data-table th{background:#303030!important;color:#f2f5fa!important;border-color:#ffffff29!important}.app-shell.theme-dark .data-table td{background:#262626!important;color:#f1f4f8!important;border-color:#ffffff1f!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#2e2e2e!important}.app-shell.theme-dark .strategy-page .strategy-priority-card,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card{background:var(--ui1-dark-panel-raised)!important;border-color:#ffffff2e!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:#333!important;border-color:#ffffff3d!important;color:#fff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#8fe0a9!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#b9ccff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffd77b!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ffb1a4!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item{background:var(--ui1-dark-inner-soft)!important;border-color:#ffffff24!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .step-impact-grid .tint-blue,.app-shell.theme-dark .workflow-card-grid .tint-blue,.app-shell.theme-dark .truth-card-grid .tint-blue{background:#405779!important;border-color:#97beff8a!important}.app-shell.theme-dark .step-impact-grid .tint-mint,.app-shell.theme-dark .workflow-card-grid .tint-mint,.app-shell.theme-dark .truth-card-grid .tint-mint{background:#365842!important;border-color:#89dba47a!important}.app-shell.theme-dark .step-impact-grid .tint-amber,.app-shell.theme-dark .workflow-card-grid .tint-amber,.app-shell.theme-dark .truth-card-grid .tint-amber,.app-shell.theme-dark .step-impact-grid .tint-peach,.app-shell.theme-dark .workflow-card-grid .tint-peach,.app-shell.theme-dark .truth-card-grid .tint-peach{background:#634136!important;border-color:#ffaa8875!important}.app-shell.theme-dark .step-impact-grid .tint-blue *,.app-shell.theme-dark .step-impact-grid .tint-mint *,.app-shell.theme-dark .step-impact-grid .tint-amber *,.app-shell.theme-dark .step-impact-grid .tint-peach *,.app-shell.theme-dark .workflow-card-grid .tint-blue *,.app-shell.theme-dark .workflow-card-grid .tint-mint *,.app-shell.theme-dark .workflow-card-grid .tint-amber *,.app-shell.theme-dark .workflow-card-grid .tint-peach *{color:#fff!important}.app-shell.theme-dark .queue-column.stage-idea{background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#70582c!important;border-color:#ffda788f!important}.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#48658f!important;border-color:#9cbef894!important}.app-shell.theme-dark .queue-column.stage-draft{background:#3f7652!important;border-color:#91e1a88a!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell{background:#252525!important;border-color:#ffffff3d!important;box-shadow:none!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff24!important}.app-shell.theme-dark .impression-bar{fill:#a7c1ff!important;opacity:.9!important}.app-shell.theme-dark .chart-stat-row div:nth-child(1),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#d4e1ff!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#d0efd9!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffe0a0!important}.app-shell.theme-dark .chart-stat-row div span,.app-shell.theme-dark .seo-chart-card .chart-stat-row div span{color:#1f2a38!important}.app-shell.theme-dark .chart-stat-row div strong,.app-shell.theme-dark .seo-chart-card .chart-stat-row div strong{color:#050505!important}.app-shell.theme-dark .ui1-page{--ui1-final-panel: #333333;--ui1-final-card: #3b3b3b;--ui1-final-card-soft: #424242;--ui1-final-line: rgba(255, 255, 255, .18);--ui1-final-line-soft: rgba(255, 255, 255, .12);--ui1-final-text: #f7f8fb;--ui1-final-body: #dde5ee;--ui1-final-muted: #bcc7d6}.app-shell.theme-dark .ui1-page .content-panel,.app-shell.theme-dark .ui1-page .dashboard-panel,.app-shell.theme-dark .ui1-page .table-card,.app-shell.theme-dark .ui1-page .qa-state-shell,.app-shell.theme-dark .ui1-page .review-block,.app-shell.theme-dark .ui1-page .calendar-card,.app-shell.theme-dark .ui1-page .overlay-shell,.app-shell.theme-dark .ui1-page .secondary-system-panel,.app-shell.theme-dark .ui1-page .compact-secondary-panel,.app-shell.theme-dark .ui1-page .strategy-goal-card,.app-shell.theme-dark .ui1-page .strategy-truth-card,.app-shell.theme-dark .ui1-page .strategy-step-card,.app-shell.theme-dark .ui1-page .strategy-focus-card,.app-shell.theme-dark .ui1-page .strategy-roadmap-rationale,.app-shell.theme-dark .ui1-page .publish-step-card,.app-shell.theme-dark .ui1-page .publish-contract-card,.app-shell.theme-dark .ui1-page .publish-calendar-card,.app-shell.theme-dark .ui1-page .performance-step-card,.app-shell.theme-dark .ui1-page .performance-contract-card,.app-shell.theme-dark .ui1-page .review-human-gate-card{background:var(--ui1-final-panel)!important;border-color:var(--ui1-final-line)!important;color:var(--ui1-final-text)!important;box-shadow:none!important}.app-shell.theme-dark .ui1-page .summary-item,.app-shell.theme-dark .ui1-page .priority-card,.app-shell.theme-dark .ui1-page .insight-card,.app-shell.theme-dark .ui1-page .work-item,.app-shell.theme-dark .ui1-page .score-card,.app-shell.theme-dark .ui1-page .state-panel,.app-shell.theme-dark .ui1-page .seo-action-card,.app-shell.theme-dark .ui1-page .cluster-snapshot-item,.app-shell.theme-dark .ui1-page .data-freshness-card,.app-shell.theme-dark .ui1-page .freshness-item,.app-shell.theme-dark .ui1-page .money-page-support-detail,.app-shell.theme-dark .ui1-page .workflow-log-item,.app-shell.theme-dark .ui1-page .queue-card,.app-shell.theme-dark .ui1-page .workflow-card-grid .insight-card,.app-shell.theme-dark .ui1-page .truth-card-grid .insight-card,.app-shell.theme-dark .ui1-page .step-impact-grid .insight-card,.app-shell.theme-dark .ui1-page .strategy-note-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-priority-card{background:var(--ui1-final-card)!important;border-color:var(--ui1-final-line-soft)!important;color:var(--ui1-final-text)!important}.app-shell.theme-dark .ui1-page .insight-card.tint-blue,.app-shell.theme-dark .ui1-page .insight-card.tint-mint,.app-shell.theme-dark .ui1-page .insight-card.tint-amber,.app-shell.theme-dark .ui1-page .insight-card.tint-peach,.app-shell.theme-dark .ui1-page .insight-card.tint-violet,.app-shell.theme-dark .ui1-page .priority-card.tint-blue,.app-shell.theme-dark .ui1-page .priority-card.tint-mint,.app-shell.theme-dark .ui1-page .priority-card.tint-amber,.app-shell.theme-dark .ui1-page .priority-card.tint-peach,.app-shell.theme-dark .ui1-page .priority-card.tint-violet,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-blue,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-mint,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-amber,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-peach,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-violet,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-blue,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-mint,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-amber,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-peach,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-violet,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-blue,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-mint,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-amber,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-peach,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-violet,.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card,.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card{background:var(--ui1-final-card)!important;border-color:var(--ui1-final-line-soft)!important}.app-shell.theme-dark .ui1-page h1,.app-shell.theme-dark .ui1-page h2,.app-shell.theme-dark .ui1-page h3,.app-shell.theme-dark .ui1-page h4,.app-shell.theme-dark .ui1-page h5,.app-shell.theme-dark .ui1-page h6,.app-shell.theme-dark .ui1-page strong,.app-shell.theme-dark .ui1-page label,.app-shell.theme-dark .ui1-page .content-panel h3,.app-shell.theme-dark .ui1-page .dashboard-panel h3,.app-shell.theme-dark .ui1-page .table-card h3,.app-shell.theme-dark .ui1-page .insight-card h4,.app-shell.theme-dark .ui1-page .summary-item h4,.app-shell.theme-dark .ui1-page .priority-card h4,.app-shell.theme-dark .ui1-page .work-item h4,.app-shell.theme-dark .ui1-page .review-block h4{color:var(--ui1-final-text)!important}.app-shell.theme-dark .ui1-page p,.app-shell.theme-dark .ui1-page small,.app-shell.theme-dark .ui1-page li,.app-shell.theme-dark .ui1-page td,.app-shell.theme-dark .ui1-page .support-copy,.app-shell.theme-dark .ui1-page .field-help,.app-shell.theme-dark .ui1-page .summary-item p,.app-shell.theme-dark .ui1-page .priority-card p,.app-shell.theme-dark .ui1-page .insight-card p,.app-shell.theme-dark .ui1-page .work-item p,.app-shell.theme-dark .ui1-page .review-block p,.app-shell.theme-dark .ui1-page .score-card span{color:var(--ui1-final-body)!important}.app-shell.theme-dark .ui1-page .panel-heading>div:first-child,.app-shell.theme-dark .ui1-page .table-heading-main,.app-shell.theme-dark .ui1-page .insight-card-title,.app-shell.theme-dark .ui1-page .insight-card-title>div{min-width:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.app-shell.theme-dark .ui1-page .panel-heading h3,.app-shell.theme-dark .ui1-page .table-heading-main h3,.app-shell.theme-dark .ui1-page .insight-card-title h4{margin:0!important;background:transparent!important;line-height:1.24!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.app-shell.theme-dark .ui1-page .eyebrow,.app-shell.theme-dark .ui1-page .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-main .eyebrow,.app-shell.theme-dark .ui1-page .mini-label,.app-shell.theme-dark .ui1-page .strategy-note-grid .mini-label,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .mini-label{display:block!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:0!important;align-self:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#c8d9f2!important;line-height:1.2!important;text-align:left!important;white-space:normal!important}.app-shell.theme-dark .ui1-page .strategy-note-grid .insight-card-title,.app-shell.theme-dark .ui1-page .strategy-note-grid .insight-card-title *,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card-title,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card-title *{background-image:none!important}.app-shell.theme-dark .ui1-page .panel-badge,.app-shell.theme-dark .ui1-page .panel-badge.light,.app-shell.theme-dark .ui1-page .status-chip{border:1px solid rgba(255,255,255,.18)!important;background:#454c57!important;color:#edf3fb!important}.app-shell.theme-dark .ui1-page .data-table{width:100%!important;table-layout:auto!important;background:transparent!important}.app-shell.theme-dark .ui1-page .data-table th{background:var(--ui1-final-card-soft)!important;border-color:var(--ui1-final-line)!important;color:#d5deeb!important}.app-shell.theme-dark .ui1-page .data-table td{background:transparent!important;border-color:var(--ui1-final-line-soft)!important;color:#edf2f8!important;overflow:visible!important}.app-shell.theme-dark .ui1-page .table-wrapper{background:transparent!important;border-color:var(--ui1-final-line)!important}.app-shell.theme-dark .ui1-page .table-grade.grade-gray,.app-shell.theme-dark .ui1-page .status-chip.grade-gray{background:#454b55!important;border-color:#626b79!important;color:#e0e6ef!important}.app-shell.theme-dark .ui1-page .table-grade.grade-green,.app-shell.theme-dark .ui1-page .status-chip.grade-green{background:#28543a!important;border-color:#48a16b!important;color:#c8f6d7!important}.app-shell.theme-dark .ui1-page .table-grade.grade-blue,.app-shell.theme-dark .ui1-page .status-chip.grade-blue{background:#334f78!important;border-color:#7294cd!important;color:#d8e7ff!important}.app-shell.theme-dark .ui1-page .table-grade.grade-violet,.app-shell.theme-dark .ui1-page .status-chip.grade-violet{background:#4c3a69!important;border-color:#8b72bd!important;color:#eadcff!important}.app-shell.theme-dark .ui1-page .table-grade.grade-orange,.app-shell.theme-dark .ui1-page .status-chip.grade-orange{background:#5e4325!important;border-color:#b27f48!important;color:#ffe0b2!important}.app-shell.theme-dark .ui1-page .table-grade.grade-red,.app-shell.theme-dark .ui1-page .status-chip.grade-red{background:#63362f!important;border-color:#b96d65!important;color:#ffd5cf!important}.app-shell.theme-dark .ui1-page .table-heading-icon,.app-shell.theme-dark .ui1-page .insight-card-icon,.app-shell.theme-dark .ui1-page .state-icon,.app-shell.theme-dark .ui1-page .queue-stage-mark{background:#505050!important;color:#eef4ff!important}.app-shell.theme-dark .ui1-page .table-card:before,.app-shell.theme-dark .ui1-page .summary-item:before,.app-shell.theme-dark .ui1-page .priority-card:before,.app-shell.theme-dark .ui1-page .insight-card:before,.app-shell.theme-dark .ui1-page .work-item:before,.app-shell.theme-dark .ui1-page .queue-card:before{display:none!important;width:0!important;height:0!important;background:transparent!important;content:none!important}.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card-title>div,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card-title>div{display:inline-grid!important;width:auto!important;max-width:100%!important;align-self:start!important;justify-items:start!important;background:transparent!important}.app-shell.theme-dark .strategy-page .strategy-note-grid .mini-label,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .mini-label{display:inline-block!important;width:auto!important;max-width:max-content!important;background:transparent!important;background-color:transparent!important;background-image:none!important}.app-shell.theme-dark .ui1-page .data-table td .table-grade,.app-shell.theme-dark .ui1-page .data-table td .status-chip{flex-shrink:0!important;max-width:none!important}.app-shell.theme-dark .seo-overview-page .ai-summary-panel .panel-heading .eyebrow{display:inline-flex!important;width:fit-content!important;min-height:26px!important;align-items:center!important;justify-content:center!important;padding:5px 10px!important;border-radius:6px!important;background:#d7e4ff!important;color:#204c91!important;font-size:.72rem!important;font-weight:760!important;line-height:1!important;white-space:nowrap!important}.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-blue,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-blue,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-blue,.app-shell.theme-dark .ui1-page .insight-card.tint-blue,.app-shell.theme-dark .ui1-page .priority-card.tint-blue{background:#3f5578!important;border-color:#9ebeee70!important}.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-mint,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-mint,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-mint,.app-shell.theme-dark .ui1-page .insight-card.tint-mint,.app-shell.theme-dark .ui1-page .priority-card.tint-mint{background:#3a6048!important;border-color:#8fe0ac61!important}.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-amber,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-amber,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-amber,.app-shell.theme-dark .ui1-page .insight-card.tint-amber,.app-shell.theme-dark .ui1-page .priority-card.tint-amber{background:#65532d!important;border-color:#ffd77e61!important}.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-peach,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-peach,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-peach,.app-shell.theme-dark .ui1-page .insight-card.tint-peach,.app-shell.theme-dark .ui1-page .priority-card.tint-peach{background:#654239!important;border-color:#ffa88e59!important}.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-violet,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-violet,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-violet,.app-shell.theme-dark .ui1-page .insight-card.tint-violet,.app-shell.theme-dark .ui1-page .priority-card.tint-violet{background:#574477!important;border-color:#cfb4ff61!important}.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card,.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card{background:var(--ui1-final-card)!important}.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card.tint-blue,.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card.tint-blue{background:#3f5578!important}.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card.tint-mint,.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card.tint-mint{background:#3a6048!important}.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card.tint-amber,.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card.tint-peach,.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card.tint-amber,.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card.tint-peach{background:#654239!important}.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .dashboard-page .metric-icon{display:inline-grid!important;width:42px!important;height:42px!important;place-items:center!important;border-radius:10px!important;box-shadow:none!important}.metric-icon .metric-symbol,.app-shell.theme-dark .metric-icon .metric-symbol{display:block!important;width:auto!important;height:auto!important;color:currentColor!important;font-size:19px!important;line-height:1!important;font-variation-settings:"FILL" 1,"wght" 520,"GRAD" 0,"opsz" 20!important}.app-shell.theme-dark .ui1-page .step-impact-grid>.insight-card:nth-child(1),.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(1),.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid>.insight-card:nth-child(1){background:#435f90!important;border-color:#a4c5ff7a!important}.app-shell.theme-dark .ui1-page .step-impact-grid>.insight-card:nth-child(2),.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(2),.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid>.insight-card:nth-child(2){background:#3f7254!important;border-color:#97e8b070!important}.app-shell.theme-dark .ui1-page .step-impact-grid>.insight-card:nth-child(3),.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(3),.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid>.insight-card:nth-child(3){background:#744d40!important;border-color:#ffab8f6b!important}.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(1){background:#6d582e!important;border-color:#ffd77e6b!important}.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(2){background:#70483f!important;border-color:#ff9f8c66!important}.app-shell.theme-dark .seo-overview-page .panel-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:16px!important}.app-shell.theme-dark .seo-overview-page .panel-heading>div:first-child{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important}.app-shell.theme-dark .seo-overview-page .panel-heading h3{margin:0!important;padding:0!important;color:#f8fafc!important;line-height:1.18!important}.app-shell.theme-dark .seo-overview-page .panel-heading .eyebrow{display:inline-flex!important;width:fit-content!important;min-height:23px!important;max-width:max-content!important;align-items:center!important;justify-content:center!important;padding:2px 12px 0!important;border:0!important;border-radius:6px!important;line-height:1.15!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important}.app-shell.theme-dark .seo-overview-page .seo-chart-card .panel-heading .eyebrow{background:#263855!important;color:#cfe0ff!important}.app-shell.theme-dark .seo-overview-page .ai-summary-panel .panel-heading .eyebrow{background:#263855!important;color:#d7e4ff!important}.app-shell.theme-dark .seo-overview-page .seo-decision-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-overview-page .seo-refresh-card .panel-heading .eyebrow{background:#4b3b1f!important;color:#ffe3a5!important}.app-shell.theme-dark .seo-overview-page .seo-funnel-card .panel-heading .eyebrow{background:#244633!important;color:#bdf3d1!important}.app-shell.theme-dark .seo-overview-page .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-overview-page .seo-memory-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-overview-page .dashboard-dark-block .panel-heading .eyebrow{background:#3b2d57!important;color:#e3d4ff!important}.app-shell.theme-dark .seo-overview-page .secondary-system-panel .panel-heading .eyebrow{background:#333944!important;color:#dce5f2!important}.app-shell.theme-dark .seo-overview-page .panel-badge,.app-shell.theme-dark .seo-overview-page .panel-badge.light,.app-shell.theme-dark .seo-overview-page .status-chip{display:inline-flex!important;width:auto!important;inline-size:auto!important;max-width:max-content!important;min-height:24px!important;align-self:flex-start!important;align-items:center!important;justify-content:center!important;padding:4px 9px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:#343a45!important;color:#edf3fb!important;line-height:1.1!important;white-space:nowrap!important}.app-shell.theme-dark .seo-overview-page .mini-label,.app-shell.theme-dark .seo-overview-page .dashboard-dark-block .mini-label,.app-shell.theme-dark .seo-overview-page .summary-item .mini-label,.app-shell.theme-dark .seo-overview-page .priority-card .mini-label,.app-shell.theme-dark .seo-overview-page .insight-card .mini-label,.app-shell.theme-dark .seo-overview-page .ai-brief-head .mini-label,.app-shell.theme-dark .seo-overview-page .ai-meta-block>.mini-label{display:block!important;width:auto!important;inline-size:auto!important;max-width:none!important;min-height:0!important;align-self:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#c9d6ec!important;line-height:1.2!important;text-align:left!important}.app-shell.theme-dark .seo-overview-page .ai-brief-head .mini-label{margin:0!important;color:#f3f6fb!important}.app-shell.theme-dark .seo-overview-page .ai-meta-block>.mini-label{margin:0 0 2px!important}.app-shell.theme-dark .seo-overview-page .range-toggle,.app-shell.theme-dark .seo-overview-page .mode-toggle{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:4px!important;width:auto!important;max-width:max-content!important;padding:4px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:7px!important;background:#30343d!important}.app-shell.theme-dark .seo-overview-page .range-toggle button,.app-shell.theme-dark .seo-overview-page .mode-toggle button{display:inline-flex!important;min-height:26px!important;align-items:center!important;justify-content:center!important;padding:0 10px!important;border:0!important;border-radius:5px!important;background:transparent!important;color:#c6cfdd!important;font-size:.72rem!important;font-weight:500!important;line-height:1!important;white-space:nowrap!important}.app-shell.theme-dark .seo-overview-page .range-toggle button.active,.app-shell.theme-dark .seo-overview-page .mode-toggle button.active{background:#f8fafc!important;color:#111!important}.app-shell.theme-dark .seo-overview-page .trend-card{background:#2f343d!important;border-color:#ffffff24!important}.app-shell.theme-dark .seo-overview-page .trend-svg{background:transparent!important}.app-shell.theme-dark .seo-overview-page .trend-svg rect:not(.impression-bar){fill:transparent!important}.app-shell.theme-dark .seo-overview-page .trend-svg rect.impression-bar,.app-shell.theme-dark .seo-overview-page .impression-bar{fill:#8fafdf!important;opacity:.94!important}.app-shell.theme-dark .seo-overview-page .chart-tooltip rect{fill:#101318!important}.app-shell.theme-dark .seo-overview-page .chart-tooltip text{fill:#fff!important}.app-shell.theme-dark .seo-overview-page .chart-tooltip text+text{fill:#c8d2df!important}.app-shell.theme-dark .seo-overview-page .chart-marker-line{stroke:#e7edf7!important;stroke-opacity:.24!important}.app-shell.theme-dark .seo-overview-page .chart-stat-row div,.app-shell.theme-dark .seo-overview-page .seo-chart-card .chart-stat-row div{border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.app-shell.theme-dark .seo-overview-page .chart-stat-row div:nth-child(1),.app-shell.theme-dark .seo-overview-page .seo-chart-card .chart-stat-row div:nth-child(1){background:#334764!important}.app-shell.theme-dark .seo-overview-page .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-overview-page .seo-chart-card .chart-stat-row div:nth-child(2){background:#2e513b!important}.app-shell.theme-dark .seo-overview-page .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-overview-page .seo-chart-card .chart-stat-row div:nth-child(3){background:#5b4926!important}.app-shell.theme-dark .seo-overview-page .chart-stat-row span,.app-shell.theme-dark .seo-overview-page .seo-chart-card .chart-stat-row span{color:#dbe5f3!important}.app-shell.theme-dark .seo-overview-page .chart-stat-row strong,.app-shell.theme-dark .seo-overview-page .seo-chart-card .chart-stat-row strong{color:#fff!important}.app-shell.theme-dark .ui1-page{--ui1-dark-canvas: #202020;--ui1-dark-panel: #303030;--ui1-dark-panel-soft: #353535;--ui1-dark-card: #3a3a3a;--ui1-dark-card-soft: #3f3f3f;--ui1-dark-line: rgba(255, 255, 255, .18);--ui1-dark-line-soft: rgba(255, 255, 255, .12);--ui1-dark-text: #f7f8fb;--ui1-dark-body: #d9e0ea;--ui1-dark-muted: #b6c0cf}.app-shell.theme-dark .ui1-page .content-panel,.app-shell.theme-dark .ui1-page .dashboard-panel,.app-shell.theme-dark .ui1-page .table-card,.app-shell.theme-dark .ui1-page .qa-state-shell,.app-shell.theme-dark .ui1-page .review-block,.app-shell.theme-dark .ui1-page .calendar-card,.app-shell.theme-dark .ui1-page .overlay-shell,.app-shell.theme-dark .ui1-page .secondary-system-panel,.app-shell.theme-dark .ui1-page .compact-secondary-panel,.app-shell.theme-dark .ui1-page .strategy-goal-card,.app-shell.theme-dark .ui1-page .strategy-truth-card,.app-shell.theme-dark .ui1-page .strategy-step-card,.app-shell.theme-dark .ui1-page .strategy-focus-card,.app-shell.theme-dark .ui1-page .strategy-roadmap-rationale,.app-shell.theme-dark .ui1-page .publish-step-card,.app-shell.theme-dark .ui1-page .publish-contract-card,.app-shell.theme-dark .ui1-page .publish-calendar-card,.app-shell.theme-dark .ui1-page .performance-step-card,.app-shell.theme-dark .ui1-page .performance-contract-card,.app-shell.theme-dark .ui1-page .review-human-gate-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;color:var(--ui1-dark-text)!important;box-shadow:none!important}.app-shell.theme-dark .ui1-page .summary-item,.app-shell.theme-dark .ui1-page .priority-card,.app-shell.theme-dark .ui1-page .insight-card,.app-shell.theme-dark .ui1-page .work-item,.app-shell.theme-dark .ui1-page .score-card,.app-shell.theme-dark .ui1-page .state-panel,.app-shell.theme-dark .ui1-page .seo-action-card,.app-shell.theme-dark .ui1-page .cluster-snapshot-item,.app-shell.theme-dark .ui1-page .data-freshness-card,.app-shell.theme-dark .ui1-page .freshness-item,.app-shell.theme-dark .ui1-page .money-page-support-detail,.app-shell.theme-dark .ui1-page .workflow-log-item,.app-shell.theme-dark .ui1-page .queue-card,.app-shell.theme-dark .ui1-page .workflow-card-grid .insight-card,.app-shell.theme-dark .ui1-page .truth-card-grid .insight-card,.app-shell.theme-dark .ui1-page .step-impact-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card,.app-shell.theme-dark .strategy-page .strategy-priority-card{background:var(--ui1-dark-card)!important;border-color:var(--ui1-dark-line-soft)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .ui1-page .insight-card.tint-blue,.app-shell.theme-dark .ui1-page .insight-card.tint-mint,.app-shell.theme-dark .ui1-page .insight-card.tint-amber,.app-shell.theme-dark .ui1-page .insight-card.tint-peach,.app-shell.theme-dark .ui1-page .insight-card.tint-violet,.app-shell.theme-dark .ui1-page .priority-card.tint-blue,.app-shell.theme-dark .ui1-page .priority-card.tint-mint,.app-shell.theme-dark .ui1-page .priority-card.tint-amber,.app-shell.theme-dark .ui1-page .priority-card.tint-peach,.app-shell.theme-dark .ui1-page .priority-card.tint-violet,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-blue,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-mint,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-amber,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-peach,.app-shell.theme-dark .ui1-page .workflow-card-grid .tint-violet,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-blue,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-mint,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-amber,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-peach,.app-shell.theme-dark .ui1-page .truth-card-grid .tint-violet,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-blue,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-mint,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-amber,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-peach,.app-shell.theme-dark .ui1-page .step-impact-grid .tint-violet{background:var(--ui1-dark-card)!important;border-color:var(--ui1-dark-line-soft)!important}.app-shell.theme-dark .ui1-page h1,.app-shell.theme-dark .ui1-page h2,.app-shell.theme-dark .ui1-page h3,.app-shell.theme-dark .ui1-page h4,.app-shell.theme-dark .ui1-page h5,.app-shell.theme-dark .ui1-page h6,.app-shell.theme-dark .ui1-page strong,.app-shell.theme-dark .ui1-page label,.app-shell.theme-dark .ui1-page .content-panel h3,.app-shell.theme-dark .ui1-page .dashboard-panel h3,.app-shell.theme-dark .ui1-page .table-card h3,.app-shell.theme-dark .ui1-page .insight-card h4,.app-shell.theme-dark .ui1-page .summary-item h4,.app-shell.theme-dark .ui1-page .priority-card h4,.app-shell.theme-dark .ui1-page .work-item h4,.app-shell.theme-dark .ui1-page .review-block h4{color:var(--ui1-dark-text)!important}.app-shell.theme-dark .ui1-page p,.app-shell.theme-dark .ui1-page small,.app-shell.theme-dark .ui1-page li,.app-shell.theme-dark .ui1-page td,.app-shell.theme-dark .ui1-page .support-copy,.app-shell.theme-dark .ui1-page .field-help,.app-shell.theme-dark .ui1-page .summary-item p,.app-shell.theme-dark .ui1-page .priority-card p,.app-shell.theme-dark .ui1-page .insight-card p,.app-shell.theme-dark .ui1-page .work-item p,.app-shell.theme-dark .ui1-page .review-block p,.app-shell.theme-dark .ui1-page .score-card span{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .ui1-page .panel-heading,.app-shell.theme-dark .ui1-page .table-card .panel-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important}.app-shell.theme-dark .ui1-page .panel-heading>div:first-child,.app-shell.theme-dark .ui1-page .table-heading-main,.app-shell.theme-dark .ui1-page .insight-card-title{min-width:0!important}.app-shell.theme-dark .ui1-page .panel-heading h3,.app-shell.theme-dark .ui1-page .table-heading-main h3,.app-shell.theme-dark .ui1-page .insight-card-title h4{margin:0!important;line-height:1.24!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.app-shell.theme-dark .ui1-page .eyebrow,.app-shell.theme-dark .ui1-page .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-main .eyebrow,.app-shell.theme-dark .ui1-page .mini-label{display:block!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:0!important;align-self:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#c5d8f6!important;line-height:1.2!important;text-align:left!important;white-space:normal!important}.app-shell.theme-dark .ui1-page .panel-badge,.app-shell.theme-dark .ui1-page .panel-badge.light,.app-shell.theme-dark .ui1-page .status-chip,.app-shell.theme-dark .ui1-page .topbar-tag,.app-shell.theme-dark .ui1-page .table-grade,.app-shell.theme-dark .ui1-page .score-card strong.grade-value,.app-shell.theme-dark .ui1-page .status-chip[class*=grade-]{display:inline-flex!important;width:auto!important;inline-size:auto!important;max-width:none!important;min-height:28px!important;align-self:center!important;align-items:center!important;justify-content:center!important;padding:0 11px!important;border-radius:10px!important;line-height:1!important;white-space:nowrap!important}.app-shell.theme-dark .ui1-page .panel-badge,.app-shell.theme-dark .ui1-page .panel-badge.light,.app-shell.theme-dark .ui1-page .status-chip{border:1px solid rgba(255,255,255,.18)!important;background:#3d4551!important;color:#edf3fb!important}.app-shell.theme-dark .ui1-page .table-grade.grade-gray,.app-shell.theme-dark .ui1-page .status-chip.grade-gray{background:#3c424c!important;border-color:#596273!important;color:#e0e6ef!important}.app-shell.theme-dark .ui1-page .table-grade.grade-green,.app-shell.theme-dark .ui1-page .status-chip.grade-green{background:#244b35!important;border-color:#3f8c5f!important;color:#bff3d1!important}.app-shell.theme-dark .ui1-page .table-grade.grade-blue,.app-shell.theme-dark .ui1-page .status-chip.grade-blue{background:#2d466b!important;border-color:#6385bd!important;color:#d4e4ff!important}.app-shell.theme-dark .ui1-page .table-grade.grade-violet,.app-shell.theme-dark .ui1-page .status-chip.grade-violet{background:#44345f!important;border-color:#7d66ac!important;color:#e7d9ff!important}.app-shell.theme-dark .ui1-page .table-grade.grade-orange,.app-shell.theme-dark .ui1-page .status-chip.grade-orange{background:#533a20!important;border-color:#a4713d!important;color:#ffddad!important}.app-shell.theme-dark .ui1-page .table-grade.grade-red,.app-shell.theme-dark .ui1-page .status-chip.grade-red{background:#5a302b!important;border-color:#aa625b!important;color:#ffd0ca!important}.app-shell.theme-dark .ui1-page .table-wrapper{background:transparent!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .ui1-page .data-table{background:transparent!important}.app-shell.theme-dark .ui1-page .data-table th{background:var(--ui1-dark-card-soft)!important;border-color:var(--ui1-dark-line)!important;color:#d5deeb!important}.app-shell.theme-dark .ui1-page .data-table td{background:transparent!important;border-color:var(--ui1-dark-line-soft)!important;color:#edf2f8!important}.app-shell.theme-dark .ui1-page .data-table tbody tr:hover td{background:#ffffff09!important}.app-shell.theme-dark .ui1-page .table-heading-icon,.app-shell.theme-dark .ui1-page .insight-card-icon,.app-shell.theme-dark .ui1-page .state-icon,.app-shell.theme-dark .ui1-page .queue-stage-mark{background:#4a4a4a!important;color:#eef4ff!important}.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid .insight-card,.app-shell.theme-dark .ui1-page .workflow-contract-grid .insight-card{background:var(--ui1-dark-card)!important;border-color:var(--ui1-dark-line-soft)!important}.app-shell.theme-dark .seo-overview-page .ai-summary-meta-grid,.app-shell.theme-dark .seo-overview-page .ai-meta-block{background:transparent!important;border:0!important;box-shadow:none!important}.app-shell.theme-dark .seo-overview-page .summary-chip{min-height:28px!important;padding:0 10px!important;border-radius:6px!important;white-space:nowrap!important}.app-shell.theme-dark{--ui1-dark-bg: #121212;--ui1-dark-canvas: #181818;--ui1-dark-panel: #242424;--ui1-dark-panel-raised: #2f2f2f;--ui1-dark-inner: #343434;--ui1-dark-inner-soft: #3a3a3a;--ui1-dark-line: rgba(255, 255, 255, .24);--ui1-dark-line-strong: rgba(255, 255, 255, .34);--ui1-dark-text: #ffffff;--ui1-dark-body: #f3f4f6;--ui1-dark-muted: #d6dbe4;--ui1-dark-soft: #b8c0cc;--ui1-green-strong: #26c977;--ui1-blue-strong: #406dde;--ui1-orange-strong: #d78b28;--ui1-yellow-strong: #bb903a;--ui1-red-strong: #d15738;--ui1-coral-strong: #e06958;--ui1-violet-strong: #9168e8}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-shell,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .ui1-page,.app-shell.theme-dark .topbar{background:var(--ui1-dark-bg)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark h5,.app-shell.theme-dark h6,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .field>span,.app-shell.theme-dark .field-label,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .review-block h4,.app-shell.theme-dark .summary-item h4,.app-shell.theme-dark .priority-card h4,.app-shell.theme-dark .insight-card h4,.app-shell.theme-dark .work-item h4,.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong,.app-shell.theme-dark .check-item span{color:var(--ui1-dark-text)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .data-table th,.app-shell.theme-dark .queue-column-head .eyebrow{color:#dbe8ff!important}.app-shell.theme-dark .mini-label,.app-shell.theme-dark .summary-item .mini-label,.app-shell.theme-dark .priority-card .mini-label,.app-shell.theme-dark .money-page-support-detail .mini-label,.app-shell.theme-dark .money-support-copy .mini-label,.app-shell.theme-dark .seo-chart-card .mini-label,.app-shell.theme-dark .seo-funnel-card .mini-label,.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .mini-label,.app-shell.theme-dark .strategy-page .strategy-priority-card .mini-label,.app-shell.theme-dark .strategy-page .strategy-note-grid .mini-label,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .mini-label{display:block!important;width:auto!important;max-width:none!important;min-height:0!important;padding:0!important;margin:0 0 6px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#dbe8ff!important;line-height:1.2!important;letter-spacing:.11em!important}.app-shell.theme-dark .panel-heading{align-items:flex-start!important}.app-shell.theme-dark .panel-heading>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:max-content!important;min-height:22px!important;padding:4px 10px!important;border-radius:8px!important;background:#303030!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none!important;line-height:1!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger{background:#202020!important;border-color:var(--ui1-dark-line-strong)!important;color:#fff!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#b8c0cc!important}.app-shell.theme-dark .field-select-menu{background:#1d1d1d!important;border-color:#ffffff47!important;box-shadow:0 22px 45px #00000075!important;z-index:9999!important}.app-shell.theme-dark .field-select-option{color:#f8fafc!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-green,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:var(--ui1-dark-inner)!important;border:1px solid var(--ui1-dark-line-strong)!important;color:#fff!important;box-shadow:none!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#77f0aa!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#9fbbff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffca63!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ff9a8b!important}.app-shell.theme-dark .metric-card:first-child .metric-icon,.app-shell.theme-dark .metric-card.metric-green .metric-icon{background:#26c97740!important;color:var(--ui1-green-strong)!important}.app-shell.theme-dark .metric-card.metric-blue .metric-icon{background:#406dde47!important;color:#7fa0ff!important}.app-shell.theme-dark .metric-card.metric-amber .metric-icon{background:#d78b284d!important;color:#ffb64b!important}.app-shell.theme-dark .metric-card.metric-coral .metric-icon{background:#e069584d!important;color:#ff9a8b!important}.app-shell.theme-dark .metric-icon .material-symbols-outlined{color:currentColor!important}.app-shell.theme-dark .range-toggle,.app-shell.theme-dark .mode-toggle{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.app-shell.theme-dark .range-toggle button,.app-shell.theme-dark .mode-toggle button{min-height:30px!important;margin:0!important;padding:0 14px!important;border-radius:7px!important;border:1px solid rgba(255,255,255,.22)!important;background:#3a3a3a!important;color:#f3f4f6!important;box-shadow:none!important;font-weight:600!important}.app-shell.theme-dark .range-toggle button:hover,.app-shell.theme-dark .mode-toggle button:hover{background:#444!important;border-color:#ffffff57!important}.app-shell.theme-dark .summary-item:before,.app-shell.theme-dark .priority-card:before,.app-shell.theme-dark .insight-card:before,.app-shell.theme-dark .work-item:before,.app-shell.theme-dark .queue-card:before,.app-shell.theme-dark .table-card:before{display:none!important;content:none!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .review-state-card,.app-shell.theme-dark .truth-card{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-line)!important;color:#fff!important;box-shadow:none!important}.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .cluster-snapshot-item p,.app-shell.theme-dark .money-page-support-detail p,.app-shell.theme-dark .workflow-log-item p,.app-shell.theme-dark .review-state-card p,.app-shell.theme-dark .truth-card p{color:#f3f4f6!important}.app-shell.theme-dark .step-impact-grid .tint-blue,.app-shell.theme-dark .workflow-card-grid .tint-blue,.app-shell.theme-dark .truth-card-grid .tint-blue,.app-shell.theme-dark .strategy-page .strategy-priority-card.tint-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#406dde6b!important;border-color:#406ddec7!important}.app-shell.theme-dark .step-impact-grid .tint-mint,.app-shell.theme-dark .workflow-card-grid .tint-mint,.app-shell.theme-dark .truth-card-grid .tint-mint,.app-shell.theme-dark .strategy-page .strategy-priority-card.tint-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#26c97740!important;border-color:#26c977a6!important}.app-shell.theme-dark .step-impact-grid .tint-amber,.app-shell.theme-dark .workflow-card-grid .tint-amber,.app-shell.theme-dark .truth-card-grid .tint-amber,.app-shell.theme-dark .step-impact-grid .tint-peach,.app-shell.theme-dark .workflow-card-grid .tint-peach,.app-shell.theme-dark .truth-card-grid .tint-peach,.app-shell.theme-dark .strategy-page .strategy-priority-card.tint-amber,.app-shell.theme-dark .strategy-page .strategy-priority-card.tint-peach,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#bb903a57!important;border-color:#bb903ac2!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet,.app-shell.theme-dark .strategy-page .strategy-priority-card.tint-violet{background:#9168e859!important;border-color:#9168e8b8!important}.app-shell.theme-dark .tint-coral,.app-shell.theme-dark .tint-red,.app-shell.theme-dark .metric-coral{background:#d1573857!important;border-color:#e06958c2!important}.app-shell.theme-dark .step-impact-grid .tint-blue *,.app-shell.theme-dark .step-impact-grid .tint-mint *,.app-shell.theme-dark .step-impact-grid .tint-amber *,.app-shell.theme-dark .step-impact-grid .tint-peach *,.app-shell.theme-dark .workflow-card-grid .tint-blue *,.app-shell.theme-dark .workflow-card-grid .tint-mint *,.app-shell.theme-dark .workflow-card-grid .tint-amber *,.app-shell.theme-dark .workflow-card-grid .tint-peach *,.app-shell.theme-dark .truth-card-grid .tint-blue *,.app-shell.theme-dark .truth-card-grid .tint-mint *,.app-shell.theme-dark .truth-card-grid .tint-amber *,.app-shell.theme-dark .truth-card-grid .tint-peach *,.app-shell.theme-dark .strategy-priority-card *{color:#fff!important}.app-shell.theme-dark .queue-column.stage-idea{background:#2e2e2e!important;border-color:#ffffff38!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#141414!important;border-color:#ffffff38!important;color:#fff!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#0f0f0f!important;border-color:#ffffff2e!important}.app-shell.theme-dark .queue-meta-detail small,.app-shell.theme-dark .queue-card p{color:#dfe6f1!important}.app-shell.theme-dark .table-card,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .table-card.table-card-violet,.app-shell.theme-dark .strategy-page .table-card,.app-shell.theme-dark .publishing-page .table-card,.app-shell.theme-dark .performance-page .table-card,.app-shell.theme-dark .table-wrapper,.app-shell.theme-dark .data-table{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .data-table th{background:#2d2d2d!important;color:#f3f4f6!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .data-table td{background:#242424!important;color:#fff!important;border-color:#ffffff29!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#303030!important}.app-shell.theme-dark .performance-chart:before,.app-shell.theme-dark .seo-chart-plot:before,.app-shell.theme-dark .chart-shell:before,.app-shell.theme-dark .performance-chart:after,.app-shell.theme-dark .seo-chart-plot:after,.app-shell.theme-dark .chart-shell:after{display:none!important;content:none!important}.app-shell.theme-dark .trend-svg,.app-shell.theme-dark .trend-svg rect:not(.impression-bar){background:transparent!important;fill:transparent!important}.app-shell.theme-dark .impression-bar{fill:#9ab7f8!important;opacity:1!important}.app-shell.theme-dark .clicks-point{fill:#9ab7f8!important;stroke:#fff!important}.app-shell.theme-dark .chart-tooltip{background:#050505!important;color:#fff!important;border-color:#ffffff38!important}.app-shell.theme-dark .chart-stat-row div:nth-child(1),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#c6d9ff!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#c1efcf!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffdc8a!important}.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .seo-chart-card .chart-stat-row span{color:#111!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#161616!important;border-color:#fff3!important;color:#fff!important}.app-shell.theme-dark .review-draft h4,.app-shell.theme-dark .review-draft p,.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p,.app-shell.theme-dark .review-page .review-draft h4,.app-shell.theme-dark .review-page .review-draft p{color:#f3f4f6!important}.app-shell.theme-dark .score-card{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-line)!important;color:#fff!important}.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .score-card .grade-value{color:#fff!important}.app-shell.theme-dark .score-card.grade-green strong,.app-shell.theme-dark .score-card.grade-green .grade-value{color:#77f0aa!important}.app-shell.theme-dark .score-card.grade-blue strong,.app-shell.theme-dark .score-card.grade-blue .grade-value{color:#9fbbff!important}.app-shell.theme-dark .score-card.grade-violet strong,.app-shell.theme-dark .score-card.grade-violet .grade-value{color:#cbb9ff!important}.app-shell.theme-dark .score-card.grade-orange strong,.app-shell.theme-dark .score-card.grade-orange .grade-value{color:#ffca63!important}.app-shell.theme-dark .score-card.grade-red strong,.app-shell.theme-dark .score-card.grade-red .grade-value{color:#ff9a8b!important}.app-shell.theme-dark .status-chip,.app-shell.theme-dark .table-grade{background:#333!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important}.app-shell.theme-dark .status-chip.grade-green,.app-shell.theme-dark .table-grade.grade-green{background:#26c97738!important;border-color:#26c97785!important;color:#88f5b6!important}.app-shell.theme-dark .status-chip.grade-blue,.app-shell.theme-dark .table-grade.grade-blue{background:#406dde40!important;border-color:#406dde94!important;color:#b8ccff!important}.app-shell.theme-dark .status-chip.grade-violet,.app-shell.theme-dark .table-grade.grade-violet{background:#9168e840!important;border-color:#9168e894!important;color:#d8c9ff!important}.app-shell.theme-dark .status-chip.grade-orange,.app-shell.theme-dark .table-grade.grade-orange,.app-shell.theme-dark .status-chip.warning,.app-shell.theme-dark .status-chip.focus{background:#d78b2840!important;border-color:#d78b2894!important;color:#ffcf7a!important}.app-shell.theme-dark .status-chip.grade-red,.app-shell.theme-dark .table-grade.grade-red{background:#d1573842!important;border-color:#e0695899!important;color:#ffaaa0!important}.app-shell.theme-dark .check-item span,.app-shell.theme-dark .checklist-list span,.app-shell.theme-dark .qa-state-shell li,.app-shell.theme-dark .review-human-gate-card li,.app-shell.theme-dark .review-human-gate-card span:not(.panel-badge):not(.status-chip):not(.mini-label){color:#f3f4f6!important}.app-shell.theme-dark{--ui1-dark-bg: #0b0b0b;--ui1-dark-sidebar: #050505;--ui1-dark-canvas: #111111;--ui1-dark-panel: #242424;--ui1-dark-panel-raised: #2d2d2d;--ui1-dark-inner: #303030;--ui1-dark-inner-soft: #262626;--ui1-dark-line: rgba(255, 255, 255, .22);--ui1-dark-line-strong: rgba(255, 255, 255, .34);--ui1-dark-text: #ffffff;--ui1-dark-body: #f3f5f8;--ui1-dark-muted: #c8d0da;--ui1-green: #26c977;--ui1-blue: #406dde;--ui1-orange: #d78b28;--ui1-yellow: #bb903a;--ui1-red: #d15738;--ui1-coral: #e06958;background:var(--ui1-dark-bg)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-shell,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .ui1-page,.app-shell.theme-dark .topbar{background:var(--ui1-dark-canvas)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .sidebar{background:var(--ui1-dark-sidebar)!important;border-color:#ffffff24!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark h5,.app-shell.theme-dark h6,.app-shell.theme-dark .page-title,.app-shell.theme-dark .panel-title,.app-shell.theme-dark .card-title,.app-shell.theme-dark .section-title,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .review-block h4,.app-shell.theme-dark .summary-item h4,.app-shell.theme-dark .priority-card h4,.app-shell.theme-dark .insight-card h4,.app-shell.theme-dark .work-item h4,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong,.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .check-item span{color:var(--ui1-dark-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark li,.app-shell.theme-dark td,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .body-copy,.app-shell.theme-dark .meta-text,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .state-panel p,.app-shell.theme-dark .overlay-shell p,.app-shell.theme-dark .data-freshness-card p,.app-shell.theme-dark .cluster-snapshot-item p,.app-shell.theme-dark .money-page-support-detail p,.app-shell.theme-dark .workflow-log-item p{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .queue-column-head .eyebrow,.app-shell.theme-dark .data-table th,.app-shell.theme-dark label,.app-shell.theme-dark .field-label,.app-shell.theme-dark .form-label,.app-shell.theme-dark .input-label,.app-shell.theme-dark .select-label,.app-shell.theme-dark .form-field label,.app-shell.theme-dark .form-grid label{color:#dbe4ef!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark .custom-select-trigger{background:#1c1c1c!important;border-color:#ffffff4d!important;color:#fff!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#b6c0cc!important}.app-shell.theme-dark .field-select-trigger *,.app-shell.theme-dark .field-select-value{color:#fff!important}.app-shell.theme-dark .field-select-menu{background:#151515!important;border-color:#ffffff4d!important;box-shadow:0 22px 54px #0000007a!important;z-index:80!important}.app-shell.theme-dark .field-select-option.active,.app-shell.theme-dark .field-select-option:hover{background:#050505!important;color:#fff!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .section-card,.app-shell.theme-dark .panel-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .dashboard-dark-block,.app-shell.theme-dark .review-human-gate-card,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .strategy-roadmap-rationale,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .workflow-contract-card,.app-shell.theme-dark .orchestration-timeline-card,.app-shell.theme-dark .settings-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;color:#fff!important;box-shadow:none!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .ai-meta-block,.app-shell.theme-dark .truth-card,.app-shell.theme-dark .review-state-card{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-line)!important;color:#fff!important}.app-shell.theme-dark .mini-label{display:inline-flex!important;width:auto!important;max-width:max-content!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;line-height:1.25!important;letter-spacing:.12em!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag{background:#e7edf6!important;border-color:transparent!important;color:#111827!important}.app-shell.theme-dark .status-chip{background:#202020!important;border-color:#ffffff38!important;color:#fff!important}.app-shell.theme-dark .status-chip.grade-gray,.app-shell.theme-dark .status-chip.idle{background:#3a3a3a!important;color:#f6f7f9!important}.app-shell.theme-dark .status-chip.grade-green,.app-shell.theme-dark .status-chip.live,.app-shell.theme-dark .status-chip.success{background:#26c97742!important;color:#9bffc8!important}.app-shell.theme-dark .status-chip.grade-blue,.app-shell.theme-dark .status-chip.focus,.app-shell.theme-dark .status-chip.info{background:#406dde4d!important;color:#d1dcff!important}.app-shell.theme-dark .status-chip.grade-violet{background:#9569e14d!important;color:#eadbff!important}.app-shell.theme-dark .status-chip.grade-orange,.app-shell.theme-dark .status-chip.warning{background:#d78b2847!important;color:#ffe0a8!important}.app-shell.theme-dark .status-chip.grade-red,.app-shell.theme-dark .status-chip.critical,.app-shell.theme-dark .status-chip.blocked{background:#d1573852!important;color:#ffc1b7!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .metrics-grid .metric-card{background:var(--ui1-dark-panel-raised)!important;border-color:var(--ui1-dark-line-strong)!important;color:#fff!important}.app-shell.theme-dark .metric-card h3,.app-shell.theme-dark .metric-card p,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .metric-card .metric-value{color:#fff!important}.app-shell.theme-dark .metric-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;color:currentColor!important}.app-shell.theme-dark .metric-icon svg,.app-shell.theme-dark .metric-icon .material-symbols-outlined{width:20px!important;height:20px!important;display:block!important;line-height:1!important;color:currentColor!important;fill:none!important;stroke:currentColor!important}.app-shell.theme-dark .metric-card.metric-green .metric-icon,.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child .metric-icon{background:#26c9773d!important;color:var(--ui1-green)!important}.app-shell.theme-dark .metric-card.metric-blue .metric-icon{background:#406dde47!important;color:var(--ui1-blue)!important}.app-shell.theme-dark .metric-card.metric-amber .metric-icon{background:#d78b284d!important;color:var(--ui1-orange)!important}.app-shell.theme-dark .metric-card.metric-coral .metric-icon{background:#e0695847!important;color:var(--ui1-coral)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#72efa7!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#b7c7ff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffd48a!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ffb1a5!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .truth-card-grid .tint-blue,.app-shell.theme-dark .workflow-card-grid .tint-blue,.app-shell.theme-dark .step-impact-grid .tint-blue{background:#344866!important;border-color:#406ddec7!important;color:#fff!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .truth-card-grid .tint-mint,.app-shell.theme-dark .workflow-card-grid .tint-mint,.app-shell.theme-dark .step-impact-grid .tint-mint{background:#25533b!important;border-color:#26c977c2!important;color:#fff!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .truth-card-grid .tint-amber,.app-shell.theme-dark .workflow-card-grid .tint-amber,.app-shell.theme-dark .step-impact-grid .tint-amber{background:#5d4826!important;border-color:#bb903ad1!important;color:#fff!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .truth-card-grid .tint-peach,.app-shell.theme-dark .workflow-card-grid .tint-peach,.app-shell.theme-dark .step-impact-grid .tint-peach{background:#5a332b!important;border-color:#d15738d1!important;color:#fff!important}.app-shell.theme-dark .tint-violet{background:#4e3b70!important;border-color:#9b77e0d1!important;color:#fff!important}.app-shell.theme-dark .tint-blue *,.app-shell.theme-dark .tint-mint *,.app-shell.theme-dark .tint-amber *,.app-shell.theme-dark .tint-peach *,.app-shell.theme-dark .tint-violet *{color:#fff!important}.app-shell.theme-dark .tint-blue .mini-label,.app-shell.theme-dark .tint-mint .mini-label,.app-shell.theme-dark .tint-amber .mini-label,.app-shell.theme-dark .tint-peach .mini-label,.app-shell.theme-dark .tint-violet .mini-label{color:#fff!important;opacity:.92!important}.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .priority-card .insight-card-icon,.app-shell.theme-dark .table-heading-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .state-icon{background:#ffffff24!important;color:#fff!important}.app-shell.theme-dark .tint-blue .insight-card-icon,.app-shell.theme-dark .tint-blue .table-heading-icon,.app-shell.theme-dark .stage-research .queue-stage-mark,.app-shell.theme-dark .stage-publish .queue-stage-mark{background:#406dde52!important;color:#b9c9ff!important}.app-shell.theme-dark .tint-mint .insight-card-icon,.app-shell.theme-dark .tint-mint .table-heading-icon,.app-shell.theme-dark .stage-draft .queue-stage-mark{background:#26c97747!important;color:#9bffc8!important}.app-shell.theme-dark .tint-amber .insight-card-icon,.app-shell.theme-dark .tint-amber .table-heading-icon,.app-shell.theme-dark .stage-brief .queue-stage-mark,.app-shell.theme-dark .stage-review .queue-stage-mark{background:#d78b284d!important;color:#ffd18a!important}.app-shell.theme-dark .tint-peach .insight-card-icon,.app-shell.theme-dark .stage-refresh .queue-stage-mark{background:#d157384d!important;color:#ffb9ad!important}.app-shell.theme-dark .table-card,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .table-card.table-card-violet,.app-shell.theme-dark .strategy-page .table-card,.app-shell.theme-dark .publishing-page .table-card,.app-shell.theme-dark .performance-page .table-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;color:#fff!important}.app-shell.theme-dark .table-wrapper,.app-shell.theme-dark .data-table{background:var(--ui1-dark-inner-soft)!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .data-table th{background:#303030!important;color:#e9eef7!important;border-color:#ffffff29!important}.app-shell.theme-dark .data-table td{background:#292929!important;color:#fff!important;border-color:#ffffff24!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#333!important}.app-shell.theme-dark .table-grade{background:#303030!important;border-color:#ffffff38!important;color:#fff!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;box-shadow:none!important}.app-shell.theme-dark .trend-svg rect.impression-bar,.app-shell.theme-dark .impression-bar{fill:#8ea7df!important;opacity:1!important}.app-shell.theme-dark .clicks-point{fill:#9ec5ff!important;stroke:#fff!important}.app-shell.theme-dark .chart-axis-label,.app-shell.theme-dark .chart-legend span,.app-shell.theme-dark .chart-legend strong,.app-shell.theme-dark .latest-ctr{color:#fff!important;fill:#fff!important}.app-shell.theme-dark .chart-tooltip{background:#050505!important;color:#fff!important;border-color:#ffffff47!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#c6efd7!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffe0a2!important}.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .seo-chart-card .chart-stat-row span{color:#18202c!important}.app-shell.theme-dark .range-toggle,.app-shell.theme-dark .mode-toggle{background:#2f2f2f!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:none!important}.app-shell.theme-dark .range-toggle button,.app-shell.theme-dark .mode-toggle button{background:transparent!important;border-color:transparent!important;color:#e7edf6!important}.app-shell.theme-dark .range-toggle button:hover,.app-shell.theme-dark .mode-toggle button:hover{background:#3a3a3a!important;color:#fff!important}.app-shell.theme-dark .range-toggle button.active,.app-shell.theme-dark .mode-toggle button.active{background:#fff!important;border-color:#fff!important;color:#050505!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#202020!important;border-color:var(--ui1-dark-line)!important;color:#fff!important}.app-shell.theme-dark .score-card{background:#2d2d2d!important;border-color:var(--ui1-dark-line)!important;color:#fff!important;display:flex!important;flex-direction:column!important;gap:10px!important}.app-shell.theme-dark .score-card strong{display:block!important;margin:0!important;line-height:1.05!important}.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .score-card.grade-green strong,.app-shell.theme-dark .score-card strong.grade-green,.app-shell.theme-dark .score-card .grade-green{color:var(--ui1-green)!important}.app-shell.theme-dark .score-card.grade-blue strong,.app-shell.theme-dark .score-card strong.grade-blue,.app-shell.theme-dark .score-card .grade-blue{color:var(--ui1-blue)!important}.app-shell.theme-dark .score-card.grade-orange strong,.app-shell.theme-dark .score-card strong.grade-orange,.app-shell.theme-dark .score-card .grade-orange{color:var(--ui1-orange)!important}.app-shell.theme-dark .score-card.grade-red strong,.app-shell.theme-dark .score-card strong.grade-red,.app-shell.theme-dark .score-card .grade-red{color:var(--ui1-red)!important}.app-shell.theme-dark .queue-column,.app-shell.theme-dark .ui1-page.queue-page .queue-column{background:#2a2a2a!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .queue-column.stage-idea,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-idea{background:#2a2a2a!important;border-color:#ffffff38!important}.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-brief,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-review{background:#5d4826!important;border-color:#bb903ad1!important}.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-research,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-publish{background:#344866!important;border-color:#406dded1!important}.app-shell.theme-dark .queue-column.stage-draft,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-draft{background:#25533b!important;border-color:#26c977d1!important}.app-shell.theme-dark .queue-column.stage-refresh,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-refresh{background:#5a332b!important;border-color:#d15738d1!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#111821!important;border-color:#ffffff2e!important;color:#fff!important}.app-shell.theme-dark .btn,.app-shell.theme-dark .ghost-button,.app-shell.theme-dark button[class*=ghost],.app-shell.theme-dark .button-row button{background:transparent!important;border-color:#ffffff4d!important;color:#fff!important}.app-shell.theme-dark .btn.primary,.app-shell.theme-dark .button-row button:first-child{background:#fff!important;border-color:#fff!important;color:#050505!important}.app-shell.theme-dark{--ui1-bg: #101010;--ui1-sidebar: #050505;--ui1-surface: #262626;--ui1-surface-2: #2d2d2d;--ui1-surface-3: #333333;--ui1-border: rgba(255, 255, 255, .24);--ui1-border-soft: rgba(255, 255, 255, .16);--ui1-text: #ffffff;--ui1-body: #f0f4fa;--ui1-muted: #cfd8e6;--ui1-dim: #aab5c4;--ui1-green: #26c977;--ui1-blue: #406dde;--ui1-orange: #d78b28;--ui1-yellow: #bb903a;--ui1-red: #d15738;--ui1-coral: #e06958}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .page-shell,.app-shell.theme-dark .ui1-page{background:var(--ui1-bg)!important;color:var(--ui1-text)!important}.app-shell.theme-dark .sidebar{background:var(--ui1-sidebar)!important;border-right-color:#ffffff24!important}.app-shell.theme-dark .topbar{background:var(--ui1-bg)!important;border-bottom-color:#ffffff14!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .section-card,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .dashboard-dark-block,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .strategy-roadmap-rationale,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card,.app-shell.theme-dark .workflow-contract-card,.app-shell.theme-dark .orchestration-timeline-card,.app-shell.theme-dark .settings-card{background:var(--ui1-surface)!important;border-color:var(--ui1-border)!important;box-shadow:none!important;color:var(--ui1-text)!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .truth-card,.app-shell.theme-dark .review-state-card{background:var(--ui1-surface-2)!important;border-color:var(--ui1-border-soft)!important;color:var(--ui1-text)!important;box-shadow:none!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark h5,.app-shell.theme-dark h6,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .page-title,.app-shell.theme-dark .panel-title,.app-shell.theme-dark .card-title,.app-shell.theme-dark .metric-value,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .review-block h4,.app-shell.theme-dark .summary-item h4,.app-shell.theme-dark .priority-card h4,.app-shell.theme-dark .insight-card h4,.app-shell.theme-dark .work-item h4,.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .check-item span{color:var(--ui1-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark li,.app-shell.theme-dark td,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .body-copy,.app-shell.theme-dark .meta-text,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .state-panel p,.app-shell.theme-dark .overlay-shell p,.app-shell.theme-dark .cluster-snapshot-item p,.app-shell.theme-dark .money-page-support-detail p,.app-shell.theme-dark .workflow-log-item p{color:var(--ui1-body)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark .field-label,.app-shell.theme-dark .form-label,.app-shell.theme-dark .input-label,.app-shell.theme-dark .form-field label,.app-shell.theme-dark .form-grid label,.app-shell.theme-dark .select-label,.app-shell.theme-dark .muted,.app-shell.theme-dark .queue-column-head .eyebrow,.app-shell.theme-dark .data-table th{color:var(--ui1-muted)!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark .select-trigger,.app-shell.theme-dark .custom-select-trigger{background:#1d1d1d!important;border-color:#ffffff57!important;color:var(--ui1-text)!important}.app-shell.theme-dark .field-select-menu{background:#202020!important;border-color:#ffffff59!important;box-shadow:0 22px 54px #00000085!important;z-index:999!important}.app-shell.theme-dark .field-select-option{color:#fff!important}.app-shell.theme-dark .field-select-option.active,.app-shell.theme-dark .field-select-option:hover{background:#0d0d0d!important;color:#fff!important}.app-shell.theme-dark .mini-label,.app-shell.theme-dark .summary-item .mini-label,.app-shell.theme-dark .priority-card .mini-label,.app-shell.theme-dark .money-support-copy .mini-label,.app-shell.theme-dark .seo-chart-card .mini-label,.app-shell.theme-dark .seo-funnel-card .mini-label,.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .mini-label,.app-shell.theme-dark .strategy-page .strategy-priority-card .mini-label{display:inline-flex!important;width:auto!important;inline-size:auto!important;max-width:max-content!important;min-height:0!important;align-self:flex-start!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#f7f9fd!important;line-height:1.25!important;letter-spacing:.1em!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .status-chip{display:inline-flex!important;width:auto!important;max-width:max-content!important;align-items:center!important;justify-content:center!important;padding:4px 9px!important;border:0!important;border-radius:7px!important;background:#e7ebf2!important;color:#141821!important;line-height:1!important}.app-shell.theme-dark .status-chip.grade-green,.app-shell.theme-dark .status-chip.live{background:#26c9773d!important;color:#a8ffd0!important}.app-shell.theme-dark .status-chip.grade-blue,.app-shell.theme-dark .status-chip.focus{background:#406dde47!important;color:#d6e0ff!important}.app-shell.theme-dark .status-chip.grade-orange,.app-shell.theme-dark .status-chip.warning{background:#d78b2847!important;color:#ffe0a6!important}.app-shell.theme-dark .status-chip.grade-red,.app-shell.theme-dark .status-chip.danger,.app-shell.theme-dark .status-chip.error{background:#e0695847!important;color:#ffd0c7!important}.app-shell.theme-dark .status-chip.grade-violet{background:#926bd24d!important;color:#eadcff!important}.app-shell.theme-dark .status-chip.grade-gray{background:#d2d9e22e!important;color:#edf2f8!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:var(--ui1-surface-2)!important;border-color:#ffffff42!important;color:var(--ui1-text)!important}.app-shell.theme-dark .metric-card p,.app-shell.theme-dark .metric-card h3,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .metric-card .metric-value{color:var(--ui1-text)!important}.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .dashboard-page .metric-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 42px!important;line-height:1!important;position:relative!important;overflow:hidden!important}.app-shell.theme-dark .metric-icon svg,.app-shell.theme-dark .metric-icon .material-symbols-outlined{width:20px!important;height:20px!important;display:block!important;position:static!important;transform:none!important;color:currentColor!important;stroke:currentColor!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child .metric-icon,.app-shell.theme-dark .metric-card.metric-green .metric-icon{background:#26c9773d!important;color:var(--ui1-green)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue .metric-icon,.app-shell.theme-dark .metric-card.metric-blue .metric-icon{background:#406dde3d!important;color:#6f95ff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber .metric-icon,.app-shell.theme-dark .metric-card.metric-amber .metric-icon{background:#d78b283d!important;color:var(--ui1-orange)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral .metric-icon,.app-shell.theme-dark .metric-card.metric-coral .metric-icon{background:#e0695840!important;color:var(--ui1-coral)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child>span:not(.metric-icon){color:#70f0a9!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue>span:not(.metric-icon){color:#9db7ff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber>span:not(.metric-icon){color:#ffd47d!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral>span:not(.metric-icon){color:#ffafa2!important}.app-shell.theme-dark .mode-toggle,.app-shell.theme-dark .range-toggle{background:#2d2d2d!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:9px!important;padding:4px!important;gap:0!important}.app-shell.theme-dark .mode-toggle button,.app-shell.theme-dark .range-toggle button{background:transparent!important;border:0!important;color:#e7edf6!important}.app-shell.theme-dark .mode-toggle button:hover,.app-shell.theme-dark .range-toggle button:hover{background:#3a3a3a!important;color:#fff!important}.app-shell.theme-dark .mode-toggle button.active,.app-shell.theme-dark .range-toggle button.active{background:#fff!important;color:#0d0d0d!important}.app-shell.theme-dark .tint-blue,.app-shell.theme-dark .step-impact-grid .tint-blue,.app-shell.theme-dark .workflow-card-grid .tint-blue,.app-shell.theme-dark .truth-card-grid .tint-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#406dde61!important;border-color:#406ddee6!important}.app-shell.theme-dark .tint-mint,.app-shell.theme-dark .step-impact-grid .tint-mint,.app-shell.theme-dark .workflow-card-grid .tint-mint,.app-shell.theme-dark .truth-card-grid .tint-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#26c9773d!important;border-color:#26c977c7!important}.app-shell.theme-dark .tint-amber,.app-shell.theme-dark .workflow-card-grid .tint-amber,.app-shell.theme-dark .truth-card-grid .tint-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review{background:#bb903a57!important;border-color:#bb903ae6!important}.app-shell.theme-dark .tint-peach,.app-shell.theme-dark .workflow-card-grid .tint-peach,.app-shell.theme-dark .truth-card-grid .tint-peach,.app-shell.theme-dark .queue-column.stage-refresh{background:#d1573857!important;border-color:#e06958e0!important}.app-shell.theme-dark .tint-violet{background:#7e5bbc61!important;border-color:#b28bffd1!important}.app-shell.theme-dark .queue-column.stage-idea{background:var(--ui1-surface-2)!important;border-color:var(--ui1-border)!important}.app-shell.theme-dark .tint-blue *,.app-shell.theme-dark .tint-mint *,.app-shell.theme-dark .tint-amber *,.app-shell.theme-dark .tint-peach *,.app-shell.theme-dark .tint-violet *,.app-shell.theme-dark .queue-column.stage-idea *,.app-shell.theme-dark .queue-column.stage-research *,.app-shell.theme-dark .queue-column.stage-brief *,.app-shell.theme-dark .queue-column.stage-draft *,.app-shell.theme-dark .queue-column.stage-review *,.app-shell.theme-dark .queue-column.stage-publish *,.app-shell.theme-dark .queue-column.stage-refresh *{color:#fff!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#111820!important;border-color:#ffffff2e!important}.app-shell.theme-dark .table-card,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .table-card.table-card-violet,.app-shell.theme-dark .strategy-page .table-card,.app-shell.theme-dark .publishing-page .table-card,.app-shell.theme-dark .performance-page .table-card{background:var(--ui1-surface)!important;border-color:var(--ui1-border)!important}.app-shell.theme-dark .table-card:before,.app-shell.theme-dark .summary-item:before,.app-shell.theme-dark .priority-card:before,.app-shell.theme-dark .insight-card:before,.app-shell.theme-dark .work-item:before,.app-shell.theme-dark .queue-card:before{display:none!important}.app-shell.theme-dark .table-wrapper,.app-shell.theme-dark .data-table{background:#242424!important;border-color:var(--ui1-border-soft)!important}.app-shell.theme-dark .data-table th{background:#303030!important;border-color:#ffffff29!important;color:#eaf0fb!important}.app-shell.theme-dark .data-table td{background:#262626!important;border-color:#ffffff1f!important;color:#f3f6fb!important}.app-shell.theme-dark .table-grade{background:transparent!important;border:0!important;padding:0!important;color:#fff!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell,.app-shell.theme-dark .trend-card{background:transparent!important;border-color:var(--ui1-border-soft)!important;box-shadow:none!important}.app-shell.theme-dark .performance-chart:before,.app-shell.theme-dark .seo-chart-plot:before,.app-shell.theme-dark .chart-shell:before,.app-shell.theme-dark .trend-card:before,.app-shell.theme-dark .performance-chart:after,.app-shell.theme-dark .seo-chart-plot:after,.app-shell.theme-dark .chart-shell:after,.app-shell.theme-dark .trend-card:after{display:none!important}.app-shell.theme-dark .trend-svg rect:not(.impression-bar):not(.chart-tooltip rect){fill:transparent!important}.app-shell.theme-dark .trend-svg rect.impression-bar,.app-shell.theme-dark .impression-bar{fill:#9db9f2!important;opacity:1!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff1f!important}.app-shell.theme-dark .clicks-line{stroke:#f6f8fc!important;stroke-width:4!important}.app-shell.theme-dark .clicks-point{fill:#a9ccff!important;stroke:#fff!important}.app-shell.theme-dark .chart-marker-line{stroke:#ffffff2e!important}.app-shell.theme-dark .chart-tooltip rect{fill:#080808!important}.app-shell.theme-dark .chart-tooltip text{fill:#fff!important}.app-shell.theme-dark .chart-stat-row div:nth-child(1){background:#c7d9ff!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2){background:#c8efda!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3){background:#ffe2a3!important}.app-shell.theme-dark .chart-stat-row span{color:#111827!important}.app-shell.theme-dark .chart-stat-row strong{color:#050505!important}.app-shell.theme-dark .score-card{display:flex!important;flex-direction:column!important;gap:10px!important;background:var(--ui1-surface-2)!important;border-color:var(--ui1-border)!important}.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .score-card strong.grade-value{display:block!important;margin:0!important;line-height:1.05!important;color:#fff!important}.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span{display:block!important;margin:0!important;color:var(--ui1-body)!important}.app-shell.theme-dark .score-card.grade-green strong,.app-shell.theme-dark .score-card.grade-green strong.grade-value{color:#65e79d!important}.app-shell.theme-dark .score-card.grade-blue strong,.app-shell.theme-dark .score-card.grade-blue strong.grade-value{color:#8eaaff!important}.app-shell.theme-dark .score-card.grade-orange strong,.app-shell.theme-dark .score-card.grade-orange strong.grade-value{color:#f0ae55!important}.app-shell.theme-dark .score-card.grade-red strong,.app-shell.theme-dark .score-card.grade-red strong.grade-value{color:#ff9586!important}.app-shell.theme-dark .score-card.grade-violet strong,.app-shell.theme-dark .score-card.grade-violet strong.grade-value{color:#c4a5ff!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#202020!important;border-color:var(--ui1-border)!important;color:#fff!important}.app-shell.theme-dark .review-draft h4,.app-shell.theme-dark .review-draft p,.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p,.app-shell.theme-dark .review-page .review-draft h4,.app-shell.theme-dark .review-page .review-draft p{color:#fff!important}.app-shell.theme-dark .primary-button,.app-shell.theme-dark .button-primary,.app-shell.theme-dark button.primary{background:#fff!important;border-color:#fff!important;color:#0d0d0d!important}.app-shell.theme-dark .secondary-button,.app-shell.theme-dark .button-secondary,.app-shell.theme-dark button.secondary,.app-shell.theme-dark .metric-link{background:transparent!important;border-color:#ffffff61!important;color:#fff!important}.app-shell.theme-dark .primary-button:hover,.app-shell.theme-dark .button-primary:hover,.app-shell.theme-dark button.primary:hover,.app-shell.theme-dark .secondary-button:hover,.app-shell.theme-dark .button-secondary:hover,.app-shell.theme-dark button.secondary:hover,.app-shell.theme-dark .metric-link:hover{transform:translateY(-1px)!important}.app-shell.theme-dark{--ui1-dark-canvas-final: #0b0c0e;--ui1-dark-shell-final: #111316;--ui1-dark-panel-final: #1b1d20;--ui1-dark-card-final: #26282b;--ui1-dark-card-soft-final: #2d2f32;--ui1-dark-line-final: rgba(255, 255, 255, .22);--ui1-dark-line-strong-final: rgba(255, 255, 255, .36);--ui1-dark-title-final: #ffffff;--ui1-dark-body-final: #f1f5f9;--ui1-dark-muted-final: #cbd5e1;--ui1-dark-meta-final: #aeb8c7;--ui1-dark-green-final: #26c977;--ui1-dark-blue-final: #8ab4ff;--ui1-dark-amber-final: #ffd66b;--ui1-dark-coral-final: #ff9b86;--ui1-dark-violet-final: #c9a7ff}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .app-main,.app-shell.theme-dark .page-shell,.app-shell.theme-dark .ui1-page{background:var(--ui1-dark-canvas-final)!important}.app-shell.theme-dark .topbar{background:var(--ui1-dark-canvas-final)!important;border-bottom-color:#ffffff14!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .strategy-roadmap-rationale,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card{background:var(--ui1-dark-panel-final)!important;border-color:var(--ui1-dark-line-final)!important;color:var(--ui1-dark-title-final)!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark h5,.app-shell.theme-dark h6,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .field-label,.app-shell.theme-dark .section-title,.app-shell.theme-dark .card-title,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .review-block h4,.app-shell.theme-dark .summary-item h4,.app-shell.theme-dark .priority-card h4,.app-shell.theme-dark .insight-card h4,.app-shell.theme-dark .work-item h4,.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong,.app-shell.theme-dark .check-item span,.app-shell.theme-dark .checklist-list span{color:var(--ui1-dark-title-final)!important}.app-shell.theme-dark p,.app-shell.theme-dark li,.app-shell.theme-dark td,.app-shell.theme-dark small,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .state-panel p,.app-shell.theme-dark .overlay-shell p,.app-shell.theme-dark .money-support-copy,.app-shell.theme-dark .money-support-copy p{color:var(--ui1-dark-body-final)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .data-table th,.app-shell.theme-dark .queue-column-head .eyebrow{color:#dbeafe!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger,.app-shell.theme-dark .custom-select-trigger{background:#17191c!important;border-color:#ffffff57!important;color:var(--ui1-dark-title-final)!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#9ca8b8!important}.app-shell.theme-dark .field-select-value,.app-shell.theme-dark .field-select-trigger *,.app-shell.theme-dark .custom-select-trigger *{color:var(--ui1-dark-title-final)!important}.app-shell.theme-dark .field-select-menu,.app-shell.theme-dark .custom-select-menu{background:#111316!important;border-color:#ffffff57!important;box-shadow:0 20px 50px #00000073!important}.app-shell.theme-dark .field-select-option,.app-shell.theme-dark .custom-select-option{color:var(--ui1-dark-title-final)!important}.app-shell.theme-dark .field-select-option.active,.app-shell.theme-dark .field-select-option:hover,.app-shell.theme-dark .custom-select-option.active,.app-shell.theme-dark .custom-select-option:hover{background:#050506!important;color:#fff!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .status-chip,.app-shell.theme-dark .summary-chip,.app-shell.theme-dark .mini-label,.app-shell.theme-dark .table-grade,.app-shell.theme-dark .grade-pill,.app-shell.theme-dark .queue-count{display:inline-flex!important;width:fit-content!important;max-width:max-content!important;align-items:center!important;justify-content:center!important;background:#111316!important;border:1px solid rgba(255,255,255,.28)!important;color:#fff!important;box-shadow:none!important}.app-shell.theme-dark .mini-label,.app-shell.theme-dark .mini-label.subtle{padding:4px 9px!important;line-height:1!important}.app-shell.theme-dark .seo-chart-card .mini-label,.app-shell.theme-dark .seo-chart-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-decision-card .panel-heading .eyebrow{background:#8ab4ff33!important;border-color:#8ab4ff73!important;color:#dce8ff!important}.app-shell.theme-dark .seo-funnel-card .mini-label,.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow{background:#26c97733!important;border-color:#26c9777a!important;color:#b9ffd5!important}.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow{background:#ffd66b38!important;border-color:#ffd66b80!important;color:#ffe7a8!important}.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .mini-label,.app-shell.theme-dark .strategy-page .strategy-priority-card .mini-label,.app-shell.theme-dark .strategy-page .strategy-note-grid .mini-label,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .mini-label{background:#c9a7ff38!important;border-color:#c9a7ff80!important;color:#eadcff!important}.app-shell.theme-dark .summary-chip.live,.app-shell.theme-dark .summary-chip.green,.app-shell.theme-dark .status-chip.live,.app-shell.theme-dark .table-grade.grade-green,.app-shell.theme-dark .grade-pill.low{background:#26c97738!important;border-color:#26c97780!important;color:#b9ffd5!important}.app-shell.theme-dark .summary-chip.focus,.app-shell.theme-dark .summary-chip.blue,.app-shell.theme-dark .status-chip.focus,.app-shell.theme-dark .table-grade.grade-blue,.app-shell.theme-dark .grade-pill.medium{background:#8ab4ff38!important;border-color:#8ab4ff85!important;color:#dce8ff!important}.app-shell.theme-dark .summary-chip.warning,.app-shell.theme-dark .summary-chip.amber,.app-shell.theme-dark .status-chip.warning,.app-shell.theme-dark .table-grade.grade-amber,.app-shell.theme-dark .grade-pill.high{background:#ffd66b38!important;border-color:#ffd66b85!important;color:#ffe7a8!important}.app-shell.theme-dark .summary-chip.danger,.app-shell.theme-dark .summary-chip.coral,.app-shell.theme-dark .status-chip.danger,.app-shell.theme-dark .table-grade.grade-red,.app-shell.theme-dark .grade-pill.critical{background:#ff9b8638!important;border-color:#ff9b868c!important;color:#ffd7cf!important}.app-shell.theme-dark .summary-chip.violet,.app-shell.theme-dark .table-grade.grade-violet{background:#c9a7ff38!important;border-color:#c9a7ff85!important;color:#eadcff!important}.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .insight-card-icon,.app-shell.theme-dark .queue-stage-mark,.app-shell.theme-dark .icon-badge{background:#ffffff1a!important;color:#fff!important}.app-shell.theme-dark .metric-icon *,.app-shell.theme-dark .insight-card-icon *,.app-shell.theme-dark .queue-stage-mark *,.app-shell.theme-dark .icon-badge *{color:currentColor!important;fill:currentColor!important}.app-shell.theme-dark .metric-card.metric-green .metric-icon,.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child .metric-icon,.app-shell.theme-dark .tint-mint .insight-card-icon,.app-shell.theme-dark .stage-draft .queue-stage-mark,.app-shell.theme-dark .stage-done .queue-stage-mark{background:#26c97733!important;color:var(--ui1-dark-green-final)!important}.app-shell.theme-dark .metric-card.metric-blue .metric-icon,.app-shell.theme-dark .metric-card.metric-violet .metric-icon,.app-shell.theme-dark .tint-blue .insight-card-icon,.app-shell.theme-dark .stage-research .queue-stage-mark,.app-shell.theme-dark .stage-publish .queue-stage-mark{background:#8ab4ff33!important;color:var(--ui1-dark-blue-final)!important}.app-shell.theme-dark .metric-card.metric-amber .metric-icon,.app-shell.theme-dark .tint-amber .insight-card-icon,.app-shell.theme-dark .stage-brief .queue-stage-mark,.app-shell.theme-dark .stage-review .queue-stage-mark{background:#ffd66b38!important;color:var(--ui1-dark-amber-final)!important}.app-shell.theme-dark .metric-card.metric-coral .metric-icon,.app-shell.theme-dark .tint-peach .insight-card-icon,.app-shell.theme-dark .stage-refresh .queue-stage-mark{background:#ff9b8638!important;color:var(--ui1-dark-coral-final)!important}.app-shell.theme-dark .tint-violet .insight-card-icon{background:#c9a7ff38!important;color:var(--ui1-dark-violet-final)!important}.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:var(--ui1-dark-card-final)!important;border-color:var(--ui1-dark-line-strong-final)!important;color:#fff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#94f2bb!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#c7d9ff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffe39a!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ffc7bc!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item{background:var(--ui1-dark-card-soft-final)!important;border-color:var(--ui1-dark-line-final)!important;color:#fff!important}.app-shell.theme-dark .step-impact-grid .tint-blue,.app-shell.theme-dark .workflow-card-grid .tint-blue,.app-shell.theme-dark .truth-card-grid .tint-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#4f6f9f!important;border-color:#97c1ffb8!important}.app-shell.theme-dark .step-impact-grid .tint-mint,.app-shell.theme-dark .workflow-card-grid .tint-mint,.app-shell.theme-dark .truth-card-grid .tint-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#3f7a56!important;border-color:#26c977b8!important}.app-shell.theme-dark .step-impact-grid .tint-amber,.app-shell.theme-dark .workflow-card-grid .tint-amber,.app-shell.theme-dark .truth-card-grid .tint-amber,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review{background:#7d6430!important;border-color:#ffd66bb8!important}.app-shell.theme-dark .step-impact-grid .tint-peach,.app-shell.theme-dark .workflow-card-grid .tint-peach,.app-shell.theme-dark .truth-card-grid .tint-peach,.app-shell.theme-dark .queue-column.stage-refresh{background:#71463d!important;border-color:#ff9b86b8!important}.app-shell.theme-dark .tint-violet{background:#6e539c!important;border-color:#c9a7ffb8!important}.app-shell.theme-dark .queue-column.stage-idea{background:#292b2d!important;border-color:#ffffff47!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#10161e!important;border-color:#fff3!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#0b1016!important;border-color:#ffffff2e!important}.app-shell.theme-dark .queue-meta-detail small,.app-shell.theme-dark .queue-card p{color:#dce6f4!important}.app-shell.theme-dark .strategy-page .strategy-priority-card,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .seo-refresh-card .priority-card,.app-shell.theme-dark .seo-memory-card .insight-card{background:var(--ui1-dark-card-soft-final)!important;border-color:var(--ui1-dark-line-final)!important}.app-shell.theme-dark .strategy-page .strategy-priority-card *,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card *,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card *,.app-shell.theme-dark .money-page-support-detail *,.app-shell.theme-dark .seo-refresh-card .priority-card *,.app-shell.theme-dark .seo-memory-card .insight-card *,.app-shell.theme-dark .strategy-page .strategy-priority-card .mini-label,.app-shell.theme-dark .strategy-page .strategy-note-grid .mini-label,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .mini-label,.app-shell.theme-dark .money-page-support-detail .mini-label,.app-shell.theme-dark .seo-refresh-card .priority-card .mini-label,.app-shell.theme-dark .seo-memory-card .insight-card .mini-label{color:#fff!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell{background:var(--ui1-dark-card-soft-final)!important;border-color:var(--ui1-dark-line-final)!important}.app-shell.theme-dark .trend-svg rect.impression-bar,.app-shell.theme-dark .impression-bar{fill:#a8c4ff!important;opacity:1!important}.app-shell.theme-dark .clicks-line{stroke:#fff!important;stroke-width:4!important}.app-shell.theme-dark .clicks-point{fill:#9fc6ff!important;stroke:#fff!important}.app-shell.theme-dark .chart-axis-label,.app-shell.theme-dark .chart-legend span,.app-shell.theme-dark .chart-legend strong{color:#fff!important;fill:#fff!important}.app-shell.theme-dark .chart-tooltip{background:#050506!important;color:#fff!important;border-color:#ffffff47!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#c9efd6!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffe1a3!important}.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .chart-stat-row strong,.app-shell.theme-dark .seo-chart-card .chart-stat-row span,.app-shell.theme-dark .seo-chart-card .chart-stat-row strong{color:#030405!important}.app-shell.theme-dark .range-toggle{background:transparent!important;border:0!important}.app-shell.theme-dark .range-toggle button{background:#2e3033!important;color:#f4f7fb!important;border:1px solid rgba(255,255,255,.2)!important}.app-shell.theme-dark .range-toggle button:hover{background:#3a3d41!important;color:#fff!important}.app-shell.theme-dark .range-toggle button.active{background:#fff!important;color:#050506!important;border-color:#fff!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#181b1f!important;border-color:var(--ui1-dark-line-final)!important;color:#fff!important}.app-shell.theme-dark .review-draft h4,.app-shell.theme-dark .review-draft p,.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p,.app-shell.theme-dark .review-page .review-draft h4,.app-shell.theme-dark .review-page .review-draft p{color:#f4f7fb!important}.app-shell.theme-dark .score-card{background:var(--ui1-dark-card-soft-final)!important;border-color:var(--ui1-dark-line-final)!important}.app-shell.theme-dark .score-card strong{color:#fff!important;display:block!important;margin-bottom:8px!important}.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span{color:#e6edf7!important}.app-shell.theme-dark{--ui1-dark-canvas: #111111;--ui1-dark-panel: #202020;--ui1-dark-panel-raised: #252525;--ui1-dark-inner: #262626;--ui1-dark-line: rgba(255, 255, 255, .22);--ui1-dark-line-strong: rgba(255, 255, 255, .32);--ui1-dark-text: #ffffff;--ui1-dark-body: #eef2f7;--ui1-dark-muted: #c6ceda}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-shell,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .ui1-page{background:var(--ui1-dark-canvas)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .topbar{background:var(--ui1-dark-canvas)!important;border-bottom-color:#ffffff1a!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .section-card,.app-shell.theme-dark .panel-card,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .dashboard-dark-block,.app-shell.theme-dark .review-human-gate-card,.app-shell.theme-dark .strategy-card,.app-shell.theme-dark .settings-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;box-shadow:none!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .ai-meta-block,.app-shell.theme-dark .truth-card,.app-shell.theme-dark .review-state-card{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-line)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark h5,.app-shell.theme-dark strong,.app-shell.theme-dark .page-title,.app-shell.theme-dark .panel-title,.app-shell.theme-dark .card-title,.app-shell.theme-dark .metric-value,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .strategy-page .strategy-priority-card h4{color:var(--ui1-dark-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark li,.app-shell.theme-dark td,.app-shell.theme-dark .body-copy,.app-shell.theme-dark .meta-text,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .data-freshness-card p,.app-shell.theme-dark .cluster-snapshot-item p{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .panel-heading .eyebrow,.app-shell.theme-dark label,.app-shell.theme-dark .field-label,.app-shell.theme-dark .form-label,.app-shell.theme-dark .input-label,.app-shell.theme-dark .form-field label,.app-shell.theme-dark .form-grid label,.app-shell.theme-dark .select-label,.app-shell.theme-dark .muted,.app-shell.theme-dark small{color:var(--ui1-dark-muted)!important}.app-shell.theme-dark .mini-label,.app-shell.theme-dark .summary-item .mini-label,.app-shell.theme-dark .priority-card .mini-label,.app-shell.theme-dark .money-support-copy .mini-label,.app-shell.theme-dark .seo-chart-card .mini-label,.app-shell.theme-dark .seo-funnel-card .mini-label,.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .mini-label,.app-shell.theme-dark .strategy-page .strategy-priority-card .mini-label{display:inline-flex!important;width:auto!important;max-width:max-content!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#f7f9fd!important;line-height:1.25!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .select-trigger,.app-shell.theme-dark .custom-select-trigger{background:#1b1b1b!important;border-color:var(--ui1-dark-line-strong)!important;color:#fff!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#aeb7c4!important}.app-shell.theme-dark .range-toggle{background:transparent!important;border:0!important;gap:8px!important}.app-shell.theme-dark .range-toggle button{background:#3a3a3a!important;border-color:#ffffff2e!important;color:#f2f5f9!important}.app-shell.theme-dark .range-toggle button:hover{background:#464646!important;color:#fff!important}.app-shell.theme-dark .range-toggle button.active{background:#fff!important;border-color:#fff!important;color:#0f0f10!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell{background:transparent!important;border-color:#ffffff2e!important}.app-shell.theme-dark .trend-svg{background:transparent!important}.app-shell.theme-dark .trend-svg rect:not(.impression-bar){fill:transparent!important}.app-shell.theme-dark .trend-svg rect.impression-bar,.app-shell.theme-dark .impression-bar{fill:#88a6da!important;opacity:.92!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff1a!important}.app-shell.theme-dark .clicks-line{stroke:#f5f7fb!important}.app-shell.theme-dark .chart-axis-label,.app-shell.theme-dark .chart-legend span,.app-shell.theme-dark .chart-legend strong{color:#f5f7fb!important;fill:#f5f7fb!important}.app-shell.theme-dark .strategy-page .strategy-priority-card,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .strategy-page .strategy-priority-card *,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card *,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card *{color:#fff!important}.app-shell.theme-dark{--ui1-dark-canvas: #1f1f1f;--ui1-dark-panel: #2b2b2b;--ui1-dark-panel-raised: #333333;--ui1-dark-inner: #363636;--ui1-dark-inner-soft: #303030;--ui1-dark-line: rgba(255, 255, 255, .18);--ui1-dark-line-strong: rgba(255, 255, 255, .28);--ui1-dark-text: #f7f8fb;--ui1-dark-body: #e2e7ef;--ui1-dark-muted: #bdc7d5;--ui1-dark-disabled: #7b8492;--ui1-dark-blue: #3f5174;--ui1-dark-green: #335641;--ui1-dark-amber: #5d4c2a;--ui1-dark-coral: #5b3d35;--ui1-dark-violet: #4d3d70}.app-shell.theme-dark,.app-shell.theme-dark .main-layout,.app-shell.theme-dark .page-grid,.app-shell.theme-dark .topbar{background:var(--ui1-dark-canvas)!important}.app-shell.theme-dark .content-panel,.app-shell.theme-dark .dashboard-panel,.app-shell.theme-dark .table-card,.app-shell.theme-dark .qa-state-shell,.app-shell.theme-dark .review-block,.app-shell.theme-dark .calendar-card,.app-shell.theme-dark .overlay-shell,.app-shell.theme-dark .secondary-system-panel,.app-shell.theme-dark .compact-secondary-panel,.app-shell.theme-dark .seo-chart-card,.app-shell.theme-dark .seo-decision-card,.app-shell.theme-dark .seo-funnel-card,.app-shell.theme-dark .seo-cluster-card,.app-shell.theme-dark .seo-refresh-card,.app-shell.theme-dark .seo-memory-card,.app-shell.theme-dark .strategy-goal-card,.app-shell.theme-dark .strategy-truth-card,.app-shell.theme-dark .strategy-step-card,.app-shell.theme-dark .strategy-focus-card,.app-shell.theme-dark .strategy-roadmap-rationale,.app-shell.theme-dark .publish-step-card,.app-shell.theme-dark .performance-step-card,.app-shell.theme-dark .publish-contract-card,.app-shell.theme-dark .performance-contract-card,.app-shell.theme-dark .review-human-gate-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important;color:var(--ui1-dark-text)!important;box-shadow:none!important}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark h5,.app-shell.theme-dark h6,.app-shell.theme-dark strong,.app-shell.theme-dark label,.app-shell.theme-dark .field-label,.app-shell.theme-dark .content-panel h3,.app-shell.theme-dark .dashboard-panel h3,.app-shell.theme-dark .table-card h3,.app-shell.theme-dark .qa-state-shell h3,.app-shell.theme-dark .review-block h4,.app-shell.theme-dark .summary-item h4,.app-shell.theme-dark .priority-card h4,.app-shell.theme-dark .insight-card h4,.app-shell.theme-dark .work-item h4,.app-shell.theme-dark .score-card strong,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong,.app-shell.theme-dark .check-item span{color:var(--ui1-dark-text)!important}.app-shell.theme-dark p,.app-shell.theme-dark small,.app-shell.theme-dark li,.app-shell.theme-dark td,.app-shell.theme-dark .support-copy,.app-shell.theme-dark .field-help,.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .review-block p,.app-shell.theme-dark .score-card p,.app-shell.theme-dark .score-card span,.app-shell.theme-dark .queue-card p,.app-shell.theme-dark .state-panel p,.app-shell.theme-dark .overlay-shell p{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .eyebrow,.app-shell.theme-dark .section-eyebrow,.app-shell.theme-dark .data-table th,.app-shell.theme-dark .queue-column-head .eyebrow{color:#dce3ef!important}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea,.app-shell.theme-dark .field-input,.app-shell.theme-dark .field-select-trigger{background:#222!important;border-color:#ffffff52!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#aeb8c6!important}.app-shell.theme-dark .field-select-trigger *,.app-shell.theme-dark .field-select-value{color:var(--ui1-dark-text)!important}.app-shell.theme-dark .field-select-menu{background:#222!important;border-color:#ffffff57!important;box-shadow:0 18px 42px #00000073!important;z-index:80!important}.app-shell.theme-dark .field-select-option{color:var(--ui1-dark-text)!important}.app-shell.theme-dark .field-select-option.active,.app-shell.theme-dark .field-select-option:hover{background:#0f0f0f!important;color:#fff!important}.app-shell.theme-dark .panel-badge,.app-shell.theme-dark .panel-badge.light,.app-shell.theme-dark .topbar-tag,.app-shell.theme-dark .status-chip,.app-shell.theme-dark .mini-label{display:inline-flex!important;width:auto!important;inline-size:auto!important;max-width:max-content!important;align-self:flex-start!important;justify-content:center!important;align-items:center!important;padding:4px 9px!important;border:0!important;border-radius:6px!important;line-height:1!important;background:#e5e9f0!important;color:#1e2633!important}.app-shell.theme-dark .seo-chart-card .mini-label,.app-shell.theme-dark .seo-chart-card .panel-heading .eyebrow{background:#d9e6ff!important;color:#173969!important}.app-shell.theme-dark .seo-funnel-card .mini-label,.app-shell.theme-dark .seo-funnel-card .panel-heading .eyebrow{background:#bdeccf!important;color:#064424!important}.app-shell.theme-dark .seo-refresh-card .mini-label,.app-shell.theme-dark .seo-refresh-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-decision-card .mini-label,.app-shell.theme-dark .seo-decision-card .panel-heading .eyebrow{background:#ffe09a!important;color:#5a3d00!important}.app-shell.theme-dark .seo-cluster-card .mini-label,.app-shell.theme-dark .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .seo-memory-card .mini-label,.app-shell.theme-dark .dashboard-dark-block .mini-label,.app-shell.theme-dark .dashboard-dark-block .panel-heading .eyebrow{background:#d9c4ff!important;color:#321568!important}.app-shell.theme-dark .summary-item:before,.app-shell.theme-dark .priority-card:before,.app-shell.theme-dark .insight-card:before,.app-shell.theme-dark .work-item:before,.app-shell.theme-dark .queue-card:before,.app-shell.theme-dark .table-card:before{display:none!important}.app-shell.theme-dark .table-card,.app-shell.theme-dark .table-card.table-card-blue,.app-shell.theme-dark .table-card.table-card-amber,.app-shell.theme-dark .table-card.table-card-mint,.app-shell.theme-dark .table-card.table-card-violet,.app-shell.theme-dark .strategy-page .table-card,.app-shell.theme-dark .publishing-page .table-card,.app-shell.theme-dark .performance-page .table-card{background:var(--ui1-dark-panel)!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .table-wrapper,.app-shell.theme-dark .data-table{background:#292929!important;border-color:var(--ui1-dark-line)!important}.app-shell.theme-dark .data-table th{background:#343434!important;border-color:var(--ui1-dark-line)!important;color:#e9eef8!important}.app-shell.theme-dark .data-table td{background:#292929!important;border-color:#ffffff21!important;color:#e4e9f2!important}.app-shell.theme-dark .data-table tbody tr:hover td{background:#323232!important}.app-shell.theme-dark .summary-item,.app-shell.theme-dark .priority-card,.app-shell.theme-dark .insight-card,.app-shell.theme-dark .work-item,.app-shell.theme-dark .score-card,.app-shell.theme-dark .state-panel,.app-shell.theme-dark .seo-action-card,.app-shell.theme-dark .cluster-snapshot-item,.app-shell.theme-dark .data-freshness-card,.app-shell.theme-dark .freshness-item,.app-shell.theme-dark .money-page-support-detail,.app-shell.theme-dark .workflow-log-item{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-line)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .summary-item p,.app-shell.theme-dark .priority-card p,.app-shell.theme-dark .insight-card p,.app-shell.theme-dark .work-item p,.app-shell.theme-dark .cluster-snapshot-item p,.app-shell.theme-dark .money-page-support-detail p,.app-shell.theme-dark .workflow-log-item p{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .strategy-page .strategy-priority-card,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card{background:var(--ui1-dark-inner)!important;border-color:var(--ui1-dark-line)!important;color:var(--ui1-dark-text)!important}.app-shell.theme-dark .strategy-page .strategy-priority-card p,.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card p,.app-shell.theme-dark .strategy-page .strategy-roadmap-rationale .insight-card p{color:var(--ui1-dark-body)!important}.app-shell.theme-dark .seo-kpi-grid .metric-card,.app-shell.theme-dark .metric-card,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral,.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-violet{background:var(--ui1-dark-panel-raised)!important;border-color:#ffffff3d!important;color:#fff!important}.app-shell.theme-dark .metric-card p,.app-shell.theme-dark .metric-card h3,.app-shell.theme-dark .metric-card strong,.app-shell.theme-dark .metric-card .metric-value{color:#fff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child span:not(.metric-icon){color:#8ee6a8!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue span:not(.metric-icon){color:#b8ccff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber span:not(.metric-icon){color:#ffdc83!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral span:not(.metric-icon){color:#ffb4a8!important}.app-shell.theme-dark .step-impact-grid .tint-blue,.app-shell.theme-dark .workflow-card-grid .tint-blue,.app-shell.theme-dark .truth-card-grid .tint-blue,.app-shell.theme-dark .queue-column.stage-research,.app-shell.theme-dark .queue-column.stage-publish{background:#465f88!important;border-color:#a4c7ff9e!important}.app-shell.theme-dark .step-impact-grid .tint-mint,.app-shell.theme-dark .workflow-card-grid .tint-mint,.app-shell.theme-dark .truth-card-grid .tint-mint,.app-shell.theme-dark .queue-column.stage-draft{background:#3f6b4f!important;border-color:#97e8b094!important}.app-shell.theme-dark .step-impact-grid .tint-amber,.app-shell.theme-dark .workflow-card-grid .tint-amber,.app-shell.theme-dark .truth-card-grid .tint-amber,.app-shell.theme-dark .step-impact-grid .tint-peach,.app-shell.theme-dark .workflow-card-grid .tint-peach,.app-shell.theme-dark .truth-card-grid .tint-peach,.app-shell.theme-dark .queue-column.stage-brief,.app-shell.theme-dark .queue-column.stage-review,.app-shell.theme-dark .queue-column.stage-refresh{background:#735f32!important;border-color:#ffde8899!important}.app-shell.theme-dark .tint-violet,.app-shell.theme-dark .metric-violet{background:#624d8a!important;border-color:#d2b8ff99!important}.app-shell.theme-dark .queue-column.stage-idea{background:#303030!important;border-color:#ffffff38!important}.app-shell.theme-dark .step-impact-grid .tint-blue *,.app-shell.theme-dark .step-impact-grid .tint-mint *,.app-shell.theme-dark .step-impact-grid .tint-amber *,.app-shell.theme-dark .step-impact-grid .tint-peach *,.app-shell.theme-dark .workflow-card-grid .tint-blue *,.app-shell.theme-dark .workflow-card-grid .tint-mint *,.app-shell.theme-dark .workflow-card-grid .tint-amber *,.app-shell.theme-dark .workflow-card-grid .tint-peach *,.app-shell.theme-dark .truth-card-grid .tint-blue *,.app-shell.theme-dark .truth-card-grid .tint-mint *,.app-shell.theme-dark .truth-card-grid .tint-amber *,.app-shell.theme-dark .truth-card-grid .tint-peach *{color:#fff!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card{background:#111821!important;border-color:#ffffff2e!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#0d1117!important;border-color:#ffffff29!important}.app-shell.theme-dark .queue-meta-detail small,.app-shell.theme-dark .queue-card p{color:#d7dfeb!important}.app-shell.theme-dark .queue-meta-detail strong,.app-shell.theme-dark .queue-card h4,.app-shell.theme-dark .queue-card strong{color:#fff!important}.app-shell.theme-dark .performance-chart,.app-shell.theme-dark .seo-chart-plot,.app-shell.theme-dark .chart-shell{background:#2f2f2f!important;border-color:#fff3!important;box-shadow:none!important}.app-shell.theme-dark .performance-chart:before,.app-shell.theme-dark .seo-chart-plot:before,.app-shell.theme-dark .chart-shell:before,.app-shell.theme-dark .performance-chart:after,.app-shell.theme-dark .seo-chart-plot:after,.app-shell.theme-dark .chart-shell:after{display:none!important}.app-shell.theme-dark .trend-svg,.app-shell.theme-dark .trend-svg rect{background:transparent!important;fill:transparent!important}.app-shell.theme-dark .chart-grid-line{stroke:#ffffff14!important;stroke-width:.7!important}.app-shell.theme-dark .impression-bar{fill:#9fb8ec!important;opacity:.96!important}.app-shell.theme-dark .clicks-line{stroke:#f4f7fb!important;stroke-width:2.2!important}.app-shell.theme-dark .clicks-point{fill:#9ec5ff!important;stroke:#fff!important;stroke-width:2.4!important}.app-shell.theme-dark .chart-axis-label,.app-shell.theme-dark .chart-legend span,.app-shell.theme-dark .chart-legend strong{color:#f4f7fb!important;fill:#f4f7fb!important}.app-shell.theme-dark .chart-legend-dot{opacity:1!important}.app-shell.theme-dark .chart-tooltip{background:#070707!important;color:#fff!important;border-color:#fff3!important}.app-shell.theme-dark .chart-stat-row div,.app-shell.theme-dark .seo-chart-card .chart-stat-row div{border:0!important;box-shadow:none!important}.app-shell.theme-dark .chart-stat-row div:nth-child(1),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(1){background:#c9dcff!important}.app-shell.theme-dark .chart-stat-row div:nth-child(2),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(2){background:#c5edd4!important}.app-shell.theme-dark .chart-stat-row div:nth-child(3),.app-shell.theme-dark .seo-chart-card .chart-stat-row div:nth-child(3){background:#ffdf9d!important}.app-shell.theme-dark .chart-stat-row span,.app-shell.theme-dark .seo-chart-card .chart-stat-row span{color:#1f2a38!important}.app-shell.theme-dark .chart-stat-row strong,.app-shell.theme-dark .seo-chart-card .chart-stat-row strong{color:#050505!important}.app-shell.theme-dark .review-draft,.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .review-page .review-draft{background:#f7f8fb!important;border-color:#ffffff3d!important;color:#111!important}.app-shell.theme-dark .review-draft h4,.app-shell.theme-dark .review-draft p,.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p,.app-shell.theme-dark .review-page .review-draft h4,.app-shell.theme-dark .review-page .review-draft p{color:#273140!important}.app-shell.theme-dark .check-item span,.app-shell.theme-dark .checklist-list span,.app-shell.theme-dark .qa-state-shell li,.app-shell.theme-dark .review-human-gate-card li,.app-shell.theme-dark .review-human-gate-card span:not(.panel-badge):not(.status-chip):not(.mini-label){color:#f4f7fb!important}.app-shell.theme-dark .ui1-page .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-main .eyebrow{display:inline-flex!important;width:fit-content!important;max-width:max-content!important;min-height:26px!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;padding:5px 10px!important;border:0!important;border-radius:6px!important;background:#d7e4ff!important;color:#204c91!important;box-shadow:none!important;font-size:.72rem!important;font-weight:760!important;letter-spacing:.08em!important;line-height:1!important;text-align:center!important;white-space:nowrap!important}.app-shell.theme-dark .ui1-page .seo-decision-card .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .seo-refresh-card .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-icon-amber+div .eyebrow{background:#ffe09a!important;color:#674500!important}.app-shell.theme-dark .ui1-page .seo-funnel-card .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-icon-mint+div .eyebrow{background:#bdeccf!important;color:#0d4c2c!important}.app-shell.theme-dark .ui1-page .seo-cluster-card .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .seo-memory-card .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .dashboard-dark-block .panel-heading .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-icon-violet+div .eyebrow{background:#dcc8ff!important;color:#442078!important}.app-shell.theme-dark .ui1-page .panel-heading h3,.app-shell.theme-dark .ui1-page .table-heading-main h3{margin:0!important;max-width:none!important;color:#fff!important;line-height:1.22!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}@media(min-width:900px){.app-shell.theme-dark .ui1-page .panel-heading h3,.app-shell.theme-dark .ui1-page .table-heading-main h3{white-space:nowrap!important}}.app-shell.theme-dark .metric-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}.app-shell.theme-dark .metric-icon,.app-shell.theme-dark .dashboard-page .metric-icon{display:inline-grid!important;width:42px!important;height:42px!important;flex:0 0 42px!important;place-items:center!important;align-self:center!important;margin:0!important;padding:0!important;border-radius:10px!important;box-shadow:none!important}.app-shell.theme-dark .metric-icon .metric-symbol{display:block!important;width:1em!important;height:1em!important;margin:0!important;color:currentColor!important;font-size:19px!important;line-height:1!important;font-variation-settings:"FILL" 1,"wght" 520,"GRAD" 0,"opsz" 20!important}.app-shell.theme-dark .seo-kpi-grid .metric-card:first-child .metric-icon,.app-shell.theme-dark .metric-card.metric-green .metric-icon{background:#2f6f49!important;color:#7af0a6!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-blue .metric-icon,.app-shell.theme-dark .metric-card.metric-blue .metric-icon{background:#3a548a!important;color:#9fbdff!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-amber .metric-icon,.app-shell.theme-dark .metric-card.metric-amber .metric-icon{background:#785a27!important;color:#ffbd45!important}.app-shell.theme-dark .seo-kpi-grid .metric-card.metric-coral .metric-icon,.app-shell.theme-dark .metric-card.metric-coral .metric-icon{background:#7a473d!important;color:#ff8f7c!important}.app-shell.theme-dark .ui1-page .insight-card.tint-blue,.app-shell.theme-dark .ui1-page .priority-card.tint-blue,.app-shell.theme-dark .ui1-page .step-impact-grid>.insight-card:nth-child(1),.app-shell.theme-dark .ui1-page .truth-card-grid>.insight-card:nth-child(1),.app-shell.theme-dark .ui1-page .workflow-card-grid>.insight-card:nth-child(1),.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid>.insight-card:nth-child(1){background:#435f90!important;border-color:#a4c5ff7a!important}.app-shell.theme-dark .ui1-page .insight-card.tint-mint,.app-shell.theme-dark .ui1-page .priority-card.tint-mint,.app-shell.theme-dark .ui1-page .step-impact-grid>.insight-card:nth-child(2),.app-shell.theme-dark .ui1-page .truth-card-grid>.insight-card:nth-child(2),.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid>.insight-card:nth-child(2){background:#3f7254!important;border-color:#97e8b070!important}.app-shell.theme-dark .ui1-page .insight-card.tint-amber,.app-shell.theme-dark .ui1-page .priority-card.tint-amber,.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(1){background:#735d30!important;border-color:#ffd77e70!important}.app-shell.theme-dark .ui1-page .insight-card.tint-peach,.app-shell.theme-dark .ui1-page .priority-card.tint-peach,.app-shell.theme-dark .ui1-page .step-impact-grid>.insight-card:nth-child(3),.app-shell.theme-dark .ui1-page .secondary-system-panel .three-up-grid>.insight-card:nth-child(3),.app-shell.theme-dark .ui1-page .workflow-contract-grid>.insight-card:nth-child(2){background:#744d40!important;border-color:#ffab8f6b!important}.app-shell.theme-dark .ui1-page .insight-card.tint-violet,.app-shell.theme-dark .ui1-page .priority-card.tint-violet{background:#5d4982!important;border-color:#cfb4ff6b!important}.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card:nth-child(1){background:#435f90!important}.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card:nth-child(2){background:#3f7254!important}.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card:nth-child(3){background:#735d30!important}.app-shell.theme-dark .strategy-page .strategy-note-grid .insight-card:nth-child(4){background:#5d4982!important}.app-shell.theme-dark .ui1-page .insight-card *,.app-shell.theme-dark .ui1-page .priority-card *,.app-shell.theme-dark .ui1-page .summary-item *,.app-shell.theme-dark .ui1-page .work-item *{color:inherit}.app-shell.theme-dark .ui1-page .insight-card p,.app-shell.theme-dark .ui1-page .priority-card p,.app-shell.theme-dark .ui1-page .summary-item p,.app-shell.theme-dark .ui1-page .work-item p{color:#edf3fb!important}.app-shell.theme-dark .ui1-page .insight-card h4,.app-shell.theme-dark .ui1-page .priority-card h4,.app-shell.theme-dark .ui1-page .summary-item h4,.app-shell.theme-dark .ui1-page .work-item h4,.app-shell.theme-dark .ui1-page .insight-card strong,.app-shell.theme-dark .ui1-page .priority-card strong,.app-shell.theme-dark .ui1-page .summary-item strong,.app-shell.theme-dark .ui1-page .work-item strong{color:#fff!important}.app-shell.theme-dark .ui1-page .insight-card-icon{display:inline-grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;margin:0!important;border-radius:9px!important;background:#ffffff29!important;color:#fff!important;box-shadow:none!important}.app-shell.theme-dark .ui1-page .insight-card-icon.material-symbols-outlined{font-size:19px!important;line-height:1!important;font-variation-settings:"FILL" 1,"wght" 520,"GRAD" 0,"opsz" 20!important}.app-shell.theme-dark .ui1-page .table-card .panel-heading.table-heading-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:14px!important}.app-shell.theme-dark .ui1-page .table-heading-main{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;column-gap:12px!important;row-gap:0!important;min-width:0!important;max-width:100%!important}.app-shell.theme-dark .ui1-page .table-heading-main>div{display:grid!important;grid-template-rows:auto auto!important;align-items:start!important;gap:4px!important;min-width:0!important;width:auto!important}.app-shell.theme-dark .ui1-page .table-heading-icon{grid-column:1!important;grid-row:1 / span 2!important;display:inline-grid!important;width:34px!important;height:34px!important;flex:0 0 34px!important;place-items:center!important;align-self:start!important;margin:0!important}.app-shell.theme-dark .ui1-page .table-heading-main .eyebrow{grid-row:1!important;width:fit-content!important;max-width:max-content!important}.app-shell.theme-dark .ui1-page .table-heading-main h3{grid-row:2!important;display:block!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important}.app-shell.theme-dark .range-toggle,.app-shell.theme-dark .mode-toggle,.app-shell.theme-dark .ui1-page .range-toggle,.app-shell.theme-dark .ui1-page .mode-toggle,.app-shell.theme-dark .dashboard-panel .mode-toggle{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:4px!important;border:1px solid #666666!important;border-radius:8px!important;background:#3a3a3a!important;box-shadow:none!important;outline:0!important}.app-shell.theme-dark .range-toggle button,.app-shell.theme-dark .mode-toggle button,.app-shell.theme-dark .ui1-page .range-toggle button,.app-shell.theme-dark .ui1-page .mode-toggle button,.app-shell.theme-dark .dashboard-panel .mode-toggle button{min-height:28px!important;margin:0!important;padding:0 12px!important;border:0!important;border-radius:5px!important;background:transparent!important;color:#eee!important;box-shadow:none!important;outline:0!important;font-weight:650!important}.app-shell.theme-dark .range-toggle button:hover,.app-shell.theme-dark .mode-toggle button:hover,.app-shell.theme-dark .ui1-page .range-toggle button:hover,.app-shell.theme-dark .ui1-page .mode-toggle button:hover,.app-shell.theme-dark .dashboard-panel .mode-toggle button:hover{background:#4a4a4a!important;color:#fff!important}.app-shell.theme-dark .range-toggle button.active,.app-shell.theme-dark .mode-toggle button.active,.app-shell.theme-dark .ui1-page .range-toggle button.active,.app-shell.theme-dark .ui1-page .mode-toggle button.active,.app-shell.theme-dark .dashboard-panel .mode-toggle button.active{background:#eee!important;color:#111!important}.app-shell.theme-dark .ui1-page .panel-heading:not(.table-heading-row)>div:first-child{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:12px!important;row-gap:4px!important;min-width:0!important}.app-shell.theme-dark .ui1-page .panel-heading:not(.table-heading-row)>div:first-child:before{grid-column:1!important;grid-row:1 / span 2!important;display:inline-grid!important;width:34px!important;height:34px!important;place-items:center!important;align-self:start!important;border-radius:9px!important;background:#404040!important;color:#d6e2ff!important;content:"hub"!important;font-family:Material Symbols Outlined!important;font-size:19px!important;font-style:normal!important;font-weight:400!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important;font-variation-settings:"FILL" 1,"wght" 520,"GRAD" 0,"opsz" 20!important}.app-shell.theme-dark .ui1-page .panel-heading:not(.table-heading-row) .eyebrow{grid-column:2!important;grid-row:1!important;display:block!important;width:auto!important;max-width:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#c8d5ee!important;font-size:.72rem!important;font-weight:820!important;letter-spacing:.08em!important;line-height:1.15!important;text-align:left!important;white-space:normal!important}.app-shell.theme-dark .ui1-page .panel-heading:not(.table-heading-row) h3{grid-column:2!important;grid-row:2!important;margin:0!important}.app-shell.theme-dark .ui1-page .ai-summary-panel .panel-heading>div:first-child:before{content:"psychology"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .seo-chart-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .performance-summary-card .panel-heading>div:first-child:before{content:"monitoring"!important;background:#2f6f49!important;color:#9ff0bd!important}.app-shell.theme-dark .ui1-page .seo-decision-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .strategy-focus-card .panel-heading>div:first-child:before{content:"target"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .seo-funnel-card .panel-heading>div:first-child:before{content:"filter_alt"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .seo-cluster-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .strategy-roadmap-rationale .panel-heading>div:first-child:before{content:"account_tree"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .seo-refresh-card .panel-heading>div:first-child:before{content:"refresh"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .seo-learning-block .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .seo-memory-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .performance-winner-card .panel-heading>div:first-child:before{content:"school"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .secondary-system-panel .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .compact-secondary-panel .panel-heading>div:first-child:before{content:"health_and_safety"!important;background:#424242!important;color:#d9e3f2!important}.app-shell.theme-dark .ui1-page .workflow-system-panel .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .workflow-contract-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .performance-contract-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .publish-contract-card .panel-heading>div:first-child:before{content:"contract"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .strategy-goal-card .panel-heading>div:first-child:before{content:"flag"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .strategy-truth-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .performance-data-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .publish-truth-card .panel-heading>div:first-child:before{content:"database"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .strategy-step-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .performance-step-card .panel-heading>div:first-child:before,.app-shell.theme-dark .ui1-page .publish-step-card .panel-heading>div:first-child:before{content:"route"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .publish-setup-card .panel-heading>div:first-child:before{content:"upload_file"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .publish-rules-card .panel-heading>div:first-child:before{content:"rule"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .publish-calendar-card .panel-heading>div:first-child:before{content:"calendar_month"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .publish-risk-card .panel-heading>div:first-child:before{content:"warning"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .review-human-gate-card .panel-heading>div:first-child:before{content:"fact_check"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .queue-context-panel .panel-heading>div:first-child:before{content:"article"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .performance-highlight-conflict .panel-heading>div:first-child:before{content:"call_merge"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .performance-highlight-decay .panel-heading>div:first-child:before{content:"trending_down"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .performance-highlight-impact .panel-heading>div:first-child:before{content:"bolt"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .performance-highlight-pattern .panel-heading>div:first-child:before{content:"auto_awesome"!important;background:#5d4982!important;color:#dfccff!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading:not(.table-heading-row)>div:first-child{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:12px!important;row-gap:4px!important;min-width:0!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading:not(.table-heading-row)>div:first-child:before{grid-column:1!important;grid-row:1 / span 2!important;display:inline-grid!important;width:34px!important;height:34px!important;place-items:center!important;align-self:start!important;border-radius:9px!important;background:#eef2f8!important;color:#60708a!important;content:"hub"!important;font-family:Material Symbols Outlined!important;font-size:19px!important;font-style:normal!important;font-weight:400!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;font-variation-settings:"FILL" 1,"wght" 520,"GRAD" 0,"opsz" 20!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading:not(.table-heading-row) .eyebrow{grid-column:2!important;grid-row:1!important;display:block!important;width:auto!important;max-width:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#5f6d82!important;font-size:.72rem!important;font-weight:820!important;letter-spacing:.08em!important;line-height:1.15!important;text-align:left!important;white-space:normal!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading:not(.table-heading-row) h3{grid-column:2!important;grid-row:2!important;margin:0!important}.app-shell:not(.theme-dark) .ui1-page .ai-summary-panel .panel-heading>div:first-child:before{content:"psychology"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .seo-chart-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .performance-summary-card .panel-heading>div:first-child:before{content:"monitoring"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .seo-decision-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .strategy-focus-card .panel-heading>div:first-child:before{content:"target"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .seo-funnel-card .panel-heading>div:first-child:before{content:"filter_alt"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .seo-cluster-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .strategy-roadmap-rationale .panel-heading>div:first-child:before{content:"account_tree"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .seo-refresh-card .panel-heading>div:first-child:before{content:"refresh"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .seo-learning-block .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .seo-memory-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .performance-winner-card .panel-heading>div:first-child:before{content:"school"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .secondary-system-panel .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .compact-secondary-panel .panel-heading>div:first-child:before{content:"health_and_safety"!important;background:#eef2f8!important;color:#60708a!important}.app-shell:not(.theme-dark) .ui1-page .workflow-system-panel .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .workflow-contract-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .performance-contract-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .publish-contract-card .panel-heading>div:first-child:before{content:"contract"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .strategy-goal-card .panel-heading>div:first-child:before{content:"flag"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .strategy-truth-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .performance-data-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .publish-truth-card .panel-heading>div:first-child:before{content:"database"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .strategy-step-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .performance-step-card .panel-heading>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .publish-step-card .panel-heading>div:first-child:before{content:"route"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .publish-setup-card .panel-heading>div:first-child:before{content:"upload_file"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .publish-rules-card .panel-heading>div:first-child:before{content:"rule"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .publish-calendar-card .panel-heading>div:first-child:before{content:"calendar_month"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .publish-risk-card .panel-heading>div:first-child:before{content:"warning"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .review-human-gate-card .panel-heading>div:first-child:before{content:"fact_check"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .queue-context-panel .panel-heading>div:first-child:before{content:"article"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .performance-highlight-conflict .panel-heading>div:first-child:before{content:"call_merge"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .performance-highlight-decay .panel-heading>div:first-child:before{content:"trending_down"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .performance-highlight-impact .panel-heading>div:first-child:before{content:"bolt"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .performance-highlight-pattern .panel-heading>div:first-child:before{content:"auto_awesome"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell.theme-dark .ui1-page .section-heading-review>div:first-child:before,.app-shell.theme-dark .ui1-page .section-heading-qa>div:first-child:before{content:"fact_check"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .section-heading-contract>div:first-child:before{content:"contract"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .section-heading-step>div:first-child:before{content:"route"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .section-heading-review-summary>div:first-child:before{content:"summarize"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .section-heading-state>div:first-child:before{content:"toggle_on"!important;background:#424242!important;color:#d9e3f2!important}.app-shell.theme-dark .ui1-page .section-heading-actions>div:first-child:before{content:"play_circle"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .section-heading-conflict>div:first-child:before{content:"call_merge"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .section-heading-decay>div:first-child:before{content:"trending_down"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .section-heading-impact>div:first-child:before{content:"bolt"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .section-heading-pattern>div:first-child:before{content:"auto_awesome"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .section-heading-data>div:first-child:before{content:"database"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .section-heading-publish>div:first-child:before{content:"publish"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .section-heading-learning>div:first-child:before{content:"school"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .section-heading-health>div:first-child:before{content:"health_and_safety"!important;background:#424242!important;color:#d9e3f2!important}.app-shell.theme-dark .ui1-page .section-heading-queue>div:first-child:before{content:"view_kanban"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .section-heading-calendar>div:first-child:before{content:"calendar_month"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .section-heading-risk>div:first-child:before{content:"warning"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .section-heading-strategy>div:first-child:before{content:"flag"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .section-heading-performance>div:first-child:before{content:"monitoring"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .section-heading-opportunity>div:first-child:before{content:"target"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .section-heading-cluster>div:first-child:before{content:"account_tree"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .section-heading-refresh>div:first-child:before{content:"refresh"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-review>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .section-heading-qa>div:first-child:before{content:"fact_check"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-contract>div:first-child:before{content:"contract"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-step>div:first-child:before{content:"route"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-review-summary>div:first-child:before{content:"summarize"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-state>div:first-child:before{content:"toggle_on"!important;background:#eef2f8!important;color:#60708a!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-actions>div:first-child:before{content:"play_circle"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-conflict>div:first-child:before{content:"call_merge"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-decay>div:first-child:before{content:"trending_down"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-impact>div:first-child:before{content:"bolt"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-pattern>div:first-child:before{content:"auto_awesome"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-data>div:first-child:before{content:"database"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-publish>div:first-child:before{content:"publish"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-learning>div:first-child:before{content:"school"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-health>div:first-child:before{content:"health_and_safety"!important;background:#eef2f8!important;color:#60708a!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-queue>div:first-child:before{content:"view_kanban"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-calendar>div:first-child:before{content:"calendar_month"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-risk>div:first-child:before{content:"warning"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-strategy>div:first-child:before{content:"flag"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-performance>div:first-child:before{content:"monitoring"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-opportunity>div:first-child:before{content:"target"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-cluster>div:first-child:before{content:"account_tree"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .section-heading-refresh>div:first-child:before{content:"refresh"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-review:not(.table-heading-row)>div:first-child:before,.app-shell.theme-dark .ui1-page .panel-heading.section-heading-qa:not(.table-heading-row)>div:first-child:before{content:"verified_user"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-qa:not(.table-heading-row)>div:first-child:before{content:"checklist"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-contract:not(.table-heading-row)>div:first-child:before{content:"contract"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-step:not(.table-heading-row)>div:first-child:before{content:"route"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-review-summary:not(.table-heading-row)>div:first-child:before{content:"summarize"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-state:not(.table-heading-row)>div:first-child:before{content:"toggle_on"!important;background:#424242!important;color:#d9e3f2!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-actions:not(.table-heading-row)>div:first-child:before{content:"play_circle"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-conflict:not(.table-heading-row)>div:first-child:before{content:"call_merge"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-decay:not(.table-heading-row)>div:first-child:before{content:"trending_down"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-impact:not(.table-heading-row)>div:first-child:before{content:"bolt"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-pattern:not(.table-heading-row)>div:first-child:before{content:"auto_awesome"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-data:not(.table-heading-row)>div:first-child:before{content:"database"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-publish:not(.table-heading-row)>div:first-child:before{content:"publish"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-learning:not(.table-heading-row)>div:first-child:before{content:"school"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-health:not(.table-heading-row)>div:first-child:before{content:"health_and_safety"!important;background:#424242!important;color:#d9e3f2!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-queue:not(.table-heading-row)>div:first-child:before{content:"view_kanban"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-calendar:not(.table-heading-row)>div:first-child:before{content:"calendar_month"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-risk:not(.table-heading-row)>div:first-child:before{content:"warning"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-strategy:not(.table-heading-row)>div:first-child:before{content:"flag"!important;background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-performance:not(.table-heading-row)>div:first-child:before{content:"monitoring"!important;background:#2f6f49!important;color:#a8efc7!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-opportunity:not(.table-heading-row)>div:first-child:before{content:"target"!important;background:#785a27!important;color:#ffd678!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-cluster:not(.table-heading-row)>div:first-child:before{content:"account_tree"!important;background:#5d4982!important;color:#dfccff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-refresh:not(.table-heading-row)>div:first-child:before{content:"refresh"!important;background:#7a473d!important;color:#ffb2a3!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-review:not(.table-heading-row)>div:first-child:before,.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-qa:not(.table-heading-row)>div:first-child:before{content:"verified_user"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-qa:not(.table-heading-row)>div:first-child:before{content:"checklist"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-contract:not(.table-heading-row)>div:first-child:before{content:"contract"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-step:not(.table-heading-row)>div:first-child:before{content:"route"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-review-summary:not(.table-heading-row)>div:first-child:before{content:"summarize"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-state:not(.table-heading-row)>div:first-child:before{content:"toggle_on"!important;background:#eef2f8!important;color:#60708a!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-actions:not(.table-heading-row)>div:first-child:before{content:"play_circle"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-conflict:not(.table-heading-row)>div:first-child:before{content:"call_merge"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-decay:not(.table-heading-row)>div:first-child:before{content:"trending_down"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-impact:not(.table-heading-row)>div:first-child:before{content:"bolt"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-pattern:not(.table-heading-row)>div:first-child:before{content:"auto_awesome"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-data:not(.table-heading-row)>div:first-child:before{content:"database"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-publish:not(.table-heading-row)>div:first-child:before{content:"publish"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-learning:not(.table-heading-row)>div:first-child:before{content:"school"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-health:not(.table-heading-row)>div:first-child:before{content:"health_and_safety"!important;background:#eef2f8!important;color:#60708a!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-queue:not(.table-heading-row)>div:first-child:before{content:"view_kanban"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-calendar:not(.table-heading-row)>div:first-child:before{content:"calendar_month"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-risk:not(.table-heading-row)>div:first-child:before{content:"warning"!important;background:#ffe4dc!important;color:#db6a43!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-strategy:not(.table-heading-row)>div:first-child:before{content:"flag"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-performance:not(.table-heading-row)>div:first-child:before{content:"monitoring"!important;background:#dff7ee!important;color:#16a36c!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-opportunity:not(.table-heading-row)>div:first-child:before{content:"target"!important;background:#fff1d6!important;color:#d18811!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-cluster:not(.table-heading-row)>div:first-child:before{content:"account_tree"!important;background:#f0e7ff!important;color:#7e4ce0!important}.app-shell:not(.theme-dark) .ui1-page .panel-heading.section-heading-refresh:not(.table-heading-row)>div:first-child:before{content:"refresh"!important;background:#ffe4dc!important;color:#db6a43!important}.draft-preview-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:28px;background:#0f172a70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.draft-preview-modal{width:min(1080px,100%);max-height:min(88vh,980px);overflow:auto;border:1px solid #dce3ef;border-radius:10px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.draft-preview-head{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;gap:20px;padding:22px 26px;border-bottom:1px solid #e4e9f2;background:#fffffff5}.draft-preview-head h3{margin:4px 0 8px;color:#111827;font-size:24px;line-height:1.2}.draft-preview-head p:not(.eyebrow){max-width:760px;margin:0;color:#5b6678;line-height:1.55}.draft-preview-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 26px 0}.draft-preview-meta article{min-width:0;padding:12px;border:1px solid #e4e9f2;border-radius:8px;background:#f8fafc}.draft-preview-meta small{display:block;margin-bottom:6px;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.draft-preview-meta strong{display:block;overflow-wrap:anywhere;color:#111827;line-height:1.45}.draft-preview-body{max-width:780px;margin:0 auto;padding:30px 26px 38px;color:#172033;font-size:16px;line-height:1.78}.draft-preview-body h2{margin:34px 0 12px;color:#111827;font-size:28px;line-height:1.25}.draft-preview-body h3{margin:24px 0 10px;color:#1f2937;font-size:20px;line-height:1.35}.draft-preview-body p,.draft-preview-body li{margin-bottom:12px}.draft-preview-body ul{padding-left:22px}.draft-preview-checklist{margin:0 26px 28px;padding:18px 20px;border:1px solid #d9eadf;border-radius:8px;background:#f1fbf5}.draft-preview-checklist h4{margin:0 0 10px}.draft-preview-checklist li{margin:8px 0}.app-shell.theme-dark .draft-preview-modal{border-color:#4b5563;background:#2f2f2f}.app-shell.theme-dark .draft-preview-head{border-color:#4b5563;background:#2f2f2ff5}.app-shell.theme-dark .draft-preview-head h3,.app-shell.theme-dark .draft-preview-meta strong,.app-shell.theme-dark .draft-preview-body h2,.app-shell.theme-dark .draft-preview-body h3{color:#f8fafc}.app-shell.theme-dark .draft-preview-head p:not(.eyebrow),.app-shell.theme-dark .draft-preview-body{color:#d7deea}.app-shell.theme-dark .draft-preview-meta article{border-color:#4b5563;background:#3a3a3a}.app-shell.theme-dark .draft-preview-checklist{border-color:#4d725e;background:#263a2e;color:#d7f3e1}@media(max-width:760px){.draft-preview-backdrop{padding:12px}.draft-preview-head{position:static;flex-direction:column}.draft-preview-meta{grid-template-columns:1fr}}.ui1-page .legacy-advisor-hidden{display:none!important}.ui1-page .strategy-advisor-v2 .panel-heading{align-items:center!important}.ui1-page .strategy-advisor-v2 .panel-heading>div:first-child{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-areas:"icon eyebrow" "icon title"!important;column-gap:12px!important;align-items:center!important}.ui1-page .strategy-advisor-v2 .panel-heading>div:first-child:before{grid-area:icon!important;position:static!important;align-self:center!important;margin:0!important}.ui1-page .strategy-advisor-v2 .panel-heading .eyebrow{grid-area:eyebrow!important;margin:0!important;line-height:1.05!important}.ui1-page .strategy-advisor-v2 .panel-heading h3{grid-area:title!important;margin:2px 0 0!important;line-height:1.22!important}.ui1-page .advisor-status-pills{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.ui1-page .advisor-status-pills .status-chip{min-height:24px;padding:4px 9px;font-size:11px;line-height:1;white-space:nowrap}.ui1-page .strategy-advisor-v2-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:20px;align-items:stretch}.ui1-page .advisor-main-panel,.ui1-page .advisor-mini-card{position:relative;min-width:0;border:1px solid #dce6f6;border-radius:8px;background:#f8fbff}.ui1-page .advisor-main-panel{padding:18px}.ui1-page .advisor-mini-card{padding:16px}.ui1-page .advisor-control-panel{display:grid;gap:14px;align-content:start;position:relative;z-index:5}.ui1-page .advisor-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.ui1-page .advisor-proposal-box{max-height:360px;overflow:auto;padding:16px 18px;border:1px solid #dce3ef;border-radius:8px;background:#fff}.ui1-page .advisor-proposal-box pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#273449;font:inherit;line-height:1.65}.ui1-page .advisor-next-step{margin:0;color:#5d6b80;font-size:13px;line-height:1.55}.ui1-page .advisor-commit-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}.ui1-page .advisor-control-grid{display:grid;grid-template-columns:1fr .6fr;gap:12px;position:relative;z-index:8}.ui1-page .advisor-mini-card .primary-button,.ui1-page .advisor-mini-card .ghost-button{margin-top:12px}.ui1-page .advisor-keyword-card{overflow:visible!important;z-index:20}.ui1-page .advisor-keyword-card select,.ui1-page .advisor-keyword-card .field-select,.ui1-page .advisor-keyword-card .text-field{position:relative;z-index:25}.ui1-page .advisor-keyword-card .field-select:has(.field-select-menu){z-index:120}.ui1-page .advisor-keyword-card .field-select-menu{z-index:130}.app-shell.theme-dark .ui1-page .advisor-main-panel,.app-shell.theme-dark .ui1-page .advisor-mini-card{border-color:#4b5563;background:#343434}.app-shell.theme-dark .ui1-page .advisor-proposal-box{border-color:#4b5563;background:#2b2b2b}.app-shell.theme-dark .ui1-page .advisor-proposal-box pre{color:#edf2f7}.app-shell.theme-dark .ui1-page .advisor-next-step{color:#b8c3d7}@media(max-width:1180px){.ui1-page .strategy-advisor-v2-grid{grid-template-columns:1fr}}@media(max-width:720px){.ui1-page .advisor-panel-head{align-items:flex-start;flex-direction:column}.ui1-page .advisor-commit-row{align-items:stretch;flex-direction:column}.ui1-page .advisor-control-grid{grid-template-columns:1fr}}.ui1-page .strategy-advisor-card{overflow:hidden}.ui1-page .strategy-advisor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.74fr);grid-template-areas:"proposal keyword" "chat keyword";gap:18px;align-items:stretch}.ui1-page .strategy-advisor-layout>.insight-card{min-width:0;margin:0!important}.ui1-page .strategy-advisor-layout>.insight-card:nth-child(1){grid-area:proposal}.ui1-page .strategy-advisor-layout>.insight-card:nth-child(2){grid-area:chat}.ui1-page .strategy-advisor-layout>.strategy-keyword-goal-card{grid-area:keyword}.ui1-page .strategy-advisor-card .strategy-flow-note,.ui1-page .strategy-goal-card .strategy-flow-note{margin:8px 0 18px;max-width:980px;color:#5f6f86;font-size:13px;line-height:1.55}.ui1-page .strategy-keyword-goal-card .compact-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ui1-page .panel-heading.section-heading-ai-strategist:not(.table-heading-row)>div:first-child:before{content:"psychology_alt"!important;background:#e8f1ff!important;color:#3563ff!important}.app-shell.theme-dark .ui1-page .panel-heading.section-heading-ai-strategist:not(.table-heading-row)>div:first-child:before{background:#3a548a!important;color:#b9ccff!important}.app-shell.theme-dark .ui1-page .strategy-advisor-card .strategy-flow-note,.app-shell.theme-dark .ui1-page .strategy-goal-card .strategy-flow-note{color:#b8c3d7}@media(max-width:1180px){.ui1-page .strategy-advisor-layout{grid-template-columns:1fr;grid-template-areas:"proposal" "keyword" "chat"}}.ui1-page.queue-page .queue-column{--queue-stage-bg: #f5f7fb;--queue-stage-border: #dde4ee;--queue-stage-ink: #647086;--queue-stage-icon-bg: #ffffff;background:#fff!important;border-color:#dde4ee!important;box-shadow:none!important}.ui1-page.queue-page .queue-column:before{display:none!important}.ui1-page.queue-page .queue-column.stage-idea{--queue-stage-bg: #f6f8ee;--queue-stage-border: #dfe9bf;--queue-stage-ink: #6f7f14;background:#fff!important;border-color:#dde4ee!important}.ui1-page.queue-page .queue-column.stage-research{--queue-stage-bg: #eaf1ff;--queue-stage-border: #cddcff;--queue-stage-ink: #3563ff;background:#fff!important;border-color:#dde4ee!important}.ui1-page.queue-page .queue-column.stage-brief,.ui1-page.queue-page .queue-column.stage-review{--queue-stage-bg: #fff1d6;--queue-stage-border: #f3d49b;--queue-stage-ink: #c56f10;background:#fff!important;border-color:#dde4ee!important}.ui1-page.queue-page .queue-column.stage-draft,.ui1-page.queue-page .queue-column.stage-publish{--queue-stage-bg: #e6f8ef;--queue-stage-border: #bfe9d2;--queue-stage-ink: #148557;background:#fff!important;border-color:#dde4ee!important}.ui1-page.queue-page .queue-column.stage-refresh{--queue-stage-bg: #ffe7df;--queue-stage-border: #f3c5b5;--queue-stage-ink: #c75435;background:#fff!important;border-color:#dde4ee!important}.ui1-page.queue-page .queue-column-head{align-items:flex-start!important;justify-content:flex-start!important;gap:10px!important}.ui1-page.queue-page .queue-stage-heading{display:inline-grid!important;grid-template-columns:24px minmax(0,auto) auto!important;align-items:center!important;width:fit-content!important;max-width:100%!important;min-width:0!important;padding:7px 8px 7px 7px!important;border:1px solid var(--queue-stage-border)!important;border-radius:8px!important;background:var(--queue-stage-bg)!important;color:var(--queue-stage-ink)!important;box-shadow:none!important;column-gap:9px!important}.ui1-page.queue-page .queue-stage-mark{display:inline-grid!important;width:24px!important;height:24px!important;min-width:24px!important;place-items:center!important;margin:0!important;border:0!important;border-radius:6px!important;background:var(--queue-stage-icon-bg)!important;color:var(--queue-stage-ink)!important;box-shadow:none!important}.ui1-page.queue-page .queue-stage-mark .material-symbols-outlined{color:inherit!important;font-size:16px!important;line-height:1!important;font-variation-settings:"FILL" 1,"wght" 560,"GRAD" 0,"opsz" 18!important}.ui1-page.queue-page .queue-column-head .eyebrow{display:none!important}.ui1-page.queue-page .queue-column-head h3{margin:0!important;color:var(--queue-stage-ink)!important;font-size:.9rem!important;font-weight:820!important;line-height:1.1!important;letter-spacing:0!important;white-space:nowrap!important}.ui1-page.queue-page .queue-stage-count{display:inline-grid!important;min-width:24px!important;height:22px!important;place-items:center!important;padding:0 8px!important;border:1px solid var(--queue-stage-border)!important;border-radius:7px!important;background:#fff!important;color:#111827!important;font-size:.72rem!important;font-weight:830!important;line-height:1!important}.ui1-page.queue-page .queue-column .panel-badge.light{display:inline-grid!important;width:auto!important;height:28px!important;min-width:28px!important;place-items:center!important;padding:0 9px!important;border:1px solid var(--queue-stage-border)!important;border-radius:8px!important;background:#fff!important;color:var(--queue-stage-ink)!important;font-size:.72rem!important;font-weight:830!important;line-height:1!important;box-shadow:none!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column{--queue-stage-bg: #3a3a3a;--queue-stage-border: rgba(255, 255, 255, .18);--queue-stage-ink: #d9e3f2;--queue-stage-icon-bg: rgba(255, 255, 255, .08);background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-idea{--queue-stage-bg: #3f452f;--queue-stage-border: rgba(172, 190, 91, .45);--queue-stage-ink: #d8ee88;background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-research{--queue-stage-bg: #34425f;--queue-stage-border: rgba(122, 158, 255, .48);--queue-stage-ink: #b9ccff;background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-brief,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-review{--queue-stage-bg: #534127;--queue-stage-border: rgba(255, 199, 103, .48);--queue-stage-ink: #ffd678;background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-draft,.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-publish{--queue-stage-bg: #2d543d;--queue-stage-border: rgba(118, 225, 160, .48);--queue-stage-ink: #a8efc7;background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column.stage-refresh{--queue-stage-bg: #56362f;--queue-stage-border: rgba(255, 154, 129, .48);--queue-stage-ink: #ffb2a3;background:#2f2f2f!important;border-color:#fff3!important}.app-shell.theme-dark .ui1-page.queue-page .queue-stage-heading{background:var(--queue-stage-bg)!important;border-color:var(--queue-stage-border)!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column-head h3,.app-shell.theme-dark .ui1-page.queue-page .queue-stage-mark{color:var(--queue-stage-ink)!important}.app-shell.theme-dark .ui1-page.queue-page .queue-column .panel-badge.light{background:#ffffff0f!important;border-color:var(--queue-stage-border)!important;color:var(--queue-stage-ink)!important}.app-shell.theme-dark .ui1-page.queue-page .queue-stage-count{background:#f8fafc!important;border-color:transparent!important;color:#111827!important}.app-shell.theme-dark .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .ui1-page .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-overview-page .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-chart-card .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-decision-card .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-funnel-card .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-cluster-card .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-memory-card .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .seo-refresh-card .panel-heading:not(.table-heading-row)>div:first-child .eyebrow,.app-shell.theme-dark .dashboard-dark-block .panel-heading:not(.table-heading-row)>div:first-child .eyebrow{display:block!important;width:auto!important;max-width:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#c8d5ee!important;font-size:.72rem!important;font-weight:820!important;letter-spacing:.08em!important;line-height:1.15!important;text-align:left!important;white-space:normal!important}.app-shell.theme-dark .queue-card,.app-shell.theme-dark .ui1-page .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card,.app-shell.theme-dark .ui1-page.queue-page .queue-card.type-refresh,.app-shell.theme-dark .ui1-page.queue-page .queue-card.type-commercial,.app-shell.theme-dark .ui1-page.queue-page .queue-card.type-informational,.app-shell.theme-dark .ui1-page.queue-page .queue-card.type-support,.app-shell.theme-dark .ui1-page.queue-page .queue-card.type-support-money-page{background:#262626!important;border-color:#ffffff2e!important;color:#f8fafc!important;box-shadow:none!important}.app-shell.theme-dark .queue-meta-detail div,.app-shell.theme-dark .ui1-page .queue-meta-detail div,.app-shell.theme-dark .ui1-page.queue-page .queue-meta-detail div{background:#202020!important;border-color:#ffffff29!important}.app-shell.theme-dark .draft-preview,.app-shell.theme-dark .ui1-page .draft-preview,.app-shell.theme-dark .review-page .draft-preview{background:#2f2f2f!important;border:1px solid rgba(255,255,255,.2)!important;color:#f8fafc!important;box-shadow:none!important}.app-shell.theme-dark .draft-preview h4,.app-shell.theme-dark .draft-preview p,.app-shell.theme-dark .ui1-page .draft-preview h4,.app-shell.theme-dark .ui1-page .draft-preview p{color:#f8fafc!important}.app-shell.theme-dark .panel-heading:not(.table-heading-row) .eyebrow,.app-shell.theme-dark .ui1-page .panel-heading:not(.table-heading-row) .eyebrow,.app-shell.theme-dark .seo-overview-page .panel-heading:not(.table-heading-row) .eyebrow,.app-shell.theme-dark .strategy-page .panel-heading:not(.table-heading-row) .eyebrow,.app-shell.theme-dark .dashboard-panel .panel-heading:not(.table-heading-row) .eyebrow,.app-shell.theme-dark .seo-cluster-card .panel-heading:not(.table-heading-row) .eyebrow,.app-shell.theme-dark .strategy-roadmap-rationale .panel-heading:not(.table-heading-row) .eyebrow{display:block!important;width:auto!important;max-width:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;color:#c8d5ee!important;font-size:.72rem!important;font-weight:820!important;letter-spacing:.08em!important;line-height:1.15!important;text-align:left!important;white-space:normal!important}.app-shell.theme-dark .seo-learning-block .priority-card,.app-shell.theme-dark .seo-learning-block .summary-item,.app-shell.theme-dark .dashboard-learning-card,.app-shell.theme-dark .dashboard-dark-block .priority-card,.app-shell.theme-dark .dashboard-dark-block .summary-item,.app-shell.theme-dark .ui1-page .seo-learning-block .priority-card,.app-shell.theme-dark .ui1-page .seo-learning-block .summary-item{background:#262626!important;border-color:#ffffff2e!important;color:#f8fafc!important;box-shadow:none!important}.app-shell.theme-dark .seo-learning-block .priority-card h4,.app-shell.theme-dark .seo-learning-block .priority-card strong,.app-shell.theme-dark .seo-learning-block .summary-item h4,.app-shell.theme-dark .seo-learning-block .summary-item strong,.app-shell.theme-dark .dashboard-learning-card h4,.app-shell.theme-dark .dashboard-learning-card strong,.app-shell.theme-dark .dashboard-dark-block .priority-card h4,.app-shell.theme-dark .dashboard-dark-block .priority-card strong,.app-shell.theme-dark .dashboard-dark-block .summary-item h4,.app-shell.theme-dark .dashboard-dark-block .summary-item strong{color:#fff!important}.app-shell.theme-dark .seo-learning-block .priority-card p,.app-shell.theme-dark .seo-learning-block .priority-card span:not(.panel-badge):not(.status-chip):not(.mini-label),.app-shell.theme-dark .seo-learning-block .summary-item p,.app-shell.theme-dark .seo-learning-block .summary-item span:not(.panel-badge):not(.status-chip):not(.mini-label),.app-shell.theme-dark .dashboard-learning-card p,.app-shell.theme-dark .dashboard-learning-card span:not(.panel-badge):not(.status-chip):not(.mini-label),.app-shell.theme-dark .dashboard-dark-block .priority-card p,.app-shell.theme-dark .dashboard-dark-block .summary-item p{color:#d7dfeb!important}.app-shell.theme-dark .table-heading-row .table-heading-main>div .eyebrow,.app-shell.theme-dark .ui1-page .table-heading-row .table-heading-main>div .eyebrow,.app-shell.theme-dark .ui1-page .table-card .table-heading-row .table-heading-main>div .eyebrow{display:block!important;width:auto!important;max-width:100%!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;color:#c8d5ee!important;font-size:.72rem!important;font-weight:820!important;letter-spacing:.08em!important;line-height:1.15!important;text-align:left!important;white-space:normal!important}.ui1-page.queue-page .queue-board{gap:14px!important;align-items:start!important}.ui1-page.queue-page .queue-column{padding:14px!important;min-width:280px!important}.ui1-page.queue-page .queue-column-head{margin-bottom:12px!important}.ui1-page.queue-page .queue-stage-heading{gap:8px!important}.ui1-page.queue-page .queue-stage-mark{width:28px!important;height:28px!important}.ui1-page.queue-page .queue-stage-mark .material-symbols-outlined{font-size:17px!important}.ui1-page.queue-page .queue-stage-count{min-width:26px!important;height:24px!important;padding:0 8px!important}.ui1-page.queue-page .queue-card-list{gap:10px!important}.ui1-page.queue-page .queue-card{padding:12px!important;border-radius:8px!important;box-shadow:none!important}.ui1-page.queue-page .queue-card-head{gap:8px!important;margin-bottom:6px!important}.ui1-page.queue-page .queue-card h4{display:-webkit-box!important;margin:0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;font-size:14px!important;line-height:1.35!important}.ui1-page.queue-page .queue-card>p{margin:4px 0 8px!important;color:#5d6b80!important;font-size:12px!important;line-height:1.35!important}.ui1-page.queue-page .queue-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-bottom:8px!important}.ui1-page.queue-page .queue-meta span{padding:4px 8px!important;border:1px solid #e4e9f2!important;border-radius:999px!important;background:#fff!important;color:#3563ff!important;font-size:11px!important;font-weight:800!important}.ui1-page.queue-page .queue-meta-detail{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:0!important}.ui1-page.queue-page .queue-meta-detail div{min-height:0!important;padding:7px 8px!important;border-radius:7px!important}.ui1-page.queue-page .queue-meta-detail small{margin-bottom:2px!important;font-size:10px!important}.ui1-page.queue-page .queue-meta-detail strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important}.ui1-page.queue-page .queue-card .button-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:10px!important}.ui1-page.queue-page .queue-action-button{width:100%!important;min-height:32px!important;padding:7px 9px!important;border-radius:7px!important;font-size:12px!important;line-height:1.2!important}.ui1-page.queue-page .queue-action-button:first-child{grid-column:1 / -1!important}.app-shell.theme-dark .ui1-page.queue-page .queue-card>p{color:#b8c3d7!important}.app-shell.theme-dark .ui1-page.queue-page .queue-meta span{border-color:#4b5563!important;background:#3a3a3a!important;color:#b9ccff!important}.ui1-page .strategy-advisor-v2-grid{grid-template-columns:minmax(620px,1fr) clamp(760px,34vw,920px)!important;gap:32px!important}.ui1-page .advisor-control-panel{min-width:760px!important}.ui1-page .advisor-mini-card{padding:20px!important}.ui1-page .advisor-mini-card input,.ui1-page .advisor-mini-card select{min-height:42px!important;font-size:14px!important}.ui1-page .advisor-mini-card .text-field,.ui1-page .advisor-mini-card label{min-width:0!important}.ui1-page .advisor-mini-card input::placeholder{text-overflow:ellipsis}.ui1-page .advisor-proposal-box pre{word-break:normal!important;overflow-wrap:break-word!important}@media(max-width:1600px){.ui1-page .strategy-advisor-v2-grid{grid-template-columns:1fr!important}.ui1-page .advisor-control-panel{min-width:0!important;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.ui1-page .advisor-control-panel{grid-template-columns:1fr}}html{font-size:16px}a,button,input,textarea,select{-webkit-tap-highlight-color:transparent}
