:root {
  --cream: #fff4de;
  --card: #ffffff;
  --green: #0f6b4d;
  --navy: #10233f;
  --gold: #d9a441;
  --muted: #6b7280;
  --border: #e8dcc8;
  --soft: rgba(16, 35, 63, 0.68);
  --shadow: 0 24px 58px rgba(16, 35, 63, 0.12);
  --shadow-small: 0 12px 28px rgba(16, 35, 63, 0.09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% -4%, rgba(217, 164, 65, 0.28), transparent 26rem),
    radial-gradient(circle at 98% 8%, rgba(216, 236, 255, 0.95), transparent 26rem),
    linear-gradient(180deg, #fffaf0 0%, var(--cream) 52%, #fff9ef 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.28;
  background-image: radial-gradient(circle at 1px 1px, rgba(16, 35, 63, 0.12) 1px, transparent 0);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 58%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.skip-link {
  position: absolute; left: 1rem; top: 0.75rem; z-index: 100;
  transform: translateY(-160%); border-radius: 999px; padding: 0.75rem 1rem;
  background: var(--navy); color: #fff; font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(15, 107, 77, 0.55); outline-offset: 4px; }

.site-header {
  position: sticky; top: 0; z-index: 50; padding: 0.8rem 0;
  transition: background 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 244, 222, 0.82);
  box-shadow: 0 14px 40px rgba(16, 35, 63, 0.08);
  backdrop-filter: blur(14px);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  border: 1px solid rgba(232, 220, 200, 0.92); border-radius: 999px;
  padding: 0.45rem 0.5rem; background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(16, 35, 63, 0.06);
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; min-width: 0; }
.brand img { width: 42px; height: 42px; border-radius: 14px; box-shadow: 0 8px 18px rgba(16, 35, 63, 0.14); flex: 0 0 auto; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1rem; letter-spacing: -0.03em; }
.brand small { margin-top: 0.14rem; color: var(--muted); font-size: 0.72rem; font-weight: 850; }
.nav-actions { display: inline-flex; align-items: center; gap: 0.65rem; }
.nav-link { display: none; color: var(--green); font-size: 0.9rem; font-weight: 950; }
.league-pill {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0.55rem 0.9rem;
  border: 1px solid rgba(217, 164, 65, 0.45); border-radius: 999px; background: rgba(255, 248, 235, 0.95);
  font-size: 0.78rem; font-weight: 950; white-space: nowrap;
}

.hero {
  display: grid; gap: 2rem; padding: 2.1rem 0 2.8rem; align-items: center;
}
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.52s ease, transform 0.52s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.kicker, .eyebrow {
  display: inline-flex; align-items: center; gap: 0.52rem; margin: 0 0 0.85rem; color: var(--green);
  font-size: 0.82rem; font-weight: 950; letter-spacing: 0.05em; text-transform: uppercase;
}
.kicker::before, .eyebrow::before {
  content: ""; width: 0.68rem; height: 0.68rem; border-radius: 999px; background: var(--gold);
  box-shadow: 0 0 0 6px rgba(217, 164, 65, 0.16);
}

h1,h2,h3,p { margin-top: 0; }
h1 {
  max-width: 11.5ch; margin-bottom: 1rem; font-size: clamp(2.7rem, 7.2vw, 4.9rem);
  line-height: 0.94; letter-spacing: -0.065em;
}
h2 {
  margin-bottom: 0.75rem; font-size: clamp(2rem, 4.4vw, 3.35rem); line-height: 1; letter-spacing: -0.055em;
}
h3 { margin-bottom: 0.35rem; font-size: 1.05rem; letter-spacing: -0.025em; }
.hero-text, .section-copy p, .league-copy p, .cta-panel p {
  color: var(--soft); font-size: 1rem; line-height: 1.68;
}
.hero-text { max-width: 42rem; margin-bottom: 1.35rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.78rem; margin-bottom: 1rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0.9rem 1.25rem;
  border-radius: 999px; font-weight: 950; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(180deg, #37cf60 0%, #24b94e 100%); color: #fff; box-shadow: 0 16px 30px rgba(36, 185, 78, 0.26); }
.button-secondary { border: 1px solid rgba(16, 35, 63, 0.11); background: rgba(255, 255, 255, 0.76); color: var(--navy); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 0.52rem; }
.quick-facts span {
  display: inline-flex; align-items: center; min-height: 32px; padding: 0.42rem 0.72rem; border-radius: 999px;
  border: 1px solid rgba(232, 220, 200, 0.95); background: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem; font-weight: 900;
}

.product-card {
  position: relative; display: grid; justify-items: center; min-height: 36rem; border: 1px solid rgba(232, 220, 200, 0.92);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 236, 255, 0.9), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 248, 235, 0.95) 100%);
  box-shadow: var(--shadow); overflow: hidden;
}
.product-card::before, .product-card::after {
  content: ""; position: absolute; border-radius: 999px; pointer-events: none;
}
.product-card::before { width: 13rem; height: 13rem; right: -5rem; top: -4rem; background: rgba(239, 106, 78, 0.1); }
.product-card::after { width: 16rem; height: 6rem; left: -3rem; bottom: -1.6rem; background: rgba(15, 107, 77, 0.13); transform: rotate(-7deg); }
.phone {
  position: relative; z-index: 1; width: min(86%, 23rem); margin-top: 1.15rem; padding: 0.55rem; border-radius: 40px;
  background: linear-gradient(145deg, #0a1430, #1c2d53 55%, #0b1732);
  box-shadow: 0 26px 54px rgba(16, 35, 63, 0.28);
}
.phone-notch {
  position: absolute; top: 0.8rem; left: 50%; z-index: 3; width: 5.6rem; height: 1.15rem; border-radius: 999px; background: #060d1b;
  transform: translateX(-50%);
}
.phone-screen {
  overflow: hidden; border-radius: 34px; background: #f5f2eb;
}
.mock-top-hero {
  padding: 1.15rem 1rem 4.1rem;
  background: radial-gradient(circle at 100% 0%, rgba(12, 115, 73, 0.65), transparent 40%), linear-gradient(135deg, #06162f 0%, #0b2443 58%, #062036 100%);
  color: #fff; border-bottom-left-radius: 2rem; border-bottom-right-radius: 2rem;
}
.mock-toolbar {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.75rem; margin-bottom: 0.95rem;
}
.mock-user small { display: block; color: rgba(255,255,255,0.66); font-size: 0.72rem; margin-bottom: 0.12rem; }
.mock-user strong { font-size: 1.02rem; }
.mock-actions { display: inline-flex; gap: 0.55rem; }
.mock-icon {
  position: relative; display: inline-flex; width: 2rem; height: 2rem; border-radius: 14px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.08);
}
.mock-icon::before, .mock-icon::after { content: ""; position: absolute; }
.mock-icon.home::before {
  left: 50%; top: 44%; width: 0.72rem; height: 0.56rem; border: 2px solid #fff; border-top: 0; border-radius: 0 0 0.16rem 0.16rem; transform: translate(-50%, -30%);
}
.mock-icon.home::after {
  left: 50%; top: 43%; width: 0.85rem; height: 0.85rem; border-left: 2px solid #fff; border-top: 2px solid #fff; transform: translate(-50%, -50%) rotate(45deg);
}
.mock-icon.bell::before {
  left: 50%; top: 48%; width: 0.7rem; height: 0.72rem; border: 2px solid #fff; border-bottom: 0; border-radius: 0.5rem 0.5rem 0 0; transform: translate(-50%, -50%);
}
.mock-icon.bell::after {
  left: 50%; bottom: 0.38rem; width: 0.64rem; height: 0.12rem; background: #fff; border-radius: 999px; transform: translateX(-50%);
}
.mock-icon.logout::before {
  right: 0.5rem; top: 50%; width: 0.55rem; height: 0.55rem; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg);
}
.mock-icon.logout::after {
  left: 0.55rem; top: 50%; width: 0.72rem; height: 0.72rem; border: 2px solid #fff; border-right: 0; border-radius: 0.18rem 0 0 0.18rem; transform: translateY(-50%);
}
.date-chip {
  display: inline-flex; align-items: center; min-height: 2rem; padding: 0.42rem 0.72rem; border-radius: 999px;
  background: rgba(255,255,255,0.12); color: #ffe4a0; font-size: 0.76rem; font-weight: 900; margin-bottom: 0.95rem;
}
.mock-title { color: #fff; font-size: 2rem; letter-spacing: -0.05em; line-height: 0.95; margin-bottom: 0.5rem; }
.mock-sub { margin: 0; color: rgba(255,255,255,0.78); font-size: 0.88rem; line-height: 1.45; max-width: 18rem; }
.tabs-card {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 0.35rem; margin: -2.35rem 1rem 0.9rem;
  padding: 0.38rem; border-radius: 20px; background: #fff; box-shadow: 0 14px 24px rgba(5, 12, 26, 0.08);
}
.tabs-card span {
  text-align: center; padding: 0.78rem 0.35rem; border-radius: 16px; color: #63708b; font-size: 0.86rem; font-weight: 900;
}
.tabs-card .is-active { background: #081833; color: #fff; box-shadow: 0 8px 18px rgba(8, 24, 51, 0.18); }
.summary-row {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.8rem; margin: 0 1rem 0.9rem;
}
.summary-card {
  padding: 0.95rem; border-radius: 22px; box-shadow: 0 12px 24px rgba(5, 12, 26, 0.08);
}
.summary-card.light { background: #fff; }
.summary-card.dark { background: linear-gradient(135deg, #05251a, #0a2430 72%, #0b2c18); color: #fff; }
.summary-card small { display: block; color: #748099; font-size: 0.74rem; font-weight: 800; margin-bottom: 0.48rem; }
.summary-card.dark small { color: rgba(255,255,255,0.78); }
.summary-card strong { display: block; font-size: 1.7rem; line-height: 1; margin-bottom: 0.2rem; }
.summary-card em { display: block; color: #ef8f21; font-style: normal; font-size: 0.95rem; font-weight: 900; margin-bottom: 0.28rem; }
.summary-card span { color: #748099; font-size: 0.76rem; font-weight: 800; }
.summary-card.dark span { color: rgba(255,255,255,0.85); }
.meter { height: 0.45rem; margin: 0.4rem 0 0.35rem; border-radius: 999px; background: rgba(255,255,255,0.22); overflow: hidden; }
.meter i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ffcc38, #32e177); }
.fixture-card {
  margin: 0 1rem 1rem; padding: 1rem; border-radius: 24px; background: #fff; box-shadow: 0 12px 24px rgba(5, 12, 26, 0.08);
}
.fixture-top {
  display: flex; justify-content: space-between; gap: 0.5rem; align-items: center; margin-bottom: 0.9rem;
}
.fixture-top span { color: #64748b; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; }
.fixture-top b {
  display: inline-flex; align-items: center; min-height: 1.8rem; padding: 0.35rem 0.65rem; border: 1px solid #efd077; border-radius: 999px;
  background: #fff7dd; color: #b17600; font-size: 0.76rem; font-weight: 900; white-space: nowrap;
}
.fixture-main { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0.7rem; align-items: center; }
.side-team { display: grid; justify-items: center; gap: 0.34rem; text-align: center; }
.side-team small { color: #64748b; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; }
.side-team strong { font-size: 1rem; }
.flag-chip {
  width: 2.6rem; height: 2.6rem; border-radius: 14px; box-shadow: 0 8px 16px rgba(16, 35, 63, 0.08);
}
.flag-tur { background: linear-gradient(180deg, #d8223a 0 100%); position: relative; }
.flag-tur::before { content:""; position:absolute; left:0.7rem; top:0.75rem; width:0.7rem; height:0.7rem; border-radius:50%; background:#fff; box-shadow: 0 0 0 0.15rem #d8223a inset; }
.flag-can { background: linear-gradient(90deg, #d8223a 0 24%, #fff 24% 76%, #d8223a 76% 100%); }
.kickoff-box {
  padding: 0.72rem 0.82rem; border-radius: 18px; background: #081833; color: #fff; text-align: center; min-width: 4.6rem;
}
.kickoff-box small { display:block; color: rgba(255,255,255,0.56); font-size:0.68rem; font-weight: 900; margin-bottom:0.16rem; }
.kickoff-box strong { font-size: 1.15rem; }
.fixture-bottom {
  margin-top: 0.92rem; padding: 0.78rem 0.95rem; border: 1px solid rgba(16,35,63,0.08); border-radius: 18px;
  color: #64748b; font-size: 0.86rem; font-weight: 850;
}
.bottom-nav {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0.3rem; padding: 0.45rem 0.55rem 0.6rem; background: #081833;
}
.bottom-nav span {
  text-align: center; padding: 0.75rem 0.35rem; border-radius: 14px; color: rgba(255,255,255,0.58); font-size: 0.74rem; font-weight: 850;
}
.bottom-nav .active { background: #fff; color: #081833; }

.board-card {
  position: absolute; z-index: 3; left: 1.15rem; right: 1.15rem; bottom: 1rem; padding: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.78); border-radius: 22px; background: rgba(255,255,255,0.96);
  box-shadow: 0 20px 38px rgba(16, 35, 63, 0.15); backdrop-filter: blur(12px);
}
.board-title, .league-board-head {
  display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; margin-bottom: 0.74rem;
}
.board-title strong, .league-board-head strong { display: block; font-size: 1rem; }
.board-title span, .league-board-head span { color: var(--muted); font-size: 0.78rem; font-weight: 900; }
.board-badge {
  display: inline-flex; align-items: center; min-height: 1.8rem; padding: 0.32rem 0.56rem; border-radius: 999px;
  background: rgba(15,107,77,0.12); color: var(--green) !important; font-size: 0.74rem !important; white-space: nowrap;
}
.board-card ol, .league-board ol { margin: 0; padding: 0; list-style: none; }
.board-card li, .league-board li {
  display: grid; grid-template-columns: auto auto 1fr auto; gap: 0.6rem; align-items: center; padding: 0.5rem 0;
  border-top: 1px solid rgba(16,35,63,0.08);
}
.board-card li:first-child, .league-board li:first-child { border-top: 0; padding-top: 0; }
.board-card li:last-child, .league-board li:last-child { padding-bottom: 0; }
.rank, .rank-chip {
  display: inline-flex; align-items: center; justify-content: center; width: 1.68rem; height: 1.68rem; border-radius: 50%; background: #eef1f5;
  color: var(--navy); font-size: 0.78rem; font-weight: 950;
}
.board-card li:nth-child(1) .rank, .rank-chip.first { background: #ffd85f; }
.board-card li:nth-child(2) .rank, .rank-chip.second { background: #dde6ef; }
.board-card li:nth-child(3) .rank, .rank-chip.third { background: #f3b37d; }
.avatar {
  display: inline-flex; align-items: center; justify-content: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; color: #fff;
  font-style: normal; font-size: 0.72rem; font-weight: 900;
}
.avatar.og { background: #0f6b4d; }
.avatar.is { background: #8b5a1f; }
.avatar.ma { background: #1a4f94; }
.avatar.em { background: #7a285d; }
.board-card b, .league-board b { font-size: 0.92rem; }
.board-card em, .league-board em { color: var(--gold); font-style: normal; font-weight: 950; }

.rules, .league, .closing { padding: 1rem 0 2.8rem; }
.section-panel, .league-panel, .cta-panel, .supporters {
  border: 1px solid rgba(232, 220, 200, 0.92); border-radius: var(--radius-xl); background: rgba(255,255,255,0.78); box-shadow: var(--shadow-small);
}
.section-panel { display: grid; gap: 1rem; padding: 1.1rem; }
.section-copy { max-width: 39rem; }
.steps { display: grid; gap: 0.85rem; }
.steps article {
  padding: 1rem; border-radius: var(--radius-lg); border: 1px solid rgba(232,220,200,0.9); background: rgba(255,250,240,0.76);
}
.steps span { display: inline-flex; margin-bottom: 0.62rem; color: var(--gold); font-size: 0.82rem; font-weight: 950; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.scoring { display: grid; gap: 0.7rem; }
.scoring div {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-radius: 18px; padding: 0.85rem 0.95rem;
  background: var(--navy); color: #fff;
}
.scoring span { font-weight: 800; }
.scoring strong { color: #53dc73; font-size: 1.2rem; font-weight: 950; }
.small-note { margin: 0; color: var(--muted); font-size: 0.88rem; font-weight: 750; }

.league-panel { display: grid; gap: 1rem; padding: 1.1rem; }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; margin-top: 1rem; }
.stats div {
  padding: 0.9rem; border-radius: 20px; border: 1px solid rgba(232,220,200,0.92); background: rgba(255,250,240,0.72);
}
.stats strong { display: block; margin-bottom: 0.18rem; font-size: 1.35rem; letter-spacing: -0.04em; }
.stats span { color: var(--muted); font-size: 0.86rem; font-weight: 850; }
.league-board {
  padding: 1rem; border-radius: var(--radius-lg); background: radial-gradient(circle at right top, rgba(217,164,65,0.15), transparent 34%), #fff;
  border: 1px solid rgba(232,220,200,0.95); box-shadow: var(--shadow-small);
}
.cup {
  display: inline-flex; align-items: center; justify-content: center; width: 2.35rem; height: 2.35rem; border-radius: 50%; background: rgba(217,164,65,0.14);
}
.rank-chip { width: 1.82rem; height: 1.82rem; }

.cta-panel {
  display: grid; gap: 1rem; align-items: center; padding: 1.25rem; margin-bottom: 1rem;
  background: radial-gradient(circle at right top, rgba(15,107,77,0.1), transparent 34%), rgba(255,255,255,0.8);
}
.cta-panel h2 { margin-bottom: 0.6rem; }
.cta-panel p { margin-bottom: 0; }
.supporters { display: grid; gap: 0.85rem; align-items: center; padding: 1rem; }
.supporters p {
  margin: 0; color: var(--muted); font-size: 0.88rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em;
}
.supporter-logos { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.supporter-logos img {
  width: auto; object-fit: contain; border-radius: 16px; border: 1px solid rgba(232,220,200,0.95); background: #fff;
  padding: 0.55rem 0.8rem; box-shadow: 0 10px 20px rgba(16,35,63,0.06);
}
.gazi-logo { height: 3.1rem; }
.soke-logo { height: 4.4rem; }
.footer {
  display: grid; gap: 0.75rem; padding: 0 0 2.3rem; color: var(--muted); font-size: 0.9rem; font-weight: 750;
}
.footer-brand { display: flex; align-items: center; gap: 0.7rem; }
.footer-brand img { width: 34px; height: 34px; border-radius: 11px; flex: 0 0 auto; }

@media (min-width: 720px) {
  .nav-link { display: inline-flex; }
  .section-panel { grid-template-columns: 0.95fr 1.35fr; align-items: start; }
  .section-copy { grid-row: span 2; }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .scoring { grid-column: 2; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .small-note { grid-column: 2; }
  .cta-panel { grid-template-columns: 1fr auto; }
  .supporters { grid-template-columns: auto 1fr; }
  .footer { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(26rem, 32rem); gap: 2.3rem; padding-top: 2.3rem; }
  .product-card { min-height: 39rem; }
  .board-card { left: auto; right: -0.95rem; bottom: 1.2rem; width: 16.7rem; }
  .league-panel { grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.75fr); align-items: center; padding: 1.25rem; }
  .section-panel { padding: 1.25rem; }
}

@media (min-width: 1180px) {
  h1 { font-size: 4.7rem; }
  .hero { padding-bottom: 3.2rem; }
}

@media (max-width: 460px) {
  .shell { width: min(var(--max), calc(100% - 1.25rem)); }
  .brand small { display: none; }
  .league-pill { max-width: 9.6rem; font-size: 0.72rem; }
  h1 { font-size: clamp(2.55rem, 14vw, 3.4rem); }
  .phone { width: min(92%, 22rem); }
  .product-card { min-height: 38rem; }
  .summary-row { grid-template-columns: 1fr; }
  .fixture-main { gap: 0.45rem; }
  .kickoff-box { min-width: 4.1rem; }
  .board-card { left: 0.9rem; right: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


.app-loading {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(16, 35, 63, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.app-loading.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.app-loading-card {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  width: min(100%, 21rem);
  padding: 1.35rem;
  border: 1px solid rgba(232, 220, 200, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  text-align: center;
  box-shadow: 0 24px 54px rgba(16, 35, 63, 0.18);
}

.app-loading-card img {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  box-shadow: 0 10px 20px rgba(16, 35, 63, 0.14);
}

.app-loading-card strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.app-loading-card span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.button.is-loading {
  cursor: wait;
  transform: none;
  opacity: 0.9;
}

.button.is-loading::after {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  margin-left: 0.65rem;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #fff;
  border-radius: 50%;
  animation: resultante-spin 0.75s linear infinite;
}

@keyframes resultante-spin {
  to {
    transform: rotate(360deg);
  }
}


/* Image fallback polish: if a browser shows alt text while an image is unavailable,
   these boxes stay aligned instead of breaking the layout. */
.brand img,
.footer-brand img,
.app-loading-card img {
  background: #071733;
}

.supporter-logos img {
  min-width: 9.5rem;
}

.supporter-logos .soke-logo {
  min-width: 13.5rem;
}
