* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at top, #173b7a 0, #07152f 45%, #030814 100%);
  color: white;
}

.dev-banner {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 8px 16px;
  background: #ffd166;
  color: #06122a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.dev-banner + .nav {
  top: 31px;
}

.coming-soon-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.coming-soon {
  width: min(760px, 100%);
  text-align: center;
}

.coming-soon img {
  display: block;
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.coming-soon h1 {
  margin: 24px 0 6px;
  font-size: clamp(34px, 6vw, 62px);
}

.coming-soon p {
  margin: 0;
  color: #d7e3ff;
  font-size: clamp(17px, 2.5vw, 22px);
  font-weight: 700;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  background: rgba(3, 8, 20, .75);
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  z-index: 5;
}

.nav a {
  color: #d7e3ff;
  text-decoration: none;
  margin-left: 14px;
  font-weight: 700;
}

.brand {
  font-size: 20px;
  color: #fff !important;
  margin-left: 0 !important;
}

.admin-link {
  opacity: .72;
  font-size: 13px;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 32px 18px;
}

.card {
  background: #fff;
  color: #0d1930;
  border-radius: 26px;
  padding: 28px;
  margin: 24px 0;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.card h1,
.card h2 {
  color: #001e62;
  margin-top: 0;
}

.button,
button,
.primary {
  background: #ffd166 !important;
  color: #06122a !important;
  border: 0;
  border-radius: 999px;
  padding: 11px 17px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.flash,
.notice {
  background: #fff3cd;
  color: #4d3900;
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 18px;
}

input,
select {
  width: 100%;
  padding: 11px;
  border: 1px solid #bcc8dc;
  border-radius: 10px;
  margin: 6px 0 12px;
}

/* Login */

.login-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
}

.login-box {
  background: white;
  color: #07152f;
  border-radius: 26px;
  padding: 32px;
  width: min(440px, 100%);
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
}

.login-box h1 {
  font-size: 36px;
  color: #001e62;
}

.password-wrapper {
  position: relative;
  width: 100%;
}

.password-wrapper input {
  width: 100%;
  padding-right: 45px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: auto;
  margin: 0;
  padding: 5px 9px;
  border-radius: 8px;
  background: #e5eaf2 !important;
  color: #26334b !important;
  font-size: 12px;
}

.toggle-password:hover {
  color: #d4af37;
}

/* Forside */

.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
}

.hero-compact {
  grid-template-columns: 1fr 220px;
  min-height: 210px;
}

.hero-compact h1 {
  font-size: clamp(48px, 7vw, 78px);
}

.hero-compact .poster {
  max-height: 190px;
  object-fit: cover;
  object-position: center;
}

.tag {
  color: #ffd166;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(44px, 8vw, 100px);
  line-height: .9;
  margin: 0 0 16px;
}

.lead {
  font-size: 25px;
  color: #d7e3ff;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}

.stats div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 16px;
}

.stats.light div {
  background: #eef4ff;
  color: #07152f;
}

.stats span {
  display: block;
  color: #6a7895;
  font-size: 13px;
  margin-bottom: 8px;
}

.poster {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}

.dashboard-grid {
  display: grid;
  gap: 18px;
  margin: 26px 0;
}

.dashboard-primary {
  grid-template-columns: 1fr 1fr;
}

.dashboard-secondary {
  grid-template-columns: 1.35fr .65fr;
  margin-top: -8px;
}

.dashboard-card {
  min-height: 170px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  color: #0d1930;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.match-card,
.result-card {
  display: flex;
  flex-direction: column;
}

.dashboard-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.dashboard-label {
  margin: 0 0 12px;
  color: #001e62;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.match-meta,
.dashboard-note {
  color: #64718a;
  font-size: 14px;
}

.match-card .match-meta {
  margin: 0 0 13px;
}

.match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 0 0 15px;
  font-size: 20px;
  text-align: center;
}

.match-teams span {
  color: #7a869c;
  font-size: 13px;
  text-transform: uppercase;
}

.tip-distribution {
  display: grid;
  gap: 8px;
}

.tip-distribution div {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
  overflow: hidden;
  padding: 7px 9px;
  border-radius: 8px;
  background: #edf1f7;
  font-size: 12px;
}

.tip-distribution i {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  background: #a8d8d3;
}

.tip-distribution span,
.tip-distribution b {
  position: relative;
  z-index: 1;
}

.tv-channel-badge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border: 1px solid #c9d2e0;
  border-radius: 8px;
  background: #fff;
  color: #0d1930;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}

.tv-channel-badge:hover {
  border-color: #001e62;
}

.tv-channel-badge img {
  display: block;
  width: auto;
  max-width: 58px;
  height: 20px;
}

.tv-channel-badge b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.tv-channel-next {
  margin-bottom: 12px;
}

.tv-channel-next > span {
  color: #64718a;
  font-weight: 700;
}

.latest-score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 0;
  text-align: center;
  font-size: 18px;
}

.latest-score strong {
  padding: 12px 16px;
  border-radius: 12px;
  background: #001e62;
  color: #fff;
  font-size: 25px;
  white-space: nowrap;
}

.streak-number {
  margin-top: 10px;
  color: #007f73;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.streak-name {
  margin: 10px 0 4px;
  color: #001e62;
  font-size: 20px;
  font-weight: 900;
}

.podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 18px 0;
  align-items: stretch;
}

.podium-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #fff, #eef4ff);
  color: #07152f;
  border-radius: 24px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.place-1 {
  border: 3px solid #ffd166;
}

.medal {
  display: grid;
  width: 48px;
  height: 48px;
  margin: auto;
  place-items: center;
  border-radius: 50%;
  background: #001e62;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.podium-card h2 {
  margin: 7px 0 3px;
  color: #001e62;
}

.podium-card p {
  font-weight: 800;
  font-size: 21px;
  margin: 0;
}

.standings-card {
  margin: 18px 0;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 18px 0;
}

.insight-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  color: #fff;
}

.insight-card .dashboard-label {
  color: #ffd166;
}

.insight-card p:last-child {
  margin-bottom: 0;
  color: #d7e3ff;
}

.insight-title {
  display: block;
  color: #fff;
  font-size: 20px;
}

.current-tip-split {
  display: flex;
  gap: 8px;
  margin: 14px 0;
}

.current-tip-split b {
  min-width: 58px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9px;
  background: rgba(0,0,0,.18);
  color: #fff;
  text-align: center;
}

.footer-stats {
  grid-template-columns: repeat(2, 1fr);
  margin: 18px 0 4px;
}

.footer-stats div {
  background: rgba(255,255,255,.08);
}

.footer-stats b {
  color: #fff;
}

.live-score-panel {
  margin: 18px 0;
  padding: 14px 18px;
  border: 2px solid #e04b3f;
  border-radius: 18px;
  background: #fff;
  color: #0d1930;
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
}

.live-score-heading {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #a51610;
  text-transform: uppercase;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d92d20;
  box-shadow: 0 0 0 5px rgba(217,45,32,.15);
}

.live-score-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #e3e8f0;
  text-align: center;
}

.live-score-match strong {
  padding: 5px 10px;
  border-radius: 8px;
  background: #001e62;
  color: #fff;
  white-space: nowrap;
}

.live-score-match small {
  color: #a51610;
  font-weight: 900;
}

.live-score-panel > p {
  margin: 0;
  color: #64718a;
  font-size: 12px;
}

/* Standard tables */

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background: #001e62;
  color: white;
  text-align: left;
  padding: 14px;
}

td {
  border-bottom: 1px solid #dce3ef;
  padding: 13px;
  color: #0d1930;
}

tr:nth-child(even) td {
  background: #f7f9fd;
}

.rank {
  font-weight: 900;
  color: #001e62;
}

.recent-form {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 104px;
}

.recent-form span:not(.form-empty) {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.form-correct {
  color: #007f73;
  background: #007f73;
}

.form-wrong {
  color: #d95f02;
  background: transparent;
}

.form-empty {
  color: #7a869c;
}

/* Admin */

.settings-form,
.upload-box {
  background: #eef4ff;
  border: 1px solid #cbd8f0;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 22px;
}

.check {
  display: flex;
  gap: 8px;
  align-items: center;
}

.check input {
  width: auto;
}

.delete-user-form {
  margin: 0;
}

.delete-user-form input {
  display: none;
}

.danger-button {
  background: #b42318 !important;
  color: #fff !important;
  padding: 7px 12px;
}

.danger-button:hover {
  background: #7a1710 !important;
}

.api-status {
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid #b9d8d4;
  border-radius: 18px;
  background: #edf8f6;
}

.api-status-ok {
  border-color: #7ac7bd;
  background: #edf8f6;
}

.api-status-warning {
  border-color: #d5a800;
  background: #fff7d6;
}

.api-status-error {
  border-color: #d95f02;
  background: #fff0e6;
}

.api-status > div {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 5px 0;
}

.api-status span,
.admin-help {
  color: #64718a;
  font-size: 13px;
}

.api-error {
  padding: 10px;
  border-radius: 8px;
  background: #ffe8e6;
  color: #7a1710;
}

.admin-button-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.live-score-card {
  border: 2px solid #d92d20;
}

.live-score-card .dashboard-label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #a51610;
}

#live-score-content {
  display: flex;
  flex: 1;
}

#live-score-content .dashboard-card-content {
  width: 100%;
}

.live-card-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.live-card-match strong {
  padding: 12px 16px;
  border-radius: 12px;
  background: #001e62;
  color: #fff;
  font-size: 25px;
  white-space: nowrap;
}

.live-card-match small {
  grid-column: 1 / -1;
  color: #a51610;
  font-size: 14px;
  font-weight: 900;
}

.live-score-card .dashboard-note {
  margin: 14px 0 0;
  text-align: center;
}

.live-empty {
  align-items: center;
  text-align: center;
}

.live-empty strong {
  color: #001e62;
  font-size: 22px;
}

.admin-button-row form {
  margin: 0;
}

.admin-button-row .danger-button {
  padding: 11px 17px;
  font-size: 14px;
}

.secondary-button {
  background: #dfe7f5 !important;
}

.section-heading {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.history-table td {
  white-space: nowrap;
}

.history-source {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 999px;
  background: #dfe7f5;
  color: #001e62;
  font-size: 12px;
  font-weight: 900;
}

.admin-edit-input {
  width: 118px;
  min-width: 118px;
  margin: 0;
  padding: 5px 6px;
  font-size: 12px;
}

.admin-email-input {
  width: 235px;
  min-width: 235px;
  border-radius: 2px;
}

.admin-tb-input {
  width: 46px;
  min-width: 46px;
  margin: 0;
  padding: 5px 3px;
  text-align: center;
  font-size: 12px;
}

.admin-users-table {
  width: 100%;
  font-size: 12px;
}

.admin-users-table th,
.admin-users-table td {
  padding: 6px 5px;
  white-space: nowrap;
}

.admin-player-row input[readonly] {
  border-color: transparent;
  background: transparent;
  color: #0d1930;
  box-shadow: none;
  cursor: default;
}

.admin-player-row.is-editing {
  background: #fff8dc;
}

.admin-player-row.is-editing input {
  background: #fff;
  border-color: #8aa3cf;
}

.admin-actions {
  display: flex;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
}

.admin-actions [hidden] {
  display: none !important;
}

.admin-actions form {
  margin: 0;
}

.small-button,
.danger-button {
  padding: 5px 8px;
  font-size: 11px;
}

.admin-actions .secondary-button {
  padding: 5px 8px;
  font-size: 11px;
}

.tiebreaker-table {
  max-width: 800px;
  margin: 0 auto;
}

.tiebreaker-table th:not(:nth-child(2)),
.tiebreaker-table td:not(:nth-child(2)) {
  text-align: center;
}

.tiebreaker-status {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 18px auto 24px;
  max-width: 980px;
}

.tiebreaker-status div {
  padding: 14px 10px;
  border: 1px solid #cbd8f0;
  border-radius: 14px;
  background: #eef4ff;
  color: #001e62;
  text-align: center;
}

.tiebreaker-status span {
  display: block;
  min-height: 32px;
  font-size: 12px;
  font-weight: 800;
}

.tiebreaker-status strong {
  display: block;
  margin-top: 5px;
  font-size: 28px;
}

.mail-draft-tabs {
  display: flex;
  gap: 10px;
  margin: 18px 0;
  flex-wrap: wrap;
}

.mail-draft {
  display: grid;
  gap: 10px;
  background: #eef4ff;
  border: 1px solid #cbd8f0;
  border-radius: 16px;
  padding: 18px;
}

.mail-draft label {
  margin-top: 8px;
  font-weight: 900;
  color: #001e62;
}

.mail-draft textarea,
.mail-draft input {
  width: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.mail-draft textarea {
  resize: vertical;
}

.mail-draft button {
  justify-self: start;
}

/* Excel-style Alle Tips */

.excel-table-wrap {
  overflow-x: auto;
}

.excel-tips-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  background: white;
  table-layout: auto;
}

.excel-tips-table th {
  background: #001e62;
  color: white;
  border: 2px solid #000;
  padding: 3px 5px;
  text-align: center;
  font-weight: 900;
  white-space: nowrap;
}

.excel-tips-table td {
  border: 1px solid #000;
  padding: 2px 5px;
  color: #000;
  background: white;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
}

.excel-tips-table th:nth-child(1),
.excel-tips-table td:nth-child(1) {
  width: 34px;
  min-width: 34px;
}

.excel-tips-table th:nth-child(2),
.excel-tips-table td:nth-child(2) {
  width: 42px;
  min-width: 42px;
}

.excel-tips-table th:nth-child(3),
.excel-tips-table td:nth-child(3) {
  width: 58px;
  min-width: 58px;
}

.excel-tips-table th:nth-child(4),
.excel-tips-table td:nth-child(4) {
  width: 56px;
  min-width: 56px;
}

.excel-tips-table th:nth-child(6),
.excel-tips-table td:nth-child(6) {
  width: 32px;
  min-width: 32px;
}

.excel-tips-table .team-home {
  text-align: right;
  width: 145px;
  min-width: 145px;
  max-width: 145px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.excel-tips-table .team-away {
  text-align: left;
  width: 155px;
  min-width: 155px;
  max-width: 155px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.excel-tips-table .tip-cell {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  font-weight: 900;
  text-align: center;
}

.excel-tips-table th:nth-child(8),
.excel-tips-table td:nth-child(8) {
  width: 88px;
  min-width: 88px;
}

.excel-tips-table th select {
  width: 100%;
  border: none;
  background: #001e62;
  color: white;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 3px 2px;
  border-radius: 0;
}

.excel-tips-table th select option {
  background: white;
  color: #001e62;
}

.all-tips-table .team-home,
.all-tips-table .team-away {
  overflow: visible;
}

.all-tips-table th:nth-child(1),
.all-tips-table td:nth-child(1) {
  width: 30px;
  min-width: 30px;
}

.all-tips-table th:nth-child(2),
.all-tips-table td:nth-child(2) {
  width: 48px;
  min-width: 48px;
}

.all-tips-table th:nth-child(3),
.all-tips-table td:nth-child(3) {
  width: 50px;
  min-width: 50px;
}

.all-tips-table th:nth-child(4),
.all-tips-table td:nth-child(4),
.all-tips-table th:nth-child(6),
.all-tips-table td:nth-child(6),
.all-tips-table .team-home,
.all-tips-table .team-away {
  width: 205px;
  min-width: 205px;
  max-width: 205px;
}

.all-tips-table th:nth-child(5),
.all-tips-table td:nth-child(5) {
  width: 58px;
  min-width: 58px;
}

.all-tips-table th:nth-child(7),
.all-tips-table td:nth-child(7) {
  width: 88px;
  min-width: 88px;
}

.all-tips-table th:nth-child(8),
.all-tips-table td:nth-child(8),
.all-tips-table th:nth-child(9),
.all-tips-table td:nth-child(9) {
  width: 135px;
  min-width: 135px;
  max-width: 135px;
}

.all-tips-table .match-result {
  color: #001e62;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.all-tips-table td.tip-correct {
  background: #007f73;
  color: #fff;
  box-shadow: inset 0 0 0 3px #003f3a;
}

.all-tips-table td.tip-wrong {
  background: #c62828;
  color: #fff;
  box-shadow: inset 0 0 0 3px #7f1d1d;
}

.all-tips-table .stage-divider td {
  padding: 8px 10px;
  border: 2px solid #000;
  background: #001e62;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

/* Mobile */

@media (max-width: 850px) {
  .hero,
  .podium,
  .stats,
  .dashboard-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .hero-compact {
    grid-template-columns: 1fr;
  }

  .hero-compact .poster {
    max-height: 260px;
  }

  .dashboard-card {
    min-height: 0;
  }

  .tiebreaker-status {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-score-panel,
  .live-score-match {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .place-1 {
    transform: none;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav a {
    margin-left: 0;
    margin-right: 10px;
  }

  .container {
    padding: 18px 8px;
  }

  .card {
    padding: 16px;
  }

  .excel-table-wrap,
  .table-wrap {
    -webkit-overflow-scrolling: touch;
  }

  .all-tips-table {
    font-size: 12px;
  }

  .excel-tips-table th select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 22px;
    background-color: #001e62;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 10px 7px;
  }

  .all-tips-table th:nth-child(4),
  .all-tips-table td:nth-child(4),
  .all-tips-table th:nth-child(6),
  .all-tips-table td:nth-child(6),
  .all-tips-table .team-home,
  .all-tips-table .team-away {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }

  .all-tips-table th:nth-child(8),
  .all-tips-table td:nth-child(8),
  .all-tips-table th:nth-child(9),
  .all-tips-table td:nth-child(9) {
    width: 115px;
    min-width: 115px;
    max-width: 115px;
  }

  .footer-stats {
    grid-template-columns: 1fr 1fr;
  }
}

.result-input {
  width: 70px;
  min-width: 70px;
  padding: 3px 5px;
  margin: 0;
  text-align: center;
}
