.public-header, .public-header * { box-sizing: border-box; }
[data-public-header] { display: block; min-height: 67px; border-bottom: 1px solid #e5e8ed; background: #fff; }
.public-header { position: relative; z-index: 30; height: 67px; margin: 0; border-bottom: 1px solid #e5e8ed; background: #fff; color: #17233b; font: 600 14px/1.4 "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; letter-spacing: normal; text-align: left; }
.public-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: calc(100% - 76px); max-width: 1460px; height: 66px; margin: 0 auto; }
.public-header a { color: inherit; text-decoration: none; }
.public-brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 10px; white-space: nowrap; }
.public-brand img { display: block; width: 27px; height: 30px; object-fit: contain; }
.public-brand span { color: #5855ff; font-size: 19px; font-weight: 700; letter-spacing: -.8px; }
.public-nav { display: flex; align-items: center; justify-content: center; gap: 53px; margin: 0 auto; }
.public-nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; }
.public-nav a:hover, .public-nav a[aria-current="page"] { color: #514feb; }
.public-header__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.public-profile { display: inline-flex; align-items: center; gap: 8px; height: 42px; max-width: 170px; padding: 0 10px 0 6px; border: 1px solid #e1e6f1; border-radius: 12px; font-size: 13px; font-weight: 700; }
.public-profile img { display: block; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; }
.public-profile span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-header .public-start { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 11px 18px; border-radius: 8px; color: #fff; background: linear-gradient(110deg,#6261f8,#4144d9); box-shadow: 0 3px 8px #c9cdfb; white-space: nowrap; }
.public-header .language-selector { display: flex; align-items: center; margin: 0; }
.public-header .language-selector select { width: 94px; min-width: 0; max-width: none; min-height: 36px; margin: 0; padding: 7px 8px; border: 1px solid #d6dcef; border-radius: 7px; background: #fff; color: #283859; font: 400 12px/1.4 "Segoe UI", "Malgun Gothic", sans-serif; }
.public-header .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.public-header a:focus-visible, .public-header select:focus-visible { outline: 2px solid #5754ef; outline-offset: 3px; }
.public-header-page > .site-header--target,
.public-header-page > .site-header--legacy,
.public-header-page > .about-header { display: none !important; }
.public-header-page > .profile-header .profile-brand,
.public-header-page > .simple-header .simple-brand,
.public-header-page .workspace-topbar__brand { display: none; }
.public-header-page > .profile-header,
.public-header-page > .simple-header { min-height: 48px; padding-block: 10px; }
.public-info-page { margin: 0; background: #f8faff; color: #17233b; font-family: "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; }
.public-info { display: grid; min-height: calc(100vh - 67px); place-items: start center; max-width: 1120px; margin: 0 auto; padding: 96px 24px; }
.public-info__card { width: min(720px,100%); padding: clamp(32px,6vw,64px); border: 1px solid #e0e5f1; border-radius: 24px; background: #fff; box-shadow: 0 18px 52px rgba(42,55,98,.09); text-align: center; }
.public-info__eyebrow { margin: 0 0 12px; color: #5654e9; font-size: 14px; font-weight: 800; }
.public-info h1 { margin: 0; font-size: clamp(26px,4vw,40px); font-weight: 700; line-height: 1.5; letter-spacing: -1px; }
.public-info__message { margin: 18px 0 0; color: #5d6982; font-size: clamp(16px,2vw,19px); line-height: 1.7; }
body > .public-header ~ .audio-control { top: calc(var(--public-header-visible, 67px) + 16px); }
@media (max-width: 1000px) { .public-nav { gap: 24px; } .public-header__inner { width: calc(100% - 40px); gap: 16px; } }
@media (max-width: 760px) {
  [data-public-header] { min-height: 112px; }
  .public-header { height: 112px; }
  .public-header__inner { display: grid; grid-template-columns: auto 1fr; grid-template-rows: 58px 53px; gap: 0 10px; width: calc(100% - 24px); height: 111px; }
  .public-brand { gap: 5px; }
  .public-brand span { font-size: 16px; }
  .public-brand img { width: 24px; height: 27px; }
  .public-header__actions { justify-content: flex-end; gap: 7px; }
  .public-profile { width: 36px; height: 36px; padding: 2px; border-radius: 10px; }
  .public-profile span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .public-header .public-start { min-height: 36px; padding: 8px 10px; font-size: 12px; }
  .public-header .language-selector select { width: 72px; padding-inline: 4px; }
  .public-nav { grid-row: 2; grid-column: 1/-1; justify-content: space-around; width: 100%; gap: 0; margin: 0; border-top: 1px solid #f0f2f8; font-size: 14px; }
  .public-nav a { justify-content: center; flex: 1; min-height: 48px; }
  .public-info { padding: 64px 24px; }
  body > .public-header ~ .audio-control { top: calc(var(--public-header-visible, 112px) + 10px); }
}
@media (max-width: 420px) {
  .public-header__inner { width: calc(100% - 16px); gap: 0 6px; }
  .public-brand span { font-size: 15px; }
  .public-header__actions { gap: 5px; }
  .public-profile { width: 34px; height: 34px; }
  .public-profile img { width: 28px; height: 28px; flex-basis: 28px; }
  .public-header .public-start { padding-inline: 8px; font-size: 11px; }
  .public-header .language-selector select { width: 64px; font-size: 11px; }
  .public-info { padding: 42px 16px; }
}
