:root {
  --pompom-background: #fff8e7;
  --pompom-foreground: #17324d;
  --pompom-card: #fffdf7;
  --pompom-primary: #f6d85c;
  --pompom-secondary: #35a7d6;
  --pompom-accent: #65d6c4;
  --pompom-muted: #f4eddb;
  --pompom-muted-text: #60758a;
  --pompom-border: #e7ddc4;
  --pompom-danger: #dc3d3d;
  --pompom-caution: #e99a34;
  --pompom-safe: #2ba995;
  --pompom-radius-sm: 8px;
  --pompom-radius-md: 14px;
  --pompom-radius-lg: 22px;
  --pompom-radius-xl: 24px;
  --pompom-shadow: 0 10px 30px rgb(23 50 77 / 8%);
  --pompom-focus: 0 0 0 3px rgb(53 167 214 / 30%);
  --pompom-motion-fast: 160ms;
  --pompom-motion-slow: 300ms;
  --pompom-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pompom-shell {
  margin: 0;
  background: var(--pompom-background);
  color: var(--pompom-foreground);
  font-family: "IBM Plex Sans KR", Pretendard, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.pompom-shell img { display: block; max-width: 100%; height: auto; }
.pompom-shell a { color: inherit; text-decoration: none; }
.pompom-shell button,
.pompom-shell input,
.pompom-shell select,
.pompom-shell textarea { font: inherit; }
.pompom-shell button,
.pompom-shell a,
.pompom-shell input,
.pompom-shell select,
.pompom-shell textarea { outline: none; }
.pompom-shell button { transition: transform var(--pompom-motion-fast) var(--pompom-ease-out); }
.pompom-shell button:active:not(:disabled) { transform: scale(.97); }
.pompom-shell :focus-visible { box-shadow: var(--pompom-focus); }
.pompom-skip { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: var(--pompom-foreground); color: #fff; }
.pompom-skip:focus { transform: none; }

.pompom-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--pompom-border); background: rgb(255 253 247 / 88%); backdrop-filter: blur(14px); }
.pompom-header-inner { max-width: 1180px; min-height: 68px; margin: 0 auto; padding: 10px 16px; display: flex; align-items: center; gap: 18px; }
.pompom-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.pompom-brand { min-height: 44px; }
.pompom-brand span { display: grid; line-height: 1.15; }
.pompom-brand strong { font-size: 16px; font-weight: 700; }
.pompom-brand small { margin-top: 4px; color: var(--pompom-muted-text); font-size: 10px; }
.pompom-mascot { flex: 0 0 auto; }
.pompom-nav { display: flex; align-items: center; justify-content: center; gap: 2px; margin-left: auto; }
.pompom-nav a { min-height: 40px; padding: 9px 11px; border-radius: 8px; color: rgb(23 50 77 / 72%); font-size: 14px; font-weight: 500; white-space: nowrap; }
.pompom-nav a:hover { background: rgb(101 214 196 / 32%); color: var(--pompom-foreground); }
.pompom-account-actions { display: flex; align-items: center; gap: 4px; }
.pompom-account-actions a { min-height: 40px; padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.pompom-account-actions a { min-width: 44px; min-height: 44px; }
.pompom-account-actions .is-primary { background: var(--pompom-secondary); color: #fff; }
.pompom-menu-toggle { display: none; min-width: 44px; min-height: 44px; margin-left: auto; border: 1px solid var(--pompom-border); border-radius: 10px; background: var(--pompom-card); color: var(--pompom-foreground); }
.pompom-mobile-menu { border-top: 1px solid var(--pompom-border); padding: 8px 16px 14px; background: var(--pompom-card); }
.pompom-mobile-menu a { display: block; min-height: 44px; padding: 11px 12px; border-radius: 8px; font-weight: 600; }
.pompom-mobile-menu a:hover { background: rgb(101 214 196 / 25%); }
.pompom-unofficial-banner { padding: 8px 16px; border-bottom: 1px solid #f5b9a5; background: #ffddcf; color: #a33a2d; text-align: center; font-size: 12px; }
.pompom-unofficial-banner strong { margin-right: 4px; }

.pompom-main { width: min(1180px, calc(100% - 32px)); min-height: 65vh; margin: 0 auto; padding: 24px 0 72px; }
.pompom-stack { display: grid; gap: 40px; }
.pompom-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 325px; padding: 48px 40px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-xl); background: var(--pompom-card); box-shadow: 0 1px 0 rgb(23 50 77 / 3%); }
.pompom-bubbles::before,
.pompom-bubbles::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(36px); opacity: .5; }
.pompom-bubbles::before { width: 240px; height: 240px; top: -80px; left: -50px; background: var(--pompom-accent); }
.pompom-bubbles::after { width: 230px; height: 230px; right: 20px; bottom: -100px; background: var(--pompom-primary); }
.pompom-hero-badge { display: flex; align-items: center; gap: 12px; }
.pompom-hero-badge span { padding: 6px 12px; border: 1px solid var(--pompom-border); border-radius: 999px; background: rgb(255 248 231 / 75%); color: var(--pompom-muted-text); font-size: 11px; font-weight: 600; }
.pompom-hero h1 { margin: 20px 0 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.16; letter-spacing: -.035em; }
.pompom-hero h1 em { color: var(--pompom-secondary); font-style: normal; }
.pompom-hero > p { max-width: 680px; margin: 16px 0 0; color: rgb(23 50 77 / 80%); font-size: 16px; }
.pompom-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pompom-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform var(--pompom-motion-fast) var(--pompom-ease-out), filter var(--pompom-motion-fast) var(--pompom-ease-out), background-color var(--pompom-motion-fast) var(--pompom-ease-out), border-color var(--pompom-motion-fast) var(--pompom-ease-out); }
.pompom-button.is-primary { background: var(--pompom-primary); color: var(--pompom-foreground); }
.pompom-button.is-secondary { background: var(--pompom-secondary); color: #fff; }
.pompom-button.is-danger { border: 2px solid rgb(220 61 61 / 55%); background: var(--pompom-card); color: var(--pompom-danger); }
.pompom-button:hover { transform: translateY(-1px); filter: brightness(.98); }
.pompom-button:active { transform: scale(.97); }

.pompom-safety-card { display: flex; gap: 16px; align-items: flex-start; padding: 18px 22px; border: 2px solid rgb(233 154 52 / 52%); border-radius: var(--pompom-radius-md); background: rgb(246 216 92 / 10%); }
.pompom-safety-card strong { flex: 0 0 auto; }
.pompom-safety-card span { color: var(--pompom-muted-text); font-size: 13px; }
.pompom-section { display: grid; gap: 14px; }
.pompom-section > header,
.pompom-page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.pompom-section h2,
.pompom-page-header h1 { margin: 0; font-size: 22px; line-height: 1.3; letter-spacing: -.02em; }
.pompom-section header p,
.pompom-page-header p { margin: 4px 0 0; color: var(--pompom-muted-text); font-size: 12px; }
.pompom-section header > a { color: var(--pompom-secondary); font-size: 12px; font-weight: 700; }
.pompom-section header > a { display: inline-flex; min-height: 44px; align-items: center; }
.pompom-section-kicker,
.pompom-affiliate-kicker { display: block; margin-bottom: 4px; color: var(--pompom-secondary); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pompom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pompom-card { min-width: 0; padding: 14px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: var(--pompom-card); transition: transform var(--pompom-motion-slow) var(--pompom-ease-out), box-shadow var(--pompom-motion-slow) var(--pompom-ease-out); }
.pompom-card:hover { transform: translateY(-2px); box-shadow: var(--pompom-shadow); }
.pompom-card-media { display: flex; aspect-ratio: 16 / 9; align-items: center; justify-content: center; overflow: hidden; border-radius: 12px; background: rgb(101 214 196 / 28%); color: var(--pompom-muted-text); font-size: 32px; }
.pompom-card-media img { width: 100%; height: 100%; object-fit: cover; }
.pompom-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.pompom-chips span { display: inline-flex; min-height: 24px; align-items: center; padding: 3px 8px; border-radius: 7px; background: rgb(101 214 196 / 25%); color: var(--pompom-foreground); font-size: 11px; font-weight: 600; }
.pompom-chips .pompom-risk--caution { background: rgb(233 154 52 / 18%); color: #a55a0a; }
.pompom-chips .pompom-risk--high,
.pompom-chips .pompom-risk--prohibited { background: rgb(220 61 61 / 12%); color: var(--pompom-danger); }
.pompom-card-copy { display: block; margin-top: 10px; }
.pompom-card-copy h2 { margin: 0; font-size: 17px; line-height: 1.42; letter-spacing: -.015em; }
.pompom-card-copy p { min-height: 42px; margin: 6px 0 0; color: rgb(23 50 77 / 76%); font-size: 13px; line-height: 1.6; }
.pompom-card > small { display: block; margin-top: 10px; color: var(--pompom-muted-text); font-size: 11px; }
.pompom-unofficial-label { margin: 10px 0 0; padding: 5px 8px; border-radius: 999px; background: var(--pompom-secondary); color: #fff; text-align: center; font-size: 10px; }
.pompom-votes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.pompom-votes span,
.pompom-votes a { display: inline-flex; min-height: 30px; align-items: center; padding: 4px 8px; border: 1px solid var(--pompom-border); border-radius: 999px; background: var(--pompom-card); color: rgb(23 50 77 / 74%); font-size: 10px; }
.pompom-votes a { margin-left: auto; }
.pompom-votes a { min-width: 44px; min-height: 44px; justify-content: center; }
.pompom-empty { grid-column: 1 / -1; margin: 0; padding: 32px; border: 1px dashed var(--pompom-border); border-radius: var(--pompom-radius-md); background: var(--pompom-card); color: var(--pompom-muted-text); text-align: center; }

.pompom-shell .ad-slot { position: relative; width: 100%; min-height: 180px; margin: 4px 0; padding: 34px 12px 12px; border: 2px dashed #d7ccb4; border-radius: var(--pompom-radius-md); background: rgb(255 253 247 / 50%); overflow: hidden; text-align: center; }
.pompom-shell .ad-slot__label { position: absolute; top: 9px; left: 12px; padding: 3px 7px; border-radius: 5px; background: var(--pompom-muted); color: var(--pompom-muted-text); font-size: 10px; }
.pompom-shell .ad-slot .adsbygoogle { display: block; width: 100%; min-height: 120px; }
.pompom-shell .ad-slot--empty { display: none; min-height: 0; margin: 0; padding: 0; border: 0; }
.pompom-shell .cmplz-cookiebanner .cmplz-title { display: block !important; font-weight: 700; }
.pompom-shell .cmplz-cookiebanner .cmplz-close { display: inline-flex !important; width: 44px !important; min-width: 44px; height: 44px !important; min-height: 44px; align-items: center; justify-content: center; }
.pompom-shell .cmplz-cookiebanner .cmplz-manage-third-parties,
.pompom-shell .cmplz-cookiebanner .cmplz-manage-options,
.pompom-shell .cmplz-cookiebanner .cmplz-link { display: inline-flex !important; min-width: 44px; min-height: 44px; align-items: center; }
.pompom-shell .cmplz-cookiebanner .cmplz-hidden { display: none !important; }
.pompom-shell .cmplz-cookiebanner .sujung-cmplz-documents-empty { display: none !important; }

.pompom-official-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pompom-official-grid > a { display: grid; min-height: 140px; align-content: start; gap: 8px; padding: 18px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: var(--pompom-card); }
.pompom-official-grid strong { font-size: 15px; }
.pompom-official-grid span { color: var(--pompom-muted-text); font-size: 12px; }
.pompom-official-grid small { margin-top: auto; color: var(--pompom-secondary); font-weight: 700; }
.pompom-radar-list { margin: 0; padding: 0; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: var(--pompom-card); list-style: none; overflow: hidden; }
.pompom-radar-list li { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 16px; border-bottom: 1px solid var(--pompom-border); font-size: 14px; }
.pompom-radar-list li:last-child { border-bottom: 0; }
.pompom-radar-list li > a { display: grid; min-width: 0; gap: 2px; }
.pompom-radar-list li > a strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.pompom-radar-list li > a span { color: var(--pompom-muted-text); font-size: 11px; }
.pompom-radar-list small { flex: 0 0 auto; padding: 3px 8px; border: 1px solid var(--pompom-border); border-radius: 999px; color: var(--pompom-muted-text); }

.pompom-affiliate-card { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: center; overflow: hidden; padding: 24px; border: 2px solid rgb(246 216 92 / 70%); border-radius: var(--pompom-radius-xl); background: linear-gradient(135deg, var(--pompom-card), rgb(246 216 92 / 16%)); box-shadow: var(--pompom-shadow); }
.pompom-affiliate-card.is-setup { display: block; border-style: dashed; box-shadow: none; }
.pompom-affiliate-card.is-setup p { margin-bottom: 0; color: var(--pompom-muted-text); }
.pompom-affiliate-image { display: flex; min-height: 220px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: #fff; }
.pompom-affiliate-image img { width: 100%; max-height: 320px; object-fit: contain; }
.pompom-affiliate-card h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; letter-spacing: -.025em; }
.pompom-affiliate-card > div > p { margin: 10px 0 0; color: var(--pompom-muted-text); }
.pompom-affiliate-card .pompom-affiliate-disclosure { padding: 10px 12px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-sm); background: rgb(255 253 247 / 88%); color: var(--pompom-foreground); font-size: 11px; }
.pompom-affiliate-card .pompom-button { width: fit-content; margin-top: 16px; }
.pompom-affiliate-card.is-compact { grid-template-columns: 180px minmax(0, 1fr); gap: 20px; margin: 28px 0; padding: 20px; }
.pompom-affiliate-card.is-compact .pompom-affiliate-image { min-height: 180px; }
.pompom-affiliate-card.is-compact h2 { font-size: clamp(22px, 2.4vw, 28px); }

.pompom-filter { display: grid; grid-template-columns: 2fr repeat(3, 1fr) auto; gap: 10px; align-items: end; padding: 14px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-md); background: var(--pompom-card); }
.pompom-filter label,
.pompom-submit-form label,
.pompom-subscribe-form label { display: grid; gap: 6px; color: var(--pompom-foreground); font-size: 13px; font-weight: 600; }
.pompom-filter input,
.pompom-filter select,
.pompom-submit-form input,
.pompom-submit-form select,
.pompom-submit-form textarea,
.pompom-subscribe-form input { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid var(--pompom-border); border-radius: 9px; background: #fff; color: var(--pompom-foreground); }
.pompom-filter button,
.pompom-subscribe-form button { min-height: 44px; padding: 9px 15px; border: 0; border-radius: 9px; background: var(--pompom-secondary); color: #fff; font-weight: 700; cursor: pointer; }
.pompom-pagination { display: flex; justify-content: center; gap: 6px; }
.pompom-pagination .page-numbers { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--pompom-border); border-radius: 9px; background: var(--pompom-card); }

.pompom-form-page { max-width: 760px; margin: 0 auto; }
.pompom-form-page.is-narrow { max-width: 460px; }
.pompom-form-page > header { margin-bottom: 24px; text-align: center; }
.pompom-form-page h1 { margin: 10px 0 0; font-size: 30px; }
.pompom-form-page header p { margin: 8px 0 0; color: var(--pompom-muted-text); }
.pompom-submit-form,
.pompom-subscribe-form,
.pompom-auth-gate { padding: 24px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: var(--pompom-card); box-shadow: var(--pompom-shadow); }
.pompom-submit-form { display: grid; gap: 20px; }
.pompom-subscribe-form { display: grid; gap: 16px; }
.pompom-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pompom-form-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 18px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-md); background: var(--pompom-background); }
.pompom-form-section legend { padding: 0 8px; font-size: 18px; font-weight: 700; }
.pompom-form-section textarea { min-height: 190px; resize: vertical; }
.pompom-form-section .pompom-field-wide,
.pompom-form-section--optional > p { grid-column: 1 / -1; }
.pompom-form-section--optional > p { margin: 0; color: var(--pompom-muted-text); font-size: 12px; }
.pompom-check { display: flex !important; grid-template-columns: 24px 1fr; min-height: 48px; align-items: center; gap: 10px !important; padding: 10px; border: 1px solid var(--pompom-border); border-radius: 9px; background: #fff; font-weight: 500 !important; }
.pompom-check input { width: 20px !important; min-height: 20px !important; height: 20px; padding: 0; }
.pompom-publish-check { align-items: flex-start; padding: 14px; line-height: 1.65; }
.pompom-publish-note { padding: 16px; border: 1px solid rgb(43 169 149 / 32%); border-radius: var(--pompom-radius-md); background: rgb(43 169 149 / 8%); }
.pompom-publish-note strong { color: var(--pompom-safe); }
.pompom-publish-note p { margin: 4px 0 0; color: var(--pompom-muted-text); font-size: 13px; }
.pompom-form-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 18px; border-top: 1px solid var(--pompom-border); }
.pompom-form-actions button { min-height: 48px; padding: 11px 20px; border: 1px solid var(--pompom-secondary); border-radius: 9px; background: var(--pompom-secondary); color: #fff; font-weight: 700; cursor: pointer; }
.pompom-form-actions button:disabled { cursor: wait; opacity: .66; }
.pompom-form-notice { margin-bottom: 16px; padding: 14px; border-radius: 10px; font-weight: 600; }
.pompom-form-notice.is-success { background: rgb(43 169 149 / 12%); color: #167866; }
.pompom-form-notice.is-error { background: rgb(220 61 61 / 10%); color: var(--pompom-danger); }
.pompom-auth-gate { display: grid; justify-items: center; gap: 10px; text-align: center; }
.pompom-auth-gate h2,
.pompom-auth-gate p { margin: 0; }
.pompom-auth-gate p { color: var(--pompom-muted-text); }
.pompom-auth-gate > div { display: flex; gap: 10px; margin-top: 8px; }
.pompom-login-link { text-align: center; }
.pompom-login-link a { color: var(--pompom-secondary); font-weight: 700; }
.pompom-detail { max-width: 860px; margin: 0 auto; }
.pompom-back a { color: var(--pompom-secondary); font-size: 13px; font-weight: 700; }
.pompom-back a { display: inline-flex; min-height: 44px; align-items: center; }
.pompom-detail > header { display: grid; gap: 16px; margin-top: 24px; }
.pompom-detail h1 { margin: 0; font-size: clamp(30px, 5vw, 46px); line-height: 1.25; letter-spacing: -.035em; }
.pompom-detail > header > p { margin: 0; color: var(--pompom-muted-text); font-size: 13px; }
.pompom-detail-status { display: flex; flex-wrap: wrap; gap: 8px; }
.pompom-detail-status strong { padding: 8px 12px; border: 2px solid var(--pompom-border); border-radius: 10px; background: var(--pompom-card); font-size: 13px; }
.pompom-detail .ad-slot { margin: 28px 0; }
.pompom-detail-image { margin: 24px 0; overflow: hidden; border-radius: var(--pompom-radius-lg); }
.pompom-detail-image img { display: block; width: 100%; height: auto; }
.pompom-detail-placeholder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.pompom-detail-placeholder-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: var(--pompom-card); }
.pompom-detail-placeholder-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pompom-detail-placeholder-grid figcaption { padding: 9px 12px; color: var(--pompom-muted-text); font-size: 11px; text-align: center; }
.pompom-evidence-empty { display: flex; align-items: center; gap: 14px; margin: 24px 0; padding: 16px 18px; border: 1px dashed var(--pompom-border); border-radius: var(--pompom-radius-md); background: rgb(255 253 247 / 72%); }
.pompom-evidence-empty strong { flex: 0 0 auto; color: var(--pompom-foreground); }
.pompom-evidence-empty span { color: var(--pompom-muted-text); font-size: 13px; }
.pompom-prose { margin: 28px 0; color: rgb(23 50 77 / 88%); font-size: 16px; line-height: 1.85; }
.pompom-prose h2,
.pompom-prose h3 { margin: 1.7em 0 .6em; color: var(--pompom-foreground); }
.pompom-prose a { color: var(--pompom-secondary); text-decoration: underline; }
.pompom-collected-summary { margin: 24px 0; padding: 22px; border: 2px solid rgb(53 167 214 / 35%); border-radius: var(--pompom-radius-md); background: rgb(53 167 214 / 7%); }
.pompom-collected-summary > span { color: var(--pompom-secondary); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pompom-collected-summary h2 { margin: 4px 0 8px; font-size: 21px; }
.pompom-collected-summary h3 { margin: 16px 0 6px; font-size: 16px; }
.pompom-collected-summary p { margin: 0; color: rgb(23 50 77 / 82%); }
.pompom-source-card { margin: 24px 0; padding: 18px; border: 1px solid var(--pompom-border); border-radius: 12px; background: var(--pompom-card); }
.pompom-source-card h2,
.pompom-source-card p { margin: 0; }
.pompom-source-card p { margin-top: 6px; color: var(--pompom-muted-text); font-size: 13px; }
.pompom-source-card a { display: inline-block; margin-top: 10px; color: var(--pompom-secondary); font-weight: 700; }
.pompom-source-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 14px 0; }
.pompom-source-card dl div { padding: 10px 12px; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-sm); background: var(--pompom-background); }
.pompom-source-card dt { color: var(--pompom-muted-text); font-size: 10px; font-weight: 700; }
.pompom-source-card dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 600; }
.pompom-ad-blocked { padding: 12px; border: 1px dashed var(--pompom-danger); border-radius: 9px; color: var(--pompom-danger); font-size: 13px; }
.pompom-detail-votes { margin: 28px 0; padding: 20px; border: 1px solid var(--pompom-border); border-radius: 14px; background: var(--pompom-card); }
.pompom-detail-votes h2 { margin: 0 0 12px; font-size: 18px; }
.pompom-detail-votes > div { display: flex; flex-wrap: wrap; gap: 8px; }
.pompom-detail-votes form { margin: 0; }
.pompom-detail-votes button { min-height: 44px; padding: 8px 12px; border: 1px solid var(--pompom-border); border-radius: 999px; background: #fff; color: var(--pompom-foreground); cursor: pointer; }
.pompom-report-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 28px 0; padding: 18px; border: 2px solid rgb(220 61 61 / 35%); border-radius: 12px; background: rgb(220 61 61 / 5%); }
.pompom-report-card div { display: grid; }
.pompom-report-card span { color: var(--pompom-muted-text); font-size: 13px; }
.pompom-report-card a { flex: 0 0 auto; min-height: 44px; padding: 10px 14px; border-radius: 999px; background: var(--pompom-danger); color: #fff; font-size: 13px; font-weight: 700; }
.pompom-comments { margin: 32px 0; }
.pompom-comments > h2 { font-size: 20px; }
.pompom-comments ol { padding-left: 24px; }
.pompom-comments .comment-body { margin-bottom: 12px; padding: 16px; border: 1px solid var(--pompom-border); border-radius: 12px; background: var(--pompom-card); }
.pompom-comments .comment-meta { font-size: 12px; }
.pompom-comments .pompom-response-form textarea,
.pompom-comments .pompom-response-form input { width: 100%; min-height: 44px; padding: 10px; border: 1px solid var(--pompom-border); border-radius: 9px; background: #fff; }
.pompom-comments .pompom-response-form textarea { min-height: 140px; }
.pompom-comments .submit { min-height: 44px; padding: 9px 16px; border: 0; border-radius: 9px; background: var(--pompom-secondary); color: #fff; font-weight: 700; }
.pompom-related { margin-top: 32px; }
.pompom-related-list { display: grid; gap: 8px; }
.pompom-related-list a { padding: 13px 15px; border: 1px solid var(--pompom-border); border-radius: 10px; background: var(--pompom-card); }

.pompom-policy { max-width: 820px; margin: 0 auto; overflow: hidden; border: 1px solid var(--pompom-border); border-radius: var(--pompom-radius-lg); background: var(--pompom-card); }
.pompom-policy > header { padding: 28px; background: rgb(101 214 196 / 15%); }
.pompom-policy h1 { margin: 0; font-size: 30px; }
.pompom-policy > section { padding: 28px; }
.pompom-policy li { margin: 8px 0; }
.pompom-safety-page { border-color: rgb(220 61 61 / 35%); }
.pompom-safety-page > header { background: rgb(220 61 61 / 7%); }
.pompom-safety-page > header > span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--pompom-danger); color: #fff; font-size: 24px; font-weight: 700; }

.pompom-footer { border-top: 1px solid var(--pompom-border); background: rgb(255 253 247 / 72%); }
.pompom-footer-inner { max-width: 1180px; margin: 0 auto; padding: 32px 16px 92px; color: var(--pompom-muted-text); font-size: 12px; }
.pompom-footer-notice { margin-bottom: 10px; padding: 12px; border: 1px solid rgb(220 61 61 / 28%); border-radius: 9px; background: rgb(220 61 61 / 5%); color: var(--pompom-foreground); }
.pompom-footer-notice strong { color: var(--pompom-danger); }
.pompom-footer-notice.is-affiliate { border-color: var(--pompom-border); background: var(--pompom-background); }
.pompom-footer-notice.is-affiliate strong { color: var(--pompom-foreground); }
.pompom-footer nav { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 18px 0; }
.pompom-footer nav a:hover { color: var(--pompom-foreground); text-decoration: underline; }
.pompom-bottom-nav { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 120; display: none; grid-template-columns: repeat(4, 1fr); padding: 6px; border: 1px solid var(--pompom-border); border-radius: 16px; background: rgb(255 253 247 / 94%); box-shadow: 0 12px 36px rgb(23 50 77 / 20%); backdrop-filter: blur(14px); }
.pompom-bottom-nav a { min-height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 12px; font-weight: 700; transition: transform var(--pompom-motion-fast) var(--pompom-ease-out), background-color var(--pompom-motion-fast) var(--pompom-ease-out); }
.pompom-bottom-nav a:hover { background: rgb(101 214 196 / 25%); }
.pompom-bottom-nav a:active { transform: scale(.97); }

@media (max-width: 1050px) {
  .pompom-nav { display: none; }
  .pompom-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .pompom-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pompom-filter button { grid-column: span 2; }
}

@media (max-width: 767px) {
  .pompom-header-inner { min-height: 62px; gap: 8px; }
  .pompom-account-actions > a:first-child { display: none; }
  .pompom-account-actions a { padding-inline: 10px; font-size: 12px; }
  .pompom-unofficial-banner { text-align: left; }
  .pompom-main { width: min(100% - 24px, 1180px); padding-top: 16px; }
  .pompom-stack { gap: 30px; }
  .pompom-hero { min-height: 0; padding: 28px 22px; border-radius: 18px; }
  .pompom-hero-badge { align-items: flex-start; }
  .pompom-hero-badge span { font-size: 10px; }
  .pompom-hero h1 { font-size: 35px; }
  .pompom-hero-actions { display: grid; }
  .pompom-button { width: 100%; }
  .pompom-safety-card { display: grid; gap: 5px; }
  .pompom-section > header,
  .pompom-page-header { align-items: flex-start; }
  .pompom-section > header p,
  .pompom-page-header p,
  .pompom-affiliate-card .pompom-affiliate-disclosure,
  .pompom-radar-list li,
  .pompom-radar-list li > a span { font-size: 16px; }
  .pompom-section > header > a,
  .pompom-footer nav a { min-width: 44px; }
  .pompom-page-header { flex-direction: column; }
  .pompom-page-header .pompom-button { width: auto; }
  .pompom-grid,
  .pompom-official-grid { grid-template-columns: 1fr; }
  .pompom-affiliate-card { grid-template-columns: 1fr; gap: 18px; padding: 18px; }
  .pompom-affiliate-image { min-height: 180px; }
  .pompom-affiliate-card .pompom-button { width: 100%; }
  .pompom-affiliate-card.is-compact { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .pompom-radar-list li { align-items: flex-start; }
  .pompom-radar-list li > a strong { white-space: normal; }
  .pompom-filter { grid-template-columns: 1fr; }
  .pompom-filter button { grid-column: auto; }
  .pompom-form-section { grid-template-columns: 1fr; padding: 14px; }
  .pompom-form-section .pompom-field-wide,
  .pompom-form-section--optional > p { grid-column: auto; }
  .pompom-form-actions button { width: 100%; }
  .pompom-submit-form,
  .pompom-subscribe-form,
  .pompom-auth-gate { padding: 18px; }
  .pompom-detail-placeholder-grid { grid-template-columns: 1fr; }
  .pompom-evidence-empty { align-items: flex-start; flex-direction: column; gap: 4px; }
  .pompom-source-card dl { grid-template-columns: 1fr; }
  .pompom-detail h1 { font-size: 31px; }
  .pompom-report-card { align-items: flex-start; flex-direction: column; }
  .pompom-report-card a { width: 100%; text-align: center; }
  .pompom-bottom-nav { display: grid; }
  .pompom-footer-inner { padding-bottom: 100px; }
  .pompom-footer nav a { display: inline-flex; min-height: 44px; align-items: center; }
  .pompom-shell .cmplz-cookiebanner { max-height: calc(100dvh - 16px); padding: 12px 16px !important; gap: 8px !important; overflow-y: auto; }
  .pompom-shell .cmplz-cookiebanner .cmplz-divider { margin-inline: -16px !important; }
  .pompom-shell .cmplz-cookiebanner .cmplz-buttons { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px !important; height: auto !important; }
  .pompom-shell .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { width: 100% !important; min-width: 0 !important; min-height: 44px !important; height: auto !important; padding: 8px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
