main{flex:1 0 auto}.not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-2);padding-top:var(--space-16);padding-bottom:var(--space-16)}.not-found h1{font-size:var(--text-3xl);max-width:20ch}.not-found .lead{max-width:46ch;color:var(--color-text-secondary);margin-bottom:var(--space-4)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--color-overlay);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--color-border)}.site-header-inner{align-items:center;gap:var(--space-4);min-height:var(--header-height)}.site-header-inner,.site-nav{display:flex;flex-wrap:nowrap}.site-nav{gap:var(--space-1);margin-right:auto;min-width:0;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{flex:none;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-secondary);font-weight:600;font-size:var(--text-sm);white-space:nowrap}.site-nav a:hover{color:var(--color-accent);background:var(--color-accent-soft)}.site-search{display:flex;align-items:center;flex:none;height:40px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);transition:border-color var(--transition-fast)}.site-search:focus-within{border-color:var(--color-accent)}.site-search input{width:6rem;min-width:0;padding:0 var(--space-2);border:0;background:transparent;color:var(--color-text);font:inherit;font-size:var(--text-sm)}.site-search input::-webkit-search-cancel-button{display:none}.site-search button{display:inline-grid;place-items:center;flex:none;width:38px;height:38px;border:0;background:transparent;color:var(--color-text-secondary)}.site-search button:hover{color:var(--color-accent)}@media (min-width:640px){.site-search input{width:10rem}}.hero{padding:var(--space-16) 0 var(--space-12);text-align:center;position:relative}.hero:after{content:"";position:absolute;inset:0 0 auto 0;height:340px;z-index:-1;background:radial-gradient(60% 80% at 50% 0,color-mix(in srgb,var(--color-accent) 14%,transparent) 0,transparent 70%)}.hero h1{font-size:var(--text-4xl);max-width:18ch;margin-inline:auto}.hero .accent{background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;color:transparent}.hero .lead{margin:var(--space-5) auto 0;max-width:46ch;font-size:var(--text-lg);color:var(--color-text-secondary)}.section-title{font-size:var(--text-2xl);margin-bottom:var(--space-6)}.post-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-6);gap:var(--space-6);margin:var(--space-8) 0 var(--space-16)}@media (min-width:560px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.post-grid{grid-template-columns:repeat(3,1fr)}}.post-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;color:inherit;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-accent-border);color:inherit}.post-card .image-placeholder,.post-card img,.post-card picture{width:100%;aspect-ratio:16/10;object-fit:cover}.image-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--color-text-muted);background:radial-gradient(120% 120% at 50% 0,var(--color-accent-soft) 0,transparent 60%),var(--color-surface-2);opacity:.9}.image-placeholder svg{opacity:.5}.post-card-body{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-5)}.post-card-body h2,.post-card-body h3{font-size:var(--text-lg);line-height:var(--leading-snug)}.post-card-body .muted{font-size:var(--text-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article{padding-top:var(--space-8);padding-bottom:var(--space-16)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);font-size:var(--text-sm);margin-bottom:var(--space-5)}.breadcrumb,.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb span[aria-current]{color:var(--color-text-secondary);font-weight:600}.article h1{font-size:var(--text-3xl);max-width:20ch}.byline{display:flex;align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-4)}.article .lead{font-size:var(--text-lg);color:var(--color-text-secondary);margin-top:var(--space-5);max-width:var(--measure)}.article li a,.article p a{text-decoration:underline;text-underline-offset:2px}.prose{max-width:var(--measure);margin-top:var(--space-8)}.prose>*+*{margin-top:var(--space-4)}.prose h2{font-size:var(--text-xl);margin-top:var(--space-10)}.prose h3{font-size:var(--text-lg);margin-top:var(--space-8)}.prose a{text-decoration:underline;text-underline-offset:2px}.prose a.affiliate-cta{text-decoration:none}.prose blockquote{border-left:3px solid var(--color-accent);padding:var(--space-1) 0 var(--space-1) var(--space-5);color:var(--color-text-secondary);font-style:italic}.prose ol,.prose ul{padding-left:var(--space-6)}.prose li+li{margin-top:var(--space-2)}.prose figure{margin:var(--space-8) 0}.prose figure img{border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.prose figcaption{margin-top:var(--space-3);text-align:center;font-size:var(--text-sm);color:var(--color-text-muted)}.prose pre{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);overflow-x:auto;font-size:var(--text-sm)}.rating{display:inline-flex;align-items:center;gap:var(--space-2)}.stars{letter-spacing:.08em;font-size:1.05em}.rating-value,.stars{color:var(--color-rating-text)}.rating-value{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:var(--radius-xs);background:color-mix(in srgb,var(--color-rating) 16%,transparent);font-weight:700;font-size:var(--text-sm)}.rank-ctas{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4)}.affiliate-cta{display:inline-flex;align-items:center;gap:var(--space-2);min-height:46px;padding:0 var(--space-5);border-radius:var(--radius-sm);background:var(--gradient-accent);color:#fff;font-weight:700;font-size:var(--text-sm);box-shadow:var(--shadow-accent);transition:transform var(--transition-fast),filter var(--transition-fast)}.affiliate-cta:hover{color:#fff;transform:translateY(-1px);filter:brightness(1.06)}.affiliate-cta:after{content:"→";font-weight:700}.affiliate-cta .price{padding-left:var(--space-2);margin-left:var(--space-1);border-left:1px solid rgb(255 255 255/.3)}.from-price{margin-top:var(--space-3);font-weight:700;color:var(--color-price)}.from-price strong{font-size:var(--text-lg)}.block-product-card{display:grid;grid-template-columns:1fr;grid-gap:var(--space-5);gap:var(--space-5);padding:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}@media (min-width:640px){.block-product-card{grid-template-columns:200px 1fr}}.block-product-media{display:grid;place-items:center;background:var(--color-surface-2);border-radius:var(--radius-md);padding:var(--space-4)}.block-product-media img,.block-product-media picture{aspect-ratio:4/3;object-fit:contain;mix-blend-mode:multiply}:root[data-theme=dark] .block-product-media img,:root[data-theme=dark] .block-product-media picture{mix-blend-mode:normal}.block-product-body{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.block-product-body h4{font-size:var(--text-lg);margin:0}.block-affiliate-cta{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4);background:var(--color-surface-2);border-radius:var(--radius-md)}.block-affiliate-cta-label{font-weight:700;font-size:var(--text-sm);color:var(--color-text-secondary)}.block-affiliate-cta .rank-ctas{margin-top:0}.block-specs-table{margin:var(--space-4) 0}.block-specs-table caption{text-align:left;font-weight:700;padding-bottom:var(--space-2)}.block-specs-table th{text-align:left;color:var(--color-text-secondary);font-weight:600;padding-right:var(--space-4)}.block-criteria{display:flex;flex-direction:column;gap:var(--space-3);margin:var(--space-4) 0}.block-criteria-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:var(--space-3);gap:var(--space-3)}.block-criteria-row dt{font-weight:600}.block-criteria-row dd{display:flex;align-items:center;gap:var(--space-3);margin:0}.block-criteria-bar{width:120px;height:8px;border-radius:var(--radius-full);background:var(--color-surface-2);overflow:hidden}.block-criteria-fill{height:100%;background:var(--color-accent);border-radius:var(--radius-full)}.block-criteria-score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--color-text-secondary);min-width:2.5ch;text-align:right}.block-callout{display:flex;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-2)}.block-callout-icon{font-size:1.25rem;line-height:1}.block-callout-title{display:block;margin-bottom:var(--space-1)}.block-callout-body>:first-child{margin-top:0}.block-callout-info{border-color:color-mix(in srgb,var(--color-accent) 35%,var(--color-border));background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface))}.block-callout-warning{border-color:color-mix(in srgb,var(--color-warning) 45%,var(--color-border));background:color-mix(in srgb,var(--color-warning) 10%,var(--color-surface))}.block-callout-success{border-color:color-mix(in srgb,var(--color-success) 45%,var(--color-border));background:color-mix(in srgb,var(--color-success) 10%,var(--color-surface))}.block-methodology{padding:var(--space-5);border-radius:var(--radius-md);border:1px solid var(--color-accent-border);background:var(--color-accent-soft)}.block-methodology-title{margin-top:0}.block-methodology-body>:last-child{margin-bottom:0}.block-toc{padding:var(--space-5);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-2)}.block-toc-title{margin:0 0 var(--space-3);font-weight:700}.block-toc ol{list-style:none;counter-reset:toc;margin:0;padding-left:1.25em}.block-toc>ol{padding-left:0}.block-toc li{counter-increment:toc;margin:var(--space-1) 0}.block-toc li:before{content:counters(toc,".") ".  ";color:var(--color-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.block-toc a{text-decoration:none}.block-toc a:hover{text-decoration:underline}.article h2,.article h3,.article h4{scroll-margin-top:calc(var(--header-height) + var(--space-4))}.ranking{list-style:none;padding:0;margin:var(--space-8) 0;display:flex;flex-direction:column;gap:var(--space-6)}.ranking-item{position:relative;display:grid;grid-template-columns:1fr;grid-gap:var(--space-5);gap:var(--space-5);padding:var(--space-6);padding-top:var(--space-10);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),border-color var(--transition)}.ranking-item:hover{box-shadow:var(--shadow-md);border-color:var(--color-border-strong)}@media (min-width:640px){.ranking-item{grid-template-columns:260px 1fr;padding-top:var(--space-6)}}.rank-badge{position:absolute;top:-14px;left:var(--space-5);width:44px;height:44px;display:grid;place-items:center;border-radius:var(--radius-full);background:var(--gradient-medallion);color:#fff;font-family:var(--font-display);font-weight:800;font-size:1.05rem;box-shadow:var(--shadow-md);border:3px solid var(--color-surface)}.ranking-item[data-medal="1"] .rank-badge{background:linear-gradient(145deg,#fbbf24,#d97706)}.ranking-item[data-medal="2"] .rank-badge{background:linear-gradient(145deg,#cbd5e1,#94a3b8)}.ranking-item[data-medal="3"] .rank-badge{background:linear-gradient(145deg,#d8a26b,#b45309)}.rank-media{display:grid;place-items:center;background:var(--color-surface-2);border-radius:var(--radius-md);padding:var(--space-4)}.rank-media img,.rank-media picture{aspect-ratio:4/3;object-fit:contain;mix-blend-mode:multiply}.rank-media .image-placeholder,.review-hero-media .image-placeholder{aspect-ratio:4/3;border-radius:var(--radius-sm);background:none}:root[data-theme=dark] .rank-media img,:root[data-theme=dark] .rank-media picture{mix-blend-mode:normal}.rank-body{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.rank-head{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.rank-head h2,.rank-head h3{font-size:var(--text-xl)}.best-for{color:var(--color-accent);font-weight:600;font-size:var(--text-sm)}.table-scroll{overflow-x:auto;margin:var(--space-8) 0;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}table.compare{width:100%;border-collapse:collapse;font-size:var(--text-sm)}table.compare td,table.compare th{text-align:left;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);white-space:nowrap}table.compare thead th{background:var(--color-surface-2);font-weight:700;color:var(--color-text-secondary);text-transform:uppercase;font-size:var(--text-xs);letter-spacing:var(--tracking-wide)}table.compare tbody tr:last-child td{border-bottom:0}table.compare tbody tr:hover{background:var(--color-surface-2)}table.compare td:first-child,table.compare th:first-child{position:-webkit-sticky;position:sticky;left:0;background:var(--color-surface);font-weight:600}table.compare thead th:first-child{background:var(--color-surface-2)}.review-hero{display:grid;grid-template-columns:1fr;grid-gap:var(--space-6);gap:var(--space-6);margin:var(--space-8) 0;padding:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}@media (min-width:640px){.review-hero{grid-template-columns:440px 1fr;align-items:center}}.review-hero-media{background:var(--color-surface-2);border-radius:var(--radius-md);padding:var(--space-5)}.review-hero-media img{aspect-ratio:4/3;object-fit:contain}.review-hero-body{display:flex;flex-direction:column;gap:var(--space-3)}.review-hero-body h2{font-size:var(--text-2xl)}.verdict{font-size:var(--text-lg);color:var(--color-text-secondary)}.pros-cons{display:grid;grid-template-columns:1fr;grid-gap:var(--space-4);gap:var(--space-4);margin:var(--space-8) 0}@media (min-width:560px){.pros-cons{grid-template-columns:1fr 1fr}}.cons,.pros{padding:var(--space-5);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface)}.pros{border-left:4px solid var(--color-success)}.cons{border-left:4px solid var(--color-warning)}.cons h3,.pros h3{font-size:var(--text-base);margin-bottom:var(--space-3)}.pros h3{color:var(--color-success-text)}.cons h3{color:var(--color-warning)}.cons ul,.pros ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.cons li,.pros li{position:relative;padding-left:var(--space-6);font-size:var(--text-sm)}.pros li:before{content:"✓";color:var(--color-success)}.cons li:before,.pros li:before{position:absolute;left:0;font-weight:800}.cons li:before{content:"✕";color:var(--color-warning)}.specs{margin:var(--space-10) 0}.specs h2{font-size:var(--text-xl);margin-bottom:var(--space-4)}.faq{margin:var(--space-12) 0}.faq h2{font-size:var(--text-2xl);margin-bottom:var(--space-5)}.faq details{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:0 var(--space-5);margin-bottom:var(--space-3);transition:border-color var(--transition-fast)}.faq details[open]{border-color:var(--color-accent-border)}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) 0;font-weight:650;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;color:var(--color-accent);transition:transform var(--transition)}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{padding-bottom:var(--space-4);color:var(--color-text-secondary)}.related-posts{margin:var(--space-12) 0}.related-posts h2{font-size:var(--text-lg);margin-bottom:var(--space-3)}.related-posts ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.related-posts a{text-decoration:underline;text-underline-offset:2px}.author-bio{display:flex;gap:var(--space-4);margin:var(--space-12) 0;padding:var(--space-5);background:var(--color-accent-soft);border:1px solid var(--color-accent-border);border-radius:var(--radius-md)}.author-bio:before{content:"";flex:none;width:48px;height:48px;border-radius:var(--radius-full);background:var(--gradient-medallion)}.author-bio strong{display:block;font-family:var(--font-display)}.author-bio .muted{font-size:var(--text-sm);margin-top:var(--space-1);color:var(--color-text-secondary)}.author-hero{display:flex;align-items:center;gap:var(--space-5);margin:var(--space-6) 0 var(--space-10)}.author-avatar{flex:none;display:block;width:96px;height:96px;border-radius:var(--radius-full);overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-hero h1{margin-bottom:var(--space-2)}.affiliate-disclosure{display:flex;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-text-secondary);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);margin:var(--space-6) 0}.affiliate-disclosure:before{content:"ⓘ";color:var(--color-accent);font-weight:700}.sticky-cta{display:none}@media (max-width:640px){.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-overlay);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px rgb(0 0 0/.1)}.sticky-cta-info{display:flex;flex-direction:column;min-width:0}.sticky-cta-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-sm)}.sticky-cta-info .price{color:var(--color-price);font-weight:700;font-size:var(--text-sm)}.site-footer{margin-bottom:76px}}.site-footer{flex:none;margin-top:var(--space-20);border-top:1px solid var(--color-border);padding:var(--space-12) 0 var(--space-8);background:var(--color-surface)}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-8);gap:var(--space-8)}@media (min-width:640px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-grid .logo{margin-bottom:var(--space-2)}.footer-grid .muted{font-size:var(--text-sm);max-width:40ch}.site-footer h3{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-text-muted);margin-bottom:var(--space-3)}.site-footer nav{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer nav a{color:var(--color-text-secondary);font-size:var(--text-sm)}.site-footer nav a:hover{color:var(--color-accent)}.site-footer nav button{all:unset;cursor:pointer;color:var(--color-text-secondary);font-size:var(--text-sm)}.site-footer nav button:hover{color:var(--color-accent)}.footer-legal{margin-top:var(--space-8);padding-top:var(--space-5);border-top:1px solid var(--color-border);font-size:var(--text-xs);color:var(--color-text-muted)}.footer-legal>div{margin-top:var(--space-2)}.theme-toggle{display:inline-grid;place-items:center;flex:none;width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);font-size:1.1rem;transition:border-color var(--transition-fast),background var(--transition-fast)}.theme-toggle:hover{border-color:var(--color-accent);background:var(--color-accent-soft)}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--color-overlay);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px rgb(0 0 0/.1)}.cookie-banner-inner{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-5) var(--space-4)}.cookie-banner-inner p{font-size:var(--text-sm);color:var(--color-text-secondary);max-width:70ch}.cookie-banner-inner a{color:var(--color-accent)}.cookie-banner-options{display:flex;flex-wrap:wrap;gap:var(--space-4)}.cookie-option{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm)}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}@media (min-width:900px){.cookie-banner-inner{flex-direction:row;align-items:center;justify-content:space-between}.cookie-banner-actions{flex:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_af938a{font-family:Sora,Sora Fallback;font-style:normal}.__variable_af938a{--font-sora:"Sora","Sora Fallback"}:root{--color-bg:#fbfbfd;--color-bg-subtle:#f4f5f8;--color-surface:#ffffff;--color-surface-2:#f7f8fa;--color-overlay:rgb(255 255 255/0.72);--color-border:#e6e8ec;--color-border-strong:#d3d7dd;--color-text:#101114;--color-text-secondary:#3f434c;--color-text-muted:#5f6672;--color-accent:#7e22ce;--color-accent-hover:#6b21a8;--color-accent-contrast:#ffffff;--color-accent-soft:color-mix(in srgb,var(--color-accent) 10%,var(--color-surface));--color-accent-border:color-mix(in srgb,var(--color-accent) 30%,var(--color-surface));--color-rating:#f59e0b;--color-rating-text:#92400e;--color-success:#059669;--color-success-text:#047857;--color-price:#047857;--color-warning:#b45309;--color-danger:#dc2626;--gradient-accent:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 82%,white) 0%,var(--color-accent) 100%);--gradient-medallion:linear-gradient(145deg,color-mix(in srgb,var(--color-accent) 85%,white),color-mix(in srgb,var(--color-accent) 80%,black));--shadow-accent:0 8px 24px color-mix(in srgb,var(--color-accent) 32%,transparent);--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--shadow-xs:0 1px 2px rgb(16 17 20/0.04);--shadow-sm:0 1px 3px rgb(16 17 20/0.06),0 1px 2px rgb(16 17 20/0.04);--shadow-md:0 6px 16px rgb(16 17 20/0.08),0 2px 4px rgb(16 17 20/0.04);--shadow-lg:0 16px 40px rgb(16 17 20/0.12),0 4px 8px rgb(16 17 20/0.05);--font-sans:var(--font-inter),system-ui,-apple-system,"Segoe UI",sans-serif;--font-display:var(--font-sora),var(--font-sans);--text-xs:0.75rem;--text-sm:0.875rem;--text-base:clamp(1rem,0.97rem + 0.15vw,1.0625rem);--text-lg:clamp(1.125rem,1.08rem + 0.2vw,1.25rem);--text-xl:clamp(1.375rem,1.28rem + 0.45vw,1.625rem);--text-2xl:clamp(1.625rem,1.45rem + 0.9vw,2.125rem);--text-3xl:clamp(2rem,1.6rem + 1.9vw,3rem);--text-4xl:clamp(2.5rem,1.9rem + 2.8vw,3.75rem);--leading-tight:1.15;--leading-snug:1.3;--leading-body:1.68;--tracking-tight:-0.02em;--tracking-wide:0.04em;--measure:66ch;--ease:cubic-bezier(0.4,0,0.2,1);--transition-fast:120ms var(--ease);--transition:200ms var(--ease);--container:68rem;--container-wide:78rem;--header-height:4rem;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#0a0b0e;--color-bg-subtle:#101216;--color-surface:#14161b;--color-surface-2:#1b1e25;--color-overlay:rgb(20 22 27/0.72);--color-border:#262a33;--color-border-strong:#363b45;--color-text:#eceef2;--color-text-secondary:#b8bfca;--color-text-muted:#8b93a1;--color-accent:#c084fc;--color-accent-hover:#d8b4fe;--color-accent-contrast:#0a0b0e;--color-rating:#fbbf24;--color-rating-text:var(--color-rating);--color-success:#34d399;--color-success-text:var(--color-success);--color-price:#34d399;--color-warning:#fbbf24;--color-danger:#f87171;--shadow-xs:0 1px 2px rgb(0 0 0/0.3);--shadow-sm:0 1px 3px rgb(0 0 0/0.4),0 1px 2px rgb(0 0 0/0.3);--shadow-md:0 6px 16px rgb(0 0 0/0.45),0 2px 4px rgb(0 0 0/0.3);--shadow-lg:0 16px 40px rgb(0 0 0/0.55),0 4px 8px rgb(0 0 0/0.35);color-scheme:dark}}:root[data-theme=dark]{--color-bg:#0a0b0e;--color-bg-subtle:#101216;--color-surface:#14161b;--color-surface-2:#1b1e25;--color-overlay:rgb(20 22 27/0.72);--color-border:#262a33;--color-border-strong:#363b45;--color-text:#eceef2;--color-text-secondary:#b8bfca;--color-text-muted:#8b93a1;--color-accent:#c084fc;--color-accent-hover:#d8b4fe;--color-accent-contrast:#0a0b0e;--color-rating:#fbbf24;--color-rating-text:var(--color-rating);--color-success:#34d399;--color-success-text:var(--color-success);--color-price:#34d399;--color-warning:#fbbf24;--color-danger:#f87171;--shadow-xs:0 1px 2px rgb(0 0 0/0.3);--shadow-sm:0 1px 3px rgb(0 0 0/0.4),0 1px 2px rgb(0 0 0/0.3);--shadow-md:0 6px 16px rgb(0 0 0/0.45),0 2px 4px rgb(0 0 0/0.3);--shadow-lg:0 16px 40px rgb(0 0 0/0.55),0 4px 8px rgb(0 0 0/0.35);color-scheme:dark}*,:after,:before{box-sizing:border-box}*{margin:0}html{text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh;display:flex;flex-direction:column}img,picture,svg,video{display:block;max-width:100%;height:auto}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);text-wrap:balance}p{text-wrap:pretty}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-xs)}::selection{background:var(--color-accent);color:var(--color-accent-contrast)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-5)}@media (min-width:640px){.container{padding-inline:var(--space-6)}}.muted{color:var(--color-text-muted)}.eyebrow{display:inline-block;font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-accent)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-5);border:1px solid transparent;border-radius:var(--radius-sm);font-weight:650;font-size:var(--text-sm);line-height:1;text-decoration:none;transition:transform var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-accent)}.btn-primary:hover{color:#fff;filter:brightness(1.05);transform:translateY(-1px)}.btn-ghost{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-text)}.btn-ghost:hover{color:var(--color-text);border-color:var(--color-accent);background:var(--color-surface-2)}.badge{gap:var(--space-1);padding:.2rem .6rem;font-weight:700;line-height:1.4;background:var(--gradient-accent);color:#fff}.badge,.chip{display:inline-flex;align-items:center;border-radius:var(--radius-full);font-size:var(--text-xs)}.chip{padding:.2rem .7rem;font-weight:600;background:var(--color-accent-soft);color:var(--color-accent);border:1px solid var(--color-accent-border)}.dialog{width:min(32rem,calc(100vw - var(--space-8)));padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-lg)}.dialog::-webkit-backdrop{background:rgb(0 0 0/.5)}.dialog::backdrop{background:rgb(0 0 0/.5)}.dialog-title{margin-bottom:var(--space-3)}.dialog-body{color:var(--color-text-secondary)}.dialog-actions{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-6)}.logo{gap:var(--space-2);font-family:var(--font-display);font-weight:800;font-size:1.25rem;letter-spacing:var(--tracking-tight);color:var(--color-text);white-space:nowrap}.logo,.logo-mark{display:inline-flex;align-items:center;flex:none}.logo-mark{justify-content:center;width:1.5rem;height:1.5rem;border-radius:7px;background:var(--gradient-accent);box-shadow:var(--shadow-accent);color:var(--color-accent-contrast)}.logo-mark svg{width:60%;height:60%}