@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root{--cream:#FAF6F1;--terracotta:#D47A5F;--sage:#7D9B76;--ink:#2E2A26;--stone:#6B6560;--mist:#EAE4DB;--warn:#C98B54;--white:#fff}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65;font-size:16px}
h1,h2,h3{font-family:'DM Serif Display',Georgia,serif;font-weight:400;line-height:1.15}
a{color:var(--terracotta);text-decoration:none}
a:hover{text-decoration:underline}
.skip{position:absolute;left:-9999px}.skip:focus{position:static;left:8px;top:8px;background:var(--ink);color:var(--cream);padding:8px 12px;z-index:100}
.wrap{max-width:1040px;margin:0 auto;padding:0 24px}
header{background:var(--white);border-bottom:1px solid var(--mist);padding:18px 0}
.nav-bar{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.brand{font-family:'DM Serif Display',Georgia,serif;font-size:1.35rem;color:var(--ink);display:flex;align-items:center;gap:8px}
.loom-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid var(--terracotta);border-radius:50%;color:var(--terracotta);font-size:.8rem}
nav{display:flex;gap:20px;flex-wrap:wrap}nav a{color:var(--stone);font-size:.9rem;font-weight:500}nav a:hover{color:var(--terracotta)}
main{padding:48px 0}
.hero{text-align:center;max-width:720px;margin:0 auto 56px}.hero h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:18px}.lede{font-size:1.15rem;color:var(--stone)}
.catalog h2{font-size:1.6rem;margin-bottom:24px;text-align:center}
.entity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}
.entity-card{background:var(--white);border:1px solid var(--mist);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:10px;transition:transform .15s ease,box-shadow .15s ease}
.entity-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(46,42,38,.08);text-decoration:none}
.ec-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.ec-top h2{font-size:1.25rem}.cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--sage);font-weight:700}
.ec-score{display:flex;align-items:center;gap:10px}.big-score{font-family:'DM Serif Display',Georgia,serif;font-size:2.2rem;color:var(--terracotta)}.stars{color:var(--warn);letter-spacing:2px;font-size:1.05rem}
.entity-card p{color:var(--stone);font-size:.92rem;line-height:1.55}.entity-card.featured{border-color:var(--terracotta)}
.review-hero{max-width:760px;margin:0 auto 40px}.review-hero h1{font-size:clamp(1.8rem,4.5vw,2.8rem);margin-bottom:12px}
.review-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-bottom:18px}
.category{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sage);font-weight:700;border:1px solid var(--mist);padding:3px 10px;border-radius:20px}
.score-block{display:flex;align-items:center;gap:14px}.score-block .big-score{font-size:2.6rem}.count{color:var(--stone);font-size:.85rem}
.cta-box{background:linear-gradient(135deg,#fff 0%,#faf6f1 100%);border:1px solid var(--terracotta);border-radius:16px;padding:22px;margin-top:28px}
.cta-box h2{font-size:1.35rem;margin-bottom:10px;color:var(--terracotta)}
.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:48px}
.review-card{background:var(--white);border:1px solid var(--mist);border-radius:16px;padding:20px}
.r-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.avatar{width:36px;height:36px;border-radius:50%;background:var(--sage);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.verified{color:var(--sage);font-size:.72rem;font-weight:700}
.r-header .stars{margin-left:auto;color:var(--warn)}
.review-card p{color:var(--stone);font-size:.95rem}
.editorial-note{background:var(--mist);border-radius:12px;padding:20px;max-width:760px;margin:0 auto}.editorial-note h2{font-size:1.25rem;margin-bottom:8px}
.deep-dive{max-width:760px;margin:0 auto 48px}.deep-dive h2{font-size:1.4rem;margin:28px 0 12px;color:var(--terracotta)}.deep-dive p{margin-bottom:14px;color:var(--stone)}
.prose{max-width:720px;margin:0 auto}.prose h1{font-size:clamp(1.7rem,4vw,2.6rem);margin-bottom:16px}.prose h2{font-size:1.35rem;margin:28px 0 12px}.prose p{margin-bottom:14px;color:var(--stone)}
.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;color:var(--sage);font-weight:700}
footer{background:var(--white);border-top:1px solid var(--mist);padding:28px 0;margin-top:40px}
.foot-grid{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;color:var(--stone);font-size:.85rem}
.lang-switch{display:flex;gap:10px;align-items:center}
@media(max-width:600px){.nav-bar{flex-direction:column;align-items:flex-start}nav{width:100%;justify-content:space-between}.review-grid{grid-template-columns:1fr}}

.editorial-deep,.method-block,.app-review-deep,.finance-editorial,.invest-clarity,.digital-deep,.editorial-longform,.overview-editorial{margin-top:28px;padding-top:12px}
.editorial-deep h2,.method-block h2,.app-review-deep h2,.finance-editorial h2,.invest-clarity h2,.digital-deep h2,.editorial-longform h2,.overview-editorial h2{font-weight:700;margin:24px 0 10px}
.editorial-deep p,.method-block p,.app-review-deep p,.finance-editorial p,.invest-clarity p,.digital-deep p,.editorial-longform p,.overview-editorial p{margin-bottom:14px;line-height:1.65}
.editorial-longform h2{font-size:1.15rem}
