.video-studio { --vs-mint: #5de0c2; --vs-text: #e7eef0; --vs-muted: #91a1a8; --vs-line: #29363c; color: var(--vs-text); padding-bottom: 64px; }
.vs-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 12px 0 26px; }
.vs-eyebrow { margin: 0 0 12px; color: var(--vs-mint); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.vs-header h1 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 39px); letter-spacing: -.03em; }
.vs-header p:not(.vs-eyebrow), .vs-section-head p { color: var(--vs-muted); font-size: 14px; line-height: 1.8; margin: 4px 0 0; }
.vs-header > button { flex-shrink: 0; }
.vs-mode-note { display: flex; gap: 10px 24px; flex-wrap: wrap; background: #142824; border: 1px solid #28584e; border-radius: 12px; padding: 15px 20px; margin: 0 0 30px; line-height: 1.7; font-size: 13px; }
.vs-mode-note strong { color: var(--vs-mint); flex-shrink: 0; }
.vs-mode-note span { color: #a8c0b9; }
.vs-picker { max-width: 1000px; margin: 0 auto; }
.vs-picker-intro { padding: 38px 26px 44px; margin-bottom: 32px; border: 1px solid var(--vs-line); border-radius: 20px; background: #121b20; }
.vs-picker-intro > .material-symbols-rounded { font-size: 35px; color: var(--vs-mint); margin-bottom: 14px; }
.vs-picker-intro h2 { margin: 0 0 10px; font-size: 23px; }
.vs-picker-intro p { color: var(--vs-muted); line-height: 1.8; margin: 0 0 24px; font-size: 14px; }
.vs-session-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vs-session { display: flex; flex-direction: column; gap: 10px; min-width: 0; color: var(--vs-text); background: #121b20; border: 1px solid var(--vs-line); border-radius: 12px; padding: 20px; text-align: left; cursor: pointer; font: inherit; }
.vs-session:hover, .vs-session.is-active { background: #19302d; border-color: #477b6e; }
.vs-session strong { display: block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; }
.vs-session small { font-size: 11px; color: var(--vs-muted); line-height: 1.6; }
.vs-workspace { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: start; }
.vs-session-sidebar { position: sticky; top: 24px; max-height: calc(100vh - 160px); overflow-y: auto; overscroll-behavior: contain; padding-right: 4px; }
.vs-session-sidebar .vs-mini-head { margin-bottom: 14px; }
.vs-session-sidebar .vs-session-list { display: flex; flex-direction: column; gap: 8px; }
.vs-session-sidebar .vs-session { padding: 14px; }
.vs-main { min-width: 0; }
.vs-draft-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.vs-draft-head h2 { margin: 0; font-size: 24px; overflow-wrap: anywhere; }
.vs-save-state { flex-shrink: 0; font-size: 12px; color: var(--vs-muted); }
.vs-panel, .vs-job { border: 1px solid var(--vs-line); border-radius: 18px; background: #121b20; padding: 26px; margin-bottom: 24px; }
.vs-section-head { display: flex; gap: 15px; align-items: flex-start; margin: 0 0 24px; }
.vs-section-head h3 { font-size: 18px; margin: 0; }
.vs-step { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 35px; height: 35px; color: var(--vs-mint); background: #1d3631; font-size: 12px; font-weight: 700; border-radius: 9px; font-variant-numeric: tabular-nums; }
.vs-editor-fields { border: 0; padding: 0; margin: 0; min-width: 0; }
.vs-editor-fields:disabled { opacity: .72; }
.vs-field { display: flex; flex-direction: column; gap: 9px; color: #b8c5ca; font-size: 13px; font-weight: 500; margin-bottom: 19px; min-width: 0; }
.vs-field input, .vs-field select, .vs-field textarea { width: 100%; min-width: 0; box-sizing: border-box; color: var(--vs-text); background: #0d1519; border: 1px solid #35444a; border-radius: 10px; font: inherit; font-size: 14px; line-height: 1.75; padding: 11px 13px; }
.vs-field textarea { resize: vertical; min-height: 68px; }
.vs-field input::placeholder, .vs-field textarea::placeholder { color: #73848c; }
.vs-field input:focus, .vs-field textarea:focus, .vs-field select:focus { outline: 2px solid #5de0c2; outline-offset: 1px; }
.vs-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.vs-reference { border-top: 1px solid var(--vs-line); margin-top: 8px; padding-top: 20px; }
.vs-mini-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; margin-bottom: 14px; }
.vs-mini-head .vs-muted { font-size: 12px; margin-left: 7px; font-weight: 400; }
.vs-upload { display: flex; position: relative; align-items: center; flex-direction: column; gap: 10px; padding: 28px 15px; background: #0e171b; border: 1px dashed #416359; border-radius: 12px; text-align: center; cursor: pointer; }
.vs-upload > .material-symbols-rounded { color: var(--vs-mint); font-size: 29px; }
.vs-upload strong { font-size: 14px; }
.vs-upload small { color: var(--vs-muted); font-size: 12px; }
.vs-upload input { position: absolute; width: 100%; height: 100%; inset: 0; opacity: 0; cursor: pointer; }
.vs-upload:focus-within { outline: 2px solid var(--vs-mint); outline-offset: 2px; }
.vs-muted { color: var(--vs-muted); font-size: 12px; font-weight: 400; line-height: 1.8; }
.vs-discussion { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--vs-line); }
.vs-discussion > summary, .vs-cost-details > summary { padding: 6px 0; cursor: pointer; font-size: 13px; font-weight: 600; }
.vs-discussion > summary span { margin-left: 8px; color: var(--vs-mint); }
.vs-discussion[open] > summary { margin-bottom: 16px; }
.vs-notes p { font-size: 13px; color: #c5d2d6; line-height: 1.85; white-space: pre-wrap; background: #1c2b2f; padding: 13px 16px; border-radius: 10px; }
.vs-notes span { display: block; color: var(--vs-mint); font-size: 10px; letter-spacing: .06em; margin-bottom: 6px; }
.vs-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.vs-shots { display: flex; flex-direction: column; gap: 18px; margin-bottom: 20px; }
.vs-shot { background: #172229; border: 1px solid #304149; border-radius: 14px; padding: 20px; }
.vs-shot-head { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.vs-shot-number { font-size: 23px; font-weight: 700; color: var(--vs-mint); min-width: 34px; }
.vs-shot-head strong { display: block; font-size: 13px; }
.vs-shot-head small { display: block; font-size: 11px; color: var(--vs-muted); margin-top: 5px; }
.vs-shot-tools { display: flex; gap: 6px; margin-left: auto; }
.vs-shot-tools button { background: transparent; border: 1px solid #3d4b52; border-radius: 8px; padding: 7px 10px; min-height: 36px; color: #bac9cf; cursor: pointer; }
.vs-shot-tools button:hover { background: #263942; }
.vs-shot-tools button:last-child { color: #dea2a2; }
.video-studio button:disabled { opacity: .45; cursor: not-allowed; }
.video-studio button:focus-visible, .video-studio a:focus-visible, .video-studio summary:focus-visible { outline: 2px solid var(--vs-mint); outline-offset: 3px; }
.vs-shot-fields { display: grid; grid-template-columns: minmax(0, 1fr) 95px; gap: 16px; }
.vs-shot .vs-field:last-child { margin-bottom: 0; }
.vs-empty-story { text-align: center; border: 1px dashed var(--vs-line); border-radius: 12px; padding: 32px 24px; margin-bottom: 20px; }
.vs-empty-story .material-symbols-rounded { color: #799d9d; font-size: 32px; }
.vs-empty-story h4 { margin: 12px 0; font-size: 16px; }
.vs-empty-story p { color: var(--vs-muted); font-size: 13px; line-height: 1.8; margin: 0; }
.vs-segment-preview { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0 20px; }
.vs-segment-chip { display: flex; flex-direction: column; gap: 9px; background: #213e37; border-left: 3px solid var(--vs-mint); padding: 13px 22px; color: #a3c5ba; font-size: 11px; border-radius: 3px 9px 9px 3px; min-width: 120px; }
.vs-segment-chip strong { color: #e5f2ed; font-size: 14px; }
.vs-validation { color: #c9d7d9; font-size: 13px; line-height: 1.8; }
.vs-submit-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; margin-top: 22px; border-top: 1px solid var(--vs-line); }
.vs-submit-row strong { font-size: 14px; }
.vs-submit-row small { display: block; margin-top: 9px; font-size: 11px; color: var(--vs-muted); overflow-wrap: anywhere; }
.vs-error, .vs-warning, .vs-notice { padding: 13px 16px; border-radius: 10px; line-height: 1.85; font-size: 13px; overflow-wrap: anywhere; }
.vs-error { background: #302023; color: #ffc0c0; border: 1px solid #654045; }
.vs-warning { background: #302b1b; color: #ebd49b; border: 1px solid #605233; }
.vs-notice { background: #172f2a; color: #a7dfcd; border: 1px solid #2f5548; }
.vs-confirm-panel { padding: 28px; border: 2px solid var(--vs-mint); border-radius: 18px; background: #162e29; margin-bottom: 24px; }
.vs-confirm-panel h3 { margin: 0 0 16px; font-size: 21px; }
.vs-confirm-panel p { font-size: 14px; line-height: 1.9; }
.vs-confirm-panel .vs-muted { font-size: 12px; }
.vs-confirm-check { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.8; }
.vs-confirm-check input { flex-shrink: 0; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--vs-mint); }
.vs-results-head { margin-top: 38px; }
.vs-job-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.vs-job-head h4 { font-size: 19px; margin: 12px 0 7px; }
.vs-job-head small { color: var(--vs-muted); font-size: 11px; }
.vs-status { border-radius: 20px; background: #283941; color: #bed1da; padding: 6px 11px; font-size: 11px; }
.vs-status.is-success { background: #224538; color: #a9e4c2; }
.vs-demo-tag { font-size: 10px; color: #e3c16e; border: 1px solid #66582f; border-radius: 5px; padding: 4px 6px; margin-left: 6px; vertical-align: middle; white-space: nowrap; }
.vs-player { margin-top: 16px; }
.vs-player video { display: block; width: 100%; max-height: 460px; min-height: 100px; background: #080c0e; border: 1px solid #34434a; border-radius: 12px; }
.vs-player-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin: 12px 0 0; font-size: 12px; color: var(--vs-muted); }
.vs-player-meta span { overflow-wrap: anywhere; }
.vs-player-meta a { color: var(--vs-mint); text-decoration: none; }
.vs-render-progress { display: flex; min-height: 170px; background: #0d161a; border: 1px dashed #36504d; border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 12px; padding: 24px; text-align: center; }
.vs-render-progress .material-symbols-rounded { color: var(--vs-mint); font-size: 32px; }
.vs-render-progress strong { font-size: 14px; }
.vs-render-progress p { color: var(--vs-muted); font-size: 12px; line-height: 1.8; margin: 0; }
.vs-job-totals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 22px 0; padding-bottom: 20px; border-bottom: 1px solid var(--vs-line); gap: 18px; }
.vs-job-totals span { display: block; color: var(--vs-muted); font-size: 11px; margin-bottom: 8px; }
.vs-job-totals strong { font-size: 16px; overflow-wrap: anywhere; }
.vs-cost-table-wrap { width: 100%; overflow-x: auto; }
.vs-cost-table { border-collapse: collapse; width: 100%; font-size: 11px; text-align: left; margin-top: 14px; min-width: 540px; }
.vs-cost-table th, .vs-cost-table td { padding: 12px 10px; border-bottom: 1px solid var(--vs-line); vertical-align: top; }
.vs-cost-table thead th { color: #aec0c6; font-weight: 500; }
.vs-cost-table tbody th { color: #c4d8d5; font-weight: 500; }
.vs-cost-table small { display: block; color: var(--vs-muted); margin-top: 7px; font-size: 10px; }
.vs-cost-table .vs-price-basis { color: #83969f; font-size: 10px; line-height: 1.8; }
.vs-loading { padding: 90px 24px; color: var(--vs-muted); text-align: center; }
.vs-chat-thread { display: flex; flex-direction: column; gap: 22px; }
.vs-chat-bubble { min-width: 0; padding: 24px; border-radius: 18px; border: 1px solid var(--vs-line); line-height: 1.8; }
.vs-chat-assistant { background: #121b20; border-top-left-radius: 5px; width: 100%; box-sizing: border-box; }
.vs-chat-user { align-self: flex-end; max-width: 86%; background: #172b29; border-color: #315d53; border-top-right-radius: 5px; }
.vs-chat-bubble h3 { margin: 2px 0 12px; font-size: 19px; }
.vs-chat-bubble p { margin: 0 0 15px; overflow-wrap: anywhere; }
.vs-chat-bubble > p:last-child { margin-bottom: 0; }
.vs-chat-user p { white-space: pre-wrap; }
.vs-chat-label { display: block; color: var(--vs-mint); font-size: 11px; font-weight: 600; letter-spacing: .05em; margin-bottom: 10px; }
.vs-brief-settings { border-top: 1px solid var(--vs-line); padding-top: 10px; }
.vs-brief-settings summary { color: var(--vs-muted); cursor: pointer; font-size: 12px; padding: 8px 0; }
.vs-brief-settings[open] summary { margin-bottom: 12px; }
.vs-chat-reference { padding: 19px; border: 1px dashed #3c5b53; border-radius: 14px; background: #101e20; }
.vs-chat-reference .vs-mini-head { flex-wrap: wrap; }
.vs-chat-reference small { font-size: 11px; color: var(--vs-muted); }
.vs-reference-images { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.vs-reference-images:empty { display: none; }
.vs-reference-image { margin: 0; min-width: 0; }
.vs-reference-image img { display: block; width: 100%; height: 140px; object-fit: contain; border: 1px solid var(--vs-line); border-radius: 10px; background: #0b1115; }
.vs-reference-image figcaption { font-size: 11px; margin: 8px 0; color: var(--vs-muted); overflow-wrap: anywhere; }
.vs-reference-video .vs-player { margin-top: 10px; }
.vs-reference-video > button { margin-top: 12px; }
.vs-questions { margin: 22px 0 8px; }
.vs-question { border: 0; border-top: 1px solid var(--vs-line); padding: 20px 0; margin: 0; min-width: 0; }
.vs-question legend { padding: 0 10px 0 0; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.vs-question legend small { font-size: 10px; font-weight: 400; margin-left: 10px; color: var(--vs-muted); }
.vs-question-number { color: var(--vs-mint); font-size: 12px; font-variant-numeric: tabular-nums; margin-right: 10px; }
.vs-answer-options { display: flex; flex-wrap: wrap; gap: 10px; }
.vs-answer-option { display: flex; align-items: center; gap: 10px; min-height: 44px; box-sizing: border-box; padding: 10px 14px; border: 1px solid #35444a; background: #18242a; border-radius: 10px; font-size: 13px; cursor: pointer; }
.vs-answer-option:has(input:checked) { background: #1d3831; color: #c5f5e9; border-color: var(--vs-mint); }
.vs-answer-option input { accent-color: var(--vs-mint); width: 16px; height: 16px; flex-shrink: 0; margin: 0; }
.vs-answer-option span { overflow-wrap: anywhere; }
.vs-other-field { margin: 14px 0 0; }
.vs-other-field[hidden] { display: none; }
.vs-chat-thinking { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--vs-mint); font-size: 14px; }
.vs-chat-composer { position: sticky; bottom: 16px; z-index: 3; margin: 28px 0 0; padding: 16px; min-width: 0; border: 1px solid #3d5d55; border-radius: 18px; background: #122124; box-shadow: 0 12px 36px #0005; }
.vs-chat-composer textarea { display: block; width: 100%; min-height: 0; height: calc(2 * 1.8em + 16px); max-height: 220px; box-sizing: border-box; padding: 8px; resize: vertical; border: 0; border-radius: 8px; background: transparent; color: var(--vs-text); font: inherit; font-size: 14px; line-height: 1.8; }
.vs-chat-composer textarea::placeholder { color: #8b9da5; }
.vs-chat-composer textarea:focus-visible { outline: 1px solid var(--vs-mint); outline-offset: 2px; }
.vs-composer-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.vs-composer-toolbar .primary-button { min-height: 42px; padding: 10px 16px; font-size: 12px; }
.vs-attach-button { position: relative; display: flex; align-items: center; gap: 6px; min-height: 42px; border: 1px solid var(--vs-line); border-radius: 9px; padding: 0 10px; font-size: 12px; cursor: pointer; color: #c1d1d4; }
.vs-attach-button input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.vs-attach-button:focus-within { outline: 2px solid var(--vs-mint); outline-offset: 2px; }
.vs-chat-composer .vs-muted { font-size: 10px; margin: 10px 8px 0; }
.vs-chat-composer:disabled { opacity: .6; }
.vs-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1200px) {
  .vs-workspace { grid-template-columns: minmax(0, 1fr); }
  .vs-session-sidebar { position: static; max-height: none; padding: 0 0 8px; }
  .vs-session-sidebar .vs-session-list { flex-direction: row; overflow-x: auto; padding-bottom: 8px; }
  .vs-session-sidebar .vs-session { min-width: 190px; max-width: 240px; }
}
@media (max-width: 640px) {
  .vs-chat-bubble { padding: 20px 15px; border-radius: 14px; }
  .vs-chat-user { max-width: 94%; }
  .vs-chat-bubble h3 { font-size: 17px; }
  .vs-chat-composer { bottom: 6px; padding: 12px; border-radius: 14px; }
  .vs-composer-toolbar { gap: 8px; }
  .vs-composer-toolbar > .primary-button { flex: 1; }
  .vs-attach-button { padding: 0 8px; }
  .vs-attach-button span:not(.material-symbols-rounded) { max-width: 100px; line-height: 1.4; }
  .vs-reference-images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vs-reference-image img { height: 120px; }
  .vs-question { padding: 16px 0; }
  .vs-answer-option { width: 100%; }
  .vs-header { flex-direction: column; align-items: flex-start; margin-top: 4px; gap: 18px; }
  .vs-header h1 { font-size: 26px; }
  .vs-header > button { width: 100%; }
  .vs-mode-note { padding: 14px; gap: 6px; }
  .vs-picker-intro { padding: 24px 20px; }
  .vs-picker-intro h2 { font-size: 20px; line-height: 1.7; }
  .vs-session-list { grid-template-columns: minmax(0, 1fr); }
  .vs-panel, .vs-job { padding: 19px 15px; border-radius: 14px; }
  .vs-two-col { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .vs-shot { padding: 16px 12px; }
  .vs-shot-tools { gap: 4px; }
  .vs-shot-tools button { padding: 6px 8px; }
  .vs-shot-fields { grid-template-columns: minmax(0, 1fr) 72px; gap: 10px; }
  .vs-draft-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .vs-draft-head h2 { font-size: 21px; }
  .vs-section-head { gap: 10px; }
  .vs-section-head h3 { font-size: 17px; }
  .vs-section-head p { font-size: 12px; }
  .vs-actions > button { flex: 1; min-width: 130px; }
  .vs-submit-row { flex-direction: column; align-items: stretch; gap: 19px; }
  .vs-segment-chip { min-width: 95px; padding: 12px 16px; }
  .vs-confirm-panel { padding: 22px 17px; }
  .vs-job-totals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vs-job-totals > div:last-child { grid-column: 1 / -1; }
  .vs-demo-tag { display: inline-block; margin: 8px 0 0; }
  .vs-job-head { align-items: flex-start; }
  .vs-job-head > button { font-size: 12px; padding: 9px 12px; flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) { .video-studio * { scroll-behavior: auto !important; } }

/* One question at a time, followed by a horizontal storyboard page. */
.vs-page-nav { display: flex; gap: 12px; margin-bottom: 24px; }
.vs-page-nav [aria-current="step"] { border-color: #58dfc4; color: #58dfc4; }
.vs-question-progress { color: #58dfc4; font-variant-numeric: tabular-nums; }
.vs-questions .vs-question { border: 1px solid #2a3c42; border-radius: 18px; padding: 24px; background: #152329; }
.vs-questions .vs-question legend { padding: 0 8px; }
.vs-shots { display: flex; flex-direction: row; align-items: stretch; gap: 18px; overflow-x: auto; padding: 12px 4px 24px; scroll-snap-type: x proximity; }
.vs-shots .vs-shot { flex: 0 0 min(420px, 82vw); min-width: 0; scroll-snap-align: start; }
.vs-shots .vs-two-col { grid-template-columns: minmax(0, 1fr); }
.vs-shot-arrow { flex: 0 0 32px; align-self: center; color: #58dfc4; font-size: 32px; }
.vs-main, .vs-editor-fields, .vs-chat-thread { min-width: 0; }
.vs-wait-dots { display: inline-flex; align-items: center; gap: 5px; padding: 8px 0; flex-shrink: 0; }
.vs-wait-dots i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; animation: vs-wait 1.2s ease-in-out infinite; }
.vs-wait-dots i:nth-child(2) { animation-delay: .16s; }
.vs-wait-dots i:nth-child(3) { animation-delay: .32s; }
@keyframes vs-wait { 0%, 70%, 100% { opacity: .3; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-5px); } }
@media (prefers-reduced-motion: reduce) { .vs-wait-dots i { animation: none; opacity: 1; } }

.vs-question-actions { display:grid; grid-template-columns:auto auto auto; justify-content:end; gap:12px; }
.vs-question-actions [data-video-action="save"] { grid-column:1; grid-row:1; }
.vs-question-actions [data-video-action="previous-question"] { grid-column:2; grid-row:1; }
.vs-question-actions [data-video-action="next-question"], .vs-question-actions [data-video-action="plan"] { grid-column:3; grid-row:1; }
.vs-question-actions [data-video-action="review-questions"] { grid-column:3; grid-row:2; justify-self:end; }
@media(max-width:600px) { .vs-question-actions { grid-template-columns:auto auto; } .vs-question-actions [data-video-action="save"] { grid-column:1 / -1; } .vs-question-actions [data-video-action="previous-question"] { grid-column:1; grid-row:2; } .vs-question-actions [data-video-action="next-question"], .vs-question-actions [data-video-action="plan"] { grid-column:2; grid-row:2; } .vs-question-actions [data-video-action="review-questions"] { grid-column:2; grid-row:3; } }

.vs-model-dialog-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:rgba(3,10,13,.72);backdrop-filter:blur(5px)}
.vs-model-dialog{position:relative;width:min(480px,100%);padding:30px;border:1px solid #273940;border-radius:22px;background:#101d22;box-shadow:0 24px 80px rgba(0,0,0,.5)}
.vs-model-dialog h2{margin:0 36px 10px 0;color:#eef6f7;font-size:1.35rem}
.vs-model-dialog p{margin:0;color:#9fb0b6;line-height:1.7}
.vs-model-dialog-close{position:absolute;top:14px;right:16px;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#aab9be;font-size:1.8rem;line-height:1;cursor:pointer}
.vs-model-dialog-close:hover{background:#1b2b31;color:#fff}
.vs-model-dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}

.vs-chat-composer.vs-composer-initial { position:static; bottom:auto; z-index:auto; background:#121b20; border-color:var(--vs-line); box-shadow:none; padding:24px; }
.vs-composer-title { display:block; margin:2px 0 12px; font-size:19px; font-weight:700; color:var(--vs-text); }
@media(max-width:640px) { .vs-chat-composer.vs-composer-initial { padding:20px 15px; } .vs-composer-title { font-size:17px; } }

.vs-shot-images { display:grid; gap:12px; margin-top:20px; }
.vs-shot-images figure { margin:0; display:grid; gap:8px; }
.vs-shot-images img { width:100%; max-height:240px; object-fit:contain; border-radius:12px; }
.vs-shot-images input[type=file] { max-width:100%; }
.vs-render-progress .vs-wait-dots { display:flex; gap:10px; justify-content:center; margin:20px auto; }
.vs-render-progress .vs-wait-dots i { width:12px; height:12px; border-radius:50%; background:var(--accent, #58dfc1); animation:vs-render-pulse 1.2s ease-in-out infinite; }
.vs-render-progress .vs-wait-dots i:nth-child(2) { animation-delay:.2s; }
.vs-render-progress .vs-wait-dots i:nth-child(3) { animation-delay:.4s; }
@keyframes vs-render-pulse { 0%,80%,100% { opacity:.3; transform:translateY(0); } 40% { opacity:1; transform:translateY(-8px); } }
@media (prefers-reduced-motion:reduce) { .vs-render-progress .vs-wait-dots i { animation:none; opacity:1; } }

.vs-page-nav { flex-wrap: wrap; }
@media (max-width: 640px) { .vs-questions .vs-question { padding: 18px 14px; } .vs-shots .vs-shot { flex-basis: min(420px, 100%); box-sizing: border-box; } }
