:root { --ink:#10252d; --ink-soft:#4d6269; --paper:#f5f3ed; --white:#fffefa; --line:#dbe1dc; --pine:#0e5050; --mint:#d5eee2; --coral:#ec7259; --danger:#c84d42; --shadow:0 16px 45px rgba(13,45,46,.09); }
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { min-width:320px; background:var(--paper); color:var(--ink); font-family:"DM Sans",Arial,sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased; }
button,input,select { font:inherit; } button,select { cursor:pointer; } a { color:inherit; }.site-shell { overflow:hidden; }

/* Navigation and introduction */
.nav { width:min(1180px,calc(100% - 48px)); min-height:82px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:9px; color:var(--ink); font-size:20px; font-weight:700; letter-spacing:-.8px; text-decoration:none; }.brand span span { color:var(--pine); }
.brand__mark { display:grid; place-items:center; width:28px; height:28px; border-radius:9px; background:var(--pine); color:#fff; font-size:16px; }
.nav__meta { display:flex; align-items:center; gap:8px; color:var(--ink-soft); font:12px "DM Mono",monospace; }.nav__dot { width:7px; height:7px; border-radius:50%; background:#54b37d; box-shadow:0 0 0 4px rgba(84,179,125,.13); }
.hero { position:relative; width:min(1000px,calc(100% - 48px)); margin:35px auto 72px; text-align:center; }.hero::before,.hero::after { content:""; position:absolute; z-index:-1; border-radius:50%; filter:blur(2px); }.hero::before { width:340px; height:340px; top:-155px; left:-210px; background:rgba(213,238,226,.65); }.hero::after { width:250px; height:250px; top:5px; right:-135px; background:rgba(243,203,108,.23); }
.eyebrow,.section-kicker { color:var(--pine); font:500 11px "DM Mono",monospace; letter-spacing:.11em; text-transform:uppercase; }.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid #b7d7c7; border-radius:100px; background:rgba(255,254,250,.7); }.eyebrow span { width:6px; height:6px; border-radius:50%; background:var(--coral); }
.hero h1 { margin-top:21px; font:700 clamp(48px,8vw,88px)/.99 "Playfair Display",Georgia,serif; letter-spacing:-.065em; }.hero h1 em { color:var(--pine); font-weight:600; }.hero__lede { max-width:570px; margin:22px auto 0; color:var(--ink-soft); font-size:clamp(16px,2vw,18px); }.trust-row { display:flex; justify-content:center; align-items:center; gap:11px; margin-top:25px; color:var(--ink-soft); font-size:13px; }.trust-row i { width:3px; height:3px; border-radius:50%; background:#aab8b4; }

/* Dashboard */
.dashboard { width:min(1180px,calc(100% - 48px)); margin:0 auto; padding:39px clamp(20px,4vw,48px) 48px; border-radius:28px; background:var(--white); box-shadow:var(--shadow); }.dashboard__heading { display:flex; align-items:end; justify-content:space-between; gap:25px; }.section-kicker { margin-bottom:5px; }.dashboard h2,.how-it-works h2 { font:700 clamp(29px,4vw,42px)/1.1 "Playfair Display",Georgia,serif; letter-spacing:-.045em; }.updated { max-width:260px; color:var(--ink-soft); font-size:12px; text-align:right; }.updated::first-letter { color:#1d8b56; }
.stat { display:grid; grid-template-columns:.85fr 1fr 1.6fr; margin:31px 0 32px; border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fafaf5; }.stat__item { display:flex; align-items:center; gap:11px; min-width:0; padding:17px 20px; border-right:1px solid var(--line); }.stat__item:last-child { border:0; }.stat__icon { display:grid; flex:0 0 auto; place-items:center; width:31px; height:31px; border-radius:9px; color:var(--pine); background:var(--mint); font:500 16px "DM Mono",monospace; }.stat b { display:block; overflow:hidden; color:var(--ink); font-size:16px; line-height:1.25; text-overflow:ellipsis; white-space:nowrap; }.stat small { display:block; margin-top:2px; color:var(--ink-soft); font-size:11px; }
.controls { display:grid; grid-template-columns:1fr auto; gap:12px; }.search-field { display:flex; align-items:center; gap:10px; height:51px; padding:0 15px; border:1px solid var(--line); border-radius:11px; color:var(--ink-soft); background:#fff; transition:border-color .2s,box-shadow .2s; }.search-field:focus-within { border-color:var(--pine); box-shadow:0 0 0 3px rgba(14,80,80,.11); }.search-field span { font:24px/1 Arial,sans-serif; transform:rotate(-18deg); }#search { width:100%; min-width:0; border:0; outline:0; color:var(--ink); background:transparent; font-size:15px; }#search::placeholder { color:#93a2a1; }.sort-field { display:flex; align-items:center; gap:9px; height:51px; padding:0 13px 0 15px; border:1px solid var(--line); border-radius:11px; background:#fff; color:var(--ink-soft); font-size:12px; }#sort { min-width:125px; border:0; outline:0; color:var(--ink); background:transparent; font-size:13px; font-weight:600; }
.filter-row { display:flex; align-items:center; gap:20px; margin:30px 0 18px; }.filter-row>p { flex:0 0 auto; color:var(--ink-soft); font-size:12px; font-weight:600; }.categories { display:flex; gap:7px; flex-wrap:wrap; }.chip { border:1px solid var(--line); border-radius:100px; padding:7px 11px; color:var(--ink-soft); background:transparent; font-size:12px; font-weight:600; transition:.18s ease; }.chip:hover { border-color:var(--pine); color:var(--pine); }.chip:focus-visible,.card__link:focus-visible { outline:3px solid rgba(14,80,80,.26); outline-offset:2px; }.chip--on { border-color:var(--pine); color:#fff; background:var(--pine); }.chip__count { margin-left:3px; opacity:.68; font:11px "DM Mono",monospace; }

/* Product cards */
.grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }.card { position:relative; display:flex; flex-direction:column; min-width:0; padding:19px; border:1px solid var(--line); border-radius:16px; background:#fff; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; overflow:hidden; }.card:hover { border-color:#99c4b3; box-shadow:0 12px 28px rgba(16,37,45,.09); transform:translateY(-3px); }.card--hot { border-color:#e7b851; background:linear-gradient(150deg,#fffdf6 0%,#fff 65%); }.ribbon { position:absolute; top:14px; right:15px; padding:5px 8px; border-radius:6px; color:#6d4910; background:#ffdc86; font:500 9px "DM Mono",monospace; letter-spacing:.06em; }.ribbon--exclusive { color:#0b4d4b; background:#c5f0dc; border:1px solid #7edab0; }.card__top { display:flex; justify-content:space-between; align-items:center; min-height:34px; }.card__emoji { display:grid; place-items:center; width:36px; height:36px; border-radius:11px; background:#eff5f1; font-size:20px; }.badge { padding:5px 7px; border-radius:6px; font:500 12px "DM Mono",monospace; }.badge--great { color:#166443; background:#d8f0e1; }.badge--good { color:#8b6316; background:#f8e8b9; }.badge--okay { color:#647578; background:#edf0ee; }.card__name { min-height:47px; margin-top:15px; color:var(--ink); font-size:15px; line-height:1.35; }.card__meta { min-height:20px; margin-top:3px; color:var(--ink-soft); font-size:12px; }.prices { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-top:14px; }.price { min-width:0; padding:9px; border-radius:8px; background:#f6f7f3; }.price--df { background:#eef8f2; }.price__label { display:block; color:var(--ink-soft); font:10px "DM Mono",monospace; letter-spacing:.035em; text-transform:uppercase; }.price__value { display:block; margin-top:2px; overflow:hidden; color:var(--ink); font-size:15px; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }.price--df .price__value { color:var(--pine); }.strike { color:var(--ink-soft); font-weight:500; text-decoration:line-through; text-decoration-color:#c7d0cc; }.bar { height:4px; margin-top:14px; border-radius:100px; background:#e8ece9; overflow:hidden; }.bar__fill { height:100%; border-radius:inherit; transition:width .35s ease; }.bar__fill--great { background:#42a775; }.bar__fill--good { background:#d8ad42; }.bar__fill--okay { background:#aeb9b7; }.card__foot { display:flex; justify-content:space-between; gap:8px; align-items:center; margin-top:10px; font-size:12px; }.save { color:#1a7250; font-weight:700; }.save--negative { color:var(--danger); }.tier { color:var(--ink-soft); white-space:nowrap; }.tier--great { color:#258559; }.tier--good { color:#9d751d; }.card__source { display:flex; justify-content:space-between; gap:8px; min-height:18px; margin-top:10px; padding-top:10px; border-top:1px solid #edf0ed; color:var(--ink-soft); font-size:10px; line-height:1.35; }.card__source span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.card__source a,.card__link { color:var(--pine); font-weight:600; text-decoration:none; }.card__source a:hover,.card__link:hover { text-decoration:underline; }.card__link { display:inline-block; margin-top:11px; font-size:11px; }.change { display:block; margin-top:8px; font-size:11px; }.change--down { color:#27875b; }.change--up { color:var(--danger); }.empty { grid-column:1/-1; padding:54px 20px; border:1px dashed #bdcac4; border-radius:15px; color:var(--ink-soft); text-align:center; }.empty .chip { margin-top:14px; }

/* Explainer and footer */
.how-it-works { width:min(1180px,calc(100% - 48px)); margin:105px auto 0; }.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:33px; }.steps article { padding-top:17px; border-top:1px solid #b9c8c0; }.steps span { color:var(--coral); font:500 12px "DM Mono",monospace; }.steps h3 { margin-top:11px; font:600 18px "Playfair Display",Georgia,serif; }.steps p { margin-top:6px; color:var(--ink-soft); font-size:13px; line-height:1.55; }footer { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:25px; width:min(1180px,calc(100% - 48px)); margin:90px auto 0; padding:22px 0 28px; border-top:1px solid #cbd4cf; color:var(--ink-soft); font-size:11px; }.footer__brand { display:flex; align-items:center; gap:7px; color:var(--ink); font-size:14px; font-weight:700; }.footer__brand .brand__mark { width:21px; height:21px; border-radius:6px; font-size:12px; }footer>p:last-child { text-align:right; }
@media (max-width:820px) { .grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.stat { grid-template-columns:1fr 1fr; }.stat__item--wide { grid-column:1/-1; border-top:1px solid var(--line); }.stat__item:nth-child(2) { border-right:0; }footer { grid-template-columns:1fr 1fr; }footer>p:nth-child(2) { grid-column:1/-1; grid-row:2; } }
@media (max-width:560px) { .nav,.hero,.dashboard,.how-it-works,footer { width:min(100% - 28px,1180px); }.nav { min-height:67px; }.nav__meta { display:none; }.hero { margin-top:26px; margin-bottom:49px; }.hero h1 { font-size:clamp(45px,14vw,64px); }.trust-row { gap:8px; font-size:11px; }.dashboard { padding:26px 16px 28px; border-radius:19px; }.dashboard__heading { display:block; }.updated { max-width:none; margin-top:7px; text-align:left; }.stat { grid-template-columns:1fr; margin:24px 0; }.stat__item,.stat__item:nth-child(2) { border-right:0; border-bottom:1px solid var(--line); }.stat__item--wide { border-top:0; }.controls { grid-template-columns:1fr; }.sort-field { justify-content:space-between; }.filter-row { display:block; margin:24px 0 15px; }.filter-row>p { margin-bottom:9px; }.grid { grid-template-columns:1fr; }.card__name { min-height:auto; }.how-it-works { margin-top:70px; }.steps { grid-template-columns:1fr; gap:23px; margin-top:25px; }footer { display:block; margin-top:64px; padding-bottom:22px; }footer>* { margin-bottom:10px; }footer>p:last-child { text-align:left; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; } }
