:root{--bg-start: #eafaf6;--bg-end: #e8f4ff;--card: #ffffff;--primary: #0b8a7e;--primary-dark: #066b5f;--accent: #1fb6a4;--muted: #335a62;--muted-2: #627b83;--surface-shadow: 0 8px 30px rgba(10,30,40,.06);--radius: 12px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}*{box-sizing:border-box}body,html,#root{height:100%}.app-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px;background:linear-gradient(135deg,var(--bg-start) 0%,var(--bg-end) 100%)}.hero{text-align:left;padding:36px;border-radius:var(--radius);box-shadow:var(--surface-shadow);background:linear-gradient(180deg,var(--card),#fbfeff);max-width:1100px;width:100%;border-left:6px solid var(--primary)}h1{font-size:1.75rem;color:var(--primary-dark);margin-bottom:8px}.lead{color:var(--muted-2);margin-top:4px}.schedules-section{margin-top:20px}.schedules-table{width:100%;border-collapse:collapse;margin-top:12px}.schedules-table thead th{text-align:left;padding:12px 10px;color:var(--muted-2);font-size:.95rem;border-bottom:1px solid #e6eef0}.schedules-table tbody td{padding:12px 10px;border-bottom:1px solid #f1f6f6;vertical-align:top;color:#0f2b2a}.schedules-table tbody tr:hover{background:linear-gradient(90deg,#1b807208,#0e577805)}.status-chip{display:inline-block;padding:4px 8px;border-radius:999px;font-size:.8rem;font-weight:600;color:#fff}.status-scheduled{background:var(--primary)}.status-ongoing{background:#f59e0b}.status-completed{background:#10b981}.status-cancelled{background:#ef4444}.time-cell{font-weight:600;color:var(--primary-dark)}.muted{color:var(--muted)}@media (max-width: 800px){.hero{padding:20px}.schedules-table thead{display:none}.schedules-table tbody td{display:block;width:100%}.schedules-table tbody tr{margin-bottom:12px;display:block;border-bottom:1px solid #eef6f6}}
