@charset "utf-8";

*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }

html { text-size-adjust: 100%; scroll-behavior: smooth; }

body { font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif; color: rgb(42, 42, 42); font-size: 16px; line-height: 1.55; background: rgb(255, 255, 255); -webkit-font-smoothing: antialiased; overflow-x: hidden; }

a { color: rgb(26, 56, 80); text-decoration: none; }

a:hover { text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

ul, ol { list-style: none; }

button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

svg { display: block; }

.wrap { max-width: 1200px; margin: 0px auto; }

.container { max-width: 1200px; margin: 0px auto; padding: 0px 24px; }

.article-wrap { max-width: 800px; margin: 0px auto; padding: 0px 20px 40px; }

@media (max-width: 640px) {
  .container { padding: 0px 16px; }
  .article-wrap { padding: 0px 16px 32px; }
}

.s-hdr { background: rgb(255, 255, 255); border-bottom: 1px solid rgb(229, 233, 236); position: sticky; top: 0px; z-index: 100; }

.s-hdr__strip { background: rgb(26, 56, 80); height: 4px; }

.s-hdr__inner { max-width: 1200px; margin: 0px auto; display: flex; align-items: center; justify-content: space-between; padding: 10px 24px; gap: 16px; }

.s-hdr__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.s-hdr__logo img { height: 40px; width: auto; }

.s-hdr__logo-txt { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 24px; color: rgb(26, 56, 80); letter-spacing: -0.5px; line-height: 1; }

.s-hdr__acts { display: flex; align-items: center; gap: 2px; }

.s-hdr__acts button { width: 38px; height: 38px; border-radius: 50%; color: rgb(26, 56, 80); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }

.s-hdr__acts button:hover { background: rgb(238, 242, 245); }

.s-hdr__acts svg { width: 20px; height: 20px; fill: currentcolor; }

@media (max-width: 640px) {
  .s-hdr__inner { padding: 8px 14px; }
  .s-hdr__logo img { height: 34px; }
  .s-hdr__logo-txt { font-size: 20px; }
  .s-hdr__acts button { width: 34px; height: 34px; }
  .s-hdr__acts svg { width: 18px; height: 18px; }
}

.gov-strip { background: rgb(26, 56, 80); color: rgb(255, 255, 255); }

.gov-flag { position: relative; display: flex; height: 22px; width: 100%; }

.gov-flag__side { flex: 1 1 0%; background: rgb(138, 30, 40); }

.gov-flag__mid { flex: 2 1 0%; background: rgb(241, 191, 0); }

.gov-flag::after { content: ""; position: absolute; left: 50%; top: 0px; bottom: 0px; border-left: 1px dashed rgb(158, 195, 230); transform: translateX(-0.5px); pointer-events: none; }

@media (max-width: 560px) {
  .gov-flag { height: 8px; }
}

.gov-strip__in { max-width: 1200px; margin: 0px auto; display: flex; align-items: center; gap: 18px; padding: 14px 24px; }

.gov-strip__esc { width: 54px; height: auto; flex-shrink: 0; }

.gov-strip__txt { font-size: 13px; line-height: 1.35; font-weight: 400; color: rgb(221, 228, 235); }

.gov-strip__txt strong { display: block; font-weight: 700; font-size: 14px; color: rgb(255, 255, 255); margin-bottom: 1px; letter-spacing: 0.2px; }

@media (max-width: 520px) {
  .gov-strip__in { padding: 10px 14px; gap: 12px; }
  .gov-strip__esc { width: 42px; }
  .gov-strip__txt { font-size: 12px; }
  .gov-strip__txt strong { font-size: 13px; }
}

.bcr { max-width: 1200px; margin: 0px auto; padding: 16px 24px 10px; font-size: 13px; color: rgb(90, 106, 120); display: flex; align-items: center; flex-wrap: wrap; gap: 2px; }

.bcr a { color: rgb(90, 106, 120); text-decoration: none; transition: color 0.15s; }

.bcr a:hover { color: rgb(26, 56, 80); text-decoration: underline; }

.bcr .sep { margin: 0px 8px; color: rgb(180, 190, 204); }

.bcr .cur { color: rgb(26, 56, 80); font-weight: 600; }

@media (max-width: 520px) {
  .bcr { padding: 12px 14px 6px; font-size: 12px; }
  .bcr .sep { margin: 0px 5px; }
}

.hero { background: rgb(255, 255, 255); padding: 0px 0px 8px; }

.hero__box { background: rgb(26, 56, 80); color: rgb(255, 255, 255); border-left: 6px solid rgb(250, 191, 0); padding: 36px 36px 30px; position: relative; overflow: hidden; }

.hero__box::before { content: "“"; position: absolute; top: -30px; right: 20px; font-family: Georgia, serif; font-size: 180px; color: rgba(250, 191, 0, 0.08); line-height: 1; font-weight: 700; pointer-events: none; }

.hero__kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: rgb(250, 191, 0); font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }

.hero__kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; background: rgb(250, 191, 0); }

.hero__title { font-size: 24px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.3px; position: relative; z-index: 1; }

.hero__title .q { color: rgb(250, 191, 0); }

.hero__author { font-size: 14px; color: rgb(207, 216, 223); font-weight: 400; position: relative; z-index: 1; }

.hero__author strong { color: rgb(255, 255, 255); font-weight: 700; }

@media (min-width: 720px) {
  .hero__box { padding: 48px 48px 40px; }
  .hero__title { font-size: 32px; line-height: 1.25; }
  .hero__kicker { font-size: 13px; }
}

@media (max-width: 520px) {
  .hero__box { padding: 26px 20px 24px; border-left-width: 5px; }
  .hero__title { font-size: 20px; line-height: 1.3; }
  .hero__kicker { font-size: 11px; letter-spacing: 1.5px; margin-bottom: 14px; }
  .hero__box::before { font-size: 110px; top: -18px; right: 10px; }
}

.date-big { background: rgb(255, 255, 255); padding: 18px 0px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; border-bottom: 1px solid rgb(229, 233, 236); margin-bottom: 20px; }

.date-big__ico { width: 36px; height: 36px; border-radius: 50%; background: rgb(250, 191, 0); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.date-big__ico svg { width: 18px; height: 18px; fill: rgb(26, 56, 80); }

.date-big__txt { font-size: 28px; font-weight: 700; color: rgb(26, 56, 80); letter-spacing: -0.5px; font-variant-numeric: tabular-nums; font-family: Georgia, "Times New Roman", serif; }

@media (max-width: 520px) {
  .date-big { padding: 14px 0px; gap: 10px; }
  .date-big__txt { font-size: 22px; }
  .date-big__ico { width: 30px; height: 30px; }
  .date-big__ico svg { width: 15px; height: 15px; }
}

.hero-img { width: 100%; border-radius: 6px; overflow: hidden; margin-bottom: 24px; background: rgb(10, 22, 32); }

.hero-img img { width: 100%; display: block; }

.hero-img__cap { font-size: 12px; color: rgb(90, 106, 120); padding: 10px 2px 0px; font-style: italic; line-height: 1.5; }

.hero-img__cap strong { color: rgb(26, 56, 80); font-style: normal; font-weight: 600; }

.art p { font-size: 16.5px; line-height: 1.75; margin-bottom: 16px; color: rgb(45, 45, 45); }

.art p.lead { font-size: 18px; line-height: 1.65; font-weight: 600; color: rgb(26, 56, 80); border-left: 3px solid rgb(250, 191, 0); padding-left: 16px; margin: 10px 0px 22px; }

.art strong { font-weight: 700; color: rgb(26, 56, 80); }

.art h2 { font-size: 24px; line-height: 1.28; font-weight: 700; color: rgb(26, 56, 80); margin: 28px 0px 14px; letter-spacing: -0.3px; }

.art h3 { font-size: 19px; line-height: 1.3; font-weight: 700; color: rgb(26, 56, 80); margin: 22px 0px 10px; }

.art ul.bullets { margin: 10px 0px 22px; }

.art ul.bullets li { position: relative; padding-left: 28px; margin-bottom: 14px; font-size: 16px; line-height: 1.6; }

.art ul.bullets li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 12px; height: 12px; background: rgb(250, 191, 0); transform: rotate(45deg); border-radius: 2px; }

.art ul.bullets li strong { color: rgb(26, 56, 80); font-weight: 700; }

@media (max-width: 520px) {
  .art p { font-size: 15.5px; line-height: 1.7; }
  .art p.lead { font-size: 16.5px; padding-left: 14px; }
  .art h2 { font-size: 21px; margin: 24px 0px 12px; }
  .art h3 { font-size: 17px; }
  .art ul.bullets li { font-size: 15.5px; }
}

.tag-line { font-size: 22px; font-weight: 700; color: rgb(26, 56, 80); text-align: center; margin: 36px 0px 10px; letter-spacing: -0.2px; display: flex; align-items: center; justify-content: center; gap: 10px; }

.tag-line .emoji { font-size: 28px; }

.tag-sub { text-align: center; font-size: 16px; color: rgb(90, 106, 120); margin-bottom: 22px; line-height: 1.5; }

@media (max-width: 520px) {
  .tag-line { font-size: 19px; }
  .tag-line .emoji { font-size: 24px; }
  .tag-sub { font-size: 14.5px; }
}

.intro-card { background: rgb(255, 255, 255); border: 2px solid rgb(26, 56, 80); border-radius: 10px; padding: 22px; margin-bottom: 24px; text-align: center; position: relative; }

.intro-card__txt { font-size: 17px; color: rgb(26, 56, 80); font-weight: 700; line-height: 1.4; }

.intro-card__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: rgb(250, 191, 0); color: rgb(26, 56, 80); font-size: 11px; font-weight: 700; padding: 4px 14px; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }

@media (max-width: 520px) {
  .intro-card { padding: 20px 16px; }
  .intro-card__txt { font-size: 15px; }
}

.q-head { font-size: 20px; font-weight: 700; color: rgb(26, 56, 80); margin: 20px 0px 8px; display: flex; align-items: center; gap: 10px; }

.q-head .emoji { font-size: 26px; }

.q-desc { font-size: 15.5px; line-height: 1.65; color: rgb(74, 90, 106); margin-bottom: 20px; }

@media (max-width: 520px) {
  .q-head { font-size: 17.5px; }
  .q-head .emoji { font-size: 22px; }
  .q-desc { font-size: 14.5px; }
}

.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0px 20px; }

.cat { background: rgb(26, 56, 80); border-radius: 8px; padding: 18px 8px 14px; text-align: center; color: rgb(255, 255, 255); cursor: pointer; transition: 0.25s; border: 1px solid rgb(26, 56, 80); position: relative; overflow: hidden; }

.cat::before { content: ""; position: absolute; inset: 0px; background: transparent; opacity: 0; transition: opacity 0.25s; }

.cat:hover { transform: translateY(-3px); border-color: rgb(250, 191, 0); }

.cat:hover::before { opacity: 1; }

.cat__ico { font-size: 38px; line-height: 1; margin-bottom: 8px; display: block; position: relative; }

.cat__lbl { font-size: 13px; font-weight: 700; letter-spacing: 0.2px; position: relative; line-height: 1.2; }

@media (max-width: 380px) {
  .cats { gap: 8px; }
  .cat { padding: 14px 4px 12px; }
  .cat__ico { font-size: 30px; margin-bottom: 6px; }
  .cat__lbl { font-size: 11.5px; }
}

.ribbon { background: rgb(250, 191, 0); color: rgb(26, 56, 80); padding: 16px 20px; border-radius: 8px; font-weight: 700; text-align: center; font-size: 17px; margin: 20px 0px 24px; position: relative; }

.ribbon strong { font-size: 22px; letter-spacing: -0.5px; }

@media (max-width: 520px) {
  .ribbon { font-size: 15px; padding: 14px 16px; }
  .ribbon strong { font-size: 19px; }
}

.checks { margin: 20px 0px; }

.checks li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0px; font-size: 16px; color: rgb(45, 45, 45); line-height: 1.5; font-weight: 500; }

.checks li + li { border-top: 1px solid rgb(238, 242, 245); }

.checks li .ck { flex-shrink: 0; width: 24px; height: 24px; background: rgb(15, 169, 88); color: rgb(255, 255, 255); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; line-height: 1; margin-top: 1px; }

.checks li .ck svg { width: 13px; height: 13px; fill: rgb(255, 255, 255); }

@media (max-width: 520px) {
  .checks li { font-size: 15px; }
}

.start-banner { background: rgb(26, 56, 80); color: rgb(255, 255, 255); padding: 20px 24px; border-radius: 8px; text-align: center; font-size: 17px; font-weight: 700; margin: 18px 0px 30px; line-height: 1.4; border: 2px solid rgb(250, 191, 0); }

.start-banner .hl { color: rgb(250, 191, 0); }

@media (max-width: 520px) {
  .start-banner { font-size: 15px; padding: 16px 18px; }
}

.guar { background: rgb(26, 56, 80); color: rgb(255, 255, 255); border-radius: 10px; padding: 30px 26px 28px; margin: 30px 0px; position: relative; overflow: hidden; }

.guar::before { content: ""; position: absolute; top: 0px; right: 0px; width: 200px; height: 200px; background: transparent; pointer-events: none; }

.guar__esc { width: 72px; margin: 0px auto 14px; display: block; position: relative; }

.guar__title { text-align: center; font-size: 22px; font-weight: 700; color: rgb(250, 191, 0); margin-bottom: 14px; letter-spacing: 0.3px; position: relative; }

.guar__p { font-size: 15.5px; line-height: 1.65; color: rgb(221, 228, 235); margin-bottom: 14px; position: relative; text-align: center; }

.guar__p strong { color: rgb(255, 255, 255); font-weight: 700; }

.guar__box { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(250, 191, 0, 0.35); border-radius: 8px; padding: 18px; margin: 18px 0px; position: relative; }

.guar__box p { font-size: 14.5px; line-height: 1.6; color: rgb(232, 237, 242); margin: 0px; text-align: center; }

.guar__box p strong { color: rgb(250, 191, 0); font-weight: 700; }

.guar__checks { margin: 18px 0px 16px; position: relative; }

.guar__checks li { display: flex; gap: 12px; align-items: center; padding: 9px 0px; font-size: 15px; color: rgb(255, 255, 255); font-weight: 500; }

.guar__checks li .ck { flex-shrink: 0; width: 22px; height: 22px; background: rgb(250, 191, 0); color: rgb(26, 56, 80); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; line-height: 1; }

.guar__checks li .ck svg { width: 12px; height: 12px; fill: rgb(26, 56, 80); }

.guar__foot { text-align: center; font-size: 15px; font-weight: 600; color: rgb(250, 191, 0); padding-top: 12px; border-top: 1px solid rgba(250, 191, 0, 0.25); position: relative; margin-top: 6px; }

.guar__foot svg { width: 16px; height: 16px; fill: rgb(250, 191, 0); display: inline-block; vertical-align: text-bottom; margin-right: 6px; }

@media (max-width: 520px) {
  .guar { padding: 24px 18px 22px; }
  .guar__title { font-size: 19px; }
  .guar__esc { width: 58px; }
  .guar__p { font-size: 14.5px; }
  .guar__box { padding: 14px; }
  .guar__box p { font-size: 13.5px; }
  .guar__checks li { font-size: 14px; }
  .guar__foot { font-size: 14px; }
}

.sx-head { text-align: center; margin: 36px 0px 18px; }

.sx-head h2 { font-size: 24px; font-weight: 700; color: rgb(26, 56, 80); letter-spacing: -0.3px; display: inline-flex; align-items: center; gap: 10px; }

.sx-head h2 .emoji { font-size: 28px; }

.sx-head .sub { font-size: 15px; color: rgb(90, 106, 120); margin-top: 6px; }

@media (max-width: 520px) {
  .sx-head h2 { font-size: 20px; }
  .sx-head .sub { font-size: 14px; }
}

.form-wrap { background: rgb(255, 255, 255); border: 2px solid rgb(26, 56, 80); border-radius: 10px; padding: 28px 24px 24px; margin: 22px 0px 32px; position: relative; }

.form-wrap::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 5px; background: rgb(250, 191, 0); border-radius: 9px 9px 0px 0px; }

.form-wrap__esc { width: 50px; margin: 6px auto 10px; display: block; }

.form-wrap__title { font-size: 22px; font-weight: 700; color: rgb(26, 56, 80); text-align: center; letter-spacing: -0.3px; margin-bottom: 6px; }

.form-wrap__sub { font-size: 13.5px; color: rgb(90, 106, 120); text-align: center; margin-bottom: 18px; line-height: 1.5; }

.form-wrap__sub strong { color: rgb(26, 56, 80); font-weight: 700; background: rgb(255, 247, 220); padding: 1px 8px; border-radius: 3px; }

.aio-sdk-form input[type="submit"], .aio-sdk-form button[type="submit"], .aio-sdk-form .aio-sdk-submit { background-color: rgb(250, 191, 0) !important; color: rgb(26, 56, 80) !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.6px !important; border-radius: 25px !important; border: none !important; font-size: 15px !important; }

.aio-sdk-form input[type="submit"]:hover, .aio-sdk-form button[type="submit"]:hover, .aio-sdk-form .aio-sdk-submit:hover { background-color: rgb(255, 214, 74) !important; }

@media (max-width: 520px) {
  .form-wrap { padding: 22px 18px 20px; }
  .form-wrap__title { font-size: 19px; }
}

.map-sect { background: rgb(255, 255, 255); border: 1px solid rgb(229, 233, 236); border-radius: 10px; margin: 30px 0px; overflow: hidden; }

.map-sect__head { background: rgb(26, 56, 80); color: rgb(255, 255, 255); padding: 14px 20px; display: flex; align-items: center; gap: 10px; }

.map-sect__head h3 {color: #fff; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; flex: 1 1 0%; line-height: 1.2; }

.live-badge { display: inline-flex; align-items: center; gap: 6px; background: rgb(221, 0, 0); color: rgb(255, 255, 255); font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.8px; flex-shrink: 0; }

.live-badge::before { content: ""; width: 6px; height: 6px; background: rgb(255, 255, 255); border-radius: 50%; animation: 1.5s ease-in-out 0s infinite normal none running pulse; }

@keyframes pulse { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.map-grid { display: grid; grid-template-columns: 1fr; gap: 0px; }

@media (min-width: 720px) {
  .map-grid { grid-template-columns: 1.4fr 1fr; }
}

.map-wrap { padding: 16px; background: rgb(244, 247, 250); position: relative; border-bottom: 1px solid rgb(229, 233, 236); }

@media (min-width: 720px) {
  .map-wrap { border-bottom: none; border-right: 1px solid rgb(229, 233, 236); }
}

.map-inner { position: relative; width: 100%; max-width: 460px; margin: 0px auto; }

.map-inner svg { width: 100%; height: auto; display: block; filter: none; }

.map-inner svg path.rg { fill: rgb(201, 210, 219); stroke: rgb(255, 255, 255); stroke-width: 1.4; transition: fill 0.45s, stroke-width 0.45s; cursor: pointer; }

.map-inner svg path.rg:hover { fill: rgb(143, 162, 179); }

.map-inner svg path.rg.active { fill: rgb(221, 0, 0); stroke-width: 2; }

.map-inner svg text.lbl { font-size: 9px; fill: rgb(26, 56, 80); font-weight: 800; pointer-events: none; text-anchor: middle; dominant-baseline: middle; font-family: "Open Sans", sans-serif; letter-spacing: 0.04em; paint-order: stroke fill; stroke: rgba(255, 255, 255, 0.85); stroke-width: 2px; }

.map-inner svg text.lbl.active,
.map-inner svg text.lbl.w { fill: rgb(255, 255, 255); stroke: rgba(26, 56, 80, 0.35); }

.map-inner svg rect.inset { fill: none; stroke: rgb(170, 183, 194); stroke-width: 1; stroke-dasharray: 3, 2; }

.map-tt { position: absolute; background: rgb(26, 56, 80); color: rgb(255, 255, 255); padding: 7px 12px; border-radius: 5px; font-size: 11px; font-weight: 500; pointer-events: none; opacity: 0; transition: opacity 0.3s; z-index: 10; white-space: nowrap; transform: translateX(-50%); }

.map-tt::after { content: ""; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); border-width: 5px; border-style: solid; border-color: rgb(26, 56, 80) transparent transparent; border-image: initial; }

.map-tt.show { opacity: 1; }

.map-tt .tt-n { font-weight: 700; display: block; color: rgb(255, 204, 0); font-size: 10px; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 2px; }

.map-tt .tt-a { font-weight: 700; color: rgb(255, 255, 255); }

.top-rg { padding: 14px 12px; background: rgb(255, 255, 255); max-height: 410px; overflow-y: auto; }

.top-rg__hd { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: rgb(26, 56, 80); padding: 6px 8px 10px; border-bottom: 2px solid rgb(229, 233, 236); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }

.top-rg__hd::before { content: "🏆"; font-size: 14px; }

.top-rg__row { display: flex; justify-content: space-between; align-items: center; padding: 7px 10px; font-size: 13px; border-left: 3px solid transparent; border-radius: 4px; transition: background 0.15s, border-color 0.15s; }

.top-rg__row:hover { background: rgb(244, 247, 250); }

.top-rg__row.selected { background: rgb(255, 247, 214); border-left-color: rgb(221, 0, 0); }

.top-rg__row { cursor: pointer; }

.top-rg__row .rk { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgb(238, 242, 245); color: rgb(26, 56, 80); font-weight: 700; font-size: 11px; margin-right: 8px; flex-shrink: 0; }

.top-rg__row:nth-child(-n+3) .rk { background: rgb(255, 204, 0); color: rgb(17, 17, 17); }

.top-rg__row .rn { color: rgb(45, 45, 45); font-weight: 600; flex: 1 1 0%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.top-rg__row .rc { font-weight: 700; color: rgb(26, 56, 80); font-variant-numeric: tabular-nums; font-size: 13px; }

.feed { background: rgb(255, 255, 255); border-top: 1px solid rgb(229, 233, 236); max-height: 440px; overflow-y: auto; }

.feed__hd { position: sticky; top: 0px; background: rgb(255, 255, 255); border-bottom: 2px solid rgb(26, 56, 80); padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; z-index: 5; }

.feed__hd h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: rgb(26, 56, 80); display: flex; align-items: center; gap: 6px; }

.feed__hd h4::before { content: ""; width: 8px; height: 8px; background: rgb(15, 169, 88); border-radius: 50%; animation: 1.5s ease-in-out 0s infinite normal none running pulse; }

.feed__cnt { font-size: 11px; color: rgb(90, 106, 120); font-weight: 600; }

.feed__cnt b { color: rgb(26, 56, 80); font-variant-numeric: tabular-nums; }

.fi { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; padding: 12px 18px; border-bottom: 1px solid rgb(240, 243, 245); align-items: center; animation: 0.35s ease 0s 1 normal none running slideIn; }

.fi.fi--hidden { display: none; }

@keyframes slideIn { 
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0px); }
}

.fi .av { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; color: rgb(255, 255, 255); flex-shrink: 0; letter-spacing: 0.3px; }

.fi .av.dep { background: rgb(196, 30, 58); }

.fi .av.wit { background: rgb(10, 122, 59); }

.fi .info { min-width: 0px; }

.fi .nm { font-weight: 700; font-size: 13.5px; color: rgb(26, 56, 80); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; }

.fi .ct { font-size: 11.5px; color: rgb(90, 106, 120); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }

.fi .tp { font-size: 10.5px; color: rgb(128, 148, 163); font-style: italic; margin-top: 2px; }

.fi .am { font-weight: 700; font-size: 14px; text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }

.fi .am.dep { color: rgb(196, 30, 58); }

.fi .am.wit { color: rgb(10, 122, 59); }

.fi .am .lb { display: block; font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: rgb(128, 148, 163); margin-bottom: 2px; }

.germany-live.map-sect { border-radius: 8px; border-color: rgb(229, 233, 236); }

.germany-live .map-sect__head { padding: 18px 20px; background: rgb(26, 56, 80); }

.germany-live .map-wrap { padding: 22px 20px; background: rgb(244, 247, 250); }

.germany-live .map-inner { max-width: 520px; min-height: 420px; display: flex; align-items: center; justify-content: center; }

.germany-live .map-inner svg { width: min(100%, 560px); filter: none; }

.germany-live .map-inner svg path.rg { fill: rgb(198, 208, 218); stroke: rgb(255, 255, 255); stroke-width: 2; }

.germany-live .map-inner svg path.rg:hover { fill: rgb(156, 174, 190); }

.germany-live .map-inner svg path.rg.active { fill: rgb(221, 0, 0); stroke-width: 2.4; }

.germany-live .map-inner svg text.lbl { font-size: 10px; fill: rgb(26, 56, 80); font-weight: 800; letter-spacing: 0.05em; stroke-width: 2.5px; }

.germany-live .map-inner svg text.lbl.active,
.germany-live .map-inner svg text.lbl.w { fill: rgb(255, 255, 255); stroke: rgba(26, 56, 80, 0.4); }

.germany-live .map-tt { padding: 10px 13px; border-radius: 6px; background: rgb(26, 56, 80); }

.germany-live .top-rg { max-height: 410px; padding: 14px 12px; }

.germany-live .top-rg__row { padding: 9px 10px; }

.germany-live .feed__hd { padding: 16px 18px; }

/* Portugal map — compact, no outer frame */
.portugal-live .map-wrap { padding: 10px 12px; }

.portugal-live .map-inner {
  max-width: 175px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.portugal-live .map-inner svg {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  background: transparent;
}

.portugal-live .map-inner svg path.rg {
  fill: rgb(198, 208, 218);
  stroke: rgb(255, 255, 255);
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  paint-order: stroke fill;
  cursor: pointer;
  transition: fill 0.35s, stroke 0.35s;
}

.portugal-live .map-inner svg path.rg:hover {
  fill: rgb(156, 174, 190);
  stroke: rgb(255, 255, 255);
  stroke-width: 2.5px;
}

.portugal-live .map-inner svg path.rg.active {
  fill: rgb(221, 0, 0);
  stroke: rgb(255, 255, 255);
  stroke-width: 2.5px;
}

.portugal-live .top-rg { max-height: 340px; }

@media (min-width: 720px) {
  .portugal-live .map-inner { max-width: 190px; }
}

@media (max-width: 520px) {
  .portugal-live .map-inner { max-width: 155px; padding: 0; }
  .fi { padding: 10px 14px; grid-template-columns: 34px 1fr auto; gap: 10px; }
  .fi .av { width: 34px; height: 34px; font-size: 11px; }
  .fi .nm { font-size: 12.5px; }
  .fi .ct { font-size: 11px; }
  .fi .tp { font-size: 10px; }
  .fi .am { font-size: 13px; }
}

.s-ftr { background: rgb(26, 56, 80); color: rgb(255, 255, 255); margin-top: 40px; }

.s-ftr__links { max-width: 1200px; margin: 0px auto; padding: 36px 24px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }

@media (min-width: 720px) {
  .s-ftr__links { grid-template-columns: repeat(3, 1fr); }
}

.s-ftr__links a { display: block; font-size: 13.5px; color: rgb(221, 228, 235); padding: 7px 0px; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.08); transition: color 0.15s, padding-left 0.15s; }

.s-ftr__links a:hover { color: rgb(250, 191, 0); padding-left: 6px; }

.s-ftr__social { max-width: 1200px; margin: 0px auto; padding: 12px 24px 20px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-start; }

.s-ftr__social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; transition: 0.2s; padding: 0px; border: 0px; }

.s-ftr__social a:hover { background: rgb(250, 191, 0); transform: translateY(-2px); }

.s-ftr__social svg { width: 16px; height: 16px; fill: rgb(255, 255, 255); transition: fill 0.2s; }

.s-ftr__social a:hover svg { fill: rgb(26, 56, 80); }

.s-ftr__brand { max-width: 1200px; margin: 0px auto; padding: 22px 24px 20px; border-top: 1px solid rgba(255, 255, 255, 0.12); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.s-ftr__brand-logo { display: flex; align-items: center; gap: 12px; }

.s-ftr__brand-logo img { width: 42px; height: auto; flex-shrink: 0; }

.s-ftr__brand-logo .txt { font-family: Georgia, serif; font-size: 26px; color: rgb(255, 255, 255); line-height: 1; font-weight: 400; }

.s-ftr__addr { font-size: 12.5px; line-height: 1.55; color: rgb(207, 216, 223); flex: 1 1 0%; min-width: 220px; }

.s-ftr__gob { max-width: 1200px; margin: 0px auto; padding: 20px 24px; border-top: 1px solid rgba(255, 255, 255, 0.12); display: flex; align-items: center; justify-content: center; }

.s-ftr__gob img { max-width: 280px; height: auto; }

.s-ftr__copy { max-width: 1200px; margin: 0px auto; padding: 14px 24px 28px; font-size: 11px; color: rgb(128, 148, 163); text-align: center; line-height: 1.6; border-top: 1px solid rgba(255, 255, 255, 0.08); }

@media (max-width: 520px) {
  .s-ftr__links { padding: 28px 16px 18px; gap: 6px 16px; }
  .s-ftr__links a { font-size: 12.5px; padding: 6px 0px; }
  .s-ftr__social { padding: 10px 16px 16px; gap: 8px; }
  .s-ftr__social a { width: 34px; height: 34px; }
  .s-ftr__brand { padding: 18px 16px 16px; }
  .s-ftr__gob img { max-width: 220px; }
  .s-ftr__copy { padding: 12px 16px 22px; }
}

.pop-ov { position: fixed; inset: 0px; background: rgba(10, 20, 30, 0.94); z-index: 9999; display: none; align-items: flex-start; justify-content: center; padding: 16px; opacity: 0; transition: opacity 0.3s; overflow-y: auto; backdrop-filter: blur(7px); }

.pop-ov.show { display: flex; opacity: 1; }

.pop-box { background: rgb(255, 255, 255); border-radius: 12px; max-width: 440px; width: 100%; padding: 0px; position: relative; overflow: hidden; transform: scale(0.92); transition: transform 0.3s; margin: auto; }

.pop-ov.show .pop-box { transform: scale(1); }

.pop-close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: 50%; background: rgba(0, 0, 0, 0.15); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; z-index: 3; transition: 0.2s; line-height: 1; }

.pop-close:hover { background: rgb(196, 30, 58); }

.pop-head { background: rgb(26, 56, 80); color: rgb(255, 255, 255); padding: 24px 24px 20px; text-align: center; position: relative; overflow: hidden; }

.pop-head::before { content: ""; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; background: transparent; border-radius: 50%; }

.pop-head__esc { width: 48px; margin: 0px auto 10px; display: block; position: relative; }

.pop-head h3 { font-size: 19px; font-weight: 700; line-height: 1.25; margin-bottom: 4px; position: relative; color: rgb(255, 255, 255); }

.pop-head h3 .hl { color: rgb(250, 191, 0); }

.pop-head p { font-size: 13px; color: rgb(221, 228, 235); position: relative; line-height: 1.4; }

.pop-body { padding: 22px 22px 24px; }

body.pop-open { overflow: hidden; }

@media (max-width: 520px) {
  .pop-ov { padding: 10px; align-items: center; }
  .pop-head { padding: 20px 20px 18px; }
  .pop-head h3 { font-size: 17px; }
  .pop-body { padding: 18px 18px 20px; }
}

.fab { position: fixed; bottom: 16px; right: 16px; z-index: 90; background: rgb(250, 191, 0); color: rgb(26, 56, 80); padding: 12px 20px; border-radius: 30px; font-weight: 700; font-size: 14px; display: none; align-items: center; gap: 6px; text-transform: uppercase; letter-spacing: 0.4px; animation: 2s ease-in-out 0s infinite normal none running fabBounce; text-decoration: none !important; }

@keyframes fabBounce { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-4px); }
}

.fab:hover { background: rgb(255, 214, 74); transform: scale(1.05); }

@media (max-width: 720px) {
  .fab { display: inline-flex; }
}
