* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  background: #f4f7fb;
  color: #0f1b2d;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.site-bg {
  background:
    radial-gradient(circle at 0% 0%, rgba(54, 92, 168, 0.22) 0, rgba(54, 92, 168, 0) 36%),
    radial-gradient(circle at 100% 100%, rgba(206, 160, 77, 0.2) 0, rgba(206, 160, 77, 0) 30%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 68%);
  color: #0f1b2d;
}

.site-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(28, 53, 97, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 53, 97, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: -1;
}

.event-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 252, 255, 0.9);
  border-bottom: 1px solid rgba(205, 218, 238, 0.9);
  backdrop-filter: blur(14px);
}

.event-header-shell {
  max-width: 1360px;
  margin: 0 auto;
  padding: 12px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.event-brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-brand-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(140deg, #244f8e, #2e6db9);
  box-shadow: 0 12px 22px -16px rgba(32, 72, 133, 0.8);
}

.event-brand-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1a2840;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.event-brand-subtitle {
  font-size: 0.63rem;
  color: #6f809d;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(237, 243, 252, 0.84);
  border: 1px solid rgba(212, 222, 240, 0.92);
}

.event-nav-link {
  color: #2d4469;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 999px;
  transition: background-color 140ms ease, color 140ms ease;
}

.event-nav-link:hover {
  color: #17365e;
  background: rgba(220, 230, 247, 0.9);
}

.event-nav-link.active {
  color: #113764;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0 8px 16px -14px rgba(20, 49, 88, 0.8);
}

.event-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.event-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 188px;
}

.event-search-box input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #d7e2f3;
  background: rgba(255, 255, 255, 0.92);
  color: #61718f;
  font-size: 0.78rem;
  padding: 8px 12px 8px 32px;
}

.event-search-icon {
  position: absolute;
  left: 11px;
  font-size: 0.94rem;
  color: #617391;
}

.event-login-btn,
.event-signup-btn,
.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.event-login-btn {
  padding: 8px 15px;
  color: #294268;
  background: rgba(241, 246, 255, 0.92);
  border: 1px solid #d5e1f4;
}

.event-signup-btn,
.primary-btn {
  padding: 9px 17px;
  color: #fff;
  background: linear-gradient(135deg, #1f4f94, #2f71be);
  box-shadow: 0 16px 26px -20px rgba(31, 79, 148, 0.9);
  border: none;
}

.ghost-btn {
  padding: 10px 18px;
  color: #273b5d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 255, 0.9));
  border: none;
  box-shadow: 0 12px 24px -20px rgba(20, 44, 85, 0.72);
}

.event-login-btn:hover,
.event-signup-btn:hover {
  transform: translateY(-1px);
}

.event-page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.event-alert-stack {
  width: min(100%, 1360px);
  margin: 14px auto 6px;
  padding: 0 24px;
  display: grid;
  gap: 10px;
}

.premium-alert {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: start;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #d7e2f4;
  border-left-width: 4px;
  background: #ffffff;
  color: #183055;
  box-shadow: 0 16px 26px -24px rgba(16, 32, 61, 0.75);
}

.premium-alert::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 0.92rem;
  font-weight: 800;
}

.premium-alert.is-success {
  border-color: #c9e7d3;
  border-left-color: #22a062;
  background: linear-gradient(180deg, #f7fffb 0%, #f0fbf4 100%);
}

.premium-alert.is-success::before {
  content: "✓";
  color: #1b7e4f;
  background: #daf3e4;
}

.premium-alert.is-payment {
  border-color: #f0e2bd;
  border-left-color: #c6891d;
  background: linear-gradient(180deg, #fffaf0 0%, #fff4de 100%);
}

.premium-alert.is-payment::before {
  content: "Rp";
  color: #8a5a00;
  background: #fde8bf;
  font-size: 0.72rem;
}

.premium-alert.is-qris {
  border-color: #cce3f8;
  border-left-color: #2d7bc4;
  background: linear-gradient(180deg, #f4faff 0%, #eaf4ff 100%);
}

.premium-alert.is-qris::before {
  content: "QR";
  color: #1f5f9d;
  background: #d8ebff;
  font-size: 0.72rem;
}

.premium-alert.is-error {
  border-color: #f3d2d8;
  border-left-color: #c03956;
  background: linear-gradient(180deg, #fff8f9 0%, #ffeff2 100%);
}

.premium-alert.is-error::before {
  content: "!";
  color: #a12641;
  background: #ffe1e8;
}

.premium-alert-body {
  display: grid;
  gap: 5px;
  color: #244165;
  font-size: 0.9rem;
  line-height: 1.45;
}

.premium-alert-body strong {
  color: #132f56;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.premium-alert-body a {
  width: fit-content;
  color: #174f93;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.premium-alert-body ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
}

.event-page-card {
  background: transparent;
  width: 100%;
  padding-bottom: 36px;
}

.hero-card,
.event-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(270px, 0.8fr);
  gap: 28px;
  width: 100%;
  padding: clamp(28px, 4vw, 72px) clamp(12px, 2.2vw, 26px) clamp(28px, 4vw, 72px) clamp(20px, 4vw, 64px);
  border-radius: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 520px;
  box-shadow: none;
}

.hero-card {
  min-height: 620px;
  align-items: center;
  background:
    linear-gradient(116deg, rgba(7, 15, 31, 0.92), rgba(15, 33, 65, 0.72)),
    url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.hero-card::before,
.event-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(92deg, rgba(8, 16, 34, 0.78), rgba(8, 16, 34, 0.24));
  pointer-events: none;
}

.hero-card>*,
.event-hero-panel>* {
  position: relative;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.66fr);
  gap: clamp(20px, 1.8vw, 34px);
  align-items: center;
}

.hero-copy-wrap {
  max-width: 800px;
}

.nearest-event-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-self: end;
  width: min(100%, 360px);
  padding: 20px 18px 18px;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(11, 20, 37, 0.72), rgba(10, 18, 34, 0.58));
  border: 1px solid rgba(193, 210, 255, 0.18);
  box-shadow: 0 34px 70px -44px rgba(6, 11, 24, 0.95);
  backdrop-filter: blur(10px);
}

.nearest-event-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(145, 181, 255, 0.95), rgba(132, 233, 201, 0.8));
}

.nearest-event-topline {
  color: rgba(229, 238, 255, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.nearest-event-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.8vw, 1.86rem);
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.nearest-event-meta,
.nearest-event-list {
  display: grid;
  gap: 14px;
}

.nearest-event-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nearest-event-meta div,
.nearest-event-list div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(192, 214, 255, 0.14);
}

.nearest-event-list {
  padding-top: 2px;
}

.nearest-event-meta .meta-label,
.nearest-event-list span {
  color: rgba(228, 236, 255, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nearest-event-meta strong,
.nearest-event-list strong {
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
}

.nearest-event-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2px;
  padding: 12px 14px 11px;
  border-radius: 12px;
  border: 1px solid rgba(202, 218, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
  color: #f3f7ff;
  text-decoration: none;
  font-weight: 700;
}

.nearest-event-link span {
  font-size: 1.15rem;
}

.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-actions-row .primary-btn,
.hero-actions-row .ghost-btn {
  padding: 11px 18px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.hero-actions-row .primary-btn {
  background: linear-gradient(135deg, #204f96, #2f6bb8);
  box-shadow: 0 16px 30px -24px rgba(41, 97, 170, 0.88);
}

.hero-actions-row .ghost-btn {
  color: #ebf2ff;
  background: rgba(255, 255, 255, 0.08);
  border: none;
}

.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  color: currentColor;
  font-size: 0.74rem;
  font-weight: 800;
}

.ghost-btn .btn-icon {
  background: rgba(255, 255, 255, 0.08);
}

.premium-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(136, 149, 255, 0.18);
  border: 1px solid rgba(201, 210, 255, 0.26);
  color: #e8eeff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ef0c3;
  box-shadow: 0 0 14px rgba(126, 240, 195, 0.7);
}

.headline {
  margin: 0;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  letter-spacing: -0.06em;
}

.hero-card .headline {
  max-width: 780px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.subtle-text {
  color: rgba(228, 234, 255, 0.82);
}

.hero-card .subtle-text {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.68;
}

.home-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 740px);
  margin-top: 20px;
}

.home-trust-item {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(204, 221, 255, 0.26);
}

.home-trust-item span {
  color: rgba(222, 235, 255, 0.82);
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-trust-item strong {
  color: #ffffff;
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 700;
}


.section-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #162540;
}

.event-list-section {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 58px 24px 76px;
}

.home-list-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.home-list-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #486488;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-list-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #dbe6f6;
  background: #ffffff;
  color: #2b486f;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-event-grid.single-item {
  grid-template-columns: minmax(0, 430px);
}

.home-event-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.home-event-card:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 150, 212, 0.42);
  box-shadow: 0 22px 40px -30px rgba(17, 40, 78, 0.68);
}

.home-event-banner {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(13, 60, 143, 0.15);
}

.home-event-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 220ms ease;
}

.home-event-banner:hover .home-event-image {
  transform: scale(1.03);
}

.home-event-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.home-timezone {
  color: #5e7699;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-event-title {
  margin: 0;
  color: #11233d;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.42rem, 2vw, 1.86rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.home-event-summary {
  margin: 0;
  color: #566b8d;
  font-size: 0.9rem;
  line-height: 1.62;
}

.home-meta-grid {
  margin-top: 4px;
}

.home-event-link {
  margin-top: 8px;
  width: 100%;
  justify-content: space-between;
}

.home-event-link span {
  font-size: 1rem;
}

.home-event-link:hover {
  box-shadow: 0 20px 34px -22px rgba(27, 71, 132, 0.84);
}

.home-empty-state {
  grid-column: 1 / -1;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #dbe6f6;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.home-empty-state h3 {
  margin: 0 0 8px;
  color: #1a2f50;
  font-size: 1.12rem;
}

.home-empty-state p {
  margin: 0;
  color: #597093;
  font-size: 0.9rem;
  line-height: 1.56;
}

.home-pagination {
  margin-top: 24px;
}

.event-list-section .subtle-text {
  color: #677b9a;
}

.premium-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(212, 224, 244, 0.92);
  box-shadow: 0 20px 36px -30px rgba(17, 34, 67, 0.58);
}

.premium-card .headline {
  color: #11233d;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
}

.premium-card .premium-chip {
  background: rgba(32, 86, 158, 0.1);
  border: 1px solid rgba(64, 124, 205, 0.2);
  color: #295387;
}

.premium-card .meta-label {
  color: #6e82a2;
}

.premium-card .meta-value {
  color: #1c3558;
}

.meta-grid {
  display: grid;
  gap: 12px;
}

.meta-item {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid #edf2fb;
}

.meta-label {
  color: #7384a3;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.meta-value {
  color: #1a2d4a;
  font-size: 0.9rem;
  font-weight: 700;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f4f95, #2e70be);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 28px -20px rgba(35, 84, 153, 0.82);
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(270px, 0.8fr);
  gap: 28px;
  padding: 34px 34px 28px;
  border-radius: 0;
  border: 1px solid rgba(142, 166, 205, 0.32);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 30px 80px -48px rgba(6, 11, 26, 0.9);
}

.event-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 20, 48, 0.48), rgba(9, 20, 48, 0.12));
}

.hero-copy,
.register-card {
  position: relative;
  z-index: 1;
}

.event-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 4px;
  background: rgba(62, 78, 195, 0.28);
  border: 1px solid rgba(164, 175, 255, 0.3);
  color: #dfe6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-copy h1 {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
  color: #f3f6ff;
  font-weight: 800;
  letter-spacing: -0.06em;
  max-width: 560px;
}

.hero-copy p {
  max-width: 640px;
  color: rgba(229, 236, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.hero-detail-item {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(206, 222, 255, 0.2);
}

.hero-detail-label {
  color: rgba(220, 232, 255, 0.78);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-detail-item strong {
  color: #f2f7ff;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.38;
  font-variant-numeric: tabular-nums;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-actions .primary-btn,
.hero-actions .ghost-btn {
  min-height: 46px;
  padding: 0 22px;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.hero-actions .ghost-btn {
  color: #14355f;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.94));
}

.register-card {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(214, 224, 245, 0.9);
  border-radius: 0;
  padding: 20px 20px 18px;
  box-shadow: 0 20px 45px -35px rgba(12, 24, 57, 0.9);
}

.register-card h2 {
  margin: 0;
  color: #1a2d4a;
  font-size: 1.15rem;
  font-weight: 800;
}

.register-card p {
  margin: 8px 0 0;
  color: #7584a1;
  font-size: 0.8rem;
  line-height: 1.5;
}

.register-meta {
  margin-top: 16px;
  padding: 14px 0 4px;
  border-top: 1px solid #e8eef8;
  display: grid;
  gap: 10px;
}

.register-meta div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.register-meta div:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px dashed #e4ebf8;
}

.register-meta span {
  color: #667e9f;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.register-meta strong {
  color: #18375f;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.register-card .primary-btn.wide {
  min-height: 44px;
  font-size: 0.9rem;
}

body.modal-open {
  overflow: hidden;
}

.register-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(6, 13, 28, 0.6);
  backdrop-filter: blur(4px);
}

.register-modal[hidden] {
  display: none;
}

.register-modal-dialog {
  width: min(100%, 760px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(208, 220, 241, 0.95);
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  box-shadow: 0 40px 70px -48px rgba(8, 20, 44, 1);
}

.register-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px 16px;
  border-bottom: 1px solid #dce7fa;
}

.register-modal-kicker {
  display: inline-block;
  color: #6280a8;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.register-modal-head h2 {
  margin: 7px 0 0;
  color: #173055;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.register-modal-close {
  width: 32px;
  height: 32px;
  border: 1px solid #d4e2f8;
  border-radius: 10px;
  background: #fff;
  color: #3a5175;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.register-sim-card {
  margin: 16px 22px 0;
  padding: 14px;
  border: 1px solid #d7e5fc;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.register-sim-card div {
  display: grid;
  gap: 4px;
}

.register-sim-card span {
  color: #6c7f9f;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.register-sim-card strong {
  color: #12345f;
  font-size: 1.03rem;
}

.register-sim-card p {
  margin: 2px 0 0;
  color: #506481;
  font-size: 0.82rem;
  line-height: 1.5;
  grid-column: 1 / -1;
}

.register-form-grid {
  margin-top: 14px;
  padding: 0 22px 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.register-field {
  display: grid;
  gap: 6px;
}

.register-field span {
  color: #38577f;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.register-field input,
.register-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #cedef6;
  background: #ffffff;
  color: #173055;
  font-size: 0.92rem;
  padding: 10px 12px;
  font-family: inherit;
}

.register-field textarea {
  resize: vertical;
  min-height: 84px;
}

.register-field-full {
  grid-column: 1 / -1;
}

.register-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.register-form-actions .ghost-btn,
.register-form-actions .primary-btn {
  min-width: 154px;
  border-radius: 12px;
}

.price-box {
  margin-top: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7eef9;
}

.price-box span {
  display: block;
  font-size: 0.74rem;
  color: #7080a0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-box strong {
  display: block;
  margin-top: 6px;
  color: #473fe1;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.quota-box {
  margin-top: 14px;
}

.quota-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  font-size: 0.78rem;
  color: #667894;
}

.quota-head strong {
  color: #1d3559;
  font-weight: 700;
}

.quota-bar {
  width: 100%;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: #edf2fb;
  overflow: hidden;
}

.quota-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4f47d5, #7a70ff);
}

.feature-list {
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: #425778;
  font-size: 0.86rem;
}

.feature-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #4d47d4;
  font-size: 1.2rem;
  line-height: 1;
}

.primary-btn.wide {
  width: 100%;
}

.event-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(270px, 0.9fr);
  gap: 20px;
  width: 100%;
  margin: 0;
  align-items: start;
}

.event-content-container {
  width: min(100%, 1360px);
  margin: 20px auto 0;
  padding: 0 24px;
}

.about-card,
.info-card,
.speaker-card-wrap {
  background: #fff;
  border: 1px solid #dfe7f4;
  border-radius: 18px;
  box-shadow: 0 18px 40px -38px rgba(17, 31, 59, 0.7);
}

.about-card {
  padding: 18px 20px 16px;
}

.about-card h3,
.speaker-card-wrap h3,
.info-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #171f2f;
}

.about-card p {
  margin: 0;
  color: #51607d;
  line-height: 1.7;
}

.about-art {
  margin-top: 18px;
  min-height: 170px;
  border-radius: 14px;
  background:
    linear-gradient(145deg, #f1f6ff, #edf1ff),
    radial-gradient(circle at 30% 30%, rgba(104, 116, 255, 0.18), transparent 35%),
    radial-gradient(circle at 70% 70%, rgba(85, 188, 255, 0.2), transparent 30%);
  border: 1px solid #dfe7f7;
}

.info-card {
  padding: 18px 20px;
}

.info-card dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.info-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f7;
}

.info-row {
  align-items: center;
}

.info-card .info-row.is-highlight {
  padding: 8px 10px;
  border-bottom: 1px solid #dfe9f7;
  background: rgba(243, 248, 255, 0.75);
}

.info-card .info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: linear-gradient(180deg, #f4f8ff, #e9f1ff);
  color: #123d72;
  border: 1px solid #d6e4fb;
  font-weight: 700;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.info-card dt {
  color: #647895;
  font-size: 0.82rem;
}

.info-card dd {
  margin: 0;
  color: #1d355a;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.speaker-card-wrap {
  width: 100%;
  margin: 22px 0 0;
  padding: 18px 20px 20px;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.speaker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ebf0f8;
  border-radius: 12px;
  background: #fafcff;
  padding: 12px 10px;
}

.speaker-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4c4adf, #60a8ff);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.speaker-item strong {
  display: block;
  color: #1d2f50;
  font-size: 0.82rem;
  line-height: 1.3;
}

.speaker-item span {
  display: block;
  color: #667998;
  font-size: 0.74rem;
  line-height: 1.4;
}

.site-footer {
  width: 100%;
  margin-top: 44px;
  background:
    linear-gradient(130deg, rgba(10, 24, 49, 0.97), rgba(16, 41, 80, 0.95)),
    radial-gradient(circle at 90% 10%, rgba(132, 195, 255, 0.22), transparent 35%);
  color: #e5eeff;
  border-top: 1px solid rgba(194, 216, 255, 0.18);
}

.site-footer-shell {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 40px 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.site-footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.site-footer-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #2e68b2, #4f8bcd);
}

.site-footer-brand strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
}

.site-footer-brand p {
  margin: 8px 0 0;
  max-width: 460px;
  color: rgba(223, 235, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.7;
}

.site-footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer-column h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-column a,
.site-footer-column span {
  color: rgba(223, 236, 255, 0.86);
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.55;
}

.site-footer-column a:hover {
  color: #ffffff;
}

.site-footer-bottom {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 14px 24px 22px;
  border-top: 1px solid rgba(198, 216, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(218, 232, 255, 0.74);
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .event-header-shell {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 12px 16px;
  }

  .event-main-nav,
  .event-header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .event-main-nav {
    width: 100%;
    border-radius: 14px;
    padding: 6px;
  }

  .event-search-box {
    width: min(100%, 260px);
  }

  .event-page-shell {
    padding: 0 12px;
  }

  .event-alert-stack {
    width: 100%;
    padding: 0 2px;
  }

  .event-list-section {
    width: 100%;
    padding: 42px 0 62px;
  }

  .home-hero-trust {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-event-grid.single-item {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card {
    min-height: 560px;
    padding: clamp(24px, 5vw, 36px) 20px;
  }

  .hero-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .nearest-event-panel {
    justify-self: start;
    width: min(100%, 460px);
  }

  .event-hero-panel,
  .event-lower-grid,
  .speaker-grid {
    grid-template-columns: 1fr;
  }

  .event-content-container {
    width: 100%;
    margin-top: 16px;
    padding: 0;
  }

  .event-lower-grid,
  .speaker-card-wrap {
    width: 100%;
  }

  .register-card {
    margin-top: 10px;
  }

  .register-modal-dialog {
    width: min(100%, 680px);
  }

  .register-sim-card {
    grid-template-columns: 1fr;
  }

  .site-footer-shell {
    width: 100%;
    padding: 34px 16px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .site-footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer-bottom {
    width: 100%;
    padding: 12px 16px 18px;
  }
}

@media (max-width: 620px) {
  .event-header-shell {
    padding: 12px 14px;
  }

  .event-main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  .event-nav-link {
    text-align: center;
  }

  .event-header-actions {
    width: 100%;
    gap: 8px;
  }

  .event-search-box {
    width: 100%;
  }

  .event-alert-stack {
    margin-top: 10px;
    gap: 8px;
  }

  .premium-alert {
    grid-template-columns: 22px 1fr;
    gap: 10px;
    padding: 10px 10px;
  }

  .premium-alert::before {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    font-size: 0.78rem;
  }

  .premium-alert-body {
    font-size: 0.84rem;
  }

  .register-modal {
    padding: 10px;
  }

  .register-modal-head {
    padding: 16px 14px 12px;
  }

  .register-sim-card {
    margin: 12px 14px 0;
    padding: 12px;
  }

  .register-form-grid {
    padding: 0 14px 16px;
    grid-template-columns: 1fr;
  }

  .register-form-actions {
    flex-direction: column-reverse;
  }

  .register-form-actions .ghost-btn,
  .register-form-actions .primary-btn {
    width: 100%;
  }

  .hero-card {
    min-height: auto;
    padding: 24px 14px 28px;
  }

  .event-list-section {
    padding: 34px 0 52px;
  }

  .home-list-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-list-count {
    width: 100%;
    justify-content: flex-start;
  }

  .home-hero-trust,
  .home-event-grid {
    grid-template-columns: 1fr;
  }

  .hero-card .headline {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .event-hero-panel {
    padding: 22px 18px;
  }

  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-detail-list {
    grid-template-columns: 1fr;
  }

  .nearest-event-meta {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-btn,
  .ghost-btn,
  .event-login-btn,
  .event-signup-btn {
    width: 100%;
  }

  .site-footer-shell {
    grid-template-columns: 1fr;
    padding: 28px 14px 20px;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 14px 18px;
  }
}

.admin-bg {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(63, 110, 194, 0.24), rgba(63, 110, 194, 0) 38%),
    radial-gradient(circle at 92% 100%, rgba(138, 184, 255, 0.24), rgba(138, 184, 255, 0) 40%),
    linear-gradient(180deg, #eef3fb 0%, #f9fbff 68%, #ffffff 100%);
}

.admin-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
}

.admin-login-shell {
  width: min(100%, 1080px);
}

.admin-login-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(187, 208, 239, 0.85);
  box-shadow: 0 42px 80px -56px rgba(18, 43, 88, 0.9);
  background: #ffffff;
}

.admin-login-brand-panel {
  position: relative;
  padding: 42px 38px 36px;
  background:
    linear-gradient(146deg, rgba(15, 31, 62, 0.97), rgba(23, 60, 113, 0.9)),
    radial-gradient(circle at 88% 15%, rgba(132, 187, 255, 0.28), transparent 36%);
  color: #ebf3ff;
}

.admin-login-brand-panel::before {
  content: "";
  position: absolute;
  inset: auto -44px -44px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(196, 221, 255, 0.24);
}

.admin-login-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(219, 234, 255, 0.88);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.admin-login-brand-panel h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.admin-login-brand-panel p {
  margin: 14px 0 0;
  max-width: 460px;
  color: rgba(218, 232, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.66;
}

.admin-login-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.admin-login-feature-list div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(202, 221, 255, 0.2);
}

.admin-login-feature-list strong {
  color: #ffffff;
  font-size: 0.86rem;
}

.admin-login-feature-list span {
  color: rgba(220, 234, 255, 0.85);
  font-size: 0.82rem;
  line-height: 1.5;
}

.admin-login-form-panel {
  padding: 36px 34px 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.admin-login-form-head p {
  margin: 0;
  color: #4f6c94;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.admin-login-form-head h2 {
  margin: 8px 0 0;
  color: #162f54;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  letter-spacing: -0.03em;
}

.admin-login-alert {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #f3d2d8;
  background: linear-gradient(180deg, #fff8f9 0%, #ffeff2 100%);
  color: #8e1f3b;
}

.admin-login-alert strong {
  display: block;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.admin-login-alert ul {
  margin: 8px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  font-size: 0.86rem;
}

.admin-login-form {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.admin-field {
  display: grid;
  gap: 7px;
}

.admin-field span {
  color: #314f77;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.admin-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #cdddf3;
  background: #ffffff;
  color: #163052;
  font-size: 0.94rem;
  padding: 11px 12px;
  font-family: inherit;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.admin-input:focus {
  outline: none;
  border-color: #5f8dca;
  box-shadow: 0 0 0 4px rgba(95, 141, 202, 0.15);
}

.admin-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #557095;
  font-size: 0.86rem;
}

.admin-remember input {
  width: 16px;
  height: 16px;
  accent-color: #2f6db9;
}

.admin-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #1f4f94, #2f71be);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 11px 16px;
  cursor: pointer;
  box-shadow: 0 20px 34px -24px rgba(26, 66, 123, 0.9);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.admin-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 36px -24px rgba(26, 66, 123, 0.95);
}

.admin-btn-block {
  width: 100%;
}

.admin-login-back-link {
  display: inline-flex;
  margin-top: 16px;
  color: #2f5f9d;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-login-back-link:hover {
  color: #1a4a88;
}

@media (max-width: 980px) {
  .admin-login-card {
    grid-template-columns: 1fr;
  }

  .admin-login-brand-panel,
  .admin-login-form-panel {
    padding: 28px 24px;
  }

  .admin-login-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .admin-auth-shell {
    padding: 14px;
  }

  .admin-login-brand-panel,
  .admin-login-form-panel {
    padding: 22px 16px;
  }

  .admin-login-feature-list {
    grid-template-columns: 1fr;
  }
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 24px 18px 18px;
  background: linear-gradient(180deg, #122a50 0%, #173c70 100%);
  color: #e6efff;
  border-right: 1px solid rgba(201, 219, 250, 0.18);
}

.admin-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-brand-badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.82rem;
  color: #ffffff;
  background: linear-gradient(135deg, #2d6dbb, #5793d7);
}

.admin-brand-title {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.admin-brand-subtitle {
  margin: 2px 0 0;
  color: rgba(220, 232, 255, 0.86);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-sidebar-label {
  margin: 0;
  color: rgba(216, 231, 255, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.admin-side-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(225, 238, 255, 0.9);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
}

.admin-side-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.admin-side-link.is-active {
  color: #123561;
  background: #ffffff;
  box-shadow: 0 16px 28px -22px rgba(8, 19, 42, 0.9);
}

.admin-side-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
}

.admin-side-link.is-active .admin-side-icon {
  background: rgba(28, 86, 164, 0.14);
}

.admin-sidebar-help {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(203, 222, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.admin-sidebar-help-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
}

.admin-sidebar-help-text {
  margin: 0;
  color: rgba(221, 235, 255, 0.88);
  font-size: 0.8rem;
  line-height: 1.55;
}

.admin-sidebar-help-btn {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.admin-sidebar-copy {
  margin: 0;
  color: rgba(213, 228, 255, 0.76);
  font-size: 0.74rem;
}

.admin-main-wrap {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  background: rgba(247, 250, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #dce7f9;
}

.admin-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #54729a;
  font-size: 0.84rem;
  font-weight: 600;
}

.admin-breadcrumb-menu {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f5f9d;
  background: #eaf2ff;
}

.admin-breadcrumb-menu svg {
  width: 14px;
  height: 14px;
}

.admin-breadcrumb-sep {
  color: #9aaed0;
}

.admin-breadcrumb-current {
  color: #153b6b;
  font-weight: 700;
}

.admin-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-top-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #d5e3fa;
  border-radius: 10px;
  background: #ffffff;
  color: #335a8e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.admin-top-icon svg {
  width: 16px;
  height: 16px;
}

.admin-top-badge {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f5db0;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
}

.admin-user-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 11px;
  background: #ffffff;
  border: 1px solid #d8e4f7;
}

.admin-user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1f5195, #3e7ccb);
}

.admin-user-name {
  margin: 0;
  color: #193b68;
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-user-role {
  margin: 1px 0 0;
  color: #7187aa;
  font-size: 0.68rem;
}

.admin-logout-btn {
  border: 1px solid #d3e2f9;
  border-radius: 10px;
  background: #ffffff;
  color: #345b8f;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
}

.admin-content-wrap {
  min-width: 0;
  padding: 22px 24px 34px;
  display: grid;
  gap: 16px;
}

.admin-panel {
  background: #ffffff;
  border: 1px solid #dce6f6;
  border-radius: 16px;
  box-shadow: 0 22px 42px -38px rgba(19, 37, 70, 0.72);
}

.admin-alert {
  border-radius: 12px;
  border: 1px solid;
  padding: 12px 14px;
  font-size: 0.88rem;
}

.admin-alert.success {
  border-color: #c9e7d3;
  background: #f4fdf8;
  color: #195d3a;
}

.admin-alert.error {
  border-color: #f1d0d8;
  background: #fff5f7;
  color: #8f2340;
}

.admin-page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #dbe7f9;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.admin-page-hero-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-page-hero-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #21589f;
  background: #eaf2ff;
}

.admin-page-hero-icon svg {
  width: 18px;
  height: 18px;
}

.admin-page-hero-title {
  margin: 0;
  color: #16365f;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.admin-page-hero-subtitle {
  margin: 6px 0 0;
  color: #657f9f;
  font-size: 0.86rem;
}

.admin-page-back-btn,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2e1f7;
  border-radius: 10px;
  background: #ffffff;
  color: #335c90;
  font-weight: 700;
  text-decoration: none;
}

.admin-table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid #d7e5fb;
  background: #f8fbff;
  color: #23518c;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 6px 10px;
  text-decoration: none;
}

.admin-table-action.is-danger {
  border-color: #f1d1d7;
  color: #9e2a46;
  background: #fff4f6;
}

.admin-form-shell {
  display: grid;
  gap: 14px;
}

.admin-event-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
}

.admin-guide-card,
.admin-form-card {
  background: #ffffff;
  border: 1px solid #dce7f7;
  border-radius: 16px;
  box-shadow: 0 20px 42px -36px rgba(17, 37, 76, 0.7);
}

.admin-guide-card {
  padding: 18px 16px;
  align-self: start;
}

.admin-guide-title {
  margin: 0;
  color: #183c69;
  font-size: 1rem;
  font-weight: 800;
}

.admin-guide-subtitle {
  margin: 8px 0 0;
  color: #5d7698;
  font-size: 0.84rem;
  line-height: 1.55;
}

.admin-guide-list {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #496486;
  font-size: 0.82rem;
  line-height: 1.55;
}

.admin-guide-note {
  margin-top: 14px;
  border: 1px solid #dce9fb;
  border-radius: 12px;
  background: #f5f9ff;
  color: #2d5b93;
  font-size: 0.8rem;
  padding: 10px 11px;
}

.admin-form-card {
  padding: 18px 16px;
}

.admin-form-card-head {
  margin-bottom: 14px;
}

.admin-form-card-title {
  margin: 0;
  color: #15355f;
  font-size: 1.06rem;
  font-weight: 800;
}

.admin-form-card-subtitle {
  margin: 6px 0 0;
  color: #6f86a6;
  font-size: 0.82rem;
}

.admin-wizard {
  display: grid;
  gap: 14px;
}

.admin-wizard-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.admin-wizard-tab {
  border: 1px solid #d9e6f9;
  border-radius: 10px;
  background: #f8fbff;
  color: #4f6d94;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 9px 8px;
  cursor: pointer;
}

.admin-wizard-tab.is-active {
  color: #163c6f;
  border-color: #acc8ef;
  background: #eaf2ff;
}

.admin-wizard-tab.is-complete {
  color: #275b97;
  background: #f1f7ff;
}

.admin-wizard-panel {
  display: grid;
  gap: 14px;
}

.admin-select,
.admin-textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ccdcf2;
  background: #ffffff;
  color: #173052;
  font-size: 0.92rem;
  padding: 10px 12px;
  font-family: inherit;
}

.admin-textarea {
  resize: vertical;
  min-height: 96px;
}

.admin-field-help {
  display: inline-block;
  margin-top: 6px;
  color: #6d82a2;
  font-size: 0.74rem;
  line-height: 1.45;
}

.admin-crop-panel {
  border: 1px solid #dce8fa;
  border-radius: 14px;
  background: #f9fbff;
  padding: 12px;
}

.banner-drag-surface {
  position: relative;
  cursor: grab;
}

.banner-drag-surface.is-dragging {
  cursor: grabbing;
}

.banner-crop-frame {
  position: absolute;
  border: 2px solid rgba(26, 76, 140, 0.82);
  box-shadow: 0 0 0 9999px rgba(10, 25, 53, 0.26);
  pointer-events: none;
}

.banner-crop-line {
  position: absolute;
  background: rgba(233, 242, 255, 0.72);
}

.banner-crop-line.is-v1,
.banner-crop-line.is-v2 {
  width: 1px;
  height: 100%;
  top: 0;
}

.banner-crop-line.is-v1 {
  left: 33.333%;
}

.banner-crop-line.is-v2 {
  left: 66.666%;
}

.banner-crop-line.is-h1,
.banner-crop-line.is-h2 {
  height: 1px;
  width: 100%;
  left: 0;
}

.banner-crop-line.is-h1 {
  top: 33.333%;
}

.banner-crop-line.is-h2 {
  top: 66.666%;
}

.banner-drag-overlay {
  position: absolute;
  inset: auto 10px 10px;
  border-radius: 9px;
  padding: 6px 8px;
  background: rgba(9, 24, 50, 0.68);
  color: #e9f2ff;
  font-size: 0.72rem;
  pointer-events: none;
}

.banner-preset-btn {
  border: 1px solid #cfddf4;
  border-radius: 8px;
  background: #ffffff;
  color: #335e92;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}

.admin-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  border: 1px solid #dce7f7;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
}

.admin-form-actions-left,
.admin-form-actions-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-action-ghost,
.admin-action-secondary {
  border: 1px solid #cfddf3;
  border-radius: 9px;
  background: #ffffff;
  color: #335d92;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 8px 11px;
  cursor: pointer;
}

.admin-action-secondary {
  background: #f4f9ff;
  border-color: #c6daf6;
}

.admin-wizard-step-note {
  margin: 0;
  color: #6f85a5;
  font-size: 0.76rem;
}

.admin-register-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.admin-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.admin-filter-field {
  display: grid;
  gap: 7px;
}

.admin-filter-field span {
  color: #4b698f;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.admin-filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-reg-name {
  color: #1a385f;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.admin-reg-sub {
  margin-top: 2px;
  color: #6d84a5;
  font-size: 0.76rem;
  line-height: 1.4;
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d3e1f6;
  background: #f4f8ff;
  color: #365f95;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.admin-status-badge.is-paid {
  border-color: #bde6cd;
  background: #f0fbf4;
  color: #1f7f4f;
}

.admin-status-badge.is-pending {
  border-color: #d9e4f5;
  background: #f4f8ff;
  color: #365f95;
}

.admin-status-badge.is-failed {
  border-color: #f1d1d7;
  background: #fff3f6;
  color: #a22f4c;
}

.admin-status-badge.is-verification-failed {
  border-color: #f3dfb6;
  background: #fff8eb;
  color: #9a6500;
}

.admin-reg-action-form {
  display: grid;
  gap: 7px;
}

.admin-shell .grid {
  display: grid;
}

.admin-shell .flex {
  display: flex;
}

.admin-shell .inline-flex {
  display: inline-flex;
}

.admin-shell .block {
  display: block;
}

.admin-shell .hidden {
  display: none !important;
}

.admin-shell .items-center {
  align-items: center;
}

.admin-shell .items-start {
  align-items: flex-start;
}

.admin-shell .justify-between {
  justify-content: space-between;
}

.admin-shell .justify-end {
  justify-content: flex-end;
}

.admin-shell .gap-2 {
  gap: 8px;
}

.admin-shell .gap-3 {
  gap: 12px;
}

.admin-shell .gap-4 {
  gap: 16px;
}

.admin-shell .gap-5 {
  gap: 20px;
}

.admin-shell .space-y-1>*+* {
  margin-top: 4px;
}

.admin-shell .mt-1 {
  margin-top: 4px;
}

.admin-shell .mt-2 {
  margin-top: 8px;
}

.admin-shell .mt-3 {
  margin-top: 12px;
}

.admin-shell .mt-4 {
  margin-top: 16px;
}

.admin-shell .mt-5 {
  margin-top: 20px;
}

.admin-shell .mt-6 {
  margin-top: 24px;
}

.admin-shell .mt-8 {
  margin-top: 32px;
}

.admin-shell .mb-2 {
  margin-bottom: 8px;
}

.admin-shell .mb-5 {
  margin-bottom: 20px;
}

.admin-shell .p-3 {
  padding: 12px;
}

.admin-shell .p-4 {
  padding: 16px;
}

.admin-shell .p-5 {
  padding: 20px;
}

.admin-shell .p-6 {
  padding: 24px;
}

.admin-shell .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.admin-shell .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.admin-shell .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.admin-shell .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.admin-shell .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.admin-shell .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.admin-shell .pb-2 {
  padding-bottom: 8px;
}

.admin-shell .w-full {
  width: 100%;
}

.admin-shell .h-12 {
  height: 48px;
}

.admin-shell .w-20 {
  width: 80px;
}

.admin-shell .max-w-xl {
  max-width: 36rem;
}

.admin-shell .overflow-hidden {
  overflow: hidden;
}

.admin-shell .overflow-x-auto {
  overflow-x: auto;
}

.admin-shell .rounded {
  border-radius: 6px;
}

.admin-shell .rounded-lg {
  border-radius: 10px;
}

.admin-shell .rounded-xl {
  border-radius: 12px;
}

.admin-shell .rounded-full {
  border-radius: 999px;
}

.admin-shell .border {
  border: 1px solid #d9e5f7;
}

.admin-shell .border-b {
  border-bottom: 1px solid #d9e5f7;
}

.admin-shell .border-slate-100 {
  border-color: #e7eef9;
}

.admin-shell .border-slate-200 {
  border-color: #dbe6f7;
}

.admin-shell .border-slate-300 {
  border-color: #cad8ef;
}

.admin-shell .border-emerald-200 {
  border-color: #bde6cd;
}

.admin-shell .bg-white {
  background: #ffffff;
}

.admin-shell .bg-slate-50 {
  background: #f6f9ff;
}

.admin-shell .bg-slate-100 {
  background: #edf3fc;
}

.admin-shell .bg-emerald-50 {
  background: #f0fbf4;
}

.admin-shell .text-left {
  text-align: left;
}

.admin-shell .text-xs {
  font-size: 0.75rem;
}

.admin-shell .text-sm {
  font-size: 0.875rem;
}

.admin-shell .text-lg {
  font-size: 1.125rem;
}

.admin-shell .text-2xl {
  font-size: 1.5rem;
}

.admin-shell .text-3xl {
  font-size: 1.875rem;
}

.admin-shell .font-semibold {
  font-weight: 600;
}

.admin-shell .font-bold {
  font-weight: 700;
}

.admin-shell .uppercase {
  text-transform: uppercase;
}

.admin-shell .tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.admin-shell .text-slate-900 {
  color: #142e52;
}

.admin-shell .text-slate-700 {
  color: #3d5a82;
}

.admin-shell .text-slate-600 {
  color: #5f7899;
}

.admin-shell .text-slate-500 {
  color: #7289a8;
}

.admin-shell .text-slate-400 {
  color: #8ea1bd;
}

.admin-shell .text-slate-300 {
  color: #b4c2d7;
}

.admin-shell .text-sky-700 {
  color: #1f63ad;
}

.admin-shell .hover\:text-sky-900:hover {
  color: #134278;
}

.admin-shell .text-emerald-700 {
  color: #1f7f4f;
}

.admin-shell .text-rose-700 {
  color: #a22f4c;
}

.admin-shell .text-amber-700 {
  color: #9a6500;
}

.admin-shell .aspect-video {
  aspect-ratio: 16 / 9;
}

.admin-shell .object-cover {
  object-fit: cover;
}

.admin-shell .object-contain {
  object-fit: contain;
}

.admin-shell .pointer-events-none {
  pointer-events: none;
}

.admin-shell .select-none {
  user-select: none;
}

.admin-shell .list-disc {
  list-style: disc;
}

.admin-shell .pl-5 {
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .admin-shell .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-shell .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-shell .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {
  .admin-shell .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .admin-shell .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-shell .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1160px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    gap: 14px;
    padding: 16px;
  }

  .admin-topbar {
    padding: 12px 16px;
  }

  .admin-content-wrap {
    padding: 16px;
  }

  .admin-event-grid {
    grid-template-columns: 1fr;
  }

  .admin-wizard-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-register-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-filter-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .admin-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-top-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .admin-user-pill {
    order: 4;
  }

  .admin-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-form-actions-left,
  .admin-form-actions-right {
    width: 100%;
  }

  .admin-form-actions-right .admin-btn-primary,
  .admin-form-actions-right .admin-action-secondary,
  .admin-form-actions-right .admin-action-ghost {
    width: 100%;
  }

  .admin-register-summary-grid,
  .admin-filter-grid {
    grid-template-columns: 1fr;
  }
}
