/* Custom CSS for RED ROOM Event - Ravencave */
@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&family=New+Rocker&family=Cinzel+Decorative:wght@700&display=swap');

/* Override Cosmoface settings with horror red style */
body {
  background-color: #050000 !important;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, #2f0202 0%, #050000 85%) !important;
  z-index: -10;
  pointer-events: none;
}

/* Glassmorphism panels styled with blood-red glow */
.main-box, .panel, .card, .well, .jumbotron, .invoice-box {
  background: rgba(15, 3, 3, 0.85) !important;
  border: 1.5px solid rgba(255, 0, 0, 0.2) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.7), 0 0 15px rgba(255, 0, 0, 0.25) !important;
}

/* Red horror-font typography */
h1, h2, h3, h4, h5, h6, .page-header h1, .panel-title {
  font-family: 'Metal Mania', cursive !important;
  color: #ff2a2a !important;
  text-shadow: 0 0 12px rgba(255, 0, 0, 0.9) !important;
  letter-spacing: 0.08em !important;
}

/* Link overrides */
a {
  color: #ff4d4d !important;
}

a:hover {
  color: #ff9999 !important;
  text-shadow: 0 0 10px rgba(255, 77, 77, 0.9) !important;
  text-decoration: none !important;
}

/* Red inputs */
.form-control, input, select, textarea {
  background-color: rgba(20, 5, 5, 0.9) !important;
  border: 1px solid rgba(255, 0, 0, 0.3) !important;
}

.form-control:focus, input:focus, select:focus, textarea:focus {
  border-color: #ff0000 !important;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.7) !important;
  background-color: rgba(30, 5, 5, 0.95) !important;
}

/* Horror buttons - blood gradient and shadow */
.btn-primary, .btn-buy, button[type="submit"], .btn-checkout {
  background: linear-gradient(135deg, #8b0000, #ff0000) !important;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.5) !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8) !important;
  font-family: 'New Rocker', cursive !important;
  font-size: 1.15em !important;
  border: 1px solid #ff3333 !important;
  letter-spacing: 0.05em !important;
}

.btn-primary:hover, .btn-buy:hover, button[type="submit"]:hover, .btn-checkout:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #ff0000, #ff5555) !important;
  box-shadow: 0 4px 22px rgba(255, 0, 0, 0.9), 0 0 10px rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
}

/* Alert boxes */
.alert-info {
  background: rgba(139, 0, 0, 0.2) !important;
  border: 1px solid rgba(255, 0, 0, 0.4) !important;
  color: #ffcccc !important;
}

/* Table borders */
.table, th, td, .product-row {
  border-color: rgba(255, 0, 0, 0.25) !important;
}

thead th {
  color: #ff2a2a !important;
  border-bottom: 2px solid rgba(255, 0, 0, 0.3) !important;
  font-family: 'New Rocker', cursive !important;
}

/* Cart badge in red */
.badge {
  background-color: #ff0000 !important;
}

/* Specific styling for ticket names and descriptions */
.product-row .product-description {
  color: #a8a29e !important;
}

/* Custom logo glow on RED ROOM pages */
.custom-logo {
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.4) !important;
  border-color: rgba(255, 0, 0, 0.3) !important;
}

.custom-logo-link:hover .custom-logo {
  border-color: #ff0000 !important;
  box-shadow: 0 0 18px #ff0000 !important;
}

.site-title a {
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.6) !important;
}

.site-title a:hover {
  color: #ff0000 !important;
}

.main-navigation a:hover {
  color: #ff0000 !important;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.6) !important;
}
