.alt-page{--bg-page: #f8f9fb;--bg-surface: #ffffff;--bg-inset: #f4f6f9;--text-main: #0a2540;--text-body: #425466;--text-muted: #697386;--primary: #635bff;--primary-hover: #4b45e4;--primary-tint: #f4f5fb;--border-light: #e6ebf1;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 14px;--font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--rating-star: #f59e0b;--success: #059669;--success-bg: #ecfdf5;--success-border: #a7f3d0;--danger: #dc2626;--danger-bg: #fef2f2;--danger-border: #fecaca;--warning: #d97706;--warning-bg: #fffbeb;--warning-border: #fde68a;min-height:100vh;background:var(--bg-page);color:var(--text-body);font-family:var(--font-stack);font-size:15px;line-height:1.6;scrollbar-gutter:stable;-webkit-font-smoothing:antialiased}.alt-page *{box-sizing:border-box}.alt-page a:focus-visible,.alt-page button:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}.alt-unselectable,.alt-page .alt-btn,.alt-page .alt-help-btn,.alt-page .alt-modal-close,.alt-page .alt-topic,.alt-page .alt-back,.alt-page .alt-read-more,.alt-page .alt-step-badge,.alt-page .alt-nav-actions [data-testid=site-language-switch],.alt-page .alt-report-collapse-btn,.alt-page .alt-report-nav-link{user-select:none;-webkit-user-select:none}.alt-selectable{user-select:text;-webkit-user-select:text}.alt-container{max-width:var(--alt-shell-max, 1080px);margin:0 auto;padding:0 24px}.alt-page.alt-page--report{--alt-shell-max: 1120px;--bg-page: #ffffff}.alt-catalog-container{max-width:1080px;margin:0 auto;padding:0 24px}.alt-report-wide{max-width:1120px;margin:0 auto;padding:0 24px}.alt-header{background:var(--bg-surface);border-bottom:1px solid var(--border-light);padding:18px 0}.alt-nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.alt-brand{font-weight:700;font-size:17px;color:var(--text-main);text-decoration:none;display:inline-flex;align-items:center;gap:8px;width:fit-content}.alt-brand i,.alt-brand:hover{color:var(--primary)}.alt-nav-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px}.alt-nav-actions [data-testid=site-language-switch]{flex-shrink:0}.alt-back,.alt-help-btn{font-size:13px;color:var(--text-main);text-decoration:none;padding:0 12px;min-height:36px;border-radius:var(--radius-sm);background:var(--bg-page);border:1px solid var(--border-light);display:inline-flex;align-items:center;gap:6px;width:fit-content;cursor:pointer;font-weight:500}.alt-page [data-testid=site-language-switch]>button{height:36px;background:var(--bg-page);color:var(--text-main);border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:13px;font-weight:500}.alt-back:hover,.alt-help-btn:hover{color:var(--primary)}.alt-blog-header{padding:40px 0 24px;border-bottom:1px solid var(--border-light);margin-bottom:32px}.alt-catalog-intro{text-align:center;max-width:640px;margin:48px auto 40px}@media(max-width:640px){.alt-catalog-intro{margin:32px auto 28px}}.alt-blog-title{font-size:22px;font-weight:700;color:var(--text-main);letter-spacing:-.3px;margin:0 0 8px;word-break:keep-all;overflow-wrap:break-word;line-height:1.35}.alt-blog-desc{font-size:14px;color:var(--text-muted);line-height:1.5;margin:0}.alt-main{padding-bottom:60px}.alt-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,360px));justify-content:center;gap:32px}.alt-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.alt-card:hover{border-color:#c7c9fb}.alt-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.alt-card-cover{width:100%;aspect-ratio:16 / 9;background:var(--bg-page);overflow:hidden}.alt-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.alt-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.alt-article-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:13px}.alt-topic{font-weight:600;font-size:12px;color:#5469d4;background:#f4f5fb;padding:4px 8px;border-radius:4px;width:fit-content}.alt-date{color:var(--text-muted)}.alt-card-title{font-size:18px;font-weight:700;line-height:1.4;color:var(--text-main);margin:0 0 12px;word-break:keep-all;overflow-wrap:break-word;transition:color .15s ease}.alt-card:hover .alt-card-title{color:var(--primary)}.alt-card-summary{font-size:14px;color:var(--text-body);line-height:1.6;margin:0 0 20px;flex:1}.alt-read-more{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--primary);text-decoration:none;width:fit-content;margin-top:auto}.alt-card:hover .alt-read-more{color:var(--primary-hover);text-decoration:underline}.alt-read-more i{font-size:12px}.alt-upcoming{margin-top:36px;font-size:13px;color:var(--text-muted)}.alt-modal{position:fixed;inset:0;background:#0a254073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.alt-modal-card{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:0 20px 40px #0000001f;max-width:580px;width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-light)}.alt-modal-header{padding:18px 24px;border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between}.alt-modal-header h2{font-size:17px;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:8px;margin:0;word-break:keep-all}.alt-modal-header h2 i{color:var(--primary)}.alt-modal-close{background:transparent;border:none;font-size:20px;color:var(--text-muted);cursor:pointer;min-width:36px;min-height:36px;padding:0;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.alt-modal-close:hover{color:var(--text-main)}.alt-modal-body{padding:24px;overflow-y:auto;scrollbar-gutter:stable;font-size:14px;color:var(--text-body);line-height:1.6}.alt-modal-lead{margin:0 0 16px}.alt-flow{display:flex;flex-direction:column;gap:8px}.alt-flow-step{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:var(--bg-inset);border-radius:var(--radius-sm)}.alt-step-badge{width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.alt-step-text{flex:1;display:flex;flex-direction:column;gap:4px}.alt-step-heading{font-size:14px;font-weight:700;color:var(--text-main);word-break:keep-all}.alt-step-sub{font-size:13px;color:var(--text-muted)}.alt-flow-divider{padding-left:19px;color:var(--text-muted);font-size:11px;margin:-4px 0}.alt-help-figure{display:flex;align-items:center;gap:6px;margin-top:8px;pointer-events:none}.alt-help-figure-card{width:56px;height:36px;border-radius:6px;background:#e6ebf1}.alt-help-figure-card.is-hot{background:#c7c9fb;outline:2px solid var(--primary);outline-offset:1px}.alt-help-figure-chip{width:42px;height:10px;border-radius:999px;background:#e6ebf1}.alt-help-figure-chip.is-hot{background:var(--primary)}.alt-help-figure-shot{width:40px;height:26px;border-radius:4px;background:#d7dde5}.alt-review-split{display:flex;flex-direction:column;gap:6px;margin-top:6px}.alt-review-tag{font-size:13px;padding:6px 10px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:6px}.alt-review-tag.positive{background:#f0fdf4;color:#166534}.alt-review-tag.negative{background:#fff1f2;color:#9f1239}.alt-footer{border-top:1px solid var(--border-light);background:var(--bg-surface);padding:24px 0;font-size:13px;color:var(--text-muted)}.alt-footer-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.alt-footer-links{display:flex;align-items:center;gap:16px}.alt-footer-links a,.alt-footer-links button{color:var(--text-muted);text-decoration:none;background:none;border:none;min-height:36px;padding:0 4px;cursor:pointer;font:inherit;display:inline-flex;align-items:center}.alt-footer-links a:hover,.alt-footer-links button:hover{color:var(--primary)}.alt-report-title{font-size:30px;font-weight:700;color:var(--text-main);line-height:1.4;letter-spacing:-.4px;margin:0 0 14px;word-break:keep-all;overflow-wrap:break-word}.alt-report-hero{padding:40px 0 28px}.alt-report-hero-lead{font-size:15.5px;color:var(--text-body);line-height:1.75;max-width:860px;margin:0 0 20px}.alt-report-stat-chips{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:13px;color:var(--text-muted);border-top:1px solid var(--border-light);padding-top:16px}.alt-report-stat-chip strong{color:var(--text-main)}.alt-report-nav{background:transparent;border-top:none;border-bottom:none;margin:0 0 8px}.alt-report-nav-inner{display:flex;gap:4px;overflow-x:auto;scrollbar-gutter:stable}.alt-report-nav-inner::-webkit-scrollbar{display:none}.alt-report-nav-link{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;font-size:13.5px;font-weight:500;color:var(--text-muted);text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;-webkit-user-select:none;user-select:none}.alt-report-nav-link:hover{color:var(--primary)}.alt-report-nav-link.is-active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.alt-report-section{margin-top:40px;background:transparent;border:none;border-radius:0;padding:0}.alt-report-section:first-child{margin-top:24px}.alt-report-section-head{margin-bottom:20px;padding-bottom:0;border-bottom:none}.alt-report-tag{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--primary);background:var(--primary-tint);padding:3px 8px;border-radius:var(--radius-sm);margin-bottom:8px;width:fit-content}.alt-report-section-title{font-size:21px;font-weight:700;color:var(--text-main);margin:0;line-height:1.35;word-break:keep-all}.alt-report-section-desc{font-size:13.5px;color:var(--text-muted);margin:6px 0 0}.alt-report-paragraph{font-size:14.5px;line-height:1.7;margin:0 0 16px}.alt-report-concept{background:var(--warning-bg);border:none;border-radius:var(--radius-md);padding:18px 20px;margin-bottom:24px}.alt-report-concept-title{font-size:14.5px;font-weight:700;color:#92400e;display:flex;align-items:center;gap:8px;margin-bottom:8px}.alt-report-concept p{font-size:13.5px;color:#78350f;line-height:1.65;margin:0}.alt-report-tldr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.alt-report-tldr-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:16px}.alt-report-tldr-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.alt-report-tldr-num{width:24px;height:24px;background:var(--primary);color:#fff;font-weight:700;font-size:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.alt-report-tldr-title{font-size:14.5px;font-weight:600;color:var(--text-main)}.alt-report-tldr-card p{font-size:13px;color:var(--text-body);line-height:1.6;margin:0}.alt-report-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin:16px 0 20px}.alt-report-category-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:14px}.alt-report-category-head{font-size:13.5px;font-weight:700;color:var(--text-main);margin-bottom:8px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.alt-report-category-badge{font-size:11px;padding:2px 6px;border-radius:var(--radius-sm);background:var(--bg-inset);color:var(--text-muted);white-space:nowrap}.alt-report-category-card p{font-size:13px;color:var(--text-body);line-height:1.55;margin:0}.alt-report-table-wrap{width:100%;overflow-x:auto;scrollbar-gutter:stable;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md)}.alt-report-table{width:100%;border-collapse:collapse;text-align:left;font-size:12.5px}.alt-report-table th{background:var(--bg-inset);padding:10px 14px;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border-light);white-space:nowrap}.alt-report-table td{padding:11px 14px;border-bottom:1px solid var(--border-light);color:var(--text-main);vertical-align:middle}.alt-report-table tr:last-child td{border-bottom:none}.alt-report-row-tag{display:inline-block;padding:2px 7px;border-radius:var(--radius-sm);font-size:11px;font-weight:600;white-space:nowrap}.alt-report-row-tag.core{background:var(--primary-tint);color:var(--primary)}.alt-report-row-tag.tail{background:#f3f4f6;color:#4b5563;font-weight:500}.alt-report-row-tag.border{background:#fef3c7;color:#92400e;font-weight:500}.alt-report-collapse-wrap{text-align:center;margin-top:16px}.alt-report-collapse-btn{display:inline-flex;align-items:center;gap:8px;background:var(--bg-surface);color:var(--primary);border:1px solid var(--primary);min-height:36px;padding:0 18px;font-size:13px;font-weight:600;border-radius:var(--radius-md);cursor:pointer;max-inline-size:24rem}.alt-report-collapse-btn:hover{background:var(--primary);color:#fff}.alt-report-product-list{display:flex;flex-direction:column;gap:24px}.alt-report-product{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px}.alt-report-product-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:14px;padding-bottom:14px}.alt-report-product-name{font-size:18px;font-weight:700;color:var(--text-main);margin:0;word-break:keep-all}.alt-report-product-subtitle{font-size:12.5px;color:var(--text-muted);margin-top:4px}.alt-report-product-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.alt-report-product-link:hover{color:var(--primary);text-decoration:underline}.alt-report-product-link i{font-size:12px;color:var(--text-muted)}.alt-report-product-title-row{display:flex;align-items:center;gap:12px}.alt-report-product-icon{width:40px;height:40px;flex-shrink:0;border-radius:var(--radius-md);background:#fff;border:1px solid var(--border-light);object-fit:contain;padding:4px}.alt-report-product-stats{display:flex;align-items:center;gap:20px}.alt-report-stat{text-align:right}.alt-report-stat-val{font-size:17px;font-weight:700;color:var(--text-main);line-height:1.25}.alt-report-stat-val.alt-report-stat-rating{color:var(--rating-star)}.alt-report-stat-note{font-size:11px;font-weight:500;color:var(--text-muted)}.alt-report-stat-lbl{font-size:12px;color:var(--text-muted);letter-spacing:0}.alt-report-mechanism{font-size:14px;line-height:1.65;color:var(--text-main);margin:0 0 16px;background:var(--bg-inset);padding:13px 16px;border-radius:var(--radius-md)}.alt-report-gallery{display:flex;gap:10px;overflow-x:auto;scrollbar-gutter:stable;margin:0 0 16px;padding-bottom:6px}.alt-report-gallery-img{display:block;height:130px;width:auto;aspect-ratio:512 / 320;flex-shrink:0;object-fit:cover;object-position:top center;border-radius:var(--radius-md);background:var(--bg-inset)}.alt-report-reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}@media(max-width:768px){.alt-report-reviews-grid{grid-template-columns:1fr}}.alt-report-review-col{display:flex;flex-direction:column;gap:10px}.alt-report-review-col-head{font-size:13px;font-weight:700;padding:8px 10px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:space-between}.alt-report-review-col-head.pos{background:var(--success-bg);color:var(--success)}.alt-report-review-col-head.neg{background:var(--danger-bg);color:var(--danger)}.alt-report-quote{background:var(--bg-inset);border:none;border-radius:var(--radius-md);padding:12px;margin:0;font-size:13px}.alt-report-quote blockquote{margin:0 0 8px;color:var(--text-main);line-height:1.55;font-style:normal}.alt-report-quote figcaption{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;font-size:12px;color:var(--text-muted);padding-top:0}.alt-report-quote-author{font-weight:600;color:var(--text-main)}.alt-report-quote-likes{background:var(--bg-surface);padding:1px 6px;border-radius:var(--radius-sm);color:var(--primary);font-weight:600}.alt-report-alert{border-radius:var(--radius-md);padding:14px 16px;margin-bottom:16px;font-size:13px;line-height:1.6}.alt-report-alert.danger{background:var(--danger-bg);color:#991b1b}.alt-report-alert.warning{background:var(--warning-bg);color:#92400e}.alt-report-alert-title{font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:6px}.alt-report-alert p{margin:0}.alt-report-verdict-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.alt-report-verdict-grid,.alt-report-decision-grid{grid-template-columns:1fr}}.alt-report-verdict{padding:12px 14px;border-radius:var(--radius-md);font-size:13px;line-height:1.55}.alt-report-verdict.pro{background:var(--success-bg);color:#065f46}.alt-report-verdict.con{background:var(--warning-bg);color:#92400e}.alt-report-verdict-title{font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:6px}.alt-report-verdict p{margin:0}.alt-report-insight-list{display:flex;flex-direction:column;gap:16px}.alt-report-insight-item{display:flex;gap:16px;padding:16px;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md)}.alt-report-insight-item:last-child{padding-bottom:16px}.alt-report-insight-num{width:30px;height:30px;background:var(--primary-tint);color:var(--primary);font-weight:700;font-size:13px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.alt-report-insight-item h4{font-size:15px;font-weight:700;color:var(--text-main);margin:0 0 6px}.alt-report-insight-item p{font-size:13.5px;color:var(--text-body);line-height:1.6;margin:0}.alt-report-decision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.alt-report-decision-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:18px;display:flex;flex-direction:column;justify-content:space-between;gap:14px}.alt-report-decision-scenario{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--primary);margin-bottom:6px}.alt-report-decision-title{font-size:15px;font-weight:700;color:var(--text-main);margin-bottom:8px}.alt-report-decision-desc{font-size:13px;color:var(--text-body);line-height:1.55;margin:0}.alt-report-decision-recommend{background:var(--primary-tint);padding:10px 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;color:var(--primary)}.alt-report-decision-note{display:block;font-size:11px;font-weight:400;color:var(--text-muted);margin-top:4px}.alt-report-source-box{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:18px 20px;font-size:13px;color:var(--text-body);line-height:1.65}.alt-report-source-box ol{margin:0;padding-left:1.2em;display:flex;flex-direction:column;gap:8px}.alt-report-source-box strong{color:var(--text-main)}.alt-report-back{margin:28px 0 40px}@media(max-width:640px){.alt-blog-title{font-size:20px}.alt-card-title{font-size:17px}.alt-report-title{font-size:22px}.alt-report-section{padding:0}.alt-report-product{padding:18px}.alt-report-product-stats{width:100%;justify-content:space-between}.alt-nav{flex-direction:column;align-items:flex-start;gap:12px}.alt-nav-actions{width:100%;justify-content:flex-start}.alt-card-grid{grid-template-columns:1fr;gap:20px}.alt-card-body{padding:18px}}
