html,
body {
  font-family: "Noto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prohibition Test", sans-serif;
}

.cardex-hero {
  padding: 100px 0;
}

/* OUTER PANEL (glass effect) */
.cx-hero-panel {
  border-radius: 28px;
  background: rgba(20, 24, 30, 0.65);
  border: 1px solid rgba(215, 170, 88, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(249, 197, 32, 0.05);
}

/* navbar */
.cardex-navbar {
  min-height: 92px;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.cardex-navbar::after {
  display: none;
}

.cardex-navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cardex-navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.cardex-navbar-logo {
  height: 62px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 8px rgba(249, 197, 32, 0.18));
}

.btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-family: "Prohibition Test", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active {
  transform: scale(0.98);
}

.btn i {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* PRIMARY BUTTON */
.btn-cardex-primary,
.btn-primary,
.offcanvas .btn-primary {
  background: linear-gradient(135deg, #f9c520 0%, #e6ae67 100%);
  color: #2e1812;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* SECONDARY BUTTON */
.btn-cardex-secondary,
.cardex-nav-btn,
.cardex-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: #f9c520;
  border: 1px solid rgba(249, 197, 32, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
}

/* NAVBAR BUTTON */
.cardex-nav-btn {
  padding: 10px 20px;
}

/* NAV LINKS */
.cardex-nav-link {
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(247, 235, 221, 0.03);
  border: 1px solid rgba(247, 235, 221, 0.06);
}

.text-bg-cardex {
  background: linear-gradient(180deg, #47261b 0%, #2e1812 100%);
  color: #f7ebdd;
}

/* GENERAL UI */
.booking-card {
  background: rgba(20, 12, 8, 0.75); /* blends with your brown/gold bg */
  border-radius: 20px;
  backdrop-filter: blur(10px);
  margin: 0 auto;
}

.booking-mini {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(215, 170, 58, 0.4);
}

.booking-paid {
  background: transparent;
  border: 1px solid #d7aa3a;
  color: #d7aa3a;
}

.booking-cta {
  background: linear-gradient(180deg, #d7aa3a, #8d6a1f);
  border: none;
  color: #1a1204;
}

.footer {
  background: linear-gradient(180deg, #140806 0%, #0c0403 100%);
  border-top: 1px solid rgba(255, 211, 107, 0.08);
}

/* HERO*/
.cardex-hero-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  border-radius: 24px;
  min-height: 88vh;
  max-width: 1300px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(255, 210, 120, 0.1), transparent 34%), radial-gradient(circle at 80% 26%, rgba(255, 130, 60, 0.12), transparent 42%), radial-gradient(circle at 50% 52%, rgba(255, 190, 110, 0.05), transparent 46%), linear-gradient(180deg, rgba(20, 8, 5, 0.86) 0%, rgba(37, 15, 10, 0.78) 34%, rgba(53, 20, 12, 0.74) 62%, rgba(14, 6, 4, 0.88) 100%);
  border: 1px solid rgba(255, 211, 107, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.cardex-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 36%, rgba(0, 0, 0, 0.32) 100%);
}

.cardex-hero-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255, 214, 140, 0.11), transparent 56%);
}

.cardex-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 180px;
}

.cardex-hero-copy {
  position: relative;
  max-width: 100%;
  padding: 20px 18px 18px;
  transform: translateY(-10px);
}

.cardex-motion-column {
  width: 160px;
  height: 470px;
  opacity: 0.52;
  z-index: 2;
}

.cardex-motion-card img {
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.cardex-hero-title-v2 {
  color: #f7f1e8;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.36), 0 0 22px rgba(255, 214, 140, 0.06);
  font-size: clamp(3.8rem, 8vw, 7.5rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.btn-cardex-primary {
  background: linear-gradient(180deg, #ffd15f 0%, #e7b73f 100%);
  border-color: #f0c24f;
  color: #2b1608;
  box-shadow: 0 10px 24px rgba(231, 183, 63, 0.18);
}

.btn-cardex-primary:hover {
  background: linear-gradient(180deg, #ffdb7e 0%, #efc458 100%);
  border-color: #ffd36b;
  color: #241106;
}

.btn-cardex-secondary {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 211, 107, 0.45);
  color: #ffd36b;
}

.btn-cardex-secondary:hover {
  background: rgba(255, 211, 107, 0.08);
  border-color: rgba(255, 211, 107, 0.7);
  color: #ffe19a;
}

.cardex-float img {
  filter: brightness(0.75) contrast(1.05) saturate(0.9);
}

.cardex-hero-subtitle {
  max-width: 760px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 248, 235, 0.82);
}

.cardex-hero-btn-primary {
  background: linear-gradient(135deg, #f9c520 0%, #e6ae67 100%);
  color: #2e1812;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(249, 197, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.cardex-hero-btn-primary:hover,
.cardex-hero-btn-primary:focus {
  color: #2e1812;
  transform: translateY(-2px);
}

.cardex-event-card {
  min-height: 140px;
}

.cardex-hero-copy {
  max-width: 900px;
}

.cardex-motion-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 470px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.cardex-motion-left {
  left: 4%;
}

.cardex-motion-right {
  right: 4%;
}

.cardex-motion-column::before,
.cardex-motion-column::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 2;
  pointer-events: none;
}

.cardex-motion-column::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(46, 24, 18), rgba(46, 24, 18, 0));
}

.cardex-motion-column::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(46, 24, 18), rgba(46, 24, 18, 0));
}

.cardex-motion-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.cardex-motion-track-left,
.cardex-motion-track-right {
  animation: cardexScrollUp 22s linear infinite;
}

.cardex-motion-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.cardex-motion-card {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(249, 197, 32, 0.05);
  flex-shrink: 0;
}

.cardex-motion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) contrast(1.04) saturate(0.92);
}

.cardex-hero-subline {
  position: relative;
  z-index: 3;
  margin-top: 18px !important;
  letter-spacing: 0.2em;
  color: #f3b61f;
}

.cardex-hero-actions {
  position: relative;
  z-index: 3;
}

.cardex-hero-actions .btn {
  min-width: 190px;
}

.cardex-motion-column img {
  transition: transform 0.4s ease;
}

@keyframes cardexScrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/* TABLET */
/* MOBILE */
@media (max-width: 575.98px) {
  .cardex-motion-left {
    display: none;
  }
  .cardex-motion-right {
    left: 50%;
    right: auto;
    top: 50%;
    width: 140px;
    height: 380px;
    transform: translate(-50%, -50%);
    opacity: 0.14;
    filter: blur(0.4px);
  }
  .cardex-motion-card {
    height: 145px;
    border-radius: 18px;
  }
  .cardex-motion-set {
    gap: 12px;
    padding-bottom: 12px;
  }
  .cardex-motion-column::before,
  .cardex-motion-column::after {
    height: 48px;
  }
  .cardex-motion-card img {
    filter: brightness(0.68) contrast(1.02) saturate(0.88);
  }
}
/* TITLE LINE */
.cardex-divider {
  width: 70px;
  height: 2px;
  background: #d7aa58;
  border-radius: 999px;
  margin-top: 12px;
}

/* SECTION TITLE */
.cardex-section-title {
  color: #fff;
  letter-spacing: 1px;
}

/* EVENT CARD */
.cardex-event-card {
  background: rgba(18, 22, 28, 0.92);
  border: 1px solid rgba(215, 170, 88, 0.2);
  border-radius: 20px;
  transition: all 0.25s ease;
}

/* HOVER*/
.cardex-event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 170, 88, 0.5);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* EVENT TITLE */
.cardex-event-title {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* TEXT TUNING */
.hero-subtitle {
  max-width: 650px;
  line-height: 1.8;
}

.cardex-avatar-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 6px;
}

.cardex-tracking {
  letter-spacing: 2px;
}

.cardex-divider {
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: #d7aa58;
}

.cardex-why-card {
  background: rgba(18, 22, 28, 0.92) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.cardex-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 170, 88, 0.08);
  border: 1px solid rgba(215, 170, 88, 0.22);
}

.cardex-tracking {
  letter-spacing: 2px;
}

.cardex-divider {
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: #d7aa58;
}

/* event page */
.booking-card {
  background: rgba(20, 24, 30, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.booking-mini {
  background: rgba(18, 22, 28, 0.88);
  border: 1px solid rgba(215, 170, 88, 0.2);
  transition: all 0.2s ease;
}

.booking-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 170, 88, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot--open {
  background: #d7aa58;
  box-shadow: 0 0 8px rgba(215, 170, 88, 0.6);
}

.status-dot--closed {
  background: rgba(255, 255, 255, 0.35);
}

.signup-choice-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.signup-choice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.signup-choice-card i {
  color: #d7aa3a;
}

.payment-modal-dialog {
  max-width: 460px;
}

.payment-qr-img {
  width: 220px;
  height: auto;
  display: block;
}

.floor-plan-wrapper {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 18px;
  padding: 18px;
  min-height: 520px;
}

.seats-preview {
  width: 100%;
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.seats-preview {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}

.preview-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.admin-card {
  background: #11131c;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}

.admin-card-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-filter-bar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 8px;
  backdrop-filter: blur(6px);
}

/* SEARCH */
.filter-input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 12px 10px 36px;
}

.filter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.filter-input:focus {
  outline: none;
  box-shadow: none;
}

/* ICON */
.filter-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* SELECT */
.filter-select {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  min-width: 150px;
}

.filter-select:focus {
  box-shadow: none;
  outline: none;
}

.admin-filter-bar .form-control,
.admin-filter-bar .form-select {
  box-shadow: none;
}

.primary-accordion-button {
  background: #dbe7f6;
  color: #183153;
  font-weight: 700;
  box-shadow: none !important;
}

.accordion-item {
  border: 0;
  border-radius: 1rem !important;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.accordion-body {
  background: #f8f9fb;
}

.profile-image {
  display: block;
}

.cardex-profile-shell .form-control,
.cardex-profile-shell .form-select {
  min-height: 46px;
  border-radius: 12px;
}

.cardex-profile-shell .form-control:focus,
.cardex-profile-shell .form-select:focus {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.12);
}

.cardex-profile-shell .btn-warning {
  font-weight: 700;
  color: #1a1a1a;
}

.cardex-profile-shell .btn-outline-warning {
  border-width: 1px;
}

.cardex-profile-shell .text-light-emphasis {
  color: rgba(255, 255, 255, 0.65) !important;
}

.item-card {
  border-radius: 1rem;
  overflow: hidden;
}

.item-card .btn {
  white-space: nowrap;
}

/* PARTNER PAGE */
.admin-partner-card {
  min-height: 240px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.admin-partner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 170, 88, 0.38);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.admin-partner-card .partner-logo {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(215, 170, 88, 0.16);
  display: block;
}

.admin-partner-card .partner-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.admin-partner-card .partner-name a {
  color: #fff;
  text-decoration: none;
}

.admin-partner-card .partner-name a:hover {
  color: #f3c55a;
}

.admin-partner-card .partner-meta {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.admin-partner-card .partner-admin-count {
  color: rgba(215, 170, 88, 0.92);
  font-size: 0.88rem;
  font-weight: 600;
}

.admin-partner-card .badge {
  border-radius: 999px;
}

.admin-partner-card .btn {
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 600;
}

.admin-partner-card .btn-primary {
  background: linear-gradient(180deg, #f1c85d 0%, #d7aa58 100%);
  border-color: #d7aa58;
  color: #1a1a1a;
}

.admin-partner-card .btn-primary:hover,
.admin-partner-card .btn-primary:focus {
  background: linear-gradient(180deg, #f6d47d 0%, #ddb76b 100%);
  border-color: #ddb76b;
  color: #111;
}

.admin-partner-toolbar .form-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-partner-toolbar .form-control,
.admin-partner-toolbar .form-select {
  min-height: 46px;
  border-radius: 14px;
}

.admin-partner-toolbar .btn {
  min-height: 46px;
  border-radius: 14px;
  font-weight: 700;
}

.admin-partner-modal {
  background: rgba(18, 22, 28, 0.98);
  border: 1px solid rgba(215, 170, 88, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.admin-partner-modal .modal-header,
.admin-partner-modal .modal-footer {
  background: transparent;
}

.admin-partner-modal-title {
  color: #f3c55a;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.admin-partner-modal-title-sm {
  color: #f3c55a;
  font-weight: 700;
}

.admin-partner-modal-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-partner-modal-input {
  min-height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 170, 88, 0.16);
  color: #fff;
}

.admin-partner-modal-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 197, 90, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(215, 170, 88, 0.15);
  color: #fff;
}

.admin-partner-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.admin-partner-modal-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.7rem 1.25rem;
  background: linear-gradient(180deg, #f1c85d 0%, #d7aa58 100%);
  border-color: #d7aa58;
  color: #1a1a1a;
}

.admin-partner-modal-btn:hover,
.admin-partner-modal-btn:focus {
  background: linear-gradient(180deg, #f6d47d 0%, #ddb76b 100%);
  border-color: #ddb76b;
  color: #111;
}

.admin-partner-alert {
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.admin-partner-alert-warning {
  background: rgba(243, 197, 90, 0.12);
  border-color: rgba(243, 197, 90, 0.22);
  color: #f3d27d;
}

.admin-partner-alert-success {
  background: rgba(76, 175, 80, 0.12);
  border-color: rgba(76, 175, 80, 0.22);
  color: #9ee2a0;
}

.admin-partner-alert-danger {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.22);
  color: #ffb0b8;
}

.admin-partner-alert-empty {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.admin-partner-admin-table {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.admin-partner-admin-table thead th {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.admin-partner-admin-table tbody td {
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.admin-partner-admin-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-delete-btn {
  min-width: 42px;
  border-radius: 999px;
}

.admin-partner-close-btn {
  border-radius: 999px;
  font-weight: 700;
}

.admin-partner-search-box {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-admins-section {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-modal {
  background: rgba(18, 22, 28, 0.98);
  border: 1px solid rgba(215, 170, 88, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.admin-partner-modal .modal-header,
.admin-partner-modal .modal-footer {
  background: transparent;
}

.admin-partner-modal-title {
  color: #f3c55a;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.admin-partner-modal-title-sm {
  color: #f3c55a;
  font-weight: 700;
}

.admin-partner-modal-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-partner-modal-input {
  min-height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 170, 88, 0.16);
  color: #fff;
}

.admin-partner-modal-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(243, 197, 90, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(215, 170, 88, 0.15);
  color: #fff;
}

.admin-partner-modal-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.admin-partner-modal-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.7rem 1.25rem;
  background: linear-gradient(180deg, #f1c85d 0%, #d7aa58 100%);
  border-color: #d7aa58;
  color: #1a1a1a;
}

.admin-partner-modal-btn:hover,
.admin-partner-modal-btn:focus {
  background: linear-gradient(180deg, #f6d47d 0%, #ddb76b 100%);
  border-color: #ddb76b;
  color: #111;
}

.admin-partner-alert {
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.admin-partner-alert-warning {
  background: rgba(243, 197, 90, 0.12);
  border-color: rgba(243, 197, 90, 0.22);
  color: #f3d27d;
}

.admin-partner-alert-success {
  background: rgba(76, 175, 80, 0.12);
  border-color: rgba(76, 175, 80, 0.22);
  color: #9ee2a0;
}

.admin-partner-alert-danger {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.22);
  color: #ffb0b8;
}

.admin-partner-alert-empty {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.admin-partner-admin-table {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.admin-partner-admin-table thead th {
  background: rgba(215, 170, 88, 0.08) !important;
  color: #f3c55a !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.admin-partner-admin-table tbody td {
  border-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.admin-partner-admin-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-delete-btn {
  min-width: 42px;
  border-radius: 999px;
}

.admin-partner-close-btn {
  border-radius: 999px;
  font-weight: 700;
}

.admin-partner-search-box {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-partner-admins-section {
  padding: 1rem;
  border: 1px solid rgba(215, 170, 88, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.autocomplete-suggestions {
  background: rgba(18, 22, 28, 0.98);
  border: 1px solid rgba(215, 170, 88, 0.18);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.autocomplete-suggestion {
  padding: 0.8rem 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.autocomplete-suggestion:last-child {
  border-bottom: 0;
}

.autocomplete-suggestion:hover,
.autocomplete-selected {
  background: rgba(243, 197, 90, 0.12);
  color: #f3c55a;
}

.cardex-admin-view-banner {
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.4);
  border-radius: 12px;
  padding: 14px 16px;
}

@media (max-width: 575.98px) {
  .cardex-hero-v2 {
    min-height: 100svh;
    padding: 28px 0 24px;
    align-items: center;
  }
  .cardex-hero-overlay {
    background: radial-gradient(circle at 20% 20%, rgba(255, 200, 80, 0.1), transparent 35%), radial-gradient(circle at 80% 30%, rgba(255, 140, 60, 0.12), transparent 45%), linear-gradient(180deg, #0d0503 0%, #1a0b07 35%, #2a120c 60%, #0a0403 100%);
  }
  .cardex-motion-left {
    display: none;
  }
  .cardex-motion-right {
    left: 50%;
    right: auto;
    top: 50%;
    width: 168px;
    height: 540px;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    z-index: 1;
  }
  .cardex-motion-column::before {
    height: 76px;
    background: linear-gradient(to bottom, rgba(30, 14, 10, 0.96), rgba(30, 14, 10, 0));
  }
  .cardex-motion-column::after {
    height: 76px;
    background: linear-gradient(to top, rgba(30, 14, 10, 0.96), rgba(30, 14, 10, 0));
  }
  .cardex-motion-set {
    gap: 14px;
    padding-bottom: 14px;
  }
  .cardex-motion-card {
    height: 170px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(249, 197, 32, 0.12), 0 0 24px rgba(249, 197, 32, 0.06);
  }
  .cardex-motion-card img {
    filter: brightness(0.72) contrast(1.05) saturate(0.95);
  }
  .cardex-hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .cardex-hero-copy {
    position: relative;
    max-width: 100%;
    padding: 20px 18px 18px;
    transform: translateY(-12px);
  }
  .cardex-hero-title-v2 {
    font-size: 52px;
    line-height: 0.92;
    letter-spacing: 1px;
    margin-bottom: 18px !important;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  }
  .cardex-hero-subline {
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 0 !important;
    margin-bottom: 28px !important;
  }
  .cardex-hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px !important;
    margin-top: 0 !important;
  }
  .cardex-hero-actions .btn {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    min-height: 58px;
    border-radius: 999px;
    font-size: 15px;
  }
  .btn-cardex-primary {
    box-shadow: 0 12px 30px rgba(249, 197, 32, 0.18);
  }
  .btn-cardex-secondary {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2px);
  }
}
.cardex-history-intro {
  max-width: 760px;
  line-height: 1.9;
}

.cardex-history-timeline {
  position: relative;
  padding-top: 28px;
}

.cardex-history-timeline {
  position: relative;
  padding-top: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.cardex-history-line {
  position: absolute;
  top: -4px;
  left: 17%;
  right: 17%;
  height: 2px;
  background: linear-gradient(90deg, rgba(249, 197, 32, 0.18) 0%, rgba(249, 197, 32, 0.75) 20%, rgba(249, 197, 32, 0.75) 80%, rgba(249, 197, 32, 0.18) 100%);
  z-index: 0;
}

.cardex-history-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%), rgba(17, 10, 8, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: visible;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cardex-history-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(249, 197, 32, 0.15);
}

.cardex-history-dot {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f9c520;
  box-shadow: 0 0 0 6px rgba(249, 197, 32, 0.12), 0 0 18px rgba(249, 197, 32, 0.35);
  z-index: 2;
}

.cardex-history-image-wrap {
  height: 90px;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  padding: 12px;
  text-align: center;
}

.cardex-history-image {
  max-height: 100%;
  max-width: 80%;
  object-fit: contain;
  filter: brightness(0.9) contrast(1.05);
}

.cardex-history-body {
  padding: 16px;
}

.cardex-history-card h5 {
  font-size: 0.95rem;
  line-height: 1.3;
}

.cardex-history-card p {
  font-size: 0.84rem;
  line-height: 1.5;
}

.cardex-history-card .small {
  font-size: 0.82rem !important;
}

.cardex-history-badge {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(249, 197, 32, 0.12);
  border: 1px solid rgba(249, 197, 32, 0.22);
  color: #f9c520;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cardex-history-mobile {
  position: relative;
  padding-left: 22px;
}

.cardex-history-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(249, 197, 32, 0.2) 0%, rgba(249, 197, 32, 0.65) 50%, rgba(249, 197, 32, 0.2) 100%);
}

.cardex-history-mobile-dot {
  position: absolute;
  top: 24px;
  left: -22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f9c520;
  box-shadow: 0 0 0 5px rgba(249, 197, 32, 0.12), 0 0 16px rgba(249, 197, 32, 0.25);
}

body {
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, rgba(255, 210, 120, 0.16), transparent 50%), radial-gradient(circle at 20% 20%, rgba(255, 180, 80, 0.12), transparent 35%), radial-gradient(circle at 80% 30%, rgba(255, 140, 60, 0.1), transparent 40%), linear-gradient(180deg, #1a0b07 0%, #2a120c 45%, #1a0b07 100%);
  animation: cardexBgFloat 16s ease-in-out infinite alternate;
}

@keyframes cardexBgFloat {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.02) translate3d(0, -8px, 0);
  }
}
/*# sourceMappingURL=main.css.map */