:root {
  --ink: #18332d;
  --ink-soft: #536760;
  --green: #1e5b49;
  --green-dark: #143f34;
  --mint: #dceadf;
  --mint-light: #edf4ec;
  --cream: #f6f3eb;
  --paper: #fffdf7;
  --line: #d9ddd3;
  --orange: #e87042;
  --orange-soft: #fff0e7;
  --yellow: #f3c95c;
  --shadow: 0 18px 60px rgba(29, 57, 48, .10);
  --display-serif: "DM Serif Display", Georgia, serif;
  --ui-sans: "Be Vietnam Pro", "Noto Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[lang="vi"] { --display-serif: "Noto Serif", Georgia, serif; }
body { --accessibility-zoom: 1; margin: 0; color: var(--ink); background: var(--cream); font-family: var(--ui-sans); min-height: 100vh; zoom: var(--accessibility-zoom); }
button, select { font: inherit; }
button { color: inherit; }
body[data-text-size="small"] { --accessibility-zoom: .94; }
body[data-text-size="large"] { --accessibility-zoom: 1.18; }
body[data-text-size="xlarge"] { --accessibility-zoom: 1.36; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hidden { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 50; height: 78px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(24,51,45,.1); background: rgba(246,243,235,.96); backdrop-filter: blur(12px); box-shadow: 0 2px 14px rgba(29,57,48,.04); }
.brand { color: var(--ink); text-decoration: none; font-size: 22px; font-weight: 700; display: flex; align-items: center; gap: 10px; letter-spacing: -.5px; }
.brand-mark { width: 31px; height: 20px; border-radius: 15px; background: var(--orange); display: block; transform: rotate(-34deg); position: relative; overflow: hidden; }
.brand-mark span { position: absolute; width: 50%; height: 100%; right: 0; background: var(--paper); border: 2px solid var(--orange); border-radius: 0 15px 15px 0; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.text-size-control { display: inline-flex; align-items: end; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.text-size-control button { width: 34px; height: 32px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: var(--ink-soft); font-weight: 700; cursor: pointer; }
.text-size-control button:nth-child(1) { font-size: 11px; }
.text-size-control button:nth-child(2) { font-size: 14px; }
.text-size-control button:nth-child(3) { font-size: 17px; }
.text-size-control button:nth-child(4) { width: 42px; font-size: 17px; }
.text-size-control button.active { color: white; background: var(--green); }
.text-size-control button:focus-visible { outline: 3px solid rgba(232,112,66,.35); outline-offset: 1px; }
.header-note { font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 8px; color: var(--ink-soft); }
.privacy-dot { width: 9px; height: 9px; border-radius: 50%; background: #4c9b73; box-shadow: 0 0 0 4px rgba(76,155,115,.12); }

.hero { max-width: 1050px; margin: 0 auto; padding: 75px 24px 58px; text-align: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; color: var(--green); }
.eyebrow span { color: var(--orange); margin-right: 5px; }
h1, h2, p { margin-top: 0; }
.hero > h1 { font-family: var(--display-serif); font-size: clamp(52px, 7vw, 82px); line-height: .98; font-weight: 400; letter-spacing: -.04em; margin: 18px 0 22px; }
.hero h1 em { color: var(--orange); font-weight: 400; }
html[lang="vi"] .hero > h1 { line-height: 1.08; letter-spacing: -.035em; }
.hero-copy { max-width: 600px; margin: 0 auto 24px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.language-row { width: min(570px, 100%); margin: 0 auto 32px; padding: 12px 14px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; border: 2px solid rgba(30,91,73,.24); border-radius: 16px; background: var(--paper); box-shadow: 0 9px 26px rgba(29,57,48,.08); color: var(--ink-soft); text-align: left; }
.language-symbol { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--green); font-size: 21px; font-weight: 700; }
.language-copy { display: grid; gap: 2px; }
.language-copy label { color: var(--ink); font-size: 17px; font-weight: 700; cursor: pointer; }
.language-copy small { font-size: 12px; line-height: 1.4; }
.language-row select { min-width: 170px; min-height: 50px; appearance: none; border: 2px solid rgba(30,91,73,.32); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m3 4 3 3 3-3' fill='none' stroke='%2318332d' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 15px center; padding: 10px 42px 10px 15px; border-radius: 11px; color: var(--ink); font-size: 17px; font-weight: 700; cursor: pointer; }
.language-row select:focus-visible { outline: 4px solid rgba(232,112,66,.28); outline-offset: 2px; border-color: var(--green); }

.capture-card { max-width: 760px; margin: 0 auto; padding: 34px 40px 30px; border: 1px solid var(--line); background: rgba(255,253,247,.85); border-radius: 24px; box-shadow: var(--shadow); position: relative; }
.capture-card::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(30,91,73,.14); border-radius: 18px; pointer-events: none; }
.capture-card h2 { font-family: var(--display-serif); font-size: 28px; font-weight: 400; margin: 18px 0 6px; }
.capture-card > p { color: var(--ink-soft); font-size: 14px; }
.capture-illustration { width: 80px; height: 94px; border-radius: 5px; background: white; margin: 0 auto; transform: rotate(3deg); box-shadow: 0 8px 20px rgba(29,57,48,.14); position: relative; }
.paper-lines { padding: 20px 14px; }
.paper-lines i { display: block; height: 3px; background: var(--mint); margin: 7px 0; border-radius: 4px; }
.paper-lines i:nth-child(2), .paper-lines i:nth-child(4) { width: 65%; }
.scan-corner { position: absolute; width: 19px; height: 19px; border-color: var(--orange); border-style: solid; }
.c1 { left: -10px; top: -10px; border-width: 2px 0 0 2px; }.c2 { right: -10px; top: -10px; border-width: 2px 2px 0 0; }.c3 { left: -10px; bottom: -10px; border-width: 0 0 2px 2px; }.c4 { right: -10px; bottom: -10px; border-width: 0 2px 2px 0; }
.capture-actions { display: flex; justify-content: center; gap: 10px; margin: 22px 0 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 11px; padding: 0 22px; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--green); box-shadow: 0 8px 20px rgba(30,91,73,.18); }
.button.primary:hover { background: var(--green-dark); box-shadow: 0 10px 25px rgba(30,91,73,.24); }
.button.secondary { background: transparent; border-color: #aebbb5; }
.button.secondary:hover { background: white; }
.button-icon { margin-right: 7px; font-size: 18px; }
.button.full { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; }
.button.text-button { background: transparent; font-size: 13px; color: var(--ink-soft); }
.demo-link { border: 0; background: none; padding: 4px; color: var(--green); font-weight: 600; cursor: pointer; font-size: 13px; position: relative; z-index: 1; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 820px; margin: 42px auto 0; text-align: left; }
.trust-row div { display: grid; grid-template-columns: 30px 1fr; column-gap: 10px; }
.trust-row span { grid-row: span 2; color: var(--orange); font-family: var(--display-serif); font-size: 18px; }
.trust-row strong { font-size: 13px; }.trust-row small { color: var(--ink-soft); margin-top: 3px; line-height: 1.4; }

.workspace { max-width: 1120px; min-height: calc(100vh - 80px); margin: auto; padding: 42px 24px 80px; }
.back-link { border: 0; background: none; padding: 6px 0; color: var(--ink-soft); cursor: pointer; font-weight: 600; font-size: 13px; }
.step-indicator { width: 210px; display: flex; align-items: center; margin: 14px auto 40px; }
.step-indicator b, .step-indicator i { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-style: normal; }
.step-indicator b { background: var(--green); color: white; }.step-indicator i { border: 1px solid #bec8c2; color: #8a9992; }
.step-indicator span { height: 1px; background: #bec8c2; flex: 1; }.step-indicator.complete span { background: var(--green); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.section-heading h1, .results-heading h1 { font-family: var(--display-serif); font-size: 42px; font-weight: 400; letter-spacing: -.02em; margin: 6px 0 0; }
.section-heading > p { max-width: 420px; color: var(--ink-soft); line-height: 1.6; font-size: 14px; }
.review-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 24px; }
.photo-panel { min-height: 520px; border-radius: 18px; background: #dfe3dc; display: grid; place-items: center; padding: 28px; position: relative; overflow: hidden; }
.photo-panel::after { content: ""; position: absolute; inset: 13px; border: 1px dashed rgba(24,51,45,.25); border-radius: 12px; pointer-events: none; }
.photo-panel img { max-width: 100%; max-height: 620px; object-fit: contain; box-shadow: 0 15px 40px rgba(20,36,31,.22); border-radius: 4px; }
.quality-badge { position: absolute; z-index: 2; bottom: 18px; left: 50%; transform: translateX(-50%); border-radius: 30px; background: white; padding: 9px 15px; font-size: 12px; font-weight: 700; box-shadow: 0 6px 20px rgba(20,36,31,.14); white-space: nowrap; }
.quality-badge.good::before { content: "✓ "; color: #3b8c66; }.quality-badge.warn::before { content: "! "; color: var(--orange); }
.quality-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.quality-panel h2 { font-family: var(--display-serif); font-size: 28px; font-weight: 400; }
.quality-list { border-top: 1px solid var(--line); margin: 18px 0; }
.quality-item { display: grid; grid-template-columns: 27px 1fr; gap: 10px; border-bottom: 1px solid var(--line); padding: 15px 0; }
.quality-item > span { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--green); font-size: 12px; font-weight: 700; }
.quality-item.warn > span { color: #b7552f; background: var(--orange-soft); }
.quality-item strong { font-size: 13px; display: block; }.quality-item small { color: var(--ink-soft); line-height: 1.45; }
.tip-box { display: flex; gap: 12px; background: var(--mint-light); padding: 14px; border-radius: 10px; margin: 20px 0; }
.tip-box > span { color: var(--orange); }.tip-box p { font-size: 12px; color: var(--ink-soft); line-height: 1.45; margin: 0; }.tip-box strong { color: var(--ink); display: block; }

.loading-screen { min-height: calc(100vh - 78px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; }
.scanner-animation { width: 130px; height: 155px; position: relative; margin-bottom: 30px; }
.mini-page { width: 106px; height: 140px; background: white; border-radius: 6px; box-shadow: var(--shadow); padding: 28px 18px; transform: rotate(2deg); }
.mini-page i { display: block; width: 100%; height: 4px; background: var(--mint); margin-bottom: 12px; border-radius: 4px; }.mini-page i:nth-child(even) { width: 68%; }
.scan-line { position: absolute; left: 0; width: 130px; height: 2px; background: var(--orange); box-shadow: 0 0 12px var(--orange); animation: scan 2s ease-in-out infinite; }
@keyframes scan { 0%, 100% { top: 12px; } 50% { top: 138px; } }
.loading-screen h1 { font-family: var(--display-serif); font-size: 36px; font-weight: 400; margin: 8px 0 12px; }
.loading-screen > p:not(.kicker) { color: var(--ink-soft); }
.loading-steps { display: flex; gap: 32px; margin-top: 30px; font-size: 12px; color: #96a19c; }
.loading-steps span { position: relative; }.loading-steps span + span::before { content: ""; position: absolute; width: 20px; height: 1px; background: #cbd2ce; left: -26px; top: 8px; }.loading-steps .active { color: var(--green); font-weight: 700; }

.results-topbar { display: flex; justify-content: space-between; align-items: center; }
.result-actions { display: flex; gap: 7px; }.icon-button { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); padding: 8px 12px; cursor: pointer; font-size: 12px; font-weight: 600; }
.speak-button.active { color: white; background: var(--green); border-color: var(--green); }
.results-heading { display: flex; align-items: center; gap: 22px; max-width: 760px; margin: 0 auto 27px; }
.results-heading > div:last-child > p:last-child { color: var(--ink-soft); margin: 8px 0 0; }
.success-mark { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 28px; }
.safety-banner { max-width: 850px; margin: 0 auto 25px; border-radius: 12px; border: 1px solid #efbfaa; background: var(--orange-soft); display: flex; gap: 14px; padding: 15px 18px; }
.safety-banner > span { width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font-weight: 700; }
.safety-banner p { margin: 1px 0 0; font-size: 12px; line-height: 1.55; color: #77442f; }
.medicine-list { max-width: 850px; margin: auto; display: grid; gap: 16px; }
.medicine-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.medicine-header { display: grid; grid-template-columns: 48px 1fr auto; gap: 15px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.medicine-number { width: 48px; height: 48px; border-radius: 12px; background: var(--green); color: white; display: grid; place-items: center; font-family: var(--display-serif); font-size: 22px; }
.medicine-header h2 { font-family: var(--display-serif); font-weight: 400; font-size: 26px; margin: 0 0 3px; }.medicine-header p { color: var(--ink-soft); font-size: 12px; margin: 0; }
.confidence { padding: 6px 9px; border-radius: 20px; background: var(--mint); color: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.confidence.low { background: var(--orange-soft); color: #ae4b28; }
.medicine-body { display: grid; grid-template-columns: repeat(3, 1fr); }
.medicine-detail { padding: 20px 22px 23px; min-height: 145px; }.medicine-detail + .medicine-detail { border-left: 1px solid var(--line); }
.detail-label { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.detail-icon { width: 23px; height: 23px; border-radius: 7px; background: var(--mint); display: grid; place-items: center; font-size: 11px; }
.medicine-detail p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.58; white-space: pre-line; }
.uncertain-note { margin: 0 22px 20px; padding: 10px 12px; border-radius: 8px; color: #8a472b; background: var(--orange-soft); font-size: 12px; }
.notes-card { max-width: 850px; margin: 16px auto 0; border: 1px solid var(--line); border-radius: 14px; background: var(--mint-light); padding: 20px 22px; }.notes-card p:last-child { margin: 8px 0 0; color: var(--ink-soft); line-height: 1.6; }
.results-footer { max-width: 850px; margin: 24px auto 0; border-top: 1px solid var(--line); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; }.results-footer p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }.results-footer strong { color: var(--ink); }
.verify-heading { max-width: 850px; margin: 30px auto 20px; }
.verify-heading h1 { margin: 7px 0 10px; font-family: var(--display-serif); font-size: 42px; font-weight: 400; }
.verify-heading > p:last-child { color: var(--ink-soft); }
.verify-output { max-width: 850px; max-height: 65vh; margin: 0 auto; padding: 20px; overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); font: 12px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.extraction-error { display: grid; align-content: start; }
.extraction-error-card { max-width: 650px; margin: 55px auto 0; padding: 34px; border: 1px solid #efbfaa; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); text-align: center; }
.extraction-error-card h1 { margin: 8px 0 12px; font-family: var(--display-serif); font-size: 38px; font-weight: 400; }
.extraction-error-card h1:focus { outline: 3px solid rgba(232,112,66,.35); outline-offset: 5px; }
.extraction-error-card > p:not(.kicker) { color: var(--ink-soft); line-height: 1.6; }
.toast { position: fixed; z-index: 10; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--ink); color: white; padding: 11px 16px; border-radius: 9px; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

.camera-dialog {
  width: min(900px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  margin: auto;
  padding: 24px;
  border: 0;
  border-radius: 22px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(13, 35, 29, .34);
}
.camera-dialog::backdrop { background: rgba(13, 35, 29, .72); backdrop-filter: blur(4px); }
.camera-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.camera-dialog-header .kicker { margin-bottom: 5px; }
.camera-dialog-header h2 { margin: 0; font-family: var(--display-serif); font-size: 30px; font-weight: 400; }
.camera-close { width: 42px; height: 42px; flex: 0 0 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; }
.camera-help { margin: 9px 0 18px; color: var(--ink-soft); line-height: 1.5; }
.camera-stage { position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 3; max-height: min(60vh, 620px); border-radius: 16px; background: #10241f; }
.camera-stage video { display: block; width: 100%; height: 100%; object-fit: cover; }
.camera-frame { position: absolute; inset: 7%; border: 2px dashed rgba(255, 255, 255, .78); border-radius: 10px; box-shadow: 0 0 0 999px rgba(7, 24, 19, .16); pointer-events: none; }
.camera-message { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; color: white; background: rgba(9, 31, 25, .78); font-size: 17px; font-weight: 600; line-height: 1.55; text-align: center; }
.camera-message.error { color: #fff4ed; background: rgba(91, 38, 21, .9); }
.camera-dialog-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; padding-top: 18px; }
.camera-shutter span:first-child { margin-right: 8px; color: var(--orange-soft); font-size: 20px; }
.camera-shutter:disabled { opacity: .55; cursor: wait; transform: none; box-shadow: none; }

footer { border-top: 1px solid rgba(24,51,45,.1); max-width: 1120px; margin: auto; padding: 28px 24px 35px; display: grid; grid-template-columns: 1fr auto; align-items: center; }
.footer-brand { font-weight: 700; }
footer p { margin: 0; font-family: var(--display-serif); font-size: 18px; }
.footer-contact { grid-column: 1/-1; justify-self: start; margin-top: 13px; color: var(--green); font-size: 12px; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 3px; }
footer small { grid-column: 1/-1; color: var(--ink-soft); margin-top: 8px; font-size: 10px; }

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 18px; }.header-note { font-size: 11px; }
  .header-tools { min-width: 0; gap: 8px; } .header-note { display: none; } .text-size-control button { width: 29px; } .text-size-control button:nth-child(4) { width: 38px; }
  .brand { font-size: 18px; gap: 7px; } .brand-mark { width: 27px; height: 18px; }
  .hero { padding: 50px 17px 40px; }.hero > h1 { font-size: 49px; }.hero-copy { font-size: 16px; }
  .language-row { grid-template-columns: 44px 1fr; padding: 12px; }
  .language-row select { grid-column: 1/-1; width: 100%; min-width: 0; }
  .capture-card { padding: 29px 20px 24px; }.capture-actions { flex-direction: column; }.capture-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; max-width: 310px; gap: 19px; }
  .workspace { padding: 28px 16px 60px; }.step-indicator { margin-bottom: 27px; }
  .section-heading { display: block; }.section-heading h1, .results-heading h1 { font-size: 35px; }.section-heading > p { margin-top: 10px; }
  .review-grid { grid-template-columns: 1fr; }.photo-panel { min-height: 360px; padding: 22px; }
  .loading-steps { flex-direction: column; gap: 12px; }.loading-steps span + span::before { display: none; }
  .results-topbar { align-items: flex-start; }.result-actions { flex-wrap: wrap; justify-content: flex-end; }.icon-button { padding: 7px 9px; }
  .results-heading { align-items: flex-start; gap: 13px; }.success-mark { width: 42px; height: 42px; flex-basis: 42px; font-size: 20px; }
  .medicine-header { grid-template-columns: 42px 1fr; padding: 17px; }.medicine-number { width: 42px; height: 42px; }.confidence { grid-column: 2; justify-self: start; }.medicine-header h2 { font-size: 23px; }
  .medicine-body { grid-template-columns: 1fr; }.medicine-detail { min-height: auto; padding: 17px; }.medicine-detail + .medicine-detail { border-left: 0; border-top: 1px solid var(--line); }.uncertain-note { margin: 0 17px 17px; }
  .results-footer { align-items: stretch; flex-direction: column; gap: 16px; }.results-footer .button { width: 100%; }
  .camera-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); padding: 18px; border-radius: 17px; }
  .camera-dialog-header h2 { font-size: 25px; }
  .camera-help { font-size: 14px; }
  .camera-stage { aspect-ratio: 3 / 4; max-height: 62vh; }
  .camera-dialog-actions { align-items: stretch; flex-direction: column; }
  .camera-dialog-actions .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 7px; text-align: center; }
  .footer-contact { grid-column: 1; justify-self: center; margin-top: 5px; }
  footer small { grid-column: 1; margin-top: 2px; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 12px; }
  .brand > span:last-child { display: none; }
}

@media print {
  body { background: white; }.site-header, footer, .results-topbar, .step-indicator, .results-footer, .result-actions { display: none !important; }.workspace { padding: 0; }.medicine-card { break-inside: avoid; }.safety-banner { border: 1px solid #999; }.medicine-list { gap: 10px; }
}
