/* Shared foundation. Module styles are added when the module is built. */
:root{color-scheme:light;--green:#075545;--ink:#142c27;--muted:#52655f;--line:#dce6e1;--surface:#f5f8f7;--gold:#b18b39;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;color:var(--ink);background:var(--surface)}
*{box-sizing:border-box}body{margin:0;min-height:100dvh;display:flex;flex-direction:column}a{color:var(--green);text-underline-offset:.2em}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:5px}p{line-height:1.7;color:var(--muted)}
.site-header{padding:1.1rem max(1.25rem,calc((100% - 1080px)/2));display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;font-weight:750;font-size:1.5rem;letter-spacing:-.04em}.brand img{border-radius:10px}.country-switch{font-size:.95rem;padding:.75rem 0;text-align:end}
main{width:min(100% - 2.5rem,1080px);margin:0 auto;flex:1;padding:clamp(2rem,7vw,5rem) 0}.page-intro{max-width:680px;margin-bottom:2rem}.eyebrow{font-size:.8rem;font-weight:750;letter-spacing:.16em;color:var(--green)}h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1.15;letter-spacing:-.04em;margin:.75rem 0}h2{font-size:1.25rem;line-height:1.4;margin:0 0 .5rem}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:1rem;list-style:none;padding:0}.country-card{min-height:90px;display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.5rem;text-decoration:none;font-weight:650}.country-card:hover{border-color:var(--green)}.empty-state{background:#fff;border:1px solid var(--line);border-radius:20px;padding:clamp(1.5rem,4vw,3rem);max-width:760px}.empty-state p{margin-bottom:0}.button{display:inline-flex;align-items:center;min-height:48px;margin-top:1.5rem;padding:.7rem 1.2rem;background:var(--green);color:white;border-radius:10px;text-decoration:none}.site-footer{padding:1.5rem max(1.25rem,calc((100% - 1080px)/2));padding-bottom:max(1.5rem,env(safe-area-inset-bottom));border-top:1px solid var(--line);color:var(--muted);font-size:.875rem}.skip-link{position:absolute;left:1rem;top:-100px;background:white;padding:1rem;z-index:10}.skip-link:focus{top:1rem}main:focus{outline:none}
@media(prefers-reduced-motion:no-preference){.country-card{transition:border-color .15s ease}}