:root {
  --drv2ccm-black: #020505;
  --drv2ccm-ink: #081310;
  --drv2ccm-deep-teal: #0b4f49;
  --drv2ccm-teal: #14b8a6;
  --drv2ccm-light-teal: #2dd4bf;
  --drv2ccm-soft-teal: #99f6e4;
  --drv2ccm-page: #f4f9f7;
  --drv2ccm-card: #ffffff;
  --drv2ccm-text: #101817;
  --drv2ccm-muted: #64706d;
  --drv2ccm-border: rgba(20, 184, 166, 0.18);
  --drv2ccm-shadow: 0 20px 60px rgba(2, 25, 22, 0.1);
}

.drv2ccm,
.drv2ccm * { box-sizing: border-box; }

.drv2ccm button,
.drv2ccm a,
.drv2ccm strong,
.drv2ccm small,
.drv2ccm span,
.drv2ccm p,
.drv2ccm blockquote,
.drv2ccm label {
  min-width: 0;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.drv2ccm {
  display: grid;
  grid-template-columns: minmax(360px, 390px) minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: min(960px, calc(100dvh - 84px));
  background: var(--drv2ccm-page);
  color: var(--drv2ccm-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.drv2ccm button,
.drv2ccm input,
.drv2ccm textarea { font: inherit; }

.drv2ccm button:focus-visible,
.drv2ccm input:focus-visible,
.drv2ccm textarea:focus-visible,
.drv2ccm summary:focus-visible,
.drv2ccm a:focus-visible { outline: 3px solid rgba(45, 212, 191, 0.55); outline-offset: 3px; }

.drv2ccm-nav {
  position: sticky;
  top: 0;
  align-self: start;
  height: min(960px, calc(100dvh - 84px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(165deg, #020505 0%, #071613 55%, #0b4f49 145%);
  color: #fff;
  border-right: 1px solid rgba(153, 246, 228, 0.12);
}

.drv2ccm-nav__header { display: flex; align-items: center; justify-content: space-between; padding: 28px 24px 18px; }
.drv2ccm-nav__header h2 { margin: 5px 0 0; font-size: 20px; letter-spacing: -0.02em; }
.drv2ccm-eyebrow { color: var(--drv2ccm-teal); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.drv2ccm-nav .drv2ccm-eyebrow { color: var(--drv2ccm-soft-teal); }
.drv2ccm-count,
.drv2ccm-panel-count { display: inline-flex; min-width: 32px; height: 32px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid var(--drv2ccm-border); border-radius: 999px; font-weight: 800; }

.drv2ccm-search { position: relative; display: flex; align-items: center; gap: 9px; min-height: 46px; margin: 0 18px 18px; padding: 0 13px; border: 1px solid rgba(153, 246, 228, 0.18); border-radius: 13px; background: rgba(255, 255, 255, 0.07); }
.drv2ccm-search svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; opacity: 0.75; }
.drv2ccm-search input { width: 100%; border: 0; outline: 0; background: transparent; color: inherit; }
.drv2ccm-search input::placeholder { color: rgba(255,255,255,.52); }
.drv2ccm-search--inside { margin: 0 0 18px; background: #f8fbfa; color: var(--drv2ccm-text); border-color: #dce9e5; }
.drv2ccm-search--inside input::placeholder { color: var(--drv2ccm-muted); }

.drv2ccm-nav__list { flex: 1; overflow: auto; padding: 0 10px 18px; scrollbar-width: thin; scrollbar-color: rgba(45,212,191,.58) rgba(255,255,255,.035); }
.drv2ccm-nav__profile-action { padding: 10px 12px; border-top: 1px solid rgba(255,255,255,.08); }
.drv2ccm-nav__profile-action button { display: grid; width: 100%; min-height: 58px; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 10px 11px; border: 1px solid rgba(153,246,228,.18); border-radius: 13px; background: rgba(255,255,255,.07); color: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.drv2ccm-nav__profile-action button:hover,.drv2ccm-nav__profile-action button:focus-visible { border-color: rgba(45,212,191,.5); background: rgba(20,184,166,.16); transform: translateY(-1px); }
.drv2ccm-nav__profile-action button:disabled { opacity: .46; cursor: not-allowed; transform: none; }
.drv2ccm-nav__profile-action button > span:first-child { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: rgba(45,212,191,.15); color: var(--drv2ccm-soft-teal); font-size: 12px; font-weight: 900; }
.drv2ccm-nav__profile-action button > span:nth-child(2) { display: grid; gap: 3px; }
.drv2ccm-nav__profile-action strong { font-size: 12px; line-height: 1.25; }
.drv2ccm-nav__profile-action small { color: rgba(255,255,255,.55); font-size: 10px; }
.drv2ccm-nav__profile-action i { color: var(--drv2ccm-soft-teal); font-size: 22px; font-style: normal; }
.drv2ccm-nav__list::-webkit-scrollbar,
.drv2ccm-section-nav::-webkit-scrollbar,
.drv2ccm-qa-dialog__surface::-webkit-scrollbar { width: 8px; height: 8px; }
.drv2ccm-nav__list::-webkit-scrollbar-track,
.drv2ccm-section-nav::-webkit-scrollbar-track,
.drv2ccm-qa-dialog__surface::-webkit-scrollbar-track { margin: 7px; border-radius: 999px; background: rgba(255,255,255,.035); }
.drv2ccm-nav__list::-webkit-scrollbar-thumb,
.drv2ccm-section-nav::-webkit-scrollbar-thumb,
.drv2ccm-qa-dialog__surface::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: rgba(20,184,166,.58); background-clip: padding-box; }
.drv2ccm-contact { width: 100%; min-height: 128px; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-content: start; gap: 7px 11px; padding: 15px; margin-bottom: 7px; text-align: left; color: #fff; border: 1px solid transparent; border-radius: 15px; background: transparent; cursor: pointer; transition: .18s ease; }
.drv2ccm-contact:hover { border-color: rgba(45,212,191,.12); background: rgba(255,255,255,.075); transform: translateX(2px); }
.drv2ccm-contact.is-active { background: linear-gradient(135deg, rgba(20,184,166,.23), rgba(255,255,255,.085)); border-color: rgba(45,212,191,.42); box-shadow: 0 10px 24px rgba(0,0,0,.18), inset 3px 0 0 var(--drv2ccm-light-teal); }
.drv2ccm-contact__avatar { grid-row: 1 / span 3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--drv2ccm-soft-teal); background: rgba(20,184,166,.16); font-weight: 900; }
.drv2ccm-contact__main { min-width: 0; display: flex; flex-direction: column; }
.drv2ccm-contact__main strong,
.drv2ccm-contact__main small { overflow: visible; text-overflow: clip; white-space: normal; }
.drv2ccm-contact__main strong { font-size: 14px; }
.drv2ccm-contact__main small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 11px; }
.drv2ccm-contact__language { display: flex; gap: 3px; }
.drv2ccm-contact__language i { padding: 3px 4px; border-radius: 4px; color: rgba(255,255,255,.42); background: rgba(255,255,255,.07); font-size: 9px; font-style: normal; font-weight: 900; }
.drv2ccm-contact__language i.is-ready { color: #04100e; background: var(--drv2ccm-light-teal); }
.drv2ccm-contact__state { grid-column: 2 / span 2; }
.drv2ccm-contact__details { grid-column: 2 / span 2; display: grid; grid-template-columns: minmax(100px,.9fr) minmax(0,1.15fr) auto; align-items: end; gap: 8px; min-width: 0; padding-top: 2px; }
.drv2ccm-contact__meta { min-width: 0; display: flex; flex-direction: column; gap: 2px; color: rgba(255,255,255,.72); font-size: 10px; }
.drv2ccm-contact__meta small { color: rgba(255,255,255,.38); white-space: nowrap; }
.drv2ccm-contact__meta span { overflow: visible; text-overflow: clip; white-space: normal; }
.drv2ccm-contact__signals { display: flex; align-items: end; justify-content: flex-end; gap: 4px; min-width: 0; }
.drv2ccm-contact__signals b { padding: 3px 5px; border-radius: 5px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; }
.drv2ccm-pill { display: inline-flex; width: max-content; align-items: center; min-height: 22px; padding: 3px 7px; border-radius: 999px; background: #e9efed; color: #53605d; font-size: 10px; font-weight: 800; }
.drv2ccm-pill--completed { background: rgba(45,212,191,.18); color: #0a766c; }
.drv2ccm-nav .drv2ccm-pill--completed { color: var(--drv2ccm-soft-teal); }
.drv2ccm-pill--queued,
.drv2ccm-pill--running,
.drv2ccm-pill--provider_submitting,
.drv2ccm-pill--provider_accepted,
.drv2ccm-pill--provider_processing,
.drv2ccm-pill--local_poll_timeout,
.drv2ccm-pill--provider_pending_recovery,
.drv2ccm-pill--context_building { background: rgba(250,204,21,.14); color: #b36a00; }
.drv2ccm-pill--failed { background: #fee2e2; color: #b91c1c; }
.drv2ccm-nav__legend { display: flex; gap: 15px; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.56); font-size: 10px; }
.drv2ccm-nav__legend span { display: flex; align-items: center; gap: 5px; }
.drv2ccm-nav__legend i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.drv2ccm-nav__legend i.is-ready { background: var(--drv2ccm-light-teal); box-shadow: 0 0 10px rgba(45,212,191,.7); }

.drv2ccm-stage { width: 100%; max-width: 100%; min-width: 0; padding: 0 clamp(24px, 2.3vw, 38px) 28px; word-break: normal; overflow-wrap: break-word; }
.drv2ccm-stage--prepare { display: grid; place-items: center; }
.drv2ccm-prepare-card,
.drv2ccm-generating { width: min(760px, 100%); padding: clamp(28px, 5vw, 58px); border: 1px solid var(--drv2ccm-border); border-radius: 26px; background: #fff; box-shadow: var(--drv2ccm-shadow); }
.drv2ccm-prepare-card h1,
.drv2ccm-generating h1,
.drv2ccm-workspace-header h1 { margin: 8px 0 8px; font-size: clamp(31px, 4vw, 54px); letter-spacing: -0.045em; line-height: 1.02; }
.drv2ccm-lead { max-width: 680px; margin: 0 0 26px; color: var(--drv2ccm-muted); font-size: 17px; line-height: 1.65; }
.drv2ccm-lead--small { font-size: 15px; }
.drv2ccm-contact-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin: 24px 0; }
.drv2ccm-contact-facts div,
.drv2ccm-fact-grid div { padding: 15px; border: 1px solid #e2ece9; border-radius: 13px; background: #f9fbfa; }
.drv2ccm-contact-facts dt,
.drv2ccm-fact-grid span { color: var(--drv2ccm-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.drv2ccm-contact-facts dd { margin: 5px 0 0; font-weight: 800; }
.drv2ccm-language-select { display: inline-flex; gap: 4px; margin: 0 0 22px; padding: 4px; border-radius: 12px; background: #edf4f2; }
.drv2ccm-language-select button { min-height: 40px; padding: 0 18px; border: 0; border-radius: 9px; background: transparent; color: var(--drv2ccm-muted); font-weight: 800; cursor: pointer; }
.drv2ccm-language-select button.is-active { background: #fff; color: var(--drv2ccm-deep-teal); box-shadow: 0 5px 14px rgba(2,30,26,.1); }
.drv2ccm-language-select--compact { margin: 0; }
.drv2ccm-language-select--compact button { min-height: 34px; padding: 0 12px; }
.drv2ccm-button { display: inline-flex; min-width: 0; min-height: 44px; align-items: center; justify-content: center; padding: 9px 18px; border: 0; border-radius: 11px; font-weight: 850; line-height: 1.35; text-align: center; white-space: normal; word-break: normal; overflow-wrap: break-word; cursor: pointer; transition: color .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease; }
.drv2ccm-button:disabled { cursor: not-allowed; opacity: .38; }
.drv2ccm-button--primary { color: #fff; background: linear-gradient(135deg, #020505, #0b4f49); box-shadow: 0 12px 28px rgba(11,79,73,.22); }
.drv2ccm-button--secondary { color: #fff; background: var(--drv2ccm-deep-teal); }
.drv2ccm-button--ghost { color: var(--drv2ccm-deep-teal); border: 1px solid var(--drv2ccm-border); background: #f7fbfa; }
.drv2ccm-button:not(:disabled):hover { transform: translateY(-1px); }
.drv2ccm-button--primary:not(:disabled):hover { box-shadow: 0 16px 32px rgba(11,79,73,.3); }
.drv2ccm-button--ghost:not(:disabled):hover { border-color: rgba(20,184,166,.42); background: rgba(20,184,166,.07); }
.drv2ccm-linked-state { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; padding: 14px 15px; color: #0b4f49; border: 1px solid rgba(20,184,166,.22); border-radius: 13px; background: #effaf7; }
.drv2ccm-linked-state > span { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; color: #fff; font-size: 13px; font-weight: 900; border-radius: 999px; background: #0f766e; }
.drv2ccm-linked-state > div { display: grid; gap: 3px; min-width: 0; }
.drv2ccm-linked-state strong { font-size: 13px; }
.drv2ccm-linked-state small { color: var(--drv2ccm-muted); font-size: 12px; line-height: 1.45; }
.drv2ccm-linked-state--missing { color: #704b13; border-color: #ead7ac; background: #fff9ec; }
.drv2ccm-generation-error { display: grid; gap: 9px; margin: 0 0 14px; padding: 14px 15px; color: #702437; border: 1px solid rgba(190,52,83,.25); border-radius: 13px; background: #fff3f5; }
.drv2ccm-generation-error > strong { font-size: 14px; }
.drv2ccm-generation-error > p { margin: 0; font-size: 12px; line-height: 1.5; }
.drv2ccm-generation-error dl { display: grid; gap: 5px; margin: 0; }
.drv2ccm-generation-error dl div { display: grid; grid-template-columns: minmax(90px, .35fr) minmax(0, 1fr); gap: 8px; }
.drv2ccm-generation-error :is(dt, dd) { min-width: 0; margin: 0; font-size: 11px; overflow-wrap: anywhere; }
.drv2ccm-generation-error dt { color: #8f5260; font-weight: 750; }
.drv2ccm-recovery-notice { display: flex; align-items: center; gap: 13px; margin: 14px 0 0; padding: 14px 15px; color: #17443d; border: 1px solid rgba(20,184,166,.24); border-radius: 14px; background: linear-gradient(135deg, rgba(240,253,250,.98), rgba(247,252,250,.98)); box-shadow: 0 9px 26px rgba(2,30,26,.045); }
.drv2ccm-recovery-notice__mark { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 999px; color: #0f766e; background: rgba(20,184,166,.13); font-size: 17px; font-weight: 900; }
.drv2ccm-recovery-notice > div { display: grid; flex: 1 1 auto; gap: 3px; min-width: 0; }
.drv2ccm-recovery-notice strong { font-size: 13px; }
.drv2ccm-recovery-notice p { margin: 0; color: #58706b; font-size: 12px; line-height: 1.5; }
.drv2ccm-recovery-notice small { color: #0f766e; font-size: 10px; font-weight: 800; }
.drv2ccm-recovery-notice .drv2ccm-button { flex: 0 0 auto; min-height: 38px; }
.drv2ccm-generation-dialog { width: min(560px, calc(100vw - 32px)); max-width: none; padding: 0; border: 0; border-radius: 20px; background: transparent; box-shadow: 0 28px 80px rgba(0,24,20,.32); }
.drv2ccm-generation-dialog::backdrop { background: rgba(0,16,13,.62); backdrop-filter: blur(5px); }
.drv2ccm-generation-dialog__surface { display: grid; gap: 12px; padding: 26px; border: 1px solid rgba(20,184,166,.2); border-radius: 20px; background: #fff; }
.drv2ccm-generation-dialog__surface h2 { margin: 0; color: #102824; font-size: 22px; line-height: 1.2; }
.drv2ccm-generation-dialog__surface p { margin: 0; color: var(--drv2ccm-muted); font-size: 13px; line-height: 1.55; }
.drv2ccm-generation-dialog__surface > div { display: flex; justify-content: flex-end; gap: 9px; margin-top: 6px; }
.drv2ccm-safe-note { display: flex; align-items: center; gap: 7px; margin: 18px 0 0; color: var(--drv2ccm-muted); font-size: 12px; }
.drv2ccm-safe-note span { color: var(--drv2ccm-teal); font-weight: 900; }

.drv2ccm-empty { padding: 30px 20px; color: var(--drv2ccm-muted); text-align: center; }
.drv2ccm-empty--hero { min-height: 65vh; display: grid; place-content: center; }
.drv2ccm-empty--hero h1 { margin: 8px 0; color: var(--drv2ccm-text); font-size: clamp(34px, 5vw, 65px); letter-spacing: -.05em; }
.drv2ccm-generating { margin: 10vh auto 0; text-align: center; }
.drv2ccm-spinner { width: 50px; height: 50px; margin: 0 auto 20px; border: 4px solid rgba(20,184,166,.15); border-top-color: var(--drv2ccm-teal); border-radius: 50%; animation: drv2ccm-spin 1s linear infinite; }
.drv2ccm-job-stage { width: max-content; margin: 20px auto 9px; padding: 7px 12px; border-radius: 999px; color: #0b766c; background: rgba(20,184,166,.1); font-weight: 800; }
.drv2ccm-progress { height: 7px; overflow: hidden; margin: 0 0 15px; border-radius: 99px; background: #e5efec; }
.drv2ccm-progress span { display: block; width: 42%; height: 100%; border-radius: inherit; background: var(--drv2ccm-teal); animation: drv2ccm-progress 1.8s ease-in-out infinite alternate; }
@keyframes drv2ccm-spin { to { transform: rotate(360deg); } }
@keyframes drv2ccm-progress { from { transform: translateX(-30%); } to { transform: translateX(170%); } }

.drv2ccm-workspace-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 26px 30px; border-radius: 22px; color: #fff; background: linear-gradient(120deg, #020505 0%, #071b17 55%, #0b4f49 130%); box-shadow: var(--drv2ccm-shadow); }
.drv2ccm-workspace-header h1 { margin-top: 6px; font-size: clamp(28px, 3vw, 44px); }
.drv2ccm-workspace-header p { margin: 0; color: rgba(255,255,255,.62); }
.drv2ccm-workspace-header__actions { display: flex; align-items: center; gap: 9px; }
.drv2ccm-workspace-header__actions .drv2ccm-pill { min-height: 34px; padding-inline: 11px; color: rgba(236,253,249,.94); border: 1px solid rgba(153,246,228,.25); background: rgba(255,255,255,.10); }
.drv2ccm-workspace-header__actions .drv2ccm-pill--completed { color: #d9fff8; border-color: rgba(45,212,191,.4); background: rgba(20,184,166,.2); }
.drv2ccm-soft-quality { margin: 12px 0 0; border: 1px solid rgba(15,118,110,.16); border-radius: 12px; background: rgba(240,253,250,.72); color: #23423d; }
.drv2ccm-soft-quality.is-warning { border-color: rgba(180,83,9,.2); background: rgba(255,251,235,.76); }
.drv2ccm-soft-quality > summary { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 8px 12px; cursor: pointer; list-style: none; }
.drv2ccm-soft-quality > summary::-webkit-details-marker { display: none; }
.drv2ccm-soft-quality > summary > span:nth-child(2) { display: grid; min-width: 0; gap: 1px; }
.drv2ccm-soft-quality > summary strong { font-size: 12px; }
.drv2ccm-soft-quality > summary small { color: #667773; font-size: 10px; font-weight: 600; }
.drv2ccm-soft-quality > summary > b { display: inline-flex; align-items: baseline; gap: 2px; margin-left: auto; color: #0f766e; font-size: 14px; }
.drv2ccm-soft-quality.is-warning > summary > b { color: #9a5708; }
.drv2ccm-soft-quality__mark { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(20,184,166,.13); color: #0f766e; font-size: 11px; font-weight: 900; }
.drv2ccm-soft-quality.is-warning .drv2ccm-soft-quality__mark { background: rgba(217,119,6,.13); color: #9a5708; }
.drv2ccm-soft-quality__body { display: grid; gap: 12px; padding: 0 12px 12px 46px; }
.drv2ccm-soft-quality__dimensions { display: flex; flex-wrap: wrap; gap: 6px; }
.drv2ccm-soft-quality__dimensions > span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid rgba(15,118,110,.12); border-radius: 999px; background: rgba(255,255,255,.72); }
.drv2ccm-soft-quality__dimensions small { color: #60716d; font-size: 9px; font-weight: 700; }
.drv2ccm-soft-quality__dimensions strong { color: #164e47; font-size: 10px; }
.drv2ccm-soft-quality__warnings > strong { font-size: 11px; }
.drv2ccm-soft-quality__warnings ul { display: grid; gap: 6px; margin: 6px 0 0; padding: 0; list-style: none; }
.drv2ccm-soft-quality__warnings li { display: grid; gap: 2px; padding-left: 10px; border-left: 2px solid rgba(217,119,6,.35); font-size: 11px; line-height: 1.45; }
.drv2ccm-soft-quality__warnings li small,.drv2ccm-soft-quality__clear { color: #667773; font-size: 10px; }
.drv2ccm-soft-quality__clear { margin: 0; }
.drv2ccm-style-review { display: grid; gap: 16px; margin: 16px 0; padding: clamp(18px,2vw,26px); border: 1px solid rgba(12,92,83,.18); border-radius: 20px; background: linear-gradient(145deg,#fafffe 0%,#f0fdfa 58%,#f7fbfa 100%); box-shadow: 0 18px 42px rgba(2,44,38,.07); color: #173d37; }
.drv2ccm-style-review > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.drv2ccm-style-review > header h2 { margin: 5px 0 4px; color: #082f2b; font-size: clamp(21px,2.2vw,29px); letter-spacing: -.035em; }
.drv2ccm-style-review > header p { max-width: 700px; margin: 0; color: #61736f; line-height: 1.5; }
.drv2ccm-style-review__state { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(180,83,9,.18); border-radius: 999px; background: #fffbeb; color: #975a08; font-size: 11px; font-weight: 850; }
.drv2ccm-style-review__state.is-active { border-color: rgba(15,118,110,.2); background: #ecfdf5; color: #0f766e; }
.drv2ccm-style-review__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.drv2ccm-style-review__badges span { padding: 5px 8px; border: 1px solid rgba(15,118,110,.15); border-radius: 999px; background: rgba(255,255,255,.74); color: #506762; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.drv2ccm-style-review__badges span.is-hard-green { border-color: rgba(15,118,110,.2); background: #ecfdf5; color: #0f766e; }
.drv2ccm-style-review__badges span.is-warning { border-color: rgba(180,83,9,.2); background: #fffbeb; color: #975a08; }
.drv2ccm-style-review__toolbar { display: flex; align-items: center; gap: 7px; padding: 6px; border: 1px solid rgba(15,118,110,.13); border-radius: 13px; background: rgba(255,255,255,.75); }
.drv2ccm-style-review__toolbar button { min-height: 38px; padding: 8px 12px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #56706a; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.drv2ccm-style-review__toolbar button:hover,.drv2ccm-style-review__toolbar button:focus-visible { border-color: rgba(15,118,110,.28); outline: none; color: #0f766e; }
.drv2ccm-style-review__toolbar button.is-active { border-color: rgba(15,118,110,.18); background: #fff; color: #075e56; box-shadow: 0 4px 14px rgba(15,118,110,.09); }
.drv2ccm-style-review__toolbar small { margin-left: auto; padding: 0 7px; color: #687a76; font-weight: 650; }
.drv2ccm-style-review__score-head { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.drv2ccm-style-review__score-head article { display: flex; align-items: baseline; gap: 4px; min-width: 0; padding: 12px 14px; border: 1px solid rgba(15,118,110,.12); border-radius: 12px; background: rgba(255,255,255,.82); }
.drv2ccm-style-review__score-head span { margin-right: auto; color: #59706b; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.drv2ccm-style-review__score-head strong { color: #0f766e; font-size: 19px; }
.drv2ccm-style-review__score-head small { color: #7b8b87; font-size: 10px; }
.drv2ccm-style-review__dimensions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.drv2ccm-style-review__dimensions article { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; padding: 9px 11px; border-radius: 10px; background: rgba(8,47,43,.045); }
.drv2ccm-style-review__dimensions article > span { overflow: hidden; color: #506762; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.drv2ccm-style-review__dimensions article > div { display: flex; align-items: center; gap: 5px; }
.drv2ccm-style-review__dimensions small { color: #778783; font-weight: 700; }
.drv2ccm-style-review__dimensions i { color: #92a39f; font-style: normal; }
.drv2ccm-style-review__dimensions strong { color: #294b45; }
.drv2ccm-style-review__dimensions strong.is-improved { color: #0f766e; }
.drv2ccm-style-review__compare,.drv2ccm-style-review__read-aloud { border-top: 1px solid rgba(15,118,110,.13); padding-top: 12px; }
.drv2ccm-style-review__compare > summary,.drv2ccm-style-review__read-aloud > summary { cursor: pointer; color: #153f38; font-size: 12px; font-weight: 850; list-style-position: inside; }
.drv2ccm-style-review__compare > div { display: grid; gap: 10px; margin-top: 11px; }
.drv2ccm-style-review__compare article { overflow: hidden; border: 1px solid rgba(15,118,110,.11); border-radius: 13px; background: rgba(255,255,255,.75); }
.drv2ccm-style-review__compare article > header { display: flex; justify-content: space-between; gap: 10px; padding: 9px 12px; border-bottom: 1px solid rgba(15,118,110,.09); }
.drv2ccm-style-review__compare article > header span { color: #71817d; font-size: 10px; font-weight: 750; }
.drv2ccm-style-review__compare article > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.drv2ccm-style-review__compare section { min-width: 0; padding: 12px; }
.drv2ccm-style-review__compare section + section { border-left: 1px solid rgba(15,118,110,.1); }
.drv2ccm-style-review__compare section.is-candidate { background: rgba(20,184,166,.055); }
.drv2ccm-style-review__compare section small { display: block; margin-bottom: 5px; color: #637a75; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.drv2ccm-style-review__compare section.is-candidate small { color: #0f766e; }
.drv2ccm-style-review__compare p { margin: 0; color: #284943; line-height: 1.55; overflow-wrap: break-word; }
.drv2ccm-style-review__read-aloud > summary span { display: inline-grid; min-width: 20px; min-height: 20px; margin-left: 5px; place-items: center; border-radius: 999px; background: rgba(15,118,110,.1); color: #0f766e; font-size: 9px; }
.drv2ccm-style-review__read-aloud > ul { display: grid; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
.drv2ccm-style-review__read-aloud li { padding: 10px 12px; border-left: 3px solid rgba(15,118,110,.32); border-radius: 0 9px 9px 0; background: rgba(255,255,255,.67); }
.drv2ccm-style-review__read-aloud li > div { display: flex; justify-content: space-between; gap: 10px; }
.drv2ccm-style-review__read-aloud li b { color: #0f766e; }
.drv2ccm-style-review__read-aloud li p { margin: 4px 0 0; color: #536963; }
.drv2ccm-style-review__read-aloud blockquote { margin: 7px 0 0; color: #6b7d79; font-size: 11px; font-style: italic; }
.drv2ccm-style-review > footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 2px; }
.drv2ccm-style-review > footer p { margin: 0; color: #58706a; }
.drv2ccm-style-review__active-mark { display: inline-flex; align-items: center; gap: 6px; color: #0f766e; font-size: 12px; font-weight: 850; }
.drv2ccm-style-review__actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; flex-wrap: wrap; }
.drv2ccm-style-activation-dialog .drv2ccm-generation-dialog__surface { border-color: rgba(20,184,166,.28); }
.drv2ccm-style-profile-dialog { width: min(92vw,1600px); max-width: none; height: min(92dvh,1080px); max-height: 92dvh; margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: transparent; box-shadow: 0 34px 100px rgba(0,24,20,.4); }
.drv2ccm-style-profile-dialog::backdrop { background: rgba(0,16,13,.68); backdrop-filter: blur(6px); }
.drv2ccm-style-profile-dialog__surface { display: grid; height: 100%; grid-template-rows: auto auto minmax(0,1fr); overflow: hidden; border: 1px solid rgba(20,184,166,.24); border-radius: 22px; background: #f6fbf9; color: var(--drv2ccm-text); }
.drv2ccm-style-profile-dialog__header { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 20px 24px 16px; border-bottom: 1px solid rgba(15,118,110,.12); background: rgba(255,255,255,.97); }
.drv2ccm-style-profile-dialog__header h2 { margin: 4px 0; color: #082f2b; font-size: clamp(23px,2.2vw,32px); letter-spacing: -.035em; }
.drv2ccm-style-profile-dialog__header p { margin: 0; color: #5f716d; font-size: 12px; }
.drv2ccm-style-profile-dialog__tabs { display: flex; gap: 7px; padding: 10px 24px; border-bottom: 1px solid rgba(15,118,110,.1); background: #fff; }
.drv2ccm-style-profile-dialog__tabs button { min-height: 40px; padding: 8px 14px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #61736f; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.drv2ccm-style-profile-dialog__tabs button:hover,.drv2ccm-style-profile-dialog__tabs button:focus-visible { border-color: rgba(15,118,110,.24); color: #0f766e; }
.drv2ccm-style-profile-dialog__tabs button.is-active { border-color: rgba(15,118,110,.18); background: #ecfdf5; color: #0f766e; }
.drv2ccm-style-profile-dialog__body { min-height: 0; padding: 18px 24px 28px; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.drv2ccm-style-profile-dialog__body > section[hidden] { display: none; }
.drv2ccm-style-profile-dialog .drv2ccm-style-review { margin: 0; }
.drv2ccm-style-profile-dialog__empty { display: grid; min-height: 260px; place-content: center; gap: 8px; padding: 30px; color: #49625d; text-align: center; }
.drv2ccm-style-profile-dialog__empty p { margin: 0; color: #6b7d79; }
.drv2ccm-section-nav { position: sticky; top: 0; z-index: 4; display: flex; gap: 5px; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: rgba(20,184,166,.5) transparent; margin: 16px 0; padding: 8px; border: 1px solid var(--drv2ccm-border); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 8px 26px rgba(2,30,26,.055); backdrop-filter: blur(12px); }
.drv2ccm-section-nav a { flex: 0 0 auto; padding: 9px 13px; border-radius: 9px; color: var(--drv2ccm-muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.drv2ccm-section-nav a:hover { color: var(--drv2ccm-deep-teal); background: rgba(20,184,166,.07); }
.drv2ccm-workspace-content { display: grid; max-width: 100%; min-width: 0; gap: 16px; }
.drv2ccm-workspace-content > div,
.drv2ccm-panel { max-width: 100%; min-width: 0; }
.drv2ccm-panel { padding: clamp(20px, 2vw, 30px); border: 1px solid rgba(16,80,70,.12); border-radius: 20px; background: linear-gradient(180deg,#fff 0%,#fdfefe 100%); box-shadow: 0 16px 44px rgba(2,30,26,.065),0 2px 8px rgba(2,30,26,.03); scroll-margin-top: 80px; }
.drv2ccm-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.drv2ccm-panel h2 { margin: 5px 0 0; font-size: clamp(22px, 2.5vw, 32px); letter-spacing: -.035em; }
.drv2ccm-opening { margin: 0 0 20px; padding: 22px; border-left: 4px solid var(--drv2ccm-teal); border-radius: 0 14px 14px 0; background: linear-gradient(90deg, rgba(20,184,166,.09), rgba(20,184,166,.02)); font-size: 18px; font-weight: 750; line-height: 1.55; }
.drv2ccm-opening span { display: block; margin-bottom: 6px; color: var(--drv2ccm-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.drv2ccm-script-steps { position: relative; display: grid; gap: 9px; }
.drv2ccm-script-steps::before { position: absolute; top: 29px; bottom: 29px; left: 30px; width: 1px; background: linear-gradient(var(--drv2ccm-teal),rgba(20,184,166,.08)); content: ""; pointer-events: none; }
.drv2ccm-qa-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.drv2ccm-qa[open] { grid-column: 1 / -1; }
.drv2ccm-qa-quick-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.drv2ccm-qa-quick { min-width: 0; padding: 12px; border: 1px solid rgba(15,118,110,.13); border-radius: 13px; background: linear-gradient(145deg,#f8fcfb,#fff); }
.drv2ccm-qa-quick > header { margin-bottom: 9px; }
.drv2ccm-qa-quick > header strong,
.drv2ccm-qa-quick > header span { display: block; }
.drv2ccm-qa-quick > header strong { color: #153d36; font-size: 12px; }
.drv2ccm-qa-quick > header span { margin-top: 2px; color: #647973; font-size: 10px; line-height: 1.4; }
.drv2ccm-qa-quick__list { display: flex; flex-wrap: wrap; gap: 6px; }
.drv2ccm-qa-quick__list button { display: inline-grid; grid-template-columns: 22px minmax(0,1fr); align-items: center; max-width: 100%; min-height: 34px; padding: 5px 9px 5px 6px; border: 1px solid rgba(15,118,110,.14); border-radius: 9px; background: #fff; color: #21453f; text-align: left; cursor: pointer; }
.drv2ccm-qa-quick__list button:hover,
.drv2ccm-qa-quick__list button:focus-visible { border-color: rgba(15,118,110,.45); color: #0f766e; box-shadow: 0 5px 14px rgba(2,30,26,.07); outline: none; }
.drv2ccm-qa-quick__list button > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(20,184,166,.1); color: #0f766e; font-size: 9px; font-weight: 900; }
.drv2ccm-qa-quick__list button > strong { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.35; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drv2ccm-qa-quick__empty { margin: 0; color: #758783; font-size: 10px; }
.drv2ccm-qa-toolbar { display: grid; grid-template-columns: minmax(0,1fr) minmax(180px,.35fr); gap: 8px; margin-bottom: 12px; }
.drv2ccm-qa-toolbar select { width: 100%; min-height: 42px; padding: 0 10px; border: 1px solid var(--drv2ccm-border); border-radius: 10px; background: #fff; color: var(--drv2ccm-ink); font: inherit; }
.drv2ccm-script-step,
.drv2ccm-qa { position: relative; border: 1px solid #e0ebe8; border-radius: 14px; overflow: hidden; background: #fff; transition: border-color .17s ease, box-shadow .17s ease, transform .17s ease; }
.drv2ccm-script-step:hover { border-color: rgba(20,184,166,.32); box-shadow: 0 9px 24px rgba(2,30,26,.06); }
.drv2ccm-script-step[open] { border-color: rgba(20,184,166,.42); background: linear-gradient(145deg,#fff 0%,rgba(20,184,166,.035) 100%); box-shadow: 0 14px 34px rgba(2,30,26,.09),inset 3px 0 0 var(--drv2ccm-teal); }
.drv2ccm-script-step summary,
.drv2ccm-qa summary { display: flex; min-width: 0; align-items: center; gap: 11px; min-height: 60px; padding: 10px 14px; cursor: pointer; list-style: none; }
.drv2ccm-script-step summary::-webkit-details-marker,
.drv2ccm-qa summary::-webkit-details-marker { display: none; }
.drv2ccm-script-step summary > span,
.drv2ccm-qa summary > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #08796f; background: rgba(20,184,166,.1); font-weight: 900; }
.drv2ccm-script-step summary strong { flex: 1 1 auto; line-height: 1.35; white-space: normal; word-break: normal; overflow-wrap: break-word; }
.drv2ccm-script-step summary small { flex: 0 1 auto; color: var(--drv2ccm-muted); line-height: 1.35; text-align: right; white-space: normal; word-break: normal; overflow-wrap: break-word; }
.drv2ccm-script-step summary::after { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--drv2ccm-deep-teal); border: 1px solid rgba(20,184,166,.16); border-radius: 9px; background: rgba(20,184,166,.055); font-size: 17px; line-height: 1; content: "+"; transition: transform .18s ease,background .18s ease,color .18s ease; }
.drv2ccm-script-step[open] summary::after { color: #fff; border-color: var(--drv2ccm-deep-teal); background: var(--drv2ccm-deep-teal); content: "−"; transform: rotate(180deg); }
.drv2ccm-script-step__body,
.drv2ccm-qa__body { padding: 4px 16px 18px 59px; }
.drv2ccm-script-step__body blockquote { margin: 8px 0 14px; padding: 16px 17px; color: #092d29; border-left: 3px solid var(--drv2ccm-teal); border-radius: 0 12px 12px 0; background: rgba(20,184,166,.065); font-size: 17px; font-weight: 750; line-height: 1.55; }
.drv2ccm-coach,
.drv2ccm-branch-grid,
.drv2ccm-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.drv2ccm-coach span { padding: 11px; border: 1px solid rgba(16,80,70,.08); border-radius: 10px; background: #f4f8f7; }
.drv2ccm-coach small,
.drv2ccm-branch-grid span,
.drv2ccm-qa__body span,
.drv2ccm-battlecard > span,
.drv2ccm-action-cards article > span { display: block; color: var(--drv2ccm-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.drv2ccm-coach strong { display: block; margin-top: 3px; font-size: 12px; }
.drv2ccm-branch-grid { margin-top: 8px; }
.drv2ccm-branch-grid div { padding: 12px; border: 1px solid #e7efed; border-radius: 10px; background: #fbfdfc; }
.drv2ccm-branch-grid div:nth-child(2) { border-color: rgba(20,184,166,.22); background: rgba(20,184,166,.055); }
.drv2ccm-branch-grid div:nth-child(3) { border-color: rgba(205,128,35,.2); background: rgba(255,246,230,.72); }
.drv2ccm-branch-grid p,
.drv2ccm-proof p { margin: 6px 0 0; color: #394441; font-size: 13px; line-height: 1.5; }
.drv2ccm-proof { margin-top: 12px; padding: 12px; border-radius: 10px; background: #f8fbfa; }
.drv2ccm-warning { color: #8b4e18 !important; }
.drv2ccm-source { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 3px 6px; max-width: 100%; min-height: 28px; margin: 5px 4px 0 0; padding: 4px 9px; border: 1px solid rgba(20,184,166,.13); border-radius: 99px; color: #08796f; background: rgba(20,184,166,.075); font-size: 10px; font-weight: 800; word-break: normal; overflow-wrap: break-word; text-decoration: none; white-space: normal; transition: color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease; }
.drv2ccm-source > span { min-width: 0; word-break: normal; overflow-wrap: break-word; }
.drv2ccm-source > b { color: var(--drv2ccm-deep-teal); font-size: 9px; letter-spacing: .03em; }
.drv2ccm-source > i { font-style: normal; }
.drv2ccm-source[href]:hover,.drv2ccm-source[href]:focus-visible { color: #fff; border-color: var(--drv2ccm-deep-teal); background: var(--drv2ccm-deep-teal); box-shadow: 0 7px 18px rgba(11,79,73,.18); }
.drv2ccm-source[href]:hover > b,.drv2ccm-source[href]:focus-visible > b { color: var(--drv2ccm-soft-teal); }
.drv2ccm-qa summary div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.drv2ccm-qa summary small { color: var(--drv2ccm-teal); text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.drv2ccm-qa__body { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.drv2ccm-qa__body > div { padding: 12px; border-radius: 10px; background: #f7faf9; }
.drv2ccm-qa__body p { margin: 6px 0 0; line-height: 1.5; }
.drv2ccm-qa__body footer { grid-column: 1/-1; display: flex; align-items: center; gap: 4px; }
.drv2ccm-qa__body em { margin-left: auto; color: var(--drv2ccm-muted); font-size: 10px; }

.drv2ccm-qa-card {
  min-width: 0;
  border: 1px solid #e2ece9;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.drv2ccm-qa-card:hover { border-color: rgba(20,184,166,.5); box-shadow: 0 12px 28px rgba(2,30,26,.08); transform: translateY(-1px); }
.drv2ccm-qa-card[hidden] { display: none; }
.drv2ccm-qa-card > button { width: 100%; max-width: 100%; min-width: 0; min-height: 154px; display: grid; grid-template-columns: 36px minmax(0,1fr); grid-template-rows: auto auto; gap: 11px; overflow: visible !important; padding: 16px; border: 0; background: transparent; color: var(--drv2ccm-text); text-align: left; text-overflow: clip !important; white-space: normal !important; cursor: pointer; }
.drv2ccm-qa-card__number { grid-row: 1 / span 2; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: #08796f; background: rgba(20,184,166,.1); font-weight: 900; }
.drv2ccm-qa-card__copy { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.drv2ccm-qa-card__copy small { word-break: normal; overflow-wrap: break-word; color: var(--drv2ccm-teal); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: normal !important; }
.drv2ccm-qa-card__copy strong { word-break: normal; overflow-wrap: break-word; line-height: 1.4; white-space: normal !important; }
.drv2ccm-qa-card__preview { display: -webkit-box; overflow: hidden; color: var(--drv2ccm-muted); font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drv2ccm-qa-card__open { display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; color: var(--drv2ccm-deep-teal); font-size: 11px; font-weight: 850; }
.drv2ccm-qa-card__open i { font-size: 15px; font-style: normal; }
.drv2ccm-qa-empty { margin: 16px 0 0; padding: 30px; border: 1px dashed #cdded9; border-radius: 13px; color: var(--drv2ccm-muted); text-align: center; }

.drv2ccm-qa-dialog { width: min(840px, calc(100vw - 36px)); max-width: none; max-height: min(860px, calc(100dvh - 36px)); padding: 0; border: 0; border-radius: 22px; background: transparent; color: var(--drv2ccm-text); box-shadow: 0 30px 90px rgba(0,16,13,.28); }
.drv2ccm-qa-dialog::backdrop { background: rgba(0,16,13,.62); backdrop-filter: blur(5px); }
.drv2ccm-qa-dialog__surface { max-width: 100%; max-height: min(860px, calc(100dvh - 36px)); overflow: auto; overscroll-behavior: contain; padding: clamp(22px,4vw,38px); border: 1px solid rgba(153,246,228,.26); border-radius: 22px; background: #fff; }
.drv2ccm-qa-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.drv2ccm-qa-dialog__header h2 { max-width: 680px; margin: 7px 0 0; word-break: normal; overflow-wrap: break-word; font-size: clamp(24px,3.2vw,38px); letter-spacing: -.035em; line-height: 1.14; }
.drv2ccm-dialog-close { flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid #d9e8e4; border-radius: 12px; color: var(--drv2ccm-deep-teal); background: #f5faf8; font-size: 25px; line-height: 1; cursor: pointer; }
.drv2ccm-qa-dialog__meta { display: flex; align-items: center; gap: 8px; margin: 18px 0; }
.drv2ccm-qa-dialog__meta > span:first-child { display: grid; place-items: center; min-width: 32px; height: 28px; padding: 0 8px; border-radius: 8px; color: #08796f; background: rgba(20,184,166,.1); font-size: 11px; font-weight: 900; }
.drv2ccm-qa-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.drv2ccm-qa-detail-grid section { min-width: 0; padding: 17px; border: 1px solid #e3ece9; border-radius: 13px; background: #f8fbfa; }
.drv2ccm-qa-detail-grid section.is-response { border-color: rgba(20,184,166,.35); background: rgba(20,184,166,.055); }
.drv2ccm-qa-detail-grid span,
.drv2ccm-validation-question span,
.drv2ccm-qa-dialog__sources > span { display: block; color: var(--drv2ccm-muted); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.drv2ccm-qa-detail-grid p { margin: 7px 0 0; word-break: normal; overflow-wrap: break-word; line-height: 1.55; }
.drv2ccm-validation-question { margin-top: 10px; padding: 17px; border-left: 4px solid var(--drv2ccm-teal); border-radius: 0 12px 12px 0; background: rgba(20,184,166,.07); }
.drv2ccm-validation-question strong { display: block; margin-top: 6px; line-height: 1.5; }
.drv2ccm-qa-dialog__sources { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e3ece9; }

.drv2ccm-evidence-status { display: inline-flex; align-items: center; width: max-content; min-height: 25px; padding: 4px 9px; border-radius: 999px; font-size: 10px; font-weight: 850; }
.drv2ccm-evidence-status--source { color: #086b62; background: rgba(20,184,166,.12); }
.drv2ccm-evidence-status--inference { color: #76540c; background: #fff4cf; }
.drv2ccm-evidence-status--validate { color: #665b70; background: #f0edf3; }
.drv2ccm-source.is-missing { color: #665b70; background: #f0edf3; }

.drv2ccm-panel--context > header p { margin: 6px 0 0; color: var(--drv2ccm-muted); font-size: 12px; }
.drv2ccm-context-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid #e6efec; }
.drv2ccm-context-section > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.drv2ccm-context-section > header h3 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.02em; }
.drv2ccm-relationship-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.drv2ccm-relationship-list article { min-width: 0; padding: 17px; border: 1px solid #e2ece9; border-radius: 14px; background: #fbfdfc; }
.drv2ccm-relationship-list article > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.drv2ccm-relationship-list article > header > div { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.drv2ccm-relationship-list article > header > div span { color: var(--drv2ccm-teal); }
.drv2ccm-relationship-list article p { color: var(--drv2ccm-muted); line-height: 1.55; }
.drv2ccm-relationship-list blockquote,
.drv2ccm-priority-list blockquote { margin: 12px 0; padding: 12px; border-left: 3px solid var(--drv2ccm-teal); background: rgba(20,184,166,.055); line-height: 1.5; }
.drv2ccm-relationship-list blockquote span,
.drv2ccm-priority-list blockquote span { display: block; margin-bottom: 4px; color: var(--drv2ccm-muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.drv2ccm-relationship-list footer,
.drv2ccm-priority-list footer { margin-top: 10px; }
.drv2ccm-context-empty { grid-column: 1 / -1; padding: 20px; border: 1px dashed #cdded9; border-radius: 13px; color: var(--drv2ccm-muted); }
.drv2ccm-context-empty p { margin: 5px 0 0; }
.drv2ccm-priority-list article > header { margin-bottom: 9px; }
.drv2ccm-discovery-list { display: grid; gap: 8px; }
.drv2ccm-discovery-list article { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 11px; padding: 13px; border: 1px solid #e2ece9; border-radius: 12px; }
.drv2ccm-discovery-list article > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: #08796f; background: rgba(20,184,166,.1); font-weight: 900; }
.drv2ccm-discovery-list p { margin: 4px 0; color: var(--drv2ccm-muted); }
.drv2ccm-discovery-list small { color: #394441; line-height: 1.45; }

@media (min-width: 1500px) {
  .drv2ccm-qa-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
.drv2ccm-card-grid,
.drv2ccm-priority-list,
.drv2ccm-action-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.drv2ccm-battlecard,
.drv2ccm-priority-list article,
.drv2ccm-action-cards article { padding: 18px; border: 1px solid #e2ece9; border-radius: 14px; }
.drv2ccm-battlecard h3,
.drv2ccm-priority-list h3,
.drv2ccm-action-cards h3 { margin: 6px 0 8px; }
.drv2ccm-battlecard blockquote { margin: 13px 0; color: var(--drv2ccm-deep-teal); font-weight: 800; line-height: 1.5; }
.drv2ccm-battlecard p,
.drv2ccm-priority-list p,
.drv2ccm-action-cards p { color: var(--drv2ccm-muted); line-height: 1.5; }
.drv2ccm-fact-grid { margin: 18px 0; }
.drv2ccm-fact-grid strong { display: block; margin-top: 7px; }
.drv2ccm-priority-list article > span { color: var(--drv2ccm-teal); font-size: 10px; text-transform: uppercase; }
.drv2ccm-priority-list article > strong { display: block; margin: 10px 0; }
.drv2ccm-operational-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.drv2ccm-operational-grid label { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.drv2ccm-operational-grid label > span { font-weight: 800; }
.drv2ccm-operational-grid textarea,
.drv2ccm-operational-grid input { width: 100%; padding: 12px; border: 1px solid #d7e5e1; border-radius: 10px; color: var(--drv2ccm-text); background: #fbfdfc; resize: vertical; }
.drv2ccm-action-cards { margin-top: 14px; }
.drv2ccm-action-cards .drv2ccm-button { margin-top: 8px; }
.drv2ccm-action-cards article > small { display: block; margin-top: 8px; color: var(--drv2ccm-muted); }
.drv2ccm-toast { position: fixed; z-index: 9999; right: 22px; bottom: 22px; max-width: 360px; padding: 13px 16px; border-radius: 11px; color: #fff; background: var(--drv2ccm-deep-teal); box-shadow: var(--drv2ccm-shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.drv2ccm-toast.is-visible { opacity: 1; transform: none; }
.drv2ccm-toast.is-error { background: #8b1e2d; }
.drv2ccm-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: 1050px) {
  .drv2ccm { grid-template-columns: 330px minmax(0,1fr); }
  .drv2ccm-stage { padding: 0 24px 24px; }
  .drv2ccm-contact__details { grid-template-columns: 1fr; }
  .drv2ccm-contact__signals { justify-content: flex-start; }
  .drv2ccm-qa-card__preview { display: none; }
}

@media (max-width: 780px) {
  .drv2ccm-qa-list,
  .drv2ccm-qa-quick-grid,
  .drv2ccm-qa-toolbar { grid-template-columns: 1fr; }
  .drv2ccm { display: block; min-height: 100dvh; }
  .drv2ccm-nav { position: relative; width: 100%; height: auto; max-height: 42dvh; border-right: 0; border-bottom: 1px solid rgba(153,246,228,.15); }
  .drv2ccm-nav__header { padding: 18px 16px 12px; }
  .drv2ccm-search { margin: 0 12px 10px; }
  .drv2ccm-nav__list { display: flex; gap: 7px; padding: 0 12px 13px; overflow: auto hidden; }
  .drv2ccm-contact { flex: 0 0 290px; margin: 0; }
  .drv2ccm-nav__legend { display: none; }
  .drv2ccm-stage { padding: 16px; }
  .drv2ccm-workspace-header { flex-direction: column; padding: 22px; }
  .drv2ccm-workspace-header__actions { width: 100%; justify-content: space-between; }
  .drv2ccm-soft-quality__body { padding-left: 12px; }
  .drv2ccm-contact-facts,
  .drv2ccm-coach,
  .drv2ccm-branch-grid,
  .drv2ccm-fact-grid,
  .drv2ccm-qa__body,
  .drv2ccm-card-grid,
  .drv2ccm-priority-list,
  .drv2ccm-relationship-list,
  .drv2ccm-action-cards,
  .drv2ccm-operational-grid,
  .drv2ccm-qa-detail-grid { grid-template-columns: 1fr; }
  .drv2ccm-panel > header { align-items: flex-start; flex-wrap: wrap; }
  .drv2ccm-qa__body footer { grid-column: 1; }
  .drv2ccm-script-step__body,
  .drv2ccm-qa__body { padding-left: 14px; }
}

@media (max-width: 430px) {
  .drv2ccm-nav { max-height: 45dvh; }
  .drv2ccm-contact { flex-basis: min(86vw, 320px); }
  .drv2ccm-stage { padding: 10px; }
  .drv2ccm-prepare-card,
  .drv2ccm-generating,
  .drv2ccm-panel { padding: 18px; border-radius: 16px; }
  .drv2ccm-prepare-card h1 { font-size: 32px; }
  .drv2ccm-section-nav { margin: 10px 0; border-radius: 11px; }
  .drv2ccm-opening { padding: 16px; font-size: 16px; }
  .drv2ccm-script-step summary small { display: none; }
  .drv2ccm-language-select { width: 100%; }
  .drv2ccm-language-select button { flex: 1; }
  .drv2ccm-button { width: 100%; }
  .drv2ccm-recovery-notice { align-items: flex-start; flex-wrap: wrap; }
  .drv2ccm-recovery-notice > div { flex-basis: calc(100% - 44px); }
  .drv2ccm-recovery-notice .drv2ccm-button { flex-basis: 100%; }
  .drv2ccm-qa-card > button { min-height: 132px; padding: 13px; }
  .drv2ccm-qa-card__open { justify-content: flex-start; }
  .drv2ccm-qa-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 16px; }
  .drv2ccm-qa-dialog__surface { max-height: calc(100dvh - 16px); padding: 18px; border-radius: 16px; }
  .drv2ccm-qa-dialog__header { gap: 10px; }
  .drv2ccm-dialog-close { flex-basis: 38px; width: 38px; height: 38px; }
  .drv2ccm-relationship-list article > header { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .drv2ccm *,
  .drv2ccm *::before,
  .drv2ccm *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
.drv2ccm-opening-styles {
  display: grid;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(18, 137, 121, .24);
  border-radius: 16px;
  background: linear-gradient(145deg, #071a22, #0b3537);
  color: #fff;
}
.drv2ccm-opening-styles > header { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.drv2ccm-opening-styles h3,
.drv2ccm-opening-styles p { margin: 0; }
.drv2ccm-opening-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.drv2ccm-opening-tabs button {
  min-width: 0;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.76);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.drv2ccm-opening-tabs button:hover,
.drv2ccm-opening-tabs button:focus-visible { border-color: #69e4c3; color: #fff; outline: none; }
.drv2ccm-opening-tabs button.is-active { border-color: #fff; background: #fff; color: #09272a; }
.drv2ccm-opening-copy { display: grid; align-content: start; gap: 9px; min-height: 0; font-weight: 800; }
.drv2ccm-opening-copy__readout { display: grid; align-content: start; gap: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(255,255,255,.08); }
.drv2ccm-opening-copy__readout p { display: grid; gap: 5px; margin: 0; padding: 13px 15px; color: #fff; font-size: clamp(16px,1.35vw,19px); font-weight: 650; line-height: 1.58; letter-spacing: -.006em; }
.drv2ccm-opening-copy__readout p + p { border-top: 1px solid rgba(255,255,255,.1); }
.drv2ccm-opening-copy__readout p > span { color: #7cebd0; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.drv2ccm-opening-copy__editor { min-height: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.045); }
.drv2ccm-opening-copy__editor > summary { padding: 9px 11px; color: rgba(255,255,255,.76); cursor: pointer; font-size: 11px; font-weight: 800; }
.drv2ccm-opening-copy__editor > label { display: block; padding: 0 10px 10px; }
.drv2ccm-opening-copy textarea {
  width: 100%;
  min-height: 112px;
  box-sizing: border-box;
  resize: vertical;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 11px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
  font-size: 1.02rem;
  line-height: 1.62;
}
.drv2ccm-opening-copy textarea:focus { border-color: #6ce5c5; outline: 2px solid rgba(108,229,197,.2); }
.drv2ccm-opening-meta { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.drv2ccm-opening-meta article { min-width: 0; padding: 10px; border-radius: 10px; background: rgba(255,255,255,.055); }
.drv2ccm-opening-meta span { display: block; margin-bottom: 4px; color: #78e7c8; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.drv2ccm-opening-meta p { color: rgba(255,255,255,.76); line-height: 1.4; overflow-wrap: break-word; }
.drv2ccm-opening-reactions { border-top: 1px solid rgba(255,255,255,.12); padding-top: 10px; }
.drv2ccm-opening-reactions summary { cursor: pointer; font-weight: 800; }
.drv2ccm-opening-reactions > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 10px; }
.drv2ccm-opening-reactions article { min-width: 0; padding: 10px; border-radius: 10px; background: rgba(255,255,255,.05); }
.drv2ccm-opening-reactions p { margin-top: 5px; color: rgba(255,255,255,.78); }
.drv2ccm-opening-reactions small { display: block; margin-top: 6px; color: #8ee8cf; }
.drv2ccm-opening-styles footer { display: flex; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .drv2ccm-opening-tabs,
  .drv2ccm-opening-meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .drv2ccm-style-review__dimensions { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .drv2ccm-opening-tabs,
  .drv2ccm-opening-meta,
  .drv2ccm-opening-reactions > div { grid-template-columns: 1fr; }
  .drv2ccm-opening-styles footer > * { width: 100%; }
  .drv2ccm-style-review > header,.drv2ccm-style-review > footer { align-items: stretch; flex-direction: column; }
  .drv2ccm-style-review__state { align-self: flex-start; }
  .drv2ccm-style-review__toolbar { align-items: stretch; flex-wrap: wrap; }
  .drv2ccm-style-review__toolbar button { flex: 1 1 calc(50% - 4px); }
  .drv2ccm-style-review__toolbar small { flex: 1 0 100%; margin: 2px 0 0; }
  .drv2ccm-style-review__score-head,.drv2ccm-style-review__dimensions,.drv2ccm-style-review__compare article > div { grid-template-columns: 1fr; }
  .drv2ccm-style-review__compare section + section { border-top: 1px solid rgba(15,118,110,.1); border-left: 0; }
  .drv2ccm-style-review > footer .drv2ccm-button { width: 100%; }
}

.drv2ccm-caller-profile {
  margin: 12px 0 16px;
  border: 1px solid rgba(15,118,110,.2);
  border-radius: 14px;
  background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(236,253,250,.72));
  box-shadow: 0 9px 24px rgba(15,23,42,.055);
}
.drv2ccm-caller-profile > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  cursor: pointer;
  list-style: none;
}
.drv2ccm-caller-profile.is-modal { margin: 0; }
.drv2ccm-caller-profile.is-modal > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px; }
.drv2ccm-caller-profile.is-modal > header > span:first-child { display: grid; gap: 2px; min-width: 0; }
.drv2ccm-caller-profile.is-modal > header small { color: #0f766e; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.drv2ccm-caller-profile > summary::-webkit-details-marker { display: none; }
.drv2ccm-caller-profile > summary > span:first-child { display: grid; gap: 2px; min-width: 0; }
.drv2ccm-caller-profile > summary small { color: #0f766e; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.drv2ccm-caller-profile > summary strong { overflow-wrap: break-word; }
.drv2ccm-caller-profile__summary { min-width: 0; color: #64748b; font-size: 12px; text-align: right; overflow-wrap: break-word; }
.drv2ccm-caller-profile__body { padding: 0 15px 15px; border-top: 1px solid rgba(15,118,110,.12); }
.drv2ccm-caller-profile__body > p { margin: 12px 0; color: #52616f; font-size: 12px; line-height: 1.5; }
.drv2ccm-caller-profile__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.drv2ccm-caller-profile__grid label { display: grid; gap: 5px; min-width: 0; }
.drv2ccm-caller-profile__grid label.is-wide { grid-column: span 2; }
.drv2ccm-caller-profile__grid label > span { color: #334155; font-size: 11px; font-weight: 800; }
.drv2ccm-caller-profile__grid input,
.drv2ccm-caller-profile__grid select { min-width: 0; min-height: 38px; box-sizing: border-box; padding: 8px 10px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; color: #0f172a; font: inherit; font-size: 13px; }
.drv2ccm-caller-profile__grid input:focus,
.drv2ccm-caller-profile__grid select:focus { border-color: #0f766e; outline: 3px solid rgba(13,148,136,.12); }
.drv2ccm-caller-profile__body footer { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 12px; }
.drv2ccm-flow-annotation { margin: 0 0 12px; padding: 11px 13px; border-radius: 10px; background: #f1f5f9; }
.drv2ccm-flow-annotation span { color: #0f766e; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.drv2ccm-flow-annotation p { margin: 4px 0 0; color: #475569; line-height: 1.5; }
.drv2ccm-script-step.is-first-question { border-color: rgba(13,148,136,.55); }

@media (max-width: 900px) {
  .drv2ccm-caller-profile__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .drv2ccm-caller-profile > summary { align-items: flex-start; flex-direction: column; gap: 5px; }
  .drv2ccm-caller-profile__summary { text-align: left; }
  .drv2ccm-caller-profile__grid { grid-template-columns: 1fr; }
  .drv2ccm-caller-profile__grid label.is-wide { grid-column: auto; }
  .drv2ccm-caller-profile__body footer { align-items: stretch; flex-direction: column; }
  .drv2ccm-style-profile-dialog { width: calc(100vw - 8px); height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); border-radius: 16px; }
  .drv2ccm-style-profile-dialog__surface { border-radius: 16px; }
  .drv2ccm-style-profile-dialog__header { padding: 16px; }
  .drv2ccm-style-profile-dialog__tabs { padding: 9px 12px; }
  .drv2ccm-style-profile-dialog__tabs button { flex: 1; padding-inline: 8px; }
  .drv2ccm-style-profile-dialog__body { padding: 12px; }
  .drv2ccm-caller-profile.is-modal > header { align-items: flex-start; flex-direction: column; gap: 5px; }
}

/* End-to-end conversation projection. Generated content remains untouched; only its hierarchy changes. */
.drv2ccm-end-to-end-route { display: grid; gap: 16px; }
.drv2ccm-end-to-end-route > header { align-items: center; }
.drv2ccm-end-to-end-route > header p { margin: 5px 0 0; color: var(--drv2ccm-muted); font-size: 13px; }
.drv2ccm-route-indicator { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,158px),1fr)); align-items: stretch; gap: 8px; width: 100%; padding: 3px 2px 8px; }
.drv2ccm-route-indicator button { display: grid; grid-template-columns: 25px minmax(0,1fr); grid-template-rows: auto auto; align-content: center; align-items: center; gap: 2px 8px; min-width: 0; min-height: 58px; padding: 8px 10px; border: 1px solid #dce9e5; border-radius: 11px; background: #fff; color: #4f6661; text-align: left; cursor: pointer; }
.drv2ccm-route-indicator button span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 999px; background: #edf6f3; color: #0f766e; font-size: 10px; font-weight: 900; }
.drv2ccm-route-indicator button strong { min-width: 0; font-size: 11px; line-height: 1.25; white-space: normal; overflow-wrap: break-word; }
.drv2ccm-route-indicator button small { grid-column: 2; color: #7a8f8a; font-size: 8px; font-weight: 800; letter-spacing: .04em; line-height: 1.15; text-transform: uppercase; }
.drv2ccm-route-indicator button.is-active { border-color: rgba(20,184,166,.52); background: #effcf8; color: #075e56; box-shadow: 0 7px 18px rgba(11,79,73,.09); }
.drv2ccm-route-indicator button.is-completed { border-color: rgba(15,118,110,.18); background: #f3f8f6; color: #44625c; }
.drv2ccm-route-indicator button.is-completed span { background: #0f766e; color: #fff; }
.drv2ccm-route-indicator button.is-next { border-color: rgba(14,165,233,.3); background: #f0f9ff; color: #075985; }
.drv2ccm-route-indicator button.is-next span { background: #dff4ff; color: #0369a1; }
.drv2ccm-route-indicator button.is-closing { border-style: dashed; background: #fffaf4; color: #8a4b17; }
.drv2ccm-route-indicator button.is-closing span { background: #ffedd5; color: #9a3412; }
.drv2ccm-route-opening { display: grid; gap: 13px; }
.drv2ccm-route-card { overflow: hidden; border: 1px solid rgba(20,184,166,.18); border-radius: 20px; background: #fff; box-shadow: 0 17px 42px rgba(2,44,38,.07); }
.drv2ccm-route-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 18px 20px; border-bottom: 1px solid #e6efed; background: linear-gradient(145deg,#fbfefd,#f1f9f7); }
.drv2ccm-route-card > header h3 { margin: 4px 0; color: #102d28; font-size: clamp(21px,2.1vw,29px); letter-spacing: -.025em; }
.drv2ccm-route-card > header p { margin: 0; color: #617470; font-size: 13px; line-height: 1.5; }
.drv2ccm-route-card > header > strong { flex: 0 0 auto; color: #0f766e; font-size: 12px; }
.drv2ccm-route-speech { padding: clamp(20px,3vw,34px); color: #fff; background: linear-gradient(128deg,#020505,#0b4f49 135%); }
.drv2ccm-route-speech > span,
.drv2ccm-route-response > header span,
.drv2ccm-route-response > div > span { display: block; margin-bottom: 8px; color: #5eead4; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.drv2ccm-route-speech blockquote { margin: 0; color: #fff; font-size: clamp(18px,2vw,24px); line-height: 1.62; letter-spacing: -.012em; }
.drv2ccm-route-reactions { padding: 17px 20px 6px; }
.drv2ccm-route-reactions > header { display: flex; justify-content: space-between; gap: 10px; }
.drv2ccm-route-reactions > header span { color: var(--drv2ccm-muted); font-size: 11px; }
.drv2ccm-route-reactions > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.drv2ccm-route-reactions button { min-height: 36px; padding: 7px 11px; border: 1px solid #d7e6e2; border-radius: 999px; background: #f7fbfa; color: #36534e; font-size: 11px; font-weight: 800; cursor: pointer; }
.drv2ccm-route-reactions button.is-active { border-color: #0f766e; background: #0f766e; color: #fff; }
.drv2ccm-route-response { display: grid; grid-template-columns: minmax(150px,.32fr) minmax(0,1fr); gap: 16px; margin: 12px 20px 18px; padding: 17px; border: 1px solid rgba(20,184,166,.2); border-radius: 15px; background: #f0faf7; }
.drv2ccm-route-response > header { padding-right: 14px; border-right: 1px solid rgba(15,118,110,.16); }
.drv2ccm-route-response > header strong { color: #21433d; line-height: 1.45; }
.drv2ccm-route-response blockquote { margin: 0; color: #0b302a; font-size: 17px; font-weight: 700; line-height: 1.58; }
.drv2ccm-route-response small { display: block; margin-top: 12px; color: #0f766e; font-weight: 800; }
.drv2ccm-route-response p { margin: 4px 0 0; color: #284943; line-height: 1.55; }
.drv2ccm-route-response__next,
.drv2ccm-route-response__stop { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(15,118,110,.13); }
.drv2ccm-route-response__next button { padding: 7px 11px; border: 0; border-radius: 9px; background: #0f766e; color: #fff; font-weight: 800; cursor: pointer; }
.drv2ccm-route-response__stop { display: grid; color: #8a3d20; }
.drv2ccm-route-mini-tree { display: grid; gap: 8px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(15,118,110,.13); }
.drv2ccm-route-mini-tree > header { display: grid; gap: 2px; }
.drv2ccm-route-mini-tree > header strong { color: #164e47; font-size: 13px; }
.drv2ccm-route-mini-tree > header span { color: #607b75; font-size: 11px; }
.drv2ccm-route-mini-tree details { overflow: hidden; border: 1px solid rgba(15,118,110,.16); border-radius: 11px; background: #fff; }
.drv2ccm-route-mini-tree summary { display: grid; grid-template-columns: minmax(105px,.28fr) minmax(0,1fr); align-items: center; gap: 10px; padding: 10px 12px; cursor: pointer; }
.drv2ccm-route-mini-tree summary span { color: #0f766e; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.drv2ccm-route-mini-tree summary strong { min-width: 0; color: #21433d; font-size: 12px; overflow-wrap: break-word; }
.drv2ccm-route-mini-tree details > div { display: grid; gap: 8px; padding: 12px; border-top: 1px solid rgba(15,118,110,.12); background: #f7fbfa; }
.drv2ccm-route-mini-tree details > div > small { margin: 0; color: #0f766e; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.drv2ccm-route-mini-tree details blockquote { font-size: 15px; font-weight: 650; }
.drv2ccm-route-mini-tree details button { justify-self: start; min-height: 36px; padding: 7px 11px; border: 0; border-radius: 9px; background: #0f766e; color: #fff; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.drv2ccm-route-mini-tree details .drv2ccm-route-battlecard-action,
.drv2ccm-route-response .drv2ccm-route-battlecard-action { margin-top: 9px; border: 1px solid rgba(15,118,110,.24); background: #fff; color: #0f766e; }
.drv2ccm-route-mini-tree__stop { color: #9a3412; font-size: 11px; }
.drv2ccm-route-clarification { margin-top: 12px; border: 1px solid rgba(94,234,212,.28); border-radius: 11px; background: rgba(255,255,255,.07); color: inherit; }
.drv2ccm-route-clarification > summary { padding: 9px 11px; color: inherit; cursor: pointer; font-size: 11px; font-weight: 850; }
.drv2ccm-route-clarification > div { padding: 0 11px 11px; }
.drv2ccm-route-clarification small { display: block; margin: 0 0 5px; color: #5eead4; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.drv2ccm-route-clarification blockquote { margin: 0; font-size: 14px; font-weight: 650; line-height: 1.55; }
.drv2ccm-route-response .drv2ccm-route-clarification { border-color: rgba(15,118,110,.16); background: #fff; }
.drv2ccm-route-response .drv2ccm-route-clarification small { color: #0f766e; }
.drv2ccm-operational-result { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 10px 0; padding: 9px 10px; border: 1px solid rgba(15,118,110,.16); border-radius: 10px; background: #edf9f6; }
.drv2ccm-operational-result b { color: #0f766e; font-size: 11px; }
.drv2ccm-operational-result small { min-width: 0; color: #58736d; overflow-wrap: anywhere; }
.drv2ccm-operational-location { display: block; margin: -2px 0 10px; color: #58736d; font-size: 11px; line-height: 1.45; }
.drv2ccm-operational-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.drv2ccm-operational-actions .drv2ccm-button { min-height: 38px; }
.drv2ccm-operational-notice { margin: 16px 20px 0; padding: 11px 13px; border: 1px solid rgba(15,118,110,.18); border-radius: 11px; background: #edf9f6; color: #214e47; font-size: 12px; font-weight: 750; line-height: 1.5; }
.drv2ccm-button.is-danger { border-color: rgba(185,28,28,.25); color: #991b1b; }
.drv2ccm-button.is-danger:hover { background: #fff1f2; }
.drv2ccm-operational-dialog { width: min(820px,92vw); max-width: none; max-height: 90dvh; padding: 0; border: 0; border-radius: 19px; background: transparent; box-shadow: 0 28px 85px rgba(3,31,27,.28); }
.drv2ccm-operational-dialog::backdrop { background: rgba(5,28,25,.6); backdrop-filter: blur(5px); }
.drv2ccm-operational-dialog__surface { display: grid; max-height: 90dvh; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 19px; background: #fff; }
.drv2ccm-operational-dialog__surface > header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; border-bottom: 1px solid #e3eeeb; background: linear-gradient(135deg,#f8fcfb,#eef9f6); }
.drv2ccm-operational-dialog__surface > header h2 { margin: 3px 0 0; color: #143c35; font-size: 21px; }
.drv2ccm-operational-dialog__fields { display: grid; grid-template-columns: minmax(0,1fr) minmax(180px,.42fr) minmax(110px,.25fr); gap: 13px; padding: 20px; overflow: auto; }
.drv2ccm-operational-dialog__fields label { display: grid; align-content: start; gap: 6px; min-width: 0; color: #345851; font-size: 11px; font-weight: 850; }
.drv2ccm-operational-dialog__fields label.is-wide { grid-column: 1 / -1; }
.drv2ccm-operational-dialog__fields :is(input,textarea) { width: 100%; min-width: 0; box-sizing: border-box; padding: 10px 11px; border: 1px solid #cfe0dc; border-radius: 10px; background: #fff; color: #173d37; font: inherit; line-height: 1.5; }
.drv2ccm-operational-dialog__fields textarea { resize: vertical; }
.drv2ccm-operational-dialog__fields :is(input,textarea):focus-visible { border-color: #0f766e; outline: 3px solid rgba(15,118,110,.15); }
.drv2ccm-operational-dialog__surface > footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 20px; border-top: 1px solid #e3eeeb; background: #f8fbfa; }
.drv2ccm-operational-dialog__surface > footer > span { color: #5d7771; font-size: 11px; }
.drv2ccm-operational-dialog__surface > footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.drv2ccm-route-secondary { margin: 0 20px 16px; border: 1px solid #e2ece9; border-radius: 13px; background: #fafcfb; }
.drv2ccm-route-secondary > summary { padding: 12px 14px; color: #35534d; cursor: pointer; font-size: 12px; font-weight: 850; }
.drv2ccm-route-secondary > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; padding: 0 14px 14px; }
.drv2ccm-route-secondary section { min-width: 0; padding: 11px; border-radius: 10px; background: #fff; }
.drv2ccm-route-secondary section > span { color: #0f766e; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.drv2ccm-route-secondary :is(p,ul) { margin: 5px 0 0; color: #5a706b; font-size: 11px; line-height: 1.5; }
.drv2ccm-route-navigation { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 16px 20px 20px; border-top: 1px solid #edf2f0; }
.drv2ccm-route-navigation .drv2ccm-button { min-height: 39px; padding: 7px 12px; font-size: 11px; }
.drv2ccm-route-voicemail blockquote { margin: 0; padding: 0 14px 14px; color: #24453f; font-size: 14px; line-height: 1.6; }
.drv2ccm-workspace-accordion { overflow: hidden; border: 1px solid #dde9e6; border-radius: 15px; background: #fff; }
.drv2ccm-workspace-accordion > summary { padding: 15px 18px; color: #183e37; cursor: pointer; font-size: 13px; font-weight: 900; }
.drv2ccm-workspace-accordion > .drv2ccm-panel { margin: 0; border: 0; border-top: 1px solid #e8efed; border-radius: 0; box-shadow: none; }
.drv2ccm-section-nav button { min-height: 34px; padding: 6px 11px; border: 1px solid rgba(20,184,166,.18); border-radius: 999px; background: #fff; color: #0b6259; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.drv2ccm-qa-hub-content { min-height: 0; overflow: auto; padding: 0 20px 22px; }
.drv2ccm-qa-hub-content .drv2ccm-panel--qa { margin: 0; box-shadow: none; }

/* Contact-call Q&A workbench: scan, select, use, return without losing the live route. */
.drv2ccm-qa-dialog {
  width: min(92vw, 1480px);
  height: min(90dvh, 920px);
  max-height: calc(100dvh - 28px);
}
.drv2ccm-qa-dialog__surface {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  background: #f5f9f8;
}
.drv2ccm-qa-workbench {
  display: grid;
  grid-template-rows: auto auto minmax(0,1fr);
  width: 100%;
  height: 100%;
  min-height: 0;
}
.drv2ccm-qa-workbench__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px 17px;
  border-bottom: 1px solid rgba(15,118,110,.12);
  background: linear-gradient(135deg,#fff 0%,#f7fcfb 58%,#eef9f7 100%);
}
.drv2ccm-qa-workbench__header h2 { margin: 4px 0 0; color: #133b35; font-size: clamp(23px,2vw,31px); letter-spacing: -.035em; }
.drv2ccm-qa-workbench__header p { margin: 5px 0 0; color: #647973; font-size: 12px; line-height: 1.45; }
.drv2ccm-qa-workbench__flow { display: flex; align-items: center; gap: 7px; color: #607671; font-size: 10px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.drv2ccm-qa-workbench__flow span { padding: 7px 9px; border: 1px solid rgba(15,118,110,.13); border-radius: 999px; background: rgba(255,255,255,.75); white-space: nowrap; }
.drv2ccm-qa-workbench__flow i { color: #14a897; font-size: 13px; font-style: normal; }
.drv2ccm-qa-workbench__header .drv2ccm-dialog-close { position: static; flex: 0 0 auto; }
.drv2ccm-qa-workbench__search { display: flex; align-items: center; gap: 14px; padding: 12px 26px; border-bottom: 1px solid rgba(15,118,110,.11); background: #fff; }
.drv2ccm-qa-workbench__search label { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; flex: 1; min-width: 0; min-height: 43px; padding: 0 14px; border: 1px solid #d9e7e3; border-radius: 12px; background: #f8fbfa; color: #6a7f7a; }
.drv2ccm-qa-workbench__search label:focus-within { border-color: #25a99b; box-shadow: 0 0 0 3px rgba(20,184,166,.11); background: #fff; }
.drv2ccm-qa-workbench__search input { min-width: 0; height: 41px; padding: 0 0 0 10px; border: 0; outline: 0; background: transparent; color: #173f38; font: inherit; font-size: 13px; }
.drv2ccm-qa-workbench__grid { display: grid; grid-template-columns: minmax(180px,220px) minmax(300px,.85fr) minmax(390px,1.25fr); min-height: 0; overflow: hidden; }
.drv2ccm-qa-workbench__column-label { display: block; margin-bottom: 9px; color: #78908a; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.drv2ccm-qa-workbench__categories,
.drv2ccm-qa-workbench__questions,
.drv2ccm-qa-workbench__answer { min-width: 0; min-height: 0; overflow: auto; overscroll-behavior: contain; }
.drv2ccm-qa-workbench__categories { padding: 18px 14px 22px 18px; border-right: 1px solid #dfeae7; background: #f2f7f6; }
.drv2ccm-qa-workbench__categories > div { display: grid; gap: 4px; }
.drv2ccm-qa-workbench__categories > div > button { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px; width: 100%; min-height: 37px; padding: 8px 10px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #45635d; font: inherit; font-size: 11px; font-weight: 750; text-align: left; cursor: pointer; }
.drv2ccm-qa-workbench__categories > div > button span { min-width: 0; overflow-wrap: anywhere; }
.drv2ccm-qa-workbench__categories > div > button b { display: grid; place-items: center; min-width: 23px; height: 22px; padding: 0 5px; border-radius: 7px; background: rgba(15,118,110,.08); color: #54736c; font-size: 9px; }
.drv2ccm-qa-workbench__categories > div > button:hover,
.drv2ccm-qa-workbench__categories > div > button:focus-visible { border-color: rgba(15,118,110,.18); background: #fff; outline: 0; }
.drv2ccm-qa-workbench__categories > div > button.is-active { border-color: rgba(15,118,110,.24); background: #fff; color: #0f766e; box-shadow: 0 5px 16px rgba(2,30,26,.05); }
.drv2ccm-qa-workbench__categories .drv2ccm-qa-quick { margin-top: 22px; padding: 0; border: 0; background: transparent; }
.drv2ccm-qa-workbench__categories .drv2ccm-qa-quick > header span { display: none; }
.drv2ccm-qa-workbench__categories .drv2ccm-qa-quick__list { display: grid; gap: 5px; }
.drv2ccm-qa-workbench__categories .drv2ccm-qa-quick__list button { display: grid; grid-template-columns: 22px minmax(0,1fr); width: 100%; min-height: 36px; padding: 6px; background: rgba(255,255,255,.74); }
.drv2ccm-qa-workbench__questions { display: flex; flex-direction: column; padding: 18px 12px 20px; border-right: 1px solid #dfeae7; background: #fff; }
.drv2ccm-qa-workbench__questions > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 0 5px 9px; }
.drv2ccm-qa-workbench__questions > header small { color: #7b8f8a; font-size: 9px; }
.drv2ccm-qa-workbench__top { display: flex; flex-wrap: wrap; gap: 4px; padding: 0 4px 10px; }
.drv2ccm-qa-workbench__top button { min-height: 26px; padding: 0 8px; border: 1px solid rgba(15,118,110,.13); border-radius: 999px; background: #f3faf8; color: #0f766e; font: inherit; font-size: 8px; font-weight: 850; cursor: pointer; }
.drv2ccm-qa-workbench .drv2ccm-qa-list { display: grid; grid-template-columns: 1fr; align-content: start; gap: 5px; min-height: 0; overflow: auto; padding: 1px 4px 8px; }
.drv2ccm-qa-workbench .drv2ccm-qa-card { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 34px; min-height: 0; border: 1px solid transparent; border-radius: 11px; background: #f7faf9; box-shadow: none; }
.drv2ccm-qa-workbench .drv2ccm-qa-card[hidden] { display: none; }
.drv2ccm-qa-workbench .drv2ccm-qa-card:hover { border-color: rgba(20,184,166,.22); box-shadow: none; transform: none; }
.drv2ccm-qa-workbench .drv2ccm-qa-card.is-active { border-color: rgba(15,118,110,.34); background: #eef9f7; box-shadow: inset 3px 0 #14a897; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__select { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 9px; width: 100%; min-height: 64px; padding: 9px 5px 9px 9px; border: 0; background: transparent; color: #244941; text-align: left; cursor: pointer; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__select:focus-visible { border-radius: 10px; outline: 2px solid rgba(20,184,166,.5); outline-offset: 1px; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__number { grid-row: auto; width: 28px; height: 28px; border-radius: 8px; font-size: 9px; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__copy { gap: 3px; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__copy small { font-size: 8px; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__copy strong { display: -webkit-box; overflow: hidden; font-size: 11px; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drv2ccm-qa-workbench .drv2ccm-qa-card__select > i { color: #7b918c; font-size: 19px; font-style: normal; }
.drv2ccm-qa-workbench .drv2ccm-qa-card > .drv2ccm-qa-favorite-button { width: 30px; max-width: none; min-width: 30px; min-height: 30px; height: 30px; grid-template-columns: none; grid-template-rows: none; gap: 0; overflow: visible !important; padding: 0; text-align: center; white-space: normal !important; }
.drv2ccm-qa-favorite-button { display: grid; place-items: center; align-self: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #93a49f; font: inherit; font-size: 17px; cursor: pointer; }
.drv2ccm-qa-favorite-button:hover,
.drv2ccm-qa-favorite-button:focus-visible { background: rgba(245,158,11,.1); color: #b77707; outline: none; }
.drv2ccm-qa-favorite-button.is-active { color: #d18b09; }
.drv2ccm-qa-workbench__answer { padding: 22px clamp(20px,2.2vw,34px) 24px; background: linear-gradient(145deg,#fbfdfc,#f4faf8); }
.drv2ccm-qa-workbench__answer > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.drv2ccm-qa-workbench__answer h3 { margin: 6px 0 0; color: #143c35; font-size: clamp(19px,1.65vw,27px); letter-spacing: -.025em; line-height: 1.24; }
.drv2ccm-qa-workbench__answer h3:focus { outline: none; }
.drv2ccm-qa-workbench__answer-meta { display: flex; align-items: center; gap: 7px; margin-top: 12px; }
.drv2ccm-qa-workbench__answer-meta > span:first-child { display: grid; place-items: center; min-width: 28px; height: 25px; padding: 0 7px; border-radius: 8px; background: rgba(20,184,166,.1); color: #0f766e; font-size: 9px; font-weight: 900; }
.drv2ccm-qa-workbench__answer section > span,
.drv2ccm-qa-workbench__answer blockquote > span { display: block; margin-bottom: 7px; color: #69817b; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.drv2ccm-qa-workbench__prospect { margin-top: 16px; padding: 12px 14px; border: 1px solid #e1ebe8; border-radius: 11px; background: rgba(255,255,255,.68); }
.drv2ccm-qa-workbench__prospect p,
.drv2ccm-qa-workbench__follow p,
.drv2ccm-qa-workbench__next p { margin: 0; color: #4f6862; font-size: 12px; line-height: 1.55; }
.drv2ccm-qa-workbench__exact { margin-top: 12px; padding: 18px; border: 1px solid rgba(20,184,166,.32); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(2,30,26,.055); }
.drv2ccm-qa-workbench__exact blockquote { margin: 0; color: #153f37; font-size: clamp(15px,1.15vw,18px); font-weight: 650; line-height: 1.62; }
.drv2ccm-qa-workbench__follow,
.drv2ccm-qa-workbench__next { margin-top: 10px; padding: 12px 14px; border-left: 3px solid rgba(20,184,166,.48); border-radius: 0 10px 10px 0; background: rgba(20,184,166,.055); }
.drv2ccm-qa-workbench__secondary { margin-top: 8px; padding: 9px 12px; border: 1px solid #e1ebe8; border-radius: 9px; background: rgba(255,255,255,.6); }
.drv2ccm-qa-workbench__secondary summary { color: #527069; font-size: 10px; font-weight: 800; cursor: pointer; }
.drv2ccm-qa-workbench__secondary p { margin: 8px 0 0; font-size: 11px; line-height: 1.5; }
.drv2ccm-qa-workbench__answer > footer { position: sticky; bottom: -24px; display: flex; justify-content: flex-end; gap: 8px; margin: 18px -4px -24px; padding: 14px 4px 20px; background: linear-gradient(to bottom,rgba(244,250,248,0),#f4faf8 22%); }
.drv2ccm-qa-workbench__answer.is-empty { display: grid; place-items: center; text-align: center; }
.drv2ccm-qa-workbench__answer.is-empty > div { max-width: 330px; color: #718681; }
.drv2ccm-qa-workbench__answer.is-empty > div > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 15px; background: rgba(20,184,166,.1); color: #0f766e; font-size: 22px; font-weight: 900; }
.drv2ccm-active-qa-answer { margin: 14px 0; padding: 15px 17px; border: 1px solid rgba(20,184,166,.35); border-radius: 14px; background: linear-gradient(135deg,#f0fbf8,#fff); box-shadow: 0 9px 24px rgba(2,30,26,.05); }
.drv2ccm-active-qa-answer:focus { outline: 3px solid rgba(20,184,166,.14); outline-offset: 2px; }
.drv2ccm-active-qa-answer > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.drv2ccm-active-qa-answer > header strong { display: block; margin-top: 3px; color: #18493f; font-size: 12px; }
.drv2ccm-active-qa-answer > header button { display: grid; place-items: center; width: 28px; height: 28px; border: 0; border-radius: 8px; background: rgba(15,118,110,.08); color: #3b665e; font-size: 17px; cursor: pointer; }
.drv2ccm-active-qa-answer blockquote { margin: 12px 0 0; color: #163f38; font-size: 16px; font-weight: 650; line-height: 1.58; }
.drv2ccm-active-qa-answer blockquote span { display: block; margin-bottom: 5px; color: #0f766e; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.drv2ccm-active-qa-answer > p { margin: 10px 0 0; color: #52716a; font-size: 12px; line-height: 1.48; }

@media (max-width: 1050px) {
  .drv2ccm-qa-dialog { width: calc(100vw - 24px); height: calc(100dvh - 24px); }
  .drv2ccm-qa-workbench__header { grid-template-columns: minmax(0,1fr) auto; }
  .drv2ccm-qa-workbench__flow { display: none; }
  .drv2ccm-qa-workbench__grid { grid-template-columns: minmax(160px,190px) minmax(260px,.85fr) minmax(330px,1.15fr); }
}
@media (max-width: 820px) {
  .drv2ccm-qa-dialog__surface { overflow: auto; }
  .drv2ccm-qa-workbench { height: auto; min-height: 100%; }
  .drv2ccm-qa-workbench__header { position: sticky; top: 0; z-index: 5; padding: 17px 18px 13px; }
  .drv2ccm-qa-workbench__search { position: sticky; top: 85px; z-index: 4; padding: 10px 18px; }
  .drv2ccm-qa-workbench__grid { display: grid; grid-template-columns: minmax(250px,.8fr) minmax(340px,1.2fr); overflow: visible; }
  .drv2ccm-qa-workbench__categories { grid-column: 1 / -1; overflow: visible; padding: 12px 16px; border-right: 0; border-bottom: 1px solid #dfeae7; }
  .drv2ccm-qa-workbench__categories > div { display: flex; overflow-x: auto; padding-bottom: 3px; }
  .drv2ccm-qa-workbench__categories > div > .drv2ccm-qa-workbench__column-label { display: none; }
  .drv2ccm-qa-workbench__categories > div > button { flex: 0 0 auto; width: auto; white-space: nowrap; }
  .drv2ccm-qa-workbench__categories .drv2ccm-qa-quick { display: none; }
  .drv2ccm-qa-workbench__questions,
  .drv2ccm-qa-workbench__answer { min-height: 560px; max-height: none; }
}
@media (max-width: 620px) {
  .drv2ccm-qa-dialog { width: calc(100vw - 8px); height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); border-radius: 15px; }
  .drv2ccm-qa-dialog__surface { border-radius: 15px; }
  .drv2ccm-qa-workbench__header p { display: none; }
  .drv2ccm-qa-workbench__header h2 { font-size: 21px; }
  .drv2ccm-qa-workbench__search { top: 69px; }
  .drv2ccm-qa-workbench__grid { grid-template-columns: 1fr; }
  .drv2ccm-qa-workbench__questions,
  .drv2ccm-qa-workbench__answer { min-height: 0; overflow: visible; border-right: 0; }
  .drv2ccm-qa-workbench__questions { max-height: 52dvh; border-bottom: 1px solid #dfeae7; }
  .drv2ccm-qa-workbench .drv2ccm-qa-list { max-height: 39dvh; }
  .drv2ccm-qa-workbench__answer { padding: 20px 17px 24px; }
  .drv2ccm-qa-workbench__answer > footer { position: static; flex-direction: column-reverse; margin: 16px 0 0; padding: 0; background: transparent; }
  .drv2ccm-qa-workbench__answer > footer .drv2ccm-button { width: 100%; }
}

@media (max-width: 760px) {
  .drv2ccm-route-indicator { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .drv2ccm-route-response,
  .drv2ccm-route-secondary > div { grid-template-columns: minmax(0,1fr); }
  .drv2ccm-route-response > header { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(15,118,110,.16); }
  .drv2ccm-route-mini-tree summary { grid-template-columns: minmax(0,1fr); }
  .drv2ccm-operational-dialog { width: calc(100vw - 8px); max-height: calc(100dvh - 8px); }
  .drv2ccm-operational-dialog__surface { max-height: calc(100dvh - 8px); }
  .drv2ccm-operational-dialog__fields { grid-template-columns: minmax(0,1fr); }
  .drv2ccm-operational-dialog__fields label.is-wide { grid-column: auto; }
  .drv2ccm-operational-dialog__surface > footer { align-items: stretch; flex-direction: column; }
  .drv2ccm-operational-dialog__surface > footer > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .drv2ccm-route-navigation { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .drv2ccm-route-navigation .drv2ccm-button:last-child { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .drv2ccm-route-indicator { grid-template-columns: minmax(0,1fr); }
}
.drv2ccm-generation-error__issues {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.drv2ccm-generation-error__issues ol {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1.25rem;
}

.drv2ccm-generation-error__issues li {
  display: grid;
  gap: 0.15rem;
  overflow-wrap: anywhere;
}
