:root,.light{--font-ui:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display:var(--font-ui);--font-bricolage:var(--font-ui);--font-hanken:var(--font-ui);--font-mono:ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--font-jetbrains:var(--font-mono);--background:#fafafa;--foreground:#181816;--primary:#181816;--primary-hover:#31312a;--secondary:#e5e2d8;--glass-bg:#fff;--glass-bg-hover:#fffffff2;--glass-panel-heavy:#fff;--cookie-consent-surface:#fff;--cookie-consent-row-hover:#1818160a;--subnav-bg:#fff;--glass-border:#1818161a;--accent:#1d4ed8;--accent-rgb:29, 78, 216;--accent-text:var(--accent);--danger:#ba1a1a;--text-muted:#474741;--card-shadow:4px 4px 0 #1818160d;--glass-nav-bg:#fff;--header-control-bg:#f9f9f7;--input-bg:#fff;--table-th-bg:#f4f4f5;--hover-bg:#1818160d;--code-bg:#1818160d;--diff-highlight-bg:rgba(var(--accent-rgb), .06);--diff-highlight-bg-hover:rgba(var(--accent-rgb), .1);--form-bg:#fff;--heavy-bg:#18181614;--border-subtle:#1818161a;--danger-bg:#ba1a1a1a;--image-placeholder-bg:#f1eee3;--radius:16px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--success-text:#047857;--danger-text:var(--danger);--ai-score-excellent:#047857;--ai-score-good:#a16207;--ai-score-poor:var(--danger);--ai-score-excellent-text:var(--success-text);--ai-score-good-text:#a16207;--ai-score-poor-text:var(--danger-text);--buy-btn-bg:var(--accent);--buy-btn-text:#fff}.dark{--background:#101010;--primary:#f5f5f5;--foreground:#f5f5f5;--secondary:#27272a;--glass-bg:#181818bf;--glass-bg-hover:#242424d9;--glass-panel-heavy:#121212f2;--cookie-consent-surface:#181818;--cookie-consent-row-hover:#f5f5f50d;--subnav-bg:color-mix(in srgb, var(--accent) 3%, #141414);--glass-border:#f5f5f51a;--accent-text:color-mix(in srgb, var(--accent) 55%, #fff);--text-muted:#a1a1aa;--card-shadow:4px 4px 0 #00000080;--glass-nav-bg:#101010;--header-control-bg:#1e1e1e;--input-bg:#ffffff0d;--table-th-bg:#27272a;--hover-bg:#ffffff0d;--code-bg:#ffffff1a;--diff-highlight-bg:rgba(var(--accent-rgb), .1);--diff-highlight-bg-hover:rgba(var(--accent-rgb), .18);--form-bg:#00000080;--heavy-bg:#f5f5f514;--border-subtle:#f5f5f51a;--danger-bg:#ba1a1a33;--image-placeholder-bg:#f5f5f50f;--success-text:#34d399;--danger-text:#f87171;--ai-score-excellent:#047857;--ai-score-good:#a16207;--ai-score-poor:var(--danger);--ai-score-excellent-text:var(--success-text);--ai-score-good-text:#fbbf24;--ai-score-poor-text:var(--danger-text);--buy-btn-bg:var(--accent);--buy-btn-text:#f5f5f5}[data-accent=orange]{--accent:#d8541d;--accent-rgb:216, 84, 29}[data-accent=blue]{--accent:#1d4ed8;--accent-rgb:29, 78, 216}[data-accent=green]{--accent:#15803d;--accent-rgb:21, 128, 61}[data-accent=purple]{--accent:#6d28d9;--accent-rgb:109, 40, 217}[data-accent=red]{--accent:#dc2626;--accent-rgb:220, 38, 38}[data-accent=teal]{--accent:#0f766e;--accent-rgb:15, 118, 110}[data-accent=amber]{--accent:#d97706;--accent-rgb:217, 119, 6}[data-accent=pink]{--accent:#be185d;--accent-rgb:190, 24, 93}*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior-y:none;font-family:var(--font-ui);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.6}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--card-shadow);padding:1.5rem}.smart-sticky-header{z-index:100;pointer-events:none;flex-direction:column;display:flex;position:sticky;top:0}.smart-sticky-header>*{pointer-events:auto}.subnav-wrapper{transform-origin:top;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s}.smart-sticky-header.hidden .subnav-wrapper{opacity:0;pointer-events:none;transform:translateY(-100%)}.glass-nav{-webkit-backdrop-filter:blur(40px);border-bottom:1px solid var(--glass-border);--danger:var(--accent);--danger-bg:rgba(var(--accent-rgb), .2);background:color-mix(in srgb, var(--accent) 6%, var(--glass-nav-bg))!important}.top-nav-logo img{background-color:#fff;border-radius:4px;padding:2px 4px}.logo-mobile{display:none}.logo-desktop{display:block}@media (max-width:768px){.logo-mobile{display:block!important}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.input{background:var(--input-bg);border:1px solid var(--glass-border);width:100%;color:var(--foreground);transition:var(--transition);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem}input.input,select.input{height:44px}.input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f64d}input[type=file].input{cursor:pointer;padding:0 .5rem;line-height:42px}input[type=file].input::file-selector-button{background:var(--primary);color:#fff;cursor:pointer;height:32px;transition:var(--transition);vertical-align:middle;border:none;border-radius:6px;margin-right:1rem;padding:0 .75rem;font-family:inherit;font-size:.9rem;font-weight:500}@media (hover:hover) and (pointer:fine){input[type=file].input::file-selector-button:hover{filter:brightness(.9)}}.input::placeholder{color:var(--text-muted)}input[type=checkbox]{appearance:none;background-color:var(--input-bg);border:1px solid var(--glass-border);cursor:pointer;width:1.25rem;height:1.25rem;transition:var(--transition);border-radius:4px}input[type=checkbox]:checked{background-color:var(--primary);border-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}textarea{color:var(--foreground);background:var(--input-bg)}@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}.btn{transition:var(--transition);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #3b82f663}@media (hover:hover) and (pointer:fine){.btn-primary:hover{background-color:var(--primary-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}}.btn-outline{border:1px solid var(--glass-border);color:var(--foreground);background:0 0}@media (hover:hover) and (pointer:fine){.btn-outline:hover{background:var(--hover-bg);border-color:var(--text-muted);color:var(--foreground)}}.btn-danger{background-color:var(--danger);color:#fff;box-shadow:0 4px 14px #ef44444d}@media (hover:hover) and (pointer:fine){.btn-danger:hover{color:#fff;background-color:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{animation:.5s ease-out forwards fadeIn}h1,h2,h3,h4,h5,h6{color:var(--foreground);margin-bottom:1rem;font-weight:700;line-height:1.2}a{color:var(--primary);transition:var(--transition);text-decoration:none}@media (hover:hover) and (pointer:fine){a:hover{color:var(--primary-hover)}}.diff-table{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font-ui);border-radius:var(--radius,16px);margin-top:2rem;font-size:13px;font-weight:500;line-height:1.5}.diff-table th,.diff-table td{text-align:left;border-bottom:1px solid var(--border-subtle);padding:.75rem 1rem}.diff-table tr:last-child th,.diff-table tr:last-child td{border-bottom:none}.diff-table thead tr:first-child th:first-child,.diff-table tr:first-child th:first-child{border-top-left-radius:var(--radius,16px)}.diff-table thead tr:first-child th:last-child,.diff-table tr:first-child th:last-child{border-top-right-radius:var(--radius,16px)}.diff-table tbody tr:last-child td:first-child,.diff-table tr:last-child td:first-child{border-bottom-left-radius:var(--radius,16px)}.diff-table tbody tr:last-child td:last-child,.diff-table tr:last-child td:last-child{border-bottom-right-radius:var(--radius,16px)}.diff-table th{background:var(--table-th-bg);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);font-size:12px;font-weight:700}.sticky-th{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--table-th-bg);box-shadow:0 1px 0 var(--border-subtle);position:sticky;top:63px;border-bottom:1px solid var(--border-subtle)!important}@media (hover:hover) and (pointer:fine){.diff-row:hover td{background:rgba(var(--accent-rgb), .04)}.dark .diff-row:hover td{background:var(--hover-bg)}}.diff-highlight td{background:var(--diff-highlight-bg)}@media (hover:hover) and (pointer:fine){.diff-highlight:hover td{background:var(--diff-highlight-bg-hover)}}button,a,input,select,textarea,[role=button]{-webkit-tap-highlight-color:transparent}@media (hover:none),(pointer:coarse){button:focus,a:focus,[role=button]:focus{outline:none}}@media (max-width:768px){.container{padding:0 1rem}.md\:flex-col{flex-direction:column!important}.md\:gap-4{gap:1rem!important}.md\:p-4{padding:1rem!important}.md\:grid-cols-1{grid-template-columns:1fr!important}.md\:hidden{display:none!important}h1{font-size:2rem!important}h2{font-size:1.5rem!important}}.table-responsive-wrapper{width:100%;padding-bottom:1.5rem}@media (max-width:768px){.table-responsive-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}}.table-responsive-wrapper::-webkit-scrollbar{height:8px}.table-responsive-wrapper::-webkit-scrollbar-track{background:var(--heavy-bg);border-radius:4px}.table-responsive-wrapper::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}@media (max-width:480px){.auth-card{width:95%!important;padding:2rem 1.5rem!important}}@media (max-width:768px){.md\:w-full{width:100%!important}.md\:p-2{padding:1rem!important}.md\:mt-2{margin-top:1rem!important}.md\:text-center{text-align:center!important}}.blog-card{flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;padding:0!important}@media (hover:hover) and (pointer:fine){.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.dark .blog-card:hover{box-shadow:0 10px 40px #0006}}.compare-card{transition:all .3s}@media (hover:hover) and (pointer:fine){.compare-card:hover{box-shadow:var(--card-shadow), 0 15px 40px #3b82f626;transform:translateY(-5px);border-color:var(--primary)!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:768px){.slider-nav-btn{display:none!important}}.theme-toggle{color:var(--foreground)!important;font-size:1.5rem!important}.has-tooltip{position:relative}.has-tooltip:after{content:attr(data-tooltip);background:var(--foreground);color:var(--background);white-space:nowrap;opacity:0;pointer-events:none;z-index:100;border-radius:6px;padding:.4rem .6rem;font-size:.75rem;font-weight:500;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 4px 12px #00000026}@media (hover:hover) and (pointer:fine){.has-tooltip:hover:after{opacity:1;transform:translate(-50%)translateY(4px)}}.top-nav-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:grid}.top-nav-logo{letter-spacing:-.5px;flex-shrink:0;font-size:1.2rem;font-weight:800}.top-nav-actions{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.top-nav-user-menu,.top-nav-auth-links{align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.top-nav-inner{justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.top-nav-logo{white-space:nowrap;flex-shrink:0;justify-content:flex-start;max-width:200px;margin-right:0;transition:max-width .4s cubic-bezier(.4,0,.2,1),opacity .3s,margin .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.top-nav-search{flex:1;justify-content:flex-end;transition:max-width .4s cubic-bezier(.4,0,.2,1);display:flex;width:100%!important}:is(.top-nav-inner:has(.search-bar-input:focus) .top-nav-logo,.top-nav-inner:has(.search-active) .top-nav-logo){opacity:0;max-width:0;margin-right:-.75rem;padding:0}:is(.top-nav-inner:has(.search-bar-input:focus) .top-nav-search,.top-nav-inner:has(.search-active) .top-nav-search){max-width:100%!important}:is(.top-nav-inner:has(.search-bar-input:focus) .top-nav-actions,.top-nav-inner:has(.search-active) .top-nav-actions){opacity:0;max-width:0;margin-left:-.75rem;padding:0;overflow:hidden}.top-nav-actions{flex-shrink:0;justify-content:flex-end;gap:0;max-width:100px;margin-left:0;transition:max-width .4s cubic-bezier(.4,0,.2,1),opacity .3s,padding .4s cubic-bezier(.4,0,.2,1);display:flex}.top-nav-theme-toggle{justify-content:flex-end;display:flex}.top-nav-logo-svg{height:28px!important;margin-right:.35rem!important}.logo-desktop-text{font-size:.92rem!important}.top-nav-inner .top-nav-user-menu,.top-nav-inner .top-nav-auth-links{display:none!important}.mobile-only-user-menu-wrapper .top-nav-user-menu{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;width:100%;margin-left:0;display:flex}.mobile-only-user-menu-wrapper .top-nav-user-menu .user-menu-dropdown{margin-left:auto}.mobile-only-user-menu-wrapper .top-nav-auth-links{justify-content:flex-start;align-items:center;gap:1rem;width:100%;margin-left:0;display:flex}}@media (min-width:769px) and (max-width:1023px){.top-nav-inner .top-nav-logo{white-space:nowrap;max-width:400px;transition:max-width .4s cubic-bezier(.4,0,.2,1),opacity .3s,margin .4s cubic-bezier(.4,0,.2,1)}.top-nav-inner .top-nav-actions{max-width:500px;transition:max-width .4s cubic-bezier(.4,0,.2,1),opacity .3s,margin .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.top-nav-inner .top-nav-search{transition:max-width .4s cubic-bezier(.4,0,.2,1)}.top-nav-inner .top-nav-actions,.top-nav-inner .top-nav-user-menu,.top-nav-inner .top-nav-auth-links{white-space:nowrap}.top-nav-inner .top-nav-actions>*,.top-nav-inner .top-nav-user-menu>*,.top-nav-inner .top-nav-auth-links>*{flex-shrink:0}:is(.top-nav-inner:has(.search-bar-input:focus) .top-nav-logo,.top-nav-inner:has(.search-active) .top-nav-logo){opacity:0;max-width:0;margin-right:-1rem;padding:0;overflow:hidden}:is(.top-nav-inner:has(.search-bar-input:focus) .top-nav-actions,.top-nav-inner:has(.search-active) .top-nav-actions){opacity:0;max-width:0;margin-left:-1rem;padding:0;overflow:hidden}:is(.top-nav-inner:has(.search-bar-input:focus) .top-nav-search,.top-nav-inner:has(.search-active) .top-nav-search){max-width:100%}}@media (max-width:640px){.legend-container{flex-direction:column!important;align-items:flex-start!important;gap:.8rem!important}}:root{--mobile-nav-safe-bottom:0px}@supports (-webkit-touch-callout:none){:root{--mobile-nav-safe-bottom:min(env(safe-area-inset-bottom,0px), 12px)}}.mobile-bottom-nav{display:none}@media (max-width:768px){.mobile-bottom-nav{background-color:var(--background);border-top:1px solid var(--border-subtle);padding:.5rem 0 calc(.3rem + var(--mobile-nav-safe-bottom));z-index:1000;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000008}.dark .mobile-bottom-nav{background-color:var(--glass-panel-heavy);border-top-color:var(--glass-border)}.mobile-nav-item{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.65rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}button.mobile-nav-item{cursor:pointer;background:0 0;border:none;font-family:inherit}.mobile-nav-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.mobile-nav-badge{background:var(--accent);color:#fff;border:1.5px solid var(--background);border-radius:9999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:800;line-height:1;display:flex;position:absolute;top:-4px;right:-7px;box-shadow:0 2px 4px #00000026}.mobile-nav-item:active{color:var(--foreground)}@media (hover:hover) and (pointer:fine){.mobile-nav-item:hover{color:var(--foreground)}}.mobile-nav-item.active,.mobile-nav-item.active .mobile-nav-icon{color:var(--accent)}.mobile-nav-item.accent-btn{color:var(--accent)!important}footer{padding-bottom:calc(2rem + 60px + var(--mobile-nav-safe-bottom))!important}}.scroll-to-top-btn{bottom:6rem;right:2rem}.floating-audio-wrapper{bottom:calc(5.25rem - 52px);right:2rem}.floating-compare-wrapper{bottom:10rem;right:2rem}.floating-compare-min{z-index:1000;background:var(--glass-bg);color:var(--primary);border:1px solid var(--primary);box-shadow:4px 4px 0px var(--primary);cursor:pointer;font-weight:700;font-family:var(--font-hanken);border-radius:4px;align-items:center;gap:.8rem;padding:.8rem 1.5rem;transition:all .2s;animation:.3s ease-out slideUp;display:flex;position:fixed}@media (hover:hover) and (pointer:fine){.floating-compare-min:hover{background:var(--background);box-shadow:2px 2px 0px var(--primary);transform:translate(2px,2px)}}.floating-compare-min-text{opacity:.9;align-items:center;gap:4px;font-size:.85rem;line-height:1;display:inline-flex}.floating-compare-min-text svg{display:block}.floating-compare-max{z-index:1000;background:var(--glass-bg);border:1px solid var(--primary);box-shadow:6px 6px 0px var(--primary);border-radius:8px;flex-direction:column;gap:1rem;min-width:250px;padding:1.5rem;animation:.3s ease-out slideUp;display:flex;position:fixed}.dark .floating-compare-max{background:var(--background);border-color:var(--foreground);box-shadow:6px 6px 0px var(--foreground)}.floating-compare-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.floating-compare-title{font-family:var(--font-bricolage);color:var(--primary);margin:0;font-size:1.1rem;font-weight:700}.dark .floating-compare-title{color:var(--foreground)}.floating-compare-hide-btn{border:1px solid var(--outline);color:var(--primary);font-family:var(--font-hanken);cursor:pointer;background:0 0;border-radius:2px;align-items:center;gap:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600;line-height:1;transition:all .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.floating-compare-hide-btn:hover{background:var(--primary);color:var(--background)}}.dark .floating-compare-hide-btn{color:var(--foreground)}.floating-compare-hide-btn svg{display:block}.floating-compare-list{font-family:var(--font-hanken);color:var(--primary);flex-direction:column;gap:.5rem;margin:0;padding:0;font-size:.95rem;list-style:none;display:flex}.dark .floating-compare-list{color:var(--foreground)}.floating-compare-add-btn{background:var(--input-bg);border:1px solid var(--accent);cursor:pointer;color:var(--accent);font-family:var(--font-mono);border-radius:4px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:.75rem;padding:.6rem;font-size:13px;font-weight:500;transition:all .2s;display:flex}@media (min-width:769px){@media (hover:hover) and (pointer:fine){.floating-compare-add-btn:hover{border-color:var(--primary);background:var(--hover-bg);color:var(--primary)}}}.floating-compare-add-btn svg{display:block}.floating-compare-item{align-items:center;display:flex}.floating-compare-check{font-family:var(--font-mono);color:inherit;margin-right:.3rem;font-weight:600}.floating-compare-remove-btn{color:var(--danger);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;margin-right:.4rem;padding:0;transition:opacity .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.floating-compare-remove-btn:hover{opacity:1}}.floating-compare-remove-btn svg{display:block}.floating-compare-actions{gap:.5rem;margin-top:.5rem;display:flex}.floating-compare-btn-clear{font-size:.85rem;font-family:var(--font-mono);box-shadow:2px 2px 0px var(--danger);cursor:pointer;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:4px;padding:.6rem;font-weight:600;transition:all .2s;display:inline-flex;background-color:var(--danger)!important;color:#fff!important;border:1px solid var(--danger)!important}@media (hover:hover) and (pointer:fine){.floating-compare-btn-clear:hover{box-shadow:1px 1px 0px var(--danger);transform:translate(1px,1px);color:#fff!important;background-color:#a61717!important;border-color:#a61717!important}}.dark .floating-compare-btn-clear{box-shadow:2px 2px 0px var(--danger);background-color:var(--danger)!important;color:#fff!important;border-color:var(--danger)!important}@media (hover:hover) and (pointer:fine){.dark .floating-compare-btn-clear:hover{box-shadow:1px 1px 0px var(--danger);background-color:#a61717!important;border-color:#a61717!important}}.floating-compare-btn-submit{font-size:.85rem;font-family:var(--font-mono);text-align:center;background-color:var(--primary);color:var(--background);border:1px solid var(--primary);box-shadow:2px 2px 0px var(--primary);border-radius:4px;flex:2;padding:.6rem;font-weight:600;transition:all .2s}@media (min-width:769px){@media (hover:hover) and (pointer:fine){.floating-compare-btn-submit:hover{background-color:var(--primary-hover);color:var(--background);box-shadow:1px 1px 0px var(--primary);transform:translate(1px,1px)}}}.dark .floating-compare-btn-submit{background-color:var(--foreground);color:var(--background);border-color:var(--foreground);box-shadow:2px 2px 0px var(--foreground)}@media (min-width:769px){@media (hover:hover) and (pointer:fine){.dark .floating-compare-btn-submit:hover{color:var(--background);box-shadow:1px 1px 0px var(--foreground);background-color:#e4e4e7}}}.compare-add-btn{cursor:pointer;z-index:10;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:14px;justify-content:center;align-items:center;gap:4px;width:auto;height:28px;padding:0 8px;transition:all .2s;display:flex;position:absolute;top:10px;left:10px;color:var(--accent)!important;font-family:var(--font-mono)!important;font-size:11px!important;font-weight:500!important}@media (min-width:769px){@media (hover:hover) and (pointer:fine){.compare-add-btn:hover{background:var(--glass-bg-hover);color:var(--primary)!important}}}.compare-add-btn.active{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}@media (min-width:769px){@media (hover:hover) and (pointer:fine){.compare-add-btn.active:hover{background:rgba(var(--accent-rgb), .08)!important;border-color:var(--accent)!important;color:var(--accent)!important}}}.admin-form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.global-breadcrumb-wrapper{background:0 0;width:100%;padding:1rem 0 0}.breadcrumb-nav{color:var(--text-muted);flex-wrap:nowrap;align-items:center;gap:.5rem;width:100%;font-size:.85rem;display:flex}.breadcrumb-link{color:var(--text-muted);white-space:nowrap;flex-shrink:0;text-decoration:none;transition:color .2s}@media (hover:hover) and (pointer:fine){.breadcrumb-link:hover{color:var(--primary)}}.breadcrumb-current{color:var(--foreground);flex:1;min-width:0;font-weight:500;display:block;overflow:hidden;container-type:inline-size}.breadcrumb-current-text{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:100cqw;transition:transform 1.5s ease-in-out;display:inline-block;overflow:hidden;transform:translate(0)}@media (hover:hover) and (pointer:fine){.breadcrumb-nav:hover .breadcrumb-current-text,.breadcrumb-current:hover .breadcrumb-current-text{text-overflow:clip;max-width:none;transform:translate(min(0px,100cqw - 100%))}}.breadcrumb-current.is-scrolling .breadcrumb-current-text{text-overflow:clip;max-width:none;transform:translate(min(0px,100cqw - 100%))}.breadcrumb-separator{opacity:.5;flex-shrink:0}.page-main{flex-direction:column;display:flex}.page-layout{gap:1.5rem;margin-top:1.5rem;display:flex}.page-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.auth-layout{flex-direction:column;gap:1.5rem;max-width:600px;margin:4rem auto 6rem;padding:0 1rem;display:flex}.empty-state{text-align:center;grid-column:1/-1;padding:4rem}.empty-state-desc{color:var(--text-muted)}.pagination-container{justify-content:center;gap:.5rem;width:100%;margin-top:3rem;display:flex}.pagination-active{background-color:var(--foreground);color:var(--background);border:1px solid var(--foreground);box-shadow:none}.pagination-link{padding:.5rem 1rem}.pagination-link.disabled{pointer-events:none}@media (max-width:768px){.scroll-to-top-btn{bottom:calc(7.5rem + var(--mobile-nav-safe-bottom));right:1rem}.floating-audio-wrapper{bottom:calc(7.5rem + var(--mobile-nav-safe-bottom) - 52px - .6rem);right:1rem}.floating-compare-wrapper{bottom:calc(11.5rem + var(--mobile-nav-safe-bottom));right:1rem}}@media (hover:hover) and (pointer:fine){.category-card:hover .category-box{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.dark .category-card:hover .category-box{background:var(--glass-panel-heavy);box-shadow:0 20px 40px #00000080}.category-card:hover .icon-container{transform:scale(1.1)translateY(-5px)}.category-card:hover .category-glow{opacity:.25!important}.dark .category-card:hover .category-glow{opacity:.35!important}}.category-svg-wrapper{justify-content:center;align-items:center;display:flex}.category-svg-wrapper svg{stroke-width:1.5px!important;width:40px!important;height:40px!important}.categories-header{text-align:center;margin-bottom:4rem}.categories-title{margin-top:1rem;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.categories-desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem;display:grid}.category-card-link{text-decoration:none;display:block}.category-box-content{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);aspect-ratio:1;box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.category-glow-bg{filter:blur(60px);opacity:.1;z-index:0;width:150px;height:150px;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.category-icon-bg{color:#fff;z-index:1;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.category-name-text{color:var(--foreground);z-index:1;text-align:center;margin:0;font-size:1.25rem;font-weight:700}.category-seo-desc{color:var(--text-muted);text-align:center;z-index:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.75rem 0 0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.category-tiles-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.25rem;display:grid}.category-tile{--tile-color:var(--cat-color,var(--accent));aspect-ratio:1;background:color-mix(in srgb, var(--tile-color) 12%, #fff);border:1px solid color-mix(in srgb, var(--tile-color) 20%, transparent);transition:var(--transition);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;padding:1rem .65rem;text-decoration:none;display:flex}.dark .category-tile{background:color-mix(in srgb, var(--tile-color) 22%, #131313);border-color:color-mix(in srgb, var(--tile-color) 34%, transparent)}.category-tile-icon{color:var(--tile-color);justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.175,.885,.32,1.275);display:flex}.dark .category-tile-icon{color:color-mix(in srgb, var(--tile-color) 75%, #fff)}.category-tile-icon svg,.category-tile-icon .category-svg-wrapper svg{stroke-width:1.6px!important;width:52px!important;height:52px!important}.category-tile-name{text-align:center;color:var(--foreground);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.category-tile.brand-tile{border-color:var(--glass-border);background:#fff}.dark .category-tile.brand-tile{border-color:var(--glass-border);background:#171717}.brand-tile-logo-box{width:90px;max-width:100%;height:44px;display:block;position:relative}.brand-tile-logo{object-fit:contain;transition:transform .35s cubic-bezier(.175,.885,.32,1.275)}.dark .brand-tile-logo{filter:brightness(0)invert()}.brand-tile-initial{font-family:var(--font-bricolage), sans-serif;color:var(--text-muted);font-size:1.75rem;font-weight:800;line-height:1}@media (hover:hover) and (pointer:fine){.category-tile:hover{background:color-mix(in srgb, var(--tile-color) 18%, #fff);border-color:color-mix(in srgb, var(--tile-color) 45%, transparent);box-shadow:0 12px 24px -10px color-mix(in srgb, var(--tile-color) 60%, transparent);transform:translateY(-4px)}.dark .category-tile:hover{background:color-mix(in srgb, var(--tile-color) 30%, #131313);box-shadow:0 12px 24px -10px #0009}.category-tile:hover .category-tile-icon{transform:scale(1.08)}.category-tile.brand-tile:hover{border-color:color-mix(in srgb, var(--foreground) 28%, transparent);background:#fff;box-shadow:0 12px 24px -10px #18181659}.dark .category-tile.brand-tile:hover{border-color:color-mix(in srgb, var(--foreground) 28%, transparent);background:#1c1c1c;box-shadow:0 12px 24px -10px #0009}}@media (max-width:1024px){.category-tiles-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-tile{border-radius:18px;gap:.7rem}.category-tile-icon svg,.category-tile-icon .category-svg-wrapper svg{width:44px!important;height:44px!important}.brand-tile-logo-box{width:76px;height:38px}.brand-tile-initial{font-size:1.5rem}.category-tile-name{font-size:.85rem}}@media (max-width:768px){.category-tiles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.category-tile{border-radius:14px;gap:.5rem;padding:.6rem .4rem}.category-tile-icon svg,.category-tile-icon .category-svg-wrapper svg{width:36px!important;height:36px!important}.brand-tile-logo-box{width:64px;height:30px}.brand-tile-initial{font-size:1.25rem}.category-tile-name{font-weight:600;line-height:1.2;font-size:.8rem!important}}.category-detail-header{text-align:left;align-items:center;gap:1.25rem;margin:1.5rem 0;display:flex}.category-detail-logo-box{background:var(--glass-panel-heavy);border:1px solid var(--glass-border);width:64px;height:64px;color:var(--accent);box-shadow:var(--card-shadow);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.category-detail-logo-box svg{width:32px;height:32px}.category-detail-title{margin-bottom:.25rem;font-size:2rem}.category-detail-desc{color:var(--text-muted);max-width:600px;margin:0;font-size:1.05rem}@media (max-width:768px){.category-detail-header{text-align:center;flex-direction:column;gap:1rem;margin-bottom:2rem}}.category-seo-section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:2rem}.category-seo-title{margin-bottom:1rem;font-size:1.5rem}.category-seo-content{color:var(--text-muted);white-space:pre-wrap;font-size:.95rem;line-height:1.6}.filter-remove-icon{color:#fff;opacity:.8;align-items:center;display:flex}.product-top-grid{grid-template-columns:1fr;gap:2rem;margin-top:1rem;display:grid}@media (min-width:1024px){.product-top-grid{grid-template-columns:1fr 1fr}}.product-versions-wrap,.product-alternatives-section{margin-top:1.5rem}.product-versions-alternatives-grid{grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;display:grid}@media (min-width:1024px){.product-versions-alternatives-grid{grid-template-columns:1fr 1fr}}.product-versions-alternatives-grid--single{grid-template-columns:1fr!important}.product-image-col{flex-direction:column;display:flex}.product-meta-col{flex-direction:column;gap:1.5rem;display:flex}.product-ai-summary-container,.product-tech-specs-fullwidth{width:100%;margin-top:1.5rem}@media (min-width:768px){.product-features-list.two-cols{column-count:2;column-gap:3rem}.product-features-list.two-cols>div{break-inside:avoid;width:100%;display:inline-block}}.product-image-container{background:var(--glass-panel-heavy);flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;position:relative}.product-image-container .compare-add-btn{top:16px;left:16px}.product-image-container .favorite-btn{top:16px;right:16px}.product-image-container .slider-wrap{margin-top:1.5rem}.ai-score-badge-corner{z-index:10;position:absolute;bottom:16px;left:16px}.product-title-group{flex-direction:column;gap:.35rem;display:flex}.product-breadcrumb-meta{align-items:center;gap:1rem;margin-top:0;display:flex}.product-hero-stats{border-radius:16px;align-items:center;gap:2rem;padding:1.25rem 2rem;display:flex}.product-hero-stats-score{flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-hero-stats-rating{flex:1;min-width:0}.product-hero-stats-share{flex-shrink:0;align-items:center;display:flex}.product-share-inline{align-items:center;gap:12px;display:flex}@media (max-width:640px){.product-hero-stats{text-align:center;flex-direction:column-reverse;align-items:center;gap:1rem;padding:1rem}.product-hero-stats-share{justify-content:center}}.product-brand-link{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.product-category-link{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.product-view-meta{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;display:flex}.product-main-title{font-family:var(--font-bricolage), sans-serif;letter-spacing:-.02em;color:var(--foreground);margin-bottom:0;font-weight:800;line-height:1.2;font-size:1.8rem!important}@media (max-width:768px){.product-main-title{font-size:1.4rem!important}}.product-rating-wrap{margin-bottom:2rem}.product-rating-slider-under{align-items:center;gap:12px;margin-top:.5rem;display:flex}.product-prices-container{width:100%;margin-top:2rem;overflow:hidden}.product-ad-container{background:var(--glass-bg);justify-content:center;align-items:center;padding:2rem;display:flex}.product-ad-img{border:1px solid var(--border-subtle);border-radius:4px;max-width:100%;height:auto}.product-section-title{font-family:var(--font-bricolage);letter-spacing:-.02em;color:var(--foreground);border-bottom:2px solid var(--border-subtle);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.2;display:flex}.product-section-title:before{content:"//";font-family:var(--font-jetbrains), monospace;color:var(--accent);opacity:.9;margin-right:.25rem;font-size:1.75rem;font-weight:700}.product-sidebar-title{letter-spacing:-.02em;color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:800;line-height:1.3}.product-comments-outer-wrap{margin-top:3rem}.product-comments-wrap{flex-direction:column;gap:2rem;display:flex}.product-comments-empty{text-align:center;color:var(--text-muted);padding:3rem}.product-comment-list{flex-direction:column;gap:1.5rem;display:flex}.product-comment-item{padding:1.5rem}.product-comment-header{justify-content:space-between;margin-bottom:1rem;display:flex}.product-comment-author{color:var(--primary);font-weight:500}.product-comment-date{color:var(--text-muted);font-size:.85rem}.product-comment-content{white-space:pre-wrap;line-height:1.6}.product-sidebar-sticky{flex-direction:column;align-self:flex-start;gap:1.25rem;width:100%;min-width:0;display:flex;position:sticky;top:2rem}.product-versions-container{width:100%;min-width:0;margin-top:.5rem;margin-bottom:1.25rem}@media (min-width:1024px){.product-versions-container{margin-top:0;margin-bottom:0}}.product-versions-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1.5px;z-index:1;border-top-left-radius:6px;border-top-right-radius:6px;align-items:center;margin-bottom:-1px;margin-left:.75rem;padding:.2rem .75rem;font-size:.65rem;font-weight:800;display:inline-flex;box-shadow:0 -2px 4px #0000000d}.product-features-grid{column-count:1;column-rule:none;column-gap:3rem;display:block}.feature-group-column{break-inside:avoid;border-bottom:1px solid var(--border-subtle);flex-direction:column;margin-bottom:2rem;padding-bottom:2rem;display:flex}.feature-group-column:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media (min-width:640px){.product-features-grid{column-count:2;column-rule:1px solid var(--border-subtle)}}@media (min-width:768px){.product-features-grid{column-count:3;column-rule:1px solid var(--border-subtle)}.feature-group-column{border-bottom:none!important;padding-bottom:0!important}}@media (min-width:1024px){.product-features-grid{column-count:4;column-rule:1px solid var(--border-subtle)}}.feature-group-column .expandable-feature-row:last-child{border-bottom:none}.feature-group-title{font-family:var(--font-bricolage);color:var(--accent);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.feature-group-icon{object-fit:contain;width:20px;height:20px}.product-suspense-fallback{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.product-ai-fallback{min-height:500px;margin-bottom:2rem}@media (min-width:768px){.product-ai-fallback{min-height:350px}}.product-video-fallback{height:400px;margin-top:2rem}.product-similar-section{margin-top:3rem}.recently-viewed-section{margin-top:3rem;margin-bottom:2.5rem}.compare-title{font-family:var(--font-bricolage), sans-serif;letter-spacing:-.02em;color:var(--foreground);text-align:center;margin:1.5rem 0;font-weight:800;line-height:1.2;font-size:1.8rem!important}.compare-result-box{border-radius:24px;align-items:center;gap:1.5rem;display:flex;position:relative;overflow:hidden}.compare-tie-icon{background:#64748b1a;border:2px solid #64748b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.2rem;display:flex;box-shadow:0 4px 15px #0000000d}.compare-result-title{color:var(--foreground);margin-bottom:.4rem;font-size:1.2rem;font-weight:700}.compare-result-desc{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.compare-winner-icon{border:1px solid var(--glass-border);background:var(--glass-bg);width:84px;height:84px;box-shadow:var(--card-shadow);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.compare-winner-badge{background:var(--accent);color:#fff;border:2px solid var(--glass-bg);width:28px;height:28px;box-shadow:var(--card-shadow);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-8px;right:-8px}.compare-winner-content{z-index:1;flex:1;justify-content:space-between;align-items:center;gap:1rem;display:flex}.compare-winner-left{flex-direction:column;align-items:flex-start;display:flex}.compare-winner-score-wrap{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.compare-similarity-icon{flex-shrink:0;width:90px;height:90px;position:relative}.compare-similarity-svg{overflow:visible;transform:rotate(-90deg)}.compare-similarity-circle{filter:drop-shadow(0 0 6px rgba(var(--accent-rgb), .4));transition:stroke-dashoffset 1.5s ease-out}.compare-similarity-text{color:var(--foreground);justify-content:center;align-items:center;font-size:1.6rem;font-weight:800;display:flex;position:absolute;inset:0}.compare-similarity-desc{color:var(--text-muted);max-width:320px;margin:0;font-size:.95rem;line-height:1.5}.compare-empty-wrap{text-align:center;padding:4rem}.compare-empty-title{color:var(--text-muted);margin-bottom:1rem}.compare-th-specs{background:var(--table-th-bg);vertical-align:middle;width:20%}.compare-th-title-wrap{flex-direction:column;align-items:flex-start;gap:.75rem;padding-left:.5rem;display:flex}.compare-th-title{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.compare-toggle-btn{font-family:var(--font-mono);letter-spacing:.05em;background:var(--background);white-space:nowrap;border-radius:4px;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:11px;font-weight:500;display:inline-flex}.compare-product-th{text-align:center;vertical-align:bottom;padding:1.5rem 1rem}.compare-product-flex{flex-direction:column;align-items:center;gap:.75rem;display:flex}.compare-product-img{object-fit:contain;background:#fff;border-radius:8px;width:80px;height:80px;padding:4px}.compare-header-img-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:8px;margin-bottom:8px;display:flex}.compare-header-img-wrapper .remove-compare-btn{margin-top:0}.compare-img-container{flex-shrink:0;justify-content:center;align-items:center;height:70px;display:flex;position:relative}.compare-product-header-img{object-fit:contain;object-position:center;width:auto;height:70px;margin:0}.compare-product-header-img-empty{height:70px;color:var(--text-muted);justify-content:center;align-items:center;margin:0;font-size:.85rem;display:flex}.compare-score-badge{color:#fff;z-index:5;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 5px;font-size:11px;font-weight:800;line-height:1;display:flex;position:absolute;top:-6px;right:-10px;box-shadow:0 2px 5px #0003}.compare-score-badge.score-high{background-color:var(--ai-score-excellent)}.compare-score-badge.score-medium{background-color:var(--ai-score-good)}.compare-score-badge.score-low{background-color:var(--danger,#ef4444)}.compare-product-img-empty{background:var(--image-placeholder-bg);border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.compare-product-title{font-family:var(--font-ui);color:var(--foreground);text-transform:none;text-align:center;font-size:14px;font-weight:700;line-height:1.3;display:block}.compare-product-brand{font-size:12px;font-family:var(--font-ui);color:var(--text-muted);margin-top:.15rem}.compare-td-label{font-family:var(--font-ui);color:var(--foreground);letter-spacing:.02em;white-space:nowrap;font-size:13px;font-weight:700}.compare-td-value{text-align:center;color:var(--foreground)}.compare-td-val-flex{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.compare-winner-svg{flex-shrink:0}.compare-group-th{font-family:var(--font-ui);color:var(--foreground);background:var(--background);text-align:left;border-top:2px solid var(--border-subtle);letter-spacing:.01em;border-bottom:none;padding:1.25rem 1rem .75rem;font-size:14px;font-weight:700}.compare-group-th:first-child{border-top:none}.compare-group-icon-wrap{align-items:center;gap:.5rem;display:flex}.compare-group-icon{object-fit:contain;opacity:.7;width:18px;height:18px}.compare-similar-section{padding-top:3rem}.compare-similar-title{margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.compare-similar-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.compare-faq-section{padding-top:3rem}.forum-export{flex:1;min-width:0;display:flex;position:relative}.forum-export-panel{z-index:40;flex-direction:column;gap:.75rem;width:min(600px,100vw - 2rem);padding:1rem;display:flex;position:absolute;top:calc(100% + 8px);left:auto;right:0}.forum-export-tabs{gap:6px;display:flex}.forum-export-tab{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:5px 14px;font-size:.85rem}.forum-export-tab.active{border-color:var(--accent);color:var(--accent);background:var(--hover-bg)}.forum-export-hint{color:var(--text-muted);margin:0;font-size:.8rem}.forum-export-text{width:100%;min-width:0;font-family:var(--font-jetbrains), monospace;border:1px solid var(--glass-border);background:var(--input-bg);color:var(--foreground);resize:vertical;white-space:pre;border-radius:10px;padding:.75rem;font-size:.8rem;line-height:1.45;overflow-x:auto}.forum-export-copy{align-self:flex-start}@media (max-width:640px){.forum-export{flex:100%}.forum-export-panel{width:100%}}.compare-seo-wrap{padding-top:3rem}.compare-seo-title{margin-bottom:.5rem;font-size:1.8rem}.compare-seo-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.compare-seo-link{color:var(--foreground);border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.compare-seo-link-title{font-size:.9rem}.compare-seo-link-arrow{color:var(--primary);margin-left:auto;padding-left:1rem;font-weight:700}.recent-header{text-align:center;margin-bottom:3rem}.recent-title{margin-bottom:1rem;font-size:2.5rem}.recent-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.recent-empty-wrap{text-align:center;padding:4rem}.recent-empty-title{color:var(--text-muted)}.recent-empty-desc{margin-top:1rem}.recent-empty-btn{margin-top:1.5rem}.recent-grid{grid-template-columns:repeat(auto-fill,minmax(min(350px,100%),1fr));gap:2rem;display:grid}.recent-link{color:inherit;text-decoration:none;display:block}.recent-card-wrap{cursor:pointer;flex-direction:column;align-items:center;height:100%;padding:2rem 1.5rem;display:flex}.recent-images-row{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.recent-img-wrap{flex:1;justify-content:center;display:flex}.recent-img{object-fit:contain;background:#fff;border-radius:12px;width:100px;height:100px;padding:.5rem}.recent-img-empty{background:var(--image-placeholder-bg);width:100px;height:100px;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;font-size:.8rem;display:flex}.recent-vs-badge{background:var(--glass-panel-heavy);border:2px solid var(--glass-border);width:40px;height:40px;color:var(--text-muted);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 -10px;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 2px 8px #0000001f}.recent-names-col{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.recent-name{text-align:center;color:var(--foreground);font-size:1.1rem;font-weight:600}.recent-divider-wrap{align-items:center;gap:1rem;width:100%;margin:.5rem 0;display:flex}.recent-divider-line{background:var(--glass-border);flex:1;height:1px}.recent-divider-text{color:var(--text-muted);letter-spacing:1px;font-size:.75rem;font-weight:700}.recent-footer{color:var(--text-muted);justify-content:space-between;align-items:center;width:100%;margin-top:1.5rem;font-size:.8rem;display:flex}.recent-footer-item{align-items:center;gap:.5rem;display:flex}.my-comp-title{margin-bottom:.5rem;font-size:2.2rem}.my-comp-subtitle{color:var(--text-muted);margin-bottom:2.5rem}.my-comp-empty-wrap{text-align:center;padding:4rem}.my-comp-empty-icon{color:var(--text-muted);opacity:.5;margin:0 auto 1.5rem}.my-comp-empty-title{color:var(--foreground);margin-bottom:1rem;font-size:1.3rem}.my-comp-empty-btn{margin-top:2rem}.my-comp-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.my-comp-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.my-comp-card-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.my-comp-date{color:var(--text-muted);font-size:.85rem}.my-comp-review-btn{padding:.4rem 1rem;font-size:.85rem}.my-comp-products-wrap{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.my-comp-product-item{align-items:center;gap:1rem;display:flex}.my-comp-product-img{object-fit:contain;border:1px solid var(--border-subtle);background:#fff;border-radius:8px;width:60px;height:60px;padding:4px}.my-comp-product-img-empty{background:var(--image-placeholder-bg);width:60px;height:60px;color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;display:flex}.my-comp-product-name{color:var(--foreground);font-size:1rem;font-weight:600;text-decoration:none}.my-comp-product-brand{color:var(--text-muted);font-size:.8rem}.my-comp-vs{color:var(--text-muted);opacity:.5;margin-left:2rem;font-style:italic;font-weight:800}.auth-modal-icon{margin-bottom:-1rem;font-size:3rem}.auth-modal-title{color:var(--foreground);margin-top:.5rem;font-size:1.5rem}.auth-modal-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.cursor-wait{cursor:wait}.cursor-pointer{cursor:pointer}.toast-notification{-webkit-backdrop-filter:blur(12px);color:#f4f1e6;z-index:99999;background-color:#181816eb;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;animation:.3s ease-out toastFadeIn;display:flex;position:fixed;bottom:2.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 40px -10px #0000004d}.toast-success{border:1px solid #10b9814d;border-left:4px solid #10b981}.toast-warning{border:1px solid #f59e0b4d;border-left:4px solid #f59e0b}.toast-error{border:1px solid #ef44444d;border-left:4px solid #ef4444}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%,1rem)}to{opacity:1;transform:translate(-50%)}}@keyframes duplicateFlash{0%,to{background-color:#ef444414;border-color:#ef4444;box-shadow:0 0 #ef444400}50%{background-color:#ef444433;border-color:#dc2626;box-shadow:0 0 12px 2px #ef44444d}}.cat-sidebar{flex-shrink:0;width:270px}.cat-sidebar-panel{border-radius:20px;padding:1.2rem}.cat-sidebar-header{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.cat-sidebar[data-open=closed] .cat-sidebar-header{border-bottom:none;margin-bottom:0;padding-bottom:0}.cat-sidebar[data-open=closed] .cat-sidebar-nav{display:none}.cat-sidebar[data-open=closed] .cat-sidebar-toggle-icon{transform:none}@media (max-width:768px){.cat-sidebar[data-open=auto] .cat-sidebar-header{border-bottom:none;margin-bottom:0;padding-bottom:0}.cat-sidebar[data-open=auto] .cat-sidebar-nav{display:none}.cat-sidebar[data-open=auto] .cat-sidebar-toggle-icon{transform:none}}.cat-sidebar-title-wrap{align-items:center;gap:1rem;display:flex}.cat-sidebar-icon-wrap{background:rgba(var(--accent-rgb), .08);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.cat-sidebar-icon-wrap svg{stroke:var(--accent)!important}.dark .cat-sidebar-icon-wrap{background:rgba(var(--accent-rgb), .15)}.cat-sidebar-title-col{flex-direction:column;gap:.2rem;display:flex}.cat-sidebar-title{color:var(--foreground);margin:0;padding:0;font-size:1rem;font-weight:700}.cat-sidebar-toggle-text{color:var(--primary);align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;display:flex}.cat-sidebar-toggle-icon{transition:transform .2s;transform:rotate(180deg)}.cat-sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.cat-sidebar-link{color:var(--text-muted);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.cat-sidebar-link:hover{background:var(--hover-bg);color:var(--foreground)}}.cat-sidebar-link.active{color:var(--primary);background:var(--hover-bg)}.cat-sidebar-icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.cat-sidebar-icon svg{stroke:currentColor;opacity:.7;transition:opacity .2s;stroke-width:2px!important;width:22px!important;height:22px!important}.cat-sidebar-link.active .cat-sidebar-icon svg{opacity:1}@media (hover:hover) and (pointer:fine){.cat-sidebar-link:hover .cat-sidebar-icon svg{opacity:1}}.cat-sidebar-text{font-size:.95rem;font-weight:500}.ai-summary-panel,.ai-summary-panel-error{border-left:4px solid var(--primary);margin:2rem 0}.ai-summary-title{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ai-verdict-container{background:var(--card-bg);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:8px;align-items:center;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;padding:1.25rem;display:flex;box-shadow:0 4px 12px #00000008}.ai-verdict-container.loading{color:var(--text-muted);border-left-color:var(--border);justify-content:center;font-weight:500}.ai-verdict-spinner{color:var(--accent);animation:1s linear infinite ai-spin}.ai-verdict-card{flex-direction:column;gap:.5rem;margin-top:1.5rem;margin-bottom:2rem;display:flex}.ai-verdict-header{align-items:center;gap:.5rem;display:flex}.ai-verdict-header-icon{width:20px;height:20px;stroke:var(--accent);color:var(--accent);flex-shrink:0}.ai-verdict-title{font-family:var(--font-bricolage);color:var(--primary);margin:0;font-size:1.1rem;font-weight:700}.ai-verdict-text{color:var(--foreground);margin:0;font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.5}.ai-summary-desc{color:var(--text-muted)}.ai-summary-text{color:var(--foreground);font-size:1rem;line-height:1.7}.ai-audio-player-wrapper{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--card-shadow);box-sizing:border-box;width:100%;transition:var(--transition);align-items:center;gap:.85rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.ai-audio-player-wrapper.is-playing{border-color:var(--accent)}.ai-audio-play-btn{background:var(--primary);width:44px;min-width:44px;height:44px;color:var(--background);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s cubic-bezier(.34,1.56,.64,1),opacity .15s;display:flex}.ai-audio-play-btn:hover:not(:disabled){opacity:.88;transform:scale(1.06)}.ai-audio-play-btn:active:not(:disabled){transform:scale(.96)}.ai-audio-play-btn:disabled{opacity:.6;cursor:wait}.ai-audio-spinner-small{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite ai-spin;display:inline-block}.ai-audio-content{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.ai-audio-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ai-audio-title-group{align-items:center;gap:.4rem;display:flex}.ai-audio-badge{background:rgba(var(--accent-rgb), .1);width:22px;height:22px;color:var(--accent);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ai-audio-title{color:var(--foreground);letter-spacing:-.01em;font-size:.88rem;font-weight:600}.ai-audio-wave{align-items:flex-end;gap:2px;height:12px;margin-left:.25rem;display:flex}.ai-audio-wave .wave-bar{background:var(--accent);border-radius:2px;width:2.5px;animation:1s ease-in-out infinite alternate audio-wave-anim}.ai-audio-wave .wave-bar:first-child{height:60%;animation-delay:0s}.ai-audio-wave .wave-bar:nth-child(2){height:100%;animation-delay:.2s}.ai-audio-wave .wave-bar:nth-child(3){height:40%;animation-delay:.4s}@keyframes audio-wave-anim{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.ai-audio-controls-right{align-items:center;gap:.35rem;display:flex}.ai-audio-action-btn{background:var(--hover-bg);width:26px;height:26px;color:var(--foreground);border:1px solid var(--glass-border);cursor:pointer;opacity:.8;box-sizing:border-box;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.ai-audio-action-btn:hover:not(:disabled){opacity:1;background:var(--heavy-bg);transform:translateY(-1px)}.ai-audio-action-btn:disabled{opacity:.3;cursor:not-allowed}.ai-audio-action-btn.is-active{color:var(--danger);background:var(--danger-bg);opacity:1}.ai-audio-time{font-family:var(--font-mono);color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:.2rem;font-size:.75rem;font-weight:500}.ai-audio-speed-btn{height:26px;font-family:var(--font-mono);background:var(--hover-bg);color:var(--foreground);border:1px solid var(--glass-border);cursor:pointer;box-sizing:border-box;border-radius:6px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.72rem;font-weight:700;transition:all .15s;display:inline-flex}.ai-audio-speed-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.ai-audio-progress-area{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;padding:.35rem 0}.ai-audio-progress-track{background:var(--heavy-bg);border-radius:999px;height:8px;transition:height .15s,background .15s;position:relative;overflow:visible}.ai-audio-progress-area.is-dragging .ai-audio-progress-track{height:10px}.ai-audio-progress-fill{background:var(--accent);pointer-events:none;border-radius:999px;height:100%;position:absolute;top:0;left:0}.ai-audio-progress-thumb{background:var(--background);border:3px solid var(--accent);border-radius:50%;width:14px;height:14px;transition:transform .15s,box-shadow .15s;position:absolute;top:50%;right:-7px;transform:translateY(-50%);box-shadow:0 2px 6px #00000040}.ai-audio-player-wrapper.is-playing .ai-audio-progress-thumb{animation:1.6s ease-in-out infinite ai-audio-thumb-pulse}@keyframes ai-audio-thumb-pulse{0%,to{box-shadow:0 2px 6px #00000040, 0 0 0 0 rgba(var(--accent-rgb), .45)}50%{box-shadow:0 2px 6px #00000040, 0 0 0 5px rgba(var(--accent-rgb), 0)}}@media (prefers-reduced-motion:reduce){.ai-audio-player-wrapper.is-playing .ai-audio-progress-thumb{animation:none}}.ai-audio-progress-area:hover .ai-audio-progress-thumb,.ai-audio-progress-area.is-dragging .ai-audio-progress-thumb{animation:none;transform:translateY(-50%)scale(1.15)}.dark .ai-audio-player-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ai-audio-transcript-notice{color:var(--text-muted,#737373);align-items:center;gap:6px;margin-top:8px;font-size:10px;transition:color .2s;display:flex}.ai-audio-transcript-notice:hover{color:var(--foreground)}@media (min-width:768px){.ai-audio-transcript-notice{font-size:11px}}.contact-form-wrap{max-width:600px;margin:0 auto;padding:2rem}.contact-form-success{text-align:center;max-width:600px;margin:0 auto;padding:3rem}.contact-form-icon-wrap{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.contact-form-title{margin-bottom:1rem}.contact-form-desc{color:var(--text-muted);margin-bottom:2rem}.contact-form-error{color:var(--danger);border:1px solid var(--danger);background:#ff00001a;border-radius:8px;padding:1rem}.contact-form-group{flex-direction:column;gap:1.5rem;display:flex}.contact-form-row{gap:1rem;display:flex}.contact-form-col{flex:1}.contact-form-label{margin-bottom:.5rem;font-weight:500;display:block}.contact-form-asterisk{color:var(--danger)}.contact-form-textarea{resize:vertical;width:100%;min-height:150px;padding:1rem;font-family:inherit}.contact-form-security-wrap{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;padding:1rem}.contact-form-security-row{align-items:center;gap:1rem;display:flex}.contact-form-security-text{font-size:1.2rem;font-weight:700}.contact-form-security-input{max-width:100px}.contact-form-submit{padding:1rem;font-size:1.05rem}.contact-form-submit:disabled{opacity:.7}.screen-tool{flex-direction:column;gap:1.5rem;display:flex}.screen-tool-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.screen-tool-tab{border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text-muted);cursor:pointer;border-radius:30px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.92rem;font-weight:600;transition:all .2s;display:inline-flex}.screen-tool-tab:hover{color:var(--foreground);border-color:color-mix(in srgb, var(--accent) 40%, transparent)}.screen-tool-tab.active{background:color-mix(in srgb, var(--accent) 18%, transparent);border-color:var(--accent);color:var(--accent)}.screen-tool-tab-count{opacity:.7;font-size:.75rem;font-weight:500}.screen-tool-pickers{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;padding:1.5rem;display:grid}@media (max-width:640px){.screen-tool-pickers{grid-template-columns:minmax(0,1fr)}}.screen-tool-hint,.screen-tool-empty{text-align:center;color:var(--text-muted);padding:2rem 1rem}.screen-tool-note{color:var(--text-muted);margin:-.5rem 0 0;font-size:.85rem}.screen-tool-modes{border:1px solid var(--glass-border);background:var(--glass-bg);border-radius:30px;align-self:flex-start;gap:.25rem;padding:.25rem;display:inline-flex}.screen-tool-mode{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:30px;padding:.45rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .2s}.screen-tool-mode.active{background:var(--accent);color:#fff}.screen-tool-manual{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.screen-tool-unit{align-items:center;gap:.75rem;display:flex}.screen-tool-unit-buttons{border:1px solid var(--glass-border);border-radius:20px;gap:.25rem;padding:.2rem;display:inline-flex}.screen-tool-unit-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:.3rem .9rem;font-size:.85rem;font-weight:600}.screen-tool-unit-btn.active{background:color-mix(in srgb, var(--accent) 18%, transparent);color:var(--accent)}.screen-tool-manual-inputs{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.screen-tool-manual-inputs{grid-template-columns:1fr}}.screen-tool-manual-field{align-items:center;display:flex;position:relative}.screen-tool-manual-field .input{width:100%;padding-right:3.2rem}.screen-tool-manual-unit{color:var(--text-muted);pointer-events:none;font-size:.85rem;position:absolute;right:1rem}.screen-tool-manual-conv{color:var(--text-muted);font-size:.8rem}.screen-tool-manual-error{color:var(--danger);font-size:.8rem}.screen-seo{gap:.5rem;margin-top:3rem;padding:2rem 2.5rem}@media (max-width:640px){.screen-seo{padding:1.5rem 1.25rem}}.screen-seo h2{margin:1.75rem 0 .25rem;font-size:1.25rem}.screen-seo h2:first-child{margin-top:0}.screen-seo p,.screen-seo li{color:var(--text-muted);line-height:1.75}.screen-seo ul{flex-direction:column;gap:.4rem;padding-left:1.25rem;display:flex}.screen-seo li{list-style:outside}.screen-seo a{color:var(--accent)}.screen-seo-faq{flex-direction:column;gap:1.1rem;display:flex}.screen-seo-faq-item dt{color:var(--foreground);margin-bottom:.3rem;font-weight:600}.screen-seo-faq-item dd{color:var(--text-muted);margin:0;line-height:1.75}.screen-seo-footer-links{border-top:1px solid var(--glass-border);margin-top:1.5rem;padding-top:1.5rem}.sar-tool{flex-direction:column;gap:1.25rem;display:flex}.sar-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (max-width:640px){.sar-stats{grid-template-columns:repeat(2,1fr)}}.sar-stat{border:1px solid var(--glass-border);background:var(--glass-bg);border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;padding:.9rem .5rem;display:flex}.sar-stat-value{color:var(--accent);font-size:1.25rem;font-weight:700}.sar-stat-label{color:var(--text-muted);text-align:center;font-size:.78rem}.sar-controls{grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:1.25rem;display:grid}@media (max-width:720px){.sar-controls{grid-template-columns:1fr}}.sar-control{flex-direction:column;gap:.4rem;display:flex}.sar-sort-btn{justify-content:center;width:100%}.sar-result-count{color:var(--text-muted);margin:0;font-size:.88rem}.sar-table-wrap{padding:0;overflow-x:auto}.sar-table{border-collapse:collapse;width:100%;font-size:.92rem}.sar-table th,.sar-table td{text-align:left;border-bottom:1px solid var(--glass-border);white-space:nowrap;padding:.7rem 1rem}.sar-table th{background:var(--table-th-bg);z-index:1;font-size:.85rem;font-weight:600;position:sticky;top:0}.sar-table tbody tr:last-child td{border-bottom:none}.sar-table tbody tr:hover{background:var(--hover-bg)}.sar-col-rank{width:3rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.sar-col-value{font-variant-numeric:tabular-nums}.sar-col-bar{width:140px}.sar-model-link{color:var(--foreground);white-space:normal;font-weight:500;text-decoration:none}.sar-model-link:hover{color:var(--accent)}.sar-badge{border-radius:6px;padding:.2rem .55rem;font-size:.85rem;font-weight:600;display:inline-block}.sar-badge.low{color:#059669;background:#10b98126}.sar-badge.mid{color:#2563eb;background:#3b82f626}.sar-badge.high{color:#b45309;background:#f59e0b2e}.sar-bar{background:var(--hover-bg);border-radius:4px;width:110px;height:8px;overflow:hidden}.sar-bar-fill{border-radius:4px;height:100%;display:block}.sar-bar-fill.low{background:#10b981}.sar-bar-fill.mid{background:#3b82f6}.sar-bar-fill.high{background:#f59e0b}.sar-legend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1rem;margin:0;font-size:.82rem;display:flex}.sar-legend-item{align-items:center;gap:.4rem;display:inline-flex}.sar-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.sar-dot.low{background:#10b981}.sar-dot.mid{background:#3b82f6}.sar-dot.high{background:#f59e0b}.sar-legend-note{flex-basis:100%}.sar-disclaimer{color:var(--text-muted);font-size:.82rem;font-style:italic}.tv-calc-inputs{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.tv-calc-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.tv-calc-row{grid-template-columns:1fr}}.tv-calc-range{width:100%;accent-color:var(--accent);cursor:pointer}.tv-calc-results{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (max-width:720px){.tv-calc-results{grid-template-columns:repeat(2,1fr)}}.tv-calc-result{border:1px solid var(--glass-border);background:var(--glass-bg);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1.1rem .75rem;display:flex}.tv-calc-result.primary{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.tv-calc-result-label{color:var(--text-muted);font-size:.78rem}.tv-calc-result-value{font-size:1.3rem;font-weight:700}.tv-calc-result.primary .tv-calc-result-value{color:var(--accent)}.tv-calc-breakdown{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.tv-calc-breakdown-title{margin:0;font-size:1.1rem}.tv-calc-split{flex-direction:column;gap:.7rem;display:flex}.tv-calc-split-bar{background:var(--hover-bg);border-radius:7px;width:100%;height:14px;display:flex;overflow:hidden}.tv-calc-split-fill{height:100%;display:block}.tv-calc-split-fill.active{background:var(--accent)}.tv-calc-split-fill.standby{background:#f59e0b}.tv-calc-split-legend{color:var(--text-muted);flex-wrap:wrap;gap:1.25rem;font-size:.85rem;display:flex}.tv-calc-split-legend span{align-items:center;gap:.4rem;display:inline-flex}.tv-calc-note{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.7}.tv-calc-tier{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}@media (max-width:480px){.tv-calc-tier{grid-template-columns:1fr}}.tv-calc-tier-btn{border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text-muted);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;gap:.2rem;padding:.75rem 1rem;transition:all .2s;display:flex}.tv-calc-tier-btn strong{color:var(--foreground);font-size:.92rem}.tv-calc-tier-btn span{font-size:.82rem}.tv-calc-tier-btn.active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.tv-calc-tier-btn.active strong,.tv-calc-tier-btn.active span{color:var(--accent)}.product-sar-outer{margin-top:3rem}.product-sar-panel{flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.product-sar-head{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.product-sar-value-wrap{background:var(--hover-bg);border-radius:14px;flex-shrink:0;align-items:baseline;gap:.35rem;padding:.9rem 1.4rem;display:flex}.product-sar-value{font-size:2.1rem;font-weight:700;line-height:1}.product-sar-value.low{color:#059669}.product-sar-value.mid{color:#2563eb}.product-sar-value.high{color:#b45309}.product-sar-unit{color:var(--text-muted);font-size:.9rem}.product-sar-summary{min-width:240px;color:var(--text-muted);flex:1;margin:0;line-height:1.7}.product-sar-scale{flex-direction:column;gap:.45rem;display:flex}.product-sar-track{background:var(--hover-bg);border-radius:6px;width:100%;height:12px;position:relative;overflow:hidden}.product-sar-fill{border-radius:6px;height:100%;display:block}.product-sar-fill.low{background:#10b981}.product-sar-fill.mid{background:#3b82f6}.product-sar-fill.high{background:#f59e0b}.product-sar-tick{background:var(--foreground);opacity:.45;width:2px;height:100%;position:absolute;top:0}.product-sar-scale-labels{color:var(--text-muted);justify-content:space-between;font-size:.76rem;display:flex}.product-sar-tick-label{margin-left:auto;margin-right:8%}.product-sar-note{color:var(--text-muted);margin:0;font-size:.86rem;line-height:1.7}.product-sar-cta{align-self:flex-start}.product-power-figures{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (max-width:720px){.product-power-figures{grid-template-columns:repeat(2,1fr)}}.product-power-figure{border:1px solid var(--glass-border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .6rem;display:flex}.product-power-figure.primary{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.product-power-figure-value{font-size:1.25rem;font-weight:700}.product-power-figure.primary .product-power-figure-value{color:var(--accent)}.product-power-figure-label{color:var(--text-muted);font-size:.78rem}.product-power-summary{min-width:0}.store-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:2rem 0 1rem;display:grid}@media (max-width:720px){.store-links{grid-template-columns:minmax(0,1fr)}}.store-links-title{grid-column:1/-1}.store-link{border:1px solid var(--glass-border);background:var(--glass-bg);min-width:0;color:var(--foreground);border-radius:14px;align-items:center;gap:.75rem;padding:.8rem 1rem;text-decoration:none;transition:all .2s;display:flex}.store-link:hover{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent)}.store-link-logo{object-fit:contain;flex-shrink:0;width:110px;height:22px}.store-link-name{flex-shrink:0;font-size:.95rem;font-weight:600}.store-link-text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.store-link-seller{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.store-link-text em{color:var(--text-muted);font-size:.76rem;font-style:normal}.store-link-condition.used{color:#b45309;font-weight:600}.store-link-price{color:var(--accent);white-space:nowrap;font-size:1rem;font-weight:700}.store-link-arrow{color:var(--text-muted);flex-shrink:0}.store-links-updated{color:var(--text-muted);grid-column:1/-1;font-size:.75rem}.tool-tile{justify-content:flex-start}.tool-tile-desc{color:var(--text-muted);text-align:center;margin:.4rem 0 0;font-size:.82rem;line-height:1.6}.screen-tool-cta{justify-content:center;display:flex}.screen-picker{flex-direction:column;gap:.4rem;min-width:0;display:flex;position:relative}.screen-picker-label{color:var(--text-muted);font-size:.85rem;font-weight:600}.screen-picker-dropdown{z-index:30;border:1px solid var(--glass-border);background:var(--glass-bg);border-radius:12px;max-height:320px;margin-top:.35rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0000002e}.screen-picker-item{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;align-items:center;gap:.7rem;padding:.6rem .8rem;display:flex}.screen-picker-item:hover{background:var(--hover-bg)}.screen-picker-item-name{flex:1;font-size:.9rem}.screen-picker-item-size,.screen-picker-selected-size{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.screen-picker-empty{color:var(--text-muted);padding:.9rem .8rem;font-size:.88rem}.screen-picker-thumb{object-fit:contain;background:#fff;border-radius:8px;flex-shrink:0}.screen-picker-selected{border:1px solid var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);border-radius:12px;align-items:center;gap:.7rem;padding:.6rem .7rem;display:flex}.screen-picker-selected-text{flex-direction:column;flex:1;min-width:0;display:flex}.screen-picker-selected-name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none;overflow:hidden}.screen-picker-selected-name:hover{color:var(--accent)}.screen-picker-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .3rem;font-size:1.4rem;line-height:1}.screen-picker-clear:hover{color:var(--foreground)}.screen-size-panel{padding:2.5rem}.screen-size-title{text-align:center;margin-bottom:.5rem;font-size:1.4rem}.screen-size-desc{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.screen-size-canvas-wrap{justify-content:center;width:100%;display:flex;position:relative}.screen-size-canvas-wrap.mobile{aspect-ratio:9/19.5;height:auto;max-height:450px}.screen-size-canvas-wrap.desktop{aspect-ratio:16/9;height:auto;max-height:350px}.screen-size-canvas{background:linear-gradient(to bottom, var(--heavy-bg), var(--input-bg));border:1px solid var(--border-subtle);border-radius:16px;width:100%;height:100%;display:block}.screen-size-legend{flex-wrap:wrap;justify-content:center;gap:.8rem 2rem;margin-top:1.5rem;padding:0 1rem;display:flex}.screen-size-legend-item{align-items:center;gap:.5rem;display:flex}.screen-size-legend-color{border-radius:4px;flex-shrink:0;width:16px;height:16px}.screen-size-legend-text{color:var(--foreground);word-break:break-word;font-size:.95rem;font-weight:500}.rating-container{flex-direction:column;gap:.5rem;display:flex}.rating-row{align-items:center;gap:.5rem;display:flex}.rating-stars{gap:.2rem;display:flex}.rating-star-icon{transition:all .2s}.rating-star-icon.loading{cursor:wait}.rating-star-icon:not(.loading){cursor:pointer}.rating-score{margin-left:.3rem;font-weight:700}.rating-count{color:var(--text-muted);margin-left:.2rem;font-size:.85rem}.rating-error{color:var(--danger);margin-top:.5rem;font-size:.8rem}.rating-success{color:var(--primary);margin-top:.2rem;font-size:.8rem}.modal-overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.search-overlay{z-index:99;-webkit-backdrop-filter:blur(4px);pointer-events:auto;background-color:#0009;width:100vw;height:100vh;animation:.2s ease-out searchFadeIn;position:fixed;top:0;left:0}@keyframes searchFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{text-align:center;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;gap:1.5rem;width:90%;max-width:400px;padding:2rem;display:flex;position:relative;box-shadow:0 20px 40px #0006}.modal-close-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s;display:flex;position:absolute;top:10px;right:10px}@media (hover:hover) and (pointer:fine){.modal-close-btn:hover{background:var(--glass-border)!important}}.modal-icon-lg{margin-bottom:-1rem;font-size:3rem}.modal-title{color:var(--foreground);margin-top:.5rem;font-size:1.5rem}.modal-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.modal-actions{gap:1rem;margin-top:.5rem;display:flex}.modal-action-btn{flex:1;padding:.8rem}.product-card-link{--card-pad:1.5rem;padding:var(--card-pad);transition:var(--transition);text-decoration:none;overflow:hidden}.product-card-img-wrap{background:var(--glass-panel-heavy);border-radius:8px;height:180px;margin-top:1.5rem;padding:1rem}.dark .product-card-img-wrap{background:var(--background);border-radius:8px;height:180px;padding:1rem}.product-card-img{object-fit:contain;background:#fff;border-radius:4px;width:100%;height:100%;padding:.2rem}.dark .product-card-img{background:0 0}.product-card-img-empty{color:var(--text-muted)}.product-card-meta{justify-content:space-between;align-items:center;display:flex}.product-card-brand-cat{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.product-card-rating{color:#facc15;align-items:center;gap:.2rem;font-size:.95rem;display:flex}.product-card-rating-text{color:var(--text-muted);font-size:.85rem;font-weight:500}.product-card-title{color:var(--foreground);overflow-wrap:anywhere;word-break:break-word;margin-bottom:.5rem;font-size:1rem;font-weight:500}.product-card-features{flex-direction:column;gap:.4rem;margin-top:auto;display:flex}.product-card-feature-row{justify-content:space-between;font-size:.85rem;display:flex}.product-card-feature-key{color:var(--text-muted)}.product-card-feature-val{color:var(--foreground);font-weight:500}.product-card-more{color:var(--primary);margin-top:.5rem;font-size:.8rem}.search-bar-wrap{flex:1;justify-self:center;align-items:center;width:100%;min-width:0;max-width:400px;display:flex;position:relative}.search-bar-form{align-items:center;width:100%;min-width:0;display:flex}.search-bar-input{border:1px solid var(--glass-border);background:var(--input-bg);width:100%;min-width:0;height:36px;color:var(--foreground);border-radius:18px;outline:none;padding:0 1.2rem 0 2.5rem;font-size:16px;transition:all .2s}.search-bar-input::placeholder{color:var(--text-muted);opacity:.6}.search-bar-input:focus{border-color:var(--accent);background:var(--input-bg);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .2)}@keyframes searchFocusNeon{0%,to{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .2)}50%{border-color:color-mix(in srgb, var(--accent) 70%, #fff);box-shadow:0 0 15px rgba(var(--accent-rgb), .85), 0 0 0 4px rgba(var(--accent-rgb), .4)}}.search-blink-active{animation:.4s ease-in-out 2 searchFocusNeon}.search-bar-btn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;left:3px;transform:translateY(-50%)}@media (pointer:coarse){.search-bar-input{border-radius:22px;height:44px;padding-left:2.75rem}.search-bar-btn{width:38px;height:38px}}@media (max-width:360px){.top-nav-inner{gap:.5rem;padding-left:.75rem;padding-right:.75rem}.search-bar-input{padding-right:.5rem}.search-bar-input:not(:focus)::placeholder{color:#0000}}.search-dropdown{--dropdown-divider:color-mix(in srgb, var(--border-subtle) 55%, transparent);background:var(--glass-panel-heavy,var(--background));border:1px solid var(--glass-border);border-radius:var(--radius);z-index:50;max-height:70vh;color:var(--foreground);scrollbar-width:thin;scrollbar-color:#94a3b880 transparent;margin-top:.5rem;padding:1rem 0;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #0000001f}.search-dropdown::-webkit-scrollbar{width:6px}.search-dropdown::-webkit-scrollbar-track{background:0 0;margin:.5rem 0}.search-dropdown::-webkit-scrollbar-thumb{background-color:#94a3b880;border-radius:10px}@media (hover:hover) and (pointer:fine){.search-dropdown::-webkit-scrollbar-thumb:hover{background-color:#64748bcc}}.search-dropdown-list{flex-direction:column;display:flex}.search-dropdown-group:not(:last-child){border-bottom:1px solid var(--border-subtle);margin-bottom:.5rem;padding-bottom:.5rem}.search-dropdown-group-title{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.search-dropdown-item-wrapper{border-bottom:1px solid var(--dropdown-divider,var(--border-subtle));align-items:center;gap:.5rem;padding:0 1rem;transition:background .2s;display:flex}.search-dropdown-group:not(:last-child) .search-dropdown-item-wrapper:last-child{border-bottom:none}@media (hover:hover) and (pointer:fine){.search-dropdown-item-wrapper:hover{background:var(--hover-bg)}}.search-dropdown-compare-btn{background:var(--input-bg);border:1px solid var(--accent);cursor:pointer;color:var(--accent);font-family:var(--font-mono);border-radius:4px;justify-content:center;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;font-size:11px;font-weight:500;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.search-dropdown-compare-btn:hover{border-color:var(--primary);background:var(--hover-bg);color:var(--primary)}}.search-dropdown-compare-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}@media (hover:hover) and (pointer:fine){.search-dropdown-compare-btn.active:hover{background:rgba(var(--accent-rgb), .08);border-color:var(--accent);color:var(--accent)}}.search-dropdown-item{color:var(--foreground);flex:1;align-items:center;gap:1rem;padding:.8rem 0;text-decoration:none;display:flex}.search-dropdown-img{object-fit:contain;background:#fff;border-radius:6px;flex-shrink:0;width:36px;min-width:36px;height:36px;padding:2px}.search-dropdown-img-empty{background:var(--image-placeholder-bg);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:.6rem;display:flex}.search-dropdown-info{flex-direction:column;display:flex}.search-dropdown-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.search-dropdown-brand{color:var(--text-muted);font-size:.75rem}.search-dropdown-all{text-align:center;color:var(--primary);margin-top:.2rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;display:block}@media (hover:hover) and (pointer:fine){.search-dropdown-all:hover{text-decoration:underline}}.search-dropdown-empty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.9rem}.search-suggestions{flex-direction:column;gap:.25rem;padding:0;display:flex}.search-suggestions-section{padding:0 0 .5rem}.search-suggestions-section+.search-suggestions-section{border-top:1px solid var(--border-subtle);padding-top:.5rem}.search-suggestions-title{text-transform:uppercase;letter-spacing:1.2px;color:var(--text-muted);padding:0 1rem .5rem;font-size:.7rem;font-weight:700}.search-suggestions-list{flex-direction:column;display:flex}.popular-queries-list{flex-flow:wrap;gap:.5rem;padding:0 1rem .5rem}.popular-queries-list .search-suggestion-query{background:var(--hover-bg);border:1px solid var(--border-subtle);border-radius:20px;align-items:center;gap:.4rem;padding:.45rem .8rem;font-size:.8rem;transition:all .15s;display:inline-flex}@media (hover:hover) and (pointer:fine){.popular-queries-list .search-suggestion-query:hover{background:var(--border-subtle);border-color:var(--glass-border);color:var(--accent)}}.popular-queries-list .search-suggestion-query-icon{color:var(--text-muted);opacity:.7}.search-suggestion-item-wrapper{align-items:center;gap:.5rem;padding:0 1rem;transition:background .15s;display:flex}@media (hover:hover) and (pointer:fine){.search-suggestion-item-wrapper:hover{background:var(--hover-bg)}}.search-suggestion-compare-btn{background:var(--input-bg);border:1px solid var(--accent);cursor:pointer;color:var(--accent);font-family:var(--font-mono);border-radius:4px;justify-content:center;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;font-size:11px;font-weight:500;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.search-suggestion-compare-btn:hover{border-color:var(--primary);background:var(--hover-bg);color:var(--primary)}}.search-suggestion-compare-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}@media (hover:hover) and (pointer:fine){.search-suggestion-compare-btn.active:hover{background:rgba(var(--accent-rgb), .08);border-color:var(--accent);color:var(--accent)}}.search-suggestion-item{color:var(--foreground);flex:1;align-items:center;gap:.75rem;padding:.5rem 0;text-decoration:none;display:flex}.search-suggestion-img-wrap{border:1px solid var(--glass-border);background:#fff;border-radius:6px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex;overflow:hidden}.search-suggestion-img{object-fit:contain;width:100%;height:100%;padding:2px}.search-suggestion-img-empty{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.search-suggestion-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.3;display:-webkit-box;overflow:hidden}.search-suggestion-query{color:var(--foreground);cursor:pointer;align-items:center;gap:.75rem;padding:.55rem 1rem;font-size:.85rem;text-decoration:none;transition:background .15s;display:flex}@media (hover:hover) and (pointer:fine){.search-suggestion-query:hover{background:var(--hover-bg)}}.search-suggestion-query-icon{color:var(--text-muted);min-width:14px}@media (max-width:768px){.search-dropdown{max-height:60vh}.search-dropdown-title,.search-suggestion-name,.search-suggestion-query{font-size:.8rem}}.slider-wrap{cursor:zoom-in;flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex;position:relative}.slider-img-wrap{touch-action:pan-y;justify-content:center;align-items:center;width:100%;height:360px;display:flex;position:relative}@media (max-width:640px){.slider-img-wrap{height:260px}}.slider-img{object-fit:contain;background:#fff;border-radius:8px;width:100%;height:100%;padding:3rem;transition:opacity .3s ease-in-out}.slider-btn{background:var(--glass-bg);border:1px solid var(--border-subtle);cursor:pointer;width:40px;height:40px;color:var(--foreground);z-index:10;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.slider-btn.prev{left:-1rem}.slider-btn.next{right:-1rem}.slider-dots{align-items:center;gap:0;display:flex}.slider-dot{cursor:pointer;appearance:none;background:0 0;border:none;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 4px;display:flex}.slider-dot-inner{border-radius:4px;height:8px;transition:all .3s;display:block}.lightbox-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:2rem;right:2rem}.lightbox-img{object-fit:contain;touch-action:pan-y;background:#fff;border-radius:12px;max-width:90%;max-height:90%;padding:1rem}.lightbox-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-btn.prev{left:2rem}.lightbox-btn.next{right:2rem}.lightbox-thumbs{gap:1rem;display:flex;position:absolute;bottom:3rem}.lightbox-thumb-btn{cursor:pointer;appearance:none;background:0 0;border:none;border-radius:8px;padding:0;line-height:0;display:block}.lightbox-thumb{object-fit:contain;cursor:pointer;background:#fff;border-radius:8px;width:60px;height:60px;transition:all .2s}.quick-compare-btn{z-index:20;width:auto;height:28px;font-family:var(--font-mono);border-radius:14px;justify-content:center;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:500;transition:all .2s;display:flex;position:absolute;top:10px;left:10px}.quick-compare-btn.active{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:default}.quick-compare-btn.inactive{border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--accent);cursor:pointer}@media (hover:hover) and (pointer:fine){.quick-compare-btn.inactive:hover{background:var(--glass-bg-hover);color:var(--primary)}}.product-video-panel{margin-top:1.5rem;padding:1.5rem}.product-video-title{text-align:center;color:var(--foreground);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-video-title-icon{color:red;flex-shrink:0;width:28px;height:28px}.product-video-wrapper{border-radius:var(--radius);background:var(--heavy-bg);border:1px solid var(--border-subtle);width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.product-video-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.product-video-facade{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.product-video-facade-img{object-fit:cover;width:100%;height:100%;display:block}.product-video-facade-play{opacity:.85;pointer-events:none;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-video-facade:hover .product-video-facade-play,.product-video-facade:focus-visible .product-video-facade-play{opacity:1;transform:translate(-50%,-50%)scale(1.06)}.product-video-facade:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (max-width:768px){.product-video-panel{padding:0;overflow:hidden}.product-video-title{padding-top:1.5rem}}.compare-slider-wrap{margin-top:3rem;margin-bottom:-1rem;position:relative}.compare-slider-container{position:relative}.compare-slider-btn{z-index:10;cursor:pointer;border:1px solid var(--glass-border);background:var(--glass-bg);width:40px;height:40px;color:var(--foreground);-webkit-backdrop-filter:blur(12px);border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.compare-slider-btn.prev{left:-15px}.compare-slider-btn.next{right:-15px}.compare-slider-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding-bottom:1rem;padding-left:10px;padding-right:10px;display:flex;overflow-x:auto}.compare-slider-item{scroll-snap-align:center;border-radius:12px;flex-direction:column;flex:none;align-items:center;width:280px;min-width:280px;max-width:280px;padding:1.5rem;text-decoration:none;display:flex;overflow:hidden}.compare-slider-images{justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;display:flex}.compare-slider-img-wrap{width:80px;height:80px;position:relative}.compare-slider-img{object-fit:contain;width:100%;height:100%}.compare-slider-img-empty{background-color:var(--border);border-radius:8px;width:100%;height:100%}.compare-slider-vs{color:var(--text-muted);padding:0 .5rem;font-size:1.2rem;font-weight:700}.compare-slider-info{text-align:center;width:100%}.compare-slider-name{color:var(--foreground);-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.compare-slider-name.bottom{margin-top:.25rem}@media (max-width:480px){.compare-slider-item{width:240px;min-width:240px;max-width:240px;padding:1rem}.compare-slider-img-wrap{width:60px;height:60px}.compare-slider-images{margin-bottom:1rem}.compare-slider-name{font-size:.9rem}.compare-slider-item .recent-vs-badge{width:32px!important;height:32px!important;margin:0 -8px!important;font-size:.75rem!important}}.subnav-wrap{background:var(--subnav-bg);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(16px);position:relative}.subnav-inner{justify-content:flex-end;padding:.5rem 1.5rem;display:flex}@media (max-width:768px){.subnav-inner{padding:.5rem 1rem}}.subnav-links-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:center;gap:1rem;width:100%;font-size:.85rem;font-weight:500;display:flex;overflow:auto hidden}.subnav-links-container::-webkit-scrollbar{display:none}@media (min-width:1024px) and (hover:hover) and (pointer:fine){.subnav-links-container{overflow:visible}}.subnav-dropdown{flex-shrink:0;position:relative}.subnav-caret{opacity:.6;transition:transform .2s;display:none}.subnav-dropdown-menu{z-index:60;border:1px solid var(--glass-border);background:var(--subnav-bg);opacity:0;visibility:hidden;border-radius:14px;min-width:280px;padding:.4rem;transition:opacity .18s,transform .18s,visibility .18s;display:none;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-6px);box-shadow:0 14px 38px #00000029}@media (min-width:1024px) and (hover:hover) and (pointer:fine){.subnav-dropdown-menu{display:block}.subnav-caret{display:inline-block}.subnav-dropdown:hover .subnav-dropdown-menu,.subnav-dropdown:focus-within .subnav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.subnav-dropdown:hover .subnav-caret,.subnav-dropdown:focus-within .subnav-caret{transform:rotate(180deg)}}.subnav-dropdown-item{color:var(--foreground);border-radius:10px;align-items:center;gap:.7rem;padding:.6rem .7rem;text-decoration:none;transition:background .15s;display:flex}.subnav-dropdown-item:hover{background:var(--hover-bg)}.subnav-dropdown-item svg{color:var(--accent);flex-shrink:0}.subnav-dropdown-item span{flex-direction:column;gap:.1rem;min-width:0;display:flex}.subnav-dropdown-item strong{font-size:.85rem;font-weight:600}.subnav-dropdown-item em{color:var(--text-muted);font-size:.76rem;font-style:normal}.subnav-link{color:var(--foreground);flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;transition:color .2s;display:flex}@media (hover:hover) and (pointer:fine){.subnav-link:hover{color:var(--accent)}}.remove-compare-btn{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:0 0;border-radius:20px;align-items:center;gap:.4rem;margin-top:.75rem;padding:.35rem .8rem;font-size:.78rem;font-weight:500;transition:all .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.remove-compare-btn:hover{background:var(--danger);color:#fff}}.remove-compare-btn-vertical{box-sizing:border-box;border:1px solid var(--danger);height:50px;color:var(--danger);cursor:pointer;writing-mode:vertical-rl;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:.2rem;padding:0 .35rem;font-size:.7rem;font-weight:500;transition:all .2s;display:inline-flex;transform:rotate(180deg)}@media (hover:hover) and (pointer:fine){.remove-compare-btn-vertical:hover{background:var(--danger);color:#fff}}.scroll-to-top-btn{background:var(--subnav-bg);-webkit-backdrop-filter:blur(12px);cursor:pointer;z-index:1001;width:52px;height:52px;box-shadow:none;color:var(--foreground);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed}.scroll-to-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top-btn.hidden{opacity:0;visibility:hidden;transform:translateY(20px)}.scroll-to-top-icon-wrap{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.scroll-to-top-svg{transform:rotate(-90deg)}.scroll-to-top-track{stroke-width:2px;fill:none;stroke:var(--glass-border)}.scroll-to-top-progress{stroke-width:2px;fill:none;stroke:var(--primary);stroke-width:2px;transition:stroke-dashoffset .1s linear}.floating-audio-wrapper{z-index:1001;flex-direction:row;justify-content:flex-end;align-items:center;height:52px;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed}.floating-audio-wrapper.visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-audio-wrapper.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(20px)}.floating-audio-btn{background:var(--subnav-bg);-webkit-backdrop-filter:blur(12px);cursor:pointer;width:52px;height:52px;box-shadow:none;color:var(--foreground);border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.floating-audio-icon-wrap{color:var(--accent);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.floating-audio-svg{transform:rotate(-90deg)}.floating-audio-track{stroke-width:2px;fill:none;stroke:var(--glass-border)}.floating-audio-progress-ring{stroke-width:2px;fill:none;stroke:var(--accent)}.floating-audio-wave{justify-content:center;align-items:center;gap:2px;height:16px;display:flex}.floating-audio-wave .floating-wave-bar{background:var(--accent);border-radius:999px;width:2.5px;height:100%;animation:1s ease-in-out infinite floating-audio-wave-anim;display:block}.floating-audio-wave .floating-wave-bar:nth-child(2){animation-delay:.2s}.floating-audio-wave .floating-wave-bar:nth-child(3){animation-delay:.4s}@keyframes floating-audio-wave-anim{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.floating-audio-spinner{border:2px solid var(--glass-border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite floating-audio-spin}@keyframes floating-audio-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.floating-audio-wave .floating-wave-bar,.floating-audio-spinner{animation:none}.floating-audio-wrapper{transition:none}}.audio-mini-bar{z-index:1002;background:var(--subnav-bg,var(--background));-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--glass-border,var(--border-subtle));transition:transform .32s cubic-bezier(.4,0,.2,1),opacity .32s cubic-bezier(.4,0,.2,1),visibility .32s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #0000001a}.audio-mini-bar.visible{opacity:1;visibility:visible;transform:translateY(0)}.audio-mini-bar.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(100%)}.audio-mini-bar-progress{cursor:pointer;touch-action:none;align-items:center;height:14px;margin-top:-7px;display:flex;position:relative}.audio-mini-bar-progress:before{content:"";background:var(--glass-border,#80808040);height:3px;transition:height .15s;position:absolute;left:0;right:0}.audio-mini-bar-progress-fill{background:var(--accent);z-index:1;height:3px;transition:height .15s;position:relative}.audio-mini-bar-progress:hover:before,.audio-mini-bar-progress:hover .audio-mini-bar-progress-fill,.audio-mini-bar-progress.is-dragging:before,.audio-mini-bar-progress.is-dragging .audio-mini-bar-progress-fill{height:5px}.audio-mini-bar-thumb{background:var(--accent);border-radius:50%;width:12px;height:12px;transition:transform .15s;position:absolute;top:50%;right:-6px;transform:translateY(-50%)scale(0)}.audio-mini-bar-progress:hover .audio-mini-bar-thumb,.audio-mini-bar-progress.is-dragging .audio-mini-bar-thumb{transform:translateY(-50%)scale(1)}.audio-mini-bar-inner{max-width:1200px;padding:.6rem 1.5rem calc(.6rem + var(--mobile-nav-safe-bottom,0px));align-items:center;gap:.85rem;margin:0 auto;display:flex}.audio-mini-bar-art{object-fit:contain;border:1px solid var(--glass-border,var(--border-subtle));background:#fff;border-radius:8px;flex:none;width:40px;height:40px;padding:2px}.audio-mini-bar-art-empty{background:var(--glass-bg,transparent);color:var(--accent);justify-content:center;align-items:center;display:flex}.audio-mini-bar-play{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .15s,opacity .15s;display:flex}.audio-mini-bar-play:hover:not(:disabled){transform:scale(1.07)}.audio-mini-bar-play:disabled{opacity:.6;cursor:default}.audio-mini-bar-meta{flex-direction:column;flex:auto;gap:.15rem;min-width:0;display:flex}.audio-mini-bar-name{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.audio-mini-bar-time{opacity:.65;font-variant-numeric:tabular-nums;font-size:.75rem}.audio-mini-bar-actions{flex:none;align-items:center;gap:.35rem;display:flex}.audio-mini-bar-btn{width:32px;height:32px;color:var(--foreground);cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:opacity .15s,background .15s;display:flex}.audio-mini-bar-btn:hover{opacity:1;background:var(--glass-bg,#8080801f)}.audio-mini-bar-speed{font-variant-numeric:tabular-nums;width:auto;padding:0 .5rem;font-size:.8rem;font-weight:700}.audio-mini-bar-close:hover{color:var(--danger)}@media (max-width:768px){.audio-mini-bar{bottom:calc(56px + var(--mobile-nav-safe-bottom,0px))}.audio-mini-bar-inner{gap:.5rem;padding:.5rem .75rem}.audio-mini-bar-art,.audio-mini-bar-play{width:34px;height:34px}.audio-mini-bar-meta{flex:1 1 0;min-width:0}.audio-mini-bar-name{font-size:.82rem}.audio-mini-bar-time{font-size:.7rem}.audio-mini-bar-actions{gap:.1rem}.audio-mini-bar-btn{border-radius:7px;width:30px;height:30px}.audio-mini-bar-speed{width:auto;padding:0 .3rem;font-size:.72rem}}@media (max-width:400px){.audio-mini-bar-art{display:none}.audio-mini-bar-inner{gap:.4rem;padding:.5rem .6rem}.audio-mini-bar-btn{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){.audio-mini-bar,.audio-mini-bar-play,.audio-mini-bar-progress:before,.audio-mini-bar-progress-fill,.audio-mini-bar-thumb{transition:none}}.expandable-features-empty{color:var(--text-muted);font-style:italic}.expandable-feature-row{border-bottom:1px solid var(--border-subtle);flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.expandable-feature-key{color:var(--text-muted);font-size:.9rem;font-family:var(--font-hanken);font-weight:500}.expandable-feature-val{font-size:.9rem;font-family:var(--font-hanken);color:var(--foreground);text-align:right;max-width:60%;font-weight:600}@media (min-width:768px){.expandable-feature-row{flex-direction:column;align-items:flex-start;padding:.5rem 0}.expandable-feature-key{font-size:.75rem}.expandable-feature-val{text-align:left;max-width:100%;margin-top:.15rem}.expandable-features-btn{display:none!important}.product-features-grid .feature-group-column,.product-features-grid .expandable-feature-row{display:flex!important}}@media (max-width:767px){.product-features-grid:not(.expanded) .limited-visibility{display:none!important}}.expandable-features-btn{background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);width:100%;color:var(--primary);cursor:pointer;margin-top:1rem;padding:.75rem;font-weight:500;transition:all .2s;display:block}@media (hover:hover) and (pointer:fine){.expandable-features-btn:hover{background-color:var(--glass-border)}}.auth-title{font-size:1.8rem}.auth-subtitle{font-size:.95rem}.auth-label{color:var(--foreground);font-weight:500}.auth-input-wide{border-radius:8px;width:100%;padding:.8rem}.auth-submit-btn{width:100%;padding:.8rem;font-weight:600}.auth-footer-text{font-size:.9rem}.page-container{padding-top:1.5rem;padding-bottom:0}.page-header{text-align:center;margin-bottom:1.5rem}.page-title{margin-bottom:1rem;font-size:2.5rem}.page-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.empty-state-panel{text-align:center;grid-column:1/-1;padding:4rem}.empty-state-title{margin-bottom:1rem}.empty-state-text{color:var(--text-muted)}.compare-selector-panel{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;padding:1.5rem;display:flex}.compare-selector-left{flex:1;min-width:250px}.compare-selector-title{margin-bottom:.5rem}.compare-selector-input{appearance:none;background-color:var(--select-bg)}.compare-selector-right{flex-wrap:wrap;flex:2;gap:.5rem;display:flex}.compare-selector-tag{background:var(--diff-highlight-bg);border:1px solid var(--primary);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.compare-selector-remove-btn{color:var(--foreground);cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;display:flex}@media (hover:hover) and (pointer:fine){.compare-selector-remove-btn:hover{opacity:1}}.blog-posts-grid{grid-template-columns:repeat(auto-fill,minmax(min(350px,100%),1fr));gap:2rem;display:grid}.blog-card-link{color:inherit;text-decoration:none;display:block}.blog-card-media-wrap{width:100%;position:relative}.blog-card-img-wrap{aspect-ratio:16/9;width:100%;overflow:hidden}.blog-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card-placeholder{aspect-ratio:16/9;background:var(--glass-panel-heavy);justify-content:center;align-items:center;width:100%;display:flex}.blog-card-placeholder-icon{opacity:.2;font-size:3rem}.blog-card-content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.blog-card-badge-link{z-index:2;text-decoration:none;position:absolute;bottom:.75rem;right:.75rem}.blog-cat-badge{background:var(--glass-panel-heavy);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--accent);border:1px solid var(--glass-border);opacity:.9;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-block;box-shadow:0 2px 8px #00000026}.blog-cat-badge:hover{opacity:1;background:var(--accent);color:#fff;border-color:var(--accent)}.blog-card-title{color:var(--foreground);margin-bottom:.75rem;font-size:1.05rem;line-height:1.4}.blog-card-footer{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.blog-card-stats{color:var(--text-muted);gap:1rem;font-size:.85rem;display:flex}.blog-card-stat{align-items:center;gap:.3rem;display:flex}.blog-card-date{color:var(--text-muted);font-size:.85rem}.blog-post-panel{max-width:900px;margin:0 auto;padding:0;overflow:hidden}.blog-post-img-wrap{width:100%;max-height:500px;overflow:hidden}.blog-post-img{object-fit:cover;width:100%;height:100%;display:block}.blog-post-content-wrap{background:var(--glass-bg);padding:1rem 2rem}.blog-post-content-wrap table,.page-content table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.95rem;display:block;overflow-x:auto}.blog-post-content-wrap th,.blog-post-content-wrap td,.page-content th,.page-content td{border:none;border-bottom:1px solid var(--glass-border);text-align:left;vertical-align:middle;white-space:nowrap;padding:.8rem 1.1rem}.blog-post-content-wrap thead th,.page-content thead th{background:var(--table-th-bg);border-bottom:2px solid color-mix(in srgb, var(--text-muted) 35%, transparent);white-space:nowrap;font-weight:600}.blog-post-content-wrap td:first-child,.page-content td:first-child{white-space:normal;min-width:12rem}.blog-post-content-wrap tbody tr:last-child td,.page-content tbody tr:last-child td{border-bottom:none}.blog-post-header{text-align:center;margin-bottom:3rem}.blog-post-cat-link{text-decoration:none}.blog-post-cat-badge{color:#10b981;letter-spacing:1px;text-transform:uppercase;background:#10b98133;border:1px solid #10b9814d;border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-block}.blog-post-title{margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.blog-post-meta-compact{justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:10px 0;display:flex}.meta-left{align-items:center;gap:12px;display:flex}.meta-author-info{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.meta-author-name{color:var(--foreground);font-size:.95rem;font-weight:600;line-height:1.2}.meta-date{color:var(--text-muted);align-items:center;gap:4px;margin-top:4px;font-size:.8rem;display:flex}.meta-right{color:var(--text-muted);align-items:center;gap:14px;font-size:.85rem;display:flex}.meta-separator{color:var(--border);font-size:.8rem}.blog-post-meta-item{color:var(--text-muted);align-items:center;gap:.5rem;text-decoration:none;display:flex}.blog-post-meta-item:hover{color:var(--foreground)}@media (max-width:640px){.blog-post-meta-compact{flex-wrap:wrap;gap:12px;padding:10px 0}.meta-left{gap:8px;width:100%}.meta-author-name{font-size:.85rem}.meta-date,.meta-right{font-size:.75rem}.meta-right{flex-wrap:wrap;gap:8px}}.blog-post-author-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.blog-post-body{color:var(--foreground);font-size:1.1rem;line-height:1.8}.blog-post-footer-wrap{justify-content:center;max-width:900px;margin:4rem auto 0;display:flex}.blog-post-footer-text{color:var(--text-muted);text-align:center;font-size:1.2rem;font-style:italic}.cms-article-panel{max-width:900px;margin:0 auto;padding:0;overflow:hidden}.cms-image-wrapper{width:100%;max-height:500px;overflow:hidden}.cms-image{object-fit:cover;width:100%;height:100%;display:block}.cms-content-wrapper{background:var(--glass-bg);padding:3rem 2rem}.cms-header{margin-bottom:3rem}.cms-title{margin-bottom:1rem;font-size:3rem;line-height:1.2}.cms-meta-wrap{align-items:center;gap:1rem;font-size:.95rem;display:flex}.cms-meta-item{align-items:center;gap:.4rem;display:flex}.cms-body{color:var(--foreground);white-space:pre-wrap;font-size:1.1rem;line-height:1.8}.sss-list{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.sss-item{border:1px solid var(--border);border-radius:12px;transition:box-shadow .2s;overflow:hidden}.sss-item[open]{box-shadow:0 2px 12px #00000014}.sss-question{cursor:pointer;color:var(--foreground);background:var(--glass-bg);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:1.05rem;font-weight:600;list-style:none;transition:background .2s;display:flex}.sss-question:hover{background:var(--hover-bg,#00000008)}.sss-question::-webkit-details-marker{display:none}.sss-question:after{content:"+";color:var(--text-muted);flex-shrink:0;font-size:1.4rem;font-weight:300;transition:transform .2s}.sss-item[open] .sss-question:after{content:"−"}.sss-answer{color:var(--text-muted);margin:0;padding:0 1.25rem 1.25rem;font-size:1rem;line-height:1.75}.not-found-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:60vh;padding:3rem 1rem;display:flex}.not-found-visual{margin-bottom:1rem}.not-found-columns{align-items:center;gap:1rem;display:flex}.not-found-col{background:var(--glass-bg);border:1px solid var(--glass-border);width:100px;box-shadow:var(--card-shadow);border-radius:12px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.not-found-col-header{color:var(--text-muted);opacity:.5;padding:.25rem 0;font-size:1.5rem;font-weight:800}.not-found-col-row{background:var(--heavy-bg);border-radius:4px;height:10px;animation:1.8s ease-in-out infinite not-found-shimmer}.not-found-col-row:nth-child(2){width:90%;animation-delay:0s}.not-found-col-row:nth-child(3){width:70%;animation-delay:.2s}.not-found-col-row:nth-child(4){width:80%;animation-delay:.4s}.not-found-col-left .not-found-col-row{animation-delay:0s}.not-found-col-right .not-found-col-row{animation-delay:.3s}@keyframes not-found-shimmer{0%,to{opacity:.3}50%{opacity:.8}}.not-found-vs{font-family:var(--font-bricolage), sans-serif;color:var(--accent);letter-spacing:2px;text-transform:uppercase;opacity:.6;font-size:1.1rem;font-weight:800}.not-found-code{font-family:var(--font-bricolage), sans-serif;letter-spacing:-4px;background:linear-gradient(135deg, var(--foreground) 0%, var(--text-muted) 100%);-webkit-text-fill-color:transparent;opacity:.15;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,10vw,7rem);font-weight:800;line-height:1}.not-found-title{font-family:var(--font-bricolage), sans-serif;color:var(--foreground);margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.not-found-desc{color:var(--text-muted);max-width:420px;margin:.25rem 0 0;font-size:1.05rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.not-found-btn-primary,.not-found-btn-secondary{border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.not-found-btn-primary{background:var(--accent);color:#fff}.not-found-btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.not-found-btn-secondary{background:var(--glass-bg);color:var(--foreground);border:1px solid var(--glass-border)}.not-found-btn-secondary:hover{background:var(--hover-bg);transform:translateY(-1px)}.empty-favorites-panel{text-align:center;max-width:600px;margin:0 auto;padding:4rem}.empty-state-icon{opacity:.2;margin-bottom:1rem;font-size:4rem}.compare-winner-img{object-fit:contain;border-radius:16px;width:100%;height:100%;padding:6px}.compare-diff-badge{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;background:rgba(var(--accent-rgb), .12);color:var(--accent);vertical-align:middle;border-radius:2px;margin-left:.5rem;padding:.15rem .4rem;font-size:10px;font-weight:600}.compare-table-container{min-width:800px;box-shadow:none!important;padding:0!important}.score-badge-label{background:var(--primary);color:var(--background);text-transform:uppercase;letter-spacing:1.5px;z-index:1;border-top-left-radius:6px;border-top-right-radius:6px;margin-bottom:-1px;font-weight:800;padding:.15rem .6rem!important;font-size:.65rem!important}.score-badge-text{color:var(--accent);background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .2);letter-spacing:2px;border-radius:12px;font-weight:800;line-height:1;font-size:1.68rem!important}.result-box-padding{padding:1.5rem 2.5rem!important}.score-badge-wrapper{padding:.3rem .8rem!important}.compare-top-layout{flex-direction:column;gap:1.5rem;display:flex}.results-container-stacked{flex-direction:column;gap:1.5rem;height:100%;display:flex}.results-container-stacked>*{flex:1}@media (min-width:1024px){.compare-top-layout{flex-direction:row}.compare-top-left,.compare-top-right{flex:1;min-width:0}}.similar-comparisons-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.similar-comparisons-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.result-box-padding{padding:1rem!important}.score-badge-wrapper{padding:.2rem .6rem!important}.score-badge-text{font-size:1.15rem!important}.score-badge-label{padding:.1rem .4rem!important;font-size:.55rem!important}}.flex-col{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.gap-4{gap:1rem}.flex-center{justify-content:center;align-items:center;display:flex}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.relative{position:relative}.absolute{position:absolute}.min-h-screen{min-height:100vh}.flex-1{flex:1}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.product-card-wrapper{flex-direction:column;height:100%;display:flex;position:relative}.favorite-btn{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.favorite-btn-active{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--danger)}.favorite-btn-inactive{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground)}.auth-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.auth-modal-content{text-align:center;flex-direction:column;gap:1rem;width:100%;max-width:400px;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp;display:flex;position:relative}.auth-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}@media (hover:hover) and (pointer:fine){.auth-modal-close:hover{background:var(--glass-border)}}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 350px);padding:3rem 0;display:flex}.auth-card{width:100%;max-width:400px;padding:2rem}.auth-title{text-align:center;margin-bottom:2rem}.auth-error-box{background:var(--danger-bg);border:1px solid var(--danger);color:#fca5a5;white-space:pre-wrap;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-input-group{flex-direction:column;gap:.5rem;display:flex}.auth-label{color:var(--text-muted)}.auth-forgot-wrap{justify-content:space-between;align-items:center;display:flex}.auth-forgot-link{color:var(--primary);font-size:.85rem}.auth-submit-btn{width:100%;margin-top:1rem}.auth-footer-text{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-footer-link{color:var(--primary)}.auth-divider{align-items:center;margin:1.5rem 0;display:flex}.auth-divider-line{background:var(--border-subtle);flex:1;height:1px}.auth-divider-text{color:var(--text-muted);padding:0 1rem;font-size:.85rem}.auth-social-btn{background:var(--background);border:1px solid var(--border-subtle);width:100%;color:var(--foreground);justify-content:center;align-items:center;gap:.5rem;display:flex}.nav-auth-btn{height:39px;font-size:.85rem;font-family:var(--font-bricolage), sans-serif;border-radius:19.5px;justify-content:center;align-items:center;gap:.4rem;padding:0 1.2rem;font-weight:600;transition:all .2s;display:flex}@keyframes snake-rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.nav-auth-btn.btn-outline{color:var(--foreground);z-index:1;border:1px solid #0000;position:relative;overflow:hidden;background:0 0!important}.nav-auth-btn.btn-outline:before{content:"";background:conic-gradient(transparent 20%, rgba(var(--accent-rgb), .2) 60%, var(--accent) 85%, var(--accent) 100%);z-index:-2;pointer-events:none;filter:blur(1.5px);width:400px;height:400px;animation:1.5s linear infinite snake-rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.nav-auth-btn.btn-outline:after{content:"";background:var(--header-control-bg);z-index:-1;pointer-events:none;border-radius:18px;transition:background .2s;position:absolute;inset:1.5px}@media (hover:hover) and (pointer:fine){.nav-auth-btn.btn-outline:hover:before{animation-play-state:paused}}.mobile-login-glow-btn{display:none!important}@media (max-width:768px){.mobile-login-glow-btn{width:36px;height:36px;color:var(--foreground);z-index:1;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;margin-left:.75rem;padding:0;position:relative;overflow:hidden;background:0 0!important;display:flex!important}.mobile-login-glow-btn:before{content:"";background:conic-gradient(transparent 20%, rgba(var(--accent-rgb), .2) 60%, var(--accent) 85%, var(--accent) 100%);z-index:-2;pointer-events:none;filter:blur(1.5px);width:200px;height:200px;animation:1.5s linear infinite snake-rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.mobile-login-glow-btn:after{content:"";background:var(--header-control-bg);z-index:-1;pointer-events:none;border-radius:50%;transition:background .2s;position:absolute;inset:1.5px}}.nav-auth-btn.btn-primary{background:var(--accent);color:#fff;background-clip:padding-box;border:1.5px solid #0000;box-shadow:none!important;transform:none!important}@media (hover:hover) and (pointer:fine){.nav-auth-btn.btn-primary:hover{background:color-mix(in srgb, var(--accent) 70%, #000);background-clip:padding-box;box-shadow:none!important;transform:none!important}}.top-nav-user-text{font-size:.9rem}.category-layout{gap:2rem;display:flex}.category-sidebar{flex-shrink:0;width:270px}.category-sidebar-box{position:sticky;top:100px}.filter-group-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.filter-group-header .category-sidebar-title{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-clear-btn{color:var(--danger);background:var(--danger-bg);border-radius:99px;align-items:center;gap:.25rem;padding:4px 8px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.filter-clear-btn:hover{background:var(--danger);color:#fff}.category-sidebar-title{border-bottom:1px solid var(--glass-border);margin-bottom:1rem;padding-bottom:.5rem}.filter-accordion-heading{font:inherit;flex:1;margin:0}.filter-accordion-toggle{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;align-items:center;gap:.5rem;margin:0;padding:0;display:flex}.filter-search-wrapper{width:100%;margin-bottom:1rem;position:relative}.filter-search-input{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;color:var(--foreground);border-radius:12px;outline:none;padding:.625rem 2.25rem .625rem 2.5rem;font-size:.875rem;transition:all .2s}.filter-search-input::placeholder{color:var(--text-muted);opacity:.7}.filter-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f11a}.filter-search-icon-left{color:var(--text-muted);pointer-events:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.filter-search-wrapper:focus-within .filter-search-icon-left{color:var(--primary)}.filter-search-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.filter-search-clear-btn:hover{color:var(--danger)}.category-sidebar-list{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.filter-item{align-items:center;gap:.75rem;text-decoration:none;display:flex}.filter-checkbox{border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.filter-checkbox-active{background:rgba(var(--accent-rgb), .15);border:1px solid rgba(var(--accent-rgb), .3);color:var(--accent)}.filter-checkbox-inactive{border:2px solid var(--border-subtle);background:0 0}.filter-checkbox-inactive:hover{border-color:var(--text-muted)}.filter-badge-list{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.filter-badge{background:rgba(var(--accent-rgb), .12);color:var(--accent);border:1px solid rgba(var(--accent-rgb), .2);border-radius:20px;align-items:center;gap:.5rem;padding:.3rem .8rem;font-size:.85rem;font-weight:600;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.user-menu-dropdown{display:inline-block;position:relative}.user-menu-dropdown summary{cursor:pointer;outline:none;list-style:none}.user-menu-dropdown summary::-webkit-details-marker{display:none}.user-menu-dropdown-content{background-color:var(--background);border:1px solid var(--glass-border);z-index:1000;border-radius:20px;flex-direction:column;gap:.5rem;min-width:220px;padding:1.25rem;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.light .user-menu-dropdown-content{background-color:#fff}.user-menu-dropdown[open] .user-menu-dropdown-content{animation:.2s cubic-bezier(.4,0,.2,1) dropdown-fade-in}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.6rem .8rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.dropdown-item:hover{background-color:var(--hover-bg);color:var(--primary)}}.dropdown-item svg{color:var(--text-muted);flex-shrink:0;transition:color .2s}@media (hover:hover) and (pointer:fine){.dropdown-item:hover svg{color:var(--primary)}}.dropdown-item-form{width:100%;margin:0;padding:0}.user-menu-chevron{color:var(--text-muted);margin-left:.25rem;transition:transform .2s}.user-menu-dropdown[open] .user-menu-chevron{transform:rotate(180deg)}.glass-nav .user-menu-dropdown-content{background-color:var(--background)!important;border-color:var(--glass-border)!important}.light .glass-nav .user-menu-dropdown-content{background-color:#fff!important}.glass-nav .user-menu-dropdown-content .dropdown-item,.glass-nav .user-menu-dropdown-content .dropdown-item svg{color:var(--text-muted)!important}@media (hover:hover) and (pointer:fine){.glass-nav .user-menu-dropdown-content .dropdown-item:hover{background-color:var(--hover-bg)!important;color:var(--accent)!important}.glass-nav .user-menu-dropdown-content .dropdown-item:hover svg{color:var(--accent)!important}}.user-menu-link{background:var(--accent);border:1px solid color-mix(in srgb, var(--accent) 78%, #000);height:38px;box-shadow:0 2px 8px rgba(var(--accent-rgb), .28);color:#fff;transition:var(--transition);border-radius:9999px;align-items:center;gap:.55rem;padding:0 .85rem 0 .25rem;text-decoration:none;display:flex}.dark .user-menu-link{box-shadow:0 2px 10px #00000073}.user-menu-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.user-menu-info{flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;line-height:1.1;display:flex}.user-menu-title{letter-spacing:-.01em;color:#fff;transition:var(--transition);font-size:.8rem;font-weight:700}.user-menu-name{color:#ffffffd1;transition:var(--transition);font-size:.7rem;font-weight:500}.user-menu-link .user-menu-chevron{color:#ffffffd9;margin-left:.1rem}@media (hover:hover) and (pointer:fine){.user-menu-link:hover{background:color-mix(in srgb, var(--accent) 88%, #000);box-shadow:0 4px 14px rgba(var(--accent-rgb), .36);transform:translateY(-1px)}.dark .user-menu-link:hover{box-shadow:0 4px 14px #00000080}.user-menu-link:hover .user-menu-name,.user-menu-link:hover .user-menu-chevron{color:#fff}}.user-menu-dropdown[open] .user-menu-link{background:color-mix(in srgb, var(--accent) 84%, #000);box-shadow:0 1px 4px rgba(var(--accent-rgb), .3);transform:none}.user-menu-link:active{transform:translateY(0)}.user-avatar-img,.user-avatar-fallback{border:2px solid #fff9;border-radius:50%;flex-shrink:0;width:30px;height:30px}.user-avatar-img{object-fit:cover}.user-avatar-fallback{color:#fff;background:#ffffff38;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.header-icon-link{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;text-decoration:none;display:flex}@media (hover:hover) and (pointer:fine){.header-icon-link:hover{color:var(--accent)}}.header-icon-label{color:var(--text-muted);transition:var(--transition);font-size:.65rem;font-weight:500;line-height:1}@media (hover:hover) and (pointer:fine){.header-icon-link:hover .header-icon-label{color:var(--accent)}}.signout-form{display:contents}.signout-btn{min-width:96px;height:36px;color:var(--danger);border:1px solid var(--danger);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:0 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.signout-btn:hover{color:var(--danger);background:#fdf2f2}}.top-nav-logo-link{color:var(--foreground);text-decoration:none;display:inline-block}.top-nav-logo-svg{vertical-align:middle;width:auto;height:36px;margin-right:.5rem}.logo-desktop-text{font-family:var(--font-bricolage), sans-serif;letter-spacing:-.5px;color:var(--foreground);vertical-align:middle;font-size:1.15rem;font-weight:800;display:inline-block}.logo-desktop-dot{color:var(--accent);margin-left:1px;font-size:1em;position:relative}.z-1{z-index:1;position:relative}.z-2{z-index:2;position:relative}.ml-auto{margin-left:auto}.footer-wrapper{background:var(--glass-panel-heavy);border-top:1px solid var(--glass-border);color:var(--text-muted);-webkit-backdrop-filter:blur(12px);margin-top:2rem;padding:2rem 0}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem}.footer-link{color:var(--text-muted);text-decoration:none;transition:color .2s}@media (hover:hover) and (pointer:fine){.footer-link:hover{color:var(--primary)}}.footer-logo-text{font-family:var(--font-bricolage), sans-serif;letter-spacing:-.5px;color:var(--foreground);vertical-align:middle;font-size:1.15rem;font-weight:600;display:inline-block}.footer-social-link{color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.footer-social-link:hover{color:var(--primary);transform:translateY(-2px)}}.footer-bottom{border-top:1px solid var(--border);flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.footer-bottom{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important}.footer-social-link{padding:.25rem!important}.footer-social-link svg{width:20px!important;height:20px!important}}@media (max-width:480px){.footer-bottom{gap:.5rem!important}.footer-logo-text{font-size:.95rem!important}.footer-social-link{padding:.15rem!important}.footer-social-link svg{width:18px!important;height:18px!important}}.theme-toggle-wrapper{justify-content:center;align-items:center;display:flex}.theme-toggle-hidden{visibility:hidden}.filter-remove-icon{color:#ef4444;background:#ef444426;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;text-decoration:none;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.filter-remove-icon:hover{color:#dc2626;background:#ef444440}}.filter-text-active{font-weight:500;color:var(--foreground)!important}.filter-text-inactive{color:var(--text-muted)!important}.theme-toggle-circle{background-color:var(--header-control-bg);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.theme-toggle-icon-mount{position:relative;top:1.5px}.theme-toggle-icon{cursor:pointer;position:relative;top:3px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-card{background:var(--glass-panel);border-radius:var(--radius);border:1px solid var(--border-subtle);box-shadow:var(--card-shadow);padding:2rem}.profile-section-title{border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.profile-img-wrapper{align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.profile-img{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:90px;height:90px}.profile-img-placeholder{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:2.25rem;font-weight:700;display:flex}.profile-form-group{margin-bottom:1.5rem}.profile-form-label{margin-bottom:.5rem;font-weight:600;display:block}.profile-alert{border:1px solid #0000;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.profile-alert.error{background:var(--danger-bg);color:var(--danger);border-color:var(--danger)}.profile-alert.success{color:var(--accent);border-color:var(--accent);background:#10b9811a}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.diff-table td{vertical-align:middle}.diff-table td img{display:block}.products-table{border-collapse:separate!important;border-spacing:0 2rem!important}.products-table td{background:#ffffff05}.products-table td:first-child{border-radius:8px 0 0 8px}.products-table td:last-child{border-radius:0 8px 8px 0}@media (hover:hover) and (pointer:fine){.products-table tr.diff-row:hover td{background:#ffffff0f!important}}.users-table{border-collapse:separate!important;border-spacing:0 2rem!important}.users-table td{background:#ffffff05}.users-table td:first-child{border-radius:8px 0 0 8px}.users-table td:last-child{border-radius:0 8px 8px 0}@media (hover:hover) and (pointer:fine){.users-table tr:hover td{background:#ffffff0f!important}}.delete-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:10000;background-color:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.delete-modal-content{background-color:var(--background);text-align:left;border-radius:24px;width:100%;max-width:500px;padding:2.5rem;animation:.2s ease-out modalFadeIn;box-shadow:0 8px 40px #0000001f}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.delete-modal-header{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.delete-modal-body{color:var(--text-muted);margin-bottom:2.5rem;font-size:.9375rem;line-height:1.6}.delete-modal-footer{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.btn-modal-cancel{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:12px;padding:.625rem 1.5rem;font-size:1rem;font-weight:600}@media (hover:hover) and (pointer:fine){.btn-modal-cancel:hover{color:var(--foreground);background:#0000000d}.dark .btn-modal-cancel:hover{background:#ffffff0d}}.btn-modal-confirm{border:1px solid var(--danger);color:var(--danger);cursor:pointer;transition:var(--transition);background:0 0;border-radius:12px;padding:.625rem 1.5rem;font-size:1rem;font-weight:600}.dark .btn-modal-confirm{border-color:var(--danger)}@media (hover:hover) and (pointer:fine){.btn-modal-confirm:hover,.dark .btn-modal-confirm:hover{background:var(--danger);color:#fff}}.feature-link{color:var(--foreground)!important;text-decoration:none!important}@media (hover:hover) and (pointer:fine){.feature-link:hover{text-decoration:underline!important}}.gap-3{gap:.75rem}.dark .theme-invert{filter:invert()}.gap-2{gap:.5rem}.blog-carousel-wrapper{aspect-ratio:16/9;border-radius:var(--radius);background:var(--secondary);flex-shrink:0;width:100%;position:relative;overflow:hidden}.blog-hero-row{margin-top:1rem;margin-bottom:1.5rem}.blog-hero-left{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.blog-hero-categories{flex-wrap:wrap;gap:.5rem;display:flex}.blog-hero-cat-box{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);border-radius:10px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:flex}.blog-hero-cat-icon{color:var(--primary);flex-shrink:0;align-items:center;display:flex}@media (hover:hover) and (pointer:fine){.blog-hero-cat-box:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-1px)}.blog-hero-cat-box:hover .blog-hero-cat-icon{color:#fff}}.blog-hero-sidebar{flex-direction:column;gap:.75rem;display:flex}.blog-hero-sidebar .sidebar-post-item-modern{gap:.35rem}.blog-hero-sidebar .sidebar-post-img-wrap-modern{aspect-ratio:16/9}.blog-hero-sidebar .sidebar-post-title-modern{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;display:-webkit-box;overflow:hidden}.blog-carousel-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;display:flex;overflow:auto hidden}.blog-carousel-track::-webkit-scrollbar{display:none}.blog-carousel-slide{scroll-snap-align:center;flex:0 0 100%;width:100%;height:100%;display:block;position:relative}.blog-carousel-image{object-fit:cover;transition:transform .3s}@media (hover:hover) and (pointer:fine){.blog-carousel-slide:hover .blog-carousel-image{transform:scale(1.05)}}.blog-carousel-placeholder{background-color:var(--code-bg);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.blog-carousel-overlay{z-index:10;pointer-events:none;background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.blog-carousel-content{z-index:20;color:#fff;flex-direction:column;align-items:flex-start;width:100%;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0}@media (min-width:768px){.blog-carousel-content{padding:2.5rem}}.blog-carousel-badge{background-color:var(--primary);color:#fff;border-radius:4px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 2px 4px #0003}.blog-carousel-title{text-shadow:0 2px 4px #00000080;-webkit-line-clamp:2;color:#fff;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}@media (min-width:768px){.blog-carousel-title{font-size:2.25rem}}.blog-carousel-date{color:#fffc;text-shadow:0 1px 2px #00000080;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.blog-carousel-btn{z-index:30;opacity:.7;background-color:var(--glass-panel-heavy);width:44px;height:44px;color:var(--foreground);cursor:pointer;border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,background .3s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (hover:hover) and (pointer:fine){.blog-carousel-wrapper:hover .blog-carousel-btn{opacity:1}}.blog-carousel-btn:active{transform:translateY(-50%)scale(.95)}.blog-carousel-btn.prev{left:1rem}.blog-carousel-btn.next{right:1rem}@media (hover:hover) and (pointer:fine){.blog-carousel-btn:hover{background-color:var(--background)}}.blog-carousel-btn svg{stroke:var(--foreground,#000);opacity:.9}.dark .blog-carousel-btn svg{stroke:var(--foreground,#fff)}.blog-carousel-dots{z-index:30;pointer-events:none;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;bottom:1rem;left:0;right:0}.blog-carousel-dot{pointer-events:auto;cursor:pointer;background-color:#fff6;border:1px solid #0000001a;border-radius:50%;width:8px;height:8px;transition:all .3s}@media (hover:hover) and (pointer:fine){.blog-carousel-dot:hover{background-color:#fffc}}.blog-carousel-dot.active{background-color:#fff;transform:scale(1.3);box-shadow:0 1px 3px #0000004d}.blog-post-layout{grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;display:grid}@media (min-width:1024px){.blog-post-layout{grid-template-columns:1fr 350px}}.blog-post-main{min-width:0;max-width:100%}.blog-post-sidebar{flex-direction:column;gap:2rem;display:flex}.sidebar-widget-title{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.sidebar-post-list{flex-direction:column;gap:1rem;display:flex}.sidebar-post-item{align-items:center;gap:.75rem;text-decoration:none;display:flex}.sidebar-post-img-wrap{border:1px solid var(--glass-border);border-radius:6px;flex-shrink:0;width:64px;height:48px;overflow:hidden}.sidebar-post-img{object-fit:cover;width:100%;height:100%}.sidebar-post-info{flex-direction:column;justify-content:center;gap:.15rem;display:flex}.sidebar-post-title{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;transition:color .2s;display:-webkit-box;overflow:hidden}@media (hover:hover) and (pointer:fine){.sidebar-post-item:hover .sidebar-post-title{color:var(--primary)}}.sidebar-post-date{color:var(--text-muted);font-size:.75rem}.sidebar-product-list{flex-direction:column;gap:1rem;display:flex}.sidebar-product-item{align-items:center;gap:.75rem;text-decoration:none;display:flex}.sidebar-product-img-wrap{border:1px solid var(--glass-border);background-color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:4px;display:flex}.sidebar-product-img{object-fit:contain;width:100%;height:100%}.sidebar-product-img-placeholder{background-color:var(--glass-panel-heavy);border:1px solid var(--glass-border);opacity:.5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.75rem;display:flex}.sidebar-product-info{flex-direction:column;justify-content:center;display:flex}.sidebar-product-title{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;transition:color .2s;display:-webkit-box;overflow:hidden}@media (hover:hover) and (pointer:fine){.sidebar-product-item:hover .sidebar-product-title{color:var(--primary)}}.sidebar-post-list-modern{flex-direction:column;gap:1.5rem;display:flex}.sidebar-post-item-modern{flex-direction:column;gap:.5rem;text-decoration:none;display:flex}.sidebar-post-img-wrap-modern{aspect-ratio:16/9;border-radius:12px;width:100%;overflow:hidden}.sidebar-post-img-modern{object-fit:cover;width:100%;height:100%;transition:transform .3s}@media (hover:hover) and (pointer:fine){.sidebar-post-item-modern:hover .sidebar-post-img-modern{transform:scale(1.05)}}.sidebar-post-title-modern{color:var(--foreground);font-size:1.1rem;font-weight:700;line-height:1.3;transition:color .2s}@media (hover:hover) and (pointer:fine){.sidebar-post-item-modern:hover .sidebar-post-title-modern{color:var(--primary)}}.blog-post-body,.blog-post-body *{overflow-wrap:break-word;word-break:normal!important}.blog-post-body h1,.blog-post-body h2{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.blog-post-body h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.blog-post-body h4,.blog-post-body h5,.blog-post-body h6{margin-top:.85rem;margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.blog-post-body p{margin-top:0;margin-bottom:.75rem;line-height:1.7;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important}.blog-post-body ul{margin-top:.5rem;margin-bottom:.75rem;padding-left:1.5rem;list-style-type:disc}.blog-post-body ol{margin-top:.5rem;margin-bottom:.75rem;padding-left:1.5rem;list-style-type:decimal}.blog-post-body li,.blog-post-body li>p{margin-bottom:.25rem}.blog-post-body a{color:var(--primary);text-decoration:underline}.blog-post-body>:first-child{margin-top:0!important}.blog-post-body>:last-child{margin-bottom:0!important}@keyframes success-pop{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.animate-success-pop{animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards success-pop}.ai-score-container{--ai-score-color:var(--ai-score-excellent-text);flex-direction:column;flex-shrink:0;align-items:center;gap:0;display:inline-flex}.ai-score-container.tone-good{--ai-score-color:var(--ai-score-good-text)}.ai-score-container.tone-poor{--ai-score-color:var(--ai-score-poor-text)}.ai-score-container.responsive{width:100%}.ai-score-gauge-wrapper{position:relative}.ai-score-gauge-wrapper.responsive{width:100%}.ai-score-svg{display:block;overflow:visible}.ai-score-svg.responsive{width:100%;height:auto}.ai-score-track{stroke:var(--glass-border,#e5e7eb)}.ai-score-progress{stroke:var(--ai-score-color);filter:drop-shadow(0 0 4px color-mix(in srgb, var(--ai-score-color) 25%, transparent));transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.ai-score-number{font-variant-numeric:tabular-nums;color:var(--ai-score-color);font-weight:700;line-height:1.45;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ai-score-label{text-transform:uppercase;letter-spacing:.05em;color:var(--ai-score-color);margin-top:-1px;font-size:.7rem;font-weight:700;line-height:1}.btn-buy{background:var(--buy-btn-bg);color:var(--buy-btn-text);border-radius:8px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}@media (hover:hover) and (pointer:fine){.btn-buy:hover{opacity:.9}}.price-store-name{font-size:.9em;font-weight:600}.price-store-logo{border:1px solid var(--border-subtle);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:4px;display:flex;overflow:hidden}.price-store-img{object-fit:contain;max-width:100%;max-height:100%}.price-store-logo-fallback{background:var(--border-subtle);border-radius:8px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;font-size:.8rem;font-weight:700;display:flex}.price-store-price{color:var(--primary);font-size:.9em;font-weight:600}.price-buy-btn{gap:.375rem;padding:.375rem .75rem;font-size:.8rem}.price-store-link{color:inherit;text-decoration:none;overflow:hidden}@media (hover:hover) and (pointer:fine){.price-store-link:hover{color:inherit;text-decoration:none}}.price-product-title{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.9em;display:block;overflow:hidden}@media (hover:hover) and (pointer:fine){.price-product-title:hover{text-overflow:clip;width:max-content;max-width:none;animation:6s linear infinite alternate price-marquee}}@keyframes price-marquee{0%{transform:translate(0)}to{transform:translate(-33%)}}.comment-section-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.comments-list{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.comment-item{gap:1rem;display:flex}.comment-avatar img{object-fit:cover;border-radius:50%;width:40px;height:40px}.comment-avatar-placeholder{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.comment-content-box{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;flex:1;padding:1rem}.comment-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.comment-date{color:var(--text-muted);font-size:.8rem}.comment-body{white-space:pre-wrap;font-size:.95rem;line-height:1.5}.no-comments{color:var(--text-muted);font-style:italic}.comment-form-container{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:1.5rem}.comment-form h4{margin-top:0;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.comment-form textarea{background:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);resize:vertical;border-radius:8px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:.95rem}.comment-form textarea:focus{border-color:var(--accent);outline:none}.comment-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.comment-form button:hover:not(:disabled){background:var(--primary-hover)}.comment-form button:disabled{opacity:.6;cursor:not-allowed}.comment-message{border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.comment-message.success{color:var(--success-text);background:#10b9811a;border:1px solid #10b98133}.comment-message.error{color:var(--danger-text);background:#ef44441a;border:1px solid #ef444433}.comment-thread{flex-direction:column;display:flex;position:relative}.comment-item{z-index:1;position:relative}.comment-item.has-replies:after{content:"";border-left:1px solid var(--glass-border);z-index:0;position:absolute;top:40px;bottom:0;left:20px}.comment-replies{flex-direction:column;gap:1.5rem;margin-top:1.5rem;margin-left:1.25rem;padding-left:2.25rem;display:flex}.comment-thread:not(.depth-0)>.comment-item:before{content:"";border-left:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);z-index:0;border-bottom-left-radius:12px;width:2.25rem;height:calc(1.5rem + 20px);position:absolute;top:-1.5rem;left:-2.25rem}.comment-thread:not(.depth-0):not(:last-child):after{content:"";border-left:1px solid var(--glass-border);z-index:0;position:absolute;top:20px;bottom:0;left:-2.25rem}.comment-content-box.group{position:relative}.comment-actions{opacity:0;justify-content:flex-end;margin-top:.5rem;transition:opacity .2s;display:flex}.comment-content-box.group:hover .comment-actions{opacity:1}.comment-reply-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:.85rem;font-weight:600;transition:background .2s}.comment-reply-btn:hover{background:var(--border)}.comment-reply-form-wrap{margin-top:.75rem;margin-left:3.5rem}.comment-form.reply-form{background:var(--background);border:1px solid var(--glass-border);border-radius:12px;padding:1rem}.comment-form.reply-form h4{display:none}.comment-form.reply-form textarea{margin-bottom:.75rem}.reply-form-actions{justify-content:flex-end;gap:.5rem;display:flex}.reply-form-actions .btn-cancel{color:var(--text-muted);border:1px solid var(--glass-border);background:0 0}.reply-form-actions .btn-cancel:hover{background:var(--glass-bg);color:var(--foreground)}@media (max-width:640px){.comment-actions{opacity:1}}.comment-login-prompt{text-align:center;padding:1rem 0}.comment-login-prompt p{color:var(--text-muted);margin-bottom:.5rem}.comment-login-prompt .login-link{background:var(--primary);color:#fff;border-radius:6px;padding:.5rem 1rem;font-weight:500;text-decoration:none;display:inline-block}.comment-login-prompt .login-link:hover{background:var(--primary-hover)}.google-news-banner{background:var(--primary);border-radius:50px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;padding:6px 6px 6px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 4px 12px #0000001a}.google-news-banner:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.gn-banner-left{align-items:center;gap:12px;display:flex}.gn-banner-text{color:#fff;font-size:.95rem;font-weight:600}.gn-banner-btn{width:36px;height:36px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.google-news-banner:hover .gn-banner-btn{transform:scale(1.05)}@media (max-width:640px){.gn-banner-text{font-size:.8rem}.google-news-banner{padding:6px 6px 6px 12px}.gn-banner-left{gap:8px}}.product-share-box{z-index:1;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--card-shadow);justify-content:space-between;align-items:center;gap:20px;width:100%;margin-top:24px;margin-bottom:8px;padding:12px 28px;display:flex;position:relative}@media (min-width:1024px){.product-share-box{margin-top:auto;margin-bottom:0}}.product-share-meta-group{flex-shrink:0;align-items:center;gap:12px;display:flex}.product-share-left{color:var(--foreground);flex-shrink:0;align-items:center;gap:10px;font-size:1.05rem;font-weight:600;display:flex}.product-share-divider{background-color:var(--foreground);opacity:.2;flex-shrink:0;width:1px;height:24px}.product-share-right{flex-wrap:wrap;flex-grow:1;justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}@media (max-width:640px){.product-share-box{gap:12px;padding:12px 16px}}.product-share-icon,.forum-export-toggle{color:var(--foreground);cursor:pointer;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex}.product-share-icon svg,.forum-export-toggle svg{width:20px;height:20px}.product-share-icon.native-share,.forum-export-toggle{white-space:nowrap;border-radius:20px;flex:1;justify-content:center;gap:6px;width:auto;min-width:auto;padding:0 14px;font-size:13px;font-weight:500}@media (hover:hover) and (pointer:fine){.product-share-icon.facebook:hover{color:#1877f2}.product-share-icon.twitter:hover{color:#000}.dark .product-share-icon.twitter:hover{color:#fff}.product-share-icon.whatsapp:hover{color:#25d366}.product-share-icon.copy:hover{color:var(--text-muted)}.product-share-icon.native-share:hover{color:#fff;background:#000;border-color:#000}.dark .product-share-icon.native-share:hover{color:#000;background:#fff;border-color:#fff}}.btn-admin-edit{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:6px;transition:all .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.btn-admin-edit:hover{background:var(--hover-bg);color:var(--primary)}}.footer-copyright{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.875rem}.recently-viewed-item{width:210px;min-width:210px;max-width:210px}.recently-viewed-item .product-card-link{--card-pad:1rem}.recently-viewed-item .product-card-img-wrap{height:140px;margin-top:1.75rem;padding:.5rem}.recently-viewed-item .product-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6rem;min-height:2.6rem;margin-bottom:.5rem;font-size:.95rem;line-height:1.3;display:-webkit-box;overflow:hidden}.recently-viewed-item .product-card-brand-cat{font-size:.7rem}.recently-viewed-item .product-card-rating{font-size:.8rem}.recently-viewed-item .favorite-btn{width:28px;height:28px;top:8px;right:8px}.recently-viewed-item .compare-add-btn{width:auto;height:28px;top:8px;left:8px}.recently-viewed-item .favorite-btn svg,.recently-viewed-item .compare-add-btn svg{width:14px;height:14px}.product-card-top-info{justify-content:space-between;align-items:center;width:100%;margin-top:.25rem;margin-bottom:.75rem;display:flex}.product-card-top-info:empty{margin:0;padding:0;display:none}.product-card-top-right-group{align-items:center;gap:12px;margin-left:auto;display:flex}.product-card-rating-row{align-items:center;gap:4px;display:flex}.product-card-price-inline{color:var(--accent-text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:700}.product-card-features-count-row{color:var(--text-muted);align-items:center;gap:4px;display:flex}.feature-count-svg{color:#00182e;flex-shrink:0;width:14px;height:14px}.dark .feature-count-svg{color:var(--text-muted)}.feature-count-value{font-size:.85rem}.rating-star-svg{color:#facc15;flex-shrink:0;width:14px;height:14px}.rating-value{color:var(--foreground);font-size:.85rem;font-weight:600}.rating-count{color:var(--text-muted);font-size:.85rem}.recently-viewed-item .product-card-top-info{margin-top:.15rem;margin-bottom:.5rem}.recently-viewed-item .product-card-top-right-group{gap:6px}.recently-viewed-item .feature-count-svg{width:12px;height:12px}.recently-viewed-item .feature-count-value{font-size:.75rem}.recently-viewed-item .rating-star-svg{width:12px;height:12px}.recently-viewed-item .rating-value,.recently-viewed-item .rating-count{font-size:.75rem}.card-ai-score{align-self:center;display:flex}.product-versions-dots{justify-content:center;align-items:center;gap:.375rem;margin-top:.625rem;display:flex}.product-versions-dot{background:var(--text-muted);opacity:.5;cursor:pointer;border:none;border-radius:4px;width:8px;height:8px;padding:0;transition:all .3s}.product-versions-dot.active{background:var(--primary);opacity:1;width:24px}.product-versions-viewport{width:100%;min-width:0;overflow:hidden}.product-versions-track{transform:translateX(calc(var(--versions-page) * -1 * (100% + .5rem)));flex-wrap:nowrap;gap:.5rem;display:flex}.product-versions-track.is-animated{transition:transform .35s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.product-versions-track.is-animated{transition:none}}.product-version-item{flex:0 0 calc((100% - (var(--versions-per-page) - 1) * .5rem) / var(--versions-per-page));border:1px solid var(--border-subtle);cursor:pointer;min-width:0;color:var(--foreground);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;border-radius:.75rem;text-decoration:none;transition:all .2s;container-type:inline-size}.product-version-item img{-webkit-user-drag:none;pointer-events:none}@media (hover:hover) and (pointer:fine){.product-version-item:hover{background-color:var(--hover-bg);border-color:var(--buy-btn-bg);color:var(--buy-btn-bg)}}.product-version-item.active{background-color:var(--hover-bg);border-color:color-mix(in srgb, var(--buy-btn-bg) 45%, transparent);color:var(--foreground);cursor:default;box-shadow:inset 0 2px 5px #00000005}@media (hover:hover) and (pointer:fine){.product-version-item.active:hover{background-color:var(--hover-bg);border-color:color-mix(in srgb, var(--buy-btn-bg) 45%, transparent);color:var(--text-muted)}}.product-version-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;width:100%;height:100%;padding:.5rem;display:flex}.product-version-img-wrap{background-color:#0000;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;min-height:60px;padding:.25rem;display:flex}.product-version-item.active .product-version-img-wrap{border-color:#0000}.product-version-placeholder{background-color:var(--border-subtle);width:60px;min-width:60px;height:60px;min-height:60px;color:var(--foreground);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.product-version-item.active .product-version-placeholder{color:var(--text-muted);background-color:#0000}.product-version-text-wrap{width:100%;display:block;overflow:hidden}.product-version-text{white-space:nowrap;font-size:.7rem;font-weight:600;line-height:1.25;transition:transform .5s ease-in-out;display:inline-block;transform:translate(0)}@media (hover:hover) and (pointer:fine){.product-version-item:hover .product-version-text{transform:translate(min(0px,100cqw - 100% - 16px))}}@media (min-width:768px){.product-version-text{font-size:.8rem}}.dark .product-version-item{background-color:#0003;border-color:#ffffff1a}@media (hover:hover) and (pointer:fine){.dark .product-version-item:hover{border-color:var(--buy-btn-bg);background-color:#ffffff0d}}.dark .product-version-item.active{border-color:color-mix(in srgb, var(--buy-btn-bg) 40%, transparent);background-color:#ffffff14}.dark .product-version-img-wrap{background-color:var(--background)}.dark .product-version-placeholder{color:#fffc;background-color:#ffffff1a}@media (max-width:768px){.product-versions-container{padding:.75rem!important}.product-version-inner{padding:.25rem}.product-version-img-wrap,.product-version-placeholder{width:40px;min-width:40px;height:40px;min-height:40px}.product-version-text{font-size:.65rem}}.mobile-drawer-overlay{z-index:1000;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s cubic-bezier(.32,.72,0,1);position:fixed;inset:0}.mobile-drawer-overlay.open{opacity:1;pointer-events:auto}.mobile-drawer-content{background-color:var(--background);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--glass-border);z-index:1001;touch-action:none;border-top-left-radius:20px;border-top-right-radius:20px;padding:1rem 1.5rem 2rem;transition:transform .3s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #0003}.mobile-drawer-content.open{transform:translateY(0%)}.mobile-drawer-handle{background:var(--text-muted);opacity:.5;border-radius:2px;width:40px;height:4px;margin:0 auto 1.5rem}.mobile-drawer-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.mobile-drawer-user-info{align-items:center;gap:1rem;display:flex}.mobile-drawer-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.mobile-drawer-avatar-fallback{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:600;display:flex}.mobile-drawer-name-group{flex-direction:column;display:flex}.mobile-drawer-name{color:var(--foreground);font-size:1.1rem;font-weight:600}.mobile-drawer-username{color:var(--text-muted);font-size:.85rem}.mobile-drawer-profile-link{color:var(--text-muted);align-items:center;font-size:.9rem;text-decoration:none;display:flex}.mobile-drawer-links{flex-direction:column;display:flex}.mobile-drawer-item{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:calc(100% + 2rem);margin:0 -1rem;padding:1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .1s;display:flex}@media (hover:hover) and (pointer:fine){.mobile-drawer-item:hover{background-color:var(--hover-bg,#8080801a)}}.mobile-drawer-item:active{background-color:var(--hover-bg,#8080801a);transform:scale(.98)}.mobile-drawer-item svg{color:var(--text-muted)}.mobile-drawer-divider{background:var(--glass-border);height:1px;margin:.5rem 0}.logout-item,.logout-item svg{color:#ef4444}.mobile-drawer-footer{justify-content:flex-start;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.mobile-drawer-footer-link{color:var(--text-muted);font-size:.8rem;text-decoration:none}.mobile-drawer-footer-dot{color:var(--text-muted);font-size:.8rem}.compare-desktop-table{display:block}.compare-mobile-table{display:none}@media (max-width:768px){.compare-desktop-table{display:none}.compare-mobile-table{display:block}}.m-compare-container{width:100%;margin-bottom:2rem;position:relative}.m-compare-header{border-bottom:2px solid var(--border-subtle);background:var(--table-th-bg);z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;padding:1rem 0 .5rem;display:flex;position:sticky;top:48px}.m-compare-header-products{justify-content:space-between;align-items:flex-end;width:100%;display:flex}.m-compare-inline-nav-btn{background:var(--foreground);border:1px solid var(--foreground);color:var(--background);cursor:pointer;white-space:nowrap;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .8rem;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .2s;display:flex}.m-compare-inline-nav-btn:disabled{opacity:.5;cursor:not-allowed}.m-compare-header-item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.5rem;min-width:0;max-width:50%;padding:0 .5rem;display:flex;position:relative}.m-compare-header-score-wrap{justify-content:center;width:100%;margin-bottom:-.25rem;display:flex}.m-compare-header-img-wrap{width:60px;height:60px;position:relative}.m-compare-header-img{object-fit:contain;width:100%;height:100%}.m-compare-header-title{font-family:var(--font-ui);color:var(--foreground);font-size:13px;font-weight:400;line-height:1.2}.m-compare-inline-actions .remove-compare-btn{margin-top:0}.m-compare-row{border-bottom:1px solid var(--border-subtle);align-items:center;width:100%;padding:.75rem 0;display:flex}.m-compare-diff-row{background:var(--diff-highlight-bg)}.m-compare-val{text-align:center;font-family:var(--font-ui);color:var(--foreground);word-break:break-word;flex:1;padding:0 .25rem;font-size:12px;font-weight:500}.m-compare-label{text-align:center;font-family:var(--font-ui);color:var(--foreground);flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:0 .25rem;font-size:12px;font-weight:700;display:flex}.m-compare-group{text-align:center;font-family:var(--font-ui);color:var(--foreground);border-top:2px solid var(--border-subtle);background:var(--table-th-bg);justify-content:center;align-items:center;gap:.5rem;padding:1rem .5rem .5rem;font-size:14px;font-weight:700;display:flex}.m-compare-winner-icon{color:var(--primary);width:16px;height:16px;margin-top:2px}.m-compare-toggle-wrap{bottom:calc(75px + var(--mobile-nav-safe-bottom));z-index:998;justify-content:center;display:flex;position:fixed;left:50%;transform:translate(-50%)}.m-compare-toggle-wrap .compare-toggle-btn{background:var(--input-bg);border:1px solid var(--accent);color:var(--accent);border-radius:24px;padding:8px 16px;font-size:13px;font-weight:500;box-shadow:0 4px 12px #00000026}.m-compare-val-flex{flex-direction:column;align-items:center;gap:2px;display:flex}.ai-review-container{flex-direction:column;gap:1.5rem;display:flex}.ai-panel-header{font-family:var(--font-bricolage);color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.ai-panel-header svg{stroke:var(--accent)}.ai-sub-panel-header{font-family:var(--font-bricolage);color:var(--primary);align-items:center;gap:.5rem;margin-top:2rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.ai-sub-panel-header svg{stroke:var(--accent)}.ai-grid-2{grid-template-columns:1fr;gap:1.5rem;display:grid}.ai-pro-card,.ai-con-card{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.ai-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem}.ai-pro-card:not(:last-child){border-right:1px solid var(--border-subtle);padding-right:1.5rem}}@media (max-width:767px){.ai-pro-card:not(:last-child){border-bottom:1px solid var(--border-subtle);padding-bottom:1.5rem}}.ai-pro-card .ai-pro-title{color:var(--success-text);font-family:var(--font-bricolage);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.ai-con-card .ai-con-title{color:var(--danger-text);font-family:var(--font-bricolage);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.ai-list-item{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.95rem;line-height:1.4;display:flex}.ai-pro-card .ai-list-item span{color:var(--success-text);font-weight:700}.ai-con-card .ai-list-item span{color:var(--danger-text);font-weight:700}.tech-score-row{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.tech-score-row:last-child{margin-bottom:0}.tech-score-label{font-family:var(--font-jetbrains);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;font-size:.8rem;font-weight:500;display:flex}.tech-score-value{color:var(--text-primary);font-weight:700}.tech-progress-bg{background:var(--border-subtle);border-radius:var(--radius-sm,2px);width:100%;height:4px;overflow:hidden}.tech-progress-fill{border-radius:var(--radius-sm,2px);height:100%;transition:width 1s ease-out}.ai-buy-decision{border-radius:var(--radius);border:1px solid var(--border-subtle);background:var(--surface-canvas);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.ai-buy-decision.positive{border-left:4px solid #059669}.ai-buy-decision.negative{border-left:4px solid #dc2626}.ai-buy-title{font-family:var(--font-bricolage);margin-bottom:.25rem;font-size:1.05rem;font-weight:700;display:block}.ai-buy-decision.positive .ai-buy-title{color:var(--success-text)}.ai-buy-decision.negative .ai-buy-title{color:var(--danger-text)}.ai-buy-text{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.tech-chip-container{flex-wrap:wrap;gap:.75rem;display:flex}.tech-chip{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);font-family:var(--font-jetbrains);color:var(--text-primary);align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8rem;text-decoration:none;transition:all .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.tech-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--hover-bg)}}.ai-faq-item{border-bottom:1px solid var(--border-subtle);margin-bottom:1rem;padding-bottom:1rem}.ai-faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ai-faq-question{font-family:var(--font-jetbrains);color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.4}.ai-faq-answer{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.header-settings-trigger{background-color:var(--header-control-bg);border:1px solid var(--border-subtle);cursor:pointer;height:36px;color:var(--text-muted);box-sizing:border-box;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:relative}.header-settings-trigger:hover,.header-settings-trigger.active{color:var(--foreground);background-color:rgba(var(--accent-rgb), .08);border-color:var(--accent)}.settings-trigger-desktop{font-family:var(--font-bricolage), sans-serif;color:var(--foreground);align-items:center;gap:8px;height:100%;padding:0 14px;font-size:13.5px;font-weight:400;display:flex}.settings-trigger-mobile{justify-content:center;align-items:center;width:100%;height:100%;display:none;position:relative}.settings-chevron{margin-left:2px;transition:transform .2s}.header-settings-trigger.active .settings-chevron{transform:rotate(180deg)}@media (min-width:1025px){.header-settings-trigger{border-radius:9999px}}@media (max-width:1024px){.header-settings-trigger{border-radius:50%;width:36px;height:36px}.settings-trigger-desktop{display:none}.settings-trigger-mobile{display:flex}}.header-settings-accent-badge{border:1.5px solid var(--background);box-sizing:content-box;pointer-events:none;border-radius:50%;width:8.5px;height:8.5px;transition:background-color .2s;position:absolute;top:1px;right:1px}.light .header-settings-accent-badge{border-color:#fff}.settings-accent-dot-inline{border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background-color .2s}.header-settings-dropdown{background-color:var(--background);border:1px solid var(--glass-border);z-index:1000;border-radius:20px;flex-direction:column;gap:1.25rem;width:240px;padding:1.25rem;animation:.2s cubic-bezier(.4,0,.2,1) dropdown-fade-in;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.light .header-settings-dropdown{background-color:#fff}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.settings-section-title{font-family:var(--font-bricolage), sans-serif;color:var(--foreground);margin-bottom:.75rem;font-size:13px;font-weight:700}.theme-segmented-control{background-color:var(--hover-bg);border-radius:24px;gap:4px;padding:4px;display:flex}.theme-segment-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:20px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:8px 0;font-size:11px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.theme-segment-btn.active{background-color:var(--background);color:var(--foreground);box-shadow:0 2px 8px #00000014}.light .theme-segment-btn.active{background-color:#fff}.color-scheme-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.color-scheme-btn{aspect-ratio:1;cursor:pointer;background-clip:content-box;border:2px solid #0000;border-radius:50%;width:100%;padding:2.5px;transition:transform .15s,border-color .2s}.color-scheme-btn:hover{transform:scale(1.1)}.color-scheme-btn.active{border-color:var(--accent)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes audio-hourglass-flip{0%,40%{transform:rotate(0)}60%,to{transform:rotate(180deg)}}.cookie-consent-root{z-index:9999;padding:.75rem;animation:.42s cubic-bezier(.22,1.2,.36,1) both cookie-consent-in;position:fixed;bottom:0;left:0;right:0}@media (max-width:768px){.cookie-consent-root{bottom:calc(3.75rem + var(--mobile-nav-safe-bottom))}}.cookie-consent-root.is-closing{animation:.28s ease-in both cookie-consent-out}@keyframes cookie-consent-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookie-consent-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.cookie-consent-root,.cookie-consent-root.is-closing{animation:none}}.cookie-consent-card{background:var(--cookie-consent-surface);border:1px solid var(--glass-border);border-radius:16px;max-width:576px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px -20px #00000059}.cookie-consent-head{align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.cookie-consent-icon{background:rgba(var(--accent-rgb), .1);width:36px;height:36px;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;display:flex}.cookie-consent-head-text{flex:1;min-width:0}.cookie-consent-title{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600}.cookie-consent-desc{color:var(--text-muted);margin:.125rem 0 0;font-size:.75rem;line-height:1.6}.cookie-consent-details{border-top:1px solid var(--glass-border);padding:.75rem 1rem;animation:.2s ease-in-out both cookie-consent-expand}@keyframes cookie-consent-expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-list{flex-direction:column;gap:.25rem;display:flex}.cookie-consent-row{border-radius:12px;align-items:flex-start;gap:.75rem;padding:.625rem .75rem;transition:background .15s;display:flex}.cookie-consent-row:hover{background:var(--cookie-consent-row-hover)}.cookie-consent-row-icon{background:rgba(var(--accent-rgb), .08);width:28px;height:28px;color:var(--text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;display:flex}.cookie-consent-row-text{flex:1;min-width:0}.cookie-consent-row-label{color:var(--foreground);margin:0;font-size:.75rem;font-weight:600}.cookie-consent-row-desc{color:var(--text-muted);margin:.125rem 0 0;font-size:.6875rem;line-height:1.55}.cookie-consent-switch{background:var(--glass-border);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:40px;height:22px;margin-top:.125rem;padding:0;transition:background .2s;position:relative}.cookie-consent-switch.is-on{background:var(--accent)}.cookie-consent-switch:disabled{cursor:not-allowed;opacity:.55}.cookie-consent-switch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cookie-consent-switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.cookie-consent-switch.is-on .cookie-consent-switch-thumb{left:20px}.cookie-consent-actions{border-top:1px solid var(--glass-border);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.cookie-consent-actions-main{flex-direction:column;gap:.5rem;display:flex}.cookie-consent-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:100%;padding:.4375rem .9375rem;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1.4;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.cookie-consent-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cookie-consent-btn.is-primary{background:var(--accent);color:#fff}.cookie-consent-btn.is-primary:hover{opacity:.9}.cookie-consent-btn.is-outline{border-color:var(--glass-border);color:var(--foreground);background:0 0}.cookie-consent-btn.is-outline:hover{background:var(--cookie-consent-row-hover)}.cookie-consent-btn.is-ghost{color:var(--text-muted);background:0 0}.cookie-consent-btn.is-ghost:hover{background:var(--cookie-consent-row-hover);color:var(--foreground)}@media (min-width:640px){.cookie-consent-root{padding:1rem}.cookie-consent-head{padding:1.25rem}.cookie-consent-details{padding:.75rem 1.25rem}.cookie-consent-actions{flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1.25rem}.cookie-consent-actions-main{flex-direction:row;align-items:center}.cookie-consent-btn{width:auto}}.radar-panel{--radar-surface:#fff;--radar-grid:#1818161f;--radar-spoke:#1818162e;--radar-s1:#2a78d6;--radar-s2:#eb6834;--radar-s3:#1baf7a;flex-direction:column;justify-content:center;height:100%;display:flex}.dark .radar-panel{--radar-surface:#161616;--radar-grid:#f5f5f521;--radar-spoke:#f5f5f533;--radar-s1:#3987e5;--radar-s2:#d95926;--radar-s3:#199e70}.radar-title{color:var(--foreground);margin:0;font-size:1.15rem;font-weight:700}.radar-subtitle{color:var(--text-muted);margin:.25rem 0 0;font-size:.85rem}.radar-swatch{background:var(--radar-s1);border-radius:3px;flex:none;width:12px;height:12px}.radar-swatch.radar-s2{background:var(--radar-s2)}.radar-swatch.radar-s3{background:var(--radar-s3)}.radar-plot-wrap{flex:1;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:0;display:flex;position:relative}.radar-svg{width:100%;max-width:100%;height:auto;max-height:100%;display:block;overflow:visible}.radar-ring{fill:none;stroke:var(--radar-grid);stroke-width:1px}.radar-spoke{stroke:var(--radar-spoke);stroke-width:1px}.radar-spoke.is-active{stroke:var(--text-muted)}.radar-tick{fill:var(--text-muted);font-variant-numeric:tabular-nums;font-size:10px}.radar-area{fill:var(--radar-s1);fill-opacity:.1;stroke:none}.radar-area.radar-s2{fill:var(--radar-s2)}.radar-area.radar-s3{fill:var(--radar-s3)}.radar-line{fill:none;stroke:var(--radar-s1);stroke-width:2px;stroke-linejoin:round}.radar-line.radar-s2{stroke:var(--radar-s2)}.radar-line.radar-s3{stroke:var(--radar-s3)}.radar-dot{fill:var(--radar-s1);stroke:var(--radar-surface);stroke-width:2px;transition:r .12s}.radar-dot.radar-s2{fill:var(--radar-s2)}.radar-dot.radar-s3{fill:var(--radar-s3)}.radar-axis-label{fill:var(--text-muted);font-size:12px;font-weight:600}.radar-axis-label.is-active{fill:var(--foreground)}.radar-hit{fill:#0000;cursor:pointer;outline:none}.radar-hit:focus-visible{outline:2px solid var(--accent);outline-offset:-4px;border-radius:4px}.radar-readout{z-index:20;border:1px solid var(--glass-border);background:var(--glass-panel-heavy);opacity:0;pointer-events:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem .75rem;width:80vw;max-width:340px;min-height:2.25rem;margin-top:10px;padding:.75rem 1rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000026}.radar-readout.is-visible{opacity:1}.radar-readout-axis{color:var(--foreground);font-size:.85rem;font-weight:700}.radar-readout-row{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.radar-readout-value{color:var(--foreground);font-variant-numeric:tabular-nums;font-weight:700}.radar-facets{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.radar-facet{margin:0}.radar-facet-title{color:var(--foreground);text-align:center;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.radar-table-wrap{margin-top:1.25rem;overflow-x:auto}.radar-table{border-collapse:collapse;width:100%;font-size:.88rem}.radar-table-caption{text-align:left;color:var(--text-muted);padding-bottom:.5rem;font-size:.8rem}.radar-table th,.radar-table td{border-bottom:1px solid var(--glass-border);text-align:left;padding:.5rem .75rem}.radar-table thead th{color:var(--text-muted);min-width:6rem;font-size:.8rem;font-weight:600}.radar-table tbody th,.radar-table td{white-space:nowrap}.radar-table tbody th{color:var(--foreground);font-weight:600}.radar-table td{color:var(--foreground);font-variant-numeric:tabular-nums;font-weight:700}@media (max-width:640px){.radar-axis-label{font-size:17px}.radar-tick{font-size:14px}.radar-readout{flex-direction:column;align-items:flex-start;gap:.2rem}.radar-table th,.radar-table td{padding:.45rem .5rem}.radar-table{font-size:.8rem}.radar-table thead th{min-width:0}.radar-table tbody th{white-space:normal}}@media (prefers-reduced-motion:reduce){.radar-dot,.radar-readout{transition:none}}.poll-panel{--poll-a:var(--radar-s1,#2a78d6);--poll-b:var(--radar-s2,#eb6834);margin-top:1.5rem;margin-bottom:1.5rem;overflow:hidden}.dark .poll-panel{--poll-a:#3987e5;--poll-b:#d95926}.poll-head{text-align:center;margin-bottom:1.5rem}.poll-badge{background:rgba(var(--accent-rgb), .1);color:var(--accent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.poll-badge svg{animation:1.8s ease-in-out infinite poll-pulse}@keyframes poll-pulse{0%,to{opacity:1}50%{opacity:.4}}.poll-title{font-family:var(--font-display,inherit);color:var(--foreground);margin:0 0 .35rem;font-size:1.4rem;font-weight:800}.poll-subtitle{color:var(--text-muted);margin:0;font-size:.9rem}.poll-options{grid-template-columns:1fr 1fr;gap:1rem;display:grid;position:relative}.poll-vs-divider{background:var(--glass-panel-heavy);border:2px solid var(--glass-border);width:44px;height:44px;color:var(--text-muted);letter-spacing:.02em;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;transition:top .3s,width .25s,height .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000001f}.poll-vs-divider.is-small{top:38%}.poll-option{border-radius:calc(var(--radius) - 4px);border:1.5px solid var(--glass-border);background:var(--glass-bg);cursor:pointer;text-align:left;flex-direction:column;gap:.6rem;padding:1.1rem 1rem 1rem;font-family:inherit;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;position:relative}.poll-option:hover:not(:disabled){border-color:var(--poll-a);transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.poll-option-b:hover:not(:disabled){border-color:var(--poll-b)}.poll-option:disabled{cursor:default}.poll-option.is-selected{border-color:var(--poll-a);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12)}.poll-option-b.is-selected{border-color:var(--poll-b)}.poll-option-top{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.poll-option-media{justify-content:center;align-items:center;width:100%;height:84px;display:flex;position:relative}.poll-option-img{object-fit:contain;width:auto;max-width:100%;height:100%}.poll-option-img-empty{background:var(--image-placeholder-bg,var(--glass-border));width:84px;height:100%;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;display:flex}.poll-your-vote{background:var(--accent);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:.2rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;bottom:-6px;right:50%;transform:translate(50%);box-shadow:0 2px 6px #0003}.poll-option-name{color:var(--foreground);font-size:.95rem;font-weight:700;line-height:1.3}.poll-option-bar-track{background:var(--glass-border);border-radius:999px;height:0;transition:height .25s;overflow:hidden}.poll-option.is-revealed .poll-option-bar-track{height:10px}.poll-option-bar-fill{border-radius:999px;height:100%;transition:width .7s cubic-bezier(.22,1,.36,1)}.poll-fill-a{background:var(--poll-a)}.poll-fill-b{background:var(--poll-b)}.poll-option-result{opacity:0;justify-content:space-between;align-items:center;min-height:0;transition:opacity .3s .2s,transform .3s .2s;display:flex;transform:translateY(-4px)}.poll-option.is-revealed .poll-option-result{opacity:1;transform:translateY(0)}.poll-option-pct{color:var(--foreground);font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:800}.poll-leading-tag{color:#15803d;background:#15803d1f;border-radius:999px;align-items:center;gap:.2rem;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-flex}.dark .poll-leading-tag{color:#4ade80;background:#4ade8026}.poll-total-note{text-align:center;color:var(--text-muted);margin:1.25rem 0 0;font-size:.8rem}.poll-total-note strong{color:var(--foreground)}@media (max-width:640px){.poll-panel{padding:1.25rem 1rem}.poll-title{font-size:1.15rem}.poll-options{gap:.6rem}.poll-option{padding:.85rem .6rem .75rem}.poll-option-media{height:60px}.poll-option-name{font-size:.8rem}.poll-your-vote{padding:.1rem .4rem;font-size:.58rem}.poll-vs-divider{width:34px;height:34px;font-size:.65rem}}.tournament-hero{text-align:center;max-width:640px;margin:0 auto 1.75rem}.tournament-hero-badge{background:rgba(var(--accent-rgb), .1);color:var(--accent);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.85rem;padding:.3rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.tournament-hero-title{font-family:var(--font-display,inherit);color:var(--foreground);margin:0 0 .5rem;font-size:2rem;font-weight:800}.tournament-hero-text{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6}.tournament-arena{max-width:780px;margin:0 auto}.tournament-progress{margin-bottom:.85rem}.tournament-progress-meta{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:.45rem;font-size:.8rem;display:flex}.tournament-progress-count strong{color:var(--foreground);font-weight:700}.tournament-streak{background:rgba(var(--accent-rgb), .12);color:var(--accent);border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.75rem;font-weight:700;animation:.42s cubic-bezier(.34,1.56,.64,1) tournament-streak-pop;display:inline-flex}@keyframes tournament-streak-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.tournament-progress-track{background:var(--border-subtle);border-radius:999px;height:5px;overflow:hidden}.tournament-progress-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .45s cubic-bezier(.22,1,.36,1)}.tournament-card{animation:.34s cubic-bezier(.22,1,.36,1) tournament-card-in}@keyframes tournament-card-in{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:none}}.tournament-card-foot{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.1rem;padding-top:.9rem;display:flex}.tournament-detail-link,.tournament-skip{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.8rem;font-weight:600;transition:color .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.tournament-detail-link:hover,.tournament-skip:hover{color:var(--accent)}}.tournament-advance{color:var(--accent);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.tournament-advance-bar{background:rgba(var(--accent-rgb), .2);border-radius:999px;width:46px;height:3px;display:block;position:relative;overflow:hidden}.tournament-advance-bar:after{content:"";border-radius:inherit;background:var(--accent);transform-origin:0;animation:1.4s linear forwards tournament-advance-fill;position:absolute;inset:0}@keyframes tournament-advance-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.tournament-done{text-align:center;padding:2.5rem 1.5rem}.tournament-done-icon{color:var(--accent);margin-bottom:.75rem}.tournament-done-title{font-family:var(--font-display,inherit);color:var(--foreground);margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.tournament-done-text{max-width:420px;color:var(--text-muted);margin:0 auto 1.25rem;font-size:.9rem;line-height:1.6}.tournament-done-cta{background:var(--accent);color:#fff;border-radius:999px;align-items:center;padding:.55rem 1.1rem;font-size:.85rem;font-weight:700;transition:filter .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.tournament-done-cta:hover{filter:brightness(1.08)}}.teaser-poll{margin-bottom:0}.teaser-cta-slot{text-align:center;margin-top:1.25rem;animation:.4s cubic-bezier(.34,1.56,.64,1) teaser-cta-in}@keyframes teaser-cta-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.teaser-cta{background:var(--accent);color:#fff;white-space:nowrap;will-change:transform;border-radius:999px;align-items:center;gap:.45rem;padding:.65rem 1.3rem;font-size:.92rem;font-weight:700;animation:2.4s ease-in-out .6s infinite teaser-cta-pulse;display:inline-flex;position:relative;overflow:hidden}.teaser-cta-spark{will-change:transform;background:linear-gradient(100deg,#0000,#ffffff73,#0000);width:40%;animation:1.6s ease-in-out .7s 2 teaser-spark;position:absolute;top:0;bottom:0;left:0}@keyframes teaser-spark{0%{transform:translate(-150%)}to{transform:translate(300%)}}@keyframes teaser-cta-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.teaser-cta,.teaser-cta-spark,.teaser-cta-slot,.tournament-advance-bar:after,.tournament-card,.tournament-streak{animation:none}.teaser-cta-spark{display:none}}@media (max-width:640px){.tournament-hero-title{font-size:1.5rem}.tournament-hero-text{font-size:.85rem}.tournament-card-foot{text-align:center;flex-direction:column-reverse;align-items:stretch;gap:.6rem}.tournament-detail-link,.tournament-advance,.tournament-skip{justify-content:center}.teaser-cta{justify-content:center;width:100%}}.trends-category-section{margin-bottom:2.75rem}.trends-category-section:last-child{margin-bottom:0}.trends-category-title{font-family:var(--font-display,inherit);color:var(--foreground);margin:0 0 1.1rem;font-size:1.4rem;font-weight:800}.trends-products-grid{margin-bottom:1.5rem}.trend-card-slot{height:100%;position:relative}.trend-rank-badge{z-index:11;background:var(--primary);color:var(--background);letter-spacing:.02em;pointer-events:none;border-radius:999px;padding:.2rem .6rem;font-size:.68rem;font-weight:700;position:absolute;top:3rem;left:.7rem;box-shadow:0 2px 6px #00000026}.spec-highlight-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem;margin:0;display:grid}.spec-highlight{border:1px solid var(--glass-border);background:var(--background);border-radius:12px;flex-direction:column;gap:.3rem;min-width:0;padding:.75rem .9rem;display:flex}.spec-highlight-label{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:.72rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.spec-highlight-value{color:var(--foreground);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:auto 0 0;padding-top:.15rem;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.dark .spec-highlight{background:var(--glass-bg);border-color:var(--glass-border)}@media (max-width:480px){.spec-highlight-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem}.spec-highlight{padding:.6rem .7rem}.spec-highlight-value{font-size:.9rem}}.wizard-panel{margin-bottom:2.5rem;padding:2rem}.wizard{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.wizard-progress{gap:.4rem;display:flex}.wizard-progress-bar{background:var(--border-subtle);border-radius:999px;flex:1;height:4px;transition:background .25s}.wizard-progress-bar.done{background:var(--accent)}.wizard-step-count{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.8rem;font-weight:600}.wizard-fieldset{border:0;min-width:0;margin:0;padding:0}.wizard-question{color:var(--foreground);padding:0;font-size:1.35rem;font-weight:700}.wizard-help{color:var(--text-muted);margin:.35rem 0 1rem;font-size:.9rem}.wizard-options{grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));gap:.7rem;display:grid}.wizard-option{text-align:left;border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--foreground);cursor:pointer;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0;padding:.9rem 1rem;transition:border-color .18s,background .18s,transform .18s;display:flex}.wizard-option:hover{border-color:color-mix(in srgb, var(--accent) 45%, transparent);transform:translateY(-1px)}.wizard-option.active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent)}.wizard-option-label{font-size:.98rem;font-weight:600}.wizard-option-hint{color:var(--text-muted);font-size:.82rem}.wizard-nav{flex-wrap:wrap;justify-content:flex-end;gap:.7rem;display:flex}.wizard-results-head{margin-bottom:.25rem}.wizard-results-title{margin:0;font-size:1.35rem;font-weight:700}.wizard-results-meta{color:var(--text-muted);margin:.3rem 0 0;font-size:.85rem}.wizard-results{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.wizard-card{border:1px solid var(--border-subtle);background:var(--input-bg);border-radius:14px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.9rem;display:grid}.wizard-card-rank{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.82rem;font-weight:700;display:flex}.wizard-card-img{object-fit:contain;background:#fff;border-radius:10px;flex-shrink:0;width:56px;height:56px}.wizard-card-img-empty{background:var(--border-subtle)}.wizard-card-body{min-width:0}.wizard-card-name{color:var(--foreground);overflow-wrap:anywhere;font-size:.98rem;font-weight:600;text-decoration:none;display:block}.wizard-card-name:hover{color:var(--accent)}.wizard-card-tags{flex-wrap:wrap;gap:.3rem;margin:.4rem 0 0;padding:0;list-style:none;display:flex}.wizard-card-tag{background:color-mix(in srgb, var(--accent) 16%, transparent);color:var(--accent);border-radius:999px;padding:.15rem .5rem;font-size:.74rem;font-weight:600}.wizard-card-specs{flex-wrap:wrap;gap:.3rem .9rem;margin:.5rem 0 0;display:flex}.wizard-card-specs div{gap:.3rem;font-size:.8rem;display:flex}.wizard-card-specs dt{color:var(--text-muted)}.wizard-card-specs dd{color:var(--foreground);margin:0;font-weight:600}.wizard-card-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.3rem;display:flex}.wizard-card-fit{flex-direction:column;align-items:center;line-height:1.1;display:flex}.wizard-card-fit strong{color:var(--accent);font-size:1.15rem}.wizard-card-fit span{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.68rem}.wizard-card-price{white-space:nowrap;font-size:.92rem;font-weight:700}.wizard-empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;display:flex}.wizard-showcase{margin-bottom:2.5rem}.wizard-showcase-title{margin:0 0 .4rem;font-size:1.5rem;font-weight:700}.wizard-showcase-desc{color:var(--text-muted);margin:0 0 1.2rem;font-size:.95rem}.wizard-showcase-grid{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:1rem;display:grid}.wizard-showcase-band{min-width:0;padding:1.25rem}.wizard-showcase-band-title{color:var(--accent);margin:0 0 .8rem;font-size:1.05rem;font-weight:700}.wizard-showcase-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.wizard-showcase-item{justify-content:space-between;align-items:baseline;gap:.7rem;min-width:0;display:flex}.wizard-showcase-link{color:var(--foreground);overflow-wrap:anywhere;min-width:0;font-size:.9rem;text-decoration:none}.wizard-showcase-link:hover{color:var(--accent)}.wizard-showcase-price{white-space:nowrap;color:var(--text-muted);font-size:.85rem;font-weight:700}.wizard-showcase-empty{color:var(--text-muted);margin:0;font-size:.88rem}@media (max-width:560px){.wizard-panel{padding:1.25rem}.wizard-card{grid-template-columns:auto auto minmax(0,1fr);row-gap:.7rem}.wizard-card-side{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;width:100%}.wizard-card-fit{flex-direction:row;align-items:baseline;gap:.3rem}.wizard-nav{justify-content:stretch}.wizard-nav .btn{flex:1}}.hot-deals-page{padding-top:2rem;padding-bottom:3rem}.hot-deals-hero{max-width:46rem;margin:1.5rem 0 2.5rem}.hot-deals-eyebrow{background:rgba(var(--accent-rgb), .1);color:var(--accent);border:1px solid rgba(var(--accent-rgb), .2);letter-spacing:.02em;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.hot-deals-eyebrow svg{flex-shrink:0;width:14px;height:14px}.hot-deals-title{letter-spacing:-.02em;color:var(--foreground);margin:.85rem 0 .6rem;font-size:clamp(1.9rem,1.3rem + 2.4vw,2.6rem);font-weight:700;line-height:1.15}.hot-deals-desc{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.6}.hot-deals-stats{flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 0;display:flex}.hot-deals-stat{border:1px solid var(--glass-border);background:var(--glass-bg);border-radius:12px;flex:0 auto;min-width:0;padding:.7rem 1.1rem}.hot-deals-stat dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .15rem;font-size:.75rem}.hot-deals-stat dd{color:var(--foreground);font-variant-numeric:tabular-nums;margin:0;font-size:1.25rem;font-weight:700}.hot-deals-empty{text-align:center;padding:3.5rem 1.5rem}.hot-deals-empty svg{width:44px;height:44px;color:var(--text-muted);opacity:.55;margin:0 auto 1rem}.hot-deals-empty h2{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.hot-deals-empty p{max-width:34rem;color:var(--text-muted);margin:0 auto;line-height:1.6}.product-card-img-wrap{position:relative}.product-card-deal-badge{background:var(--danger);color:#fff;letter-spacing:.01em;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.22rem .55rem;font-size:.72rem;font-weight:700;line-height:1.35;display:inline-flex;position:absolute;bottom:.5rem;left:.5rem;box-shadow:0 1px 3px #00000040}.product-card-deal-badge svg{flex-shrink:0;width:12px;height:12px}.product-card-price{min-height:4.6rem;margin-top:auto;margin-inline:calc(var(--card-pad) * -1);margin-bottom:calc(var(--card-pad) * -1);padding:.7rem var(--card-pad) .9rem;border-top:1px solid var(--glass-border);background:color-mix(in srgb, var(--accent) 4%, transparent);flex-direction:column;justify-content:center;display:flex}.product-card-price-row{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.product-card-price-now{color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.35rem;font-weight:800;line-height:1.15}.product-card-price-old{color:var(--text-muted);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in srgb, var(--text-muted) 60%, transparent);text-decoration-color:color-mix(in srgb, var(--text-muted) 60%, transparent);font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:500;text-decoration-thickness:1.5px}.product-card-price-meta{flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.45rem;display:flex}.product-card-price-drop{background:color-mix(in srgb, var(--success-text) 14%, transparent);color:var(--success-text);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;align-items:center;gap:.2rem;padding:.15rem .45rem;font-size:.74rem;font-weight:700;display:inline-flex}.product-card-price-drop svg{flex-shrink:0;width:10px;height:10px}.product-card-price-offers{color:var(--text-muted);white-space:nowrap;font-size:.74rem;font-weight:500}.skeleton-block{background-color:var(--heavy-bg);background-image:linear-gradient(90deg, transparent 0%, rgba(var(--accent-rgb), .07) 50%, transparent 100%);background-repeat:no-repeat;background-size:200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite skeleton-shimmer;display:block}@keyframes skeleton-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}@media (prefers-reduced-motion:reduce){.skeleton-block{animation:none}}.product-card-skeleton{gap:.5rem}.product-card-skeleton .skeleton-img{background-color:var(--heavy-bg)}.product-card-skeleton-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.skeleton-score{border-radius:50%;width:48px;height:48px}.skeleton-rating{width:68px;height:14px}.skeleton-line{border-radius:6px;height:12px}.skeleton-line-title{width:100%;height:14px}.skeleton-line-title.short{width:62%}.skeleton-line-meta{width:78%;height:10px}.product-card-skeleton-price{margin-top:auto;padding-top:.75rem}.skeleton-line-price{width:54%;height:18px}.skeleton-page-title{width:min(20rem,70%);height:2rem;margin-bottom:.75rem}.skeleton-page-subtitle{width:min(28rem,85%);height:1rem}.skeleton-breadcrumb{width:min(16rem,60%);height:.85rem;margin-bottom:1rem}.skeleton-sidebar{flex-direction:column;gap:.75rem;display:flex}.skeleton-rows{flex-direction:column;gap:.6rem;margin-top:1.5rem;display:flex}.skeleton-row{border-radius:10px;height:44px}.skeleton-detail{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:1.5rem;margin-top:1rem;display:grid}.skeleton-detail-media{border-radius:16px;height:360px}.skeleton-detail-info{flex-direction:column;gap:.75rem;min-width:0;display:flex}.skeleton-compare-cards{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:1.5rem;margin-top:1rem;display:grid}.skeleton-compare-card{border-radius:16px;height:260px}.price-history-chart{width:100%;margin-top:1rem;overflow:auto hidden}.price-history-chart,.price-history-chart *{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;outline:none!important}.price-history-svg{width:100%;min-width:560px;height:auto;display:block}.price-history-grid-line{stroke:var(--border);stroke-dasharray:3 3;opacity:.65;vector-effect:non-scaling-stroke}.price-history-axis-label{fill:var(--text-muted);font-size:12px}.price-history-line{fill:none;stroke:var(--primary);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.price-history-point{fill:var(--primary);stroke:var(--bg-main);stroke-width:2px;vector-effect:non-scaling-stroke}
