.non-short-workbench {
  --ns-bg: #111722; --ns-surface: #19212d; --ns-surface-soft: #202a38; --ns-text: #f1ede5; --ns-muted: #aab3c0;
  --ns-border: #354154; --ns-accent: #d0b477; --ns-accent-strong: #8e73c0; --ns-code-bg: #0c1119; --ns-code-text: #e9e4db;
  max-width: none; margin: -24px; min-height: calc(100vh - 72px); background: var(--ns-bg); color: var(--ns-text);
}
html[data-theme="light"] .non-short-workbench {
  --ns-bg: #f3f0e9; --ns-surface: rgba(255,255,255,.76); --ns-surface-soft: #ebe6dc; --ns-text: #25242a; --ns-muted: #69656a;
  --ns-border: #d9d2c5; --ns-accent: #806a50; --ns-accent-strong: #263e66; --ns-code-bg: #faf8f3; --ns-code-text: #29272d;
}
html[data-theme="light"] .non-short-sidebar { background: #e7ebf1; color: #252c37; border-right: 1px solid #ccd3dd; }
html[data-theme="light"] .non-short-sidebar .btn-ghost { color: #2f3948; border-color: #bac3d0; }
html[data-theme="light"] .non-short-project-item { color: #252c37; border-color: #c8d0dc; background: rgba(255,255,255,.58); }
html[data-theme="light"] .non-short-project-item span { color: #687384; }
html[data-theme="light"] .non-short-boundary-note { color: #687384; border-color: #c8d0dc; }
html[data-theme="light"] .non-short-boundary-note strong { color: #374151; }
.non-short-entry-btn { background: linear-gradient(135deg, #263e66, #725b8f); box-shadow: 0 12px 30px rgba(42, 48, 83, .24); }
html.non-short-create-open, body.non-short-create-open { overflow: hidden; }
.non-short-shell { display: grid; grid-template-columns: 270px minmax(0, 1fr); min-height: calc(100vh - 72px); }
.non-short-sidebar { background: #1e2632; color: #f5f1e8; padding: 28px 20px; display: flex; flex-direction: column; gap: 20px; }
html:not([data-theme="light"]) .non-short-sidebar { background: #0b1018; border-right: 1px solid var(--ns-border); }
.non-short-brand-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.non-short-brand-row div { display: grid; gap: 4px; }
.non-short-brand-row span, .non-short-eyebrow { color: #b8a785; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.non-short-brand-row strong { font-size: 18px; }
.non-short-sidebar .btn-ghost { color: #e9e1d3; border-color: rgba(255,255,255,.2); }
.non-short-create-trigger { width: 100%; }
.non-short-project-list { display: grid; gap: 8px; overflow: auto; max-height: calc(100vh - 300px); }
.non-short-project-item { width: 100%; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); color: inherit; text-align: left; border-radius: 10px; padding: 13px; cursor: pointer; display: grid; gap: 5px; }
.non-short-project-item:hover, .non-short-project-item.active { border-color: #bca77c; background: rgba(188,167,124,.14); }
.non-short-project-item span { color: #aeb6c2; font-size: 12px; }
.non-short-boundary-note { margin-top: auto; padding: 14px; border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 6px; font-size: 12px; color: #aeb6c2; }
.non-short-boundary-note strong { color: #dfd3bd; }
.non-short-main { padding: 38px clamp(20px, 3vw, 48px); min-width: 0; overflow: hidden; }
.non-short-welcome { max-width: 1050px; margin: 5vh auto 0; }
.non-short-welcome h1 { max-width: 760px; color: var(--ns-text); text-shadow: none; max-height: none; opacity: 1; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(36px, 5vw, 64px); line-height: 1.08; margin: 16px 0 20px; font-weight: 500; }
.non-short-welcome > p { max-width: 760px; color: var(--ns-muted); font-size: 17px; line-height: 1.8; }
.non-short-format-cards { margin-top: 44px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.non-short-format-card { border: 1px solid var(--ns-border); border-top: 3px solid var(--ns-accent); background: var(--ns-surface); padding: 20px; min-height: 150px; display: grid; align-content: start; gap: 10px; border-radius: 4px; }
.non-short-format-card strong { font-family: Georgia, "Noto Serif SC", serif; font-size: 20px; }
.non-short-format-card span { color: var(--ns-muted); font-size: 13px; line-height: 1.6; }
.non-short-project-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; border-bottom: 1px solid var(--ns-border); padding-bottom: 20px; }
.non-short-project-head h1 { font-family: Georgia, "Noto Serif SC", serif; font-size: 38px; font-weight: 500; margin: 8px 0; }
.non-short-project-head h1, .non-short-stage-heading h2 { color: var(--ns-text); text-shadow: none; opacity: 1; max-height: none; }
.non-short-project-head p { color: var(--ns-muted); }
.non-short-format-badge { border: 1px solid var(--ns-accent); color: var(--ns-accent); border-radius: 999px; padding: 5px 10px; font-size: 12px; }
.non-short-head-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.non-short-project-menu { position: relative; }
.non-short-project-menu > summary { list-style: none; cursor: pointer; }
.non-short-project-menu > summary::-webkit-details-marker { display: none; }
.non-short-project-menu > div { position: absolute; z-index: 12; top: calc(100% + 8px); right: 0; width: 150px; display: grid; gap: 6px; padding: 8px; border: 1px solid var(--ns-border); border-radius: 10px; background: var(--ns-surface); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.non-short-project-menu > div .btn { width: 100%; justify-content: flex-start; }
.non-short-project-contract-details { margin-top: 14px; border: 1px solid var(--ns-border); border-radius: 10px; background: color-mix(in srgb, var(--ns-surface-soft) 65%, transparent); }
.non-short-project-contract-details > summary { display: flex; align-items: baseline; gap: 10px; padding: 11px 14px; cursor: pointer; color: var(--ns-text); }
.non-short-project-contract-details > summary span { color: var(--ns-muted); font-size: 12px; }
.non-short-project-contract { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 16px 0 2px; }
.non-short-project-contract-details .non-short-project-contract { margin: 0; padding: 0 12px 12px; }
.non-short-project-contract > div { display: grid; gap: 5px; padding: 12px 14px; background: var(--ns-surface-soft); border: 1px solid var(--ns-border); border-radius: 10px; min-width: 0; }
.non-short-project-contract span { color: var(--ns-muted); font-size: 11px; }
.non-short-project-contract strong { color: var(--ns-text); font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.non-short-phase-rail { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 8px; width: 100%; overflow: visible; padding: 22px 0 12px; }
.non-short-phase-button { min-width: 0; border: 0; border-bottom: 2px solid var(--ns-border); background: transparent; padding: 9px 5px 12px; color: var(--ns-muted); cursor: pointer; text-align: left; }
.non-short-phase-button strong { display: block; color: inherit; font-size: 13px; margin-top: 4px; }
.non-short-phase-button.active { color: var(--ns-accent-strong); border-color: var(--ns-accent-strong); }
.non-short-phase-button.confirmed { color: #50715c; border-color: #789a82; }
.non-short-phase-button.stale { color: #a37542; border-style: dashed; }
.non-short-phase-button:disabled { opacity: .45; cursor: not-allowed; }
.non-short-combined-phase-tabs { display: flex; gap: 8px; margin: 0 0 14px; padding: 4px; width: fit-content; border: 1px solid var(--ns-border); border-radius: 10px; background: var(--ns-surface-soft); }
.non-short-combined-phase-tabs button { border: 0; border-radius: 7px; padding: 8px 14px; background: transparent; color: var(--ns-muted); cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.non-short-combined-phase-tabs button.active { background: var(--ns-surface); color: var(--ns-accent-strong); box-shadow: 0 1px 6px rgba(0,0,0,.12); }
.non-short-combined-phase-tabs button:disabled { opacity: .4; cursor: not-allowed; }
.non-short-stage-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 14px; }
.non-short-stage-panel, .non-short-output-panel { background: var(--ns-surface); border: 1px solid var(--ns-border); border-radius: 14px; padding: 24px; }
.non-short-stage-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 14px 22px; padding: 18px 20px; }
.non-short-stage-heading, .non-short-output-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.non-short-stage-heading h2 { font-family: Georgia, "Noto Serif SC", serif; font-weight: 500; font-size: 25px; margin: 3px 0 5px; }
.non-short-stage-heading > div > span { color: var(--ns-accent); font-size: 12px; }
.non-short-stage-heading p { margin: 0; max-width: 780px; font-size: 13px; line-height: 1.6; }
.non-short-instructions { min-height: 100px; resize: vertical; }
.non-short-stage-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; align-items: center; }
.non-short-instruction-details { position: relative; }
.non-short-instruction-details > summary { cursor: pointer; color: var(--ns-accent-strong); font-size: 13px; font-weight: 700; }
.non-short-instruction-details[open] { grid-column: 1 / -1; width: min(620px, 80vw); padding: 12px; border: 1px solid var(--ns-border); border-radius: 10px; background: var(--ns-surface-soft); }
.non-short-instruction-details .form-field { margin-top: 10px; }
.non-short-generation-progress { display: grid; gap: 9px; margin-top: 16px; padding: 13px 14px; border: 1px solid color-mix(in srgb, var(--ns-accent-strong) 45%, var(--ns-border)); border-radius: 10px; background: var(--ns-surface-soft); }
.non-short-stage-panel .non-short-generation-progress { grid-column: 1 / -1; margin-top: 0; }
.non-short-generation-progress-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.non-short-generation-progress-head strong { color: var(--ns-text); font-size: 13px; }
.non-short-generation-progress-head span { color: var(--ns-muted); font: 12px/1.4 ui-monospace, monospace; white-space: nowrap; }
.non-short-generation-progress p { margin: 0; color: var(--ns-muted); font-size: 12px; line-height: 1.6; }
.non-short-generation-track { height: 6px; overflow: hidden; border-radius: 999px; background: color-mix(in srgb, var(--ns-border) 78%, transparent); }
.non-short-generation-track i { display: block; width: 36%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ns-accent-strong), var(--ns-accent)); animation: non-short-progress 1.35s ease-in-out infinite; }
.non-short-generation-progress.warning { border-color: #c58b39; }
.non-short-generation-progress.warning .non-short-generation-track i { background: linear-gradient(90deg, #c58b39, var(--ns-accent)); }
.non-short-generation-progress.terminal .non-short-generation-track i { width: 100%; animation: none; }
@keyframes non-short-progress { 0% { transform: translateX(-115%); } 100% { transform: translateX(315%); } }
@media (prefers-reduced-motion: reduce) { .non-short-generation-track i { width: 100%; animation: none; opacity: .72; } }
.non-short-output-panel { min-width: 0; }
.non-short-output-head > div { display: grid; gap: 5px; }
.non-short-output-head span { color: var(--ns-muted); font-size: 11px; font-family: ui-monospace, monospace; }
.non-short-output-details { margin-top: 14px; }
.non-short-output-details > summary { display: flex; align-items: baseline; gap: 9px; cursor: pointer; color: var(--ns-accent-strong); }
.non-short-output-details > summary span { color: var(--ns-muted); font-size: 11px; font-weight: 400; }
.non-short-output-details[open] > summary { margin-bottom: 4px; }
.non-short-output { min-height: 220px; margin: 18px 0 0; padding: 22px; scroll-margin-top: 18px; background: var(--ns-code-bg); color: var(--ns-code-text); border: 1px solid var(--ns-border); border-radius: 10px; font: 14px/1.8 "Noto Sans SC", sans-serif; overflow-wrap: anywhere; }
.non-short-output .non-short-content-section + .non-short-content-section { margin-top: 20px; padding-top: 12px; border-top: 1px solid color-mix(in srgb, var(--ns-border) 70%, transparent); }
.non-short-output h1, .non-short-output h2, .non-short-output h3, .non-short-output h4 { color: var(--ns-code-text); text-shadow: none; opacity: 1; max-height: none; line-height: 1.35; margin: 1em 0 .55em; }
.non-short-output h1 { font-size: 24px; } .non-short-output h2 { font-size: 20px; } .non-short-output h3 { font-size: 17px; }
.non-short-output p, .non-short-output ul, .non-short-output ol, .non-short-output blockquote { margin: .65em 0; }
.non-short-output ul, .non-short-output ol { padding-left: 1.6em; }
.non-short-output table { display: table; width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 13px; }
.non-short-output th, .non-short-output td { border: 1px solid var(--ns-border); padding: 9px 10px; text-align: left; vertical-align: top; }
.non-short-output th, .non-short-output td { overflow-wrap: anywhere; word-break: break-word; }
.non-short-output th { background: var(--ns-surface-soft); color: var(--ns-text); }
.non-short-output blockquote { padding: 8px 14px; border-left: 3px solid var(--ns-accent); color: var(--ns-muted); background: color-mix(in srgb, var(--ns-surface-soft) 70%, transparent); }
.non-short-empty-output { display: grid; min-height: 170px; place-items: center; color: var(--ns-muted); }
.non-short-output-pagination { display: grid; grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr); align-items: center; gap: 12px; margin-top: 14px; padding: 12px; border: 1px solid var(--ns-border); border-radius: 10px; background: color-mix(in srgb, var(--ns-surface-soft) 65%, transparent); }
.non-short-output-pagination > button:first-child { justify-self: end; }
.non-short-output-pagination > button:last-child { justify-self: start; }
.non-short-output-pagination label { display: flex; align-items: center; gap: 8px; color: var(--ns-muted); font-size: 12px; white-space: nowrap; }
.non-short-output-page-select { width: auto; min-width: 118px; height: 38px; padding: 6px 30px 6px 10px; color: var(--ns-text); background-color: var(--ns-surface); border-color: var(--ns-border); }
.non-short-secondary-section { margin-top: 12px; border: 1px solid var(--ns-border); border-radius: 9px; background: color-mix(in srgb, var(--ns-surface-soft) 55%, transparent); }
.non-short-secondary-section > summary { padding: 11px 14px; color: var(--ns-muted); cursor: pointer; font-weight: 600; }
.non-short-secondary-content { padding: 0 14px 14px; }
.non-short-review-digest { margin-top: 16px; padding: 16px; border: 1px solid var(--ns-border); border-radius: 12px; background: var(--ns-surface-soft); }
.non-short-review-digest-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.non-short-review-digest-head h3 { margin: 0; color: var(--ns-text); font-size: 18px; }
.non-short-review-digest-head span { color: var(--ns-muted); font-size: 12px; }
.non-short-review-digest-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.non-short-review-card { min-width: 0; padding: 12px; border: 1px solid var(--ns-border); border-radius: 9px; background: var(--ns-surface); }
.non-short-review-card > div { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.non-short-review-card b { color: var(--ns-text); font-size: 13px; }
.non-short-review-card em { padding: 2px 6px; border-radius: 999px; background: color-mix(in srgb, var(--ns-accent) 22%, transparent); color: var(--ns-accent); font-size: 10px; font-style: normal; }
.non-short-review-card p { margin: 0; color: var(--ns-muted); font-size: 12px; line-height: 1.55; }
.non-short-review-card details { margin-top: 7px; color: var(--ns-muted); font-size: 11px; }
.non-short-review-more { margin-top: 10px; }
.non-short-review-more > summary { cursor: pointer; color: var(--ns-accent-strong); font-size: 12px; }
.non-short-decision-panel { margin-top: 18px; padding: 20px; border: 1px solid color-mix(in srgb, var(--ns-accent) 72%, var(--ns-border)); border-radius: 12px; background: var(--ns-surface-soft); }
.non-short-decision-head, .non-short-final-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.non-short-decision-head > div > span, .non-short-final-head > div > span { color: var(--ns-accent); font-size: 11px; letter-spacing: .12em; }
.non-short-decision-head h3, .non-short-final-head h3 { margin: 4px 0 0; color: var(--ns-text); font-size: 20px; }
.non-short-decision-panel > p, .non-short-final-head p { margin: 8px 0 0; color: var(--ns-muted); font-size: 12px; line-height: 1.6; }
.non-short-decision-fields { display: grid; gap: 14px; margin-top: 16px; }
.non-short-decision-card { min-width: 0; margin: 0; padding: 15px; border: 1px solid var(--ns-border); border-radius: 10px; }
.non-short-decision-card legend { max-width: 100%; padding: 0 6px; color: var(--ns-text); font-weight: 700; line-height: 1.55; }
.non-short-decision-card legend > span { margin-right: 8px; color: var(--ns-accent); font: 11px/1 ui-monospace, monospace; }
.non-short-decision-card legend em { margin-left: 8px; color: #c65f5f; font-size: 10px; font-style: normal; }
.non-short-decision-card legend em.optional { color: var(--ns-muted); }
.non-short-decision-options { display: grid; gap: 8px; margin-top: 10px; }
.non-short-decision-option { display: flex; align-items: flex-start; gap: 9px; padding: 10px 12px; border: 1px solid var(--ns-border); border-radius: 8px; cursor: pointer; color: var(--ns-text); background: var(--ns-surface); }
.non-short-decision-option input { margin-top: 4px; accent-color: var(--ns-accent-strong); }
.non-short-decision-custom { margin-top: 2px; }
.non-short-recommendation { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 11px 12px; border-left: 3px solid var(--ns-accent); background: var(--ns-surface); }
.non-short-recommendation > div { display: grid; gap: 3px; }
.non-short-recommendation span { color: var(--ns-text); font-size: 13px; }
.non-short-recommendation small { color: var(--ns-muted); line-height: 1.5; }
.non-short-confirmed-answer { margin-top: 10px; padding: 11px 12px; border-radius: 8px; background: var(--ns-surface); color: var(--ns-text); }
.non-short-confirm-actions { display: flex; justify-content: flex-end; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--ns-border); }
.non-short-final-delivery { margin-top: 18px; padding: 16px; border: 1px solid var(--ns-accent); border-radius: 12px; background: color-mix(in srgb, var(--ns-accent) 7%, var(--ns-surface)); }
.non-short-final-head > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; }
.non-short-final-head .btn.disabled { opacity: .45; pointer-events: none; }
.non-short-final-preview { margin-top: 14px; }
.non-short-final-preview > summary { cursor: pointer; color: var(--ns-accent-strong); font-weight: 700; }
.non-short-final-preview .non-short-output { min-height: 0; margin-top: 12px; }
.non-short-rating-revision { margin-top: 24px; padding-top: 22px; border-top: 2px solid var(--ns-accent-strong); }
.non-short-rating-revision-head > div > span { color: var(--ns-accent); font-size: 11px; letter-spacing: .12em; }
.non-short-rating-revision-head h3 { margin: 5px 0; color: var(--ns-text); font-size: 20px; }
.non-short-rating-revision-head p { margin: 0; color: var(--ns-muted); font-size: 12px; line-height: 1.6; }
.non-short-rating-issues { margin-top: 16px; }
.non-short-rating-issues-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.non-short-rating-more { margin-top: 10px; }
.non-short-rating-more > summary { cursor: pointer; color: var(--ns-accent-strong); font-size: 12px; font-weight: 700; }
.non-short-rating-more .non-short-rating-issues-grid { margin-top: 10px; }
.non-short-rating-issue { display: flex; align-items: flex-start; gap: 10px; padding: 13px; border: 1px solid var(--ns-border); border-radius: 10px; background: var(--ns-surface-soft); cursor: pointer; }
.non-short-rating-issue input { margin-top: 4px; accent-color: var(--ns-accent-strong); }
.non-short-rating-issue span { display: grid; gap: 5px; min-width: 0; }
.non-short-rating-issue strong { color: var(--ns-text); }
.non-short-rating-issue small { color: var(--ns-muted); }
.non-short-rating-issue p { margin: 0; color: var(--ns-text); font-size: 12px; line-height: 1.6; }
.non-short-rating-controls { display: grid; gap: 12px; margin-top: 16px; }
.non-short-rating-controls textarea { min-height: 100px; resize: vertical; }
.non-short-rating-controls .btn { justify-self: start; }
.non-short-revision-scope { border: 1px solid var(--ns-border); border-radius: 10px; background: var(--ns-surface-soft); }
.non-short-revision-scope > summary { padding: 12px 14px; cursor: pointer; color: var(--ns-accent-strong); font-size: 12px; font-weight: 700; }
.non-short-revision-scope .non-short-rating-issues { margin: 0; padding: 0 12px 12px; }
.non-short-rating-candidate { margin-top: 20px; }
.non-short-rating-candidate-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--ns-text); }
.non-short-rating-candidate-head span { color: var(--ns-muted); font-size: 12px; }
.non-short-rating-candidate-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.non-short-rating-candidate-grid > div { min-width: 0; }
.non-short-rating-candidate-grid > div > strong { color: var(--ns-text); }
.non-short-rating-candidate-grid .non-short-output { max-height: 560px; overflow: auto; }
.non-short-revision-complete { margin-top: 18px; padding: 16px; border: 1px solid var(--ns-accent); border-radius: 12px; background: color-mix(in srgb, var(--ns-accent) 8%, var(--ns-surface)); }
.non-short-revision-complete > span { color: var(--ns-accent); font-size: 11px; letter-spacing: .12em; }
.non-short-revision-complete h3 { margin: 5px 0; color: var(--ns-text); font-size: 19px; }
.non-short-revision-complete p { margin: 0; color: var(--ns-muted); font-size: 12px; line-height: 1.6; }
.non-short-episode-page h1:first-child { margin-top: 0; }
.non-short-phase-navigation { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--ns-border); }
.non-short-create-modal {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  max-height: min(860px, calc(100dvh - 32px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.non-short-create-modal > .modal-header, .non-short-create-modal > .modal-footer { flex: 0 0 auto; }
.non-short-create-modal > .modal-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
  -webkit-overflow-scrolling: touch;
}
.non-short-create-modal > .modal-body::-webkit-scrollbar { width: 9px; }
.non-short-create-modal > .modal-body::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: var(--accent); background-clip: padding-box; }
.non-short-create-modal > .modal-body::-webkit-scrollbar-track { background: transparent; }
.non-short-create-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.non-short-create-wide { grid-column: 1 / -1; }
.non-short-create-grid textarea { min-height: 110px; resize: vertical; }
.non-short-field-hint { color: var(--text-2); font-size: 12px; line-height: 1.5; }
.non-short-carry-note { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: baseline; min-width: 0; padding: 12px 14px; border: 1px solid var(--border-soft); border-radius: 10px; background: var(--bg-1); }
.non-short-carry-note strong { color: var(--text-0); }
.non-short-carry-note span { color: var(--text-2); font-size: 12px; line-height: 1.6; }
.non-short-runtime-warning { grid-column: 1 / -1; display: grid; gap: 8px; padding: 20px; border: 1px solid #c58b39; border-radius: 10px; background: color-mix(in srgb, #c58b39 10%, var(--ns-surface)); }
.non-short-runtime-warning strong { color: var(--ns-text); font-size: 18px; }
.non-short-runtime-warning span { max-width: 720px; color: var(--ns-muted); font-size: 13px; line-height: 1.7; }
.non-short-project-runtime-warning { margin: 16px 0; padding: 14px 16px; }
.non-short-project-runtime-warning strong { font-size: 15px; }
@media (max-width: 980px) {
  .non-short-workbench { margin: -16px; }
  .non-short-shell { grid-template-columns: minmax(0, 1fr); }
  .non-short-sidebar { min-height: auto; }
  .non-short-project-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: none; overflow: visible; }
  .non-short-project-item { min-width: 0; }
  .non-short-boundary-note { display: none; }
  .non-short-format-cards { grid-template-columns: repeat(2,1fr); }
  .non-short-stage-grid { grid-template-columns: 1fr; }
  .non-short-stage-panel { grid-template-columns: 1fr; }
  .non-short-stage-actions { justify-content: flex-start; }
  .non-short-review-digest-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .non-short-project-contract { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .non-short-phase-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px 10px; }
  .non-short-phase-button { min-height: 58px; }
  .non-short-rating-candidate-grid { grid-template-columns: 1fr; }
  .non-short-main, .non-short-project-workspace, .non-short-stage-grid, .non-short-stage-panel, .non-short-output-panel, .non-short-phase-rail { box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; }
}
@media (max-width: 560px) {
  .non-short-main { padding: 28px 16px; }
  .non-short-welcome h1 { font-size: 36px; }
  .non-short-format-cards, .non-short-create-grid { grid-template-columns: 1fr; }
  .non-short-create-wide { grid-column: auto; }
  .non-short-project-head { display: grid; }
  .non-short-head-actions { justify-content: flex-start; }
  .non-short-project-menu > div { left: 0; right: auto; }
  .non-short-project-contract { grid-template-columns: 1fr; }
  .non-short-output { min-height: 240px; padding: 16px; }
  .non-short-output-pagination { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 8px; padding: 10px 8px; }
  .non-short-output-pagination .btn { width: 100%; min-height: 44px; padding-inline: 8px; }
  .non-short-output-pagination label { display: grid; justify-items: center; gap: 4px; }
  .non-short-output-page-select { min-width: 108px; height: 44px; padding-left: 8px; font-size: 12px; }
  .non-short-phase-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .non-short-phase-button strong { font-size: 11px; line-height: 1.35; }
  .non-short-decision-head, .non-short-final-head { display: grid; }
  .non-short-final-head > div:last-child { width: 100%; }
  .non-short-final-head .btn { flex: 1; }
  .non-short-recommendation { align-items: flex-start; flex-direction: column; }
  .non-short-rating-issues-grid { grid-template-columns: 1fr; }
  .non-short-review-digest-grid { grid-template-columns: 1fr; }
  .non-short-project-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .non-short-create-modal { max-height: 85vh; max-height: 85dvh; }
}
