:root {
  --gs-blue: #042c57;
  --gs-blue-strong: #032246;
  --gs-blue-soft: #0a396d;
  --gs-gold: #e0b224;
  --gs-gold-strong: #c89b12;
  --gs-gold-soft: #f3d97d;
  --gs-white: #ffffff;
  --gs-ink: #0f1d2d;
  --gs-muted: #6f7b89;
  --gs-bg: #f8f7f3;
  --gs-bg-top: #fcfbf8;
  --gs-bg-deep: #f2efe8;
  --gs-surface: rgba(255,255,255,0.9);
  --gs-surface-strong: rgba(255,255,255,0.96);
  --gs-border: rgba(5, 44, 87, 0.07);
  --gs-border-strong: rgba(5, 44, 87, 0.11);
  --gs-shadow-xs: 0 8px 22px rgba(12, 24, 40, 0.032);
  --gs-shadow-sm: 0 18px 46px rgba(12, 24, 40, 0.05);
  --gs-shadow-md: 0 28px 78px rgba(12, 24, 40, 0.072);
  --gs-shadow-lg: 0 44px 110px rgba(12, 24, 40, 0.09);
  --gs-radius-xs: 12px;
  --gs-radius-sm: 16px;
  --gs-radius-md: 24px;
  --gs-radius-lg: 30px;
  --gs-max: 1328px;
  --gs-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gs-focus: 0 0 0 4px rgba(4, 44, 87, 0.08);
  --gs-topbar-h: 64px;
}
* { box-sizing: border-box; }
html, body { min-height: 100%; overflow-x: hidden; }
body {
  width: var(--vvw, 100vw);
  max-width: 100vw;
  margin: 0;
  font-family: var(--gs-font);
  color: var(--gs-ink);
  background:
    radial-gradient(980px 420px at 50% -90px, rgba(255,255,255,.98), rgba(255,255,255,0) 70%),
    radial-gradient(760px 320px at 12% 16%, rgba(255,255,255,.7), rgba(255,255,255,0) 72%),
    radial-gradient(760px 340px at 88% 18%, rgba(255,255,255,.6), rgba(255,255,255,0) 74%),
    linear-gradient(180deg, var(--gs-bg-top) 0%, var(--gs-bg) 42%, var(--gs-bg-deep) 100%);
}
img { max-width: 100%; display: block; }
#root { width: 100%; max-width: 100vw; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: none; box-shadow: var(--gs-focus); }
.gs-container { width: min(var(--gs-max), calc(100% - 48px)); margin: 0 auto; }
.gs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 760;
  letter-spacing: .01em;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}
.gs-btn:hover { transform: translateY(-1px); }
.gs-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #08386c 0%, #042c57 100%);
  border-color: rgba(4, 44, 87, .1);
  box-shadow: 0 12px 28px rgba(4, 44, 87, 0.12), inset 0 1px 0 rgba(255,255,255,.12);
}
.gs-btn-ghost {
  color: var(--gs-blue);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,251,248,.82));
  border-color: var(--gs-border);
  box-shadow: var(--gs-shadow-xs), inset 0 1px 0 rgba(255,255,255,.88);
}
.gs-input,
.gs-textarea,
.gs-country-item,
.gs-input-readonly {
  width: 100%;
  border: 1px solid rgba(6, 30, 59, 0.10);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
}
.gs-input,
.gs-textarea,
.gs-input-readonly { padding: 14px 16px; color: var(--gs-ink); }
.gs-input::placeholder,
.gs-textarea::placeholder { color: #7b8795; }
.gs-textarea { resize: vertical; min-height: 140px; }
.gs-input-readonly { display: flex; align-items: center; min-height: 50px; }

.gs-home-shell {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.gs-home-topbar {
  position: relative;
  z-index: 20;
  padding-top: max(12px, env(safe-area-inset-top));
  background: linear-gradient(180deg, rgba(252,251,248,.92), rgba(248,247,243,.52) 72%, rgba(248,247,243,0));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.gs-home-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 0 0 8px;
  transition: opacity .26s ease;
}
.gs-topbar-brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 0; }
.gs-topbar-brand-logo {
  width: min(184px, 18vw);
  min-width: 136px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(4, 44, 87, 0.05));
}
.gs-topbar-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}
.gs-topbar-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 13px;
  border: 1px solid rgba(5, 44, 87, 0.085);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,251,248,.82));
  color: var(--gs-blue);
  box-shadow: 0 10px 24px rgba(12, 24, 40, 0.03), inset 0 1px 0 rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .015em;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.gs-topbar-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(5, 44, 87, 0.11);
  box-shadow: 0 12px 28px rgba(12, 24, 40, 0.04), inset 0 1px 0 rgba(255,255,255,.94);
}
.gs-topbar-chip-label { display: inline-flex; align-items: center; }
.gs-topbar-chip-account { position: relative; width: 14px; height: 14px; display: inline-flex; align-items: center; justify-content: center; }
.gs-topbar-chip-account-head,
.gs-topbar-chip-account-body { position: absolute; left: 50%; transform: translateX(-50%); border: 1.4px solid currentColor; }
.gs-topbar-chip-account-head { top: 0; width: 6px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.34); }
.gs-topbar-chip-account-body { bottom: 0; width: 10px; height: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom: 0; }
.gs-home-topbar-rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(5,44,87,0) 0%, rgba(5,44,87,.065) 16%, rgba(5,44,87,.085) 50%, rgba(5,44,87,.065) 84%, rgba(5,44,87,0) 100%);
}
.gs-home-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: calc((var(--vh, 1vh) * 100) - var(--gs-topbar-h, 64px));
  padding: 12px 0;
  transition: opacity .2s ease;
}
.gs-home-main[data-home-fit="centered"] { justify-content: center; }
.gs-home-main[data-home-fit="stacked"] { justify-content: flex-start; }
.gs-home-stack {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 1122px;
  margin-inline: auto;
  margin-block: 0;
}
.gs-branch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.gs-branch-card {
  position: relative;
  display: block;
  align-self: start;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(7, 32, 63, 0.07);
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(250,249,246,.95));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 24px 66px rgba(12, 24, 40, 0.072), 0 4px 12px rgba(12, 24, 40, 0.018);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gs-branch-card:hover {
  transform: translateY(-2px);
  border-color: rgba(4,44,87,.098);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 30px 80px rgba(12, 24, 40, 0.082), 0 6px 14px rgba(12, 24, 40, 0.022);
}
.gs-branch-media {
  display: block;
  background: transparent;
}
.gs-branch-visual {
  position: relative;
  display: block;
  background: transparent;
  padding: 8px 8px 0;
}
.gs-branch-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}
.gs-branch-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 5px 10px 7px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,247,243,.975) 100%);
  border-top: 1px solid rgba(7,32,63,.045);
}
.gs-branch-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gs-blue);
  font-size: 15px;
  font-weight: 835;
  letter-spacing: .038em;
  line-height: 1;
  text-transform: uppercase;
}
.gs-ai-panel { margin-top: 4px; }
.gs-ai-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 7px;
  border: 1px solid rgba(7, 32, 63, 0.07);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,248,244,.92)), radial-gradient(300px 120px at 85% 50%, rgba(224,178,36,.11), rgba(224,178,36,0) 68%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 22px 58px rgba(12, 24, 40, 0.055), 0 4px 10px rgba(12,24,40,.016);
}
.gs-ai-input {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
}
.gs-ai-input:focus-visible { background: rgba(255,255,255,.92); box-shadow: inset 0 0 0 1px rgba(4,44,87,.10), var(--gs-focus); }
.gs-ai-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 174px;
  min-height: 46px;
  padding: 0 14px 0 16px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(180deg, #08386c 0%, #042c57 100%);
  border-color: rgba(4, 44, 87, .1);
  box-shadow: 0 14px 34px rgba(4, 44, 87, 0.16), inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .028em;
  animation: gsAiButtonGlow 2.8s ease-in-out infinite;
}
.gs-ai-button:hover { box-shadow: 0 19px 42px rgba(4, 44, 87, 0.18), inset 0 1px 0 rgba(255,255,255,.14); }
.gs-ai-button-shine {
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.22) 48%, transparent 78%);
  transform: translateX(-150%);
  animation: gsAiSweep 3.4s ease-in-out infinite;
  pointer-events: none;
}
.gs-ai-button-label,
.gs-ai-button-signal { position: relative; z-index: 1; }
.gs-ai-button-label { display: inline-flex; align-items: center; justify-content: center; }
.gs-ai-button-signal {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 4px;
}
.gs-ai-button-core,
.gs-ai-button-wave { position: absolute; inset: 0; margin: auto; border-radius: 999px; }
.gs-ai-button-core {
  width: 8px;
  height: 8px;
  background: linear-gradient(180deg, #fff5bf 0%, #f0c63a 100%);
  box-shadow: 0 0 0 3px rgba(240,198,58,.14), 0 0 18px rgba(240,198,58,.32);
}
.gs-ai-button-wave { border: 1px solid rgba(240,198,58,.42); opacity: .34; }
.gs-ai-button-wave-a { width: 15px; height: 15px; animation: gsAiWave 2.2s ease-in-out infinite; }
.gs-ai-button-wave-b { width: 20px; height: 20px; animation: gsAiWave 2.2s ease-in-out infinite .42s; }
@keyframes gsAiWave {
  0%, 100% { transform: scale(.82); opacity: .16; }
  50% { transform: scale(1.1); opacity: .56; }
}
@keyframes gsAiSweep {
  0%, 52%, 100% { transform: translateX(-150%); }
  22% { transform: translateX(130%); }
}
@keyframes gsAiButtonGlow {
  0%, 100% { box-shadow: 0 14px 34px rgba(4, 44, 87, 0.16), inset 0 1px 0 rgba(255,255,255,.12); }
  50% { box-shadow: 0 18px 42px rgba(4, 44, 87, 0.22), 0 0 0 1px rgba(255,255,255,.06) inset; }
}

.gs-splash-layer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  overflow: hidden;
  background: radial-gradient(860px 360px at 50% 26%, rgba(255,255,255,.96), rgba(255,255,255,.58) 52%, rgba(255,255,255,0) 74%), linear-gradient(180deg, rgba(252,251,248,1) 0%, rgba(248,247,243,1) 100%);
  transition: opacity .18s ease;
}
.gs-splash-flash { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.94) 0%, rgba(255,255,255,.62) 16%, rgba(255,255,255,0) 48%); opacity: 0; transition: opacity .16s ease; }
.gs-splash-brand { position: relative; width: min(620px, 58vw); min-width: 320px; }
.gs-splash-brand-shell { position: relative; padding: 16px 20px; border-radius: 32px; background: rgba(255,255,255,.18); }
.gs-splash-brand-shell::before { content: ""; position: absolute; inset: -18px -44px; z-index: -1; background: radial-gradient(ellipse at center, rgba(255,255,255,.74) 0%, rgba(255,255,255,.26) 48%, rgba(255,255,255,0) 78%); }
.gs-splash-brand-svg { display: flex; align-items: center; justify-content: center; }
.gs-splash-svg { width: 100%; height: auto; overflow: visible; }
.gs-splash-svg path,
.gs-splash-svg polygon,
.gs-splash-svg rect,
.gs-splash-svg circle,
.gs-splash-svg ellipse,
.gs-splash-svg line,
.gs-splash-svg polyline {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center center;
  transform: translateY(10px) scale(.985);
  transition: transform .4s cubic-bezier(.2,.82,.22,1), opacity .34s ease;
}
.gs-splash-layer.is-assemble .gs-splash-svg path,
.gs-splash-layer.is-assemble .gs-splash-svg polygon,
.gs-splash-layer.is-assemble .gs-splash-svg rect,
.gs-splash-layer.is-assemble .gs-splash-svg circle,
.gs-splash-layer.is-assemble .gs-splash-svg ellipse,
.gs-splash-layer.is-assemble .gs-splash-svg line,
.gs-splash-layer.is-assemble .gs-splash-svg polyline,
.gs-splash-layer.is-proof-full .gs-splash-svg path,
.gs-splash-layer.is-proof-full .gs-splash-svg polygon,
.gs-splash-layer.is-proof-full .gs-splash-svg rect,
.gs-splash-layer.is-proof-full .gs-splash-svg circle,
.gs-splash-layer.is-proof-full .gs-splash-svg ellipse,
.gs-splash-layer.is-proof-full .gs-splash-svg line,
.gs-splash-layer.is-proof-full .gs-splash-svg polyline,
.gs-splash-layer.is-proof-white .gs-splash-svg path,
.gs-splash-layer.is-proof-white .gs-splash-svg polygon,
.gs-splash-layer.is-proof-white .gs-splash-svg rect,
.gs-splash-layer.is-proof-white .gs-splash-svg circle,
.gs-splash-layer.is-proof-white .gs-splash-svg ellipse,
.gs-splash-layer.is-proof-white .gs-splash-svg line,
.gs-splash-layer.is-proof-white .gs-splash-svg polyline {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.gs-splash-layer.is-flash .gs-splash-flash { opacity: .66; }
.gs-splash-layer.is-whiteout { background: #ffffff; }
.gs-splash-layer.is-whiteout .gs-splash-flash { opacity: .94; }
.gs-splash-layer.is-whiteout .gs-splash-brand { opacity: 0; transition: opacity .14s ease; }
.gs-home-shell[data-splash-state="running"] .gs-home-topbar,
.gs-home-shell[data-splash-state="running"] .gs-home-main { opacity: 0; }
.gs-home-shell[data-splash-state="done"] .gs-home-topbar,
.gs-home-shell[data-splash-state="done"] .gs-home-main,
.gs-home-shell[data-splash-state="reduced"] .gs-home-topbar,
.gs-home-shell[data-splash-state="reduced"] .gs-home-main { opacity: 1; }
.gs-home-shell[data-splash-state="done"] .gs-splash-layer,
.gs-home-shell[data-splash-state="reduced"] .gs-splash-layer { opacity: 0; }

.gs-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 29, 45, 0.38);
}
.gs-modal {
  width: min(720px, 100%);
  max-height: min(88vh, calc(var(--vh, 1vh) * 88));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 29, 45, 0.22);
}
.gs-modal-head,
.gs-modal-foot { padding: 18px 22px; }
.gs-modal-head { border-bottom: 1px solid rgba(7,32,63,.08); }
.gs-modal-foot { display: flex; justify-content: flex-end; gap: 12px; border-top: 1px solid rgba(7,32,63,.08); }
.gs-modal-title { margin: 0; color: var(--gs-blue); font-size: 24px; line-height: 1.1; }
.gs-modal-sub { margin: 6px 0 0; color: var(--gs-muted); line-height: 1.5; }
.gs-modal-body { overflow: auto; padding: 22px; }
.gs-modal-copy { display: grid; gap: 14px; }
.gs-modal-paragraph { margin: 0; color: var(--gs-muted); line-height: 1.7; }
.gs-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.gs-field { display: grid; gap: 8px; }
.gs-label { font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--gs-blue); }
.gs-country-list { display: grid; gap: 10px; max-height: 320px; overflow: auto; padding-right: 4px; }
.gs-country-group-title { margin-top: 4px; color: var(--gs-blue); font-size: 13px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.gs-country-group { display: grid; gap: 8px; }
.gs-country-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; }
.gs-country-item.is-selected { border-color: rgba(4,44,87,.16); box-shadow: var(--gs-shadow-xs); }
.gs-country-item-main { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.gs-country-item-flag { font-size: 18px; }
.gs-country-item-name { font-weight: 800; }
.gs-country-item-currency { color: var(--gs-muted); font-weight: 700; }

.gs-geo-card {
  display: grid;
  gap: 14px;
  padding: 15px;
  border-radius: 22px;
  border: 1px solid rgba(6,30,59,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,247,243,.95));
  box-shadow: var(--gs-shadow-xs), inset 0 1px 0 rgba(255,255,255,.92);
}
.gs-geo-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.gs-geo-card-title-wrap { display: grid; gap: 6px; }
.gs-geo-button { min-height: 38px; padding: 0 14px; }
.gs-geo-badge,
.gs-selection-confirm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 12px;
  background: rgba(4,44,87,.045);
  color: var(--gs-blue);
  font-weight: 760;
}
.gs-selection-confirm { width: fit-content; max-width: 100%; color: var(--gs-ink); background: rgba(4,44,87,.04); }
.gs-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gs-geo-map {
  --gs-geo-focus-scale: 1;
  --gs-geo-focus-x: 0%;
  --gs-geo-focus-y: 0%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 16 / 7.4;
  border-radius: 19px;
  border: 1px solid rgba(4,44,87,.08);
  background:
    radial-gradient(340px 160px at 18% 18%, rgba(255,255,255,.78), rgba(255,255,255,0) 72%),
    linear-gradient(180deg, rgba(236,242,247,.98), rgba(244,247,250,.94));
}
.gs-geo-map-viewport,
.gs-geo-map-layer {
  position: absolute;
  inset: 0;
}
.gs-geo-map-layer {
  transform-origin: 50% 50%;
  transform: translate(var(--gs-geo-focus-x), var(--gs-geo-focus-y)) scale(var(--gs-geo-focus-scale));
  transition: transform .42s cubic-bezier(.2,.9,.2,1);
  will-change: transform;
}
.gs-geo-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(4,44,87,.04) 0 1px, transparent 1px 12.5%),
    repeating-linear-gradient(180deg, rgba(4,44,87,.04) 0 1px, transparent 1px 20%);
  opacity: .22;
  z-index: 0;
}
.gs-geo-worldmap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: .98;
  filter: drop-shadow(0 14px 28px rgba(4,44,87,.08));
}
.gs-geo-pin {
  position: absolute;
  width: 24px;
  height: 30px;
  transform: translate(-50%, -76%);
  pointer-events: none;
  z-index: 2;
  transition: left .38s cubic-bezier(.2,.9,.2,1), top .38s cubic-bezier(.2,.9,.2,1), opacity .22s ease;
}
.gs-geo-pin::before {
  content: "";
  position: absolute;
  inset: 9px auto auto 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(224,178,36,.14);
  animation: gsGeoPulse 2.4s ease-in-out infinite;
}
.gs-geo-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 15px;
  height: 15px;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 4px 50% 50% 50%;
  background: linear-gradient(180deg, #f7df8d 0%, #d4a722 100%);
  box-shadow: 0 8px 16px rgba(4,44,87,.18);
}
.gs-geo-pin-dot {
  position: absolute;
  left: 50%;
  top: 6px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff7d0 0%, #fff2b3 100%);
  border: 2px solid rgba(255,255,255,.96);
  box-shadow: 0 0 0 5px rgba(224,178,36,.14);
  z-index: 1;
}
@keyframes gsGeoPulse {
  0%, 100% { opacity: .26; transform: translate(-50%, -50%) scale(.78); }
  50% { opacity: .5; transform: translate(-50%, -50%) scale(1.08); }
}
.gs-geo-status,
.gs-geo-meta {
  margin: 0;
  line-height: 1.55;
}
.gs-geo-status { color: var(--gs-blue); font-weight: 760; }
.gs-geo-meta { color: var(--gs-muted); }


@media (prefers-reduced-motion: reduce) {
  .gs-geo-map-layer,
  .gs-geo-pin,
  .gs-geo-pin::before {
    transition: none !important;
    animation: none !important;
  }
}

/* GS_DESKTOP_HOME_START */
@media (min-width: 901px) {
  .gs-branch-card:nth-child(1) .gs-branch-visual img { object-position: center center; }
  .gs-branch-card:nth-child(2) .gs-branch-visual img { object-position: center center; }
}
/* GS_DESKTOP_HOME_END */

@media (max-width: 900px) {
  .gs-container { width: min(calc(100% - 18px), 100%); }
  .gs-home-topbar { padding-top: max(8px, env(safe-area-inset-top)); }
  .gs-home-topbar-inner { min-height: 42px; gap: 10px; padding-bottom: 6px; }
  .gs-topbar-brand-logo { width: min(124px, 31vw); min-width: 102px; }
  .gs-topbar-actions { gap: 6px; }
  .gs-topbar-chip { min-height: 30px; padding: 0 10px; border-radius: 11px; font-size: 11px; gap: 7px; }
  .gs-home-main { padding: 20px 0 4px; }
  .gs-home-stack { gap: 8px; max-width: none; }
  .gs-branch-grid { grid-template-columns: 1fr; gap: 10px; align-items: start; }
  .gs-branch-card { border-radius: 20px; }
  .gs-branch-visual { padding: 0; }
  .gs-branch-visual img { border-radius: 20px 20px 0 0; }
  .gs-branch-overlay { min-height: 28px; padding: 5px 9px 6px; }
  .gs-branch-title { font-size: 13.8px; letter-spacing: .03em; }
  .gs-ai-panel { margin-top: 3px; }
  .gs-ai-form { grid-template-columns: minmax(0, 1fr) auto; gap: 6px; padding: 4px; border-radius: 16px; }
  .gs-ai-input { min-height: 38px; padding: 0 12px; font-size: 16px; }
  .gs-ai-button { min-width: 120px; min-height: 38px; padding: 0 10px 0 12px; border-radius: 12px; font-size: 11.2px; }
  .gs-splash-brand { width: min(400px, 82vw); min-width: 250px; }
  .gs-splash-brand-shell { padding: 12px 14px; border-radius: 24px; }
  .gs-form-grid { grid-template-columns: 1fr; }
  .gs-modal-backdrop { padding: 12px; }
  .gs-modal { width: 100%; max-height: min(92vh, calc(var(--vh, 1vh) * 92)); border-radius: 20px; }
  .gs-modal-head,
  .gs-modal-body,
  .gs-modal-foot { padding-left: 16px; padding-right: 16px; }
  .gs-modal-title { font-size: 22px; }
  .gs-input,
  .gs-textarea,
  .gs-country-item,
  .gs-input-readonly,
  .gs-ai-input { font-size: 16px; }
  .gs-geo-card { padding: 12px; }
  .gs-geo-map { aspect-ratio: 16 / 8.9; }
  .gs-country-list { max-height: 260px; }
}

@media (max-width: 420px) {
  .gs-topbar-chip { min-height: 29px; padding: 0 9px; font-size: 10.5px; }
  .gs-branch-title { font-size: 13px; }
  .gs-ai-button { min-width: 116px; }
  .gs-geo-card-head { align-items: stretch; }
  .gs-geo-button { width: 100%; }
  .gs-selection-confirm { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .gs-btn,
  .gs-topbar-chip,
  .gs-home-topbar,
  .gs-home-main,
  .gs-splash-layer,
  .gs-splash-brand,
  .gs-splash-svg path,
  .gs-splash-svg polygon,
  .gs-splash-svg rect,
  .gs-splash-svg circle,
  .gs-splash-svg ellipse,
  .gs-splash-svg line,
  .gs-splash-svg polyline,
  .gs-ai-button,
  .gs-ai-button-shine,
  .gs-ai-button-wave,
  .gs-geo-pin,
  .gs-geo-pin::before {
    transition: none !important;
    animation: none !important;
  }
}
