:root{--brand-primary:#20b2aa;--brand-primary-hover:#1e988f;--brand-secondary:#65c995;--shadow-light:0 2px 8px rgba(0,0,0,.08);--shadow-medium:0 4px 12px rgba(0,0,0,.1);--border-radius:8px;--border-radius-large:16px;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--background-light:#f8fafc;--background-white:#fff;--border-light:#e5e7eb;--clean-gray:#f9fafb}.container{width:100%;max-width:1280px;margin:2.5rem auto 3.5rem;padding:1.25rem}.back-link{color:var(--text-secondary);text-decoration:none;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:2rem;transition:color .15s ease}.back-link:hover{color:var(--brand-primary);text-decoration:none}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem}.page-title{font-size:2rem;line-height:2.5rem;font-weight:800;color:var(--text-primary);letter-spacing:-.025em}.today-indicator{margin-top:.5rem;font-size:.875rem}.today-label{color:var(--text-secondary);font-weight:500}.today-date{color:var(--text-primary);font-weight:600}.year-selector{background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--border-radius);padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .15s ease}.year-selector:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-light)}.country-view-options{display:flex;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.country-view-toggle{padding:.5rem 1rem;border:1px solid var(--border-light);background:var(--background-white);border-radius:var(--border-radius);font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.country-view-toggle:hover{border-color:var(--brand-primary);background:var(--background-light)}.country-view-toggle.active{background:var(--brand-primary);color:var(--background-white);border-color:var(--brand-primary)}.country-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.country-section-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:.75rem}.country-section-title:before{content:"";width:4px;height:1.5rem;border-radius:2px}.public-holidays .country-section-title:before{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-hover))}.school-holidays .country-section-title:before{background:linear-gradient(135deg,var(--brand-secondary),#4ade80)}.country-count-badge{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:var(--border-radius);display:inline-flex;align-items:center;gap:.25rem}.public-holidays .country-count-badge{background:rgba(32,178,170,.1);color:var(--brand-primary);border:1px solid rgba(32,178,170,.3)}.school-holidays .country-count-badge{background:rgba(101,201,149,.1);color:var(--brand-secondary);border:1px solid rgba(101,201,149,.3)}.country-holiday-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;min-height:3rem}.country-holiday-main-info{flex:1;min-width:0}.country-holiday-badges{flex-shrink:0;display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.country-day-off-badge{background:linear-gradient(135deg,rgba(101,201,149,.2),rgba(101,201,149,.1));color:var(--brand-secondary);border:1px solid rgba(101,201,149,.4);border-radius:var(--border-radius)}.country-day-off-badge,.country-duration-badge{font-size:.7rem;font-weight:500;padding:.2rem .4rem;white-space:nowrap}.country-duration-badge{background:var(--background-light);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:var(--border-radius)}.country-metadata{background:var(--clean-gray);border:1px solid var(--border-light);border-radius:var(--border-radius-large);padding:1.5rem;margin:2rem 0}.country-metadata h3{color:var(--brand-primary);font-size:1.125rem;font-weight:600;margin:0 0 1rem}.country-metadata p{color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin:0}.region-badge{padding:.25rem .75rem;border-radius:var(--border-radius);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.metropolitan-badge,.region-badge{background:var(--brand-primary);color:var(--background-white)}.overseas-badge{background:var(--brand-secondary);color:var(--background-white)}.country-error-container{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-left:4px solid #ef4444;border-radius:var(--border-radius-large);padding:1.5rem;margin:2rem 0}.country-error-header{display:flex;align-items:flex-start;gap:.75rem}.country-error-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#ef4444}.country-error-content h3{font-size:1rem;font-weight:600;color:#991b1b;margin-bottom:.5rem}.country-error-content p{font-size:.875rem;color:#b91c1c}.country-loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--text-secondary);font-size:.875rem}.country-loading-spinner{display:inline-block;width:1rem;height:1rem;margin-right:.5rem;border-top:2px solid var(--border-light);border:2px solid var(--border-light);border-top-color:var(--brand-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.country-flex{display:flex}.country-items-center{align-items:center}.country-items-start{align-items:flex-start}.country-justify-between{justify-content:space-between}.country-flex-shrink-0{flex-shrink:0}.country-ml-auto{margin-left:auto}.country-gap-2{gap:.5rem}.country-gap-4{gap:1rem}@media (min-width:768px){.country-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}}@media (max-width:767px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-title{font-size:1.75rem;line-height:2.25rem}.country-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.country-view-options{flex-direction:column}.country-holiday-content{flex-direction:column;gap:.75rem}.country-holiday-badges{align-items:flex-start;flex-direction:row;flex-wrap:wrap}}@media (max-width:640px){.container{padding:1rem;margin-top:1.5rem}.country-holiday-content{gap:.5rem;min-height:2rem}.country-metadata{padding:1rem;margin:1.5rem 0}}@media (prefers-color-scheme:dark){:root{--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--background-light:#1e293b;--background-white:#0f172a;--border-light:#334155;--clean-gray:#1e293b}.country-metadata{background:var(--clean-gray);border-color:var(--border-light)}.country-metadata h3{color:var(--brand-primary)}.country-metadata p{color:var(--text-secondary)}.year-selector{background:var(--background-white);border-color:var(--border-light);color:var(--text-primary)}.year-selector:hover{border-color:var(--brand-primary)}}.religion-selector-section{margin:24px 0;padding:24px;background:var(--selector-bg,#f8f9fa);border-radius:12px;border:1px solid var(--selector-border,#e0e6ed)}.religion-selector-section.compact{padding:1.5rem;margin:1.5rem 0}.selector-header{margin-bottom:1.5rem;text-align:center}.selector-header h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;letter-spacing:-.025em}.selector-description{font-size:.875rem;color:var(--text-secondary);line-height:1.5;max-width:600px;margin:0 auto}.religion-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.religion-selector-grid.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.religion-option{display:block;background:var(--background-white);border:2px solid var(--border-light);border-radius:var(--border-radius);padding:1.25rem;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.religion-option.compact{padding:1rem}.religion-option:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-medium);transform:translateY(-1px);text-decoration:none;color:inherit}.religion-option.selected{border-color:var(--brand-primary);background:linear-gradient(135deg,rgba(32,178,170,.05),rgba(32,178,170,.02));box-shadow:0 4px 12px rgba(32,178,170,.15)}.religion-option.selected:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--brand-primary),var(--brand-primary-hover))}.religion-info h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.religion-option.selected .religion-info h4{color:var(--brand-primary)}.religion-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.4;margin:0}.religion-option .religion-info h4:before{content:"";width:16px;height:16px;border-radius:50%;background:var(--border-light);display:inline-block;flex-shrink:0}.religion-option[href*="religion=islamic"] .religion-info h4:before{background:linear-gradient(135deg,#10b981,#059669)}.religion-option[href*="religion=catholic"] .religion-info h4:before{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.religion-option[href*="religion=orthodox"] .religion-info h4:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.religion-option[href*="religion=jewish"] .religion-info h4:before{background:linear-gradient(135deg,#3b82f6,#2563eb)}.religion-option.selected .religion-info h4:before{background:var(--brand-primary);box-shadow:0 0 0 2px rgba(32,178,170,.2)}.selected-religion-display{display:inline-flex;align-items:center;gap:.5rem;background:rgba(32,178,170,.1);border:1px solid rgba(32,178,170,.3);border-radius:var(--border-radius);padding:.5rem 1rem;font-size:.875rem;margin-top:.5rem}.religion-label{font-weight:500;color:var(--text-secondary)}.religion-value{font-weight:600;color:var(--brand-primary)}@media (max-width:768px){.religion-selector-grid{grid-template-columns:1fr;gap:.75rem}.religion-option{padding:1rem}.religion-option.compact{padding:.875rem}.selector-header{margin-bottom:1rem}.selector-header h3{font-size:1.125rem}}@media (max-width:640px){.religion-selector-section{padding:1rem;margin:1rem 0}.religion-option{padding:.875rem}.religion-info h4{font-size:1rem}.religion-desc{font-size:.8125rem}}@media (prefers-color-scheme:dark){.religion-option,.religion-selector-section{background:var(--background-white);border-color:var(--border-light)}.religion-option:hover{border-color:var(--brand-primary)}.religion-option.selected{background:linear-gradient(135deg,rgba(32,178,170,.1),rgba(32,178,170,.05))}.selected-religion-display{background:rgba(32,178,170,.15);border-color:rgba(32,178,170,.4)}}.education-level-selector-section{margin:24px 0;padding:24px;background:var(--selector-bg,#f8f9fa);border-radius:12px;border:1px solid var(--selector-border,#e0e6ed)}.education-level-selector-section.compact{padding:1.5rem;margin:1.5rem 0}.education-level-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.education-level-selector-grid.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.education-level-option{display:block;background:var(--background-white);border:2px solid var(--border-light);border-radius:var(--border-radius);padding:1.25rem;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.education-level-option.compact{padding:1rem}.education-level-option:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-medium);transform:translateY(-1px);text-decoration:none;color:inherit}.education-level-option.selected{border-color:var(--brand-primary);background:linear-gradient(135deg,rgba(32,178,170,.05),rgba(32,178,170,.02));box-shadow:0 4px 12px rgba(32,178,170,.15)}.education-level-option.selected:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--brand-primary),var(--brand-primary-hover))}.education-level-info h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.education-level-option.selected .education-level-info h4{color:var(--brand-primary)}.education-level-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.4;margin:0}.education-level-option .education-level-info h4:before{content:"🎓";font-size:1rem}.education-level-option[href*="educationLevel=primary"] .education-level-info h4:before{content:"📚"}.education-level-option[href*="educationLevel=secondary"] .education-level-info h4:before{content:"🏫"}.education-level-option[href*="educationLevel=junior_college"] .education-level-info h4:before{content:"🎓"}.education-level-option[href*="educationLevel=polytechnic"] .education-level-info h4:before{content:"🏛️"}.selected-education-level-display{display:inline-flex;align-items:center;gap:.5rem;background:rgba(32,178,170,.1);border:1px solid rgba(32,178,170,.3);border-radius:var(--border-radius);padding:.5rem 1rem;font-size:.875rem;margin-top:.5rem}.education-level-label{font-weight:500;color:var(--text-secondary)}.education-level-value{font-weight:600;color:var(--brand-primary)}@media (max-width:768px){.education-level-selector-grid{grid-template-columns:1fr;gap:.75rem}.education-level-option{padding:1rem}.education-level-option.compact{padding:.875rem}}@media (max-width:640px){.education-level-selector-section{padding:1rem;margin:1rem 0}.education-level-option{padding:.875rem}.education-level-info h4{font-size:1rem}.education-level-desc{font-size:.8125rem}}@media (prefers-color-scheme:dark){.education-level-option,.education-level-selector-section{background:var(--background-white);border-color:var(--border-light)}.education-level-option:hover{border-color:var(--brand-primary)}.education-level-option.selected{background:linear-gradient(135deg,rgba(32,178,170,.1),rgba(32,178,170,.05))}.selected-education-level-display{background:rgba(32,178,170,.15);border-color:rgba(32,178,170,.4)}}.school-type-selector-section{margin:24px 0;padding:24px;background:var(--selector-bg,#f8f9fa);border-radius:12px;border:1px solid var(--selector-border,#e0e6ed)}.school-type-selector-section.compact{padding:1.5rem;margin:1.5rem 0}.school-type-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.school-type-selector-grid.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.school-type-option{display:block;background:var(--background-white);border:2px solid var(--border-light);border-radius:var(--border-radius);padding:1.25rem;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.school-type-option.compact{padding:1rem}.school-type-option:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-medium);transform:translateY(-1px);text-decoration:none;color:inherit}.school-type-option.selected{border-color:var(--brand-primary);background:linear-gradient(135deg,rgba(32,178,170,.05),rgba(32,178,170,.02));box-shadow:0 4px 12px rgba(32,178,170,.15)}.school-type-option.selected:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--brand-primary),var(--brand-primary-hover))}.school-type-info h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.school-type-option.selected .school-type-info h4{color:var(--brand-primary)}.school-type-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.4;margin:0}.school-type-option .school-type-info h4:before{content:"🏫";font-size:1rem}.school-type-option[href*="schoolType=public"] .school-type-info h4:before{content:"🏫"}.school-type-option[href*="schoolType=international"] .school-type-info h4:before{content:"🌍"}.school-type-option[href*="schoolType=private"] .school-type-info h4:before{content:"🎓"}.selected-school-type-display{display:inline-flex;align-items:center;gap:.5rem;background:rgba(32,178,170,.1);border:1px solid rgba(32,178,170,.3);border-radius:var(--border-radius);padding:.5rem 1rem;font-size:.875rem;margin-top:.5rem}.school-type-label{font-weight:500;color:var(--text-secondary)}.school-type-value{font-weight:600;color:var(--brand-primary)}@media (max-width:768px){.school-type-selector-grid{grid-template-columns:1fr;gap:.75rem}.school-type-option{padding:1rem}.school-type-option.compact{padding:.875rem}}@media (max-width:640px){.school-type-selector-section{padding:1rem;margin:1rem 0}.school-type-option{padding:.875rem}.school-type-info h4{font-size:1rem}.school-type-desc{font-size:.8125rem}}@media (prefers-color-scheme:dark){.school-type-option,.school-type-selector-section{background:var(--background-white);border-color:var(--border-light)}.school-type-option:hover{border-color:var(--brand-primary)}.school-type-option.selected{background:linear-gradient(135deg,rgba(32,178,170,.1),rgba(32,178,170,.05))}.selected-school-type-display{background:rgba(32,178,170,.15);border-color:rgba(32,178,170,.4)}}