:root {
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: #25312c;
  background: #f5f7f2;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #25312c;
  --muted: #7f8b83;
  --line: #e5ebe3;
  --green: #26795b;
  --green-dark: #1f674c;
  --green-soft: #edf5ef;
  --coral: #dd765e;
  --serif: "Manrope", "Trebuchet MS", sans-serif;
}
* { box-sizing: border-box; }
body { min-width: 360px; min-height: 100vh; margin: 0; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #91c7a6; outline-offset: 2px; }
.manager-shell { min-height: 100vh; }
.manager-header { position: sticky; top: 0; z-index: 3; display: flex; height: 68px; align-items: center; gap: 46px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 96%); backdrop-filter: blur(12px); }
.brand { display: inline-flex; flex: none; align-items: center; gap: 9px; color: #24372f; font-family: var(--serif); font-size: 20px; font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px 9px 9px 3px; background: var(--green); color: #fff; font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.brand-dot { color: var(--coral); }
.manager-nav { display: flex; height: 100%; align-items: stretch; gap: 26px; }
.nav-link { position: relative; padding: 0 2px; border: 0; background: none; color: #7c8980; cursor: pointer; font-size: 12px; font-weight: 500; }
.nav-link:hover, .nav-link.active { color: #286e51; }
.nav-link.active { font-weight: 700; }
.nav-link.active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--green); content: ""; }
.primary-button { display: inline-flex; min-height: 39px; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid #246e50; border-radius: 5px; background: var(--green); box-shadow: 0 1px 2px rgb(28 78 53 / 12%); color: #fff; cursor: pointer; font-size: 11px; font-weight: 600; text-decoration: none; transition: background 150ms ease, transform 150ms ease; }
.primary-button:hover { transform: translateY(-1px); background: var(--green-dark); }
.header-create { margin-left: auto; }
.sign-out-button { padding: 5px 0; border: 0; background: transparent; color: #78867d; cursor: pointer; font-size: 10px; }
.sign-out-button:hover { color: #3c6d4a; }
.plus-icon { font-size: 17px; font-weight: 400; line-height: 1; }
.main-content { width: min(1040px, calc(100% - 56px)); margin: 0 auto; padding: 42px 0 55px; }
.view[hidden] { display: none; }
.view { animation: view-arrive 200ms ease both; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 29px; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: #829187; font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.eyebrow-line { width: 18px; height: 1px; background: var(--coral); }
h1, h2, p { margin-top: 0; }
h1 { margin: 9px 0 5px; color: #26352e; font-family: var(--serif); font-size: 32px; font-weight: 700; line-height: 1.2; }
.page-subtitle { margin-bottom: 0; color: #7d8981; font-size: 12px; }
.mobile-create { display: none; }
.notice { margin-bottom: 20px; padding: 12px 14px; border: 1px solid #efdfb7; border-radius: 5px; background: #fff9eb; color: #785c22; font-size: 12px; }
.notice.is-error { border-color: #efd7d1; background: #fff5f2; color: #8b493a; }
.notice[hidden] { display: none; }
.shift-tabs { display: flex; gap: 22px; margin-bottom: 17px; border-bottom: 1px solid #e3e9e1; }
.shift-tab { display: flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 2px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #7d8981; cursor: pointer; font-size: 11px; }
.shift-tab.active { border-bottom-color: var(--green); color: #326a4d; font-weight: 700; }
.shift-tab span { display: grid; min-width: 19px; height: 19px; place-items: center; padding: 0 5px; border-radius: 10px; background: #edf1ec; color: #738077; font-size: 9px; }
.shift-tab.active span { background: #e4f0e6; color: #32704e; }
.shift-list { display: grid; gap: 9px; }
.shift-card { display: grid; width: 100%; min-height: 88px; grid-template-columns: 69px minmax(0, 1fr) 66px 76px 12px; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid #e6ebe4; border-radius: 5px; background: #fff; cursor: pointer; text-align: left; transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease; }
.shift-card:hover { transform: translateY(-1px); border-color: #c4d8c7; box-shadow: 0 4px 13px rgb(40 68 48 / 5%); }
.shift-date { display: grid; gap: 4px; padding-right: 10px; border-right: 1px solid #edf0ec; }
.shift-date strong { color: #334239; font-family: var(--serif); font-size: 15px; }
.shift-date small, .shift-main small, .shift-invites small { color: #8a958d; font-size: 9px; }
.shift-main { display: grid; min-width: 0; gap: 5px; }
.shift-main > strong { overflow: hidden; color: #35443a; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.shift-main small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shift-main small span { padding: 0 3px; color: #bbc4bd; }
.shift-main .waiting-caption { color: #a1743e; }
.accepted-caption { color: #64806b !important; }
.accepted-caption strong { color: #39724f; font-weight: 600; }
.shift-invites { display: grid; justify-items: center; gap: 3px; }
.shift-invites strong { color: #435349; font-family: var(--serif); font-size: 15px; }
.status-tag { justify-self: center; padding: 5px 8px; border-radius: 10px; font-size: 9px; font-weight: 600; }
.status-tag.open { background: #fff5e9; color: #9b6b2e; }
.status-tag.filled { background: #edf5ed; color: #4e7955; }
.status-tag.completed { background: #eef1f0; color: #68756d; }
.card-arrow { color: #a9b2ab; font-size: 18px; }
.empty-state { display: grid; justify-items: center; padding: 75px 20px; text-align: center; }
.empty-state[hidden] { display: none; }
.empty-mark { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 13px; border-radius: 50%; background: #eaf3eb; color: #4e8560; font-size: 23px; }
.empty-state h2 { margin: 0 0 6px; color: #334239; font-family: var(--serif); font-size: 17px; }
.empty-state p { margin-bottom: 16px; color: #839087; font-size: 11px; }
.employee-toolbar { margin-bottom: 10px; padding: 0 12px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.search-field { display: flex; min-height: 42px; align-items: center; gap: 9px; color: #849188; }
.search-field > span { font-size: 20px; line-height: 1; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: #36443c; font-size: 11px; }
.search-field input::placeholder { color: #a1aaa3; }
.employee-list { display: grid; }
.employee-row { display: grid; min-height: 69px; grid-template-columns: 36px minmax(0, 1fr) 65px auto; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid #e7ece5; border-bottom: 0; background: #fff; }
.employee-row:first-child { border-radius: 5px 5px 0 0; }
.employee-row:last-child { border-bottom: 1px solid #e7ece5; border-radius: 0 0 5px 5px; }
.employee-row:only-child { border-radius: 5px; }
.employee-row.inactive { background: #fafbf9; }
.employee-avatar { display: grid; width: 34px; height: 34px; flex: none; place-items: center; border-radius: 50%; background: #e8efe5; color: #52725a; font-size: 10px; font-weight: 700; }
.employee-info { display: grid; min-width: 0; gap: 4px; }
.employee-info strong { overflow: hidden; color: #36443b; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.employee-info small { overflow: hidden; color: #89958d; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.employee-info small span { color: #bbc3bd; padding: 0 3px; }
.employee-status { justify-self: start; padding: 5px 8px; border-radius: 10px; background: #eef6ee; color: #55805b; font-size: 9px; }
.employee-status.inactive { background: #f1f2f0; color: #808983; }
.employee-actions { display: flex; justify-content: flex-end; gap: 13px; }
.text-button { padding: 4px 0; border: 0; background: transparent; color: #4a7959; cursor: pointer; font-size: 9px; font-weight: 600; white-space: nowrap; }
.text-button:hover { color: #205b3f; text-decoration: underline; }
.text-button.delete-button { color: #a45c4c; }
.shift-form { display: grid; gap: 14px; }
.form-section { min-width: 0; margin: 0; padding: 18px 19px 20px; border: 1px solid #e5ebe3; border-radius: 5px; background: #fff; }
.form-section legend { padding: 0 6px; color: #35443a; font-family: var(--serif); font-size: 14px; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 14px; }
.form-grid label { display: grid; min-width: 0; gap: 6px; color: #66756b; font-size: 10px; font-weight: 600; }
.form-grid .form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 37px; padding: 8px 10px; border: 1px solid #e0e7df; border-radius: 4px; background: #fff; color: #35443a; font-size: 11px; }
.form-grid textarea { resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #a4ada6; }
.optional { color: #9aa49c; font-size: 9px; font-weight: 400; }
.money-input { display: flex; height: 37px; align-items: center; gap: 7px; padding-left: 10px; border: 1px solid #e0e7df; border-radius: 4px; color: #89958d; }
.money-input input { min-height: 35px; padding-left: 0; border: 0; outline: 0; }
.employee-picker { padding-bottom: 6px; }
.picker-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 0 0 10px; color: #89958d; font-size: 10px; }
.select-all { display: flex; align-items: center; gap: 7px; color: #4f795a; cursor: pointer; font-size: 10px; font-weight: 600; }
input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--green); cursor: pointer; }
.picker-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.picker-person { position: relative; display: flex; min-width: 0; min-height: 58px; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid #e8ede6; border-radius: 4px; cursor: pointer; }
.picker-person:has(input:checked) { border-color: #9cbda2; background: #f5faf4; }
.picker-person > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.picker-person > input:focus-visible + .employee-avatar { outline: 3px solid #91c7a6; outline-offset: 2px; }
.picker-person .employee-avatar { width: 30px; height: 30px; }
.picker-person .employee-info strong { font-size: 10px; }
.picker-person .employee-info small { font-size: 9px; }
.check-indicator { display: grid; width: 17px; height: 17px; flex: none; place-items: center; margin-left: auto; border: 1px solid #d8e1d7; border-radius: 4px; background: #fff; }
.picker-person:has(input:checked) .check-indicator { border-color: var(--green); background: var(--green); }
.picker-person:has(input:checked) .check-indicator::after { color: white; content: "✓"; font-size: 11px; }
.picker-empty { padding: 20px 0; color: #89958d; font-size: 11px; text-align: center; }
.picker-empty[hidden] { display: none; }
.send-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 17px; border: 1px solid #dce8dc; border-radius: 5px; background: #f4f8f1; }
.send-bar p { max-width: 420px; margin: 0; color: #78867b; font-size: 10px; line-height: 1.6; }
.send-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 0 21px; border: 1px solid #1e6749; border-radius: 4px; background: var(--green); box-shadow: 0 2px 4px rgb(28 78 53 / 12%); color: white; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .5px; white-space: nowrap; }
.send-button:hover { background: var(--green-dark); }
.send-button span { font-size: 16px; font-weight: 400; }
.app-dialog { width: min(530px, calc(100% - 26px)); max-height: min(90vh, 760px); padding: 24px; overflow-y: auto; border: 1px solid #e1e8df; border-radius: 6px; background: #fff; box-shadow: 0 24px 80px rgb(32 51 40 / 23%); }
.app-dialog::backdrop { background: rgb(29 42 34 / 40%); backdrop-filter: blur(2px); }
.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.dialog-heading h2 { margin: 7px 0 0; color: #293a30; font-family: var(--serif); font-size: 20px; }
.dialog-close { display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 4px; background: #f2f6f1; color: #617067; cursor: pointer; font-size: 20px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 22px; padding-top: 15px; border-top: 1px solid #edf0ec; }
.quiet-button { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 0 11px; border: 1px solid #dfe7dd; border-radius: 4px; background: white; color: #607067; cursor: pointer; font-size: 10px; font-weight: 600; text-decoration: none; }
.quiet-button:hover { background: #f6f9f5; }
.details-dialog { width: min(640px, calc(100% - 26px)); }
.detail-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 16px; padding: 14px; border-radius: 4px; background: #f7f9f6; }
.detail-summary > div { display: grid; gap: 4px; min-width: 0; }
.detail-summary > div span { color: #8b968e; font-size: 9px; }
.detail-summary > div strong { overflow-wrap: anywhere; color: #405047; font-size: 10px; font-weight: 600; line-height: 1.5; }
.invitation-heading { display: flex; justify-content: space-between; margin: 20px 0 8px; color: #39483f; font-family: var(--serif); font-size: 13px; }
.invitation-heading span { color: #89948d; font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 500; }
.invitation-list, .offer-links { display: grid; }
.invitation-row, .offer-link-row { display: flex; min-height: 51px; align-items: center; gap: 12px; padding: 7px 0; border-bottom: 1px solid #edf0ec; }
.invitation-person, .offer-link-row > span { display: grid; min-width: 0; flex: 1; gap: 3px; }
.invitation-person strong, .offer-link-row > span strong { overflow: hidden; color: #435148; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.invitation-person small, .offer-link-row > span small { overflow: hidden; color: #909b93; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.invitation-status { flex: none; color: #68786e; font-size: 9px; }
.invitation-status.accepted { color: #388053; }
.invitation-status.declined { color: #a15c4c; }
.invitation-status.closed { color: #909a93; }
.copy-link { flex: none; }
.complete-shift { margin-top: 17px; }
.dialog-intro { color: #7b887f; font-size: 11px; line-height: 1.6; }
.login-dialog { width: min(390px, calc(100% - 28px)); }
.login-dialog form { display: grid; }
.login-dialog h2 { margin: 8px 0 6px; color: #293a30; font-family: var(--serif); font-size: 22px; }
.login-dialog .dialog-intro { margin-bottom: 18px; }
.login-label { display: grid; gap: 7px; color: #65746a; font-size: 10px; font-weight: 600; }
.login-label input { height: 39px; padding: 0 10px; border: 1px solid #e0e7df; border-radius: 4px; color: #35443a; font-size: 12px; }
.login-error { margin: 9px 0 0; color: #a34f3e; font-size: 10px; }
.login-error[hidden] { display: none; }
.login-submit { margin-top: 15px; }
.signup-dialog { width: min(430px, calc(100% - 28px)); }
.signup-dialog form { max-height: min(720px, calc(100vh - 42px)); overflow-y: auto; }
.google-button { height: 39px; margin-top: 9px; border: 1px solid #d9e2d8; border-radius: 4px; background: #fff; color: #35443a; font-size: 11px; font-weight: 600; }
.google-button:hover { background: #f5f8f4; }
.signup-link { appearance: none; width: 100%; margin-top: 12px; padding: 8px 10px; border: 0; background: transparent; color: #357651; font-size: 10px; font-weight: 700; cursor: pointer; }
.signup-link:hover { color: #245b3d; text-decoration: underline; }
.delivery-choice { display: grid; gap: 7px; max-width: 250px; margin-top: 14px; color: #65746a; font-size: 10px; font-weight: 600; }
.delivery-help { color: #8a958d; font-size: 10px; }
.offer-link-row a { color: #357651; font-size: 10px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.offer-link-row a:hover { text-decoration: underline; }
.toast { position: fixed; right: 22px; bottom: 20px; z-index: 5; padding: 11px 15px; transform: translateY(12px); border-radius: 5px; background: #263b30; box-shadow: 0 7px 25px rgb(30 49 38 / 18%); color: #fff; font-size: 11px; opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.visible { transform: translateY(0); opacity: 1; }

.offer-body { min-height: 100vh; background: #f4f7f1; }
.offer-header { display: flex; height: 64px; align-items: center; justify-content: center; border-bottom: 1px solid #e4eae1; background: #fff; }
.offer-wrap { width: min(100% - 30px, 490px); margin: 44px auto 30px; }
.offer-card { padding: 27px 30px 28px; border: 1px solid #e2e9e0; border-radius: 6px; background: white; box-shadow: 0 10px 35px rgb(44 71 47 / 5%); }
.offer-topline { display: flex; align-items: center; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid #edf0ec; color: #88958b; font-size: 9px; font-weight: 700; letter-spacing: .8px; }
.offer-marker { width: 7px; height: 7px; border-radius: 50%; background: #58a276; }
.offer-content { padding-top: 25px; }
.offer-kicker { margin: 0 0 9px; color: #53815f; font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.offer-content h1 { margin: 0 0 14px; font-size: 28px; }
.offer-date { margin: 0 0 3px; color: #415047; font-size: 13px; font-weight: 600; }
.offer-time { margin: 0; color: #3f7551; font-family: var(--serif); font-size: 17px; font-weight: 600; }
.offer-time span { padding: 0 3px; color: #a8b3a9; }
.offer-facts { display: grid; gap: 0; margin-top: 23px; border-top: 1px solid #edf0ec; }
.offer-facts > div { display: grid; gap: 5px; padding: 12px 0; border-bottom: 1px solid #edf0ec; }
.offer-facts span { color: #89958d; font-size: 9px; }
.offer-facts strong { color: #455349; font-size: 11px; font-weight: 600; }
.offer-facts .offer-notes p { margin: 0; color: #65746a; font-size: 11px; line-height: 1.6; white-space: pre-wrap; }
.offer-greeting { margin: 20px 0 13px; color: #6c7b71; font-size: 10px; }
.offer-actions { display: grid; gap: 9px; }
.accept-button { display: flex; width: 100%; min-height: 55px; align-items: center; justify-content: space-between; padding: 0 17px; border: 1px solid #1e6749; border-radius: 4px; background: var(--green); color: #fff; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .6px; }
.accept-button:hover { background: var(--green-dark); }
.accept-button span { font-size: 18px; font-weight: 400; }
.accept-button:disabled, .decline-button:disabled { cursor: wait; opacity: .6; }
.decline-button { min-height: 43px; border: 1px solid #e1e7e0; border-radius: 4px; background: #fff; color: #66756b; cursor: pointer; font-size: 11px; font-weight: 600; }
.decline-button:hover { background: #f8faf7; }
.offer-fine-print { margin: 13px 0 0; color: #9aa49d; font-size: 9px; text-align: center; }
.offer-result { display: grid; justify-items: center; padding: 25px 0 31px; text-align: center; }
.result-symbol { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 20px; border-radius: 50%; background: #eaf4e9; color: #39804f; font-size: 27px; font-weight: 500; }
.offer-result.filled .result-symbol { background: #f8eeeb; color: #a46150; }
.offer-result.declined .result-symbol { background: #f2f3ef; color: #717d74; }
.offer-result h1 { margin: 2px 0 9px; font-size: 23px; }
.offer-result > p:last-child { max-width: 290px; margin: 0; color: #728077; font-size: 12px; line-height: 1.7; }
.offer-inline-error { margin: 10px 0 0; color: #a34f3e; font-size: 10px; text-align: center; }
.offer-loading { color: #809087; font-size: 12px; }
.offer-footer { padding: 17px 5px; color: #98a39a; font-size: 9px; text-align: center; }
@keyframes view-arrive { from { transform: translateY(4px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 700px) {
  .manager-header { height: 60px; gap: 17px; padding: 0 15px; }
  .brand { gap: 7px; font-size: 18px; }
  .brand-mark { width: 26px; height: 26px; font-size: 19px; }
  .manager-nav { gap: 12px; }
  .nav-link { font-size: 10px; }
  .header-create { min-height: 34px; gap: 5px; padding: 0 9px; font-size: 9px; }
  .header-create .plus-icon { font-size: 15px; }
  .sign-out-button { font-size: 9px; }
  .main-content { width: calc(100% - 30px); padding: 28px 0 38px; }
  .page-heading { align-items: flex-start; margin-bottom: 22px; }
  h1 { font-size: 27px; }
  .page-subtitle { max-width: 330px; font-size: 11px; line-height: 1.5; }
  .shift-tabs { gap: 17px; }
  .shift-card { min-height: 83px; grid-template-columns: 52px minmax(0, 1fr) 35px 12px; gap: 9px; padding: 11px 10px; }
  .shift-date { padding-right: 7px; }
  .shift-date strong { font-size: 13px; }
  .shift-date small { font-size: 8px; }
  .shift-main > strong { font-size: 11px; }
  .shift-main small { font-size: 8px; }
  .shift-invites strong { font-size: 13px; }
  .shift-invites small { font-size: 8px; }
  .status-tag { display: none; }
  .employee-row { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 9px; padding: 11px 9px; }
  .employee-actions { grid-column: 2 / -1; justify-content: flex-start; gap: 15px; }
  .employee-status { align-self: start; grid-column: 3; grid-row: 1; }
  .employee-row .employee-info { grid-column: 2; grid-row: 1; }
  .employee-row .employee-avatar { grid-row: 1; }
  .form-section { padding: 14px 12px 16px; }
  .form-grid { gap: 11px 9px; }
  .form-grid label { font-size: 9px; }
  .picker-list { grid-template-columns: 1fr; gap: 6px; }
  .picker-person { min-height: 55px; }
  .send-bar { align-items: stretch; flex-direction: column; gap: 11px; padding: 13px; }
  .send-button { min-height: 52px; width: 100%; }
  .app-dialog { padding: 19px 16px; }
  .invitation-row, .offer-link-row { flex-wrap: wrap; gap: 7px 10px; }
  .invitation-person, .offer-link-row > span { flex-basis: 55%; }
  .copy-link, .offer-link-row .quiet-button { margin-left: auto; }
  .offer-wrap { width: min(100% - 24px, 490px); margin-top: 19px; }
  .offer-card { padding: 20px 17px 22px; }
  .offer-content { padding-top: 21px; }
  .offer-content h1 { font-size: 25px; }
  .offer-date { font-size: 12px; }
  .offer-time { font-size: 16px; }
  .accept-button { min-height: 58px; font-size: 13px; }
  .decline-button { min-height: 47px; }
}
@media (max-width: 410px) {
  .manager-header { gap: 10px; padding: 0 10px; }
  .brand { font-size: 16px; }
  .manager-nav { gap: 8px; }
  .nav-link { font-size: 9px; }
  .header-create { padding: 0 7px; font-size: 8px; }
  .sign-out-button { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }