@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;body,html{margin:0;padding:0;min-height:100vh;min-height:100dvh}body{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:rgba(148,163,184,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.5)}::-webkit-scrollbar-track{background:transparent}:root{--color-primary:#2d3fe0;--color-accent:#4ade80;--color-bg:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#0f172a;--color-muted:#64748b}@layer base{body{@apply bg-slate-50 text-slate-900 font-sans antialiased}}.fc .fc-toolbar-title{font-size:1rem;font-weight:600;color:#0f172a}.fc .fc-button{background-color:#2d3fe0!important;border-color:#2d3fe0!important;font-size:.8rem;font-weight:500;border-radius:.5rem!important;transition:background-color .15s}.fc .fc-button:hover{background-color:#2535c4!important;border-color:#2535c4!important}.fc .fc-button-active,.fc .fc-button:active{background-color:#1c2aa8!important;border-color:#1c2aa8!important}.fc .fc-button:focus{box-shadow:0 0 0 3px rgba(45,63,224,.25)!important}.fc .fc-today-button{background-color:#f1f5f9!important;border-color:#e2e8f0!important;color:#475569!important}.fc .fc-today-button:hover:not(:disabled){background-color:#e2e8f0!important}.fc .fc-day-today{background-color:rgba(45,63,224,.04)!important}.fc .fc-timegrid-now-indicator-line{border-color:#4ade80;border-width:2px}.fc .fc-timegrid-now-indicator-arrow{border-top-color:#4ade80;border-bottom-color:#4ade80}.fc-event{cursor:pointer;border-radius:4px!important;border:none!important}