/* BEGIN countries-list-inline-001.css */

:root{
  --bg:#F5F8FD;
  --card:#FFFFFF;
  --navy:#071833;
  --text:#12213A;
  --muted:#65748B;
  --blue:#2563EB;
  --sky:#0EA5E9;
  --line:#D9E5F3;
  --soft:#EEF6FF;
  --shadow:0 18px 44px rgba(16,42,91,.10);
  --max:1200px;
}
*{box-sizing:border-box;}
html{
  min-height:100%;
  scroll-behavior:smooth;
  scrollbar-gutter:stable;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body{
  min-height:100vh;
  margin:0;
  padding:0;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 82% 12%,rgba(14,165,233,.10),transparent 31%),
    var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
}
a{color:inherit;text-decoration:none;}
button, input{font:inherit;}
.container{width:min(var(--max),calc(100% - 72px));margin-inline:auto;}

/* Connected premium directory composition. */
.reference-main{
  position:relative;
  isolation:isolate;
  width:min(var(--max),calc(100% - 72px));
  margin:16px auto 22px;
  padding:14px 18px 26px;
  overflow:hidden;
  border:1px solid #D7E5F5;
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.94) 210px,#FFFFFF 330px);
  box-shadow:
    0 18px 44px rgba(16,42,91,.085),
    inset 0 1px 0 rgba(255,255,255,.96);
}
.reference-main::before, .reference-main::after{
  content:"";
  position:absolute;
  z-index:0;
  pointer-events:none;
  border-radius:50%;
}
.reference-main::before{
  top:-115px;
  left:-92px;
  width:330px;
  height:260px;
  background:radial-gradient(circle,rgba(37,99,235,.095),rgba(37,99,235,0) 70%);
}
.reference-main::after{
  top:-92px;
  right:80px;
  width:360px;
  height:250px;
  background:radial-gradient(circle,rgba(14,165,233,.085),rgba(14,165,233,0) 70%);
}
.reference-main>*{position:relative;z-index:1;}
.reference-back{
  width:fit-content;
  min-height:30px;
  margin:0 0 7px;
  padding:6px 10px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(37,99,235,.12);
  border-radius:999px;
  background:rgba(255,255,255,.76);
  color:#1D4ED8;
  box-shadow:0 5px 14px rgba(16,42,91,.035);
  font-size:11.5px;
  line-height:1;
  font-weight:680;
  letter-spacing:-.004em;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.reference-back:hover{
  transform:translateY(-1px);
  border-color:rgba(37,99,235,.24);
  background:#FFFFFF;
}
.reference-back:focus-visible{
  outline:3px solid rgba(37,99,235,.17);
  outline-offset:2px;
}
.reference-intro-row{
  margin:0 0 9px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,252px);
  gap:14px;
  align-items:center;
}
.reference-copy{min-width:0;padding:1px 0 2px;}
.reference-copy h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(36px,2.6vw,42px);
  line-height:1;
  font-weight:720;
  letter-spacing:-.038em;
}
.reference-stat-card{
  width:100%;
  max-width:252px;
  min-height:52px;
  padding:8px 12px;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.25);
  border-radius:18px;
  background:
    radial-gradient(circle at 92% 18%,rgba(255,255,255,.16),transparent 34%),
    linear-gradient(135deg,#071833 0%,#0A46B8 54%,#149EE2 100%);
  color:#FFFFFF;
  box-shadow:
    0 12px 26px rgba(17,65,145,.16),
    inset 0 1px 0 rgba(255,255,255,.18);
}
.reference-stat-card>div{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
}
.hero-stat{
  flex:0 0 auto;
  font-size:30px;
  line-height:.9;
  font-weight:780;
  letter-spacing:-.045em;
}
.hero-stat span{color:#8EE7FF;}
.reference-stat-card p{
  margin:0;
  color:#EAF3FF;
  font-size:11px;
  line-height:1.12;
  font-weight:620;
}

/* Search + region filters in one toolbar. */
.toolbar{
  margin:0 0 16px;
  padding:6px 8px;
  display:grid;
  grid-template-columns:minmax(250px,1fr) auto;
  align-items:center;
  gap:10px;
  border:1px solid #DCE9F7;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(249,252,255,.96),rgba(242,248,255,.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 8px 20px rgba(16,42,91,.035);
}
.search{
  width:100%;
  min-width:0;
  height:36px;
  padding:0 12px;
  border:1px solid #D9E6F4;
  border-radius:13px;
  outline:0;
  background:rgba(255,255,255,.94);
  color:#263B56;
  box-shadow:0 3px 9px rgba(16,42,91,.025);
  font-size:12.6px;
  font-weight:560;
}
.search::placeholder{color:#758398;opacity:1;}
.toolbar input.search:focus,
.toolbar input.search:focus-visible{
  outline:0!important;
  outline-offset:0!important;
  border-color:#9EC4F7;
  box-shadow:0 0 0 3px rgba(37,99,235,.11);
}
.filter-row{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex-wrap:wrap;
}
.filter-btn{
  min-height:32px;
  padding:7px 10px;
  border:1px solid #D9E6F4;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#30445F;
  box-shadow:0 3px 9px rgba(16,42,91,.025);
  font-size:11.2px;
  line-height:1;
  font-weight:620;
  cursor:pointer;
  white-space:nowrap;
  transition:
    transform .15s ease,
    border-color .15s ease,
    background .15s ease,
    color .15s ease,
    box-shadow .15s ease;
}
.filter-btn:hover{
  transform:translateY(-1px);
  border-color:#BCD5F3;
  background:#FFFFFF;
  color:#1D4ED8;
  box-shadow:0 6px 14px rgba(37,99,235,.07);
}
.filter-btn.active{
  border-color:#84B5F5;
  background:linear-gradient(135deg,#EAF3FF,#F3F9FF);
  color:#174DB5;
  box-shadow:
    0 6px 15px rgba(37,99,235,.09),
    inset 0 1px 0 rgba(255,255,255,.95);
  font-weight:700;
}
.filter-btn:focus-visible{
  outline:3px solid rgba(37,99,235,.18);
  outline-offset:2px;
}

/* Premium country directory. */
.country-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.country-card{
  --region-accent:#2563EB;
  --region-rgb:37,99,235;
  position:relative;
  isolation:isolate;
  min-width:0;
  min-height:78px;
  padding:15px 16px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:13px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(var(--region-rgb),.16);
  border-radius:22px;
  background:#FFFFFF;
  box-shadow:
    0 10px 24px rgba(16,42,91,.052),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.country-card::before{
  content:"";
  position:absolute;
  top:0;
  left:16px;
  right:16px;
  z-index:2;
  height:3px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,var(--region-accent),rgba(var(--region-rgb),.42));
  box-shadow:0 4px 12px rgba(var(--region-rgb),.12);
  pointer-events:none;
}
.country-card>*{position:relative;z-index:1;}
.country-card[data-region="Europe"]{--region-accent:#2563EB;--region-rgb:37,99,235;}
.country-card[data-region="Asia"]{--region-accent:#D97706;--region-rgb:217,119,6;}
.country-card[data-region="Africa"]{--region-accent:#16A34A;--region-rgb:22,163,74;}
.country-card[data-region="North America"]{--region-accent:#0891B2;--region-rgb:8,145,178;}
.country-card[data-region="South America"]{--region-accent:#0F9F8F;--region-rgb:15,159,143;}
.country-card[data-region="Oceania"]{--region-accent:#7C3AED;--region-rgb:124,58,237;}
.flag-frame{
  width:52px;
  height:40px;
  padding:4px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(var(--region-rgb),.12);
  border-radius:12px;
  background:rgba(255,255,255,.88);
  box-shadow:
    0 8px 18px rgba(var(--region-rgb),.10),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.flag{
  display:block;
  width:100%;
  height:100%;
  border-radius:8px;
  object-fit:contain;
  background:#FFFFFF;
}
.country-copy{min-width:0;}
.country-card strong{
  display:block;
  color:#0B1E38;
  font-size:14.3px;
  line-height:1.12;
  font-weight:720;
  letter-spacing:-.016em;
  overflow-wrap:anywhere;
}
.country-region{
  margin-top:5px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#6B7B91;
  font-size:10.8px;
  line-height:1.15;
  font-weight:560;
}
.country-region::before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--region-accent);
  box-shadow:0 0 0 3px rgba(var(--region-rgb),.07);
}
@media (hover:hover) and (pointer:fine){
  .country-card:hover{
    transform:translateY(-3px);
    border-color:rgba(var(--region-rgb),.32);
    box-shadow:
      0 17px 36px rgba(16,42,91,.095),
      0 7px 20px rgba(var(--region-rgb),.045),
      inset 0 1px 0 rgba(255,255,255,.98);
  }
}
.empty{display:none;margin:18px 0 0;color:#6B7C93;font-size:13px;font-weight:600;}

/* Responsive directory columns: 4 desktop, 3 compact desktop, 2 tablet, 1 mobile. */
@media (max-width:1200px){
  .country-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:1040px){
  .toolbar{grid-template-columns:1fr;}
  .filter-row{justify-content:flex-start;}
}
@media (max-width:820px){
  .country-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:900px){
  .reference-main{
    width:min(100% - 36px,760px);
    margin-top:14px;
    padding:15px 17px 23px;
    border-radius:26px;
  }
  .reference-intro-row{
    grid-template-columns:minmax(0,1fr) minmax(205px,232px);
    gap:12px;
    margin-bottom:9px;
  }
  .reference-stat-card{
    max-width:232px;
    min-height:50px;
    padding:8px 11px;
  }
  .hero-stat{font-size:29px;}
  .reference-copy h1{font-size:clamp(32px,5vw,40px);}
}
@media (max-width:700px){
  .reference-main{
    width:min(100% - 24px,760px);
    padding:16px;
    border-radius:24px;
  }
  .reference-main::before{top:-105px;left:-120px;}
  .reference-main::after{top:-90px;right:-135px;}
  .reference-intro-row{
    grid-template-columns:1fr;
    gap:11px;
  }
  .reference-stat-card{
    max-width:none;
    justify-self:stretch;
  }
}
@media (max-width:620px){
  .country-grid{grid-template-columns:1fr;}
}
@media (max-width:520px){
  .reference-main{
    width:min(100% - 18px,760px);
    margin-top:11px;
    padding:14px;
    border-radius:22px;
  }
  .reference-back{
    min-height:29px;
    margin-bottom:10px;
    padding:6px 9px;
    font-size:11.2px;
  }
  .reference-copy h1{
    font-size:30px;
    line-height:1;
  }
  .reference-stat-card{
    min-height:54px;
    padding:9px 12px;
    border-radius:17px;
  }
  .reference-stat-card>div{gap:10px;}
  .hero-stat{font-size:29px;}
  .reference-stat-card p{font-size:11.1px;}
  .toolbar{
    margin-bottom:15px;
    padding:8px;
    border-radius:16px;
  }
  .filter-row{gap:6px;}
  .filter-btn{
    min-height:40px;
    padding:9px 11px;
    font-size:11.2px;
  }
  .country-card{
    min-height:74px;
    padding:13px 14px;
    grid-template-columns:48px minmax(0,1fr);
    gap:12px;
    border-radius:20px;
  }
  .country-card::before{left:14px;right:14px;}
  .flag-frame{
    width:48px;
    height:37px;
    border-radius:11px;
  }
  .flag{border-radius:7px;}
  .country-card strong{font-size:14px;}
  .country-region{font-size:10.6px;}
}
@media (prefers-reduced-motion:reduce){
  .reference-back, .filter-btn, .country-card{transition:none;}
}

/* Current compact public footer. */
.scv-global-footer{
  position:static;
  margin-top:10px;
  padding:0;
  background:
    radial-gradient(circle at 16% 0%,rgba(37,99,235,.16),transparent 30%),
    radial-gradient(circle at 88% 8%,rgba(14,165,233,.12),transparent 26%),
    linear-gradient(135deg,#06142B 0%,#071A36 56%,#062640 100%);
  border-top:1px solid rgba(148,178,220,.16);
  color:#DCE8FF;
}
.scv-footer-shell{width:min(1180px,calc(100% - 72px));margin:0 auto;padding:34px 0 18px;}
.scv-footer-main{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(430px,1.05fr);gap:44px;align-items:start;}
.scv-footer-brand-block{min-width:0;max-width:620px;}
.scv-footer-logo{width:fit-content;margin:0 0 10px;display:block;line-height:0;}
.scv-footer-logo-img{display:block;width:auto;height:38px;max-width:176px;object-fit:contain;}
.scv-footer-text{margin:0;max-width:560px;color:#B6C9E7;font-size:13.35px;line-height:1.52;font-weight:500;}
.scv-footer-chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:6px;}
.scv-footer-chip{
  min-height:24px;
  padding:5px 8px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid rgba(176,203,240,.16);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#D8E6FA;
  font-size:10.05px;
  line-height:1;
  font-weight:540;
  white-space:nowrap;
}
.scv-footer-chip::before{content:"";width:5px;height:5px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 2px rgba(34,197,94,.10);}
.scv-footer-nav{padding-top:4px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:start;}
.scv-footer-col{min-width:0;}
.scv-footer-col+.scv-footer-col{padding-left:30px;border-left:1px solid rgba(170,199,236,.15);}
.scv-footer-col h3{margin:0 0 11px;color:#F2F7FF;font-size:10.35px;line-height:1;font-weight:720;letter-spacing:.078em;text-transform:uppercase;opacity:.88;}
.scv-footer-col a{width:fit-content;max-width:100%;margin:0 0 7px;display:block;color:#B9CBE7;font-size:12.45px;line-height:1.25;font-weight:480;}
.scv-footer-col a:hover{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px;transform:translateX(1px);}
.scv-footer-bottom{margin-top:22px;padding-top:14px;border-top:1px solid rgba(170,199,236,.14);color:#8DA7CD;}
.scv-footer-bottom p{margin:0;color:#8DA7CD;font-size:11.55px;line-height:1.35;font-weight:480;}
@media (max-width:900px){
  .scv-footer-shell{width:min(100% - 28px,760px);padding:24px 0 14px;}
  .scv-footer-main{grid-template-columns:1fr;gap:18px;}
  .scv-footer-nav{padding-top:16px;border-top:1px solid rgba(170,199,236,.10);}
  .scv-footer-col+.scv-footer-col{padding-left:22px;}
  .scv-footer-bottom{margin-top:18px;padding-top:13px;}
}
@media (max-width:640px){
  .scv-global-footer{margin-top:8px;}
  .scv-footer-shell{width:min(100% - 24px,760px);padding:22px 0 13px;}
  .scv-footer-main{gap:16px;}
  .scv-footer-logo-img{height:34px;max-width:160px;}
  .scv-footer-text{max-width:none;font-size:12.7px;line-height:1.48;font-weight:480;}
  .scv-footer-chips{display:none;}
  .scv-footer-nav{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:16px;}
  .scv-footer-col+.scv-footer-col{padding-left:18px;}
  .scv-footer-col h3{margin-bottom:10px;font-size:10.1px;font-weight:700;letter-spacing:.075em;}
  .scv-footer-col a{margin-bottom:8px;font-size:11.8px;line-height:1.23;font-weight:470;}
  .scv-footer-bottom{margin-top:17px;padding-top:13px;}
  .scv-footer-bottom p{font-size:11.35px;font-weight:470;}
}
@media (max-width:390px){
  .scv-footer-shell{width:min(100% - 20px,760px);}
  .scv-footer-col+.scv-footer-col{padding-left:13px;}
}


/* END countries-list-inline-001.css */

/* BEGIN countries-list-inline-002.css */

.scv-page-content{opacity:1;transform:none;transition:opacity .14s ease,transform .14s ease;}
html.scv-soft-loading .scv-page-content{opacity:.18;transform:translateY(2px);pointer-events:none;}
html.scv-soft-loading .scv-global-footer{opacity:1!important;transform:none!important;}
.scv-global-footer{contain:layout paint style;}
@media (prefers-reduced-motion:reduce){.scv-page-content{transition:none!important;}}


/* END countries-list-inline-002.css */
