.weekly-shift{--weekly-side-pad:8px;margin:12px 8px 10px;padding:11px var(--weekly-side-pad) 9px;overflow:hidden;border:1.5px solid #ff3d7f;border-radius:19px;background:#030305;box-shadow:0 0 14px rgba(255,61,127,.14)}
.weekly-shift[hidden]{display:none}
.weekly-shift__title{margin:0;padding:1px 3px 8px;border-bottom:1.5px solid #ff3d7f;color:#f6f5f7;font-size:23px;font-weight:900;line-height:1.15}
.weekly-shift__scroll{overflow:visible;margin:8px calc(0px - var(--weekly-side-pad)) 0;padding:0}
.weekly-shift__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;width:100%;background:#030305}
.weekly-shift__day{box-sizing:border-box;display:flex;width:100%;min-width:0;min-height:145px;flex-direction:column;align-items:center;padding:7px 3px 6px;border:0;border-right:1px solid rgba(255,61,127,.72);border-radius:0;background:#030305;color:#f5f4f7;box-shadow:none}
.weekly-shift__day:last-child{border-right:0}
.weekly-shift__weekday{font-size:clamp(18px,5.1vw,22px);font-weight:900;line-height:1.1}
.weekly-shift__date{margin-top:3px;font-size:clamp(10px,3.1vw,13px);font-weight:700;line-height:1.1;white-space:nowrap}
.weekly-shift__separator{width:calc(100% - 4px);height:1.5px;margin:6px 0;background:#ff3d7f}
.weekly-shift__content{display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;font-size:clamp(10px,3.2vw,13px);font-weight:900;line-height:1.08;white-space:nowrap}
.weekly-shift__wave{display:inline-block;font-size:clamp(16px,4.5vw,19px);font-weight:500;line-height:1;transform:rotate(90deg)}
.weekly-shift__day.is-saturday .weekly-shift__weekday{color:#3aaaff}
.weekly-shift__day.is-sunday .weekly-shift__weekday{color:#ff4d86}
.weekly-shift__day.is-off .weekly-shift__content{color:#8e8e93;font-size:clamp(13px,4vw,17px)}
.weekly-shift__off{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:3px;line-height:1}
.weekly-shift__day.is-closed .weekly-shift__content{color:#8e8e93;font-size:clamp(13px,4vw,17px)}
.weekly-shift__closed{color:#8e8e93;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:3px;line-height:1}
.weekly-shift__day.is-today{background:#0a070b;box-shadow:inset 0 0 10px rgba(255,61,127,.15)}
.weekly-shift__day.is-working{background:#030305;box-shadow:none}
.weekly-shift__day.is-working .weekly-shift__content{margin-top:1px;border:0;border-radius:0;background:transparent;color:#f5f4f7;box-shadow:none}
.weekly-shift__working{display:inline-block;max-width:100%;color:#18ea78;text-shadow:none;writing-mode:vertical-rl;text-orientation:upright;font-size:clamp(13px,3.7vw,16px);letter-spacing:3px;line-height:1;white-space:nowrap;word-break:keep-all;overflow-wrap:normal}
.weekly-shift__time{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;color:#f5f4f7;line-height:1.08;white-space:nowrap}
.weekly-shift__time-range{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;white-space:nowrap}
.weekly-shift__time-range+ .weekly-shift__time-range{margin-top:4px;padding-top:4px;border-top:1px solid rgba(255,61,127,.35)}
@media(max-width:350px){.weekly-shift{--weekly-side-pad:6px}.weekly-shift__title{font-size:21px}.weekly-shift__day{min-height:140px;padding-right:2px;padding-left:2px}}
