:root{--primary:210 40% 50%;--primary-foreground:0 0% 98%;--secondary:210 40% 96%;--secondary-foreground:222 47% 11%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--muted:210 40% 98%;--muted-foreground:215 16% 47%;--accent:210 40% 96%;--accent-foreground:222 47% 11%;--border:214 32% 91%;--ring:215 20% 65%}.dark{--primary:210 40% 50%;--primary-foreground:0 0% 98%;--secondary:217 33% 17%;--secondary-foreground:210 40% 98%;--destructive:0 63% 31%;--destructive-foreground:0 0% 98%;--muted:217 33% 17%;--muted-foreground:215 20% 65%;--accent:217 33% 17%;--accent-foreground:210 40% 98%;--border:217 33% 17%;--ring:215 20% 65%}.calendar-container{background-color:#ffffff;border:4px solid #442f2c;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}.calendar-grid{animation:slideIn .3s ease-out}.calendar-day{transition:all .2s ease-in-out}.calendar-day:hover{transform:scale(1.02);box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.calendar-day:focus-within{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 4px hsl(var(--ring))}.calendar-button{border-radius:9999px;transition:background-color .2s}.calendar-badge{border-radius:.125rem;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;transition:all .15s ease-in-out}.calendar-badge:hover{transform:scale(1.02)}.calendar-popover .popover-content{border:2px solid #442f2c;width:20rem;padding:0}.popover-content{animation:fadeIn .15s ease-out,zoomIn .15s ease-out,slideInFromLeft .15s ease-out}.event-badge-work{background-color:#3b82f6;color:white}.event-badge-work:hover{background-color:#2563eb}.event-badge-personal{background-color:#10b981;color:white}.event-badge-personal:hover{background-color:#059669}.event-badge-meeting{background-color:#8b5cf6;color:white}.event-badge-meeting:hover{background-color:#7c3aed}.event-badge-holiday{background-color:#ef4444;color:white}.event-badge-holiday:hover{background-color:#dc2626}[data-event-type=work]{background-color:#3b82f6}[data-event-type=work]:hover{background-color:#2563eb}[data-event-type=personal]{background-color:#10b981}[data-event-type=personal]:hover{background-color:#059669}[data-event-type=meeting]{background-color:#8b5cf6}[data-event-type=meeting]:hover{background-color:#7c3aed}[data-event-type=holiday]{background-color:#ef4444}[data-event-type=holiday]:hover{background-color:#dc2626}@media (max-width:640px){.calendar-grid{gap:.125rem}.calendar-day{min-height:80px;padding:.25rem}.calendar-header h1{font-size:2rem}.calendar-header h2{font-size:1.5rem;min-width:150px}.calendar-badge{font-size:.625rem;padding:.125rem .25rem}}@media (min-width:641px) and (max-width:1024px){.calendar-day{min-height:120px}.calendar-badge{font-size:.75rem}}@media (min-width:1025px){.calendar-day{min-height:140px}}.smooth-transition{transition:all .2s ease-in-out}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes slideInFromLeft{0%{transform:translateX(-.5rem)}to{transform:translateX(0)}}.event-item{transition:all .15s ease-in-out}.event-item:hover{transform:scale(1.02)}@media (prefers-contrast:high){.calendar-day{border:2px solid}.calendar-badge{border:1px solid}}@media (prefers-reduced-motion:reduce){.calendar-badge,.calendar-day,.smooth-transition{transition:none}.calendar-grid{animation:none}.calendar-day:hover{transform:none}}.calendar-badge:focus-visible,.calendar-button:focus-visible,.calendar-day:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 4px hsl(var(--ring))}@media print{.calendar-container{border:2px solid;box-shadow:none}.calendar-navigation,.popover-content{display:none}.calendar-day{background-color:#fffbf9}.calendar-badge,.calendar-day{border:1px solid;color:currentColor}.calendar-badge{background-color:hsl(var(--muted))}.calendar-day:hover{transform:none;box-shadow:none}}.calendar-today{border:2px solid #4b2e29;background-color:rgba(75,46,41,.05)}.calendar-weekend{color:#dc2626}.calendar-other-month{background-color:rgba(68,47,44,.5);color:#6b7280}.calendar-current-month{background-color:#fffbf9}.event-high-priority{border-left:4px solid #ef4444}.event-medium-priority{border-left:4px solid #eab308}.event-low-priority{border-left:4px solid #22c55e}