:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--studio-bg:#0d1117;--studio-bg-soft:#111827;--studio-surface:#151b26;--studio-surface-2:#1b2332;--studio-surface-3:#202a3a;--studio-border:#2a3548;--studio-border-strong:#3b4961;--studio-text:#f4f7fb;--studio-muted:#aeb8c8;--studio-subtle:#7f8aa1;--studio-accent:#8b5cf6;--studio-accent-2:#38bdf8;--studio-success:#34d399;--studio-warning:#fbbf24;--studio-danger:#f87171;--studio-info:#60a5fa;--studio-shadow:#00000047}*{box-sizing:border-box}html{background:var(--studio-bg);min-width:320px}body{color:var(--studio-text);letter-spacing:0;background:radial-gradient(circle at 0 0,#38bdf814,#0000 32rem),linear-gradient(#0d1117 0%,#101622 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.text-link{color:var(--studio-accent-2);font-weight:730}.text-link:hover,.text-link:focus-visible{color:#e0f7ff;text-underline-offset:3px;outline:none;text-decoration:underline}button,input,select,textarea{font:inherit}.studio-shell{min-height:100vh}.studio-topbar{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d1117e6;border-bottom:1px solid #2a3548e6;position:sticky;top:0}.studio-topbar-inner{justify-content:space-between;align-items:center;gap:24px;min-height:64px;padding:0 32px;display:flex}.studio-brand{align-items:center;gap:14px;min-width:0;display:flex}.studio-brand-mark{width:36px;height:36px;color:var(--studio-accent-2);background:linear-gradient(135deg,#38bdf829,#8b5cf633);border:1px solid #38bdf857;border-radius:8px;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.studio-brand-text{gap:2px;min-width:0;display:grid}.studio-brand-title{color:var(--studio-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:750;line-height:1.25;overflow:hidden}.studio-brand-subtitle{color:var(--studio-muted);font-size:12px;line-height:1.3}.studio-topbar-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.studio-container{width:min(1400px,100% - 48px);margin:0 auto;padding:28px 0 56px}.page-stack{gap:22px;display:grid}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.page-kicker{color:var(--studio-accent-2);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:750}.page-title{color:var(--studio-text);margin:0;font-size:clamp(28px,4vw,42px);font-weight:760;line-height:1.08}.page-description{max-width:760px;color:var(--studio-muted);margin:12px 0 0;font-size:15px;line-height:1.65}.section-header{justify-content:space-between;align-items:end;gap:18px;display:flex}.section-title{color:var(--studio-text);margin:0;font-size:19px;font-weight:740}.section-note{color:var(--studio-muted);margin:6px 0 0;font-size:13px;line-height:1.55}.grid{gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.panel,.site-card,.metric-card{box-shadow:0 16px 40px var(--studio-shadow);background:#151b26f0;border:1px solid #2a3548f2;border-radius:8px}.panel{padding:20px}.panel-body{gap:16px;margin-top:16px;display:grid}.panel-subgrid{align-items:start}.mini-title{color:var(--studio-text);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:760}.action-panel{color:inherit;gap:8px;text-decoration:none;display:grid}.action-panel:hover,.action-panel:focus-visible{background:#1a2230f5;border-color:#38bdf880}.panel-tight{padding:14px}.site-card{gap:16px;padding:18px;display:grid}.site-card-header{justify-content:space-between;align-items:start;gap:16px;display:flex}.site-card-title{margin:0;font-size:18px;font-weight:750}.site-card-description{color:var(--studio-muted);margin:6px 0 0;font-size:13px;line-height:1.55}.metric-card{gap:8px;min-height:112px;padding:16px;display:grid}.metric-label{color:var(--studio-muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:700}.metric-value{color:var(--studio-text);font-size:30px;font-weight:780;line-height:1}.metric-detail{color:var(--studio-subtle);font-size:13px;line-height:1.45}.link-button,.disabled-button{color:#e8f8ff;background:#38bdf81a;border:1px solid #38bdf861;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:8px 12px;font-size:13px;font-weight:720;line-height:1.2;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.link-button:hover,.link-button:focus-visible{background:#38bdf82e;border-color:#38bdf8b8;outline:none}.primary-action{color:#f0fbff;background:#38bdf82e;border-color:#38bdf8a3}.disabled-button{cursor:not-allowed;color:var(--studio-subtle);background:#7f8aa11a;border-color:#7f8aa13d}.topbar-button{min-height:28px;color:var(--studio-muted);cursor:pointer;background:#7f8aa11a;border:1px solid #7f8aa142;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:720}.topbar-button:hover,.topbar-button:focus-visible{color:var(--studio-text);border-color:#38bdf86b;outline:none}.login-shell{place-items:center;min-height:calc(100vh - 148px);display:grid}.login-panel{width:min(100%,460px)}.muted{color:var(--studio-muted)}.subtle{color:var(--studio-subtle)}.meta-row{flex-wrap:wrap;gap:8px;display:flex}.badge{color:#d8dee9;white-space:nowrap;background:#7f8aa11c;border:1px solid #7f8aa142;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:720;line-height:1.2;display:inline-flex}.badge-info{color:#bfdbfe;background:#60a5fa21;border-color:#60a5fa57}.badge-success{color:#bbf7d0;background:#34d3991f;border-color:#34d39957}.badge-warning{color:#fde68a;background:#fbbf241f;border-color:#fbbf2466}.badge-danger{color:#fecaca;background:#f871711f;border-color:#f871716b}.badge-muted{color:var(--studio-muted);background:#7f8aa117;border-color:#7f8aa138}.operations-nav{background:#111827b8;border:1px solid #2a3548e6;border-radius:8px;flex-wrap:wrap;gap:8px;padding:6px;display:flex}.operations-nav-link{min-height:34px;color:var(--studio-muted);border:1px solid #0000;border-radius:7px;align-items:center;padding:7px 11px;font-size:13px;font-weight:700;display:inline-flex}.operations-nav-link:hover,.operations-nav-link:focus-visible{color:var(--studio-text);background:#38bdf814;border-color:#38bdf852;outline:none}.table-wrap{background:#151b26f0;border:1px solid #2a3548f2;border-radius:8px;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:840px}.compact-table{min-width:760px}.data-table th,.data-table td{text-align:left;vertical-align:top;border-bottom:1px solid #2a3548bd;padding:12px 14px}.data-table th{color:var(--studio-muted);letter-spacing:.04em;text-transform:uppercase;background:#1b2332c7;font-size:12px;font-weight:760}.data-table td{color:var(--studio-text);font-size:13px;line-height:1.45}.data-table tr:last-child td{border-bottom:0}.table-title{font-weight:730}.table-meta{color:var(--studio-subtle);margin-top:4px;font-size:12px}.id-list{flex-wrap:wrap;gap:5px;max-width:320px;display:flex}.code-pill{color:#d5deea;white-space:nowrap;background:#0d1117b8;border:1px solid #2a3548f2;border-radius:6px;align-items:center;padding:3px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.3;display:inline-flex}.empty-state{color:var(--studio-muted);background:#7f8aa10f;border:1px dashed #7f8aa157;border-radius:8px;padding:18px;font-size:13px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.detail-grid-single{grid-template-columns:1fr}.detail-item{border-bottom:1px solid #2a3548bd;gap:6px;padding:0 0 12px;display:grid}.disclosure-required{background:#fbbf2414;border:1px solid #fbbf2457;border-radius:8px;padding:12px}.detail-label{color:var(--studio-subtle);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:760}.detail-value{color:var(--studio-text);font-size:14px;line-height:1.45}.readonly-note{color:#ddd6fe;background:#8b5cf61a;border:1px solid #8b5cf657;border-radius:8px;padding:14px 16px;font-size:13px;line-height:1.55}.breadcrumb-row{color:var(--studio-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.summary-strip{background:#111827b8;border:1px solid #2a3548f2;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;display:grid}.summary-strip>div{gap:6px;min-width:0;display:grid}.summary-label{color:var(--studio-subtle);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:760}.summary-value{color:var(--studio-text);font-size:13px;line-height:1.45}.editor-layout{grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);align-items:start;gap:18px;display:grid}.editor-form{gap:18px;display:grid}.form-section{background:#11182757;border:1px solid #2a3548b8;border-radius:8px;gap:14px;padding:16px;display:grid}.form-section-title{color:var(--studio-text);margin:0;font-size:15px;font-weight:740}.form-section-note{color:var(--studio-muted);margin:5px 0 0;font-size:12px;line-height:1.5}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-field,.form-fieldset{gap:7px;display:grid}.form-field>span,.form-fieldset>legend{color:var(--studio-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:760}.form-field-wide{grid-column:1/-1}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--studio-text);background:#0d1117b8;border:1px solid #2a3548f2;border-radius:7px;padding:10px 11px;line-height:1.45}.form-field input[aria-invalid=true],.form-field select[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:#f87171ad}.form-field textarea{resize:vertical}.editor-textarea{min-height:560px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;background:#080c12eb!important;line-height:1.7!important}.markdown-workspace{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);align-items:stretch;gap:14px;display:grid}.markdown-preview-panel{background:#080c12d1;border:1px solid #2a3548f2;border-radius:8px;grid-template-rows:auto 1fr;min-height:560px;display:grid;overflow:hidden}.markdown-preview-header{background:#1b2332b8;border-bottom:1px solid #2a3548bd;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.markdown-preview-header h4{color:var(--studio-text);margin:0;font-size:14px;font-weight:760}.markdown-preview-header p{color:var(--studio-muted);margin:4px 0 0;font-size:12px;line-height:1.45}.markdown-preview-body,.markdown-preview-empty{padding:18px;overflow:auto}.markdown-preview-empty{color:var(--studio-muted);font-size:13px;line-height:1.6}.markdown-preview-body{color:var(--studio-text);font-size:14px;line-height:1.75}.markdown-preview-body>:first-child{margin-top:0}.markdown-preview-body>:last-child{margin-bottom:0}.markdown-preview-body h1,.markdown-preview-body h2,.markdown-preview-body h3,.markdown-preview-body h4,.markdown-preview-body h5,.markdown-preview-body h6{color:var(--studio-text);margin:1.25em 0 .55em;line-height:1.25}.markdown-preview-body h1{font-size:24px}.markdown-preview-body h2{font-size:20px}.markdown-preview-body h3{font-size:17px}.markdown-preview-body p,.markdown-preview-body ul,.markdown-preview-body blockquote,.markdown-preview-body pre{margin:0 0 14px}.markdown-preview-body ul{padding-left:20px}.markdown-preview-body li+li{margin-top:5px}.markdown-preview-body blockquote{color:#d7e9f7;background:#38bdf812;border-left:3px solid #38bdf894;padding:8px 0 8px 14px}.markdown-preview-body code{color:#dbeafe;background:#0d1117db;border:1px solid #2a3548f2;border-radius:5px;padding:2px 5px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.markdown-preview-body pre{background:#030712db;border:1px solid #2a3548f2;border-radius:8px;padding:12px;overflow-x:auto}.markdown-preview-body pre code{background:0 0;border:0;padding:0}.markdown-preview-body a{color:var(--studio-accent-2);text-underline-offset:3px;font-weight:720;text-decoration:underline}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#38bdf8b8;outline:2px solid #38bdf82e}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--studio-subtle)}.form-fieldset{background:#1118277a;border:1px solid #2a3548f2;border-radius:8px;margin:0;padding:14px}.checkbox-list{gap:8px;display:grid}.checkbox-item{color:var(--studio-text);background:#0d111761;border:1px solid #2a3548b8;border-radius:8px;align-items:flex-start;gap:9px;padding:10px;font-size:13px;line-height:1.35;display:flex}.checkbox-item:has(input:checked){background:#38bdf81a;border-color:#38bdf86b}.checkbox-item input{accent-color:var(--studio-accent-2);margin-top:2px}.checkbox-item span{gap:2px;display:grid}.checkbox-item small{color:var(--studio-subtle);font-size:12px}.editor-actions{flex-wrap:wrap;gap:10px;display:flex}.form-alert,.form-success{border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.5}.form-alert{color:#fecaca;background:#f871711f;border:1px solid #f871716b}.form-alert ul{margin:8px 0 0;padding-left:18px}.form-success{color:#bbf7d0;background:#34d3991f;border:1px solid #34d39957}.form-footnote{color:var(--studio-subtle);margin:0;font-size:12px}.field-error{color:#fecaca;font-size:12px;line-height:1.4}.checklist{gap:10px;display:grid}.compact-list{color:var(--studio-muted);gap:7px;margin:0;padding-left:18px;font-size:13px;line-height:1.55;display:grid}.checklist-item{color:var(--studio-text);border-bottom:1px solid #2a3548bd;justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;font-size:13px;display:flex}.preview-draft{background:#030712b3;border:1px solid #2a3548f2;border-radius:8px;max-height:520px;overflow:auto}.preview-draft pre{color:#dbeafe;white-space:pre-wrap;margin:0;padding:16px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.65}.inline-pre{color:inherit;white-space:pre-wrap;margin:0;font-family:inherit}.boundary-note{margin:0}@media (max-width:980px){.studio-topbar-inner,.page-header,.section-header{flex-direction:column;align-items:stretch}.studio-topbar-meta{justify-content:flex-start}.grid-2,.grid-3,.grid-4,.detail-grid,.summary-strip,.editor-layout,.form-grid,.markdown-workspace{grid-template-columns:1fr}}@media (max-width:640px){.studio-topbar-inner{padding:14px 18px}.studio-container{width:min(100% - 28px,1400px);padding-top:20px}.page-title{font-size:30px}}
.studio-v2{--studio-sidebar-width:236px;--studio-inspector-width:344px;--studio-bg-page:#eef1f5;--studio-bg-app:#fff;--studio-bg-card:#fff;--studio-bg-subtle:#f7f8fc;--studio-border-default:#e7eaf2;--studio-text-primary:#1b1d22;--studio-text-secondary:#3d4350;--studio-text-muted:#788294;--studio-sidebar-bg:#151619;--studio-sidebar-active:#2b2d33;--studio-action-primary:#3f4fe8;--studio-action-primary-soft:#eef1ff;--studio-attention-rose:#e85d75;--studio-attention-rose-soft:#fff1f4;--studio-status-success:#1f9e68;--studio-status-success-soft:#eaf8f0;--studio-status-warning:#b87916;--studio-status-warning-soft:#fff6e7;--studio-status-violet:#6f55d9;--studio-status-violet-soft:#f2efff;--studio-shadow-soft:0 18px 48px #1b1d2214;--studio-shadow-tight:0 8px 20px #1b1d220f;min-height:100vh;color:var(--studio-text-primary);letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.studio-v2,.studio-v2 *,.studio-v2 :before,.studio-v2 :after{box-sizing:border-box}.studio-v2[data-theme=dark]{--studio-bg-page:#111318;--studio-bg-app:#171a21;--studio-bg-card:#1d212a;--studio-bg-subtle:#242936;--studio-border-default:#343b4a;--studio-text-primary:#f3f5f9;--studio-text-secondary:#c6ccd7;--studio-text-muted:#8f98a8;--studio-sidebar-bg:#090a0d;--studio-sidebar-active:#24262d;--studio-action-primary:#7f8cff;--studio-action-primary-soft:#20274d;--studio-attention-rose:#ff7b92;--studio-attention-rose-soft:#3a1d25;--studio-status-success:#4ad08c;--studio-status-success-soft:#183225;--studio-status-warning:#d79a32;--studio-status-warning-soft:#352a17;--studio-status-violet:#9a85ff;--studio-status-violet-soft:#27213f}:is(html:has(.studio-v2-shell),body:has(.studio-v2-shell)){min-height:100%}body:has(.studio-v2-shell){background:#eef1f5;width:100%;overflow:hidden auto}body:has(.studio-v2-shell) .studio-topbar{display:none}body:has(.studio-v2-shell) .studio-container{width:100%;max-width:none;margin:0;padding:0}.studio-v2-shell{grid-template-columns:minmax(0, 1fr) var(--studio-inspector-width);min-height:100vh;margin-left:var(--studio-sidebar-width);background:var(--studio-bg-page);width:auto;max-width:none;display:grid;overflow:visible}.studio-v2-sidebar{z-index:20;width:var(--studio-sidebar-width);background:var(--studio-sidebar-bg);color:#f6f7fb;flex-shrink:0;grid-template-rows:auto 1fr auto;height:100dvh;max-height:100dvh;padding:16px 14px;display:grid;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto}.studio-v2-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;min-width:0;padding:8px 8px 18px;display:flex}.studio-v2-brand-mark{color:#151619;background:#fff;border:1px solid #ffffff29;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:grid}.studio-v2-brand strong,.studio-v2-brand small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.studio-v2-brand strong{font-size:14px;line-height:1.2}.studio-v2-brand small{color:#f6f7fb9e;margin-top:3px;font-size:11px}.studio-v2-sidebar-nav{align-content:start;gap:4px;padding-top:18px;display:grid}.studio-v2-sidebar-link{color:#f6f7fbb8;border-left:2px solid #0000;border-radius:7px;align-items:center;min-height:36px;padding:8px 10px;font-size:13px;font-weight:680;display:flex}.studio-v2-sidebar-link:hover,.studio-v2-sidebar-link:focus-visible,.studio-v2-sidebar-link[aria-current=page]{background:var(--studio-sidebar-active);color:#fff;border-left-color:#ffffffb8;outline:none}.studio-v2-sidebar-footer{background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;gap:5px;padding:12px;display:grid}.studio-v2-sidebar-label,.studio-v2-eyebrow{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-sidebar-footer small{color:#f6f7fb99;font-size:12px;line-height:1.45}.studio-v2-workspace{background:var(--studio-bg-page);grid-template-rows:auto 1fr;min-width:0;max-width:100%;min-height:100vh;display:grid;overflow:visible}.studio-v2-top-header{z-index:5;border-bottom:1px solid var(--studio-border-default);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;justify-content:space-between;align-items:center;gap:20px;min-width:0;max-width:100%;min-height:64px;padding:12px 20px;display:flex;position:sticky;top:0}.studio-v2-top-header h1,.studio-v2-page-heading h2,.studio-v2-table-header h2,.studio-v2-inspector h2{color:var(--studio-text-primary);margin:0;font-weight:760;line-height:1.12}.studio-v2-top-header h1{margin-top:3px;font-size:18px}.studio-v2-top-header>div{min-width:0}.studio-v2-header-status{flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0;max-width:100%;display:flex}.studio-v2-header-status span{border:1px solid var(--studio-border-default);background:var(--studio-bg-card);min-height:28px;color:var(--studio-text-secondary);border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.studio-v2-main{align-content:start;gap:14px;min-width:0;max-width:100%;min-height:0;padding:18px 20px 30px;display:grid;overflow:visible}.studio-v2-page-heading{justify-content:space-between;align-items:stretch;gap:18px;display:flex}.studio-v2-page-heading>div:first-child{min-width:0;max-width:100%}.studio-v2-page-heading h2{margin-top:5px;font-size:25px}.studio-v2-page-heading p{max-width:min(760px,100%);color:var(--studio-text-secondary);overflow-wrap:break-word;margin:7px 0 0;font-size:13px;line-height:1.55}.studio-v2-mode-card,.studio-v2-metric-card,.studio-v2-queue-card,.studio-v2-inspector-section{border:1px solid var(--studio-border-default);background:var(--studio-bg-card);box-shadow:var(--studio-shadow-tight);border-radius:8px}.studio-v2-mode-card{gap:5px;min-width:214px;max-width:100%;padding:12px;display:grid}.studio-v2-mode-card span,.studio-v2-metric-card span{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-mode-card strong{color:var(--studio-text-primary);font-size:14px}.studio-v2-mode-card small,.studio-v2-metric-card small{color:var(--studio-text-muted);font-size:12px;line-height:1.45}.studio-v2-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.studio-v2-metric-card{gap:7px;min-height:92px;padding:12px;display:grid}.studio-v2-metric-card strong{color:var(--studio-text-primary);font-size:24px;line-height:1}.studio-v2-mission-actions,.studio-v2-research-actions,.studio-v2-canvas-actions,.studio-v2-evidence-actions,.studio-v2-offer-actions,.studio-v2-publish-actions,.studio-v2-package-actions,.studio-v2-settings-actions{flex-wrap:nowrap;flex:none;justify-content:flex-end;align-self:start;align-items:center;gap:6px;max-width:none;display:flex}.studio-v2-mission-actions .studio-v2-action,.studio-v2-research-actions .studio-v2-action,.studio-v2-canvas-actions .studio-v2-action,.studio-v2-evidence-actions .studio-v2-action,.studio-v2-offer-actions .studio-v2-action,.studio-v2-publish-actions .studio-v2-action,.studio-v2-package-actions .studio-v2-action,.studio-v2-settings-actions .studio-v2-action{white-space:nowrap;flex:none;min-height:32px;padding:6px 9px}.studio-v2-mission-grid,.studio-v2-research-grid,.studio-v2-evidence-grid,.studio-v2-offer-grid,.studio-v2-publish-grid,.studio-v2-package-grid,.studio-v2-settings-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.studio-v2-mission-card,.studio-v2-research-card,.studio-v2-canvas-card,.studio-v2-evidence-card,.studio-v2-offer-card,.studio-v2-publish-card,.studio-v2-package-card,.studio-v2-settings-card{border:1px solid var(--studio-border-default);background:var(--studio-bg-card);min-width:0;box-shadow:var(--studio-shadow-tight);border-radius:8px;gap:7px;padding:12px;display:grid}.studio-v2-mission-card span,.studio-v2-research-card span,.studio-v2-canvas-card span,.studio-v2-evidence-card span,.studio-v2-offer-card span,.studio-v2-publish-card span,.studio-v2-package-card span,.studio-v2-settings-card span{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-mission-card strong,.studio-v2-research-card strong,.studio-v2-canvas-card strong,.studio-v2-evidence-card strong,.studio-v2-offer-card strong,.studio-v2-publish-card strong,.studio-v2-package-card strong,.studio-v2-settings-card strong{color:var(--studio-text-primary);overflow-wrap:anywhere;word-break:break-word;font-size:14px;line-height:1.25}.studio-v2-mission-card p,.studio-v2-research-card p,.studio-v2-canvas-card p,.studio-v2-evidence-card p,.studio-v2-offer-card p,.studio-v2-publish-card p,.studio-v2-package-card p,.studio-v2-settings-card p{color:var(--studio-text-secondary);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:12px;line-height:1.5}.studio-v2-settings-card ul{color:var(--studio-text-muted);gap:5px;margin:0;padding:0;font-size:12px;line-height:1.4;list-style:none;display:grid}.studio-v2-settings-card li:before{content:"";background:var(--studio-action-primary);vertical-align:2px;border-radius:999px;width:5px;height:5px;margin-right:7px;display:inline-block}.studio-v2-settings-callout{min-height:116px}.studio-v2-settings-boundary-grid .studio-v2-settings-card:last-child{grid-column:1/-1}.studio-v2-write-plan-panel{border:1px solid var(--studio-border-default);background:var(--studio-bg-card);box-shadow:var(--studio-shadow-tight);border-radius:8px;gap:12px;padding:12px;display:grid;overflow:hidden}.studio-v2-write-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-v2-write-plan-card{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.studio-v2-write-plan-card-header{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.studio-v2-write-plan-card-header span,.studio-v2-write-plan-subsection span{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-write-plan-card strong{color:var(--studio-text-primary);font-size:14px;line-height:1.25}.studio-v2-write-plan-card p{color:var(--studio-text-secondary);margin:0;font-size:12px;line-height:1.5}.studio-v2-write-plan-list{gap:6px;margin:0;display:grid}.studio-v2-write-plan-list div{grid-template-columns:118px minmax(0,1fr);gap:8px;display:grid}.studio-v2-write-plan-list dt{color:var(--studio-text-muted);text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-write-plan-list dd{color:var(--studio-text-secondary);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.4;overflow:hidden}.studio-v2-write-plan-subsection{gap:7px;min-width:0;display:grid}.studio-v2-draft-preview-panel{border:1px solid var(--studio-border-default);background:var(--studio-bg-card);border-radius:8px;gap:12px;min-width:0;padding:12px;display:grid}.studio-v2-draft-preview-summary{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);border-radius:8px;gap:8px;padding:12px;display:grid}.studio-v2-draft-mode-selector{border:1px solid var(--studio-border-default);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.studio-v2-draft-mode-selector span{color:var(--studio-text-primary);font-size:13px;font-weight:760}.studio-v2-draft-mode-selector p{color:var(--studio-text-secondary);margin:3px 0 0;font-size:12px;line-height:1.4}.studio-v2-draft-mode-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-width:min(430px,100%);display:grid}.studio-v2-draft-mode-button{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);min-height:34px;color:var(--studio-text-secondary);cursor:pointer;font:inherit;letter-spacing:0;text-align:center;border-radius:7px;padding:0 10px;font-size:12px;font-weight:720}.studio-v2-draft-mode-button[aria-pressed=true]{color:var(--studio-text-primary);background:#3f4fe814;border-color:#3f4fe85c}.studio-v2-draft-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.studio-v2-draft-preview-card{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.studio-v2-draft-preview-card-header{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.studio-v2-draft-preview-card-header span,.studio-v2-draft-preview-subsection span{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-draft-preview-card p,.studio-v2-draft-preview-boundary p{color:var(--studio-text-secondary);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:12px;line-height:1.5}.studio-v2-draft-preview-list{gap:6px;margin:0;display:grid}.studio-v2-draft-preview-list div{grid-template-columns:132px minmax(0,1fr);gap:8px;display:grid}.studio-v2-draft-preview-list dt{color:var(--studio-text-muted);text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-draft-preview-list dd{color:var(--studio-text-secondary);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.4;overflow:hidden}.studio-v2-draft-preview-subsection{gap:7px;min-width:0;display:grid}.studio-v2-draft-preview-excerpt{border-left:3px solid #3f4fe83d;padding-left:10px}.studio-v2-draft-preview-boundary{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);border-radius:8px;gap:8px;padding:12px;display:grid}.studio-v2-draft-preview-boundary h2{color:var(--studio-text-primary);margin:0;font-size:14px}.studio-v2-saved-drafts-panel{border:1px solid var(--studio-border-default);background:#fff;border-radius:8px;gap:12px;min-width:0;padding:12px;display:grid}.studio-v2-saved-drafts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-v2-saved-draft-card{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.studio-v2-saved-draft-card p{color:var(--studio-text-secondary);margin:0;font-size:12px;line-height:1.5}.studio-v2-saved-draft-readiness-panel{border:1px solid var(--studio-border-default);background:#fff;border-radius:8px;gap:12px;min-width:0;padding:12px;display:grid}.studio-v2-saved-draft-readiness-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-v2-saved-draft-readiness-card{border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.studio-v2-saved-draft-readiness-card p{color:var(--studio-text-secondary);margin:0;font-size:12px;line-height:1.5}.studio-v2-saved-draft-readiness-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.studio-v2-local-package-artifact{grid-column:span 2}.studio-v2-canvas-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.studio-v2-canvas-card{min-height:126px}.studio-v2-canvas-card>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.studio-v2-queue-card{gap:12px;min-width:0;padding:12px;display:grid;overflow:hidden}.studio-v2-filter-bar{grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:12px;display:grid}.studio-v2-search{gap:6px;display:grid}.studio-v2-search label,.studio-v2-filter-group legend{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-search input{border:1px solid var(--studio-border-default);background:var(--studio-bg-app);width:100%;min-height:38px;color:var(--studio-text-primary);border-radius:7px;outline:none;padding:8px 10px;font-size:13px}.studio-v2-search input:focus{border-color:var(--studio-action-primary);box-shadow:0 0 0 3px var(--studio-action-primary-soft)}.studio-v2-filter-popover{position:relative}.studio-v2-filter-trigger{cursor:pointer;border:1px solid var(--studio-border-default);background:var(--studio-bg-card);min-height:38px;color:var(--studio-text-primary);border-radius:7px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:720;display:inline-flex}.studio-v2-filter-trigger[aria-expanded=true]{background:var(--studio-action-primary-soft);color:var(--studio-action-primary);border-color:#3f4fe847}.studio-v2-filter-panel{z-index:20;border:1px solid var(--studio-border-default);background:var(--studio-bg-card);width:min(360px,100vw - 32px);box-shadow:var(--studio-shadow-soft);border-radius:8px;gap:12px;margin-top:8px;padding:14px;display:grid;position:absolute;right:0}.studio-v2-filter-panel-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.studio-v2-filter-panel-header strong{color:var(--studio-text-primary);font-size:13px}.studio-v2-filter-panel-header button{cursor:pointer;color:var(--studio-text-muted);background:0 0;border:0;padding:0;font-size:12px;font-weight:720}.studio-v2-filter-group{border:0;gap:7px;margin:0;padding:0;display:grid}.studio-v2-filter-options{flex-wrap:wrap;gap:7px;display:flex}.studio-v2-filter-option{cursor:pointer;border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);min-height:28px;color:var(--studio-text-secondary);text-transform:capitalize;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:720}.studio-v2-filter-option:hover,.studio-v2-filter-option:focus-visible,.studio-v2-filter-option.is-selected{background:var(--studio-action-primary-soft);color:var(--studio-action-primary);border-color:#3f4fe847;outline:none}.studio-v2-filter-panel-actions{border-top:1px solid var(--studio-border-default);justify-content:flex-end;padding-top:10px;display:flex}.studio-v2-chip-row{flex-wrap:wrap;gap:7px;display:flex}.studio-v2-filter-chip{cursor:pointer;border:1px solid var(--studio-border-default);background:var(--studio-bg-subtle);min-height:28px;color:var(--studio-text-secondary);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.studio-v2-filter-chip.is-active{background:var(--studio-action-primary-soft);color:var(--studio-action-primary);border-color:#3f4fe847}.studio-v2-filter-chip.is-open{border-color:var(--studio-action-primary);box-shadow:0 0 0 3px var(--studio-action-primary-soft)}.studio-v2-table-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.studio-v2-table-header h2{font-size:16px}.studio-v2-table-header p{color:var(--studio-text-muted);margin:5px 0 0;font-size:12px}.studio-v2-table-legend{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.studio-v2-table-wrap{overscroll-behavior-x:contain;scrollbar-gutter:stable;border:1px solid var(--studio-border-default);background:var(--studio-bg-card);border-radius:8px;min-width:0;max-width:100%;overflow-x:auto}.studio-v2-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:800px}.studio-v2-mission-table{min-width:720px}.studio-v2-mission-table th:first-child,.studio-v2-mission-table td:first-child{width:24%}.studio-v2-mission-table th:nth-child(2),.studio-v2-mission-table td:nth-child(2),.studio-v2-mission-table th:nth-child(3),.studio-v2-mission-table td:nth-child(3),.studio-v2-mission-table th:nth-child(4),.studio-v2-mission-table td:nth-child(4){width:12%}.studio-v2-mission-table th:nth-child(5),.studio-v2-mission-table td:nth-child(5){width:28%}.studio-v2-mission-table th:nth-child(6),.studio-v2-mission-table td:nth-child(6){text-align:right;width:12%}.studio-v2-research-table{min-width:640px}.studio-v2-research-table th,.studio-v2-research-table td{padding-left:6px;padding-right:6px}.studio-v2-research-table th:first-child,.studio-v2-research-table td:first-child{width:22%}.studio-v2-research-table th:nth-child(2),.studio-v2-research-table td:nth-child(2){width:20%}.studio-v2-research-table th:nth-child(3),.studio-v2-research-table td:nth-child(3),.studio-v2-research-table th:nth-child(4),.studio-v2-research-table td:nth-child(4),.studio-v2-research-table th:nth-child(5),.studio-v2-research-table td:nth-child(5){width:12%}.studio-v2-research-table th:nth-child(6),.studio-v2-research-table td:nth-child(6){width:22%}.studio-v2-raw-candidates-card{border-left:3px solid #3f4fe83d}.studio-v2-raw-candidate-table{min-width:680px}.studio-v2-raw-candidate-table th,.studio-v2-raw-candidate-table td{padding-left:6px;padding-right:6px}.studio-v2-raw-candidate-table th:first-child,.studio-v2-raw-candidate-table td:first-child{width:26%}.studio-v2-raw-candidate-table th:nth-child(2),.studio-v2-raw-candidate-table td:nth-child(2){width:17%}.studio-v2-raw-candidate-table th:nth-child(3),.studio-v2-raw-candidate-table td:nth-child(3),.studio-v2-raw-candidate-table th:nth-child(4),.studio-v2-raw-candidate-table td:nth-child(4),.studio-v2-raw-candidate-table th:nth-child(5),.studio-v2-raw-candidate-table td:nth-child(5){width:12%}.studio-v2-raw-candidate-table th:nth-child(6),.studio-v2-raw-candidate-table td:nth-child(6){width:21%}.studio-v2-canvas-table{min-width:640px}.studio-v2-canvas-table th,.studio-v2-canvas-table td{padding-left:6px;padding-right:6px}.studio-v2-canvas-table th:first-child,.studio-v2-canvas-table td:first-child{width:22%}.studio-v2-canvas-table th:nth-child(2),.studio-v2-canvas-table td:nth-child(2){width:20%}.studio-v2-canvas-table th:nth-child(3),.studio-v2-canvas-table td:nth-child(3){width:13%}.studio-v2-canvas-table th:nth-child(4),.studio-v2-canvas-table td:nth-child(4),.studio-v2-canvas-table th:nth-child(5),.studio-v2-canvas-table td:nth-child(5){width:11%}.studio-v2-canvas-table th:nth-child(6),.studio-v2-canvas-table td:nth-child(6){width:23%}.studio-v2-evidence-table{min-width:620px}.studio-v2-evidence-table th,.studio-v2-evidence-table td{padding-left:6px;padding-right:6px}.studio-v2-evidence-table th:first-child,.studio-v2-evidence-table td:first-child{width:22%}.studio-v2-evidence-table th:nth-child(2),.studio-v2-evidence-table td:nth-child(2){width:9%}.studio-v2-evidence-table th:nth-child(3),.studio-v2-evidence-table td:nth-child(3){width:25%}.studio-v2-evidence-table th:nth-child(4),.studio-v2-evidence-table td:nth-child(4),.studio-v2-evidence-table th:nth-child(5),.studio-v2-evidence-table td:nth-child(5){width:12%}.studio-v2-evidence-table th:nth-child(6),.studio-v2-evidence-table td:nth-child(6){width:20%}.studio-v2-offer-table{min-width:620px}.studio-v2-offer-table th,.studio-v2-offer-table td{padding-left:6px;padding-right:6px}.studio-v2-offer-table th:first-child,.studio-v2-offer-table td:first-child{width:22%}.studio-v2-offer-table th:nth-child(2),.studio-v2-offer-table td:nth-child(2){width:11%}.studio-v2-offer-table th:nth-child(3),.studio-v2-offer-table td:nth-child(3){width:25%}.studio-v2-offer-table th:nth-child(4),.studio-v2-offer-table td:nth-child(4),.studio-v2-offer-table th:nth-child(5),.studio-v2-offer-table td:nth-child(5){width:11%}.studio-v2-offer-table th:nth-child(6),.studio-v2-offer-table td:nth-child(6){width:20%}.studio-v2-publish-table{min-width:640px}.studio-v2-publish-table th,.studio-v2-publish-table td{padding-left:6px;padding-right:6px}.studio-v2-publish-table th:first-child,.studio-v2-publish-table td:first-child{width:23%}.studio-v2-publish-table th:nth-child(2),.studio-v2-publish-table td:nth-child(2),.studio-v2-publish-table th:nth-child(4),.studio-v2-publish-table td:nth-child(4),.studio-v2-publish-table th:nth-child(5),.studio-v2-publish-table td:nth-child(5){width:11%}.studio-v2-publish-table th:nth-child(3),.studio-v2-publish-table td:nth-child(3){width:18%}.studio-v2-publish-table th:nth-child(6),.studio-v2-publish-table td:nth-child(6){width:26%}.studio-v2-package-table{min-width:640px}.studio-v2-package-table th,.studio-v2-package-table td{padding-left:6px;padding-right:6px}.studio-v2-package-table th:first-child,.studio-v2-package-table td:first-child{width:22%}.studio-v2-package-table th:nth-child(2),.studio-v2-package-table td:nth-child(2){width:20%}.studio-v2-package-table th:nth-child(3),.studio-v2-package-table td:nth-child(3){width:13%}.studio-v2-package-table th:nth-child(4),.studio-v2-package-table td:nth-child(4),.studio-v2-package-table th:nth-child(5),.studio-v2-package-table td:nth-child(5){width:11%}.studio-v2-package-table th:nth-child(6),.studio-v2-package-table td:nth-child(6){width:23%}.studio-v2-settings-table{min-width:640px}.studio-v2-settings-table th,.studio-v2-settings-table td{padding-left:6px;padding-right:6px}.studio-v2-settings-table th:first-child,.studio-v2-settings-table td:first-child{width:25%}.studio-v2-settings-table th:nth-child(2),.studio-v2-settings-table td:nth-child(2){width:24%}.studio-v2-settings-table th:nth-child(3),.studio-v2-settings-table td:nth-child(3){width:19%}.studio-v2-settings-table th:nth-child(4),.studio-v2-settings-table td:nth-child(4),.studio-v2-settings-table th:nth-child(5),.studio-v2-settings-table td:nth-child(5){width:16%}.studio-v2-col-case{width:10%}.studio-v2-col-title{width:19%}.studio-v2-col-status{width:10%}.studio-v2-col-intent{width:12%}.studio-v2-col-evidence{width:8%}.studio-v2-col-offer{width:11%}.studio-v2-col-gate{width:8%}.studio-v2-col-risk{width:9%}.studio-v2-col-updated{width:13%}.studio-v2-table th,.studio-v2-table td{border-bottom:1px solid var(--studio-border-default);text-align:left;vertical-align:middle;padding:8px 9px}.studio-v2-table th:nth-child(9),.studio-v2-table td:nth-child(9){text-align:right;padding-left:14px}.studio-v2-table th{background:var(--studio-bg-subtle);color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-table td{color:var(--studio-text-secondary);font-size:11.5px;line-height:1.32}.studio-v2-table tr:last-child td{border-bottom:0}.studio-v2-table tr.is-selected td{background:var(--studio-action-primary-soft)}.studio-v2-table tbody tr{cursor:pointer}.studio-v2-table tbody tr:hover td,.studio-v2-table tbody tr:focus-visible td{background:var(--studio-bg-subtle)}.studio-v2-table tbody tr.is-selected:hover td,.studio-v2-table tbody tr.is-selected:focus-visible td{background:var(--studio-action-primary-soft)}.studio-v2-table tbody tr:focus-visible{outline:2px solid var(--studio-action-primary);outline-offset:-2px}.studio-v2-table-title,.studio-v2-table-subtitle{display:block}.studio-v2-table-title{color:var(--studio-text-primary);text-overflow:ellipsis;font-size:12.5px;font-weight:760;overflow:hidden}.studio-v2-table-subtitle{color:var(--studio-text-muted);text-overflow:ellipsis;margin-top:3px;font-size:11px;overflow:hidden}.studio-v2-row-button{cursor:pointer;width:100%;color:inherit;text-align:left;background:0 0;border:0;gap:3px;padding:0;display:grid}.studio-v2-row-button strong{color:var(--studio-action-primary);text-overflow:ellipsis;font-size:12px;overflow:hidden}.studio-v2-table time{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.studio-v2-row-button span{color:var(--studio-text-muted);font-size:11px}.studio-v2-empty-state{border:1px dashed var(--studio-border-default);background:var(--studio-bg-subtle);color:var(--studio-text-secondary);border-radius:8px;justify-items:start;gap:8px;padding:24px;display:grid}.studio-v2-empty-state strong{color:var(--studio-text-primary);font-size:15px}.studio-v2-empty-state p{max-width:520px;color:var(--studio-text-muted);margin:0;font-size:13px;line-height:1.55}.studio-v2-empty-actions{margin-top:4px}.studio-v2-status{text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;max-width:100%;min-height:22px;padding:3px 8px;font-size:11px;font-weight:760;line-height:1.2;display:inline-flex;overflow:hidden}.studio-v2-status-neutral{border-color:var(--studio-border-default);background:var(--studio-bg-subtle);color:var(--studio-text-secondary)}.studio-v2-status-success{background:var(--studio-status-success-soft);color:var(--studio-status-success);border-color:#1f9e6838}.studio-v2-status-warning{background:var(--studio-status-warning-soft);color:var(--studio-status-warning);border-color:#b879163d}.studio-v2-status-rose{background:var(--studio-attention-rose-soft);color:var(--studio-attention-rose);border-color:#e85d753d}.studio-v2-status-violet{background:var(--studio-status-violet-soft);color:var(--studio-status-violet);border-color:#6f55d93d}.studio-v2-inspector{border-left:1px solid var(--studio-border-default);background:var(--studio-bg-app);align-content:start;align-self:start;gap:11px;height:auto;max-height:100dvh;padding:16px;display:grid;position:sticky;top:0;overflow:hidden auto}.studio-v2-inspector-header{gap:6px;display:grid}.studio-v2-inspector-header h2{font-size:19px}.studio-v2-inspector-meta{gap:5px;margin:0;display:grid}.studio-v2-inspector-meta div{grid-template-columns:44px minmax(0,1fr);gap:8px;display:grid}.studio-v2-inspector-meta dt{color:var(--studio-text-muted);text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-inspector-meta dd{color:var(--studio-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.studio-v2-inspector-header p{color:var(--studio-text-secondary);margin:0;font-size:13px;line-height:1.55}.studio-v2-inspector-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.studio-v2-inspector-actions-muted{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-v2-action{border:1px solid var(--studio-border-default);background:var(--studio-bg-card);min-height:34px;color:var(--studio-text-primary);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:7px 10px;font-size:12px;font-weight:760;line-height:1.2;display:inline-flex}.studio-v2-action-primary{border-color:var(--studio-action-primary);background:var(--studio-action-primary);color:#fff}.studio-v2-action-secondary{background:var(--studio-action-primary-soft);color:var(--studio-action-primary);border-color:#3f4fe83d}.studio-v2-action-ghost{background:var(--studio-bg-subtle);color:var(--studio-text-secondary)}.studio-v2-action:disabled{cursor:not-allowed;border-color:var(--studio-border-default);background:var(--studio-bg-subtle);color:var(--studio-text-muted);box-shadow:inset 0 0 0 1px #7882940f}.studio-v2-inspector-section{gap:9px;padding:11px;display:grid}.studio-v2-inspector-section h2{font-size:13px}.studio-v2-inspector-list{gap:8px;margin:0;display:grid}.studio-v2-inspector-list div{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:10px;display:grid}.studio-v2-inspector-list dt{color:var(--studio-text-muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:760}.studio-v2-inspector-list dd{color:var(--studio-text-secondary);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:12px;line-height:1.45}.studio-v2-gap-list,.studio-v2-boundary-list{gap:7px;margin:0;padding:0;list-style:none;display:grid}.studio-v2-gap-list li,.studio-v2-boundary-list li{background:var(--studio-bg-subtle);color:var(--studio-text-secondary);overflow-wrap:anywhere;border-radius:7px;padding:8px 9px;font-size:12px;line-height:1.35}.studio-v2-boundary-list li{border:1px solid var(--studio-border-default)}.studio-v2-next-action,.studio-v2-muted{color:var(--studio-text-secondary);margin:0;font-size:12px;line-height:1.55}@media (max-width:1180px){:is(html:has(.studio-v2-shell),body:has(.studio-v2-shell)){overflow-y:auto}.studio-v2{--studio-sidebar-width:220px}.studio-v2-shell{min-height:100vh;margin-left:var(--studio-sidebar-width);grid-template-columns:minmax(0,1fr);overflow:visible}.studio-v2-workspace{min-height:100vh;overflow:visible}.studio-v2-main{overflow:visible}.studio-v2-canvas-board,.studio-v2-mission-grid,.studio-v2-research-grid,.studio-v2-evidence-grid,.studio-v2-offer-grid,.studio-v2-publish-grid,.studio-v2-package-grid,.studio-v2-settings-grid,.studio-v2-draft-preview-grid,.studio-v2-saved-draft-readiness-details,.studio-v2-write-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-v2-inspector{border-top:1px solid var(--studio-border-default);border-left:0;grid-column:1/-1;height:auto;max-height:none;position:static;overflow:visible}}@media (max-width:860px){.studio-v2-shell{margin-left:0;display:block}.studio-v2-workspace{width:100%;max-width:100vw}.studio-v2-sidebar{width:auto;height:auto;max-height:none;position:static;overflow:visible}.studio-v2-sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-v2-top-header,.studio-v2-page-heading,.studio-v2-table-header,.studio-v2-draft-mode-selector{flex-direction:column;align-items:stretch}.studio-v2-draft-mode-buttons{min-width:0}.studio-v2-filter-bar,.studio-v2-saved-drafts-grid,.studio-v2-metrics,.studio-v2-canvas-board,.studio-v2-mission-grid,.studio-v2-research-grid,.studio-v2-evidence-grid,.studio-v2-offer-grid,.studio-v2-publish-grid,.studio-v2-package-grid,.studio-v2-settings-grid,.studio-v2-draft-preview-grid,.studio-v2-saved-draft-readiness-summary,.studio-v2-saved-draft-readiness-details,.studio-v2-write-plan-grid{grid-template-columns:1fr}.studio-v2-mission-actions,.studio-v2-research-actions,.studio-v2-canvas-actions,.studio-v2-evidence-actions,.studio-v2-offer-actions,.studio-v2-publish-actions,.studio-v2-package-actions,.studio-v2-settings-actions{flex-wrap:wrap;justify-content:flex-start;max-width:none}.studio-v2-mode-card{width:100%;min-width:0}.studio-v2-local-package-artifact{grid-column:auto}.studio-v2-header-status{justify-content:flex-start}.studio-v2-filter-panel{width:100%;position:static}.studio-v2-table{min-width:780px}}@media (max-width:560px){.studio-v2-main,.studio-v2-top-header,.studio-v2-inspector{padding-left:14px;padding-right:14px}.studio-v2-sidebar-nav,.studio-v2-inspector-actions,.studio-v2-inspector-actions-muted{grid-template-columns:1fr}}
