:root {
  color-scheme: dark;
  --canvas: #120d18;
  --surface: #1a1322;
  --surface-raised: #251b30;
  --surface-soft: rgba(37, 27, 48, 0.72);
  --text: #faf5ff;
  --muted: #c6b7ce;
  --fuchsia: #e84fa7;
  --lavender: #b9a0ff;
  --wine: #4a1d36;
  --line: rgba(250, 245, 255, 0.16);
  --line-strong: rgba(232, 79, 167, 0.4);
  --shadow: 0 1.8rem 5rem rgba(3, 0, 8, 0.34);
  --focus: #fff1a6;
  --serif: ui-serif, Georgia, serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
::selection { background: rgba(232, 79, 167, 0.42); color: #fff; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: radial-gradient(circle at 82% -8%, rgba(232, 79, 167, 0.18), transparent 34rem), radial-gradient(circle at -8% 28%, rgba(125, 76, 255, 0.12), transparent 28rem), linear-gradient(180deg, #120d18 0%, #100b15 58%, #120d18 100%); color: var(--text); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
h1[id], h2[id] { scroll-margin-top: 6.25rem; }
a { color: inherit; text-underline-offset: 0.18em; }
a:hover { color: var(--lavender); }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 200; transform: translateY(-150%); background: var(--focus); color: #211624; padding: 0.5rem 0.75rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(250, 245, 255, 0.1); background: linear-gradient(90deg, rgba(18, 13, 24, 0.97), rgba(29, 16, 37, 0.95)); box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.16); backdrop-filter: blur(22px); }
.header-inner { width: min(1180px, calc(100% - 2rem)); min-height: 5.15rem; margin: 0 auto; display: flex; align-items: center; gap: 1rem; }
.site-logo-link { display: flex; min-width: 0; align-items: center; gap: 0.65rem; color: var(--text); text-decoration: none; }
.site-logo-link:hover { color: var(--text); }
.site-logo-image { display: block; width: 2.7rem; height: 2.7rem; flex: 0 0 auto; border: 1px solid rgba(232, 79, 167, 0.56); border-radius: 0.8rem; object-fit: cover; box-shadow: 0 0 1.2rem rgba(146, 69, 255, 0.2); }
.site-label { max-width: 17rem; overflow: hidden; color: var(--text); font-family: var(--serif); font-size: 1.08rem; font-weight: 750; line-height: 1.1; letter-spacing: -0.01em; }
.age-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 2.25rem; min-height: 1.55rem; border: 1px solid rgba(232, 79, 167, 0.75); border-radius: 999px; color: #ffd7ed; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; }
.desktop-nav { margin-left: auto; display: flex; gap: 1rem; align-items: center; }
.desktop-nav a { position: relative; padding: 0.35rem 0; color: var(--muted); font-size: 0.82rem; font-weight: 750; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--fuchsia), var(--lavender)); content: ""; transition: transform 180ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.menu-toggle, .menu-close, .carousel-controls button { border: 1px solid var(--line); border-radius: 0.75rem; background: var(--surface-raised); color: var(--text); font: inherit; font-weight: 750; cursor: pointer; }
.menu-toggle { display: none; margin-left: auto; padding: 0.55rem 0.75rem; }

main { width: min(1180px, calc(100% - 2rem)); min-width: 0; margin: 0 auto; }
.source-article { position: relative; min-width: 0; padding: clamp(4.25rem, 8vw, 7.5rem) 0 4rem; overflow-x: clip; isolation: isolate; }
.source-article::before { position: absolute; z-index: -1; top: 1rem; right: -16rem; width: 42rem; height: 32rem; border-radius: 999px; background: radial-gradient(circle, rgba(232, 79, 167, 0.14), rgba(100, 51, 190, 0.08) 42%, transparent 70%); content: ""; filter: blur(10px); pointer-events: none; }
.hero-kicker { display: flex; align-items: center; gap: 0.55rem; margin: 0 0 1.15rem; color: #f2c8df; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-kicker span { color: var(--fuchsia); }
.source-article > h1 { max-width: 1000px; margin: 0; background: linear-gradient(105deg, #fff 12%, #f7e7ff 58%, #d6c5ff 100%); color: var(--text); background-clip: text; font-family: var(--serif); font-size: clamp(3rem, 8vw, 6.35rem); line-height: 0.94; letter-spacing: -0.052em; text-wrap: balance; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.source-article > .author-card + p { max-width: 870px; margin-top: 2rem; color: #eee2f3; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.7; }
.source-article p { max-width: 860px; margin: 1.25rem 0; color: var(--muted); }
.source-article h2 { position: relative; max-width: 970px; margin: clamp(4.5rem, 10vw, 7.5rem) 0 1.3rem; padding-top: 1.3rem; color: var(--text); font-family: var(--serif); font-size: clamp(2.05rem, 5vw, 3.85rem); line-height: 1.05; letter-spacing: -0.035em; text-wrap: balance; }
.source-article h2::before { position: absolute; top: 0; left: 0; width: 4.5rem; height: 0.2rem; border-radius: 999px; background: linear-gradient(90deg, var(--fuchsia), var(--lavender)); box-shadow: 0 0 1rem rgba(232, 79, 167, 0.4); content: ""; }
.source-article h3 { position: relative; max-width: 850px; margin: clamp(3.25rem, 7vw, 5.25rem) 0 1rem; padding-left: 1rem; color: #f7ecfb; font-size: clamp(1.3rem, 3vw, 1.75rem); line-height: 1.18; text-wrap: balance; }
.source-article h3::before { position: absolute; top: 0.12em; bottom: 0.12em; left: 0; width: 3px; border-radius: 999px; background: rgba(232, 79, 167, 0.72); content: ""; }
.source-article strong { color: var(--text); }
.source-article em { color: #ead8ff; }

.author-card { display: flex; width: min(100%, 920px); align-items: center; gap: 1rem; margin: 2.15rem 0 0; padding: 1.05rem 1.2rem; border: 1px solid rgba(232, 79, 167, 0.28); border-radius: 1.15rem; background: linear-gradient(115deg, rgba(74, 29, 54, 0.78), rgba(37, 27, 48, 0.84)); box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18); backdrop-filter: blur(14px); }
.author-avatar, .profile-avatar { display: inline-flex; width: 4.25rem; height: 4.25rem; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid rgba(255, 212, 238, 0.45); border-radius: 999px; background: linear-gradient(145deg, #8b1f64, #ef4fa7); color: #fff; font-size: 1.65rem; font-weight: 900; box-shadow: 0 0 1.5rem rgba(232, 79, 167, 0.22); }
.author-details { min-width: 0; }
.author-name-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem; }
.author-name { color: var(--text); font-size: 1.08rem; font-weight: 850; text-decoration: none; }
.author-name:hover { color: #ffd7ed; }
.author-badge { padding: 0.15rem 0.5rem; border: 1px solid rgba(232, 79, 167, 0.55); border-radius: 999px; color: #ffd7ed; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.source-article .author-role, .editorial-article .author-role { margin: 0.12rem 0 0; color: #dfcfe7; font-size: 0.82rem; }
.source-article .author-dates, .editorial-article .author-dates { display: flex; flex-wrap: wrap; gap: 0.25rem 1rem; margin: 0.3rem 0 0; color: var(--lavender); font-size: 0.78rem; font-weight: 700; }
.author-dates time { color: #eee6ff; }

.ranking-zone { position: relative; width: 100%; max-width: 100%; min-width: 0; margin: 2.5rem 0 1.5rem; padding: clamp(1.3rem, 4vw, 2.15rem); overflow: hidden; border: 1px solid rgba(232, 79, 167, 0.4); border-radius: 1.5rem; background: radial-gradient(circle at 10% 0%, rgba(232, 79, 167, 0.16), transparent 28rem), linear-gradient(135deg, rgba(61, 28, 55, 0.92), rgba(27, 19, 37, 0.96)); box-shadow: var(--shadow); }
.ranking-zone::after { position: absolute; top: -7rem; right: -5rem; width: 18rem; height: 18rem; border: 1px solid rgba(185, 160, 255, 0.13); border-radius: 50%; content: ""; pointer-events: none; }
.section-kicker { color: #ffd7ed; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.ranking-zone-head { display: flex; gap: 1rem; align-items: end; justify-content: space-between; }
.ranking-heading { margin: 0.45rem 0 1.25rem; color: var(--text); font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; line-height: 1; }
.carousel-controls { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.carousel-controls button { width: 2.6rem; height: 2.6rem; font-size: 1.15rem; }
.carousel-controls button:hover { border-color: var(--fuchsia); color: var(--fuchsia); }
.ranking-carousel { display: grid; width: 100%; max-width: 100%; min-width: 0; grid-auto-columns: calc(33.333% - 0.6rem); grid-auto-flow: column; gap: 0.9rem; margin: 0; padding: 0 0 0.7rem; overflow-x: auto; overscroll-behavior-inline: contain; list-style: none; scroll-snap-type: x mandatory; scrollbar-color: var(--fuchsia) transparent; scrollbar-gutter: stable; }
.ranking-card { display: grid; min-width: 0; min-height: 17.75rem; grid-template-rows: minmax(0, 1fr) auto; scroll-snap-align: start; }
.ranking-card a { position: relative; display: grid; min-width: 0; gap: 0.55rem; height: 100%; padding: 1.15rem; overflow: hidden; overflow-wrap: anywhere; border: 1px solid rgba(250, 245, 255, 0.14); border-radius: 1.1rem; background: linear-gradient(165deg, rgba(34, 24, 44, 0.98), rgba(17, 12, 23, 0.94)); color: var(--text); text-decoration: none; box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.14); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.ranking-card a::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--fuchsia), var(--lavender)); content: ""; opacity: 0.74; }
.ranking-card a:hover { border-color: rgba(232, 79, 167, 0.68); color: var(--text); box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.26); transform: translateY(-5px); }
.carousel-brand-badge { display: block; width: 7.75rem; max-width: 100%; height: 7.75rem; aspect-ratio: 1; border: 1px solid rgba(250, 245, 255, 0.14); border-radius: 1rem; background: #20172a; object-fit: contain; box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.24); }
.ranking-rank { position: absolute; top: 1.05rem; right: 1.05rem; max-width: calc(100% - 9.5rem); padding: 0.24rem 0.55rem; border: 1px solid rgba(232, 79, 167, 0.34); border-radius: 999px; background: rgba(74, 29, 54, 0.84); color: #f6d9e9; font-size: 0.7rem; font-weight: 850; line-height: 1.2; text-align: right; }
.ranking-bestfor { align-self: end; color: #e7d9ee; font-size: 0.92rem; line-height: 1.35; }
.ranking-price { color: var(--lavender); font-size: 0.82rem; font-weight: 700; }
.ranking-score { justify-self: start; padding: 0.24rem 0.58rem; border: 1px solid rgba(232, 79, 167, 0.24); border-radius: 999px; background: rgba(232, 79, 167, 0.16); color: #ffd7ed; font-size: 0.8rem; font-weight: 850; }
.ranking-cta { margin-top: 0.1rem; color: #f2d1e5; font-size: 0.76rem; font-weight: 800; text-decoration: none; }
.ranking-cta::after { margin-left: 0.35rem; color: var(--fuchsia); content: "→"; transition: margin-left 180ms ease; }
.ranking-card a:hover .ranking-cta::after { margin-left: 0.55rem; }
.outbound-cta-form { margin: 0; }
.outbound-cta-form button { display: inline-flex; min-height: 2.65rem; align-items: center; justify-content: center; padding: 0.62rem 1rem; border: 1px solid rgba(232, 79, 167, 0.7); border-radius: 0.78rem; background: linear-gradient(110deg, #d83f98, #8758e9); color: #fff; font: inherit; font-size: 0.82rem; font-weight: 850; line-height: 1.2; cursor: pointer; box-shadow: 0 0.75rem 1.8rem rgba(126, 51, 151, 0.24); transition: filter 180ms ease, transform 180ms ease; }
.outbound-cta-form button:hover { filter: brightness(1.1); transform: translateY(-2px); }
.ranking-card .outbound-cta-form { margin-top: 0.65rem; }
.ranking-card .outbound-cta-form button { width: 100%; }

.source-article table { width: 100%; max-width: 100%; table-layout: fixed; margin: 2.1rem 0; border: 1px solid rgba(250, 245, 255, 0.14); border-collapse: separate; border-spacing: 0; border-radius: 1.15rem; overflow: hidden; background: rgba(26, 19, 34, 0.88); box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.14); font-size: 0.91rem; }
.source-article caption { padding: 1rem 1.1rem; background: rgba(232, 79, 167, 0.08); color: #f4e7fa; font-weight: 800; text-align: left; }
.source-article th, .source-article td { min-width: 0; padding: 0.9rem 1rem; overflow-wrap: anywhere; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.source-article th { background: rgba(185, 160, 255, 0.1); color: #f7edfb; font-size: 0.78rem; letter-spacing: 0.02em; }
.source-article tr > *:last-child { border-right: 0; }
.source-article tbody tr:last-child > * { border-bottom: 0; }
.source-article tbody td { color: var(--muted); }
.source-article tbody tr:hover td { background: rgba(232, 79, 167, 0.06); color: #f8eefc; }
.table-brand-marker { display: flex; min-width: 0; align-items: center; gap: 0.55rem; }
.table-brand-marker > span { min-width: 0; overflow-wrap: anywhere; }
.table-brand-badge { width: 3.25rem; height: 3.25rem; flex: 0 0 auto; aspect-ratio: 1; border: 1px solid rgba(250, 245, 255, 0.16); border-radius: 0.55rem; background: #20172a; object-fit: contain; }
.review-media { width: min(100%, 1200px); margin: 1.35rem 0 2.25rem; overflow: hidden; border: 1px solid rgba(232, 79, 167, 0.34); border-radius: 1.2rem; background: var(--surface); box-shadow: 0 1.3rem 3.6rem rgba(0, 0, 0, 0.22); }
.review-media-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }

.faq-list { display: grid; max-width: 920px; gap: 0.8rem; margin: 1.75rem 0 3rem; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 0.9rem; background: rgba(26, 19, 34, 0.9); }
.faq-item[open] { border-color: rgba(232, 79, 167, 0.5); background: rgba(37, 27, 48, 0.94); }
.faq-item summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1.05rem 1.15rem; color: var(--text); cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { display: inline-flex; width: 1.8rem; height: 1.8rem; align-items: center; justify-content: center; border: 1px solid rgba(232, 79, 167, 0.55); border-radius: 999px; color: #ffd7ed; content: "+"; font-size: 1.25rem; font-weight: 500; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item summary:hover { background: rgba(232, 79, 167, 0.07); }
.source-article .faq-item summary h3 { max-width: none; margin: 0; color: var(--text); font-family: var(--serif); font-size: clamp(1.05rem, 2.4vw, 1.35rem); line-height: 1.25; }
.faq-answer { padding: 0 1.15rem 1.2rem; border-top: 1px solid rgba(250, 245, 255, 0.1); }
.source-article .faq-answer > p:first-child { margin-top: 1rem; }
.source-article .faq-answer table { margin-bottom: 0.25rem; }

.after-source-toc { margin: 0 0 4.5rem; border: 1px solid rgba(250, 245, 255, 0.13); border-radius: 1.15rem; background: linear-gradient(135deg, rgba(37, 27, 48, 0.88), rgba(24, 17, 31, 0.92)); box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.14); }
.after-source-toc details { padding: 1rem 1.25rem; }
.after-source-toc summary { color: var(--text); cursor: pointer; font-family: var(--serif); font-size: 1.35rem; font-weight: 800; }
.after-source-toc ol { display: grid; gap: 0.35rem; margin: 1rem 0 0; padding-left: 1.2rem; }
.after-source-toc li { color: var(--muted); }
.after-source-toc .toc-level-3 { margin-left: 1rem; font-size: 0.92rem; }
.site-footer { display: grid; width: min(1180px, calc(100% - 2rem)); grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); margin: 0 auto 1.5rem; padding: 1.65rem 1.8rem; border: 1px solid rgba(250, 245, 255, 0.12); border-radius: 1.25rem; background: linear-gradient(120deg, rgba(35, 23, 44, 0.88), rgba(21, 14, 28, 0.94)); box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, 0.16); color: var(--muted); font-size: 0.82rem; align-items: center; gap: 2rem; }
.footer-brand { display: flex; min-width: 0; align-items: center; gap: 0.55rem; color: var(--text); font-family: var(--serif); font-weight: 700; text-decoration: none; }
.footer-brand:hover { color: var(--text); }
.footer-brand span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.footer-logo-image { display: block; width: 2.45rem; height: 2.45rem; flex: 0 0 auto; border: 1px solid rgba(232, 79, 167, 0.46); border-radius: 0.7rem; object-fit: cover; box-shadow: 0 0 1.2rem rgba(232, 79, 167, 0.14); }
.footer-content { display: grid; gap: 0.9rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.45rem 1rem; justify-content: flex-end; }
.footer-nav a { padding: 0.18rem 0; color: #e5d6ec; font-size: 0.78rem; font-weight: 750; text-decoration: none; }
.footer-nav a:hover, .footer-top:hover { color: var(--lavender); }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.85rem; justify-content: flex-end; }
.footer-copyright { margin: 0; }
.footer-adults { padding-left: 0.85rem; border-left: 1px solid var(--line); }
.footer-top { color: #e5d6ec; font-weight: 750; }

.legal-main { width: min(900px, calc(100% - 2rem)); margin: 0 auto; }
.legal-article { padding: clamp(3.5rem, 8vw, 6.5rem) 0 5rem; }
.legal-kicker { margin: 0 0 0.7rem; color: #ffd7ed; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.legal-article h1 { max-width: 760px; margin: 0; background: linear-gradient(105deg, #fff, #dfd0ff); background-clip: text; color: var(--text); font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 4.8rem); line-height: 1; letter-spacing: -0.04em; text-wrap: balance; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.legal-intro { max-width: 720px; margin: 1.6rem 0 0; color: #eee2f3; font-size: clamp(1.08rem, 2vw, 1.25rem); line-height: 1.7; }
.legal-updated { margin: 0.85rem 0 0; color: var(--lavender); font-size: 0.84rem; font-weight: 700; }
.policy-section { position: relative; margin-top: clamp(2.5rem, 6vw, 4rem); padding-top: clamp(1.8rem, 4vw, 2.6rem); border-top: 1px solid rgba(250, 245, 255, 0.1); }
.policy-section::before { position: absolute; top: -1px; left: 0; width: 4rem; height: 1px; background: linear-gradient(90deg, var(--fuchsia), transparent); content: ""; }
.policy-section h2 { max-width: 720px; margin: 0 0 1rem; color: var(--text); font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.15rem); line-height: 1.12; }
.policy-section p { max-width: 760px; margin: 0.95rem 0; color: var(--muted); }

.editorial-main { width: min(1040px, calc(100% - 2rem)); margin: 0 auto; }
.editorial-article { position: relative; padding: clamp(3.75rem, 8vw, 6.8rem) 0 5rem; overflow-x: clip; isolation: isolate; }
.editorial-article::before { position: absolute; z-index: -1; top: 1rem; right: -12rem; width: 34rem; height: 25rem; border-radius: 50%; background: radial-gradient(circle, rgba(185, 160, 255, 0.12), rgba(232, 79, 167, 0.06) 46%, transparent 72%); content: ""; filter: blur(8px); }
.editorial-article > h1 { max-width: 900px; margin: 0; background: linear-gradient(105deg, #fff 10%, #f1e6ff 62%, #cab9ff); background-clip: text; color: var(--text); font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 5.55rem); line-height: 0.98; letter-spacing: -0.048em; text-wrap: balance; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.editorial-article .legal-intro { max-width: 820px; }
.editorial-article .policy-section p, .editorial-article > p { max-width: 820px; }
.breadcrumbs { margin: 0 0 2rem; color: var(--muted); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 0.35rem; color: rgba(250, 245, 255, 0.38); content: "/"; }
.breadcrumbs a { color: #e9d8f1; text-decoration: none; }
.profile-panel { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.4rem; margin: 2.25rem 0 0; padding: clamp(1.4rem, 4vw, 2.2rem); border: 1px solid rgba(232, 79, 167, 0.35); border-radius: 1.35rem; background: radial-gradient(circle at 0% 0%, rgba(232, 79, 167, 0.12), transparent 18rem), linear-gradient(135deg, rgba(74, 29, 54, 0.76), rgba(26, 19, 34, 0.94)); box-shadow: var(--shadow); }
.profile-avatar { width: 5.5rem; height: 5.5rem; font-size: 2rem; }
.profile-panel p { margin: 0.35rem 0; color: var(--muted); }
.profile-panel .profile-role { margin-top: 0; color: #ffd7ed; font-weight: 800; }
.detail-list { display: grid; max-width: 780px; gap: 0.55rem; margin: 1.2rem 0; padding-left: 1.3rem; color: var(--muted); }
.detail-list li::marker { color: var(--fuchsia); }
.criteria-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; margin: 1.5rem 0; }
.criterion-card { padding: 1.15rem; border: 1px solid rgba(250, 245, 255, 0.13); border-radius: 1rem; background: linear-gradient(145deg, rgba(38, 27, 49, 0.92), rgba(23, 16, 30, 0.9)); box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.12); }
.criterion-card h3 { margin: 0.2rem 0 0.65rem; color: var(--text); font-size: 1rem; line-height: 1.25; }
.criterion-card p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.criterion-card .criterion-weight { color: #ffd7ed; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.formula { padding: 1rem 1.15rem; border-left: 3px solid var(--fuchsia); border-radius: 0 0.7rem 0.7rem 0; background: rgba(232, 79, 167, 0.08); overflow-wrap: anywhere; }
.formula code { color: #f2e6fa; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 0.86rem; }
.table-scroll { width: 100%; margin: 1.5rem 0; overflow-x: auto; border: 1px solid rgba(250, 245, 255, 0.14); border-radius: 1.1rem; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.14); }
.editorial-table { width: 100%; min-width: 760px; border-collapse: collapse; background: rgba(26, 19, 34, 0.86); font-size: 0.84rem; }
.editorial-table caption { padding: 1rem; background: rgba(232, 79, 167, 0.08); color: var(--text); font-weight: 800; text-align: left; }
.editorial-table th, .editorial-table td { padding: 0.8rem 0.9rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); text-align: left; vertical-align: top; }
.editorial-table th { color: #f5eafa; }
.editorial-table tr > *:last-child { border-right: 0; }
.editorial-table tbody tr:last-child > * { border-bottom: 0; }
.review-index-intro { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; margin: 2rem 0 0; }
.review-index-intro div { display: flex; min-height: 5.8rem; flex-direction: column; justify-content: center; padding: 1rem 1.15rem; border: 1px solid rgba(250, 245, 255, 0.12); border-radius: 1rem; background: linear-gradient(145deg, rgba(39, 27, 50, 0.86), rgba(24, 17, 31, 0.9)); box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.12); }
.review-index-intro span { color: #ffd7ed; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 850; line-height: 1; }
.review-index-intro small { margin-top: 0.35rem; color: var(--muted); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.05em; text-transform: uppercase; }
.review-index-grid { display: grid; gap: 1rem; margin: 1.25rem 0 3rem; }
.review-index-card { position: relative; display: grid; grid-template-columns: 9.5rem minmax(0, 1fr); gap: 1.35rem; padding: 1.25rem; overflow: hidden; border: 1px solid rgba(250, 245, 255, 0.13); border-radius: 1.3rem; background: linear-gradient(130deg, rgba(40, 28, 51, 0.94), rgba(22, 15, 29, 0.94)); box-shadow: 0 1rem 3.25rem rgba(0, 0, 0, 0.16); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.review-index-card::after { position: absolute; right: -7rem; bottom: -8rem; width: 16rem; height: 16rem; border-radius: 50%; background: rgba(232, 79, 167, 0.06); content: ""; pointer-events: none; }
.review-index-card:hover { transform: translateY(-3px); border-color: rgba(232, 79, 167, 0.42); box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.24); }
.review-index-visual { position: relative; align-self: start; }
.review-index-badge { display: block; width: 9.5rem; height: 9.5rem; padding: 0.65rem; border: 1px solid rgba(232, 79, 167, 0.3); border-radius: 1.05rem; background: radial-gradient(circle, rgba(232, 79, 167, 0.16), rgba(20, 14, 27, 0.9) 68%); object-fit: contain; }
.review-index-rank { position: absolute; top: 0.55rem; left: 0.55rem; min-width: 2.25rem; padding: 0.2rem 0.5rem; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(18, 13, 24, 0.88); color: #ffd7ed; font-size: 0.72rem; font-weight: 900; line-height: 1.35; text-align: center; backdrop-filter: blur(8px); }
.review-index-copy { position: relative; z-index: 1; min-width: 0; }
.review-index-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.review-index-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2rem); line-height: 1.12; }
.review-index-heading h2 a { color: var(--text); text-decoration-color: rgba(232, 79, 167, 0.48); }
.review-index-score { flex: 0 0 auto; padding: 0.42rem 0.65rem; border: 1px solid rgba(232, 79, 167, 0.38); border-radius: 0.75rem; background: rgba(232, 79, 167, 0.1); color: #ffd7ed; font-family: var(--serif); font-size: 1.15rem; font-weight: 900; line-height: 1; }
.review-index-score small { color: var(--lavender); font-family: var(--sans); font-size: 0.65rem; }
.review-index-best { margin: 0.55rem 0 0; color: var(--lavender); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.review-index-summary { max-width: 760px; margin: 0.65rem 0 0; color: var(--muted); font-size: 0.9rem; }
.review-index-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.65rem 1rem; margin-top: 1rem; padding-top: 0.85rem; border-top: 1px solid rgba(250, 245, 255, 0.09); color: #a996b4; font-size: 0.75rem; }
.review-index-meta time { color: #e9d8f1; }
.review-index-cta { color: #ffd7ed; font-weight: 850; text-decoration: none; }
.review-index-cta:hover { color: var(--lavender); }
.review-index-meta .outbound-cta-form { margin-left: auto; }
.review-method-note { background: linear-gradient(120deg, rgba(185, 160, 255, 0.06), rgba(232, 79, 167, 0.04)); }
.review-price-check { display: inline-flex; flex-wrap: wrap; gap: 0.2rem; margin: 1.25rem 0; padding: 0.48rem 0.75rem; border: 1px solid rgba(185, 160, 255, 0.28); border-radius: 999px; background: rgba(185, 160, 255, 0.08); color: var(--lavender); font-size: 0.82rem; }
.review-page-cta { margin: 0.15rem 0 1.5rem; }
.review-page-media { margin: 2rem 0; overflow: hidden; border: 1px solid rgba(232, 79, 167, 0.34); border-radius: 1.3rem; background: var(--surface); box-shadow: var(--shadow); }
.review-page-image { display: block; width: 100%; max-height: 38rem; object-fit: cover; }
.review-page-image-badge { height: min(68vw, 30rem); padding: clamp(1rem, 5vw, 3rem); background: radial-gradient(circle, rgba(232, 79, 167, 0.12), transparent 62%); object-fit: contain; }
.review-page-media figcaption { padding: 0.75rem 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.76rem; }
.review-score-panel { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.2fr); gap: 1.5rem; margin: 2rem 0; padding: clamp(1.35rem, 4vw, 2.25rem); border: 1px solid rgba(232, 79, 167, 0.4); border-radius: 1.3rem; background: radial-gradient(circle at 0 0, rgba(232, 79, 167, 0.14), transparent 22rem), linear-gradient(135deg, rgba(74, 29, 54, 0.8), rgba(31, 22, 41, 0.95)); box-shadow: var(--shadow); }
.review-score-number { margin: 0; color: var(--text); font-family: var(--serif); font-size: clamp(4rem, 9vw, 6.5rem); font-weight: 850; line-height: 0.9; }
.review-score-number span { color: var(--lavender); font-family: var(--sans); font-size: 1rem; }
.score-breakdown { display: grid; align-content: start; gap: 0.45rem; }
.score-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0.65rem; border-bottom: 1px solid rgba(250, 245, 255, 0.09); color: var(--muted); font-size: 0.84rem; }
.score-row small { color: #9f8eaa; }
.score-row strong { color: #f5eafa; }
.score-total { margin-top: 0.35rem; border: 1px solid rgba(232, 79, 167, 0.42); border-radius: 0.6rem; background: rgba(232, 79, 167, 0.1); color: #ffd7ed; font-weight: 800; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.pros-cons section { padding: 1.3rem; border: 1px solid rgba(250, 245, 255, 0.13); border-radius: 1.1rem; background: linear-gradient(145deg, rgba(35, 25, 45, 0.9), rgba(22, 15, 29, 0.9)); box-shadow: 0 0.9rem 2.6rem rgba(0, 0, 0, 0.12); }
.pros-cons h2, .evidence-notice h2 { margin: 0 0 0.7rem; color: var(--text); font-family: var(--serif); font-size: 1.55rem; }
.evidence-notice { margin: 3rem 0 0; padding: 1.3rem 1.45rem; border: 1px solid rgba(185, 160, 255, 0.34); border-radius: 1.1rem; background: linear-gradient(120deg, rgba(185, 160, 255, 0.1), rgba(232, 79, 167, 0.05)); }
.evidence-notice p { margin: 0; color: var(--muted); }
.not-found-panel { max-width: 820px; margin: clamp(4rem, 10vw, 8rem) auto; padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid rgba(232, 79, 167, 0.34); border-radius: 1.2rem; background: linear-gradient(135deg, rgba(74, 29, 54, 0.74), rgba(26, 19, 34, 0.94)); text-align: center; }
.not-found-code { margin: 0; color: var(--fuchsia); font-size: 1rem; font-weight: 900; letter-spacing: 0.18em; }
.not-found-panel h1 { margin: 0.45rem 0; font-family: var(--serif); font-size: clamp(2.8rem, 8vw, 5.5rem); line-height: 1; }
.not-found-panel > p { color: var(--muted); }
.not-found-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem; margin-top: 1.5rem; }
.not-found-links a { padding: 0.55rem 0.8rem; border: 1px solid var(--line); border-radius: 0.7rem; background: var(--surface-raised); font-weight: 750; text-decoration: none; }

.menu-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(0, 0, 0, 0.58); }
.mobile-menu { position: fixed; inset: 0; z-index: 100; background: #120d18; opacity: 1; }
.mobile-menu-panel { display: flex; min-height: 100%; flex-direction: column; padding: 1.25rem; background: #120d18; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.menu-close { padding: 0.6rem 0.8rem; }
.mobile-nav { display: grid; gap: 0.7rem; margin-top: 3rem; }
.mobile-nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line); color: var(--text); font-family: var(--serif); font-size: 1.65rem; text-decoration: none; }

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .source-article::before { right: 0; width: min(100%, 26rem); height: 22rem; }
  .editorial-article::before { right: 0; width: min(100%, 24rem); height: 20rem; }
  .site-label { max-width: min(15rem, 60vw); }
  .source-article table { display: block; max-width: 100%; table-layout: auto; overflow-x: auto; overscroll-behavior-inline: contain; white-space: normal; }
  .source-article th, .source-article td { min-width: 9.5rem; }
  .ranking-carousel { grid-auto-columns: minmax(260px, 82%); }
  .criteria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-score-panel { grid-template-columns: 1fr; }
  .review-index-card { grid-template-columns: 7.25rem minmax(0, 1fr); }
  .review-index-badge { width: 7.25rem; height: 7.25rem; }
}

@media (max-width: 520px) {
  main, .header-inner, .site-footer, .legal-main, .editorial-main { width: min(100% - 1.25rem, 1180px); }
  .site-header { position: relative; }
  .source-article { padding-top: 2.75rem; }
  .ranking-zone { margin-inline: -0.1rem; border-radius: 1rem; }
  .ranking-zone-head { align-items: start; }
  .carousel-controls { margin-bottom: 0.2rem; }
  .source-article th, .source-article td { min-width: 10.75rem; }
  .table-brand-badge { width: 2.8rem; }
  .table-brand-badge { height: 2.8rem; }
  .site-label { max-width: min(13rem, 50vw); }
  .site-footer { grid-template-columns: 1fr; gap: 1.25rem; }
  .footer-nav, .footer-meta { justify-content: flex-start; }
  .author-card { align-items: flex-start; padding: 1rem; }
  .author-avatar { width: 3.5rem; height: 3.5rem; font-size: 1.35rem; }
  .criteria-grid, .pros-cons { grid-template-columns: 1fr; }
  .profile-panel { grid-template-columns: 1fr; }
  .review-index-intro { grid-template-columns: 1fr; }
  .review-index-intro div { min-height: auto; }
  .review-index-card { grid-template-columns: 1fr; padding: 1rem; }
  .review-index-visual { width: 5.75rem; }
  .review-index-badge { width: 5.75rem; height: 5.75rem; }
  .review-index-heading { align-items: flex-start; }
  .review-index-heading h2 { font-size: 1.45rem; }
  .review-index-summary { font-size: 0.85rem; }
  .review-index-meta { align-items: flex-start; flex-direction: column; }
  .review-price-check { display: flex; border-radius: 0.85rem; }
}

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