.schedule-experience{max-width:920px}.schedule-head{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 18px}.schedule-head h2{margin:0;font-size:24px}.calendar-arrow{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--paper);font-size:26px;color:var(--ink)}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-weekdays{margin-bottom:8px;color:var(--muted);font-size:10px;text-align:center;font-weight:800;text-transform:uppercase}.calendar-day{display:grid;place-items:center;gap:5px;min-height:53px;border:0;border-radius:14px;background:transparent;color:var(--ink)}.calendar-day:hover{background:#eaf4f1}.calendar-day.selected{background:var(--teal);color:#fff;box-shadow:0 8px 16px #126e6828}.calendar-day i{display:flex;min-height:4px;gap:3px}.dot{width:4px;height:4px;border-radius:50%;background:#35a5f7}.dot-1{background:#e46db1}.dot-2{background:#4bbd7b}.schedule-tabs{display:flex;gap:4px;margin:22px 0 16px;padding:4px;border-radius:13px;background:#e8eeec}.schedule-tabs button{flex:1;padding:10px 8px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.schedule-tabs button.active{background:var(--paper);color:var(--ink);box-shadow:0 2px 8px #1e32321a}.schedule-tabs b{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:9px;background:var(--teal);color:#fff;font-size:10px}.schedule-panel{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:16px}.panel-title h2{margin:0;font-size:20px}.schedule-card,.open-shift-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.schedule-card:last-child,.open-shift-card:last-child{border-bottom:0}.schedule-card span,.open-shift-card p,.open-shift-card small{display:block;margin:0;color:var(--muted);font-size:11px}.schedule-card h3,.open-shift-card h3{margin:4px 0;font-size:17px}.schedule-card>b{padding:6px 9px;border-radius:999px;background:#e2f4e8;color:#267043;font-size:10px;text-transform:capitalize}.open-shift-card strong{font-size:14px}.roster-group{padding:10px 0;border-bottom:1px solid var(--line)}.roster-group h3{font-size:14px}.roster-group h3 small{color:var(--muted)}.roster-row{display:flex;align-items:center;gap:11px;padding:10px 0}.avatar-mini{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#d9ece8;color:var(--teal);font-weight:800}.roster-row div{flex:1}.roster-row strong{font-size:13px}.roster-row p{margin:2px 0 0;color:var(--muted);font-size:11px}.roster-status{padding:5px 8px;border-radius:999px;font-size:10px}.roster-status.on{background:#def4e4;color:#1e7640}.roster-status.soon{background:#fff0d9;color:#9b5d13}.roster-status.later{background:#e7eef9;color:#41678f}.roster-empty{margin:10px 0;color:var(--muted);font-size:12px}@media(max-width:520px){.calendar-day{min-height:48px;border-radius:11px}.schedule-tabs button{font-size:10px}.schedule-panel{padding:16px}.open-shift-card{align-items:flex-start;flex-direction:column}.open-shift-card button{width:100%}}
