: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)}}