.wr-top { background: #fff; border-bottom: 1px solid #ebe9f2; }
.wr-top-inner { width: min(1320px, calc(100% - 40px)); min-height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wr-logo { display: flex; align-items: center; gap: 14px; color: var(--ink,#34323c); text-decoration: none; min-width: 0; flex: 1; }
.wr-logo img { max-width: 185px; max-height: 74px; object-fit: contain; }
.wr-logo strong { display: block; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wr-logo span span { display: block; color: #757184; font-size: 12px; margin-top: 3px; }
.wr-top-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.wr-manage-link { display: inline-flex; align-items: center; gap: 7px; color: #33266f; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.wr-manage-link:hover { color: #1a1050; text-decoration: underline; }
.wr-lang-wrap { position: relative; display: inline-flex; align-items: center; gap: 6px; background: #f5f1ff; border: 1px solid #ddd8f0; border-radius: 6px; padding: 0 10px; height: 38px; }
.wr-lang-wrap .fa { color: #33266f; font-size: 14px; pointer-events: none; }
.wr-lang-select { appearance: none; -webkit-appearance: none; background: transparent; border: 0; color: #33266f; font-size: 13px; font-weight: 700; cursor: pointer; padding-right: 18px; height: 100%; }
.wr-lang-select:focus { outline: none; }
.wr-lang-caret { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #33266f; font-size: 10px; }
@media (max-width: 640px) {
  .wr-top-inner { width: calc(100% - 24px); align-items: flex-start; flex-direction: column; padding: 12px 0; gap: 10px; }
  .wr-manage-link { font-size: 12px; }
}
