:root{--color-white: #ffffff;--color-gray-50: #f8fafc;--color-gray-100: #f1f5f9;--color-gray-200: #e2e8f0;--color-gray-300: #cbd5e1;--color-gray-400: #94a3b8;--color-gray-500: #64748b;--color-gray-600: #475569;--color-gray-700: #334155;--color-gray-800: #1e293b;--color-gray-900: #0f172a;--color-primary: #4f46e5;--color-primary-dark: #4338ca;--color-primary-light: #eef2ff;--color-accent: #667eea;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace;--max-width: 1320px;--content-width: 720px;--header-height: 64px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-gray-50);color:var(--color-gray-800);line-height:1.7;display:flex;flex-direction:column;min-height:100vh}a{color:var(--color-primary);text-decoration:none;transition:color .15s}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto;display:block}img[width]:not([height]){height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--color-white);border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;z-index:50;height:var(--header-height)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.site-brand{text-decoration:none;color:inherit;flex-shrink:0}.brand-inner{display:flex;align-items:center;gap:.75rem}.brand-logo{max-height:36px;width:auto;display:block}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-name{font-size:1.125rem;font-weight:700;color:var(--color-gray-900)}.brand-tagline{font-size:.75rem;color:var(--color-gray-400);font-weight:400}.main-nav{display:flex;align-items:center;gap:1.5rem}.main-nav a{font-size:.9rem;font-weight:500;color:var(--color-gray-600);padding:.375rem 0;border-bottom:2px solid transparent;transition:all .15s;text-decoration:none}.main-nav a:hover{color:var(--color-gray-900)}.main-nav a.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem;flex-direction:column;gap:4px;margin-left:auto;flex-shrink:0}.nav-toggle span{display:block;width:22px;height:2px;background:var(--color-gray-700);border-radius:2px;transition:all .2s}.nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-header .widget{background:none;border:none;padding:0;margin:0}.site-header .widget .widget-title{display:none}.site-header .widget>ul{display:flex;align-items:center;gap:1.5rem}.site-header .widget li{border:none;padding:0;position:relative;list-style:none}.site-header .widget li a{font-size:.9rem;font-weight:500;color:var(--color-gray-600);text-decoration:none;padding-bottom:.25rem;border-bottom:2px solid transparent;transition:all .15s}.site-header .widget li a:hover{color:var(--color-gray-900);border-bottom-color:var(--color-gray-900)}.site-header .widget li:has(>.widget-menu)>a:after{content:"";display:inline-block;margin-left:.375rem;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--color-gray-400)}.site-header .widget .widget-menu .widget-menu{display:none;position:absolute;top:100%;left:0;min-width:200px;white-space:nowrap;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:8px;padding:.5rem 0;box-shadow:0 8px 24px #00000014;z-index:100;gap:0;flex-direction:column}.site-header .widget .widget-menu .widget-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.site-header .widget li:hover>.widget-menu{display:flex}.site-header .widget .widget-menu .widget-menu li{padding:0}.site-header .widget .widget-menu .widget-menu a{display:block;padding:.5rem 1.75rem .5rem 1rem;border:none;font-size:.875rem;position:relative;overflow:hidden;text-overflow:ellipsis}.site-header .widget .widget-menu .widget-menu li:has(>.widget-menu)>a:after{content:"";position:absolute;right:.75rem;top:50%;margin-top:-4px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid var(--color-gray-400)}.site-header .widget .widget-menu .widget-menu a:hover{background:var(--color-gray-50);color:var(--color-primary);border:none}.site-header .widget .widget-menu .widget-menu .widget-menu{top:-.5rem;left:100%;margin-left:-1px}.site-header .widget .widget-menu .widget-menu .widget-menu:before{top:0;left:-12px;width:12px;height:100%}.hero{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-accent) 100%);color:var(--color-white);padding:4rem 0;text-align:center}.hero h1{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:.75rem;letter-spacing:-.02em}.hero p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.content-wrapper{max-width:var(--max-width);width:100%;margin:0 auto;padding:2rem 1.5rem;display:flex;gap:2.5rem;flex:1}.main-content{flex:1;min-width:0;min-height:300px;width:100%}.sidebar{width:300px;flex-shrink:0}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:var(--color-gray-900);line-height:1.3;letter-spacing:-.02em}.page-meta{font-size:.875rem;color:var(--color-gray-400);margin-top:.5rem}.preview-banner{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-gray-200)}.post-tag{display:inline-block;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-primary);background:var(--color-primary-light);border-radius:999px;text-decoration:none;transition:background .15s}.post-tag:hover{background:var(--color-primary);color:#fff}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.375rem}.blog-tag{font-size:.6875rem;font-weight:500;color:var(--color-primary);background:var(--color-primary-light);padding:.125rem .5rem;border-radius:999px;line-height:1.5}.featured-image{margin-bottom:2rem}.featured-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 16px #0000001a}.post-content{font-size:1.0625rem;line-height:1.8;color:var(--color-gray-700)}.post-content p{margin-bottom:1.25rem}.post-content h1{font-size:2rem;font-weight:700;margin:2rem 0 1rem;color:var(--color-gray-900)}.post-content h2{font-size:1.5rem;font-weight:600;margin:1.75rem 0 .75rem;color:var(--color-gray-900)}.post-content h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .5rem;color:var(--color-gray-900)}.post-content h4{font-size:1.0625rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--color-gray-900)}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.post-content li{margin-bottom:.375rem}.post-content blockquote{border-left:4px solid var(--color-primary);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--color-primary-light);border-radius:0 6px 6px 0;color:var(--color-gray-700);font-style:italic}.post-content code{background:var(--color-gray-100);padding:.125rem .375rem;border-radius:3px;font-size:.875em;font-family:var(--font-mono);color:var(--color-gray-800)}.post-content pre{background:var(--color-gray-900);color:var(--color-gray-100);padding:1.25rem;border-radius:8px;margin:1.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content pre code{background:transparent;padding:0;color:inherit;font-size:.875rem}.post-content a{text-decoration:underline}.post-content hr{border:none;border-top:2px solid var(--color-gray-200);margin:2rem 0}.post-content img{max-width:100%;border-radius:8px;margin:1.5rem 0;box-shadow:0 2px 8px #00000014}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content th,.post-content td{border:1px solid #d1d5db;padding:.5rem .75rem;text-align:left;vertical-align:top;white-space:nowrap}.post-content th{background:#f8fafc;font-weight:600}.post-content sup{font-size:.75em;vertical-align:super;line-height:0}.post-content sub{font-size:.75em;vertical-align:sub;line-height:0}.post-content mark{background:#fef08a;padding:.125rem .25rem;border-radius:2px}.post-content h2,.post-content h3{scroll-margin-top:80px}.table-of-contents{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:2rem}.toc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.toc-title{font-size:.9375rem;font-weight:700;color:#1e293b}.toc-toggle{background:none;border:none;cursor:pointer;color:#64748b;padding:.25rem;display:flex;align-items:center;transition:transform .2s}.toc-collapsed .toc-toggle svg{transform:rotate(180deg)}.toc-collapsed .toc-list{display:none}.toc-list{list-style:none;padding:0;margin:0}.toc-item{padding:.25rem 0}.toc-item-h2{padding-left:0}.toc-item-h3{padding-left:1.25rem}.toc-item-h3 .toc-link{font-size:.8125rem}.toc-link{color:#4f46e5;text-decoration:none;font-size:.875rem;font-weight:500}.toc-link:hover{text-decoration:underline;color:#4338ca}.sidebar-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}.sidebar-card h3{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-400);margin-bottom:.75rem}.sidebar-card ul{list-style:none}.sidebar-card li{padding:.375rem 0;border-bottom:1px solid var(--color-gray-100);font-size:.875rem}.sidebar-card li:last-child{border-bottom:none}.sidebar-card li a{color:var(--color-gray-600);display:block}.sidebar-card li a:hover{color:var(--color-primary)}.widget{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}.widget .widget-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-400);margin-bottom:.75rem}.widget ul{list-style:none}.widget li{padding:.375rem 0;border-bottom:1px solid var(--color-gray-100);font-size:.875rem}.widget li:last-child{border-bottom:none}.widget li a{color:var(--color-gray-600);display:block}.widget li a:hover{color:var(--color-primary)}.widget-menu{padding-left:0;list-style:none}.widget-menu .widget-menu{padding-left:1rem;margin-top:.25rem}.widget-search{display:flex;overflow:hidden}.widget-search-form{display:flex;flex:1;min-width:0}.widget-search-input{width:100%;max-width:100%;padding:.5rem .625rem .5rem 2rem;border:1.5px solid var(--color-gray-200);border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s,box-shadow .15s;background:var(--color-white);box-sizing:border-box}.widget-search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e514}.widget-search-input::placeholder{color:#94a3b8}.blog-section{padding:2rem 0 3rem}.blog-section-title{font-size:1.375rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-card{display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:10px;overflow:hidden;text-decoration:none;transition:all .2s;color:inherit}.blog-card:hover{border-color:var(--color-primary);box-shadow:0 4px 16px #4f46e51f;transform:translateY(-2px)}.blog-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--color-gray-100);display:flex;align-items:center;justify-content:center}.blog-card-image img{width:100%;height:100%;object-fit:contain}.blog-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.blog-card-body h3{font-size:1.0625rem;font-weight:600;color:var(--color-gray-900);margin-bottom:.375rem;line-height:1.4}.blog-card-meta{font-size:.8125rem;color:var(--color-gray-400);margin-bottom:.5rem}.blog-card-body p{font-size:.875rem;color:var(--color-gray-500);line-height:1.6;flex:1}.site-footer{background:var(--color-gray-900);color:var(--color-gray-400);padding:2.5rem 0;margin-top:auto;font-size:.875rem}.site-footer .container{display:flex;align-items:center;justify-content:space-between}.site-footer a{color:var(--color-gray-300)}.site-footer a:hover{color:var(--color-white)}.site-footer .widget-search-input{background:var(--color-gray-800);border-color:var(--color-gray-700);color:var(--color-gray-100)}.site-footer .widget-search-input:focus{border-color:var(--color-primary)}.site-footer .widget-search-input::placeholder{color:var(--color-gray-500)}.site-footer .widget{background:transparent;border:none;padding:0;margin:0}.site-footer .widget .widget-title{display:none}.site-footer .widget>ul{display:flex;gap:2rem;align-items:center}.site-footer .widget li{border:none;padding:0;position:relative}.site-footer .widget li a{color:var(--color-gray-400);font-size:.875rem;text-decoration:none;transition:color .15s;padding:.375rem 0;display:block}.site-footer .widget li a:hover{color:var(--color-white)}.site-footer .widget li:has(>.widget-menu)>a:after{content:"";display:inline-block;margin-left:.375rem;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--color-gray-500)}.site-footer .widget .widget-menu .widget-menu{display:none;position:absolute;bottom:100%;left:0;min-width:200px;white-space:nowrap;background:var(--color-gray-800);border:1px solid var(--color-gray-700);border-radius:8px;padding:.5rem 0;box-shadow:0 -4px 16px #0003;z-index:100;gap:0;flex-direction:column;margin-bottom:.5rem}.site-footer .widget .widget-menu .widget-menu:before{content:"";position:absolute;bottom:-12px;left:0;right:0;height:12px}.site-footer .widget li:hover>.widget-menu{display:flex}.site-footer .widget .widget-menu .widget-menu li{padding:0;border:none}.site-footer .widget .widget-menu .widget-menu a{display:block;padding:.5rem 1.25rem;border:none;font-size:.875rem;color:var(--color-gray-300)}.site-footer .widget .widget-menu .widget-menu a:hover{background:var(--color-gray-700);color:var(--color-white)}.site-footer .widget .widget-menu .widget-menu .widget-menu{bottom:-.5rem;left:100%;margin-bottom:0;margin-left:.5rem}.site-footer .widget .widget-menu .widget-menu .widget-menu:before{bottom:0;left:-12px;width:12px;height:100%}.site-footer .widget .widget-menu .widget-menu li:has(>.widget-menu)>a:after{content:"";position:absolute;right:.75rem;top:50%;margin-top:-4px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid var(--color-gray-500)}.mobile-browse{border:1px solid var(--color-gray-200, #e2e8f0);border-radius:8px;margin:0 0 1.5rem;background:#fff}.mobile-browse>summary{cursor:pointer;list-style:none;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:var(--color-gray-900, #1e293b);display:flex;align-items:center;justify-content:space-between}.mobile-browse>summary::-webkit-details-marker{display:none}.mobile-browse>summary:after{content:"▾";color:var(--color-gray-500, #64748b);font-size:.875rem}.mobile-browse[open]>summary:after{content:"▴"}.mobile-browse .sidebar{padding:0 1rem 1rem;width:100%}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:.625rem 1rem;background:var(--color-primary, #4f46e5);color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:0 0 6px}.skip-link:focus{left:0}.main-content:focus{outline:none}.error-page{text-align:center;padding:6rem 0}.error-page h1,.error-page .error-code{font-size:4rem;font-weight:800;color:var(--color-gray-200);line-height:1}.error-page h2,.error-page .error-title{font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem;color:var(--color-gray-900)}.error-page h1.error-title{font-size:1.5rem;font-weight:600;color:var(--color-gray-900);line-height:inherit}.error-page p{color:var(--color-gray-500);margin-bottom:1.5rem}.welcome-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-height) - 80px);text-align:center;padding:3rem 1.5rem}.welcome-page h1{font-size:2.5rem;font-weight:800;color:var(--color-gray-900);margin-bottom:.75rem;letter-spacing:-.02em}.welcome-page p{font-size:1.125rem;color:var(--color-gray-500);max-width:480px;margin:0 auto 2rem}.home-content{padding:3rem 0}.home-content h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-gray-900)}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.home-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:10px;padding:1.5rem;transition:all .2s}.home-card:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #4f46e51a;transform:translateY(-2px)}.home-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-gray-900)}.home-card p{font-size:.9375rem;color:var(--color-gray-500);line-height:1.6}.home-card .card-icon{width:40px;height:40px;border-radius:8px;background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.75rem}.cms-gallery{display:grid;gap:.25rem;margin:.5rem 0}.cms-gallery-grid{grid-template-columns:repeat(var(--gallery-columns, 3),1fr)}.cms-gallery-grid .cms-gallery-item{aspect-ratio:1}.cms-gallery-grid .cms-gallery-item img,.cms-gallery-slider .cms-gallery-item img{width:100%;height:100%;object-fit:cover}.cms-gallery-masonry{display:block;columns:var(--gallery-columns, 3);column-gap:.5rem}.cms-gallery-masonry .cms-gallery-item{break-inside:avoid;margin-bottom:.25rem;display:inline-block;width:100%}.cms-gallery-masonry .cms-gallery-item img{width:100%;height:auto;display:block}.cms-gallery-item{border-radius:8px;overflow:hidden;margin:0;padding:0;position:relative;background:#f1f5f9}.cms-gallery-item img{display:block;cursor:pointer;transition:transform .2s;margin:0;border-radius:0;box-shadow:none}.cms-gallery-item:hover img{transform:scale(1.03)}.cms-gallery-item figcaption{position:absolute;bottom:0;left:0;right:0;padding:.625rem .75rem;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:.8125rem;opacity:0;transition:opacity .2s;pointer-events:none}.cms-gallery-item:hover figcaption{opacity:1}.cms-gallery-slider{position:relative;display:block}.cms-gallery-slider .cms-slider-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.25rem;padding-bottom:.25rem;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.cms-gallery-slider .cms-slider-track::-webkit-scrollbar{display:none}.cms-gallery-slider .cms-gallery-item{flex:0 0 calc(100% / var(--gallery-columns, 3));scroll-snap-align:start;aspect-ratio:16/10}.cms-slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:1px solid #e2e8f0;color:#334155;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;transition:all .15s;opacity:0}.cms-gallery-slider:hover .cms-slider-btn{opacity:1}.cms-slider-btn:hover{background:#fff;box-shadow:0 2px 8px #00000026}.cms-slider-btn-prev{left:-12px}.cms-slider-btn-next{right:-12px}.cms-slider-dots{display:flex;justify-content:center;gap:6px;margin-top:.75rem}.cms-slider-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:all .2s;padding:0}.cms-slider-dot.active{background:#4f46e5;width:24px;border-radius:4px}.sc-table-wrapper{overflow-x:auto;margin:1.25rem 0}.sc-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.sc-table th{background:#f8fafc;color:#475569;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.sc-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9375rem}.sc-table tr:last-child td{border-bottom:none}.sc-table tr:nth-child(2n) td{background:#fafbfc}.sc-audio-wrapper{margin:1.25rem 0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.sc-audio-title{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.sc-audio{width:100%;height:40px}.sc-video-wrapper{margin:1.25rem 0;display:block}.sc-video-title{font-size:.9375rem;font-weight:600;color:#334155;margin-bottom:.5rem}.sc-video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px}.sc-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.sc-video{width:100%;border-radius:10px}.sc-button-wrapper{margin:1.5rem 0;text-align:center}.review-summary{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #e0e7ff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.review-product-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.review-rating{font-size:1rem;color:#64748b;margin-bottom:.5rem}.review-stars{color:#f59e0b;font-size:1.5rem;letter-spacing:2px;display:inline-block;margin-right:.5rem}.review-pros-cons{display:flex;gap:1.5rem;margin:1.75rem 0}.review-pros-cons>.review-pros,.review-pros-cons>.review-cons{flex:1;margin:0}.review-pros,.review-cons{display:block;border-radius:10px;padding:1rem;margin:1.25rem 0}.review-pros{background:#f0fdf4;border:1px solid #bbf7d0}.review-cons{background:#fef2f2;border:1px solid #fecaca}.review-pc-header{margin:0 0 .75rem;padding:0 0 .5rem;font-size:1rem;font-weight:700;letter-spacing:-.01em}.review-pros .review-pc-header{color:#166534;border-bottom:1px solid #bbf7d0}.review-cons .review-pc-header{color:#991b1b;border-bottom:1px solid #fecaca}.review-pc-list{margin:0;padding-left:1.25rem}.review-pc-list li{padding:.375rem 0;font-size:.9375rem;line-height:1.6;color:#334155}.review-pc-list li::marker{font-size:1.1em}.review-pros .review-pc-list li::marker{color:#22c55e}.review-cons .review-pc-list li::marker{color:#ef4444}.review-features-table{width:100%;border-collapse:separate;border-spacing:0;margin:1.25rem 0;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.review-features-table thead th{background:#f8fafc;color:#475569;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.review-features-table tbody td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9375rem}.review-features-table tbody td:first-child{font-weight:600;color:#1e293b;width:30%}.review-features-table tbody tr:last-child td{border-bottom:none}.review-features-table tbody tr:nth-child(2n){background:#fafbfc}.review-verdict{background:linear-gradient(135deg,#fefce8,#fffbeb);border:1px solid #fde68a;border-radius:12px;padding:1.5rem;margin:1.5rem 0;text-align:center}.review-verdict h2{margin-top:0;color:#92400e}.review-score{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:2rem;font-weight:800;padding:.75rem 1.5rem;border-radius:50px;margin:.75rem 0}.review-verdict-text{color:#78350f;margin:.75rem 0 0;font-size:.9375rem;line-height:1.7}.review-verdict-text p{margin:0 0 .5rem}.review-verdict-text p:last-child{margin-bottom:0}.review-pricing{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.review-pricing-header h3{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:#1e40af;text-align:center}.review-pricing-list{list-style:none;padding:0;max-width:400px;margin:0 auto}.review-pricing-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e0f2fe;font-size:.9375rem;color:#334155}.review-pricing-list li:last-child{border-bottom:none}.review-pricing-plan{font-weight:600;color:#1e293b}.review-pricing-price{font-weight:700;color:#1e40af;font-size:1.0625rem}.review-pricing-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:10px;overflow:hidden;border:1px solid #bae6fd}.review-pricing-table thead th{background:#1e40af;color:#fff;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;text-align:left}.review-pricing-table tbody td{padding:.75rem 1rem;border-bottom:1px solid #e0f2fe;color:#334155;font-size:.9375rem;background:#fff}.review-pricing-table tbody tr:last-child td{border-bottom:none}.review-pricing-table tbody tr:nth-child(2n) td{background:#f8faff}.review-pricing-plan-cell{font-weight:600;color:#1e293b}.review-pricing-price-cell{font-weight:700;color:#1e40af}.review-keypoints{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 1px 3px #0000000f}.review-keypoints-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem;text-align:center}.review-keypoints-list{display:flex;flex-direction:column;gap:1rem}.review-keypoint-item{display:flex;flex-direction:column;gap:.375rem}.review-keypoint-label{display:flex;justify-content:space-between;align-items:center}.review-keypoint-name{font-size:.875rem;font-weight:600;color:#334155}.review-keypoint-score{font-size:.8125rem;font-weight:700;color:#475569}.review-keypoint-bar-bg{height:8px;background:#f1f5f9;border-radius:99px;overflow:hidden}.review-keypoint-bar-fill{height:100%;border-radius:99px;transition:width .3s ease}.review-keypoint-avg{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;border-top:2px solid #f1f5f9}.review-keypoint-avg-label{font-size:1rem;font-weight:700;color:#1e293b}.review-keypoint-avg-score{font-size:1.25rem;font-weight:800}.widget-tag-cloud a:hover{color:#4338ca;text-decoration:underline!important}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.3;display:block}.empty-state h3{font-size:1.125rem;font-weight:600;color:var(--color-gray-800);margin:0 0 .5rem}.empty-state p{color:var(--color-gray-500);font-size:.9375rem;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;line-height:1.4;border-radius:6px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all .15s;gap:.5rem}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);color:#fff}.pagination{margin-top:2rem}.pagination nav{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;font-size:.875rem;font-weight:500;border-radius:8px;border:1px solid var(--color-gray-200);background:var(--color-white);color:var(--color-gray-600);text-decoration:none;transition:all .2s ease}.pagination a:hover{border-color:var(--color-gray-300);color:var(--color-gray-800);background:var(--color-gray-100)}.pagination span[aria-current=page]{padding:0;background:var(--color-primary);border-color:var(--color-primary);color:#fff;font-weight:700;cursor:default}.pagination .disabled{opacity:.35;pointer-events:none}.pagination .disabled span{cursor:not-allowed}@media(max-width:639px){.container{padding:0 1rem}.site-header{height:auto;min-height:56px}.site-header .container{height:auto;min-height:56px;padding:.5rem 1rem;gap:.25rem;flex-wrap:nowrap}.brand-inner{gap:.5rem}.brand-logo{max-height:28px}.brand-name{font-size:1rem}.brand-tagline{font-size:.6875rem}.nav-toggle{display:flex}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-white);flex-direction:column;padding:.75rem 1rem;gap:.5rem;border-bottom:1px solid var(--color-gray-200);box-shadow:0 4px 12px #00000014;z-index:100;max-height:80vh;overflow-y:auto}.main-nav.open{display:flex}.site-header{position:relative}.site-header .widget>ul{flex-direction:column;gap:.5rem;width:100%}.site-header .widget li{width:100%}.site-header .widget li a{display:block;padding:.5rem 0;font-size:.9375rem}.site-header .widget .widget-menu .widget-menu{display:none;position:static;box-shadow:none;border:none;padding-left:1rem;background:transparent;margin-top:0}.site-header .widget .widget-menu .widget-menu a{padding:.375rem 0;font-size:.875rem}.site-header .widget .widget-menu .widget-menu:before{display:none}.site-header .widget li:hover>.widget-menu{display:none}.site-header .widget li.open>.widget-menu{display:flex!important}.hero{padding:2.5rem 0}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.content-wrapper{flex-direction:column;padding:1rem;gap:1.5rem}.sidebar{width:100%}.page-header h1{font-size:1.5rem}.post-content{font-size:1rem}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.25rem}.post-content h3{font-size:1.125rem}.post-content h4{font-size:1rem}.post-content pre{padding:.75rem;margin-left:-1rem;margin-right:-1rem;border-radius:0;font-size:.8125rem}.post-content blockquote{margin-left:-1rem;margin-right:-1rem;border-radius:0;padding:.75rem 1rem}.post-content img{margin:1rem 0}.post-content table{margin-left:-1rem;margin-right:-1rem;border-radius:0;width:calc(100% + 2rem)}.blog-grid{grid-template-columns:1fr;gap:1rem}.blog-card-body{padding:1rem}.blog-card-body h3{font-size:.9375rem}.blog-section{padding:1.5rem 0 2rem}.blog-section-title{font-size:1.125rem}.site-footer{padding:1.5rem 0}.site-footer .container{flex-direction:column;gap:1rem;text-align:center}.site-footer .widget>ul{flex-wrap:wrap;justify-content:center;gap:.75rem}.site-footer .widget li:has(>.widget-menu)>a:after{display:none}.site-footer .widget .widget-menu .widget-menu{display:none;position:static;box-shadow:none;border:none;padding-left:.75rem;background:transparent;margin-bottom:0}.site-footer .widget .widget-menu .widget-menu:before{display:none}.error-page{padding:3rem 0}.error-page h1{font-size:3rem}.welcome-page{padding:2rem 1rem;min-height:calc(100vh - 116px)}.welcome-page h1{font-size:1.75rem}.home-grid{grid-template-columns:1fr}.review-pros-cons{flex-direction:column;gap:1rem}.review-pros,.review-cons,.review-pricing{padding:1rem}.review-verdict{padding:1.25rem}.review-score{font-size:1.5rem;padding:.5rem 1.25rem}.review-stars{font-size:1.25rem}.review-pc-list li{font-size:.875rem}.review-features-table,.review-pricing-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.sc-table-wrapper{margin:1rem -1rem;border-radius:0}.sc-table{font-size:.8125rem}.sc-table th,.sc-table td{padding:.5rem .625rem;white-space:nowrap}.sc-video-embed{border-radius:0}.cms-gallery-grid{grid-template-columns:repeat(2,1fr)}.cms-gallery-masonry{columns:2}.cms-gallery-slider .cms-gallery-item{flex:0 0 80%}.cms-slider-btn{display:none}.empty-state{padding:2.5rem 1.25rem}.table-of-contents{margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}.pagination nav{gap:.25rem}.pagination a{min-width:34px;height:34px;font-size:.8125rem;padding:0 .5rem;border-radius:6px}}@media(min-width:640px)and (max-width:1023px){.container{padding:0 1.25rem}.content-wrapper{padding:1.5rem 1.25rem;gap:2rem}.sidebar{width:240px}.hero h1{font-size:2.25rem}.blog-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:3rem 0}}
