.roster-page { width: 100%; }
.roster-toolbar, .review-summary { display: flex; flex-wrap: wrap; gap: 10px; }
.roster-grid { display: grid; min-width: 0; gap: 22px; margin-block-end: 22px; }
.roster-group { min-width: 0; overflow: clip; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.roster-group-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 18px; padding: 13px 16px; border-block-end: 1px solid var(--line); }
.roster-group-heading h2 { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 1rem; }
.shift-dot { width: 11px; aspect-ratio: 1; border-radius: 50%; background: var(--shift-off); }
[data-token='admin'] .shift-dot { background: var(--shift-admin); }
[data-token='day'] .shift-dot { background: var(--shift-day); }
[data-token='morning'] .shift-dot { background: var(--shift-morning); }
[data-token='evening'] .shift-dot { background: var(--shift-evening); }
[data-token='night'] .shift-dot { background: var(--shift-night); }
.roster-table-scroll { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: var(--line) var(--surface); }
.roster-table { width: max-content; min-width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.roster-table th, .roster-table td { height: 42px; border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); padding: 4px; text-align: center; }
.roster-day-heading, .roster-day-cell { width: 45px; min-width: 45px; }
.roster-day-heading { color: var(--muted); font-size: .76rem; }
.roster-day-heading[data-weekend='true'], .roster-day-cell[data-weekend='true'] { background: color-mix(in srgb, var(--warning) 8%, transparent); }
.roster-name-column { position: sticky; inset-inline-start: 0; z-index: 3; width: 190px; min-width: 190px; padding-inline: 13px !important; background: var(--surface); text-align: start !important; }
thead .roster-name-column { z-index: 5; }
.roster-metric { width: 85px; min-width: 85px; font-variant-numeric: tabular-nums; }
.roster-cell-symbol { display: grid; place-items: center; width: 34px; min-height: 31px; margin: auto; border: 0; border-radius: 9px; color: var(--text); background: var(--surface-2); font-size: .76rem; font-weight: 900; list-style: none; }
.roster-cell-menu > summary::-webkit-details-marker { display: none; }
.roster-cell-menu { position: relative; }
.roster-cell-menu[open] { z-index: 12; }
.roster-cell-options { position: absolute; inset-block-start: calc(100% + 5px); inset-inline-start: 50%; z-index: 20; display: grid; grid-template-columns: repeat(3, 34px); gap: 5px; width: max-content; padding: 7px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); box-shadow: var(--shadow); transform: translateX(-50%); }
[dir='rtl'] .roster-cell-options { transform: translateX(50%); }
.roster-cell-choice { min-height: 32px; border: 1px solid var(--line); border-radius: 7px; color: var(--text); background: var(--surface-2); font-size: .72rem; font-weight: 800; }
.roster-cell-choice:hover { border-color: var(--accent); }
.roster-day-cell[data-token='admin'] .roster-cell-symbol { background: var(--shift-admin); }
.roster-day-cell[data-token='day'] .roster-cell-symbol { background: var(--shift-day); }
.roster-day-cell[data-token='morning'] .roster-cell-symbol { background: var(--shift-morning); }
.roster-day-cell[data-token='evening'] .roster-cell-symbol { background: var(--shift-evening); }
.roster-day-cell[data-token='night'] .roster-cell-symbol { background: var(--shift-night); }
.roster-day-cell[data-token='oc'] .roster-cell-symbol { color: var(--bg); background: var(--shift-oc); }
.roster-day-cell[data-token='ot'] .roster-cell-symbol { color: var(--bg); background: var(--shift-ot); }
.roster-day-cell[data-token='leave'] .roster-cell-symbol { color: var(--bg); background: var(--shift-leave); }
.roster-day-cell[data-token='off'] .roster-cell-symbol { color: var(--muted); background: color-mix(in srgb, var(--shift-off) 20%, transparent); }
.roster-day-cell[data-focus='true'] { box-shadow: inset 0 0 0 3px var(--accent); }
.roster-totals-row th, .roster-totals-row td { color: var(--muted); background: var(--surface-2); font-weight: 800; }
.review-page { max-width: 1000px; }
.review-summary { margin-block-end: 18px; }
.badge[data-token='danger'], .alert-panel[data-token='danger'] .badge { color: var(--danger); }
.badge[data-token='warning'], .alert-panel[data-token='warning'] .badge { color: var(--warning); }
.badge[data-token='info'], .alert-panel[data-token='info'] .badge { color: var(--info); }
.alert-list { display: grid; gap: 11px; }
.alert-panel { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px; border: 1px solid var(--line); border-inline-start-width: 5px; border-radius: 13px; background: var(--surface); }
.alert-panel[data-token='danger'] { border-inline-start-color: var(--danger); }
.alert-panel[data-token='warning'] { border-inline-start-color: var(--warning); }
.alert-panel[data-token='info'] { border-inline-start-color: var(--info); }
.alert-panel-copy, .alert-title { display: grid; gap: 8px; }
.alert-title { justify-items: start; }
.alert-details { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 0; }
.alert-detail { display: flex; gap: 5px; }
.alert-detail dt { color: var(--muted); }
.alert-detail dd { margin: 0; }
@media (max-width: 900px) {
  .roster-page .page-header, .alert-panel { align-items: stretch; flex-direction: column; }
  .roster-name-column { width: 145px; min-width: 145px; }
  .roster-day-heading, .roster-day-cell { width: 41px; min-width: 41px; }
}
@media (max-width: 700px) {
  .roster-grid { gap: 14px; }
  .roster-group-heading { padding: 11px 12px; }
  .roster-name-column { width: 132px; min-width: 132px; padding-inline: 9px !important; font-size: .82rem; }
  .roster-metric { width: 74px; min-width: 74px; }
  .roster-day-heading, .roster-day-cell { width: 40px; min-width: 40px; }
  .roster-table th, .roster-table td { height: 40px; }
  .alert-panel { padding: 13px; }
}
@media (max-width: 420px) {
  .roster-name-column { width: 118px; min-width: 118px; }
  .roster-day-heading, .roster-day-cell { width: 38px; min-width: 38px; }
  .roster-cell-symbol { width: 32px; min-height: 30px; }
}
@media (pointer: coarse) {
  .roster-cell-choice { min-width: 44px; min-height: 44px; }
  .roster-cell-options { grid-template-columns: repeat(3, 44px); }
}
@media print {
  .roster-toolbar, .roster-group-heading .button, .roster-cell-options, .roster-page > .button { display: none !important; }
  .roster-grid { gap: 10px; }
  .roster-group { break-inside: avoid; border-color: var(--line); box-shadow: none; }
  .roster-table-scroll { overflow: visible; }
  .roster-name-column { position: static; width: 125px; min-width: 125px; }
  .roster-day-heading, .roster-day-cell { width: 24px; min-width: 24px; }
  .roster-metric { width: 48px; min-width: 48px; }
  .roster-table th, .roster-table td { height: 26px; padding: 1px; font-size: 8px; }
  .roster-cell-symbol { width: 20px; min-height: 20px; font-size: 7px; }
}

/* Roster workspace redesign */
.roster-hero { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; overflow: hidden; margin-bottom: 16px; padding: clamp(22px, 3vw, 34px); border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--line)); border-radius: 24px; background: radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 35%), linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--surface-2) 82%, var(--bg))); box-shadow: var(--shadow); }
.roster-hero::after { content: ''; position: absolute; inset-inline-end: -70px; inset-block-start: -95px; width: 260px; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent); border-radius: 50%; box-shadow: 0 0 0 38px color-mix(in srgb, var(--accent) 4%, transparent), 0 0 0 80px color-mix(in srgb, var(--accent) 3%, transparent); pointer-events: none; }
.roster-hero-copy { position: relative; z-index: 1; min-width: 0; }
.roster-kicker { display: block; margin-bottom: 8px; color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.roster-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; }
.roster-hero p { margin: 12px 0 0; color: var(--muted); }
.roster-hero .roster-toolbar { position: relative; z-index: 1; justify-content: flex-end; }
.button-quiet { border-color: transparent; background: color-mix(in srgb, var(--surface-2) 75%, transparent); }
.roster-overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
.roster-overview-card { display: grid; gap: 8px; min-height: 96px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.roster-overview-card span { color: var(--muted); font-size: .8rem; }
.roster-overview-card strong { font-size: 1.55rem; }
.roster-overview-card-accent { border-color: color-mix(in srgb, var(--accent) 36%, var(--line)); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 11%, var(--surface)), var(--surface)); }
.roster-group { border-radius: 20px; box-shadow: 0 16px 45px rgba(0,0,0,.16); }
.roster-group-heading { min-height: 74px; padding: 15px 18px; background: linear-gradient(90deg, color-mix(in srgb, var(--surface-2) 75%, transparent), transparent); }
.roster-group-title { display: flex; align-items: center; gap: 12px; }
.roster-group-title .shift-dot { width: 13px; box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 8%, transparent); }
.roster-group-title h2 { margin: 0 0 4px; font-size: 1rem; }
.roster-group-title p { margin: 0; color: var(--muted); font-size: .76rem; }
.roster-table thead { position: sticky; top: 0; z-index: 6; }
.roster-table th, .roster-table td { height: 54px; border-color: color-mix(in srgb, var(--line) 68%, transparent); }
.roster-table tbody tr { transition: background .15s ease; }
.roster-table tbody tr:hover { background: color-mix(in srgb, var(--accent) 4%, transparent); }
.roster-table tbody tr:hover .roster-name-column { background: color-mix(in srgb, var(--accent) 5%, var(--surface)); }
.roster-name-column { width: 230px; min-width: 230px; box-shadow: -12px 0 24px -22px rgba(0,0,0,.8); }
[dir='rtl'] .roster-name-column { box-shadow: 12px 0 24px -22px rgba(0,0,0,.8); }
.roster-employee { display: flex; align-items: center; gap: 10px; min-width: 0; }
.roster-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 11px; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, var(--surface-2)); font-size: .78rem; font-weight: 900; }
.roster-employee-copy { display: grid; min-width: 0; gap: 3px; text-align: start; }
.roster-employee-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .86rem; }
.roster-employee-copy small { overflow: hidden; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.roster-day-heading { background: var(--surface-2); }
.roster-day-weekday { height: 28px !important; padding-bottom: 0 !important; border-bottom: 0 !important; text-transform: uppercase; }
.roster-day-number { height: 35px !important; padding-top: 0 !important; }
.roster-day-number span { display: grid; place-items: center; width: 26px; aspect-ratio: 1; margin: auto; border-radius: 9px; }
.roster-day-heading[data-today='true'] span { color: #03251f; background: var(--accent); font-weight: 900; }
.roster-day-heading[data-weekend='true'], .roster-day-cell[data-weekend='true'] { background: color-mix(in srgb, var(--warning) 6%, var(--surface)); }
.roster-day-cell { width: 50px; min-width: 50px; }
.roster-cell-symbol { width: 36px; min-height: 36px; border: 1px solid transparent; border-radius: 11px; box-shadow: inset 0 1px rgba(255,255,255,.08); transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease; }
.roster-cell-menu summary:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--accent) 45%, transparent); box-shadow: 0 7px 15px rgba(0,0,0,.18); }
.roster-cell-options { grid-template-columns: repeat(3, 42px); gap: 7px; padding: 9px; border-radius: 14px; }
.roster-cell-choice { min-height: 40px; border-radius: 10px; }
.roster-cell-choice[data-token='day'] { background: color-mix(in srgb, var(--shift-day) 70%, var(--surface)); }
.roster-cell-choice[data-token='night'] { background: color-mix(in srgb, var(--shift-night) 72%, var(--surface)); }
.roster-cell-choice[data-token='oc'] { background: color-mix(in srgb, var(--shift-oc) 65%, var(--surface)); }
.roster-cell-choice[data-token='ot'] { background: color-mix(in srgb, var(--shift-ot) 65%, var(--surface)); }
.roster-metric { width: 92px; min-width: 92px; background: color-mix(in srgb, var(--surface-2) 72%, var(--surface)); }
.roster-metric-value { font-size: .9rem; font-weight: 900; }
.roster-totals-row th, .roster-totals-row td { height: 44px; }
.mobile-roster-view { display: none; }

@media (max-width: 900px) {
  .roster-hero { align-items: stretch; flex-direction: column; }
  .roster-hero .roster-toolbar { justify-content: stretch; }
  .roster-hero .roster-toolbar .button { flex: 1 1 150px; }
  .roster-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .roster-hero { padding: 20px 16px; border-radius: 19px; }
  .roster-hero h1 { font-size: 2rem; }
  .roster-overview { gap: 8px; }
  .roster-overview-card { min-height: 82px; padding: 13px; }
  .roster-overview-card strong { font-size: 1.28rem; }
  .desktop-roster-view { display: none; }
  .mobile-roster-view { display: grid; gap: 12px; padding: 12px; }
  .mobile-roster-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: color-mix(in srgb, var(--surface-2) 48%, var(--surface)); }
  .mobile-roster-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; border-bottom: 1px solid var(--line); }
  .mobile-hours-pill { flex: 0 0 auto; border-radius: 999px; padding: 6px 9px; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, transparent); font-size: .75rem; font-weight: 900; }
  .mobile-roster-days { display: flex; gap: 7px; overflow-x: auto; padding: 11px 12px 13px; scroll-snap-type: inline proximity; }
  .mobile-day-card { display: grid; flex: 0 0 48px; gap: 6px; place-items: center; scroll-snap-align: start; padding: 7px 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
  .mobile-day-card[data-weekend='true'] { background: color-mix(in srgb, var(--warning) 7%, var(--surface)); }
  .mobile-day-number { color: var(--muted); font-size: .68rem; font-weight: 800; }
  .mobile-shift-select { width: 38px; min-height: 34px; appearance: none; border: 0; border-radius: 9px; padding: 0; color: var(--text); background: var(--surface-2); text-align: center; font-size: .72rem; font-weight: 900; }
  .mobile-shift-static { display: grid; place-items: center; width: 38px; min-height: 34px; border-radius: 9px; background: var(--surface-2); font-size: .72rem; }
  .mobile-roster-stats { display: flex; flex-wrap: wrap; gap: 12px; padding: 10px 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
}
@media (max-width: 420px) {
  .roster-overview-card span { font-size: .7rem; }
  .roster-overview-card strong { font-size: 1.12rem; }
}

/* v13 — refined workforce roster */
.roster-page { max-width: none; }
.roster-hero { margin-bottom: 12px; padding: 18px 20px; border-radius: 18px; border-color: var(--line); background: var(--surface); box-shadow: none; }
.roster-hero::after { display: none; }
.roster-kicker { margin-bottom: 5px; color: var(--muted); letter-spacing: .04em; }
.roster-hero h1 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); line-height: 1.15; }
.roster-hero p { margin-top: 7px; font-size: .86rem; }
.roster-overview { grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 8px; margin-bottom: 14px; }
.roster-overview-card { min-height: 70px; grid-template-columns: 1fr auto; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; box-shadow: none; }
.roster-overview-card span { font-size: .74rem; }
.roster-overview-card strong { font-size: 1.12rem; }
.roster-overview-card-accent { background: var(--surface); }
.roster-grid { gap: 14px; }
.roster-group { border-radius: 16px; box-shadow: none; }
.roster-group-heading { min-height: 58px; padding: 11px 14px; background: var(--surface); }
.roster-group-title { gap: 10px; }
.roster-group-title .shift-dot { width: 10px; box-shadow: none; }
.roster-group-title h2 { font-size: .92rem; }
.roster-group-title p { font-size: .7rem; }
.roster-table-scroll { background: var(--surface); }
.roster-table { border-spacing: 0; }
.roster-table thead { top: 0; }
.roster-table th, .roster-table td { height: 48px; border-color: color-mix(in srgb, var(--line) 52%, transparent); }
.roster-table tbody tr:nth-child(even) { background: color-mix(in srgb, var(--surface-2) 25%, transparent); }
.roster-table tbody tr:hover { background: color-mix(in srgb, var(--accent) 5%, var(--surface)); }
.roster-name-column { width: 250px; min-width: 250px; padding-inline: 14px !important; box-shadow: 1px 0 0 var(--line); }
[dir='rtl'] .roster-name-column { box-shadow: -1px 0 0 var(--line); }
.roster-employee { gap: 11px; }
.roster-avatar { width: 30px; border-radius: 9px; font-size: .72rem; }
.roster-employee-copy strong { font-size: .82rem; }
.roster-employee-copy small { font-size: .66rem; }
.roster-day-heading { background: color-mix(in srgb, var(--surface-2) 70%, var(--surface)); }
.roster-day-weekday { height: 24px !important; font-size: .63rem; letter-spacing: .03em; }
.roster-day-number { height: 30px !important; }
.roster-day-number span { width: 24px; border-radius: 8px; font-size: .78rem; }
.roster-day-cell { width: 46px; min-width: 46px; }
.roster-day-heading[data-weekend='true'], .roster-day-cell[data-weekend='true'] { background: color-mix(in srgb, var(--warning) 4%, var(--surface)); }
.roster-cell-symbol { width: 32px; min-height: 32px; border-radius: 9px; box-shadow: none; font-size: .7rem; }
.roster-cell-menu summary:hover { transform: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 40%, transparent); }
.roster-day-cell[data-token='day'] .roster-cell-symbol { color: #3c2f00; background: color-mix(in srgb, var(--shift-day) 78%, white); }
.roster-day-cell[data-token='night'] .roster-cell-symbol { color: #fff; background: color-mix(in srgb, var(--shift-night) 82%, #14233a); }
.roster-day-cell[data-token='morning'] .roster-cell-symbol { color: #03251f; background: color-mix(in srgb, var(--shift-morning) 78%, white); }
.roster-day-cell[data-token='evening'] .roster-cell-symbol { color: #3b1800; background: color-mix(in srgb, var(--shift-evening) 78%, white); }
.roster-day-cell[data-token='admin'] .roster-cell-symbol { color: #fff; background: color-mix(in srgb, var(--shift-admin) 82%, #2a2447); }
.roster-day-cell[data-token='off'] .roster-cell-symbol { color: color-mix(in srgb, var(--muted) 70%, transparent); background: transparent; }
.roster-metric { width: 76px; min-width: 76px; background: color-mix(in srgb, var(--surface-2) 55%, var(--surface)); font-size: .76rem; }
.roster-metric-value { font-size: .8rem; }
.roster-totals-row th, .roster-totals-row td { height: 38px; font-size: .72rem; background: color-mix(in srgb, var(--surface-2) 75%, var(--surface)); }
.roster-page > .button-primary { position: sticky; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 25; float: inline-end; min-width: 150px; box-shadow: 0 10px 30px rgba(0,0,0,.28); }

@media (max-width: 700px) {
  .roster-hero { padding: 14px; border-radius: 15px; }
  .roster-hero h1 { font-size: 1.45rem; }
  .roster-hero p { display: none; }
  .roster-overview { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .roster-overview-card { min-height: 58px; padding: 10px 11px; }
  .mobile-roster-view { gap: 9px; padding: 9px; }
  .mobile-roster-card { border-radius: 13px; background: var(--surface); }
  .mobile-roster-card-header { padding: 11px; }
  .mobile-roster-days { gap: 6px; padding: 9px 10px 11px; }
  .mobile-day-card { flex-basis: 44px; padding: 6px 4px; border-radius: 10px; }
  .mobile-roster-stats { padding: 8px 11px; }
}

/* v14 approved responsive roster behaviour */
.roster-period-control { display: inline-flex; align-items: center; gap: 6px; padding: 3px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); }
.roster-period-button { width: 38px; min-height: 38px; padding: 0; border: 0; background: transparent; font-size: 1.25rem; }
.roster-period-label { min-width: 54px; color: var(--muted); text-align: center; font-size: .78rem; font-variant-numeric: tabular-nums; }

@media (max-width: 900px) {
  .roster-overview-card:nth-child(n+3) { display: none; }
  .roster-hero { padding: 14px; }
  .roster-kicker, .roster-hero p { display: none; }
  .roster-group-title p, .mobile-roster-stats { display: none; }
}
@media (max-width: 520px) {
  .roster-hero { align-items: center; flex-direction: row; gap: 10px; padding: 10px 12px; }
  .roster-hero-copy { flex: 1; }
  .roster-hero h1 { font-size: 1.2rem; }
  .roster-toolbar { flex-wrap: nowrap; align-items: center; }
  .roster-toolbar > .button { width: 42px; min-width: 42px; overflow: hidden; padding-inline: 0; white-space: nowrap; text-indent: -999px; }
  .roster-toolbar > .button::after { content: '⋯'; display: block; text-indent: 0; font-size: 1.1rem; }
  .roster-overview { grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 10px; }
  .roster-overview-card { min-height: 50px; padding: 8px 10px; }
  .roster-overview-card span { font-size: .65rem; }
  .roster-overview-card strong { font-size: 1rem; }
  .roster-group-heading { min-height: 48px; padding: 8px 10px; }
  .roster-group-heading .button { width: 38px; min-width: 38px; overflow: hidden; padding: 0; text-indent: -999px; }
  .roster-group-heading .button::after { content: '⌄'; display: block; text-indent: 0; }
  .mobile-roster-card-header { padding: 9px 10px; }
  .mobile-roster-card-header .roster-employee-copy small, .mobile-hours-pill { display: none; }
  .mobile-roster-days { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 5px; overflow: visible; padding: 8px; }
  .mobile-day-card { min-width: 0; width: auto; padding: 5px 2px; }
  .mobile-shift-select, .mobile-shift-static { width: 100%; min-height: 31px; font-size: .72rem; }
}
@media (min-width: 521px) and (max-width: 900px) {
  .mobile-roster-days { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); overflow: visible; }
  .mobile-day-card { min-width: 0; width: auto; }
}
@media (min-width: 901px) {
  .desktop-roster-view { display: block; }
  .mobile-roster-view { display: none; }
}
