:root {
  color-scheme: light;
  --navy: #00184f;
  --navy-filter: #001d51;
  --navy-ink: #071a47;
  --blue: #215bb7;
  --blue-strong: #16499d;
  --blue-wash: #edf3ff;
  --orange: #f75c03;
  --orange-dark: #d94d00;
  --orange-wash: #fff0e6;
  --paper: #fdfdfd;
  --canvas: #f4f6fa;
  --white: #ffffff;
  --ink: #14213d;
  --muted: #667085;
  --line: #dce2ec;
  --line-strong: #b9c5d8;
  --success: #168f4f;
  --success-dark: #08753c;
  --success-wash: #e8f6ee;
  --danger: #b42318;
  --danger-wash: #feeceb;
  --font-body: "Archivo", Arial, sans-serif;
  --font-brand: "Poppins", Arial, sans-serif;
  --header-height: 72px;
  --utility-height: 66px;
  --page-gutter: 18px;
  --radius: 6px;
  --radius-small: 3px;
  --shadow-receipt: 0 18px 45px rgba(0, 24, 79, 0.18);
  --focus: 0 0 0 3px rgba(247, 92, 3, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scrollbar-color: var(--blue) var(--canvas); }
body { min-width: 320px; margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--font-body); font-size: 15px; line-height: 1.45; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select, input[type="radio"] { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 0; box-shadow: var(--focus); }
button:disabled { cursor: not-allowed; }
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; display: inline-flex; min-height: 44px; padding: 10px 14px; background: var(--white); color: var(--navy); align-items: center; font-weight: 800; text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.skip-order { left: 160px; }

.error-strip { position: relative; z-index: 90; display: flex; min-height: 52px; padding: 10px var(--page-gutter); background: var(--danger); color: var(--white); align-items: center; justify-content: space-between; gap: 20px; }
.error-strip div { display: flex; gap: 8px; flex-wrap: wrap; }
.strip-action { min-height: 44px; padding: 0 14px; border: 1px solid rgba(255,255,255,.55); border-radius: var(--radius-small); background: transparent; color: var(--white); font-weight: 800; }

.masthead { position: sticky; z-index: 50; top: 0; min-height: var(--header-height); background: var(--navy); color: var(--white); }
.masthead-inner { display: grid; min-height: var(--header-height); width: 100%; max-width: 1920px; margin: 0 auto; padding: 10px var(--page-gutter); align-items: center; grid-template-columns: auto minmax(320px,760px) minmax(260px,auto) auto; gap: 18px; }
.brand { display: inline-flex; min-width: 210px; min-height: 44px; color: var(--white); align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { position: relative; display: block; width: 38px; height: 44px; flex: 0 0 auto; }
.book-left, .book-right, .bookmark { position: absolute; display: block; }
.book-left, .book-right { top: 0; width: 17px; height: 36px; border-radius: 3px 3px 1px 1px; }
.book-left { left: 0; background: var(--white); transform: skewY(4deg); }
.book-right { right: 0; background: #79a3ef; transform: skewY(-4deg); }
.bookmark { z-index: 1; bottom: 0; left: 12px; width: 13px; height: 19px; background: var(--orange); clip-path: polygon(0 0,100% 0,100% 100%,50% 72%,0 100%); }
.brand-name { font-family: var(--font-brand); font-size: 27px; font-weight: 800; letter-spacing: -.04em; line-height: .95; }
.brand-name small { display: block; margin-top: 7px; color: #cbd9f5; font-size: 8px; font-weight: 700; letter-spacing: .19em; white-space: nowrap; }
.masthead-search { min-width: 0; }
.search-field { display: grid; min-height: 48px; padding: 0 11px 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: var(--white); color: var(--ink); grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 10px; }
.search-field:focus-within { border-color: var(--orange); box-shadow: var(--focus); }
.search-field svg { width: 21px; fill: none; stroke: var(--navy); stroke-width: 1.8; }
.search-field input { min-width: 0; height: 44px; border: 0; outline: 0; background: transparent; font-size: 15px; }
.search-field kbd { padding: 4px 7px; border: 1px solid var(--line); border-radius: 4px; background: var(--blue-wash); color: var(--navy); font-family: var(--font-body); font-size: 10px; }
.source-status { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 8px; color: #e3eaf8; font-size: 12px; white-space: nowrap; }
.source-dot { width: 8px; height: 8px; border-radius: 50%; background: #66d4a3; box-shadow: 0 0 0 4px rgba(102,212,163,.12); }
.source-dot.is-error { background: #ff8b84; box-shadow: 0 0 0 4px rgba(255,139,132,.12); }
.status-divider { width: 1px; height: 20px; margin: 0 2px; background: rgba(255,255,255,.25); }
.header-order-button { display: grid; min-height: 46px; padding: 5px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: transparent; color: var(--white); place-items: center; }
.header-order-button span { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-order-button strong { font-size: 13px; }

.utility-deck { position: sticky; z-index: 35; top: var(--header-height); display: grid; min-height: var(--utility-height); width: 100%; max-width: 1920px; margin: 0 auto; padding: 9px var(--page-gutter); border-bottom: 1px solid var(--line); background: rgba(253,253,253,.97); backdrop-filter: blur(12px); grid-template-columns: auto auto auto minmax(90px,1fr) auto; align-items: center; gap: 18px; }
.refresh-catalog-button { display: inline-flex; min-height: 44px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--white); color: var(--navy); align-items: center; gap: 9px; font-weight: 800; }
.refresh-catalog-button:hover:not(:disabled) { border-color: var(--blue); background: var(--blue-wash); }
.refresh-catalog-button:disabled { cursor: wait; opacity: .72; }
.refresh-catalog-button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.refresh-catalog-button.is-refreshing svg { animation: refresh-spin 750ms linear infinite; }
.sort-control { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 600; }
.sort-control select { min-height: 44px; padding: 0 35px 0 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); font-size: 13px; }
.density-controls { display: inline-grid; min-height: 48px; padding: 2px; border: 1px solid var(--line); border-radius: var(--radius); background: #eef1f6; grid-template-columns: 1fr 1fr; }
.density-controls button { min-width: 44px; min-height: 44px; padding: 0 11px; border: 0; border-radius: var(--radius-small); background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; }
.density-controls button[aria-pressed="true"] { background: var(--white); color: var(--navy); box-shadow: 0 1px 4px rgba(0,24,79,.12); }
#resultSummary { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.minimum-strip { display: grid; min-height: 48px; padding: 0 12px; border: 1px solid #cfe0ff; border-left: 4px solid var(--orange); border-radius: var(--radius-small); background: var(--blue-wash); grid-template-columns: auto auto auto; align-items: center; gap: 9px; white-space: nowrap; }
.minimum-strip.is-met { border-color: #b9e4ca; border-left-color: var(--success); background: var(--success-wash); }
.minimum-strip span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.minimum-strip strong { color: var(--navy); font-size: 17px; }
.minimum-strip p { margin: 0; color: var(--muted); font-size: 10px; }

.workbench { display: grid; width: 100%; max-width: 1920px; margin: 0 auto; padding: 12px var(--page-gutter) 50px; grid-template-columns: 220px minmax(0,1fr) 320px; grid-template-areas: "filters catalog order"; align-items: start; gap: 12px; }
.filter-rail { position: sticky; z-index: 4; top: calc(var(--header-height) + var(--utility-height) + 12px); grid-area: filters; min-width: 0; max-height: calc(100vh - var(--header-height) - var(--utility-height) - 24px); overflow: hidden auto; padding: 18px 12px 18px 30px; border-radius: var(--radius-small); background: radial-gradient(circle at 12px 62px,var(--canvas) 0 6px,rgba(0,0,0,.22) 7px,transparent 8px) 0 0/24px 126px repeat-y,var(--navy-filter); color: var(--white); box-shadow: inset -1px 0 rgba(255,255,255,.12); }
.rail-heading { display: flex; min-height: 48px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.25); align-items: center; justify-content: space-between; gap: 8px; font-weight: 800; }
.rail-heading span:last-child { color: var(--orange); font-size: 18px; }
.filter-section { padding-top: 17px; }
.filter-section + .filter-section { margin-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.filter-section h2 { margin: 0 0 10px; color: #bcd0f1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mobile-select-label, .category-select { display: none; }
.numbered-list { display: grid; gap: 2px; }
.numbered-list button { display: grid; min-width: 0; min-height: 44px; padding: 0 8px; border: 0; border-radius: var(--radius-small); background: transparent; color: #edf3ff; grid-template-columns: 27px minmax(0,1fr) auto; align-items: center; gap: 5px; font-size: 13px; text-align: left; }
.numbered-list button:hover { background: rgba(255,255,255,.1); }
.numbered-list button.is-active { background: var(--blue); color: var(--white); font-weight: 800; }
.numbered-list button span:first-child { color: #8eb3f3; font-variant-numeric: tabular-nums; }
.numbered-list button.is-active span:first-child { color: var(--white); }
.numbered-list button span:nth-child(2) { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.numbered-list button span:last-child { color: #bcd0f1; font-size: 12px; font-variant-numeric: tabular-nums; }
.filter-note { margin: 10px 0 0; color: #afc0df; font-size: 10px; line-height: 1.5; }
.clear-button { width: 100%; min-height: 44px; margin-top: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius-small); background: transparent; color: var(--white); font-size: 12px; font-weight: 700; }
.clear-button:hover { background: var(--white); color: var(--navy); }

.catalog-panel { grid-area: catalog; min-width: 0; }
.catalog-heading { display: flex; min-height: 45px; margin-bottom: 8px; padding: 0 2px; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.isbn-catalog-link { display: inline-flex; min-height: 44px; padding: 8px 12px; border: 1px solid var(--navy); border-radius: var(--radius-small); background: var(--white); color: var(--navy); align-items: center; font-size: 13px; font-weight: 800; text-decoration: none; }
.isbn-catalog-link:hover { background: var(--blue-wash); }
.catalog-kicker { display: block; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-heading h1 { margin: 2px 0 0; color: var(--navy); font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.data-notice { margin-bottom: 10px; padding: 10px 12px; border: 1px solid color-mix(in srgb,var(--orange) 36%,transparent); background: var(--orange-wash); color: #7a2d00; font-size: 11px; }
.data-notice strong, .data-notice p { display: inline; margin: 0; }
.data-notice strong { margin-right: 6px; }
.data-notice details { margin-top: 8px; }
.data-notice summary { display: inline-flex; min-height: 44px; cursor: pointer; align-items: center; font-weight: 700; }
.loading-grid, .product-grid { display: grid; gap: 10px; }
.loading-grid, .product-grid:not(.is-compact) { grid-template-columns: repeat(4,minmax(0,1fr)); }
.product-grid.is-compact { grid-template-columns: repeat(auto-fill,minmax(148px,1fr)); gap: 8px; }
.product-grid.is-compact .product-cover { min-height: 184px; }
.product-grid.is-compact .product-cover img { height: 158px; }
.loading-grid div { min-height: 420px; border: 1px solid var(--line); background: linear-gradient(105deg,#eef1f6 35%,#fff 48%,#eef1f6 62%); background-size: 220% 100%; animation: loading 1.3s linear infinite; }
@keyframes loading { to { background-position-x: -220%; } }
@keyframes refresh-spin { to { transform: rotate(360deg); } }
.product-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); grid-template-rows: auto 1fr; transition: border-color 150ms ease,transform 150ms ease,box-shadow 150ms ease; }
.product-card:hover { z-index: 2; border-color: var(--blue); box-shadow: 0 10px 26px rgba(0,24,79,.11); transform: translateY(-2px); }
.product-card.is-unavailable, .product-card.is-review { opacity: .74; }
.product-cover { position: relative; display: grid; min-height: 216px; margin: 0; padding: 30px 10px 10px; border-bottom: 1px solid var(--line); background: #fafbfc; place-items: center; }
.product-cover img { display: block; width: 100%; height: 190px; object-fit: contain; transition: transform 170ms ease; }
.product-card:hover .product-cover img { transform: scale(1.025); }
.product-cover.image-failed::after { content: "Capa indisponível"; color: var(--muted); font-size: 12px; }
.product-ribbon { position: absolute; z-index: 1; top: 8px; left: 0; max-width: calc(100% - 10px); padding: 6px 19px 6px 9px; overflow: hidden; background: var(--orange); color: var(--white); clip-path: polygon(0 0,100% 0,88% 50%,100% 100%,0 100%); font-size: 9px; font-weight: 800; letter-spacing: .03em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-ribbon.tone-navy { background: var(--navy); }
.product-ribbon.tone-blue { background: var(--blue); }
.product-ribbon.tone-orange, .product-ribbon.tone-commercial { background: var(--orange); }
.product-ribbon.tone-acid { background: var(--blue); }
.product-ribbon.tone-violet { background: var(--navy); }
.product-ribbon.tone-danger { background: var(--danger); }
.product-ribbon.is-status, .product-ribbon.is-review { background: var(--danger); }
.product-body { display: flex; min-width: 0; padding: 11px; flex-direction: column; }
.product-index { display: flex; color: var(--blue); font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .04em; text-transform: uppercase; }
.product-index span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-title { min-height: 41px; margin: 7px 0 3px; overflow: hidden; color: var(--navy); display: -webkit-box; font-size: 16px; font-weight: 800; letter-spacing: -.025em; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-author { min-height: 34px; margin: 0 0 9px; overflow: hidden; color: var(--muted); display: -webkit-box; font-size: 12px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-data { display: grid; margin: auto 0 0; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 3px; }
.product-data div { display: grid; min-width: 0; grid-template-columns: auto minmax(0,1fr); gap: 6px; }
.product-data dt, .product-data dd { margin: 0; font-size: 11px; line-height: 1.4; }
.product-data dt { color: var(--muted); }
.product-data dd { overflow: hidden; color: var(--navy); font-weight: 700; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.product-price { display: flex; min-height: 49px; padding: 8px 0 6px; align-items: end; justify-content: space-between; gap: 6px; }
.product-price span { color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.product-price strong { color: var(--orange); font-size: 21px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.quantity-ruler, .order-line-controls { display: grid; grid-template-columns: 44px minmax(52px,1fr) 44px; }
.quantity-ruler button, .quantity-ruler input, .order-line-controls button, .order-line-controls input { min-width: 0; min-height: 44px; border: 1px solid var(--line-strong); border-radius: 0; background: var(--white); color: var(--navy); text-align: center; }
.quantity-ruler button:first-child, .order-line-controls button:first-child { border-radius: var(--radius-small) 0 0 var(--radius-small); }
.quantity-ruler button:last-child, .order-line-controls button:last-child { border-radius: 0 var(--radius-small) var(--radius-small) 0; }
.quantity-ruler input, .order-line-controls input { z-index: 1; border-inline: 0; font-weight: 800; appearance: textfield; }
.quantity-ruler input::-webkit-inner-spin-button, .order-line-controls input::-webkit-inner-spin-button { appearance: none; }
.quantity-ruler.has-quantity input { background: var(--orange-wash); color: var(--orange-dark); }
.quantity-ruler button:hover:not(:disabled), .order-line-controls button:hover:not(:disabled) { background: var(--blue-wash); }
.quantity-ruler button:disabled { color: #b6bfcd; }
.unavailable-control { display: grid; min-height: 42px; padding: 5px; border: 1px solid var(--line); background: #f1f3f6; color: var(--muted); font-size: 9px; text-align: center; place-items: center; }
.empty-state { padding: 70px 20px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.empty-state span { color: var(--orange); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.empty-state h2 { color: var(--navy); }
.empty-state button { min-height: 44px; padding: 0 18px; border: 0; border-radius: var(--radius-small); background: var(--navy); color: var(--white); font-weight: 800; }
.catalog-sentinel { display: flex; min-height: 64px; margin-top: 20px; color: var(--muted); align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 700; }
.catalog-sentinel[hidden] { display: none; }
.catalog-sentinel span { width: 18px; height: 18px; border: 2px solid var(--line-strong); border-top-color: var(--orange); border-radius: 50%; animation: refresh-spin 750ms linear infinite; }

.order-sheet { position: sticky; z-index: 8; top: calc(var(--header-height) + var(--utility-height) + 12px); grid-area: order; min-width: 0; height: calc(100vh - var(--header-height) - var(--utility-height) - 24px); max-height: calc(100vh - var(--header-height) - var(--utility-height) - 24px); border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); box-shadow: var(--shadow-receipt); }
.order-sheet::before { position: absolute; z-index: 2; top: 12px; bottom: 12px; left: -7px; width: 12px; background: radial-gradient(circle at 0 8px,transparent 0 6px,var(--white) 6.5px) 0 0/12px 16px repeat-y; content: ""; pointer-events: none; }
.order-drawer-toggle { display: none; }
.order-content { display: grid; height: 100%; max-height: inherit; padding: 26px; overflow: hidden; grid-template-rows: auto auto minmax(84px,1fr) auto auto; }
.order-heading { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.order-heading h2 { margin: 0; color: var(--navy); font-size: 32px; font-weight: 800; letter-spacing: -.045em; }
.order-heading p { margin: 7px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.order-totals { display: grid; border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr; }
.order-totals div { display: grid; min-height: 86px; padding: 14px 0; align-content: center; }
.order-totals div + div { padding-left: 15px; border-left: 1px solid var(--line); }
.order-totals strong { color: var(--navy); font-size: 34px; line-height: 1; }
.order-totals span { margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.order-items { min-height: 0; overflow: auto; }
.order-empty { margin: 0; padding: 28px 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.order-line { display: grid; min-height: 94px; padding: 12px 0; border-bottom: 1px solid var(--line); grid-template-areas: "thumbnail copy" "thumbnail controls"; grid-template-columns: 52px minmax(0,1fr); grid-template-rows: minmax(42px,auto) 44px; align-items: start; column-gap: 11px; row-gap: 8px; }
.order-line-thumbnail { display: grid; width: 52px; height: 76px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 2px; background: #fafbfc; grid-area: thumbnail; align-self: start; place-items: center; }
.order-line-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; }
.order-line-thumbnail.image-failed::after { padding: 5px; color: var(--muted); content: "Sem capa"; font-size: 9px; line-height: 1.15; text-align: center; }
.order-line-copy { min-width: 0; padding-top: 1px; grid-area: copy; align-self: start; }
.order-line h3 { margin: 0; overflow: hidden; color: var(--navy); display: -webkit-box; font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.order-line p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.order-line-controls { width: 100%; grid-area: controls; grid-template-columns: 44px minmax(48px,1fr) 44px; align-self: end; justify-self: stretch; }
.order-value { display: flex; min-height: 76px; border-block: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 8px; }
.order-value span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.order-value strong { color: var(--orange); font-size: 30px; font-weight: 800; letter-spacing: -.04em; }
.dialog-destination-fieldset { min-width: 0; margin: 18px 0 0; padding: 0; border: 0; }
.destination-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.destination-option { position: relative; display: grid; min-width: 0; min-height: 94px; padding: 11px; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--white); grid-template-columns: 20px 36px minmax(0,1fr); align-items: center; gap: 9px; cursor: pointer; transition: border-color 140ms ease, background 140ms ease, transform 140ms ease; }
.destination-option:hover { border-color: #7fc69f; background: #f7fcf9; transform: translateY(-1px); }
.destination-option:has(input:checked) { border-color: var(--success); background: var(--success-wash); box-shadow: inset 4px 0 0 var(--success); }
.destination-option input { width: 20px; height: 20px; margin: 0; accent-color: var(--success); }
.whatsapp-option-icon { width: 36px; height: 36px; object-fit: contain; }
.destination-copy { min-width: 0; }
.destination-option strong, .destination-option small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.destination-option strong { color: var(--navy); font-size: 16px; line-height: 1.2; }
.destination-option small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 600; }
.destination-option:has(input:checked) .destination-status { color: var(--success-dark); font-weight: 800; }
.destination-option:has(input:checked) .destination-status { font-size: 0; }
.destination-option:has(input:checked) .destination-status::after { content: "✓ Atendimento escolhido"; font-size: 11px; }
.destination-empty { margin: 0; color: var(--danger); font-size: 10px; }
.whatsapp-button, .whatsapp-link, .primary-action { display: grid; min-height: 48px; border: 0; border-radius: var(--radius-small); background: var(--success); color: var(--white); font-weight: 800; text-decoration: none; place-items: center; }
.whatsapp-button { width: 100%; min-height: 54px; margin-top: 14px; padding: 0 12px; font-size: 15px; }
.whatsapp-button:hover:not(:disabled), .whatsapp-link:hover { background: var(--success-dark); }
.whatsapp-button:disabled { opacity: .4; }

.message-dialog { width: min(760px,calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 24px; overflow: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0,24,79,.28); }
.message-dialog::backdrop { background: rgba(0,15,48,.62); backdrop-filter: blur(4px); }
.review-destination { display: grid; min-height: 78px; margin-top: 16px; padding: 12px 14px; border: 1px solid #9bd9b6; border-radius: var(--radius-small); background: var(--success-wash); grid-template-columns: 48px minmax(0,1fr); align-items: center; gap: 13px; }
.review-destination:empty { display: none; }
.review-destination img { width: 48px; height: 48px; }
.review-destination span, .review-destination small, .review-destination strong, .review-destination b { display: block; }
.review-destination small { color: var(--success-dark); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.review-destination strong { margin-top: 3px; color: var(--navy); font-size: 19px; }
.review-destination b { margin-top: 3px; color: var(--ink); font-size: 16px; }
.dialog-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.dialog-heading h2 { margin: 0; color: var(--navy); font-size: 24px; letter-spacing: -.04em; }
.dialog-heading p { max-width: 540px; margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.dialog-kicker { display: block; margin-bottom: 3px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dialog-close { display: grid; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); font-size: 25px; place-items: center; }
.review-message-content > label { display: block; margin: 16px 0 7px; color: var(--navy); font-size: 12px; font-weight: 800; }
.message-dialog textarea { width: 100%; padding: 13px; resize: vertical; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--paper); line-height: 1.5; }
.review-message-content { margin-top: 4px; }
.copy-status { min-height: 20px; margin: 8px 0 0; color: var(--success-dark); font-size: 11px; }
.dialog-actions { display: flex; margin-top: 14px; justify-content: flex-end; gap: 10px; }
.dialog-actions > * { min-width: 150px; min-height: 46px; padding: 0 15px; }
.secondary-action { border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--white); color: var(--navy); font-weight: 800; }
.secondary-action:hover { background: var(--blue-wash); }
.primary-action { background: var(--navy); }
.primary-action:hover { background: var(--blue-strong); }

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