:root {
  --background: #060606;
  --background-soft: #0c0b0b;
  --panel: #12100f;
  --panel-light: #191512;
  --border: #3c2b1b;
  --border-gold: #81571f;
  --gold: #d8a548;
  --gold-light: #ffe09a;
  --red: #b60f1d;
  --red-light: #e02a35;
  --text: #f6f0e8;
  --muted: #a99f94;
  --green: #4ac47a;
  --danger: #db3b45;
  --shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 10%, rgba(166, 16, 30, .16), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(191, 135, 46, .08), transparent 25%),
    linear-gradient(180deg, #070707, #030303);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
  background-size: 36px 36px;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
  min-height: 86px;
  padding: 12px clamp(20px, 5vw, 84px);
  border-bottom: 1px solid rgba(216, 165, 72, .28);
  background: rgba(5, 5, 5, .9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.brand-crown {
  color: var(--gold);
  font-size: 35px;
  filter: drop-shadow(0 0 12px rgba(216, 165, 72, .4));
}

.brand-title {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-title strong {
  color: var(--red-light);
  font-size: 42px;
  line-height: 1;
}

.navigation {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-link {
  padding: 14px 17px;
  color: var(--muted);
  border: 0;
  background: transparent;
  transition: .2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-light);
}

.nav-link.active {
  box-shadow: inset 0 -2px var(--gold);
}

.header-actions {
  display: flex;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  color: var(--text);
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff8e7;
  border-color: #e4a949;
  background:
    linear-gradient(180deg, #c71b29, #870913);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, .25),
    0 12px 28px rgba(144, 9, 20, .24);
}

.button-ghost {
  color: var(--gold-light);
  border-color: var(--border-gold);
  background: rgba(255, 255, 255, .025);
}

.button-danger {
  color: #ffdfe1;
  border-color: rgba(219, 59, 69, .55);
  background: rgba(219, 59, 69, .13);
}

.button-large {
  min-height: 55px;
  padding: 0 26px;
}

.button-full {
  width: 100%;
}

.mobile-menu-button {
  display: none;
  color: var(--gold-light);
  border: 0;
  background: transparent;
  font-size: 28px;
}

.page {
  display: none;
}

.page.active {
  display: block;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  width: min(1540px, calc(100% - 48px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: 80px 0;
}

.eyebrow,
.section-heading > span,
.tournament-card > div > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}

.hero h1 {
  max-width: 770px;
  margin: 20px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .98;
  letter-spacing: -.04em;
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
}

.hero-content > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-stats {
  display: flex;
  gap: 45px;
  margin-top: 48px;
}

.hero-stats div {
  display: grid;
  gap: 3px;
}

.hero-stats strong {
  color: var(--gold-light);
  font-size: 28px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 13px;
}

.game-preview {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  border: 1px solid var(--border-gold);
  border-radius: 34px;
  background:
    radial-gradient(circle at center, rgba(139, 12, 23, .19), transparent 42%),
    linear-gradient(145deg, #15100c, #060606);
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.game-preview::before,
.game-preview::after {
  position: absolute;
  inset: 10px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(216, 165, 72, .25);
  border-radius: 26px;
}

.game-preview::after {
  inset: auto -80px -120px auto;
  width: 360px;
  height: 360px;
  border: 0;
  border-radius: 50%;
  background: rgba(156, 10, 23, .18);
  filter: blur(60px);
}

.preview-top {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  color: var(--muted);
  border-bottom: 1px solid rgba(216, 165, 72, .18);
  font-size: 12px;
}

.preview-top strong {
  color: var(--gold-light);
}

.preview-table {
  position: relative;
  width: calc(100% - 60px);
  height: 390px;
  margin: 32px auto 0;
  border: 2px solid #6c471d;
  border-radius: 45%;
  background:
    radial-gradient(circle, #201b17, #090909 70%);
  box-shadow:
    inset 0 0 50px #000,
    0 0 0 7px #0a0807,
    0 0 0 8px rgba(216, 165, 72, .28);
}

.player {
  position: absolute;
  display: grid;
  justify-items: center;
  min-width: 104px;
  padding: 8px 12px;
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  background: #0a0908;
  box-shadow: 0 10px 25px #000;
}

.player span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: -31px;
  color: var(--gold-light);
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #2b1212;
}

.player strong {
  margin-top: 5px;
  font-size: 12px;
}

.player small {
  color: var(--gold);
  font-size: 10px;
}

.player-top {
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.player-left {
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

.player-right {
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}

.player-bottom {
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-color: var(--red-light);
}

.cards-center,
.hand {
  display: flex;
  justify-content: center;
}

.cards-center {
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 5px;
  transform: translate(-50%, -50%);
}

.card {
  display: grid;
  place-items: center;
  width: 58px;
  height: 82px;
  color: #16110d;
  border: 1px solid #aa9a80;
  border-radius: 7px;
  background:
    linear-gradient(145deg, #fffaf0, #d8cbb7);
  box-shadow: 0 7px 12px rgba(0, 0, 0, .42);
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  transform: rotate(-3deg);
}

.card:nth-child(even) {
  transform: translateY(-7px) rotate(3deg);
}

.card.red {
  color: #a70b1c;
}

.hand {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  gap: 3px;
  transform: translateY(42%);
}

.hand .card {
  width: 65px;
  height: 94px;
}

.features-section,
.internal-page {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.features-section {
  padding: 100px 0 130px;
}

.internal-page {
  min-height: calc(100vh - 86px);
  padding: 80px 0 120px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
}

.section-heading p {
  color: var(--muted);
  font-size: 17px;
}

.features-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card,
.steps-grid article,
.panel,
.tournament-card,
.development-notice {
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .03), transparent),
    var(--panel);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .19);
}

.feature-card {
  padding: 34px;
}

.feature-icon {
  color: var(--gold);
  font-size: 38px;
}

.feature-card h3,
.steps-grid h3 {
  margin: 22px 0 10px;
  font-family: Georgia, serif;
  font-size: 25px;
}

.feature-card p,
.steps-grid p,
.tournament-card p,
.development-notice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.steps-grid article {
  padding: 30px;
}

.steps-grid article > strong {
  color: var(--red-light);
  font-size: 42px;
}

.development-notice {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  padding: 28px;
  border-color: rgba(216, 165, 72, .42);
}

.development-notice > span {
  color: var(--gold);
  font-size: 42px;
}

.panel {
  overflow: hidden;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}

.panel-header > div {
  display: grid;
  gap: 4px;
}

.panel-header strong {
  font-size: 18px;
}

.panel-header small {
  color: var(--muted);
}

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

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

th,
td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  white-space: nowrap;
}

th {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

td {
  color: #ddd4ca;
  font-size: 14px;
}

.ranking-position {
  color: var(--gold-light);
  font-size: 18px;
  font-weight: 900;
}

.tournament-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 40px;
}

.tournament-symbol {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  border-radius: 50%;
  background: #260b0e;
  font-size: 52px;
}

.tournament-card h3 {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 32px;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.dashboard-header h2 {
  margin: 12px 0 4px;
  font-family: Georgia, serif;
  font-size: 48px;
}

.dashboard-header p {
  margin: 0;
  color: var(--muted);
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.dashboard-cards article {
  display: grid;
  gap: 9px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--panel);
}

.dashboard-cards span {
  color: var(--muted);
  font-size: 13px;
}

.dashboard-cards strong {
  color: var(--gold-light);
  font-size: 29px;
}

.dashboard-grid {
  display: grid;
  gap: 22px;
}

.empty-state {
  display: grid;
  justify-items: center;
  padding: 60px 25px;
  text-align: center;
}

.empty-state > span {
  color: var(--gold);
  font-size: 50px;
}

.empty-state h3 {
  margin: 12px 0 6px;
}

.empty-state p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
}

.admin-totals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px 22px;
}

.admin-totals div {
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #0d0b0a;
}

.admin-totals span {
  color: var(--muted);
  font-size: 11px;
}

.admin-totals strong {
  color: var(--gold-light);
  font-size: 22px;
}

.status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.status-active {
  color: #a9f0c3;
  background: rgba(74, 196, 122, .14);
}

.status-blocked {
  color: #ffafb4;
  background: rgba(219, 59, 69, .15);
}

.table-actions {
  display: flex;
  gap: 7px;
}

.mini-button {
  padding: 7px 10px;
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  border-radius: 7px;
  background: transparent;
  font-size: 11px;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 35px clamp(20px, 5vw, 84px);
  color: var(--muted);
  border-top: 1px solid var(--border);
  background: #050505;
}

.footer-brand {
  transform: scale(.8);
  transform-origin: left center;
}

footer p {
  text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(9px);
}

.auth-card {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--border-gold);
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(170, 15, 28, .12), transparent 35%),
    #0d0b0a;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  color: var(--muted);
  border: 0;
  background: transparent;
  font-size: 28px;
}

.auth-brand {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-bottom: 25px;
}

.auth-brand span {
  color: var(--gold);
  font-size: 46px;
}

.auth-brand strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 30px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.auth-tabs button {
  padding: 14px;
  color: var(--muted);
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-weight: 800;
}

.auth-tabs button.active {
  color: var(--gold-light);
  border-color: var(--gold);
}

.auth-form {
  display: grid;
  gap: 18px;
}

.auth-form > div:not(.first-admin-notice) {
  display: grid;
  gap: 7px;
}

.auth-form label {
  color: #d7cabe;
  font-size: 13px;
  font-weight: 700;
}

.auth-form input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: var(--text);
  outline: 0;
  border: 1px solid #45362a;
  border-radius: 9px;
  background: #090807;
}

.auth-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 165, 72, .1);
}

.first-admin-notice {
  padding: 12px;
  color: #e6ca93;
  border: 1px solid rgba(216, 165, 72, .25);
  border-radius: 9px;
  background: rgba(216, 165, 72, .07);
  font-size: 12px;
  line-height: 1.5;
}

.form-message {
  min-height: 20px;
  margin: 0;
  font-size: 13px;
}

.form-message.error {
  color: #ff8e96;
}

.form-message.success {
  color: #8ee3ad;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  max-width: 380px;
  padding: 15px 18px;
  color: var(--text);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  background: #14100d;
  box-shadow: var(--shadow);
}

@media (max-width: 1100px) {
  .header {
    grid-template-columns: auto auto 1fr;
  }

  .mobile-menu-button {
    display: block;
  }

  .navigation {
    position: absolute;
    top: 86px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #0b0908;
  }

  .navigation.open {
    display: flex;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .game-preview {
    min-height: 560px;
  }

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

@media (max-width: 760px) {
  .header {
    grid-template-columns: auto auto;
    padding: 12px 18px;
  }

  .mobile-menu-button {
    justify-self: end;
  }

  .header-actions {
    grid-column: 1 / -1;
  }

  .header-actions .button {
    flex: 1;
  }

  .hero,
  .features-section,
  .internal-page {
    width: min(100% - 28px, 1400px);
  }

  .hero {
    min-height: auto;
    padding: 55px 0 80px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-stats {
    justify-content: space-between;
    gap: 10px;
  }

  .game-preview {
    min-height: 465px;
    border-radius: 20px;
    transform: none;
  }

  .preview-table {
    width: calc(100% - 45px);
    height: 300px;
    margin-top: 28px;
  }

  .player {
    min-width: 82px;
    padding: 6px;
  }

  .player-left {
    left: -22px;
  }

  .player-right {
    right: -22px;
  }

  .cards-center .card {
    width: 42px;
    height: 62px;
    font-size: 20px;
  }

  .hand .card {
    width: 46px;
    height: 70px;
    font-size: 21px;
  }

  .features-grid,
  .steps-grid,
  .dashboard-cards,
  .admin-totals {
    grid-template-columns: 1fr;
  }

  .tournament-card {
    grid-template-columns: 1fr;
  }

  .dashboard-header {
    display: grid;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    transform-origin: center;
  }

  .auth-card {
    padding: 26px 20px;
  }
}

/* ==========================================================
   LOBBY E MESAS
========================================================== */

.lobby-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}

.current-room {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) 1.5fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
  padding: 24px;
  border: 1px solid var(--red-light);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at left,
      rgba(182, 15, 29, .18),
      transparent 40%
    ),
    var(--panel);
}

.current-room > div:first-child {
  display: grid;
  gap: 5px;
}

.current-room > div:first-child > span {
  color: var(--red-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.current-room > div:first-child > strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 24px;
}

.current-room > div:first-child > small {
  color: var(--muted);
}

.rooms-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
}

.room-card {
  display: grid;
  gap: 20px;
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, .035),
      transparent
    ),
    var(--panel);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
}

.room-card:hover {
  border-color: var(--border-gold);
}

.room-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.room-card-header > div {
  display: grid;
  gap: 5px;
}

.room-card-header strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 22px;
}

.room-card-header small {
  color: var(--muted);
}

.room-badge {
  padding: 6px 9px;
  color: #a9f0c3;
  border-radius: 999px;
  background: rgba(74, 196, 122, .13);
  font-size: 10px;
  font-weight: 900;
}

.room-badge-full {
  color: #ffd48b;
  background: rgba(216, 165, 72, .13);
}

.room-capacity {
  display: grid;
  gap: 8px;
}

.room-capacity-line {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}

.room-progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #070606;
}

.room-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      var(--red),
      var(--gold)
    );
}

.room-player-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.room-player {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: #e7ded4;
  border: 1px solid #3d3025;
  border-radius: 999px;
  background: #090807;
  font-size: 11px;
}

.room-player::before {
  color: var(--gold);
  content: "♠";
}

.room-actions {
  display: flex;
  gap: 8px;
}

.room-actions .button {
  flex: 1;
}

.auth-form select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: var(--text);
  outline: 0;
  border: 1px solid #45362a;
  border-radius: 9px;
  background: #090807;
}

.auth-form select:focus {
  border-color: var(--gold);
}

@media (max-width: 760px) {
  .lobby-heading {
    display: grid;
  }

  .current-room {
    grid-template-columns: 1fr;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================
   CONTROLES DE BOTS
   ========================================================== */

.current-room-owner-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.current-room-owner-actions.hidden {
  display: none;
}

.room-player {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.room-player small {
  color: #e6b94c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.room-player-bot {
  border-color: rgba(230, 185, 76, 0.55);
  background:
    linear-gradient(
      135deg,
      rgba(230, 185, 76, 0.13),
      rgba(120, 18, 25, 0.12)
    );
}

.remove-bot-button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid rgba(218, 40, 55, 0.7);
  border-radius: 50%;
  background: rgba(115, 10, 20, 0.75);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.remove-bot-button:hover {
  background: #b51225;
}

.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.45);
}

@media (max-width: 850px) {
  .current-room-owner-actions {
    width: 100%;
  }

  .current-room-owner-actions .button {
    flex: 1 1 150px;
  }
}
