:root {
  --sh-ink: #183e35;
  --sh-ink-2: #2a554a;
  --sh-paper: #f7f3eb;
  --sh-card: #fffdf8;
  --sh-coral: #e97253;
  --sh-coral-dark: #d85d40;
  --sh-sage: #dce7df;
  --sh-line: #dedcd3;
  --sh-muted: #65736d;
  --sh-danger: #b84736;
  --sh-shadow: 0 18px 50px rgba(31, 58, 51, .11);
  --sh-radius: 24px;
  --sh-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--sh-paper); }
body.sayhour-body { margin: 0; color: var(--sh-ink); background: var(--sh-paper); font-family: var(--sh-font); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(233, 114, 83, .32); outline-offset: 2px; }
.sh-visually-hidden { width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; position: absolute !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.sh-app { min-height: 100dvh; }
.sh-content { min-height: calc(100dvh - 150px); }
.sh-app-footer { padding: 0 20px 104px; color: var(--sh-muted); font-size: 11px; text-align: center; }
.sh-page { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 120px; }
.sh-topbar { height: 76px; padding: max(14px, env(safe-area-inset-top)) max(18px, calc((100vw - 1120px) / 2)); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(24, 62, 53, .08); background: rgba(247, 243, 235, .88); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 30; }
.sh-brand { display: flex; align-items: center; gap: 9px; border: 0; background: none; font-size: 19px; letter-spacing: -.3px; cursor: pointer; }
.sh-logo-mark { width: 36px; height: 36px; display: grid; place-items: center; background: var(--sh-ink); color: #fff; border-radius: 11px; }
.sh-account-button { min-height: 48px; padding: 4px 4px 4px 12px; border: 1px solid transparent; border-radius: 16px; display: flex; align-items: center; gap: 10px; color: var(--sh-ink); background: transparent; cursor: pointer; }
.sh-account-button:hover, .sh-account-button.active { border-color: rgba(24, 62, 53, .1); background: rgba(255,255,255,.55); }
.sh-account-copy { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
.sh-account-copy strong { max-width: 160px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.sh-account-copy small { color: var(--sh-muted); font-size: 9px; }
.sh-avatar { width: 39px; height: 39px; border: 1px solid rgba(24, 62, 53, .15); background: var(--sh-sage); border-radius: 50%; display: grid; place-items: center; color: var(--sh-ink); font-size: 12px; font-weight: 800; letter-spacing: .5px; flex: 0 0 auto; }
.sh-avatar-large { width: 58px; height: 58px; font-size: 16px; }
.sh-avatar-square { border-radius: 14px; }
.sh-avatar img { width: 100%; height: 100%; border-radius: inherit; display: block; object-fit: cover; }
.sh-eyebrow { color: var(--sh-coral-dark); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; }
.sh-page h1 { margin: 7px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(36px, 5vw, 54px); font-weight: 500; letter-spacing: -1.6px; line-height: 1; }
.sh-muted { color: var(--sh-muted); }

.sh-btn { min-height: 48px; border: 1px solid transparent; border-radius: 14px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; text-decoration: none; }
.sh-btn:hover { transform: translateY(-1px); }
.sh-btn:active { transform: translateY(0); }
.sh-btn:disabled { opacity: .55; cursor: wait; transform: none; }
.sh-btn-primary { background: var(--sh-ink); color: white; box-shadow: 0 7px 18px rgba(24, 62, 53, .18); }
.sh-btn-primary:hover { background: var(--sh-ink-2); }
.sh-btn-soft { background: var(--sh-sage); color: var(--sh-ink); }
.sh-btn-ghost { background: transparent; border-color: var(--sh-line); }
.sh-btn-danger { background: var(--sh-danger); color: #fff; }
.sh-full { width: 100%; }
.sh-icon-btn { width: 40px; height: 40px; border: 0; background: #f1eee6; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }

.sh-home { max-width: 760px; }
.sh-hero { text-align: center; padding-top: 20px; }
.sh-hero h1 { font-size: clamp(39px, 9vw, 68px); margin: 11px auto 36px; max-width: 690px; }
.sh-voice-wrap { display: flex; align-items: center; flex-direction: column; }
.sh-voice-wrap > strong { margin-top: 21px; font-size: 16px; }
.sh-voice-wrap > span { margin-top: 5px; color: var(--sh-muted); font-size: 13px; }
.sh-mic { width: 132px; height: 132px; border: 8px solid rgba(255, 255, 255, .8); border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--sh-coral); box-shadow: 0 12px 36px rgba(220, 91, 57, .27), 0 0 0 1px rgba(216, 93, 64, .08); cursor: pointer; position: relative; transition: transform .2s ease, background .2s ease; }
.sh-mic:hover { transform: scale(1.035); }
.sh-mic:active { transform: scale(.97); }
.sh-mic.is-recording { background: var(--sh-ink); animation: sh-breathe 1.8s ease-in-out infinite; }
.sh-mic.is-busy { animation: sh-breathe 1.1s ease-in-out infinite; }
.sh-mic-ripple { position: absolute; inset: -18px; border: 1px solid rgba(233, 114, 83, .2); border-radius: 50%; }
.sh-mic.is-recording .sh-mic-ripple { border-color: rgba(24, 62, 53, .25); animation: sh-pulse 1.8s infinite; }
@keyframes sh-breathe { 50% { transform: scale(1.04); } }
@keyframes sh-pulse { 50% { transform: scale(1.12); opacity: .2; } }
.sh-type-link { margin-top: 22px; border: 0; border-bottom: 1px solid rgba(24, 62, 53, .3); padding: 3px 0; background: none; font-size: 14px; font-weight: 700; cursor: pointer; }
.sh-text-entry { margin: 24px auto 0; max-width: 590px; display: flex; gap: 9px; background: var(--sh-card); padding: 8px; border: 1px solid var(--sh-line); border-radius: 18px; box-shadow: 0 10px 30px rgba(31, 58, 51, .07); }
.sh-text-entry input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 0 13px; outline: 0; color: var(--sh-ink); font-size: 16px; }
.sh-voice-error { width: min(560px, 100%); margin-top: 16px; padding: 12px 14px; border: 1px solid rgba(184,71,54,.16); border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--sh-danger); background: #fae4df; font-size: 12px; line-height: 1.45; }
.sh-voice-error button { min-height: 34px; padding: 0 10px; border: 1px solid currentColor; border-radius: 9px; color: inherit; background: transparent; font-size: 11px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.sh-hero > .sh-inline-error { margin: 16px auto 0; text-align: left; }

.sh-today-card { margin-top: 58px; padding: 27px 28px 8px; border: 1px solid rgba(24, 62, 53, .1); border-radius: var(--sh-radius); background: var(--sh-card); box-shadow: var(--sh-shadow); text-align: left; }
.sh-today-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; }
.sh-today-head > div:first-child { display: flex; flex-direction: column; gap: 5px; }
.sh-today-head > div:first-child strong { font-family: Georgia, 'Times New Roman', serif; font-size: 31px; font-weight: 500; }
.sh-quick-actions { display: flex; gap: 8px; }
.sh-quick-actions button { border: 0; background: #f1eee6; padding: 9px 11px; border-radius: 12px; display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 750; cursor: pointer; }
.sh-entry-list { border-top: 1px solid #ece8df; }
.sh-entry-row { width: 100%; min-height: 76px; padding: 14px 4px; border: 0; border-bottom: 1px solid #ece8df; background: transparent; display: grid; grid-template-columns: 10px minmax(0, 1fr) auto auto; align-items: center; gap: 13px; text-align: left; }
.sh-entry-row.is-clickable { cursor: pointer; }
.sh-entry-row:last-child { border-bottom: 0; }
.sh-entry-row:hover .sh-entry-copy strong { color: var(--sh-coral-dark); }
.sh-entry-dot { width: 7px; height: 7px; background: var(--sh-coral); border-radius: 50%; }
.sh-entry-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.sh-entry-copy strong { font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .15s ease; }
.sh-entry-copy > span { color: var(--sh-muted); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sh-entry-time { display: flex; align-items: flex-end; flex-direction: column; gap: 4px; }
.sh-entry-time strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.sh-entry-time span { max-width: 150px; font-size: 11px; color: var(--sh-muted); text-align: right; }
.sh-approve { min-height: 36px; padding: 7px 10px; border: 0; background: var(--sh-sage); border-radius: 9px; color: var(--sh-ink); font-size: 11px; font-weight: 800; cursor: pointer; }
.sh-empty-small { min-height: 130px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--sh-muted); }
.sh-empty-small span { color: var(--sh-ink); font-weight: 750; }
.sh-empty-small p { margin: 6px 0; font-size: 13px; }
.sh-recent-work { margin-top: 32px; text-align: left; }
.sh-date-group + .sh-date-group { margin-top: 19px; }
.sh-date-group > h3 { margin: 0 0 8px 4px; color: var(--sh-muted); font-size: 11px; letter-spacing: .6px; text-transform: uppercase; }
.sh-section-row { margin-bottom: 12px; display: flex; align-items: flex-end; justify-content: space-between; }
.sh-section-row h2 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.sh-recent-list { padding: 4px 20px; border: 1px solid rgba(24,62,53,.1); border-radius: 20px; background: rgba(255,253,248,.7); }
.sh-recent-list > button { width: 100%; min-height: 73px; padding: 12px 0; border: 0; border-bottom: 1px solid #e8e4db; background: transparent; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; cursor: pointer; }
.sh-recent-list > button:last-child { border-bottom: 0; }
.sh-recent-list > button > div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.sh-recent-list > button > div:last-child { flex-shrink: 0; align-items: flex-end; }
.sh-recent-list strong { font-size: 14px; }
.sh-recent-list span { max-width: 340px; overflow: hidden; color: var(--sh-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.sh-nav { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 25; width: min(520px, calc(100% - 24px)); height: 70px; padding: 7px; border: 1px solid rgba(24, 62, 53, .12); border-radius: 22px; background: rgba(255, 253, 248, .93); backdrop-filter: blur(18px); box-shadow: 0 16px 44px rgba(31, 58, 51, .2); display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: max(7px, env(safe-area-inset-bottom)); }
.sh-nav.sh-nav-three { grid-template-columns: repeat(3, 1fr); }
.sh-nav button { border: 0; border-radius: 16px; background: transparent; color: #87908c; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; font-size: 10px; font-weight: 750; cursor: pointer; }
.sh-nav button.active { color: var(--sh-ink); background: var(--sh-sage); }

.sh-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.sh-page-head .sh-btn { margin-bottom: 3px; }
.sh-segments { width: max-content; margin: -13px 0 23px; padding: 4px; display: flex; gap: 3px; border-radius: 12px; background: #eae7de; }
.sh-segments button { min-height: 36px; padding: 0 15px; border: 0; border-radius: 9px; background: transparent; color: var(--sh-muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.sh-segments button.active { background: var(--sh-card); color: var(--sh-ink); box-shadow: 0 2px 8px rgba(31, 58, 51, .09); }
.sh-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.sh-project-card { min-height: 260px; padding: 24px; border: 1px solid rgba(24, 62, 53, .1); border-radius: 21px; background: var(--sh-card); box-shadow: 0 10px 32px rgba(31, 58, 51, .07); text-align: left; position: relative; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.sh-project-card:hover { transform: translateY(-3px); box-shadow: var(--sh-shadow); }
.sh-project-card > svg { position: absolute; bottom: 22px; right: 20px; }
.sh-project-top { display: flex; justify-content: space-between; align-items: center; }
.sh-project-icon { width: 44px; height: 44px; border-radius: 14px; background: var(--sh-sage); display: grid; place-items: center; font-family: Georgia, serif; font-size: 22px; }
.sh-project-card:nth-child(3n+2) .sh-project-icon { background: #f5dfd7; }
.sh-project-card:nth-child(3n+3) .sh-project-icon { background: #e7e2cd; }
.sh-project-card h3 { margin: 25px 0 4px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.sh-project-card > p { margin: 0; color: var(--sh-muted); font-size: 13px; }
.sh-project-metrics { margin-top: 24px; display: flex; gap: 30px; }
.sh-project-metrics div { display: flex; flex-direction: column; gap: 4px; }
.sh-project-metrics strong { font-size: 14px; }
.sh-project-metrics span { color: var(--sh-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.sh-status { display: inline-flex; width: max-content; padding: 4px 8px; border-radius: 99px; background: #eeeae2; color: #69746f; font-size: 9px !important; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.sh-status.active, .sh-status.approved, .sh-status.paid, .sh-status.ready { background: #dceadf; color: #276340; }
.sh-status.confirmed, .sh-status.sent { background: #f7e4cc; color: #8b5423; }
.sh-status.invoiced { background: #dfe5f4; color: #405a92; }
.sh-status.draft, .sh-status.on_hold { background: #eeeae2; color: #5f6b66; }
.sh-status.void, .sh-status.archived { background: #ececec; color: #666; }
.sh-status.completed { background: #e1e7ee; color: #445d73; }
.sh-empty { min-height: 310px; padding: 50px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px dashed rgba(24, 62, 53, .22); border-radius: var(--sh-radius); }
.sh-empty h2 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.sh-empty p { max-width: 390px; color: var(--sh-muted); line-height: 1.6; }
.sh-loading-line { height: 4px; margin: 20px 0; border-radius: 10px; background: linear-gradient(90deg, transparent, var(--sh-coral), transparent); background-size: 200% 100%; animation: sh-load 1s infinite; }
@keyframes sh-load { to { background-position: -200% 0; } }
.sh-loading-state { width: 100%; padding: 18px 4px; display: flex; flex-direction: column; gap: 11px; }
.sh-skeleton { height: 66px; border-radius: 14px; background: linear-gradient(90deg, #eeeae2 25%, #f8f5ee 50%, #eeeae2 75%); background-size: 220% 100%; animation: sh-skeleton 1.25s ease-in-out infinite; }
.sh-skeleton:nth-of-type(3) { width: 88%; }
.sh-skeleton:nth-of-type(4) { width: 94%; }
@keyframes sh-skeleton { to { background-position: -220% 0; } }

.sh-overlay { position: fixed; inset: 0; z-index: 100; padding: 20px; display: flex; align-items: flex-end; justify-content: center; background: rgba(16, 38, 33, .44); backdrop-filter: blur(4px); animation: sh-fade .17s ease; }
.sh-sheet { width: min(620px, 100%); max-height: min(91dvh, 850px); overflow: auto; border-radius: 28px 28px 18px 18px; background: var(--sh-card); box-shadow: 0 30px 90px rgba(12, 34, 28, .32); padding: 12px 25px 25px; animation: sh-up .24s ease; }
.sh-sheet-wide { width: min(820px, 100%); }
@keyframes sh-fade { from { opacity: 0; } }
@keyframes sh-up { from { transform: translateY(30px); opacity: 0; } }
.sh-sheet-handle { width: 44px; height: 4px; border-radius: 4px; background: #d8d5ce; margin: 0 auto 7px; }
.sh-sheet > header { min-height: 53px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ece8df; }
.sh-sheet > header h2 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.sh-sheet-form { padding-top: 20px; display: flex; flex-direction: column; gap: 15px; }
.sh-field { display: flex; flex-direction: column; gap: 7px; text-align: left; }
.sh-field > span { color: #65716c; font-size: 11px; font-weight: 800; letter-spacing: .65px; text-transform: uppercase; }
.sh-required { color: var(--sh-danger); }
.sh-field input, .sh-field select, .sh-field textarea { width: 100%; min-height: 48px; border: 1px solid #d9d8d0; border-radius: 13px; background: #fff; color: var(--sh-ink); padding: 10px 12px; outline: none; transition: border .15s ease, box-shadow .15s ease; }
.sh-field textarea { min-height: 86px; resize: vertical; }
.sh-field input:focus, .sh-field select:focus, .sh-field textarea:focus { border-color: var(--sh-ink); box-shadow: 0 0 0 3px rgba(24, 62, 53, .08); }
.sh-field input[readonly] { color: var(--sh-muted); background: #f2f0e9; }
.sh-field.has-error input, .sh-field.has-error select, .sh-field.has-error textarea, .sh-field [aria-invalid="true"] { border-color: var(--sh-danger); }
.sh-field-hint, .sh-field-error { margin-top: -2px; font-size: 11px; line-height: 1.4; }
.sh-field-hint { color: var(--sh-muted); }
.sh-field-error { color: var(--sh-danger); }
.sh-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.sh-check-field { min-height: 72px; padding-top: 20px; display: flex; align-items: center; gap: 10px; font-weight: 700; }
.sh-check-field input { width: 19px; height: 19px; accent-color: var(--sh-ink); }
.sh-check-field.sh-check-compact { min-height: 42px; padding-top: 0; }
.sh-sheet-actions { padding-top: 20px; display: flex; justify-content: flex-end; gap: 8px; }
.sh-inline-error { max-width: 620px; margin: 12px 0; padding: 12px 14px; border: 1px solid rgba(184,71,54,.14); border-radius: 12px; display: flex; flex-direction: column; gap: 3px; color: var(--sh-danger); background: #fae4df; font-size: 12px; line-height: 1.45; }
.sh-inline-error strong { font-size: 12px; }
.sh-question { margin-top: 18px; padding: 14px 16px; border-radius: 14px; background: #f9e9df; display: flex; flex-direction: column; gap: 3px; }
.sh-question span { color: var(--sh-coral-dark); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.sh-question strong { font-size: 14px; }
.sh-transcript { margin: 15px 2px; color: var(--sh-muted); font-family: Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.45; }
.sh-review-card { padding: 20px; border: 1px solid #e1ded5; border-radius: 18px; background: #faf8f2; display: flex; flex-direction: column; gap: 13px; }
.sh-review-card + .sh-review-card { margin-top: 12px; }
.sh-review-card-head { display: flex; align-items: center; justify-content: space-between; }
.sh-review-card-head > strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.sh-review-card-head > button { padding: 5px 8px; border: 0; background: transparent; color: var(--sh-danger); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.sh-review-total { margin-top: 3px; padding-top: 15px; border-top: 1px solid #e4e0d8; display: flex; align-items: center; justify-content: space-between; }
.sh-review-total > div { display: flex; flex-direction: column; align-items: flex-end; }
.sh-review-total small { color: var(--sh-muted); }
.sh-review-total strong { font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.sh-switch { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 750; cursor: pointer; }
.sh-switch input { position: absolute; opacity: 0; }
.sh-switch > span { width: 39px; height: 23px; padding: 3px; border-radius: 99px; background: #c9cec9; transition: background .15s ease; }
.sh-switch > span::before { content: ''; width: 17px; height: 17px; display: block; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: transform .15s ease; }
.sh-switch input:checked + span { background: var(--sh-ink); }
.sh-switch input:checked + span::before { transform: translateX(16px); }
.sh-timer { padding: 20px 0 4px; display: flex; flex-direction: column; gap: 17px; }
.sh-timer-clock { min-height: 100px; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 18px; background: #f1eee6; }
.sh-timer-clock.running { color: #fff; background: var(--sh-ink); }
.sh-timer-clock strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 34px; letter-spacing: 1px; }
.sh-project-detail { padding-top: 12px; }
.sh-metric-strip { margin: 22px 0 26px; padding: 19px; border-radius: 17px; background: var(--sh-ink); color: #fff; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.sh-metric-strip div { display: flex; flex-direction: column; gap: 6px; }
.sh-metric-strip span { color: rgba(255,255,255,.65); font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.sh-metric-strip strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }

.sh-filter-card, .sh-list-card { padding: 22px; border: 1px solid rgba(24, 62, 53, .1); border-radius: 20px; background: var(--sh-card); box-shadow: 0 9px 30px rgba(31, 58, 51, .06); }
.sh-filter-row { display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; align-items: end; gap: 11px; }
.sh-filter-card > .sh-inline-error { max-width: none; margin: 14px 0 0; }
.sh-report-range { margin: 18px 2px -2px; color: var(--sh-muted); font-size: 12px; }
.sh-report-range strong { color: var(--sh-ink); }
.sh-report-totals { margin: 18px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.sh-report-totals > div { min-height: 120px; padding: 20px; border: 1px solid rgba(24, 62, 53, .1); border-radius: 18px; background: var(--sh-card); display: flex; flex-direction: column; justify-content: space-between; }
.sh-report-totals > div.accent { background: var(--sh-ink); color: #fff; }
.sh-report-totals span { color: var(--sh-muted); font-size: 12px; font-weight: 700; }
.sh-report-totals .accent span { color: rgba(255,255,255,.65); }
.sh-report-totals strong { font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.sh-list-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3px; }
.sh-list-title h2 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.sh-list-title span { color: var(--sh-muted); font-size: 12px; }
.sh-export { display: flex; gap: 7px; }
.sh-export a { min-width: 49px; padding: 10px; border: 1px solid var(--sh-line); border-radius: 11px; color: var(--sh-ink); background: var(--sh-card); text-align: center; text-decoration: none; font-size: 12px; font-weight: 800; }
.sh-export a[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }

.sh-invoice-list { padding: 4px 20px; }
.sh-customer-list { padding: 4px 20px; }
.sh-customer-list > button { width: 100%; min-height: 82px; padding: 12px 2px; border: 0; border-bottom: 1px solid #ece8df; background: transparent; display: grid; grid-template-columns: auto 1fr auto auto; gap: 14px; align-items: center; text-align: left; cursor: pointer; }
.sh-customer-list > button:last-child { border-bottom: 0; }
.sh-customer-list > button > div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.sh-customer-list > button > div span, .sh-customer-list > button > small { color: var(--sh-muted); font-size: 12px; }
.sh-customer-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: var(--sh-sage); font-family: Georgia, serif; font-size: 20px; }
.sh-invoice-list > button { width: 100%; min-height: 90px; padding: 13px 2px; border: 0; border-bottom: 1px solid #ece8df; background: transparent; display: grid; grid-template-columns: auto 1fr auto auto; gap: 16px; align-items: center; text-align: left; cursor: pointer; }
.sh-invoice-list > button:last-child { border-bottom: 0; }
.sh-invoice-icon { width: 45px; height: 51px; display: grid; place-items: center; border-radius: 6px 6px 10px 10px; background: var(--sh-sage); font-family: Georgia, serif; font-size: 16px; }
.sh-invoice-list > button > div { display: flex; flex-direction: column; gap: 5px; }
.sh-invoice-list > button > div:nth-child(3) { align-items: flex-end; }
.sh-invoice-list > button span { color: var(--sh-muted); font-size: 12px; }
.sh-callout { margin: 0; padding: 14px 15px; border-radius: 13px; background: var(--sh-sage); color: var(--sh-ink); font-size: 13px; line-height: 1.5; }
.sh-invoice-detail { padding-top: 18px; }
.sh-invoice-paper { padding: 30px; border: 1px solid #dedbd2; border-radius: 16px; background: #fff; box-shadow: 0 9px 28px rgba(31, 58, 51, .07); }
.sh-invoice-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.sh-invoice-heading > div { display: flex; flex-direction: column; gap: 3px; }
.sh-invoice-heading > div:last-child { text-align: right; }
.sh-invoice-heading span { color: var(--sh-coral-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }
.sh-invoice-heading strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.sh-invoice-heading small { color: var(--sh-muted); }
.sh-invoice-meta { margin: 33px 0; display: flex; gap: 80px; }
.sh-invoice-meta p { margin: 0; display: flex; flex-direction: column; gap: 5px; color: var(--sh-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .7px; }
.sh-invoice-meta strong { color: var(--sh-ink); font-size: 14px; text-transform: none; letter-spacing: 0; }
.sh-invoice-lines { border-top: 1px solid #e7e3da; }
.sh-invoice-lines > div { padding: 14px 0; border-bottom: 1px solid #e7e3da; display: flex; justify-content: space-between; align-items: center; }
.sh-invoice-lines span { display: flex; flex-direction: column; gap: 4px; }
.sh-invoice-lines small { color: var(--sh-muted); }
.sh-invoice-lines .total { padding-top: 21px; border: 0; font-size: 20px; }
.sh-invoice-lines .total strong { font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.sh-invoice-actions { padding-top: 16px; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }

.sh-settings-page { max-width: 900px; }
.sh-settings { display: flex; flex-direction: column; gap: 18px; }
.sh-settings > section { padding: 24px; border: 1px solid rgba(24, 62, 53, .1); border-radius: 20px; background: var(--sh-card); }
.sh-settings h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.sh-settings-heading { margin-bottom: 18px; }
.sh-settings-heading h2 { margin: 5px 0 4px; }
.sh-settings-heading p { margin: 0; color: var(--sh-muted); font-size: 12px; line-height: 1.5; }
.sh-settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.sh-settings-grid-spaced { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e8e4db; }
.sh-image-upload { margin-bottom: 20px; padding: 15px; border: 1px solid #e3dfd6; border-radius: 16px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; background: #faf8f2; }
.sh-image-upload > div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.sh-image-upload > div > strong { font-size: 14px; }
.sh-image-upload > div > span { color: var(--sh-muted); font-size: 11px; line-height: 1.4; }
.sh-image-actions { margin-top: 7px; display: flex; flex-wrap: wrap; gap: 7px; }
.sh-image-actions .sh-btn { min-height: 36px; padding: 0 12px; border-radius: 10px; font-size: 11px; }
.sh-combine-profile { margin-bottom: 20px; padding: 16px; border: 1px solid rgba(24,62,53,.13); border-radius: 16px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; background: #edf2ed; cursor: pointer; }
.sh-combine-profile input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--sh-ink); }
.sh-combine-profile span { display: flex; flex-direction: column; gap: 3px; }
.sh-combine-profile strong { font-size: 13px; }
.sh-combine-profile small { color: var(--sh-muted); font-size: 11px; line-height: 1.45; }
.sh-combined-preview { margin-bottom: 20px; padding: 16px; border: 1px solid #e2ded5; border-radius: 16px; display: flex; align-items: center; gap: 14px; background: #faf8f2; }
.sh-combined-preview > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.sh-combined-preview > div > strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.sh-combined-preview span, .sh-combined-preview small { overflow: hidden; color: var(--sh-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.sh-combined-preview small { color: var(--sh-coral-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.sh-section-title { display: flex; justify-content: space-between; align-items: center; }
.sh-section-title .sh-settings-heading { margin-bottom: 18px; }
.sh-configured { padding: 5px 9px; border-radius: 99px; display: flex; align-items: center; gap: 4px; color: #276340; background: #dceadf; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sh-configured.is-off { color: #73513b; background: #f3e4d8; }
.sh-configured.is-checking { color: var(--sh-muted); background: #eeeae2; }
.sh-help { margin: 7px 0 18px; color: var(--sh-muted); font-size: 13px; }
.sh-team-list { margin-bottom: 18px; border-bottom: 1px solid #ece8df; }
.sh-team-list > div { min-height: 64px; padding: 8px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.sh-team-list > div > div { display: flex; flex-direction: column; gap: 3px; }
.sh-team-list > div > div span, .sh-team-list > div > small { color: var(--sh-muted); font-size: 11px; }
.sh-team-list > div > small { padding: 4px 8px; border-radius: 99px; background: #eeeae2; text-transform: capitalize; }
.sh-invite-grid { display: grid; grid-template-columns: 1fr 1.25fr .8fr .65fr auto; align-items: end; gap: 9px; }
.sh-settings-actions { display: flex; align-items: center; gap: 18px; }
.sh-settings-actions a { color: var(--sh-muted); font-size: 13px; }
.sh-profile-card { padding: 24px; border: 1px solid rgba(24,62,53,.1); border-radius: 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; background: var(--sh-card); box-shadow: 0 9px 30px rgba(31,58,51,.06); }
.sh-profile-card h2 { margin: 0 0 3px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.sh-profile-card p { margin: 0 0 8px; color: var(--sh-muted); font-size: 13px; }

.sh-home-summary { margin-top: 18px; display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 14px; }
.sh-unbilled-tile, .sh-week-gaps, .sh-offline-queue, .sh-rate-prompt { padding: 19px 21px; border: 1px solid rgba(24,62,53,.1); border-radius: 18px; background: var(--sh-card); box-shadow: 0 7px 24px rgba(31,58,51,.045); }
.sh-unbilled-tile strong { margin: 5px 0 2px; display: block; color: var(--sh-ink); font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.sh-unbilled-tile p, .sh-rate-prompt p { margin: 0; color: var(--sh-muted); font-size: 12px; line-height: 1.5; }
.sh-week-gaps > div { margin-top: 13px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.sh-week-gaps > div > span { min-width: 0; min-height: 50px; padding: 7px 3px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #426059; background: #e4eee8; }
.sh-week-gaps > div > span.missing { color: #8b4038; background: #f7dfda; }
.sh-week-gaps > div > span.future { color: #8a8f8c; background: #f0eee9; }
.sh-week-gaps b { font-size: 11px; }
.sh-week-gaps small { max-width: 100%; overflow: hidden; font-size: 9px; text-overflow: ellipsis; }
.sh-offline-queue { margin: 0 auto 18px; }
.sh-offline-queue h2 { margin: 5px 0 4px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.sh-offline-queue > p { margin: 0 0 12px; color: var(--sh-muted); font-size: 12px; }
.sh-queue-item { padding: 10px 0; border-top: 1px solid #ece8df; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sh-queue-item > div:first-child { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.sh-queue-item span { color: var(--sh-muted); font-size: 11px; }
.sh-queue-item > div:last-child, .sh-line-actions, .sh-rate-prompt-actions { display: flex; align-items: center; gap: 8px; }
.sh-rate-prompt { margin: 0 auto 18px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 24px; align-items: center; border-color: rgba(225,107,90,.28); background: linear-gradient(135deg, #fffdf8, #fff4eb); }
.sh-rate-prompt h2 { margin: 5px 0 7px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.sh-rate-prompt form { display: flex; flex-direction: column; gap: 9px; }
.sh-rate-prompt-actions { justify-content: flex-end; }
.sh-day-picker { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.sh-day-picker label { min-height: 44px; border: 1px solid #dcdad2; border-radius: 11px; display: grid; place-items: center; color: var(--sh-muted); background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.sh-day-picker label.active { border-color: var(--sh-ink); color: #fff; background: var(--sh-ink); }
.sh-day-picker input { position: absolute; opacity: 0; pointer-events: none; }
.sh-reminder-toggles { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 12px 22px; }
.sh-toast.warning { color: #3d2d16; background: #edba63; }
.sh-status.overdue { color: #8b4038; background: #f7dfda; }
.sh-project-metrics small, .sh-report-totals small { display: block; margin-top: 4px; color: var(--sh-muted); font-size: 10px; font-weight: 600; }

.sh-toast { position: fixed; top: max(18px, env(safe-area-inset-top)); left: 50%; z-index: 200; transform: translateX(-50%); min-height: 48px; max-width: min(460px, calc(100% - 28px)); padding: 11px 17px; border-radius: 14px; display: flex; align-items: center; gap: 9px; background: var(--sh-ink); color: #fff; box-shadow: 0 15px 40px rgba(11, 35, 29, .28); font-size: 13px; font-weight: 700; animation: sh-toast-in .25s ease; }
.sh-toast.error { background: var(--sh-danger); }
@keyframes sh-toast-in { from { transform: translate(-50%, -20px); opacity: 0; } }
.sh-error { margin: 0; padding: 10px 12px; border-radius: 10px; background: #fae4df; color: var(--sh-danger); font-size: 13px; }
.sh-fatal, .sh-boot { min-height: 100dvh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.sh-fatal h1 { margin: 20px 0 4px; font-family: Georgia, serif; font-weight: 500; }
.sh-fatal p, .sh-boot p { color: var(--sh-muted); }
.sh-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--sh-ink); color: #fff; animation: sh-breathe 1.4s infinite; }

.sh-onboarding { min-height: 100dvh; padding: 30px 20px; display: flex; flex-direction: column; align-items: center; background: radial-gradient(circle at 20% 0, #fff9ee, transparent 35%), var(--sh-paper); }
.sh-onboard-brand { width: min(560px, 100%); display: flex; align-items: center; gap: 9px; font-size: 19px; }
.sh-onboard-card { width: min(560px, 100%); margin: auto 0; padding: 35px; border: 1px solid rgba(24, 62, 53, .1); border-radius: 26px; background: var(--sh-card); box-shadow: var(--sh-shadow); }
.sh-onboard-card h1 { margin: 8px 0; font-family: Georgia, serif; font-size: 39px; font-weight: 500; letter-spacing: -1.1px; }
.sh-onboard-card > p { margin: 0 0 27px; color: var(--sh-muted); line-height: 1.5; }
.sh-onboard-card form { display: flex; flex-direction: column; gap: 14px; }
.sh-form-rule { height: 1px; margin: 5px 0; background: #ece8df; }

/* Branded authentication */
.sh-auth-body { min-height: 100dvh; overflow-x: hidden; }
.sh-auth-layout { min-height: 100dvh; display: grid; grid-template-columns: minmax(400px, .9fr) minmax(480px, 1.1fr); }
.sh-auth-story { padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--sh-ink); position: relative; overflow: hidden; }
.sh-auth-story::before { content: ''; position: absolute; width: 480px; height: 480px; top: -230px; right: -200px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.sh-auth-story::after { content: ''; position: absolute; width: 240px; height: 240px; bottom: -145px; left: -100px; border-radius: 50%; background: var(--sh-coral); opacity: .88; }
.sh-auth-brand, .sh-auth-mobile-brand { display: flex; align-items: center; gap: 10px; color: inherit; font-size: 20px; text-decoration: none; position: relative; z-index: 1; }
.sh-auth-story .sh-logo-mark { color: var(--sh-ink); background: #fff; }
.sh-auth-story > div { position: relative; z-index: 1; }
.sh-auth-story h1 { margin: 12px 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 6vw, 88px); font-weight: 500; letter-spacing: -3.5px; line-height: .94; }
.sh-auth-story p { max-width: 510px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.sh-auth-story blockquote { max-width: 470px; margin: 0 0 25px; padding: 18px 20px; border-left: 3px solid var(--sh-coral); color: rgba(255,255,255,.84); background: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 17px; font-style: italic; line-height: 1.55; position: relative; z-index: 1; }
.sh-auth-panel { padding: 40px 24px; display: grid; place-items: center; background: radial-gradient(circle at 80% 0, #fff8eb, transparent 36%), var(--sh-paper); }
.sh-auth-card { width: min(430px, 100%); padding: 34px 38px; border: 1px solid rgba(24,62,53,.1); border-radius: 27px; background: var(--sh-card); box-shadow: var(--sh-shadow); }
.sh-auth-mobile-brand { display: none; margin-bottom: 24px; color: var(--sh-ink); }
.sh-auth-tabs { margin-bottom: 25px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; border-radius: 13px; background: #ece9e1; }
.sh-auth-tabs button { min-height: 40px; border: 0; border-radius: 10px; color: var(--sh-muted); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.sh-auth-tabs button.active { color: var(--sh-ink); background: #fff; box-shadow: 0 2px 9px rgba(31,58,51,.09); }
.sh-auth-tabs.is-hidden { display: none; }
.sh-auth-form { display: flex; flex-direction: column; gap: 15px; }
.sh-auth-form.is-hidden { display: none; }
.sh-auth-form label { display: flex; flex-direction: column; gap: 7px; }
.sh-auth-form label > span { color: #65716c; font-size: 11px; font-weight: 800; letter-spacing: .65px; text-transform: uppercase; }
.sh-auth-form input { width: 100%; min-height: 50px; border: 1px solid #d9d8d0; border-radius: 13px; padding: 10px 13px; color: var(--sh-ink); background: #fff; outline: 0; }
.sh-auth-form input:focus { border-color: var(--sh-ink); box-shadow: 0 0 0 3px rgba(24,62,53,.08); }
.sh-auth-form small { color: var(--sh-muted); font-size: 11px; }
.sh-auth-help { align-self: center; color: var(--sh-muted); font-size: 12px; }
.sh-auth-help-block { margin-top: 17px; display: block; text-align: center; }
.sh-auth-form-heading { margin-bottom: 20px; }
.sh-auth-form-heading h2 { margin: 6px 0 7px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; letter-spacing: -.6px; }
.sh-auth-form-heading p { margin: 0; color: var(--sh-muted); font-size: 13px; line-height: 1.55; }
.sh-auth-terms { margin: -2px 0 0; color: var(--sh-muted); text-align: center; font-size: 10px; line-height: 1.5; }
.sh-auth-notice, .sh-auth-error { margin-bottom: 17px; padding: 12px 13px; border-radius: 12px; font-size: 12px; line-height: 1.45; }
.sh-auth-notice { color: #276340; background: #dceadf; }
.sh-auth-error { color: var(--sh-danger); background: #fae4df; }
.sh-auth-divider { margin: 16px 0; display: flex; align-items: center; gap: 10px; color: var(--sh-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .6px; }
.sh-auth-divider::before, .sh-auth-divider::after { content: ''; height: 1px; flex: 1; background: #e4e0d8; }
.sh-google-button { min-height: 44px; display: flex; justify-content: center; }
.sh-auth-copyright { color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .2px; position: relative; z-index: 1; }
.sh-auth-copyright-mobile { display: none; margin-top: 22px; color: var(--sh-muted); text-align: center; }

@media (min-width: 800px) {
  .sh-overlay { align-items: center; }
  .sh-sheet { border-radius: 28px; }
  .sh-sheet-handle { display: none; }
  .sh-hero { padding-top: 30px; }
}

@media (max-width: 800px) {
  .sh-auth-layout { grid-template-columns: 1fr; }
  .sh-auth-story { display: none; }
  .sh-auth-mobile-brand { display: flex; }
  .sh-auth-copyright-mobile { display: block; }
  .sh-auth-panel { min-height: 100dvh; }
  .sh-project-grid { grid-template-columns: 1fr 1fr; }
  .sh-filter-row { grid-template-columns: 1fr 1fr; }
  .sh-filter-row .sh-btn { width: 100%; }
}

@media (max-width: 560px) {
  .sh-topbar { height: 65px; padding-left: 16px; padding-right: 16px; }
  .sh-account-button { padding: 3px; border-radius: 50%; }
  .sh-account-copy { display: none; }
  .sh-page { width: min(100% - 24px, 1120px); padding-top: 25px; }
  .sh-page h1 { font-size: 38px; }
  .sh-page-head { margin-bottom: 25px; align-items: center; }
  .sh-page-head .sh-btn span { display: none; }
  .sh-page-head .sh-btn { width: 46px; padding: 0; }
  .sh-hero { padding-top: 8px; }
  .sh-hero h1 { margin: 9px auto 30px; font-size: 44px; line-height: .98; }
  .sh-home-summary, .sh-rate-prompt { grid-template-columns: 1fr; }
  .sh-unbilled-tile, .sh-week-gaps, .sh-offline-queue, .sh-rate-prompt { padding: 16px; }
  .sh-week-gaps > div { gap: 4px; }
  .sh-week-gaps > div > span { min-height: 44px; }
  .sh-rate-prompt-actions .sh-btn { flex: 1; }
  .sh-day-picker { grid-template-columns: repeat(4, 1fr); }
  .sh-mic { width: 118px; height: 118px; }
  .sh-today-card { margin-top: 45px; padding: 22px 18px 6px; border-radius: 21px; }
  .sh-today-head > div:first-child strong { font-size: 27px; }
  .sh-quick-actions button { min-height: 42px; padding: 8px 10px; font-size: 11px; }
  .sh-entry-row { grid-template-columns: 8px minmax(0, 1fr) auto; gap: 10px; }
  .sh-entry-row .sh-approve { grid-column: 2 / -1; justify-self: start; }
  .sh-entry-time span { max-width: 92px; }
  .sh-nav { bottom: max(8px, env(safe-area-inset-bottom)); min-height: 70px; }
  .sh-nav button { min-height: 54px; }
  .sh-project-grid { grid-template-columns: 1fr; }
  .sh-project-card { min-height: 230px; }
  .sh-overlay { padding: 0; }
  .sh-sheet { max-height: 94dvh; border-radius: 25px 25px 0 0; padding: 10px 17px calc(18px + env(safe-area-inset-bottom)); }
  .sh-form-grid { grid-template-columns: 1fr; }
  .sh-sheet-actions { position: sticky; bottom: -18px; margin: 8px -17px -18px; padding: 13px 17px calc(13px + env(safe-area-inset-bottom)); background: rgba(255, 253, 248, .95); backdrop-filter: blur(12px); }
  .sh-sheet-actions .sh-btn { flex: 1; }
  .sh-metric-strip { gap: 8px; padding: 15px; }
  .sh-metric-strip strong { font-size: 17px; }
  .sh-filter-card { padding: 14px; }
  .sh-filter-row { grid-template-columns: 1fr 1fr; }
  .sh-filter-row .sh-field:nth-child(3), .sh-filter-row .sh-btn { grid-column: 1 / -1; }
  .sh-report-totals { grid-template-columns: 1fr 1fr; gap: 7px; }
  .sh-report-totals > div.accent { grid-column: 1 / -1; }
  .sh-report-totals > div { min-height: 102px; padding: 14px; }
  .sh-report-totals strong { font-size: 26px; }
  .sh-report-totals span { font-size: 10px; }
  .sh-list-card { padding: 15px; }
  .sh-invoice-list > button { grid-template-columns: auto 1fr auto; gap: 11px; }
  .sh-invoice-list > button > svg { display: none; }
  .sh-customer-list > button { grid-template-columns: auto 1fr auto; }
  .sh-customer-list > button > svg { display: none; }
  .sh-invoice-paper { padding: 20px; }
  .sh-invoice-heading strong { font-size: 21px; }
  .sh-invoice-meta { gap: 40px; }
  .sh-invoice-actions .sh-btn, .sh-invoice-actions a { flex: 1 1 45%; }
  .sh-settings > section { padding: 18px; }
  .sh-settings-grid { grid-template-columns: 1fr; }
  .sh-image-upload { grid-template-columns: 1fr; }
  .sh-image-upload .sh-avatar { width: 72px; height: 72px; }
  .sh-image-actions .sh-btn { flex: 1 1 auto; }
  .sh-section-title { align-items: flex-start; gap: 10px; }
  .sh-profile-card { grid-template-columns: auto 1fr; padding: 18px; }
  .sh-profile-card .sh-btn { grid-column: 1 / -1; width: 100%; }
  .sh-invite-grid { grid-template-columns: 1fr 1fr; }
  .sh-invite-grid .sh-field:nth-child(1), .sh-invite-grid .sh-field:nth-child(2), .sh-invite-grid .sh-btn { grid-column: 1 / -1; }
  .sh-onboard-card { padding: 26px 20px; }
  .sh-onboard-card h1 { font-size: 34px; }
  .sh-auth-panel { padding: 20px 14px; }
  .sh-auth-card { padding: 27px 20px; border-radius: 23px; }
  .sh-voice-error { flex-direction: column; }
  .sh-text-entry { align-items: stretch; flex-direction: column; }
  .sh-text-entry input { min-height: 48px; }
}

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