/* Arayüz metinlerini mevcut tasarıma göre tam 3px büyütür. Kart sembolleri kapsam dışıdır. */
.logo { font-size: 16px; }
.logo-mark { font-size: 18px; }
.icon-button { font-size: 21px; }
.text-button { font-size: 14px; }
.session-label, .control-label { font-size: 12px; }
.session-panel > strong { font-size: 21px; }
.stat span, .balance-panel span { font-size: 11px; }
.stat b { font-size: 20px; }
.balance-panel strong { font-size: 23px; }
.balance-panel button { font-size: 12px; }
.table-copy b { font-size: 12px; }
.table-copy small { font-size: 10px; }
.hand-head { font-size: 11px; }
.score { font-size: 13px; }
.message-kicker { font-size: 11px; }
.message strong { font-size: 26px; }
.chip span { font-size: 14px; }
.clear-bet { font-size: 12px; }
.deal-button { font-size: 14px; }
.game-action { font-size: 13px; }
kbd { font-size: 12px; }
footer { font-size: 11px; }
.dialog-kicker { font-size: 12px; }
dialog h2 { font-size: 41px; }
.rule-list article > b { font-size: 12px; }
.rule-list h3 { font-size: 16px; }
.rule-list p { font-size: 14px; }
.dialog-action { font-size: 13px; }
.repeat-bet, .all-in-bet { font-size: 11px; }
.bet-history header span { font-size: 12px; }
.bet-history header small { font-size: 10px; }
.history-list > p, .history-row { font-size: 11px; }
.dealer-character > span { font-size: 10px; }
.dealer-shoe > span { font-size: 10px; }
.bet-spot > header span, .spot-hand-head span { font-size: 12px; }
.bet-spot > header b { font-size: 17px; }
.bet-result { font-size: 11px; }
.spot-hand-head .score { font-size: 14px; }
.spot-cards .split-label { font-size: 11px; }
.spot-side span { font-size: 13px; }
.spot-side small { font-size: 11px; }
.spot-side b { font-size: 14px; }
.spot-side em { font-size: 11px; }
.quick-bet-actions .clear-bet { font-size: 11px; }

@media (max-width: 820px) {
  .bet-spot > header span, .spot-hand-head span { font-size: 10px; }
  .bet-spot > header b { font-size: 13px; }
  .bet-result { font-size: 8px; }
  .spot-side span { font-size: 10px; }
  .spot-side small { font-size: 8px; }
  .spot-side b { font-size: 11px; }
  .quick-bet-actions .clear-bet { font-size: 10px; }
  dialog h2 { font-size: 32px; }
}

/* Giriş ekranı */
.login-logo span { font-size: 21px; }
.login-logo b { font-size: 16px; }
.eyebrow, .card-kicker { font-size: 12px; }
.brand-copy h1 { font-size: clamp(55px, calc(6vw + 3px), 89px); }
.brand-copy p { font-size: 17px; }
.brand-stats b { font-size: 21px; }
.brand-stats span { font-size: 10px; }
.login-card h2 { font-size: 36px; }
.card-intro { font-size: 14px; }
form > label { font-size: 10px; }
.field-wrap > span { font-size: 15px; }
.field-wrap input { font-size: 17px; }
.show-password { font-size: 10px; }
.login-error { font-size: 12px; }
.login-submit { font-size: 13px; }
.login-submit i { font-size: 21px; }
.demo-account > span { font-size: 10px; }
.demo-account p { font-size: 12px; }
.login-card > small { font-size: 10px; }

@media (max-width: 860px) {
  .brand-copy h1 { font-size: clamp(51px, calc(12vw + 3px), 75px); }
}

@media (max-width: 480px) {
  .brand-copy h1 { font-size: 51px; }
  .login-card h2 { font-size: 32px; }
}

@media (max-width: 430px) {
  .bet-spot > header { flex-wrap: wrap; }
  .bet-result {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 3px 0 0;
  }
}
