*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-page:#fff;--bg-card:#fff;--bg-card-hover:#f0fdf4;--bg-accent:#ecfdf5;--bg-section-alt:#f8fafc;--bg-table-header:#f1f5f9;--bg-table-row-hover:#f0fdf4;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-inverse:#fff;--color-primary:#047857;--color-primary-hover:#064e3b;--color-emerald:#10b981;--color-emerald-light:#d1fae5;--color-danger:#dc2626;--color-warning:#d97706;--color-info:#0284c7;--accent-label:#047857;--accent-label-light:#10b981;--color-link:#047857;--color-link-hover:#064e3b;--color-focus:#10b981;--border-light:#e2e8f0;--border-medium:#cbd5e1;--shadow-sm:0 1px 3px #0f172a0d;--shadow-md:0 4px 14px #04785714;--shadow-lg:0 8px 24px #0478571f;--font-heading:"Outfit", sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--max-width:1240px;--max-width-narrow:840px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--text-primary);background-color:#fff;background-image:radial-gradient(circle at 10% 8%,#10b9810f 0%,#0000 35%),radial-gradient(circle at 90% 45%,#0596690d 0%,#0000 40%),radial-gradient(circle at 20% 85%,#10b9810a 0%,#0000 35%);background-attachment:fixed;min-height:100vh;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.025em;color:var(--text-primary);line-height:1.12}h1{font-variation-settings:"wght" 760, "opsz" 72;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:760}h2{font-variation-settings:"wght" 720, "opsz" 48;font-size:clamp(1.625rem,3.8vw,2.375rem);font-weight:720}h3{font-variation-settings:"wght" 700;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700}h4{font-size:1.125rem;font-weight:700}p{font-family:var(--font-body);max-width:65ch;color:var(--text-secondary);font-weight:400}a{color:var(--color-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-link-hover)}a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px;border-radius:var(--radius-sm)}button,input[type=button],input[type=submit]{appearance:none;font-family:var(--font-body);cursor:pointer;border:none;outline:none}.btn,.load-more-btn{font-family:var(--font-body);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:12px 28px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #0478572e}.btn--primary,.load-more-btn{color:#fff!important;background:linear-gradient(135deg,#047857 0%,#059669 100%)!important;border:1px solid #047857!important}.btn--primary:hover,.load-more-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#064e3b 0%,#047857 100%)!important;box-shadow:0 6px 20px #0478574d!important}.btn--secondary{color:#047857;background:#f0fdf4;border:1px solid #a7f3d0}.btn--secondary:hover{color:#047857;background:#dcfce7;transform:translateY(-2px)}.container{max-width:var(--max-width);padding-inline:var(--space-lg);margin-inline:auto}.container--narrow{max-width:var(--max-width-narrow)}.section{padding-block:var(--space-3xl)}.section+.section{border-top:1px solid var(--border-light)}.section-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-label);margin-bottom:var(--space-sm);font-size:.8125rem;font-weight:600}.stats-bar{gap:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid var(--border-light);flex-wrap:wrap;display:flex}.stats-bar__item{flex-direction:column;gap:2px;display:flex}.stats-bar__label{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:600}.stats-bar__value{font-family:var(--font-heading);font-variation-settings:"wght" 720;color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:720}.search-bar{max-width:480px;margin-block:var(--space-xl);position:relative}.search-bar__input{width:100%;padding:var(--space-md) var(--space-lg);font-family:var(--font-body);color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border-medium);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);padding-left:3rem;font-size:1.0625rem;font-weight:400}.search-bar__input::placeholder{color:var(--text-muted)}.search-bar__input:focus{border-color:var(--color-focus);box-shadow:var(--shadow-md), 0 0 0 3px #3b82a026;outline:none}.search-bar__icon{left:var(--space-md);color:var(--text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-bar__results{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100;max-height:320px;display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.search-bar__results.is-open{display:block}.search-bar__result-item{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);cursor:pointer;font-family:var(--font-body);transition:background var(--transition-fast);font-weight:400;display:flex}.search-bar__result-item:hover,.search-bar__result-item.is-active{background:var(--bg-table-row-hover)}.quick-links{gap:var(--space-sm);font-family:var(--font-body);flex-wrap:wrap;align-items:center;font-size:.875rem;font-weight:400;display:flex}.quick-links__label{color:var(--text-secondary);margin-right:var(--space-xs);font-weight:600}.quick-links__item{color:var(--text-secondary);transition:all var(--transition-fast);border-bottom:1px solid #0000;padding:2px 0}.quick-links__item:hover{color:var(--color-link);border-bottom-color:var(--color-link)}.badge{font-family:var(--font-body);letter-spacing:.02em;white-space:nowrap;border-radius:100px;align-items:center;gap:4px;padding:2px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.badge--inne{color:#5a5a5a;background:#f0ede8}.card-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base);color:inherit;text-decoration:none;display:block}.card:hover{border-color:var(--border-medium);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card__title{font-family:var(--font-heading);font-variation-settings:"wght" 720;margin-bottom:var(--space-xs);color:var(--text-primary);font-size:1.125rem;font-weight:720}.card__subtitle{font-family:var(--font-body);color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.875rem;font-weight:400}.card__meta{gap:var(--space-md);font-family:var(--font-body);color:var(--text-secondary);font-size:.8125rem;font-weight:400;display:flex}.card__stat{font-family:var(--font-heading);font-variation-settings:"wght" 720;color:var(--text-primary);font-weight:720}.data-table{border-collapse:collapse;width:100%;font-family:var(--font-body);font-size:.9rem}.data-table th{text-align:left;padding:var(--space-sm) var(--space-md);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:var(--bg-table-header);border-bottom:2px solid var(--border-light);white-space:nowrap;font-size:.75rem;font-weight:600}.data-table td{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--border-light);vertical-align:middle;font-weight:400}.data-table tr:hover td{background:var(--bg-table-row-hover)}.data-table td:first-child{font-weight:500}.ranking-grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){.ranking-grid{grid-template-columns:1fr}}.ranking-list{list-style:none}.ranking-item{align-items:center;gap:var(--space-md);padding:var(--space-sm) 0;border-bottom:1px solid var(--border-light);transition:background var(--transition-fast);display:flex}.ranking-item:hover{background:var(--bg-table-row-hover);margin-inline:calc(-1 * var(--space-sm));padding-inline:var(--space-sm);border-radius:var(--radius-sm)}.ranking-item__rank{font-family:var(--font-mono);color:var(--text-muted);min-width:1.5rem;font-size:.8125rem}.ranking-item__name{font-family:var(--font-body);flex:1;font-weight:500}.ranking-item__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ranking-item__value{font-family:var(--font-mono);color:var(--text-secondary);white-space:nowrap;font-size:.875rem}.hero{gap:var(--space-2xl);padding-block:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}@media (width<=900px){.hero{grid-template-columns:1fr}}.hero__content{max-width:520px}.hero__description{font-family:var(--font-body);color:var(--text-secondary);margin-top:var(--space-md);font-size:1.0625rem;font-weight:400;line-height:1.7}.hero__map{position:relative}.breadcrumbs{gap:var(--space-xs);font-family:var(--font-body);color:var(--text-muted);padding-block:var(--space-md);flex-wrap:wrap;font-size:.8125rem;font-weight:400;display:flex}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--color-link)}.breadcrumbs__separator{color:var(--border-medium)}.faq-list{max-width:var(--max-width-narrow)}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item__question{width:100%;padding:var(--space-lg) 0;font-family:var(--font-heading);font-variation-settings:"wght" 720;color:var(--text-primary);cursor:pointer;text-align:left;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1.0625rem;font-weight:720;display:flex}.faq-item__question:hover{color:var(--color-link)}.faq-item__answer{padding-bottom:var(--space-lg);font-family:var(--font-body);color:var(--text-secondary);font-weight:400;line-height:1.7;display:none}.faq-item.is-open .faq-item__answer{display:block}.faq-item__chevron{transition:transform var(--transition-base);margin-left:var(--space-md);flex-shrink:0}.faq-item.is-open .faq-item__chevron{transform:rotate(180deg)}.footer{border-top:1px solid var(--border-light);padding-block:var(--space-2xl);margin-top:var(--space-3xl);font-family:var(--font-body);color:var(--text-muted);font-size:.8125rem;font-weight:400}.footer__source{margin-bottom:var(--space-sm);font-style:italic}.footer__links{gap:var(--space-lg);flex-wrap:wrap;display:flex}.footer__links a{color:var(--text-muted)}.footer__links a:hover{color:var(--color-link)}.category-legend{gap:var(--space-sm) var(--space-lg);padding:var(--space-md) 0;flex-wrap:wrap;display:flex}.category-legend__item{align-items:center;gap:var(--space-xs);font-family:var(--font-body);font-size:.8125rem;font-weight:400;display:flex}.category-legend__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}@media (width<=640px){.container{padding-inline:var(--space-md)}.section{padding-block:var(--space-2xl)}.stats-bar{gap:var(--space-lg)}.stats-bar__value{font-size:1.375rem}.data-table{font-size:.8125rem}.data-table th,.data-table td{padding:var(--space-xs) var(--space-sm)}.card-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-mono{font-family:var(--font-mono)}.text-muted{color:var(--text-muted)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}html,body{width:100%!important;overflow-x:hidden!important}.top-bar{color:#fff!important;text-align:center!important;background:#047857!important;width:100%!important;padding:8px 12px!important;font-size:.82rem!important;font-weight:500!important}.top-bar a{color:#fff!important;font-weight:800!important;text-decoration:underline!important}.top-bar__text{color:#fff!important;line-height:1.4!important;display:inline-block!important}header.main-header{z-index:1000!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;width:100%!important;padding-block:14px!important;position:sticky!important;top:0!important;box-shadow:0 2px 12px #0f172a0a!important}header.main-header .header-container{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important;position:relative!important}header.main-header .site-logo{color:#0f172a!important;flex-direction:row!important;align-items:center!important;gap:8px!important;text-decoration:none!important;display:flex!important}header.main-header .site-logo__text{font-family:var(--font-heading), "Outfit", sans-serif!important;letter-spacing:-.04em!important;color:#0f172a!important;font-size:1.85rem!important;line-height:1!important}header.main-header .logo-bold{color:#0f172a!important;font-weight:900!important}header.main-header .logo-sub{color:#0f172a!important;font-weight:700!important}header.main-header .logo-icon{flex-shrink:0!important}header.main-header .main-nav{display:block}header.main-header .main-nav__list{flex-direction:row!important;align-items:center!important;gap:20px!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}header.main-header .main-nav__list li{margin:0!important;padding:0!important;list-style:none!important;display:inline-block!important}header.main-header .main-nav__list a{font-family:var(--font-body), sans-serif!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:#0f172a!important;transition:color var(--transition-fast)!important;font-size:.8125rem!important;font-weight:800!important;text-decoration:none!important}header.main-header .main-nav__list a:hover{color:#047857!important}header.main-header .main-nav__list a.nav-cta{color:#047857!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;border-radius:100px!important;padding:6px 14px!important}header.main-header .mobile-toggle{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;justify-content:space-between;width:40px;height:40px;padding:9px 8px;transition:all .2s;display:none}header.main-header .mobile-toggle:hover{background:#ecfdf5;border-color:#047857}header.main-header .hamburger-bar{background-color:#0f172a;border-radius:2px;width:100%;height:2px;display:block}@media (width<=960px){header.main-header .mobile-toggle{display:flex!important}header.main-header .main-nav{z-index:999!important;background:#fff!important;border-bottom:3px solid #047857!important;padding:16px 20px!important;display:none!important;position:absolute!important;top:calc(100% + 14px)!important;left:0!important;right:0!important;box-shadow:0 12px 24px #0f172a26!important}header.main-header .main-nav.is-open{display:block!important}header.main-header .main-nav__list{flex-direction:column!important;align-items:stretch!important;gap:8px!important}header.main-header .main-nav__list li{width:100%!important;display:block!important}header.main-header .main-nav__list a{color:#0f172a!important;background:#f8fafc!important;border-radius:8px!important;padding:12px 16px!important;font-size:.9rem!important;display:block!important}header.main-header .main-nav__list a:hover{color:#047857!important;background:#ecfdf5!important}header.main-header .main-nav__list a.nav-cta{text-align:center!important;color:#047857!important}}.footer{border-top:1px solid var(--border-light)!important;padding-top:var(--space-3xl)!important;padding-bottom:var(--space-xl)!important;margin-top:var(--space-4xl)!important;background:#fff!important}.footer__grid{gap:var(--space-2xl)!important;margin-bottom:var(--space-2xl)!important;grid-template-columns:2fr 1fr 1fr!important;display:grid!important}.footer__logo{font-family:var(--font-heading)!important;margin-bottom:var(--space-sm)!important;font-size:1.35rem!important;font-weight:800!important}.footer__desc{color:var(--text-muted)!important;font-size:.875rem!important;line-height:1.6!important}.footer__desc a{color:#047857!important;font-weight:600!important}.footer__heading{font-family:var(--font-heading)!important;color:var(--text-primary)!important;margin-bottom:var(--space-md)!important;font-size:1rem!important;font-weight:700!important}.footer__list{gap:var(--space-xs)!important;flex-direction:column!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.footer__list li{list-style:none!important}.footer__list a{color:var(--text-secondary)!important;font-size:.875rem!important}.footer__list a:hover{color:var(--color-link)!important}.footer__bottom{border-top:1px solid var(--border-light)!important;padding-top:var(--space-lg)!important;gap:var(--space-sm)!important;color:var(--text-muted)!important;flex-direction:column!important;font-size:.8125rem!important;display:flex!important}
