.body-text{color:var(--text);font-family:inherit}.body-text--sm{font-size:.8125rem;line-height:1.4}.body-text--compact{font-size:.9375rem;line-height:1.45}.body-text--md{font-size:1rem;line-height:1.5}.body-text--lg{font-size:1.125rem;line-height:1.5}.body-text--muted{color:var(--muted)}
.text-with-icon{color:var(--text);align-items:center;gap:6px;display:inline-flex}.text-with-icon__icon{color:var(--muted);align-items:center;line-height:0;display:inline-flex}.text-with-icon__icon svg{display:block}.text-with-icon__text{line-height:1.4}.text-with-icon--sm{font-size:.8125rem}.text-with-icon--sm .text-with-icon__icon{width:14px;height:14px}.text-with-icon--compact{font-size:.9375rem}.text-with-icon--compact .text-with-icon__icon{width:15px;height:15px}.text-with-icon--md{font-size:1rem}.text-with-icon--md .text-with-icon__icon{width:16px;height:16px}.text-with-icon--lg{font-size:1.125rem}.text-with-icon--lg .text-with-icon__icon{width:18px;height:18px}
.settings-section{border:1px solid var(--border);background:var(--card);border-radius:12px;padding:1.25rem 1.5rem}.settings-section__title{margin:0 0 .75rem;font-size:1.125rem}.settings-section__description{color:var(--muted);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55}.settings-section__body{flex-direction:column;gap:0;display:flex}.settings-section__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}
.time-select{flex:0 7.25rem;min-width:0;max-width:min(7.25rem,100%)}.time-select .custom-select{width:100%;min-width:0;max-width:100%}.time-select .custom-select__trigger{max-width:100%;overflow:hidden}.time-select .custom-select__trigger-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.badge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge--available{background:color-mix(in srgb, var(--success) 25%, transparent);color:var(--success);border:1px solid color-mix(in srgb, var(--success) 50%, transparent)}.badge--unavailable{background:color-mix(in srgb, var(--danger) 20%, transparent);color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 40%, transparent)}.badge--count{background:var(--accent);min-width:22px;height:22px;color:var(--text-on-accent);border-radius:11px;padding:0 6px;font-size:.75rem}.badge--neutral{background:var(--muted-bg);color:var(--muted);border:1px solid var(--border)}
.tag{border:1px solid var(--border);background:var(--card);color:var(--text);white-space:nowrap;cursor:default;border-radius:20px;align-items:center;padding:8px 14px;font-family:inherit;font-size:.8125rem;text-decoration:none;transition:border-color .2s,background .2s,color .2s;display:inline-flex}a.tag,button.tag,[role=button].tag{cursor:pointer}.tag:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent)}.tag--active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 15%, transparent);color:var(--accent)}
