header[data-astro-cid-ru3hw6jn]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.calendar-container{display:flex;gap:2rem;align-items:flex-start}.sidebar{width:320px;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.calendar-main{flex:1;min-width:0;position:relative;min-height:400px}#selected-flags{scrollbar-width:thin;scrollbar-color:rgba(251,146,60,.3) transparent}#selected-flags::-webkit-scrollbar{width:4px}#selected-flags::-webkit-scrollbar-track{background:transparent}#selected-flags::-webkit-scrollbar-thumb{background:#fb923c4d;border-radius:2px}#selected-flags::-webkit-scrollbar-thumb:hover{background:#fb923c80}#toggle-legend{text-align:left;background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit}#toggle-legend:focus{outline:2px solid rgba(251,146,60,.5);outline-offset:2px;border-radius:4px}.country-item-compact,.country-item-small{position:relative;display:flex;align-items:center;gap:.25rem}.country-button-wrapper,.country-button-wrapper-small{position:relative;display:flex;align-items:center;flex:1;border-radius:.75rem;overflow:hidden}.country-button-wrapper-small{border-radius:.5rem}.country-button-compact{display:flex;align-items:center;gap:.5rem;padding:.875rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;color:#fff;width:100%;text-align:left;font-family:inherit;position:relative;min-height:48px;touch-action:manipulation}.country-button-compact:hover{background:#fb923c26;border-color:#fb923c80;transform:translateY(-2px);box-shadow:0 4px 20px #fb923c40}.country-button-compact.selected{background:#fb923c33;border-color:#fb923c99;box-shadow:0 0 30px #fb923c4d;transform:translateY(-1px)}.country-button-small{display:flex;align-items:center;gap:.375rem;padding:.625rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;color:#fff;width:100%;text-align:left;font-family:inherit;position:relative;min-height:44px;touch-action:manipulation}.country-button-small:hover{background:#fb923c26;border-color:#fb923c80;transform:translateY(-1px);box-shadow:0 2px 15px #fb923c33}.country-button-small.selected{background:#fb923c33;border-color:#fb923c99;box-shadow:0 0 20px #fb923c40}.country-name-wrapper,.country-name-wrapper-small{flex:1;display:flex;align-items:center;justify-content:space-between;min-width:0}.calendar-wrapper{display:flex;gap:1px;background:#333;border-radius:.5rem;overflow:hidden;margin-top:1rem;position:relative;contain:layout;box-sizing:border-box}.week-numbers{display:flex;flex-direction:column;gap:1px;background:#333;box-sizing:border-box}#week-numbers-container{display:flex;flex-direction:column;gap:1px}.week-number-header{background:#1a1a1a;border-left:3px solid #fb923c;padding:1rem .75rem;text-align:center;font-weight:700;color:#fb923c;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;min-width:40px}.week-number{background:#111;border-left:3px solid #fb923c;min-height:120px;height:120px;display:flex;align-items:center;justify-content:center;color:#fb923c;font-size:.875rem;font-weight:600;border-right:1px solid #333;transition:all .2s ease;cursor:pointer}.week-number:hover{background:#fb923c26;color:#fb923c;font-weight:600;border-right-color:#fb923c80}.calendar-content{flex:1;display:flex;flex-direction:column;gap:1px;overflow:hidden;box-sizing:border-box;background:#333}.calendar-grid,.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;background:#333;box-sizing:border-box}.weekday-header{background:#1a1a1a;padding:1rem;text-align:center;font-weight:600;color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.weekday-header:nth-child(6),.weekday-header:nth-child(7){color:#fb923c}.calendar-day{background:#0a0a0a;min-height:120px;height:120px;position:relative;transition:all .2s ease;display:flex;flex-direction:column;padding:10px 8px 8px;cursor:pointer;border:1px solid transparent}.calendar-day:hover{background:#1a1414;border-color:#fb923c80;box-shadow:0 4px 20px #fb923c26;transform:translateY(-1px)}.calendar-day.weekend{background:#0d0d0d}.calendar-day.weekend:hover{background:#1a1414}.calendar-day.sunday{background:#1a0505}.calendar-day.sunday:hover{background:#2d0808}.calendar-day.today{background:#1a0f00!important;border:2px solid #fb923c!important;box-shadow:inset 0 0 20px #fb923c1a}.calendar-day.other-month{background:#1a1a1a!important;opacity:.3}.calendar-day .day-number{color:#fff;font-weight:600;font-size:16px;position:relative;z-index:2;margin-bottom:4px;flex-shrink:0}.calendar-day.other-month .day-number{color:#555}.calendar-day .holiday-indicator{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#fb923c;border-radius:50%;box-shadow:0 0 6px #fb923c99;z-index:3}.calendar-day .holidays{flex:1;display:flex;flex-wrap:wrap;gap:4px;align-items:flex-start;overflow:hidden;padding:2px}.calendar-day .holiday-flag{font-size:16px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;min-height:20px;min-width:20px;position:relative;flex-shrink:0;padding:1px;border-radius:3px}.calendar-day .holiday-flag.regional{opacity:.7;position:relative}.calendar-day .holiday-flag.regional:after{content:"•";position:absolute;bottom:-2px;right:-2px;font-size:8px;color:#10b981;background:#0a0a0a;border-radius:50%;width:6px;height:6px;display:flex;align-items:center;justify-content:center}.calendar-day .holiday-flag:hover{transform:scale(1.15);filter:brightness(1.2);background:#fb923c1a;opacity:1}.calendar-day.week-highlighted{background:#fb923c14!important;border-color:#fb923c4d}.calendar-day.week-highlighted.weekend{background:#fb923c0f!important}.calendar-day.week-highlighted.sunday{background:#fb923c0d!important}.calendar-day.week-highlighted:hover{background:#fb923c1f!important;border-color:#fb923c80}.tooltip-container{position:absolute;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:1px solid rgba(255,165,0,.3);border-radius:12px;padding:0;z-index:9999;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;transform:translateY(-10px);box-shadow:0 8px 32px #0006,0 0 20px #ffa5001a;max-width:280px;min-width:200px;pointer-events:none}.tooltip-container.show{opacity:1;visibility:visible;transform:translateY(0)}.tooltip-content{padding:12px;color:#fff}.tooltip-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:#1a1a1a;border:1px solid rgba(255,165,0,.3);border-top:none;border-left:none;transition:left .2s ease}#selected-flags .selected-flag{animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 640px){.calendar-wrapper:after{display:none}}@media (max-width: 1024px){.calendar-container{flex-direction:column;gap:1.5rem}.sidebar{width:100%;position:static;max-height:none}.calendar-day{min-height:80px;height:80px;padding:6px}.calendar-day .holidays{gap:2px;padding:1px}.calendar-day .holiday-flag{font-size:14px;min-height:18px;min-width:18px;padding:0}.calendar-day .holiday-flag.regional:after{width:5px;height:5px;font-size:7px;bottom:-1px;right:-1px;color:#10b981}.week-number{min-height:80px;height:80px;font-size:.75rem;font-weight:600;border-left:3px solid #fb923c;background:#111!important;color:#fb923c!important}.weekday-header{padding:.75rem;font-size:.75rem}.week-number-header{padding:.75rem;font-size:.65rem;min-width:35px}.calendar-day .day-number{font-size:14px}}@media (max-width: 640px){.calendar-wrapper,.calendar-content,.calendar-grid,.calendar-weekdays,.week-numbers,#week-numbers-container{gap:0!important}.calendar-container{display:flex;flex-direction:column;margin:0 -1rem;padding:0 1rem}.calendar-main{order:-1;margin-bottom:2rem;margin-left:-1rem;margin-right:-1rem;padding:0 1rem}.sidebar{order:1}.calendar-wrapper{margin:0 -1rem;border-radius:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);position:relative;gap:0!important;background:transparent!important;border:1px solid #1a1a1a;border-left:none;border-right:none}.calendar-content,.week-numbers{flex-shrink:0}.calendar-content{min-width:calc(100vw - 35px - 4rem);width:calc(100vw - 35px - 4rem);gap:0!important;background:#0a0a0a!important}.week-numbers{min-width:35px;width:35px;gap:0!important;background:#0a0a0a!important;border-right:1px solid #1a1a1a}.calendar-grid,.calendar-weekdays{gap:0!important;background:transparent!important}#week-numbers-container{gap:0!important}.calendar-day{min-height:75px;height:75px;padding:6px;width:calc((100vw - 35px - 4rem) / 7);max-width:calc((100vw - 35px - 4rem) / 7);border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;margin:0!important;box-sizing:border-box;transform:none!important;box-shadow:none!important;background:#0a0a0a!important}.calendar-day.other-month{background:#1a1a1a!important}.calendar-day.weekend{background:#0d0d0d!important}.calendar-day.sunday{background:#1a0505!important}.calendar-day:nth-child(7n){border-right:none}.calendar-day .day-number{font-size:12px;margin-bottom:2px;line-height:1}.calendar-day .holidays{gap:1px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.calendar-day .holiday-flag{font-size:12px;min-height:16px;min-width:16px;padding:0}.calendar-day .holiday-flag.regional:after{width:4px;height:4px;font-size:6px;bottom:0;right:0}.week-number{min-height:75px;height:75px;font-size:.7rem;font-weight:600;min-width:35px;width:35px;border-bottom:1px solid #1a1a1a;border-left:3px solid #fb923c;background:#111!important;color:#fb923c!important;margin:0;border-right:none!important;box-sizing:border-box}.week-number:last-child{border-bottom:none}.week-number-header{font-size:.6rem;font-weight:700;min-width:35px;padding:.5rem .25rem;border-bottom:1px solid #1a1a1a;border-left:3px solid #fb923c;background:#1a1a1a!important;color:#fb923c!important;margin:0;height:auto}.weekday-header{padding:.5rem .25rem;font-size:.65rem;width:calc((100vw - 35px - 4rem) / 7);max-width:calc((100vw - 35px - 4rem) / 7);border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;background:#111!important;margin:0;box-sizing:border-box}.weekday-header:nth-child(7){border-right:none}.calendar-day .holiday-indicator{width:6px;height:6px;top:3px;right:3px}.tooltip-container{max-width:90vw;min-width:180px;font-size:.875rem}.tooltip-content{padding:10px}.country-button-compact,.country-button-small{min-height:48px;touch-action:manipulation;padding:1rem .875rem}.country-button-small{min-height:44px;padding:.75rem .625rem}#select-all,#clear-all,#toggle-other-countries{min-height:40px!important;padding:.5rem .75rem!important;touch-action:manipulation;-webkit-tap-highlight-color:rgba(251,146,60,.2)}.major-countries .grid,.other-countries .grid{grid-template-columns:1fr!important;gap:.5rem!important}#country-search{min-height:44px!important;padding:.75rem 1rem!important;font-size:16px!important;touch-action:manipulation}.calendar-main{margin:0}.calendar-main .calendar-view{margin:0 -1rem}.calendar-main .mt-6{margin-top:1rem!important;margin-left:-1rem!important;margin-right:-1rem!important;padding-left:1rem!important;padding-right:1rem!important}.calendar-main .bg-gradient-to-br{padding:.875rem!important;border-radius:0!important;margin:0!important}#legend-content{grid-template-columns:1fr!important;gap:1.25rem!important;margin-top:.875rem!important}.calendar-wrapper *{margin:0!important}.calendar-grid{display:grid!important;grid-template-columns:repeat(7,calc((100vw - 35px - 4rem) / 7))!important;gap:0!important;width:calc(100vw - 35px - 4rem)!important;background:transparent!important;border-collapse:collapse}.calendar-weekdays{display:grid!important;grid-template-columns:repeat(7,calc((100vw - 35px - 4rem) / 7))!important;gap:0!important;width:calc(100vw - 35px - 4rem)!important;background:transparent!important}.calendar-day,.weekday-header,.week-number{box-sizing:border-box!important}@media (max-width: 480px){.sidebar{padding:0 .5rem}.calendar-header{padding:.5rem}.calendar-header h2{font-size:1.125rem}.calendar-main .bg-gradient-to-br{padding:.75rem!important}#legend-content{gap:1rem!important;margin-top:.75rem!important}#legend-content .space-y-3{space-y:.5rem!important}#legend-content .flex.items-center{gap:.5rem!important}#legend-content .text-sm{font-size:.8rem!important}#toggle-legend{font-size:.75rem!important;gap:.375rem!important}#toggle-legend .w-4{width:.875rem!important;height:.875rem!important}}@supports (-webkit-touch-callout: none){.calendar-wrapper,.sidebar{-webkit-overflow-scrolling:touch}}}
