.country-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:.75rem}.country-tab{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:62px;flex:1 1 62px;max-width:90px;padding:.5rem .25rem;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);text-decoration:none;font-size:.65rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;transition:background .15s,border-color .15s;cursor:pointer}.country-tab:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);color:white}.country-tab__icon{align-items:center;opacity:.9}.country-hero,.country-tab__icon{display:flex;justify-content:center}.country-hero{align-items:flex-start;height:var(--flag-band-height,360px);padding:42px 1rem 1rem}.country-hero__card{display:flex;flex-direction:column;gap:.625rem;width:100%;max-width:600px;padding:1rem 1.25rem;background:rgba(0,0,0,.65);border-radius:var(--radius-lg)}.country-hero__top{display:flex;align-items:center;gap:1rem}.country-hero__flag{display:flex;align-items:center;justify-content:center;flex-shrink:0}.country-hero__flag .iso-flag{width:48px;height:48px;padding:0;font-size:2.5rem}.country-hero__flag .fi{font-size:2.5rem;width:48px;height:48px;line-height:48px;background-size:contain;background-position:50%}.country-hero__info{flex:1;min-width:0}.country-hero__title{margin:0;font-size:1.4rem;font-weight:600;color:white;line-height:1.2}.country-hero__native{margin:.15rem 0 0;font-size:.78rem;font-weight:400;color:rgba(255,255,255,.65)}.country-hero__bookmark{position:relative;flex-shrink:0}.country-hero__bookmark-btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;background:transparent;border:none;color:white;cursor:pointer;transition:transform .15s ease}.country-hero__bookmark-btn:hover{transform:scale(1.1)}.country-hero__dropdown{position:absolute;bottom:calc(100% + .75rem);right:0;width:14rem;padding:.75rem;background:white;border:1px solid rgb(226,232,240);border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:50}html.dark .country-hero__dropdown{background:rgb(38,38,38);border-color:rgb(55,55,65)}.country-hero__dropdown-close{position:absolute;top:.5rem;right:.5rem;padding:.25rem;background:transparent;border:none;color:rgb(156,163,175);border-radius:4px;cursor:pointer}.country-hero__dropdown-close:hover{background:rgb(243,244,246);color:rgb(75,85,99)}html.dark .country-hero__dropdown-close:hover{background:rgb(55,55,65);color:rgb(209,213,219)}.country-hero__dropdown-status{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.75rem;color:rgb(16,185,129)}html.dark .country-hero__dropdown-status{color:rgb(52,211,153)}.country-hero__dropdown-actions{display:flex;flex-direction:column;gap:.5rem}.country-hero__dropdown-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem;font-weight:500;background:rgb(236,253,245);border:1px solid rgb(167,243,208);border-radius:.5rem;color:rgb(4,120,87);cursor:pointer;transition:all .15s ease}.country-hero__dropdown-btn:hover:not(:disabled){background:rgb(209,250,229);border-color:rgb(110,231,183)}.country-hero__dropdown-btn--bucket{background:rgb(255,251,235);border-color:rgb(253,230,138);color:rgb(180,83,9)}.country-hero__dropdown-btn--bucket:hover:not(:disabled){background:rgb(254,243,199);border-color:rgb(252,211,77)}.country-hero__dropdown-btn--disabled{opacity:.5;cursor:not-allowed}html.dark .country-hero__dropdown-btn{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.3);color:rgb(110,231,183)}html.dark .country-hero__dropdown-btn--bucket{background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.3);color:rgb(252,211,77)}.country-hero__dropdown-arrow{position:absolute;bottom:-.5rem;right:1.5rem;width:.75rem;height:.75rem;background:white;border-right:1px solid rgb(226,232,240);border-bottom:1px solid rgb(226,232,240);transform:rotate(45deg)}html.dark .country-hero__dropdown-arrow{background:rgb(38,38,38);border-color:rgb(55,55,65)}.country-hero__stats{display:flex;flex-wrap:wrap;gap:6px}.country-hero__stat{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);font-size:.72rem;font-weight:500;color:rgba(255,255,255,.9)}.country-hero__stat-label{color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.04em;font-size:.62rem}.country-hero__cta{display:inline-flex;align-items:center;gap:.4rem;align-self:flex-start;margin-top:.125rem;padding:.35rem .85rem;background:var(--color-primary);color:var(--color-primary-content);border:none;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:opacity .15s}.country-hero__cta:hover{opacity:.85}@media (max-width:420px){.country-hero{padding-top:36px}.country-hero__card{padding:.875rem 1rem}.country-hero__title{font-size:1.2rem}.country-hero__stat{font-size:.65rem;padding:.2rem .5rem}}