:root {
  --navy: #082f3f;
  --navy-2: #0b4258;
  --blue: #0b7fa5;
  --blue-bright: #146dff;
  --orange: #f36b21;
  --orange-dark: #cf4e0d;
  --ink: #10213b;
  --muted: #65748a;
  --line: #dbe5ef;
  --surface: #ffffff;
  --background: #f3f8fb;
  --danger: #b42318;
  --success: #087346;
  --shadow: 0 22px 60px rgba(15, 51, 75, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--background);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; min-height: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--background); }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .58; }
img { max-width: 100%; }
.hidden { display: none !important; }

.site-shell {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(60,197,230,.17), transparent 28rem),
    radial-gradient(circle at 92% 74%, rgba(255,116,40,.10), transparent 24rem),
    linear-gradient(180deg, #effaff 0%, #f7fbfc 52%, #fffaf7 100%);
}

.app-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px max(24px, calc((100vw - 1240px) / 2));
  background: rgba(247,253,255,.95);
  border-bottom: 1px solid rgba(185,217,225,.82);
  position: relative;
  z-index: 30;
}
.brand-lockup, .header-actions { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo { display: block; width: 132px; height: auto; filter: brightness(0) saturate(100%); }
.brand-separator { width: 1px; height: 28px; background: #c6d6df; }
.brand-product { margin: 0; color: #5e7180; font-size: 13px; }
.header-promise { color: #53677a; font-size: 13px; font-weight: 700; }
.header-button { min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #bed3df; border-radius: 12px; color: #0b5e80; background: #fff; font-size: 13px; font-weight: 800; }
.header-button:hover { background: #eef9fc; }
.user-menu { display: flex; align-items: center; gap: 8px; }
.user-chip { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #30475a; font-size: 13px; font-weight: 700; }

.loading-screen { flex: 1; min-height: 70vh; display: flex; align-items: center; justify-content: center; gap: 20px; }
.loading-screen img { width: 150px; filter: brightness(0) saturate(100%); }
.loading-screen div { display: grid; gap: 4px; }
.loading-screen span { color: var(--muted); font-size: 14px; }

.auth-shell { width: min(1100px, calc(100% - 32px)); margin: auto; padding: 48px 0; display: grid; grid-template-columns: 1fr .9fr; gap: 28px; align-items: stretch; }
.auth-intro, .auth-card { border-radius: 26px; box-shadow: var(--shadow); }
.auth-intro { min-height: 630px; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; background: linear-gradient(145deg, #062d3d, #0b5871 58%, #0b7fa5); position: relative; }
.auth-intro::after { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -100px; border-radius: 50%; border: 56px solid rgba(255,255,255,.07); box-shadow: 0 0 0 56px rgba(255,255,255,.035); }
.auth-intro > * { position: relative; z-index: 1; }
.auth-intro img { width: 190px; }
.auth-intro h1 { margin: 26px 0 14px; max-width: 560px; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.045em; line-height: 1.02; }
.auth-intro p { max-width: 560px; margin: 0; color: #d5edf4; font-size: 17px; line-height: 1.65; }
.auth-benefits { display: grid; gap: 12px; margin-top: 40px; }
.auth-benefits span { display: flex; align-items: center; gap: 10px; color: #e8f7fb; font-weight: 700; }
.auth-benefits i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-style: normal; }
.auth-card { padding: 38px; background: #fff; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 28px; padding: 5px; border-radius: 13px; background: #edf3f7; }
.auth-tab { min-height: 42px; border: 0; border-radius: 9px; color: #617187; background: transparent; font-weight: 800; }
.auth-tab.active { color: #fff; background: var(--navy); box-shadow: 0 6px 16px rgba(8,47,63,.18); }
.auth-card h2 { margin: 0 0 8px; font-size: 29px; letter-spacing: -.03em; }
.auth-card > p, .auth-form > p { margin: 0 0 24px; color: var(--muted); line-height: 1.55; }
.auth-form { display: grid; gap: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { min-width: 0; display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #2b3d54; font-size: 13px; font-weight: 800; }
.field input, .field select, .input-shell {
  width: 100%; min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid #cfdae7; border-radius: 12px; color: var(--ink); background: #fff; outline: 0; transition: border .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .input-shell:focus-within { border-color: #5daec6; box-shadow: 0 0 0 3px rgba(11,127,165,.12); }
.input-shell { display: flex; align-items: center; gap: 8px; }
.input-shell input { min-height: 46px; padding: 0; border: 0; box-shadow: none !important; }
.checkbox-line { display: flex; align-items: flex-start; gap: 10px; color: #4f6176; font-size: 13px; line-height: 1.45; }
.checkbox-line input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--orange); flex: 0 0 auto; }
.checkbox-line a, .text-button { color: #086f96; font-weight: 800; text-decoration: underline; background: none; border: 0; padding: 0; }
.primary-button, .secondary-button, .danger-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 12px; font-weight: 850; }
.primary-button { border: 1px solid var(--orange); color: #fff; background: linear-gradient(180deg, #ff7c32, var(--orange)); box-shadow: 0 10px 24px rgba(243,107,33,.22); }
.primary-button:hover { background: var(--orange-dark); }
.secondary-button { border: 1px solid #cad8e4; color: #345069; background: #fff; }
.secondary-button:hover { background: #f3f8fb; }
.danger-button { border: 1px solid #f0b6b0; color: var(--danger); background: #fff7f6; }
.button-wide { width: 100%; }
.form-message { min-height: 42px; padding: 11px 13px; border-radius: 10px; color: var(--danger); background: #fff0ee; border: 1px solid #ffc9c2; font-size: 13px; line-height: 1.4; }
.form-message.success { color: var(--success); background: #ecfbf4; border-color: #91e3be; }
.forgot-row { display: flex; justify-content: flex-end; margin-top: -6px; }

.wizard-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 40px 0 50px; display: grid; grid-template-columns: 1.25fr .85fr; gap: 22px; align-items: stretch; }
.wizard-card, .summary-panel, .progress-card, .pace-card, .chart-card, .goal-summary-card, .sales-history-card { min-width: 0; border: 1px solid rgba(188,210,223,.76); border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(17,58,80,.08); }
.wizard-card { min-height: 620px; padding: 32px; display: flex; flex-direction: column; }
.step-indicator { margin-bottom: 38px; }
.step-copy { display: flex; justify-content: space-between; margin-bottom: 11px; color: #6a788c; font-size: 13px; }
.step-copy strong { color: var(--navy); }
.progress-bar { height: 8px; overflow: hidden; border-radius: 999px; background: #dfeaf4; }
.progress-bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), #ff9b51); transition: width .25s; }
.step-content { flex: 1; }
.eyebrow { display: flex; align-items: center; gap: 7px; color: #087b9e; font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.step-content h1, .dashboard-heading h1 { margin: 15px 0 9px; font-size: clamp(29px, 4vw, 42px); letter-spacing: -.04em; line-height: 1.08; }
.step-description { margin: 0 0 28px; color: var(--muted); line-height: 1.55; }
.wizard-actions { margin-top: 26px; padding-top: 20px; border-top: 1px solid #e7edf3; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.percentage-field, .money-field { min-height: 82px; display: flex; align-items: center; gap: 10px; padding: 0 22px; border: 1.5px solid #bad4e2; border-radius: 17px; background: #f2f8fb; }
.percentage-field input, .money-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--navy); font-size: 34px; font-weight: 900; }
.percentage-field span, .money-field span { color: #7890a2; font-size: 22px; font-weight: 800; }
.markup-callout, .result-card { margin-top: 20px; padding: 19px; border-radius: 16px; }
.markup-callout { display: flex; align-items: center; gap: 14px; color: #0c6f91; background: #e7f8fc; border: 1px solid #a6deeb; }
.markup-callout span { display: block; color: #547286; font-size: 13px; }
.markup-callout strong { font-size: 24px; }
.result-card { color: #104761; background: #eefafd; border: 1px solid #b2dfeb; }
.result-card > span { display: block; }
.result-value { display: block; margin: 10px 0 4px; font-size: 33px; color: var(--navy); }
.result-card p { margin: 0; color: #607589; font-size: 13px; }
.period-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 14px; margin-bottom: 18px; }

.company-picker { position: relative; }
.company-picker-input { padding-right: 42px !important; }
.company-list { position: absolute; z-index: 50; top: calc(100% + 6px); left: 0; right: 0; max-height: 290px; overflow-y: auto; padding: 7px; border: 1px solid #cbd9e6; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(17,48,69,.18); }
.company-option { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 11px; padding: 7px 10px; border: 0; border-radius: 9px; color: #24384d; background: transparent; text-align: left; }
.company-option:hover, .company-option.active { background: #eef8fb; color: #086f96; }
.company-mark { width: 38px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid #d9e2ec; border-radius: 9px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 900; }
.company-mark img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }

.summary-panel { min-height: 620px; padding: 30px; overflow: hidden; position: relative; color: #fff; background: linear-gradient(155deg, #062d3d, #0b5270 70%, #0c7192); }
.summary-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -140px; top: -100px; border-radius: 50%; border: 55px solid rgba(255,255,255,.05); }
.summary-panel > * { position: relative; z-index: 1; }
.summary-heading { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.summary-company { margin-top: 28px; padding: 13px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.07); }
.summary-company span, .summary-main span, .summary-card span { display: block; color: #bcd5df; font-size: 12px; }
.summary-company strong { display: block; margin-top: 3px; }
.summary-main { padding: 46px 0 34px; }
.summary-main strong { display: block; margin: 8px 0 4px; font-size: clamp(35px, 4vw, 50px); letter-spacing: -.045em; }
.summary-main p { margin: 0; color: #d7e6ed; font-size: 13px; }
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.summary-card { padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.065); }
.summary-card.wide { grid-column: 1 / -1; }
.summary-card strong { display: block; margin-top: 7px; font-size: 19px; }
.summary-note { position: absolute; left: 30px; right: 30px; bottom: 26px; margin: 0; color: #a9c4cf; font-size: 12px; line-height: 1.5; }

.dashboard-shell { width: min(1420px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 54px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; }
.dashboard-heading h1 { margin: 8px 0 6px; font-size: clamp(27px, 3vw, 40px); }
.dashboard-heading p { margin: 0; color: var(--muted); }
.dashboard-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.goal-switcher { min-height: 44px; max-width: 250px; padding: 0 12px; border: 1px solid #cad8e4; border-radius: 11px; color: #345069; background: #fff; }
.dashboard-grid { display: grid; grid-template-columns: .8fr 1.2fr 1.25fr; gap: 18px; }
.progress-card, .pace-card, .chart-card { padding: 22px; }
.card-label, .chart-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-label > span, .chart-heading span { color: var(--muted); font-size: 13px; font-weight: 750; }
.progress-ring { width: 174px; height: 174px; margin: 22px auto 12px; display: grid; place-items: center; border-radius: 50%; position: relative; background: conic-gradient(var(--orange) var(--progress), #e5edf4 0); }
.progress-ring::before { content: ""; position: absolute; inset: 15px; border-radius: 50%; background: #fff; }
.progress-ring div { position: relative; z-index: 1; display: grid; text-align: center; }
.progress-ring strong { font-size: 34px; color: var(--navy); }
.progress-ring span { color: #7b8999; font-size: 12px; }
.progress-values { display: grid; gap: 3px; text-align: center; }
.progress-values strong { font-size: 21px; }
.progress-values span { color: #7b8999; font-size: 13px; }
.remaining-pill { width: fit-content; margin: 15px auto 0; padding: 7px 12px; border-radius: 999px; color: #0b6f91; background: #e2f6fb; font-size: 12px; font-weight: 850; }
.pace-banner { min-height: 105px; padding: 17px; border: 1px solid; border-radius: 16px; }
.pace-banner strong { display: block; font-size: 17px; }
.pace-banner p { margin: 8px 0 0; font-size: 13px; line-height: 1.5; }
.pace-banner.good, .pace-banner.complete { color: #087346; background: #ecfbf4; border-color: #91e3be; }
.pace-banner.attention { color: #96510e; background: #fff7e8; border-color: #ffd08b; }
.pace-banner.recovery { color: #9a2d22; background: #fff0ee; border-color: #ffc9c2; }
.metric-grid { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric-card { min-width: 0; padding: 13px; border-radius: 14px; background: #f5f7fa; }
.metric-card span { display: block; color: #6b788c; font-size: 11px; }
.metric-card strong { display: block; margin-top: 7px; font-size: 18px; }
.metric-card small { display: block; margin-top: 2px; color: #8793a4; font-size: 10px; }
.metric-card.blue { background: #e4f7fb; }
.metric-card.blue strong { color: #0b7598; }
.metric-card.orange { background: #fff4e9; }
.metric-card.orange strong { color: #b95816; }
.chart-card { overflow: hidden; }
.chart-heading strong { display: block; margin-top: 4px; font-size: 17px; }
.chart-period { padding: 6px 10px; border-radius: 999px; background: #eef3f9; }
.chart-wrap { width: 100%; min-height: 290px; margin-top: 14px; overflow: hidden; }
.chart-wrap svg { width: 100%; height: 290px; display: block; }
.chart-grid { stroke: #e0e7ef; stroke-width: 1; stroke-dasharray: 4 4; }
.chart-ideal { fill: none; stroke: #94a3b8; stroke-width: 2; stroke-dasharray: 6 6; }
.chart-sold { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.chart-label { fill: #718096; font-size: 10px; }
.bottom-stack { margin-top: 18px; display: grid; gap: 18px; }
.goal-summary-card, .sales-history-card { padding: 23px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--navy); margin-bottom: 17px; }
.goal-summary-card dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; }
.goal-summary-card dl div { min-width: 0; display: flex; justify-content: space-between; gap: 10px; padding: 13px 0; border-top: 1px solid #e7ecf3; }
.goal-summary-card dl div:nth-child(odd) { margin-right: 20px; }
.goal-summary-card dt { color: #68768b; font-size: 13px; }
.goal-summary-card dd { margin: 0; font-size: 13px; font-weight: 850; text-align: right; }
.history-count { padding: 6px 10px; border-radius: 999px; color: #0b6f91; background: #e2f6fb; font-size: 12px; font-weight: 850; }
.sales-table-wrap { width: 100%; overflow-x: auto; border: 1px solid #e2e9f2; border-radius: 14px; }
.sales-table { width: 100%; min-width: 560px; border-collapse: collapse; }
.sales-table th, .sales-table td { padding: 13px 15px; border-bottom: 1px solid #e7ecf3; text-align: left; }
.sales-table th { color: #65748a; background: #f5f8fc; font-size: 11px; text-transform: uppercase; }
.sales-table th:nth-child(2), .sales-table td:nth-child(2), .sales-table th:last-child, .sales-table td:last-child { text-align: right; }
.sales-table td { color: #26364f; font-size: 14px; }
.sales-table td:nth-child(2) { color: var(--navy); font-weight: 850; }
.sales-table tbody tr:last-child td { border-bottom: 0; }
.row-actions { display: flex; justify-content: flex-end; gap: 5px; }
.icon-button { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid #d5e0e9; border-radius: 9px; color: #315b72; background: #fff; font-weight: 850; }
.icon-button:hover { background: #edf9fc; }
.icon-button.delete { color: var(--danger); }
.inline-money { width: 150px; min-height: 38px; margin-left: auto; display: flex; align-items: center; border: 1px solid #70a9bd; border-radius: 9px; overflow: hidden; }
.inline-money span { padding-left: 8px; color: #65748a; font-size: 12px; }
.inline-money input { width: 100%; min-width: 0; height: 36px; padding: 0 8px; border: 0; outline: 0; text-align: right; font-weight: 800; }
.empty-sales { width: 100%; min-height: 86px; display: grid; place-items: center; border: 1.5px dashed #9fc8d3; border-radius: 14px; color: #0b6f91; background: #f2fbfd; font-weight: 800; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(2,20,30,.58); }
.modal { width: min(520px, 100%); max-height: min(760px, calc(100vh - 36px)); overflow-y: auto; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.modal-accent { height: 7px; background: linear-gradient(90deg, var(--orange), #0b7fa5); }
.modal-body { padding: 26px; }
.modal h2 { margin: 0 0 7px; font-size: 25px; }
.modal-description { margin: 0 0 22px; color: var(--muted); line-height: 1.5; }
.modal-actions { margin-top: 24px; display: flex; justify-content: flex-end; gap: 10px; }
.privacy-content { display: grid; gap: 15px; }
.privacy-content section { padding: 13px; border-radius: 11px; background: #f4f8fa; }
.privacy-content strong { color: var(--navy); }
.privacy-content p { margin: 5px 0 0; color: #5f7184; font-size: 13px; line-height: 1.5; }
.install-list { display: grid; gap: 10px; }
.install-list section { padding: 12px; border: 1px solid #d8e4ec; border-radius: 11px; }
.install-list p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.toast-region { position: fixed; z-index: 200; top: 18px; left: 50%; width: min(420px, calc(100% - 32px)); transform: translateX(-50%); display: grid; gap: 8px; pointer-events: none; }
.toast { padding: 13px 16px; border-radius: 12px; color: #fff; background: var(--navy); box-shadow: 0 14px 38px rgba(0,0,0,.22); font-size: 14px; font-weight: 750; animation: toast-in .2s ease-out; }
.toast.error { background: #8f241b; }
.toast.success { background: #087346; }
@keyframes toast-in { from { opacity: 0; transform: translateY(-8px); } }

.site-footer { min-height: 78px; margin-top: auto; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 15px; color: #c7dce3; background: var(--navy); border-top: 1px solid rgba(23,81,100,.7); }
.site-footer img { width: 94px; }
.footer-separator { width: 1px; height: 22px; background: rgba(255,255,255,.28); }
.site-footer p { margin: 0; font-size: 13px; }

@media (max-width: 1100px) {
  .dashboard-grid { grid-template-columns: .8fr 1.2fr; }
  .chart-card { grid-column: 1 / -1; }
}
@media (max-width: 850px) {
  .auth-shell, .wizard-shell { grid-template-columns: 1fr; }
  .auth-intro { min-height: 420px; }
  .summary-panel { min-height: 520px; }
  .dashboard-heading { align-items: stretch; flex-direction: column; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .chart-card { grid-column: auto; }
  .goal-summary-card dl { grid-template-columns: 1fr; }
  .goal-summary-card dl div:nth-child(odd) { margin-right: 0; }
}
@media (max-width: 600px) {
  .app-header { min-height: 70px; padding: 10px 14px; }
  .brand-logo { width: 112px; }
  .brand-separator, .brand-product, .header-promise, .user-chip { display: none; }
  .header-button { width: 40px; min-height: 40px; padding: 0; justify-content: center; }
  .header-button .button-label { display: none; }
  .auth-shell, .wizard-shell, .dashboard-shell { width: min(100% - 22px, 680px); padding: 22px 0 34px; }
  .auth-intro { min-height: 340px; padding: 28px 22px; }
  .auth-intro h1 { font-size: 35px; }
  .auth-benefits { display: none; }
  .auth-card, .wizard-card { padding: 23px 17px; border-radius: 20px; }
  .form-grid, .period-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .step-content h1 { font-size: 29px; }
  .wizard-actions { align-items: stretch; }
  .wizard-actions .primary-button { flex: 1; }
  .summary-panel { min-height: 0; padding: 24px 19px; }
  .summary-note { position: static; margin-top: 22px; }
  .dashboard-actions { flex-direction: column; }
  .dashboard-actions > * { width: 100%; max-width: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .goal-summary-card, .sales-history-card { padding: 18px 12px; overflow: hidden; }
  .sales-table-wrap { overflow-x: hidden; }
  .sales-table { min-width: 0; table-layout: fixed; }
  .sales-table th, .sales-table td { padding: 11px 6px; }
  .sales-table th { font-size: 9px; line-height: 1.25; white-space: normal; }
  .sales-table th:first-child, .sales-table td:first-child { width: auto; }
  .sales-table th:nth-child(2), .sales-table td:nth-child(2) { width: 104px; }
  .sales-table th:last-child, .sales-table td:last-child { width: 72px; }
  .sales-table td:first-child { overflow-wrap: anywhere; font-size: 11px; line-height: 1.35; }
  .sales-table td:nth-child(2) { white-space: nowrap; font-size: 11px; }
  .inline-money { width: 100%; }
  .inline-money span { padding-left: 5px; font-size: 10px; }
  .inline-money input { padding: 0 4px; font-size: 11px; }
  .icon-button { width: 29px; height: 29px; }
  .modal-actions { flex-direction: column-reverse; }
  .modal-actions button { width: 100%; }
  .site-footer { flex-direction: column; gap: 7px; }
  .footer-separator { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
