/* =========================================================
   VERIFY-TICKET.CSS
   ========================================================= */

.check-ticket-page {
  background: #edf4ee;
  min-height: 100vh;
  width: 100%;
  margin-top: -15px;
}

.verify-ticket-section {
  width: 100%;
  min-height: calc(100vh - 80px);
  background: #edf4ee;
  overflow-x: hidden;
}

.verify-ticket-top {
  background: linear-gradient(90deg, #031932, #0d3c7a);
  padding: 28px 20px 92px;
  text-align: center;
  position: relative;
}

.verify-ticket-title-icon {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1;
}

.verify-ticket-top h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.2;
}

.verify-ticket-top p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin: 0 0 24px;
  font-weight: 500;
  line-height: 1.6;
}

.verify-ticket-form {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.verify-ticket-search-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f3f3f3;
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.verify-ticket-search-icon {
  font-size: 22px;
  color: #16a34a;
  flex-shrink: 0;
}

.verify-ticket-search-box input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  color: #111827;
  font-weight: 600;
  padding: 8px 0;
  box-shadow: none;
}

.verify-ticket-search-box input::placeholder {
  color: #b8b8b8;
}

.verify-ticket-search-box button {
  border: none;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 13px 22px;
  border-radius: 14px;
  cursor: pointer;
}

.verify-ticket-alert {
  max-width: 700px;
  margin: 16px auto 0;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.verify-ticket-alert.error {
  background: #fff1f2;
  color: #b91c1c;
  border: 1px solid #fecdd3;
}

.verify-ticket-content-wrap {
  max-width: 1250px;
  margin: -50px auto 0;
  padding: 0 16px 60px;
  position: relative;
  z-index: 3;
}

.verify-empty-card {
  max-width: 490px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 24px;
  padding: 38px 30px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.verify-empty-icon {
  font-size: 42px;
  color: #b8efc8;
  margin-bottom: 12px;
}

.verify-empty-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px;
}

.verify-empty-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
  margin: 0;
}

.verify-results-header {
  text-align: center;
  margin: 10px 0 24px;
}

.verify-results-header h2 {
  font-size: 28px;
  color: #123b2a;
  margin: 0 0 8px;
  font-weight: 800;
}

.verify-results-header p {
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.verify-ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.verify-ticket-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  border: 1px solid #ebf0ec;
  transition: 0.25s ease;
}

.verify-ticket-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
}

.verify-badge {
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
}

.verify-order-id {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.verify-draw-name {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 18px;
  line-height: 1.4;
}

.verify-meta-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.verify-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6ece8;
}

.verify-meta-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.verify-meta-row span {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}

.verify-meta-row strong {
  font-size: 14px;
  color: #111827;
  text-align: right;
  font-weight: 700;
}

.verify-ticket-number {
  color: #b45309 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.verify-status-paid {
  color: #15803d !important;
}

@media (max-width: 1024px) {
  .verify-ticket-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .verify-ticket-grid {
    grid-template-columns: 1fr;
  }

  .verify-ticket-top {
    padding: 24px 14px 80px;
  }

  .verify-ticket-content-wrap {
    margin-top: -42px;
    padding: 0 14px 50px;
  }
}

@media (max-width: 480px) {
  .verify-ticket-search-box {
    flex-wrap: wrap;
  }

  .verify-ticket-search-box input,
  .verify-ticket-search-box button {
    width: 100%;
  }

  .verify-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .verify-meta-row strong {
    text-align: left;
  }
}