/* 주소탭 — same chrome as existing portals: top menu, Top10 ranking boxes. */

.skin-jusotab,
.skin-jusotab * {
  box-sizing: border-box;
}

.skin-jusotab {
  --jtab-ink: #1a1430;
  --jtab-gold: #6d4aff;
  --jtab-gold-bright: #8b6dff;
  --jtab-hot: #ff7043;
  --jtab-paper: #f3f0fb;
  --jtab-surface: #ffffff;
  --jtab-muted: #6b6480;
  --jtab-line: #ddd4f5;
  --jtab-shadow: 0 12px 32px rgba(26, 20, 48, 0.08);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--jtab-ink);
  background:
    radial-gradient(1100px 420px at 12% -60px, rgba(109, 74, 255, 0.14), transparent 58%),
    radial-gradient(900px 360px at 90% 0, rgba(255, 112, 67, 0.1), transparent 52%),
    var(--jtab-paper);
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}

.skin-jusotab button,
.skin-jusotab input,
.skin-jusotab select,
.skin-jusotab textarea {
  font: inherit;
}

.skin-jusotab a {
  color: inherit;
  text-decoration: none;
}

.skin-jusotab ul,
.skin-jusotab ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jtab-wrap {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.jtab-inline { display: inline; }

.jtab-utility {
  background: #163a9a;
  color: #d6e4ff;
  font-size: 12px;
}

.jtab-utility-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  min-height: 36px;
}

.jtab-utility-tag {
  margin: 0;
  color: var(--jtab-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.jtab-utility-list {
  display: flex;
  align-items: center;
  gap: 14px;
}

.jtab-utility-list--right { margin-left: auto; }

.jtab-utility-link,
.jtab-utility-btn {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

.jtab-utility-link:hover,
.jtab-utility-btn:hover { color: var(--jtab-gold-bright); }

.jtab-utility-tele {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--jtab-gold-bright);
}

.jtab-utility-tele img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.jtab-hero {
  background: #fff;
  border-bottom: 1px solid var(--jtab-line);
  padding: 8px 0;
}

.jtab-hero-inner {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) minmax(160px, 220px);
  align-items: center;
  gap: 8px 14px;
}

.jtab-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--jtab-ink);
}

.jtab-logo-mark {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 16px;
}

.jtab-logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.jtab-logo-text strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.jtab-logo-text em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--jtab-gold);
}

.jtab-logo-img {
  display: block;
  width: auto;
  height: 44px;
}

.jtab-logo--compact img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
}

.jtab-search {
  display: grid;
  grid-template-columns: minmax(72px, 108px) minmax(0, 1fr) 88px;
  min-height: 48px;
  border: 2px solid var(--jtab-gold);
  border-radius: 14px 14px 6px 6px;
  overflow: hidden;
  background: #fff;
}

.jtab-search-select,
.jtab-search-input,
.jtab-search-submit {
  border: 0;
  background: transparent;
}

.jtab-search-select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 22px 0 10px;
  color: var(--jtab-ink);
  font-size: 13px;
  font-weight: 700;
  background: #fff url("/brand/yugiyu/ar_down.png") no-repeat right 6px center;
  background-size: 10px;
}

.jtab-search-input {
  min-width: 0;
  padding: 0 10px;
}

.jtab-search-submit {
  background: var(--jtab-gold);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.jtab-hot {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.jtab-hot-kicker {
  flex-shrink: 0;
  padding: 3px 7px;
  background: var(--jtab-ink);
  color: var(--jtab-gold-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.jtab-hot-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

.jtab-hot-rank {
  color: var(--jtab-gold);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.jtab-hot-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jtab-dock {
  background: #e8edf6;
  color: #344054;
  padding-top: 6px;
  border-bottom: 1px solid var(--jtab-line);
}

.jtab-dock-inner { display: flex; }

.jtab-dock-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 3px;
}

.jtab-dock-item { position: relative; }

.jtab-dock-link,
a.jtab-dock-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  background: #d7e0f0;
  border-radius: 10px 10px 0 0;
}

.jtab-dock-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.jtab-dock-link:hover,
.jtab-dock-link--home {
  background: #fff;
  color: var(--jtab-gold);
}

.jtab-dock-sub {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  min-width: 160px;
  padding: 8px;
  background: #fff;
  box-shadow: var(--jtab-shadow);
}

.jtab-dock-item--has:hover .jtab-dock-sub { display: grid; }

.jtab-dock-sub a {
  padding: 8px 10px;
  color: var(--jtab-ink);
}

.jtab-dock-sub a:hover {
  background: var(--jtab-paper);
  color: #7a5a12;
}

.jtab-launch {
  background: #fff;
  border-bottom: 1px solid var(--jtab-line);
}

.jtab-launch-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 10px 0;
}

.jtab-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 10px;
}

.jtab-chip img {
  display: block;
  width: 60px;
  height: 15px;
  object-fit: contain;
}

.jtab-main { padding: 16px 0 40px; }

.jtab-ads { margin-bottom: 12px; }

.jtab-ads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.jtab-ad {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--jtab-line);
}

.jtab-ad img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jtab-top10s {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.jtab-top10 {
  width: calc((100% - 15px) / 4);
  box-sizing: border-box;
  border: 1px solid var(--jtab-line);
  background: #fff;
}

.jtab-top10-head {
  border-bottom: 1px solid #eee;
  padding: 0 0 0 16px;
  height: 56px;
}

.jtab-top10-head-link {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding-right: 10px;
}

.jtab-top10-icon {
  flex-shrink: 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
}

.jtab-top10-icon img {
  display: block;
  width: 30px;
  height: auto;
}

.jtab-top10-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jtab-top10-more {
  margin-left: auto;
  color: #999;
  font-size: 18px;
}

.jtab-top10-grid {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: 10px 14px 14px;
}

.jtab-top10-sponsor {
  padding: 8px 14px 0;
  background: #fffdf4;
  border-bottom: 1px solid #f3e6b8;
}

.jtab-top10-sponsor-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  margin-right: 6px;
  padding: 0 6px;
  background: #1a1a2e;
  color: #ffd45a;
  font-size: 11px;
  font-weight: 800;
  line-height: 20px;
}

.jtab-top10-link {
  display: flex;
  align-items: center;
  height: 35px;
  min-width: 0;
  overflow: hidden;
}

.jtab-rank-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  flex-shrink: 0;
}

.jtab-top10-label {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jtab-top10-link:hover .jtab-top10-label { text-decoration: underline; }

.jtab-page { padding: 8px 0 24px; }
.jtab-page--narrow { max-width: 640px; }

.jtab-page-sub { margin: 22px 0 10px; font-size: 16px; }

.jtab-board {
  padding: 0;
  background: #fff;
  border: 1px solid var(--jtab-line);
}

.jtab-page-head {
  margin: 0;
  padding: 0 20px 12px;
  border-bottom: 1px solid #eee;
}

.jtab-page-head-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
}

.jtab-page-icon {
  flex-shrink: 0;
  width: 30px;
  height: auto;
}

.jtab-page-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.jtab-page-count {
  margin: 0;
  font-size: 14px;
  color: var(--jtab-muted);
}

.jtab-board-empty {
  padding: 24px;
  text-align: center;
}

.jtab-sites {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

.jtab-site {
  position: relative;
  width: calc(20% - 0.4%);
  margin-right: 0.5%;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

.jtab-site:nth-child(5n) { margin-right: 0; }

.jtab-site-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.jtab-site-link:hover .jtab-site-name { color: var(--jtab-gold); }

.jtab-site-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 0;
}

.jtab-site-logo {
  line-height: 100px;
  text-align: center;
  background: #fff;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jtab-site-logo img {
  max-width: 175px;
  max-height: 90px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.jtab-site-initial {
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #eee;
  font-size: 1rem;
  font-weight: 700;
}

.jtab-site-info {
  display: block;
  background: #eeeff5;
  border-top: 1px solid #ddd;
  height: 45px;
  padding: 10px;
  overflow: hidden;
}

.jtab-site-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jtab-wish {
  position: absolute;
  right: -1px;
  top: -5px;
  z-index: 2;
  border: 0;
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  cursor: pointer;
}

.jtab-detail {
  max-width: 960px;
  padding: 16px 12px 48px;
}

.jtab-crumb {
  font-size: 13px;
  color: var(--jtab-muted);
  margin-bottom: 16px;
}

.jtab-crumb a {
  color: inherit;
  text-decoration: none;
}

.jtab-crumb a:hover { color: var(--jtab-gold); }

.jtab-detail-hero {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.jtab-detail-hero img {
  max-width: min(100%, 480px);
  height: auto;
}

.jtab-detail-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px;
  line-height: 1.25;
}

.jtab-detail-url {
  text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
  word-break: break-all;
}

.jtab-detail-url a {
  color: var(--jtab-gold);
  text-decoration: underline;
}

.jtab-go-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin: 14px 0 0;
}

.jtab-btn {
  appearance: none;
  border: 0;
  padding: 11px 18px;
  background: var(--jtab-gold);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.jtab-btn--ghost {
  background: transparent;
  border: 1px solid var(--jtab-line);
  color: var(--jtab-ink);
}

.jtab-detail-banner {
  margin: 0 0 20px;
}

.jtab-detail-banner img {
  display: block;
  width: 100%;
  max-height: min(22rem, 48vh);
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--jtab-line);
}

.jtab-detail-body {
  border: 1px solid var(--jtab-line);
  border-radius: 12px;
  background: #fff;
  padding: 20px 16px;
  box-shadow: var(--jtab-shadow);
}

.jtab-detail-section {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.jtab-detail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--jtab-gold);
  margin: 0 0 8px;
}

.jtab-detail-empty {
  color: var(--jtab-muted);
  text-align: center;
  margin: 0;
}

.jtab-prose img {
  max-width: 100%;
  height: auto;
}

.jtab-alts { display: grid; gap: 6px; margin: 0 0 20px; }
.jtab-alts a { color: #1d4ed8; text-decoration: underline; }
.jtab-prose { margin-top: 0; }
.jtab-prose a { color: #1d4ed8; text-decoration: underline; }
.jtab-prose p { margin: 0 0 12px; }

.jtab-form { display: grid; gap: 12px; }
.jtab-form label { display: grid; gap: 6px; font-weight: 600; }

.jtab-form input,
.jtab-form textarea,
.jtab-form select {
  padding: 10px 12px;
  border: 1px solid var(--jtab-line);
  background: #fff;
}

.jtab-form--row {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.jtab-auth {
  width: min(420px, calc(100% - 32px));
  margin: 32px auto;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--jtab-line);
}

.jtab-alt { margin-top: 14px; }
.jtab-alt a { color: #1d4ed8; font-weight: 700; }

.jtab-plain { display: grid; gap: 10px; }
.jtab-muted { margin: 0; padding: 16px; color: var(--jtab-muted); }

.flash,
.error {
  margin: 12px auto;
  padding: 10px 12px;
}

.flash { background: #dbe7ff; }
.error { background: #f3d4c8; }

.jtab-footer {
  margin-top: auto;
  background: var(--jtab-ink);
  color: #d8cbb8;
  padding: 28px 0;
}

.jtab-footer-inner { display: grid; gap: 14px; }

.jtab-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
}

.jtab-footer-brand img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 8px;
}

.jtab-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.jtab-footer-nav a:hover { color: var(--jtab-gold-bright); }

.jtab-footer-copy {
  margin: 0;
  font-size: 12px;
  color: #8a7d68;
}

.jtab-desktop-only { display: block; }

.jtab-icon-btn {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: inherit;
}

.jtab-hot-toggle {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

.jtab-hot-expanded { display: none; }
.jtab-hot--expanded .jtab-hot-expanded { display: grid; }

.jtab-drawer-root[hidden] { display: none !important; }

.jtab-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(18, 21, 28, 0.55);
}

.jtab-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 41;
  width: min(320px, 86vw);
  overflow: auto;
  background: #fff;
}

.jtab-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: var(--jtab-ink);
  color: #fff8eb;
}

.jtab-drawer-close {
  border: 0;
  background: none;
  color: inherit;
  font-size: 22px;
  cursor: pointer;
}

.jtab-drawer-body { display: grid; padding: 8px 0 24px; }

.jtab-drawer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
}

.jtab-drawer-link--strong { font-weight: 800; }
.jtab-drawer-link--accent { color: var(--jtab-gold); font-weight: 700; }
.jtab-drawer-link--sub { padding-left: 40px; font-size: 13px; color: var(--jtab-muted); }
.jtab-drawer-link-ico { width: 18px; height: 18px; object-fit: contain; }
.jtab-drawer-sep { height: 1px; margin: 8px 16px; background: var(--jtab-line); }

body.jtab-drawer-open { overflow: hidden; }

@media (min-width: 768px) {
  .jtab-mobile-only { display: none !important; }
}

@media (max-width: 1100px) {
  .jtab-hero-inner {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .jtab-hero .jtab-hot { grid-column: 1 / -1; }

  .jtab-site {
    width: calc(25% - 0.375%);
  }

  .jtab-site:nth-child(5n) { margin-right: 0.5%; }
  .jtab-site:nth-child(4n) { margin-right: 0; }
}

@media (max-width: 767px) {
  .jtab-desktop-only { display: none !important; }

  .jtab-wrap { width: calc(100% - 20px); }

  .jtab-mobile-hd {
    background: var(--jtab-ink);
    color: #fff;
  }

  .jtab-mobile-hd-inner {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    min-height: 56px;
    padding: 0 10px;
  }

  .jtab-mobile-hd-inner .jtab-logo { justify-self: center; color: #fff8eb; }
  .jtab-mobile-user { justify-self: end; }

  .jtab-mobile-search {
    padding: 10px 12px 8px;
    background: #1c2230;
  }

  .jtab-search--mobile {
    width: 100%;
    min-height: 42px;
    grid-template-columns: 100px minmax(0, 1fr) 52px;
  }

  .jtab-mobile-hot {
    background: #fff;
    border-bottom: 1px solid var(--jtab-line);
  }

  .jtab-hot--mobile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 40px 8px 12px;
  }

  .jtab-hot-toggle { position: absolute; right: 8px; top: 8px; }

  .jtab-hot--expanded .jtab-hot-panel { display: none; }

  .jtab-hot-expanded li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
  }

  .jtab-mcats {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px;
    background: #fff;
    border-bottom: 1px solid var(--jtab-line);
  }

  .jtab-mcats::-webkit-scrollbar { height: 0; }

  .jtab-mcat {
    display: grid;
    justify-items: center;
    gap: 4px;
    flex: 0 0 auto;
    min-width: 64px;
    font-size: 11px;
    font-weight: 700;
  }

  .jtab-mcat img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }

  .jtab-launch-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .jtab-launch-nav::-webkit-scrollbar { display: none; }

  .jtab-chip { flex: 0 0 auto; }

  .jtab-ads-grid {
    grid-template-columns: 1fr;
  }

  .jtab-top10-head,
  .jtab-top10-head-link {
    height: auto;
    min-height: 48px;
  }

  .jtab-top10-title {
    font-size: 15px;
    white-space: normal;
  }

  .jtab-top10-grid { min-height: 0; }

  .jtab-site {
    width: calc(50% - 2.5px);
    margin-right: 5px;
  }

  .jtab-site:nth-child(5n),
  .jtab-site:nth-child(4n) { margin-right: 5px; }

  .jtab-site:nth-child(2n) { margin-right: 0; }

  .jtab-page-title { font-size: 18px; }
  .jtab-logo-img { width: auto; height: 40px; }
}

@media (max-width: 420px) {
  .jtab-top10 { width: 100%; }
}

/* Browser-tab chrome (distinct from vault/pin skins). */
.jtab-tabbar {
  background: var(--jtab-ink);
  color: #f6f2ff;
  font-size: 13px;
}
.jtab-tabbar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  min-height: 44px;
}
.jtab-tabbar-notice {
  position: relative;
  font-weight: 800;
  color: #1a1430;
  background: var(--jtab-hot);
  padding: 6px 14px 8px;
  border-radius: 12px 12px 0 0;
  margin-bottom: -1px;
}
.skin-jusotab a.jtab-chip-official,
.jtab-chip-official {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: #2a2150;
  color: #f6f2ff;
}
.jtab-chip-official img { width: 22px; height: 22px; border-radius: 6px; }
.jtab-chip-kicker {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--jtab-hot);
  color: #1a1430;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.jtab-chip-official--mobile {
  width: 100%;
  justify-content: center;
  border-radius: 0;
  padding: 8px 12px;
}
.jtab-mobile-chip { background: #2a2150; }
.jtab-tabbar-tools,
.jtab-tabbar-account {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.jtab-tabbar-account { margin-left: auto; }
.jtab-tabbar-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  border-radius: 999px;
  padding: 5px 10px;
  cursor: pointer;
}
.jtab-tabbar-btn--tele { display: inline-flex; align-items: center; gap: 6px; }
.jtab-tabbar-cta {
  font-weight: 800;
  color: var(--jtab-hot);
}

.jtab-mast {
  background: #fff;
  border-bottom: 2px solid var(--jtab-gold);
}
.jtab-mast-frame {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) 220px;
  gap: 16px 20px;
  align-items: center;
  padding: 18px 0 16px;
}
.jtab-window-dots {
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  gap: 6px;
}
.jtab-window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd4f5;
}
.jtab-window-dots span:first-child { background: #ff7043; }
.jtab-window-dots span:nth-child(2) { background: #ffc857; }
.jtab-window-dots span:nth-child(3) { background: #6d4aff; }

.jtab-tabs {
  background: linear-gradient(180deg, #ece6fb 0%, #f3f0fb 100%);
  border-bottom: 1px solid var(--jtab-line);
}
.jtab-tabs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  padding: 10px 0 0;
}
.jtab-tabs-item { position: relative; }
.jtab-tab {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 72px;
  padding: 10px 12px 12px;
  background: #fff;
  border: 1px solid var(--jtab-line);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  font-weight: 800;
  font-size: 12px;
}
.jtab-tab--home { color: var(--jtab-gold); }
.jtab-tab-ico {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}
.jtab-tab-ico img { width: 40px; height: 40px; object-fit: contain; }
.jtab-tabs-sub {
  display: none;
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 0;
  min-width: 140px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid var(--jtab-line);
  border-radius: 0 0 12px 12px;
  box-shadow: var(--jtab-shadow);
}
.jtab-tabs-item--has:hover .jtab-tabs-sub { display: grid; }
.jtab-tabs-sub a { display: block; padding: 8px 12px; font-size: 13px; }
.jtab-tabs-sub a:hover { background: #f3f0fb; color: var(--jtab-gold); }

.jtab-top10s.jtab-windows {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.jtab-windows .jtab-top10,
.jtab-windows .jtab-window {
  width: auto;
  max-width: none;
  min-width: 0;
}
.jtab-window {
  position: relative;
  overflow: hidden;
  border-radius: 0 16px 16px 16px;
  border: 1px solid var(--jtab-line);
  background: #fff;
  box-shadow: var(--jtab-shadow);
}
.jtab-window-face {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px 12px 10px;
  background: linear-gradient(180deg, rgba(109, 74, 255, 0.12), transparent 70%);
}
.jtab-window-ear {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 8px;
  background: var(--jtab-gold);
  border-radius: 0 0 10px 0;
}
.jtab-window:nth-child(3n) .jtab-window-ear { background: var(--jtab-hot); }
.jtab-window:nth-child(3n+2) .jtab-window-ear { background: #8b6dff; }
.jtab-window-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #f3f0fb;
}
.jtab-window-icon img { width: 52px; height: 52px; object-fit: contain; }
.jtab-window-open {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--jtab-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.jtab-window-face:hover .jtab-window-open {
  background: var(--jtab-hot);
  color: #1a1430;
}
.jtab-window-face .jtab-top10-title {
  font-size: 16px;
  font-weight: 800;
}

.jtab-open {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid var(--jtab-gold);
  box-shadow: var(--jtab-shadow);
}
.jtab-open-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
  color: var(--jtab-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.skin-jusotab a.jtab-open-bar,
.jtab-open-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border-radius: 16px;
  background: var(--jtab-ink);
  color: #f6f2ff;
}
.jtab-open-host { display: flex; flex-direction: column; gap: 2px; color: var(--jtab-hot); font-weight: 800; }
.jtab-open-host-kicker { color: #c9c0e8; font-size: 11px; font-weight: 700; }
.jtab-go-logo {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 20px;
  background: #fff;
  color: var(--jtab-ink);
  overflow: hidden;
}
.jtab-go-letter { font-size: 32px; font-weight: 800; }
.jtab-go-logo-img { display: block; max-width: 100%; max-height: 88px; object-fit: contain; }
.jtab-go-meta { display: grid; gap: 4px; min-width: 0; }
.jtab-go-name { font-size: 22px; letter-spacing: -0.04em; color: #fff; }
.jtab-open-bar .jtab-go-url { color: #b8aed8; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.skin-jusotab a.jtab-btn,
.jtab-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 12px 20px;
  background: var(--jtab-gold);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.skin-jusotab a.jtab-btn--ghost,
.jtab-btn--ghost {
  background: transparent;
  border: 1px solid var(--jtab-line);
  color: var(--jtab-ink);
}
.skin-jusotab a.jtab-btn--go,
.jtab-btn--go {
  min-width: 180px;
  background: var(--jtab-ink);
  color: var(--jtab-hot);
}
.skin-jusotab a.jtab-btn--go:hover,
.jtab-btn--go:hover { color: #ff8a66; filter: brightness(1.08); }
.jtab-page-icon { width: 44px; height: 44px; object-fit: contain; }

.jtab-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  padding: 28px 0 18px;
}
.jtab-footer { background: var(--jtab-ink); color: #d8d0f0; }
.jtab-footer h2 { margin: 0 0 10px; font-size: 13px; color: #fff; }
.jtab-footer-official, .jtab-footer-host, .jtab-footer-tagline, .jtab-footer-blurb { margin: 0 0 8px; }
.jtab-footer a { color: #fff; }
.jtab-footer-links { display: grid; gap: 6px; }
.jtab-footer-company dl { display: grid; gap: 6px; }
.jtab-footer-company dt { color: #9b93b8; font-size: 12px; }
.jtab-footer-bottom { padding: 0 0 24px; }
.jtab-footer-disclaimer { font-size: 12px; color: #9b93b8; }

.jtab-notice-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(26, 20, 48, 0.55);
  backdrop-filter: blur(4px);
}
.jtab-notice-backdrop[hidden] { display: none !important; }
.jtab-notice-dialog {
  width: min(440px, 92vw);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.jtab-notice-hero {
  position: relative;
  padding: 28px 24px 18px;
  background: linear-gradient(145deg, #1a1430 0%, #6d4aff 58%, #ff7043 100%);
  color: #fff;
  text-align: center;
}
.jtab-notice-logo { width: 72px; height: 72px; border-radius: 18px; }
.jtab-notice-brand { margin: 8px 0 0; font-weight: 800; }
.jtab-notice-title { margin: 4px 0 0; font-size: 20px; font-weight: 800; }
.jtab-notice-body { padding: 18px 22px; }
.jtab-notice-host-box { padding: 10px 12px; margin: 10px 0; background: #f3f0fb; border-radius: 12px; }
.jtab-notice-host-label { margin: 0 0 4px; font-size: 12px; color: var(--jtab-muted); }
.jtab-notice-host { margin: 0; font-weight: 800; }
.jtab-notice-actions { display: flex; gap: 8px; justify-content: flex-end; padding: 0 18px 18px; }
.jtab-notice-muted, .jtab-notice-close {
  appearance: none;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 700;
}
.jtab-notice-muted { background: #f3f0fb; }
.jtab-notice-close { background: var(--jtab-gold); color: #fff; }

@media (max-width: 1100px) {
  .jtab-mast-frame {
    grid-template-columns: max-content minmax(0, 1fr);
  }
  .jtab-mast .jtab-hot { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .jtab-top10s.jtab-windows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .jtab-tab { min-width: 64px; }
  .jtab-mcat img { width: 44px; height: 44px; }
  .jtab-search--mobile {
    grid-template-columns: 100px minmax(0, 1fr) 64px;
  }
  .jtab-window-face { grid-template-columns: 56px minmax(0, 1fr); }
  .jtab-window-open { display: none; }
  .jtab-btn--go { min-width: 0; width: 100%; }
  .jtab-footer-grid { grid-template-columns: 1fr; }
  .jtab-open-bar { align-items: flex-start; }
}
@media (max-width: 420px) {
  .jtab-top10s.jtab-windows {
    grid-template-columns: 1fr;
  }
}

