/* vPDFYou V31 full-screen professional conversation workspace */
.v-create-card {
  grid-column: 1 / -1;
  min-height: 126px;
  display: grid;
  grid-template-columns: auto minmax(160px, .7fr) minmax(260px, 1.3fr) auto;
  align-items: center;
  gap: 16px;
  border-color: rgba(90, 70, 190, .32);
  background: linear-gradient(135deg, #f5f1ff 0%, #fff 55%, #fff0e8 100%);
}
.v-create-card::after { background: rgba(105, 82, 204, .1); }
.v-create-card > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(255, 76, 62, .18);
  overflow: hidden;
}
.v-create-card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
.v-create-card > strong { font-size: 22px; }
.v-create-card > small { font-size: 13px; }
.v-create-card > b { font-size: 13px; white-space: nowrap; }

.v-create-heading { margin-bottom: 14px; }
.v-create-layout { display: grid; grid-template-columns: minmax(210px, 245px) minmax(0, 1fr); gap: 16px; align-items: start; }
.v-create-projects,
.v-create-composer,
.v-create-workspace {
  border: 1px solid rgba(23, 33, 43, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 33, 43, .055);
}
.v-create-projects { position: sticky; top: 8px; padding: 14px; }
.v-create-projects-head,
.v-create-workspace-head,
.v-create-chat-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.v-create-projects-head h4,
.v-create-workspace-head h4,
.v-create-chat-head h4,
.v-create-quote-summary h4 { margin: 2px 0 0; color: var(--ink); font-size: 18px; line-height: 1.3; }
.v-create-projects-head button {
  border: 0;
  border-radius: 9px;
  background: var(--ink);
  color: white;
  padding: 9px 11px;
  font: 800 12px Manrope, sans-serif;
  cursor: pointer;
}
.v-create-project-list { display: grid; gap: 7px; margin-top: 12px; max-height: 420px; overflow: auto; }
.v-create-project-item {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(23, 33, 43, .1);
  border-radius: 11px;
  background: #faf8f3;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.v-create-project-item:hover,
.v-create-project-item.active { border-color: #6b58ce; background: #f4f0ff; }
.v-create-project-item strong { overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.v-create-project-item span { color: var(--muted); font-size: 10px; }
.v-create-project-item small { color: #6553c7; font: 700 9px 'DM Mono', monospace; }
.v-create-retention { margin: 12px 2px 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.v-create-main { min-width: 0; }
.v-create-composer,
.v-create-workspace { padding: 18px; }
.v-create-step { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.v-create-step > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: #6654c9;
  color: white;
  font: 900 12px Manrope, sans-serif;
}
.v-create-step > div { display: grid; gap: 2px; }
.v-create-step strong { color: var(--ink); font-size: 15px; }
.v-create-step small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.v-create-presets { display: grid; gap: 9px; margin: 0 0 14px; padding: 12px; border: 1px solid rgba(103, 85, 204, .15); border-radius: 12px; background: #faf8ff; }
.v-create-presets > div:first-child { display: grid; gap: 2px; }
.v-create-presets > div:first-child strong { color: var(--ink); font-size: 12px; }
.v-create-presets > div:first-child small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.v-create-presets > div:last-child { display: flex; flex-wrap: wrap; gap: 6px; }
.v-create-presets button { border: 1px solid rgba(103, 85, 204, .2); border-radius: 999px; background: #fff; color: #5140af; padding: 7px 10px; font: 800 10px Manrope, sans-serif; cursor: pointer; }
.v-create-presets button:hover { border-color: #6755cc; background: #eee9ff; }
.v-create-composer label,
.v-create-chat > label { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.v-create-composer textarea,
.v-create-composer input,
.v-create-composer select,
.v-create-chat textarea,
.v-create-chat select {
  width: 100%;
  border: 1px solid rgba(23, 33, 43, .16);
  border-radius: 11px;
  background: #fbfaf7;
  color: var(--ink);
  font: 600 14px Manrope, sans-serif;
  outline: none;
}
.v-create-composer textarea:focus,
.v-create-composer input:focus,
.v-create-composer select:focus,
.v-create-chat textarea:focus,
.v-create-chat select:focus { border-color: #6755cc; box-shadow: 0 0 0 3px rgba(103, 85, 204, .1); }
.v-create-prompt textarea { min-height: 142px; resize: vertical; padding: 13px; line-height: 1.65; }
.v-create-prompt > small { justify-self: end; color: var(--muted); font-size: 10px; font-weight: 600; }
.v-create-options { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1.15fr; gap: 10px; margin-top: 12px; }
.v-create-options input,
.v-create-options select { min-height: 42px; padding: 9px 10px; }
.v-create-quality-note { margin: 8px 2px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.v-create-toggle {
  grid-template-columns: auto 1fr !important;
  align-items: center;
  gap: 10px !important;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(103, 85, 204, .16);
  border-radius: 11px;
  background: #f7f4ff;
  cursor: pointer;
}
.v-create-toggle input { width: 18px; height: 18px; accent-color: #6654c9; }
.v-create-toggle > span { display: grid; gap: 2px; }
.v-create-toggle strong { font-size: 12px; }
.v-create-toggle small { color: var(--muted); font-size: 11px; font-weight: 600; line-height: 1.45; }
.v-create-toggle.compact { margin: 10px 0; padding: 9px 10px; }
.v-create-file-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 13px;
  border: 1px dashed rgba(23, 33, 43, .25);
  border-radius: 12px;
  background: #fbfaf7;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.v-create-file-button:hover,
.v-create-file-button.drag { border-color: #6654c9; background: #f6f2ff; }
.v-create-file-button > span:first-child { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--ink); color: var(--lime); font-size: 18px; }
.v-create-file-button > span:last-child { display: grid; gap: 3px; }
.v-create-file-button strong { font-size: 12px; }
.v-create-file-button small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.v-create-file-button.compact { margin-top: 10px; padding: 10px 12px; }
.v-create-file-button.compact > span:first-child { width: 32px; height: 32px; }
.v-create-file-list { display: grid; gap: 6px; margin-top: 8px; }
.v-create-file-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 10px; border-radius: 9px; background: #f5f1e9; }
.v-create-file-item > span { min-width: 0; display: grid; gap: 2px; }
.v-create-file-item strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.v-create-file-item small { color: var(--muted); font-size: 9px; }
.v-create-file-item button { border: 0; background: transparent; color: #a43f31; font: 800 10px Manrope, sans-serif; cursor: pointer; }
.v-create-policy-note { display: flex; gap: 10px; margin: 12px 0; padding: 11px; border-radius: 11px; background: #eef8f1; color: #275640; }
.v-create-policy-note > span { flex: none; }
.v-create-policy-note p { margin: 0; font-size: 11px; line-height: 1.55; }

.v-create-quote { display: grid; gap: 13px; margin-top: 14px; padding: 15px; border: 1px solid rgba(103, 85, 204, .22); border-radius: 15px; background: linear-gradient(145deg, #faf8ff, #fff); }
.v-create-quote .v-create-step { margin: 0; }
.v-create-quote-summary { padding: 13px; border-radius: 11px; background: white; }
.v-create-quote-summary p:not(.eyebrow) { margin: 7px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.v-create-quote-summary ul { margin: 8px 0 0; padding-left: 18px; color: var(--ink); font-size: 12px; line-height: 1.55; }
.v-create-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.v-create-price-grid > div { display: grid; gap: 5px; padding: 12px; border-radius: 10px; background: #f4f1e9; }
.v-create-price-grid > div.maximum { background: var(--ink); color: white; }
.v-create-price-grid span { color: var(--muted); font-size: 10px; }
.v-create-price-grid .maximum span { color: #c8cdd2; }
.v-create-price-grid strong { font: 900 16px 'DM Mono', monospace; }
.v-create-price-grid .maximum strong { color: var(--lime); }
.v-create-tool-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.v-create-tool-badges span { padding: 6px 8px; border-radius: 999px; background: #eae5ff; color: #4f3cad; font: 800 9px Manrope, sans-serif; }
.v-create-pricing-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.v-create-confirm[disabled] { opacity: .5; cursor: not-allowed; }

.v-create-workspace-head { padding-bottom: 14px; border-bottom: 1px solid rgba(23, 33, 43, .1); }
.v-create-workspace-head > div:first-child { min-width: 0; }
.v-create-workspace-head h4 { overflow-wrap: anywhere; font-size: 23px; }
.v-create-workspace-head p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.v-create-workspace-head > div:last-child { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 7px; }
.v-create-workspace-head .v-ai-run { width: auto; min-height: 40px; padding: 9px 13px; }
.v-create-secondary { border: 1px solid rgba(103, 85, 204, .22); border-radius: 9px; background: #f7f4ff; color: #5140af; padding: 10px 12px; font: 800 11px Manrope, sans-serif; cursor: pointer; }
.v-create-secondary:hover { border-color: #6755cc; background: #eee9ff; }
.v-create-delete { border: 1px solid rgba(176, 56, 46, .25); border-radius: 9px; background: #fff5f3; color: #a43f31; padding: 10px 12px; font: 800 11px Manrope, sans-serif; cursor: pointer; }
.v-create-result { display: grid; gap: 14px; margin-top: 14px; }
.v-create-result > h4 { margin: 0; color: var(--ink); font-size: 21px; }
.v-create-result .summary { margin: 0; padding: 13px; border-left: 4px solid #6654c9; border-radius: 0 10px 10px 0; background: #f7f4ff; color: #3c4450; font-size: 13px; line-height: 1.7; white-space: pre-wrap; }
.v-create-result-section { display: grid; gap: 8px; }
.v-create-result-section h5 { margin: 0; color: var(--ink); font-size: 15px; }
.v-create-result-section p { margin: 0; color: #3f4852; font-size: 13px; line-height: 1.7; white-space: pre-wrap; }
.v-create-result-section ul { margin: 0; padding-left: 19px; color: #3f4852; font-size: 13px; line-height: 1.65; }
.v-create-table-wrap { overflow: auto; border: 1px solid rgba(23, 33, 43, .11); border-radius: 10px; }
.v-create-table-wrap table { width: 100%; min-width: 460px; border-collapse: collapse; font-size: 10px; }
.v-create-table-wrap caption { padding: 9px; background: #f4f1e9; color: var(--ink); text-align: left; font-weight: 800; }
.v-create-table-wrap th,
.v-create-table-wrap td { padding: 8px; border: 1px solid rgba(23, 33, 43, .1); text-align: left; vertical-align: top; }
.v-create-table-wrap th { background: #faf8f3; }
.v-create-chart { display: grid; gap: 9px; }
.v-create-chart > h5,
.v-create-code-files > h5,
.v-create-follow-ups > h5 { margin: 0; color: var(--ink); font-size: 15px; }
.v-create-chart-scroll { overflow: auto; border: 1px solid rgba(23, 33, 43, .1); border-radius: 12px; background: #fff; }
.v-create-chart svg { display: block; width: 100%; min-width: 720px; height: auto; }
.v-create-code-files { display: grid; gap: 8px; }
.v-create-code-file { overflow: hidden; border: 1px solid rgba(23, 33, 43, .12); border-radius: 11px; background: #fff; }
.v-create-code-file summary { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 9px; padding: 10px 12px; cursor: pointer; }
.v-create-code-file summary strong { overflow: hidden; color: var(--ink); font: 800 11px 'DM Mono', monospace; text-overflow: ellipsis; white-space: nowrap; }
.v-create-code-file summary small { color: var(--muted); font: 700 9px 'DM Mono', monospace; }
.v-create-code-file summary button { border: 0; border-radius: 7px; background: #eee9ff; color: #5140af; padding: 6px 8px; font: 800 9px Manrope, sans-serif; cursor: pointer; }
.v-create-code-file pre { max-height: 420px; margin: 0; padding: 14px; overflow: auto; background: #17212b; color: #f3f5f8; font: 12px/1.6 'DM Mono', monospace; white-space: pre; }
.v-create-follow-ups { display: grid; gap: 9px; padding: 13px; border: 1px solid rgba(103, 85, 204, .16); border-radius: 12px; background: #faf8ff; }
.v-create-follow-ups > div { display: flex; flex-wrap: wrap; gap: 7px; }
.v-create-follow-ups button { border: 1px solid rgba(103, 85, 204, .2); border-radius: 999px; background: #fff; color: #5140af; padding: 8px 10px; font: 700 10px Manrope, sans-serif; cursor: pointer; }
.v-create-review-note { margin: 0; padding: 10px; border-radius: 9px; background: #fff7df; color: #735817; font-size: 10px; line-height: 1.55; }
.v-create-sources { margin-top: 13px; border: 1px solid rgba(23, 33, 43, .1); border-radius: 10px; background: #faf8f3; }
.v-create-sources summary { padding: 11px; color: var(--ink); font-size: 11px; font-weight: 800; cursor: pointer; }
.v-create-sources ol { margin: 0; padding: 0 26px 12px 34px; font-size: 11px; line-height: 1.55; }
.v-create-sources a { color: #5140af; overflow-wrap: anywhere; }

.v-create-chat { margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(23, 33, 43, .12); }
.v-create-chat-head > span { padding: 7px 10px; border-radius: 999px; background: #eaf6ed; color: #2b6446; font-size: 11px; font-weight: 800; }
.v-create-chat-free-note { margin: 12px 0 0; padding: 12px 14px; border-left: 4px solid #3f9366; border-radius: 0 10px 10px 0; background: #eef8f1; color: #275640; font-size: 14px; line-height: 1.65; }
.v-create-chat-messages { display: grid; gap: 12px; max-height: 560px; margin: 16px 0; padding: 2px; overflow: auto; }
.v-create-message { max-width: 90%; padding: 14px 16px; border-radius: 15px; }
.v-create-message.user { justify-self: end; border-bottom-right-radius: 4px; background: var(--ink); color: white; }
.v-create-message.assistant { justify-self: start; border-bottom-left-radius: 4px; background: #f1edff; color: var(--ink); }
.v-create-message > strong { display: block; margin-bottom: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.v-create-message > p { margin: 0; font-size: 16px; line-height: 1.7; white-space: pre-wrap; }
.v-create-message ul { margin: 9px 0 0; padding-left: 20px; font-size: 14px; line-height: 1.65; }
.v-create-message-sources { display: grid; gap: 4px; margin-top: 8px; padding-top: 7px; border-top: 1px solid rgba(23, 33, 43, .12); }
.v-create-message-sources > strong { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; opacity: .7; }
.v-create-message-sources a { color: #5140af; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.v-create-message small { display: block; margin-top: 8px; font-size: 11px; opacity: .68; }
.v-create-chat > label { font-size: 15px; }
.v-create-chat textarea { min-height: 168px; padding: 15px 16px; resize: vertical; font-size: 17px; line-height: 1.65; }
.v-create-chat-quality { margin-top: 10px; }
.v-create-chat-quality select { min-height: 48px; padding: 11px 12px; font-size: 15px; }
.v-create-chat-quality > small { color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.5; }
.v-create-chat-actions { display: flex; justify-content: flex-end; gap: 8px; }
.v-create-chat-actions .v-back-button { margin: 0; }
.v-create-chat-actions .v-ai-run { width: auto; min-width: 190px; min-height: 48px; font-size: 14px; }
.v-create-chat-quote { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 11px; padding: 12px 13px; border-radius: 10px; background: #f4f1e9; color: var(--ink); font-size: 13px; }
.v-create-chat-quote small { width: 100%; color: var(--muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 1100px) {
  .v-create-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .v-create-card { grid-template-columns: auto 1fr auto; }
  .v-create-card > small { grid-column: 2 / -1; }
  .v-create-layout { grid-template-columns: 1fr; }
  .v-create-projects { position: static; }
  .v-create-project-list { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 250px; }
}

@media (max-width: 640px) {
  #vAiModal .modal-close {
    position: sticky;
    top: 0;
    margin: 0 0 8px auto;
  }
  #vAiModal .v-hub-toolbar {
    top: 0;
    z-index: 30;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  #vAiModal .v-hub-toolbar::-webkit-scrollbar { display: none; }
  #vAiModal .v-toolbar-button,
  #vAiModal .v-toolbar-link,
  #vAiModal .v-wallet-chip,
  #vAiModal .v-free-badge { flex: 0 0 auto; }
  .v-create-card { display: grid; min-height: 190px; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 9px 12px; }
  .v-create-card > span { width: 46px; height: 46px; }
  .v-create-card > strong { font-size: 18px; }
  .v-create-card > small,
  .v-create-card > b { grid-column: 1 / -1; white-space: normal; }
  .v-create-heading { display: block; }
  .v-create-heading > p { margin-top: 8px; }
  .v-create-project-list { grid-template-columns: 1fr; }
  .v-create-composer,
  .v-create-workspace { padding: 14px; }
  .v-create-options { grid-template-columns: 1fr; }
  .v-create-price-grid { grid-template-columns: 1fr; }
  .v-create-workspace-head { display: grid; }
  .v-create-workspace-head > div:last-child { justify-content: stretch; }
  .v-create-workspace-head .v-ai-run,
  .v-create-workspace-head .v-create-delete,
  .v-create-workspace-head .v-create-secondary { flex: 1; }
  .v-create-presets > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v-create-presets button { border-radius: 9px; }
  .v-create-code-file summary { grid-template-columns: minmax(0, 1fr) auto; }
  .v-create-code-file summary small { display: none; }
  .v-create-chat-head { display: grid; }
  .v-create-chat-head > span { justify-self: start; }
	.v-create-chat-free-note { font-size: 13px; }
	.v-create-chat-messages { max-height: 500px; }
	.v-create-message { max-width: 96%; padding: 13px 14px; }
	.v-create-message > p { font-size: 15px; }
	.v-create-chat textarea { min-height: 150px; padding: 14px; font-size: 16px; }
  .v-create-chat-actions { display: grid; grid-template-columns: 1fr; }
  .v-create-chat-actions .v-ai-run { width: 100%; }
}
.v-create-clarification{border:1px solid #f0c979;border-radius:22px;background:#fffaf0;padding:22px;margin:18px 0;display:grid;gap:12px}.v-create-clarification h4{margin:0;color:#202838;font-size:1.35rem}.v-create-clarification p,.v-create-clarification ol{margin:0;color:#6d5730}.v-create-clarification ol{padding-left:1.35rem;display:grid;gap:8px}.v-create-clarification label{display:grid;gap:7px;font-weight:700;color:#29313f}.v-create-clarification textarea{min-height:140px;width:100%;resize:vertical;border:1px solid #d8dce3;border-radius:14px;padding:14px;font:inherit;line-height:1.55;background:#fff}.v-create-media-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:22px 0}.v-create-media-card{border:1px solid #e2e4e9;border-radius:18px;background:#fff;padding:12px;display:grid;gap:9px}.v-create-media-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;background:#f1f2f5}.v-create-media-card strong{font-size:.98rem}.v-create-media-card small{color:#697383;line-height:1.45;overflow-wrap:anywhere}.v-create-media-card a{color:#5b46c8;font-weight:700;text-decoration:none}@media(max-width:640px){.v-create-clarification{padding:17px;border-radius:17px}.v-create-clarification textarea{min-height:125px}.v-create-media-gallery{grid-template-columns:1fr}}

/* VPDFYou V30 — conversation-first professional workspace */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#vCreateView { --v29-purple: #6654c9; --v29-deep: #1b2230; --v29-line: #e6e8ee; --v29-soft: #f7f7fa; --v29-muted: #697386; }
#vCreateView .v-create-heading { align-items: end; margin-bottom: 16px; }
#vCreateView .v-create-heading h3 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -.04em; }
#vCreateView .v-create-heading > p { max-width: 650px; font-size: 14px; line-height: 1.65; }
#vCreateView .v-create-layout { grid-template-columns: 268px minmax(0, 1fr); gap: 14px; align-items: stretch; }
#vCreateView .v-create-main { min-height: 0; }

#vCreateView .v-create-projects,
#vCreateView .v-create-surface {
  height: min(760px, calc(100dvh - 165px));
  min-height: 610px;
  border: 1px solid var(--v29-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(25, 31, 45, .1);
}
#vCreateView .v-create-projects {
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #202838 0%, #151b27 100%);
  color: #fff;
}
#vCreateView .v-create-projects-head { align-items: center; padding: 4px 3px 10px; }
#vCreateView .v-create-projects-head .eyebrow { color: #aeb7c8; }
#vCreateView .v-create-projects-head h4 { color: #fff; font-size: 17px; }
#vCreateView .v-create-sidebar-close { display: none; width: 34px; height: 34px; padding: 0; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; font-size: 22px; }
#vCreateView .v-create-new-chat {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  margin: 3px 0 12px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: 800 12px Manrope, sans-serif;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
#vCreateView .v-create-new-chat:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }
#vCreateView .v-create-new-chat span { font-size: 19px; font-weight: 400; }
#vCreateView .v-create-project-list { flex: 1 1 auto; max-height: none; margin: 0; padding-right: 3px; overflow: auto; scrollbar-width: thin; scrollbar-color: #596174 transparent; }
#vCreateView .v-create-project-item { border-color: transparent; background: transparent; color: #f7f8fb; }
#vCreateView .v-create-project-item:hover,
#vCreateView .v-create-project-item.active { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.1); }
#vCreateView .v-create-project-item span { color: #aeb7c8; }
#vCreateView .v-create-project-item small { color: #c9c0ff; }
#vCreateView .v-create-project-list .v-empty-state { color: #aeb7c8; }
#vCreateView .v-create-sidebar-trust { display: flex; gap: 9px; margin-top: 10px; padding: 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.055); }
#vCreateView .v-create-sidebar-trust > span { color: #a99cff; font-size: 18px; }
#vCreateView .v-create-sidebar-trust p { display: grid; gap: 2px; margin: 0; }
#vCreateView .v-create-sidebar-trust strong { font-size: 10px; }
#vCreateView .v-create-sidebar-trust small { color: #aeb7c8; font-size: 9px; line-height: 1.45; }
#vCreateView .v-create-retention { margin: 9px 3px 1px; color: #8893a7; font-size: 9px; line-height: 1.45; }

#vCreateView .v-create-surface { display: flex; min-width: 0; flex-direction: column; padding: 0; overflow: hidden; }
#vCreateView .v-create-surface-head {
  display: flex;
  min-height: 70px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--v29-line);
  background: rgba(255,255,255,.94);
}
#vCreateView .v-create-agent { display: flex; align-items: center; gap: 10px; }
#vCreateView .v-create-agent img { border-radius: 13px; box-shadow: 0 7px 18px rgba(102,84,201,.18); }
#vCreateView .v-create-agent > span { display: grid; gap: 2px; }
#vCreateView .v-create-agent strong { color: var(--v29-deep); font-size: 15px; letter-spacing: -.01em; }
#vCreateView .v-create-agent small { display: flex; align-items: center; gap: 6px; color: var(--v29-muted); font-size: 10px; }
#vCreateView .v-create-agent small i { width: 7px; height: 7px; border-radius: 50%; background: #38a169; box-shadow: 0 0 0 3px rgba(56,161,105,.12); }
#vCreateView .v-create-wallet-pill { padding: 7px 10px; border: 1px solid #e4e0fa; border-radius: 999px; background: #f7f5ff; color: #5645b8; font-size: 10px; font-weight: 800; }
#vCreateView .v-create-sidebar-toggle { display: none; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--v29-line); border-radius: 11px; background: #fff; color: var(--v29-deep); font-size: 17px; cursor: pointer; }

#vCreateView .v-create-conversation-scroll { flex: 1 1 auto; min-height: 0; padding: 34px clamp(20px, 5vw, 64px) 24px; overflow: auto; overscroll-behavior: contain; scroll-behavior: smooth; }
#vCreateView .v-create-welcome { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 16px; max-width: 780px; margin: 6px auto 22px; }
#vCreateView .v-create-welcome > img { border-radius: 18px; box-shadow: 0 12px 30px rgba(102,84,201,.18); }
#vCreateView .v-create-welcome h4 { margin: 3px 0 9px; color: var(--v29-deep); font-size: clamp(23px, 3vw, 32px); line-height: 1.16; letter-spacing: -.04em; }
#vCreateView .v-create-welcome p:last-child { margin: 0; color: #556072; font-size: 14px; line-height: 1.75; }
#vCreateView .v-create-presets { display: grid; max-width: 780px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 auto 22px; padding: 0; border: 0; background: transparent; }
#vCreateView .v-create-presets button { display: grid; min-height: 104px; align-content: start; gap: 4px; padding: 13px; border: 1px solid var(--v29-line); border-radius: 15px; background: #fff; color: var(--v29-deep); text-align: left; white-space: normal; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
#vCreateView .v-create-presets button:hover { border-color: #bdb4ef; background: #fff; box-shadow: 0 10px 26px rgba(50,43,91,.09); transform: translateY(-2px); }
#vCreateView .v-create-presets button > span { display: grid; width: 29px; height: 29px; place-items: center; margin-bottom: 3px; border-radius: 9px; background: #f0edff; color: var(--v29-purple); font: 900 11px Manrope, sans-serif; }
#vCreateView .v-create-presets button strong { font-size: 11px; }
#vCreateView .v-create-presets button small { color: var(--v29-muted); font-size: 9px; line-height: 1.45; }

#vCreateView .v-create-composer-dock { flex: 0 0 auto; margin: 0; padding: 12px clamp(16px, 4vw, 42px) 13px; border: 0; border-top: 1px solid var(--v29-line); background: rgba(255,255,255,.96); box-shadow: 0 -12px 30px rgba(27,34,48,.035); }
#vCreateView .v-create-input-shell { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: end; gap: 7px; max-width: 860px; margin: 0 auto; padding: 7px; border: 1px solid #d9dde6; border-radius: 19px; background: #fff; box-shadow: 0 7px 24px rgba(27,34,48,.08); transition: border-color .18s ease, box-shadow .18s ease; }
#vCreateView .v-create-input-shell > .v-create-attach-button { grid-column: 1; grid-row: 1; }
#vCreateView .v-create-input-shell > label { grid-column: 2; grid-row: 1; }
#vCreateView .v-create-input-shell > .v-create-send-button { grid-column: 3; grid-row: 1; }
#vCreateView .v-create-input-shell.quote-ready { grid-template-columns: 40px minmax(0, 1fr); }
#vCreateView .v-create-input-shell.quote-ready > label { grid-column: 2; }
#vCreateView .v-create-input-shell:focus-within { border-color: #9c8ee3; box-shadow: 0 8px 26px rgba(102,84,201,.13), 0 0 0 3px rgba(102,84,201,.08); }
#vCreateView .v-create-attach-button,
#vCreateView .v-create-send-button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 13px; cursor: pointer; }
#vCreateView .v-create-attach-button { background: #f2f3f6; color: #2d3543; font-size: 22px; font-weight: 400; }
#vCreateView .v-create-attach-button:hover { background: #e8eaf0; }
#vCreateView .v-create-send-button { background: var(--v29-deep); color: #fff; font-size: 20px; font-weight: 900; transition: transform .18s ease, background .18s ease; }
#vCreateView .v-create-send-button:hover:not(:disabled) { background: var(--v29-purple); transform: translateY(-1px); }
#vCreateView .v-create-send-button:disabled { opacity: .35; cursor: not-allowed; }
#vCreateView .v-create-send-button.paid { background: linear-gradient(135deg, #6654c9, #ee5b50); }
#vCreateView .v-create-input-shell label { min-width: 0; }
#vCreateView .v-create-input-shell textarea,
#vCreateView .v-create-chat .v-create-input-shell textarea { display: block; width: 100%; min-height: 40px; max-height: 150px; resize: none; overflow-y: auto; border: 0; border-radius: 0; background: transparent; padding: 8px 6px 7px; color: var(--v29-deep); box-shadow: none; font: 600 15px/1.55 Manrope, sans-serif; outline: 0; }
#vCreateView .v-create-input-shell textarea::placeholder { color: #9299a7; }
#vCreateView .v-create-dock-meta { display: flex; max-width: 850px; justify-content: space-between; gap: 12px; margin: 6px auto 0; color: #8a92a1; font-size: 9px; }
#vCreateView .v-create-settings { max-width: 860px; margin: 8px auto 0; border: 1px solid transparent; border-radius: 13px; }
#vCreateView .v-create-settings[open] { border-color: var(--v29-line); background: #fafafd; }
#vCreateView .v-create-settings summary { display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: #626c7c; font-size: 10px; font-weight: 800; cursor: pointer; list-style: none; }
#vCreateView .v-create-settings summary::-webkit-details-marker { display: none; }
#vCreateView .v-create-settings summary b { margin-left: auto; color: #8b83bb; font-size: 8px; text-transform: uppercase; letter-spacing: .05em; }
#vCreateView .v-create-settings .v-create-options { margin: 0; padding: 4px 10px 10px; }
#vCreateView .v-create-settings .v-create-toggle { margin: 0 10px 9px; }
#vCreateView .v-create-quality-note { margin: 0; padding: 0 11px 11px; font-size: 9px; }
#vCreateView .v-create-composer-note { margin: 7px auto 0; color: #8a92a1; font-size: 8.5px; line-height: 1.4; text-align: center; }
#vCreateView .v-create-file-list { max-width: 860px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin: 0 auto 7px; }
#vCreateView .v-create-file-item { border: 1px solid #e2e5eb; background: #f8f9fb; }

#vCreateView .v-create-inline-status { max-width: 780px; min-height: 0; margin: 10px auto; padding: 0; font-size: 12px; line-height: 1.55; white-space: pre-wrap; }
#vCreateView .v-create-inline-status:not(:empty) { padding: 10px 12px; border: 1px solid #e3e5ea; border-radius: 12px; background: #fafbfc; }
#vCreateView .v-create-inline-status.success:not(:empty) { border-color: #cfe8d8; background: #f2faf5; }
#vCreateView .v-create-inline-status.error:not(:empty) { border-color: #f0d0cb; background: #fff6f4; }

#vCreateView .v-create-assistant-card { max-width: 780px; margin: 16px auto; }
#vCreateView .v-create-card-agent { display: flex; align-items: center; gap: 9px; margin-bottom: 11px; }
#vCreateView .v-create-card-agent img { border-radius: 9px; }
#vCreateView .v-create-card-agent > span { display: grid; gap: 1px; }
#vCreateView .v-create-card-agent strong { color: var(--v29-deep); font-size: 12px; }
#vCreateView .v-create-card-agent small { color: var(--v29-muted); font-size: 9px; }
#vCreateView .v-create-clarification { padding: 17px; border-color: #eadfbf; border-radius: 16px; background: #fffdf7; }
#vCreateView .v-create-clarification textarea { min-height: 96px; border-radius: 12px; }
#vCreateView .v-create-quote { padding: 17px; border-radius: 17px; box-shadow: 0 12px 34px rgba(47,38,92,.08); }
#vCreateView .v-create-quote .v-ai-run,
#vCreateView .v-create-clarification .v-ai-run { width: auto; min-width: 210px; justify-self: end; }

#vCreateView .v-create-job-progress { max-width: 780px; margin: 16px auto; padding: 16px; border: 1px solid #ded9f6; border-radius: 17px; background: linear-gradient(145deg, #fbfaff, #fff); box-shadow: 0 12px 34px rgba(50,43,91,.08); }
#vCreateView .v-create-progress-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#vCreateView .v-create-progress-head > span { display: flex; align-items: center; gap: 9px; }
#vCreateView .v-create-progress-head strong { color: var(--v29-deep); font-size: 12px; }
#vCreateView .v-create-progress-head b { color: var(--v29-purple); font: 900 13px 'DM Mono', monospace; }
#vCreateView .v-create-progress-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--v29-purple); box-shadow: 0 0 0 0 rgba(102,84,201,.35); animation: v29-pulse 1.6s infinite; }
#vCreateView .v-create-progress-track { display: block; height: 8px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: #ebe9f4; }
#vCreateView .v-create-progress-track > i { position: relative; display: block; width: 0; height: 100%; overflow: hidden; border-radius: inherit; background: linear-gradient(90deg, #6654c9, #916fe5 48%, #ed6255); transition: width .55s cubic-bezier(.2,.8,.2,1); }
#vCreateView .v-create-progress-track > i::after { position: absolute; inset: 0; content: ''; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.52) 45%, transparent 70%); transform: translateX(-100%); animation: v29-shimmer 1.35s infinite; }
#vCreateView .v-create-job-progress.complete .v-create-progress-pulse { background: #38a169; animation: none; }
#vCreateView .v-create-job-progress.complete .v-create-progress-track > i { background: linear-gradient(90deg, #2f855a, #48bb78); }
#vCreateView .v-create-job-progress.failed .v-create-progress-pulse { background: #d75b4d; animation: none; }
#vCreateView .v-create-job-progress.failed .v-create-progress-track > i { background: linear-gradient(90deg, #c84f45, #e47a6f); }
#vCreateView .v-create-job-progress > p { margin: 9px 0 0; color: var(--v29-muted); font-size: 10px; line-height: 1.55; }
@keyframes v29-pulse { 0% { box-shadow: 0 0 0 0 rgba(102,84,201,.35); } 70% { box-shadow: 0 0 0 7px rgba(102,84,201,0); } 100% { box-shadow: 0 0 0 0 rgba(102,84,201,0); } }
@keyframes v29-shimmer { to { transform: translateX(100%); } }

#vCreateView .v-create-workspace-head { padding-bottom: 12px; }
#vCreateView .v-create-workspace-head > div:nth-child(2) { min-width: 0; flex: 1; }
#vCreateView .v-create-workspace-head h4 { overflow: hidden; margin: 0; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
#vCreateView .v-create-workspace-head p:last-child { overflow: hidden; margin: 2px 0 0; text-overflow: ellipsis; white-space: nowrap; }
#vCreateView .v-create-workspace-actions { display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-end; gap: 6px; }
#vCreateView .v-create-icon-action,
#vCreateView .v-create-download-action { min-height: 36px; border: 1px solid #e0e3e9; border-radius: 10px; background: #fff; color: #4f5968; padding: 8px 10px; font: 800 9px Manrope, sans-serif; cursor: pointer; }
#vCreateView .v-create-icon-action:hover { background: #f4f5f8; }
#vCreateView .v-create-icon-action.danger { color: #a8483e; }
#vCreateView .v-create-download-action { display: flex; align-items: center; gap: 7px; border-color: var(--v29-deep); background: var(--v29-deep); color: #fff; }
#vCreateView .v-create-download-action:disabled { opacity: .4; cursor: not-allowed; }
#vCreateView .v-create-workspace-scroll { padding-top: 26px; }
#vCreateView .v-create-initial-request { display: none; }
#vCreateView .v-create-initial-request.visible { display: block; }
#vCreateView .v-create-result-message { width: 100%; max-width: 100%; padding: 0; border: 0; background: transparent; }
#vCreateView .v-create-result-message > .v-create-card-agent { max-width: 840px; margin: 0 auto 9px; }
#vCreateView .v-create-result-message > .account-status,
#vCreateView .v-create-result-message > .v-create-result,
#vCreateView .v-create-result-message > .v-create-sources { max-width: 840px; margin-left: auto; margin-right: auto; }
#vCreateView .v-create-result { gap: 16px; margin-top: 0; }
#vCreateView .v-create-result > h4 { font-size: 25px; letter-spacing: -.025em; }
#vCreateView .v-create-result .summary,
#vCreateView .v-create-result-section p,
#vCreateView .v-create-result-section ul { font-size: 14px; }
#vCreateView .v-create-chat-messages { display: grid; max-height: none; gap: 18px; margin: 22px auto 0; padding: 0; overflow: visible; }
#vCreateView .v-create-message { width: fit-content; max-width: min(82%, 760px); padding: 13px 16px; border-radius: 18px; box-shadow: none; }
#vCreateView .v-create-message.user { justify-self: end; border-bottom-right-radius: 6px; background: #edf0f4; color: var(--v29-deep); }
#vCreateView .v-create-message.assistant { justify-self: start; border: 0; border-bottom-left-radius: 6px; background: transparent; color: var(--v29-deep); padding-left: 0; }
#vCreateView .v-create-message > strong { margin-bottom: 5px; color: #737c8b; font-size: 9px; }
#vCreateView .v-create-message > p { font-size: 14px; line-height: 1.75; }
#vCreateView .v-create-message.streaming > p::after { display: inline-block; width: 7px; height: 17px; margin-left: 3px; border-radius: 2px; background: var(--v29-purple); vertical-align: -3px; content: ''; animation: v29-caret .8s infinite; }
#vCreateView .v-create-message-suggestions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
#vCreateView .v-create-message-suggestions button { padding: 7px 10px; border: 1px solid #dad5f1; border-radius: 999px; background: #fff; color: #5645b8; font: 700 9px Manrope, sans-serif; cursor: pointer; }
#vCreateView .v-create-message-suggestions button:hover { border-color: #9f93df; background: #f8f6ff; }
#vCreateView .v-create-typing-indicator { display: inline-block; margin-top: 3px; color: #8d82cb; font-size: 8px; letter-spacing: 3px; animation: v29-typing 1.1s ease-in-out infinite; }
#vCreateView .v-create-typing-indicator.compact { display: none; }
@keyframes v29-caret { 50% { opacity: .2; } }
@keyframes v29-typing { 50% { opacity: .32; transform: translateY(-1px); } }
#vCreateView .v-create-chat { padding-top: 11px; }
#vCreateView .v-create-chat-quote { display: grid; width: 100%; max-width: 860px; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 9px auto 0; padding: 12px; border: 1px solid #eadfbf; border-radius: 15px; background: linear-gradient(135deg, #fffaf0, #fff); color: var(--v29-deep); box-shadow: 0 7px 20px rgba(27,34,48,.045); overflow-wrap: anywhere; }
#vCreateView .v-create-chat-quote[data-affordable='false'] { border-color: #efc9c4; background: linear-gradient(135deg, #fff6f4, #fff); }
#vCreateView .v-create-chat-quote-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #ff166f, var(--orange) 62%, #ff982f); color: #fff; font: 900 15px Manrope, sans-serif; box-shadow: 0 7px 16px rgba(237,91,55,.18); }
#vCreateView .v-create-chat-quote-copy { display: grid; min-width: 0; gap: 3px; }
#vCreateView .v-create-chat-quote-copy > strong { color: var(--v29-deep); font-size: 12px; }
#vCreateView .v-create-chat-quote-copy > span { color: #394252; font-size: 11px; }
#vCreateView .v-create-chat-quote-copy > span b { color: var(--orange-dark); font-size: 12px; }
#vCreateView .v-create-chat-quote-copy > small { color: var(--v29-muted); font-size: 9px; line-height: 1.5; }
#vCreateView .v-create-chat-confirm { display: flex; width: auto; min-width: 158px; min-height: 42px; align-items: center; justify-content: center; gap: 9px; padding: 9px 13px; border: 0; border-radius: 12px; background: linear-gradient(135deg, #ff166f, var(--orange) 62%, #ff982f); color: #fff; box-shadow: 0 8px 18px rgba(237,91,55,.2); font: 850 11px Manrope, sans-serif; white-space: nowrap; cursor: pointer; }
#vCreateView .v-create-chat-confirm:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(237,91,55,.26); }
#vCreateView .v-create-chat-confirm:disabled { opacity: .48; cursor: not-allowed; }
#vCreateView .v-create-chat-confirm strong { font-size: 16px; line-height: 1; }
#vCreateView .v-create-chat-quote[data-affordable='false'] .v-create-chat-confirm { background: var(--v29-deep); box-shadow: none; }
#vCreateView #vCreateChatJobProgress { margin-top: 10px; margin-bottom: 10px; padding: 12px 14px; border-radius: 14px; box-shadow: 0 7px 22px rgba(50,43,91,.05); }
#vCreateView .v-create-chat-settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 4px 10px 10px; }
#vCreateView .v-create-chat-quality { display: grid; gap: 5px; margin: 0; color: var(--v29-deep); font-size: 10px; font-weight: 800; }
#vCreateView .v-create-chat-quality select { width: 100%; min-height: 42px; border: 1px solid #dfe2e8; border-radius: 10px; background: #fff; padding: 8px 10px; font: 700 11px Manrope, sans-serif; }
#vCreateView .v-create-chat-quality > small { font-size: 9px; }

#vCreateView .v-create-sidebar-backdrop { position: fixed; inset: 0; z-index: 190; border: 0; background: rgba(13,17,25,.55); backdrop-filter: blur(2px); }

@media (max-width: 980px) {
  #vCreateView .v-create-layout { grid-template-columns: 1fr; }
  #vCreateView .v-create-projects { position: fixed; top: 12px; bottom: 12px; left: 12px; z-index: 200; width: min(300px, calc(100vw - 36px)); height: auto; min-height: 0; transform: translateX(calc(-100% - 24px)); transition: transform .24s ease; }
  #vCreateView .v-create-projects.open { transform: translateX(0); }
  #vCreateView .v-create-sidebar-close,
  #vCreateView .v-create-sidebar-toggle { display: grid; place-items: center; }
  #vCreateView .v-create-surface-head { justify-content: flex-start; }
  #vCreateView .v-create-surface-head .v-create-wallet-pill { margin-left: auto; }
  #vCreateView .v-create-workspace-head > div:nth-child(2) { order: 0; }
  #vCreateView .v-create-workspace-actions { margin-left: auto; }
}

@media (max-width: 700px) {
  #vCreateView .v-create-heading > p { font-size: 12px; }
  #vCreateView .v-create-projects,
  #vCreateView .v-create-surface { height: min(760px, calc(100dvh - 105px)); min-height: 560px; border-radius: 17px; }
  #vCreateView .v-create-surface-head { min-height: 61px; padding: 9px 11px; }
  #vCreateView .v-create-wallet-pill { display: none; }
  #vCreateView .v-create-conversation-scroll { padding: 24px 14px 18px; }
  #vCreateView .v-create-welcome { grid-template-columns: 46px minmax(0, 1fr); gap: 12px; }
  #vCreateView .v-create-welcome > img { width: 46px; height: 46px; border-radius: 14px; }
  #vCreateView .v-create-welcome h4 { font-size: 23px; }
  #vCreateView .v-create-welcome p:last-child { font-size: 12px; }
  #vCreateView .v-create-presets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #vCreateView .v-create-presets button { min-height: 98px; }
  #vCreateView .v-create-composer-dock { padding: 9px 9px 11px; }
  #vCreateView .v-create-input-shell { grid-template-columns: 38px minmax(0,1fr) 38px; border-radius: 17px; }
  #vCreateView .v-create-input-shell.quote-ready { grid-template-columns: 38px minmax(0,1fr); }
  #vCreateView .v-create-attach-button,
  #vCreateView .v-create-send-button { width: 38px; height: 38px; border-radius: 12px; }
  #vCreateView .v-create-input-shell textarea,
  #vCreateView .v-create-chat .v-create-input-shell textarea { min-height: 38px; padding: 7px 4px; font-size: 14px; }
  #vCreateView .v-create-dock-meta span:last-child { display: none; }
  #vCreateView .v-create-options,
  #vCreateView .v-create-chat-settings-grid { grid-template-columns: 1fr; }
  #vCreateView .v-create-price-grid { grid-template-columns: 1fr; }
  #vCreateView .v-create-chat-quote { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 10px; }
  #vCreateView .v-create-chat-quote-icon { width: 34px; height: 34px; border-radius: 10px; font-size: 13px; }
  #vCreateView .v-create-chat-confirm { grid-column: 1 / -1; width: 100%; min-width: 0; }
  #vCreateView .v-create-quote .v-ai-run,
  #vCreateView .v-create-clarification .v-ai-run { width: 100%; min-width: 0; }
  #vCreateView .v-create-workspace-head h4 { max-width: 42vw; }
  #vCreateView .v-create-workspace-head .eyebrow,
  #vCreateView .v-create-workspace-head p:last-child { display: none; }
  #vCreateView .v-create-workspace-actions .v-create-icon-action { display: none; }
  #vCreateView .v-create-download-action { min-height: 36px; }
  #vCreateView .v-create-message { max-width: 92%; }
  #vCreateView .v-create-result > h4 { font-size: 22px; }
}

/* VPDFYou V30 — format-safe file cards and iOS visual-viewport layout */
#vCreateView {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#vCreateView .v-create-projects,
#vCreateView .v-create-surface {
  height: var(--v-create-surface-height, min(760px, calc(100dvh - 165px)));
  min-height: min(610px, var(--v-create-surface-height, 610px));
  max-height: var(--v-create-surface-height, 760px);
}
#vCreateView .v-create-format-hint {
  display: flex;
  width: fit-content;
  max-width: 860px;
  align-items: center;
  gap: 7px;
  margin: 7px auto 0;
  padding: 6px 10px;
  border: 1px solid #dcd6f4;
  border-radius: 999px;
  background: #f7f5ff;
  color: #5140af;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
#vCreateView .v-create-format-hint::before {
  display: grid;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #6654c9;
  color: #fff;
  content: '✓';
  font-size: 9px;
}
#vCreateView .v-create-format-hint.hidden { display: none; }

#vCreateView .v-create-deliverable-card {
  display: grid;
  max-width: 840px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 auto 15px;
  padding: 12px;
  border: 1px solid #dcd7f3;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8f6ff 0%, #fff 68%);
  box-shadow: 0 10px 28px rgba(53, 43, 105, .08);
}
#vCreateView .v-create-deliverable-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #6755cc, #4a3da4);
  color: #fff;
  font: 900 12px 'Segoe UI', Arial, sans-serif;
  letter-spacing: -.02em;
  box-shadow: 0 8px 18px rgba(83, 66, 181, .22);
}
#vCreateView .v-create-deliverable-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}
#vCreateView .v-create-deliverable-copy strong {
  overflow: hidden;
  color: #202838;
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#vCreateView .v-create-deliverable-copy small {
  overflow: hidden;
  color: #697386;
  font-size: 11px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#vCreateView .v-create-deliverable-card button {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 0;
  border-radius: 11px;
  background: #1b2230;
  color: #fff;
  font: 800 11px 'Segoe UI', Arial, sans-serif;
  cursor: pointer;
}
#vCreateView .v-create-deliverable-card button:disabled { opacity: .48; cursor: not-allowed; }
#vCreateView .v-create-deliverable-progress {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}
#vCreateView .v-create-deliverable-progress.hidden { display: none; }
#vCreateView .v-create-deliverable-progress > span {
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7e4f2;
}
#vCreateView .v-create-deliverable-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6654c9, #9d79e6, #ec6658);
  transition: width .35s cubic-bezier(.2,.8,.2,1);
}
#vCreateView .v-create-deliverable-progress b { color: #5748b4; font: 900 9px 'DM Mono', monospace; }
#vCreateView .v-create-deliverable-progress.complete i { background: linear-gradient(90deg, #2f855a, #48bb78); }
#vCreateView .v-create-deliverable-progress.failed i { background: linear-gradient(90deg, #c84f45, #e47a6f); }
#vCreateView .v-create-deliverable-card[data-state='building'] { border-color: #aaa0df; }
#vCreateView .v-create-deliverable-card[data-state='building'] .v-create-deliverable-icon { animation: v30-file-pulse 1.15s ease-in-out infinite; }
#vCreateView .v-create-deliverable-card[data-state='ready'] { border-color: #bfe3cc; background: linear-gradient(135deg, #f2faf5, #fff); }
#vCreateView .v-create-deliverable-card[data-state='ready'] .v-create-deliverable-icon { background: linear-gradient(145deg, #31845a, #246344); }
#vCreateView .v-create-deliverable-card[data-state='failed'] { border-color: #efc9c4; background: #fff7f5; }
@keyframes v30-file-pulse { 50% { transform: scale(.95); opacity: .72; } }

@media (max-width: 700px) {
  #vAiModal {
    top: var(--vpdfyou-visual-top, 0px);
    bottom: auto;
    height: var(--vpdfyou-visual-height, 100dvh);
    max-height: var(--vpdfyou-visual-height, 100dvh);
  }
  #vAiModal .v-ai-modal {
    height: 100%;
    max-height: 100%;
  }
  #vAiModal.v-create-keyboard-open {
    padding-top: max(4px, env(safe-area-inset-top));
    padding-bottom: 4px;
  }
  #vAiModal.v-create-keyboard-open .v-ai-heading,
  #vAiModal.v-create-keyboard-open .v-hub-toolbar,
  #vAiModal.v-create-keyboard-open .v-global-status { display: none; }
  #vAiModal.v-create-keyboard-open .v-ai-modal { padding-top: 7px; padding-bottom: 4px; }
  #vAiModal.v-create-keyboard-open .modal-close { opacity: .78; transform: scale(.82); transform-origin: top right; }
  #vCreateView .v-create-projects,
  #vCreateView .v-create-surface {
    height: var(--v-create-surface-height, calc(100dvh - 105px));
    min-height: 0;
    max-height: var(--v-create-surface-height, calc(100dvh - 105px));
  }
  #vCreateView .v-create-workspace-head > div:nth-child(2) { overflow: hidden; }
  #vCreateView .v-create-workspace-head h4 { max-width: none; font-size: 14px; }
  #vCreateView .v-create-download-action { min-height: 34px; padding: 7px 8px; font-size: 8px; }
  #vCreateView .v-create-deliverable-card { grid-template-columns: 39px minmax(0, 1fr) auto; gap: 8px; padding: 9px; border-radius: 13px; }
  #vCreateView .v-create-deliverable-icon { width: 39px; height: 39px; border-radius: 11px; font-size: 10px; }
  #vCreateView .v-create-deliverable-copy strong { font-size: 12px; }
  #vCreateView .v-create-deliverable-copy small { font-size: 10px; }
  #vCreateView .v-create-deliverable-card button { min-height: 34px; gap: 4px; padding: 7px 8px; font-size: 10px; }
  #vCreateView .v-create-deliverable-progress { grid-column: 1 / -1; }
  #vCreateView .v-create-format-hint { max-width: calc(100% - 6px); margin-top: 6px; padding: 5px 8px; font-size: 10px; text-align: left; }
  #vCreateView.keyboard-open > .v-back-button,
  #vCreateView.keyboard-open > .v-create-heading { display: none; }
  #vCreateView.keyboard-open .v-create-surface-head { min-height: 50px; padding-top: 6px; padding-bottom: 6px; }
  #vCreateView.keyboard-open .v-create-agent img { width: 34px; height: 34px; border-radius: 10px; }
  #vCreateView.keyboard-open .v-create-conversation-scroll { padding-top: 12px; padding-bottom: 10px; }
  #vCreateView.keyboard-open .v-create-settings,
  #vCreateView.keyboard-open .v-create-dock-meta,
  #vCreateView.keyboard-open .v-create-composer-note { display: none; }
  #vCreateView.keyboard-open .v-create-composer-dock { padding: 7px 8px max(7px, env(safe-area-inset-bottom)); }
  #vCreateView.keyboard-open .v-create-input-shell textarea,
  #vCreateView.keyboard-open .v-create-chat .v-create-input-shell textarea { max-height: 88px; }
}

@media (max-width: 360px) {
  #vCreateView .v-create-surface-head { gap: 7px; padding-left: 8px; padding-right: 8px; }
  #vCreateView .v-create-workspace-actions { gap: 3px; }
  #vCreateView .v-create-download-action { padding: 7px; }
  #vCreateView .v-create-deliverable-card button strong { display: none; }
}

/* VPDFYou V31 — one continuous chat and an edge-to-edge mobile workspace */
#vCreateView .v-create-draft-messages {
  display: grid;
  max-width: 780px;
  gap: 14px;
  margin: 4px auto 16px;
}
#vCreateView .v-create-draft-messages:empty { display: none; }
#vCreateView .v-create-draft-messages .v-create-message { margin: 0; }
#vCreateView .v-create-composer.conversation-started .v-create-welcome,
#vCreateView .v-create-composer.conversation-started .v-create-presets { display: none; }
#vCreateView .v-create-composer.conversation-started .v-create-conversation-scroll { padding-top: 22px; }
#vCreateView .v-create-clarification-reply {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f3f1ff;
  color: #5140af;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}
#vCreateView .v-create-clarification-reply > span { font-size: 17px; }

@media (max-width: 700px) {
  #vAiModal.v-create-view-active {
    top: var(--vpdfyou-visual-top, 0px);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: var(--vpdfyou-visual-height, 100dvh);
    max-height: var(--vpdfyou-visual-height, 100dvh);
    padding: 0;
    background: #fff;
  }
  #vAiModal.v-create-view-active .v-ai-modal {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  #vAiModal.v-create-view-active .v-ai-modal::before,
  #vAiModal.v-create-view-active .v-ai-heading,
  #vAiModal.v-create-view-active .v-hub-toolbar,
  #vAiModal.v-create-view-active .v-global-status { display: none; }
  #vAiModal.v-create-view-active .modal-close {
    position: absolute;
    z-index: 260;
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid #dde1e8;
    border-radius: 13px;
    background: rgba(255,255,255,.96);
    color: #1b2230;
    box-shadow: 0 7px 20px rgba(27,34,48,.12);
    opacity: 1;
    transform: none;
  }
  #vAiModal.v-create-view-active #vCreateView {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #vAiModal.v-create-view-active #vCreateView > .v-back-button,
  #vAiModal.v-create-view-active #vCreateView > .v-create-heading { display: none; }
  #vAiModal.v-create-view-active #vCreateView .v-create-layout,
  #vAiModal.v-create-view-active #vCreateView .v-create-main {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
  }
  #vAiModal.v-create-view-active #vCreateView .v-create-surface {
    width: 100%;
    height: 100% !important;
    min-height: 0;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #vAiModal.v-create-view-active #vCreateView .v-create-surface-head {
    min-height: 64px;
    padding: max(9px, env(safe-area-inset-top)) 60px 9px 11px;
    background: rgba(255,255,255,.98);
  }
  #vAiModal.v-create-view-active #vCreateView .v-create-workspace-actions { display: none; }
  #vAiModal.v-create-view-active #vCreateView .v-create-conversation-scroll {
    padding: 18px 14px 14px;
    scroll-padding-bottom: 16px;
  }
  #vAiModal.v-create-view-active #vCreateView .v-create-composer-dock {
    padding: 9px 9px max(9px, env(safe-area-inset-bottom));
    background: rgba(255,255,255,.985);
    box-shadow: 0 -10px 28px rgba(27,34,48,.055);
  }
  #vAiModal.v-create-view-active #vCreateView .v-create-dock-meta,
  #vAiModal.v-create-view-active #vCreateView .v-create-composer-note { display: none; }
  #vAiModal.v-create-view-active #vCreateView .v-create-settings { margin-top: 5px; }
  #vAiModal.v-create-view-active #vCreateView .v-create-settings summary { padding: 6px 8px; }
  #vAiModal.v-create-view-active #vCreateView .v-create-input-shell textarea,
  #vAiModal.v-create-view-active #vCreateView .v-create-chat .v-create-input-shell textarea { max-height: 112px; }
  #vAiModal.v-create-view-active #vCreateView .v-create-projects {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 0 18px 18px 0;
  }
  #vAiModal.v-create-view-active #vCreateView .v-create-clarification { margin-top: 10px; margin-bottom: 10px; }
  #vAiModal.v-create-view-active #vCreateView .v-create-clarification-reply { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  #vCreateView *, #vCreateView *::before, #vCreateView *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
