.calendar-date-picker{background:#fff;border-radius:12px;flex-direction:row;gap:15px;width:fit-content;display:flex;box-shadow:0 2px 12px #0000001a}.calendar-label{color:#333;font-size:16px;font-weight:600}.calendar-presets{flex-wrap:wrap;gap:8px;height:fit-content;display:flex}.preset-button{color:#333;cursor:pointer;white-space:nowrap;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;max-height:35px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.preset-button:hover{color:#fff;background:#e1251b;border-color:#e1251b;transform:translateY(-1px);box-shadow:0 2px 4px #e1251b33}.preset-button:active{box-shadow:none;transform:translateY(0)}.calendar-navigation{align-items:flex-start;gap:10px;padding:20px;display:flex}.calendar-nav-button{cursor:pointer;color:#333;background:#f0f0f0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex}.calendar-nav-button.desktop{display:none}@media (width>=768px){.calendar-month-header .calendar-nav-button{display:none}.calendar-nav-button.desktop{display:flex}}.calendar-nav-button:hover{background:#e0e0e0;transform:scale(1.1)}.calendar-nav-button:active{transform:scale(.95)}.calendar-nav-button:disabled{color:#ccc;cursor:not-allowed;opacity:.5;background:#f9f9f9}.calendar-nav-button:disabled:hover{background:#f9f9f9;transform:none}.calendar-months{gap:30px;display:flex}.calendar-month{flex-direction:column;gap:10px;display:flex}.calendar-month-header{text-align:center;color:#333;justify-content:space-between;align-items:center;padding:10px 0;font-size:18px;font-weight:600;display:flex}.calendar-weekdays{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-weekday{color:#666;text-align:center;padding:8px 0;font-size:12px;font-weight:600}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-day{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:100%;height:40px;font-size:14px;transition:all .2s;display:flex;position:relative}.calendar-day:not(.empty):hover{background:#f0f0f0;transform:scale(1.1)}.calendar-day.empty{cursor:default}.calendar-day.disabled{color:#ccc;cursor:not-allowed;background:0 0!important}.calendar-day.disabled:hover{background:0 0!important;transform:none!important}.calendar-day.today{color:#e1251b;font-weight:700}.calendar-day.in-range{background:#fde3e3;border-radius:0}.calendar-day.start-date,.calendar-day.end-date{color:#fff;z-index:1;background:#e1251b;border-radius:50%;font-weight:600}.calendar-day.start-date:hover,.calendar-day.end-date:hover{background:#e1251b;transform:scale(1.1)}.calendar-day.start-date:not(.end-date){border-top-right-radius:0;border-bottom-right-radius:0}.calendar-day.end-date:not(.start-date){border-top-left-radius:0;border-bottom-left-radius:0}.calendar-day.start-date.end-date{border-radius:50%}.calendar-day:active{transform:scale(.9)}@media (width<=768px){.calendar-months{flex-direction:column;gap:20px;width:100%}.calendar-date-picker{flex-direction:column-reverse;gap:0;width:100%}.calendar-presets{justify-content:center;padding:20px 20px 0}.preset-button{padding:6px 12px;font-size:13px}}@media (width>=768px){.calendar-presets{padding:20px}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,40px)}}@media (width<=600px){.search-bar-container{display:none}#navbar{gap:5px;padding:0 20px}#favouritesToggle{border-left:0;border-radius:0}#calendarToggle{flex:1}}#navbar{flex-wrap:wrap}.circleButton{cursor:pointer;vertical-align:middle;box-sizing:content-box;background-color:#fff;border:2px solid #e1251b;border-radius:50px;align-items:center;gap:10px;width:fit-content;height:24px;max-height:62px;padding:6px 20px;font-size:16px;transition:box-shadow .4s;display:flex}#profileButton>img{border-radius:50%;width:24px;height:24px}.navbar-profile-fallback{color:#fff;background:#e1251b;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:600;display:flex}.circleButton:hover{box-shadow:0 4px 0 2px #4a90e233}.circleButton:active{transform:scale(.92)}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-header{border-radius:8px;width:200px;height:60px;margin:20px auto}.skeleton-navbar{flex-wrap:wrap;justify-content:center;gap:10px;padding:20px;display:flex}.skeleton-nav-item{border-radius:20px;width:120px;height:40px}.skeleton-filters{flex-wrap:wrap;gap:10px;padding:20px;display:flex}.skeleton-filter{border-radius:18px;width:100px;height:35px}.skeleton-exhibits{grid-template-columns:1fr 1fr;gap:20px;padding:20px;display:grid}@media (width<=600px){.skeleton-exhibits{grid-template-columns:1fr}}.skeleton-exhibit-card{border:1px solid #e0e0e0;border-radius:12px;flex-direction:row;display:flex;overflow:hidden}.skeleton-exhibit-image{width:140px;height:152px}.skeleton-exhibit-content{width:100%;padding:15px}.skeleton-title{border-radius:4px;height:24px;margin-bottom:10px}.skeleton-text{border-radius:4px;height:16px;margin-bottom:8px}.skeleton-text-short{border-radius:4px;width:60%;height:16px;margin-bottom:8px}.preferences-overlay{z-index:1000;background:#000000db;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.preferences-panel{border-radius:16px;width:100%;max-width:720px;max-height:90vh;padding:1.5rem;overflow-y:auto}.preferences-panel>h2{color:#fff;text-align:center}.preferences-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.preferences-header h2{color:#fff;margin:0;font-size:1.5rem}.preferences-skip{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:999px;padding:.4rem .9rem;font-size:.9rem;transition:background .2s,border-color .2s}.preferences-skip:hover{background:#ffffff1a;border-color:#fff9}.preferences-intro{color:#aaa;margin-bottom:1.25rem;font-size:.95rem;line-height:1.4}.preferences-grid{flex-wrap:wrap;place-content:start center;gap:.6rem;width:100%;max-width:450px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:flex}.preference-category{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.preference-sub-list{opacity:0;flex-wrap:wrap;justify-content:center;gap:.6rem;width:100%;max-height:0;transition:max-height .35s,opacity .25s,transform .25s;display:flex;overflow:hidden;transform:translateY(-8px)}.preference-sub-list.open{opacity:1;max-height:500px;transform:translateY(0)}.preference-pill{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:999px;height:40px;padding:.55rem 1rem;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;animation:.25s both pill-in}@keyframes pill-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.preference-pill:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.preference-pill.selected{font-weight:600;box-shadow:inset 0 0 0 2px #fff}.preference-pill.sub-preference{padding:.45rem .85rem;font-size:.85rem}.preference-pill.sub-preference.pinned{opacity:.85}.preference-pill.sub-preference.pinned:after{content:"×";opacity:.7;margin-left:.4rem;font-size:.75rem}.preferences-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.preferences-save{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s}.preferences-save:hover{background:#e0e0e0}.preferences-count{color:#888;align-self:center;margin-right:auto;font-size:.85rem}
