.limited-access{color:#dce9ef;text-align:center;background:#0b2232;place-content:center;gap:12px;min-height:100vh;padding:32px;display:grid}.limited-access h1{color:#fff;margin:0}.limited-access p{color:#a8c0cc;margin:0;font-size:16px}.limited-access a{color:#7ad5e7;font-weight:700}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 20px;display:flex}.search-box{border:1px solid var(--border);background:#fff;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:240px;padding:0 12px;display:flex}.search-box input{border:0;outline:0;width:100%;padding:11px 0;font-size:14px}.filter-select{background:#fff;width:150px}.archive-toggle{color:#526b79;align-items:center;gap:8px;font-size:14px;display:flex}.workspace-layout{grid-template-columns:minmax(260px,.7fr) minmax(0,1.5fr);align-items:start;gap:18px;margin-bottom:30px;display:grid}.record-list,.editor-card,.editor-empty{border:1px solid var(--border);background:#fff;border-radius:10px}.record-list{overflow:hidden}.record-row{text-align:left;width:100%;color:var(--foreground);background:#fff;border:0;border-bottom:1px solid #edf1f3;align-items:center;gap:10px;padding:14px;display:flex}.record-row:hover,.record-row.selected{background:#f0f8fa}.record-icon{color:#32829a;background:#e6f4f7;border-radius:6px;flex:0 0 32px;place-items:center;height:32px;display:grid}.record-row-copy{flex:1;gap:4px;min-width:0;display:grid}.record-row-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.record-row-copy small{color:#738795;font-size:12px}.status{white-space:nowrap;color:#426170;background:#eff3f5;border-radius:999px;padding:4px 7px;font-size:11px}.status-in-progress{color:#875b1d;background:#fff2d5}.status-review{color:#5b4b92;background:#eee8ff}.status-complete{color:#287052;background:#e3f6ec}.editor-card{padding:24px}.editor-empty,.state,.empty-state{text-align:center;color:#607383;padding:30px}.editor-empty h2,.empty-state h2{color:var(--foreground);margin:12px 0 7px;font-size:20px}.editor-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.editor-actions,.editor-meta,.editor-foot,.step-selects,.scenario-result{align-items:center;gap:10px;display:flex}.title-input{width:min(550px,100%);color:var(--foreground);border:0;outline:0;margin-top:8px;font-size:25px;font-weight:650;display:block}.editor-meta{margin:22px 0 14px}.editor-meta [data-slot=select-trigger]{min-width:130px}.body-editor{resize:vertical;border:1px solid var(--input);width:100%;min-height:390px;line-height:1.6;font:inherit;border-radius:6px;padding:15px;font-size:16px;display:block}.field-input,.step-description{border:1px solid var(--input);width:100%;font:inherit;background:#fff;border-radius:6px;padding:10px}.editor-foot{color:#718592;justify-content:space-between;margin-top:18px;font-size:12px}.workflow-editor{gap:14px;display:grid}.workflow-editor-head{justify-content:space-between;align-items:center;display:flex}.workflow-step{background:#f5f9fa;border:1px solid #e0eaee;border-radius:7px;grid-template-columns:36px minmax(0,1fr) auto;align-items:start;gap:10px;padding:14px;display:grid}.step-number{color:#398297;padding-top:10px;font-weight:700}.step-fields{gap:8px;display:grid}.step-description{resize:vertical;min-height:70px}.step-selects [data-slot=select-trigger]{background:#fff;min-width:125px}.step-actions{display:flex}.scenario-editor{gap:18px;display:grid}.scenario-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.scenario-fields label{color:#526b79;gap:6px;font-size:13px;display:grid}.scenario-result{color:#fff;background:#0f3548;border-radius:7px;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px;display:grid}.scenario-result div{gap:5px;display:grid}.scenario-result span{color:#a8d5df;font-size:11px}.quick-create-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:20px;display:grid}.quick-create-card{text-align:left;color:var(--foreground);background:#fff;border:1px solid #cfe0e6;border-radius:7px;gap:7px;padding:14px;display:grid}.quick-create-card svg{color:#32829a}.quick-create-card small,.template-option small,.muted{color:#6d818e;font-size:13px;line-height:1.4}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:60vh;display:grid;overflow:auto}.template-option{text-align:left;color:var(--foreground);background:#f5f9fa;border:1px solid #dae6eb;border-radius:7px;gap:7px;padding:14px;display:grid}.template-option:hover,.quick-create-card:hover{background:#eef9fb;border-color:#55a3b7}.state{justify-content:center;align-items:center;gap:10px;display:flex}.error-state{text-align:left;color:#8c3f37;background:#fff6f4;border:1px solid #efcbc5;border-radius:7px;justify-content:flex-start;margin-bottom:18px}.blueprint-panel{margin-top:20px}@media (max-width:1000px){.quick-create-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-layout{grid-template-columns:1fr}.editor-head{flex-direction:column}.editor-actions{width:100%}.scenario-result{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.quick-create-grid,.template-grid,.scenario-fields{grid-template-columns:1fr 1fr}.toolbar{align-items:stretch}.search-box{flex-basis:100%}.filter-select,.archive-toggle{flex:1}.workspace-layout{display:block}.editor-pane{margin-top:16px}.editor-card{padding:16px}.editor-meta{flex-wrap:wrap}.editor-meta>*{flex:1}.workflow-step{grid-template-columns:28px minmax(0,1fr)}.step-actions{grid-column:2;justify-content:flex-end}.scenario-result{grid-template-columns:1fr 1fr}}fieldset.editor-card{min-width:0;margin:0}.editor-card[aria-busy=true]{opacity:.8}.scenario-result{grid-template-columns:repeat(3,minmax(0,1fr))}button:disabled{cursor:default}.record-row-copy small{overflow-wrap:anywhere}.title-input:focus-visible,.search-box:focus-within{outline-offset:3px;outline:2px solid #62b6cb}@media (max-width:640px){.scenario-result{grid-template-columns:repeat(2,minmax(0,1fr))}.template-grid{grid-template-columns:1fr}}
