* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #000;
  color: #fff;
  min-height: 100vh;
}

.top-bar {
  width: 100%;
  padding: 14px 18px;
  display: flex;
  justify-content: flex-start;
  background: #000;
  position: sticky;
  top: 0;
  z-index: 100;
}

.top-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sound-btn,
.admin-alert-btn {
  background: #121212;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.sound-btn:hover,
.admin-alert-btn:hover {
  border-color: rgba(200, 30, 30, 0.8);
  background: #191919;
}

.sound-enabled {
  background: #8f1111;
  border-color: #c91c1c;
}

.hidden {
  display: none !important;
}

.hero {
  position: relative;
  min-height: 410px;
  background-image: url("https://cdn.getcrowder.com/images/c3a4e24b-865d-4b10-9dba-d82525e10354-bts1920x720landing.gif");
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 40px 20px 42px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.28) 50%,
    rgba(0, 0, 0, 0.94) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
}

.mini-title {
  color: #c71b1b;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-title {
  font-size: 54px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.time-text {
  color: #e2e2e2;
  font-size: 16px;
  margin-bottom: 18px;
}

.update-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.update-pill {
  background: #b31717;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
}

.countdown-text {
  color: #f0f0f0;
  font-size: 14px;
}

.page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.tickets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

.ticket-card {
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
}

.ticket-top {
  margin-bottom: 18px;
}

.ticket-weekday {
  color: #a9a9a9;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ticket-date {
  font-size: 34px;
  line-height: 1.1;
}

.ticket-status-wrap {
  margin-bottom: 18px;
}

.status-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.status-soldout {
  background: rgba(180, 20, 20, 0.22);
  color: #ff6767;
  border: 1px solid rgba(255, 67, 67, 0.34);
}

.status-available {
  background: rgba(27, 169, 76, 0.22);
  color: #49df7d;
  border: 1px solid rgba(27, 169, 76, 0.35);
}

.status-queue {
  background: rgba(255, 177, 38, 0.2);
  color: #ffc34d;
  border: 1px solid rgba(255, 177, 38, 0.32);
}

.ticket-message {
  color: #dddddd;
  font-size: 14px;
  line-height: 1.6;
}

.official-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.official-link:hover {
  border-color: rgba(255, 77, 77, 0.7);
  background: #181818;
}

.telegram-section {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.telegram-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.2s ease;
}

.telegram-btn:hover {
  border-color: rgba(255, 80, 80, 0.68);
  background: #181818;
}

.info-section {
  margin-top: 38px;
}

.info-section h2 {
  font-size: 28px;
  margin-bottom: 18px;
}

.info-box {
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 24px;
}

.info-box p {
  color: #dfdfdf;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .hero {
    min-height: 330px;
    padding: 30px 16px 30px;
  }

  .main-title {
    font-size: 38px;
  }

  .ticket-date {
    font-size: 28px;
  }

  .update-box {
    flex-direction: column;
    gap: 8px;
    border-radius: 18px;
  }

  .ticket-card {
    padding: 22px;
  }
}

