*,:before,:after{box-sizing:border-box}:root{--safe-area-top:env(safe-area-inset-top);--safe-area-bottom:env(safe-area-inset-bottom);--safe-area-left:env(safe-area-inset-left);--safe-area-right:env(safe-area-inset-right);--theme-primary:#1976d2;--theme-primary-light:#42a5f5;--theme-bg:#fff;--theme-text:#1a202c;--theme-text-secondary:#718096;--theme-border:#e2e8f0;--status-pending:#ed8936;--status-confirmed:#3182ce;--status-completed:#38a169;--status-cancelled:#a0aec0;color:var(--theme-text);background:var(--theme-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}body{padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right);margin:0}#root{min-height:100svh}button,input,select,textarea{min-height:44px;font-family:inherit;font-size:16px}button{cursor:pointer;min-width:44px}.schedule-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=768px){.schedule-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.schedule-grid{grid-template-columns:repeat(3,1fr)}}.status-pending{color:var(--status-pending);background:#ed89361a}.status-confirmed{color:var(--status-confirmed);background:#3182ce1a}.status-completed{color:var(--status-completed);background:#38a1691a}.status-cancelled{color:var(--status-cancelled);background:#a0aec01a}
