*{box-sizing:border-box;margin:0;padding:0}body{background:#f1f5f9;font-family:Inter,system-ui,sans-serif}img{max-width:100%;display:block}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#101828;background-color:#f8fafc;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f8fafc;margin:0}h1,h2,h3,p{margin:0}button,input,textarea{font-family:inherit}.app{background:#f1f5f9;min-height:100vh;padding:32px}.app-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.app-header h1{color:#0f172a;font-size:2.2rem;font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin-bottom:8px;font-size:.75rem}.header-controls{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.view-switch,.nav-controls{background:#fff;border-radius:999px;gap:8px;padding:6px;display:flex;box-shadow:0 10px 25px #0f172a14}.view-switch button,.nav-controls button{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:999px;padding:8px 14px;font-weight:600}.view-switch button.active{color:#fff;background:#2563eb}.nav-controls button{border:1px solid #0000}.nav-controls button:hover{border-color:#cbd5f5}.layout{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:24px;display:grid}.calendar-column,.sidebar{background:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 50px #0f172a14}.calendar-header{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.calendar-header h2{color:#0f172a;font-size:1.5rem}.calendar-header p{color:#64748b}.calendar-body{margin-bottom:24px}.month-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.weekday-label{text-transform:uppercase;color:#94a3b8;text-align:center;font-size:.8rem;font-weight:600}.day-cell{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:88px;padding:10px;transition:all .2s;display:flex}.day-cell:hover{border-color:#2563eb;box-shadow:0 10px 20px #2563eb26}.day-cell.selected{background:#eff6ff;border-color:#2563eb}.day-cell.empty{cursor:default;background:0 0;border:none}.day-number{color:#0f172a;font-weight:600}.event-pill{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-self:flex-start;padding:4px 8px;font-size:.75rem;font-weight:600}.week-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;display:grid}.week-day{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.week-day-header{justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;display:flex}.week-events{flex-direction:column;gap:12px;display:flex}.day-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:16px}.day-events{flex-direction:column;gap:12px;display:flex}.hour-slot{grid-template-columns:80px 1fr;align-items:flex-start;gap:12px;display:grid}.hour-label{color:#475569;font-weight:600}.hour-events{flex-direction:column;gap:8px;display:flex}.event-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.event-title{color:#0f172a;font-weight:600}.event-meta{color:#64748b;font-size:.85rem}.event-notes{color:#475569;margin-top:6px;font-size:.85rem}.muted{color:#94a3b8;font-size:.85rem}.text-button{color:#ef4444;cursor:pointer;background:0 0;border:none;font-weight:600}.event-form{border-top:1px solid #e2e8f0;padding-top:20px}.form-header{margin-bottom:16px}.form-header h3{margin-bottom:6px}.form-header p{color:#64748b}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px;display:grid}label{color:#334155;flex-direction:column;gap:6px;font-weight:600;display:flex}input,textarea{background:#f8fafc;border:1px solid #cbd5f5;border-radius:12px;padding:10px 12px;font-size:.95rem}textarea{resize:vertical}.primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;padding:12px 22px;font-weight:600}.sidebar-header{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.sidebar-header p{color:#94a3b8}.sidebar-list{flex-direction:column;gap:16px;display:flex}.upcoming-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;gap:12px;padding:14px;display:flex}@media (max-width:1024px){.layout{grid-template-columns:1fr}}@media (max-width:720px){.app{padding:20px}.app-header{flex-direction:column;align-items:flex-start}.header-controls{justify-content:space-between;width:100%}}
