.schedule-page-content{padding-top:var(--header-height);background-color:#f2e0ce;flex-direction:column;padding-bottom:0;display:flex}.schedule-page{padding:var(--space-7)0 0;background-color:#c6d0b4}.schedule-page .breadcrumbs{margin-bottom:0}.schedule-header{margin-top:var(--space-5);justify-content:space-between;align-items:center;width:100%;display:flex}.schedule-month-year{font-size:var(--font-size-7xl);color:#404040;margin:0;font-weight:700}.schedule-header-controls{gap:var(--space-6);align-items:center;display:flex}.schedule-region-filter{z-index:1000;align-items:center;min-width:0;display:flex;position:relative}.schedule-region-dropdown-custom{width:100%;min-width:200px}.schedule-region-select-wrapper{width:100%;min-width:200px;position:relative}.schedule-region-select-input{width:100%;padding:var(--space-4)40px var(--space-4)var(--space-5);font-size:var(--font-size-lg);color:#404040;border-radius:var(--radius-sm);cursor:pointer;box-sizing:border-box;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23404040' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-5)center;background-size:12px 8px;border:1px solid #ced4da;font-family:inherit;font-weight:500;transition:all .2s}.schedule-region-select-input:hover{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23F08A17' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:#f08a17}.schedule-region-select-input:focus{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23F08A17' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:#f08a17;outline:none;box-shadow:0 0 0 2px #f08a171a}.schedule-region-dropdown{margin-top:var(--space-2);border-radius:var(--radius-sm);z-index:10001;background-color:#fff;border:1px solid #ced4da;max-height:300px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.schedule-region-option{padding:var(--space-4)var(--space-6);cursor:pointer;font-size:var(--font-size-lg);color:#404040;border-bottom:1px solid #f0f0f0;font-weight:400;transition:background-color .2s}.schedule-region-option:last-child{border-bottom:none}.schedule-region-option:hover{background-color:#f8f8f8}.schedule-region-option.selected{background-color:#fff4e6}.schedule-nav-buttons{gap:var(--space-4);align-items:center;display:flex}.schedule-nav-button{cursor:pointer;padding:var(--space-3);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:filter .2s;display:flex}.schedule-nav-button:hover{filter:brightness(0)saturate()invert(58%)sepia(93%)saturate(2000%)hue-rotate(1deg)brightness(102%)contrast(101%)}.schedule-nav-button img{filter:brightness(0)invert();display:block}.schedule-calendar-item{opacity:0;animation:.15s ease-out forwards slideDownFadeIn;transform:translateY(-10px)}.schedule-header.schedule-calendar-item{animation-delay:.1s}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.schedule-calendar{margin-top:var(--space-7)}.schedule-weekday-full{display:inline}.schedule-weekday-short,.schedule-weekday-one{display:none}.schedule-weekdays{gap:var(--space-2);grid-template-columns:repeat(7,166px);display:grid}.schedule-weekday{font-size:var(--font-size-base);color:#404040;text-align:center;padding-bottom:var(--space-4);font-weight:600}.schedule-calendar-body{gap:var(--space-2);margin-top:var(--space-4);grid-template-columns:repeat(7,166px);display:grid;position:relative}.schedule-calendar-body.animate-left{animation:.4s cubic-bezier(.4,0,.2,1) forwards slideInRight}.schedule-calendar-body.animate-right{animation:.4s cubic-bezier(.4,0,.2,1) forwards slideInLeft}@keyframes slideOutLeft{0%{opacity:1;filter:blur();transform:translate(0)scale(1)}50%{opacity:.5;filter:blur(2px);transform:translate(-30px)scale(.98)}to{opacity:0;filter:blur(4px);transform:translate(-60px)scale(.95)}}@keyframes slideOutRight{0%{opacity:1;filter:blur();transform:translate(0)scale(1)}50%{opacity:.5;filter:blur(2px);transform:translate(30px)scale(.98)}to{opacity:0;filter:blur(4px);transform:translate(60px)scale(.95)}}@keyframes slideInLeft{0%{opacity:0;filter:blur(3px);transform:translate(40px)scale(.97)}30%{filter:blur(1px)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}@keyframes slideInRight{0%{opacity:0;filter:blur(3px);transform:translate(-40px)scale(.97)}30%{filter:blur(1px)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}.schedule-day-cell{border-radius:var(--radius-sm);box-sizing:border-box;background-color:#fff;width:166px;height:83px;transition:transform .2s,box-shadow .2s;position:relative}.schedule-day-cell:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.schedule-day-number{top:var(--space-3);right:var(--space-4);font-size:var(--font-size-base);color:#404040;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin:0;padding:0;font-weight:600;line-height:1;transition:color .2s,background-color .2s;display:flex;position:absolute}.schedule-day-cell:hover .schedule-day-number,.schedule-day-cell-active .schedule-day-number{color:#fff;background-color:#f08a17}.schedule-day-events-count{bottom:var(--space-3);align-items:baseline;gap:var(--space-2);font-size:var(--font-size-base);padding:var(--space-2)var(--space-4);color:#404040;white-space:nowrap;background-color:#f08a1726;border-radius:20px;font-weight:600;line-height:1.2;display:inline-flex;position:absolute;left:50%;transform:translate(-50%)}.schedule-day-cell:hover .schedule-day-events-count,.schedule-day-cell-active .schedule-day-events-count{color:#fff;background-color:#f08a17}@media (max-width:1345px){.schedule-weekdays,.schedule-calendar-body{grid-template-columns:repeat(7,1fr);max-width:100%}.schedule-day-cell{aspect-ratio:1;width:100%;min-width:0;height:auto}}@media (max-width:1024px){.schedule-header{margin-top:var(--space-4)}.schedule-month-year{font-size:var(--font-size-6xl)}.schedule-header-controls{gap:var(--space-4)}.schedule-region-dropdown-custom{min-width:180px}.schedule-weekdays,.schedule-calendar-body{grid-template-columns:repeat(7,1fr);max-width:100%}.schedule-day-cell{aspect-ratio:1;width:100%;height:auto}}@media (max-width:768px){.schedule-page{padding:var(--space-5)0 0}.schedule-header{gap:var(--space-4);margin-top:var(--space-4);flex-wrap:wrap;align-items:flex-start}.schedule-month-year{font-size:var(--font-size-5xl);flex:auto;min-width:0}.schedule-header-controls{gap:var(--space-4);flex-wrap:wrap;flex:100%;align-items:center}.schedule-region-filter{flex:auto;min-width:160px}.schedule-region-dropdown-custom{width:100%;min-width:0}.schedule-nav-buttons{flex-shrink:0}.schedule-page .main-container{overflow-x:hidden}.schedule-calendar{margin-top:var(--space-5);width:100vw;max-width:100vw;padding-left:var(--section-padding-x-mobile);padding-right:var(--section-padding-x-mobile);box-sizing:border-box;margin-left:calc(50% - 50vw)}.schedule-weekdays,.schedule-calendar-body{gap:2px;max-width:100%}.schedule-weekdays{padding-bottom:var(--space-2)}.schedule-calendar-body{margin-top:var(--space-2)}.schedule-weekday-full,.schedule-weekday-short{display:none}.schedule-weekday-one{display:inline}.schedule-weekday{font-size:var(--font-size-xs);padding-bottom:var(--space-2);color:#404040;font-weight:700}.schedule-day-cell{aspect-ratio:1;border-radius:var(--radius-sm);min-height:0;max-height:none}.schedule-day-number{width:18px;height:18px;font-size:var(--font-size-xs);top:2px;right:2px}.schedule-day-events-count{flex-direction:column;align-items:center;gap:0;padding:2px 4px;font-size:9px;line-height:1.15;bottom:2px;left:50%;transform:translate(-50%)}.schedule-day-events-count-word{font-size:8px;font-weight:600;display:inline}}@media (min-width:481px) and (max-width:768px){.schedule-day-number{width:22px;height:22px;font-size:13px;top:3px;right:3px}.schedule-day-events-count{padding:3px 6px;font-size:11px;bottom:3px}.schedule-day-events-count-word{font-size:10px}.schedule-weekday{font-size:var(--font-size-sm)}}@media (max-width:480px){.schedule-page{padding:var(--space-4)0 0}.schedule-header{margin-top:var(--space-3);gap:var(--space-3)}.schedule-month-year{font-size:var(--font-size-4xl)}.schedule-header-controls{gap:var(--space-3);flex-direction:row;align-items:center}.schedule-region-filter{flex:1;min-width:0}.schedule-region-dropdown-custom{width:100%}.schedule-nav-buttons{flex-shrink:0}.schedule-calendar{margin-top:var(--space-4);padding-left:var(--section-padding-x-mobile-sm);padding-right:var(--section-padding-x-mobile-sm)}.schedule-day-number{width:16px;height:16px;font-size:10px}}@media (max-width:360px){.schedule-header{gap:var(--space-3)}.schedule-month-year{font-size:var(--font-size-3xl)}.schedule-header-controls{gap:var(--space-2)}.schedule-nav-button{padding:var(--space-2)}.schedule-nav-button img{width:20px;height:20px}.schedule-weekday{font-size:10px}}.schedule-events-block{width:100%;margin-top:var(--space-16);padding-top:var(--space-12);padding-bottom:var(--space-10);background-color:#f2e0ce;flex:1;margin-bottom:0}.schedule-events-item{opacity:0;animation:.5s ease-out forwards slideDownFadeIn;transform:translateY(-10px)}.schedule-events-date{margin:0 0 var(--space-5)0;font-size:var(--font-size-5xl);color:#404040;font-weight:700;animation-delay:.1s}.schedule-events-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.schedule-event-item{gap:var(--space-7);padding:var(--space-6)0;border-bottom:1px solid #4040401f;grid-template-columns:190px 1.4fr 2fr 1fr auto 1.5fr;align-items:center;display:grid}.schedule-event-item:last-child{border-bottom:none}.schedule-event-item:first-child{padding-top:var(--space-5)}.schedule-event-column{gap:var(--space-2);flex-direction:column;display:flex}.schedule-event-column-title{min-width:0;padding-left:var(--space-4);padding-right:var(--space-2);margin-left:calc(-1*var(--space-2));border-left:3px solid #f08a17;justify-content:center}.schedule-event-column-photo{justify-content:flex-start;align-items:center;min-width:0;display:flex}.schedule-event-column-location{min-width:0;padding-right:var(--space-2)}.schedule-event-photo-thumb{border-radius:var(--radius-sm);cursor:pointer;background-color:#40404014;border:none;width:160px;height:180px;margin:0;padding:0;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.schedule-event-photo-thumb:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.schedule-event-photo-thumb img{object-fit:cover;width:100%;height:100%;display:block}.schedule-event-photo-placeholder{font-size:var(--font-size-sm);color:#40404066;-webkit-user-select:none;user-select:none}.schedule-event-title{font-size:var(--font-size-xl);color:#2d2d2d;font-weight:700;line-height:var(--line-height-lead);letter-spacing:.02em}.schedule-event-column-title .schedule-event-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.schedule-event-column-time{justify-content:center;align-items:center}.schedule-event-column-details{justify-content:flex-start;align-items:center}.schedule-event-details-button{white-space:nowrap}.schedule-event-column-organizer{text-align:right;align-items:flex-end}.schedule-event-location{font-size:var(--font-size-lg);color:#f08a17;word-wrap:break-word;font-weight:600;text-decoration:none;transition:color .2s}.schedule-event-location:hover{color:#d7780e;text-decoration:underline}.schedule-event-time{font-size:var(--font-size-sm);color:#4c4a5a;font-weight:500}.schedule-event-organizer{font-size:var(--font-size-sm);color:#4c4a5a;line-height:var(--line-height-body)}.schedule-events-empty{font-size:var(--font-size-lg);color:#4c4a5a;padding:var(--space-6)0;margin:0}@media (max-width:1000px){.schedule-event-item{column-gap:var(--space-5);padding:var(--space-5)0;grid-template-rows:auto auto;grid-template-columns:120px 1fr;align-content:center;align-items:stretch;row-gap:0}.schedule-event-item:first-child{padding-top:var(--space-4)}.schedule-event-column-location,.schedule-event-column-time,.schedule-event-column-organizer{display:none}.schedule-event-column-photo{grid-area:1/1/-1;align-items:center}.schedule-event-column-title{padding:var(--space-4);margin-left:calc(-1*var(--space-2));border-radius:var(--radius-sm);background:#ffffff73;border-left:3px solid #f08a17;grid-area:1/2;justify-content:center;min-width:0}.schedule-event-column-title .schedule-event-title{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.schedule-event-column-details{grid-area:2/2;justify-content:center;align-items:center}.schedule-event-photo-thumb{width:120px;height:135px}.schedule-event-title{font-size:var(--font-size-xl);font-weight:700}}@media (max-width:768px){.schedule-events-block{margin-top:var(--space-10);padding-top:var(--space-8);padding-bottom:var(--space-8)}.schedule-events-date{font-size:var(--font-size-4xl)}.schedule-event-item{gap:var(--space-3);padding:var(--space-4)0}.schedule-event-photo-thumb{width:100px;height:112px}.schedule-event-title{font-size:var(--font-size-base)}.schedule-event-details-button{font-size:var(--font-size-sm);padding:8px 14px}}@media (max-width:480px){.schedule-events-block{margin-top:var(--space-8);padding-top:var(--space-6);padding-bottom:var(--space-6)}.schedule-events-date{font-size:var(--font-size-3xl)}.schedule-event-item{gap:var(--space-3);padding:var(--space-3)0}.schedule-event-photo-thumb{width:80px;height:90px}.schedule-event-title{font-size:var(--font-size-sm)}.schedule-event-details-button{padding:6px 12px;font-size:12px}}
