/* ============================================
   WFT26 ConfEx — Sub Pages CSS
============================================ */

/* ===== Sub Hero ===== */
.sub-hero {
  position: relative;
  padding: 180px 0 80px;
  background: var(--gradient-bg);
  overflow: hidden;
}
.sub-hero-bg {
  position: absolute; inset: 0;
  pointer-events: none;
}
.sub-hero-bg .hero-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(125, 211, 216, 0.12) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}
.sub-hero-bg .hero-ribbon {
  position: absolute;
  top: 50%; left: 50%;
  width: 120%; height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.sub-hero-inner {
  position: relative; z-index: 2;
}
.sub-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--cyan-soft);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sub-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.sub-desc {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
  max-width: 720px;
}
.breadcrumb {
  display: flex; gap: 10px; align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
}
.breadcrumb a { transition: color .2s; }
.breadcrumb a:hover { color: var(--cyan-soft); }
.breadcrumb span:not(:last-child) { color: rgba(255,255,255,0.25); }

/* ===== Overview (Definition List) ===== */
.overview-grid {
  background:
    linear-gradient(180deg, rgba(125, 211, 216, 0.04), rgba(125, 211, 216, 0.01));
  border: 1px solid rgba(125, 211, 216, 0.18);
  border-radius: var(--radius-lg);
  padding: 16px 32px;
}
.overview-list {
  margin: 0;
}
.ov-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(125, 211, 216, 0.1);
  align-items: baseline;
}
.ov-row:last-child { border-bottom: 0; }
.ov-row dt {
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan-soft);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ov-row dd {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  margin: 0;
  line-height: 1.7;
}
.ov-row dd strong {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.ov-row dd .ov-sub {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.grad-text {
  background: var(--gradient-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.ov-row dd a { color: var(--cyan-bright); transition: color .2s; }
.ov-row dd a:hover { color: #fff; }

/* ===== Greeting ===== */
.section-greeting {
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(157, 78, 221, 0.08), transparent),
    var(--navy-base);
  position: relative;
  overflow: hidden;
}
.greeting-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.greeting-mark {
  width: 80px;
  margin: 0 auto 30px;
  opacity: 0.6;
}
.greeting-body {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 2;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
  margin-bottom: 64px;
}
.greeting-body strong { font-weight: 700; color: var(--cyan-soft); }
.greeting-body em {
  font-style: normal;
  font-weight: 800;
  background: var(--gradient-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.signature-lg {
  display: inline-block;
  text-align: left;
  border-left: 3px solid;
  border-image: var(--gradient-rainbow) 1;
  padding: 12px 0 12px 28px;
}

/* ===== Organizer (role은 style.css에 정의됨) ===== */

/* ===== Venue ===== */
.section-venue { background: var(--navy-deep); }
.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.venue-info {
  padding: 8px 0;
}
.venue-name {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.venue-en {
  font-size: 14px;
  color: var(--cyan-soft);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.venue-hall {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 28px;
}
.venue-meta {
  margin: 0 0 32px;
  border-top: 1px solid rgba(125, 211, 216, 0.15);
}
.venue-meta > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(125, 211, 216, 0.1);
  align-items: baseline;
}
.venue-meta dt {
  font-size: 12px;
  font-weight: 600;
  color: var(--cyan-soft);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.venue-meta dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
}
.venue-meta dd strong { color: #fff; font-weight: 700; }
.venue-meta dd .muted {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.venue-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(125, 211, 216, 0.2);
  aspect-ratio: 4/3;
  background: var(--navy-mid);
}
.venue-map iframe {
  width: 100%; height: 100%; border: 0;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.7);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .sub-hero { padding: 140px 0 60px; }
  .ov-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }
  .overview-grid { padding: 8px 20px; }
  .venue-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .venue-meta > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .greeting-body { font-size: 16px; line-height: 1.85; }
}

/* ===== Program Page ===== */
.section-dim { background: var(--navy-base); }

.prog-tabnav {
  position: sticky;
  top: 70px;
  z-index: 50;
  background: rgba(5, 13, 40, 0.92);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(125, 211, 216, 0.1);
  border-bottom: 1px solid rgba(125, 211, 216, 0.1);
}
.prog-tabnav ul {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.prog-tabnav ul::-webkit-scrollbar { display: none; }
.prog-tabnav li a {
  display: inline-block;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all .25s;
}
.prog-tabnav li a:hover { color: #fff; }

.prog-summary {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255,255,255,0.75);
  max-width: 720px;
}
.prog-summary strong { color: #fff; font-weight: 700; }

/* Schedule Table */
.schedule-table {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 216, 0.18);
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.04), rgba(125, 211, 216, 0.01));
}
.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.schedule-table thead {
  background: rgba(125, 211, 216, 0.08);
}
.schedule-table th {
  padding: 18px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan-soft);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(125, 211, 216, 0.2);
}
.schedule-table .th-time { width: 16%; }
.schedule-table .th-dur { width: 8%; }
.schedule-table .th-prog { width: 24%; }
.schedule-table td {
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.65;
  border-bottom: 1px solid rgba(125, 211, 216, 0.08);
  vertical-align: top;
}
.schedule-table tbody tr:last-child td { border-bottom: 0; }
.schedule-table tbody tr:hover { background: rgba(125, 211, 216, 0.03); }
.td-time {
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.td-dur {
  color: var(--cyan-soft);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.td-prog {
  font-weight: 700;
  color: #fff;
}
.td-prog small {
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  font-size: 0.85em;
}
.td-note {
  color: rgba(255,255,255,0.85);
}
.td-note strong { color: #fff; font-weight: 700; }
.td-note .muted {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}
.row-highlight {
  background: linear-gradient(90deg, rgba(255, 78, 142, 0.05), rgba(77, 150, 255, 0.03));
  position: relative;
}
.row-highlight td:first-child {
  position: relative;
}
.row-highlight td:first-child::before {
  content: '';
  position: absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 3px;
  background: var(--gradient-rainbow);
  border-radius: 0 3px 3px 0;
}

.schedule-notes {
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}
.schedule-notes p { margin: 4px 0; }

/* Day Cards (Conference 일자별) */
.day-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.day-card {
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 216, 0.2);
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.04), rgba(125, 211, 216, 0.01));
  position: relative;
  overflow: hidden;
}
.day-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-rainbow);
}
.day-mark {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--cyan-soft);
  margin-bottom: 8px;
}
.day-date {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  background: var(--gradient-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}
.day-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.day-points {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
}
.day-points li {
  padding-left: 16px;
  position: relative;
}
.day-points li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cyan-soft);
}

.prog-note {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-top: 24px;
}

/* Exhibition Zones */
.zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.zone-card {
  padding: 32px 28px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(125, 211, 216, 0.18);
  border-radius: var(--radius-lg);
  transition: all .3s;
}
.zone-card:hover {
  background: rgba(255,255,255,0.04);
  transform: translateY(-4px);
}
.zone-icon {
  font-size: 36px;
  margin-bottom: 16px;
  filter: grayscale(0.15);
}
.zone-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.zone-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
}
.zone-1 h3 { color: #FF8C42; }
.zone-2 h3 { color: #6BCB77; }
.zone-3 h3 { color: #4D96FF; }
.zone-4 h3 { color: #9D4EDD; }

/* Side Events */
.side-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.side-card {
  padding: 28px;
  background: rgba(125, 211, 216, 0.04);
  border: 1px solid rgba(125, 211, 216, 0.15);
  border-radius: var(--radius);
  transition: all .25s;
}
.side-card:hover {
  border-color: rgba(125, 211, 216, 0.3);
  background: rgba(125, 211, 216, 0.07);
}
.side-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.side-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .prog-tabnav { top: 60px; }
  .schedule-table {
    margin-left: calc(var(--pad-x) * -1);
    margin-right: calc(var(--pad-x) * -1);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

/* ============================================
   Visitors / Exhibitors 추가 스타일
============================================ */

/* ===== Step List (Exhibitors 부스 신청 절차) ===== */
.step-list {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 32px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.04), rgba(125, 211, 216, 0.01));
  border: 1px solid rgba(125, 211, 216, 0.18);
  align-items: center;
  transition: all .3s;
}
.step:hover {
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.08), rgba(125, 211, 216, 0.03));
  border-color: rgba(125, 211, 216, 0.3);
  transform: translateX(4px);
}
.step-num {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: var(--gradient-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.step-body h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.step-body p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

/* ===== Contact Box ===== */
.contact-box {
  padding: 36px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(125, 211, 216, 0.06), rgba(125, 211, 216, 0.02));
  border: 1px solid rgba(125, 211, 216, 0.25);
  text-align: center;
}
.contact-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.contact-box p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.contact-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--cyan-soft);
  border: 1px solid rgba(125, 211, 216, 0.3);
  border-radius: 100px;
  transition: all .25s;
}
.contact-link:hover {
  color: #fff;
  border-color: var(--cyan-soft);
  background: rgba(125, 211, 216, 0.08);
}

/* ===== Placeholder Box ===== */
.placeholder-box {
  padding: 80px 40px;
  text-align: center;
  border-radius: var(--radius-lg);
  border: 2px dashed rgba(125, 211, 216, 0.2);
  background: rgba(125, 211, 216, 0.02);
}
.placeholder-icon {
  font-size: 56px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.placeholder-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.8);
}
.placeholder-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

/* ===== Register Callout (Visitors) ===== */
.register-callout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: stretch;
}
.register-info {
  padding: 40px;
  background:
    linear-gradient(180deg, rgba(125, 211, 216, 0.04), rgba(125, 211, 216, 0.01));
  border: 1px solid rgba(125, 211, 216, 0.18);
  border-radius: var(--radius-lg);
}
.register-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.benefit-list li {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  font-weight: 500;
}
.register-cta-box {
  padding: 48px 40px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 80% 80% at 50% 50%, rgba(255, 78, 142, 0.12), transparent),
    linear-gradient(135deg, rgba(157, 78, 221, 0.1), rgba(77, 150, 255, 0.08));
  border: 1px solid rgba(255, 78, 142, 0.25);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.register-cta-box::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 78, 142, 0.06), transparent, rgba(77, 150, 255, 0.06), transparent);
  animation: rotate 20s linear infinite;
  z-index: 0;
}
.register-cta-box > * { position: relative; z-index: 1; }
@keyframes rotate {
  to { transform: rotate(360deg); }
}
.register-cta-label {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--cyan-soft);
  text-transform: uppercase;
  font-weight: 600;
}
.register-cta-title {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.register-cta-note {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}

/* ===== FAQ ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border-radius: var(--radius);
  border: 1px solid rgba(125, 211, 216, 0.15);
  background: rgba(125, 211, 216, 0.03);
  overflow: hidden;
  transition: all .25s;
}
.faq-item[open] {
  border-color: rgba(125, 211, 216, 0.35);
  background: rgba(125, 211, 216, 0.06);
}
.faq-item summary {
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 56px;
  transition: color .25s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: 'Q';
  display: inline-block;
  width: 28px; height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 800;
  background: var(--gradient-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border: 2px solid rgba(125, 211, 216, 0.3);
  border-radius: 50%;
  vertical-align: middle;
}
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 28px; top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid var(--cyan-soft);
  border-bottom: 2px solid var(--cyan-soft);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}
.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}
.faq-item summary:hover { color: var(--cyan-soft); }
.faq-body {
  padding: 0 28px 24px 70px;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
}
.faq-body p { margin: 0; }
.faq-body strong { color: #fff; font-weight: 700; }

@media (max-width: 768px) {
  .step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
    text-align: left;
  }
  .step-num { font-size: 32px; }
  .register-callout { grid-template-columns: 1fr; gap: 20px; }
  .register-info, .register-cta-box { padding: 32px 24px; }
  .faq-item summary {
    padding: 18px 22px;
    padding-right: 48px;
    font-size: 15px;
  }
  .faq-body { padding: 0 22px 20px 60px; font-size: 14px; }
  .contact-row { flex-direction: column; gap: 12px; }
  .contact-link { width: 100%; justify-content: center; }
}

/* ============================================
   Notice Page
============================================ */

/* ===== Search Box ===== */
.search-box {
  display: flex;
  align-items: center;
  background: rgba(125, 211, 216, 0.05);
  border: 1px solid rgba(125, 211, 216, 0.2);
  border-radius: 100px;
  padding: 4px 4px 4px 20px;
  transition: border-color .25s;
  min-width: 280px;
}
.search-box:focus-within {
  border-color: var(--cyan-soft);
}
.search-box input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 10px 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: #fff;
}
.search-box input::placeholder {
  color: rgba(255,255,255,0.4);
}
.search-box button {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gradient-rainbow);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ===== Notice List ===== */
.notice-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notice-item {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 216, 0.15);
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.04), rgba(125, 211, 216, 0.01));
  transition: all .25s;
  overflow: hidden;
}
.notice-item:hover {
  border-color: rgba(125, 211, 216, 0.35);
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.08), rgba(125, 211, 216, 0.03));
  transform: translateY(-2px);
}
.notice-item a {
  display: block;
  padding: 28px 32px;
}
.notice-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.tag-important {
  background: linear-gradient(135deg, rgba(255, 78, 142, 0.18), rgba(255, 140, 66, 0.18));
  color: #FF8C42;
  border: 1px solid rgba(255, 140, 66, 0.4);
}
.tag-event {
  background: linear-gradient(135deg, rgba(77, 150, 255, 0.18), rgba(157, 78, 221, 0.18));
  color: #4D96FF;
  border: 1px solid rgba(77, 150, 255, 0.4);
}
.tag-info {
  background: rgba(125, 211, 216, 0.12);
  color: var(--cyan-soft);
  border: 1px solid rgba(125, 211, 216, 0.3);
}
.notice-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #fff;
  transition: color .2s;
}
.notice-item:hover .notice-title { color: var(--cyan-soft); }
.notice-excerpt {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice-meta {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

/* ===== Pagination ===== */
.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.page-btn {
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 216, 0.2);
  background: rgba(125, 211, 216, 0.04);
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  font-size: 14px;
  transition: all .2s;
  padding: 0 12px;
}
.page-btn:not(:disabled):hover {
  background: rgba(125, 211, 216, 0.1);
  color: #fff;
}
.page-btn.active {
  background: var(--gradient-rainbow);
  color: #fff;
  border-color: transparent;
}
.page-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ===== Press Contact ===== */
.press-contact {
  margin-top: 48px;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(125, 211, 216, 0.06), rgba(125, 211, 216, 0.02));
  border: 1px solid rgba(125, 211, 216, 0.2);
  text-align: center;
}
.press-contact h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.press-contact > p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 24px;
}

/* ===== Gallery ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(125, 211, 216, 0.15);
  transition: transform .35s var(--easing);
}
.gallery-item:hover {
  transform: translateY(-4px) scale(1.01);
}
.gallery-ph-bg {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  filter: saturate(0.7) blur(2px);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(5, 13, 40, 0.85) 100%),
    radial-gradient(circle, rgba(125, 211, 216, 0.05) 1px, transparent 1px);
  background-size: 100% 100%, 24px 24px;
}
.gallery-ph-label {
  position: absolute;
  bottom: 20px; left: 24px;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .search-box { width: 100%; min-width: 0; }
  .notice-item a { padding: 22px 24px; }
  .notice-title { font-size: 17px; }
  .gallery-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
}
