.site-header[data-astro-cid-fef6xg4b]{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000f}.hdr-nav[data-astro-cid-fef6xg4b]{max-width:var(--max-w);margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;gap:.75rem}.logo[data-astro-cid-fef6xg4b]{font-weight:800;font-size:1rem;color:var(--text);white-space:nowrap;text-decoration:none;flex-shrink:0}.logo[data-astro-cid-fef6xg4b]:hover{text-decoration:none}.logo-accent[data-astro-cid-fef6xg4b]{color:var(--accent)}.hdr-controls[data-astro-cid-fef6xg4b]{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:flex-end}.hdr-select-wrap[data-astro-cid-fef6xg4b]{position:relative}.hdr-select-btn[data-astro-cid-fef6xg4b]{display:flex;align-items:center;gap:.4rem;padding:.4rem .65rem;background:var(--card);border:1px solid var(--border);border-radius:8px;font-size:.82rem;color:var(--text);cursor:pointer;transition:border-color .15s;min-height:38px;white-space:nowrap}.hdr-select-btn[data-astro-cid-fef6xg4b]:hover,.hdr-select-btn[data-astro-cid-fef6xg4b].open{border-color:var(--accent)}.sel-label[data-astro-cid-fef6xg4b]{flex:1;text-align:left}.sel-arrow[data-astro-cid-fef6xg4b]{font-size:.6rem;color:var(--text-muted)}.hdr-dropdown[data-astro-cid-fef6xg4b]{position:absolute;top:calc(100% + 6px);right:0;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px #0000001f;z-index:200;min-width:280px;max-width:360px;overflow:hidden;box-sizing:border-box;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dd-search-wrap[data-astro-cid-fef6xg4b]{padding:.6rem .75rem;border-bottom:1px solid var(--border)}.dd-search[data-astro-cid-fef6xg4b]{width:100%;padding:.45rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.85rem;outline:none;box-sizing:border-box}.dd-search[data-astro-cid-fef6xg4b]:focus{border-color:var(--accent)}.dd-list[data-astro-cid-fef6xg4b]{list-style:none;margin:0;padding:.4rem;max-height:340px;overflow-y:auto}.dd-list[data-astro-cid-fef6xg4b] li[data-astro-cid-fef6xg4b]{border-radius:6px}.dd-item[data-astro-cid-fef6xg4b]{display:flex;align-items:center;padding:.45rem .65rem;border-radius:6px;font-size:.85rem;color:var(--text);text-decoration:none;transition:background .1s;cursor:pointer}.dd-item[data-astro-cid-fef6xg4b]:hover{background:var(--card-hover)}.dd-item[data-astro-cid-fef6xg4b].active{background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);font-weight:600}.dd-item[data-astro-cid-fef6xg4b] .dd-cc[data-astro-cid-fef6xg4b]{font-weight:700;color:var(--accent);margin-right:.3rem;min-width:22px;font-size:.78rem}.theme-toggle[data-astro-cid-fef6xg4b]{padding:.4rem .6rem;background:var(--card);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:1rem;line-height:1;min-height:38px;display:flex;align-items:center;transition:border-color .15s}.theme-toggle[data-astro-cid-fef6xg4b]:hover{border-color:var(--accent)}.hamburger[data-astro-cid-fef6xg4b]{display:none;flex-direction:column;justify-content:center;gap:5px;padding:.4rem;background:var(--card);border:1px solid var(--border);border-radius:8px;cursor:pointer;min-height:38px;min-width:38px}.hamburger[data-astro-cid-fef6xg4b] span[data-astro-cid-fef6xg4b]{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.hamburger[data-astro-cid-fef6xg4b].open span[data-astro-cid-fef6xg4b]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-fef6xg4b].open span[data-astro-cid-fef6xg4b]:nth-child(2){opacity:0}.hamburger[data-astro-cid-fef6xg4b].open span[data-astro-cid-fef6xg4b]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay[data-astro-cid-fef6xg4b]{position:fixed;inset:0;background:#00000080;z-index:300;display:none;box-sizing:border-box}.mobile-overlay[data-astro-cid-fef6xg4b]:not([hidden]){display:block}.mobile-panel[data-astro-cid-fef6xg4b]{position:absolute;bottom:0;left:0;right:0;max-height:85vh;background:var(--bg);border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .2s ease;box-sizing:border-box}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-search-wrap[data-astro-cid-fef6xg4b]{padding:.75rem 1rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:1}.mobile-search[data-astro-cid-fef6xg4b]{width:100%;padding:.65rem .9rem;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--text);font-size:1rem;outline:none;box-sizing:border-box}.mobile-search[data-astro-cid-fef6xg4b]:focus{border-color:var(--accent)}.mobile-country-list[data-astro-cid-fef6xg4b]{list-style:none;margin:0;padding:.5rem;overflow-y:auto;flex:1}.mobile-country-list[data-astro-cid-fef6xg4b] li[data-astro-cid-fef6xg4b]{border-radius:8px;margin-bottom:2px}.mobile-country-list[data-astro-cid-fef6xg4b] .dd-item[data-astro-cid-fef6xg4b]{padding:.75rem 1rem;font-size:1rem;border-radius:8px;min-height:52px;display:flex;align-items:center}@media(max-width:767px){.site-header[data-astro-cid-fef6xg4b]{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000f}.hdr-nav[data-astro-cid-fef6xg4b]{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.5rem;padding:.5rem 1rem;min-width:0}.logo[data-astro-cid-fef6xg4b]{font-size:1rem;grid-column:1;grid-row:1;align-self:center}.theme-toggle[data-astro-cid-fef6xg4b]{grid-column:2;grid-row:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;align-self:center}.hdr-controls[data-astro-cid-fef6xg4b]{grid-column:1 / -1;grid-row:2;display:flex;gap:2px;justify-content:stretch}.hdr-select-wrap[data-astro-cid-fef6xg4b]{flex:1 1 0;position:relative}.hdr-select-btn[data-astro-cid-fef6xg4b]{width:100%;padding:.5rem .25rem;font-size:.82rem;min-height:44px;border-radius:8px;background:var(--card);border:1px solid var(--border);box-shadow:0 1px 3px #00000014;justify-content:center}#countryWrap[data-astro-cid-fef6xg4b] .hdr-dropdown[data-astro-cid-fef6xg4b]{left:0;right:auto;min-width:280px;max-width:calc(100vw - 2rem)}#yearWrap[data-astro-cid-fef6xg4b] .hdr-dropdown[data-astro-cid-fef6xg4b]{left:0;right:0;margin:0 auto;min-width:120px;max-width:calc(100vw - 2rem)}#langWrap[data-astro-cid-fef6xg4b] .hdr-dropdown[data-astro-cid-fef6xg4b]{left:auto;right:0;min-width:160px;max-width:calc(100vw - 2rem)}.hamburger[data-astro-cid-fef6xg4b]{display:none}}@media(min-width:768px){.mobile-overlay[data-astro-cid-fef6xg4b]{display:none!important}}@media(max-width:767px){.mobile-overlay[data-astro-cid-fef6xg4b]{background:#00000080!important}}@media(max-width:767px){.mobile-panel[data-astro-cid-fef6xg4b]{background:var(--card);border-radius:20px 20px 0 0;box-shadow:0 8px 30px #00000026;max-height:85vh}.mobile-search-wrap[data-astro-cid-fef6xg4b]{background:var(--card);padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.mobile-search[data-astro-cid-fef6xg4b]{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--bg);color:var(--text);font-size:1rem;outline:none;box-sizing:border-box}.mobile-search[data-astro-cid-fef6xg4b]:focus{border-color:var(--accent)}.mobile-country-list[data-astro-cid-fef6xg4b]{list-style:none;margin:0;padding:.75rem 1rem;overflow-y:auto;flex:1;background:var(--card);display:flex;flex-direction:column;gap:4px}.mobile-country-list[data-astro-cid-fef6xg4b] li[data-astro-cid-fef6xg4b]{border-radius:10px;margin-bottom:0;background:var(--bg)}.mobile-country-list[data-astro-cid-fef6xg4b] .dd-item[data-astro-cid-fef6xg4b]{padding:.85rem 1rem;font-size:1rem;border-radius:10px;min-height:52px;display:flex;align-items:center;color:var(--accent);font-weight:500}.mobile-country-list[data-astro-cid-fef6xg4b] .dd-item[data-astro-cid-fef6xg4b]:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.mobile-country-list[data-astro-cid-fef6xg4b] .dd-item[data-astro-cid-fef6xg4b].active{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent);font-weight:600}}:root,[data-astro-cid-losip7nv][data-theme=light]{--max-w: 960px;--bg: #f8fafc;--bg2: #f1f5f9;--card: #ffffff;--card-hover: #f1f5f9;--text: #0f172a;--text-muted: #64748b;--accent: #2563eb;--accent2: #7c3aed;--border: #e2e8f0;--green: #16a34a;--yellow: #ca8a04;--red: #dc2626;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.06)}[data-astro-cid-losip7nv][data-theme=dark]{--bg: #0f172a;--bg2: #1e293b;--card: #1e293b;--card-hover: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--accent: #38bdf8;--accent2: #818cf8;--border: #334155;--green: #4ade80;--yellow: #fbbf24;--red: #f87171;--shadow: 0 1px 3px rgba(0,0,0,.3)}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg: #0f172a;--bg2: #1e293b;--card: #1e293b;--card-hover: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--accent: #38bdf8;--accent2: #818cf8;--border: #334155;--green: #4ade80;--yellow: #fbbf24;--red: #f87171;--shadow: 0 1px 3px rgba(0,0,0,.3)}}[data-astro-cid-losip7nv]{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,Noto Sans JP,Noto Sans Arabic,Noto Sans Devanagari,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;transition:background .2s,color .2s;overflow-x:hidden}a[data-astro-cid-losip7nv]{color:var(--accent);text-decoration:none}a[data-astro-cid-losip7nv]:hover{text-decoration:underline}nav[data-astro-cid-losip7nv]{max-width:var(--max-w);margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}nav[data-astro-cid-losip7nv] .logo[data-astro-cid-losip7nv]{font-weight:800;font-size:1.1rem;color:var(--text);white-space:nowrap}nav[data-astro-cid-losip7nv] .logo[data-astro-cid-losip7nv] span[data-astro-cid-losip7nv]{color:var(--accent)}.nav-right[data-astro-cid-losip7nv]{display:flex;align-items:center;gap:.75rem}.theme-toggle[data-astro-cid-losip7nv]{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.35rem .6rem;cursor:pointer;color:var(--text-muted);font-size:1rem;line-height:1;display:flex;align-items:center;transition:border-color .2s}.theme-toggle[data-astro-cid-losip7nv]:hover{border-color:var(--accent)}.theme-toggle[data-astro-cid-losip7nv] .label-light[data-astro-cid-losip7nv],.theme-toggle[data-astro-cid-losip7nv] .label-dark[data-astro-cid-losip7nv]{display:none}[data-astro-cid-losip7nv][data-theme=light] .theme-toggle[data-astro-cid-losip7nv] .label-light[data-astro-cid-losip7nv],[data-astro-cid-losip7nv][data-theme=dark] .theme-toggle[data-astro-cid-losip7nv] .label-dark[data-astro-cid-losip7nv]{display:inline}.container[data-astro-cid-losip7nv]{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem 3rem}@media(max-width:767px){.container[data-astro-cid-losip7nv]{overflow-x:hidden}}footer[data-astro-cid-losip7nv]{max-width:var(--max-w);margin:0 auto;padding:1.5rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.8rem}.legal-links[data-astro-cid-losip7nv]{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.legal-links[data-astro-cid-losip7nv] a[data-astro-cid-losip7nv]{color:var(--accent)}.disclaimer[data-astro-cid-losip7nv]{color:var(--text-muted);font-size:.75rem}.copyright[data-astro-cid-losip7nv]{color:var(--text-muted);font-size:.75rem;margin-top:.5rem}
