:root {
  --bg: #050913;
  --surface: #0a1120;
  --surface-2: #0e182b;
  --line: rgba(144, 176, 218, 0.18);
  --line-strong: rgba(110, 208, 255, 0.42);
  --text: #f3f7fb;
  --muted: #92a0b7;
  --blue: #48c7ff;
  --blue-2: #407cff;
  --mint: #52f0c4;
  --danger: #ff6f83;
  --warning: #ffc86b;
  --success: #52f0c4;
  --header-height: 86px;
  --content: min(1180px, calc(100vw - 48px));
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(36, 112, 206, 0.14), transparent 45%),
    var(--bg);
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only, .honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--text); color: var(--bg); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.ambient { position: fixed; width: 38vw; height: 38vw; border-radius: 50%; filter: blur(110px); opacity: .08; pointer-events: none; z-index: -1; }
.ambient-one { background: var(--blue-2); top: 20%; left: -20%; }
.ambient-two { background: var(--mint); bottom: 5%; right: -24%; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-height);
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(28px, calc((100vw - 1440px) / 2));
  background: rgba(5, 9, 19, 0.7);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(5, 9, 19, 0.92); }

.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .9rem; letter-spacing: .12em; font-weight: 600; }
.brand b { color: var(--blue); font-weight: 800; }
.brand-mark { position: relative; display: inline-flex; align-items: center; width: 36px; height: 36px; }
.brand-mark i { position: absolute; width: 20px; height: 20px; border: 1px solid var(--blue); transform: rotate(45deg); border-radius: 3px; }
.brand-mark i:nth-child(1) { left: 1px; opacity: .4; }
.brand-mark i:nth-child(2) { left: 8px; opacity: .75; }
.brand-mark i:nth-child(3) { left: 15px; background: rgba(72, 199, 255, .08); }

.primary-nav { display: flex; align-items: center; gap: 38px; font-size: .87rem; font-weight: 500; }
.primary-nav > a, .nav-parent { padding: 30px 0; border: 0; background: transparent; cursor: pointer; color: #d4dce8; }
.primary-nav > a:hover, .nav-parent:hover { color: var(--blue); }
.nav-group { position: relative; }
.nav-dropdown {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translate(-50%, 10px);
  display: grid;
  min-width: 190px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  background: rgba(10, 17, 32, .98);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
  transition: .2s ease;
}
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown a { padding: 10px 12px; border-radius: 8px; color: var(--muted); white-space: nowrap; }
.nav-dropdown a:hover { background: rgba(72,199,255,.08); color: var(--text); }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 6px; font-size: .75rem; color: #5f6a7d; }
.lang-switch { border: 0; background: transparent; color: #67758b; padding: 8px 3px; cursor: pointer; }
.lang-switch[aria-pressed="true"] { color: var(--blue); font-weight: 700; }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--text); }

.section { position: relative; width: var(--content); margin-inline: auto; padding: 140px 0; scroll-margin-top: var(--header-height); }
.hero { width: 100%; min-height: 100svh; padding: calc(var(--header-height) + 70px) max(24px, calc((100vw - 1180px) / 2)) 80px; display: flex; align-items: center; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(84,131,184,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(84,131,184,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, black 28%, transparent 96%); }
.hero::before { content: ""; position: absolute; inset: 16% auto auto 43%; width: 50%; height: 60%; background: radial-gradient(circle, rgba(40, 126, 255, .18), transparent 68%); filter: blur(30px); }
.hero-copy { position: relative; width: min(650px, 58vw); z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .73rem; letter-spacing: .28em; font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(4.6rem, 9vw, 9rem); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; font-weight: 800; }
.hero h1 span { display: inline-block; color: transparent; -webkit-text-stroke: 1px rgba(115, 210, 255, .76); }
.hero-lead { max-width: 580px; margin: 38px 0 8px; color: #c2ccda; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-sub { margin: 0; color: #65758c; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--line); border-radius: 10px; font-size: .86rem; font-weight: 700; cursor: pointer; transition: .22s ease; }
.button.primary { color: #02111b; background: linear-gradient(135deg, var(--blue), #68e4ff); border-color: transparent; box-shadow: 0 14px 40px rgba(72,199,255,.15); }
.button.primary:hover { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(72,199,255,.25); }
.button.ghost { background: rgba(255,255,255,.02); }
.button.ghost:hover { border-color: var(--line-strong); color: var(--blue); }
.button.wide { width: 100%; }
.button.danger { color: #ffd7dd; border-color: rgba(255,111,131,.35); background: rgba(255,111,131,.08); }

.hero-orbit { position: absolute; right: max(5vw, calc((100vw - 1320px) / 2)); top: 50%; width: min(44vw, 630px); aspect-ratio: 1; transform: translateY(-48%); }
.orbit { position: absolute; inset: 5%; border: 1px solid rgba(72,199,255,.2); border-radius: 50%; animation: spin 24s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 20px var(--blue); }
.orbit::before { top: 8%; left: 25%; }.orbit::after { bottom: 18%; right: 10%; }
.orbit-b { inset: 18%; border-style: dashed; animation-direction: reverse; animation-duration: 18s; transform: rotateX(66deg) rotateZ(28deg); }
.core { position: absolute; inset: 29%; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(78, 235, 206, .25); background: radial-gradient(circle at 35% 30%, rgba(100,229,255,.38), rgba(17,53,96,.34) 40%, rgba(5,9,19,.9) 72%); box-shadow: inset 0 0 70px rgba(72,199,255,.12), 0 0 90px rgba(48,113,228,.16); }
.core span { font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.07em; color: rgba(221,248,255,.8); }
.scroll-cue { position: absolute; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 26px; display: flex; align-items: center; gap: 12px; color: #566278; font-size: .62rem; letter-spacing: .2em; }
.scroll-cue span { display: block; width: 42px; height: 1px; background: #465268; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-heading { max-width: 760px; margin-bottom: 62px; }
.section-heading h2, .contact-intro h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); }
.split-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.statement-card, .info-card, .service-panel, .inquiry-form, .ticket-result, .lookup-card, .admin-shell, .login-card { background: linear-gradient(145deg, rgba(14,24,43,.92), rgba(7,13,25,.88)); border: 1px solid var(--line); border-radius: var(--radius); }
.statement-card { position: relative; padding: clamp(30px, 5vw, 64px); overflow: hidden; }
.statement-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -90px; border: 1px solid rgba(72,199,255,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(72,199,255,.025), 0 0 0 70px rgba(72,199,255,.018); }
.card-number { color: #344157; font-weight: 800; }
.statement-card h3 { margin: 60px 0 20px; font-size: 2rem; }
.statement-card p { max-width: 690px; color: #a8b4c6; }
.about-metrics { display: grid; gap: 12px; }
.about-metrics article { display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 26px 32px; background: rgba(10,17,32,.68); border: 1px solid var(--line); border-radius: 18px; }
.about-metrics strong { color: var(--blue); font-size: 2.1rem; letter-spacing: -.03em; }
.about-metrics span { color: var(--muted); font-size: .86rem; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.info-card { padding: 32px; }
.info-card > span { color: var(--blue); font-size: .7rem; letter-spacing: .22em; }
.info-card h3 { font-size: 1.3rem; }
.info-card p { margin-bottom: 0; color: var(--muted); }

.people-section, .process-section { border-top: 1px solid var(--line); }
.partner-track { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.partner-track article { display: flex; flex-direction: column; align-items: center; padding: 48px 24px; border-right: 1px solid var(--line); background: rgba(9,16,30,.55); }
.partner-track article:last-child { border-right: 0; }
.partner-symbol { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 24px; color: var(--blue); border: 1px solid var(--line-strong); border-radius: 50%; font-size: 1.5rem; font-weight: 800; }
.partner-track strong { letter-spacing: .12em; }
.partner-track small { margin-top: 8px; color: var(--muted); }
.advisor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.advisor-card { padding: 18px; background: rgba(10,17,32,.62); border: 1px solid var(--line); border-radius: 18px; transition: .25s ease; }
.advisor-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.advisor-avatar { display: grid; place-items: end start; aspect-ratio: 4/3; padding: 18px; margin-bottom: 22px; color: rgba(144,210,255,.35); background: radial-gradient(circle at 70% 30%, rgba(72,199,255,.12), transparent 42%), linear-gradient(145deg, #101c30, #080e1b); border-radius: 12px; font-size: 2rem; font-weight: 800; }
.advisor-card > span { color: var(--blue); font-size: .66rem; letter-spacing: .18em; }
.advisor-card h3 { margin: 9px 0 4px; }
.advisor-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 34px 10px; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font-size: .78rem; letter-spacing: .16em; }
.process-list h3 { margin: 0 0 8px; font-size: 1.35rem; }
.process-list p { margin: 0; color: var(--muted); }

.services-section { width: min(1320px, calc(100vw - 48px)); }
.service-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-panel { position: relative; min-height: 510px; padding: 40px; overflow: hidden; transition: .3s ease; }
.service-panel:hover { transform: translateY(-7px); border-color: var(--line-strong); }
.service-panel::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -140px; bottom: -120px; background: radial-gradient(circle, rgba(72,199,255,.14), transparent 68%); }
.service-index { color: #354258; font-weight: 800; font-size: 2rem; }
.service-panel > p { margin-top: 92px; color: var(--blue); font-size: .68rem; letter-spacing: .2em; }
.service-panel h3 { font-size: 1.8rem; }
.service-panel ul { list-style: none; padding: 0; margin: 34px 0 0; }
.service-panel li { padding: 12px 0; color: #a8b4c6; border-bottom: 1px solid var(--line); }
.service-panel li::before { content: "+"; margin-right: 12px; color: var(--blue); }

.contact-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 8vw, 110px); align-items: start; border-top: 1px solid var(--line); }
.contact-intro { position: sticky; top: calc(var(--header-height) + 40px); }
.contact-intro > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-block; margin-top: 20px; color: var(--blue); font-weight: 600; }
.inquiry-form { display: grid; gap: 20px; padding: clamp(26px, 5vw, 48px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label:not(.check-row), .lookup-form label, .login-form label, .admin-reply label { display: grid; gap: 8px; color: #c6d0de; font-size: .82rem; }
input, select, textarea {
  width: 100%;
  color: var(--text);
  background: rgba(3,8,17,.72);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  outline: none;
  transition: .2s ease;
}
textarea { resize: vertical; min-height: 150px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(72,199,255,.08); }
select option { background: var(--surface); }
.check-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .75rem; cursor: pointer; }
.check-row input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--blue); }
.turnstile-wrap { min-height: 65px; }
.form-status { min-height: 24px; margin: 0; color: var(--muted); font-size: .82rem; }
.form-status.error { color: var(--danger); }
.form-status.success { color: var(--success); }
.ticket-result { grid-column: 2; padding: 42px; }
.ticket-result h3 { font-size: 1.8rem; }
.credential-box { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; align-items: center; margin: 12px 0; padding: 18px; background: rgba(3,8,17,.72); border: 1px solid var(--line); border-radius: 12px; }
.credential-box span { color: var(--muted); font-size: .72rem; }
.credential-box strong { grid-row: 2; font-size: 1.2rem; letter-spacing: .08em; }
.credential-box button { grid-column: 2; grid-row: 1 / 3; color: var(--blue); background: transparent; border: 0; cursor: pointer; font-size: .72rem; }

.site-footer { width: var(--content); margin: 0 auto; padding: 44px 0 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #657188; font-size: .72rem; }
.footer-brand { color: var(--text); }
.site-footer p { text-align: center; }
.site-footer nav { justify-self: end; display: flex; gap: 20px; }
.site-footer a:hover { color: var(--blue); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Inquiry lookup and legal pages */
.utility-page { min-height: 100svh; padding: calc(var(--header-height) + 70px) 24px 80px; }
.utility-wrap { width: min(900px, 100%); margin: 0 auto; }
.utility-heading { margin-bottom: 34px; }
.utility-heading h1 { margin: 0; font-size: clamp(2.4rem, 6vw, 4.5rem); letter-spacing: -.05em; }
.utility-heading p { color: var(--muted); }
.lookup-card, .login-card { padding: clamp(26px, 5vw, 46px); }
.lookup-form, .login-form { display: grid; gap: 18px; }
.inquiry-detail { display: grid; gap: 16px; margin-top: 22px; }
.detail-header, .reply-item { padding: 24px; background: rgba(10,17,32,.72); border: 1px solid var(--line); border-radius: 16px; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .75rem; }
.status-pill { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: rgba(72,199,255,.1); color: var(--blue); font-size: .7rem; font-weight: 700; }
.detail-body, .reply-item p { white-space: pre-wrap; color: #b8c3d2; }
.reply-item.admin { border-color: rgba(82,240,196,.22); }
.reply-item.admin > span { color: var(--mint); font-size: .7rem; letter-spacing: .14em; }
.legal-card { padding: clamp(28px, 6vw, 64px); background: rgba(10,17,32,.65); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-card h2 { margin-top: 42px; }
.legal-card p, .legal-card li { color: #a8b4c6; }

/* Admin */
.admin-page { min-height: 100svh; background: #050913; }
.admin-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 max(24px, calc((100vw - 1400px) / 2)); background: rgba(5,9,19,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.admin-header-actions { display: flex; gap: 10px; }
.small-button { min-height: 38px; padding: 0 14px; background: transparent; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); cursor: pointer; }
.admin-main { width: min(1400px, calc(100vw - 48px)); margin: 0 auto; padding: 42px 0 80px; }
.login-card { width: min(480px, 100%); margin: 10vh auto 0; }
.login-card h1 { margin-top: 0; }
.admin-dashboard[hidden], .login-card[hidden] { display: none; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.stat-card { padding: 20px; background: rgba(10,17,32,.7); border: 1px solid var(--line); border-radius: 14px; }
.stat-card span { color: var(--muted); font-size: .72rem; }
.stat-card strong { display: block; margin-top: 6px; font-size: 1.8rem; }
.admin-toolbar { display: grid; grid-template-columns: 1fr 180px auto; gap: 10px; margin-bottom: 14px; }
.admin-shell { display: grid; grid-template-columns: minmax(330px, .85fr) minmax(0, 1.45fr); min-height: 650px; overflow: hidden; }
.inquiry-list { border-right: 1px solid var(--line); max-height: 760px; overflow-y: auto; }
.inquiry-row { display: grid; gap: 7px; width: 100%; padding: 18px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.inquiry-row:hover, .inquiry-row.active { background: rgba(72,199,255,.055); }
.inquiry-row-head { display: flex; justify-content: space-between; gap: 10px; }
.inquiry-row small { color: var(--muted); }
.inquiry-row time { color: #647086; font-size: .68rem; }
.admin-detail { padding: clamp(22px, 4vw, 40px); max-height: 760px; overflow-y: auto; }
.empty-state { display: grid; place-items: center; min-height: 500px; color: var(--muted); text-align: center; }
.admin-detail h2 { margin: 8px 0; }
.admin-detail-message { padding: 20px; margin: 24px 0; white-space: pre-wrap; background: rgba(3,8,17,.6); border: 1px solid var(--line); border-radius: 12px; color: #bdc7d6; }
.admin-replies { display: grid; gap: 12px; margin: 22px 0; }
.admin-reply { display: grid; gap: 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.admin-reply-actions { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.admin-reply-actions > div { display: flex; gap: 8px; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; padding: 0 22px; }
  .menu-toggle { display: block; grid-column: 3; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; display: none; max-height: calc(100svh - var(--header-height)); overflow-y: auto; padding: 24px; background: rgba(5,9,19,.98); border-bottom: 1px solid var(--line); }
  .primary-nav.open { display: grid; gap: 2px; }
  .primary-nav > a, .nav-parent { display: block; width: 100%; padding: 14px; text-align: left; }
  .nav-dropdown { position: static; display: grid; opacity: 1; visibility: visible; transform: none; background: transparent; border: 0; box-shadow: none; padding: 0 0 10px 18px; }
  .hero-copy { width: min(690px, 78vw); }
  .hero-orbit { right: -18vw; opacity: .58; }
  .advisor-grid, .partner-track { grid-template-columns: repeat(2, 1fr); }
  .partner-track article:nth-child(2) { border-right: 0; }
  .partner-track article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-panels { grid-template-columns: 1fr; }
  .service-panel { min-height: auto; }
  .service-panel > p { margin-top: 45px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .ticket-result { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .site-footer nav { justify-self: center; }
  .footer-brand { justify-self: center; }
  .admin-shell { grid-template-columns: 1fr; }
  .inquiry-list { max-height: 420px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  :root { --content: min(100% - 32px, 1180px); --header-height: 72px; }
  .site-header { height: var(--header-height); padding: 0 16px; }
  .brand { font-size: .72rem; }.brand-mark { transform: scale(.85); }
  .header-actions { display: none; }
  .menu-toggle { grid-column: 3; }
  .section { padding: 100px 0; }
  .hero { padding-inline: 20px; min-height: 780px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(4rem, 21vw, 6.4rem); }
  .hero-lead { margin-top: 30px; }
  .hero-orbit { width: 100vw; right: -53vw; top: 31%; opacity: .38; }
  .scroll-cue { display: none; }
  .split-layout, .mission-grid, .advisor-grid, .partner-track, .form-row { grid-template-columns: 1fr; }
  .partner-track article { border-right: 0; border-bottom: 1px solid var(--line); }
  .partner-track article:last-child { border-bottom: 0; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 14px; }
  .service-panel { padding: 28px; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
  .credential-box { grid-template-columns: 1fr auto; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-main { width: min(100% - 24px, 1400px); }
  .admin-toolbar { grid-template-columns: 1fr; }
  .admin-header .brand > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
