﻿/* 주소와 coral chrome. */

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

.skin-jusowa {
  --jwa-ink: #1c1014;
  --jwa-ink-2: #3a1d28;
  --jwa-coral: #ff4d6d;
  --jwa-coral-deep: #e11d48;
  --jwa-ember: #ff5a3c;
  --jwa-sun: #ffc857;
  --jwa-paper: #fff5f3;
  --jwa-surface: #ffffff;
  --jwa-muted: #8a6a72;
  --jwa-line: #f5c2c7;
  --jwa-shadow: 0 12px 32px rgba(6, 20, 27, 0.08);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--jwa-ink);
  background:
    radial-gradient(1200px 420px at 80% -80px, rgba(255, 77, 109, 0.16), transparent 60%),
    var(--jwa-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-jusowa button,
.skin-jusowa input,
.skin-jusowa select,
.skin-jusowa textarea {
  font: inherit;
}

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

.jwa-mast,
.jwa-mast a.jwa-logo,
.jwa-mast .jwa-logo-text,
.jwa-mast .jwa-logo-text strong {
  color: var(--jwa-ink);
}

.jwa-mast .jwa-logo-text em {
  color: var(--jwa-coral-deep);
}

.skin-jusowa ul,
.skin-jusowa 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;
}

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

.jwa-inline { display: inline; }

.jwa-utility {
  background: #1c1014;
  color: #fff8f6;
  font-size: 12px;
  border-bottom: 3px solid var(--jwa-coral);
}

.jwa-utility-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  overflow: hidden;
}

.skin-jusowa a.jwa-util-official,
.jwa-util-official strong {
  color: var(--jwa-ink);
}

.jwa-util-official {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
  height: 24px;
  padding: 0 8px 0 3px;
  border-radius: 999px;
  background: #fff8f6;
  color: var(--jwa-ink);
  white-space: nowrap;
}

.jwa-util-official img {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  object-fit: contain;
}

.jwa-util-official-kicker {
  padding: 1px 6px;
  border-radius: 999px;
  background: var(--jwa-coral);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.jwa-util-official strong {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.jwa-util-push { margin-left: auto; }

.jwa-utility button { margin: 0; }

.jwa-util-chip,
.jwa-util-cta,
.jwa-util-text {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 4px;
  height: 24px;
  border: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.jwa-util-chip {
  padding: 0 8px;
  border-radius: 6px;
  background: transparent;
  color: #fff8f6;
  border: 1px solid rgba(255, 248, 246, 0.28);
}

.jwa-util-chip:hover {
  background: rgba(255, 77, 109, 0.2);
  border-color: var(--jwa-coral);
  color: #fff;
}

.skin-jusowa a.jwa-util-cta {
  padding: 0 10px;
  border-radius: 6px;
  background: var(--jwa-coral);
  color: #fff;
  font-weight: 800;
}

.jwa-util-cta:hover { background: var(--jwa-coral-deep); color: #fff; }

.jwa-util-text {
  padding: 0 6px;
  color: rgba(255, 248, 246, 0.78);
}

.jwa-util-text:hover { color: #fff; }

.jwa-mobile-official {
  background: #1c1014;
  padding: 8px 12px;
  border-bottom: 3px solid var(--jwa-coral);
}

.jwa-util-official--mobile {
  width: 100%;
  justify-content: center;
}

.jwa-header { width: 100%; }

.jwa-mast {
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 77, 109, 0.14) 1.2px, transparent 1.4px),
    linear-gradient(180deg, #fff7f4 0%, #ffe4e8 100%);
  background-size: 22px 22px, auto;
  color: var(--jwa-ink);
  padding: 22px 0 18px;
}

.jwa-mast-inner {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr);
  align-items: center;
  gap: 18px 28px;
}

.jwa-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: max-content;
}

.jwa-logo-mark {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 0 0 3px #fff;
}

.jwa-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  line-height: 1.15;
  white-space: nowrap;
}

.jwa-logo-text strong {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.jwa-logo-text em {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--jwa-coral-deep);
}

.jwa-logo--compact {
  gap: 8px;
  color: #fff8f6;
}

.jwa-logo--compact img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 0 0 2px #fff;
}

.jwa-logo--compact span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.jwa-search {
  display: grid;
  grid-template-columns: minmax(72px, 100px) minmax(0, 1fr) 96px;
  align-items: stretch;
  min-width: 0;
  min-height: 52px;
  border: 2px solid var(--jwa-coral);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(225, 29, 72, 0.12);
}

.jwa-search-select,
.jwa-search-input,
.jwa-search-submit {
  border: 0;
  outline: none;
}

.jwa-search-select {
  padding: 0 10px 0 16px;
  background: transparent;
  color: var(--jwa-ink);
  font-weight: 600;
}

.jwa-search-input {
  min-width: 0;
  padding: 0 12px;
  background: transparent;
  color: var(--jwa-ink);
}

.jwa-search-input::placeholder { color: #b08992; }

.jwa-search-submit {
  background: var(--jwa-coral);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  border-radius: 0;
}

.jwa-search-submit:hover {
  background: var(--jwa-coral-deep);
  color: #fff;
}

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

.jwa-hot-kicker {
  flex-shrink: 0;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--jwa-coral);
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

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

.jwa-hot-rank {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-18deg);
  background: var(--jwa-coral);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.jwa-hot-link,
a.jwa-hot-link {
  min-width: 0;
  overflow: hidden;
  color: var(--jwa-ink);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.jwa-hot-link:hover { color: var(--jwa-coral-deep); }

.jwa-dock {
  background: #fff;
  color: var(--jwa-ink);
  border-bottom: 3px solid var(--jwa-coral);
}

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

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

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

.jwa-dock-link,
a.jwa-dock-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 12px;
  color: var(--jwa-ink);
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  white-space: nowrap;
}

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

.jwa-dock-ico {
  display: inline-flex;
  color: var(--jwa-coral);
}

.jwa-dock-link:hover,
.jwa-dock-item:hover > .jwa-dock-link,
.jwa-dock-item:hover > a.jwa-dock-link,
a.jwa-dock-link:hover,
a.jwa-dock-link--home,
.jwa-dock-link--home {
  background: #fff0f3;
  color: var(--jwa-coral-deep);
}

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

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

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

.jwa-dock-sub a:hover {
  background: var(--jwa-paper);
  color: var(--jwa-coral-deep);
}

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

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

.jwa-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--jwa-line);
}

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

.jwa-chip:hover {
  border-color: var(--jwa-coral);
  background: #e4faf3;
}

.jwa-mobile-hd {
  background: linear-gradient(90deg, #e11d48 0%, #ff4d6d 100%);
  color: #fff;
}

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

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

.jwa-mobile-hd-inner .jwa-logo { justify-self: center; }
.jwa-mobile-user { justify-self: end; }

.jwa-mobile-search {
  padding: 10px 12px 8px;
  background: #fff5f3;
}

.jwa-search--mobile {
  min-height: 44px;
  grid-template-columns: 78px minmax(0, 1fr) 64px;
}

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

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

.jwa-hot--mobile .jwa-hot-panel {
  flex: 1;
  min-width: 0;
}

.jwa-hot--mobile .jwa-hot-link,
.jwa-hot--mobile a.jwa-hot-link { color: var(--jwa-ink); }

.jwa-hot-toggle {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--jwa-muted);
}

.jwa-hot-expanded {
  display: grid;
  flex-basis: 100%;
  width: 100%;
  gap: 6px;
  padding: 6px 0 10px;
}

.jwa-hot-expanded[hidden],
.jwa-hot-toggle[hidden],
.jwa-drawer-root[hidden] {
  display: none !important;
}

.jwa-hot-expanded li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jwa-drawer-root[hidden] { display: none; }

.jwa-drawer-root:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.jwa-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 27, 0.55);
}

.jwa-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: min(86vw, 320px);
  height: 100%;
  background: #fff;
  overflow: auto;
  box-shadow: 12px 0 40px rgba(0, 0, 0, 0.2);
}

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

.jwa-drawer-close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
}

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

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

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

.jwa-mcat {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 64px;
  color: var(--jwa-ink);
  font-size: 11px;
  font-weight: 700;
}

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

.jwa-drawer-link-ico {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.jwa-drawer-link {
  display: block;
  padding: 11px 16px;
  color: var(--jwa-ink);
  font-weight: 600;
}

.jwa-drawer-link:hover { background: var(--jwa-paper); }
.jwa-drawer-link--strong { font-weight: 800; }
.jwa-drawer-link--accent { color: var(--jwa-coral-deep); }
.jwa-drawer-link--sub {
  padding-left: 28px;
  color: var(--jwa-muted);
  font-weight: 500;
}

.jwa-drawer-sep {
  margin: 8px 16px;
  border-top: 1px solid var(--jwa-line);
}

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

#main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.jwa-main { flex: 1; padding: 22px 0 48px; }

.jwa-ads-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.jwa-ad {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #d7ece6;
  aspect-ratio: 15 / 4;
}

.jwa-ad img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skin-jusowa .portal-banner { border-radius: 0; }

.jwa-top10s {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.jwa-top10 {
  width: auto;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid var(--jwa-line);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--jwa-shadow);
}

.jwa-top10-head {
  border-bottom: 1px solid #e6f3ee;
  padding: 0 0 0 16px;
  height: 56px;
  background:
    linear-gradient(90deg, rgba(255, 77, 109, 0.18), transparent 62%),
    var(--jwa-ink-2);
}

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

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

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

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

.jwa-top10-more {
  margin-left: auto;
  color: var(--jwa-coral);
  font-size: 18px;
}

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

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

.jwa-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: var(--jwa-ink);
  color: var(--jwa-sun);
  font-size: 11px;
  font-weight: 800;
  line-height: 20px;
  border-radius: 6px;
}

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

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

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

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

.jwa-empty,
.jwa-muted {
  margin: 0;
  padding: 16px;
  color: var(--jwa-muted);
}

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

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

.jwa-board {
  padding: 0;
  background: var(--jwa-surface);
  border: 1px solid var(--jwa-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--jwa-shadow);
}

.jwa-page-head {
  margin: 0;
  padding: 0 20px 12px;
  border-bottom: 1px solid var(--jwa-line);
}

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

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

.jwa-page-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

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

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

.jwa-board-empty a { color: var(--jwa-coral-deep); font-weight: 700; }

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

.jwa-site {
  position: relative;
  width: calc(20% - 0.4%);
  margin-right: 0.5%;
  margin-bottom: 5px;
  border: 1px solid var(--jwa-line);
  background: #fff;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

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

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

.jwa-site-link:hover .jwa-site-name { color: var(--jwa-coral-deep); }

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

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

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

.jwa-site-initial {
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  background: #e8faf4;
  color: var(--jwa-ink);
  font-size: 1rem;
  font-weight: 700;
}

.jwa-site-info {
  display: block;
  background: #fff5f3;
  border-top: 1px solid var(--jwa-line);
  height: 45px;
  padding: 10px;
  overflow: hidden;
}

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

.jwa-wish,
.jwa-site .wish-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.jwa-page > .jwa-page-title { margin: 0 0 18px; }

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

.jwa-crumb a:hover { color: var(--jwa-coral-deep); }

.jwa-go {
  padding: 0 0 18px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--jwa-line);
  box-shadow: var(--jwa-shadow);
}

.jwa-go-kicker {
  margin: 0;
  padding: 10px 18px;
  background: linear-gradient(90deg, #e11d48 0%, #ff4d6d 70%, #ffc857 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.skin-jusowa a.jwa-go-card,
.jwa-go-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  color: var(--jwa-ink);
}

.jwa-go-logo {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  background: var(--jwa-ink);
  overflow: hidden;
}

.skin-jusowa a.jwa-go-card .jwa-go-logo,
.skin-jusowa a.jwa-go-card .jwa-go-letter,
.jwa-go-logo,
.jwa-go-letter {
  color: #fff;
}

.jwa-go-logo:has(.jwa-go-logo-img:not([hidden])) {
  width: auto;
  height: auto;
  max-width: min(320px, 48vw);
  background: transparent;
  border-radius: 12px;
  overflow: visible;
}

.jwa-go-logo:has(.jwa-go-logo-img:not([hidden])) .jwa-go-letter {
  display: none;
}

.jwa-go-letter {
  font-family: inherit;
  font-size: 32px;
  font-weight: 800;
}

.jwa-go-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
}

.jwa-go-meta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.jwa-go-name {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--jwa-ink);
}

.jwa-go-host {
  color: var(--jwa-coral-deep);
  font-weight: 800;
}

.jwa-go-url {
  color: var(--jwa-muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jwa-go-alts {
  display: grid;
  gap: 6px;
  margin: 0 20px 12px;
}

.jwa-go-alts a { color: var(--jwa-coral-deep); }

.jwa-go-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px;
}

.skin-jusowa a.jwa-btn,
.jwa-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  background: var(--jwa-ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}

.jwa-btn:hover { color: #fff; filter: brightness(1.08); }

.skin-jusowa a.jwa-btn--ghost,
.jwa-btn--ghost {
  background: #fff;
  border: 1.5px solid var(--jwa-line);
  color: var(--jwa-ink);
}

.jwa-btn--ghost:hover {
  border-color: var(--jwa-coral);
  color: var(--jwa-coral-deep);
  filter: none;
}

.skin-jusowa a.jwa-btn--go,
.jwa-btn--go {
  min-width: 0;
  background: linear-gradient(180deg, #ff4d6d 0%, #e11d48 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(225, 29, 72, 0.28);
}

.jwa-btn--wish {
  background: #fff8f6;
  border: 1.5px dashed var(--jwa-coral);
  color: var(--jwa-coral-deep);
}

.jwa-btn--wish:hover {
  background: #fff0f3;
  color: var(--jwa-coral-deep);
  filter: none;
}

.jwa-detail-banner { margin: 18px 0 0; }

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

.jwa-detail-body {
  margin-top: 18px;
  border: 1px solid var(--jwa-line);
  border-left: 6px solid var(--jwa-coral);
  border-radius: 4px 16px 16px 4px;
  background: var(--jwa-surface);
  padding: 22px 18px;
  box-shadow: var(--jwa-shadow);
}

.jwa-detail-section {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--jwa-line);
}

.jwa-detail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--jwa-coral-deep);
  margin: 0 0 8px;
}

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

.jwa-prose { margin-top: 0; }
.jwa-prose img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  background: var(--jwa-paper);
}
.jwa-prose a { color: var(--jwa-coral-deep); text-decoration: underline; }
.jwa-prose p { margin: 0 0 12px; }

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

.jwa-form input,
.jwa-form textarea,
.jwa-form select {
  padding: 10px 12px;
  border: 1px solid var(--jwa-line);
  border-radius: 12px;
}

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

.jwa-auth {
  width: min(420px, calc(100% - 32px));
  margin: 32px auto;
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--jwa-shadow);
}

.jwa-auth-alt { margin-top: 14px; }
.jwa-auth-alt a { color: var(--jwa-coral-deep); font-weight: 700; }

.jwa-plain-list { display: grid; gap: 10px; }
.jwa-plain-list a:hover { color: var(--jwa-coral-deep); }
.jwa-detail .wish-btn { position: static; }

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

.flash { background: #e4faf3; }
.error { background: #ffe8e3; }

.jwa-footer {
  margin-top: auto;
  background:
    radial-gradient(circle at 16px 16px, rgba(255, 77, 109, 0.14) 1px, transparent 1.2px),
    var(--jwa-ink);
  background-size: 20px 20px, auto;
  color: #e8f4f0;
  padding: 36px 0 28px;
}

.jwa-footer a {
  color: #e8f4f0;
}

.jwa-footer-grid {
  display: grid;
  gap: 28px;
}

@media (min-width: 640px) {
  .jwa-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .jwa-footer-grid {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 36px;
  }
}

.jwa-footer-brand { min-width: 0; }

@media (min-width: 640px) and (max-width: 1023px) {
  .jwa-footer-brand { grid-column: span 2; }
}

.jwa-footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.jwa-footer-logo-link img {
  display: block;
  height: 41px;
  width: auto;
}

.jwa-footer-host,
.jwa-footer-official,
.jwa-footer-tagline,
.jwa-footer-blurb {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #9fb8b1;
}

.jwa-footer-tagline {
  font-weight: 700;
  color: #d7eee8;
}

.jwa-footer-official a:hover,
.jwa-footer-company a:hover,
.jwa-footer-nav a:hover {
  color: var(--jwa-coral);
}

.jwa-footer-company h2,
.jwa-footer-nav h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--jwa-coral);
}

.jwa-footer-company dl {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #9fb8b1;
}

.jwa-footer-company dl div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 6px;
}

.jwa-footer-company dt {
  color: #d7eee8;
  font-weight: 700;
}

.jwa-footer-company dd { margin: 0; }

.jwa-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.jwa-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.55;
  color: #7f9a93;
}

@media (min-width: 768px) {
  .jwa-footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

  .jwa-footer-copy {
    text-align: right;
    flex-shrink: 0;
  }
}

.jwa-footer-disclaimer {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.jwa-footer-copy {
  margin: 0;
}

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

@keyframes jwa-notice-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes jwa-notice-rise {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jwa-notice-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.jwa-notice-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 20, 27, 0.55);
  backdrop-filter: blur(4px);
  padding: max(16px, env(safe-area-inset-top, 0px)) 16px
    max(16px, env(safe-area-inset-bottom, 0px));
  animation: jwa-notice-fade-in 0.28s ease-out;
}

.jwa-notice-backdrop[hidden] {
  display: none !important;
}

.jwa-notice-dialog {
  width: min(100%, 400px);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 4px 6px rgba(6, 20, 27, 0.06),
    0 20px 48px rgba(6, 20, 27, 0.28);
  animation: jwa-notice-rise 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.jwa-notice-hero {
  position: relative;
  background: linear-gradient(145deg, #3a1d28 0%, #e11d48 55%, #ff4d6d 100%);
  padding: 28px 22px 22px;
  text-align: center;
}

.jwa-notice-pulse {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation: jwa-notice-pulse 1.8s ease-out infinite;
}

.jwa-notice-logo {
  display: inline-block;
  width: 72px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

.jwa-notice-brand {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.jwa-notice-title {
  margin: 8px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #fff;
}

.jwa-notice-body {
  padding: 22px 22px 10px;
  text-align: center;
}

.jwa-notice-lead {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: #222;
}

.jwa-notice-host-box {
  margin: 16px 0 4px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff5f3;
  border: 1px solid var(--jwa-line);
}

.jwa-notice-host-label {
  margin: 0;
  font-size: 12px;
  color: #7f9a93;
}

.jwa-notice-host {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--jwa-coral-deep);
  word-break: break-all;
}

.jwa-notice-host-link {
  color: inherit;
  text-decoration: none;
}

.jwa-notice-host-link:hover { text-decoration: underline; }

.jwa-notice-actions {
  display: flex;
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid #eee;
}

.jwa-notice-muted,
.jwa-notice-close {
  flex: 1;
  border: 0;
  padding: 15px 10px;
  font-size: 14px;
  cursor: pointer;
}

.jwa-notice-muted {
  background: #fff1f2;
  color: #555;
}

.jwa-notice-close {
  background: linear-gradient(135deg, #e11d48 0%, #ff4d6d 100%);
  color: #ffffff;
  font-weight: 800;
}

.jwa-notice-muted:hover { background: #ffe4e6; }
.jwa-notice-close:hover { filter: brightness(1.05); }

.jwa-notice-muted:focus-visible,
.jwa-notice-close:focus-visible {
  outline: 2px solid var(--jwa-coral-deep);
  outline-offset: -2px;
}

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

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

  .jwa-go-card { align-items: flex-start; }

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

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

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

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

  .jwa-main { padding: 12px 0 32px; }

  .jwa-go-logo:has(.jwa-go-logo-img:not([hidden])) {
    max-width: min(220px, 42vw);
  }

  .jwa-go-logo-img { max-height: 64px; }

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

  .jwa-search--mobile .jwa-search-select {
    padding: 0 4px 0 10px;
    font-size: 13px;
  }

  .jwa-search--mobile .jwa-search-input {
    padding: 0 8px;
    font-size: 14px;
  }

  .jwa-search--mobile .jwa-search-submit {
    font-size: 13px;
    font-weight: 800;
  }

  .jwa-search--mobile .jwa-search-submit svg { display: none; }

  .jwa-launch .jwa-wrap {
    width: 100%;
    margin: 0;
  }

  .jwa-launch-nav {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jwa-launch-nav::-webkit-scrollbar { height: 0; display: none; }

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

  .jwa-mcats { display: flex; }

  .jwa-mcat { flex: 0 0 auto; }

  .jwa-ads-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jwa-top10s {
    gap: 5px;
  }

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

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

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

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

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

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

  .jwa-notice-backdrop {
    align-items: flex-start;
    padding: max(12px, env(safe-area-inset-top, 0px)) 12px 12px;
  }

  .jwa-notice-dialog { width: min(100%, 360px); }
  .jwa-notice-title { font-size: 1.35rem; }

  .jwa-go-name { font-size: 18px; }

  .jwa-page-title { font-size: 18px; }
}

@media (max-width: 900px) {
  .jwa-top10s {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .jwa-top10 {
    grid-column: 1 / -1;
    width: auto;
  }
}

