:root {
  color-scheme: light dark;
  --bg: #f3f5f8; --surface: #fff; --surface-2: #f8f9fb; --ink: #17202c; --sub: #667487;
  --line: #e1e6ed; --brand: #17365d; --accent: #1c65b4; --accent-soft: #e9f2fc;
  --success: #11734b; --success-soft: #e8f5ef; --amber: #9a5a08; --amber-soft: #fff3df;
  --danger: #b3262e; --danger-soft: #fdecee; --shadow: 0 8px 30px rgb(20 36 60 / 8%);
  --shu: #B4483C;
  --r-sm: 12px; --r-md: 18px; --r-lg: 24px; --nav-h: 72px;
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: light) {
  :root {
    --bg: #0b1018; --surface: #131a24; --surface-2: #192231; --ink: #f0f3f7; --sub: #9eabbb;
    --line: #283447; --brand: #dce9f8; --accent: #69a9ed; --accent-soft: #172c43;
    --success: #64c99b; --success-soft: #18362b; --amber: #f1b663; --amber-soft: #3a2b17;
    --danger: #ff8e94; --danger-soft: #3c2026; --shadow: 0 10px 34px rgb(0 0 0 / 28%);
  }
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; min-height: 100%; }
body { background: var(--bg); color: var(--ink); font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Noto Sans JP", sans-serif; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.view { min-height: 100dvh; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 2px; }

.auth-view { display: grid; place-items: center; padding: calc(30px + env(safe-area-inset-top)) 20px calc(30px + env(safe-area-inset-bottom)); }
.auth-card, .pin-wrap { width: min(100%, 410px); }
.auth-card { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 30px 24px; box-shadow: var(--shadow); }
.brand { display: flex; align-items: center; gap: 13px; justify-content: center; margin-bottom: 22px; }
.brand h1 { margin: 0; font-size: 27px; line-height: 1.1; letter-spacing: .06em; color: var(--brand); }
.brand small { color: var(--sub); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.brand-mark { width: 12px; height: 42px; border-radius: 999px; background: linear-gradient(180deg, #1f68b8 0 49%, #c16a24 51%); box-shadow: 0 3px 10px rgb(24 86 151 / 20%); }
.brand.compact { margin-bottom: 26px; }
.brand.compact h1 { font-size: 21px; }
.brand.compact .brand-mark { height: 34px; width: 10px; }
.lead { color: var(--sub); text-align: center; margin: 0 0 24px; }

.field { display: block; margin: 0 0 17px; }
.field > span, .coord-grid label { display: block; color: var(--sub); font-size: 13px; font-weight: 800; margin-bottom: 7px; letter-spacing: .02em; }
.field input, .field select, .field textarea, .coord-grid input, .search-field input {
  width: 100%; min-height: 52px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--surface); color: var(--ink); font-size: 16px; appearance: none;
}
.field textarea { min-height: 78px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .coord-grid input:focus, .search-field input:focus { border-color: var(--accent); outline: 3px solid color-mix(in srgb, var(--accent) 18%, transparent); }
.field small { display: block; color: var(--sub); margin-top: 6px; min-height: 1.4em; }

.btn { width: 100%; min-height: 52px; border: 0; border-radius: 15px; padding: 14px 18px; font-weight: 800; cursor: pointer; transition: transform .12s ease, opacity .15s ease, background-color .15s ease; }
.btn:active { transform: scale(.985); }
.btn:disabled { opacity: .42; cursor: default; transform: none; }
.btn-primary { background: var(--brand); color: var(--bg); }
@media (prefers-color-scheme: dark) and (prefers-color-scheme: light) { .btn-primary { background: #2e72b9; color: white; } }
.btn-secondary { background: var(--surface-2); color: var(--ink); border: 1px solid var(--line); }
.btn-danger-quiet { background: var(--danger-soft); color: var(--danger); margin-top: 10px; }
.btn-inline { min-height: 44px; padding: 8px 14px; border: 0; border-radius: 12px; background: var(--accent-soft); color: var(--accent); font-weight: 800; white-space: nowrap; }
.text-button, .back-button { min-height: 44px; border: 0; background: transparent; color: var(--accent); font-weight: 800; padding: 8px 0; cursor: pointer; }
.compact-button { padding-inline: 8px; font-size: 14px; }
.msg { min-height: 1.5em; color: var(--danger); margin: 11px 0 0; text-align: center; font-size: 14px; font-weight: 650; }
.msg.ok { color: var(--success); }
.muted { color: var(--sub); margin: 3px 0 0; }
.card-kicker, .eyebrow { margin: 0 0 4px; color: var(--sub); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.pin-wrap { text-align: center; }
.pin-title { font-weight: 800; margin: 0; }
.pin-dots { display: flex; justify-content: center; gap: 13px; min-height: 16px; margin: 22px 0 28px; }
.pin-dots i { width: 15px; height: 15px; border: 2px solid var(--sub); border-radius: 50%; }
.pin-dots i.on { border-color: var(--accent); background: var(--accent); }
.pin-pad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pin-pad button { min-height: 62px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); font-size: 25px; font-weight: 700; cursor: pointer; box-shadow: 0 2px 8px rgb(20 36 60 / 4%); }
.pin-pad button:active { background: var(--surface-2); transform: scale(.97); }

.app-view { padding-bottom: calc(var(--nav-h) + env(safe-area-inset-bottom)); }
.app-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; max-width: 640px; margin: 0 auto; padding: calc(15px + env(safe-area-inset-top)) 20px 10px; }
.app-header h1 { margin: 0; font-size: clamp(21px, 6vw, 28px); letter-spacing: -.02em; }
.header-person { margin: 3px 0 0; color: var(--sub); font-size: 13px; font-weight: 700; }
.role-badge { margin-left: 7px; padding: 2px 7px; border-radius: 999px; color: var(--accent); background: var(--accent-soft); font-size: 11px; }
.icon-button { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); box-shadow: 0 3px 14px rgb(20 36 60 / 7%); }
.icon-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.notice { max-width: 600px; margin: 3px auto 10px; padding: 10px 14px; border-radius: 12px; background: var(--amber-soft); color: var(--amber); font-size: 13px; font-weight: 750; text-align: center; }
.update-notice { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-inline: max(20px, calc((100% - 600px) / 2)); }
.update-notice button { min-height: 38px; border: 0; border-radius: 9px; background: var(--amber); color: var(--surface); padding: 6px 11px; font-weight: 800; }

.tab-stage { width: min(100%, 640px); margin: 0 auto; padding: 8px 20px 28px; }
.tab-panel { animation: tab-in .18s ease-out; }
@keyframes tab-in { from { opacity: .2; transform: translateY(5px); } }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: 0 4px 18px rgb(20 36 60 / 5%); }
.status-card { padding: 20px; }
.status-top { display: flex; align-items: center; gap: 14px; }
.status-top h2 { margin: 0; font-size: 25px; }
.status-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; border-radius: 50%; background: var(--surface-2); color: var(--sub); font-size: 23px; font-weight: 900; }
.status-icon.working { background: var(--success-soft); color: var(--success); }
.status-icon.done { background: var(--accent-soft); color: var(--accent); }
.time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 19px 0 8px; }
.time-grid div { padding: 12px 14px; border-radius: 14px; background: var(--surface-2); }
.time-grid span { display: block; color: var(--sub); font-size: 12px; font-weight: 800; }
.time-grid b { display: block; font-size: 28px; line-height: 1.25; font-variant-numeric: tabular-nums; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0 25px; }
.mini-card { min-width: 0; padding: 12px 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.mini-card small { display: block; color: var(--sub); font-size: 11px; }
.mini-card b { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.signal-dot { display: inline-block; width: 8px; height: 8px; margin-right: 3px; border-radius: 50%; background: var(--success); }
.signal-dot.off { background: var(--danger); }.signal-dot.amber { background: var(--amber); }
.day-guidance { display: grid; gap: 2px; margin: 12px 0; padding: 13px 15px; border-radius: 14px; background: var(--accent-soft); color: var(--accent); }
.day-guidance.holiday { background: var(--amber-soft); color: var(--amber); }
.day-guidance span { font-size: 12px; }
.today-sessions { display: grid; gap: 7px; }
.session-chip { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); font-size: 13px; }
.session-chip span { color: var(--sub); }
.summary-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 8px 0 16px; }
.summary-card { min-height: 68px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); text-align: left; }
.summary-card b { display: block; font-size: 20px; }.summary-card span { display: block; color: var(--sub); font-size: 11px; }
.calendar-strip { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; margin-bottom: 20px; }
.calendar-day { min-width: 0; padding: 7px 2px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); text-align: center; font-size: 11px; }
.calendar-day b { display: block; font-size: 14px; }.calendar-day.holiday { border-color: color-mix(in srgb,var(--amber) 35%,var(--line)); background: var(--amber-soft); color: var(--amber); }
.section-head { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.section-head h2, .section-head h3 { margin: 0; font-size: 23px; }
.section-head.minor { min-height: auto; margin: 24px 0 10px; }
.section-head.minor h3 { font-size: 17px; }
.stack-list { display: grid; gap: 10px; }
.empty-state { padding: 24px 16px; border: 1px dashed var(--line); border-radius: var(--r-md); color: var(--sub); text-align: center; }
.list-card { padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.list-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.list-card h3 { margin: 0; font-size: 16px; }.list-card p { margin: 5px 0 0; color: var(--sub); font-size: 14px; }
.status-label { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.status-label.pending { color: var(--amber); background: var(--amber-soft); }.status-label.approved { color: var(--success); background: var(--success-soft); }.status-label.rejected, .status-label.returned { color: var(--danger); background: var(--danger-soft); }.status-label.cancelled { color: var(--sub); background: var(--surface-2); }

.site-picker select { font-weight: 800; padding-right: 42px; background-image: linear-gradient(45deg,transparent 50%,var(--sub) 50%),linear-gradient(135deg,var(--sub) 50%,transparent 50%); background-position: calc(100% - 20px) 22px,calc(100% - 14px) 22px; background-size: 6px 6px; background-repeat: no-repeat; }
.pill { min-height: 28px; display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 999px; color: var(--success); background: var(--success-soft); font-size: 12px; font-weight: 850; }
.pill.offline { color: var(--amber); background: var(--amber-soft); }
.location-card { padding: 16px; margin-bottom: 14px; }
.location-row { display: flex; align-items: center; gap: 12px; }.location-row p { font-size: 13px; }
.location-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--accent-soft); color: var(--accent); font-size: 24px; }
.progress-track { height: 4px; margin-top: 14px; border-radius: 999px; overflow: hidden; background: var(--line); }
.progress-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--accent); transition: width .25s ease; }
.punch-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.punch-actions .btn { min-height: 92px; color: white; }.punch-actions .btn span,.punch-actions .btn small { display: block; }.punch-actions .btn span { font-size: 20px; }.punch-actions .btn small { margin-top: 3px; font-size: 11px; opacity: .82; }
.btn-in { background: #1765ad; }.btn-out { background: #a9571d; }
.help-card { margin-top: 20px; padding: 14px 16px; border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; background: var(--accent-soft); }
.help-card p { margin: 4px 0 0; color: var(--sub); font-size: 13px; }

.search-field { position: relative; display: block; margin-bottom: 14px; }.search-field input { padding-right: 42px; }.search-field > span:last-child { position: absolute; right: 15px; top: 12px; color: var(--sub); font-size: 21px; }
.site-card { position: relative; padding: 16px 17px; }.site-card .radius { color: var(--accent); font-weight: 800; }
.back-button { display: block; margin-bottom: 4px; }
.wizard-head h2 { margin: 0 0 12px; }.wizard-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 20px; }.wizard-progress i { height: 4px; border-radius: 999px; background: var(--line); }.wizard-progress i.on { background: var(--accent); }
.wizard-step { padding: 18px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); }.wizard-step h3 { margin: 0 0 16px; font-size: 18px; }
.wizard-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 12px; }.wizard-actions .btn:only-child { grid-column: 1 / -1; }
.map-toolbar { display: flex; gap: 5px; overflow-x: auto; padding-bottom: 8px; }.map-toolbar button { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); padding: 7px 10px; white-space: nowrap; }.map-toolbar button.is-active { background: var(--accent); color: white; border-color: var(--accent); }
.map-wrap { position: relative; height: 300px; margin-bottom: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }.map-wrap #site-map { height: 100%; }.map-status { position: absolute; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; background: var(--surface-2); color: var(--sub); text-align: center; }
.coord-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }.coord-grid input { min-height: 46px; padding: 8px 10px; font-size: 13px; font-variant-numeric: tabular-nums; }
.confirm-card { display: grid; gap: 12px; }.confirm-row { padding-bottom: 11px; border-bottom: 1px solid var(--line); }.confirm-row:last-child { border: 0; }.confirm-row span { display: block; color: var(--sub); font-size: 12px; }.confirm-row b { display: block; overflow-wrap: anywhere; }
.apply-card { margin-top: 13px; padding: 0 17px; }.apply-card summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 850; list-style: none; }.apply-card summary::-webkit-details-marker { display: none; }.apply-card form { padding: 3px 0 18px; }

.segments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 4px; border-radius: 13px; background: var(--surface-2); overflow-x: auto; }.segments button { min-width: 62px; min-height: 42px; border: 0; border-radius: 10px; background: transparent; color: var(--sub); font-size: 12px; font-weight: 800; }.segments button[aria-selected="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 2px 8px rgb(20 36 60 / 8%); }
.foreman-segments { grid-template-columns: repeat(3,1fr); margin-bottom: 14px; }
.filter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.filter-grid input,.filter-grid select { width: 100%; min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); }
.calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; margin: 12px 0; }
.calendar-grid button { min-height: 52px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); font-size: 11px; }
.calendar-grid button.holiday { background: var(--amber-soft); color: var(--amber); border-color: var(--amber); }
.calendar-form { padding: 16px; margin-top: 14px; }
.history-content { display: grid; gap: 10px; margin-top: 13px; }.timeline-card { display: grid; grid-template-columns: 47px 1fr; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.timeline-date { text-align: center; }.timeline-date b { display: block; font-size: 20px; }.timeline-date small { color: var(--sub); }.timeline-card h3 { margin: 0; font-size: 16px; }.timeline-times { display: flex; gap: 12px; margin-top: 7px; font-size: 14px; }.timeline-meta { margin-top: 6px; color: var(--sub); font-size: 12px; }
.inline-action { min-height: 40px; margin-top: 9px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); padding: 7px 11px; font-size: 13px; font-weight: 800; }

.bottom-nav { position: fixed; z-index: 30; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%, 680px); min-height: calc(var(--nav-h) + env(safe-area-inset-bottom)); display: flex; align-items: flex-start; justify-content: space-around; padding: 7px 8px env(safe-area-inset-bottom); border: 1px solid var(--line); border-bottom: 0; border-radius: 21px 21px 0 0; background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: 0 -8px 30px rgb(20 36 60 / 8%); backdrop-filter: blur(16px); }
.bottom-nav button { min-width: 54px; min-height: 57px; display: grid; place-items: center; align-content: center; gap: 1px; border: 0; border-radius: 14px; background: transparent; color: var(--sub); font-size: 10px; font-weight: 800; }
.bottom-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bottom-nav button[aria-selected="true"] { color: var(--accent); background: var(--accent-soft); }

.sheet { position: fixed; z-index: 80; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 16px; background: rgb(5 11 19 / 58%); }
.sheet-card { width: min(100%, 460px); padding: 28px 22px calc(20px + env(safe-area-inset-bottom)); border-radius: 25px; background: var(--surface); text-align: center; animation: sheet-up .2s ease-out; box-shadow: 0 20px 70px rgb(0 0 0 / 30%); }
.work-sheet-card { max-height: calc(100dvh - 24px); overflow-y: auto; overscroll-behavior: contain; text-align: left; }
.work-sheet-card h2 { margin: 0 0 8px; font-size: 22px; }
.work-help { margin: 0 0 18px; color: var(--sub); line-height: 1.65; }
.work-field textarea { min-height: 160px; font-size: 16px; line-height: 1.65; resize: vertical; scroll-margin-block: 120px; }
.work-field strong { margin-left: 5px; color: var(--danger); font-size: 12px; }
.work-counter { display: flex; justify-content: space-between; gap: 12px; margin-top: -8px; color: var(--sub); font-size: 12px; }
.work-counter span:last-child { white-space: nowrap; font-variant-numeric: tabular-nums; }
.work-preview { min-height: 130px; margin: 16px 0 22px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.holiday-punch-card { text-align: left; }
.holiday-punch-card .sheet-symbol { margin-inline: auto; }
.holiday-punch-card .result-title, .holiday-punch-card .result-sub { text-align: center; }
.holiday-punch-summary { margin-top: 18px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg); }
.holiday-punch-card #btn-confirm-holiday-punch { color: #fff; -webkit-text-fill-color: #fff; font-size: 15px; white-space: nowrap; }
.sheet-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; margin-top: 18px; }
.sheet-actions .btn { min-width: 0; margin: 0; }
.work-sheet-card .msg { text-align: left; }
.timeline-note { margin: 10px 0 5px; padding: 10px 12px; border-radius: 10px; background: var(--bg); line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
@keyframes sheet-up { from { opacity: 0; transform: translateY(22px); } }
.sheet-symbol, .result-icon, .profile-avatar { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 31px; font-weight: 850; }
.result-icon.in { background: var(--success-soft); color: var(--success); }.result-icon.out { background: var(--accent-soft); color: var(--accent); }
.result-title { margin: 0; font-size: 21px; font-weight: 850; }.result-time { margin: 5px 0; font-size: 45px; font-weight: 850; font-variant-numeric: tabular-nums; }.result-sub { color: var(--sub); margin: 0 0 18px; }
.profile-card h2 { margin: 0; }.sheet-handle { width: 42px; height: 5px; margin: -15px auto 20px; border-radius: 999px; background: var(--line); }.device-list { margin: 20px 0; border-block: 1px solid var(--line); }.device-list div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); text-align: left; }.device-list div:last-child { border-bottom: 0; }.device-list dt { color: var(--sub); }.device-list dd { margin: 0; font-weight: 750; text-align: right; }
.skeleton { height: 78px; border-radius: 15px; background: linear-gradient(100deg,var(--surface-2) 30%,var(--line) 50%,var(--surface-2) 70%); background-size: 300% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position-x: -150%; } }

@media (max-width: 370px) {
  .tab-stage, .app-header { padding-inline: 14px; }.signal-grid { gap: 5px; }.mini-card { padding-inline: 7px; }.punch-actions { gap: 8px; }.bottom-nav { padding-inline: 3px; }.bottom-nav button { min-width: 50px; }
}
@media (min-width: 700px) { .bottom-nav { bottom: 12px; border-bottom: 1px solid var(--line); border-radius: 21px; padding-bottom: 7px; }.app-view { padding-bottom: calc(var(--nav-h) + 24px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
