:root {
  --ink: #17212b;
  --muted: #5f6b77;
  --soft: #f7f8fa;
  --panel: #ffffff;
  --line: #e7eaee;
  --blue: #3769f3;
  --blue-soft: #eaf0ff;
  --green: #137a53;
  --green-soft: #e6f7ef;
  --amber: #8a5a00;
  --amber-soft: #fff5df;
  --red: #a63b3b;
  --red-soft: #fff0f0;
  --sidebar: 268px;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--soft);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--soft); line-height: 1.5; font-size: 16px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid #1746c8; outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 50; padding: 10px 14px; border-radius: 6px; background: #17212b; color: #fff; font-size: 12px; font-weight: 700; transform: translateY(-180%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: var(--sidebar); flex: 0 0 var(--sidebar); position: sticky; top: 0; height: 100vh; max-height: 100vh; overflow-y: auto; align-self: flex-start; z-index: 10; background: #fff; border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 28px 18px 20px; }
.brand-lockup { display: flex; gap: 12px; align-items: center; padding: 0 10px 32px; }
.brand-mark { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; color: white; background: var(--blue); font-family: Manrope, sans-serif; font-weight: 800; font-size: 19px; box-shadow: none; }
.brand-name { font-family: Manrope, sans-serif; font-weight: 800; font-size: 20px; line-height: 1; }
.brand-school { font-size: 12px; color: var(--muted); margin-top: 5px; white-space: nowrap; }
.role-switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 3px; background: var(--soft); border-radius: 8px; margin-bottom: 28px; }
.role-button { min-height: 46px; border: 0; background: transparent; border-radius: 6px; font-size: 13px; color: var(--muted); padding: 8px 2px; font-weight: 600; }
.role-button.active { background: #fff; color: var(--ink); box-shadow: 0 1px 4px #17212b12; }
.nav-group { display: flex; flex-direction: column; gap: 4px; }
.nav-label { color: #66727d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.1px; padding: 0 12px 10px; }
.nav-item { display: flex; align-items: center; gap: 13px; width: 100%; min-height: 50px; padding: 10px 13px; border: 0; border-radius: 7px; background: transparent; color: #4f5c69; text-align: left; font-size: 15px; font-weight: 600; }
.nav-item:hover { background: #f5f7fb; color: var(--ink); }
.nav-item.active { background: var(--blue-soft); color: var(--blue); }
.nav-item[hidden] { display: none; }
.nav-icon { width: 19px; display: inline-grid; place-items: center; font-size: 17px; line-height: 1; }
.sidebar-bottom { margin-top: auto; }
.help-panel { display: flex; gap: 10px; align-items: center; background: #f9f7f1; border: 1px solid #f0ede4; padding: 12px 10px; border-radius: 8px; margin: 0 2px 20px; }
.help-panel { width: calc(100% - 4px); color: var(--ink); text-align: left; cursor: pointer; }
.help-panel:hover { border-color: #c9cbd1; background: #fff; }
.help-icon { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #9e8553; font-weight: 800; font-size: 12px; }
.help-panel strong, .help-panel span { display: block; }
.help-panel strong { font-size: 11px; }
.help-panel span { color: #6f644f; font-size: 10px; margin-top: 3px; }
.help-panel .arrow { margin-left: auto; font-size: 19px; color: #c4b99f; }
.account-row { display: flex; align-items: center; gap: 9px; padding: 0 7px; }
.avatar { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 800; flex: 0 0 auto; }
.avatar-green { color: #11734e; background: #d3f1e1; }
.account-copy { min-width: 0; flex: 1; }
.account-copy strong, .account-copy span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.account-copy strong { font-size: 11px; }
.account-copy span { color: var(--muted); font-size: 10px; margin-top: 2px; }
.icon-button { min-width: 44px; min-height: 44px; border: 0; background: transparent; color: #52606e; padding: 5px; font-weight: 700; letter-spacing: 2px; }

.main-content { flex: 1; min-width: 0; }
.topbar { height: 80px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb { color: var(--muted); font-size: 14px; display: flex; gap: 10px; align-items: center; }
.breadcrumb strong { color: var(--ink); }
.breadcrumb-separator { color: #c4cbd1; }
.topbar-actions { display: flex; align-items: center; gap: 21px; }
.school-status { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; }
.status-dot { width: 7px; height: 7px; background: #43b886; border-radius: 50%; box-shadow: 0 0 0 3px #43b8861c; }
.notification-button { position: relative; color: #7d8792; font-size: 17px; padding: 0; }
.bell { display: block; transform: rotate(180deg); font-size: 20px; }
.notification-badge { position: absolute; right: -6px; top: -7px; background: #ec7070; color: #fff; border: 2px solid #fff; min-width: 16px; height: 16px; border-radius: 10px; display: grid; place-items: center; font-size: 8px; letter-spacing: 0; }
.top-avatar { border: 0; }
.page-wrap { max-width: 1380px; margin: 0 auto; padding: 42px 48px 72px; }
.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.page-heading-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 8px; }
h1, h2, h3, p { margin: 0; }
h1 { font-family: Manrope, sans-serif; font-size: 36px; line-height: 1.15; }
h2 { font-family: Manrope, sans-serif; font-size: 19px; }
h3 { font-size: 15px; }
.subheading { color: var(--muted); font-size: 15px; margin-top: 9px; }
.primary-button, .secondary-button, .danger-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 7px; padding: 11px 18px; border: 1px solid transparent; font-size: 14px; font-weight: 700; }
.primary-button { background: var(--blue); color: #fff; box-shadow: none; }
.primary-button:hover { background: #2f5cdc; }
.secondary-button { color: #52606e; background: #fff; border-color: var(--line); }
.secondary-button:hover { border-color: #cdd4dc; background: #fafbfc; }
.danger-button { color: var(--red); background: var(--red-soft); border-color: #f7d6d6; }
.button-symbol { font-size: 17px; line-height: 11px; font-weight: 400; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 30px; }
.stat-card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 21px; min-height: 124px; }
.stat-card-top { display: flex; justify-content: space-between; align-items: start; color: var(--muted); font-size: 13px; }
.stat-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; font-size: 15px; }
.stat-card:nth-child(1) .stat-icon { color: var(--blue); background: var(--blue-soft); }
.stat-card:nth-child(2) .stat-icon { color: var(--green); background: var(--green-soft); }
.stat-card:nth-child(3) .stat-icon { color: var(--amber); background: var(--amber-soft); }
.stat-card:nth-child(4) .stat-icon { color: #8062b6; background: #f0ebfa; }
.stat-number { font-family: Manrope, sans-serif; font-size: 34px; line-height: 1; margin-top: 16px; }
.stat-foot { color: var(--muted); font-size: 12px; margin-top: 8px; }
.green-text { color: var(--green); font-weight: 700; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr); gap: 20px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.panel-header { padding: 22px 23px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }
.panel-header .meta { font-size: 12px; color: var(--muted); margin-top: 6px; }
.text-button { color: var(--blue); background: transparent; border: 0; font-size: 13px; font-weight: 700; padding: 10px 0; }
.live-list { padding: 4px 23px 10px; }
.pass-row { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid #f0f2f4; }
.pass-row:last-child { border-bottom: 0; }
.pass-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 800; }
.avatar-blue { color: #3c63c4; background: #dee7ff; }
.avatar-peach { color: #a9642e; background: #ffeadb; }
.avatar-purple { color: #7354ad; background: #eee7fb; }
.pass-info { min-width: 0; flex: 1; }
.pass-name { font-size: 14px; font-weight: 700; }
.pass-destination { color: var(--muted); font-size: 12px; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pass-time { text-align: right; min-width: 94px; }
.time-value { color: var(--amber); font-size: 14px; font-weight: 700; }
.time-value.overdue { color: var(--red); }
.time-label { color: var(--muted); font-size: 11px; margin-top: 3px; }
.pass-status { min-width: 65px; text-align: right; }
.pill { display: inline-flex; padding: 6px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.pill-away { color: #7a5200; background: var(--amber-soft); }
.pill-overdue { color: var(--red); background: var(--red-soft); }
.pill-returned { color: var(--green); background: var(--green-soft); }
.activity-list { padding: 6px 19px 8px; }
.activity-item { display: flex; gap: 11px; padding: 13px 0; border-bottom: 1px solid #f0f2f4; }
.activity-item:last-child { border: 0; }
.activity-marker { width: 8px; height: 8px; border-radius: 50%; margin-top: 4px; background: #9bb4ff; box-shadow: 0 0 0 4px #edf1ff; flex: 0 0 auto; }
.activity-marker.green { background: #61bf91; box-shadow: 0 0 0 4px #e8f7ef; }
.activity-marker.amber { background: #e3aa50; box-shadow: 0 0 0 4px #fff4df; }
.activity-copy { font-size: 11px; line-height: 1.4; }
.activity-copy strong { font-weight: 700; }
.activity-copy span { display: block; color: var(--muted); font-size: 10px; margin-top: 3px; }
.form-panel { padding-bottom: 8px; }
.form-body { padding: 22px 23px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12px; font-weight: 700; color: #5d6874; margin-bottom: 7px; }
.field input, .field select, .field textarea { display: block; width: 100%; min-height: 48px; border: 1px solid #b9c2ca; border-radius: 6px; padding: 11px 12px; background: #fff; color: var(--ink); font-size: 14px; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 3px #3769f355; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--red); }
.field select:disabled { color: #52606e; background: #f7f8fa; cursor: not-allowed; opacity: 1; }
.form-footer { display: flex; justify-content: flex-end; border-top: 1px solid var(--line); padding: 18px 23px 10px; }
.empty-state { padding: 42px 23px; text-align: center; color: var(--muted); font-size: 14px; }
.empty-state strong { display: block; color: var(--ink); margin-bottom: 5px; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.data-table th { color: #5f6b77; font-size: 11px; letter-spacing: .7px; text-transform: uppercase; text-align: left; font-weight: 700; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.data-table td { font-size: 13px; padding: 18px 22px; border-bottom: 1px solid #f0f2f4; }
.data-table tr:last-child td { border-bottom: 0; }
.person-cell { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.role-tag { color: #697582; background: #f1f3f5; padding: 4px 7px; font-size: 9px; border-radius: 4px; }
.chart-panel { padding-bottom: 17px; }
.overdue-panel { border-color: #f2d9d9; }
.bar-chart { height: 180px; display: flex; align-items: end; gap: 12px; padding: 24px 20px 0; }
.bar-column { flex: 1; display: flex; height: 100%; flex-direction: column; justify-content: end; gap: 8px; align-items: center; }
.bar { width: 100%; max-width: 34px; background: #bdd0ff; border-radius: 4px 4px 0 0; min-height: 8px; }
.bar.today { background: var(--blue); }
.bar-label { color: var(--muted); font-size: 9px; }
.chart-legend { color: var(--muted); font-size: 10px; padding: 15px 20px 0; }
.student-hero { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.student-greeting { display: flex; align-items: center; gap: 15px; }
.student-greeting .avatar { width: 48px; height: 48px; font-size: 13px; }
.request-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: 20px; align-items: start; }
.request-panel .form-body { padding-top: 21px; }
.quick-destinations { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 3px; }
.destination-chip { min-height: 48px; border: 1px solid #b9c2ca; background: #fff; color: #52606e; border-radius: 6px; padding: 9px 11px; font-size: 13px; }
.destination-chip.selected { color: var(--blue); border-color: #adc0fc; background: var(--blue-soft); }
.active-pass { border-left: 3px solid var(--green); padding: 22px 23px 24px; }
.active-pass .pass-state { color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.active-pass h2 { margin-top: 11px; }
.active-route { display: flex; gap: 11px; align-items: center; margin: 24px 0; color: var(--muted); font-size: 13px; }
.route-line { height: 1px; background: #dce8e1; flex: 1; }
.active-timer { font-family: Manrope, sans-serif; font-size: 38px; letter-spacing: 0; color: var(--ink); }
.active-timer small { font-family: "DM Sans", sans-serif; color: var(--muted); font-size: 12px; letter-spacing: 0; }
.check-in-hint { margin-top: 16px; padding-top: 13px; border-top: 1px solid #e7efe9; color: var(--green); }
.mini-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 9px; }
.notice { padding: 14px 16px; background: #f9f7f1; border: 1px solid #f0ede4; border-radius: 6px; color: #675b44; font-size: 12px; line-height: 1.5; }
.readonly-value { display: flex; align-items: center; min-height: 48px; padding: 11px 12px; border: 1px solid #b9c2ca; border-radius: 6px; background: #f7f8fa; color: var(--ink); font-size: 14px; font-weight: 700; }
.queue-hint { margin-top: 12px; padding: 12px 14px; border: 1px solid #d6e2ff; border-radius: 6px; background: #f4f7ff; color: #294d9b; font-size: 10px; line-height: 1.5; }
.queue-panel { border-left: 3px solid var(--amber); }
.queue-list { padding: 3px 19px 8px; }
.queue-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid #f0f2f4; }
.queue-item:last-child { border-bottom: 0; }
.queue-item strong, .queue-item span { display: block; }
.queue-item strong { color: var(--ink); font-size: 13px; }
.queue-item span { color: var(--muted); font-size: 10px; margin-top: 4px; }
.queue-position { flex: 0 0 auto; color: var(--amber) !important; font-size: 18px !important; font-weight: 800; margin-top: 0 !important; }
.wide-panel { margin-top: 18px; }
.toast { position: fixed; right: 24px; bottom: 24px; padding: 12px 15px; border-radius: 7px; background: #17212b; color: #fff; font-size: 11px; box-shadow: 0 8px 25px #17212b33; transform: translateY(20px); opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: #f6f8fb; }
.login-panel { width: min(100%, 478px); background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 34px; box-shadow: 0 15px 45px #17212b0b; }
.login-brand { padding: 0 0 34px; }
.login-panel h1 { font-size: 29px; max-width: 390px; }
.login-form { margin-top: 25px; }
.login-form .primary-button { width: 100%; }
.login-divider { display: flex; align-items: center; gap: 12px; color: #5f6b77; font-size: 10px; margin: 25px 0 13px; }
.login-divider::before, .login-divider::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.google-sign-in { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; color: var(--ink); background: #fff; border: 1px solid #c8cbd0; border-radius: var(--squircle-small); font-size: 14px; font-weight: 700; }
.google-sign-in:hover { background: #f7f8fa; border-color: #9ca1a9; }
.google-sign-in:disabled { opacity: .6; cursor: wait; }
.google-mark { color: #4285f4; font-size: 17px; font-weight: 800; }
.password-auth-toggle { width: 100%; min-height: 44px; justify-content: center; }
.first-time-password-toggle { width: 100%; justify-content: center; margin-top: 10px; }
.password-login-form { display: grid; gap: 16px; }
.password-login-form .field { margin: 0; }
.password-login-form .primary-button { min-height: 44px; }
.password-mode-toggle { justify-self: start; padding: 2px 0; }
.one-time-code { border: 1px dashed #9ba8c3; border-radius: 8px; background: #f5f8ff; color: #17212b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 20px; font-weight: 800; letter-spacing: 1px; padding: 16px; text-align: center; }
.modal-body .notice + .one-time-code { margin-top: 14px; }

.demo-account-grid { display: grid; gap: 8px; }
.demo-account { display: flex; align-items: center; gap: 10px; text-align: left; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 10px; color: var(--ink); }
.demo-account:hover { border-color: #b9c7ef; background: #fbfcff; }
.demo-account strong, .demo-account small { display: block; }
.demo-account strong { font-size: 11px; }
.demo-account small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.login-footnote { color: var(--muted); font-size: 10px; line-height: 1.5; margin-top: 18px; text-align: center; }
.field-help { color: var(--muted); display: block; font-size: 12px; margin-top: 7px; }
.field-error { color: var(--red); display: block; font-size: 12px; font-weight: 700; margin-top: 7px; }
.setup-strip { display: flex; align-items: center; gap: 10px; background: #eef3ff; border: 1px solid #d9e3ff; border-radius: 8px; padding: 14px 16px; margin-bottom: 24px; }
.setup-strip > div { margin-right: auto; }
.setup-strip strong, .setup-strip span { display: block; }
.setup-strip strong { font-size: 13px; }
.setup-strip span { color: #4f638e; font-size: 10px; margin-top: 4px; }
.status-legend { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 10px; flex-wrap: wrap; }
.status-legend span { display: inline-flex; align-items: center; gap: 5px; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.legend-dot.green { background: #3db57f; box-shadow: 0 0 0 3px #e5f7ee; }
.legend-dot.yellow { background: #dfa035; box-shadow: 0 0 0 3px #fff3db; }
.legend-dot.red { background: #df6868; box-shadow: 0 0 0 3px #fff0f0; }
.pill-green { color: var(--green); background: var(--green-soft); }
.pill-yellow { color: #7a5200; background: var(--amber-soft); }
.pill-red { color: var(--red); background: var(--red-soft); }
.pill-pending { color: #6d62ab; background: #f0edff; }
.tone-green { color: var(--green); }
.tone-yellow { color: var(--amber); }
.tone-red { color: var(--red); }
.tone-pending { color: #6d62ab; }
.pass-state-green { color: var(--green) !important; }
.pass-state-yellow { color: var(--amber) !important; }
.pass-state-red { color: var(--red) !important; }
.compact-button { padding: 7px 9px; font-size: 10px; }
.full-width-button { width: 100%; margin-top: 18px; }
.quick-destinations { align-items: stretch; }
.destination-chip { position: relative; min-height: 48px; }
.destination-chip small { color: #7c8792; font-size: 11px; margin-left: 6px; }
.favorite-teacher-group { margin: 0 0 10px; }
.field-label-note { display: block; color: var(--muted); font-size: 12px; font-weight: 700; margin-bottom: 7px; }
.quick-teachers { display: flex; flex-wrap: wrap; gap: 8px; }
.teacher-favorite-item { display: inline-flex; align-items: stretch; }
.teacher-favorite-chip { display: inline-flex; align-items: center; gap: 7px; min-height: 46px; padding: 9px 12px; border: 1px solid #b9c2ca; border-radius: 6px; background: #fff; color: #52606e; font-size: 13px; font-weight: 700; }
.teacher-favorite-item .teacher-favorite-chip { border-radius: 6px 0 0 6px; }
.teacher-favorite-chip:hover, .teacher-favorite-chip.selected { border-color: #adc0fc; background: var(--blue-soft); color: var(--blue); }
.teacher-favorite-chip span:first-child { color: #d99c2c; font-size: 17px; line-height: 1; }
.teacher-favorite-remove { width: 34px; min-width: 34px; border: 1px solid #b9c2ca; border-left: 0; border-radius: 0 6px 6px 0; background: #fff; color: #7c8792; font-size: 18px; line-height: 1; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .15s ease, visibility .15s ease; }
.teacher-favorite-item:hover .teacher-favorite-remove, .teacher-favorite-item:focus-within .teacher-favorite-remove { opacity: 1; visibility: visible; pointer-events: auto; }
.teacher-favorite-remove:hover, .teacher-favorite-remove:focus-visible { border-color: #e1a6a6; background: var(--red-soft); color: var(--red); }
.teacher-select-row { display: flex; align-items: stretch; gap: 8px; }
.teacher-select-row select { flex: 1; min-width: 0; }
.teacher-favorite-toggle { width: 48px; min-width: 48px; min-height: 48px; border: 1px solid #b9c2ca; border-radius: 6px; background: #fff; color: #d99c2c; font-size: 24px; line-height: 1; }
.teacher-favorite-toggle:hover, .teacher-favorite-toggle:focus-visible { border-color: #adc0fc; background: var(--blue-soft); }
.destination-chip.full { opacity: .55; }
.custom-chip { color: var(--blue); border-style: dashed; }
.custom-destination-row { display: flex; gap: 8px; margin-top: 9px; }
.custom-destination-row input { flex: 1; min-width: 0; min-height: 48px; border: 1px solid #dfe4e8; border-radius: 6px; padding: 10px 12px; font-size: 14px; }
.favorite-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; padding: 18px 19px 20px; }
.favorite-card { min-height: 100px; text-align: left; border: 1px solid var(--line); border-radius: 7px; background: #fff; padding: 14px; color: var(--ink); }
.favorite-card:hover, .favorite-card.saved { border-color: #adc0fc; background: #f7f9ff; }
.favorite-card strong, .favorite-card small { display: block; }
.favorite-card strong { font-size: 13px; margin-top: 9px; }
.favorite-card small { color: var(--muted); font-size: 11px; margin-top: 5px; line-height: 1.4; }
.favorite-star { color: #d99c2c; font-size: 19px; line-height: 1; }
.rule-list { padding: 11px 19px 17px; }
.rule-row { display: flex; align-items: center; gap: 11px; padding: 10px 0; border-bottom: 1px solid #f0f2f4; }
.rule-row:last-child { border-bottom: 0; }
.rule-row strong, .rule-row span { display: block; }
.rule-row strong { font-size: 11px; }
.rule-row span { color: var(--muted); font-size: 10px; margin-top: 3px; }
.destination-list { padding: 5px 19px 10px; }
.destination-row { display: flex; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid #f0f2f4; }
.destination-row:last-child { border-bottom: 0; }
.destination-symbol { width: 31px; height: 31px; border-radius: 7px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); }
.destination-info { flex: 1; min-width: 0; }
.destination-info strong, .destination-info span, .destination-usage strong, .destination-usage span { display: block; }
.destination-info strong { font-size: 14px; }
.destination-info span, .destination-usage span { color: var(--muted); font-size: 12px; margin-top: 4px; }
.destination-usage { text-align: right; margin-right: 7px; }
.destination-usage strong { font-size: 14px; }
.small-action { min-width: 44px; min-height: 44px; padding: 5px; color: #52606e; font-size: 15px; letter-spacing: 0; }
.danger-icon:hover { color: var(--red); }
.admin-forms { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.destinations-layout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.check-row { display: flex; align-items: center; gap: 8px; color: #5d6874; font-size: 12px; }
.check-row input { accent-color: var(--blue); }
.optional-label { color: #5f6b77; font-size: 9px; font-weight: 500; margin-left: 4px; }
.restriction-form { padding: 19px; border-bottom: 1px solid var(--line); }
.student-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.student-search { width: 100%; min-height: 48px; border: 1px solid #b9c2ca; border-radius: 6px; padding: 11px 12px; background: #fff; color: var(--ink); font-size: 14px; grid-column: 1 / -1; }
.student-search:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 3px #3769f355; }
.student-search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; grid-column: 1 / -1; max-height: 240px; overflow-y: auto; padding-right: 2px; }
.selection-summary { color: var(--blue); font-size: 12px; font-weight: 700; grid-column: 1 / -1; }
.student-picker-section-label { grid-column: 1 / -1; color: #7c8792; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding-top: 3px; }
.search-empty { color: var(--muted); font-size: 10px; padding: 10px 0; grid-column: 1 / -1; }
.student-check { display: flex; align-items: flex-start; gap: 8px; min-height: 52px; padding: 11px 12px; border: 1px solid #b9c2ca; border-radius: 6px; background: #fff; color: #52606e; font-size: 12px; line-height: 1.35; }
.student-check:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px #3769f315; }
.student-check:has(input:checked) { border-color: #adc0fc; background: var(--blue-soft); color: var(--blue); }
.student-check input { margin-top: 1px; accent-color: var(--blue); }
.student-check small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.all-students-check { grid-column: 1 / -1; font-weight: 700; }
.restriction-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 4px; }
.restriction-list { padding: 5px 19px 10px; }
.restriction-row { display: flex; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid #f0f2f4; }
.restriction-row:last-child { border-bottom: 0; }
.simultaneous-group-row { display: flex; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid #f0f2f4; }
.simultaneous-group-row:last-child { border-bottom: 0; }
.restriction-status { width: 20px; display: grid; place-items: center; }
.restriction-info { flex: 1; min-width: 0; }
.restriction-info strong, .restriction-info span { display: block; }
.restriction-info strong { font-size: 13px; }
.restriction-info span { color: var(--muted); font-size: 12px; margin-top: 4px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: #17212b66; }
.modal-panel { width: min(100%, 500px); background: #fff; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 20px 55px #17212b38; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 22px 22px 17px; border-bottom: 1px solid var(--line); }
.modal-header .subheading { margin-top: 6px; }
.modal-close { font-size: 20px; line-height: 1; letter-spacing: 0; color: #8f99a3; }
.modal-body { padding: 20px 22px 7px; }
.modal-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 15px 22px 20px; border-top: 1px solid var(--line); }

/* Waypoint's clean, modern visual system. */
:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --soft: #f5f5f7;
  --panel: #ffffff;
  --line: #dedee3;
  --blue: #0878d1;
  --blue-soft: #eaf4ff;
  --green: #147a55;
  --green-soft: #e8f6ef;
  --amber: #8a5b00;
  --amber-soft: #fff4da;
  --red: #b13a3a;
  --red-soft: #fff0f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "DM Sans", sans-serif;
}

body { color: var(--ink); background: var(--soft); }
h1, h2, .brand-name, .stat-number, .active-timer { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "DM Sans", sans-serif; letter-spacing: 0; }
h1 { font-weight: 720; }
h2 { font-weight: 680; }

.sidebar {
  background: rgba(255, 255, 255, .9);
  border-right-color: #e5e5ea;
  box-shadow: 1px 0 0 rgba(0, 0, 0, .02);
  backdrop-filter: blur(22px) saturate(150%);
}
.brand-mark { background: #0878d1; border-radius: 8px; }
.brand-name { font-weight: 750; }
.role-switcher { background: #eeeef2; border: 1px solid #e3e3e8; border-radius: 8px; padding: 4px; }
.role-button { border-radius: 7px; }
.role-button.active { box-shadow: 0 1px 3px rgba(0, 0, 0, .1); }
.nav-label { color: #86868b; letter-spacing: .08em; }
.nav-item { color: #515156; border-radius: 8px; transition: background-color .15s ease, color .15s ease; }
.nav-item:hover { color: var(--ink); background: #f0f0f3; }
.nav-item.active { color: #0568b7; background: #e7f2fc; }
.help-panel { background: #f5f5f7; border-color: #e5e5ea; }
.help-icon { color: #515156; }
.help-panel span, .help-panel .arrow { color: #86868b; }
.account-row { padding: 8px; border-radius: 8px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 8;
  background: rgba(255, 255, 255, .86);
  border-bottom-color: rgba(210, 210, 215, .8);
  backdrop-filter: blur(22px) saturate(160%);
}
.status-dot { background: #30a46c; box-shadow: 0 0 0 3px rgba(48, 164, 108, .12); }
.notification-badge { background: #d84a4a; }

.eyebrow { color: #0878d1; letter-spacing: .06em; }
.subheading, .meta, .field-help { color: var(--muted); }

.panel, .stat-card, .student-hero, .login-panel {
  background: rgba(255, 255, 255, .98);
  border-color: #e1e1e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .035), 0 8px 24px rgba(0, 0, 0, .025);
}
.panel-header { border-bottom-color: #ececf0; }
.stat-card { box-shadow: 0 1px 2px rgba(0, 0, 0, .035); }
.stat-icon { border-radius: 7px; }

.primary-button, .secondary-button, .danger-button, .destination-chip, .teacher-favorite-chip, .teacher-favorite-toggle, .teacher-favorite-remove, .favorite-card, .demo-account {
  transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.primary-button { background: #0878d1; color: #fff; border-color: #0878d1; }
.primary-button:hover { background: #076dbd; border-color: #076dbd; }
.primary-button:active { background: #075fa4; }
.secondary-button { color: #3a3a3f; background: #fff; border-color: #d2d2d7; }
.secondary-button:hover { background: #f5f5f7; border-color: #b9b9bf; }
.danger-button { color: var(--red); border-color: #efcaca; }

.field input, .field select, .field textarea, .student-search, .custom-destination-row input, .readonly-value {
  color: var(--ink);
  background: #fff;
  border-color: #c9c9cf;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015);
}
.field input:hover, .field select:hover, .field textarea:hover, .student-search:hover { border-color: #a9a9b0; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible, .student-search:focus-visible {
  border-color: #0878d1;
  box-shadow: 0 0 0 4px rgba(8, 120, 209, .15);
}
.field select:disabled, .readonly-value { background: #f5f5f7; color: #3a3a3f; }
.notice { background: #f5f5f7; border-color: #e1e1e6; color: #5f5f64; }

.destination-chip { background: #fff; border-color: #c9c9cf; color: #515156; }
.destination-chip:hover { border-color: #9f9fa6; background: #fafafd; }
.destination-chip.selected { color: #0568b7; border-color: #7eb8e5; background: #edf7ff; box-shadow: 0 0 0 1px rgba(8, 120, 209, .08); }
.destination-chip.full { opacity: .58; }

.teacher-favorite-chip { border-color: #c9c9cf; color: #515156; }
.teacher-favorite-chip:hover, .teacher-favorite-chip.selected { color: #0568b7; border-color: #8abce2; background: #edf7ff; }
.teacher-favorite-toggle { border-color: #c9c9cf; }
.teacher-favorite-remove { border-color: #c9c9cf; }

.active-pass { border-left-color: #30a46c; }
.active-pass .panel-header { margin: -22px -23px 22px; }
.route-line { background: #dfe8e3; }
.pill { border: 1px solid transparent; }
.pill-green, .pill-returned { border-color: #cdebdc; }
.pill-yellow { border-color: #f1dfb7; }
.pill-red { border-color: #f1cece; }
.pill-pending { color: #6657a8; background: #f0edff; border-color: #ded8fa; }

.pass-row, .destination-row, .rule-row, .restriction-row, .simultaneous-group-row, .queue-item { border-bottom-color: #ededf0; }
.pass-row:hover, .destination-row:hover { background: #fafafd; }
.data-table th { background: #fafafd; color: #6e6e73; }
.data-table td { border-bottom-color: #ededf0; }
.data-table tbody tr:hover { background: #fafafd; }
.role-tag { color: #5f5f64; background: #eeeef2; }

.favorite-card { border-color: #e1e1e6; box-shadow: none; }
.favorite-card:hover, .favorite-card.saved { border-color: #9dc8e9; background: #f2f8fd; }
.queue-panel { border-left-color: #d79a2b; }
.queue-hint { background: #eef6ff; border-color: #c8dff5; color: #245d8f; }
.setup-strip { background: #edf6ff; border-color: #d0e6f7; }
.setup-strip span { color: #4f6e89; }

.login-screen { background: #f5f5f7; }
.login-panel { box-shadow: 0 18px 60px rgba(0, 0, 0, .08); }
.demo-account:hover { background: #f7fbff; border-color: #9dc8e9; }
.modal-backdrop { background: rgba(29, 29, 31, .44); backdrop-filter: blur(8px); }
.modal-panel { border-color: #e1e1e6; box-shadow: 0 24px 70px rgba(0, 0, 0, .18); }
.toast { background: rgba(29, 29, 31, .94); box-shadow: 0 12px 32px rgba(0, 0, 0, .18); }

/* Sleek Waypoint refinement: quiet neutrals with focused brand accents. */
:root {
  --ink: #202123;
  --muted: #6f6f78;
  --soft: #f7f7f8;
  --panel: #ffffff;
  --line: #e4e4e8;
  --blue: #0a7bdc;
  --blue-soft: #edf6ff;
}

.sidebar {
  background: rgba(247, 247, 248, .94);
  border-right-color: #e4e4e8;
  box-shadow: none;
}
.brand-mark { background: #202123; }
.brand-name { color: #202123; }
.role-switcher { background: #e9e9ec; border-color: transparent; }
.role-button.active { background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .08); }
.nav-item { border-left: 3px solid transparent; color: #56565e; }
.nav-item:hover { background: #ededf0; }
.nav-item.active { color: #202123; background: #e8e8eb; border-left-color: #0a7bdc; }
.nav-icon { color: #777780; }
.nav-item.active .nav-icon { color: #0a7bdc; }
.help-panel { background: transparent; border-color: transparent; padding-left: 8px; padding-right: 8px; }
.help-icon { background: #e9e9ec; }

.topbar { background: rgba(255, 255, 255, .9); }
.page-wrap { max-width: 1320px; }
.eyebrow { color: #0873c7; }

.panel, .stat-card, .student-hero, .login-panel {
  border-color: #e4e4e8;
  box-shadow: none;
}
.stat-card { background: #fbfbfc; }
.panel-header { border-bottom-color: #ededf0; }
.content-grid, .request-grid { gap: 22px; }

.primary-button { background: #202123; border-color: #202123; }
.primary-button:hover { background: #080808; border-color: #080808; }
.primary-button:active { background: #000; }
.secondary-button { background: #fff; border-color: #d8d8dd; color: #343438; }
.secondary-button:hover { background: #f3f3f5; border-color: #bfc0c5; }

.field input, .field select, .field textarea, .student-search, .custom-destination-row input {
  border-color: #d1d1d6;
  box-shadow: none;
}
.field input:hover, .field select:hover, .field textarea:hover, .student-search:hover { border-color: #aaaab1; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible, .student-search:focus-visible {
  border-color: #0a7bdc;
  box-shadow: 0 0 0 3px rgba(10, 123, 220, .14);
}
.readonly-value, .field select:disabled { background: #f3f3f5; }

.destination-chip, .teacher-favorite-chip, .teacher-favorite-toggle, .teacher-favorite-remove { border-color: #d3d3d8; }
.destination-chip:hover, .teacher-favorite-chip:hover { background: #f5f5f7; border-color: #aaaab1; }
.destination-chip.selected, .teacher-favorite-chip.selected {
  color: #0568b7;
  background: #edf6ff;
  border-color: #87bce5;
  box-shadow: none;
}
.notice { background: #f7f7f8; border-color: #e8e8eb; color: #5f5f66; }

.active-pass { border-left-color: #18a66a; }
.pass-row:hover, .destination-row:hover, .data-table tbody tr:hover { background: #f8f8fa; }
.favorite-card:hover, .favorite-card.saved { background: #f4f8fc; border-color: #a9cce6; }
.setup-strip { background: #f1f7fc; border-color: #dce9f3; }

.modal-backdrop { background: rgba(32, 33, 35, .46); }
.modal-panel { border-color: #e2e2e6; box-shadow: 0 24px 72px rgba(0, 0, 0, .2); }
.login-panel { box-shadow: 0 16px 48px rgba(0, 0, 0, .07); }
.toast { background: rgba(32, 33, 35, .96); }

/* Soft squircle geometry with a conventional fallback. */
:root {
  --squircle-large: 16px;
  --squircle-medium: 12px;
  --squircle-small: 10px;
}

.panel, .stat-card, .student-hero, .login-panel, .modal-panel {
  border-radius: var(--squircle-large);
  corner-shape: superellipse(1.4);
}
.role-switcher, .help-panel, .setup-strip, .notice, .queue-hint, .toast {
  border-radius: var(--squircle-medium);
  corner-shape: superellipse(1.3);
}
.nav-item, .role-button, .primary-button, .secondary-button, .danger-button,
.destination-chip, .teacher-favorite-chip, .teacher-favorite-toggle,
.teacher-favorite-remove, .favorite-card, .demo-account, .readonly-value,
.field input, .field select, .field textarea, .student-search,
.custom-destination-row input, .student-check {
  border-radius: var(--squircle-small);
  corner-shape: superellipse(1.2);
}
.teacher-favorite-item .teacher-favorite-chip { border-radius: var(--squircle-small) 0 0 var(--squircle-small); }
.teacher-favorite-remove { border-radius: 0 var(--squircle-small) var(--squircle-small) 0; }
.brand-mark { border-radius: var(--squircle-medium); corner-shape: superellipse(1.4); }

.custom-timer-control { display: flex; align-items: center; justify-content: flex-end; gap: 7px; margin-left: auto; }
.custom-timer-control label, .custom-timer-max { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.custom-timer-control input { width: 68px; min-height: 40px; border: 1px solid #d1d1d6; border-radius: var(--squircle-small); padding: 7px 8px; color: var(--ink); font-size: 13px; }
.custom-timer-control input:focus-visible { border-color: #0a7bdc; box-shadow: 0 0 0 3px rgba(10, 123, 220, .14); }

/* Keep restriction picker checkboxes compact inside larger form rows. */
.field .student-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  flex: 0 0 auto;
}

.onboarding-heading { margin-bottom: 28px; }
.onboarding-panel { overflow: hidden; }
.school-selection-panel { max-width: 690px; margin-bottom: 22px; }
.school-picker { min-height: 168px; padding: 6px; }
.school-picker option { padding: 10px 12px; }
.school-picker option:disabled { color: #8e8e93; }
.owner-school-list { display: grid; }
.owner-school-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-top: 1px solid var(--line); }
.owner-school-row:first-child { border-top: 0; }
.owner-school-row strong, .owner-school-row span { display: block; }
.owner-school-row > div > span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.owner-school-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.owner-school-actions .text-button { font-size: 12px; }
.danger-text { color: var(--red) !important; }
.danger-action { background: var(--red); }
.setup-guide-list { margin: 0; padding-left: 22px; display: grid; gap: 12px; color: var(--ink); line-height: 1.45; }
.setup-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 22px; }
.setup-card { min-height: 236px; display: flex; flex-direction: column; padding: 18px; border: 1px solid #e1e1e6; border-radius: var(--squircle-medium); background: #fbfbfc; }
.setup-card.complete { background: #f3faf6; border-color: #cce8d8; }
.setup-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.setup-number { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e7e7eb; color: #56565e; font-size: 13px; font-weight: 800; }
.setup-card.complete .setup-number { background: #d7f1e2; color: #147a55; }
.setup-card h3 { margin-top: 22px; font-size: 16px; }
.setup-card p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.setup-card .secondary-button { width: 100%; margin-top: auto; }
.empty-school-panel { margin-top: 22px; }

@media (max-width: 760px) {
  .custom-timer-control { width: 100%; justify-content: flex-start; margin: 4px 0 0; }
  .setup-grid { grid-template-columns: 1fr; padding: 16px; }
  .setup-card { min-height: 0; }
  .school-selection-panel { max-width: none; }
}

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

@media (forced-colors: active) {
  *, *::before, *::after { forced-color-adjust: auto; }
  .primary-button, .secondary-button, .danger-button, .nav-item, .role-button, .destination-chip, .favorite-card { border: 1px solid ButtonText; }
  .active-pass, .bar, .bar.today { border: 2px solid Highlight; }
}

@media (max-width: 1050px) {
  :root { --sidebar: 210px; }
  .topbar, .page-wrap { padding-left: 27px; padding-right: 27px; }
  .content-grid, .request-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .app-shell { display: block; }
  .sidebar { position: static; width: 100%; height: auto; max-height: none; overflow: visible; padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .brand-lockup { padding: 0 3px 14px; }
  .role-switcher { margin-bottom: 12px; max-width: 290px; }
  .nav-group { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
  .nav-label, .sidebar-bottom { display: none; }
  .nav-item { padding: 9px 5px; justify-content: center; flex-direction: column; gap: 3px; font-size: 11px; }
  .nav-icon { font-size: 14px; }
  .topbar { height: 57px; padding: 0 18px; }
  .school-status { display: none; }
  .topbar-actions { gap: 12px; }
  .page-wrap { padding: 30px 20px 46px; }
  .page-heading { display: block; margin-bottom: 24px; }
  .page-heading .primary-button { margin-top: 18px; width: 100%; }
  .page-heading-actions { justify-content: flex-start; margin-top: 18px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .stat-card { padding: 14px; min-height: 98px; }
  .stat-number { font-size: 23px; margin-top: 12px; }
  .pass-row { gap: 8px; }
  .pass-status { min-width: 0; }
  .pass-time { min-width: 65px; }
  .student-hero { display: block; padding: 19px; }
  .student-hero .primary-button { width: 100%; margin-top: 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .login-panel { padding: 25px 20px; }
  .setup-strip { align-items: stretch; flex-direction: column; }
  .setup-strip > div { margin-right: 0; }
  .setup-strip .secondary-button { width: 100%; }
  .favorite-grid { grid-template-columns: 1fr 1fr; padding-left: 14px; padding-right: 14px; }
  .destination-row { flex-wrap: wrap; }
  .destination-info { min-width: calc(100% - 45px); }
  .destination-usage { margin-left: 42px; margin-right: auto; }
  .admin-forms, .destinations-layout { grid-template-columns: 1fr; }
  .panel-header { align-items: flex-start; flex-wrap: wrap; }
  .modal-header, .modal-body, .modal-footer { padding-left: 17px; padding-right: 17px; }
  .restriction-form-footer { align-items: stretch; flex-direction: column; }
  .restriction-form-footer .primary-button { width: 100%; }
  .student-picker { grid-template-columns: 1fr; }
  .student-search-results { grid-template-columns: 1fr; }
  .all-students-check { grid-column: auto; }
  h1 { font-size: 30px; }
}
