/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #0d0d0d;
  color: #f5efe5;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.page,
.auth-page,
.dashboard-page,
.music-page {
  min-height: 100vh;
  padding: 28px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 180, 90, 0.18), transparent 34%),
    radial-gradient(circle at 90% 90%, rgba(130, 90, 255, 0.16), transparent 36%),
    #0d0d0d;
}

.hero,
.auth-card,
.dashboard-shell,
.music-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.hero {
  padding: 86px 0 54px;
}

.eyebrow {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(245, 239, 229, 0.16);
  border-radius: 999px;
  color: rgba(245, 239, 229, 0.72);
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  letter-spacing: 0.02em;
}

h1 {
  margin: 22px 0 14px;
  font-size: clamp(52px, 12vw, 150px);
  line-height: 0.86;
  letter-spacing: -0.085em;
}

p {
  max-width: 760px;
  color: rgba(245, 239, 229, 0.72);
  font-size: 20px;
  line-height: 1.55;
}

.actions,
.music-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.auth-form button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  border: 0;
  font-weight: 900;
}

.primary {
  background: #f5efe5;
  color: #0d0d0d;
}

.secondary,
.ghost-button {
  border: 1px solid rgba(245, 239, 229, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: #f5efe5;
}

.grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}

.grid article,
.profile-grid article,
.music-stats article,
.empty-state,
.player-card {
  border: 1px solid rgba(245, 239, 229, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.grid article {
  min-height: 180px;
  padding: 22px;
}

.grid article span {
  color: rgba(245, 239, 229, 0.42);
  font-weight: 800;
}

.grid article h2 {
  margin: 40px 0 10px;
  font-size: 24px;
}

.grid article p {
  margin: 0;
  font-size: 15px;
}

/* AUTH */

.auth-card {
  max-width: 760px;
  margin-top: 42px;
  padding: 34px;
  border: 1px solid rgba(245, 239, 229, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.back-link,
.muted-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(245, 239, 229, 0.64);
  font-weight: 700;
}

.auth-card h1,
.dashboard-header h1 {
  margin: 0 0 12px;
  font-size: clamp(42px, 8vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.auth-form {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 28px;
}

.auth-form label {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: rgba(245, 239, 229, 0.82);
  font-weight: 800;
}

.auth-form label span {
  color: rgba(245, 239, 229, 0.42);
  font-weight: 600;
}

.auth-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(245, 239, 229, 0.14);
  border-radius: 16px;
  outline: none;
  background: rgba(0, 0, 0, 0.24);
  color: #f5efe5;
}

.auth-form input:focus {
  border-color: rgba(245, 239, 229, 0.42);
}

.auth-form button:disabled,
.ghost-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-error,
.music-message {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.form-error {
  border: 1px solid rgba(255, 90, 90, 0.26);
  background: rgba(255, 70, 70, 0.08);
  color: #ffb7b7;
}

.music-message {
  margin-top: 14px;
  border: 1px solid rgba(245, 239, 229, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(245, 239, 229, 0.74);
}

/* DASHBOARD */

.dashboard-shell {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid rgba(245, 239, 229, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
  margin-top: 28px;
}

.profile-grid article,
.empty-state {
  padding: 22px;
  background: rgba(0, 0, 0, 0.18);
}

.profile-grid span {
  display: block;
  margin-bottom: 10px;
  color: rgba(245, 239, 229, 0.46);
  font-weight: 800;
}

.profile-grid strong {
  font-size: 20px;
}

.empty-state {
  margin-top: 14px;
}

.empty-state h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.empty-state p {
  margin: 0;
}

/* MUSIC */

.music-shell {
  padding-bottom: 120px;
}

.music-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(245, 239, 229, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.music-header h1 {
  margin: 12px 0;
  font-size: clamp(56px, 12vw, 130px);
  line-height: 0.82;
  letter-spacing: -0.085em;
}

.music-header p {
  margin-bottom: 0;
}

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

.music-stats article {
  min-height: auto;
  padding: 22px;
}

.music-stats span {
  display: block;
  color: rgba(245, 239, 229, 0.46);
  font-weight: 800;
  margin-bottom: 8px;
}

.music-stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.player-card {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 14px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.26);
}

.player-card span {
  color: rgba(245, 239, 229, 0.46);
  font-weight: 900;
}

.player-card h2 {
  margin: 8px 0;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.player-card p {
  margin: 0;
}

.player-card audio {
  width: 100%;
}

.track-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 14px;
}

.track-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(245, 239, 229, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: #f5efe5;
  text-align: left;
}

.track-row:hover {
  background: rgba(255, 255, 255, 0.065);
}

.track-main {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.track-main strong {
  font-size: 17px;
}

.track-main small,
.track-meta {
  color: rgba(245, 239, 229, 0.52);
}

.track-meta {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .page,
  .auth-page,
  .dashboard-page,
  .music-page {
    padding: 20px;
  }

  .hero {
    padding: 58px 0 34px;
  }

  h1 {
    font-size: clamp(52px, 18vw, 88px);
  }

  .grid,
  .profile-grid,
  .music-stats {
    grid-template-columns: 1fr;
  }

  .auth-card,
  .dashboard-shell,
  .music-header {
    padding: 22px;
    border-radius: 24px;
  }

  .dashboard-header,
  .music-header {
    display: grid;
  }

  p {
    font-size: 17px;
  }

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

.has-bottom-player {
  padding-bottom: 150px;
}

.track-row.is-active {
  border-color: rgba(255, 240, 120, 0.36);
  background:
    linear-gradient(90deg, rgba(255, 240, 120, 0.1), rgba(130, 90, 255, 0.1)),
    rgba(255, 255, 255, 0.055);
}

.bottom-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  pointer-events: none;
}

.bottom-player-inner {
  width: min(1480px, calc(100vw - 40px));
  min-height: 96px;
  margin: 0 auto;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(380px, 1.4fr) minmax(240px, 0.8fr);
  align-items: center;
  grid-gap: 22px;
  gap: 22px;
  border: 1px solid rgba(245, 239, 229, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(102, 42, 23, 0.92), rgba(64, 24, 18, 0.92)),
    rgba(18, 18, 18, 0.96);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.46);
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  pointer-events: auto;
  transform: translateY(0);
}

.bottom-player-track {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.bottom-player-cover {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 240, 120, 0.95), transparent 22%),
    radial-gradient(circle at 65% 70%, rgba(130, 90, 255, 0.48), transparent 42%),
    #161616;
  color: #0d0d0d;
  font-weight: 1000;
  letter-spacing: -0.08em;
}

.bottom-player-info {
  min-width: 0;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.bottom-player-info strong {
  min-width: 0;
  overflow: hidden;
  color: #f5efe5;
  font-size: 18px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-player-info span {
  min-width: 0;
  overflow: hidden;
  color: rgba(245, 239, 229, 0.58);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-player-center {
  min-width: 0;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.bottom-player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.player-icon,
.player-main-button {
  display: inline-grid;
  place-items: center;
  border: 0;
  color: rgba(245, 239, 229, 0.74);
  background: transparent;
  transition: transform 0.16s ease, opacity 0.16s ease, background 0.16s ease;
}

.player-icon {
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
}

.player-icon:hover:not(:disabled) {
  background: rgba(245, 239, 229, 0.08);
  color: #f5efe5;
}

.player-icon.is-on {
  color: #fff36a;
}

.player-icon:disabled,
.player-main-button:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

.player-main-button {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #fff200;
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 1000;
  box-shadow: 0 0 32px rgba(255, 242, 0, 0.22);
}

.player-main-button:hover:not(:disabled) {
  transform: scale(1.04);
}

.bottom-player-progress {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.bottom-player-progress span {
  color: rgba(245, 239, 229, 0.54);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.bottom-player-progress input,
.volume-range {
  width: 100%;
  accent-color: #fff200;
}

.bottom-player-extra {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.volume-range {
  max-width: 110px;
}

@media (max-width: 980px) {
  .bottom-player-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bottom-player-track {
    justify-content: flex-start;
  }

  .bottom-player-extra {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .has-bottom-player {
    padding-bottom: 210px;
  }

  .bottom-player {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }

  .bottom-player-inner {
    width: 100%;
    min-height: 150px;
    padding: 12px;
    border-radius: 22px;
  }

  .bottom-player-cover {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  .bottom-player-info strong {
    font-size: 16px;
  }

  .bottom-player-info span {
    font-size: 13px;
  }

  .bottom-player-controls {
    gap: 8px;
  }

  .player-icon {
    min-width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .player-main-button {
    width: 52px;
    height: 52px;
  }

  .bottom-player-extra {
    display: none;
  }
}

/* BU MUSIC PLAYER — SITE STYLE OVERRIDE */

.bottom-player {
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
}

.bottom-player-inner {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 14px 18px 18px;
  border: 1px solid rgba(245, 239, 229, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 180, 90, 0.13), transparent 32%),
    radial-gradient(circle at 88% 88%, rgba(130, 90, 255, 0.16), transparent 36%),
    rgba(18, 18, 18, 0.86);
  box-shadow:
    0 22px 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(245, 239, 229, 0.06);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
}

.bottom-player-cover {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(245, 239, 229, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(245, 239, 229, 0.22), transparent 32%),
    radial-gradient(circle at 70% 85%, rgba(130, 90, 255, 0.28), transparent 42%),
    rgba(255, 255, 255, 0.045);
  color: rgba(245, 239, 229, 0.9);
  letter-spacing: -0.08em;
}

.bottom-player-info strong {
  color: #f5efe5;
  font-size: 18px;
  font-weight: 900;
}

.bottom-player-info span {
  color: rgba(245, 239, 229, 0.52);
}

.bottom-player-controls {
  gap: 12px;
}

.player-icon {
  color: rgba(245, 239, 229, 0.52);
  background: rgba(255, 255, 255, 0.02);
}

.player-icon:hover:not(:disabled) {
  color: #f5efe5;
  background: rgba(245, 239, 229, 0.07);
}

.player-icon.is-on {
  color: #f5efe5;
  background: rgba(245, 239, 229, 0.12);
}

.player-main-button {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(245, 239, 229, 0.14);
  background: #f5efe5;
  color: #0d0d0d;
  box-shadow:
    0 12px 34px rgba(245, 239, 229, 0.14),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.player-main-button:hover:not(:disabled) {
  transform: translateY(-1px) scale(1.035);
}

/* Progress as bottom border */

.bottom-player-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(245, 239, 229, 0.08);
}

.bottom-player-progress span {
  display: none;
}

.bottom-player-progress input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 7px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  accent-color: #f5efe5;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.bottom-player-progress input::-webkit-slider-runnable-track {
  height: 7px;
  border: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 239, 229, 0.92),
    rgba(245, 239, 229, 0.42)
  );
}

.bottom-player-progress input::-webkit-slider-thumb {
  width: 0;
  height: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

.bottom-player-progress input::-moz-range-track {
  height: 7px;
  border: 0;
  background: rgba(245, 239, 229, 0.12);
}

.bottom-player-progress input::-moz-range-progress {
  height: 7px;
  background: rgba(245, 239, 229, 0.9);
}

.bottom-player-progress input::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}

.bottom-player-extra .player-icon {
  color: rgba(245, 239, 229, 0.48);
}

.volume-range {
  accent-color: #f5efe5;
}

.track-row.is-active {
  border-color: rgba(245, 239, 229, 0.24);
  background:
    radial-gradient(circle at 92% 80%, rgba(130, 90, 255, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.06);
}

@media (max-width: 760px) {
  .bottom-player {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }

  .bottom-player-inner {
    min-height: 144px;
    padding: 12px 12px 18px;
    border-radius: 24px;
  }

  .bottom-player-cover {
    width: 56px;
    height: 56px;
    border-radius: 15px;
  }

  .player-main-button {
    width: 52px;
    height: 52px;
  }

  .bottom-player-progress,
  .bottom-player-progress input,
  .bottom-player-progress input::-webkit-slider-runnable-track,
  .bottom-player-progress input::-moz-range-track,
  .bottom-player-progress input::-moz-range-progress {
    height: 6px;
  }
}

/* BU MUSIC PLAYER PROGRESS FILL FIX */

.bottom-player-progress {
  background: rgba(245, 239, 229, 0.08);
}

.bottom-player-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background:
    linear-gradient(
      90deg,
      rgba(245, 239, 229, 0.96),
      rgba(245, 239, 229, 0.58)
    );
  box-shadow: 0 0 18px rgba(245, 239, 229, 0.18);
  pointer-events: none;
  transition: width 0.12s linear;
}

.bottom-player-progress input {
  z-index: 2;
  opacity: 0;
}

.bottom-player-progress:hover {
  height: 9px;
}

.bottom-player-progress:hover input {
  height: 9px;
}

