.shiftgrid[data-astro-cid-ppp7k6wh]{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:clamp(1rem,3vw,1.5rem);width:100%;max-width:460px}.shiftgrid--compact[data-astro-cid-ppp7k6wh]{box-shadow:none;border-radius:var(--radius);max-width:360px;padding:.75rem}.shiftgrid__top[data-astro-cid-ppp7k6wh]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.shiftgrid__title[data-astro-cid-ppp7k6wh]{font-family:var(--font-display);font-weight:700;color:var(--c-ink);font-size:1.05rem}.shiftgrid__legend[data-astro-cid-ppp7k6wh]{display:inline-flex;gap:.4rem}.shiftgrid__legend[data-astro-cid-ppp7k6wh] .chip[data-astro-cid-ppp7k6wh]{font-size:.7rem;padding:.2rem .5rem}.shiftgrid__board[data-astro-cid-ppp7k6wh]{display:grid;grid-template-columns:auto repeat(7,1fr);gap:6px;align-items:center}.shiftgrid__corner[data-astro-cid-ppp7k6wh]{min-width:2.5rem}.shiftgrid__day[data-astro-cid-ppp7k6wh]{text-align:center;font-family:var(--font-num);font-size:.7rem;font-weight:600;color:var(--c-muted);padding-bottom:2px}.shiftgrid__rowlabel[data-astro-cid-ppp7k6wh]{font-size:.72rem;font-weight:600;color:var(--c-muted);padding-right:.4rem;white-space:nowrap}.cell[data-astro-cid-ppp7k6wh]{aspect-ratio:1;border-radius:7px;border:1px solid var(--c-border);background:var(--c-paper);display:flex;align-items:center;justify-content:center;position:relative;min-height:24px}.cell--empty[data-astro-cid-ppp7k6wh]{background:transparent;border-style:dashed;opacity:.5}.cell--coperto[data-astro-cid-ppp7k6wh]{background:var(--c-primary-tint);border-color:transparent}.cell--scoperto[data-astro-cid-ppp7k6wh]{background:var(--c-gap-tint);border-color:transparent}.cell__dot[data-astro-cid-ppp7k6wh]{width:9px;height:9px;border-radius:50%;background:var(--c-primary)}.cell--scoperto[data-astro-cid-ppp7k6wh] .cell__dot[data-astro-cid-ppp7k6wh]{background:var(--c-gap)}.cell--gap[data-astro-cid-ppp7k6wh]{background:var(--c-gap-tint)}.cell__dot--gap[data-astro-cid-ppp7k6wh],.cell__dot--covered[data-astro-cid-ppp7k6wh]{position:absolute;width:9px;height:9px;border-radius:50%}.cell__dot--gap[data-astro-cid-ppp7k6wh]{background:var(--c-gap)}.cell__dot--covered[data-astro-cid-ppp7k6wh]{background:var(--c-primary);opacity:0}.cell--gap[data-astro-cid-ppp7k6wh].is-covered{background:var(--c-primary-tint)}.cell--gap[data-astro-cid-ppp7k6wh].is-covered .cell__dot--gap[data-astro-cid-ppp7k6wh]{opacity:0}.cell--gap[data-astro-cid-ppp7k6wh].is-covered .cell__dot--covered[data-astro-cid-ppp7k6wh]{opacity:1}.shiftgrid__callout[data-astro-cid-ppp7k6wh]{margin-top:1rem;padding-top:.9rem;border-top:1px dashed var(--c-border);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.callout__label[data-astro-cid-ppp7k6wh]{font-family:var(--font-num);font-size:.72rem;font-weight:600;color:var(--c-muted)}.callout__chips[data-astro-cid-ppp7k6wh]{display:inline-flex;align-items:center;gap:.5rem}.callout__arrow[data-astro-cid-ppp7k6wh]{color:var(--c-muted);flex:none}.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-covered .callout__from[data-astro-cid-ppp7k6wh],.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-covered .callout__arrow[data-astro-cid-ppp7k6wh]{display:none}.cell--gap[data-astro-cid-ppp7k6wh].is-animated .cell__dot--gap[data-astro-cid-ppp7k6wh]{animation:gap-out 1.2s ease .7s forwards}.cell--gap[data-astro-cid-ppp7k6wh].is-animated .cell__dot--covered[data-astro-cid-ppp7k6wh]{animation:gap-in 1.2s ease .7s forwards}.cell--gap[data-astro-cid-ppp7k6wh].is-animated{animation:cell-bg 1.2s ease .7s forwards}.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-animated .callout__from[data-astro-cid-ppp7k6wh]{animation:chip-out 1.2s ease .7s forwards}.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-animated .callout__to[data-astro-cid-ppp7k6wh]{opacity:0;transform:scale(.9);animation:chip-in 1.2s ease .7s forwards}.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-animated .callout__arrow[data-astro-cid-ppp7k6wh]{animation:arrow-nudge 1.2s ease .7s forwards}@keyframes gap-out{0%,40%{opacity:1}70%,to{opacity:0}}@keyframes gap-in{0%,55%{opacity:0}85%,to{opacity:1}}@keyframes cell-bg{0%,45%{background:var(--c-gap-tint)}75%,to{background:var(--c-primary-tint)}}@keyframes chip-out{0%,35%{opacity:1;transform:translateY(0)}65%,to{opacity:0;transform:translateY(-4px);max-width:0}}@keyframes chip-in{0%,55%{opacity:0;transform:scale(.9)}80%,to{opacity:1;transform:scale(1)}}@keyframes arrow-nudge{0%,45%{opacity:1}to{opacity:.35}}@media(prefers-reduced-motion:reduce){.cell--gap[data-astro-cid-ppp7k6wh].is-animated{background:var(--c-primary-tint);animation:none}.cell--gap[data-astro-cid-ppp7k6wh].is-animated .cell__dot--gap[data-astro-cid-ppp7k6wh]{opacity:0;animation:none}.cell--gap[data-astro-cid-ppp7k6wh].is-animated .cell__dot--covered[data-astro-cid-ppp7k6wh]{opacity:1;animation:none}.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-animated .callout__from[data-astro-cid-ppp7k6wh],.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-animated .callout__arrow[data-astro-cid-ppp7k6wh]{display:none}.shiftgrid__callout[data-astro-cid-ppp7k6wh].is-animated .callout__to[data-astro-cid-ppp7k6wh]{opacity:1;transform:none;animation:none}}
