.daily-poker,
.admin-bonuses {
  width: min(1080px, 100%);
  margin: 0 auto;
  color: #f7ead2;
  box-sizing: border-box;
}

.daily-poker {
  padding: max(16px, calc(env(safe-area-inset-top, 0px) + 12px)) 0 max(28px, calc(env(safe-area-inset-bottom, 0px) + 18px));
}

.admin-bonuses {
  width: 100%;
  max-width: none;
  padding:
    max(16px, calc(env(safe-area-inset-top, 0px) + 10px))
    10px
    max(112px, calc(var(--app-bottom-tabbar-pad, 104px) + 18px));
}

.daily-poker__header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.daily-poker__header::after {
  content: "";
  grid-column: 3;
  grid-row: 1;
  width: 44px;
  height: 44px;
}

.daily-poker__back {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 0;
  padding: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 16px;
}

.daily-poker__heading {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  text-align: center;
}

.admin-bonuses__header {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 10px;
}

.admin-bonuses__back {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 0;
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  padding: 0;
  align-self: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.admin-bonuses__heading {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  align-self: center;
}

.daily-poker__eyebrow,
.admin-bonuses__eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #7dd3fc;
}

.daily-poker__title,
.admin-bonuses__title {
  margin: 0;
  font-size: clamp(28px, 7vw, 46px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.admin-bonuses__eyebrow {
  margin-bottom: 2px;
  font-size: 10px;
}

.admin-bonuses__title {
  font-size: clamp(21px, 4.5vw, 28px);
}

.daily-poker__balance {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(8, 47, 73, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.35);
  font-size: 14px;
  font-weight: 800;
  color: #e0f2fe;
}

.daily-poker__intro {
  max-width: 920px;
  margin: 0 0 16px;
  color: rgba(247, 234, 210, 0.78);
  line-height: 1.45;
  font-size: 15px;
}

.daily-poker__intro-subtitle {
  margin: 0 0 10px;
}

.daily-poker__prizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.daily-poker__prize {
  display: block;
  min-width: 0;
  padding: 7px 9px;
  border-left: 3px solid rgba(125, 211, 252, 0.44);
  background: rgba(15, 23, 42, 0.34);
  border-radius: 6px;
}

.daily-poker__prize strong {
  display: block;
  min-width: 0;
  color: #f7ead2;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: break-word;
}

.daily-poker__prize span {
  display: block;
  min-width: 0;
  margin-top: 4px;
  color: rgba(247, 234, 210, 0.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.daily-poker__prize small {
  display: block;
  margin-top: 2px;
  color: rgba(226, 232, 240, 0.68);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.daily-poker__prize:nth-child(-n + 3),
.daily-poker__prize--royal {
  border-left-color: #facc15;
  background: linear-gradient(90deg, rgba(250, 204, 21, 0.18), rgba(15, 23, 42, 0.34));
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.16);
}

.daily-poker__prize:nth-child(-n + 3) strong,
.daily-poker__prize:nth-child(-n + 3) span,
.daily-poker__prize--royal strong,
.daily-poker__prize--royal span {
  color: #fde68a;
}

.daily-poker__prize:nth-child(-n + 3) small,
.daily-poker__prize--royal small {
  color: rgba(254, 240, 138, 0.76);
}

.admin-bonuses__notice {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(199, 163, 106, 0.32);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
}

.daily-poker__table {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 22% 18%, rgba(16, 185, 129, 0.28), transparent 36%),
    linear-gradient(140deg, #064e3b 0%, #052e2b 52%, #101827 100%);
  border: 1px solid rgba(74, 222, 128, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 34px rgba(0, 0, 0, 0.25);
}

.daily-poker__zone-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(236, 253, 245, 0.72);
  text-transform: uppercase;
}

.daily-poker__cards {
  display: grid;
  gap: 8px;
  align-items: center;
}

.daily-poker__cards--hole {
  grid-template-columns: repeat(2, minmax(54px, 76px));
}

.daily-poker__cards--board {
  grid-template-columns: repeat(5, minmax(46px, 76px));
}

.daily-poker-card {
  --daily-poker-card-ink: #121826;
  aspect-ratio: 5 / 7;
  min-width: 0;
  border-radius: 8px;
  background: #fffaf0;
  color: var(--daily-poker-card-ink);
  border: 1px solid rgba(15, 23, 42, 0.22);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 7px;
  box-sizing: border-box;
}

.daily-poker-card--dealt {
  animation: dailyPokerFlip 0.34s ease both;
}

.daily-poker-card--red {
  color: #b91c1c;
}

.daily-poker-card--suit-spades {
  --daily-poker-card-ink: #101114;
}

.daily-poker-card--suit-diamonds {
  --daily-poker-card-ink: #1665d8;
}

.daily-poker-card--suit-hearts {
  --daily-poker-card-ink: #c91f25;
}

.daily-poker-card--suit-clubs {
  --daily-poker-card-ink: #138a48;
}

.daily-poker-card__rank,
.daily-poker-card__suit {
  color: var(--daily-poker-card-ink);
}

.daily-poker-card--back {
  background:
    #050303 url("./assets/daily-poker-card-back-red.jpg?v=3.334") center / cover no-repeat;
  border-color: rgba(255, 211, 99, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 238, 174, 0.82),
    0 0 7px rgba(255, 211, 99, 0.92),
    0 0 16px rgba(255, 136, 0, 0.82),
    0 0 28px rgba(255, 78, 0, 0.52),
    0 12px 22px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 238, 174, 0.3),
    inset 0 0 12px rgba(255, 96, 0, 0.22);
}

.daily-poker-card__rank {
  font-size: clamp(15px, 4vw, 20px);
  line-height: 1;
  font-weight: 900;
}

.daily-poker-card__suit {
  align-self: center;
  justify-self: center;
  font-size: clamp(24px, 8vw, 38px);
  line-height: 1;
}

@keyframes dailyPokerFlip {
  from {
    opacity: 0;
    transform: translateY(8px) rotateY(70deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateY(0);
  }
}

.daily-poker__result,
.daily-poker__reward {
  margin-top: 12px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(30, 41, 59, 0.7);
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.daily-poker__reward {
  display: none;
  color: #fde68a;
  font-size: 14px;
  line-height: 1.2;
}

.daily-poker__result--error,
.admin-bonuses__notice--error {
  color: #fecaca;
}

.admin-bonuses__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 14px;
  padding: 5px;
  border: 1px solid rgba(246, 211, 145, 0.24);
  border-radius: 14px;
  background: rgba(4, 7, 12, 0.72);
}

.admin-bonuses__tab {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--text-muted);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.admin-bonuses__tab--active,
.admin-bonuses__tab[aria-selected="true"] {
  border-color: #ffd36f;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 244, 193, 0.52), transparent 58%),
    linear-gradient(180deg, #e8aa36, #b86b12);
  color: #160d03;
  text-shadow: 0 1px 0 rgba(255, 241, 195, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 217, 0.7),
    0 0 22px rgba(255, 164, 31, 0.34);
}

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

.admin-bonuses__issues {
  min-width: 0;
}

.admin-bonuses__issues-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.admin-bonuses__issues-head h3,
.admin-bonuses__issues-head p {
  margin: 0;
}

.admin-bonuses__issues-head p {
  margin-top: 2px;
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.25;
}

.admin-bonuses__issues-week-total {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(246, 211, 145, 0.38);
  border-radius: 9px;
  background: rgba(246, 211, 145, 0.1);
  color: #ffe0a0;
  font-size: 11px;
  font-weight: 800;
}

.admin-bonuses__issues-week-total strong {
  color: #fff1c8;
  font-size: 14px;
}

.admin-bonuses__issues-week-return {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(107, 221, 151, 0.48);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(35, 126, 78, 0.26), rgba(35, 126, 78, 0.08)),
    rgba(7, 18, 13, 0.88);
  color: #a9dfbd;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 3px 0 rgba(107, 221, 151, 0.72);
}

.admin-bonuses__issues-week-return strong {
  color: #8fe0ac;
  font-size: 19px;
  white-space: nowrap;
}

.admin-bonuses__issue-day {
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(246, 211, 145, 0.26);
  border-radius: 13px;
  background: rgba(5, 8, 13, 0.7);
}

.admin-bonuses__issue-day + .admin-bonuses__issue-day {
  margin-top: 6px;
}

.admin-bonuses__issue-day-title {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 7px 9px;
  border-bottom: 1px solid rgba(255, 221, 126, 0.72);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 247, 205, 0.72), transparent 48%),
    linear-gradient(180deg, #edb94d, #c77b16);
  color: #1b1003;
  text-shadow: 0 1px 0 rgba(255, 246, 205, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 224, 0.78),
    0 3px 12px rgba(230, 139, 20, 0.22);
  font-size: 12px;
  line-height: 1.2;
}

.admin-bonuses__issue-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(170px, 1.4fr) minmax(70px, auto);
  align-items: center;
  gap: 6px 8px;
  padding: 7px 9px;
  border-top: 1px solid rgba(246, 211, 145, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 227, 162, 0.035);
}

.admin-bonuses__issue-player,
.admin-bonuses__issue-tournament {
  min-width: 0;
}

.admin-bonuses__issue-player strong,
.admin-bonuses__issue-player span,
.admin-bonuses__issue-tournament strong,
.admin-bonuses__issue-tournament span {
  display: block;
}

.admin-bonuses__issue-player strong,
.admin-bonuses__issue-tournament strong {
  font-size: 12px;
  line-height: 1.15;
}

.admin-bonuses__issue-tournament strong {
  color: #fff8d9;
  font-size: clamp(20px, 2.25vw, 24px);
  font-weight: 1000;
  line-height: 1.04;
  text-shadow: 0 0 10px rgba(255, 220, 118, 0.22);
}

.admin-bonuses__issue-player .admin-bonuses__issue-poker-nick {
  color: #fff4c7;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.08;
}

.admin-bonuses__issue-player .admin-bonuses__issue-poker-id {
  margin-top: 3px;
  color: #ffd76c;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.08;
}

.admin-bonuses__issue-player span,
.admin-bonuses__issue-tournament span {
  margin-top: 1px;
  color: var(--text-muted);
  font-size: 9px;
  line-height: 1.2;
}

.admin-bonuses__issue-tournament span {
  margin-top: 4px;
  color: #e8dcc2;
  font-size: clamp(13px, 1.55vw, 16px);
  font-weight: 850;
  line-height: 1.08;
  text-shadow: 0 0 8px rgba(255, 239, 196, 0.14);
}

.admin-bonuses__issue-amount {
  color: #ffb3b3;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}
.admin-bonuses__issue-amount-wrap {
  display: grid;
  justify-items: end;
  gap: 4px;
}
.admin-bonuses__issue-balance {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.admin-bonuses__issue-balance strong {
  color: #9ae678;
  font-size: 17px;
  font-weight: 950;
}

.admin-bonuses__issue-review {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 1px;
}

.admin-bonuses__issue-review button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 30px;
  padding: 0 16px;
  border: 1px solid rgba(255, 224, 130, 0.82);
  border-radius: 999px;
  color: #271803;
  background: linear-gradient(180deg, #ffd76c, #d99820);
  box-shadow: inset 0 1px 0 rgba(255, 251, 220, 0.8), 0 4px 12px rgba(218, 145, 22, 0.24);
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

.admin-bonuses__issue-review button:disabled:not(.admin-bonuses__issue-review-result) {
  opacity: 0.48;
  cursor: wait;
}

.admin-bonuses__issue-review button.admin-bonuses__issue-review-btn--loading {
  position: relative;
  opacity: 1;
}

.admin-bonuses__issue-review button.admin-bonuses__issue-review-btn--loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid rgba(39, 24, 3, 0.28);
  border-top-color: #271803;
  border-radius: 50%;
  animation: admin-bonuses-review-spin 0.7s linear infinite;
}

@keyframes admin-bonuses-review-spin {
  to { transform: rotate(360deg); }
}

.admin-bonuses__issue-review button.admin-bonuses__issue-review-result {
  min-width: 132px;
}

.admin-bonuses__issue-review button.admin-bonuses__issue-review-result--plus {
  border-color: rgba(110, 231, 183, 0.75);
  color: #ecfdf5;
  background: linear-gradient(180deg, #16845f, #0d6347);
  box-shadow: inset 0 1px 0 rgba(209, 250, 229, 0.22), 0 4px 12px rgba(16, 185, 129, 0.2);
  cursor: pointer;
  opacity: 1;
}

.admin-bonuses__issue-review button.admin-bonuses__issue-review-result--plus:hover,
.admin-bonuses__issue-review button.admin-bonuses__issue-review-result--plus:focus-visible {
  filter: brightness(1.12);
}

.admin-bonuses__issue-review button.admin-bonuses__issue-review-result--minus {
  border-color: rgba(252, 165, 165, 0.78);
  color: #fff1f2;
  background: linear-gradient(180deg, #dc4c5d, #9f2638);
  box-shadow: inset 0 1px 0 rgba(255, 228, 230, 0.24), 0 4px 12px rgba(225, 29, 72, 0.2);
  cursor: default;
  opacity: 1;
}

.admin-bonuses__notice--error {
  border-color: rgba(248, 113, 113, 0.45);
}

.daily-poker__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.daily-poker__actions > [hidden] {
  display: none !important;
}

.daily-poker__play-btn,
.admin-bonuses__refresh,
.admin-bonuses__show-all,
.admin-bonuses__actions-cell button,
.admin-bonuses__user-actions button,
.admin-bonuses-modal__confirm {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  font: inherit;
  font-weight: 900;
  color: #111827;
  background: linear-gradient(180deg, #fbbf24, #f59e0b);
  cursor: pointer;
}

.daily-poker__play-btn--extra {
  color: #ecfeff;
  background: linear-gradient(180deg, #0e7490, #155e75);
}

.daily-poker__play-btn:disabled,
.admin-bonuses__refresh:disabled,
.admin-bonuses__show-all:disabled,
.admin-bonuses__actions-cell button:disabled,
.admin-bonuses__user-actions button:disabled,
.admin-bonuses-modal__confirm:disabled {
  opacity: 0.58;
  cursor: default;
}

.daily-poker__streak-note {
  flex: 1 1 100%;
  margin: -2px 0 0;
  color: rgba(255, 237, 194, 0.9);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.admin-bonuses__refresh {
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 12px;
}

.admin-bonuses__notice {
  min-height: 34px;
  margin-bottom: 8px;
  padding: 7px 10px;
  font-size: 12px;
}

.admin-bonuses__filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 8px;
}

.admin-bonuses__input,
.admin-bonuses-modal__label input,
.admin-bonuses-modal__label select,
.admin-bonuses-modal__label textarea {
  width: 100%;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(15, 23, 42, 0.78);
  color: #f8fafc;
  padding: 6px 8px;
  box-sizing: border-box;
  font: inherit;
  font-size: 12px;
}

@media (max-width: 620px) {
  .admin-bonuses__issue-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .admin-bonuses__issue-tournament {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 1px;
  }
}

.admin-bonuses__table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.34);
}

.admin-bonuses__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
  table-layout: fixed;
}

.admin-bonuses__table th,
.admin-bonuses__table td {
  padding: 6px 6px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.18;
  overflow: hidden;
}

.admin-bonuses__table th {
  color: #bfdbfe;
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.72);
}

.admin-bonuses__table th:nth-child(1),
.admin-bonuses__table td:nth-child(1) {
  width: 26%;
}

.admin-bonuses__table th:nth-child(2),
.admin-bonuses__table td:nth-child(2) {
  width: 38%;
  text-align: left;
}

.admin-bonuses__table th:nth-child(3),
.admin-bonuses__table td:nth-child(3) {
  width: 14%;
  text-align: right;
}

.admin-bonuses__table th:nth-child(4),
.admin-bonuses__table td:nth-child(4) {
  width: 11%;
  text-align: center;
}

.admin-bonuses__table th:nth-child(5),
.admin-bonuses__table td:nth-child(5) {
  width: 11%;
  text-align: center;
}

.admin-bonuses__table td strong {
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-bonuses__table td span {
  display: block;
  max-width: 100%;
  margin-top: 2px;
  overflow: hidden;
  color: rgba(226, 232, 240, 0.62);
  font-size: 10px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-bonuses__user-cell,
.admin-bonuses__contact-cell {
  min-width: 0;
}

.admin-bonuses__contact-cell {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.admin-bonuses__table td .admin-bonuses__contact-line {
  margin-top: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.admin-bonuses__table td .admin-bonuses__contact-line + .admin-bonuses__contact-line {
  margin-top: 2px;
}

.admin-bonuses__table td .admin-bonuses__contact-email {
  font-size: 10px;
}

.admin-bonuses__empty {
  text-align: center;
  color: rgba(226, 232, 240, 0.64);
}

.admin-bonuses__actions-panel {
  display: flex;
  gap: 3px;
  overflow: visible;
  white-space: nowrap;
}

.admin-bonuses__actions-cell button,
.admin-bonuses__user-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 52px;
  min-height: 24px;
  margin: 0;
  padding: 0 5px;
  font-size: 9.5px;
  line-height: 1;
  white-space: nowrap;
  color: #f8fafc;
  background: #155e75;
}

.admin-bonuses__actions-panel button {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 3px 8px rgba(0, 0, 0, 0.22);
}

.admin-bonuses__actions-panel button[data-admin-bonus-history] {
  background: linear-gradient(180deg, #2563a8, #174c83);
}

.admin-bonuses__actions-panel button[data-admin-bonus-credit] {
  background: linear-gradient(180deg, #16845f, #0d6347);
}

.admin-bonuses__actions-panel button[data-admin-bonus-debit] {
  background: linear-gradient(180deg, #a84650, #7f2d37);
}

.admin-bonuses__show-all-row {
  display: flex;
  justify-content: center;
  padding: 8px 0 0;
}

.admin-bonuses__show-all-row[hidden] {
  display: none;
}

.admin-bonuses__show-all {
  width: min(260px, 100%);
  min-height: 34px;
  border-radius: 7px;
  font-size: 12px;
}

.admin-bonuses__show-all[hidden] {
  display: none;
}

.admin-bonuses__totals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.admin-bonuses__total-debited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
  padding: 8px 10px;
  border: 1px solid rgba(199, 163, 106, 0.3);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.72);
  color: rgba(226, 232, 240, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.admin-bonuses__total-debited[hidden] {
  display: none;
}

.admin-bonuses__total-debited strong {
  color: #fde68a;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.admin-bonuses__total-balance {
  border-color: rgba(130, 207, 97, 0.35);
}

.admin-bonuses__total-balance strong {
  color: #9ae678;
}

@media (max-width: 620px) {
  .admin-bonuses__totals {
    grid-template-columns: 1fr;
  }
}

.admin-bonuses__history {
  margin-top: 10px;
  padding: 9px;
  border-radius: 8px;
  border: 1px solid rgba(199, 163, 106, 0.28);
  background: rgba(15, 23, 42, 0.58);
}

.admin-bonuses__history-inline-row td {
  padding: 0 6px 8px;
  overflow: visible;
  background: rgba(3, 7, 15, 0.72);
}

.admin-bonuses__history-inline-row .admin-bonuses__history {
  margin-top: 6px;
}

.admin-bonuses__history h3 {
  margin: 0 0 7px;
  font-size: 13px;
}

.admin-bonuses__history-item {
  padding: 7px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: rgba(248, 250, 252, 0.82);
  font-size: 12px;
}

.admin-bonuses__history-item:first-child {
  border-top: 0;
}

.admin-bonuses__history-item div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-bonuses__history-item p {
  margin: 4px 0 0;
  color: rgba(226, 232, 240, 0.76);
}

.admin-bonuses-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.admin-bonuses-modal[hidden] {
  display: none;
}

.admin-bonuses-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
}

.admin-bonuses-modal__panel {
  position: relative;
  width: min(460px, 100%);
  border-radius: 10px;
  padding: 18px;
  background: #0f172a;
  border: 1px solid rgba(125, 211, 252, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  color: #f8fafc;
  box-sizing: border-box;
}

.admin-bonuses-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.14);
  color: #f8fafc;
  font-size: 22px;
  cursor: pointer;
}

.admin-bonuses-modal__panel h3 {
  margin: 0 42px 6px 0;
}

.admin-bonuses-modal__user {
  margin: 0 0 12px;
  color: rgba(226, 232, 240, 0.7);
}

.admin-bonuses-modal__label {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.admin-bonuses-modal__label textarea {
  resize: vertical;
}

.admin-bonuses-modal__confirm {
  width: 100%;
}

.admin-bonuses-modal__message {
  min-height: 20px;
  margin: 10px 0 0;
  color: #fde68a;
}

.admin-bonuses__success-toast {
  position: fixed;
  z-index: 20000;
  top: max(16px, env(safe-area-inset-top));
  left: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  width: min(440px, calc(100vw - 24px));
  box-sizing: border-box;
  padding: 13px 15px;
  border: 1px solid rgba(110, 231, 183, 0.72);
  border-radius: 13px;
  color: #ecfdf5;
  background: linear-gradient(145deg, rgba(6, 78, 59, 0.98), rgba(4, 47, 46, 0.98));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(209, 250, 229, 0.18);
  opacity: 0;
  transform: translate(-50%, -18px) scale(0.97);
  transition: opacity 180ms ease, transform 220ms ease;
  cursor: pointer;
}

.admin-bonuses__success-toast--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.admin-bonuses__success-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #052e24;
  background: #6ee7b7;
  font-size: 25px;
  font-weight: 950;
  box-shadow: 0 0 20px rgba(110, 231, 183, 0.3);
}

.admin-bonuses__success-toast strong,
.admin-bonuses__success-toast small {
  display: block;
}

.admin-bonuses__success-toast strong {
  font-size: 14px;
  line-height: 1.2;
}

.admin-bonuses__success-toast small {
  margin-top: 2px;
  color: rgba(236, 253, 245, 0.78);
  font-size: 11px;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .admin-bonuses__header {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .daily-poker__balance {
    width: 100%;
  }

  .daily-poker__prizes {
    gap: 0;
  }

  .daily-poker__prize {
    padding: 6px 7px;
  }

  .daily-poker__prize strong {
    font-size: 13px;
  }

  .daily-poker__prize span {
    font-size: 12px;
  }

  .daily-poker__prize small {
    font-size: 9px;
  }

  .daily-poker__table {
    padding: 12px;
  }

  .daily-poker__cards {
    gap: 6px;
  }

  .daily-poker__cards--hole {
    grid-template-columns: repeat(2, minmax(56px, 1fr));
    max-width: 270px;
  }

  .daily-poker__cards--board {
    grid-template-columns: repeat(5, minmax(40px, 1fr));
  }

  .daily-poker__reward {
    font-size: 13px;
  }

  .daily-poker-card {
    padding: 5px;
  }

  .admin-bonuses__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  #adminBonusesSearch,
  #adminBonusesSort {
    grid-column: auto;
  }
}

.daily-poker {
  --daily-poker-gold: #ffb52e;
  --daily-poker-gold-soft: #ffe1a3;
  --daily-poker-amber: #d97813;
  --daily-poker-blue: #1d9be6;
  --daily-poker-black: #030405;
  width: min(960px, 100%);
  min-height: 100dvh;
  padding: max(18px, calc(env(safe-area-inset-top, 0px) + 14px)) 0 max(30px, calc(env(safe-area-inset-bottom, 0px) + 20px));
  color: #f7ead2;
  background:
    radial-gradient(ellipse at 78% 6%, rgba(255, 165, 42, 0.18), transparent 32%),
    radial-gradient(ellipse at 52% 56%, rgba(40, 137, 80, 0.16), transparent 38%),
    linear-gradient(180deg, #030405 0%, #060606 58%, #020303 100%);
  overflow: hidden;
}

.daily-poker__feature {
  position: relative;
  isolation: isolate;
  margin: 0 0 6px;
  padding: clamp(14px, 2.4vw, 28px) clamp(6px, 1.6vw, 18px) clamp(18px, 3vw, 34px);
  border-radius: clamp(22px, 4vw, 34px);
  border: 0;
  background:
    radial-gradient(ellipse at 82% 9%, rgba(255, 182, 70, 0.16), transparent 30%),
    radial-gradient(ellipse at 16% 60%, rgba(255, 182, 70, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(8, 9, 8, 0.96), rgba(4, 6, 7, 0.98));
  box-shadow:
    inset 0 0 28px rgba(255, 123, 18, 0.13),
    0 20px 38px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.daily-poker__hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(56%, 660px);
  margin: 10px 0 18px;
  padding: 5px;
  border: 1px solid rgba(255, 203, 83, 0.56);
  border-radius: 17px;
  background:
    linear-gradient(180deg, rgba(18, 14, 8, 0.84), rgba(4, 6, 10, 0.82)),
    rgba(5, 6, 8, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 190, 0.16),
    0 0 26px rgba(245, 158, 11, 0.28);
  backdrop-filter: blur(4px);
}

.daily-poker__hero-stat {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  min-width: 0;
  align-items: center;
  justify-items: center;
  row-gap: 1px;
  min-height: 48px;
  padding: 0 4px;
  text-align: center;
}

.daily-poker__hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 213, 127, 0.32), transparent);
}

.daily-poker__hero-stat dt {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  min-width: 0;
  margin: 0;
  color: rgba(255, 245, 210, 0.78);
  font-size: clamp(8px, 1.3vw, 10px);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.daily-poker__hero-stat dd {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  color: #fff3c4;
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 1000;
  line-height: 0.98;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.62),
    0 0 12px rgba(255, 190, 74, 0.46);
}

.daily-poker__feature::before {
  content: none;
}

.daily-poker__header {
  position: relative;
  display: grid;
  grid-template-columns: clamp(72px, 8vw, 96px) minmax(0, min(50%, 600px)) minmax(0, 1fr);
  min-height: 0;
  align-items: start;
  gap: clamp(12px, 2vw, 20px);
  margin: 0 0 6px;
  isolation: isolate;
}

.daily-poker__header::before {
  content: "";
  position: absolute;
  inset: -22px -18px -120px -18px;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.daily-poker__header::after {
  content: "";
  position: absolute;
  inset: 0 -18px auto 34%;
  z-index: -2;
  height: 330px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 172, 45, 0.18) 48%, transparent 100%);
  filter: blur(18px);
  pointer-events: none;
}

.daily-poker__hero-monkey {
  position: absolute;
  z-index: -1;
  right: -18px;
  top: -24px;
  width: min(58.75vw, 569px);
  max-width: none;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.daily-poker__back {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: clamp(72px, 8vw, 96px);
  min-width: clamp(72px, 8vw, 96px);
  height: clamp(72px, 8vw, 96px);
  min-height: clamp(72px, 8vw, 96px);
  border-radius: clamp(18px, 2.5vw, 24px);
  border: 2px solid rgba(255, 183, 56, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 196, 75, 0.16), transparent 45%),
    #050607;
  color: #ffd67f;
  box-shadow:
    inset 0 0 0 2px rgba(255, 123, 20, 0.34),
    0 0 18px rgba(255, 166, 36, 0.56),
    0 14px 28px rgba(0, 0, 0, 0.58);
  font-size: clamp(44px, 5.2vw, 60px);
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 190, 74, 0.7);
}

.daily-poker__heading {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  max-width: min(100%, 560px);
  min-width: 0;
  padding: clamp(8px, 2.2vw, 24px) 0 0;
  text-align: left;
}

.daily-poker__eyebrow {
  margin: 0 0 8px;
  color: var(--daily-poker-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.65vw, 21px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 158, 35, 0.55);
}

.daily-poker__title {
  margin: 0;
  color: #ffc24f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 5.1vw, 66px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow:
    0 3px 0 #7c3103,
    0 0 17px rgba(255, 193, 74, 0.82),
    0 18px 26px rgba(0, 0, 0, 0.72);
}

.daily-poker__intro {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  color: #eadcc8;
  font-size: clamp(16px, 2.1vw, 25px);
  line-height: 1.35;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.daily-poker__balance {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 10px;
  box-sizing: border-box;
  min-height: clamp(88px, 9vw, 104px);
  width: min(56%, 660px);
  margin: 0 0 12px;
  padding: 14px 26px 15px clamp(104px, 10vw, 128px);
  border-radius: 16px;
  border: 1px solid rgba(255, 168, 43, 0.34);
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
  background:
    linear-gradient(180deg, rgba(255, 193, 77, 0.1), rgba(0, 0, 0, 0.08)),
    linear-gradient(90deg, rgba(8, 14, 14, 0.94), rgba(4, 7, 8, 0.82) 70%, rgba(3, 5, 7, 0.36));
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 162, 0.16),
    0 0 26px rgba(255, 155, 31, 0.12);
  color: #f4eee3;
  font-size: clamp(17px, 2.15vw, 25px);
  font-weight: 900;
  line-height: 1.1;
  overflow: hidden;
}

.daily-poker__balance::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: clamp(28px, 3vw, 34px);
  top: 50%;
  width: clamp(62px, 6.5vw, 74px);
  height: clamp(62px, 6.5vw, 74px);
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 232, 150, 0.22), transparent 30%),
    linear-gradient(180deg, #1a1710 0%, #050607 58%, #120b04 100%);
  box-shadow:
    inset 0 0 0 4px #1b1309,
    inset 0 0 0 7px rgba(255, 184, 48, 0.95),
    0 0 18px rgba(255, 176, 45, 0.74);
}

.daily-poker__balance::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: clamp(42px, 4.4vw, 50px);
  top: 50%;
  width: clamp(34px, 3.7vw, 42px);
  height: clamp(34px, 3.7vw, 42px);
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.75), transparent 28%),
    linear-gradient(180deg, #ffe493 0%, #ffbc33 52%, #d37708 100%);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 80% 92%, 50% 70%, 20% 92%, 32% 56%, 2% 35%, 39% 35%);
  filter: drop-shadow(0 0 9px rgba(255, 195, 62, 0.72)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.72));
  transform: translateY(-50%);
}

.daily-poker__balance strong,
.daily-poker__balance span {
  position: relative;
  z-index: 4;
}

.daily-poker__balance-label {
  flex: 0 0 100%;
}

.daily-poker__balance-unit {
  align-self: center;
}

.daily-poker__balance-note {
  flex: 0 0 100%;
  max-width: 520px;
  margin-top: 3px;
  color: rgba(255, 239, 199, 0.82);
  font-size: clamp(8.5px, 0.58em, 12px);
  font-weight: 900;
  line-height: 1.12;
}

.daily-poker__balance strong {
  color: var(--daily-poker-gold);
  font-size: 1.34em;
  text-shadow: 0 0 12px rgba(255, 171, 34, 0.76);
}

.daily-poker__ticket-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid #ffe27a;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff8a00 0%, #ffc928 48%, #ff8a00 100%);
  box-shadow:
    0 0 18px rgba(255, 166, 0, 0.72),
    inset 0 1px 0 rgba(255, 255, 220, 0.72);
  color: #181006;
  font-size: clamp(10px, 1.35vw, 16px);
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 244, 191, 0.42);
}

.daily-poker__ticket-notice b {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #191006;
  color: #ffd84c;
  font-size: 16px;
  line-height: 1;
  text-shadow: none;
}

.daily-poker__ticket-notice--balance {
  width: min(56%, 660px);
  margin: -4px 0 12px;
}

.daily-poker__ticket-notice--action {
  width: 100%;
  margin-top: -4px;
}

@media (max-width: 600px) {
  .daily-poker__ticket-notice {
    gap: 5px;
    padding: 6px 7px;
    font-size: clamp(7.5px, 2.35vw, 11px);
  }

  .daily-poker__ticket-notice b {
    width: 18px;
    height: 18px;
    font-size: 13px;
  }

  .daily-poker__ticket-notice--balance {
    width: 100%;
  }
}

.daily-poker__intro-title {
  width: min(55%, 590px);
  margin: 0 0 8px clamp(18px, 3vw, 42px);
  color: var(--daily-poker-gold);
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 2px 0 rgba(80, 34, 4, 0.82),
    0 0 16px rgba(255, 181, 46, 0.72),
    0 10px 22px rgba(0, 0, 0, 0.62);
}

.daily-poker__intro-title span {
  display: block;
}

.daily-poker__intro-subtitle {
  width: min(52%, 550px);
  margin: 0 0 22px clamp(18px, 3vw, 42px);
  color: #eadcc8;
  font-size: clamp(13px, 1.65vw, 16px);
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.daily-poker__prizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.daily-poker__prize {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: clamp(10px, 2.2vw, 16px);
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.daily-poker__prize::before,
.daily-poker__prize::after {
  content: none;
}

.daily-poker__prize-art {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  transform: scale(1.24);
  user-select: none;
  pointer-events: none;
}

.daily-poker__prize--royal .daily-poker__prize-art {
  transform: scale(1.3);
}

.daily-poker__winners {
  position: relative;
  margin: 30px 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 193, 78, 0.34);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 192, 70, 0.1), rgba(3, 5, 7, 0.74)),
    rgba(6, 8, 10, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 242, 194, 0.08), 0 14px 30px rgba(0, 0, 0, 0.28);
}

.daily-poker__winners-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.daily-poker__winners h3 {
  min-width: 0;
  margin: 0;
  color: var(--daily-poker-gold);
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(255, 174, 39, 0.72);
  white-space: nowrap;
}

.daily-poker__winners-head span {
  flex: 0 0 auto;
  max-width: 100%;
  color: #9bdcf6;
  font-size: clamp(11px, 1.4vw, 13px);
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.daily-poker__winners-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.daily-poker__winners-more {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.daily-poker__winners-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 42px;
  padding: 9px 24px;
  border: 1px solid rgba(255, 193, 78, 0.58);
  border-radius: 8px;
  color: #fff0c8;
  background:
    linear-gradient(180deg, rgba(255, 193, 78, 0.2), rgba(90, 46, 8, 0.48)),
    #090d12;
  box-shadow: inset 0 0 0 1px rgba(255, 244, 199, 0.08), 0 0 18px rgba(255, 174, 39, 0.18);
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.daily-poker__winners-more-btn:active {
  transform: translateY(1px);
}

.daily-poker__spin-stats {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 193, 78, 0.2);
  color: #ffe6a7;
  font-size: clamp(13px, 1.7vw, 15px);
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 174, 39, 0.42);
}

.daily-poker__spin-stats[hidden] {
  display: none;
}

.daily-poker__spin-stats strong {
  color: #9bdcf6;
  font-weight: 950;
}

.daily-poker-winner {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(4, 10, 14, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 199, 0.05);
}

.daily-poker-winner__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #101114;
  background: linear-gradient(180deg, #ffe08a, #e58a19);
  box-shadow: 0 0 12px rgba(255, 177, 42, 0.5);
  font-size: 15px;
  font-weight: 900;
}

.daily-poker-winner__body {
  min-width: 0;
}

.daily-poker-winner__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.daily-poker-winner__identity {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.daily-poker-winner__top strong {
  min-width: 0;
  overflow: hidden;
  color: #fff4dc;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.daily-poker-winner__poker-nick {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 230, 167, 0.78);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.daily-poker-winner__poker-nick::before {
  content: "(";
}

.daily-poker-winner__poker-nick::after {
  content: ")";
}

.daily-poker-winner__rank {
  flex: 0 0 auto;
  color: rgba(155, 220, 246, 0.86);
  font-size: 12px;
  font-weight: 900;
}

.daily-poker-winner p,
.daily-poker-winner small,
.daily-poker__winners-empty {
  overflow-wrap: anywhere;
}

.daily-poker-winner p {
  margin: 4px 0 0;
  color: #ffe6a7;
  font-size: 13px;
  line-height: 1.22;
  font-weight: 900;
}

.daily-poker-winner__fish-level {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  margin-top: 4px;
  color: #9bdcf6;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.daily-poker-winner__fish {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(155, 220, 246, 0.4));
}

.daily-poker-winner small {
  display: block;
  margin-top: 3px;
  color: rgba(234, 220, 200, 0.72);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.daily-poker-winner__telegram {
  color: rgba(155, 220, 246, 0.72);
}

.daily-poker__winners-empty {
  grid-column: 1 / -1;
  padding: 12px;
  border-radius: 8px;
  color: rgba(234, 220, 200, 0.78);
  background: rgba(4, 10, 14, 0.58);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.daily-poker__winners-empty--error {
  color: #fecaca;
  border: 1px solid rgba(248, 113, 113, 0.35);
}

@media (max-width: 860px) {
  .daily-poker__header {
    margin-bottom: 0;
  }

  .daily-poker__hero-stats {
    margin-top: clamp(-46px, -5.4vw, -20px);
    margin-bottom: 10px;
  }

  .daily-poker__intro {
    margin-top: clamp(-28px, -3.2vw, -12px);
  }
}

@media (max-width: 720px) {
  .daily-poker__hero-stats {
    width: min(78%, 320px);
    margin: 8px 0 14px;
    padding: 5px;
    border-radius: 17px;
  }

  .daily-poker__hero-stat {
    min-height: 44px;
    padding: 0 2px;
  }

  .daily-poker__hero-stat dt {
    font-size: clamp(7.5px, 2.45vw, 9px);
    line-height: 0.96;
  }

  .daily-poker__hero-stat dd {
    font-size: clamp(11px, 4vw, 15px);
  }

  .daily-poker__winners {
    margin: 18px 0 0;
    padding: 12px;
    border-radius: 12px;
  }

  .daily-poker__winners-head {
    margin-bottom: 9px;
  }

  .daily-poker__winners-head span {
    flex-basis: 100%;
    text-align: left;
  }

  .daily-poker__winners-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .daily-poker__spin-stats {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-top: 11px;
    padding-top: 10px;
    font-size: 13px;
  }

  .daily-poker-winner {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 9px;
  }

  .daily-poker-winner__avatar {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

.daily-poker__table {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-top: 12px;
  padding: 0;
  border-radius: 28px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12)),
    url("./assets/daily-poker-table-stage-bg.webp?v=3.326") center / cover no-repeat;
  box-shadow:
    0 0 22px rgba(255, 168, 38, 0.48),
    0 24px 44px rgba(0, 0, 0, 0.58);
  overflow: hidden;
}

.daily-poker__table::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.52);
  pointer-events: none;
}

.daily-poker__table::after {
  content: none;
}

.daily-poker__zone {
  position: relative;
  z-index: 1;
}

.daily-poker__zone[hidden] {
  display: none;
}

.daily-poker__zone-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--daily-poker-gold);
  font-size: clamp(24px, 4vw, 35px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 173, 39, 0.8), 0 4px 8px rgba(0, 0, 0, 0.72);
}

.daily-poker__zone-label::before,
.daily-poker__zone-label::after {
  content: "";
  width: 9px;
  height: 22px;
  background: linear-gradient(180deg, #fff0a7, #d3730d);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0 10px rgba(255, 182, 44, 0.84);
}

.daily-poker__zone--hole {
  margin-top: 10.5%;
  transform: translateY(6px);
}

.daily-poker__zone--hole .daily-poker__zone-label {
  position: absolute;
  top: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: nowrap;
  transform: translateX(-50%);
  justify-content: center;
  color: #ffc857;
  font-size: clamp(20px, 3.8vw, 34px);
  letter-spacing: 0.05em;
  text-shadow:
    0 0 8px rgba(255, 209, 91, 0.95),
    0 0 20px rgba(255, 148, 25, 0.86),
    0 4px 8px rgba(0, 0, 0, 0.88);
}

.daily-poker__cards {
  display: grid;
  gap: 22px;
  align-items: center;
}

.daily-poker__cards--hole {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(519px, 56.32%);
  gap: clamp(12px, 2.8vw, 28px);
  margin: 0 auto;
}

.daily-poker__cards--board {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(930px, 84%);
  gap: clamp(7px, 1.45vw, 18px);
  margin: 0 auto;
}

.daily-poker__zone--board {
  margin-top: 2.1%;
}

.daily-poker__zone--board .daily-poker__zone-label {
  width: min(930px, 84%);
  margin: 0 auto 1.8%;
  font-size: clamp(24px, 5.2vw, 56px);
  color: var(--daily-poker-gold);
}

.daily-poker-card {
  --daily-poker-card-ink: #101114;
  aspect-ratio: 5 / 7;
  min-width: 0;
  border-radius: 10px;
  background: #fff8e8;
  color: var(--daily-poker-card-ink);
  border: 1px solid rgba(255, 235, 180, 0.72);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.45),
    0 0 14px rgba(255, 180, 43, 0.26);
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 10px;
  box-sizing: border-box;
}

.daily-poker-card--suit-spades {
  --daily-poker-card-ink: #101114;
}

.daily-poker-card--suit-diamonds {
  --daily-poker-card-ink: #1665d8;
}

.daily-poker-card--suit-hearts {
  --daily-poker-card-ink: #c91f25;
}

.daily-poker-card--suit-clubs {
  --daily-poker-card-ink: #138a48;
}

.daily-poker-card__rank,
.daily-poker-card__suit {
  color: var(--daily-poker-card-ink);
}

.daily-poker-card--back {
  position: relative;
  display: block;
  padding: 0;
  background:
    #050303 url("./assets/daily-poker-card-back-red.jpg?v=3.334") center / 104% 104% no-repeat;
  border: 1px solid rgba(255, 211, 99, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 238, 174, 0.82),
    0 0 7px rgba(255, 211, 99, 0.92),
    0 0 16px rgba(255, 136, 0, 0.82),
    0 0 28px rgba(255, 78, 0, 0.52),
    0 12px 22px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 238, 174, 0.3),
    inset 0 0 12px rgba(255, 96, 0, 0.22);
  overflow: hidden;
}

.daily-poker-card__back-logo {
  display: none;
}

.daily-poker-card__rank {
  font-size: clamp(36px, 8vw, 60px);
  line-height: 1;
  font-weight: 900;
}

.daily-poker-card__suit {
  align-self: center;
  justify-self: center;
  font-size: clamp(38px, 8vw, 68px);
  line-height: 1;
}

.daily-poker__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 12px;
  margin: 10px auto 0;
  width: min(100%, 860px);
}

.daily-poker .daily-poker__play-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 124px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 241, 184, 0.98);
  border-radius: 28px;
  padding: 0 clamp(24px, 6vw, 72px);
  color: #ffe681;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 217, 103, 0.18) 24%, rgba(74, 29, 0, 0) 25%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 230, 133, 0.76), rgba(255, 140, 15, 0.22) 42%, transparent 72%),
    linear-gradient(180deg, #b15a08 0%, #6c3000 56%, #281000 100%);
  box-shadow:
    0 0 0 5px rgba(255, 145, 23, 0.24),
    0 0 0 8px rgba(255, 223, 116, 0.11),
    0 0 28px rgba(255, 161, 24, 0.78),
    0 18px 28px rgba(0, 0, 0, 0.58),
    inset 0 2px 0 rgba(255, 250, 214, 0.9),
    inset 0 -18px 24px rgba(58, 19, 0, 0.58),
    inset 0 0 0 2px rgba(104, 40, 0, 0.52);
  font-family: inherit;
  font-size: clamp(39px, 7vw, 68px);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 2px 0 rgba(85, 30, 0, 0.9),
    0 5px 8px rgba(0, 0, 0, 0.72),
    0 0 12px rgba(255, 244, 185, 0.48);
  cursor: pointer;
  overflow: hidden;
}

.daily-poker .daily-poker__play-btn::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border-radius: 20px;
  border: 2px solid rgba(255, 224, 125, 0.82);
  box-shadow:
    inset 0 0 0 2px rgba(91, 31, 0, 0.74),
    inset 0 1px 0 rgba(255, 248, 206, 0.62),
    0 0 12px rgba(255, 233, 151, 0.74);
  pointer-events: none;
}

.daily-poker .daily-poker__play-btn::before {
  content: none;
}

.daily-poker__streak-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: -7px 0 0;
  padding: 10px 28px 10px 16px;
  border: 1px solid rgba(209, 124, 17, 0.76);
  border-radius: 22px;
  color: rgba(255, 224, 165, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 185, 58, 0.08), rgba(0, 0, 0, 0.02)),
    rgba(6, 7, 7, 0.84);
  box-shadow:
    0 0 16px rgba(255, 132, 14, 0.28),
    inset 0 1px 0 rgba(255, 244, 194, 0.16);
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.72);
  white-space: nowrap;
}

@media (max-width: 520px) {
  .daily-poker__streak-note {
    gap: 6px;
    padding: 8px 10px;
    border-radius: 16px;
    font-size: clamp(10px, 2.75vw, 14px);
  }

  .daily-poker__streak-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

.daily-poker__streak-note strong {
  color: #ffc44a;
  font-weight: 1000;
}

.daily-poker__streak-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #ffae21;
  filter:
    drop-shadow(0 0 8px rgba(255, 128, 9, 0.74))
    drop-shadow(0 1px 0 rgba(255, 247, 205, 0.38));
}

.daily-poker__streak-icon svg {
  width: 100%;
  height: 100%;
}

.daily-poker__share-actions {
  display: grid;
  grid-template-columns: minmax(86px, 0.52fr) minmax(0, 1.7fr) minmax(86px, 0.52fr);
  align-items: stretch;
  gap: 16px;
  width: min(100%, 860px);
  min-width: 0;
  margin: 6px auto 8px;
}

.daily-poker__actions > .daily-poker__share-actions {
  width: 100%;
  margin: 0;
}

.daily-poker__private-cash {
  width: 100%;
  aspect-ratio: 3 / 1;
  margin-top: 10px;
  overflow: visible;
}

.daily-poker__private-cash-btn {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0 7% 0 38% !important;
  border-radius: 18px !important;
  background-image: url("./assets/home-club-choice-private-cash-glow.webp?v=3.748") !important;
  background-origin: border-box !important;
  background-clip: border-box !important;
  background-position: left center !important;
  background-size: 100% 100% !important;
}

.daily-poker__private-cash-btn::before {
  display: none !important;
}

.daily-poker__private-cash-btn .home-club-choice-plaque__text {
  justify-self: center !important;
  font-size: clamp(15px, 3.5vw, 21px) !important;
}

.daily-poker__private-cash-btn .home-club-choice-plaque__subtext {
  font-size: clamp(10px, 2.1vw, 13px) !important;
}

.daily-poker__private-cash-btn .home-club-choice-plaque__count {
  top: clamp(10px, 2.4vw, 15px) !important;
  right: clamp(11px, 2.7vw, 18px) !important;
  width: clamp(23px, 5vw, 30px) !important;
  height: clamp(23px, 5vw, 30px) !important;
  font-size: clamp(13px, 2.8vw, 18px) !important;
}

.daily-poker__invite-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 2px solid rgba(255, 238, 158, 0.98);
  border-radius: 16px;
  color: #201203;
  background:
    radial-gradient(ellipse at 50% -35%, rgba(255, 255, 255, 0.9), transparent 42%),
    linear-gradient(135deg, #fff2a1 0%, #ffc62f 42%, #ff8a0b 100%);
  box-shadow:
    0 0 0 2px rgba(255, 205, 70, 0.2),
    0 0 24px rgba(255, 151, 15, 0.58),
    0 10px 20px rgba(53, 25, 0, 0.38),
    inset 0 2px 0 rgba(255, 255, 229, 0.78),
    inset 0 -5px 10px rgba(161, 65, 0, 0.3);
  font-size: clamp(13px, 2.4vw, 18px);
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 248, 205, 0.7);
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.daily-poker__invite-btn::after {
  content: none;
}

/* Compact utility row sits directly above the cards. */
.daily-poker > .daily-poker__share-actions .daily-poker__invite-btn,
.daily-poker > .daily-poker__share-actions .daily-poker__notify-btn,
.daily-poker > .daily-poker__share-actions .daily-poker__copy-btn {
  min-height: 52px;
  border-radius: 16px;
}

@media (max-width: 520px) {
  .daily-poker > .daily-poker__share-actions .daily-poker__invite-btn,
  .daily-poker > .daily-poker__share-actions .daily-poker__notify-btn,
  .daily-poker > .daily-poker__share-actions .daily-poker__copy-btn {
    min-height: 39px;
    border-radius: 10px;
  }

  .daily-poker > .daily-poker__share-actions .daily-poker__invite-icon,
  .daily-poker > .daily-poker__share-actions .daily-poker__notify-icon,
  .daily-poker > .daily-poker__share-actions .daily-poker__copy-icon {
    width: 20px;
    height: 20px;
  }

  .daily-poker > .daily-poker__share-actions .daily-poker__invite-icon {
    flex-basis: 20px;
  }
}

@media (max-width: 390px) {
  .daily-poker > .daily-poker__share-actions .daily-poker__invite-btn,
  .daily-poker > .daily-poker__share-actions .daily-poker__notify-btn,
  .daily-poker > .daily-poker__share-actions .daily-poker__copy-btn {
    min-height: 32px;
  }

  .daily-poker > .daily-poker__share-actions .daily-poker__invite-icon,
  .daily-poker > .daily-poker__share-actions .daily-poker__notify-icon,
  .daily-poker > .daily-poker__share-actions .daily-poker__copy-icon {
    width: 18px;
    height: 18px;
  }

  .daily-poker > .daily-poker__share-actions .daily-poker__invite-icon {
    flex-basis: 18px;
  }
}

.daily-poker__invite-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  filter: drop-shadow(0 1px 0 rgba(255, 247, 200, 0.6));
}

.daily-poker__invite-icon svg {
  width: 100%;
  height: 100%;
}

.daily-poker__subscribe-requirements a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #1a0f02;
  border-color: rgba(255, 241, 184, 0.98);
  background:
    radial-gradient(circle at 50% -35%, rgba(255, 255, 255, 0.9), transparent 38%),
    linear-gradient(135deg, #fff7ba 0%, #ffd84d 34%, #ff9f1a 68%, #ff6b00 100%);
  box-shadow:
    0 0 0 1px rgba(255, 250, 218, 0.42),
    0 0 24px rgba(255, 210, 77, 0.86),
    0 10px 28px rgba(255, 126, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -3px 0 rgba(161, 73, 0, 0.28);
  text-shadow: 0 1px 0 rgba(255, 246, 214, 0.58);
  animation: daily-poker-action-glow 2.2s ease-in-out infinite;
}

.daily-poker__subscribe-requirements a::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -48% auto -48% -70%;
  width: 48%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0;
  pointer-events: none;
  animation: daily-poker-action-shine 2.8s ease-in-out infinite;
}

@keyframes daily-poker-action-glow {
  0%, 100% {
    filter: saturate(1);
    box-shadow:
      0 0 0 1px rgba(255, 250, 218, 0.42),
      0 0 22px rgba(255, 210, 77, 0.78),
      0 10px 28px rgba(255, 126, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -3px 0 rgba(161, 73, 0, 0.28);
  }
  50% {
    filter: saturate(1.1);
    box-shadow:
      0 0 0 1px rgba(255, 250, 218, 0.56),
      0 0 34px rgba(255, 225, 99, 0.98),
      0 13px 34px rgba(255, 126, 0, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.88),
      inset 0 -3px 0 rgba(161, 73, 0, 0.22);
  }
}

@keyframes daily-poker-action-shine {
  0%, 38% { left: -70%; opacity: 0; }
  50% { opacity: 0.78; }
  70%, 100% { left: 124%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .daily-poker__invite-btn:not(:disabled),
  .daily-poker__subscribe-requirements a,
  .daily-poker__subscribe-requirements a::after {
    animation: none;
  }
}

.daily-poker__invite-btn:hover,
.daily-poker__invite-btn:focus-visible,
.daily-poker__notify-btn:hover,
.daily-poker__notify-btn:focus-visible,
.daily-poker__copy-btn:hover,
.daily-poker__copy-btn:focus-visible {
  border-color: rgba(255, 214, 128, 0.96);
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 238, 174, 0.18),
    0 0 22px rgba(255, 118, 0, 0.3);
}

.daily-poker__invite-btn:hover,
.daily-poker__invite-btn:focus-visible {
  filter: saturate(1.12) brightness(1.06);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 2px rgba(255, 225, 117, 0.28),
    0 0 32px rgba(255, 167, 24, 0.78),
    0 13px 24px rgba(53, 25, 0, 0.42),
    inset 0 2px 0 rgba(255, 255, 229, 0.86),
    inset 0 -5px 10px rgba(161, 65, 0, 0.25);
}

.daily-poker__invite-btn:active {
  transform: translateY(1px) scale(0.99);
}

.daily-poker > .daily-poker__share-actions .daily-poker__invite-btn {
  color: #170b00;
  background:
    radial-gradient(ellipse at 50% -30%, rgba(255, 255, 255, 0.92), transparent 40%),
    linear-gradient(135deg, #ffe87a 0%, #ffb000 46%, #f06400 100%) !important;
  border-color: #fff0a3;
  box-shadow:
    0 0 0 2px rgba(255, 190, 31, 0.28),
    0 0 30px rgba(255, 138, 0, 0.72),
    inset 0 2px 0 rgba(255, 255, 224, 0.82),
    inset 0 -5px 10px rgba(139, 47, 0, 0.28);
}

.daily-poker__notify-btn,
.daily-poker__copy-btn {
  width: 100%;
  min-width: 86px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid rgba(204, 135, 38, 0.86);
  border-radius: 16px;
  color: #ffd96b;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(255, 213, 105, 0.18), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
    linear-gradient(145deg, #211a10 0%, #090b0e 52%, #030405 100%);
  box-shadow:
    0 0 0 3px rgba(255, 139, 18, 0.12),
    0 0 16px rgba(255, 128, 15, 0.32),
    inset 0 1px 0 rgba(255, 238, 185, 0.24),
    inset 0 -8px 14px rgba(0, 0, 0, 0.48);
  transition: transform 0.16s ease, color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.daily-poker__notify-btn:active,
.daily-poker__copy-btn:active {
  transform: translateY(1px) scale(0.98);
}

.daily-poker__notify-btn[data-subscribed="1"] {
  color: #fef3c7;
  border-color: rgba(255, 184, 42, 0.98);
  background:
    radial-gradient(ellipse at 50% -20%, rgba(255, 213, 105, 0.24), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
    linear-gradient(180deg, #24190f 0%, #070707 100%);
  box-shadow:
    0 0 18px rgba(255, 146, 24, 0.42),
    inset 0 0 0 1px rgba(255, 224, 137, 0.42),
    inset 0 -8px 14px rgba(0, 0, 0, 0.56);
}

.daily-poker__copy-btn--copied {
  color: #9bdcf6;
  border-color: rgba(155, 220, 246, 0.95);
}

.daily-poker__notify-icon,
.daily-poker__copy-icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

.daily-poker__notify-icon svg,
.daily-poker__copy-icon svg {
  width: 100%;
  height: 100%;
}

.daily-poker__subscribe-requirements {
  margin: 1px 0 0;
  padding: clamp(7px, 1.6vw, 10px) clamp(8px, 2vw, 13px);
  border: 1px solid rgba(250, 204, 21, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 210, 118, 0.08), transparent 46%),
    rgba(15, 23, 42, 0.58);
  color: rgba(248, 234, 208, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 242, 194, 0.04),
    0 5px 12px rgba(0, 0, 0, 0.22);
  font-size: clamp(9px, 1.9vw, 12px);
  line-height: 1.24;
  text-align: left;
}

.daily-poker__subscribe-requirements[hidden] {
  display: none !important;
}

.daily-poker__subscribe-title {
  margin: 0 0 4px;
  color: #fff7cc;
  font-size: clamp(11px, 2.2vw, 14px);
  font-weight: 1000;
  line-height: 1.12;
}

.daily-poker__subscribe-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding-left: 13px;
}

.daily-poker__subscribe-list li {
  padding-left: 1px;
}

.daily-poker__subscribe-note {
  display: block;
  margin-top: 1px;
  color: rgba(248, 234, 208, 0.58);
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1.16;
}

.daily-poker__subscribe-list li::marker {
  color: rgba(255, 247, 204, 0.9);
}

.daily-poker__subscribe-requirements a {
  color: #fde68a;
  font-size: 1.08em;
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.daily-poker__subscribe-requirements a:hover {
  color: #fff7cc;
}

.daily-poker__subscribe-requirements a:focus-visible {
  outline: 2px solid rgba(186, 230, 253, 0.92);
  outline-offset: 3px;
  border-radius: 4px;
}

.daily-poker__result,
.daily-poker__reward {
  min-height: 64px;
  margin-top: 10px;
  padding: 10px clamp(14px, 3.2vw, 24px);
  border: 1px solid rgba(255, 205, 116, 0.22);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255, 210, 118, 0.045), transparent 48%),
    rgba(1, 5, 6, 0.9);
  color: #ecd5a5;
  box-shadow:
    inset 0 0 0 1px rgba(255, 242, 194, 0.05),
    0 0 16px rgba(255, 166, 38, 0.1),
    0 12px 22px rgba(0, 0, 0, 0.44);
}

.daily-poker__result {
  position: relative;
  z-index: 4;
  right: auto;
  bottom: auto;
  left: auto;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  margin: 10px 0 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  text-align: left;
  font-size: clamp(15px, 3.1vw, 22px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.28;
  overflow-wrap: anywhere;
  word-break: normal;
  text-shadow: none;
}

.daily-poker__result--error {
  height: auto;
  max-height: none;
  align-items: flex-start;
  overflow: visible;
}

.daily-poker__result--error .daily-poker__result-primary {
  width: 100%;
  min-height: 0;
  white-space: normal;
  overflow: visible;
}

.daily-poker__result--login {
  display: flex;
  align-items: center;
  gap: 10px 14px;
}

.daily-poker__result--login .daily-poker__result-primary {
  flex: 1 1 180px;
}

.daily-poker__login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 42px;
  margin-top: 2px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 216, 122, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 232, 142, 0.95), rgba(251, 166, 42, 0.95)),
    #f6ad2f;
  color: #1d1000;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 8px 18px rgba(0, 0, 0, 0.32);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.daily-poker__login-btn:focus-visible {
  outline: 2px solid rgba(186, 230, 253, 0.92);
  outline-offset: 3px;
}

.daily-poker__result:not([hidden]):not(.daily-poker__result--error)::before {
  content: none;
}

.daily-poker__result--prompt {
  min-height: 64px;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(10px, 2.4vw, 18px);
  padding: 10px clamp(14px, 3.2vw, 24px);
}

.daily-poker__result--prompt::before {
  content: none !important;
}

.daily-poker__result-primary {
  display: block;
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.daily-poker__result--prompt .daily-poker__result-primary {
  font-size: clamp(11px, 2.45vw, 18px);
  letter-spacing: 0;
  line-height: 1.14;
}

.daily-poker__result-nowrap {
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.daily-poker__result-meta {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px 12px;
  color: #ecd5a5;
  font-size: clamp(10px, 2.6vw, 14px);
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.84;
}

.daily-poker__result-meta-available {
  color: #ffb52e;
  text-shadow:
    0 0 8px rgba(255, 181, 46, 0.45),
    0 1px 0 rgba(0, 0, 0, 0.6);
}

.daily-poker__result-meta span {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.daily-poker__result--timer .daily-poker__result-primary {
  color: #ecd5a5;
  font-size: clamp(16px, 4vw, 25px);
}

.daily-poker__reward {
  color: #ffd77a;
}

.daily-poker__reward {
  display: none;
}

.daily-poker__result[hidden],
.daily-poker__reward[hidden] {
  display: none !important;
}

.view[data-view="daily-poker"] {
  container-type: inline-size;
}

@container (max-width: 720px) {
  .daily-poker {
    padding: max(14px, calc(env(safe-area-inset-top, 0px) + 10px)) 0 max(22px, calc(env(safe-area-inset-bottom, 0px) + 16px));
  }

  .daily-poker__feature {
    padding: 12px 4px 16px;
    border-radius: 24px;
  }

  .daily-poker__header {
    grid-template-columns: 50px minmax(0, 58%) minmax(0, 1fr);
    min-height: 0;
    gap: 10px;
    margin-bottom: 6px;
  }

  .daily-poker__hero-monkey {
    right: -96px;
    top: -12px;
    width: min(75vw, 315px);
    opacity: 0.9;
  }

  .daily-poker__back {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 14px;
    font-size: 36px;
  }

  .daily-poker__heading {
    grid-column: 2;
    justify-self: stretch;
    max-width: 100%;
    padding: 4px 0 0;
    text-align: left;
  }

  .daily-poker__eyebrow {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .daily-poker__title {
    font-size: clamp(25px, 6.6vw, 30px);
    line-height: 0.98;
  }

  .daily-poker__intro {
    margin-top: 0;
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.32;
  }

  .daily-poker__balance {
    width: min(78%, 320px);
    min-height: 64px;
    margin: 0 0 10px;
    padding: 9px 12px 10px 74px;
    flex-wrap: wrap;
    gap: 2px 6px;
    font-size: clamp(14px, 3.8vw, 17px);
  }

  .daily-poker__balance::before {
    left: 18px;
    width: 44px;
    height: 44px;
  }

  .daily-poker__balance::after {
    left: 28px;
    width: 24px;
    height: 24px;
  }

  .daily-poker__intro-title,
  .daily-poker__intro-subtitle {
    width: min(62%, 340px);
    margin-left: 0;
  }

  .daily-poker__intro-title {
    margin-bottom: 7px;
    font-size: clamp(13px, 3.5vw, 15.5px);
    line-height: 1.1;
    text-wrap: normal;
  }

  .daily-poker__intro-title span {
    white-space: normal;
  }

  .daily-poker__intro-subtitle {
    margin-bottom: 18px;
    font-size: clamp(11px, 3vw, 12.5px);
    text-wrap: normal;
  }

  .daily-poker__prizes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
  }

  .daily-poker__prize {
    border-radius: 10px;
  }

  .daily-poker__table {
    min-height: 280px;
    padding: 24px 18px 26px;
    border-radius: 22px;
  }

  .daily-poker__zone-label {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .daily-poker__cards {
    gap: 12px;
  }

  .daily-poker__cards--hole {
    grid-template-columns: repeat(2, minmax(86px, 1fr));
    width: min(340px, 92%);
    margin: 0 auto;
  }

  .daily-poker__cards--board {
    grid-template-columns: repeat(5, minmax(36px, 1fr));
    gap: 6px;
  }

  .daily-poker-card {
    padding: 7px;
  }

  .daily-poker .daily-poker__play-btn {
    min-height: 78px;
    border-radius: 20px;
    padding-inline: 14px;
    font-size: clamp(27px, 8.6vw, 36px);
  }

  .daily-poker .daily-poker__play-btn::after {
    inset: 4px;
    border-radius: 16px;
  }

}

@media (max-width: 720px) {
  .daily-poker {
    padding: max(14px, calc(env(safe-area-inset-top, 0px) + 10px)) 0 max(22px, calc(env(safe-area-inset-bottom, 0px) + 16px));
  }

  .daily-poker__feature {
    padding: 12px 4px 16px;
    border-radius: 24px;
  }

  .daily-poker__header {
    grid-template-columns: 50px minmax(0, 58%) minmax(0, 1fr);
    min-height: 0;
    gap: 10px;
    margin-bottom: 6px;
  }

  .daily-poker__hero-monkey {
    right: -96px;
    top: -12px;
    width: min(75vw, 315px);
    opacity: 0.9;
  }

  .daily-poker__back {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 14px;
    font-size: 36px;
  }

  .daily-poker__heading {
    grid-column: 2;
    justify-self: stretch;
    max-width: 100%;
    padding: 4px 0 0;
    text-align: left;
  }

  .daily-poker__eyebrow {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .daily-poker__title {
    font-size: clamp(25px, 6.6vw, 30px);
    line-height: 0.98;
  }

  .daily-poker__intro {
    margin-top: 0;
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.32;
  }

  .daily-poker__balance {
    width: min(78%, 320px);
    min-height: 64px;
    margin: 0 0 16px;
    padding: 9px 12px 10px 74px;
    flex-wrap: wrap;
    gap: 2px 6px;
    font-size: clamp(14px, 3.8vw, 17px);
  }

  .daily-poker__balance::before {
    left: 18px;
    width: 44px;
    height: 44px;
  }

  .daily-poker__balance::after {
    left: 28px;
    width: 24px;
    height: 24px;
  }

  .daily-poker__intro-title,
  .daily-poker__intro-subtitle {
    width: min(62%, 340px);
    margin-left: 0;
  }

  .daily-poker__intro-title {
    margin-bottom: 7px;
    font-size: clamp(13px, 3.5vw, 15.5px);
    line-height: 1.1;
    text-wrap: normal;
  }

  .daily-poker__intro-title span {
    white-space: normal;
  }

  .daily-poker__intro-subtitle {
    margin-bottom: 18px;
    font-size: clamp(11px, 3vw, 12.5px);
    text-wrap: normal;
  }

  .daily-poker__prizes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
  }

  .daily-poker__prize {
    border-radius: 10px;
  }

  .daily-poker__table {
    min-height: 280px;
    padding: 24px 18px 26px;
    border-radius: 22px;
  }

  .daily-poker__zone-label {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .daily-poker__cards {
    gap: 12px;
  }

  .daily-poker__cards--hole {
    grid-template-columns: repeat(2, minmax(86px, 1fr));
    width: min(340px, 92%);
    margin: 0 auto;
  }

  .daily-poker__cards--board {
    grid-template-columns: repeat(5, minmax(36px, 1fr));
    gap: 6px;
  }

  .daily-poker-card {
    padding: 7px;
  }

  .daily-poker .daily-poker__play-btn {
    min-height: 78px;
    border-radius: 20px;
    padding-inline: 14px;
    font-size: clamp(27px, 8.6vw, 36px);
  }

  .daily-poker .daily-poker__play-btn::after {
    inset: 4px;
    border-radius: 16px;
  }

}

.daily-poker {
  scroll-padding-bottom: calc(var(--app-bottom-tabbar-pad, 104px) + 18px);
  padding-bottom: max(30px, calc(var(--app-bottom-tabbar-pad, 104px) + 18px));
}

@container (max-width: 720px) {
  .daily-poker {
    scroll-padding-bottom: calc(var(--app-bottom-tabbar-pad, 104px) + 14px);
    padding-bottom: max(24px, calc(var(--app-bottom-tabbar-pad, 104px) + 14px));
  }
}

@media (max-width: 720px) {
  .daily-poker {
    scroll-padding-bottom: calc(var(--app-bottom-tabbar-pad, 104px) + 14px);
    padding-bottom: max(24px, calc(var(--app-bottom-tabbar-pad, 104px) + 14px));
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  html.app-view-browser-local.app-view-daily-poker-html-scroll .daily-poker {
    padding-top: 44px;
  }

  html.app-view-browser-local.app-view-daily-poker-html-scroll .daily-poker__header {
    min-height: 68px;
    margin-bottom: 14px;
  }

  html.app-view-browser-local.app-view-daily-poker-html-scroll .daily-poker__hero-stats {
    margin-top: 16px;
    margin-bottom: 14px;
  }

  html.app-view-browser-local.app-view-daily-poker-html-scroll .daily-poker__hero-stat dt {
    font-size: clamp(6px, 0.78vw, 8px);
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  html.app-view-browser-local.app-view-daily-poker-html-scroll .daily-poker__hero-stat dd {
    font-size: clamp(12px, 1.55vw, 15px);
  }

  html.app-view-browser-local.app-view-daily-poker-html-scroll .daily-poker__intro {
    margin-top: 0;
  }
}

@container (max-width: 360px) {
  .daily-poker .daily-poker__play-btn {
    min-height: 70px;
    border-radius: 18px;
    padding-inline: 12px;
    font-size: clamp(24px, 8.1vw, 30px);
  }
}

@media (max-width: 360px) {
  .daily-poker .daily-poker__play-btn {
    min-height: 70px;
    border-radius: 18px;
    padding-inline: 12px;
    font-size: clamp(24px, 8.1vw, 30px);
  }
}

@container (max-width: 520px) {
  .daily-poker__prizes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
  }

  .daily-poker__prize {
    border-radius: 9px;
  }

  .daily-poker__share-actions {
    grid-template-columns: minmax(74px, 0.58fr) minmax(0, 1.55fr) minmax(74px, 0.58fr);
    gap: 10px;
  }

  .daily-poker__invite-btn,
  .daily-poker__notify-btn,
  .daily-poker__copy-btn {
    min-height: 78px;
    border-radius: 18px;
  }

  .daily-poker__invite-btn {
    gap: 8px;
    padding-inline: 10px;
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1;
    white-space: nowrap;
  }

  .daily-poker__invite-btn::after {
    border-radius: 13px;
  }

  .daily-poker__invite-icon {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .daily-poker__notify-icon,
  .daily-poker__copy-icon {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 520px) {
  .daily-poker__prizes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
  }

  .daily-poker__prize {
    border-radius: 9px;
  }

  .daily-poker__share-actions {
    grid-template-columns: minmax(74px, 0.58fr) minmax(0, 1.55fr) minmax(74px, 0.58fr);
    gap: 10px;
  }

  .daily-poker__invite-btn,
  .daily-poker__notify-btn,
  .daily-poker__copy-btn {
    min-height: 78px;
    border-radius: 18px;
  }

  .daily-poker__invite-btn {
    gap: 8px;
    padding-inline: 10px;
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1;
    white-space: nowrap;
  }

  .daily-poker__invite-btn::after {
    border-radius: 13px;
  }

  .daily-poker__invite-icon {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .daily-poker__notify-icon,
  .daily-poker__copy-icon {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 390px) {
  .daily-poker__share-actions {
    grid-template-columns: minmax(52px, 0.5fr) minmax(0, 1.65fr) minmax(52px, 0.5fr);
    gap: 6px;
    margin-top: 8px;
  }

  .daily-poker__invite-btn,
  .daily-poker__notify-btn,
  .daily-poker__copy-btn {
    min-width: 0;
    min-height: 58px;
    border-width: 1px;
    border-radius: 13px;
  }

  .daily-poker__invite-btn {
    gap: 6px;
    padding-inline: 7px;
    font-size: clamp(10px, 3.25vw, 12px);
  }

  .daily-poker__invite-btn::after {
    inset: 3px;
    border-radius: 10px;
  }

  .daily-poker__invite-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .daily-poker__notify-icon,
  .daily-poker__copy-icon {
    width: 25px;
    height: 25px;
  }
}

@container (max-width: 720px) {
  .daily-poker__table {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0;
    border-radius: 20px;
  }

  .daily-poker__zone--hole {
    margin-top: 10.5%;
    transform: translateY(6px);
  }

  .daily-poker__cards--hole {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 56.32%;
    gap: clamp(8px, 2.6vw, 14px);
    margin: 0 auto;
  }

  .daily-poker__zone--board {
    margin-top: 2.1%;
  }

  .daily-poker__zone--board .daily-poker__zone-label {
    width: 84%;
    margin: 0 auto 1.8%;
    font-size: clamp(23px, 8vw, 34px);
  }

  .daily-poker__cards--board {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 84%;
    gap: clamp(5px, 1.7vw, 8px);
  }

  .daily-poker-card {
    border-radius: 7px;
    padding: 5px;
  }

  .daily-poker-card--back {
    padding: 0;
    border-radius: 7px;
  }
}

/* Keep the utility actions compact below the deal button. */
.daily-poker__actions > .daily-poker__share-actions {
  gap: 8px;
}

.daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-btn,
.daily-poker__actions > .daily-poker__share-actions .daily-poker__notify-btn,
.daily-poker__actions > .daily-poker__share-actions .daily-poker__copy-btn {
  min-height: 40px;
  height: 40px;
  border-radius: 11px;
}

.daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-btn {
  gap: 7px;
  padding-inline: 9px;
  font-size: clamp(11px, 2.8vw, 15px);
  color: #160900;
  border-color: #fff2a8;
  background:
    radial-gradient(ellipse at 50% -35%, rgba(255, 255, 255, 0.92), transparent 43%),
    linear-gradient(135deg, #ffe96e 0%, #ffb20d 44%, #f06400 100%) !important;
  box-shadow:
    0 0 0 2px rgba(255, 205, 67, 0.35),
    0 0 22px rgba(255, 137, 0, 0.78),
    inset 0 2px 0 rgba(255, 255, 224, 0.86),
    inset 0 -4px 8px rgba(144, 47, 0, 0.32);
}

.daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-icon,
.daily-poker__actions > .daily-poker__share-actions .daily-poker__notify-icon,
.daily-poker__actions > .daily-poker__share-actions .daily-poker__copy-icon {
  width: 22px;
  height: 22px;
}

.daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-icon {
  flex-basis: 22px;
}

@media (max-width: 390px) {
  .daily-poker__actions > .daily-poker__share-actions {
    gap: 5px;
  }

  .daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-btn,
  .daily-poker__actions > .daily-poker__share-actions .daily-poker__notify-btn,
  .daily-poker__actions > .daily-poker__share-actions .daily-poker__copy-btn {
    min-height: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-icon,
  .daily-poker__actions > .daily-poker__share-actions .daily-poker__notify-icon,
  .daily-poker__actions > .daily-poker__share-actions .daily-poker__copy-icon {
    width: 18px;
    height: 18px;
  }

  .daily-poker__actions > .daily-poker__share-actions .daily-poker__invite-icon {
    flex-basis: 18px;
  }
}

@media (max-width: 720px) {
  .daily-poker__table {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0;
    border-radius: 20px;
  }

  .daily-poker__result {
    position: relative;
    inset: auto;
    z-index: 5;
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    margin: 18px 8px 0;
    padding: 10px 12px;
  }

  .daily-poker__result--error {
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .daily-poker__result--prompt {
    min-height: 0;
  }

  .daily-poker__zone--hole {
    margin-top: 10.5%;
    transform: translateY(6px);
  }

  .daily-poker__cards--hole {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 56.32%;
    gap: clamp(8px, 2.6vw, 14px);
    margin: 0 auto;
  }

  .daily-poker__zone--board {
    margin-top: 2.1%;
  }

  .daily-poker__zone--board .daily-poker__zone-label {
    width: 84%;
    margin: 0 auto 1.8%;
    font-size: clamp(23px, 8vw, 34px);
  }

  .daily-poker__cards--board {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 84%;
    gap: clamp(5px, 1.7vw, 8px);
  }

  .daily-poker-card {
    border-radius: 7px;
    padding: 5px;
  }

  .daily-poker-card--back {
    padding: 0;
    border-radius: 7px;
  }
}
