/* 주소모아 teal mosaic chrome. */

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

.skin-jusomoa {
  --jmo-ink: #042f2e;
  --jmo-ink-2: #0f4c46;
  --jmo-teal: #00c9a7;
  --jmo-teal-deep: #0f766e;
  --jmo-lime: #7ee787;
  --jmo-sun: #d8ff3e;
  --jmo-paper: #f0fffb;
  --jmo-surface: #ffffff;
  --jmo-muted: #5b7c78;
  --jmo-line: #9ee8d8;
  --jmo-shadow: 0 12px 32px rgba(6, 20, 27, 0.08);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--jmo-ink);
  background:
    radial-gradient(1200px 420px at 80% -80px, rgba(0, 201, 167, 0.18), transparent 60%),
    var(--jmo-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-jusomoa button,
.skin-jusomoa input,
.skin-jusomoa select,
.skin-jusomoa textarea {
  font: inherit;
}

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

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

.jmo-mast .jmo-logo-text em {
  color: var(--jmo-teal-deep);
}

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

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

.jmo-inline { display: inline; }

.jmo-topbar {
  position: relative;
  overflow: hidden;
  color: #f4fff9;
  font-size: 12px;
  background:
    linear-gradient(90deg, rgba(216, 255, 62, 0.18) 0%, transparent 18%),
    linear-gradient(180deg, #064e49 0%, #042f2e 100%);
  border-bottom: 3px solid var(--jmo-teal);
  box-shadow: 0 3px 0 var(--jmo-sun);
}

.jmo-topbar::before,
.jmo-topbar::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 6px;
}

.jmo-topbar::before {
  width: 18px;
  height: 18px;
  left: 10px;
  top: 8px;
  background: rgba(0, 201, 167, 0.45);
  box-shadow:
    10px 6px 0 rgba(216, 255, 62, 0.55),
    4px 12px 0 rgba(255, 255, 255, 0.18);
}

.jmo-topbar::after {
  width: 14px;
  height: 14px;
  right: 16px;
  top: 10px;
  background: rgba(216, 255, 62, 0.35);
  box-shadow: -9px 8px 0 rgba(0, 201, 167, 0.35);
}

.jmo-topbar-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
}

.skin-jusomoa a.jmo-topbar-official,
.jmo-topbar-official strong {
  color: #042f2e;
}

.jmo-topbar-official {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  height: 30px;
  padding: 0 10px 0 4px;
  border-radius: 999px;
  background: #f4fff9;
  box-shadow: 0 0 0 2px rgba(216, 255, 62, 0.45);
  white-space: nowrap;
}

.jmo-topbar-official img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  object-fit: cover;
}

.jmo-topbar-kicker {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--jmo-teal);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.jmo-topbar-official strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.jmo-topbar-tag {
  margin: 0;
  color: var(--jmo-sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.jmo-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: auto;
}

.jmo-topbar button { margin: 0; }

.jmo-topbar-chip img,
.jmo-topbar-cta img,
.jmo-topbar-link img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

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

.jmo-topbar-chip {
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: #f4fff9;
  border: 1px solid rgba(244, 255, 249, 0.28);
}

.jmo-topbar-chip:hover {
  background: rgba(0, 201, 167, 0.22);
  border-color: var(--jmo-teal);
  color: #fff;
}

.skin-jusomoa a.jmo-topbar-cta {
  padding: 0 12px;
  border-radius: 999px;
  background: var(--jmo-teal);
  color: #fff;
  font-weight: 800;
}

.jmo-topbar-cta:hover { background: #12d4b3; color: #fff; }

.jmo-topbar-link {
  padding: 0 8px;
  color: rgba(244, 255, 249, 0.82);
}

.jmo-topbar-link:hover { color: var(--jmo-sun); }

.jmo-mobile-official {
  background:
    linear-gradient(90deg, rgba(216, 255, 62, 0.16) 0%, transparent 28%),
    linear-gradient(180deg, #064e49 0%, #042f2e 100%);
  padding: 10px 12px;
  border-bottom: 3px solid var(--jmo-teal);
  box-shadow: 0 3px 0 var(--jmo-sun);
}

.jmo-topbar-official--mobile {
  width: 100%;
  justify-content: center;
}

.jmo-header { width: 100%; }

.jmo-mast {
  background:
    radial-gradient(circle at 18px 18px, rgba(0, 201, 167, 0.14) 1.2px, transparent 1.4px),
    linear-gradient(180deg, #f4fffb 0%, #d9fff4 100%);
  background-size: 22px 22px, auto;
  color: var(--jmo-ink);
  padding: 22px 0 18px;
}

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

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

.jmo-logo-mark {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 14px;
  object-fit: cover;
  background: #00c9a7;
  box-shadow: 0 0 0 3px #fff;
}

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

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

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

.jmo-logo--compact {
  gap: 8px;
  color: #f4fff9;
}

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

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

.jmo-search {
  display: grid;
  grid-template-columns: minmax(108px, 128px) minmax(0, 1fr) 96px;
  align-items: stretch;
  min-width: 0;
  min-height: 52px;
  border: 2px solid var(--jmo-teal);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.12);
}

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

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

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

.jmo-search-input::placeholder { color: #7aa8a2; }

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

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

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

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

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

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

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

a.jmo-hot-link:hover { color: var(--jmo-teal-deep); }

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

.jmo-dock-inner {
  display: flex;
  padding: 6px 0 8px;
}

.jmo-dock-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 6px 8px;
  width: 100%;
}

.jmo-dock-item { position: relative; flex: 1 1 auto; }

.jmo-dock-link,
a.jmo-dock-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 72px;
  padding: 12px 14px 14px;
  color: var(--jmo-ink);
  font-size: 13px;
  font-weight: 700;
  border-radius: 14px;
  white-space: nowrap;
}

.jmo-dock-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.jmo-dock-ico {
  display: inline-flex;
  color: var(--jmo-teal);
}

.jmo-dock-ico svg {
  width: 28px;
  height: 28px;
}

.jmo-dock-link:hover,
.jmo-dock-item:hover > .jmo-dock-link,
.jmo-dock-item:hover > a.jmo-dock-link,
a.jmo-dock-link:hover,
a.jmo-dock-link--home,
.jmo-dock-link--home {
  background: #e8fbf6;
  color: var(--jmo-teal-deep);
}

.jmo-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(--jmo-shadow);
}

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

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

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

.jmo-mobile-hd {
  background: linear-gradient(90deg, #0f766e 0%, #00c9a7 100%);
  color: #fff;
}

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

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

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

.jmo-mobile-search {
  padding: 10px 12px 8px;
  background: #f0fffb;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jmo-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmo-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;
}

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

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

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

.jmo-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(--jmo-ink);
  color: #7ee787;
  font-size: 11px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.04em;
  border-radius: 6px;
  animation: jmo-hot-blink 0.6s step-end infinite;
}
@keyframes jmo-hot-blink {
  0%, 49% { color: #f6f1e7; }
  50%, 100% { color: #7ee787; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmo-site-link:hover .jmo-site-name { color: var(--jmo-teal-deep); }

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

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

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

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

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

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

.jmo-wish,
.jmo-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;
}

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

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

.jmo-crumb a:hover { color: var(--jmo-teal-deep); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmo-go-alts a { color: var(--jmo-teal-deep); }

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

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

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

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

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

.skin-jusomoa a.jmo-btn--go,
.jmo-btn--go {
  min-width: 0;
  background: linear-gradient(180deg, #00c9a7 0%, #0f766e 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.28);
}

.jmo-btn--wish {
  background: #f4fff9;
  border: 1.5px dashed var(--jmo-teal);
  color: var(--jmo-teal-deep);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmo-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;
}

.jmo-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) {
  .jmo-footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

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

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

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

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

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

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

@keyframes jmo-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); }
}

.jmo-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: jmo-notice-fade-in 0.28s ease-out;
}

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

.jmo-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: jmo-notice-rise 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.jmo-notice-hero {
  position: relative;
  background: linear-gradient(145deg, #0f4c46 0%, #0f766e 55%, #00c9a7 100%);
  padding: 28px 22px 22px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.jmo-notice-muted {
  background: #e8fbf6;
  color: #555;
}

.jmo-notice-close {
  background: linear-gradient(135deg, #0f766e 0%, #00c9a7 100%);
  color: #ffffff;
  font-weight: 800;
}

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

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

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

@media (max-width: 1100px) {
  .jmo-topbar-tag { display: none; }

  .jmo-mast-inner {
    grid-template-columns: max-content minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .jmo-mcats { display: flex; }

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

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

  .jmo-top10s {
    gap: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

