.calendar{background:#fff;border-radius:12px;max-width:800px;margin:16px auto 8px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.calendar-header{color:#fff;text-align:center;background:#4f46e5;padding:1rem}.calendar-header h2{margin:0;font-size:1.5rem;font-weight:600}.calendar-days{background:#f3f4f6;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);display:grid}.day-name{text-align:center;color:#4b5563;padding:.75rem;font-size:.875rem;font-weight:500}.calendar-grid{background:#e5e7eb;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.calendar-day{aspect-ratio:1;color:#1f2937;cursor:pointer;background:#fff;min-height:80px;padding:.5rem;font-size:.875rem;transition:background-color .2s;overflow-y:auto}.calendar-day:hover{background:#f3f4f6}.calendar-day.inactive{color:#9ca3af;background:#f9fafb}.calendar-day.today{color:#4f46e5;background:#d9e1ff;border-bottom:1px dotted #4f46e5;border-right:1px dotted #4f46e5;font-weight:700;position:relative}.calendar-day.today:after{content:"";background:#4f46e5;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.5rem;right:.5rem}.calendar-day .day{text-align:center;margin-bottom:4px}.calendar-event-entry{color:#fff;text-align:center;background:#4f46e5;border:1px solid #fff;border-radius:4px;width:100%;margin:2px;padding:4px 0;font-size:12px;display:block}
/*# sourceMappingURL=index.dc81bbcc.css.map */
