@charset "UTF-8";.productio-scope{--productio-primary: #1a3263;--productio-primary-dark: #132550;--productio-primary-light: #dce6f5;--productio-accent: #ffc570;--productio-accent-dark: #e6a840;--productio-bg: #faf7f3;--productio-bg-card: #ffffff;--productio-bg-elevated: #f5efe6;--productio-text: #1c1917;--productio-text-muted: #78716c;--productio-text-subtle: #a8a29e;--productio-border: #e7e5e4;--productio-border-strong: #d6d3d1;--productio-success: #10b981;--productio-error: #ef4444;--productio-radius-sm: 8px;--productio-radius-md: 12px;--productio-radius-card: 16px;--productio-radius-lg: 24px;--productio-radius-full: 9999px;--productio-shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--productio-shadow-card: 0 4px 24px rgba(0, 0, 0, .08);--productio-shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);--productio-shadow-bar: 0 -4px 24px rgba(0, 0, 0, .12);--productio-transition: .2s ease;--productio-transition-slow: .4s ease;--productio-space-1: 4px;--productio-space-2: 8px;--productio-space-3: 12px;--productio-space-4: 16px;--productio-space-5: 20px;--productio-space-6: 24px;--productio-space-8: 32px;--productio-space-10: 40px;--productio-space-12: 48px;--productio-space-16: 64px;--productio-font-family: inherit;--productio-text-xs: .75rem;--productio-text-sm: .875rem;--productio-text-base: 1rem;--productio-text-lg: 1.125rem;--productio-text-xl: 1.25rem;--productio-text-2xl: 1.5rem;--productio-text-3xl: 1.875rem;--productio-text-4xl: 2.25rem;--productio-leading-tight: 1.25;--productio-leading-normal: 1.6;--productio-z-sticky: 100;--productio-z-dropdown: 150;--productio-z-bar: 200;--productio-z-modal: 300}[data-theme=dark] .productio-scope{--productio-bg: #1c1917;--productio-bg-card: #292524;--productio-bg-elevated: #312e2b;--productio-text: #f5f5f4;--productio-text-muted: #a8a29e;--productio-text-subtle: #78716c;--productio-border: #3c3836;--productio-border-strong: #57534e;--productio-shadow-card: 0 4px 24px rgba(0, 0, 0, .3);--productio-shadow-lg: 0 10px 40px rgba(0, 0, 0, .4);--productio-shadow-bar: 0 -4px 24px rgba(0, 0, 0, .4)}.productio-scope,.productio-scope *,.productio-scope *:before,.productio-scope *:after{box-sizing:border-box}.productio-scope{font-family:var(--productio-font-family);font-size:var(--productio-text-base);line-height:var(--productio-leading-normal);color:var(--productio-text);background-color:var(--productio-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--productio-transition),color var(--productio-transition)}.productio-scope h1,.productio-scope h2,.productio-scope h3,.productio-scope h4,.productio-scope h5,.productio-scope h6{line-height:var(--productio-leading-tight);font-weight:700;color:var(--productio-text);margin:0 0 var(--productio-space-4);font-family:var(--productio-font-family)}.productio-scope h1{font-size:var(--productio-text-4xl)}.productio-scope h2{font-size:var(--productio-text-3xl)}.productio-scope h3{font-size:var(--productio-text-2xl)}.productio-scope h4{font-size:var(--productio-text-xl)}.productio-scope h5{font-size:var(--productio-text-lg)}.productio-scope h6{font-size:var(--productio-text-base)}.productio-scope p{margin:0 0 var(--productio-space-4);color:var(--productio-text-muted)}.productio-scope a{color:var(--productio-primary);text-decoration:none;transition:color var(--productio-transition)}.productio-scope a:hover{color:var(--productio-primary-dark)}.productio-scope ul,.productio-scope ol{margin:0;padding:0;list-style:none}.productio-scope img{max-width:100%;height:auto;display:block}.productio-scope .entry-content>*+*{margin-top:var(--productio-space-6)}.productio-scope .entry-content h2{font-size:var(--productio-text-2xl)}.productio-scope .entry-content h3{font-size:var(--productio-text-xl)}.productio-scope .entry-content ul,.productio-scope .entry-content ol{padding-left:var(--productio-space-6)}.productio-scope .entry-content ul li,.productio-scope .entry-content ol li{margin-bottom:var(--productio-space-2);color:var(--productio-text-muted)}.productio-scope .entry-content ul li{list-style-type:disc}.productio-scope .entry-content ol li{list-style-type:decimal}.productio-scope .entry-content table{width:100%;border-collapse:collapse;border:1px solid var(--productio-border)}.productio-scope .entry-content table th,.productio-scope .entry-content table td{padding:var(--productio-space-3) var(--productio-space-4);border:1px solid var(--productio-border);text-align:left}.productio-scope .entry-content table th{background-color:var(--productio-bg-elevated);font-weight:600}.btn{display:inline-flex;align-items:center;gap:var(--productio-space-2);padding:var(--productio-space-3) var(--productio-space-5);border-radius:var(--productio-radius-md);border:1.5px solid transparent;font-family:var(--productio-font-family);font-size:var(--productio-text-sm);font-weight:600;line-height:1;cursor:pointer;text-decoration:none;transition:background-color var(--productio-transition),border-color var(--productio-transition),color var(--productio-transition),box-shadow var(--productio-transition),transform var(--productio-transition);white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.98)}.btn[aria-disabled=true]{opacity:.5;pointer-events:none}.btn--primary{background-color:var(--productio-primary);border-color:var(--productio-primary);color:#fff}.btn--primary:hover{background-color:var(--productio-primary-dark);border-color:var(--productio-primary-dark);color:#fff;box-shadow:0 4px 12px #6366f166}.btn--outline{background-color:transparent;border-color:var(--productio-primary);color:var(--productio-primary)}.btn--outline:hover{background-color:var(--productio-primary-light)}.btn--ghost{background-color:transparent;border-color:var(--productio-border);color:var(--productio-text-muted)}.btn--ghost:hover{background-color:var(--productio-bg);color:var(--productio-text)}.btn--dark{background-color:var(--productio-text);border-color:var(--productio-text);color:var(--productio-bg)}.btn--dark:hover{opacity:.85;color:var(--productio-bg)}.btn--sm{padding:var(--productio-space-2) var(--productio-space-3);font-size:var(--productio-text-xs)}.btn--lg{padding:var(--productio-space-4) var(--productio-space-8);font-size:var(--productio-text-base);border-radius:var(--productio-radius-card)}.productio-scope [hidden]{display:none!important}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:var(--productio-space-6)}@media (max-width: 640px){.container{padding-inline:var(--productio-space-4)}}.archive-hero{padding-block:var(--productio-space-12)}.archive-hero__title{font-size:clamp(var(--productio-text-3xl),5vw,var(--productio-text-4xl));margin-bottom:var(--productio-space-4)}.archive-hero__desc{max-width:60ch;color:var(--productio-text-muted);font-size:var(--productio-text-lg)}.archive-layout{display:grid;grid-template-columns:280px 1fr;gap:var(--productio-space-8);align-items:start;padding-bottom:var(--productio-space-16)}@media (max-width: 1024px){.archive-layout{grid-template-columns:240px 1fr}}@media (max-width: 768px){.archive-layout{grid-template-columns:1fr}}.archive-layout--no-sidebar{grid-template-columns:1fr}.archive-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--productio-space-6)}.archive-products__count{font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--productio-space-6);align-items:start}@supports (grid-template-rows: masonry){.product-grid{grid-template-rows:masonry}}@media (max-width: 640px){.product-grid{grid-template-columns:1fr}}.archive-pagination{margin-top:var(--productio-space-10);display:flex;justify-content:center}.filters{position:sticky;top:calc(64px + var(--productio-space-6));background-color:var(--productio-bg-card);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);overflow:hidden}@media (max-width: 768px){.filters{position:static}}.filters__inner{padding:var(--productio-space-6)}.filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--productio-space-6);padding-bottom:var(--productio-space-4);border-bottom:1px solid var(--productio-border)}.filters__title{font-size:var(--productio-text-base);font-weight:700;margin:0}.filters__group{margin-bottom:var(--productio-space-6)}.filters__group:last-child{margin-bottom:0}.filters__group-title{font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--productio-space-3)}.filters__chips{display:flex;flex-wrap:wrap;gap:var(--productio-space-2)}.filters__select{width:100%;padding:var(--productio-space-2) var(--productio-space-3);border:1px solid var(--productio-border);border-radius:var(--productio-radius-sm);background-color:var(--productio-bg);color:var(--productio-text);font-family:var(--productio-font-family);font-size:var(--productio-text-sm);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--productio-space-3) center;padding-right:var(--productio-space-8);transition:border-color var(--productio-transition)}.filters__select:focus{outline:none;border-color:var(--productio-primary)}.chip{display:inline-flex;align-items:center;gap:var(--productio-space-1);padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);border:1.5px solid var(--productio-border);background-color:var(--productio-bg);color:var(--productio-text-muted);font-size:var(--productio-text-sm);font-weight:500;cursor:pointer;transition:background-color var(--productio-transition),border-color var(--productio-transition),color var(--productio-transition)}.chip:hover{background-color:var(--productio-primary-light);border-color:var(--productio-primary);color:var(--productio-primary)}.chip.is-active{background-color:var(--productio-primary);border-color:var(--productio-primary);color:#fff}.chip__count{font-size:var(--productio-text-xs);opacity:.7}.product-card{background-color:var(--productio-bg-card);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);overflow:hidden;transition:transform var(--productio-transition),box-shadow var(--productio-transition);position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--productio-shadow-lg)}.product-card__rank{position:absolute;top:var(--productio-space-3);left:var(--productio-space-3);z-index:2;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding-inline:var(--productio-space-2);border-radius:var(--productio-radius-full);background-color:var(--productio-primary);color:#fff;font-size:var(--productio-text-sm);font-weight:700;letter-spacing:-.02em;box-shadow:0 2px 8px #6366f166}.product-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background-color:var(--productio-bg-elevated)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--productio-transition-slow)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--productio-primary-light) 0%,var(--productio-bg-elevated) 100%)}.product-card__badge{position:absolute;top:var(--productio-space-3);right:var(--productio-space-3);left:unset;padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);background-color:var(--productio-accent);color:#fff;font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;z-index:1}.product-card__discount{position:absolute;bottom:var(--productio-space-3);left:var(--productio-space-3);top:unset;padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);background-color:#fef56c;color:#1a1207;font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.04em;z-index:1}.product-card__body{padding:var(--productio-space-5)}.product-card__category{display:inline-block;font-size:var(--productio-text-xs);font-weight:600;color:var(--productio-primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--productio-space-2)}.product-card__title{font-size:var(--productio-text-lg);font-weight:700;margin-bottom:var(--productio-space-2);line-height:var(--productio-leading-tight)}.product-card__title a{color:var(--productio-text)}.product-card__title a:hover{color:var(--productio-primary)}.product-card__best-for{display:flex;align-items:center;gap:var(--productio-space-1);font-size:var(--productio-text-xs);color:var(--productio-text-muted);margin-bottom:var(--productio-space-4);margin-top:0}.product-card__best-for-label{font-weight:600;color:var(--productio-text);flex-shrink:0}.product-card__score-wrap{display:flex;align-items:center;gap:var(--productio-space-3);margin-bottom:var(--productio-space-3)}.product-card__score-right{display:flex;flex-direction:column;gap:var(--productio-space-1)}.product-card__score-label{font-size:var(--productio-text-xs);color:var(--productio-text-muted)}.product-card__score{margin-bottom:var(--productio-space-3)}.product-card__price{font-size:var(--productio-text-xl);font-weight:700;color:var(--productio-text);margin-bottom:var(--productio-space-5)}.product-card__actions{display:flex;gap:var(--productio-space-2);flex-wrap:wrap}.product-card--skeleton{pointer-events:none}.product-card--skeleton .product-card__image-wrap.skeleton{aspect-ratio:4/3}.product-card--skeleton .product-card__body{display:flex;flex-direction:column;gap:var(--productio-space-3)}.price-was{display:block;font-size:var(--productio-text-sm);color:var(--productio-text-muted);text-decoration:line-through;margin-bottom:var(--productio-space-1)}.price-updated{display:block;font-size:.7rem;color:var(--productio-text-muted);margin-top:.15rem;text-align:center}.skeleton{background:linear-gradient(90deg,var(--productio-border) 25%,var(--productio-bg-elevated) 50%,var(--productio-border) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--productio-radius-sm)}.skeleton--text{height:14px;border-radius:var(--productio-radius-full)}.skeleton--text.skeleton--sm{width:40%}.skeleton--text.skeleton--lg{width:80%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.score-circle{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.score-circle svg{position:absolute;top:0;left:0}.score-circle__ring{transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.score-circle__value{position:relative;z-index:1;font-size:var(--productio-text-lg);font-weight:700;color:var(--productio-text);line-height:1;letter-spacing:-.02em}.product-card .score-circle__value{font-size:var(--productio-text-sm)}.star-rating{display:inline-flex;align-items:center;gap:var(--productio-space-1);color:var(--productio-accent)}.star-rating .star{flex-shrink:0}.star-rating__value{font-size:var(--productio-text-xs);font-weight:600;color:var(--productio-text-muted);margin-left:var(--productio-space-1)}.score-breakdown{padding-block:var(--productio-space-10);border-top:1px solid var(--productio-border)}.score-breakdown__title{font-size:var(--productio-text-2xl);margin-bottom:var(--productio-space-8)}.score-breakdown__grid{display:grid;grid-template-columns:auto 1fr;gap:var(--productio-space-10);align-items:center}@media (max-width: 640px){.score-breakdown__grid{grid-template-columns:1fr;gap:var(--productio-space-6)}}.score-breakdown__overall{display:flex;flex-direction:column;align-items:center;gap:var(--productio-space-3);padding:var(--productio-space-6);background-color:var(--productio-bg-elevated);border-radius:var(--productio-radius-card);border:1px solid var(--productio-border);min-width:160px}.score-breakdown__overall .star-rating{justify-content:center}.score-breakdown__overall-label{font-size:var(--productio-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);margin:0}.score-breakdown__bars{display:flex;flex-direction:column;gap:var(--productio-space-4)}.score-bar{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:var(--productio-space-4)}@media (max-width: 640px){.score-bar{grid-template-columns:1fr auto;grid-template-rows:auto auto}.score-bar__label{grid-column:1}.score-bar__value{grid-column:2;grid-row:1}.score-bar__track{grid-column:1/-1;grid-row:2}}.score-bar__label{font-size:var(--productio-text-sm);font-weight:500;color:var(--productio-text-muted);white-space:nowrap}.score-bar__track{height:10px;background-color:var(--productio-border);border-radius:var(--productio-radius-full);overflow:hidden}.score-bar__fill{height:100%;width:0;background:linear-gradient(90deg,var(--productio-primary),var(--productio-accent));border-radius:var(--productio-radius-full);transition:width .8s cubic-bezier(.4,0,.2,1)}.score-bar__fill.is-animated{width:var(--bar-pct)}.score-bar__value{font-size:var(--productio-text-sm);font-weight:700;color:var(--productio-text);white-space:nowrap;min-width:28px;text-align:right}.single-product{padding-bottom:var(--productio-space-16)}.single-product__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--productio-space-1);font-size:var(--productio-text-sm);color:var(--productio-text-muted);grid-column:1/-1;margin-bottom:var(--productio-space-5)}.single-product__breadcrumb a{color:var(--productio-text-muted);text-decoration:none}.single-product__breadcrumb a:hover{color:var(--productio-primary)}.single-product__breadcrumb a:after{content:"/";margin-left:var(--productio-space-1);color:var(--productio-border-strong)}.single-product__breadcrumb span[aria-current]{color:var(--productio-text)}.single-product__hero{background-color:var(--productio-bg-card);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-10) var(--productio-space-12);margin-bottom:var(--productio-space-8)}.single-product__hero-inner{display:grid;grid-template-columns:minmax(300px,420px) 1fr;grid-template-rows:auto auto 1fr;column-gap:var(--productio-space-12);row-gap:0;align-items:start}.single-product__hero-inner .single-product__breadcrumb,.single-product__hero-inner .single-product__hero-header{grid-column:1/-1}@media (max-width: 768px){.single-product__hero-inner{grid-template-columns:1fr;gap:var(--productio-space-6)}}.single-product__prices{background-color:var(--productio-bg-card);border-top:1px solid var(--productio-border);padding-block:var(--productio-space-8);margin-bottom:var(--productio-space-8)}.single-product__prices-heading{font-size:var(--productio-text-lg);font-weight:700;margin-bottom:var(--productio-space-5)}.single-product__hero-header{padding-bottom:var(--productio-space-6);border-bottom:1px solid var(--productio-border);margin-bottom:var(--productio-space-6)}.single-product__subtitle{font-size:clamp(var(--productio-text-lg),2vw,var(--productio-text-xl));font-weight:400;line-height:1.4;margin:var(--productio-space-2) 0 0;background:linear-gradient(135deg,var(--productio-primary) 0%,var(--productio-accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.single-product__hero-image{position:relative;border-radius:var(--productio-radius-lg);overflow:hidden;box-shadow:var(--productio-shadow-card);aspect-ratio:4/3;background-color:var(--productio-bg-card)}.single-product__image{width:100%;height:100%;object-fit:contain;padding:var(--productio-space-8)}.single-product__badge{position:absolute;top:var(--productio-space-4);left:var(--productio-space-4);padding:var(--productio-space-2) var(--productio-space-4);border-radius:var(--productio-radius-full);background-color:var(--productio-accent);color:#fff;font-size:var(--productio-text-sm);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.single-product__hero-content{display:flex;flex-direction:column}.single-product__hero-top{display:flex;align-items:center;gap:var(--productio-space-3);margin-bottom:var(--productio-space-4);flex-wrap:wrap}.single-product__rank{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding-inline:var(--productio-space-3);border-radius:var(--productio-radius-full);background-color:var(--productio-primary);color:#fff;font-size:var(--productio-text-lg);font-weight:700;letter-spacing:-.02em;flex-shrink:0;box-shadow:0 4px 12px #6366f159}.single-product__taxonomy{display:flex;gap:var(--productio-space-2);flex-wrap:wrap}.single-product__title{font-size:clamp(var(--productio-text-2xl),4vw,var(--productio-text-4xl));margin-bottom:var(--productio-space-3)}.single-product__best-for{display:inline-flex;align-items:center;gap:var(--productio-space-2);padding:var(--productio-space-2) var(--productio-space-4);margin-bottom:var(--productio-space-5);background-color:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:var(--productio-radius-full);font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.single-product__best-for svg{color:var(--productio-success);flex-shrink:0}.single-product__best-for strong{color:var(--productio-text)}.single-product__excerpt{font-size:var(--productio-text-base);color:var(--productio-text-muted);margin-bottom:var(--productio-space-5);line-height:var(--productio-leading-normal)}.single-product__verdict-card{background-color:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);overflow:hidden;margin-top:auto}.single-product__verdict-header{border-top:3px solid var(--productio-primary);border-bottom:1px solid var(--productio-border);background:linear-gradient(to right,rgba(99,102,241,.06),var(--productio-bg-elevated));padding:var(--productio-space-3) var(--productio-space-5);font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-primary)}.single-product__verdict-body{display:flex;align-items:flex-start;gap:var(--productio-space-6);padding:var(--productio-space-5);border-bottom:1px solid var(--productio-border)}@media (max-width: 480px){.single-product__verdict-body{flex-direction:column;gap:var(--productio-space-4)}}.single-product__verdict-score{display:flex;flex-direction:column;align-items:center;gap:var(--productio-space-2);flex-shrink:0}.single-product__verdict-score-label{font-size:var(--productio-text-xs);color:var(--productio-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.single-product__verdict-price-wrap{display:flex;flex-direction:column;gap:var(--productio-space-2);flex:1;justify-content:center}.single-product__meta-item{display:inline-flex;align-items:center;gap:var(--productio-space-1);font-size:var(--productio-text-xs);color:var(--productio-text-muted)}.single-product__meta-item svg{flex-shrink:0}.single-product__price-label{font-size:var(--productio-text-xs);text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--productio-text-muted)}.single-product__price{font-size:var(--productio-text-3xl);font-weight:800;color:var(--productio-text);line-height:1}.single-product__stock{font-size:var(--productio-text-xs);font-weight:600;display:inline-flex;align-items:center;gap:var(--productio-space-1)}.single-product__stock:before{content:"";display:inline-block;width:8px;height:8px;border-radius:var(--productio-radius-full);flex-shrink:0}.single-product__stock.is-in-stock{color:var(--productio-success)}.single-product__stock.is-in-stock:before{background-color:var(--productio-success)}.single-product__stock.is-out-of-stock{color:var(--productio-text-muted)}.single-product__stock.is-out-of-stock:before{background-color:var(--productio-text-muted)}.single-product__verdict-cta{display:flex;flex-direction:column;gap:var(--productio-space-3);padding:var(--productio-space-4) var(--productio-space-5)}.single-product__verdict-cta .btn{width:100%;justify-content:center}.single-product__content{max-width:72ch;padding-block:var(--productio-space-12)}.single-product__bottom-cta{padding-top:var(--productio-space-12)}.category-link{display:inline-block;padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);background-color:var(--productio-primary-light);color:var(--productio-primary);font-size:var(--productio-text-sm);font-weight:600;text-decoration:none}.category-link:hover{background-color:var(--productio-primary);color:#fff}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:var(--productio-space-6);padding-block:var(--productio-space-8);border-top:1px solid var(--productio-border);border-bottom:1px solid var(--productio-border);margin-block:var(--productio-space-8)}@media (max-width: 640px){.pros-cons{grid-template-columns:1fr}}.pros-cons__column{padding:var(--productio-space-6);border-radius:var(--productio-radius-card);border:1px solid var(--productio-border)}.pros-cons__column--pros{background-color:#10b9810d;border-color:#10b98133}.pros-cons__column--cons{background-color:#ef44440d;border-color:#ef444433}.pros-cons__heading{display:flex;align-items:center;gap:var(--productio-space-2);font-size:var(--productio-text-base);font-weight:700;margin-bottom:var(--productio-space-4)}.pros-cons__column--pros .pros-cons__heading{color:var(--productio-success)}.pros-cons__column--cons .pros-cons__heading{color:var(--productio-error)}.pros-cons__list{display:flex;flex-direction:column;list-style:none}.pros-cons__item{display:flex;align-items:flex-start;gap:var(--productio-space-3);padding:var(--productio-space-3) 0;border-bottom:1px solid var(--productio-border)}.pros-cons__item:last-child{border-bottom:none}.pros-cons__item-icon{flex-shrink:0;margin-top:2px}.pros-cons__column--pros .pros-cons__item-icon{color:var(--productio-success)}.pros-cons__column--cons .pros-cons__item-icon{color:var(--productio-error)}.pros-cons__item-content{flex:1}.pros-cons__item-label{display:block;font-size:var(--productio-text-sm);font-weight:500;color:var(--productio-text)}.pros-cons__item-desc{font-size:var(--productio-text-xs);color:var(--productio-text-muted);margin:var(--productio-space-1) 0 0;line-height:var(--productio-leading-normal)}.product-specs__heading{font-size:var(--productio-text-xl);margin-bottom:var(--productio-space-4)}.product-specs__table-wrap{overflow-x:auto}.product-specs__table{width:100%;border-collapse:collapse}.product-specs__table tr:nth-child(2n){background-color:var(--productio-bg-elevated)}.product-specs__table th,.product-specs__table td{padding:var(--productio-space-3) var(--productio-space-4);border-bottom:1px solid var(--productio-border);text-align:left;font-size:var(--productio-text-sm)}.product-specs__table th{font-weight:600;color:var(--productio-text-muted);white-space:nowrap;width:40%}.product-specs__table td{color:var(--productio-text)}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:var(--productio-space-6);padding:var(--productio-space-6) var(--productio-space-8);background-color:var(--productio-bg-card);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);border:1px solid var(--productio-border);flex-wrap:wrap}.cta-box__title{font-size:var(--productio-text-xl);font-weight:700;margin-bottom:var(--productio-space-1)}.cta-box__price{font-size:var(--productio-text-lg);color:var(--productio-primary);font-weight:700;margin:0}.affiliate-disclosure{font-size:var(--productio-text-xs);color:var(--productio-text-subtle);margin-top:var(--productio-space-4);text-align:center}.product-score{display:flex;flex-direction:column;align-items:center;gap:var(--productio-space-2)}.product-score__label{font-size:var(--productio-text-xs);font-weight:600;color:var(--productio-text-muted);text-transform:uppercase;letter-spacing:.06em}.verdict-box{display:flex;align-items:flex-start;gap:var(--productio-space-6);padding:var(--productio-space-6) var(--productio-space-7);background-color:var(--productio-primary-light);border:1px solid rgba(99,102,241,.2);border-left:4px solid var(--productio-primary);border-radius:var(--productio-radius-card);margin-block:var(--productio-space-10)}.verdict-box__score{display:flex;flex-direction:column;align-items:center;gap:var(--productio-space-2);flex-shrink:0}.verdict-box__score-label{font-size:var(--productio-text-xs);color:var(--productio-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.verdict-box__content{flex:1}.verdict-box__title{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text);margin-bottom:var(--productio-space-2)}.verdict-box__text{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);margin:0}@media (max-width: 480px){.verdict-box{flex-direction:column}}.faq{padding-block:var(--productio-space-10);border-top:1px solid var(--productio-border);margin-top:var(--productio-space-8)}.faq__title{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-6)}.faq__list{display:flex;flex-direction:column}.faq__item{border-top:1px solid var(--productio-border)}.faq__item:last-child{border-bottom:1px solid var(--productio-border)}.faq__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--productio-space-5) 0;background:transparent;border:none;cursor:pointer;text-align:left;gap:var(--productio-space-4)}.faq__trigger:hover .faq__question{color:var(--productio-primary)}.faq__question{font-size:var(--productio-text-base);font-weight:600;color:var(--productio-text);transition:color var(--productio-transition)}.faq__chevron{flex-shrink:0;color:var(--productio-text-muted);transition:transform .25s ease}.faq__answer{overflow:hidden;max-height:0;transition:max-height .3s ease,padding-bottom .3s ease;padding-bottom:0}.faq__answer p{margin:0;color:var(--productio-text-muted);font-size:var(--productio-text-sm);line-height:var(--productio-leading-normal)}.faq__item.is-open .faq__chevron{transform:rotate(180deg)}.faq__item.is-open .faq__answer{max-height:1000px;padding-bottom:var(--productio-space-5)}.related-products{padding-block:var(--productio-space-10);border-top:1px solid var(--productio-border)}.related-products__title{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-6)}.related-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-6)}@media (max-width: 768px){.related-products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.related-products__grid{grid-template-columns:1fr}}.product-review{padding-block:var(--productio-space-10);border-top:1px solid var(--productio-border)}.product-review h2{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-4)}.product-review h3{font-size:var(--productio-text-xl);font-weight:700;margin-bottom:var(--productio-space-3)}.product-review p{margin-bottom:var(--productio-space-4);color:var(--productio-text-muted);line-height:var(--productio-leading-normal)}.product-review ul,.product-review ol{padding-left:var(--productio-space-6);margin-bottom:var(--productio-space-4)}.product-review li{margin-bottom:var(--productio-space-1);color:var(--productio-text-muted)}.product-review strong{color:var(--productio-text)}.product-review a{color:var(--productio-primary);text-decoration:underline}.product-review blockquote{border-left:3px solid var(--productio-primary);padding-left:var(--productio-space-4);color:var(--productio-text-muted);font-style:italic}.user-rating{padding-block:var(--productio-space-10);border-top:1px solid var(--productio-border)}.user-rating__title{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-6)}.user-rating__title span{color:var(--productio-primary)}.user-rating__widget{display:flex;flex-direction:column;gap:var(--productio-space-4);max-width:560px}.user-rating__aggregate{display:flex;align-items:center;gap:var(--productio-space-3);flex-wrap:wrap}.user-rating__avg-value{font-size:var(--productio-text-4xl);font-weight:800;line-height:1;color:var(--productio-text)}.user-rating__avg-stars{display:flex;gap:2px}.user-rating__display-star{font-size:var(--productio-text-lg);color:var(--productio-border)}.user-rating__display-star.is-filled{color:#f59e0b}.user-rating__count{font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.user-rating__prompt{font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin:0;font-weight:500}.user-rating__stars{display:flex;gap:var(--productio-space-2)}.user-rating__star{background:transparent;border:none;cursor:pointer;padding:0;font-size:2.25rem;color:var(--productio-border);line-height:1;transition:color .15s ease,transform .15s ease}.user-rating__star:hover,.user-rating__star.is-hovered{color:#f59e0b;transform:scale(1.15)}.user-rating__star.is-selected{color:#f59e0b}.user-rating__form{display:flex;flex-direction:column;gap:var(--productio-space-4)}.user-rating__fields{display:flex;flex-direction:column;gap:var(--productio-space-3)}.user-rating__field{display:flex;flex-direction:column;gap:var(--productio-space-1)}.user-rating__label{font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-text)}.user-rating__input,.user-rating__textarea{width:100%;padding:var(--productio-space-2) var(--productio-space-3);border:1px solid var(--productio-border);border-radius:var(--productio-radius-sm);background-color:var(--productio-bg);color:var(--productio-text);font-size:var(--productio-text-sm);font-family:inherit;transition:border-color var(--productio-transition)}.user-rating__input:focus,.user-rating__textarea:focus{outline:none;border-color:var(--productio-primary);box-shadow:0 0 0 3px #6366f126}.user-rating__textarea{resize:vertical;min-height:80px}.user-rating__pot{position:absolute;left:-9999px;opacity:0;pointer-events:none;tab-index:-1}.user-rating__submit{align-self:flex-start}.user-rating__submit:disabled{opacity:.5;cursor:not-allowed}.user-rating__feedback{font-size:var(--productio-text-sm);color:var(--productio-primary);min-height:1.5em;font-weight:500}.user-rating__widget.is-voted .user-rating__stars,.user-rating__widget.is-voted .user-rating__form{opacity:.45;pointer-events:none}.user-rating__widget.is-loading .user-rating__stars,.user-rating__widget.is-loading .user-rating__submit{opacity:.6;pointer-events:none}.user-reviews{margin-top:var(--productio-space-8);border-top:1px solid var(--productio-border);padding-top:var(--productio-space-6)}.user-reviews.is-hidden{display:none}.user-reviews__title{font-size:var(--productio-text-lg);font-weight:700;margin-bottom:var(--productio-space-5);color:var(--productio-text)}.user-reviews__list{display:flex;flex-direction:column;gap:var(--productio-space-4)}.user-review{padding:var(--productio-space-4) var(--productio-space-5);background-color:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card)}.user-review__header{display:flex;align-items:center;gap:var(--productio-space-3);margin-bottom:var(--productio-space-2);flex-wrap:wrap}.user-review__name{font-weight:700;font-size:var(--productio-text-sm);color:var(--productio-text)}.user-review__stars{display:flex;gap:1px}.user-review__star{font-size:var(--productio-text-base);color:var(--productio-border)}.user-review__star.is-filled{color:#f59e0b}.user-review__date{font-size:var(--productio-text-xs);color:var(--productio-text-muted);margin-left:auto}.user-review__comment{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);margin:0}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background-color:var(--productio-bg-card);border-top:1px solid var(--productio-border);box-shadow:0 -4px 24px #0000001a;transform:translateY(100%);transition:transform .3s ease}.sticky-bar.is-visible{transform:translateY(0)}.sticky-bar__inner{display:flex;align-items:center;gap:var(--productio-space-4);height:64px}.sticky-bar__thumb{width:40px;height:40px;object-fit:cover;border-radius:var(--productio-radius-sm);flex-shrink:0;border:1px solid var(--productio-border)}.sticky-bar__title{font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-text);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-bar__price{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text);white-space:nowrap;flex-shrink:0}@media (max-width: 480px){.sticky-bar__thumb,.sticky-bar__price{display:none}}.toc-box{margin-block:var(--productio-space-8);padding:var(--productio-space-6);background-color:var(--productio-bg-elevated);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card)}.toc-box__label{font-size:var(--productio-text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);margin-bottom:var(--productio-space-4)}.toc-box__list{list-style:none;padding:0;margin:0 0 var(--productio-space-5);display:grid;grid-template-columns:1fr 1fr;gap:var(--productio-space-2) var(--productio-space-6)}@media (max-width: 600px){.toc-box__list{grid-template-columns:1fr}}.toc-box__item{font-size:var(--productio-text-sm)}.toc-box__item a{color:var(--productio-text);text-decoration:none}.toc-box__item a:hover{color:var(--productio-primary);text-decoration:underline}.toc-box__cta{display:inline-flex;align-items:center;gap:var(--productio-space-2)}.top-list-page__hero{background-color:var(--productio-bg-card);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-10) var(--productio-space-12)}.top-list-page__hero-layout{display:grid;grid-template-columns:1fr 320px;gap:var(--productio-space-10);align-items:start}@media (max-width: 1024px){.top-list-page__hero-layout{grid-template-columns:1fr 280px}}@media (max-width: 768px){.top-list-page__hero-layout{grid-template-columns:1fr}}.top-list-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--productio-space-1);font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin-bottom:var(--productio-space-4)}.top-list-page__breadcrumb a{color:var(--productio-text-muted);text-decoration:none}.top-list-page__breadcrumb a:hover{color:var(--productio-primary)}.top-list-page__breadcrumb a:after{content:"/";margin-left:var(--productio-space-1);color:var(--productio-border-strong)}.top-list-page__breadcrumb span[aria-current]{color:var(--productio-text)}.top-list-page__title{font-size:clamp(var(--productio-text-2xl),4vw,var(--productio-text-4xl));margin-bottom:var(--productio-space-3)}.top-list-page__subtitle{font-size:clamp(var(--productio-text-lg),2vw,var(--productio-text-xl));font-weight:400;line-height:1.4;margin:0 0 var(--productio-space-6);color:var(--productio-primary);background:linear-gradient(135deg,var(--productio-primary) 0%,var(--productio-accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.top-list-page__hero-img{display:block;width:100%;margin:0 0 var(--productio-space-6)}.top-list-page__hero-img img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--productio-radius-card);display:block}.top-list-page__hero-img-caption{font-size:var(--productio-text-xs);color:var(--productio-text-muted);margin-top:var(--productio-space-2);text-align:right}.top-list-page__hero-meta{display:flex;align-items:center;gap:var(--productio-space-4);flex-wrap:wrap;font-size:var(--productio-text-sm);color:var(--productio-text-muted);padding-block:var(--productio-space-4);border-top:1px solid var(--productio-border);border-bottom:1px solid var(--productio-border);margin-bottom:var(--productio-space-6)}.top-list-page__hero-meta-item{display:inline-flex;align-items:center;gap:var(--productio-space-2)}.top-list-page__hero-meta-item strong{color:var(--productio-text);font-weight:600}.top-list-page__hero-meta-item strong a{color:inherit;text-decoration:underline;text-decoration-color:#00000040;text-underline-offset:2px}.top-list-page__hero-meta-item strong a:hover{text-decoration-color:var(--productio-primary)}.top-list-page__hero-meta-item svg{color:var(--productio-primary);flex-shrink:0}.top-list-page__intro{font-size:var(--productio-text-base);color:var(--productio-text-muted);line-height:var(--productio-leading-normal)}.top-list-page__intro p{margin-bottom:var(--productio-space-3)}.top-list-page__intro p:last-child{margin-bottom:0}.top-list-page__quick-overview{position:sticky;top:calc(64px + var(--productio-space-4))}@media (max-width: 768px){.top-list-page__quick-overview{position:static}}.top-list-page__disclosure{font-size:var(--productio-text-xs);color:#6266f1;background-color:#f2f3fe;border-radius:var(--productio-radius-md);padding:var(--productio-space-3) var(--productio-space-4);margin:var(--productio-space-4) 0 var(--productio-space-5)}.top-list-page__body{display:grid;grid-template-columns:1fr 260px;gap:var(--productio-space-10);align-items:start;padding-block:var(--productio-space-10)}@media (max-width: 1024px){.top-list-page__body{grid-template-columns:1fr 220px}}@media (max-width: 768px){.top-list-page__body{grid-template-columns:1fr;display:flex;flex-direction:column-reverse}}.top-list-page__list{display:flex;flex-direction:column;gap:var(--productio-space-6)}.top-list-page__toc{position:sticky;top:calc(64px + var(--productio-space-6))}@media (max-width: 768px){.top-list-page__toc{position:static}}.top-list-page__content{max-width:72ch;padding-bottom:var(--productio-space-16)}.toc{background-color:var(--productio-bg-card);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);padding:var(--productio-space-5);border:1px solid var(--productio-border)}.toc__title{font-size:var(--productio-text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);margin-bottom:var(--productio-space-4)}.toc__list{display:flex;flex-direction:column;gap:var(--productio-space-1);list-style:none;counter-reset:none}.toc__item{border-radius:var(--productio-radius-sm);overflow:hidden}.toc__link{display:flex;align-items:center;gap:var(--productio-space-3);padding:var(--productio-space-2) var(--productio-space-3);border-radius:var(--productio-radius-sm);font-size:var(--productio-text-sm);color:var(--productio-text-muted);text-decoration:none;transition:background-color var(--productio-transition),color var(--productio-transition);line-height:var(--productio-leading-tight)}.toc__link:hover{background-color:var(--productio-primary-light);color:var(--productio-primary)}.toc__link.is-active{background-color:var(--productio-primary-light);color:var(--productio-primary);font-weight:600}.toc__num{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:var(--productio-radius-full);background-color:var(--productio-primary);color:#fff;font-size:11px;font-weight:700}.top-list-entry{background-color:var(--productio-bg-card);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);border:1px solid var(--productio-border);overflow:hidden;transition:box-shadow var(--productio-transition)}.top-list-entry:hover{box-shadow:var(--productio-shadow-lg)}.top-list-entry--top{border-top:3px solid var(--productio-primary)}.top-list-entry--top .top-list-entry__header{background-color:var(--productio-primary)}.top-list-entry__header{display:flex;align-items:center;justify-content:space-between;gap:var(--productio-space-4);background-color:var(--productio-text);color:#fff;padding:var(--productio-space-4) var(--productio-space-5);flex-wrap:wrap}.top-list-entry__header-left{display:flex;align-items:center;gap:var(--productio-space-2);flex:1;min-width:0}.top-list-entry__header-rank{font-size:var(--productio-text-2xl);font-weight:800;line-height:1;flex-shrink:0;opacity:.7}.top-list-entry__header-title{font-size:var(--productio-text-lg);font-weight:700;margin:0;line-height:var(--productio-leading-tight);min-width:0}.top-list-entry__header-title a{color:#fff;text-decoration:none}.top-list-entry__header-title a:hover{opacity:.85}.top-list-entry__header-meta{display:flex;align-items:center;gap:var(--productio-space-4);flex-shrink:0}.top-list-entry__header-meta-item{display:flex;align-items:center;gap:var(--productio-space-1);font-size:var(--productio-text-xs);opacity:.75;white-space:nowrap}.top-list-entry__header-meta-item svg{flex-shrink:0}.top-list-entry__body{display:grid;grid-template-columns:220px 1fr 180px;align-items:stretch;border-bottom:1px solid var(--productio-border)}@media (max-width: 1024px){.top-list-entry__body{grid-template-columns:180px 1fr 160px}}@media (max-width: 768px){.top-list-entry__body{grid-template-columns:1fr 150px;grid-template-rows:auto auto}.top-list-entry__body .top-list-entry__image-wrap{grid-column:1/-1;grid-row:1;max-height:220px;border-right:none;border-bottom:1px solid var(--productio-border)}.top-list-entry__body .top-list-entry__main{grid-column:1;grid-row:2}.top-list-entry__body .top-list-entry__price-col{grid-column:2;grid-row:2}}@media (max-width: 480px){.top-list-entry__body{grid-template-columns:1fr}.top-list-entry__body .top-list-entry__main{grid-column:1;grid-row:2}.top-list-entry__body .top-list-entry__price-col{grid-column:1;grid-row:3;border-left:none;border-top:1px solid var(--productio-border)}}.top-list-entry__image-wrap{position:relative;overflow:hidden;background-color:var(--productio-bg-elevated);border-right:1px solid var(--productio-border);padding:var(--productio-space-4)}@media (min-width: 769px){.top-list-entry__image-wrap{min-height:240px}}.top-list-entry__image-wrap a{display:block;height:100%}.top-list-entry__image{width:100%;height:100%;object-fit:contain;transition:transform var(--productio-transition-slow)}.top-list-entry:hover .top-list-entry__image{transform:scale(1.04)}.top-list-entry__image-placeholder{width:100%;height:100%;min-height:220px;background:linear-gradient(135deg,var(--productio-primary-light),var(--productio-bg-elevated))}.top-list-entry__badge{position:absolute;bottom:var(--productio-space-3);left:var(--productio-space-3);padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);background-color:var(--productio-accent);color:#fff;font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.top-list-entry__discount{position:absolute;top:var(--productio-space-3);left:var(--productio-space-3);padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);background-color:#fef56c;color:#1a1207;font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.04em;z-index:1}.top-list-entry__main{padding:var(--productio-space-5) var(--productio-space-6);display:flex;flex-direction:column;gap:var(--productio-space-3);border-right:1px solid var(--productio-border)}.top-list-entry__title{font-size:var(--productio-text-xl);font-weight:700;margin:0;line-height:var(--productio-leading-tight)}.top-list-entry__title a{color:var(--productio-text)}.top-list-entry__title a:hover{color:var(--productio-primary)}.top-list-entry__pills{display:flex;flex-wrap:wrap;gap:var(--productio-space-2)}.top-list-entry__pill{display:inline-flex;align-items:center;padding:var(--productio-space-1) var(--productio-space-3);border-radius:var(--productio-radius-full);border:1px solid var(--productio-border);font-size:var(--productio-text-xs);font-weight:600;color:var(--productio-text-muted);text-decoration:none;white-space:nowrap;transition:border-color var(--productio-transition),color var(--productio-transition)}.top-list-entry__pill:hover{border-color:var(--productio-primary);color:var(--productio-primary)}.top-list-entry__pill--score,.top-list-entry__pill--score:hover{background-color:var(--productio-primary-light);border-color:transparent;color:var(--productio-primary)}.top-list-entry__review-count{font-size:var(--productio-text-xs);color:var(--productio-text-muted);margin:0}.top-list-entry__excerpt-wrap{position:relative;overflow:hidden;max-height:9em;transition:max-height .4s ease;flex:1}.top-list-entry__excerpt-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3em;background:linear-gradient(to bottom,transparent,var(--productio-bg-card));pointer-events:none;transition:opacity .3s ease}.top-list-entry__excerpt-wrap.is-open{max-height:1200px}.top-list-entry__excerpt-wrap.is-open:after{opacity:0}.top-list-entry__excerpt{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);margin:0}.top-list-entry__read-more{font-size:var(--productio-text-sm);color:var(--productio-primary);font-weight:500;background:transparent;border:none;cursor:pointer;padding:0;align-self:flex-start}.top-list-entry__read-more:hover{color:var(--productio-primary-dark)}.top-list-entry__price-col{display:flex;flex-direction:column}.top-list-entry__price-header{background-color:var(--productio-bg-elevated);padding:var(--productio-space-3) var(--productio-space-4);font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);border-bottom:1px solid var(--productio-border);text-align:center}.top-list-entry__price-body{display:flex;flex-direction:column;align-items:center;gap:var(--productio-space-3);padding:var(--productio-space-5) var(--productio-space-4);flex:1}.top-list-entry__price{font-size:var(--productio-text-3xl);font-weight:800;color:var(--productio-text);margin:0;white-space:nowrap;text-align:center}.top-list-entry__stock{font-size:var(--productio-text-xs);font-weight:600;display:flex;align-items:center;gap:var(--productio-space-1)}.top-list-entry__stock:before{content:"";display:inline-block;width:8px;height:8px;border-radius:var(--productio-radius-full);flex-shrink:0}.top-list-entry__stock.is-in-stock{color:var(--productio-success)}.top-list-entry__stock.is-in-stock:before{background-color:var(--productio-success)}.top-list-entry__stock.is-out-of-stock{color:var(--productio-text-muted)}.top-list-entry__stock.is-out-of-stock:before{background-color:var(--productio-text-muted)}.top-list-entry__cta{width:100%;justify-content:center}.top-list-entry__review-link{font-size:var(--productio-text-xs);color:var(--productio-text-muted);text-align:center}.top-list-entry__review-link:hover{color:var(--productio-primary)}.top-list-entry__details{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width: 640px){.top-list-entry__details{grid-template-columns:1fr}}.top-list-entry__detail-group{border-right:1px solid var(--productio-border);border-top:1px solid var(--productio-border)}.top-list-entry__detail-group:last-child{border-right:none}@media (max-width: 640px){.top-list-entry__detail-group{border-right:none}}.top-list-entry__detail-head{display:flex;align-items:center;gap:var(--productio-space-2);padding:var(--productio-space-4) var(--productio-space-5);font-size:var(--productio-text-sm);font-weight:700;color:var(--productio-text);border-bottom:1px solid var(--productio-border);background-color:var(--productio-bg-elevated)}.top-list-entry__detail-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--productio-border);border-radius:var(--productio-radius-sm);font-size:var(--productio-text-base);font-weight:700;line-height:1;color:var(--productio-text-muted);flex-shrink:0;background-color:var(--productio-bg-card)}.top-list-entry__detail-icon svg{display:block}.top-list-entry__detail-items{display:flex;flex-direction:column}.top-list-entry__detail-item{display:flex;align-items:center;justify-content:space-between;gap:var(--productio-space-3);padding:var(--productio-space-3) var(--productio-space-5);font-size:var(--productio-text-sm);border-bottom:1px solid var(--productio-border)}.top-list-entry__detail-item:last-child{border-bottom:none}.top-list-entry__detail-item--expandable{display:block;padding:0}.top-list-entry__detail-item-label{color:var(--productio-text-muted);flex:1}.top-list-entry__detail-item-value{font-weight:600;color:var(--productio-text);flex-shrink:0}.top-list-entry__detail-item-trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--productio-space-3);width:100%;padding:var(--productio-space-3) var(--productio-space-5);background:transparent;border:none;cursor:pointer;text-align:left;font-size:var(--productio-text-sm)}.top-list-entry__detail-item-trigger:hover .top-list-entry__detail-item-label{color:var(--productio-primary)}.top-list-entry__detail-item-chevron{flex-shrink:0;color:var(--productio-text-muted);transition:transform .25s ease}.top-list-entry__detail-item-body{overflow:hidden;max-height:0;transition:max-height .28s ease,padding-bottom .28s ease;padding:0 var(--productio-space-5);padding-bottom:0}.top-list-entry__detail-item-body p{margin:0;font-size:var(--productio-text-xs);color:var(--productio-text-muted);line-height:var(--productio-leading-normal)}.top-list-entry__detail-item--expandable.is-open .top-list-entry__detail-item-chevron{transform:rotate(180deg)}.top-list-entry__detail-item--expandable.is-open .top-list-entry__detail-item-body{max-height:400px;padding-bottom:var(--productio-space-3)}.top-list-entry__price-table{border-top:1px solid var(--productio-border)}.top-list-entry__price-table .price-table--compact{margin-block:0;border:none;border-radius:0}.top-list-entry__price-table-head{padding:var(--productio-space-3) var(--productio-space-5);font-size:var(--productio-text-sm);font-weight:700;color:var(--productio-text);background-color:var(--productio-bg-elevated);border-bottom:1px solid var(--productio-border);text-align:center}.top-list-entry__ad-label{padding:var(--productio-space-2) var(--productio-space-5);font-size:var(--productio-text-xs);color:var(--productio-text-muted);border-top:1px solid var(--productio-border)}.top-list-page__metode{background-color:#f2f3fe;border-top:1px solid var(--productio-border);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-10) var(--productio-space-12)}.metode--has-stats{display:grid;grid-template-columns:1fr 300px;gap:var(--productio-space-10) var(--productio-space-12);align-items:start}@media (max-width: 768px){.metode--has-stats{grid-template-columns:1fr;gap:var(--productio-space-8)}}.metode__content{min-width:0}.metode__badge{display:inline-flex;align-items:center;gap:var(--productio-space-2);font-size:var(--productio-text-sm);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6266f1;background-color:#6266f11a;padding:var(--productio-space-2) var(--productio-space-3);border-radius:var(--productio-radius-full);margin:0 0 var(--productio-space-4)}.metode__title{font-size:var(--productio-text-xl);font-weight:700;margin:0 0 var(--productio-space-5);color:var(--productio-text)}.metode__body>*:last-child{margin-bottom:0}.metode__card{background-color:#fff;border-radius:var(--productio-radius-lg);border:1px solid var(--productio-border);padding:var(--productio-space-6);box-shadow:0 2px 16px #0000000f}.metode__card-title{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text);margin:0 0 var(--productio-space-4);padding-bottom:var(--productio-space-4);border-bottom:1px solid var(--productio-border)}.metode__card-note{margin:var(--productio-space-4) 0 0;font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-relaxed)}.metode__stats{list-style:none;margin:0;padding:0}.metode__stat{display:flex;align-items:center;gap:var(--productio-space-4);padding:var(--productio-space-4) 0;border-bottom:1px solid var(--productio-border)}.metode__stat:last-child{border-bottom:0}.metode__stat-icon{flex-shrink:0;width:42px;height:42px;border-radius:50%;background-color:#6266f11a;display:flex;align-items:center;justify-content:center;color:#6266f1}.metode__stat-text{display:flex;flex-direction:column;gap:2px;min-width:0}.metode__stat-number{font-size:var(--productio-text-2xl);font-weight:800;line-height:1;color:var(--productio-text)}.metode__stat-label{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-snug)}.top-list-page__editorial{background-color:var(--productio-bg-card);border-top:1px solid var(--productio-border);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-8) var(--productio-space-12)}.top-list-page__changelog{background-color:var(--productio-bg-card);border-top:1px solid var(--productio-border);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-10) var(--productio-space-12)}.changelog__header{display:grid;grid-template-columns:220px 1fr;gap:var(--productio-space-8);align-items:center;margin-bottom:var(--productio-space-8);padding-bottom:var(--productio-space-8);border-bottom:1px solid var(--productio-border)}@media (max-width: 640px){.changelog__header{grid-template-columns:1fr}}.changelog__label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--productio-space-1);background-color:var(--productio-text);color:#fff;font-size:var(--productio-text-2xl);font-weight:800;line-height:var(--productio-leading-tight);text-align:center;padding:var(--productio-space-6);border-radius:var(--productio-radius-md);min-height:120px}.changelog__intro{font-size:var(--productio-text-base);color:var(--productio-text-muted);line-height:var(--productio-leading-normal)}.changelog__list{display:flex;flex-direction:column}.changelog__item{border-top:1px solid var(--productio-border)}.changelog__item:last-child{border-bottom:1px solid var(--productio-border)}.changelog__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--productio-space-5) 0;background:transparent;border:none;cursor:pointer;text-align:left;gap:var(--productio-space-4)}.changelog__trigger:hover .changelog__date{color:var(--productio-primary)}.changelog__date{font-size:var(--productio-text-base);font-weight:600;color:var(--productio-text);transition:color var(--productio-transition)}.changelog__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border:1px solid var(--productio-border-strong);border-radius:var(--productio-radius-sm);font-size:var(--productio-text-lg);color:var(--productio-text-muted);line-height:1;transition:border-color var(--productio-transition),color var(--productio-transition)}.changelog__body{overflow:hidden;max-height:0;transition:max-height .3s ease,padding-bottom .3s ease;padding-bottom:0}.changelog__body p{margin:0 0 var(--productio-space-5);color:var(--productio-text-muted);font-size:var(--productio-text-sm);line-height:var(--productio-leading-normal)}.changelog__item.is-open .changelog__icon{color:var(--productio-text);border-color:var(--productio-border-strong)}.changelog__item.is-open .changelog__body{max-height:800px;padding-bottom:var(--productio-space-5)}.quick-overview{background-color:var(--productio-bg-card);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);border:1px solid var(--productio-border);overflow:hidden}.quick-overview__header{display:flex;align-items:center;justify-content:space-between;padding:var(--productio-space-4) var(--productio-space-5);border-bottom:1px solid var(--productio-border)}.quick-overview__title{font-size:var(--productio-text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);margin:0}.quick-overview__ad-label{font-size:var(--productio-text-xs);color:var(--productio-text-muted);border:1px solid var(--productio-border);border-radius:var(--productio-radius-sm);padding:2px var(--productio-space-2)}.quick-overview__list{display:flex;flex-direction:column;list-style:none}.quick-overview__item{display:flex;align-items:center;gap:var(--productio-space-3);padding:var(--productio-space-4) var(--productio-space-5);border-bottom:1px solid var(--productio-border)}.quick-overview__rank{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:var(--productio-radius-full);background-color:var(--productio-primary);color:#fff;font-size:var(--productio-text-xs);font-weight:700}.quick-overview__thumb{flex-shrink:0;width:48px;height:48px;object-fit:cover;border-radius:var(--productio-radius-sm);border:1px solid var(--productio-border)}.quick-overview__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.quick-overview__name{font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-overview__price{font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.quick-overview__stock{font-size:var(--productio-text-xs);font-weight:600;display:flex;align-items:center;gap:var(--productio-space-1)}.quick-overview__stock:before{content:"";display:inline-block;width:7px;height:7px;border-radius:var(--productio-radius-full);flex-shrink:0}.quick-overview__stock.is-in-stock{color:var(--productio-success)}.quick-overview__stock.is-in-stock:before{background-color:var(--productio-success)}.quick-overview__stock.is-out-of-stock{color:var(--productio-text-muted)}.quick-overview__stock.is-out-of-stock:before{background-color:var(--productio-text-muted)}.quick-overview__cta{flex-shrink:0}.quick-overview__footer{padding:var(--productio-space-4) var(--productio-space-5)}.quick-overview__all-btn{width:100%;justify-content:center}.cat-hero{background-color:var(--productio-bg-card);padding-block:var(--productio-space-8)}.cat-hero__breadcrumb{display:flex;align-items:center;gap:var(--productio-space-2);font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin-bottom:var(--productio-space-6);flex-wrap:wrap}.cat-hero__breadcrumb a{color:var(--productio-text-muted);text-decoration:none;transition:color var(--productio-transition);white-space:nowrap}.cat-hero__breadcrumb a:hover{color:var(--productio-primary)}.cat-hero__breadcrumb a:after{content:"»";margin-left:var(--productio-space-2);color:var(--productio-text-muted)}.cat-hero__grid{display:grid;grid-template-columns:1fr;gap:var(--productio-space-8);align-items:center}@media (min-width: 768px){.cat-hero__grid--has-image{grid-template-columns:1fr 1fr}}.cat-hero__body{display:flex;flex-direction:column;gap:var(--productio-space-4)}.cat-hero__eyebrow{font-size:var(--productio-text-sm);font-weight:700;color:var(--productio-primary);text-transform:uppercase;letter-spacing:.06em;margin:0}.cat-hero__title{font-size:clamp(var(--productio-text-3xl),5vw,var(--productio-text-4xl));font-weight:400;line-height:1.1;color:var(--productio-text);margin:0}.cat-hero__title strong{font-weight:800}.cat-hero__divider{border:none;border-top:2px solid var(--productio-text);margin:0}.cat-hero__desc{font-size:var(--productio-text-base);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);max-width:68ch;margin:0}.cat-hero__desc p{margin:0}.cat-hero__image-wrap{border-radius:var(--productio-radius-card);overflow:hidden;aspect-ratio:16/9;background-color:var(--productio-border)}.cat-hero__image{width:100%;height:100%;object-fit:cover;display:block}.cat-top-picks{padding-bottom:var(--productio-space-10);border-bottom:1px solid var(--productio-border);margin-bottom:var(--productio-space-8)}.cat-top-picks__title{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-6)}.cat-top-picks__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-6)}@media (max-width: 768px){.cat-top-picks__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.cat-top-picks__grid{grid-template-columns:1fr}}.cat-related{padding-block:var(--productio-space-10);border-top:1px solid var(--productio-border)}.cat-related__title{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-6)}.cat-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--productio-space-4)}.cat-card{display:flex;flex-direction:column;gap:var(--productio-space-1);padding:var(--productio-space-4) var(--productio-space-5);background-color:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);text-decoration:none;position:relative;transition:border-color var(--productio-transition),transform var(--productio-transition),box-shadow var(--productio-transition)}.cat-card:hover{border-color:var(--productio-primary);transform:translateY(-2px);box-shadow:var(--productio-shadow-card)}.cat-card__name{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text);padding-right:var(--productio-space-7)}.cat-card__count{font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.cat-card__arrow{position:absolute;top:var(--productio-space-4);right:var(--productio-space-4);color:var(--productio-text-muted);opacity:.4;transition:opacity var(--productio-transition),transform var(--productio-transition)}.cat-card:hover .cat-card__arrow{opacity:1;transform:translate(2px,-2px);color:var(--productio-primary)}.cat-index{padding-block:var(--productio-space-10);border-bottom:1px solid var(--productio-border)}.cat-index__header{display:flex;align-items:center;justify-content:space-between;gap:var(--productio-space-4);flex-wrap:wrap;margin-bottom:var(--productio-space-8)}.cat-index__search-wrap{position:relative;display:flex;align-items:center;flex:1;max-width:420px}.cat-index__search{width:100%;padding:var(--productio-space-3) var(--productio-space-10) var(--productio-space-3) var(--productio-space-4);border:1px solid var(--productio-border);border-radius:var(--productio-radius-base);font-size:var(--productio-text-base);font-family:inherit;background-color:var(--productio-bg);color:var(--productio-text);outline:none;transition:border-color var(--productio-transition),box-shadow var(--productio-transition)}.cat-index__search:focus{border-color:var(--productio-primary);box-shadow:0 0 0 3px #6366f126}.cat-index__search::placeholder{color:var(--productio-text-muted)}.cat-index__search-icon{position:absolute;right:var(--productio-space-3);color:var(--productio-text-muted);pointer-events:none;flex-shrink:0}.cat-index__stats{display:flex;align-items:center;gap:var(--productio-space-2);flex-shrink:0;flex-wrap:wrap}.cat-index__stat{display:inline-flex;align-items:center;gap:var(--productio-space-2);background-color:var(--productio-text);color:var(--productio-bg);padding:var(--productio-space-2) var(--productio-space-4);border-radius:var(--productio-radius-base);font-size:var(--productio-text-sm);font-weight:500;white-space:nowrap}.cat-index__alpha{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--productio-space-4) var(--productio-space-10)}@media (max-width: 480px){.cat-index__alpha{grid-template-columns:1fr}}.cat-index__group{display:flex;gap:var(--productio-space-4);min-height:56px;align-items:flex-start}.cat-index__group--empty{opacity:.2}.cat-index__letter{font-size:var(--productio-text-3xl);font-weight:800;color:var(--productio-text-muted);line-height:1;min-width:2.8rem;flex-shrink:0;padding-top:2px}.cat-index__list{list-style:none;margin:0;padding:4px 0 0;display:flex;flex-direction:column;gap:var(--productio-space-1)}.cat-index__item a{color:var(--productio-text);text-decoration:none;font-size:var(--productio-text-base);transition:color var(--productio-transition)}.cat-index__item a:hover{color:var(--productio-primary)}.callout{font-family:var(--productio-font-family);font-size:var(--productio-text-base);line-height:var(--productio-leading-normal);border-radius:var(--productio-radius-md);padding:var(--productio-space-5) var(--productio-space-6);margin-block:var(--productio-space-6);border-left:4px solid transparent}.callout__title{font-size:var(--productio-text-lg);font-weight:700;margin-top:0;margin-bottom:var(--productio-space-3);color:var(--productio-text)}.callout__badge{display:inline-block;font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:var(--productio-radius-full);margin-bottom:var(--productio-space-3);line-height:1.5}.callout__body>*:last-child{margin-bottom:0}.callout__body p{margin-top:0}.callout--hvad-er{background-color:#6366f114;border-left-color:var(--productio-primary)}.callout--obs{background-color:#f59e0b1a;border-left-color:#f59e0b}.callout--obs .callout__badge{background-color:var(--productio-text);color:#fff}.callout--tip{background-color:#10b9811a;border-left-color:var(--productio-success)}.callout--tip .callout__badge{background-color:var(--productio-success);color:#fff}.price-table{border:1px solid var(--productio-border);border-radius:var(--productio-radius-md);overflow:hidden;font-family:var(--productio-font-family);font-size:var(--productio-text-sm)}.price-table__heading{font-size:var(--productio-text-base);font-weight:700;margin:0;padding:var(--productio-space-3) var(--productio-space-4);background-color:var(--productio-surface);border-bottom:1px solid var(--productio-border);color:var(--productio-text)}.price-table__row{position:relative;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:var(--productio-space-4);padding:var(--productio-space-4) var(--productio-space-5);border-bottom:1px solid var(--productio-border);cursor:pointer;transition:background-color .15s}.price-table__row:last-child{border-bottom:0}.price-table__row:hover{background-color:#6366f10f}.price-table__row--cheapest{background-color:#6366f10d}.price-table__row--cheapest:hover{background-color:#6366f11a}.price-table__row--sponsored{background-color:#f973160d;border-left:3px solid #f97316;padding-left:calc(var(--productio-space-5) - 3px)}.price-table__row--sponsored:hover{background-color:#f9731617}.price-table__merchant{display:flex;align-items:center;gap:var(--productio-space-2);min-width:0;overflow:hidden}.price-table__merchant-logo{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:1px solid var(--productio-border);object-fit:contain;background-color:#fff}.price-table__merchant-text{min-width:0;overflow:hidden;font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text)}.price-table__trustpilot{display:inline-flex;align-items:center;gap:3px;font-size:var(--productio-text-sm);font-weight:400;color:var(--productio-text-muted)}.price-table__trustpilot svg{color:#f59e0b;flex-shrink:0}.price-table__trustpilot-count{color:var(--productio-text-muted)}.price-table__meta{display:block;font-size:var(--productio-text-sm);font-weight:400;color:var(--productio-text-muted);margin-top:2px}.price-table__meta a{position:relative;z-index:1;color:var(--productio-primary);text-decoration:none}.price-table__meta a:hover{text-decoration:underline}.price-table__price-wrap{text-align:right;white-space:nowrap}.price-table__price{font-size:var(--productio-text-lg);font-weight:700;color:var(--productio-text)}.price-table__price-was{font-size:var(--productio-text-xs);color:var(--productio-text-muted);text-decoration:line-through;margin-right:var(--productio-space-1)}.price-table__badge{display:inline-block;font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:var(--productio-radius-full);background-color:var(--productio-success);color:#fff;margin-left:var(--productio-space-2);vertical-align:middle;white-space:nowrap}.price-table__badge--annonce{background-color:#f9731626;color:#c2410c}.price-table__badge--free-ship{background-color:#4a5263;color:#fff}.price-table__out-of-stock{font-size:var(--productio-text-xs);color:var(--productio-text-muted)}.price-table__btn{display:inline-flex;align-items:center;gap:4px;padding:10px 20px;border-radius:var(--productio-radius-sm);font-size:var(--productio-text-base);font-weight:600;white-space:nowrap;text-decoration:none;position:relative;z-index:1;transition:background-color var(--productio-transition),border-color var(--productio-transition),box-shadow var(--productio-transition);background-color:var(--productio-primary);color:#fff}.price-table__btn:hover{background-color:var(--productio-primary-dark);color:#fff;box-shadow:0 4px 12px #6366f166}.price-table__btn--disabled{background-color:var(--productio-border);color:var(--productio-text-muted);pointer-events:none}.price-table__more-link{display:block;padding:var(--productio-space-2) var(--productio-space-4);font-size:var(--productio-text-sm);color:var(--productio-primary);text-decoration:none;font-weight:600;background-color:var(--productio-surface);border-top:1px solid var(--productio-border);text-align:center}.price-table__more-link:hover{text-decoration:underline}.price-table--compact{margin-block:var(--productio-space-3) 0}.price-table--compact .price-table__heading{padding:var(--productio-space-2) var(--productio-space-3);font-size:var(--productio-text-sm)}.price-table--compact .price-table__more-link{padding:var(--productio-space-2) var(--productio-space-3)}.price-table--compact .price-table__btn{padding:7px 14px;font-size:var(--productio-text-sm)}.ai-insights{margin-block:var(--productio-space-8);padding-block:var(--productio-space-8);border-top:1px solid var(--productio-border);border-bottom:1px solid var(--productio-border)}.ai-insights__header{margin-bottom:var(--productio-space-6)}.ai-insights__title-row{display:flex;align-items:center;gap:var(--productio-space-3);flex-wrap:wrap;margin-bottom:var(--productio-space-2)}.ai-insights__title{font-size:var(--productio-text-xl);font-weight:700;color:var(--productio-text);margin:0}.ai-insights__badge{display:inline-flex;align-items:center;gap:4px;font-size:var(--productio-text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:var(--productio-radius-full);background-color:#6366f11a;color:var(--productio-primary)}.ai-insights__desc{font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin:0}.ai-insights__columns{display:grid;grid-template-columns:1fr 1fr;gap:var(--productio-space-6)}@media (max-width: 640px){.ai-insights__columns{grid-template-columns:1fr}}.ai-insights__col{padding:var(--productio-space-5);border-radius:var(--productio-radius-card);border:1px solid var(--productio-border)}.ai-insights__col--pros{background-color:#10b9810d;border-color:#10b98133}.ai-insights__col--cons{background-color:#ef44440d;border-color:#ef444433}.ai-insights__col-heading{display:flex;align-items:center;gap:var(--productio-space-2);font-size:var(--productio-text-base);font-weight:700;margin:0 0 var(--productio-space-4)}.ai-insights__col--pros .ai-insights__col-heading{color:var(--productio-success)}.ai-insights__col--cons .ai-insights__col-heading{color:var(--productio-error)}.ai-insights__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.ai-insights__item{display:flex;align-items:flex-start;gap:var(--productio-space-2);padding:var(--productio-space-3) 0;font-size:var(--productio-text-sm);color:var(--productio-text);border-bottom:1px solid var(--productio-border);line-height:1.5}.ai-insights__item:last-child{border-bottom:none}.ai-insights__item-icon{flex-shrink:0;margin-top:2px}.ai-insights__item-icon--pro{color:var(--productio-success)}.ai-insights__item-icon--con{color:var(--productio-error)}.ai-insights__item-source{margin-left:var(--productio-space-1);font-size:var(--productio-text-xs);color:var(--productio-text-muted);white-space:nowrap;text-decoration:none}.ai-insights__item-source:hover{color:var(--productio-primary)}.user-sentiment{margin-block:var(--productio-space-8);padding:var(--productio-space-6);border-radius:var(--productio-radius-card);background-color:#6366f10a;border:1px solid rgba(99,102,241,.15)}.user-sentiment__title{display:flex;align-items:center;gap:var(--productio-space-3);flex-wrap:wrap;font-size:var(--productio-text-lg);font-weight:700;color:var(--productio-text);margin:0 0 var(--productio-space-4)}.user-sentiment__badge{font-size:var(--productio-text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:var(--productio-radius-full);background-color:#6366f11a;color:var(--productio-primary)}.user-sentiment__text{font-size:var(--productio-text-sm);color:var(--productio-text);line-height:1.7;margin:0}.user-sentiment__attribution{margin:var(--productio-space-4) 0 0;font-size:var(--productio-text-xs);color:var(--productio-text-muted);line-height:1.5}.user-sentiment--inline{margin-block:0;margin-top:var(--productio-space-6)}.analytiker-page{padding:var(--productio-space-10) 0}.analytiker-hero{display:grid;grid-template-columns:1fr 280px;gap:var(--productio-space-10);align-items:start;margin-bottom:var(--productio-space-10)}.analytiker-hero__rolle{font-size:var(--productio-text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-primary);margin-bottom:var(--productio-space-2)}.analytiker-hero__navn{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:var(--productio-space-4)}.analytiker-hero hr{border:none;border-top:1px solid var(--productio-border);margin:0 0 var(--productio-space-4)}.analytiker-hero__meta{display:flex;gap:var(--productio-space-5);flex-wrap:wrap;font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin-bottom:var(--productio-space-5)}.analytiker-hero__meta a{color:inherit}.analytiker-hero__meta a:hover{color:var(--productio-primary)}.analytiker-hero__meta-item{display:flex;align-items:center;gap:var(--productio-space-2)}.analytiker-hero__social{display:flex;gap:var(--productio-space-2);margin-bottom:var(--productio-space-4)}.analytiker-hero__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;transition:opacity .15s}.analytiker-hero__social-link:hover{opacity:.8}.analytiker-hero__social-link--linkedin{background:#0a66c2;color:#fff}.analytiker-hero__social-link--website{background:var(--productio-bg-elevated);border:1px solid var(--productio-border);color:var(--productio-text-muted)}.analytiker-hero__social-link--website:hover{color:var(--productio-primary);border-color:var(--productio-primary)}.analytiker-hero__bio{font-size:var(--productio-text-base);line-height:var(--productio-leading-relaxed);color:var(--productio-text-muted)}.analytiker-hero__foto img{width:100%;border-radius:var(--productio-radius-card);background:var(--productio-bg-elevated);object-fit:cover;aspect-ratio:1}.analytiker-cards{display:grid;grid-template-columns:1fr 1fr;gap:var(--productio-space-6);margin-bottom:var(--productio-space-10)}.analytiker-card{background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-6)}.analytiker-card h2{font-size:var(--productio-text-lg);font-weight:700;margin-bottom:var(--productio-space-3)}.analytiker-card hr{border:none;border-top:1px solid var(--productio-border);margin:0 0 var(--productio-space-4)}.analytiker-card ul{list-style:disc;padding-left:var(--productio-space-5)}.analytiker-card ul li{font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin-bottom:var(--productio-space-1)}.analytiker-lister h2{font-size:var(--productio-text-xl);font-weight:700;margin-bottom:var(--productio-space-5)}.analytiker-lister__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--productio-space-4)}.analytiker-lister__item{display:flex;flex-direction:column;gap:var(--productio-space-2);background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-4);text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.analytiker-lister__item:hover{border-color:var(--productio-primary);box-shadow:0 2px 8px #0000000f}.analytiker-lister__thumb img{width:100%;height:100px;object-fit:cover;border-radius:calc(var(--productio-radius-card) - 4px)}.analytiker-lister__title{font-size:var(--productio-text-sm);font-weight:600;line-height:1.4}@media (max-width: 768px){.analytiker-hero{grid-template-columns:1fr}.analytiker-hero__foto{order:-1;max-width:200px}.analytiker-cards{grid-template-columns:1fr}}.home-hero{background:var(--productio-primary);color:#fff;padding:var(--productio-space-16) 0 80px}.home-hero__inner{display:grid;grid-template-columns:55fr 45fr;gap:var(--productio-space-12);align-items:center}.home-hero__eyebrow{display:inline-block;font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:var(--productio-radius-full);padding:4px var(--productio-space-4);margin-bottom:var(--productio-space-5);color:#fffc}.home-hero__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:var(--productio-leading-tight);margin-bottom:var(--productio-space-5);color:#fff}.home-hero__sub{font-size:var(--productio-text-lg);line-height:var(--productio-leading-normal);color:#ffffffb8;margin-bottom:var(--productio-space-8);max-width:480px}.home-hero__actions{display:flex;gap:var(--productio-space-3);flex-wrap:wrap;margin-bottom:var(--productio-space-8)}.home-hero__btn{display:inline-flex;align-items:center;gap:var(--productio-space-2);font-size:var(--productio-text-base);font-weight:600;padding:14px var(--productio-space-6);border-radius:var(--productio-radius-full);text-decoration:none;transition:opacity var(--productio-transition),transform var(--productio-transition),background var(--productio-transition),border-color var(--productio-transition);cursor:pointer}.home-hero__btn:hover{transform:translateY(-1px)}.home-hero__btn--primary{background:var(--productio-accent);color:var(--productio-primary-dark);border:2px solid transparent}.home-hero__btn--primary:hover{opacity:.9}.home-hero__btn--secondary{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}.home-hero__btn--secondary:hover{background:#ffffff14;border-color:#ffffffbf}.home-hero__trust{list-style:none;padding:0;margin:0;display:flex;gap:var(--productio-space-5);flex-wrap:wrap}.home-hero__trust li{display:flex;align-items:center;gap:6px;font-size:var(--productio-text-sm);color:#ffffffa6}.home-hero__trust li svg{color:var(--productio-accent);flex-shrink:0}.home-hero__mosaic{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,160px);gap:var(--productio-space-3)}.home-hero__mosaic-item{border-radius:var(--productio-radius-card);overflow:hidden;background:#ffffff12}.home-hero__mosaic-item:first-child{grid-column:span 2}.home-hero__mosaic-item img{width:100%;height:100%;object-fit:cover;opacity:.75;transition:opacity var(--productio-transition);display:block}.home-hero__mosaic-item:hover img{opacity:.95}.home-stats{background:var(--productio-bg-card);border-bottom:1px solid var(--productio-border)}.home-stats__inner{display:flex;align-items:center;justify-content:center;padding:var(--productio-space-10) 0}.home-stats__item{display:flex;flex-direction:column;align-items:center;gap:var(--productio-space-1);padding:0 var(--productio-space-10);text-align:center}.home-stats__icon{color:var(--productio-primary);margin-bottom:var(--productio-space-2);opacity:.75}.home-stats__number{font-size:var(--productio-text-3xl);font-weight:800;color:var(--productio-primary);line-height:1}.home-stats__label{font-size:var(--productio-text-sm);color:var(--productio-text-muted);font-weight:500;margin-top:2px}.home-stats__divider{width:1px;height:56px;background:var(--productio-border);flex-shrink:0}.home-cats{background:var(--productio-bg-elevated);padding:var(--productio-space-16) 0}.home-cats__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--productio-space-8)}.home-cats__title{font-size:var(--productio-text-2xl);font-weight:800;color:var(--productio-text)}.home-cats__all{display:inline-flex;align-items:center;gap:var(--productio-space-1);font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-primary);text-decoration:none}.home-cats__all:hover{text-decoration:underline}.home-cats__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--productio-space-4)}.home-cat-card{position:relative;display:flex;flex-direction:column;gap:var(--productio-space-1);background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-5) var(--productio-space-5) var(--productio-space-5) var(--productio-space-5);text-decoration:none;color:inherit;transition:border-color var(--productio-transition),box-shadow var(--productio-transition),transform var(--productio-transition);padding-right:var(--productio-space-10)}.home-cat-card:hover{border-color:var(--productio-primary);box-shadow:var(--productio-shadow-card);transform:translateY(-2px)}.home-cat-card__name{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text);line-height:var(--productio-leading-tight)}.home-cat-card__count{font-size:var(--productio-text-xs);color:var(--productio-text-muted)}.home-cat-card__arrow{position:absolute;top:var(--productio-space-4);right:var(--productio-space-4);color:var(--productio-text-subtle);transition:color var(--productio-transition),transform var(--productio-transition)}.home-cat-card:hover .home-cat-card__arrow{color:var(--productio-primary);transform:translate(2px,-2px)}.home-analyses{padding:var(--productio-space-16) 0;background:var(--productio-bg)}.home-analyses__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--productio-space-8)}.home-analyses__title{font-size:var(--productio-text-2xl);font-weight:800;color:var(--productio-text)}.home-analyses__all{display:inline-flex;align-items:center;gap:var(--productio-space-1);font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-primary);text-decoration:none}.home-analyses__all:hover{text-decoration:underline}.home-analyses__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-6)}.home-analysis-card{background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--productio-transition),transform var(--productio-transition)}.home-analysis-card:hover{box-shadow:var(--productio-shadow-card);transform:translateY(-2px)}.home-analysis-card__image{display:block;overflow:hidden;aspect-ratio:16/9;background:var(--productio-bg-elevated)}.home-analysis-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--productio-transition-slow);display:block}.home-analysis-card__image:hover img{transform:scale(1.04)}.home-analysis-card__body{display:flex;flex-direction:column;gap:var(--productio-space-3);padding:var(--productio-space-5);flex:1}.home-analysis-card__cat{display:inline-flex;align-items:center;align-self:flex-start;font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--productio-primary);background:var(--productio-primary-light);border-radius:var(--productio-radius-full);padding:3px var(--productio-space-3);text-decoration:none;transition:background var(--productio-transition),color var(--productio-transition)}.home-analysis-card__cat:hover{background:var(--productio-primary);color:#fff}.home-analysis-card__title{font-size:var(--productio-text-base);font-weight:700;line-height:var(--productio-leading-tight);flex:1}.home-analysis-card__title a{color:var(--productio-text);text-decoration:none}.home-analysis-card__title a:hover{color:var(--productio-primary)}.home-analysis-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-primary);text-decoration:none;margin-top:auto}.home-analysis-card__cta:hover{text-decoration:underline}.home-blog{background:var(--productio-bg-elevated);padding:var(--productio-space-16) 0}.home-blog__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--productio-space-8)}.home-blog__title{font-size:var(--productio-text-2xl);font-weight:800;color:var(--productio-text)}.home-blog__all{display:inline-flex;align-items:center;gap:var(--productio-space-1);font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-primary);text-decoration:none}.home-blog__all:hover{text-decoration:underline}.home-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-6)}.home-method{background:var(--productio-bg-elevated);padding:var(--productio-space-16) 0;text-align:center}.home-method__title{font-size:var(--productio-text-2xl);font-weight:800;margin-bottom:var(--productio-space-3);color:var(--productio-text)}.home-method__sub{font-size:var(--productio-text-base);color:var(--productio-text-muted);margin-bottom:var(--productio-space-12)}.home-method__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-8);position:relative}.home-method__steps:before{content:"";position:absolute;top:36px;left:calc(16.66% + var(--productio-space-8));right:calc(16.66% + var(--productio-space-8));height:1px;background:var(--productio-border-strong);z-index:0}.home-method__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.home-method__icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--productio-primary);color:#fff;margin-bottom:var(--productio-space-5);box-shadow:0 0 0 8px var(--productio-bg-elevated),0 0 0 9px var(--productio-border);flex-shrink:0}.home-method__step-num{display:block;font-size:var(--productio-text-xs);font-weight:800;letter-spacing:.12em;color:var(--productio-text-subtle);text-transform:uppercase;margin-bottom:var(--productio-space-2)}.home-method__step-title{font-size:var(--productio-text-lg);font-weight:700;margin-bottom:var(--productio-space-3);color:var(--productio-text)}.home-method__step-desc{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);max-width:260px;margin:0 auto}.home-sources{background:var(--productio-bg);padding:var(--productio-space-16) 0}.home-sources__header{display:flex;flex-direction:column;gap:var(--productio-space-2);margin-bottom:var(--productio-space-10)}.home-sources__title{font-size:var(--productio-text-2xl);font-weight:800;color:var(--productio-text)}.home-sources__sub{font-size:var(--productio-text-base);color:var(--productio-text-muted)}.home-sources__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--productio-space-6)}.home-source-card{background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-6);display:flex;flex-direction:column;gap:var(--productio-space-3)}.home-source-card__icon{color:var(--productio-primary);flex-shrink:0}.home-source-card__title{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text)}.home-source-card__desc{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal)}.home-notest{background:var(--productio-bg-elevated);padding:var(--productio-space-16) 0}.home-notest__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--productio-space-12);align-items:start}.home-notest__title{font-size:var(--productio-text-2xl);font-weight:800;color:var(--productio-text);margin-bottom:var(--productio-space-5)}.home-notest__body{font-size:var(--productio-text-base);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);margin-bottom:var(--productio-space-6)}.home-notest__list{list-style:none;padding:0;margin:0 0 var(--productio-space-6);display:flex;flex-direction:column;gap:var(--productio-space-3)}.home-notest__item{display:flex;align-items:flex-start;gap:var(--productio-space-3);font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.home-notest__item:before{content:"→";color:var(--productio-primary);font-weight:700;flex-shrink:0}.home-notest__note{font-size:var(--productio-text-sm);font-weight:600;font-style:italic;color:var(--productio-text)}.home-notest__callout{background:var(--productio-bg-card);border:1px solid var(--productio-border);border-left:3px solid var(--productio-primary);border-radius:var(--productio-radius-card);padding:var(--productio-space-8)}.home-notest__callout-label{font-size:var(--productio-text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--productio-primary);margin-bottom:var(--productio-space-4)}.home-notest__callout-text{font-size:var(--productio-text-base);color:var(--productio-text-muted);line-height:var(--productio-leading-normal)}@media (max-width: 1024px){.home-analyses__grid,.home-blog__grid{grid-template-columns:repeat(2,1fr)}.home-stats__item{padding:0 var(--productio-space-6)}}@media (max-width: 768px){.home-hero{padding:var(--productio-space-12) 0}.home-hero__inner{grid-template-columns:1fr}.home-hero__mosaic{display:none}.home-hero__sub{max-width:100%}.home-stats__inner{flex-wrap:wrap;gap:var(--productio-space-6);padding:var(--productio-space-8) 0}.home-stats__item{width:calc(50% - var(--productio-space-3));padding:0}.home-stats__divider{display:none}.home-analyses__grid,.home-blog__grid,.home-sources__grid,.home-notest__inner{grid-template-columns:1fr}.home-method__steps{grid-template-columns:1fr;gap:var(--productio-space-10)}.home-method__steps:before{display:none}.home-cats__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.home-hero__actions{flex-direction:column}.home-hero__actions .home-hero__btn{justify-content:center}.home-cats__grid{grid-template-columns:1fr}}.contact-page{padding:var(--productio-space-12) 0 var(--productio-space-16)}.contact-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--productio-space-4);margin-bottom:var(--productio-space-12)}.contact-hero__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--productio-primary-light);border-radius:var(--productio-radius-card);color:var(--productio-primary);flex-shrink:0}.contact-hero__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:var(--productio-leading-tight);margin:0}.contact-hero__sub{font-size:var(--productio-text-lg);color:var(--productio-text-muted);max-width:520px;margin:0;line-height:var(--productio-leading-normal)}.contact-grid{display:grid;grid-template-columns:1fr 340px;gap:var(--productio-space-8);align-items:start}.contact-form-card{background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-8);box-shadow:var(--productio-shadow-card)}.contact-form{display:flex;flex-direction:column;gap:var(--productio-space-5)}.contact-form__title{font-size:var(--productio-text-xl);font-weight:700;margin:0 0 var(--productio-space-2)}.contact-form__group{display:flex;flex-direction:column;gap:var(--productio-space-2)}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--productio-space-4)}.contact-form__label{font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-text)}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:var(--productio-space-3) var(--productio-space-4);font-family:var(--productio-font-family);font-size:var(--productio-text-sm);color:var(--productio-text);background:var(--productio-bg);border:1.5px solid var(--productio-border);border-radius:var(--productio-radius-md);transition:border-color var(--productio-transition),box-shadow var(--productio-transition);-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:var(--productio-text-subtle)}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:var(--productio-primary);box-shadow:0 0 0 3px #be123c1f}.contact-form__textarea{resize:vertical;min-height:140px;line-height:var(--productio-leading-normal)}.contact-form__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--productio-space-4);flex-wrap:wrap}.contact-form__disclaimer{font-size:var(--productio-text-xs);color:var(--productio-text-subtle);margin:0}.contact-form__success{display:flex;align-items:flex-start;gap:var(--productio-space-3);padding:var(--productio-space-4) var(--productio-space-5);background:color-mix(in srgb,var(--productio-success) 10%,transparent);border:1px solid color-mix(in srgb,var(--productio-success) 30%,transparent);border-radius:var(--productio-radius-md);font-size:var(--productio-text-sm);color:var(--productio-text)}.contact-form__success svg{color:var(--productio-success);flex-shrink:0;margin-top:1px}.contact-form__error{display:flex;align-items:flex-start;gap:var(--productio-space-3);padding:var(--productio-space-4) var(--productio-space-5);background:color-mix(in srgb,var(--productio-error) 10%,transparent);border:1px solid color-mix(in srgb,var(--productio-error) 30%,transparent);border-radius:var(--productio-radius-md);font-size:var(--productio-text-sm);color:var(--productio-text)}.contact-form__error svg{color:var(--productio-error);flex-shrink:0;margin-top:1px}.contact-info-card{background:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-6);box-shadow:var(--productio-shadow-card)}.contact-info-card__title{font-size:var(--productio-text-base);font-weight:700;margin:0 0 var(--productio-space-4)}.contact-info-card__divider{border:none;border-top:1px solid var(--productio-border);margin:var(--productio-space-4) 0}.contact-info-card__section-label{font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-subtle);margin:0 0 var(--productio-space-3)}.contact-info-item{display:flex;align-items:flex-start;gap:var(--productio-space-3);margin-bottom:var(--productio-space-4)}.contact-info-item:last-child{margin-bottom:0}.contact-info-item__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--productio-bg-elevated);border-radius:var(--productio-radius-sm);color:var(--productio-primary);flex-shrink:0}.contact-info-item__body{display:flex;flex-direction:column;gap:2px;padding-top:6px}.contact-info-item__label{font-size:var(--productio-text-xs);color:var(--productio-text-subtle)}.contact-info-item__value{font-size:var(--productio-text-sm);color:var(--productio-text);font-weight:500}.contact-info-item__value a{color:var(--productio-primary);text-decoration:none}.contact-info-item__value a:hover{text-decoration:underline}@media (max-width: 768px){.contact-grid,.contact-form__row{grid-template-columns:1fr}.contact-form-card{padding:var(--productio-space-5)}.contact-form__footer{flex-direction:column;align-items:stretch}.contact-form__footer .btn{width:100%;justify-content:center}}.single-post{padding-bottom:var(--productio-space-16)}.single-post__hero{background-color:var(--productio-bg-card);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-10) var(--productio-space-12);margin-bottom:var(--productio-space-8)}.single-post__hero-inner{display:flex;flex-direction:column;gap:var(--productio-space-6)}.single-post__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--productio-space-1);font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.single-post__breadcrumb a{color:var(--productio-text-muted);text-decoration:none}.single-post__breadcrumb a:hover{color:var(--productio-primary)}.single-post__breadcrumb a:after{content:"/";margin-left:var(--productio-space-1);color:var(--productio-border-strong)}.single-post__breadcrumb span[aria-current]{color:var(--productio-text)}.single-post__header{display:flex;flex-direction:column;gap:var(--productio-space-4);max-width:72ch}.single-post__title{font-size:clamp(var(--productio-text-2xl),4vw,var(--productio-text-4xl));font-weight:800;line-height:var(--productio-leading-tight);margin:0}.single-post__meta{display:flex;align-items:center;flex-wrap:wrap;gap:var(--productio-space-4);font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.single-post__author-link{display:inline-flex;align-items:center;gap:var(--productio-space-2);font-weight:600;color:var(--productio-text);text-decoration:none}.single-post__author-link:hover{color:var(--productio-primary)}.single-post__author-link img{width:32px;height:32px;border-radius:var(--productio-radius-full);object-fit:cover;flex-shrink:0}.single-post__meta-sep{width:3px;height:3px;border-radius:var(--productio-radius-full);background-color:var(--productio-border-strong);flex-shrink:0}.single-post__reading-time{display:inline-flex;align-items:center;gap:var(--productio-space-1)}.single-post__featured-img{width:100%;aspect-ratio:40/21;object-fit:cover;border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-card);display:block}.single-post__outer{padding-top:var(--productio-space-10)}.single-post__layout{display:grid;grid-template-columns:1fr 360px;align-items:start;gap:var(--productio-space-10)}@media (max-width: 900px){.single-post__layout{grid-template-columns:1fr}}.single-post__content{min-width:0}.single-post__content .entry-content>*+*{margin-top:var(--productio-space-6)}.single-post__content .entry-content h2{font-size:var(--productio-text-2xl);font-weight:700;padding-top:var(--productio-space-6);margin-bottom:var(--productio-space-4);scroll-margin-top:88px}.single-post__content .entry-content h3{font-size:var(--productio-text-xl);font-weight:700;padding-top:var(--productio-space-4);margin-bottom:var(--productio-space-3);scroll-margin-top:88px}.single-post__content .entry-content img{border-radius:var(--productio-radius-md)}.single-post__content .entry-content blockquote{border-left:3px solid var(--productio-primary);padding-left:var(--productio-space-5);color:var(--productio-text-muted);font-style:italic;font-size:var(--productio-text-lg);margin-block:var(--productio-space-8)}.single-post__sidebar{position:sticky;top:96px}@media (max-width: 900px){.single-post__sidebar{position:static;order:-1}}.single-post__toc{background-color:var(--productio-bg-elevated);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);padding:var(--productio-space-5) var(--productio-space-6)}.single-post__toc-label{font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);margin-bottom:var(--productio-space-4)}.single-post__toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--productio-space-1)}.single-post__toc-item{border-radius:var(--productio-radius-sm);transition:background-color var(--productio-transition)}.single-post__toc-item--active{background-color:var(--productio-primary-light)}.single-post__toc-item--active .single-post__toc-link{color:var(--productio-primary);font-weight:600}.single-post__toc-link{display:block;padding:var(--productio-space-2) var(--productio-space-3);font-size:var(--productio-text-sm);color:var(--productio-text-muted);text-decoration:none;border-radius:var(--productio-radius-sm);transition:color var(--productio-transition);line-height:1.4}.single-post__toc-link:hover{color:var(--productio-primary);background-color:var(--productio-primary-light)}.single-post__author-box{display:flex;align-items:flex-start;gap:var(--productio-space-5);padding:var(--productio-space-6) var(--productio-space-7);background-color:var(--productio-bg-elevated);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);margin-top:var(--productio-space-12)}@media (max-width: 600px){.single-post__author-box{flex-direction:column;gap:var(--productio-space-4)}}.single-post__author-avatar{flex-shrink:0;width:72px;height:72px;border-radius:var(--productio-radius-full);overflow:hidden;border:2px solid var(--productio-border)}.single-post__author-avatar img{width:100%;height:100%;object-fit:cover}.single-post__author-info{flex:1}.single-post__author-label{font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-text-muted);margin-bottom:var(--productio-space-1)}.single-post__author-name{font-size:var(--productio-text-lg);font-weight:700;color:var(--productio-text);margin-bottom:var(--productio-space-2)}.single-post__author-bio{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);margin:0}.single-post__related{padding-block:var(--productio-space-12);border-top:1px solid var(--productio-border);margin-top:var(--productio-space-10)}.single-post__related-heading{font-size:var(--productio-text-2xl);font-weight:700;margin-bottom:var(--productio-space-8)}.single-post__related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-6)}@media (max-width: 768px){.single-post__related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.single-post__related-grid{grid-template-columns:1fr}}.blog-article-card{display:flex;flex-direction:column;background-color:var(--productio-bg-card);border:1px solid var(--productio-border);border-radius:var(--productio-radius-card);overflow:hidden;box-shadow:var(--productio-shadow-sm);text-decoration:none;transition:box-shadow var(--productio-transition),transform var(--productio-transition)}.blog-article-card:hover{box-shadow:var(--productio-shadow-card);transform:translateY(-2px)}.blog-article-card__img-wrap{aspect-ratio:16/9;overflow:hidden;background-color:var(--productio-bg-elevated);flex-shrink:0}.blog-article-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform var(--productio-transition-slow)}.blog-article-card__img-wrap:hover img{transform:scale(1.04)}.blog-article-card__body{padding:var(--productio-space-5);display:flex;flex-direction:column;gap:var(--productio-space-2);flex:1}.blog-article-card__cat{font-size:var(--productio-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--productio-primary)}.blog-article-card__title{font-size:var(--productio-text-base);font-weight:700;color:var(--productio-text);line-height:var(--productio-leading-tight);margin:0}.blog-article-card__date{font-size:var(--productio-text-xs);color:var(--productio-text-subtle);margin-top:auto;padding-top:var(--productio-space-2)}.blog-product-rec{display:flex;align-items:flex-start;gap:var(--productio-space-5);padding:var(--productio-space-5) var(--productio-space-6);background-color:var(--productio-bg-card);border:1px solid var(--productio-border);border-left:4px solid var(--productio-primary);border-radius:var(--productio-radius-card);box-shadow:var(--productio-shadow-sm);margin-block:var(--productio-space-8)}@media (max-width: 600px){.blog-product-rec{flex-direction:column}}.blog-product-rec__image-wrap{flex-shrink:0;width:120px;height:90px;border-radius:var(--productio-radius-md);overflow:hidden;background-color:var(--productio-bg-elevated);border:1px solid var(--productio-border)}@media (max-width: 600px){.blog-product-rec__image-wrap{width:100%;height:160px}}.blog-product-rec__image{width:100%;height:100%;object-fit:contain;padding:var(--productio-space-2)}.blog-product-rec__body{flex:1;display:flex;flex-direction:column;gap:var(--productio-space-2);min-width:0}.blog-product-rec__cats{display:flex;gap:var(--productio-space-2);flex-wrap:wrap}.blog-product-rec__title{font-size:var(--productio-text-lg);font-weight:700;margin:0;line-height:var(--productio-leading-tight)}.blog-product-rec__title a{color:var(--productio-text);text-decoration:none}.blog-product-rec__title a:hover{color:var(--productio-primary)}.blog-product-rec__best-for{font-size:var(--productio-text-sm);color:var(--productio-text-muted);margin:0}.blog-product-rec__best-for span{font-weight:600;color:var(--productio-text)}.blog-product-rec__footer{display:flex;align-items:center;gap:var(--productio-space-4);margin-top:var(--productio-space-2);flex-wrap:wrap}.blog-product-rec__score{flex-shrink:0}.blog-product-rec__price-cta{display:flex;align-items:center;gap:var(--productio-space-4);flex-wrap:wrap;flex:1}.blog-product-rec__price{font-size:var(--productio-text-xl);font-weight:800;color:var(--productio-text);white-space:nowrap}.blog-product-rec__actions{display:flex;gap:var(--productio-space-3);flex-wrap:wrap}.category-link--sm{font-size:var(--productio-text-xs);padding:2px var(--productio-space-2)}.magasin-page__hero{background-color:var(--productio-bg-card);border-bottom:1px solid var(--productio-border);padding-block:var(--productio-space-12) var(--productio-space-10)}.magasin-page__hero-inner{display:flex;flex-direction:column;gap:var(--productio-space-3);max-width:640px}.magasin-page__title{font-size:clamp(var(--productio-text-3xl),5vw,var(--productio-text-4xl));font-weight:800;margin:0}.magasin-page__subtitle{font-size:var(--productio-text-lg);color:var(--productio-text-muted);margin:0}.magasin-page__body{padding-block:var(--productio-space-8) var(--productio-space-16)}.magasin-page__filters{display:flex;flex-wrap:wrap;gap:var(--productio-space-2);margin-bottom:var(--productio-space-8)}.magasin-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--productio-space-6)}@media (max-width: 900px){.magasin-page__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.magasin-page__grid{grid-template-columns:1fr}}.magasin-page__pagination{margin-top:var(--productio-space-12);display:flex;justify-content:center}.magasin-page__pagination .page-numbers{display:flex;flex-wrap:wrap;gap:var(--productio-space-2);list-style:none;padding:0;margin:0}.magasin-page__pagination li a,.magasin-page__pagination li span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding-inline:var(--productio-space-3);border-radius:var(--productio-radius-md);border:1px solid var(--productio-border);font-size:var(--productio-text-sm);font-weight:600;color:var(--productio-text-muted);text-decoration:none;transition:background-color var(--productio-transition),color var(--productio-transition)}.magasin-page__pagination li a:hover,.magasin-page__pagination li span:hover{background-color:var(--productio-primary-light);color:var(--productio-primary);border-color:var(--productio-primary)}.magasin-page__pagination li span.current{background-color:var(--productio-primary);color:#fff;border-color:var(--productio-primary)}.magasin-page__empty{color:var(--productio-text-muted);font-size:var(--productio-text-lg);padding-block:var(--productio-space-16);text-align:center}.blog-article-card__excerpt{font-size:var(--productio-text-sm);color:var(--productio-text-muted);line-height:var(--productio-leading-normal);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-article-card__meta{display:flex;align-items:center;gap:var(--productio-space-2);margin-top:auto;padding-top:var(--productio-space-3);font-size:var(--productio-text-xs);color:var(--productio-text-muted)}.blog-article-card__avatar{width:20px!important;height:20px!important;border-radius:var(--productio-radius-full);flex-shrink:0}.blog-article-card__author{font-weight:600;color:var(--productio-text)}.blog-article-card__meta-sep{width:3px;height:3px;border-radius:var(--productio-radius-full);background-color:var(--productio-border-strong);flex-shrink:0}.blog-article-card__reading-time{color:var(--productio-text-muted)}.simple-page{padding-bottom:var(--productio-space-16);background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(26,50,99,.08),transparent 55%),radial-gradient(circle at 100% 0%,rgba(255,197,112,.12),transparent 35%),linear-gradient(180deg,var(--productio-bg-elevated) 0%,var(--productio-bg) 45%)}.simple-page__breadcrumb-wrap{padding:var(--productio-space-3) 0;border-bottom:1px solid var(--productio-border);background:#ffffff8c}[data-theme=dark] .simple-page__breadcrumb-wrap{background:#292524a6}.simple-page__breadcrumb{margin:0}.simple-page__breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:var(--productio-space-2) var(--productio-space-3);margin:0;padding:0;list-style:none;font-size:var(--productio-text-sm);color:var(--productio-text-muted)}.simple-page__breadcrumb-item{display:inline-flex;align-items:center;gap:var(--productio-space-3)}.simple-page__breadcrumb-item:not(:last-child):after{content:"»";font-weight:600;color:var(--productio-text-subtle);opacity:.85}.simple-page__breadcrumb-item--current{color:var(--productio-text);font-weight:600;max-width:min(100%,52ch)}.simple-page__breadcrumb-item--current:after{display:none}.simple-page__breadcrumb-link{color:var(--productio-primary);font-weight:600;text-decoration:none;transition:color var(--productio-transition)}.simple-page__breadcrumb-link:hover{color:var(--productio-primary-dark);text-decoration:underline;text-underline-offset:3px}.simple-page__hero{position:relative;padding:var(--productio-space-10) 0 var(--productio-space-8)}.simple-page__hero-inner{position:relative;max-width:920px}.simple-page__hero-accent{position:absolute;left:0;top:0;width:4px;height:clamp(3.5rem,12vw,5.5rem);border-radius:var(--productio-radius-full);background:linear-gradient(180deg,var(--productio-primary),var(--productio-accent));opacity:.9}.simple-page__eyebrow{display:inline-flex;align-items:center;gap:var(--productio-space-2);padding:6px var(--productio-space-4);margin-bottom:var(--productio-space-5);margin-left:calc(var(--productio-space-5) + 4px);border:1px solid rgba(26,50,99,.18);border-radius:var(--productio-radius-full);background:#ffffffc7;color:var(--productio-primary-dark);font-size:var(--productio-text-xs);font-weight:800;letter-spacing:.07em;text-transform:uppercase;box-shadow:var(--productio-shadow-sm)}[data-theme=dark] .simple-page__eyebrow{background:#292524d9;border-color:#dce6f533}.simple-page__eyebrow-icon{display:inline-flex;color:var(--productio-accent-dark)}.simple-page__title{max-width:22ch;margin:0 0 0 calc(var(--productio-space-5) + 4px);font-size:clamp(2.1rem,4.2vw,3.35rem);font-weight:800;line-height:1.08;letter-spacing:-.035em;color:var(--productio-text)}.simple-page__intro{max-width:58ch;margin:var(--productio-space-5) 0 0 calc(var(--productio-space-5) + 4px);font-size:clamp(1.05rem,1.9vw,1.2rem);line-height:1.72;color:var(--productio-text-muted)}.simple-page__meta{display:flex;flex-wrap:wrap;gap:var(--productio-space-4);margin-top:var(--productio-space-8);margin-left:calc(var(--productio-space-5) + 4px);align-items:stretch}.simple-page__meta-card{display:flex;flex-direction:column;justify-content:center;min-width:200px;flex:1 1 200px;max-width:320px;padding:var(--productio-space-4) var(--productio-space-5);border:1px solid rgba(26,50,99,.1);border-radius:var(--productio-radius-md);background:linear-gradient(145deg,#fffffff2,#f5efe6e0);box-shadow:var(--productio-shadow-sm)}[data-theme=dark] .simple-page__meta-card{border-color:var(--productio-border);background:linear-gradient(145deg,#292524f2,#1c191799)}.simple-page__meta-label{display:block;margin-bottom:6px;font-size:var(--productio-text-xs);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--productio-text-muted)}.simple-page__meta-value{color:var(--productio-text);font-size:var(--productio-text-base);font-weight:600;line-height:1.45}.simple-page__body{position:relative;padding-top:var(--productio-space-4)}.simple-page__layout{display:grid;gap:var(--productio-space-8);align-items:start}@media (min-width: 960px){.simple-page--has-toc .simple-page__layout{grid-template-columns:minmax(200px,248px) minmax(0,1fr);gap:var(--productio-space-10)}}@media (max-width: 959px){.simple-page--has-toc .simple-page__sidebar:not([hidden]){order:-1}}.simple-page__sidebar{position:relative}@media (min-width: 960px){.simple-page__sidebar{position:sticky;top:calc(var(--productio-space-8) + 72px)}}.simple-page__toc-card{padding:var(--productio-space-5) var(--productio-space-5) var(--productio-space-4);border:1px solid rgba(26,50,99,.12);border-radius:calc(var(--productio-radius-card) + 4px);background:var(--productio-bg-card);box-shadow:var(--productio-shadow-card)}[data-theme=dark] .simple-page__toc-card{border-color:var(--productio-border)}.simple-page__toc-kicker{margin:0 0 var(--productio-space-1);font-size:var(--productio-text-xs);font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--productio-text-muted)}.simple-page__toc-title{margin:0 0 var(--productio-space-4);font-size:var(--productio-text-xl);font-weight:800;letter-spacing:-.02em;color:var(--productio-text)}.simple-page__toc-nav{margin:0}.simple-page__toc-list{margin:0;padding:0;list-style:none;max-height:min(60vh,28rem);overflow-y:auto;scrollbar-gutter:stable}.simple-page__toc-item{margin:0;padding:0;border-radius:var(--productio-radius-sm)}.simple-page__toc-item--active .simple-page__toc-link{color:var(--productio-primary-dark);font-weight:700;background:#1a32631a}[data-theme=dark] .simple-page__toc-item--active .simple-page__toc-link{color:var(--productio-primary-light);background:#1a326333}.simple-page__toc-link{display:block;padding:var(--productio-space-2) var(--productio-space-3);margin-bottom:2px;border-radius:var(--productio-radius-sm);font-size:var(--productio-text-sm);line-height:1.45;color:var(--productio-text-muted);text-decoration:none;transition:color var(--productio-transition),background var(--productio-transition)}.simple-page__toc-link:hover{color:var(--productio-text);background:#1a32630f}.simple-page__article{margin:0;padding:clamp(24px,3.5vw,40px) clamp(22px,3vw,36px);border:1px solid rgba(26,50,99,.1);border-radius:calc(var(--productio-radius-card) + 6px);background:#fffffff0;box-shadow:0 1px #fff9 inset,0 20px 50px #1c191712;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .simple-page__article{background:#292524eb;border-color:var(--productio-border);box-shadow:var(--productio-shadow-card)}@media (min-width: 960px){.simple-page__article{max-width:44rem}}.simple-page__content{color:var(--productio-text);font-size:1.0625rem;line-height:var(--productio-leading-normal)}.simple-page__content>:first-child{margin-top:0}.simple-page__content>:last-child{margin-bottom:0}.simple-page__content h2{scroll-margin-top:6.5rem;margin:var(--productio-space-12) 0 var(--productio-space-4);padding-top:var(--productio-space-6);border-top:1px solid var(--productio-border);font-size:clamp(1.45rem,2.4vw,1.85rem);font-weight:800;line-height:var(--productio-leading-tight);letter-spacing:-.025em;color:var(--productio-text)}.simple-page__content>h2:first-of-type{margin-top:0;padding-top:0;border-top:none}.simple-page__content h3{margin:var(--productio-space-8) 0 var(--productio-space-3);font-size:clamp(1.2rem,1.8vw,1.4rem);font-weight:700;letter-spacing:-.02em;color:var(--productio-text)}.simple-page__content h4{margin:var(--productio-space-6) 0 var(--productio-space-2);font-size:var(--productio-text-lg);font-weight:600;color:var(--productio-text)}.simple-page__content p{margin:0 0 var(--productio-space-5);color:var(--productio-text-muted)}.simple-page__content a{color:var(--productio-primary);text-decoration:underline;text-underline-offset:3px}.simple-page__content a:hover{color:var(--productio-primary-dark)}.simple-page__content ul,.simple-page__content ol{margin:0 0 var(--productio-space-5);padding-left:var(--productio-space-8)}.simple-page__content ul li,.simple-page__content ol li{margin-bottom:var(--productio-space-2);padding-left:2px}.simple-page__content strong{font-weight:700;color:var(--productio-text)}.simple-page__content blockquote{margin:var(--productio-space-8) 0;padding:var(--productio-space-6) var(--productio-space-6) var(--productio-space-6) calc(var(--productio-space-6) + 6px);border-left:4px solid var(--productio-primary);border-radius:0 var(--productio-radius-card) var(--productio-radius-card) 0;background:linear-gradient(135deg,#1a326314,#ffffffeb);color:var(--productio-text)}[data-theme=dark] .simple-page__content blockquote{background:linear-gradient(135deg,#1a32632e,#292524f2)}.simple-page__content blockquote p:last-child{margin:0}.simple-page__content table{width:100%;margin:0 0 var(--productio-space-6);border:1px solid var(--productio-border);border-collapse:collapse;border-radius:var(--productio-radius-md);overflow:hidden;font-size:var(--productio-text-sm)}.simple-page__content table th,.simple-page__content table td{padding:var(--productio-space-3) var(--productio-space-4);text-align:left;border-bottom:1px solid var(--productio-border)}.simple-page__content table th{font-weight:600;background:var(--productio-bg-elevated)}.simple-page__content table tr:last-child td{border-bottom:none}.simple-page__content hr{margin:var(--productio-space-10) 0;border:none;border-top:1px solid var(--productio-border)}@media (max-width: 640px){.simple-page{padding-bottom:var(--productio-space-12)}.simple-page__hero{padding:var(--productio-space-8) 0 var(--productio-space-6)}.simple-page__hero-accent{height:3rem}.simple-page__title,.simple-page__intro,.simple-page__meta,.simple-page__eyebrow{margin-left:0}.simple-page__title{max-width:none}.simple-page__meta{flex-direction:column}.simple-page__meta-card{min-width:0;max-width:none}.simple-page__article{padding:var(--productio-space-5);border-radius:var(--productio-radius-card)}.simple-page__toc-list{max-height:14rem}}[data-theme=dark] body{background-color:var(--productio-bg, #1c1917);color:var(--productio-text, #f5f5f4)}[data-theme=dark] .site-header,[data-theme=dark] .site-footer{background-color:var(--productio-bg-card, #292524);color:var(--productio-text, #f5f5f4)}[data-theme=dark] .site-header a,[data-theme=dark] .site-footer a{color:var(--productio-text, #f5f5f4)}.productio-dark-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:var(--productio-radius-full, 9999px);border:1px solid var(--productio-border, #e7e5e4);background-color:var(--productio-bg-card, #ffffff);color:var(--productio-text-muted, #78716c);cursor:pointer;transition:background-color var(--productio-transition, .2s ease),color var(--productio-transition, .2s ease)}.productio-dark-toggle:hover{color:var(--productio-text, #1c1917)}.productio-dark-toggle .icon--moon{display:none}.productio-dark-toggle .icon--sun{display:block}[data-theme=dark] .productio-dark-toggle{border-color:var(--productio-border, #3c3836);background-color:var(--productio-bg-card, #292524);color:var(--productio-text-muted, #a8a29e)}[data-theme=dark] .productio-dark-toggle:hover{color:var(--productio-text, #f5f5f4)}[data-theme=dark] .productio-dark-toggle .icon--moon{display:block}[data-theme=dark] .productio-dark-toggle .icon--sun{display:none}.productio-dark-toggle--fixed{position:fixed;right:16px;bottom:16px;z-index:200;box-shadow:0 4px 24px #00000026}
