﻿*,*::before,*::after{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#334155;font-size:16px;line-height:1.6;-webkit-text-size-adjust:100%;min-height:100vh;display:flex;flex-direction:column}#main-content{flex:1}img,video{max-width:100%;height:auto;display:block}a{color:inherit}body{font-family:"IBM Plex Sans",sans-serif}h1,h2{font-family:"Space Grotesk",sans-serif;font-weight:700;line-height:1.2;color:#0c1117;letter-spacing:-0.02em}h1{font-size:clamp(2.25rem,5vw,3rem)}h2{font-size:clamp(1.875rem,4vw,1.875rem)}h3{font-family:"IBM Plex Sans",sans-serif;font-size:1.25rem;font-weight:500;color:#0c1117}code{font-family:"JetBrains Mono",monospace;font-size:.875em;background:#f1f5f9;color:#0c1117;padding:.1em .4em;border-radius:4px;border:.5px solid #e2e8f0}pre{font-family:"JetBrains Mono",monospace;font-size:.875rem;background:#1a2332;color:#e2e8f0;padding:1.25rem 1.5rem;border-radius:8px;overflow-x:auto;line-height:1.7}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.container{padding:0 1.5rem}}@media(min-width: 1024px){.container{padding:0 2rem}}.article-layout{display:block;padding-top:2rem;padding-bottom:3rem}@media(min-width: 1024px){.article-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}}@media(min-width: 1024px){.article-layout--no-sidebar{grid-template-columns:1fr}.article-layout--no-sidebar .article-main{max-width:800px;margin:0 auto}}.article-sidebar{margin-top:2rem}@media(min-width: 1024px){.article-sidebar{margin-top:0;position:sticky;top:72px}}.articles-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;list-style:none;padding:0;margin:0}@media(min-width: 768px){.articles-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.articles-grid{grid-template-columns:repeat(3, 1fr)}}.articles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.error-page{text-align:center;padding:3rem 1rem}.error-page__code{font-family:"Space Grotesk",sans-serif;font-size:5rem;font-weight:700;color:#ff6b35;line-height:1;margin:0 0 1rem}.error-page__title{font-family:"Space Grotesk",sans-serif;font-size:1.875rem;color:#0c1117;margin:0 0 1rem}.error-page__message{color:#64748b;margin-bottom:2rem}.error-page__detail{font-family:"JetBrains Mono",monospace;font-size:.875rem;background:#f1f5f9;border-radius:8px;padding:1rem;text-align:left;overflow-x:auto;margin-bottom:2rem;color:#334155}.site-header{background:#1a2332;border-bottom:.5px solid #1e2d3d;position:sticky;top:0;z-index:100}.site-header__inner{max-width:1080px;margin:0 auto;padding:0 1rem;height:56px;display:flex;align-items:center}@media(min-width: 768px){.site-header__inner{padding:0 1.5rem}}.site-logo{font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:500;color:#f1f5f9;text-decoration:none;letter-spacing:-0.3px;flex-shrink:0}.site-logo span{color:#ff6b35}.site-logo--footer{color:#94a3b8}@media(min-width: 768px){.site-nav{display:flex;margin-left:auto}}.site-nav__list{display:none;list-style:none;margin:0;padding:0;gap:1rem}@media(min-width: 768px){.site-nav__list{display:flex;align-items:center}}.site-nav.is-open .site-nav__list{display:flex;flex-direction:column;position:fixed;inset:56px 0 0;background:#1a2332;padding:1.5rem 1rem;z-index:99}.nav-link{font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;color:#94a3b8;text-decoration:none;transition:color 120ms;padding:.75rem 0;min-height:44px;display:flex;align-items:center}.nav-link:hover,.nav-link--active{color:#f1f5f9}@media(min-width: 768px){.nav-link{padding:0;min-height:auto}}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.75rem;margin-left:auto;margin-right:-0.75rem;min-height:44px;min-width:44px}@media(min-width: 768px){.nav-toggle{display:none}}.nav-toggle__bar{display:block;width:22px;height:2px;background:#94a3b8;border-radius:2px;transition:background 120ms}.nav-toggle:hover .nav-toggle__bar{background:#f1f5f9}.breadcrumb{background:#f8fafc;border-bottom:.5px solid #e2e8f0}.breadcrumb__list{max-width:1080px;margin:0 auto;padding:.75rem 1rem;list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:#94a3b8}.breadcrumb__item{display:flex;align-items:center;gap:.5rem}.breadcrumb__link{color:#64748b;text-decoration:none}.breadcrumb__link:hover{color:#c73e0e}.breadcrumb__current{color:#334155;font-weight:500}.breadcrumb__sep{color:#e2e8f0}.article-header{margin-bottom:2rem}.article-header__title{font-family:"Space Grotesk",sans-serif;font-size:clamp(2.25rem,5vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#0c1117;margin:1rem 0 1rem}.article-header__meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#64748b;margin-bottom:1.5rem}.article-header__cover{width:100%;height:auto;border-radius:12px;display:block}.article-header__updated::before{content:"·";margin-right:1rem;color:#94a3b8}.article-tldr{margin:0 0 2rem;padding:1rem 1.25rem;border-left:3px solid #ff6b35;background:#fff1eb;border-radius:0 8px 8px 0}.article-tldr__label{margin:0 0 .5rem;font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#c73e0e}.article-tldr__text{margin:0;font-family:"IBM Plex Sans",sans-serif;font-size:1.125rem;line-height:1.7;color:#334155}.article-body{font-family:"IBM Plex Sans",sans-serif;font-size:1.125rem;line-height:1.7;color:#334155}.article-body h2{font-family:"Space Grotesk",sans-serif;font-size:1.875rem;font-weight:500;color:#0c1117;margin:2.5rem 0 1rem;line-height:1.2;letter-spacing:-0.02em}.article-body h3{font-family:"IBM Plex Sans",sans-serif;font-size:1.25rem;font-weight:500;color:#0c1117;margin:2rem 0 .75rem}.article-body p{margin:0 0 1.25rem;max-width:68ch}.article-body a{color:#c73e0e;text-decoration:underline;text-underline-offset:3px}.article-body a:hover{color:#ff6b35}.article-body ul,.article-body ol{padding-left:1.5rem;margin:0 0 1.25rem;max-width:68ch}.article-body ul li,.article-body ol li{margin-bottom:.4rem}.article-body img:not(.affiliate-card__image){width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.article-body pre{font-family:"JetBrains Mono",monospace;font-size:.875rem;background:#1a2332;color:#e2e8f0;padding:1.25rem 1.5rem;border-radius:8px;overflow-x:auto;line-height:1.7;margin:1.5rem 0}.article-body code{font-family:"JetBrains Mono",monospace;font-size:.875em;background:#f1f5f9;color:#0c1117;padding:.1em .4em;border-radius:4px;border:.5px solid #e2e8f0}.article-body pre code{background:none;border:none;padding:0;font-size:inherit;color:inherit}.article-body table{width:100%;border-collapse:collapse;font-size:.875rem;margin:1.5rem 0;overflow-x:auto;display:block}.article-body table th{background:#f1f5f9;color:#0c1117;font-weight:500;text-align:left;padding:.75rem 1rem;border-bottom:.5px solid #e2e8f0}.article-body table td{padding:.75rem 1rem;border-bottom:.5px solid #e2e8f0;color:#334155}.article-body table tr:last-child td{border-bottom:none}.article-body blockquote{border-left:3px solid #ff6b35;margin:1.5rem 0;padding:.75rem 1.25rem;background:#fff1eb;border-radius:0 8px 8px 0;font-style:italic;color:#334155}.article-body blockquote p{margin:0}.article-footer{margin-top:2rem;padding-top:1.5rem;border-top:.5px solid #e2e8f0}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.sidebar-best{display:none}@media(min-width: 1024px){.sidebar-best{display:block;margin-top:.75rem;margin-bottom:1.5rem}}@media(min-width: 1024px){.inline-card--best{display:none}}.sidebar-section{background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.sidebar-section__title{font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 1rem}.disclosure{background:#f1f5f9;border-left:3px solid #ff6b35;border-radius:0 8px 8px 0;padding:.75rem 1.25rem;margin:1.5rem 0;font-size:.875rem;color:#64748b;line-height:1.7}.disclosure strong{color:#334155}.disclosure a{color:#c73e0e}.affiliate-card{position:relative;background:#fff;border:.5px solid #e2e8f0;box-shadow:0 1px 3px rgba(12,17,23,.06);border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;height:100%;gap:.75rem;margin:2rem 0}.affiliate-card:only-child{margin:0}.affiliate-card--value{background:#fff1eb;border-color:#ffcab0}.affiliate-card--best{background:#fff1eb;border-color:#ff6b35;box-shadow:0 0 0 1px #ff6b35,0 4px 12px rgba(34,211,165,.12)}.affiliate-card__badge{position:absolute;top:-10px;left:1rem;background:#ff6b35;color:#0c1117;font-family:"IBM Plex Sans",sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:3px 10px;border-radius:8px;line-height:1.4}.affiliate-card--value .affiliate-card__badge{background:#334155;color:#f8fafc}.affiliate-card__head{display:flex;align-items:flex-start;gap:.75rem}.affiliate-card__image{flex-shrink:0;width:64px;height:64px;object-fit:contain;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:8px;margin-top:.5rem}.affiliate-card__info{min-width:0;flex:1}.affiliate-card__name{font-size:1rem;font-weight:500;color:#0c1117;margin:0;line-height:1.4}.affiliate-card__tagline{font-size:.75rem;color:#334155;margin:4px 0 0;line-height:1.4;letter-spacing:.01em}.affiliate-card__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:.5px solid #e2e8f0}@media(min-width: 768px){.affiliate-card__actions{flex-direction:row;align-items:flex-end}.affiliate-card__actions .affiliate-card__cta{flex:1}.affiliate-card__actions:has(.affiliate-card__alt-merchants){flex-direction:column;align-items:stretch}.affiliate-card__actions:has(.affiliate-card__alt-merchants) .affiliate-card__cta{flex:none}}.affiliate-card__cta{display:flex;flex-direction:column-reverse;align-items:stretch;gap:6px}.affiliate-card__perk{font-size:.75rem;color:#64748b;text-align:center;line-height:1.3;letter-spacing:.01em}.affiliate-card__alt-merchants{display:flex;flex-direction:column;align-items:center;gap:8px}.affiliate-card__alt-label{font-size:.75rem;color:#64748b;letter-spacing:.01em}.affiliate-card__alt-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.affiliate-card__alt-chip{display:inline-flex;align-items:center;justify-content:center;font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:600;color:#c73e0e !important;background:#f8fafc;border:1.5px solid #ff6b35;border-radius:20px;padding:6px 16px;min-height:34px;text-decoration:none;transition:background 150ms ease,color 150ms ease,transform 100ms ease}.affiliate-card__alt-chip:hover{background:#ff6b35;color:#0c1117 !important;transform:translateY(-1px)}.btn-affiliate{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#ff6b35;color:#0c1117 !important;font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;transition:background 150ms ease,transform 100ms ease;text-decoration:none;min-height:44px;width:100%;box-sizing:border-box}.btn-affiliate:hover{background:rgb(255,77.1069306931,12.2);color:#0c1117 !important;transform:translateY(-1px)}.btn-affiliate:active{transform:translateY(0)}.toc{background:#f1f5f9;border-radius:8px;padding:1rem 1.25rem;margin:1.5rem 0;font-size:.875rem}.toc__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;color:#0c1117;padding:0;min-height:44px}.toc__arrow{transition:transform 200ms ease}.toc__toggle[aria-expanded=false] .toc__arrow{transform:rotate(-90deg)}.toc__list{list-style:none;padding:0;margin:.75rem 0 0}[hidden] .toc__list{display:none}.toc__item{margin-bottom:.5rem}.toc__item--h3{padding-left:1rem}.toc__item--h4{padding-left:2rem}.toc__link{color:#64748b;text-decoration:none;line-height:1.5;display:block}.toc__link:hover{color:#c73e0e}.toc__link.is-active{color:#c73e0e;font-weight:500}.article-card{display:flex;flex-direction:column;height:100%;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color 150ms,box-shadow 150ms}.article-card:hover{border-color:#ffcab0;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.article-card__img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.article-card__body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.article-card__title{font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:500;color:#0c1117;margin:0;line-height:1.2}.article-card__excerpt{font-size:.875rem;color:#64748b;margin:0;flex:1}.article-card__meta{font-size:.75rem;color:#94a3b8}.article-list-item{border-bottom:.5px solid #e2e8f0}.article-list-item:last-child{border-bottom:none}.article-list-item__link{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;text-decoration:none}.article-list-item__link:hover .article-list-item__title{color:#c73e0e}.article-list-item__body{flex:1;min-width:0}.article-list-item__title{font-family:"Space Grotesk",sans-serif;font-size:1.125rem;font-weight:500;color:#0c1117;margin:.5rem 0 .5rem;transition:color 120ms}.article-list-item__excerpt{font-size:.875rem;color:#64748b;margin:0}.article-list-item__meta{font-size:.75rem;color:#94a3b8;white-space:nowrap;flex-shrink:0;padding-top:.75rem}.badge{display:inline-flex;align-items:center;font-family:"IBM Plex Sans",sans-serif;font-size:.75rem;font-weight:500;padding:3px 10px;border-radius:20px;letter-spacing:.05em;white-space:nowrap;text-transform:uppercase;text-decoration:none}.badge--topic{background:#fff1eb;color:#c73e0e;border:.5px solid #ffcab0}.badge--neutral{background:#f1f5f9;color:#334155;border:.5px solid #e2e8f0}.badge__link{color:inherit;text-decoration:none}.hero{background:#1a2332;padding:3rem 1rem;border-bottom:.5px solid #1e2d3d}@media(min-width: 768px){.hero{padding:4rem 1.5rem}}@media(min-width: 1024px){.hero{padding:4rem 2rem}}.hero__eyebrow{font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ff6b35;margin:0 0 1rem}.hero__title{font-family:"Space Grotesk",sans-serif;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;color:#f1f5f9;line-height:1.2;letter-spacing:-0.02em;margin:0 0 1.25rem;max-width:22ch}.hero__lead{font-size:1.125rem;color:#94a3b8;max-width:60ch;margin:0 0 2rem;line-height:1.7}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:"IBM Plex Sans",sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:background 150ms,transform 100ms,border-color 150ms;border:.5px solid rgba(0,0,0,0);min-height:44px}.btn--primary{background:#ff6b35;color:#0c1117}.btn--primary:hover{background:#fff1eb;color:#c73e0e;transform:translateY(-1px)}.btn--ghost{background:rgba(0,0,0,0);color:#f1f5f9;border-color:#64748b}.btn--ghost:hover{border-color:#f1f5f9;background:hsla(0,0%,100%,.05)}.picks-section,.featured-section,.cocons-section,.why-section,.latest-section{padding:3rem 0;border-bottom:.5px solid #e2e8f0}@media(min-width: 768px){.picks-section,.featured-section,.cocons-section,.why-section,.latest-section{padding:4rem 0}}.picks-section:last-child,.featured-section:last-child,.cocons-section:last-child,.why-section:last-child,.latest-section:last-child{border-bottom:none}.why-section{background:#f1f5f9}.section-head{margin-bottom:2rem;text-align:center}@media(min-width: 768px){.section-head{text-align:left}}.section-title{font-family:"Space Grotesk",sans-serif;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:500;color:#0c1117;margin:0 0 .5rem;line-height:1.2;letter-spacing:-0.02em}.section-lead{font-size:1rem;color:#64748b;margin:0;max-width:60ch}@media(min-width: 768px){.section-lead{font-size:1.125rem}}.picks-grid{display:flex;align-items:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-top:.75rem;scrollbar-width:none}.picks-grid::-webkit-scrollbar{display:none}.picks-grid>*{flex:0 0 82%;scroll-snap-align:start;height:auto}.picks-grid .affiliate-card__actions{flex-direction:row;align-items:flex-end}.picks-grid .affiliate-card__actions .affiliate-card__cta{flex:1}@media(min-width: 768px){.picks-grid{display:grid;grid-template-columns:repeat(2, 1fr);align-items:start;overflow-x:visible;scroll-snap-type:none;gap:1.25rem}.picks-grid>*{flex:none;height:auto}.picks-grid .affiliate-card__actions{flex-direction:column;align-items:stretch}.picks-grid .affiliate-card__actions .affiliate-card__cta{flex:none}}@media(min-width: 1024px){.picks-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1280px){.picks-grid{grid-template-columns:repeat(4, 1fr)}}.picks-grid .affiliate-card{margin:0}.featured-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;list-style:none;padding:0;margin:0}@media(min-width: 768px){.featured-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.featured-grid{grid-template-columns:repeat(3, 1fr)}}.featured-card{display:flex;flex-direction:column;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;height:100%;transition:border-color 150ms,box-shadow 150ms,transform 150ms}.featured-card:hover{border-color:#ffcab0;box-shadow:0 4px 12px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transform:translateY(-2px)}.featured-card .badge{align-self:flex-start}.featured-card__img{width:100%;height:200px;object-fit:cover;display:block}@media(min-width: 768px){.featured-card__img{height:220px}}.featured-card__body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.featured-card__title{font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:500;color:#0c1117;margin:0;line-height:1.2}.featured-card__excerpt{font-size:.875rem;color:#64748b;margin:0;line-height:1.5;flex:1}.featured-card__meta{font-size:.75rem;color:#94a3b8}.cocons-grid{display:grid;grid-template-columns:1fr;gap:1rem;list-style:none;padding:0;margin:0}@media(min-width: 480px){.cocons-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.cocons-grid{grid-template-columns:repeat(3, 1fr)}}.cocon-card{display:flex;flex-direction:column;align-items:flex-start;height:100%;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem 1.25rem;text-decoration:none;transition:border-color 150ms,background 150ms,transform 150ms;gap:.75rem}.cocon-card:hover{background:#fff1eb;border-color:#ffcab0;transform:translateY(-1px)}.cocon-card:hover .cocon-card__cta{color:#c73e0e}.cocon-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#fff1eb;color:#c73e0e}.cocon-card__title{font-family:"Space Grotesk",sans-serif;font-size:1.125rem;font-weight:500;color:#0c1117;margin:0}.cocon-card__hook{font-size:.875rem;color:#64748b;line-height:1.5;flex:1}.cocon-card__cta{font-size:.875rem;font-weight:500;color:#334155;transition:color 150ms;margin-top:.5rem}.why-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;list-style:none;padding:0;margin:0}@media(min-width: 768px){.why-grid{grid-template-columns:repeat(3, 1fr)}}.why-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px}.why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#fff1eb;color:#c73e0e}.why-card__title{font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:500;color:#0c1117;margin:0}.why-card__text{font-size:.875rem;color:#64748b;line-height:1.7;margin:0}.empty-state{color:#94a3b8;font-size:1.125rem;text-align:center;padding:3rem 0}.cocon-header{padding:2rem 0;border-bottom:.5px solid #e2e8f0;margin-bottom:2rem}.cocon-header__title{font-family:"Space Grotesk",sans-serif;font-size:clamp(1.875rem,4vw,3rem);font-weight:700;color:#0c1117;margin:0 0 1rem;line-height:1.2;letter-spacing:-0.02em}.cocon-header__intro{font-size:1.125rem;color:#64748b;max-width:60ch;line-height:1.7}.cocon-hero{background:#1a2332;padding:2.5rem 1rem 3rem;border-bottom:.5px solid #1e2d3d}@media(min-width: 768px){.cocon-hero{padding:3rem 1.5rem 4rem}}@media(min-width: 1024px){.cocon-hero{padding:4rem 2rem 4rem}}.cocon-hero__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#94a3b8;margin-bottom:1.25rem}.cocon-hero__breadcrumb a{color:#94a3b8;text-decoration:none;transition:color 120ms}.cocon-hero__breadcrumb a:hover{color:#f1f5f9}.cocon-hero__breadcrumb-current{color:#f1f5f9}.cocon-hero__title{font-family:"Space Grotesk",sans-serif;font-size:clamp(1.875rem,5vw,3rem);font-weight:700;color:#f1f5f9;line-height:1.2;letter-spacing:-0.02em;margin:0 0 1rem;max-width:22ch}.cocon-hero__intro{font-size:1.125rem;color:#94a3b8;max-width:62ch;margin:0;line-height:1.7}.cocon-hero__intro p{margin:0 0 .75rem}.cocon-hero__intro p:last-child{margin-bottom:0}.cocon-hero__intro strong{color:#f1f5f9;font-weight:500}.cocon-hero__intro a{color:#ff6b35;text-decoration:underline;text-underline-offset:3px}.cocon-hero__stats{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;color:#94a3b8;margin:1.5rem 0 0}.cocon-hero__stats span[aria-hidden]{color:#64748b}.picks-section,.featured-cocon-section,.articles-section,.faq-section,.other-cocons-section{padding:3rem 0;border-bottom:.5px solid #e2e8f0}@media(min-width: 768px){.picks-section,.featured-cocon-section,.articles-section,.faq-section,.other-cocons-section{padding:4rem 0}}.picks-section:last-child,.featured-cocon-section:last-child,.articles-section:last-child,.faq-section:last-child,.other-cocons-section:last-child{border-bottom:none}.faq-section{background:#f1f5f9}.section-eyebrow{font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#c73e0e;margin:0 0 .5rem}.featured-cocon-card{display:grid;grid-template-columns:1fr;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color 150ms,box-shadow 150ms,transform 150ms}@media(min-width: 768px){.featured-cocon-card{grid-template-columns:1.1fr 1fr}}.featured-cocon-card:hover{border-color:#ff6b35;box-shadow:0 4px 12px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);transform:translateY(-2px)}.featured-cocon-card__img{width:100%;height:240px;object-fit:cover;display:block}@media(min-width: 768px){.featured-cocon-card__img{height:100%;min-height:280px}}.featured-cocon-card__body{padding:1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width: 768px){.featured-cocon-card__body{padding:2rem}}.featured-cocon-card__title{font-family:"Space Grotesk",sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:500;color:#0c1117;margin:0;line-height:1.2}.featured-cocon-card__excerpt{font-size:1rem;color:#334155;margin:0;line-height:1.7}.featured-cocon-card__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem;color:#64748b;margin-top:.5rem}.featured-cocon-card__cta{color:#c73e0e;font-weight:500;transition:color 120ms}.featured-cocon-card:hover .featured-cocon-card__cta{color:#ff6b35}.faq-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;max-width:800px}.faq-item{background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;overflow:hidden}.faq-item details summary{font-family:"IBM Plex Sans",sans-serif;font-size:1rem;font-weight:500;color:#0c1117;padding:1rem 1.25rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:48px;line-height:1.2}.faq-item details summary::-webkit-details-marker{display:none}.faq-item details summary::after{content:"+";font-family:"JetBrains Mono",monospace;font-size:1.25rem;color:#c73e0e;flex-shrink:0;transition:transform 200ms;line-height:1}.faq-item details[open] summary::after{content:"−"}.faq-item__answer{padding:0 1.25rem 1.25rem;font-size:1rem;color:#334155;line-height:1.7}.faq-item__answer p{margin:0 0 .75rem}.faq-item__answer p:last-child{margin-bottom:0}.faq-item__answer a{color:#c73e0e;text-decoration:underline;text-underline-offset:3px}.faq-item__answer a:hover{color:#ff6b35}.faq-item__answer code{font-family:"JetBrains Mono",monospace;font-size:.875em;background:#f1f5f9;padding:.1em .4em;border-radius:4px}.faq-item__answer strong{color:#0c1117;font-weight:500}.faq-item__answer ul{padding-left:1.25rem;margin:.5rem 0 .75rem}.faq-item__answer ul li{margin-bottom:.5rem}.site-footer{background:#1a2332;border-top:.5px solid #1e2d3d;margin-top:3rem}.site-footer__inner{max-width:1080px;margin:0 auto;padding:2rem 1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width: 768px){.site-footer__inner{padding:2rem 1.5rem 1.5rem}}.site-footer__tagline{font-size:.875rem;color:#94a3b8;margin:.5rem 0 0}.site-footer__amazon{font-size:.75rem;color:#94a3b8;max-width:55ch;line-height:1.6;margin:0;padding:.75rem 1rem;background:hsla(0,0%,100%,.04);border-radius:8px}.site-footer__copy{font-size:.75rem;color:#94a3b8;margin:0}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem}.footer-legal a{color:#94a3b8;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.footer-legal a:hover{color:#f1f5f9}.footer-legal span{color:#64748b}.related-articles{margin-top:2rem;padding-top:1.5rem;border-top:.5px solid #e2e8f0}.related-articles__title{font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 1rem}.related-articles__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.related-articles__link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.related-articles__link:hover .related-articles__label{color:#c73e0e}.related-articles__img{width:80px;height:45px;object-fit:cover;border-radius:8px;flex-shrink:0}.related-articles__label{font-size:.875rem;color:#0c1117;line-height:1.4;transition:color 120ms}.legal-page{padding-top:2.5rem;padding-bottom:4rem;max-width:760px}.legal-page__header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:.5px solid #e2e8f0}.legal-page__update{font-size:.875rem;color:#64748b;margin-top:.5rem;line-height:1.7}.legal-page__content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;padding-top:1rem;border-top:.5px solid #e2e8f0}.legal-page__content h3{margin-top:1.5rem;margin-bottom:.75rem;color:#334155}.legal-page__content p{font-size:1rem;line-height:1.7;color:#334155;margin-bottom:1rem}.legal-page__content ul,.legal-page__content ol{font-size:1rem;line-height:1.7;color:#334155;margin-bottom:1rem;padding-left:1.5rem}.legal-page__content ul li,.legal-page__content ol li{margin-bottom:.5rem}.legal-page__content a{color:#c73e0e;text-decoration:underline;text-underline-offset:3px}.legal-page__content a:hover{color:#ff6b35}.legal-page__contact{margin-top:2.5rem;padding-top:1.5rem;border-top:.5px solid #e2e8f0;font-size:.875rem;color:#64748b}.legal-todo{background:#fff3cd;color:#856404;padding:0 5px;border-radius:3px;border:.5px solid #ffecb5;font-style:italic;font-size:.9em}.legal-badge{display:inline-block;font-family:"IBM Plex Sans",sans-serif;font-size:.75rem;font-weight:500;padding:2px 8px;border-radius:20px;background:#fff1eb;color:#c73e0e;border:.5px solid #ffcab0;vertical-align:middle;margin-left:.5rem;letter-spacing:.03em}.legal-badge--consent{background:#fff7ed;color:#9a3412;border-color:#fdba74}.legal-table{overflow-x:auto;margin-bottom:1rem;-webkit-overflow-scrolling:touch}.legal-table table{width:100%;min-width:540px;border-collapse:collapse;font-size:.875rem}.legal-table table th{background:#f1f5f9;color:#0c1117;font-weight:500;text-align:left;padding:.5rem .75rem;border-bottom:.5px solid #e2e8f0}.legal-table table td{color:#334155;padding:.5rem .75rem;border-bottom:.5px solid #e2e8f0;vertical-align:top}.legal-table table td code{font-size:.75rem}.legal-table table tr:last-child td{border-bottom:none}.consent-banner{position:fixed;bottom:1.5rem;left:1.5rem;z-index:200;width:380px;max-width:calc(100vw - 2rem);background:#f8fafc;border:.5px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.06)}.consent-banner__inner{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.consent-banner__title{font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:700;color:#0c1117;margin:0 0 .5rem}.consent-banner__text{font-size:.875rem;color:#64748b;line-height:1.7;margin:0}.consent-banner__text a{color:#c73e0e;text-decoration:underline;text-underline-offset:2px}.consent-banner__text a:hover{color:#0c1117}.consent-banner__actions{display:flex;gap:.75rem;justify-content:flex-end}@media(width <= 479px){.consent-banner{bottom:0;left:0;right:0;width:100%;max-width:100%;border-radius:12px 12px 0 0;border-bottom:none}.consent-banner__inner{padding:1rem}.consent-banner__actions{width:100%;justify-content:stretch}.consent-banner__actions .consent-btn{flex:1;justify-content:center}}.consent-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.45)}.consent-panel{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:301;width:min(520px,100vw - 2rem);background:#f8fafc;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.15);outline:none}.consent-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:.5px solid #e2e8f0}.consent-panel__title{font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:700;color:#0c1117;margin:0}.consent-panel__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;cursor:pointer;color:#64748b;border-radius:8px;padding:0;transition:background 120ms,color 120ms}.consent-panel__close:hover{background:#f1f5f9;color:#0c1117}.consent-panel__body{padding:1.25rem 1.5rem}.consent-panel__footer{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem 1.25rem;border-top:.5px solid #e2e8f0;flex-wrap:wrap;justify-content:flex-end}.consent-category__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.consent-category__label{font-size:.875rem;font-weight:500;color:#0c1117;cursor:pointer;user-select:none;line-height:1.4}.consent-category__desc{font-size:.875rem;color:#64748b;line-height:1.7;margin:0}.consent-toggle{position:relative;width:40px;height:22px;appearance:none;-webkit-appearance:none;background:#e2e8f0;border-radius:11px;cursor:pointer;transition:background 200ms;flex-shrink:0;margin:0}.consent-toggle::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);transition:left 180ms ease}.consent-toggle:checked{background:#ff6b35}.consent-toggle:checked::after{left:21px}.consent-toggle:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.consent-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;min-height:36px;border-radius:8px;font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:background 120ms,border-color 120ms,color 120ms;white-space:nowrap;border:1px solid rgba(0,0,0,0);line-height:1;text-decoration:none}.consent-btn--primary{background:#ff6b35;color:#0c1117;border-color:#ff6b35}.consent-btn--primary:hover{background:#c73e0e;border-color:#c73e0e;color:#fff}.consent-btn--secondary{background:rgba(0,0,0,0);color:#0c1117;border-color:#e2e8f0}.consent-btn--secondary:hover{border-color:#64748b}.consent-btn--ghost{background:rgba(0,0,0,0);color:#64748b;border-color:rgba(0,0,0,0)}.consent-btn--ghost:hover{color:#0c1117}.newsletter{background:#f1f5f9;border:.5px solid #e2e8f0;border-radius:12px;margin:3rem 0}.newsletter__inner{padding:1.5rem 1.25rem}@media(min-width: 768px){.newsletter__inner{padding:2rem}}.newsletter__title{font-family:"Space Grotesk",sans-serif;font-size:1.5rem;font-weight:500;color:#0c1117;margin:0 0 .75rem}.newsletter__text{font-size:1rem;line-height:1.7;color:#334155;max-width:60ch;margin:0 0 1.25rem}.newsletter__hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.newsletter__row{display:flex;flex-direction:column;gap:.75rem}@media(min-width: 480px){.newsletter__row{flex-flow:row wrap;align-items:flex-end}}.newsletter__label{font-size:.875rem;font-weight:500;color:#0c1117;flex-basis:100%}.newsletter__input{font-family:"IBM Plex Sans",sans-serif;font-size:1rem;color:#0c1117;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;min-height:44px;width:100%}@media(min-width: 480px){.newsletter__input{flex:1;width:auto;max-width:360px}}.newsletter__input:focus{outline:2px solid #334155;outline-offset:1px}.newsletter__input::placeholder{color:#94a3b8}.newsletter__submit{font-family:"IBM Plex Sans",sans-serif;font-size:1rem;font-weight:500;color:#f8fafc;background:#1a2332;border:none;border-radius:8px;padding:.75rem 1.5rem;min-height:44px;cursor:pointer;transition:background 150ms ease}.newsletter__submit:hover{background:#0c1117}.newsletter__submit:focus-visible{outline:2px solid #334155;outline-offset:2px}.newsletter__consent{font-size:.75rem;line-height:1.7;color:#64748b;max-width:60ch;margin:1rem 0 0}.newsletter__consent a{color:#334155}.newsletter-unsub-page{max-width:560px;margin:4rem auto;padding:0 1rem}.newsletter-unsub-page__card{background:#f1f5f9;border:.5px solid #e2e8f0;border-radius:12px;padding:2rem}.newsletter-unsub-page__card h1{font-family:"Space Grotesk",sans-serif;font-size:1.5rem;font-weight:500;color:#0c1117;margin:0 0 1rem}.newsletter-unsub-page__card p{font-size:1rem;line-height:1.7;color:#334155;margin:0 0 1rem}.newsletter-unsub-page__card .newsletter__form{margin:1.25rem 0 0}.newsletter-unsub-page__card--ok h1{color:#16a34a}.newsletter-unsub-page__error{color:#dc2626 !important}.newsletter-unsub-page__back{display:inline-block;margin-top:.5rem;font-size:.875rem;color:#334155;text-decoration:underline}.home-newsletter .newsletter{margin:4rem auto;max-width:720px;text-align:center}.home-newsletter .newsletter__title{font-size:1.875rem}.home-newsletter .newsletter__text,.home-newsletter .newsletter__consent{margin-left:auto;margin-right:auto}.home-newsletter .newsletter__row{align-items:center}@media(min-width: 480px){.home-newsletter .newsletter__row{justify-content:center;align-items:flex-end}}@media(min-width: 480px){.home-newsletter .newsletter__input{flex:0 1 360px}}.site-header__right{display:flex;align-items:center;gap:1rem;margin-left:auto}.site-header__right .site-nav{margin-left:0}.site-header__right .nav-toggle{margin-left:0;margin-right:0}.search-trigger{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.06);border:.5px solid hsla(0,0%,100%,.12);border-radius:8px;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;color:#94a3b8;transition:background 120ms,border-color 120ms,color 120ms}@media(min-width: 768px){.search-trigger{padding:.5rem .75rem}}.search-trigger:hover,.search-trigger:focus-visible{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);color:#f1f5f9}.search-trigger:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.search-trigger__icon{display:block;flex-shrink:0}.search-trigger__label{display:inline;font-family:"IBM Plex Sans",sans-serif;font-size:.875rem;white-space:nowrap}.search-trigger__kbd{display:none}@media(min-width: 768px){.search-trigger__kbd{display:inline-flex;align-items:center;justify-content:center;font-family:"JetBrains Mono",monospace;font-size:.75rem;color:#64748b;background:rgba(0,0,0,.2);border:.5px solid hsla(0,0%,100%,.12);border-radius:4px;padding:1px 6px;margin-left:.5rem}}html.search-open{overflow:hidden}.search-overlay{position:fixed;inset:0;background:rgba(12,17,23,.6);z-index:200}.search-panel{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:640px;max-height:calc(100vh - 2rem);margin-top:1.5rem;background:#f8fafc;border-radius:12px;box-shadow:0 20px 50px rgba(12,17,23,.25);z-index:201;display:flex;flex-direction:column;overflow:hidden}.search-panel[hidden]{display:none}@media(min-width: 768px){.search-panel{margin-top:4rem}}.search-panel__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:.5px solid #e2e8f0;flex-shrink:0;color:#64748b}.search-panel__input{flex:1;border:none;outline:none;background:none;font-family:"IBM Plex Sans",sans-serif;font-size:1.125rem;color:#0c1117;min-height:44px}.search-panel__input::-webkit-search-decoration,.search-panel__input::-webkit-search-cancel-button,.search-panel__input::-webkit-search-results-button,.search-panel__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.search-panel__input::placeholder{color:#94a3b8}.search-panel__clear{display:flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;cursor:pointer;color:#94a3b8;padding:.5rem;min-width:36px;min-height:36px}.search-panel__clear:hover,.search-panel__clear:focus-visible{color:#0c1117}.search-panel__clear[hidden]{display:none}.search-panel__esc{flex-shrink:0;background:#f1f5f9;border:.5px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#64748b;font-family:"IBM Plex Sans",sans-serif;font-weight:500;font-size:.75rem;padding:.5rem .75rem;min-height:36px}.search-panel__esc:hover,.search-panel__esc:focus-visible{color:#0c1117;border-color:#64748b}.search-panel__body{overflow-y:auto;padding:.5rem 0 1rem}.search-panel__status{margin:.5rem 1.25rem;font-size:.875rem;color:#64748b}.search-results{list-style:none;margin:0;padding:0}.search-results__item{border-top:.5px solid #e2e8f0}.search-results__item:first-child{border-top:none}.search-results__link{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;text-decoration:none;transition:background 120ms}.search-results__link:hover,.search-results__link:focus-visible{background:#fff1eb}.search-results__img{flex-shrink:0;width:64px;height:64px;border-radius:8px;object-fit:cover;background:#f1f5f9}.search-results__text{display:flex;flex-direction:column;gap:2px;min-width:0}.search-results__badge{font-size:.75rem;color:#c73e0e;font-weight:500}.search-results__title{font-family:"Space Grotesk",sans-serif;font-size:1rem;color:#0c1117;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results__excerpt{font-size:.875rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating-stars{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 10px;margin:.75rem 0 0;padding:.75rem 1rem;background:#f1f5f9;border:.5px solid #e2e8f0;border-radius:8px}.affiliate-card--best .rating-stars,.affiliate-card--value .rating-stars{border-color:rgba(12,17,23,.1)}.rating-stars__badge{font-family:"Space Grotesk",sans-serif;font-weight:700;color:#0c1117;line-height:1.4}.rating-stars__badge-value{font-size:1rem}.rating-stars__badge-scale{font-size:.75rem;color:#64748b;font-weight:500}.rating-stars__track{position:relative;display:inline-flex}.rating-stars__row{display:flex;gap:2px}.rating-stars__row svg{width:16px;height:16px;fill:currentcolor;flex-shrink:0}.rating-stars__row--empty{color:#e2e8f0}.rating-stars__row--fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#d4a017}.rating-stars__summary{flex-basis:100%;font-size:.75rem;color:#334155;line-height:1.7;margin:.5rem 0 0}.rating-stars__summary strong{color:#0c1117;font-weight:600}.rating-stars__criteria{flex-basis:100%;list-style:none;margin:.75rem 0 0;padding:.75rem 0 0;border-top:.5px solid #e2e8f0;display:grid;gap:6px}.rating-stars__criterion{display:grid;gap:4px}.rating-stars__criterion-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.rating-stars__criterion-label{font-size:.75rem;color:#334155}.rating-stars__criterion-value{font-size:.75rem;font-weight:600;color:#0c1117;flex-shrink:0}.rating-stars__criterion-bar{display:block;width:100%;height:8px;border-radius:4px;background:linear-gradient(to right, #D4A017 0 var(--rating-fill, 0%), #E2E8F0 var(--rating-fill, 0%) 100%)}.side-placement{display:none}@media(min-width: 1560px){.side-placement{display:block;position:fixed;top:96px;left:calc((100vw - 1080px)/2 - 210px - 20px);width:210px;max-height:calc(100vh - 120px);overflow-y:auto;z-index:5}}.side-placement__inner{background:#fff;border:.5px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 16px rgba(12,17,23,.08);padding:.75rem 1rem 1rem}.side-placement__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin:0 0 .75rem}.sp-hero{display:block;position:relative;text-decoration:none;color:inherit;padding:.75rem;border:.5px solid #ffcab0;border-radius:8px;background:#fff1eb}.sp-hero:hover .sp-hero__cta{background:#c73e0e}.sp-hero__badge{display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#0c1117;background:#ff6b35;padding:2px 8px;border-radius:6px;margin-bottom:.5rem}.sp-hero__thumb{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 0 .5rem;border-radius:8px;background:#fff;border:.5px solid #e2e8f0;overflow:hidden}.sp-hero__thumb img{width:100%;height:100%;object-fit:contain}.sp-hero__name{display:block;font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:700;color:#0c1117;line-height:1.3;margin-bottom:4px}.sp-hero__rating{display:flex;align-items:center;gap:3px;font-size:.75rem;color:#d4a017;margin-bottom:.5rem}.sp-hero__rating svg{width:13px;height:13px;fill:#d4a017}.sp-hero__rating strong{font-weight:700}.sp-hero__scale{color:#64748b;font-weight:500}.sp-hero__reason{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.75rem;line-height:1.7;color:#334155;margin-bottom:.75rem}.sp-hero__cta{display:block;text-align:center;font-size:.75rem;font-weight:600;color:#fff;background:#ff6b35;padding:9px 10px;border-radius:8px;transition:background 120ms ease}.side-placement__alt-title{font-size:.75rem;font-weight:600;color:#64748b;margin:1rem 0 .5rem}.side-placement__list{list-style:none;margin:0;padding:0;display:grid;gap:2px}.side-placement__item{border-top:.5px solid #e2e8f0}.side-placement__item:first-child{border-top:0}.side-placement__link{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;text-decoration:none;color:inherit}.side-placement__link:hover .side-placement__name{color:#c73e0e}.side-placement__thumb{flex-shrink:0;width:40px;height:40px;border-radius:8px;background:#f1f5f9;border:.5px solid #e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center}.side-placement__thumb img{width:100%;height:100%;object-fit:contain}.side-placement__body{min-width:0;display:flex;flex-direction:column;gap:2px}.side-placement__name{font-size:.8125rem;font-weight:500;color:#0c1117;line-height:1.3;transition:color 120ms ease}.side-placement__rating{font-family:"Space Grotesk",sans-serif;font-size:.75rem;font-weight:700;color:#d4a017}.side-placement__rating-scale{color:#64748b;font-weight:500}.side-placement__more{display:inline-block;margin-top:.75rem;padding-top:.75rem;border-top:.5px solid #e2e8f0;width:100%;font-size:.75rem;font-weight:600;color:#c73e0e;text-decoration:none}.side-placement__more:hover{text-decoration:underline}.calculator-page{max-width:720px;margin:0 auto;padding:2rem 1rem 4rem}.calculator-page__header{margin-bottom:2rem}.calculator-page__lead{font-size:1.125rem;line-height:1.7;color:#334155;max-width:68ch}.calculator-page__content{margin-top:3rem}.calculator-page__content p{font-size:1.125rem;line-height:1.7;color:#334155;max-width:68ch}.calculator-page__table-wrap{overflow-x:auto;margin:1.5rem 0}.calculator-page__table-wrap table{width:100%;border-collapse:collapse;font-size:.875rem}.calculator-page__table-wrap th,.calculator-page__table-wrap td{text-align:left;padding:.75rem 1rem;border-bottom:.5px solid #e2e8f0;color:#334155}.calculator-page__table-wrap th{color:#0c1117;font-weight:500;background:#f1f5f9}.calculator{display:grid;gap:1.5rem}@media(min-width: 768px){.calculator{grid-template-columns:1fr 1fr;align-items:start}}.calculator__form{display:grid;gap:1.5rem}.calculator__group{border:.5px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem 1.25rem;margin:0}.calculator__group legend{font-family:"Space Grotesk",sans-serif;font-size:.875rem;font-weight:500;color:#0c1117;padding:0 .5rem}.calculator__field{display:flex;flex-direction:column;gap:.5rem}.calculator__field+.calculator__field{margin-top:1rem}.calculator__field label{font-size:.875rem;font-weight:500;color:#0c1117}.calculator__field input{font-family:"JetBrains Mono",monospace;font-size:1rem;color:#0c1117;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;min-height:44px;width:100%}.calculator__field input:focus{outline:2px solid #334155;outline-offset:1px}.calculator__hint{font-size:.75rem;color:#64748b;line-height:1.7}.calculator__results{background:#f1f5f9;border:.5px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem}@media(min-width: 768px){.calculator__results{position:sticky;top:72px}}.calculator__results-title{font-size:1.5rem;margin:0 0 1rem}.calculator__lines{margin:0;display:grid;gap:.75rem}.calculator__line{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.calculator__line dt{font-size:.875rem;color:#64748b}.calculator__line dd{margin:0;font-family:"JetBrains Mono",monospace;font-size:1rem;color:#334155}.calculator__line--total{border-top:.5px solid #e2e8f0;padding-top:.75rem}.calculator__line--total dt{font-weight:500;color:#0c1117}.calculator__line--total dd{font-size:1.5rem;font-weight:500;color:#0c1117}.calculator__note{margin:1rem 0 0;font-size:.75rem;color:#64748b;line-height:1.7}
