.schedule-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:Geist,sans-serif}.schedule-title{text-align:center;color:#fff;margin:2rem 0;font-size:2.5rem;font-weight:700}.calendar{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.calendar-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.nav-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:2rem;transition:background-color .2s}.nav-btn:hover{background-color:#ffffff1a}.current-month{margin:0;font-size:1.5rem;font-weight:600}.calendar-grid{padding:1rem}.day-names{grid-template-columns:repeat(7,1fr);gap:1px;margin-bottom:1rem;display:grid}.day-name{text-align:center;color:#666;padding:1rem;font-size:.9rem;font-weight:600}.calendar-days{background-color:#e5e7eb;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.calendar-day{cursor:pointer;background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;min-height:80px;padding:.5rem;transition:all .2s;display:flex;position:relative}.calendar-day:hover{background-color:#f8fafc}.calendar-day.other-month{color:#cbd5e1;background-color:#f8fafc}.calendar-day.has-events{background-color:#eff6ff;border:2px solid #3b82f6}.calendar-day.has-events:hover{background-color:#dbeafe;transform:translateY(-2px);box-shadow:0 2px 8px #3b82f64d}.day-number{font-size:1rem;font-weight:600}.event-indicator{background:#3b82f6;border-radius:50%;width:8px;height:8px;margin-top:4px}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:#333;background-color:#f3f4f6}.flyer-gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.event-group{flex-direction:column;gap:1rem;display:flex}.flyer-image{border-radius:8px;width:100%;max-width:500px;height:auto;transition:transform .2s;box-shadow:0 4px 12px #0000001a}.flyer-image:hover{transform:scale(1.02)}@media (max-width:768px){.schedule-container{padding:1rem}.schedule-title{font-size:2rem}.calendar-header{padding:1rem}.current-month{font-size:1.2rem}.calendar-day{min-height:60px;padding:.25rem}.day-number{font-size:.9rem}.modal-content{margin:1rem;padding:1rem}.flyer-gallery{grid-template-columns:1fr}}
