
:root{
  --ink:#15231e;
  --muted:#657069;
  --line:#dfe5e1;
  --paper:#f7f8f5;
  --white:#fff;
  --accent:#254f3f;
  --accent-soft:#e7efe9;
  --warm:#f1eee8;
  --good:#245a3c;
  --radius:22px;
  --shadow:0 18px 50px rgba(24,42,34,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);background:var(--white);line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.eyebrow{font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05;margin:0}
h1{font-size:clamp(3rem,7vw,6.8rem);letter-spacing:-.055em}
h2{font-size:clamp(2.2rem,4.6vw,4.7rem);letter-spacing:-.045em}
h3{font-size:1.6rem}
p{margin:.7rem 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:14px 20px;border-radius:999px;background:var(--ink);color:#fff;font-weight:800;border:1px solid var(--ink);transition:.2s}
.btn:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(21,35,30,.16)}
.btn.secondary{background:transparent;color:var(--ink)}
.btn.light{background:#fff;color:var(--ink);border-color:#fff}
.pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--accent-soft);font-size:.8rem;font-weight:800;color:var(--accent)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,229,225,.9)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{font-family:Georgia,serif;font-weight:700;font-size:1.28rem;letter-spacing:-.02em}
.brand span{font-family:Inter,sans-serif;font-size:.66rem;display:block;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:-3px}
nav{display:flex;align-items:center;gap:24px;font-size:.92rem;font-weight:700}
.mobile-only{display:none}
.hero{padding:92px 0 54px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}
.hero-copy p{max-width:680px;font-size:1.16rem;color:var(--muted);margin:24px 0 30px}
.hero-card{background:var(--paper);border:1px solid var(--line);border-radius:32px;padding:28px;min-height:440px;display:flex;flex-direction:column;justify-content:space-between}
.serum-visual{height:275px;border-radius:24px;background:linear-gradient(145deg,#e2e9e3,#f6f3ed);display:grid;place-items:center;position:relative;overflow:hidden}
.bottle{width:92px;height:190px;border-radius:16px 16px 26px 26px;background:linear-gradient(90deg,#344c42,#496859);box-shadow:0 25px 35px rgba(30,55,44,.24);position:relative}
.bottle:before{content:"";position:absolute;left:23px;right:23px;height:58px;top:-56px;border-radius:9px 9px 3px 3px;background:#1d2d27}
.bottle:after{content:"DENSITY\A SERUM";white-space:pre;position:absolute;left:13px;right:13px;top:62px;padding:18px 7px;background:#efeee7;color:#1d2d27;text-align:center;font:700 10px/1.35 Inter,sans-serif;letter-spacing:.09em}
.orbit{position:absolute;border:1px solid rgba(37,79,63,.18);border-radius:50%}
.o1{width:210px;height:210px}.o2{width:315px;height:315px}.o3{width:430px;height:430px}
.metric-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:64px}
.metric{padding:28px 20px;border-right:1px solid var(--line)}
.metric:last-child{border-right:0}
.metric strong{font:700 2.2rem Georgia,serif;display:block}
.metric span{font-size:.85rem;color:var(--muted)}
.section{padding:110px 0}
.section.alt{background:var(--paper)}
.section-head{display:grid;grid-template-columns:.45fr 1fr;gap:36px;align-items:start;margin-bottom:55px}
.section-head p{max-width:700px;font-size:1.06rem;color:var(--muted)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff}
.card .num{font:700 1.8rem Georgia,serif;color:#9aa49e;margin-bottom:30px}
.card p{color:var(--muted)}
.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}
.article-art{height:170px;background:linear-gradient(135deg,#dfe8e2,#f3eee6);display:grid;place-items:center;font:700 3rem Georgia,serif;color:rgba(21,35,30,.6)}
.article-body{padding:24px}
.article small{color:var(--muted)}
.newsletter{background:var(--ink);color:#fff;border-radius:32px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.newsletter p{color:#c8d1cc}
.input-row{display:flex;background:#fff;border-radius:999px;padding:5px;min-width:390px}
.input-row input{border:0;outline:0;padding:11px 15px;width:100%;font:inherit}
.footer{padding:48px 0 80px;border-top:1px solid var(--line);font-size:.82rem;color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.footer-links{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}


.review-hero{padding:58px 0 42px;border-bottom:1px solid var(--line)}
.meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.84rem;margin-bottom:18px}
.review-hero h1{font-size:clamp(2.8rem,6vw,5.6rem);max-width:970px}
.review-hero .dek{max-width:790px;font-size:1.2rem;color:var(--muted);margin:22px 0}
.jump{display:flex;gap:8px;flex-wrap:wrap}
.jump a{border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-weight:750;font-size:.84rem}
.disclosure{padding:12px 16px;border:1px solid #e5d9c8;background:#fbf7f0;border-radius:14px;font-size:.82rem;color:#6d6256;margin-top:22px}
.finding{display:grid;grid-template-columns:.42fr 1fr;gap:42px}
.big-stat{font:700 clamp(4rem,8vw,7.5rem) Georgia,serif;letter-spacing:-.06em}
.big-stat span{display:block;font:800 .75rem Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.criteria{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.criterion{padding:27px;border-top:3px solid var(--ink);background:var(--paper);border-radius:0 0 18px 18px}
.criterion strong{display:block;margin:22px 0 8px;font-size:1.05rem}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
table{border-collapse:collapse;min-width:910px;width:100%}
th,td{padding:17px 14px;border-bottom:1px solid var(--line);text-align:center;font-size:.88rem}
th:first-child,td:first-child{text-align:left;position:sticky;left:0;background:#fff;z-index:2}
thead th{background:var(--paper);font-weight:800}
thead th:first-child{background:var(--paper)}
.winner-col{background:#f0f5f1!important}
.check{font-weight:900;color:var(--good)}
.rank-card{display:grid;grid-template-columns:300px 1fr;gap:38px;border:1px solid var(--line);border-radius:28px;padding:30px;background:#fff;margin:22px 0}
.rank-card.winner{border:2px solid var(--accent);box-shadow:var(--shadow)}
.product-shot{border-radius:20px;background:linear-gradient(145deg,#e5ece7,#f8f4ed);min-height:330px;display:grid;place-items:center}
.score{font:700 3.8rem Georgia,serif;line-height:1}
.score small{font:800 .7rem Inter,sans-serif;color:var(--muted);display:block;letter-spacing:.1em;text-transform:uppercase}
.specs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 20px}
.specs span{font-size:.78rem;background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:7px 9px;font-weight:750}
.procon{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0}
.procon h4{margin:0 0 8px}
.procon ul{padding-left:20px;margin:0;color:var(--muted)}
.bottomline{padding:18px;border-radius:15px;background:var(--paper);margin:20px 0}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.timeline .card{border-top:3px solid var(--ink)}
.faq{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;background:none;border:0;text-align:left;padding:20px 0;font:700 1rem Inter,sans-serif;color:var(--ink);display:flex;justify-content:space-between;cursor:pointer}
.faq-a{display:none;color:var(--muted);padding:0 0 20px;max-width:780px}
.faq-item.open .faq-a{display:block}
.pick-banner{background:var(--ink);color:#fff;border-radius:30px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.pick-banner p{color:#cdd6d1;max-width:690px}
.sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(21,35,30,.96);color:#fff;padding:10px 0;backdrop-filter:blur(12px);transform:translateY(120%);transition:.25s}
.sticky-buy.show{transform:translateY(0)}
.sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.sticky-inner small{color:#cbd4cf}
.prototype-note{font-size:.78rem;color:#756c60;background:#f7f1e8;border:1px dashed #d8c8b4;padding:11px 14px;border-radius:12px}

@media (max-width:820px){
  .container{width:min(100% - 28px,1160px)}
  nav a:not(.btn){display:none}
  .hero{padding-top:58px}
  .hero-grid,.section-head,.finding,.newsletter,.footer-grid,.pick-banner{grid-template-columns:1fr}
  .hero-card{min-height:360px}
  .metric-row{grid-template-columns:1fr 1fr}
  .metric:nth-child(2){border-right:0}
  .metric:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .grid-3,.article-list,.criteria,.timeline{grid-template-columns:1fr}
  .section{padding:76px 0}
  .newsletter{padding:30px}
  .input-row{min-width:0}
  .footer-links{justify-content:flex-start}
  .rank-card{grid-template-columns:1fr;padding:18px}
  .product-shot{min-height:260px}
  .procon{grid-template-columns:1fr}
  .sticky-inner .sticky-copy{display:none}
}



.content-hero{padding:78px 0 42px;border-bottom:1px solid var(--line)}
.content-hero h1{font-size:clamp(2.8rem,6vw,5.4rem);max-width:900px}
.content-hero p{font-size:1.08rem;color:var(--muted);max-width:760px}
.prose{width:min(820px,calc(100% - 40px));margin:0 auto;padding:72px 0 110px}
.prose h2{font-size:2rem;margin:48px 0 12px}
.prose h3{font:700 1.2rem Inter,sans-serif;margin:28px 0 8px}
.prose p,.prose li{color:#4e5c55}
.prose ul,.prose ol{padding-left:22px}
.prose a{text-decoration:underline;text-underline-offset:3px}
.notice{border-left:3px solid var(--accent);background:var(--paper);padding:17px 19px;border-radius:0 12px 12px 0;margin:24px 0}
.legal-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.85rem;margin-top:18px}
.definition{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.definition strong{font-size:.9rem}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.contact-card{border:1px solid var(--line);border-radius:18px;padding:24px}
.contact-card a{font-weight:800;text-decoration:underline}
.editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.breadcrumbs{font-size:.82rem;color:var(--muted);margin-bottom:18px}
.policy-table{width:100%;border-collapse:collapse;margin:20px 0}
.policy-table th,.policy-table td{text-align:left;vertical-align:top;border:1px solid var(--line);padding:12px;position:static;background:#fff}
.site-map{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.site-map .card a{display:block;margin:.45rem 0;text-decoration:underline}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:100;background:#fff;border:1px solid var(--line);box-shadow:0 18px 70px rgba(21,35,30,.2);border-radius:20px;padding:20px;display:none}
.cookie-banner.show{display:block}
.cookie-inner{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;max-width:1160px;margin:auto}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}
.cookie-actions button{cursor:pointer}
.cookie-settings{display:none;border-top:1px solid var(--line);padding-top:16px;margin-top:16px}
.cookie-settings.show{display:block}
.cookie-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0}
.cookie-row small{display:block;color:var(--muted);max-width:700px}
.toggle{display:flex;align-items:center;gap:8px;font-weight:800}
.klaviyo-placeholder{border:1px dashed #9cac9f;border-radius:14px;padding:16px;background:#f4f7f4;color:#536159;font-size:.88rem}
@media(max-width:820px){
 .contact-grid,.editorial-grid,.site-map,.cookie-inner{grid-template-columns:1fr}
 .definition{grid-template-columns:1fr;gap:3px}
 .prose{width:min(100% - 28px,820px)}
}



.comparison-page{
  --cmp-ink:#171a1f;
  --cmp-muted:#626973;
  --cmp-line:#d9dde2;
  --cmp-soft:#f5f6f7;
  --cmp-soft-2:#fafafa;
  --cmp-accent:#1d6a55;
  --cmp-accent-dark:#155340;
  --cmp-warm:#fff8ed;
  --cmp-warm-line:#ead8b8;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--cmp-ink);
  background:#fff;
  font-size:16px;
  line-height:1.58;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.comparison-page h1,
.comparison-page h2,
.comparison-page h3,
.comparison-page h4,
.comparison-page .brand{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--cmp-ink);
  letter-spacing:-.028em;
}
.comparison-page h1{font-weight:800}
.comparison-page h2{font-weight:800}
.comparison-page h3{font-weight:750}
.comparison-page p{color:var(--cmp-ink)}
.comparison-page .container{width:min(1080px,calc(100% - 40px))}

.comparison-page .site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e6e8eb;
  backdrop-filter:blur(12px);
}
.comparison-page .header-inner{height:66px}
.comparison-page .brand{font-size:1.13rem;font-weight:800;letter-spacing:-.035em}
.comparison-page .brand span{
  font-family:inherit;font-size:.58rem;line-height:1.1;margin-top:1px;
  letter-spacing:.13em;color:#737982;font-weight:700;
}
.comparison-page nav{gap:22px;font-size:.84rem;font-weight:700}
.comparison-page .btn{
  min-height:43px;padding:10px 18px;border-radius:7px;
  background:var(--cmp-accent);border-color:var(--cmp-accent);
  font-size:.88rem;font-weight:800;box-shadow:none;
}
.comparison-page .btn:hover{background:var(--cmp-accent-dark);box-shadow:none;transform:none}
.comparison-page .btn.light{background:#fff;color:var(--cmp-ink);border-color:#fff}
.comparison-page .btn.secondary{background:#fff;color:var(--cmp-ink);border-color:var(--cmp-line)}

.comparison-page .review-hero{
  padding:46px 0 38px;border-bottom:1px solid var(--cmp-line);background:#fff;
}
.comparison-page .review-hero .container{max-width:980px}
.comparison-page .meta{
  margin-bottom:17px;gap:9px;color:#6f7680;font-size:.76rem;font-weight:650;
  text-transform:none;
}
.comparison-page .pill{
  border-radius:4px;padding:4px 7px;background:#eef4f1;
  color:var(--cmp-accent);font-size:.69rem;line-height:1.35;font-weight:800;
  letter-spacing:.035em;text-transform:uppercase;
}
.comparison-page .review-hero h1{
  max-width:900px;font-size:clamp(2.35rem,5vw,4.05rem);
  line-height:1.04;letter-spacing:-.048em;margin:0;
}
.comparison-page .review-hero .dek{
  max-width:790px;margin:18px 0 22px;font-size:1.075rem;line-height:1.55;
  color:black;font-weight:300;
}
.comparison-page .jump{gap:7px}
.comparison-page .jump a{
  border:1px solid var(--cmp-line);border-radius:5px;padding:7px 10px;
  font-size:.76rem;font-weight:750;color:#424850;background:#fff;
}
.comparison-page .jump a:hover{border-color:#9ca3aa;background:#fafafa}
.comparison-page .disclosure{
  margin-top:18px;padding:10px 12px;border-radius:5px;border:1px solid var(--cmp-warm-line);
  background:var(--cmp-warm);color:#625847;font-size:.75rem;line-height:1.5;
}

.comparison-page .section{padding:74px 0}
.comparison-page .section.alt{background:#f7f7f6}
.comparison-page .eyebrow{
  color:#677079;font-size:.68rem;line-height:1.3;letter-spacing:.12em;font-weight:850;
}
.comparison-page .section-head{
  display:block;max-width:800px;margin:0 0 34px;
}
.comparison-page .section-head>div:first-child{margin-bottom:9px}
.comparison-page .section-head h2{
  font-size:clamp(2rem,4vw,3.15rem);line-height:1.08;letter-spacing:-.04em;
}
.comparison-page .section-head p{
  max-width:740px;margin-top:12px;font-size:.99rem;line-height:1.62;color:#606872;
}

.comparison-page .finding{
  display:grid;grid-template-columns:200px minmax(0,1fr);gap:54px;align-items:start;
}
.comparison-page .finding h2{
  max-width:760px;font-size:clamp(2.05rem,4vw,3.25rem);line-height:1.08;
}
.comparison-page .big-stat{
  margin-top:8px;font-family:inherit;font-size:4.6rem;line-height:.95;font-weight:850;
  letter-spacing:-.06em;color:var(--cmp-accent);
}
.comparison-page .big-stat span{
  max-width:150px;margin-top:10px;font-family:inherit;color:#707780;
  font-size:.64rem;line-height:1.35;letter-spacing:.1em;font-weight:850;
}
.comparison-page .finding p{font-size:1rem!important;line-height:1.68!important;color:#59616b!important}

.comparison-page .criteria{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.comparison-page .criterion{
  min-height:260px;padding:23px 22px;border:1px solid var(--cmp-line);border-top:3px solid #23272d;
  border-radius:0;background:#fff;
}
.comparison-page .criterion .eyebrow{color:#8a9097}
.comparison-page .criterion strong{
  display:block;margin:28px 0 8px;font-size:1.08rem;line-height:1.3;font-weight:800;
  color:var(--cmp-ink);
}
.comparison-page .criterion p{font-size:.88rem;line-height:1.6;color:#626a74}
.comparison-page .criterion .pill{display:inline-flex;margin-top:8px;background:#f0f1f2;color:#555d66}

.comparison-page .table-wrap{
  border:1px solid #cfd4d9;border-radius:4px;background:#fff;box-shadow:none;
}
.comparison-page table{min-width:930px;font-size:.82rem}
.comparison-page th,.comparison-page td{
  padding:14px 12px;border-bottom:1px solid #e2e5e8;color:#343a42;
  font-size:.8rem;line-height:1.35;
}
.comparison-page thead th{
  background:#f2f3f4;font-weight:800;color:#252a30;
}
.comparison-page th:first-child,.comparison-page td:first-child{background:#fff;font-weight:700}
.comparison-page thead th:first-child{background:#f2f3f4}
.comparison-page .winner-col{background:#edf5f1!important}
.comparison-page .check{color:var(--cmp-accent);font-weight:900}

.comparison-page #top5 .container{max-width:1030px}
.comparison-page .rank-card{
  grid-template-columns:245px minmax(0,1fr);gap:30px;
  margin:18px 0;padding:24px;border:1px solid #d5d9dd;border-radius:7px;background:#fff;
  box-shadow:none;
}
.comparison-page .rank-card.winner{
  border:2px solid #20242a;border-radius:7px;box-shadow:0 7px 20px rgba(20,25,30,.06);
}
.comparison-page .product-shot{
  min-height:285px;border-radius:4px;background:#f4f4f2;border:1px solid #e5e5e2;
}
.comparison-page .rank-card h2,
.comparison-page .rank-card h3{
  font-family:inherit!important;color:var(--cmp-ink);letter-spacing:-.035em!important;
}
.comparison-page .rank-card h2{font-size:2.15rem!important;line-height:1.08!important}
.comparison-page .rank-card h3{font-size:1.55rem!important;line-height:1.15!important}
.comparison-page .rank-card>div:nth-child(2)>p{font-size:.89rem!important;color:#68707a!important}
.comparison-page .specs{margin:11px 0 16px;gap:6px}
.comparison-page .specs span{
  padding:5px 7px;border-radius:3px;background:#f3f4f5;border:1px solid #e1e4e7;
  color:#555d66;font-size:.68rem;line-height:1.35;font-weight:750;
}
.comparison-page .score{
  display:inline-flex;align-items:baseline;gap:8px;margin:3px 0 4px;
  font-family:inherit;font-size:3.15rem;line-height:1;font-weight:850;letter-spacing:-.055em;
  color:var(--cmp-ink);
}
.comparison-page .score small{
  display:inline-block;font-family:inherit;font-size:.62rem;letter-spacing:.08em;
  color:#7a8189;font-weight:800;
}
.comparison-page .procon{gap:32px;margin:19px 0}
.comparison-page .procon h4{
  padding-bottom:7px;border-bottom:1px solid #dedfe1;font-size:.75rem;letter-spacing:.08em;
  text-transform:uppercase;font-weight:850;
}
.comparison-page .procon ul{padding-left:18px;color:#505963;font-size:.84rem;line-height:1.55}
.comparison-page .procon li+li{margin-top:5px}
.comparison-page .bottomline{
  margin:16px 0;padding:14px 15px;border-radius:4px;border-left:3px solid var(--cmp-accent);
  background:#f3f5f4;color:#4c555d;font-size:.84rem;line-height:1.56;
}

.comparison-page .timeline{gap:12px}
.comparison-page .timeline .card{
  border-radius:4px;border:1px solid var(--cmp-line);border-top:3px solid #252a30;
  box-shadow:none;padding:22px;
}
.comparison-page .timeline .card h3{font-size:1.08rem;line-height:1.28;margin-top:10px!important}
.comparison-page .timeline .card p{font-size:.85rem;color:#606873}

.comparison-page .faq{border-top:1px solid #d5d9dc}
.comparison-page .faq-item{border-bottom:1px solid #d5d9dc}
.comparison-page .faq-q{
  padding:17px 0;font-family:inherit;font-size:.92rem;font-weight:800;color:#24292f;
}
.comparison-page .faq-a{padding:0 0 18px;font-size:.88rem;line-height:1.62;color:#626a73}

.comparison-page .pick-banner{
  border-radius:6px;padding:34px;background:#1c2024;gap:32px;
}
.comparison-page .pick-banner h2{color:#fff!important}
.comparison-page .pick-banner p{color:#c7ccd1!important;font-size:.9rem}
.comparison-page .pick-banner .eyebrow{color:#aeb7bf!important}
.comparison-page .sticky-buy{background:rgba(28,32,36,.97);padding:9px 0}
.comparison-page .sticky-inner{font-size:.86rem}
.comparison-page .sticky-inner small{font-size:.7rem;color:#c5cbd0}

.comparison-page .footer{
  background:#fff;border-top:1px solid #dfe2e5;color:#707780;
}
.comparison-page .footer .brand{color:var(--cmp-ink)}
.comparison-page .footer p{color:#707780}

@media(max-width:820px){
  .comparison-page .container{width:min(100% - 28px,1080px)}
  .comparison-page .header-inner{height:60px}
  .comparison-page .review-hero{padding:22px 0 28px}
  .comparison-page .review-hero h1{font-size:1.75rem;line-height:1.04}
  .comparison-page .review-hero .dek{font-size:.98rem}
  .comparison-page .section{padding:54px 0}
  .comparison-page .finding{grid-template-columns:1fr;gap:24px}
  .comparison-page .big-stat{font-size:3.8rem}
  .comparison-page .criteria{grid-template-columns:1fr}
  .comparison-page .criterion{min-height:0}
  .comparison-page .rank-card{grid-template-columns:1fr;gap:20px;padding:16px}
  .comparison-page .product-shot{min-height:230px}
  .comparison-page .rank-card h2{font-size:1.8rem!important}
  .comparison-page .rank-card h3{font-size:1.42rem!important}
  .comparison-page .score{font-size:2.75rem}
  .comparison-page .pick-banner{padding:25px}
}

.tc-full-rank-card{background:#fff;border:1px solid #d9d9d6;box-shadow:0 10px 28px rgba(22,21,18,.08);margin:0 0 28px}
.tc-full-rank-band{height:50px;background:#090909;color:#fff;font:600 11px/50px "IBM Plex Mono",monospace;letter-spacing:.16em;text-transform:uppercase;padding:0 32px}
.tc-full-rank-band span{display:inline-block;width:34px;height:1px;background:#b68b25;vertical-align:middle;margin-right:14px}
.tc-full-rank-head{display:grid;grid-template-columns:220px 1fr 160px;min-height:210px;border-bottom:1px solid #151515}
.tc-full-rank-image{display:flex;align-items:center;justify-content:center;padding:28px;border-right:1px solid #151515}
.tc-full-rank-image.small{border-right:0}
.tc-full-rank-image img{max-width:140px;max-height:160px;object-fit:contain}
.tc-full-rank-image.small img{max-width:95px;max-height:120px}
.tc-full-rank-info{padding:32px 36px;align-self:center}
.tc-full-rank-info h3{font:400 29px/1.15 "Source Serif 4",Georgia,serif;margin:6px 0 8px}
.tc-secondary-rank{font:600 11px/1.3 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#77746e}
.tc-full-score{display:flex;align-items:center;justify-content:center;border-left:1px solid #151515;margin:28px 0}
.tc-score-ring.secondary{border-color:#d7d4ca #0c0c0c #0c0c0c #0c0c0c;color:#5a5852}
.tc-full-rank-body{display:grid;grid-template-columns:1fr 1fr;gap:46px;padding:28px 32px 22px}
.tc-rank-list{list-style:none;padding:10px 0 0;margin:0}
.tc-rank-list li{position:relative;padding:7px 0 7px 20px;font:400 15px/1.45 Inter,sans-serif;color:#585858}
.tc-rank-list li:before{position:absolute;left:0;font-weight:700}
.tc-positive li:before{content:"+";color:#1f6a3d}
.tc-negative li:before{content:"−";color:#b2463f}
.tc-rank-bottomline{margin:0 32px 26px;border:1px solid #181818;background:#f4f1ea;padding:18px 22px}
.tc-rank-bottomline span{display:block;font:600 10px/1.3 "IBM Plex Mono",monospace;letter-spacing:.15em;color:#9a7620;margin-bottom:7px}
.tc-rank-bottomline p{margin:0;font:400 16px/1.5 "Source Serif 4",Georgia,serif}
.tc-rank-cta-row{padding:0 32px 28px;display:flex;justify-content:flex-end}
.tc-rank-cta-row a{background:#98761f;color:#fff;padding:13px 22px;font:700 13px/1 Inter,sans-serif}
.tc-homepage{background:#fbfbf8;color:#171714}
.tc-home-shell{width:min(1100px,calc(100% - 48px));margin:auto}
.tc-home-header{border-bottom:1px solid #191919;background:#fbfbf8}
.tc-home-header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}
.tc-home-header nav{display:flex;gap:34px}
.tc-home-header nav a{font:500 13px/1 Inter,sans-serif;color:#24231f}
.tc-home-hero{padding:96px 0 72px}
.tc-home-kicker,.tc-home-section-label{font:600 11px/1.2 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#9a7620;text-transform:uppercase}
.tc-home-hero h1{max-width:880px;margin:20px 0 20px;font:400 clamp(44px,6vw,72px)/.98 "Source Serif 4",Georgia,serif;letter-spacing:-.03em}
.tc-home-hero>div>p{max-width:850px;font:400 19px/1.65 "Source Serif 4",Georgia,serif;color:#3f3e39}
.tc-home-metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-top:66px;border-top:1px solid #cfcfc9;border-bottom:1px solid #cfcfc9}
.tc-home-metrics div{padding:25px 20px;border-right:1px solid #cfcfc9}
.tc-home-metrics div:last-child{border-right:0}
.tc-home-metrics strong{display:block;font:400 34px/1 "Source Serif 4",Georgia,serif}
.tc-home-metrics span{display:block;margin-top:7px;font:500 11px/1.35 "IBM Plex Mono",monospace;letter-spacing:.06em;color:#6a6861;text-transform:uppercase}
.tc-home-section{padding:88px 0;border-bottom:1px solid #d4d4ce}
.tc-home-section h2{font:400 42px/1.08 "Source Serif 4",Georgia,serif;margin:14px 0 12px}
.tc-home-section-intro{max-width:760px;font:400 18px/1.6 "Source Serif 4",Georgia,serif;color:#56544e;margin:0 0 46px}
.tc-home-criteria{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #222;border-left:1px solid #dddcd5}
.tc-home-criteria article{padding:28px 28px 34px;border-right:1px solid #dddcd5;border-bottom:1px solid #dddcd5;min-height:250px;background:#fff}
.tc-home-criteria article>div,.tc-home-steps article>div{font:600 10px/1.3 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#9a7620}
.tc-home-criteria h3,.tc-home-steps h3{font:400 23px/1.2 "Source Serif 4",Georgia,serif;margin:23px 0 10px}
.tc-home-criteria p,.tc-home-steps p{font:400 14px/1.65 Inter,sans-serif;color:#5b5a55}
.tc-home-method{background:#f5f4ef}
.tc-home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #1c1c1a;border-bottom:1px solid #1c1c1a}
.tc-home-steps article{padding:30px 30px 34px;border-right:1px solid #c9c8c1}
.tc-home-steps article:last-child{border-right:0}
.tc-home-newsletter{padding:62px 0}
.tc-home-newsletter-inner{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center}
.tc-home-newsletter h2{font:400 34px/1.1 "Source Serif 4",Georgia,serif;margin:0 0 8px}
.tc-home-newsletter p{font:400 16px/1.5 Inter,sans-serif;color:#5b5a55}
.tc-home-email{min-height:64px;border:1px solid #c9c7bf;padding:18px;background:#fff}
.tc-home-email>span{font:500 11px/1.3 "IBM Plex Mono",monospace;color:#88847a}
.tc-home-footer{border-top:1px solid #171714;padding:42px 0 55px;background:#f4f2ec}
.tc-home-footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.tc-home-footer nav{display:flex;gap:22px}
.tc-home-footer nav a{font:500 12px/1 Inter,sans-serif}
.tc-home-footer p{max-width:980px;font:400 12px/1.6 Inter,sans-serif;color:#6a675f}
.tc-home-copyright{margin-top:24px;font:500 11px/1 "IBM Plex Mono",monospace;color:#77736a}
@media(max-width:760px){
.tc-full-rank-head{grid-template-columns:105px 1fr 90px;min-height:155px}
.tc-full-rank-image{padding:16px}
.tc-full-rank-image img,.tc-full-rank-image.small img{max-width:72px;max-height:95px}
.tc-full-rank-info{padding:20px 16px}
.tc-full-rank-info h3{font-size:20px}
.tc-full-score{margin:18px 0}
.tc-full-rank-body{grid-template-columns:1fr;gap:24px;padding:22px 20px}
.tc-rank-bottomline{margin:0 20px 20px}
.tc-rank-cta-row{padding:0 20px 22px}
.tc-home-shell{width:min(100% - 28px,1100px)}
.tc-home-header-inner{height:64px}
.tc-home-header nav{gap:14px}
.tc-home-header nav a{font-size:11px}
.tc-home-hero{padding:64px 0 50px}
.tc-home-hero h1{font-size:43px}
.tc-home-hero>div>p{font-size:17px}
.tc-home-metrics{grid-template-columns:1fr 1fr}
.tc-home-metrics div:nth-child(2){border-right:0}
.tc-home-metrics div:nth-child(-n+2){border-bottom:1px solid #cfcfc9}
.tc-home-section{padding:64px 0}
.tc-home-criteria{grid-template-columns:1fr}
.tc-home-steps{grid-template-columns:1fr}
.tc-home-steps article{border-right:0;border-bottom:1px solid #c9c8c1}
.tc-home-steps article:last-child{border-bottom:0}
.tc-home-newsletter-inner{grid-template-columns:1fr}
.tc-home-footer-top{align-items:flex-start;gap:24px;flex-direction:column}
.tc-home-footer nav{flex-wrap:wrap}
}

.tc-author-page{background:#fbfbf8;color:#171714}
.tc-author-hero{padding:86px 0 72px;border-bottom:1px solid #d7d5ce}
.tc-author-hero-grid{display:grid;grid-template-columns:280px 1fr;gap:62px;align-items:center}
.tc-author-photo{height:320px;background:#efeee8;border:1px solid #d7d5ce;display:flex;align-items:center;justify-content:center;overflow:hidden}
.tc-author-photo img{width:100%;height:100%;object-fit:cover}
.tc-author-hero h1{font:400 58px/1 "Source Serif 4",Georgia,serif;margin:12px 0 8px}
.tc-author-role{font:500 12px/1.4 "IBM Plex Mono",monospace;letter-spacing:.06em;color:#78746b;text-transform:uppercase;margin-bottom:22px}
.tc-author-hero p{max-width:760px;font:400 18px/1.65 "Source Serif 4",Georgia,serif;color:#46443f}
.tc-author-section{padding:82px 0;border-bottom:1px solid #d7d5ce}
.tc-author-alt{background:#f4f2ec}
.tc-author-split{display:grid;grid-template-columns:220px 1fr;gap:45px}
.tc-author-section h2,.tc-author-contact h2{font:400 40px/1.1 "Source Serif 4",Georgia,serif;margin:0 0 22px}
.tc-author-section p,.tc-author-contact p{font:400 16px/1.7 Inter,sans-serif;color:#55534d}
.tc-author-focus-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #1b1b19;border-left:1px solid #d7d5ce}
.tc-author-focus-grid article{padding:27px;border-right:1px solid #d7d5ce;border-bottom:1px solid #d7d5ce;background:#fff;min-height:235px}
.tc-author-focus-grid article>div{font:600 10px/1.3 "IBM Plex Mono",monospace;letter-spacing:.12em;color:#9a7620;text-transform:uppercase}
.tc-author-focus-grid h3,.tc-author-process h3{font:400 22px/1.2 "Source Serif 4",Georgia,serif;margin:20px 0 10px}
.tc-author-process{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #1b1b19;border-bottom:1px solid #1b1b19;margin-top:34px}
.tc-author-process article{padding:28px;border-right:1px solid #d7d5ce}
.tc-author-process article:last-child{border-right:0}
.tc-author-process article>div,.tc-author-contact-box>div{font:600 10px/1.3 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#9a7620}
.tc-author-editorial-note{margin-top:28px;padding:20px 24px;border-left:2px solid #b38a24;background:#f5f1e5;font:400 14px/1.65 Inter,sans-serif;color:#57544e}
.tc-author-contact{padding:78px 0}
.tc-author-contact-grid{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:start}
.tc-author-contact-box{border:1px solid #d0cec7;background:#fff;padding:26px}
.tc-author-contact-box a{font:600 15px/1 Inter,sans-serif;color:#98761f}
@media(max-width:760px){
.tc-author-hero{padding:58px 0 48px}
.tc-author-hero-grid,.tc-author-split,.tc-author-contact-grid{grid-template-columns:1fr}
.tc-author-photo{width:180px;height:210px}
.tc-author-hero h1{font-size:43px}
.tc-author-focus-grid,.tc-author-process{grid-template-columns:1fr}
.tc-author-process article{border-right:0;border-bottom:1px solid #d7d5ce}
.tc-author-process article:last-child{border-bottom:0}
}

.trr-brand{display:inline-flex!important;align-items:baseline;gap:14px;white-space:nowrap;text-decoration:none!important}
.trr-brand-main{font:400 24px/1 "Source Serif 4",Georgia,serif;letter-spacing:-.025em;color:#111}
.trr-brand-main em{font-style:italic;color:#9a7620;font-weight:400}
.trr-brand-sub{font:500 10px/1 "IBM Plex Mono",monospace;letter-spacing:.18em;color:#6c6860}
.trr-footer-brand{font:400 22px/1 "Source Serif 4",Georgia,serif;color:#111}
.reference-brand.trr-brand{display:inline-flex!important;flex-direction:row!important;align-items:baseline!important;gap:14px!important}
.brand.trr-brand{font:inherit!important;display:inline-flex!important;align-items:baseline!important;gap:14px!important}
.brand.trr-brand span{display:inline!important;margin:0!important}
@media(max-width:760px){
.trr-brand{gap:8px}
.trr-brand-main{font-size:20px}
.trr-brand-sub{font-size:8px;letter-spacing:.13em}
}
@media(max-width:520px){
.trr-brand{align-items:flex-start;flex-direction:column!important;gap:4px}
.reference-brand.trr-brand{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}
.brand.trr-brand{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}
.trr-brand-main{font-size:19px}
.trr-brand-sub{font-size:7px}
}

.global-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}
.global-header{background:#fbfbf8;border-bottom:1px solid #1d1c19;position:relative;z-index:80}
.global-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.global-brand{display:inline-flex;align-items:baseline;gap:14px;text-decoration:none;white-space:nowrap}
.global-brand-name{font:400 22px/1 "Source Serif 4",Georgia,serif;color:#141412;letter-spacing:-.02em}
.global-brand-name em{font-style:italic;color:#9b7720}
.global-brand-sub{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#6b6861}
.global-nav,.global-footer-nav{display:flex;align-items:center;gap:28px}
.global-nav a,.global-footer-nav a{font:600 12px/1 Inter,sans-serif;color:#171714;text-decoration:none}
.global-footer{border-top:1px solid #1c1b18;background:#f4f2ec;padding:40px 0 46px}
.global-footer-row{display:flex;align-items:center;justify-content:space-between;gap:32px}
.global-footer-disclosure{max-width:900px;margin:28px 0 0;font:400 12px/1.65 Inter,sans-serif;color:#69665e}
.global-footer-legal{margin:24px 0 0;font:500 10px/1 "IBM Plex Mono",monospace;letter-spacing:.06em;color:#77736a}
mark{background:linear-gradient(104deg,rgba(247,226,139,0) 1%,rgba(247,226,139,.9) 3%,rgba(247,226,139,.72) 50%,rgba(247,226,139,.9) 97%,rgba(247,226,139,0) 99%);padding:0 2px;color:inherit}
.comparison-page{--cmp-ink:#151513;--cmp-gold:#a17b1e;--cmp-paper:#fbfbf8;--cmp-line:#222;--cmp-muted:#5f5c55;background:var(--cmp-paper);color:var(--cmp-ink);font-family:Inter,sans-serif}
.comparison-page .global-header{background:var(--cmp-paper)}
.review-hero{padding:74px 0 68px;border-bottom:1px solid #deddd7}
.reference-hero-container{width:min(1110px,calc(100% - 48px));margin:auto}
.reference-review-tag{margin-bottom: 10px; display:inline-block;background:#090909;color:#fff;padding:8px 11px;font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.07em;text-transform:uppercase}
.reference-review-hero h1{max-width:1040px;margin:32px 0 20px;font:400 clamp(42px,5vw,64px)/.98 "Source Serif 4",Georgia,serif;letter-spacing:-.035em;color:#111}
.reference-review-hero h1 em{font-style:italic;color:var(--cmp-gold);font-weight:400}
.reference-dek{max-width:1050px;border-left:1px solid #c59a2e;padding-left:20px;font:400 18px/1.55 Inter,-apple-system,sans-serif;color:#000}
.reference-dek mark{background:linear-gradient(104deg,rgba(247,226,139,0) 1%,rgba(247,226,139,.9) 3%,rgba(247,226,139,.72) 50%,rgba(247,226,139,.9) 97%,rgba(247,226,139,0) 99%);padding:0 2px;color:inherit}
.reference-jump{display:flex;gap:8px;margin-top:34px}
.reference-jump a{border:1px solid #d8d7d1;padding:13px 20px;background:#fff;font:600 12px/1 Inter,sans-serif}
.reference-jump a.active{background:#090909;color:#fff;border-color:#090909}

.tc-section{padding:72px 0}
.tc-container{width:min(1110px,calc(100% - 48px));margin:0 auto}
.tc-wide{width:min(1180px,calc(100% - 48px))}
.tc-kicker{display:flex;align-items:center;gap:14px;margin-bottom:20px;font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.18em;text-transform:uppercase;color:#8f6c17}
.tc-kicker span{width:36px;height:1px;background:#b5871f}
.tc-section h2{font:400 38px/1.08 "Source Serif 4",Georgia,serif;letter-spacing:-.02em;color:#161513;margin:0 0 28px}
.tc-section h2 em{font-style:italic;color:#98731c;font-weight:400}
.tc-findings-copy{border-left:1px solid #1b1b19;padding-left:22px;font:400 0.98rem/1.7 Inter,sans-serif;color:#3f3d38;max-width:1060px}
.tc-evidence-box{margin-top:34px;background:#f5eed8;border:1px solid #e5d9b7;padding:30px 32px;box-shadow:0 10px 24px rgba(28,25,17,.06)}
.tc-evidence-tag{display:inline-block;background:#98731c;color:#fff;padding:8px 11px;font:600 12px/1 "IBM Plex Mono",monospace;letter-spacing:.08em}
.tc-evidence-box p{font:400 16px/1.6 "Source Serif 4",Georgia,serif;margin:16px 0 0}

.tc-criteria-section{background:#faf9f5}
.tc-criteria-stack{border:1px solid #deddd7;background:#fff;box-shadow:0 10px 26px rgba(24,22,16,.05)}
.tc-criterion-row{padding:38px 32px;border-bottom:1px solid #deddd7}
.tc-criterion-row:last-child{border-bottom:0}
.tc-criterion-num{font:500 40px/1 "IBM Plex Mono",monospace;color:#b1831e;margin-bottom:14px}
.tc-criterion-num span{font-size:11px;color:#68645b}
.tc-criterion-row h3{font:400 23px/1.2 "Source Serif 4",Georgia,serif;margin:0 0 12px}
.tc-criterion-row p{font:400 15px/1.65 Inter,sans-serif;color:#5d5a54;max-width:990px}
.tc-criterion-tag{display:inline-block;margin-top:14px;border-bottom:1px solid #b1831e;font:600 10px/1.2 "IBM Plex Mono",monospace;letter-spacing:.05em;color:#846214}

.tc-compare-section{border-top:1px solid #1c1b18}
.tc-table-wrap{overflow-x:auto;background:#fff;box-shadow:0 12px 28px rgba(27,25,18,.07)}
.tc-compare-table{width:100%;min-width:1000px;border-collapse:collapse}
.tc-compare-table th,.tc-compare-table td{border-bottom:1px solid #171715;padding:17px 16px;text-align:center;vertical-align:middle}
.tc-compare-table th:first-child,.tc-compare-table td:first-child{text-align:left;width:160px}
.tc-compare-table thead tr:first-child th{height:120px;background:#fff}
.tc-compare-table thead tr:nth-child(2) th{font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase}
.tc-product-col img{display:block;margin:0 auto 8px;max-height:66px;max-width:78px;object-fit:contain}
.tc-product-rank{font:600 9px/1 "IBM Plex Mono",monospace;color:#6f6b62}
.tc-top-pick{position:relative;background:#f5edd3!important;border-left:1px solid #a87f1d;border-right:1px solid #a87f1d}
.tc-top-pick-label{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#98731c;color:#fff;padding:8px 14px;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.09em}
.tc-compare-table tbody td{font:600 15px/1.35 Inter,sans-serif}
.tc-compare-table tbody td:first-child{font:400 16px/1.3 "Source Serif 4",Georgia,serif}
.tc-good{color:#176038}.tc-mid{color:#a4490e}.tc-bad{color:#ad2722}.tc-check{color:#bd8c1d;font-size:23px}.tc-dash{color:#b5b0a4}

.tc-ranked-section{padding-top:82px}
.tc-full-rank-card{background:#fff;border:1px solid #d9d7d0;box-shadow:0 10px 28px rgba(22,21,18,.08);margin:0 0 26px}
.tc-full-rank-band{height:50px;background:#090909;color:#fff;font:600 11px/50px "IBM Plex Mono",monospace;letter-spacing:.16em;text-transform:uppercase;padding:0 32px}
.tc-full-rank-band span{display:inline-block;width:34px;height:1px;background:#b68b25;vertical-align:middle;margin-right:14px}
.tc-full-rank-head{display:grid;grid-template-columns:250px 1fr 175px;min-height:225px;border-bottom:1px solid #151515}
.tc-full-rank-image{display:flex;align-items:center;justify-content:center;padding:28px;border-right:1px solid #151515}
.tc-full-rank-image.small{border-right:0}
.tc-full-rank-image img{max-width:145px;max-height:170px;object-fit:contain}
.tc-full-rank-image.small img{max-width:100px;max-height:125px}
.tc-full-rank-info{padding:34px 40px;align-self:center}
.tc-winner-eyebrow,.tc-secondary-rank{font:600 10px/1.3 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#96721c;text-transform:uppercase}
.tc-secondary-rank{color:#77746e}
.tc-full-rank-info h3{font:400 30px/1.12 "Source Serif 4",Georgia,serif;margin:10px 0 7px}
.tc-product-meta{font:500 10px/1.4 "IBM Plex Mono",monospace;letter-spacing:.1em;color:#77736b;text-transform:uppercase}
.tc-badges,.tc-trust-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}
.tc-badges span,.tc-trust-badges span{border:1px solid #c7c5be;padding:7px 9px;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.05em}
.tc-badges span:first-child{background:#98731c;color:#fff;border-color:#98731c}
.tc-full-score{display:flex;align-items:center;justify-content:center;border-left:1px solid #151515;margin:30px 0}
.tc-score-ring{width:112px;height:112px;border-radius:50%;border:13px solid #98731c;border-right-color:#d8d2c0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.tc-score-ring.secondary{border-color:#0d0d0d;border-top-color:#d5d2ca}
.tc-score-ring strong{font:400 31px/1 "Source Serif 4",Georgia,serif;color:#8c6918}
.tc-score-ring.secondary strong{color:#5b5953}
.tc-score-ring span{margin-top:4px;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.1em;color:#6d685f}
.tc-full-rank-body{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:30px 42px 22px}
.tc-list-title{padding-bottom:12px;border-bottom:1px solid #1b1b19;font:600 12px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#59564f}
.tc-list-title span{color:#858178}
.tc-rank-list{list-style:none;padding:12px 0 0;margin:0}
.tc-rank-list li{position:relative;padding:6px 0 6px 20px;font:400 15px/1.5 Inter,sans-serif;color:#595650}
.tc-rank-list li:before{position:absolute;left:0;font-weight:700}
.tc-positive li:before{content:"+";color:#1d6a3b}
.tc-negative li:before{content:"−";color:#b64640}
.tc-rank-bottomline{margin:0 42px 28px;border:1px solid #181818;background:#f4f1e9;padding:19px 22px}
.tc-rank-bottomline span{display:block;font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#98731c;margin-bottom:8px}
.tc-rank-bottomline p{margin:0;font:400 16px/1.55 "Source Serif 4",Georgia,serif}
.tc-rank-cta-row{padding:0 42px 30px;display:flex;justify-content:flex-end}
.tc-rank-cta-row a{background:#98731c;color:#fff;padding:14px 24px;font:700 13px/1 Inter,sans-serif}

.tc-timeline-section{background:#faf9f5}
.tc-timeline{border:1px solid #deddd7;background:#fff;box-shadow:0 10px 26px rgba(24,22,16,.05)}
.tc-timeline-row{padding:34px 32px;border-bottom:1px solid #171715}
.tc-timeline-row:last-child{border-bottom:0}
.tc-timeline-label{font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#92701d;text-transform:uppercase}
.tc-timeline-row h3{font:400 22px/1.2 "Source Serif 4",Georgia,serif;margin:20px 0 10px}
.tc-timeline-row p{font:400 15px/1.65 Inter,sans-serif;color:#595650}

.tc-faq-list{border:1px solid #deddd7;background:#fff;box-shadow:0 10px 26px rgba(24,22,16,.05)}
.tc-faq-item{border-bottom:1px solid #171715}
.tc-faq-item:last-child{border-bottom:0}
.tc-faq-q{width:100%;border:0;background:transparent;padding:24px 30px;text-align:left;display:flex;justify-content:space-between;align-items:center;font:400 20px/1.25 "Source Serif 4",Georgia,serif;cursor:pointer}
.tc-faq-q span{font:400 24px/1 "Source Serif 4",Georgia,serif;color:#b0831f}
.tc-faq-a{display:none;padding:0 30px 24px;font:400 14px/1.65 Inter,sans-serif;color:#595650;max-width:950px}
.tc-faq-item.open .tc-faq-a{display:block}

.tc-editor-pick{background:#201b0f;border-top:4px solid #aa8121;padding:72px 0}
.tc-editor-grid{display:grid;grid-template-columns:1fr 510px;gap:70px;align-items:center}
.tc-editor-copy{color:#fff}
.tc-editor-copy .tc-kicker{color:#d0a842}
.tc-editor-copy h2{color:#fff;font-size:40px}
.tc-editor-copy p{font:400 17px/1.65 "Source Serif 4",Georgia,serif;color:#d6d1c5;max-width:600px}
.tc-editor-card{background:#fff;padding:34px 40px;position:relative}
.tc-editor-label{position:absolute;top:0;left:34px;transform:translateY(-50%);background:#a07a1e;color:#fff;padding:10px 15px;font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.1em}
.tc-editor-head{display:grid;grid-template-columns:120px 1fr;gap:26px;align-items:center;border-bottom:1px solid #1b1b19;padding-bottom:24px}
.tc-editor-head img{max-width:100px;max-height:120px;object-fit:contain}
.tc-editor-head h3{font:400 25px/1.15 "Source Serif 4",Georgia,serif;margin:0 0 6px}
.tc-editor-head p{font:500 9px/1.4 "IBM Plex Mono",monospace;letter-spacing:.09em;color:#79756d;text-transform:uppercase}
.tc-editor-score{font:400 37px/1 "Source Serif 4",Georgia,serif;color:#9a7520;margin-top:8px}
.tc-editor-score span{font:600 8px/1 "IBM Plex Mono",monospace;color:#66625a;letter-spacing:.08em}
.tc-editor-points{list-style:none;padding:18px 0;margin:0}
.tc-editor-points li{padding:12px 0 12px 26px;border-bottom:1px solid #aaa79f;position:relative;font:400 14px/1.4 Inter,sans-serif;color:#55524d}
.tc-editor-points li:before{content:"✓";position:absolute;left:0;color:#1c6a3b}
.tc-editor-card .tc-editor-cta{display:block;background:#a07a1e;color:#fff;text-align:center;padding:16px;font:700 14px/1 Inter,sans-serif;margin-top:20px}

.tc-research-section{border-bottom:1px solid #1c1b18}
.tc-research-copy{border-left:1px solid #bd8d22;padding-left:22px;font:italic 400 17px/1.6 "Source Serif 4",Georgia,serif;max-width:1080px}
.tc-references{padding:62px 0}
.tc-references ol{padding-left:24px;max-width:980px}
.tc-references li{margin:0 0 13px;font:400 13px/1.55 Inter,sans-serif;color:#5c5953}
.tc-references a{color:#98731c;text-decoration:underline}

.reader-header{position:fixed;top:0;left:0;right:0;z-index:120;background:rgba(251,251,248,.96);border-bottom:1px solid #1c1b18;transform:translateY(-110%);transition:transform .2s ease;backdrop-filter:blur(10px)}
.reader-header.show{transform:translateY(0)}
.reader-header-inner{width:min(1180px,calc(100% - 48px));height:68px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.reader-brand{font:400 17px/1 "Source Serif 4",Georgia,serif}
.reader-brand span{font-style:italic;color:#98731c}
.reader-nav{display:flex}
.reader-nav a{padding:13px 17px;border:1px solid #deddd7;border-right:0;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase;background:#fff}
.reader-nav a:last-child{border-right:1px solid #deddd7}
.reader-nav a.active{background:#090909;color:#fff;border-color:#090909}
.reader-cta{justify-self:end;background:#98731c;color:#fff;padding:14px 19px;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase}
.reader-progress{position:absolute;left:0;bottom:-1px;height:4px;width:0;background:#b38920}

.content-hero{padding:74px 0 54px;border-bottom:1px solid #deddd7}
.content-hero .container{width:min(1100px,calc(100% - 48px))}
.content-hero h1{max-width:900px;font:400 clamp(42px,5vw,62px)/1 "Source Serif 4",Georgia,serif;letter-spacing:-.03em}
.content-hero p{max-width:820px;font:400 18px/1.6 "Source Serif 4",Georgia,serif;color:#55524c}
.eyebrow{font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.15em;text-transform:uppercase;color:#83631b}
.prose{width:min(820px,calc(100% - 48px));margin:0 auto;padding:64px 0 92px}
.prose h2{font:400 29px/1.15 "Source Serif 4",Georgia,serif;margin:42px 0 12px}
.prose h3{font:600 14px/1.3 Inter,sans-serif;margin:28px 0 8px}
.prose p,.prose li{font:400 15px/1.7 Inter,sans-serif;color:#55524d}
.prose a{color:#8d6a18;text-decoration:underline}

@media(max-width:760px){
.global-shell{width:min(100% - 28px,1180px)}
.global-header-inner{min-height:70px;align-items:flex-start;padding:15px 0}
.global-brand{flex-direction:column;align-items:flex-start;gap:4px}
.global-brand-name{font-size:19px}
.global-brand-sub{font-size:7px}
.global-nav{gap:14px;flex-wrap:wrap;justify-content:flex-end}
.global-nav a{font-size:10px}
.global-footer-row{flex-direction:column;align-items:flex-start}
.global-footer-nav{gap:16px;flex-wrap:wrap}
.reference-hero-container,.tc-container,.tc-wide{width:min(100% - 28px,1110px)}
.review-hero{padding:52px 0 48px}
.reference-review-hero h1{font-size:42px}
.reference-dek{font-size:16px}
.reference-jump a{padding:11px 12px;font-size:10px}
.tc-section{padding:56px 0}
.tc-section h2{font-size:32px}
.tc-criterion-row{padding:28px 22px}
.tc-full-rank-head{grid-template-columns:92px 1fr 82px;min-height:160px}
.tc-full-rank-image{padding:14px}
.tc-full-rank-image img,.tc-full-rank-image.small img{max-width:68px;max-height:90px}
.tc-full-rank-info{padding:18px 14px}
.tc-full-rank-info h3{font-size:19px}
.tc-product-meta,.tc-badges,.tc-trust-badges{display:none}
.tc-full-score{margin:18px 0}
.tc-score-ring{width:66px;height:66px;border-width:8px}
.tc-score-ring strong{font-size:21px}
.tc-score-ring span{font-size:6px}
.tc-full-rank-body{grid-template-columns:1fr;gap:22px;padding:22px 20px}
.tc-rank-bottomline{margin:0 20px 20px}
.tc-rank-cta-row{padding:0 20px 22px}
.tc-editor-grid{grid-template-columns:1fr}
.tc-editor-card{padding:30px 24px}
.tc-editor-head{grid-template-columns:95px 1fr}
.reader-header-inner{width:min(100% - 18px,1180px);grid-template-columns:auto 1fr auto;gap:8px;height:62px}
.reader-brand{font-size:15px;white-space:nowrap}
.reader-nav{justify-content:center}
.reader-nav a{padding:10px 9px;font-size:7px}
.reader-cta{padding:11px 10px;font-size:7px}
}
@media(max-width:520px){
.global-header-inner{display:block}
.global-nav{margin-top:12px;justify-content:flex-start}
.reader-brand{display:block}
.reader-nav a{padding:9px 7px}
.reader-cta{display:none}
.reference-review-hero h1{font-size:37px}
.tc-full-rank-head{grid-template-columns:78px 1fr 70px}
.tc-full-rank-info h3{font-size:17px}
.tc-faq-q{font-size:18px;padding:21px 20px}
}

.site-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}
.site-header{background:#fbfbf8;border-bottom:1px solid #1c1b18}
.site-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.site-brand{display:inline-flex;align-items:baseline;gap:14px;text-decoration:none;white-space:nowrap}
.site-brand-name{font:400 22px/1 "Source Serif 4",Georgia,serif;color:#151513}
.site-brand-name em{font-style:italic;color:#9a7620}
.site-brand-sub{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#6d6960}
.home-nav{display:flex;gap:30px}
.home-nav a{font:600 12px/1 Inter,sans-serif;color:#171714}
.ad-disclosure-link{display:inline-flex;align-items:center;gap:10px;font:500 10px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;color:#5f5a50;text-decoration:underline;text-underline-offset:3px}
.ad-disclosure-link span{width:6px;height:6px;background:#b68b25}
.site-footer{border-top:1px solid #1c1b18;background:#f4f2ec;padding:42px 0 48px}
.site-footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}
.site-footer-nav{display:flex;gap:24px}
.site-footer-nav a{font:600 12px/1 Inter,sans-serif;color:#171714}
.site-footer-disclosure{max-width:940px;margin:30px 0 0;font:400 12px/1.65 Inter,sans-serif;color:#69665e}
.site-footer-copy{margin:22px 0 0;font:500 10px/1 "IBM Plex Mono",monospace;color:#77736a}

.reference-jump{display:flex;gap:8px;margin-top:32px}
.reference-jump a{border:1px solid #1a1a18;background:#fff;padding:11px 18px;font:600 12px/1 Inter,sans-serif;color:#171714;border-radius:0}
.reference-jump a.active{background:#090909;color:#fff}
.tc-criterion-num{display:flex;align-items:flex-end;gap:6px;margin-bottom:14px;color:#b0831c}
.tc-criterion-num strong{font:500 40px/1 "IBM Plex Mono",monospace}
.tc-criterion-num span{font:500 11px/1 "IBM Plex Mono",monospace;color:#6f6a60;margin-bottom:5px}

.tc-table-wrap{overflow-x:auto;background:#fff;box-shadow:0 12px 28px rgba(27,25,18,.08)}
.tc-compare-table{width:100%;min-width:1000px;border-collapse:collapse;border:1px solid #181816}
.tc-compare-table th,.tc-compare-table td{border-bottom:1px solid #181816;padding:16px 14px;text-align:center;vertical-align:middle}
.tc-compare-table th+th,.tc-compare-table td+td{border-left:0}
.tc-compare-table thead tr:first-child th{height:118px;background:#fff}
.tc-compare-table thead tr:nth-child(2) th{border-top:1px solid #181816;background:#fff;font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase}
.tc-compare-table th:first-child,.tc-compare-table td:first-child{width:160px;text-align:left;background:#faf9f5}
.tc-product-col img{display:block;margin:0 auto 8px;max-height:70px;max-width:82px;object-fit:contain}
.tc-product-rank{font:600 9px/1 "IBM Plex Mono",monospace;color:#6e695f}
.tc-top-pick{position:relative;background:#f5edd3!important;border-left:1px solid #9f781c!important;border-right:1px solid #9f781c!important}
.tc-top-pick-label{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#98731c;color:#fff;padding:8px 14px;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.09em}
.tc-compare-table tbody td{font:600 15px/1.35 Inter,sans-serif}
.tc-compare-table tbody td:first-child{font:400 16px/1.3 "Source Serif 4",Georgia,serif}
.tc-compare-table .score-row td{background:#090909!important;color:#fff!important;font:400 27px/1 "Source Serif 4",Georgia,serif}
.tc-compare-table .score-row td:first-child{font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.08em}
.tc-compare-table .score-row .tc-top-pick{background:#98731c!important;color:#fff!important}

.reader-header{position:fixed;top:0;left:0;right:0;z-index:130;background:rgba(251,251,248,.97);border-bottom:1px solid #1c1b18;transform:translateY(-110%);transition:transform .18s ease;backdrop-filter:blur(10px)}
.reader-header.show{transform:translateY(0)}
.reader-header-inner{width:min(1180px,calc(100% - 48px));height:68px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}
.reader-brand{font:400 17px/1 "Source Serif 4",Georgia,serif;color:#171714}
.reader-brand span{font-style:italic;color:#98731c}
.reader-nav{display:flex}
.reader-nav a{padding:13px 17px;border:1px solid #deddd7;border-right:0;background:#fff;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase;color:#171714}
.reader-nav a:last-child{border-right:1px solid #deddd7}
.reader-nav a.active{background:#090909;color:#fff;border-color:#090909}
.reader-cta{justify-self:end;background:#98731c;color:#fff;padding:14px 19px;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase}
.reader-progress{position:absolute;left:0;bottom:-1px;height:4px;width:0;background:#b48a21}

.bottom-product-bar{position:fixed;left:0;right:0;bottom:0;z-index:125;background:rgba(255,255,255,.98);border-top:1px solid #1a1a18;transform:translateY(110%);transition:transform .18s ease;box-shadow:0 -8px 30px rgba(0,0,0,.08)}
.bottom-product-bar.show{transform:translateY(0)}
.bottom-product-inner{width:min(1180px,calc(100% - 48px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bottom-product-summary{display:flex;align-items:center;gap:15px}
.bottom-product-summary img{width:48px;height:58px;object-fit:contain}
.bottom-product-summary strong{display:block;font:400 17px/1.2 "Source Serif 4",Georgia,serif;color:#171714}
.bottom-product-summary span{display:block;margin-top:4px;font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;color:#7a756c;text-transform:uppercase}
.bottom-product-inner>a{background:#145a35;color:#fff;padding:17px 28px;font:700 13px/1 Inter,sans-serif}

.product-unavailable-main{min-height:68vh;display:grid;place-items:center;padding:70px 24px}
.product-unavailable-card{width:min(620px,100%);text-align:center}
.product-unavailable-kicker{font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#98731c}
.product-unavailable-card img{display:block;max-width:110px;max-height:150px;object-fit:contain;margin:26px auto}
.product-unavailable-card h1{font:400 48px/1 "Source Serif 4",Georgia,serif;margin:0 0 16px}
.product-unavailable-card p{font:400 17px/1.6 "Source Serif 4",Georgia,serif;color:#5b574f}
.product-unavailable-card a{display:inline-block;margin-top:24px;background:#171714;color:#fff;padding:14px 22px;font:700 12px/1 Inter,sans-serif}

@media(max-width:760px){
.site-shell{width:min(100% - 28px,1180px)}
.site-header-inner{min-height:68px}
.site-brand{flex-direction:column;align-items:flex-start;gap:4px}
.site-brand-name{font-size:19px}
.site-brand-sub{font-size:7px}
.home-nav{gap:15px}
.home-nav a{font-size:10px}
.site-footer-top{flex-direction:column;align-items:flex-start}
.site-footer-nav{flex-wrap:wrap;gap:16px}
.ad-disclosure-link{font-size:8px}
.reader-header-inner{width:min(100% - 18px,1180px);grid-template-columns:auto 1fr auto;gap:8px;height:62px}
.reader-brand{font-size:14px}
.reader-nav a{padding:10px 8px;font-size:7px}
.reader-cta{padding:11px 10px;font-size:7px}
.bottom-product-inner{width:min(100% - 20px,1180px);height:74px}
.bottom-product-summary strong{font-size:15px}
.bottom-product-summary img{width:40px;height:48px}
.bottom-product-inner>a{padding:14px 18px;font-size:11px}
}
@media(max-width:520px){
.comparison-top-header .site-brand-sub{display:none}
.ad-disclosure-link{font-size:7px}
.reader-brand{display:none}
.reader-header-inner{grid-template-columns:1fr auto}
.reader-nav{justify-self:start}
.bottom-product-summary span{display:none}
}

.tc-criteria-card{border:1px solid #deddd7;background:#fff;box-shadow:0 10px 28px rgba(25,23,17,.05)}
.tc-criterion-number{display:flex;align-items:flex-end;gap:6px;margin-bottom:15px;color:#b1841e}
.tc-criterion-number strong{font:500 40px/1 "IBM Plex Mono",monospace}
.tc-criterion-number span{font:500 11px/1 "IBM Plex Mono",monospace;color:#6d685f;margin-bottom:5px}
.tc-under-tag{display:inline-block;margin-top:14px;border-bottom:1px solid #b1841e;font:600 10px/1.2 "IBM Plex Mono",monospace;letter-spacing:.06em;color:#876616}

.tc-comparison-table{width:100%;min-width:1000px;border-collapse:collapse;border:1px solid #171715;background:#fff}
.tc-comparison-table th,.tc-comparison-table td{padding:16px 15px;border-bottom:1px solid #171715;text-align:center;vertical-align:middle}
.tc-comparison-table th:first-child,.tc-comparison-table td:first-child{width:160px;text-align:left;background:#f8f7f3}
.tc-image-row th{height:122px;background:#fff;position:relative}
.tc-image-row th img{display:block;margin:0 auto 10px;max-width:78px;max-height:70px;object-fit:contain}
.tc-image-row .tc-winner-cell{background:#f6eed5}
.tc-name-row th{background:#fff;font:600 10px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase}
.tc-name-row .tc-winner-cell{background:#f6eed5}
.tc-winner-cell{background:#f6eed5}
.tc-top-pick-badge{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);background:#99741c;color:#fff;padding:8px 15px;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;white-space:nowrap}
.tc-rank{font:600 11px/1 "IBM Plex Mono",monospace;letter-spacing:.06em;color:#6e695f}
.tc-comparison-table tbody td{font:600 15px/1.35 Inter,sans-serif}
.tc-comparison-table tbody td:first-child{font:400 16px/1.28 "Source Serif 4",Georgia,serif}
.tc-good{color:#145d35}
.tc-warn{color:#a34a0f}
.tc-bad{color:#a82925}
.tc-check{color:#bd8b1f;font-size:22px}
.tc-score-row td{background:#090909!important;color:#fff!important;padding-top:20px;padding-bottom:20px;font:400 28px/1 "Source Serif 4",Georgia,serif!important}
.tc-score-row td:first-child{font:600 10px/1 "IBM Plex Mono",monospace!important;letter-spacing:.09em!important}
.tc-score-row .tc-winner-cell{background:#99741c!important;color:#fff!important}

.reference-jump a{border-radius:0!important}

.container{
max-width:1180px;
width:100%;
margin:0 auto;
padding:0 32px;
box-sizing:border-box;
}

.reference-hero-container,
.tc-container,
.tc-wide,
.site-shell{
width:auto;
max-width:none;
margin:0;
padding:0;
}

.review-hero .container,
.tc-section .container,
.tc-research-section .container,
.tc-references-section .container,
.tc-editorial-disclosure .container{
max-width:1180px;
width:100%;
margin:0 auto;
padding-left:32px;
padding-right:32px;
}

.site-header-inner{
min-height:72px;
display:flex;
align-items:center;
justify-content:space-between;
gap:32px;
}

.reader-header{
position:fixed;
top:0;
left:0;
right:0;
z-index:140;
background:rgba(251,251,248,.98);
border-bottom:1px solid #171715;
transform:translateY(-110%);
transition:transform .18s ease;
backdrop-filter:blur(10px);
}

.reader-header.show{
transform:translateY(0);
}

.reader-header-inner{
height:68px;
display:grid;
grid-template-columns:1fr auto 1fr;
align-items:center;
gap:22px;
}

.reader-brand{
display:block;
font:400 18px/1 "Source Serif 4",Georgia,serif;
color:#171714;
white-space:nowrap;
}

.reader-brand span{
font-style:italic;
color:#98731c;
}

.reader-nav{
display:flex;
align-items:center;
gap:8px;
}

.reader-nav a{
display:flex;
align-items:center;
justify-content:center;
height:38px;
padding:0 17px;
border:1px solid #d7d5cf;
background:#fff;
font:600 9px/1 "IBM Plex Mono",monospace;
letter-spacing:.08em;
text-transform:uppercase;
color:#171714;
box-sizing:border-box;
}

.reader-nav a.active{
background:#090909;
border-color:#090909;
color:#fff;
}

.reader-cta{
justify-self:end;
display:flex;
align-items:center;
justify-content:center;
height:38px;
padding:0 19px;
background:#98731c;
border:1px solid #98731c;
color:#fff;
font:600 9px/1 "IBM Plex Mono",monospace;
letter-spacing:.08em;
text-transform:uppercase;
}

.reader-progress{
position:absolute;
left:0;
bottom:-1px;
height:4px;
width:0;
background:#b48a21;
}

.tc-editors-pick{
background:#201b0f;
border-top:4px solid #aa8121;
padding:84px 0;
}

.tc-editors-inner{
display:grid;
grid-template-columns:minmax(0,1fr) 510px;
gap:76px;
align-items:center;
}

.tc-pick-copy{
color:#fff;
}

.tc-pick-copy .tc-kicker{
color:#d1aa44;
margin-bottom:26px;
}

.tc-pick-copy .tc-kicker span{
background:#c69a2b;
}

.tc-pick-copy h2{
margin:0;
max-width:590px;
font:400 39px/1.05 "Source Serif 4",Georgia,serif;
letter-spacing:-.025em;
color:#fff;
}

.tc-pick-copy h2 em{
display:inline;
font-style:italic;
font-weight:400;
color:#d0aa42;
}

.tc-pick-copy p{
max-width:600px;
margin:28px 0 0;
font:600 16px/1.7 "Source Serif 4",Georgia,serif;
color:#cfc9ba;
}

.tc-pick-card{
position:relative;
background:#fff;
padding:46px 40px 42px;
box-sizing:border-box;
}

.tc-pick-ribbon{
position:absolute;
top:0;
left:34px;
transform:translateY(-50%);
background:#b48824;
color:#fff;
padding:10px 15px;
font:600 10px/1 "IBM Plex Mono",monospace;
letter-spacing:.1em;
}

.tc-pick-product{
display:grid;
grid-template-columns:120px 1fr;
gap:26px;
align-items:center;
padding-bottom:24px;
border-bottom:1px solid #171715;
}

.tc-pick-product img{
width:100%;
max-width:105px;
height:125px;
object-fit:contain;
justify-self:center;
}

.tc-pick-product h3{
margin:0 0 6px;
font:400 25px/1.15 "Source Serif 4",Georgia,serif;
color:#171714;
}

.tc-pick-product .tc-product-meta{
font:500 9px/1.4 "IBM Plex Mono",monospace;
letter-spacing:.09em;
color:#77736b;
text-transform:uppercase;
}

.tc-pick-score{
margin-top:12px;
font:400 38px/1 "Source Serif 4",Georgia,serif;
color:#99751f;
}

.tc-pick-score span{
font:600 8px/1 "IBM Plex Mono",monospace;
letter-spacing:.08em;
color:#66625a;
}

.tc-pick-card ul{
list-style:none;
padding:18px 0 0;
margin:0;
}

.tc-pick-card li{
position:relative;
padding:12px 0 12px 26px;
border-bottom:1px solid #aaa79f;
font:400 14px/1.45 Inter,sans-serif;
color:#55524d;
}

.tc-pick-card li:before{
content:"✓";
position:absolute;
left:0;
color:#1c6a3b;
}

.tc-pick-card>a{
display:block;
margin-top:26px;
padding:17px 24px;
background:#a07a1e;
color:#fff;
text-align:center;
font:700 14px/1 Inter,sans-serif;
}

.tc-research-section{
padding:72px 0 50px;
background:#fbfbf8;
border-top:0;
border-bottom:1px solid #1c1b18;
}

.tc-research-section .tc-kicker{
margin-bottom:20px;
}

.tc-research-section h2{
max-width:980px;
margin:0 0 26px;
font:400 42px/1.08 "Source Serif 4",Georgia,serif;
letter-spacing:-.025em;
color:#171714;
}

.tc-research-section h2 em{
font-style:italic;
font-weight:400;
color:#98731c;
}

.tc-research-lead{
max-width:1060px;
margin:0;
padding-left:22px;
border-left:1px solid #bd8d22;
color:#24221e;
}

.tc-references-section{
padding:58px 0 62px;
background:#fbfbf8;
border-bottom:1px solid #1c1b18;
}

.tc-references-section .tc-kicker{
margin-bottom:28px;
}

ol.tc-references{
max-width:980px;
padding-left:24px;
margin:0;
}

ol.tc-references li{
margin:0 0 13px;
padding-left:2px;
font:400 13px/1.55 Inter,sans-serif;
color:#5c5953;
}

.tc-editorial-disclosure{
padding:42px 0 48px;
background:#f4f2ec;
border-bottom:1px solid #1c1b18;
}

.tc-disclosure-title{
margin-bottom:18px;
font:600 10px/1 "IBM Plex Mono",monospace;
letter-spacing:.14em;
color:#767169;
}

.tc-editorial-disclosure p{
max-width:1040px;
margin:0;
font:400 13px/1.65 Inter,sans-serif;
color:#5d5952;
}

.tc-editorial-disclosure strong{
color:#171714;
}

.bottom-product-inner{
height:82px;
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
}

@media (max-width:768px){
.container{
padding-left:5px;
padding-right:5px;
}

.review-hero .container,
.tc-section .container,
.tc-research-section .container,
.tc-references-section .container,
.tc-editorial-disclosure .container{
padding-left:18px;
padding-right:18px;
}

.reader-header-inner{
height:auto;
min-height:76px;
padding-top:10px;
padding-bottom:10px;
display:grid;
grid-template-columns:1fr auto;
grid-template-rows:auto auto;
gap:9px 12px;
}

.reader-brand{
display:block;
grid-column:1;
grid-row:1;
font-size:16px;
}

.reader-cta{
grid-column:2;
grid-row:1;
justify-self:end;
height:34px;
padding:0 11px;
font-size:7px;
}

.reader-nav{
grid-column:1 / -1;
grid-row:2;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:6px;
width:100%;
}

.reader-nav a{
height:34px;
padding:0 7px;
font-size:7px;
border:1px solid #d7d5cf;
}

.tc-editors-pick{
padding:58px 0 28px;
}

.tc-editors-inner{
grid-template-columns:1fr;
gap:34px;
}

.tc-pick-copy h2{
font-size:29px;
line-height:1.08;
}

.tc-pick-copy p{
margin-top:20px;
font-size:14px;
line-height:1.65;
}

.tc-pick-card{
padding:40px 19px 26px;
}

.tc-pick-ribbon{
left:19px;
}

.tc-pick-product{
grid-template-columns:78px 1fr;
gap:16px;
padding-bottom:18px;
}

.tc-pick-product img{
max-width:72px;
height:95px;
}

.tc-pick-product h3{
font-size:20px;
}

.tc-pick-score{
font-size:31px;
}

.tc-pick-card li{
font-size:13px;
padding-top:10px;
padding-bottom:10px;
}

.tc-research-section{
padding:54px 0 40px;
}

.tc-research-section h2{
font-size:31px;
line-height:1.08;
}

.tc-research-lead{
padding-left:16px;
font-size:15px;
line-height:1.6;
}

.tc-references-section{
padding:44px 0 48px;
}

.tc-editorial-disclosure{
padding:34px 0 38px;
}

.bottom-product-inner{
height:74px;
}
}

.tc-table-wrap{
overflow-x:auto;
overflow-y:visible;
background:#fff;
border:1px solid #deddd7;
box-shadow:0 10px 28px rgba(26,24,18,.07);
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
}

.tc-comparison-table{
width:100%;
min-width:1040px;
table-layout:fixed;
border:0;
border-collapse:collapse;
background:#fff;
}

.tc-comparison-table th,
.tc-comparison-table td{
padding:16px 14px;
border-bottom:1px solid #1c1b18;
text-align:center;
vertical-align:middle;
}

.tc-comparison-table th:first-child,
.tc-comparison-table td:first-child{
width:160px;
text-align:left;
background:#faf9f5;
}

.tc-comparison-table th:not(:first-child),
.tc-comparison-table td:not(:first-child){
width:176px;
}

.tc-image-row th{
height:128px;
background:#fff;
position:relative;
padding-top:25px;
}

.tc-image-row th img{
display:block;
margin:0 auto 12px;
max-width:80px;
max-height:72px;
object-fit:contain;
}

.tc-image-row .tc-winner-cell,
.tc-name-row .tc-winner-cell,
.tc-winner-cell{
background:#f6eed5;
border-left:1px solid #aa8220;
border-right:1px solid #aa8220;
}

.tc-top-pick-badge{
position:absolute;
top:0;
left:50%;
transform:translateX(-50%);
background:#99741c;
color:#fff;
padding:8px 15px;
font:600 9px/1 "IBM Plex Mono",monospace;
letter-spacing:.08em;
white-space:nowrap;
}

.tc-name-row th{
background:#fff;
font:600 10px/1.25 "IBM Plex Mono",monospace;
letter-spacing:.07em;
text-transform:uppercase;
}

.tc-comparison-table tbody tr:last-child td{
border-bottom:0;
}

.tc-score-row td{
background:#090909!important;
color:#fff!important;
padding-top:20px;
padding-bottom:20px;
font:400 28px/1 "Source Serif 4",Georgia,serif!important;
}

.tc-score-row td:first-child{
font:600 10px/1 "IBM Plex Mono",monospace!important;
letter-spacing:.09em!important;
}

.tc-score-row .tc-winner-cell{
background:#99741c!important;
border-left:1px solid #aa8220!important;
border-right:1px solid #aa8220!important;
}

.tc-swipe-hint{
display:none;
align-items:center;
justify-content:center;
gap:14px;
margin-top:10px;
font:600 11px/1 "IBM Plex Mono",monospace;
letter-spacing:.12em;
color:#777168;
}

.tc-swipe-hint span{
font:400 20px/1 "Source Serif 4",Georgia,serif;
color:#b48620;
}

.tc-timeline-card{
background:#fff;
border:1px solid #deddd7;
box-shadow:0 10px 28px rgba(26,24,18,.06);
}

.tc-timeline-card article{
padding:34px 32px 36px;
border-bottom:1px solid #1c1b18;
}

.tc-timeline-card article:last-child{
border-bottom:0;
}

.tc-time-label{
display:flex;
align-items:center;
gap:12px;
font:600 10px/1 "IBM Plex Mono",monospace;
letter-spacing:.15em;
color:#8f6c17;
text-transform:uppercase;
}

.tc-time-label span{
display:block;
width:28px;
height:1px;
background:#b5871f;
flex:0 0 auto;
}

.tc-timeline-card h3{
margin:20px 0 10px;
font:400 21px/1.2 "Source Serif 4",Georgia,serif;
color:#171714;
}

.tc-timeline-card p{
max-width:1000px;
margin:0;
font:400 15px/1.65 Inter,sans-serif;
color:#595650;
}

.tc-references-section{
padding-top:36px;
padding-bottom:40px;
}

.tc-references-section .tc-kicker{
margin-bottom:20px;
}

@media(max-width:768px){
.tc-table-wrap{
margin-left:0;
margin-right:0;
}

.tc-comparison-table{
min-width:900px;
}

.tc-comparison-table th:first-child,
.tc-comparison-table td:first-child{
width:160px;
}

.tc-comparison-table th:not(:first-child),
.tc-comparison-table td:not(:first-child){
width:148px;
}

.tc-image-row th{
height:118px;
padding-top:24px;
}

.tc-image-row th img{
max-width:70px;
max-height:65px;
}

.tc-comparison-table th,
.tc-comparison-table td{
padding:13px 10px;
}

.tc-comparison-table tbody td{
font-size:12px;
}

.tc-status.tc-status-x {
font-size:20px;
}

.tc-status.tc-status-check {
font-size:17px;
}

.tc-comparison-table tbody td:first-child{
font-size:15px;
}

.tc-name-row th{
font-size:11px;
line-height:1.3;
}

.tc-swipe-hint{
display:flex;
}

.tc-full-rank-card{
overflow:hidden;
}

.tc-full-rank-head{
display:grid;
grid-template-columns:1fr;
min-height:0;
border-bottom:1px solid #171715;
}

.tc-full-rank-image,
.tc-full-rank-image.small{
min-height:260px;
padding:28px 20px;
border-right:0;
border-bottom:1px solid #171715;
background:#fff;
}

.tc-full-rank-image img,
.tc-full-rank-image.small img{
max-width:190px;
max-height:210px;
width:auto;
height:auto;
}

.tc-full-rank-info{
padding:27px 20px 24px;
border-bottom:1px solid #171715;
}

.tc-full-rank-info h3{
font-size:23px;
line-height:1.15;
}

.tc-product-meta{
display:block;
margin-top:8px;
font-size:10px;
line-height:1.45;
}

.tc-badges,
.tc-trust-badges{
display:flex;
}

.tc-full-score{
min-height:150px;
margin:0;
border-left:0;
display:flex;
align-items:center;
justify-content:center;
}

.tc-score-ring{
width:104px;
height:104px;
border-width:12px;
}

.tc-score-ring strong{
font-size:30px;
}

.tc-score-ring span{
font-size:7px;
}

.tc-full-rank-body{
grid-template-columns:1fr;
gap:28px;
padding:28px 20px 20px;
}

.tc-rank-bottomline{
margin:0 20px 20px;
}

.tc-rank-cta-row{
padding:0 20px 24px;
}

.tc-timeline-card article{
padding:27px 20px 30px;
}

.tc-timeline-card h3{
font-size:20px;
margin-top:17px;
}

.tc-timeline-card p{
font-size:14px;
line-height:1.65;
}

.tc-references-section{
padding-top:28px;
padding-bottom:32px;
}
}

.tc-status{display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1.1}
.tc-status-check{color:#17663a}
.tc-status-mixed{color:#b75b13}
.tc-status-x{color:#b32622}
.tc-trust-score{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-weight:700}
.tc-trust-star{font-size:14px;line-height:1}
.tc-trust-green{color:#17663a}
.tc-trust-orange{color:#b75b13}
.tc-trust-red{color:#b32622}
.tc-bbb{display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.02em}
.tc-bbb-green{color:#17663a}
.tc-bbb-orange{color:#b75b13}
.tc-comparison-table tbody tr:nth-last-child(2) td{font-weight:700}
@media(max-width:768px){
.tc-trust-star{font-size:12px}
.tc-trust-score{gap:4px}
.tc-bbb{font-size:12px}
}

.tc-feature-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px;align-items:center}
.tc-feature-badges span{display:inline-flex;align-items:center;min-height:27px;padding:7px 10px;border:1px solid #bdb9ae;background:#fff;color:#191815;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}
.tc-feature-badges .tc-badge-criteria{background:#98731c;color:#fff;border-color:#98731c;font-weight:700}
.tc-feature-badges .tc-badge-award{background:#98731c;color:#fff;border-color:#98731c;font-weight:700}
.tc-feature-badges .tc-badge-bbb{background:#eef5fb;color:#205988;border-color:#6b94b4;font-weight:700}
.tc-feature-badges .tc-badge-trust{font-weight:700}
.tc-feature-badges .tc-badge-trust-green{background:#eef8f0;color:#17663a;border-color:#5b9270}
.tc-feature-badges .tc-badge-trust-orange{background:#fff5e9;color:#a65511;border-color:#d28a43}
.tc-feature-badges .tc-badge-trust-red{background:#fff0ee;color:#a62b25;border-color:#cc6c66}
.tc-feature-badges .tc-badge-bbb,.tc-feature-badges .tc-badge-trust{order:20}
.tc-feature-badges .tc-badge-trust{order:21}
@media(max-width:768px){
.tc-feature-badges{display:flex;gap:6px;margin-top:15px}
.tc-feature-badges span{font-size:11px;min-height:25px;padding:7px 8px;white-space:normal}
}

.tc-ranked-section,
.tc-timeline-section,
.tc-faq-section{
border-top:1px solid #1c1b18;
}

.tc-mobile-table-note{
display:none;
}

@property --score-fill{
syntax:"<number>";
inherits:false;
initial-value:0;
}

.tc-score-ring,
.tc-score-ring.secondary{
--score-fill:0;
position:relative;
border:0!important;
background:conic-gradient(from -90deg,#a57b18 0 calc(var(--score-fill)*1%),#ddd7c5 calc(var(--score-fill)*1%) 100%);
transition:--score-fill 1.15s cubic-bezier(.2,.72,.22,1);
}

.tc-score-ring.secondary{
background:conic-gradient(from -90deg,#1c1b18 0 calc(var(--score-fill)*1%),#d8d5cc calc(var(--score-fill)*1%) 100%);
}

.tc-score-ring::before{
content:"";
position:absolute;
inset:13px;
border-radius:50%;
background:#fff;
}

.tc-score-ring strong,
.tc-score-ring span{
position:relative;
z-index:1;
}

.tc-score-ring.is-visible{
--score-fill:var(--score-target);
}

@media(max-width:768px){
.tc-mobile-table-note{
display:flex;
align-items:center;
gap:7px;
margin:0 0 9px;
font:600 10px/1 "IBM Plex Mono",monospace;
letter-spacing:.09em;
color:#726d64;
text-transform:uppercase;
}
.tc-mobile-table-note span{
color:#a47b1d;
}
.tc-comparison-table th:first-child,
.tc-comparison-table td:first-child{
width:124px!important;
min-width:124px;
position:sticky;
left:0;
z-index:4;
box-shadow:9px 0 14px -13px rgba(0,0,0,.75);
border-right:1px solid #b78a1e;
}
.tc-comparison-table thead th:first-child{
z-index:6;
}
.tc-comparison-table th:not(:first-child),
.tc-comparison-table td:not(:first-child){
width:142px;
}
.tc-full-score{
min-height:132px;
}
.tc-score-ring{
width:96px;
height:96px;
}
.tc-score-ring::before{
inset:11px;
}
}

@media(prefers-reduced-motion:reduce){
.tc-score-ring{
transition:none;
}
}
