.team-schedule__toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.team-schedule__hint{color:var(--theme-elevation-500);margin:0;font-size:.8125rem}.team-schedule__add{background:var(--theme-elevation-800);border-radius:var(--style-radius-s);color:var(--theme-elevation-0);cursor:pointer;border:none;flex-shrink:0;padding:.5rem .9rem;font-size:.8125rem;font-weight:600}.team-schedule__add:hover{background:var(--theme-elevation-650)}.team-schedule__empty,.team-schedule__error{color:var(--theme-elevation-500);margin:.5rem 0;font-size:.875rem}.team-schedule__error{color:var(--theme-error-500)}.team-schedule__past-toggle{color:var(--theme-elevation-500);cursor:pointer;background:0 0;border:none;margin-bottom:.75rem;padding:0;font-size:.8125rem;text-decoration:underline}.team-schedule__past-toggle:hover{color:var(--theme-text)}.team-schedule__month{margin-bottom:1.5rem}.team-schedule__month-label{border-bottom:1px solid var(--theme-elevation-150);color:var(--theme-elevation-500);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .25rem;padding-bottom:.4rem;font-size:.75rem;font-weight:600}.team-schedule__row{border:none;border-bottom:1px solid var(--theme-elevation-100);color:var(--theme-text);cursor:pointer;text-align:left;background:0 0;grid-template-columns:3.25rem 9rem 1fr auto;align-items:center;gap:1rem;width:100%;padding:.6rem .25rem;display:grid}.team-schedule__row:hover{background:var(--theme-elevation-50)}.team-schedule__row--past{opacity:.5}.team-schedule__row--past:hover{opacity:1}.team-schedule__date{flex-direction:column;line-height:1.2;display:flex}.team-schedule__weekday{color:var(--theme-elevation-500);letter-spacing:.06em;text-transform:uppercase;font-size:.6875rem;font-weight:600}.team-schedule__day{font-size:1.25rem;font-weight:700}.team-schedule__row--today .team-schedule__day{background:var(--theme-text);color:var(--theme-input-bg);text-align:center;border-radius:50%;width:1.75rem;height:1.75rem;line-height:1.75rem}.team-schedule__time{color:var(--theme-elevation-600);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8125rem}.team-schedule__main{flex-direction:column;gap:.1rem;min-width:0;display:flex}.team-schedule__title{font-size:.9375rem;font-weight:600}.team-schedule__meta{color:var(--theme-elevation-500);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.team-schedule__badge{letter-spacing:.06em;text-transform:uppercase;border-radius:2rem;padding:.25rem .65rem;font-size:.6875rem;font-weight:700}.team-schedule__badge--game{background:var(--theme-success-100);color:var(--theme-success-600)}.team-schedule__badge--practice{background:var(--theme-elevation-100);color:var(--theme-elevation-600)}@media (max-width:42rem){.team-schedule__row{grid-template-columns:3.25rem 1fr auto;gap:.35rem .75rem}.team-schedule__time{grid-area:2/2/auto/4}}
