/* thejazzroomcontinential - Jazz Club Theme */
/* Put this AFTER your current style.css link. */

:root {
  --bg: #090605;
  --panel: #17100c;
  --panel-2: #211610;
  --red: #4a0f13;
  --red-2: #7a1b22;
  --gold: #e5b45a;
  --gold-soft: #ffd98a;
  --cream: #fff0cf;
  --muted: #bfae8f;
  --line: rgba(229, 180, 90, 0.28);
  --shadow: rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(229, 180, 90, 0.16), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(122, 27, 34, 0.36), transparent 30%),
    linear-gradient(180deg, #130907 0%, var(--bg) 45%, #050302 100%);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.2px;
}

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

header,
.navbar,
.topbar {
  background: rgba(9, 6, 5, 0.88) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line) !important;
  box-shadow: 0 18px 40px var(--shadow);
}

.logo,
.brand,
.site-title {
  color: var(--gold-soft) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  text-transform: lowercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 18px rgba(229, 180, 90, 0.32);
}

nav a,
.nav-link,
header a {
  color: var(--muted) !important;
  text-decoration: none;
  transition: 0.2s ease;
}

nav a:hover,
.nav-link:hover,
header a:hover {
  color: var(--gold-soft) !important;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(74, 15, 19, 0.9), rgba(15, 8, 5, 0.95)),
    radial-gradient(circle at center, rgba(229, 180, 90, 0.2), transparent 40%) !important;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 8% 18px 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.9;
}

.hero h1,
h1 {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.95;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.7);
}

.hero p,
.subtitle,
.description {
  color: var(--muted) !important;
  font-size: 1.05rem;
}

.card,
.post,
.panel,
.room,
.profile-card,
.song-card,
.auth-card,
.modal,
.sidebar {
  background:
    linear-gradient(180deg, rgba(33, 22, 16, 0.96), rgba(15, 9, 7, 0.96)) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 50px var(--shadow);
}

.card h2,
.post h2,
.panel h2,
h2,
h3 {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
}

button,
.btn,
.primary-btn,
.join-btn,
input[type="submit"] {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold)) !important;
  color: #1a0d07 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.75rem 1.15rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(229, 180, 90, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

button:hover,
.btn:hover,
.primary-btn:hover,
.join-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 12px 32px rgba(229, 180, 90, 0.34);
}

button.secondary,
.secondary-btn,
.logout-btn {
  background: rgba(255, 240, 207, 0.08) !important;
  color: var(--cream) !important;
  border: 1px solid var(--line) !important;
}

input,
textarea,
select {
  background: #0d0806 !important;
  color: var(--cream) !important;
  border: 1px solid rgba(229, 180, 90, 0.32) !important;
  border-radius: 14px !important;
  padding: 0.8rem 1rem;
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold-soft) !important;
  box-shadow: 0 0 0 3px rgba(229, 180, 90, 0.16);
}

::placeholder {
  color: rgba(255, 240, 207, 0.46);
}

.avatar,
.small-avatar,
.profile-avatar {
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--gold) 45%, var(--red-2) 100%) !important;
  color: #130806 !important;
  border: 2px solid rgba(255, 240, 207, 0.35);
  box-shadow: 0 0 30px rgba(229, 180, 90, 0.25);
}

.album,
.album-art,
.song-cover {
  border-radius: 14px !important;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle, #0d0908 0 18%, transparent 19%),
    repeating-radial-gradient(circle, #18100c 0 8px, #0b0706 9px 14px) !important;
  box-shadow: inset 0 0 0 3px rgba(229, 180, 90, 0.18);
}

.actions,
.meta,
.time,
small,
span {
  color: var(--muted);
}

a {
  color: var(--gold-soft);
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
}

.layout,
.app-layout,
.main-layout {
  gap: 1.5rem;
}

.friend,
.trend,
.room-item,
.list-item {
  border-bottom: 1px solid var(--line) !important;
}

.badge,
.status,
.rating {
  background: rgba(229, 180, 90, 0.13);
  color: var(--gold-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}

footer {
  border-top: 1px solid var(--line) !important;
  color: var(--muted) !important;
  background: rgba(9, 6, 5, 0.9);
}

/* Nice room/player bar */
.player,
.now-playing,
.host-player {
  background: linear-gradient(90deg, rgba(74, 15, 19, 0.75), rgba(33, 22, 16, 0.9)) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px;
}

/* Mobile */
@media (max-width: 800px) {
  header,
  .navbar {
    padding: 1rem !important;
  }

  .hero {
    padding: 3rem 1.2rem !important;
  }

  .card,
  .post,
  .panel {
    border-radius: 16px !important;
  }
}
