.crewboard-wrap{--cb-bg:#f5f3ef;--cb-card:#fff;--cb-text:#171717;--cb-muted:#68645f;--cb-accent:#b52821;max-width:1120px;margin:0 auto;padding:24px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--cb-text)}
.crewboard-hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;background:#171717;color:#fff;padding:30px;border-radius:18px;margin-bottom:28px}.crewboard-hero h1{margin:.2rem 0 .4rem;font-size:clamp(1.8rem,4vw,3rem);color:#fff}.crewboard-hero p{margin:0;color:#d9d9d9}.crewboard-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:#f05b52}.crewboard-logout{color:#fff;text-decoration:none;border:1px solid #666;border-radius:999px;padding:8px 14px;white-space:nowrap}
.crewboard-section{margin:30px 0}.crewboard-section-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}.crewboard-section-title h2{margin:0;font-size:1.45rem}.crewboard-section-title span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:#e9e5df;font-weight:700}
.crewboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.crewboard-card{background:var(--cb-card);border:1px solid #e4e0da;border-radius:14px;padding:18px;box-shadow:0 5px 18px rgba(0,0,0,.05)}.crewboard-card h3{margin:.35rem 0}.crewboard-card p{margin:.35rem 0}.crewboard-card-date{font-size:.82rem;color:var(--cb-muted)}.crewboard-service-name{font-weight:750;font-size:1.08rem}.crewboard-capacity{font-size:.85rem;color:var(--cb-muted)}.crewboard-empty{background:var(--cb-bg);padding:20px;border-radius:12px;color:var(--cb-muted)}
.crewboard-button{display:inline-block;border:0;background:var(--cb-accent);color:#fff!important;text-decoration:none;border-radius:9px;padding:10px 14px;font-weight:700;cursor:pointer;margin-top:8px}
.crewboard-calendar-section{overflow:hidden}.crewboard-calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.crewboard-calendar-head h2{margin:0;text-transform:capitalize}.crewboard-calendar-head a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#171717;color:#fff;text-decoration:none;font-size:1.7rem}.crewboard-agenda{display:flex;flex-direction:column;gap:10px}.crewboard-agenda-day{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:stretch;padding:12px;border:1px solid #e4e0da;border-radius:12px;background:#fff}.crewboard-agenda-day.is-today{border-color:#171717}.crewboard-agenda-date{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #e4e0da}.crewboard-agenda-date strong{font-size:1.35rem;line-height:1.1}.crewboard-agenda-weekday{text-transform:uppercase;font-size:.74rem;font-weight:700;color:var(--cb-muted)}.crewboard-agenda-events{display:flex;flex-direction:column;gap:8px}.crewboard-event{padding:10px 12px;background:#efede9;border-radius:8px;font-size:.92rem;line-height:1.3}.crewboard-event.is-mine{background:#f7d8d5;border-left:3px solid var(--cb-accent)}.crewboard-event small{display:block;font-weight:700;color:#8d1f19;margin-top:3px}.crewboard-empty{margin:0;padding:18px;text-align:center;background:#f7f5f2;border-radius:10px;color:var(--cb-muted)}.crewboard-login{max-width:520px;margin:50px auto;text-align:center;padding:35px;background:#f5f3ef;border-radius:16px}
@media(max-width:720px){.crewboard-wrap{padding:12px}.crewboard-hero{padding:22px;flex-direction:column}.crewboard-agenda-day{grid-template-columns:58px 1fr;gap:10px;padding:10px}.crewboard-agenda-date strong{font-size:1.15rem}.crewboard-event{font-size:.88rem}}
