/* Tema profissional e moderno - Turma da Terca */
:root {
  --app-navy: #08152b;
  --app-navy-2: #0b1d3a;
  --app-blue: #0b1d3a;
  --app-blue-2: #08152b;
  --app-gold: #22C55E;
  --app-green: #22C55E;
  --app-red: #dc3545;
  --app-bg: #f4f7fb;
  --app-card: #ffffff;
  --app-text: #08152b;
  --app-muted: #64748b;
  --app-border: rgba(15, 23, 42, .10);
  --app-shadow: 0 18px 40px rgba(15, 23, 42, .10);
  --app-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--app-bg) !important;
  color: var(--app-text);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a { text-decoration: none; }
img { max-width: 100%; }

.navbar {
  background: var(--app-navy) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
  border-bottom: 1px solid rgba(255,255,255,.08);
  min-height: 58px;
}
.navbar-brand,
.titulo-grande {
  font-weight: 900 !important;
  letter-spacing: -.03em;
}
.icon-animado,
.icone-grande,
.navbar-brand i {
  color: var(--app-gold) !important;
  filter: drop-shadow(0 6px 12px rgba(34, 197, 94, .20));
}

.container,
.container-fluid,
.times-container,
.page-wrap {
  width: 100%;
}

:where(.card, .top-card, .resumo-card, .empty-card, .box, .painel, .conteudo, .form-container, .login-container, .team-card, .table-container):not(.report-card) {
  background: rgba(255,255,255,.96) !important;
  border: 1px solid var(--app-border) !important;
  border-radius: var(--app-radius) !important;
  box-shadow: var(--app-shadow) !important;
}

:where(.top-card, .resumo-card, .empty-card, .card, .box):not(.report-card) {
  padding: 18px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--app-text);
  letter-spacing: -.025em;
}
.fw-bold, strong { font-weight: 850 !important; }
.text-muted { color: var(--app-muted) !important; }

.btn {
  border-radius: 14px !important;
  min-height: 42px;
  font-weight: 850 !important;
  letter-spacing: -.01em;
  box-shadow: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(15,23,42,.14) !important; }
.btn:active { transform: translateY(0); }
.btn-primary,
.btn-primary-custom,
.btn-report {
  background: var(--app-green) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.btn-dark {
  background: var(--app-navy) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.btn-success {
  background: var(--app-green) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.btn-danger {
  background: var(--app-red) !important;
  border-color: transparent !important;
}
.btn-warning {
  background: var(--app-gold) !important;
  border-color: transparent !important;
  color: #0b1d3a !important;
}
.btn-outline-danger,
.btn-outline-dark,
.btn-outline-primary {
  border-width: 2px !important;
  background: rgba(255,255,255,.72) !important;
}

.form-control,
.form-select,
input[type="text"], input[type="date"], input[type="number"], input[type="email"], input[type="password"], select, textarea {
  border-radius: 14px !important;
  border: 1px solid #dbe3ef !important;
  background-color: #fff !important;
  min-height: 44px;
  font-weight: 700;
  color: var(--app-text) !important;
  box-shadow: none !important;
}
.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--app-blue) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .15) !important;
  outline: none !important;
}
.form-label, label { font-weight: 850; color: var(--app-text); }

.alert {
  border: 0 !important;
  border-radius: 16px !important;
  font-weight: 700;
}
.alert-info { background: #e0f2fe !important; color: #075985 !important; }
.alert-success { background: #dcfce7 !important; color: #166534 !important; }
.alert-warning { background: #fef3c7 !important; color: #92400e !important; }
.alert-danger { background: #fee2e2 !important; color: #991b1b !important; }

.table-responsive {
  border-radius: 18px;
  overflow: auto;
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}
.table {
  overflow: hidden;
  border-radius: 18px !important;
  background: #fff;
  margin-bottom: 0;
}
.table thead th,
table thead th {
  background: var(--app-navy) !important;
  color: #fff !important;
  border: 0 !important;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.table td, .table th, table td, table th {
  vertical-align: middle !important;
  border-color: #eef2f7 !important;
}
.table tbody tr:hover { background: #f8fafc; }

.badge,
.info-pill,
.chip-atleta,
.name-pill,
.team-count {
  border-radius: 999px !important;
  font-weight: 850 !important;
}
.info-pill {
  background: #eef6ff !important;
  color: var(--app-navy) !important;
}

/* Menu principal em estilo app */
.menu-principal,
.grid-menu,
.menu-grid,
#menuPrincipal,
.opcoes,
.cards-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.menu-principal a,
.grid-menu a,
.menu-grid a,
#menuPrincipal a,
.opcoes a,
.cards-menu a,
.menu-card,
.card-menu,
.box-menu,
.opcao-menu {
  min-height: 128px;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid var(--app-border) !important;
  box-shadow: var(--app-shadow) !important;
  color: var(--app-navy) !important;
  font-weight: 900 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.menu-principal a:hover,
.grid-menu a:hover,
.menu-grid a:hover,
#menuPrincipal a:hover,
.opcoes a:hover,
.cards-menu a:hover,
.menu-card:hover,
.card-menu:hover,
.box-menu:hover,
.opcao-menu:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(15,23,42,.16) !important;
  border-color: rgba(37,99,235,.35) !important;
}
.menu-principal i,
.grid-menu i,
.menu-grid i,
#menuPrincipal i,
.opcoes i,
.cards-menu i,
.menu-card i,
.card-menu i,
.box-menu i,
.opcao-menu i {
  color: var(--app-blue) !important;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

/* Menu inferior */
.menu-inferior,
.bottom-menu,
nav.fixed-bottom,
.navbar.fixed-bottom {
  background: rgba(15, 23, 42, .97) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 -14px 30px rgba(15,23,42,.25) !important;
  padding-bottom: env(safe-area-inset-bottom);
}
.menu-inferior a,
.bottom-menu a,
nav.fixed-bottom a,
.navbar.fixed-bottom a {
  color: rgba(255,255,255,.88) !important;
  border-radius: 18px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.menu-inferior a:hover,
.menu-inferior a.active,
.bottom-menu a:hover,
.bottom-menu a.active,
nav.fixed-bottom a:hover,
nav.fixed-bottom a.active,
.navbar.fixed-bottom a:hover,
.navbar.fixed-bottom a.active {
  color: var(--app-gold) !important;
  background: rgba(34,197,94,.12);
  transform: translateY(-1px);
}

/* Separador de times */
.team-card { overflow: hidden; }
.team-head { box-shadow: inset 0 -1px 0 rgba(255,255,255,.18); }
.slot {
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 22px rgba(15,23,42,.12) !important;
}
.reserva-box { background: #f8fafc !important; }

/* Relatorios: manter artes exportadas sem interferencia agressiva */
.report-card .btn,
#areaRelatorio .btn,
#areaRelatorioExport .btn { box-shadow: none !important; }

@media (max-width: 992px) {
  .menu-principal,
  .grid-menu,
  .menu-grid,
  #menuPrincipal,
  .opcoes,
  .cards-menu { gap: 12px; }
}

@media (max-width: 768px) {
  body { font-size: 15px; }
  .navbar { min-height: 64px; }
  .navbar-brand { white-space: normal; text-align: center; }
  .titulo-grande { font-size: 1.18rem !important; }
  :where(.card, .top-card, .resumo-card, .empty-card, .box, .painel, .conteudo, .form-container, .team-card):not(.report-card) {
    border-radius: 18px !important;
  }
  .btn { min-height: 48px; font-size: .95rem; }
  .form-control, .form-select, input, select, textarea { min-height: 48px; font-size: 16px; }
  .table-responsive { margin: 0 -2px; }
  .menu-principal a,
  .grid-menu a,
  .menu-grid a,
  #menuPrincipal a,
  .opcoes a,
  .cards-menu a,
  .menu-card,
  .card-menu,
  .box-menu,
  .opcao-menu {
    min-height: 108px;
    border-radius: 20px !important;
    padding: 12px 8px;
    font-size: .82rem;
  }
}

@media (max-width: 420px) {
  .menu-principal,
  .grid-menu,
  .menu-grid,
  #menuPrincipal,
  .opcoes,
  .cards-menu { gap: 9px; }
  .menu-principal a,
  .grid-menu a,
  .menu-grid a,
  #menuPrincipal a,
  .opcoes a,
  .cards-menu a,
  .menu-card,
  .card-menu,
  .box-menu,
  .opcao-menu {
    min-height: 94px;
    font-size: .72rem;
  }
}

/* Dashboard modular inspirado em apps de organização de pelada */
.tt-dashboard-body {
  min-height: 100vh;
  padding: 0 0 86px !important;
  background: #f8fafc !important;
  color: var(--app-text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}

.tt-topbar {
  position: sticky;
  top: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 24px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.tt-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--app-navy) !important;
}

.tt-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.12);
  padding: 4px;
}

.tt-brand strong,
.tt-brand small {
  display: block;
  line-height: 1.06;
}

.tt-brand strong {
  font-size: clamp(1.05rem, 2.3vw, 1.35rem);
  font-weight: 950;
  letter-spacing: -.04em;
}

.tt-brand small {
  margin-top: 4px;
  color: var(--app-muted);
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tt-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tt-user-chip,
.tt-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.tt-user-chip {
  color: #0b1d3a;
  background: #ecfdf3;
  border: 1px solid rgba(34,197,94,.32);
}

.tt-login-btn {
  color: #fff !important;
  background: #0b1d3a;
  box-shadow: 0 12px 26px rgba(37,99,235,.22);
}

.tt-login-btn.is-logout {
  background: #dc2626;
  box-shadow: 0 12px 26px rgba(220,38,38,.20);
}

.tt-shell {
  width: min(1180px, calc(100% - 24px));
  margin: 18px auto 0;
}

.tt-hero {
  display: grid;
  grid-template-columns: 1.5fr .85fr;
  gap: 18px;
  align-items: stretch;
  overflow: hidden;
  min-height: 330px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 34px;
  background: #0b1d3a;
  color: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .28);
  position: relative;
}

.tt-hero::after {
  content: "";
  position: absolute;
  inset: auto -70px -95px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 44px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.tt-hero-content,
.tt-hero-panel {
  position: relative;
  z-index: 1;
}

.tt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fde68a;
  font-size: .8rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.tt-hero h1 {
  max-width: 820px;
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 5.8vw, 4.35rem);
  line-height: .97;
  letter-spacing: -.07em;
  font-weight: 950;
}

.tt-hero p {
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 2.1vw, 1.16rem);
  line-height: 1.55;
  font-weight: 650;
}

.tt-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tt-hero-actions .btn-light {
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  backdrop-filter: blur(10px);
}

.tt-hero-panel {
  align-self: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 20px 40px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}

.tt-countdown-label,
.tt-progress-text {
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

.tt-countdown {
  margin: 8px 0 18px;
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
}

.tt-progress-wrap {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.14);
}

.tt-progress-bar {
  height: 100%;
  min-width: 4px;
  border-radius: inherit;
  background: #22C55E;
}

.tt-progress-text {
  margin-top: 10px;
}

.tt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 24px;
}

.tt-kpi {
  padding: 20px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 35px rgba(15, 23, 42, .09);
}

.tt-kpi span,
.tt-kpi small {
  display: block;
  color: var(--app-muted);
  font-weight: 850;
}

.tt-kpi strong {
  display: block;
  margin: 4px 0;
  color: var(--app-navy);
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950 !important;
}

.tt-module-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.tt-section-head {
  margin: 26px 0 12px;
}

.tt-section-head:first-child {
  margin-top: 0;
}

.tt-section-head span {
  display: block;
  margin-bottom: 2px;
  color: var(--app-blue);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.tt-section-head h2 {
  margin: 0;
  color: var(--app-navy);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.08;
  font-weight: 950;
}

.tt-section-head.compact {
  margin-top: 18px;
}

.tt-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tt-shortcut-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-shortcut,
.tt-mini-list .tt-shortcut {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  color: var(--app-navy) !important;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 34px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tt-shortcut:hover {
  transform: translateY(-3px);
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 24px 56px rgba(15,23,42,.14);
}

.tt-shortcut.is-locked {
  opacity: .82;
}

.tt-shortcut-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  color: #0b1d3a;
  background: #ecfdf3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.80);
  font-size: 1.35rem;
}

.tt-shortcut-title,
.tt-shortcut-desc {
  display: block;
}

.tt-shortcut-title {
  padding-right: 86px;
  color: var(--app-navy);
  font-weight: 950;
  font-size: 1.03rem;
  letter-spacing: -.02em;
}

.tt-shortcut-desc {
  margin-top: 4px;
  color: var(--app-muted);
  font-weight: 650;
  font-size: .88rem;
  line-height: 1.35;
}

.tt-shortcut-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 9px;
  border-radius: 999px;
  color: #0b1d3a;
  background: #ecfdf3;
  border: 1px solid rgba(34,197,94,.28);
  font-size: .72rem;
  font-weight: 950;
}

.tt-side-panel {
  position: sticky;
  top: 100px;
}

.tt-panel-card {
  padding: 20px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 26px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
  margin-bottom: 16px;
}

.tt-panel-card.dark {
  background: #0b1d3a;
  color: #fff;
}

.tt-panel-card.dark a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 13px 14px;
  border-radius: 16px;
  color: #fff !important;
  background: rgba(255,255,255,.10);
  font-weight: 900;
}

.tt-panel-card h3 {
  margin: 0 0 14px;
  color: var(--app-navy);
  font-size: 1.18rem;
  font-weight: 950;
}

.tt-money-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
  color: var(--app-muted);
  font-weight: 800;
}

.tt-money-row strong {
  color: var(--app-navy);
  white-space: nowrap;
}

.tt-money-row.total {
  border-bottom: 0;
  color: var(--app-navy);
  font-size: 1.08rem;
}

.tt-mini-list {
  display: grid;
  gap: 10px;
}

.tt-mini-list .tt-shortcut {
  min-height: 92px;
  padding: 14px;
  border-radius: 20px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.tt-mini-list .tt-shortcut-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  font-size: 1.05rem;
}

.tt-mini-list .tt-shortcut-title {
  font-size: .95rem;
}

.tt-mini-list .tt-shortcut-desc {
  font-size: .78rem;
}

.tt-footer-game {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 1005;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(860px, calc(100% - 24px));
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 22px;
  color: #fff;
  background: rgba(15,23,42,.94);
  box-shadow: 0 18px 42px rgba(15,23,42,.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.tt-footer-game strong,
.tt-footer-game span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Navegação inferior das páginas internas */
.bottom-nav {
  height: 68px;
  padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  gap: 4px;
  background: rgba(15, 23, 42, .96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,.08);
}

.bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 54px;
  border-radius: 18px;
  font-size: 1.15rem !important;
  font-weight: 900;
}

.bottom-nav a span {
  font-size: .63rem;
  line-height: 1;
  letter-spacing: -.01em;
}

.bottom-nav a.active,
.bottom-nav a:hover {
  color: var(--app-gold) !important;
  background: rgba(34,197,94,.12);
}

@media (max-width: 1040px) {
  .tt-hero,
  .tt-module-layout {
    grid-template-columns: 1fr;
  }
  .tt-side-panel {
    position: static;
  }
  .tt-shortcut-grid.three,
  .tt-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .tt-dashboard-body {
    padding-bottom: 104px !important;
  }
  .tt-topbar {
    align-items: flex-start;
    border-radius: 0 0 24px 24px;
    width: 100%;
    margin-top: 0;
  }
  .tt-brand img {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
  .tt-brand small,
  .tt-user-chip {
    display: none;
  }
  .tt-login-btn {
    min-height: 40px;
    padding: 9px 12px;
    font-size: .9rem;
  }
  .tt-shell {
    width: min(100% - 20px, 1180px);
    margin-top: 12px;
  }
  .tt-hero {
    min-height: 0;
    border-radius: 26px;
    padding: 24px;
  }
  .tt-hero h1 {
    font-size: clamp(2.05rem, 12vw, 3.3rem);
  }
  .tt-hero-panel {
    padding: 18px;
    border-radius: 22px;
  }
  .tt-kpi-grid,
  .tt-shortcut-grid,
  .tt-shortcut-grid.three {
    grid-template-columns: 1fr;
  }
  .tt-shortcut {
    min-height: 108px;
    padding: 15px;
    border-radius: 20px;
  }
  .tt-shortcut-title {
    padding-right: 78px;
  }
  .tt-footer-game {
    bottom: 10px;
    display: block;
    text-align: center;
    border-radius: 18px;
  }
  .tt-footer-game strong,
  .tt-footer-game span {
    display: block;
  }
  .tt-footer-game span {
    margin-top: 3px;
    color: rgba(255,255,255,.76);
  }
}

@media (max-width: 420px) {
  .tt-shortcut {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .tt-shortcut-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .tt-shortcut-badge {
    max-width: 90px;
    font-size: .66rem;
  }
  .bottom-nav a span {
    font-size: .58rem;
  }
}
