.feedback-toast-stack{z-index:2000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}.feedback-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#fffffff5;border:1px solid #dbe3ee;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;min-width:320px;max-width:min(420px,100vw - 32px);padding:14px 14px 14px 16px;display:grid;box-shadow:0 14px 40px #0f172a24}.feedback-toast.success{border-color:#a7f3d0}.feedback-toast.error{border-color:#fecaca}.feedback-toast.info{border-color:#bfdbfe}.feedback-toast__icon{color:#334155;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.feedback-toast.success .feedback-toast__icon{color:#047857;background:#ecfdf5}.feedback-toast.error .feedback-toast__icon{color:#b91c1c;background:#fef2f2}.feedback-toast.info .feedback-toast__icon{color:#1d4ed8;background:#eff6ff}.feedback-toast__message{color:#0f172a;word-break:break-word;padding-top:5px;font-size:.9375rem;line-height:1.5}.feedback-toast__close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .15s,color .15s;display:inline-flex}.feedback-toast__close:hover{color:#0f172a;background:#f1f5f9}.feedback-confirm-backdrop{z-index:2100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a52;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.feedback-confirm-dialog{background:#fff;border:1px solid #dbe3ee;border-radius:12px;width:min(420px,100vw - 32px);overflow:hidden;box-shadow:0 24px 64px #0f172a2e}.feedback-confirm-dialog.danger{border-color:#fecaca}.feedback-confirm__header{padding:20px 20px 12px}.feedback-confirm__header h3{color:#0f172a;margin:0 0 8px;font-size:1.05rem;font-weight:700}.feedback-confirm__header p{color:#64748b;margin:0;font-size:.9375rem;line-height:1.6}.feedback-confirm__actions{justify-content:flex-end;gap:10px;padding:16px 20px 20px;display:flex}.feedback-confirm__btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:.625rem 1rem;font-size:.9375rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.feedback-confirm__btn.secondary:hover{background:#f8fafc;border-color:#94a3b8}.feedback-confirm__btn.primary{color:#fff;background:#2563eb;border-color:#2563eb}.feedback-confirm__btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8}.feedback-confirm__btn.danger{color:#fff;background:#dc2626;border-color:#dc2626}.feedback-confirm__btn.danger:hover{background:#b91c1c;border-color:#b91c1c}@media (width<=640px){.feedback-toast-stack{top:16px;left:16px;right:16px}.feedback-toast{min-width:0;max-width:none}.feedback-confirm-backdrop{padding:16px}.feedback-confirm__actions{flex-direction:column-reverse}.feedback-confirm__btn{width:100%}}.professional-report{--report-font-serif:Georgia, "Noto Serif SC", "Source Han Serif SC", "SimSun", serif;--report-font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--report-text:#1a1a2e;--report-muted:#6b7280;--report-accent:#2563eb;--report-accent-light:#2563eb14;--report-border:#e5e7eb;--report-bg:#fff;--report-bg-subtle:#f9fafb;--report-success:#059669;--report-warning:#d97706;--report-danger:#dc2626;--report-platform:#1d4ed8;--report-brand:#c2410c;--report-metric:#111827;--report-grade:#1f2937;--report-radius:8px;background:var(--report-bg);max-width:1100px;font-family:var(--report-font-sans);color:var(--report-text);border-radius:2px;margin:0 auto;padding:0;font-size:16px;line-height:1.8;position:relative;box-shadow:0 1px 4px #0000000f,0 4px 16px #0000000a}.report-layout{display:block;position:relative}.report-toc-sidebar{border-right:1px solid var(--report-border);scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex-shrink:0;align-self:flex-start;width:240px;max-height:calc(100vh - 48px);padding:1.5rem 0 1.5rem 1.25rem;position:sticky;top:24px;overflow-y:auto}.report-content-area{padding:0 3.5rem 3rem}.report-page-header{border-bottom:1px solid var(--report-border);color:var(--report-muted);background:var(--report-bg-subtle);justify-content:space-between;align-items:center;padding:1rem 3.5rem;font-size:13px;display:flex}.report-page-header-left{align-items:center;gap:12px;display:flex}.report-page-header-brand{color:var(--report-text);font-weight:600}.report-page-header-divider{color:var(--report-border)}.report-cover{text-align:center;border-bottom:2px solid var(--report-border);margin-bottom:3rem;padding:4rem 0 3rem}.report-cover-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--report-accent);border:1px solid var(--report-accent);border-radius:2px;margin-bottom:1.5rem;padding:4px 16px;font-size:13px;font-weight:600;display:inline-block}.report-cover h1{font-family:var(--report-font-serif);color:var(--report-text);letter-spacing:-.01em;margin:0 0 .75rem;font-size:2.2rem;font-weight:700;line-height:1.3}.report-cover-subtitle{color:var(--report-muted);margin:0 0 2.5rem;font-size:1.1rem;font-weight:400}.report-cover-meta{max-width:760px;color:var(--report-muted);grid-template-columns:minmax(0,1fr);gap:.75rem;margin:0 auto 2.5rem;font-size:14px;display:grid}.report-cover-meta-item{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;min-width:0;display:flex}.report-cover-meta-item strong{color:var(--report-text);overflow-wrap:anywhere;font-weight:600}.report-cover-meta-label{color:var(--report-muted);white-space:nowrap}.report-cover-platform-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;min-width:0;display:inline-flex}.report-cover-actions{justify-content:center;align-items:center;gap:12px;display:flex}.report-cover-actions .report-btn{border-radius:var(--report-radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.report-cover-actions .report-btn-primary{background:var(--report-accent);color:#fff}.report-cover-actions .report-btn-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d}.report-cover-actions .report-btn-secondary{background:var(--report-bg);color:var(--report-text);border:1px solid var(--report-border)}.report-cover-actions .report-btn-secondary:hover:not(:disabled){background:var(--report-bg-subtle);border-color:#d1d5db}.report-cover-actions .report-btn:disabled{opacity:.6;cursor:not-allowed}.report-toc{padding-right:1rem}.report-toc-title{font-family:var(--report-font-serif);color:var(--report-text);border-bottom:1px solid var(--report-border);margin:0 0 1rem;padding-bottom:.75rem;font-size:15px;font-weight:700}.report-toc-list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.report-toc-item{display:block}.report-toc-row{grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:2px;display:grid}.report-toc-link{min-width:0;color:var(--report-muted);cursor:pointer;border-left:2px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:7px 10px;font-size:13px;line-height:1.5;text-decoration:none;transition:all .2s;display:flex}.report-toc-link:hover{color:var(--report-text);background:var(--report-accent-light)}.report-toc-link.active{color:var(--report-accent);border-left-color:var(--report-accent);background:var(--report-accent-light);font-weight:600}.report-toc-number{color:var(--report-muted);flex:none;font-weight:600}.report-toc-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.report-toc-link.active .report-toc-number{color:var(--report-accent)}.report-toc-toggle{width:26px;height:26px;color:var(--report-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s,transform .2s;display:inline-flex}.report-toc-toggle:hover{background:var(--report-accent-light);color:var(--report-accent)}.report-toc-toggle svg{transition:transform .2s}.report-toc-toggle.is-open svg{transform:rotate(180deg)}.report-toc-sublist{flex-direction:column;gap:2px;margin:2px 0 6px;padding:0 0 0 1.1rem;list-style:none;display:flex}.report-toc-subitem{display:block}.report-toc-sublink{color:#7b8494;border-left:2px solid #e5e7eb;border-radius:0 4px 4px 0;align-items:center;gap:6px;min-width:0;padding:5px 8px 5px 10px;font-size:12px;line-height:1.45;text-decoration:none;transition:all .2s;display:flex}.report-toc-sublink:hover{color:var(--report-text);background:var(--report-bg-subtle);border-left-color:#cbd5e1}.report-toc-sublink.active{color:var(--report-accent);background:var(--report-accent-light);border-left-color:var(--report-accent);font-weight:600}.report-toc-subnumber{color:inherit;flex:0 0 28px;font-weight:700}.report-floating-toc{--report-font-serif:Georgia, "Noto Serif SC", "Source Han Serif SC", "SimSun", serif;--report-font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--report-text:#1a1a2e;--report-muted:#6b7280;--report-accent:#2563eb;--report-accent-light:#2563eb14;--report-border:#e5e7eb;--report-bg-subtle:#f9fafb;z-index:2147483000;pointer-events:none;max-width:20vw;font-family:var(--report-font-sans);align-items:flex-start;gap:10px;display:flex;position:fixed}.report-floating-toc-button{pointer-events:auto;width:52px;height:52px;color:var(--report-accent);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#fff;border:1px solid #dbe4f0;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;font-size:11px;font-weight:750;line-height:1;display:inline-flex;box-shadow:0 10px 24px #0f172a29}.report-floating-toc-button:active{cursor:grabbing}.report-floating-toc-panel{pointer-events:auto;background:#fff;border:1px solid #dbe4f0;border-radius:10px;width:min(300px,76vw);max-height:min(620px,100vh - 120px);overflow:hidden;box-shadow:0 18px 44px #0f172a2e}.report-floating-toc-panel-head{color:var(--report-text);background:#f8fbff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:750;display:flex}.report-floating-toc-close{width:26px;height:26px;color:var(--report-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:0;display:inline-flex}.report-floating-toc-close:hover{background:var(--report-accent-light);color:var(--report-accent)}.report-floating-toc-content{max-height:calc(min(620px,100vh - 120px) - 48px);padding:12px;overflow-y:auto}.report-floating-toc-content .report-toc-title,.report-toc-mobile{display:none}.report-toc-mobile-toggle{background:var(--report-bg-subtle);border:1px solid var(--report-border);border-radius:var(--report-radius);width:100%;color:var(--report-text);cursor:pointer;align-items:center;gap:8px;margin-bottom:2rem;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.report-toc-mobile-toggle:hover{background:#f3f4f6}.report-toc-mobile-content{padding:.5rem 0 1rem}.report-chapter{border-bottom:1px solid var(--report-border);padding:2rem 0;scroll-margin-top:24px}.report-chapter:last-child{border-bottom:none}.report-chapter-header{margin-bottom:2rem}.report-chapter-header h2{font-family:var(--report-font-serif);color:var(--report-text);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.6rem;font-weight:700;line-height:1.3}.report-chapter-subtitle{color:var(--report-muted);margin:0;font-size:.95rem;line-height:1.6}.report-chapter-content{flex-direction:column;gap:2rem;display:flex}.report-subsection{flex-direction:column;gap:1.25rem;scroll-margin-top:24px;display:flex}.report-stat-table-wrap,.report-stat-ranking-board{scroll-margin-top:24px}.report-subsection h3{font-family:var(--report-font-serif);color:var(--report-text);margin:0;font-size:1.25rem;font-weight:600;line-height:1.4}.report-subsection h4{color:#374151;margin:1.5rem 0 .75rem;font-size:1.05rem;font-weight:600}.report-intro-text{color:var(--report-muted);margin:0;font-size:.95rem;line-height:1.7}.report-callout{background:0 0;border:none;border-radius:0;margin:.5rem 0;padding:0;font-size:.95rem;line-height:1.8}.report-callout h4{color:var(--report-text);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.report-callout p{margin:.4rem 0}.report-callout ul,.report-callout ol{margin:.4rem 0;padding-left:0;list-style:none}.report-callout li{margin:.3rem 0;padding-left:0}.report-callout--insight h4{color:var(--report-accent)}.report-callout--action h4{color:var(--report-success)}.report-callout--warning h4{color:var(--report-warning)}.report-callout--danger h4{color:var(--report-danger)}.report-finding-item{color:#374151;margin:.4rem 0;font-size:.95rem;line-height:1.8}.report-finding-item strong{color:var(--report-text)}.report-figure{background:0 0;border:none;border-radius:0;margin:1rem 0;padding:0}.report-figure-chart{width:100%}.report-figure-caption{text-align:center;color:var(--report-muted);border-top:none;margin-top:.75rem;padding-top:0;font-size:13px}.report-figure-caption strong{color:var(--report-text);font-weight:600}.report-tier-ranking-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;display:grid}.report-tier-ranking-empty{border:1px solid var(--report-border);border-radius:var(--report-radius);color:var(--report-muted);text-align:center;background:var(--report-bg-subtle);padding:28px 16px;font-size:14px}.report-tier-ranking-card{--tier-accent:var(--report-accent);border:1px solid var(--report-border);border-radius:var(--report-radius);background:#fff;flex-direction:column;min-width:0;min-height:360px;display:flex;overflow:hidden}.report-tier-ranking-card--core{--tier-accent:#2563eb}.report-tier-ranking-card--near{--tier-accent:#059669}.report-tier-ranking-card--broad{--tier-accent:#d97706}.report-tier-ranking-head{border-bottom:1px solid var(--report-border);background:var(--report-bg-subtle);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:14px 14px 12px;display:grid}.report-tier-ranking-kicker{color:var(--tier-accent);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.report-tier-ranking-head h4{color:var(--report-text);font-family:var(--report-font-sans);letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:15px;font-weight:700;line-height:1.35}.report-tier-ranking-target{border:1px solid var(--report-border);text-align:center;background:#fff;border-radius:6px;min-width:64px;padding:5px 8px 6px}.report-tier-ranking-target span{color:var(--report-muted);white-space:nowrap;font-size:11px;line-height:1.2;display:block}.report-tier-ranking-target strong{color:var(--report-text);margin-top:2px;font-size:20px;font-weight:800;line-height:1;display:block}.report-tier-ranking-list{flex-direction:column;flex:1;display:flex}.report-tier-ranking-row{border-bottom:1px solid #eef2f7;grid-template-columns:28px minmax(0,1fr) 48px;align-items:center;gap:10px;min-height:48px;padding:9px 14px;display:grid}.report-tier-ranking-row:last-child{border-bottom:none}.report-tier-ranking-row.is-pinned-target{border-top:1px dashed #05966959;margin-top:auto}.report-tier-ranking-rank{color:#334155;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:inline-flex}.report-tier-ranking-row:first-child .report-tier-ranking-rank{background:var(--tier-accent);color:#fff}.report-tier-ranking-main{min-width:0}.report-tier-ranking-meta{align-items:center;gap:6px;min-width:0;display:flex}.report-tier-ranking-meta strong{min-width:0;color:var(--report-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.report-tier-ranking-badge{color:#166534;background:#dcfce7;border-radius:4px;flex:none;padding:1px 5px;font-size:11px;font-weight:700;line-height:1.45}.report-tier-ranking-bar{background:#e5e7eb;border-radius:999px;height:5px;margin-top:7px;position:relative;overflow:hidden}.report-tier-ranking-bar span{border-radius:inherit;background:var(--tier-accent);height:100%;display:block}.report-tier-ranking-row.is-target .report-tier-ranking-bar span{background:#10b981}.report-tier-ranking-score{color:#334155;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:13px;font-weight:800}.report-table-section{margin-top:1rem}.report-table-caption-bar{text-align:center;color:var(--report-muted);background:var(--report-bg-subtle);border-radius:var(--report-radius) var(--report-radius) 0 0;border:1px solid var(--report-border);padding:8px 12px;font-size:13px}.report-table-caption-bar strong{color:var(--report-text);font-weight:600}.report-table-section .report-table-wrap{border:1px solid var(--report-border);border-radius:0 0 var(--report-radius) var(--report-radius);border-top:none;overflow:hidden}.report-table-section .report-table{border-radius:0;margin:0}.report-split{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.report-split-text{flex-direction:column;gap:1rem;display:flex}.report-split-text p{color:#374151;margin:0;font-size:.95rem;line-height:1.8}.report-grade-card{background:0 0;border:none;border-left:5px solid;border-radius:0;align-items:center;gap:1.5rem;padding:1.5rem 0 1.5rem 1.5rem;display:flex}.report-grade-badge{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0000001a}.report-grade-info{flex:1}.report-grade-label{font-family:var(--report-font-serif);color:var(--report-text);margin:0;font-size:1.1rem;font-weight:600}.report-grade-score{color:var(--report-text);margin-top:.25rem;font-size:2.5rem;font-weight:700;line-height:1}.report-grade-score-unit{color:var(--report-muted);margin-left:4px;font-size:1rem;font-weight:400}.report-table-wrap{border:1px solid var(--report-border);border-radius:var(--report-radius);margin:.5rem 0;overflow-x:auto}.report-table{border-collapse:collapse;width:100%;font-size:14px}.report-table-caption{caption-side:top;text-align:left;color:#374151;margin-bottom:4px;padding:8px 0;font-size:13px;font-weight:600}.report-table thead{background:var(--report-bg-subtle)}.report-table th{text-align:left;color:#374151;border-bottom:2px solid var(--report-border);white-space:nowrap;padding:12px 16px;font-size:13px;font-weight:600}.report-table td{color:#4b5563;border-bottom:1px solid #f3f4f6;padding:12px 16px;line-height:1.5}.report-table tbody tr:last-child td{border-bottom:none}.report-table tbody tr:hover{background:#2563eb05}.report-table .highlight-row{background:#2563eb0d!important}.report-table strong{color:var(--report-text);font-weight:600}.report-stat-table-wrap{border:1px solid #dbe4f0;border-radius:10px;margin:.75rem 0;box-shadow:0 10px 24px #0f172a0d}.report-stat-table{table-layout:fixed;background:#fff}.report-stat-table th:first-child,.report-stat-table td:first-child{width:120px}.report-stat-table th:nth-child(2),.report-stat-table td:nth-child(2),.report-stat-table th:nth-child(3),.report-stat-table td:nth-child(3),.report-stat-table th:nth-child(4),.report-stat-table td:nth-child(4){text-align:right;width:86px}.report-stat-table th:nth-child(5),.report-stat-table td:nth-child(5){width:130px}.report-stat-table th:nth-child(6),.report-stat-table td:nth-child(6){width:260px}.report-stat-table thead{background:linear-gradient(#f8fbff 0%,#eef5ff 100%)}.report-stat-table th{color:#334155;letter-spacing:0;border-bottom:1px solid #dbe4f0;font-size:12px}.report-stat-table td{color:#475569;vertical-align:top;border-bottom:1px solid #edf2f7}.report-stat-table tbody tr:hover{background:#f8fbff}.report-stat-table td:first-child{color:#0f172a;background:#fbfdff}.report-stat-table td:first-child strong{font-weight:750}.report-stat-table td:nth-child(2),.report-stat-table td:nth-child(3),.report-stat-table td:nth-child(4){color:#1e293b;font-variant-numeric:tabular-nums;font-weight:650}.report-stat-table td:nth-child(5){color:#0f172a;font-variant-numeric:tabular-nums;font-weight:750}.report-stat-table td:last-child{color:#475569;font-size:13px;font-weight:600;line-height:1.65}.report-stat-ranking-board{background:#fff;border:1px solid #dbe4f0;border-radius:10px;overflow:hidden;box-shadow:0 10px 24px #0f172a0d}.report-stat-ranking-board-head{background:linear-gradient(#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid #dbe4f0;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 16px;display:flex}.report-stat-ranking-board-head strong{color:#0f172a;font-size:14px;font-weight:750}.report-stat-ranking-board-head span{color:#64748b;font-size:12px}.report-stat-ranking-list{flex-wrap:wrap;gap:8px;margin:0;padding:14px 16px;list-style:none;display:flex}.report-stat-ranking-list li{background:#fbfdff;border:1px solid #e8eef6;border-radius:8px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;width:calc(50% - 4px);min-width:0;padding:8px 10px;font-size:13px;line-height:1.35;display:grid}.report-stat-ranking-list li.is-target{color:var(--report-text);background:#ecfdf5;border-color:#04785747;font-weight:800}.report-stat-ranking-rank{color:#334155;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.report-stat-ranking-list li:first-child .report-stat-ranking-rank{color:#fff;background:#2563eb}.report-stat-ranking-list li.is-target .report-stat-ranking-rank{color:#fff;background:#059669}.report-stat-ranking-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.report-stat-ranking-list li.is-target .report-stat-ranking-name{color:#047857}.report-stat-ranking-score{color:#718096;font-variant-numeric:tabular-nums;white-space:nowrap}.report-stat-ranking-list li.is-target .report-stat-ranking-score{color:var(--report-text);font-weight:800}.report-stat-ranking-extra{border-top:1px dashed #cbd5e1;padding-top:2px}.report-stat-ranking-extra>span{color:#64748b;padding:10px 16px 0;font-size:12px;display:block}.report-stat-ranking-extra .report-stat-ranking-list{padding-top:8px}.report-stat-ranking-extra .report-stat-ranking-list li{width:100%}.platform-icon{vertical-align:middle;object-fit:contain;border-radius:3px;width:18px;height:18px;margin-right:6px}.platform-icon-badge{color:#374151;background:#f3f4f6;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:500;display:inline-flex}.platform-icon-badge img{object-fit:contain;border-radius:3px;width:16px;height:16px}.platform-icon-badge-label{min-width:0}.report-platform-name{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.report-platform-name img{object-fit:contain;border-radius:4px;width:18px;height:18px}.report-chart-icon-legend{color:#4b5563;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin:-12px 0 16px;font-size:12px;display:flex}.report-chart-icon-legend-item{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.report-chart-icon-legend-item img{object-fit:contain;border-radius:3px;width:16px;height:16px}.report-badge{letter-spacing:.02em;border-radius:2px;justify-content:center;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.report-badge--target{color:#166534;background:#dcfce7}.report-badge--high{color:#991b1b;background:#fee2e2}.report-badge--medium{color:#92400e;background:#fef3c7}.report-badge--low{color:#065f46;background:#dcfce7}.report-badge--accent{background:var(--report-accent-light);color:var(--report-accent)}.report-raw-labels{color:#9ca3af;margin-top:2px;font-size:12px}.report-metric-grid{color:#374151;flex-wrap:wrap;gap:.5rem 2rem;font-size:.95rem;line-height:1.8;display:flex}.report-metric-card{text-align:left;background:0 0;border:none;padding:0;display:inline}.report-metric-card .report-metric-label{color:var(--report-muted);font-size:inherit}.report-metric-card .report-metric-value{font-weight:700;font-size:inherit;color:var(--report-text)}.report-metric-card .report-metric-desc{display:none}.report-trend-matrix td strong{color:var(--report-text);font-variant-numeric:tabular-nums;font-weight:800;display:block}.report-trend-matrix td span{color:var(--report-muted);margin-top:2px;font-size:12px;line-height:1.35;display:block}.report-gap-cards{margin:.5rem 0}.report-gap-card{background:0 0;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:.6rem 0;overflow:visible}.report-gap-card:last-child{border-bottom:none}.report-gap-card-header{background:0 0;border-bottom:none;padding:0}.report-gap-card-header h4{color:var(--report-text);margin:0;font-size:1rem;font-weight:700}.report-gap-card-body{flex-wrap:wrap;gap:.2rem 2rem;padding:.25rem 0 0;display:flex}.report-gap-section{display:inline}.report-gap-label{font-size:inherit;color:var(--report-muted);text-transform:none;letter-spacing:normal;font-weight:600}.report-gap-label:after{content:"："}.report-gap-value{font-size:inherit;color:#374151}.report-gap-summary{color:#4b5563;width:100%;margin-top:.25rem;font-size:.95rem;line-height:1.8}.report-recommendation{background:0 0;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:.8rem 0;overflow:visible}.report-recommendation:last-child{border-bottom:none}.report-recommendation:hover{box-shadow:none}.report-recommendation-header{background:0 0;border-bottom:none;justify-content:space-between;align-items:center;gap:12px;margin-bottom:.5rem;padding:0;display:flex}.report-recommendation-title-row{flex:1;align-items:center;gap:10px;display:flex}.report-recommendation-priority{color:#fff;border-radius:3px;flex-shrink:0;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.report-recommendation-priority.p1{background:var(--report-danger)}.report-recommendation-priority.p2{background:var(--report-warning)}.report-recommendation-priority.p3{background:var(--report-accent)}.report-recommendation-header h4{color:var(--report-text);flex:1;margin:0;font-size:1rem;font-weight:700}.report-recommendation-category{color:var(--report-muted);white-space:nowrap;background:0 0;border-radius:0;flex-shrink:0;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.report-recommendation-body{flex-direction:column;gap:.2rem;padding:0;display:flex}.report-recommendation-section{flex-direction:column;gap:.05rem;display:flex}.report-recommendation-section p{color:#374151;margin:0;font-size:.95rem;line-height:1.8}.report-evidence-list{margin:0;padding:0;list-style:none}.report-evidence-list li{color:#4b5563;background:0 0;border-left:none;border-radius:0;margin:.2rem 0;padding:0;font-size:.95rem;line-height:1.8}.report-recommendation-footer{color:var(--report-muted);background:0 0;border-top:none;justify-content:flex-start;padding:.25rem 0 0;font-size:13px;display:flex}.report-recommendation-footer strong{color:var(--report-text);font-weight:600}.report-question-list{flex-direction:column;gap:0;display:flex}.report-question-item{border-bottom:1px solid #f3f4f6}.report-question-item:last-child{border-bottom:none}.report-question-toggle{cursor:pointer;width:100%;color:var(--report-text);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:14px;transition:background .15s;display:flex}.report-question-toggle:hover{background:var(--report-bg-subtle)}.report-question-toggle-num{background:var(--report-accent-light);width:24px;height:24px;color:var(--report-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.report-question-toggle-text{flex:1;font-weight:500;line-height:1.5}.report-question-toggle-intent{color:var(--report-muted);flex-shrink:0;font-size:12px}.report-question-detail{padding:0 16px 16px 50px;animation:.2s reportSlideDown}@keyframes reportSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.report-question-detail p{color:#4b5563;margin:.25rem 0;font-size:13px;line-height:1.6}.report-methodology{color:#374151;font-size:14px;line-height:1.8}.report-methodology h4{font-family:var(--report-font-serif);color:var(--report-text);margin:1.5rem 0 .75rem;font-size:1.05rem;font-weight:600}.report-methodology h4:first-child{margin-top:0}.report-methodology p{margin:.5rem 0}.report-methodology ul{margin:.5rem 0;padding-left:1.5rem}.report-methodology li{margin:.25rem 0}.report-page-footer{border-top:1px solid var(--report-border);color:var(--report-muted);background:var(--report-bg-subtle);justify-content:space-between;align-items:center;padding:1.5rem 3.5rem;font-size:12px;display:flex}.report-competitor-index-badge{background:var(--report-accent-light);color:var(--report-accent);border-radius:2px;padding:3px 10px;font-size:13px;font-weight:600;display:inline-block}.report-llm-text{color:#374151;text-align:justify;font-size:.95rem;line-height:1.82}.report-llm-text p{text-indent:2em;margin:0 0 .45rem}.report-llm-text p:last-child{margin-bottom:0}.report-executive-summary .report-llm-text{color:#263244;font-size:1rem}.report-executive-summary .report-llm-text p{text-indent:2em;margin:0}.report-llm-text strong,.report-token{font-weight:700}.report-token--platform{color:var(--report-platform)}.report-token--metric{color:var(--report-metric)}.report-token--brand{color:var(--report-brand)}.report-token--grade{color:var(--report-grade)}.report-analysis-block{color:#374151;background:0 0;border:none;border-radius:0;padding:0;font-size:.95rem;line-height:1.8}.report-analysis-block h4{font-family:var(--report-font-serif);color:var(--report-text);margin:0 0 .75rem;font-size:1rem}.report-analysis-block p{margin:.45rem 0}.report-analysis-block ul,.report-analysis-block ol{margin:.5rem 0;padding-left:1.5rem}.report-analysis-block li{margin:.25rem 0}.report-summary-text{color:#374151;font-size:1rem;line-height:1.8}.report-summary-text h2{font-family:var(--report-font-serif);color:var(--report-text);margin:2rem 0 1rem;font-size:1.3rem;font-weight:600}.report-summary-text h3{font-family:var(--report-font-serif);color:#374151;margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:600}.report-summary-text ul{margin:1rem 0;padding-left:1.5rem}.report-summary-text li{margin:.5rem 0}.report-overview-text{color:#374151;font-size:14px;line-height:1.8}.report-overview-text ul{margin:.5rem 0;padding-left:1.5rem}.report-overview-text li{margin:.25rem 0}@media (width<=1200px){.report-toc-sidebar{display:none}.report-toc-mobile{display:block}}@media (width<=768px){.professional-report{font-size:15px}.report-page-header{text-align:center;flex-direction:column;gap:4px;padding:.75rem 1.5rem}.report-content-area{padding:0 1.5rem 2rem}.report-cover{padding:2.5rem 0 2rem}.report-cover h1{font-size:1.6rem}.report-cover-meta{gap:.65rem;padding:0 1.5rem}.report-cover-actions{flex-direction:column}.report-chapter{padding:1.5rem 0}.report-chapter-header h2{font-size:1.3rem}.report-grade-card{text-align:center;border-top:5px solid;border-left:none;flex-direction:column;padding-top:1.5rem;padding-left:0}.report-split,.report-tier-ranking-board{grid-template-columns:1fr}.report-tier-ranking-card{min-height:0}.report-table-wrap{font-size:13px}.report-stat-table{min-width:820px}.report-stat-ranking-board-head{flex-direction:column;align-items:flex-start;gap:2px}.report-stat-ranking-list li{width:100%}.report-page-footer{text-align:center;flex-direction:column;gap:4px;padding:1rem 1.5rem}}@media (width<=480px){.report-floating-toc-panel{width:min(300px,100vw - 78px)}.report-content-area{padding:0 1rem 1.5rem}.report-cover-meta{padding:0 1rem}.report-recommendation-header{flex-direction:column}.report-tier-ranking-head{grid-template-columns:1fr}.report-tier-ranking-target{justify-self:start}.report-tier-ranking-row{grid-template-columns:26px minmax(0,1fr) 44px;padding:9px 10px}}.auth-overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172acc;justify-content:center;align-items:center;padding:24px;animation:.3s authOverlayIn;display:flex;position:fixed;inset:0}@keyframes authOverlayIn{0%{opacity:0}to{opacity:1}}.auth-modal{background:#fff;border-radius:24px;width:100%;max-width:960px;height:auto;max-height:calc(100vh - 48px);animation:.4s cubic-bezier(.16,1,.3,1) authModalIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #00000014,0 20px 25px -5px #0000001a,0 40px 50px -10px #00000026}@keyframes authModalIn{0%{opacity:0;transform:translateY(32px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-close{z-index:10;color:#fffc;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.auth-close:hover{color:#fff;background:#fff3}.auth-left{color:#fff;background:linear-gradient(145deg,#1e40af 0%,#3730a3 50%,#4c1d95 100%);flex-direction:column;flex:0 0 400px;min-height:0;padding:48px;display:flex;overflow-y:auto}.auth-brand{align-items:center;gap:12px;margin-bottom:48px;display:flex}.auth-logo{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.auth-brand span{letter-spacing:-.02em;font-size:20px;font-weight:700}.auth-hero-text{margin-bottom:48px}.auth-hero-text h1{letter-spacing:-.03em;margin:0 0 16px;font-size:32px;font-weight:700;line-height:1.2}.auth-hero-text p{opacity:.85;margin:0;font-size:16px;line-height:1.6}.auth-features{flex-direction:column;gap:24px;margin-top:auto;display:flex}.auth-feature{align-items:flex-start;gap:16px;display:flex}.auth-feature-icon{background:#ffffff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.auth-feature div:last-child{flex-direction:column;gap:4px;display:flex}.auth-feature strong{letter-spacing:-.01em;font-size:15px;font-weight:600}.auth-feature span{opacity:.7;font-size:14px}.auth-right{background:#fff;flex:1;justify-content:center;align-items:stretch;min-height:0;padding:48px;display:flex;overflow-y:auto}.auth-form-container{width:100%;max-width:400px;margin:auto 0}.auth-form-header{margin-bottom:32px}.auth-form-header h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 8px;font-size:28px;font-weight:700}.auth-form-header p{color:#64748b;margin:0;font-size:15px}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth-field label{color:#374151;font-size:14px;font-weight:500}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{color:#9ca3af;pointer-events:none;transition:color .2s;position:absolute;left:16px}.auth-input-wrap input{color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;width:100%;padding:14px 16px 14px 48px;font-size:15px;transition:all .2s}.auth-input-wrap input:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61a}.auth-input-wrap input:focus~.auth-input-icon,.auth-input-wrap:focus-within .auth-input-icon{color:#3b82f6}.auth-input-wrap input::placeholder{color:#9ca3af}.auth-input-wrap-password input{padding-right:50px}.auth-password-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .2s,background-color .2s;display:inline-flex;position:absolute;right:14px}.auth-password-toggle:hover{color:#475569;background:#94a3b81f}.auth-password-toggle:focus-visible{color:#2563eb;background:#3b82f61f;outline:none}.auth-input-wrap:focus-within .auth-password-toggle{color:#3b82f6}.auth-code-wrap input{padding-right:120px}.auth-code-btn{color:#3b82f6;cursor:pointer;background:#3b82f614;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;position:absolute;right:6px}.auth-code-btn:hover:not(:disabled){background:#3b82f626}.auth-code-btn:disabled{color:#9ca3af;cursor:not-allowed}.auth-alert{border-radius:12px;padding:14px 16px;font-size:14px;line-height:1.5}.auth-alert-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.auth-btn-primary{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:8px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.auth-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb59}.auth-btn-primary:active:not(:disabled){transform:translateY(0)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-btn-secondary{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:100%;height:48px;margin-top:12px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.auth-btn-secondary:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.auth-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite authSpin}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-form-footer{text-align:center;border-top:1px solid #f1f5f9;margin-top:28px;padding-top:24px}.auth-form-footer p{color:#64748b;margin:0;font-size:14px}.auth-form-footer button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;transition:color .2s}.auth-form-footer button:hover{color:#1d4ed8;text-decoration:underline}.auth-success{text-align:center;padding:20px}.auth-success-icon{color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:28px;animation:.6s cubic-bezier(.16,1,.3,1) authSuccessPop;display:inline-flex}@keyframes authSuccessPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.auth-success h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:700}.auth-success p{color:#64748b;margin:0 0 32px;font-size:15px}.auth-captcha-container{flex-direction:column;gap:8px;display:flex}.auth-captcha-row{align-items:stretch;gap:12px;display:flex}.auth-captcha-input-wrap{flex:1;position:relative}.auth-captcha-input-wrap input{color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;width:100%;padding:14px 16px;font-size:15px;transition:all .2s}.auth-captcha-input-wrap input:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61a}.auth-captcha-input-wrap input::placeholder{color:#9ca3af}.auth-captcha-image{cursor:pointer;background:#f9fafb;border:none;border-radius:12px;flex-shrink:0;width:120px;min-height:48px;padding:0;transition:all .2s;overflow:hidden}.auth-captcha-image:hover{opacity:.8}.auth-captcha-image svg{width:120px;height:48px;display:block}.auth-captcha-image-empty{border:1.5px dashed #cbd5e1}.auth-captcha-placeholder{color:#64748b;text-align:center;justify-content:center;align-items:center;width:120px;min-height:48px;padding:0 10px;font-size:12px;line-height:1.3;display:flex}.auth-captcha-error{color:#dc2626;font-size:12px}@media (width<=900px){.auth-modal{flex-direction:column;max-width:480px}.auth-left{background:linear-gradient(145deg,#1e40af 0%,#4c1d95 100%);flex:none;padding:32px}.auth-brand,.auth-hero-text{margin-bottom:24px}.auth-hero-text h1{font-size:24px}.auth-hero-text p{font-size:14px}.auth-features{display:none}.auth-right{padding:32px}}@media (width<=520px){.auth-overlay{align-items:flex-end;padding:0}.auth-modal{border-radius:24px 24px 0 0;max-width:100%;max-height:100dvh}.auth-field-row{grid-template-columns:1fr}.auth-form-header h2{font-size:24px}}.brand-management{max-width:1360px;margin:0 auto;padding:2rem}.brand-workspace-header{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1.5rem;display:flex}.brand-workspace-eyebrow{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.brand-workspace-header h2,.brand-editor-modal__header h3{color:#0f172a;letter-spacing:0;margin:0;font-size:1.5rem;font-weight:700}.brand-workspace-header p{color:#64748b;margin:.45rem 0 0;font-size:.9375rem;line-height:1.55}.btn-primary,.btn-secondary{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#2563eb;border:1px solid #2563eb}.btn-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.btn-secondary{color:#475569;background:#fff;border:1px solid #cbd5e1}.btn-secondary:hover:not(:disabled){color:#2563eb;background:#f8fafc;border-color:#2563eb}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.brand-kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.brand-kpi-strip div{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;gap:.35rem;padding:1rem;display:grid}.brand-kpi-strip span,.brand-toolbar__meta,.brand-asset-list__head,.brand-asset-monitor small,.brand-asset-status small,.brand-asset-date{color:#64748b;font-size:.8125rem;font-weight:700}.brand-kpi-strip strong{color:#0f172a;font-size:1.35rem}.error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;align-items:center;gap:.625rem;margin-bottom:1rem;padding:.875rem 1rem;font-size:.9rem;display:flex}.brand-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.search-box{flex:1;min-width:260px;position:relative}.search-box input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;padding:.675rem .875rem .675rem 2.5rem;font-size:.9rem;transition:all .2s}.search-box input:focus,.brand-form-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.search-icon{color:#94a3b8;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.brand-asset-list{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.brand-asset-list__head,.brand-asset-row{grid-template-columns:minmax(340px,1.7fr) minmax(160px,.8fr) minmax(140px,.7fr) minmax(120px,.55fr) minmax(140px,auto);align-items:center;gap:1rem;display:grid}.brand-asset-list__head{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:.8rem 1rem}.brand-asset-row{cursor:pointer;padding:1rem;transition:background .2s}.brand-asset-row+.brand-asset-row{border-top:1px solid #e5e7eb}.brand-asset-row:hover{background:#f8fafc}.brand-asset-main{align-items:flex-start;gap:.875rem;min-width:0;display:flex}.brand-asset-icon{color:#fff;background:#0f172a;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.brand-asset-title{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.brand-asset-title strong{color:#0f172a;font-size:.975rem}.brand-asset-title span{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:.18rem .5rem;font-size:.72rem;font-weight:700}.brand-asset-main p{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:620px;margin:0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.brand-asset-main a{color:#2563eb;word-break:break-all;margin-top:.3rem;font-size:.8125rem;text-decoration:none;display:inline-block}.brand-asset-main a:hover{text-decoration:underline}.brand-asset-monitor,.brand-asset-status{justify-items:start;gap:.35rem;min-width:0;display:grid}.brand-asset-status strong{color:#0f172a;font-size:.875rem}.brand-asset-status small{color:#991b1b;white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.brand-card-monitor-badge{border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.brand-card-monitor-badge.enabled{color:#166534;background:#dcfce7}.brand-card-monitor-badge.disabled{color:#475569;background:#f1f5f9}.brand-card-monitor-badge.pending{color:#1d4ed8;background:#dbeafe}.brand-card-monitor-badge.failed{color:#991b1b;background:#fee2e2}.brand-card-monitor-badge.unavailable{color:#92400e;background:#fef3c7}.brand-asset-actions{justify-content:flex-end;align-items:center;display:flex}.brand-action-select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;width:140px;min-height:36px;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:700}.brand-action-select:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.brand-action-select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.brand-action-select:disabled{opacity:.58;cursor:not-allowed}.icon-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.icon-btn:hover:not(:disabled){color:#2563eb;background:#f8fafc;border-color:#93c5fd}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn.danger:hover:not(:disabled){color:#dc2626;background:#fef2f2;border-color:#fecaca}.brand-empty-state,.loading-state{text-align:center;color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:4rem 2rem}.empty-state-icon{opacity:.3;margin:0 auto 1.25rem}.brand-empty-state h3{color:#334155;margin:0 0 .625rem;font-size:1.125rem;font-weight:700}.brand-empty-state p,.loading-state-text{margin:0;font-size:.9375rem;line-height:1.6}.brand-editor-modal{z-index:80;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.brand-editor-modal__backdrop{background:#0f172a7a;position:absolute;inset:0}.brand-editor-modal__panel{background:#fff;border-radius:.75rem;grid-template-rows:auto minmax(0,1fr);width:min(620px,100%);max-height:min(88vh,760px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #0f172a3d}.brand-editor-modal__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.brand-editor-form{background:#f8fafc;align-content:start;gap:1rem;padding:1.25rem;display:grid;overflow:auto}.brand-form-field{flex-direction:column;gap:.45rem;display:flex}.brand-form-label{color:#334155;font-size:.875rem;font-weight:700}.brand-form-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;padding:.675rem .8rem;font-family:inherit;font-size:.9rem;transition:all .2s}.brand-form-textarea{resize:vertical;min-height:124px;line-height:1.5}.brand-editor-form__actions{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}@media (width<=1120px){.brand-asset-list__head{display:none}.brand-asset-row{grid-template-columns:minmax(0,1fr) minmax(160px,auto);align-items:start}.brand-asset-monitor,.brand-asset-status,.brand-asset-date{grid-column:1/2;padding-left:52px}.brand-asset-actions{grid-area:1/2/4/3;max-width:140px}}@media (width<=768px){.brand-management{padding:1rem}.brand-workspace-header,.brand-toolbar{flex-direction:column;align-items:stretch}.brand-workspace-header .btn-primary,.brand-toolbar,.search-box,.btn-primary,.btn-secondary{width:100%}.brand-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-asset-row{grid-template-columns:1fr}.brand-asset-monitor,.brand-asset-status,.brand-asset-date{padding-left:52px}.brand-asset-actions{grid-area:auto/1/auto/2;justify-content:flex-start;max-width:none;padding-left:52px}.brand-editor-form__actions{flex-direction:column}.brand-editor-modal{padding:.75rem}.brand-editor-modal__panel{max-height:94vh}}@media (width<=480px){.brand-management{padding:.75rem}.brand-workspace-header,.brand-empty-state,.loading-state{padding:1rem}.brand-kpi-strip{grid-template-columns:1fr}.brand-asset-row{padding:.875rem}.brand-asset-main{gap:.75rem}.brand-asset-monitor,.brand-asset-status,.brand-asset-date,.brand-asset-actions{padding-left:0}.brand-editor-form{padding:1rem}}.brand-detail{max-width:1200px;margin:0 auto;padding:2rem}.detail-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.btn-back,.btn-danger{cursor:pointer;background:#fff;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-back{color:#374151;border:1px solid #d1d5db}.btn-back:hover{background:#f9fafb;border-color:#9ca3af}.btn-danger{color:#dc2626;border:1px solid #fca5a5}.btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#dc2626}.btn-danger:disabled{cursor:not-allowed;opacity:.6}.btn-icon{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s;display:inline-flex}.btn-icon:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.btn-icon.danger:hover:not(:disabled){color:#dc2626;background:#fee2e2}.btn-icon:disabled{cursor:not-allowed;opacity:.55}.btn-inline{padding:.45rem .75rem;font-size:.8125rem}.brand-detail-notice{border:1px solid #0000;border-radius:.75rem;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.875rem}.brand-detail-notice.error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.brand-detail-notice.info{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.brand-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;gap:1.5rem;margin-bottom:1.5rem;padding:1.75rem;display:flex}.brand-icon{color:#fff;background:#0f172a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.brand-info-content{flex:1;min-width:0}.brand-name{color:#111827;letter-spacing:0;margin:0 0 .75rem;font-size:1.875rem;font-weight:700}.brand-industry-tag{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:700;display:inline-block}.brand-description{color:#64748b;word-break:break-word;margin:0 0 1rem;font-size:.9375rem;line-height:1.6}.brand-description a{color:#2563eb;word-break:break-all}.brand-meta{color:#94a3b8;flex-wrap:wrap;gap:1rem 1.5rem;font-size:.8125rem;display:flex}.meta-item{align-items:center;gap:.5rem;display:inline-flex}.section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem}.section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.section-header h2{color:#111827;letter-spacing:0;margin:0;font-size:1.25rem;font-weight:700}.section-subtitle{color:#64748b;max-width:760px;margin:.35rem 0 0;font-size:.875rem;line-height:1.55}.section-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:inline-flex}.section-eyebrow{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.brand-monitor-section__header{align-items:flex-start}.monitor-loading-state,.loading-state,.error-state{text-align:center;color:#64748b;padding:3rem 2rem}.monitor-loading-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.75rem;justify-content:center;align-items:center;gap:.625rem;padding:2rem;display:flex}.loading-state .spin,.monitor-loading-state .spin,.monitor-modal .spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-state p{color:#dc2626;margin-bottom:1rem}.brand-monitor-overview{gap:1rem;display:grid}.monitor-status-banner,.monitor-upgrade-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.monitor-status-banner.enabled{background:#f0fdf4;border-color:#a7f3d0}.monitor-status-banner.disabled{background:#f8fafc;border-color:#e2e8f0}.monitor-eyebrow{color:#0369a1;letter-spacing:.04em;text-transform:uppercase;background:#e0f2fe;border-radius:999px;width:fit-content;margin-bottom:.45rem;padding:.25rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.monitor-status-banner h3,.monitor-upgrade-card h3{color:#0f172a;margin:0;font-size:1.125rem}.monitor-status-banner p,.monitor-upgrade-card p{color:#64748b;max-width:760px;margin:.45rem 0 0;font-size:.9rem;line-height:1.6}.monitor-status-badge{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:999px;flex-shrink:0;padding:.35rem .75rem;font-size:.8125rem;font-weight:700}.monitor-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.875rem;display:grid}.monitor-summary-card{color:#2563eb;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;gap:.45rem;min-height:104px;padding:1rem;display:flex}.monitor-summary-card.risk{color:#dc2626;background:#fff7f7;border-color:#fecaca}.monitor-summary-card span,.monitor-quick-facts span,.monitor-recipient-preview span,.brand-history-label{color:#64748b;font-size:.75rem;font-weight:700}.monitor-summary-card strong,.monitor-quick-facts strong{color:#0f172a;word-break:break-word;font-size:.9rem;line-height:1.45}.monitor-quick-facts{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;padding:1rem;display:grid}.monitor-quick-facts div{gap:.35rem;display:grid}.monitor-upgrade-card{display:block}.monitor-upgrade-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;margin-top:1rem;display:grid}.monitor-upgrade-grid div{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;gap:.375rem;padding:1rem;display:flex}.monitor-upgrade-grid strong{color:#0f172a}.monitor-upgrade-grid span{color:#64748b;font-size:.875rem;line-height:1.5}.monitor-modal{z-index:90;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.monitor-modal__backdrop{background:#0f172a7a;position:absolute;inset:0}.monitor-modal__panel{background:#fff;border-radius:.75rem;grid-template-rows:auto minmax(0,1fr) auto;width:min(1040px,100%);max-height:min(88vh,920px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #0f172a3d}.monitor-modal__header,.monitor-modal__footer{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.monitor-modal__header h3{color:#0f172a;margin:0;font-size:1.25rem}.monitor-modal__body{background:#f8fafc;align-content:start;gap:.875rem;padding:1rem;display:grid;overflow:auto}.monitor-modal__footer{background:#fff;border-top:1px solid #e5e7eb;border-bottom:none;justify-content:flex-end}.monitor-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:.75rem;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;display:flex}.monitor-inline-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.625rem .75rem;font-size:.8125rem;font-weight:700}.monitor-editor-section{background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;gap:1rem;padding:1.25rem;display:grid}.monitor-editor-section.fixed-height{grid-template-rows:auto minmax(0,1fr);min-height:0}.monitor-editor-section.question-area{height:430px}.monitor-editor-section.schedule-area{height:190px}.monitor-editor-section.delivery-area{height:350px}.monitor-editor-section__head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.monitor-editor-section__head>div{gap:.25rem;display:grid}.monitor-editor-section__head h4{color:#0f172a;margin:0;font-size:1rem}.monitor-editor-section__head p{color:#64748b;margin:0;font-size:.8125rem;line-height:1.45}.monitor-editor-section__head span{color:#64748b;text-align:right;font-size:.8125rem;font-weight:700}.monitor-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem;display:grid}.monitor-form-grid.single{grid-template-columns:minmax(0,1fr)}.monitor-form-grid.compact-two{grid-template-columns:repeat(2,minmax(0,1fr))}.trend-report-form{grid-template-columns:repeat(2,minmax(0,240px))}.trend-report-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;gap:1rem;margin-bottom:1rem;padding:1rem;display:grid}.trend-report-panel__form{gap:.25rem;display:grid}.trend-report-panel .brand-detail-notice{margin:0}.monitor-form-field{flex-direction:column;gap:.45rem;display:flex}.monitor-form-field span{color:#475569;font-size:.8125rem;font-weight:700}.monitor-form-field input,.monitor-form-field select,.monitor-form-field textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.875rem}.monitor-form-field textarea{resize:vertical;line-height:1.5}.monitor-form-field.full{grid-column:1/-1}.monitor-form-field input:focus,.monitor-form-field select:focus,.monitor-form-field textarea:focus,.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.monitor-form-field small{color:#64748b;font-size:.75rem;line-height:1.45}.monitor-question-tier-list{gap:.75rem;min-height:0;padding-right:.25rem;display:grid;overflow-y:auto}.monitor-question-tier-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.625rem;gap:.625rem;padding:.75rem;display:grid}.monitor-question-tier-card.core{background:#eff6ff;border-color:#bfdbfe}.monitor-question-tier-card.near{background:#f5f3ff;border-color:#c7d2fe}.monitor-question-tier-card.broad{background:#f0fdf4;border-color:#bbf7d0}.monitor-question-tier-card__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.monitor-question-tier-card__head>div{gap:.25rem;display:grid}.monitor-question-tier-card__head strong{color:#0f172a;font-size:.9rem}.monitor-question-tier-card__head span{color:#64748b;font-size:.75rem;line-height:1.45}.monitor-question-tier-card__head em{color:#475569;background:#f1f5f9;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.75rem;font-style:normal;font-weight:800}.monitor-question-tier-card__list{gap:.5rem;display:grid}.monitor-question-row{background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;grid-template-columns:minmax(7.5rem,.24fr) minmax(0,1fr);align-items:center;gap:.625rem;padding:.5rem;display:grid}.monitor-question-row__meta{gap:.25rem;min-width:0;display:grid}.monitor-question-row__meta span{color:#3730a3;background:#eef2ff;border-radius:.5rem;justify-content:center;align-items:center;width:fit-content;max-width:100%;min-height:1.75rem;padding:0 .55rem;font-size:.75rem;font-weight:800;display:inline-flex}.monitor-question-row__meta small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;word-break:break-word;font-size:.7rem;line-height:1.4;overflow:hidden}.monitor-question-row__field{min-width:0}.monitor-question-row textarea{color:#0f172a;resize:none;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;min-height:2.625rem;max-height:5rem;padding:.55rem .7rem;font-family:inherit;font-size:.875rem;line-height:1.45}.monitor-question-row textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.monitor-asset-pending{color:#1d4ed8;text-align:center;background:#eff6ff;border:1px dashed #bfdbfe;border-radius:.625rem;align-content:center;place-items:center;gap:.5rem;height:100%;min-height:0;padding:2rem;display:grid}.monitor-asset-pending strong{color:#0f172a;font-size:.9375rem}.monitor-asset-pending span{color:#475569;max-width:420px;font-size:.875rem;line-height:1.55}.monitor-asset-pending.error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.monitor-save-summary{color:#475569;align-items:center;gap:.4rem;margin-right:auto;font-size:.8125rem;font-weight:700;display:inline-flex}.monitor-advanced{gap:.75rem;display:grid}.monitor-advanced__toggle{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;width:fit-content;padding:0;font-size:.8125rem;font-weight:700;display:inline-flex}.monitor-advanced__toggle svg{transition:transform .2s}.monitor-advanced__toggle svg.open{transform:rotate(180deg)}.monitor-delivery-form{align-content:start;gap:.875rem;min-height:0;padding-right:.25rem;display:grid;overflow-y:auto}.monitor-toggle-row{cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.875rem;display:flex}.monitor-toggle-row input,.monitor-attachment-option input{accent-color:#2563eb;margin-top:.15rem}.monitor-toggle-row span{flex-direction:column;gap:.25rem;display:flex}.monitor-toggle-row strong{color:#0f172a;font-size:.9375rem}.monitor-toggle-row small{color:#475569;font-size:.8125rem;line-height:1.45}.monitor-recipient-preview{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.75rem;flex-direction:column;gap:.35rem;padding:.875rem;display:flex}.monitor-recipient-preview strong{color:#0f172a;word-break:break-word;font-size:.875rem;line-height:1.5}.monitor-attachment-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.monitor-attachment-option{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:.625rem;padding:.875rem;display:flex}.monitor-attachment-option span{color:#0f172a;font-size:.875rem;font-weight:700}:is(.monitor-toggle-row:has(input:disabled),.monitor-attachment-option:has(input:disabled)){cursor:not-allowed;opacity:.65}.trend-competitor-summary{background:#f8fbff;border:1px solid #dbeafe;border-radius:.75rem;margin-top:1rem;padding:.875rem 1rem}.trend-competitor-summary>div:first-child{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.trend-competitor-summary span{color:#475569;font-size:.8125rem;font-weight:700}.trend-competitor-summary strong{color:#0f172a;font-size:.9375rem}.trend-competitor-summary p{color:#64748b;margin:0;font-size:.875rem;line-height:1.5}.trend-competitor-list{flex-wrap:wrap;gap:.5rem;display:flex}.trend-competitor-chip{color:#1e3a8a;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;padding:.45rem .7rem;font-size:.8125rem;font-weight:700;display:inline-flex}.competitor-form-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.25rem;padding:1.25rem}.form-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.form-header h3{color:#111827;margin:0;font-size:1.125rem;font-weight:700}.form-group{margin-bottom:1.25rem}.form-group.compact{margin-bottom:.75rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group>span{color:#475569;margin-bottom:.4rem;font-size:.8125rem;font-weight:700;display:block}.form-group input,.form-group textarea{border:1px solid #cbd5e1;border-radius:.5rem;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.form-group textarea{resize:vertical}.form-actions{justify-content:flex-end;gap:.75rem;display:flex}.competitors-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.competitor-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.125rem;transition:all .2s}.competitor-card.editing{background:#fff;border-color:#93c5fd;box-shadow:0 8px 24px #2563eb1a}.competitor-card:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #0f172a0f}.competitor-header{justify-content:space-between;align-items:start;margin-bottom:.75rem;display:flex}.competitor-header h3{color:#111827;overflow-wrap:anywhere;min-width:0;margin:0;font-size:1.0625rem;font-weight:700}.competitor-actions{flex-shrink:0;gap:.25rem;display:flex}.competitor-description{color:#64748b;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.competitor-footer{color:#94a3b8;border-top:1px solid #e5e7eb;padding-top:.75rem;font-size:.75rem}.competitor-edit-form{flex-direction:column;display:flex}.competitor-edit-actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.empty-competitors,.empty-section{text-align:center;color:#64748b;padding:3rem 2rem}.empty-section.compact{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.75rem;padding:1.75rem 1rem}.empty-competitors p,.empty-section p{margin:0;font-size:.875rem}.empty-competitors p:first-child,.empty-section p:first-child{color:#334155;margin-bottom:.5rem;font-size:1rem;font-weight:700}.empty-hint{color:#94a3b8;font-size:.875rem}.brand-history-list{flex-direction:column;gap:1rem;display:flex}.brand-history-toolbar{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.brand-history-toolbar .monitor-form-field{flex:1;max-width:420px}.brand-history-toolbar__meta{color:#64748b;justify-items:end;gap:.25rem;min-width:120px;font-size:.8125rem;font-weight:700;display:grid}.brand-history-toolbar__meta strong{color:#0f172a;font-size:1.25rem}.brand-history-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.25rem}.brand-history-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.brand-history-status{border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.brand-history-status.status-running{color:#1e40af;background:#dbeafe}.brand-history-status.status-completed{color:#065f46;background:#d1fae5}.brand-history-status.status-failed{color:#991b1b;background:#fee2e2}.brand-history-grid{grid-template-columns:minmax(0,2fr) minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.brand-history-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.brand-history-label{margin-bottom:.375rem;display:block}.brand-history-value{color:#111827;word-break:break-word;font-size:.875rem;display:block}.history-error{color:#991b1b;background:#fee2e2;border-radius:.5rem;margin-top:.75rem;padding:.75rem .875rem;font-size:.875rem}.brand-history-pagination{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.brand-history-page-text{color:#475569;font-size:.875rem}@media (width<=1120px){.monitor-summary-grid,.monitor-quick-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.brand-detail{padding:1rem}.detail-header,.section-header,.monitor-status-banner,.monitor-editor-section__head{flex-direction:column;align-items:flex-start}.detail-actions,.detail-actions button,.btn-back,.btn-danger,.btn-secondary,.section-header .btn-primary,.section-header-actions{width:100%}.detail-actions button,.btn-back,.btn-danger,.btn-secondary,.section-header .btn-primary,.section-header-actions button{justify-content:center}.brand-info-card{flex-direction:column;padding:1.25rem}.brand-icon{width:60px;height:60px}.brand-name{font-size:1.5rem}.section{padding:1.25rem}.monitor-summary-grid,.monitor-quick-facts,.monitor-form-grid,.trend-report-form,.monitor-attachment-options,.monitor-upgrade-grid,.brand-history-grid{grid-template-columns:1fr}.brand-history-toolbar{flex-direction:column;align-items:stretch}.brand-history-toolbar .monitor-form-field{max-width:none}.brand-history-toolbar__meta{justify-items:start}.monitor-modal{padding:.75rem}.monitor-modal__panel{width:100%;max-height:94vh}.monitor-modal__footer{flex-direction:column;align-items:stretch}.monitor-modal__footer button{width:100%}.monitor-question-row{grid-template-columns:minmax(0,1fr)}.monitor-editor-section.question-area,.monitor-editor-section.delivery-area{height:min(58vh,420px)}.monitor-editor-section.schedule-area{height:auto}.trend-competitor-summary>div:first-child{flex-direction:column;align-items:flex-start}.form-actions{flex-direction:column}.form-actions button,.competitor-edit-actions button{justify-content:center;width:100%}.competitor-edit-actions{flex-direction:column}.competitors-grid{grid-template-columns:1fr}.brand-history-top{flex-direction:column;align-items:flex-start}}@media (width<=480px){.brand-detail{padding:.75rem}.brand-info-card,.section,.monitor-editor-section{padding:1rem}.brand-name{font-size:1.25rem}.section-header h2,.monitor-modal__header h3{font-size:1.125rem}.monitor-modal__body,.competitor-form-card{padding:1rem}}.analysis-history{max-width:1360px;margin:0 auto;padding:2rem}.history-hero{grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.history-header,.history-summary-card,.history-control-panel,.history-table-container,.history-empty-state,.analysis-history-error{background:#fff;border:1px solid #dbe3ee;box-shadow:0 1px 2px #0f172a0a}.history-header{background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:10px;padding:1.75rem 2rem}.history-eyebrow{color:#1d4ed8;letter-spacing:.02em;text-transform:uppercase;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;margin-bottom:.75rem;padding:.325rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.history-header h1{color:#0f172a;margin:0 0 .625rem;font-size:clamp(1.75rem,3vw,2.2rem);font-weight:700}.history-subtitle{color:#64748b;max-width:720px;margin:0;font-size:.9375rem;line-height:1.6}.history-tab-switch{background:#e2e8f0;border-radius:999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.35rem;display:inline-flex}.history-tab-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.5rem;min-height:38px;padding:.625rem .95rem;font-size:.875rem;font-weight:700;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex}.history-tab-btn:hover{color:#1e293b}.history-tab-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 2px #0f172a14}.history-tab-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb2e}.history-summary-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.history-summary-card{border-radius:8px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.history-summary-card__icon{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.history-summary-card__label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:700}.history-summary-card__value{color:#0f172a;font-size:1.625rem;font-weight:700;line-height:1.2}.history-summary-card__hint{color:#64748b;font-size:.875rem;line-height:1.5}.history-toolbar{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:1rem;margin-bottom:1.25rem;display:grid}.history-control-panel{border-radius:8px;flex-direction:column;gap:1rem;padding:1.125rem 1.125rem 1rem;display:flex}.history-panel-heading{flex-direction:column;gap:.375rem;display:flex}.history-panel-title{color:#1e293b;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;display:inline-flex}.history-panel-note{color:#64748b;margin:0;font-size:.875rem;line-height:1.55}.history-filter-fields{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.875rem;display:grid}.filter-group{flex-direction:column;gap:.4rem;min-width:0;display:flex}.filter-group label{color:#475569;font-size:.8125rem;font-weight:600}.filter-select-wrap{position:relative}.filter-select-wrap svg{color:#64748b;pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.filter-select{color:#0f172a;appearance:none;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:40px;padding:.625rem 2.25rem .625rem .75rem;font-size:.9375rem;line-height:1.4;transition:border-color .15s,box-shadow .15s,background-color .15s}.filter-select:hover{border-color:#94a3b8}.filter-select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.filter-select:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.filter-inline-error{color:#b91c1c;font-size:.75rem;line-height:1.45}.history-batch-overview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.875rem .95rem;display:flex}.history-checkbox-label{color:#334155;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:inline-flex}.history-checkbox-label input,.history-table input[type=checkbox]{accent-color:#2563eb;width:16px;height:16px;margin:0}.history-checkbox-label.disabled{color:#94a3b8}.history-checkbox-label.disabled input{cursor:not-allowed}.history-batch-meta{text-align:right;flex-direction:column;gap:.25rem;min-width:0;display:flex}.history-batch-meta strong{color:#0f172a;font-size:.9375rem;font-weight:700}.history-batch-meta span{color:#64748b;font-size:.8125rem;line-height:1.55}.history-batch-actions{flex-wrap:wrap;gap:.75rem;display:flex}.history-action-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:40px;padding:.625rem .95rem;font-size:.9375rem;font-weight:600;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.history-action-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.history-action-btn:focus-visible{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.history-action-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.history-action-btn.danger{color:#b91c1c;background:#fff7f7;border-color:#fecaca}.history-action-btn.danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.history-table-container{border-radius:8px;overflow:hidden}.history-table{border-collapse:collapse;table-layout:fixed;width:100%}.history-table thead{background:#f8fafc;border-bottom:1px solid #dbe3ee}.history-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.04em;padding:.875rem 1rem;font-size:.75rem;font-weight:700}.selection-column{text-align:center;width:64px}.source-column{width:112px}.history-table th:nth-child(4),.history-table td:nth-child(4){width:142px}.history-table th:nth-child(5),.history-table td:nth-child(5),.history-table th:nth-child(6),.history-table td:nth-child(6){width:168px}.history-table th:last-child,.history-table td:last-child{width:190px}.history-table tbody tr{border-bottom:1px solid #edf2f7;transition:background-color .15s}.history-table tbody tr:hover{background:#fafcff}.history-table tbody tr.is-selected{background:#f8fbff}.history-table tbody tr:last-child{border-bottom:none}.history-table td{color:#0f172a;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;padding:.9rem 1rem;font-size:.9375rem;overflow:hidden}.history-table td.selection-column{text-align:center}.brand-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.status-badge,.source-badge{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.source-badge{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.source-auto{color:#0f766e;background:#ecfdf5;border-color:#99f6e4}.source-manual,.status-running{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-completed{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-failed{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.view-detail-btn{color:#1d4ed8;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:92px;min-height:36px;padding:.5rem .875rem;font-size:.875rem;font-weight:600;transition:border-color .15s,background-color .15s;display:inline-flex}.view-detail-btn:hover:not(:disabled){background:#f8fafc;border-color:#93c5fd}.view-detail-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.view-detail-btn.loading{color:#1e40af}.history-inline-actions{flex-wrap:wrap;gap:.5rem;display:flex}.history-pagination{background:#fff;border:1px solid #dbe3ee;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.875rem 1rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.history-pagination__meta,.history-pagination__actions{color:#475569;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:inline-flex}.history-page-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:36px;padding:.45rem .875rem;font-size:.875rem;font-weight:700}.history-page-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.history-page-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.btn-spinner{border:2px solid #2563eb33;border-top-color:#2563eb;border-radius:999px;width:14px;height:14px;animation:.6s linear infinite spin}.history-empty-state{text-align:center;border-radius:10px;padding:4rem 2rem}.history-empty-state p{color:#334155;margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.history-empty-state span{color:#64748b;font-size:.9375rem;line-height:1.6}.analysis-history-loading{text-align:center;color:#64748b;padding:4rem 2rem;font-size:.9375rem}.analysis-history-error{color:#b91c1c;background:#fff7f7;border-color:#fecaca;border-radius:8px;margin-bottom:1rem;padding:.875rem 1rem;font-size:.9375rem}@media (width<=1180px){.history-hero,.history-toolbar{grid-template-columns:1fr}}@media (width<=900px){.history-summary-cards,.history-filter-fields{grid-template-columns:1fr}.history-batch-overview{flex-direction:column}.history-batch-meta{text-align:left}.history-tab-switch{justify-content:stretch;width:100%}.history-tab-btn{flex:1 1 0;justify-content:center}}@media (width<=768px){.analysis-history{padding:1rem}.history-header{padding:1.35rem}.history-header h1{font-size:1.65rem}.history-batch-actions{flex-direction:column}.history-action-btn{width:100%}.history-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.history-table{min-width:920px}.history-pagination{flex-direction:column;align-items:stretch}.history-pagination__meta,.history-pagination__actions{justify-content:space-between}}@media (width<=480px){.analysis-history{padding:.75rem}.history-header,.history-summary-card,.history-control-panel,.history-table-container,.history-empty-state,.analysis-history-error{border-radius:8px}}.user-settings{max-width:1200px;margin:0 auto;padding:2rem}.settings-header{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid #e2e8f0cc;border-radius:20px;margin-bottom:1.5rem;padding:2rem 2.25rem;box-shadow:0 8px 24px #0f172a0f}.settings-eyebrow{color:#2563eb;letter-spacing:.02em;text-transform:uppercase;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;margin-bottom:.625rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex}.settings-header h1{color:#0f172a;letter-spacing:-.02em;margin:0 0 .625rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.settings-subtitle{color:#64748b;max-width:760px;margin:0;font-size:.9375rem;line-height:1.6}.settings-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.settings-overview-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:18px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 12px #0f172a0a}.settings-overview-card:hover{border-color:#2563eb4d;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1a}.settings-overview-card__icon{color:#2563eb;background:#2563eb14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.settings-overview-card__label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.8125rem;font-weight:600}.settings-overview-card__value{color:#0f172a;word-break:break-word;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.settings-overview-card__hint{color:#64748b;font-size:.875rem;line-height:1.5}.settings-content{flex-direction:column;gap:1.25rem;display:flex}.settings-section{background:#fff;border:1px solid #e2e8f0cc;border-radius:18px;padding:1.75rem;box-shadow:0 4px 12px #0f172a0a}.settings-section-header{border-bottom:1px solid #e2e8f0cc;align-items:center;gap:.625rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.settings-section-header h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:700}.settings-section-header svg{color:#2563eb}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.settings-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.settings-item-highlight{background:#eff6ffe6;border-color:#bfdbfe}.settings-item-highlight .info-display{color:#1d4ed8;border-color:#bfdbfe;font-weight:700}.settings-item-label{color:#475569;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.settings-item-label svg{color:#64748b}.form-hint{color:#64748b;margin:0;font-size:.8125rem}.info-display{color:#0f172a;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:.75rem .875rem;font-size:.9375rem;font-weight:500}.notice-message{border:1px solid #0000;border-radius:12px;margin:1rem 0 0;padding:.875rem 1.125rem;font-size:.9375rem}.notice-message.info{color:#1e40af;background:#eff6ffe6;border-color:#bfdbfe}.notice-message.error{color:#991b1b;background:#fef2f2e6;border-color:#fecaca}.settings-loading{text-align:center;color:#64748b;padding:4rem 2rem;font-size:.9375rem}@media (width<=1080px){.settings-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.user-settings{padding:1rem}.settings-header{padding:1.35rem}.settings-header h1{font-size:1.65rem}.settings-overview-grid,.settings-grid{grid-template-columns:1fr}.settings-section{padding:1.25rem}}@media (width<=480px){.user-settings{padding:.75rem}.settings-header,.settings-overview-card,.settings-section{border-radius:16px}.settings-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.pricing-shell{background:#f8fafc;min-height:100vh;padding:56px 0 80px;position:relative;overflow:hidden}.pricing-bg-gradient{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.pricing-bg-gradient:before{content:"";background:radial-gradient(#2563eb0f 0%,#0000 70%);width:80%;height:120%;position:absolute;top:-40%;right:-20%}.pricing-bg-gradient:after{content:"";background:radial-gradient(#4f46e50d 0%,#0000 70%);width:60%;height:80%;position:absolute;bottom:-20%;left:-10%}.pricing-bg-grid{background-image:linear-gradient(#2563eb08 1px,#0000 1px),linear-gradient(90deg,#2563eb08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0006,#0000 60%);mask-image:linear-gradient(#0006,#0000 60%)}.pricing-hero{z-index:1;text-align:center;max-width:1180px;margin:0 auto;padding:40px 32px 48px;position:relative}.pricing-hero-content{max-width:720px;margin:0 auto}.pricing-hero h1{color:#0f172a;letter-spacing:-.03em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 20px;font-size:52px;font-weight:800;line-height:1.1}.pricing-hero p{color:#64748b;max-width:600px;margin:0 auto;font-size:18px;line-height:1.7}.pricing-cards{z-index:1;max-width:1180px;margin:0 auto;padding:0 32px;position:relative}.pricing-toolbar{-webkit-backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;padding:16px 20px;display:flex;box-shadow:0 4px 20px #0f172a0f}.pricing-pay-brand{color:#475569;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.pricing-pay-brand strong{color:#0f172a;font-weight:800}.pricing-alipay-logo{color:#fff;background:linear-gradient(135deg,#1677ff 0%,#0958d9 100%);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:flex;box-shadow:0 2px 8px #1677ff4d}.pricing-billing-switch{align-items:center;gap:16px;display:flex}.pricing-billing-label{color:#475569;font-size:14px;font-weight:700}.pricing-billing-options{background:#f1f5f9;border-radius:12px;gap:6px;padding:5px;display:flex}.pricing-billing-option{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .25s;display:flex}.pricing-billing-option:hover{color:#0f172a}.pricing-billing-option.is-active{color:#2563eb;background:#fff;box-shadow:0 2px 8px #2563eb26}.pricing-billing-save-tag{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #b4940b33}.pricing-compare-section{margin-bottom:48px}.pricing-plans-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:14px;margin-bottom:22px;transition:grid-template-columns .32s cubic-bezier(.16,1,.3,1);display:grid}@media (width>=1101px){.pricing-plans-grid.is-free-selected{grid-template-columns:minmax(0,1.08fr) repeat(3,minmax(0,1fr))}.pricing-plans-grid.is-pro-selected{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) repeat(2,minmax(0,1fr))}.pricing-plans-grid.is-team-selected{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(0,1.08fr) minmax(0,1fr)}.pricing-plans-grid.is-enterprise-selected{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(0,1.08fr)}}.pricing-plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;height:100%;min-height:244px;padding:20px;transition:border-color .25s,box-shadow .25s,transform .25s,background .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.pricing-plan-card:hover{z-index:2;border-color:#2563eb4d;transform:translateY(-2px);box-shadow:0 14px 34px #0f172a1a}.pricing-plan-card.is-current{background:linear-gradient(#f0fdf4 0%,#fff 100%);border-color:#16a34a}.pricing-plan-card.is-selected{background:linear-gradient(#f8faff 0%,#fff 100%);border-color:#2563eb;box-shadow:0 16px 40px #2563eb1f,0 0 0 1px #2563eb1a}.pricing-plan-card.is-current:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#16a34a 0%,#059669 100%);border-radius:16px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pricing-plan-card.is-selected:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:14px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pricing-plan-card:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb29,0 12px 32px #0f172a1a}.pricing-plan-card-top{justify-content:space-between;align-items:flex-start;gap:12px;min-height:32px;margin-bottom:16px;display:flex}.pricing-plan-name{color:#0f172a;margin-bottom:0;font-size:18px;font-weight:800;line-height:1.3}.pricing-plan-selected-marker{color:#1d4ed8;background:#dbeafe;border-radius:999px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:850}.pricing-plan-price{border-bottom:1px solid #f1f5f9;align-items:baseline;gap:2px;min-height:48px;margin-bottom:14px;padding-bottom:14px;display:flex}.pricing-plan-currency{color:#0f172a;font-size:16px;font-weight:800}.pricing-plan-amount{color:#0f172a;letter-spacing:-.02em;font-size:34px;font-weight:850;line-height:1}.pricing-plan-period{color:#64748b;margin-left:2px;font-size:13px;font-weight:600}.pricing-plan-cta{flex-direction:column;gap:10px;margin-top:auto;display:flex}.pricing-cta{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:14px 20px;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.pricing-cta.is-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;box-shadow:0 4px 16px #2563eb4d}.pricing-cta.is-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.pricing-cta.is-secondary{color:#0f172a;background:0 0;border:1.5px solid #e5e7eb}.pricing-cta.is-secondary:hover{color:#2563eb;background:#2563eb0a;border-color:#2563eb}.pricing-cta.is-current{color:#15803d;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1.5px solid #16a34a}.pricing-cta.is-outline{color:#0f172a;background:#fff;border:1.5px solid #dbe4ef}.pricing-cta.is-outline:hover{color:#2563eb;border-color:#2563eb}.pricing-cta:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.pricing-save-tag{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:8px;justify-content:center;align-items:center;min-height:30px;margin-bottom:14px;padding:6px 12px;font-size:13px;font-weight:800;display:flex}.pricing-save-tag-placeholder{min-height:44px}.pricing-plan-detail-panel{background:#fff;border:1px solid #dbeafe;border-radius:16px;margin-top:0;margin-bottom:32px;padding:24px;animation:.26s cubic-bezier(.16,1,.3,1) pricingDetailIn;box-shadow:0 14px 36px #2563eb1a}@keyframes pricingDetailIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pricing-plan-detail-panel-header{border-bottom:1px solid #eef2f7;margin-bottom:18px;padding-bottom:18px}.pricing-plan-detail-panel-kicker{color:#2563eb;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:850;display:inline-flex}.pricing-plan-detail-panel-header h3{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:22px;font-weight:850}.pricing-plan-detail-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:grid}.pricing-plan-detail-row{border-bottom:1px solid #f1f5f9;grid-template-columns:20px minmax(0,1fr) minmax(96px,auto);align-items:center;gap:10px;min-height:42px;padding:9px 0;display:grid}.pricing-plan-detail-row.is-platforms{grid-column:1/-1;grid-template-columns:20px minmax(0,1fr);align-items:center;row-gap:12px;min-height:92px;padding:14px 0}.pricing-plan-detail-icon{color:#2563eb;opacity:.66;flex-shrink:0}.pricing-plan-detail-label{color:#475569;min-width:0;font-size:13px;font-weight:650}.pricing-plan-detail-value{color:#0f172a;text-align:right;font-size:13px;font-weight:800;line-height:1.3}.pricing-plan-detail-row.is-unavailable .pricing-plan-detail-value{color:#94a3b8;font-weight:700}.pricing-plan-detail-row.is-unavailable .pricing-plan-detail-icon{color:#cbd5e1;opacity:.5}.pricing-plan-platform-list{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start;gap:12px;min-width:0;padding-left:30px;display:flex}.pricing-plan-platform-avatar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0f172a0f}.pricing-plan-platform-avatar img{object-fit:contain;z-index:1;width:24px;height:24px;display:block;position:relative}.pricing-plan-platform-avatar img:not([style*="display: none"])+.pricing-plan-platform-placeholder{display:none}.pricing-plan-platform-placeholder{background:linear-gradient(135deg,#e0ecff 0%,#eef2ff 100%);justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.pricing-plan-platform-placeholder:after{content:"";background:#93c5fd;border-radius:6px;width:16px;height:16px;box-shadow:inset 0 0 0 1px #2563eb2e}.pricing-addons{z-index:1;max-width:1180px;margin:64px auto 0;padding:0 32px;position:relative}.pricing-addons-content{border-top:1px solid #e5e7eb;padding-top:48px}.pricing-addons-content h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:800}.pricing-addons-content>p{color:#64748b;max-width:640px;margin:0 0 32px;font-size:16px;line-height:1.7}.pricing-addons-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pricing-addon-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;padding:28px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 12px #0f172a0a}.pricing-addon-card:hover{border-color:#2563eb33;transform:translateY(-6px);box-shadow:0 20px 40px #0f172a1a}.pricing-addon-card.is-best-value{background:linear-gradient(#f8faff 0%,#fff 100%);border-color:#2563eb;box-shadow:0 4px 16px #2563eb1a}.pricing-addon-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.pricing-addon-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb1a 0%,#4f46e51a 100%);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pricing-addon-badge{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:999px;align-items:center;padding:5px 12px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #b4940b33}.pricing-addon-name{color:#0f172a;margin-bottom:8px;font-size:16px;font-weight:800}.pricing-addon-price{color:#2563eb;margin-bottom:16px;font-size:32px;font-weight:850;line-height:1.1}.pricing-addon-stats{background:#f8fafc;border-radius:12px;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding:16px;display:grid}.pricing-addon-stat{flex-direction:column;gap:4px;display:flex}.pricing-addon-stat span{color:#64748b;font-size:12px;font-weight:600}.pricing-addon-stat strong{color:#0f172a;font-size:15px;font-weight:800}.pricing-addon-desc{color:#64748b;flex:1;margin-bottom:20px;font-size:14px;line-height:1.55}.pricing-addon-cta{color:#2563eb;cursor:pointer;background:0 0;border:1.5px solid #bfdbfe;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:44px;padding:12px 16px;font-size:14px;font-weight:700;transition:all .25s;display:flex}.pricing-addon-cta:hover{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb4d}.pricing-addon-cta:disabled{opacity:.6;cursor:not-allowed}.pricing-faq{z-index:1;max-width:1180px;margin:64px auto 0;padding:0 32px;position:relative}.pricing-faq-content{border-top:1px solid #e5e7eb;padding-top:48px}.pricing-faq-content h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 32px;font-size:28px;font-weight:800}.pricing-faq-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.pricing-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:all .25s;box-shadow:0 4px 12px #0f172a0a}.pricing-faq-item:hover{border-color:#2563eb33;box-shadow:0 8px 24px #2563eb14}.pricing-faq-item h4{color:#0f172a;justify-content:space-between;align-items:center;gap:12px;margin:0;font-size:16px;font-weight:700;line-height:1.4;display:flex}.pricing-faq-item p{color:#64748b;margin:12px 0 0;font-size:14px;line-height:1.7}.pricing-contact{z-index:1;max-width:1180px;margin:64px auto 0;padding:0 32px 48px;position:relative}.pricing-contact-content{background:linear-gradient(#fffffffa 0%,#f8fafcf5 100%),radial-gradient(circle at 100% 0,#2563eb14,#0000 38%);border:1px solid #cbd5e1e6;border-radius:24px;padding:48px;position:relative;overflow:hidden;box-shadow:0 16px 42px #0f172a12}.pricing-contact-content:before{content:"";background:linear-gradient(90deg,#2563eb 0%,#4f46e5 100%);height:4px;position:absolute;inset:0 0 auto}.pricing-contact-content h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:800}.pricing-contact-content>p{color:#475569;max-width:560px;margin:0 0 32px;font-size:16px;line-height:1.7}.pricing-contact-info{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.pricing-contact-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:all .25s;box-shadow:0 4px 12px #0f172a0a}.pricing-contact-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb1f}.pricing-contact-item span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.pricing-contact-item strong{color:#2563eb;word-break:break-all;font-size:15px;font-weight:800;display:block}.pricing-payment-overlay,.pricing-contact-overlay{z-index:1200;-webkit-backdrop-filter:blur(12px);background:#0f172acc;justify-content:center;align-items:center;padding:20px;animation:.3s overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.pricing-payment-dialog,.pricing-contact-dialog{background:#fff;border-radius:24px;width:min(100%,520px);max-height:calc(100vh - 40px);padding:32px;animation:.4s cubic-bezier(.16,1,.3,1) dialogIn;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0f172a3d}@keyframes dialogIn{0%{opacity:0;transform:translateY(32px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.pricing-payment-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.pricing-payment-close:hover{color:#0f172a;background:#e2e8f0}.pricing-payment-header{align-items:flex-start;gap:16px;margin-bottom:24px;padding-right:48px;display:flex}.pricing-payment-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb1a 0%,#4f46e51a 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.pricing-payment-header h3{color:#0f172a;letter-spacing:-.01em;margin:0 0 6px;font-size:22px;font-weight:800}.pricing-payment-header p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.pricing-payment-qr-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:200px 1fr;align-items:center;gap:20px;margin-bottom:20px;padding:20px;display:grid}.pricing-payment-qr-frame{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:200px;height:200px;padding:12px;display:flex;box-shadow:0 4px 12px #0f172a0f}.pricing-payment-qr-frame img{object-fit:contain;width:100%;height:100%;display:block}.pricing-payment-qr-loading{color:#64748b;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.pricing-payment-qr-copy{flex-direction:column;gap:8px;display:flex}.pricing-payment-qr-copy strong{color:#0f172a;font-size:18px;font-weight:800}.pricing-payment-qr-copy span{color:#64748b;font-size:14px;line-height:1.6}.pricing-payment-summary{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.pricing-payment-summary>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;min-width:0;padding:16px}.pricing-payment-summary span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.pricing-payment-summary strong{color:#0f172a;word-break:break-all;font-size:15px;font-weight:800;display:block}.pricing-payment-state{color:#334155;border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:16px;font-size:14px;font-weight:700;transition:all .25s;display:flex}.pricing-payment-state svg{flex-shrink:0}.pricing-payment-state-pending{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe}.pricing-payment-state-paid{color:#15803d;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #bbf7d0}.pricing-payment-actions{gap:12px;display:flex}.pricing-payment-primary,.pricing-payment-secondary{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:14px 20px;font-size:15px;font-weight:700;transition:all .25s;display:flex}.pricing-payment-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;box-shadow:0 4px 16px #2563eb4d}.pricing-payment-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.pricing-payment-secondary{color:#0f172a;background:#fff;border:1.5px solid #e5e7eb}.pricing-payment-secondary:hover{color:#2563eb;border-color:#2563eb}.pricing-contact-dialog-list{flex-direction:column;gap:12px;margin:24px 0;display:flex}.pricing-contact-dialog-list a{color:inherit;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:all .25s;display:flex}.pricing-contact-dialog-list a:hover{background:#eff6ff;border-color:#2563eb;transform:translate(4px)}.pricing-contact-dialog-list span{color:#64748b;font-size:14px;font-weight:700}.pricing-contact-dialog-list strong{color:#2563eb;font-size:14px;font-weight:800}@media (width<=1100px){.pricing-plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.pricing-plan-card{min-height:236px}.pricing-addons-grid,.pricing-contact-info{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.pricing-shell{padding:34px 0 60px}.pricing-hero{padding:32px 20px 40px}.pricing-hero h1{font-size:36px}.pricing-hero p{font-size:16px}.pricing-cards,.pricing-addons,.pricing-faq,.pricing-contact{padding-left:20px;padding-right:20px}.pricing-toolbar{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.pricing-billing-switch{flex-direction:column;gap:12px}.pricing-billing-options{grid-template-columns:repeat(2,1fr);display:grid}.pricing-addons-content h3,.pricing-faq-content h3,.pricing-contact-content h3{font-size:24px}.pricing-plans-grid{grid-template-columns:1fr;gap:16px}.pricing-plan-card{min-height:0;padding:20px}.pricing-plan-detail-panel{padding:20px}.pricing-plan-detail-panel-header{margin-bottom:14px;padding-bottom:14px}.pricing-plan-detail-panel-grid{grid-template-columns:1fr}.pricing-plan-detail-row{grid-template-columns:20px minmax(0,1fr) minmax(84px,auto)}.pricing-plan-detail-row.is-platforms{grid-template-columns:20px minmax(0,1fr)}.pricing-plan-detail-row.is-platforms .pricing-plan-detail-label{grid-column:2}.pricing-plan-platform-list{grid-column:1/-1;justify-content:flex-start;padding-left:30px}.pricing-addons-grid,.pricing-faq-grid,.pricing-contact-info{grid-template-columns:1fr}.pricing-contact-content{padding:32px 24px}.pricing-payment-dialog,.pricing-contact-dialog{border-radius:20px;padding:24px 20px}.pricing-payment-qr-panel{text-align:center;grid-template-columns:1fr;justify-items:center}.pricing-payment-qr-frame{width:180px;height:180px}.pricing-payment-summary{grid-template-columns:1fr}.pricing-payment-actions{flex-direction:column}}.about-shell{min-height:100vh;position:relative}.about-background-grid{pointer-events:none;background-image:linear-gradient(#94a3b80d 1px,#0000 1px),linear-gradient(90deg,#94a3b80d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000004d,#0000 80%);mask-image:linear-gradient(#0000004d,#0000 80%)}.about-hero{z-index:1;text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);padding:100px 24px 80px;position:relative}.about-hero-content{max-width:760px;margin:0 auto;animation:.6s fadeInUp}.about-logo{margin-bottom:28px}.about-logo svg{width:80px;height:80px}.about-hero h1{color:#0f172a;letter-spacing:-.04em;margin:0 0 12px;font-size:60px;font-weight:800}.about-tagline{color:#2563eb;margin:0 0 28px;font-size:22px;font-weight:600}.about-description{color:#64748b;max-width:680px;margin:0 auto 44px;font-size:19px;line-height:1.75}.about-cta{justify-content:center;gap:16px;display:flex}.about-btn-primary{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:14px;padding:15px 36px;font-size:16px;font-weight:600;transition:all .25s;box-shadow:0 4px 16px #2563eb40}.about-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb59}.about-btn-secondary{color:#0f172a;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:14px;padding:15px 36px;font-size:16px;font-weight:600;transition:all .25s}.about-btn-secondary:hover{color:#2563eb;background:#2563eb0a;border-color:#2563eb}.about-btn-large{padding:18px 52px;font-size:18px}.about-platforms{z-index:1;max-width:1100px;margin:0 auto;padding:0 24px;position:relative}.about-platforms-content{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:40px;box-shadow:0 8px 24px #0f172a0a}.about-platforms-heading{text-align:center;max-width:760px;margin:0 auto 32px}.about-platforms-heading h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:34px;font-weight:800}.about-platforms-heading p{color:#64748b;margin:0;font-size:16px;line-height:1.7}.about-platforms-table{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden}.about-platforms-row{border-bottom:1px solid #edf2f7;grid-template-columns:96px minmax(120px,180px) minmax(0,1fr);align-items:center;gap:20px;min-height:84px;padding:16px 22px;display:grid}.about-platforms-row:last-child{border-bottom:none}.about-platforms-row:nth-child(2n):not(.about-platforms-row-head){background:#f8fafc}.about-platforms-row:hover:not(.about-platforms-row-head){background:#eff6ff}.about-platforms-row-head{background:#f8fafc;min-height:48px;padding-top:12px;padding-bottom:12px}.about-platforms-row-head span{color:#64748b;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:800}.about-platform-logo-cell{align-items:center;display:flex}.about-platform-icon{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;padding:9px;transition:all .25s;display:flex;box-shadow:0 4px 12px #0f172a0d}.about-platforms-row:hover .about-platform-icon{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 22px #2563eb1f}.about-platform-icon img{object-fit:contain;width:34px;height:34px}.about-platform-icon .platform-icon-text-mark{color:#1d4ed8;background:#e0ecff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;font-weight:850;line-height:1;display:inline-flex}.about-platforms-row strong{color:#0f172a;font-size:16px;font-weight:800}.about-platforms-row p{color:#64748b;margin:0;font-size:14px;line-height:1.65}.about-features{z-index:1;max-width:1200px;margin:80px auto 0;padding:0 24px;position:relative}.about-features-content{text-align:center}.about-features-content h2{color:#0f172a;letter-spacing:-.025em;margin:0 0 16px;font-size:42px;font-weight:800}.about-features-content>p{color:#64748b;margin:0 0 56px;font-size:19px}.about-features-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.about-feature-card{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:36px 28px;transition:all .3s}.about-feature-card:hover{border-color:#2563eb59;transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.about-feature-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb1f 0%,#4f46e51f 100%);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;display:flex}.about-feature-card h4{color:#0f172a;letter-spacing:-.01em;margin:0 0 14px;font-size:20px;font-weight:700}.about-feature-card p{color:#64748b;margin:0;font-size:15px;line-height:1.65}.about-how{z-index:1;max-width:900px;margin:100px auto 0;padding:0 24px;position:relative}.about-how-content{text-align:center}.about-how-content h2{color:#0f172a;letter-spacing:-.025em;margin:0 0 16px;font-size:42px;font-weight:800}.about-how-content>p{color:#64748b;margin:0 0 64px;font-size:19px}.about-steps{text-align:left;flex-direction:column;gap:0;display:flex}.about-step{align-items:flex-start;gap:28px;display:flex;position:relative}.about-step-number{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:26px;font-weight:800;display:flex;box-shadow:0 8px 28px #2563eb4d}.about-step-content{flex:1;padding-bottom:56px}.about-step-content h4{color:#0f172a;letter-spacing:-.01em;margin:0 0 12px;font-size:22px;font-weight:700}.about-step-content p{color:#64748b;margin:0;font-size:16px;line-height:1.65}.about-step-connector{background:linear-gradient(#2563eb 0%,#e5e7eb 100%);width:2px;height:calc(100% - 56px);position:absolute;top:72px;left:36px}.about-faq{z-index:1;max-width:900px;margin:100px auto 0;padding:0 24px;position:relative}.about-faq-content{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:56px}.about-faq-header{color:#2563eb;justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.about-faq-header h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:36px;font-weight:800}.about-faq-list{flex-direction:column;gap:14px;display:flex}.about-faq-item{border:1px solid #e5e7eb;border-radius:18px;transition:all .25s;overflow:hidden}.about-faq-item:hover{border-color:#2563eb}.about-faq-item-open{border-color:#2563eb;box-shadow:0 6px 24px #2563eb1f}.about-faq-question{cursor:pointer;text-align:left;color:#0f172a;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:22px 28px;font-size:17px;font-weight:600;transition:all .2s;display:flex}.about-faq-question:hover{background:#f8fafc}.about-faq-chevron{color:#64748b;flex-shrink:0;transition:transform .25s}.about-faq-item-open .about-faq-chevron{color:#2563eb;transform:rotate(180deg)}.about-faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.about-faq-item-open .about-faq-answer{max-height:240px}.about-faq-answer p{color:#64748b;margin:0;padding:0 28px 24px;font-size:16px;line-height:1.75}.about-topics{z-index:1;max-width:1100px;margin:100px auto 0;padding:0 24px;position:relative}.about-topics-content{background:radial-gradient(circle at 16% 18%,#2563eb14,#0000 32%),radial-gradient(circle at 88% 12%,#14b8a61a,#0000 30%),#fff;border:1px solid #e5e7eb;border-radius:28px;padding:46px;box-shadow:0 12px 32px #0f172a0d}.about-topics-heading{max-width:740px;margin-bottom:32px}.about-topics-heading span{color:#2563eb;margin-bottom:12px;font-size:13px;font-weight:800;display:inline-flex}.about-topics-heading h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:34px;font-weight:800;line-height:1.22}.about-topics-heading p{color:#64748b;margin:0;font-size:16px;line-height:1.7}.about-topics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.about-topic-card{cursor:pointer;text-align:left;background:#ffffffd1;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;width:100%;min-height:240px;padding:24px;text-decoration:none;transition:transform .24s,border-color .24s,box-shadow .24s;display:flex}.about-topic-card:hover{border-color:#2563eb59;transform:translateY(-4px);box-shadow:0 18px 38px #0f172a1a}.about-topic-card-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb1f,#14b8a61f);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:inline-flex}.about-topic-card>span{color:#2563eb;margin-bottom:8px;font-size:12px;font-weight:800}.about-topic-card h3{color:#0f172a;margin:0 0 10px;font-size:20px;font-weight:800;line-height:1.3}.about-topic-card p{color:#64748b;margin:0;font-size:15px;line-height:1.7}.about-footer{z-index:1;max-width:1100px;margin:100px auto 0;padding:0 24px 60px;position:relative}.about-footer-content{background:#fff;border:1px solid #e5e7eb;border-radius:28px;justify-content:space-between;gap:56px;padding:56px;display:flex}.about-footer-brand{max-width:300px}.about-footer-logo{color:#2563eb;align-items:center;gap:12px;margin-bottom:16px;font-size:20px;font-weight:700;display:flex}.about-footer-brand p{color:#64748b;margin:0;font-size:15px;line-height:1.6}.about-footer-company{border-top:1px solid #e5e7eb;margin-top:26px;padding-top:22px}.about-footer-company span{color:#2563eb;margin-bottom:10px;font-size:13px;font-weight:800;display:block}.about-footer-company p{color:#64748b;margin:0;font-size:14px;line-height:1.75}.about-footer-links{gap:80px;display:flex}.about-footer-group{flex-direction:column;gap:14px;display:flex}.about-footer-group h5{color:#0f172a;margin:0 0 4px;font-size:15px;font-weight:600}.about-footer-group a{color:#64748b;align-items:center;gap:10px;font-size:15px;text-decoration:none;transition:color .2s;display:flex}.about-footer-group a:hover{color:#2563eb}.about-footer-service-button{font:inherit;color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:15px;transition:color .2s;display:flex}.about-footer-service-button:hover{color:#2563eb}.about-footer-bottom{text-align:center;border-top:1px solid #e5e7eb;margin-top:28px;padding-top:28px}.about-footer-bottom p{color:#9ca3af;margin:0;font-size:14px}.about-customer-service-float{z-index:50;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:28px;right:28px;box-shadow:0 14px 34px #2563eb57}.about-customer-service-float:hover{transform:translateY(-2px);box-shadow:0 18px 42px #2563eb6b}.about-customer-service-popover{z-index:60;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:248px;padding:18px 18px 20px;position:fixed;bottom:98px;right:28px;box-shadow:0 18px 42px #0f172a2e}.about-customer-service-popover:after{content:"";background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;width:16px;height:16px;position:absolute;bottom:-8px;right:22px;transform:rotate(45deg)}.about-customer-service-close{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:inline-flex;position:absolute;top:8px;right:8px}.about-customer-service-close:hover{color:#0f172a;background:#e2e8f0}.about-customer-service-popover h3{color:#0f172a;letter-spacing:-.01em;margin:2px 28px 6px;font-size:18px;font-weight:800}.about-customer-service-popover p{color:#64748b;margin:0 0 12px;font-size:13px;line-height:1.5}.about-customer-service-popover img{object-fit:contain;border:1px solid #e5e7eb;border-radius:12px;width:168px;max-width:100%;height:auto;margin:0 auto;display:block}@media (width<=1100px){.about-features-grid{grid-template-columns:repeat(2,1fr)}.about-topics-grid{grid-template-columns:1fr}.about-platforms-row{grid-template-columns:80px minmax(110px,150px) minmax(0,1fr);gap:16px}}@media (width<=900px){.about-footer-content{text-align:center;flex-direction:column}.about-footer-brand{max-width:none}.about-footer-links{justify-content:center;gap:56px}}@media (width<=768px){.about-hero{padding:80px 20px 60px}.about-hero h1{font-size:44px}.about-tagline{font-size:20px}.about-description{font-size:17px}.about-cta{flex-direction:column;align-items:center}.about-platforms-content{padding:28px 20px}.about-features-content h2,.about-platforms-heading h3,.about-how-content h2{font-size:32px}.about-features-content>p,.about-platforms-heading p,.about-how-content>p{font-size:17px}.about-platforms-row{grid-template-columns:64px minmax(0,1fr);align-items:start;gap:8px 14px;padding:16px}.about-platforms-row-head{display:none}.about-platform-logo-cell{grid-row:span 2}.about-platforms-row p{grid-column:2}.about-features-grid{grid-template-columns:1fr}.about-step{text-align:center;flex-direction:column;align-items:center}.about-step-connector{display:none}.about-faq-content{padding:36px 24px}.about-faq-header h2{font-size:28px}.about-cta-content{padding:60px 28px}.about-topics-content{padding:34px 24px}.about-topics-heading h2{font-size:28px}.about-cta-content h2{font-size:32px}.about-footer-links{flex-direction:column;gap:36px}.about-footer-content{padding:40px 28px}.about-footer-service-button{justify-content:center}.about-customer-service-float{width:52px;height:52px;bottom:18px;right:18px}.about-customer-service-popover{width:226px;padding:18px 16px;bottom:82px;right:18px}.about-customer-service-popover img{width:154px}}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e2e8f0cc;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;min-height:76px;margin:0 auto;padding:0 32px;display:flex}.navbar__brand{color:#1e40af;cursor:pointer;letter-spacing:-.02em;background:0 0;border:none;align-items:center;gap:14px;padding:0;font-size:20px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.navbar__brand:hover{color:#1d4ed8}.navbar__brand svg{width:34px;height:34px}.navbar__nav{align-items:center;gap:6px;position:relative}.navbar__nav-button,.navbar__logout,.navbar__mobile-nav-button,.navbar__mobile-logout,.navbar__mobile-toggle{cursor:pointer;border-radius:12px;align-items:center;gap:8px;font-size:15px;transition:all .2s;display:inline-flex}.navbar__nav-button{color:#64748b;background:0 0;border:none;justify-content:center;min-width:72px;min-height:46px;padding:12px 22px;font-weight:500;text-decoration:none}.navbar__nav-button.is-active{color:#2563eb;background:linear-gradient(135deg,#2563eb1a,#2563eb0d);font-weight:600}.navbar__nav-button:hover:not(.is-active){color:#1f2937;background:#f8fafc}.navbar__actions{align-items:center;gap:14px}.navbar__logout,.navbar__mobile-logout{color:#64748b;background:0 0;border:1px solid #e5e7eb;border-radius:12px;padding:12px 18px;font-weight:500}.navbar__logout:hover{color:#1f2937;background:#f9fafb;border-color:#d1d5db}.navbar__login{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:1px solid #2563ebf2;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:12px 24px;font-size:15px;font-weight:700;transition:all .24s;display:inline-flex;box-shadow:0 8px 20px #2563eb3d}.navbar__login:hover{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 14px 26px #2563eb57}.navbar__mobile-login{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:1px solid #2563ebf2;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:15px;font-weight:700;transition:all .24s;display:flex;box-shadow:0 8px 20px #2563eb3d}.navbar__mobile-login:hover{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);border-color:#1d4ed8}.desktop-nav{display:flex}.navbar__mobile-toggle{color:#64748b;background:0 0;border:none;border-radius:10px;padding:10px}.navbar__mobile-toggle:hover{color:#1f2937;background:#f3f4f6}.mobile-menu-btn{display:none}.navbar__mobile-menu{background:#fff;border-top:1px solid #f1f5f9;padding:16px}.mobile-menu{display:block}.navbar__mobile-list{flex-direction:column;gap:4px;display:flex}.navbar__mobile-nav-button{color:#64748b;text-align:left;background:0 0;border:none;border-radius:12px;width:100%;padding:14px 16px;font-size:15px;font-weight:500;text-decoration:none}.navbar__mobile-nav-button.is-active{color:#2563eb;background:#eff6ff;font-weight:600}.navbar__mobile-nav-button:hover:not(.is-active){color:#1f2937;background:#f8fafc}.navbar__mobile-divider{background:#e5e7eb;height:1px;margin:8px 0}.navbar__mobile-footer{border-top:1px solid #f1f5f9;flex-direction:column;gap:8px;margin-top:8px;padding-top:8px;display:flex}.navbar__mobile-logout{width:100%;padding:14px 16px}@media (width<=768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}.navbar__inner{min-height:64px;padding:0 16px}}@media (width<=480px){.navbar__brand span{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}}.main-layout{flex-direction:column;min-height:100vh;display:flex}.main-layout__content{background:#f9fafb;flex:1}.topic-shell{background:linear-gradient(#94a3b80d 1px,#0000 1px) 0 0/60px 60px,linear-gradient(90deg,#94a3b80d 1px,#0000 1px) 0 0/60px 60px,linear-gradient(#f8fafc 0%,#fff 44%,#f8fafc 100%);min-height:100vh;padding:64px 24px 80px;position:relative;overflow:hidden}.topic-hero,.topic-section,.topic-final{z-index:1;max-width:1100px;margin:0 auto;position:relative}.topic-hero{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:center;gap:clamp(32px,6vw,72px);padding:36px 0 64px;display:grid}.topic-eyebrow{color:#2563eb;background:#eff6ffdb;border:1px solid #2563eb24;border-radius:999px;margin-bottom:18px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.topic-hero h1{color:#0f172a;letter-spacing:-.02em;max-width:760px;margin:0;font-size:clamp(36px,5.6vw,60px);font-weight:850;line-height:1.08}.topic-hero h1 span{color:#2563eb;display:block}.topic-hero-copy>p{color:#64748b;max-width:680px;margin:22px 0 0;font-size:18px;line-height:1.78}.topic-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.topic-primary-btn,.topic-secondary-btn,.topic-final-btn{border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:13px 22px;font-weight:750;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:inline-flex}.topic-primary-btn,.topic-final-btn{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 12px 28px #2563eb3d}.topic-secondary-btn{color:#0f172a;background:#ffffffdb;border:1px solid #e5e7eb}.topic-primary-btn:hover,.topic-secondary-btn:hover,.topic-final-btn:hover{transform:translateY(-2px)}.topic-primary-btn:hover,.topic-final-btn:hover{box-shadow:0 18px 38px #2563eb52}.topic-secondary-btn:hover{color:#2563eb;border-color:#2563eb59}.topic-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px;display:grid}.topic-proof span{color:#334155;text-align:center;background:#ffffffc2;border:1px solid #e2e8f0;border-radius:14px;place-items:center;min-height:50px;padding:10px 12px;font-size:13px;font-weight:750;display:grid}.topic-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 18% 16%,#2563eb1f,#0000 28%),radial-gradient(circle at 82% 18%,#14b8a624,#0000 30%),#ffffffd1;border:1px solid #94a3b838;border-radius:24px;overflow:hidden;box-shadow:0 28px 70px #0f172a1f}.topic-panel-head{border-bottom:1px solid #94a3b838;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px;display:flex}.topic-panel-head strong{color:#0f172a;font-size:17px}.topic-panel-head span{color:#047857;align-items:center;gap:7px;font-size:12px;font-weight:850;display:inline-flex}.topic-panel-head span:before{content:"";background:#10b981;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 5px #10b9811f}.topic-metrics{gap:14px;padding:26px 22px;display:grid}.topic-metric-row{color:#475569;grid-template-columns:112px 1fr 48px;align-items:center;gap:12px;font-size:13px;font-weight:760;display:grid}.topic-metric-bar{background:#94a3b82e;border-radius:999px;height:10px;overflow:hidden}.topic-metric-bar i{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#14b8a6);height:100%;display:block}.topic-section{margin-top:34px}.topic-section-head{max-width:760px;margin-bottom:30px}.topic-section-head h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(28px,4vw,42px);font-weight:850;line-height:1.2}.topic-section-head p{color:#64748b;margin:0;font-size:17px;line-height:1.75}.topic-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.topic-card{background:#ffffffd1;border:1px solid #e5e7eb;border-radius:22px;min-height:230px;padding:26px;transition:transform .24s,border-color .24s,box-shadow .24s}.topic-card:hover{border-color:#2563eb59;transform:translateY(-4px);box-shadow:0 18px 38px #0f172a1a}.topic-card-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb1f,#14b8a61f);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:inline-flex}.topic-card h3,.topic-step h3{color:#0f172a;margin:0 0 10px;font-size:20px;font-weight:800;line-height:1.3}.topic-card p,.topic-step p{color:#64748b;margin:0;font-size:15px;line-height:1.72}.topic-section-steps{margin-top:80px}.topic-step-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.topic-step{background:#fff;border:1px solid #e5e7eb;border-radius:20px;min-height:210px;padding:24px}.topic-step strong{color:#2563eb;margin-bottom:18px;font-size:24px;font-weight:850;display:inline-flex}.topic-final{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 54%,#0f766e 100%);border-radius:28px;justify-content:space-between;align-items:center;gap:32px;margin-top:88px;padding:44px;display:flex;box-shadow:0 22px 54px #2563eb33}.topic-final h2{margin:0 0 12px;font-size:clamp(26px,4vw,38px);font-weight:850;line-height:1.2}.topic-final p{color:#ffffffdb;max-width:700px;margin:0;font-size:16px;line-height:1.75}.topic-final-btn{color:#1d4ed8;box-shadow:none;background:#fff;flex:none}@media (width<=980px){.topic-hero{grid-template-columns:1fr}.topic-card-grid,.topic-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-final{flex-direction:column;align-items:flex-start}}@media (width<=640px){.topic-shell{padding:42px 18px 60px}.topic-proof,.topic-card-grid,.topic-step-grid{grid-template-columns:1fr}.topic-metric-row{grid-template-columns:94px 1fr 42px;gap:9px}.topic-final{padding:32px 24px}}.academy-shell{background:linear-gradient(#94a3b80d 1px,#0000 1px) 0 0/60px 60px,linear-gradient(90deg,#94a3b80d 1px,#0000 1px) 0 0/60px 60px,linear-gradient(#f8fafc 0%,#fff 46%,#f8fafc 100%);min-height:100vh;padding:46px 24px 84px}.academy-hero,.academy-content,.academy-detail,.academy-related{max-width:940px;margin:0 auto}.academy-hero{padding:24px 0 28px}.academy-eyebrow{color:#2563eb;background:#eff6ffdb;border:1px solid #2563eb24;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.academy-hero h1{color:#0f172a;max-width:760px;margin:0;font-size:clamp(32px,4.6vw,50px);font-weight:850;line-height:1.12}.academy-hero p{color:#64748b;max-width:700px;margin:16px 0 0;font-size:17px;line-height:1.72}.academy-search{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;max-width:640px;min-height:50px;margin-top:24px;padding:0 18px;display:flex;box-shadow:0 14px 34px #0f172a0f}.academy-search svg{color:#2563eb}.academy-search input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:15px}.academy-article-card,.academy-related a{color:inherit;text-decoration:none}.academy-article-category,.academy-detail-header>span,.academy-related a span{color:#2563eb;font-size:12px;font-weight:850;display:inline-flex}.academy-card-meta,.academy-detail-meta,.academy-card-footer{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.academy-card-meta span,.academy-detail-meta span{align-items:center;gap:6px;display:inline-flex}.academy-content{display:block}.academy-categories{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.academy-categories button{color:#475569;cursor:pointer;background:#ffffffdb;border:1px solid #e2e8f0;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:9px 13px;font-weight:720;display:flex}.academy-categories button.is-active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.academy-categories strong{color:inherit;font-size:12px}.academy-list{gap:12px;display:grid}.academy-article-card{background:0 0;border-bottom:1px solid #e2e8f0;padding:22px 0;transition:transform .22s,border-color .22s,box-shadow .22s;display:block}.academy-article-card:hover,.academy-related a:hover{transform:translateY(-2px)}.academy-article-card h2{color:#0f172a;margin:8px 0;font-size:21px;font-weight:820;line-height:1.32}.academy-article-card p{color:#64748b;margin:0;font-size:15px;line-height:1.72}.academy-card-footer{color:#64748b;margin-top:12px;font-size:13px;font-weight:720}.academy-card-footer svg{color:#2563eb}.academy-pagination{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding-top:22px;display:flex}.academy-pagination__meta{color:#64748b;font-size:13px;font-weight:720}.academy-pagination__actions,.academy-page-numbers{align-items:center;gap:8px;display:flex}.academy-page-btn,.academy-page-number{color:#334155;cursor:pointer;background:#ffffffeb;border:1px solid #dbe4ef;justify-content:center;align-items:center;font-weight:780;transition:color .18s,border-color .18s,background .18s,transform .18s;display:inline-flex}.academy-page-btn{border-radius:999px;gap:7px;min-height:38px;padding:0 13px}.academy-page-number{border-radius:12px;width:38px;height:38px}.academy-page-btn:hover:not(:disabled),.academy-page-number:hover,.academy-page-number.is-active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px)}.academy-page-number.is-active{border-color:#2563eb}.academy-page-btn:disabled{color:#94a3b8;cursor:not-allowed;opacity:.62}.academy-page-ellipsis{color:#94a3b8;text-align:center;width:28px;font-weight:780}.academy-article-shell{padding-top:42px}.academy-detail{max-width:820px}.academy-back-link,.academy-primary-link{color:#2563eb;align-items:center;gap:8px;font-weight:780;text-decoration:none;display:inline-flex}.academy-detail-header{border-bottom:1px solid #e2e8f0;margin-top:28px;padding-bottom:28px}.academy-detail-header h1{color:#0f172a;margin:14px 0 16px;font-size:clamp(34px,5vw,54px);font-weight:850;line-height:1.12}.academy-detail-header p{color:#64748b;margin:0;font-size:18px;line-height:1.76}.academy-detail-meta{color:#64748b;margin-top:22px;font-size:14px;font-weight:720}.academy-tags{flex-wrap:wrap;gap:10px;margin:24px 0 12px;display:flex}.academy-tags span{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.academy-markdown{color:#334155;font-size:17px;line-height:1.86}.academy-markdown h1{display:none}.academy-markdown h2{color:#0f172a;margin:42px 0 14px;font-size:28px;font-weight:820;line-height:1.28}.academy-markdown p,.academy-markdown ul,.academy-markdown ol{margin:0 0 18px}.academy-markdown li{margin:8px 0}.academy-markdown a{color:#2563eb;text-underline-offset:3px;overflow-wrap:anywhere;font-weight:760;text-decoration:underline;text-decoration-thickness:1px}.academy-markdown a:hover{color:#1d4ed8}.academy-related{max-width:820px;margin-top:56px}.academy-related h2{color:#0f172a;margin:0 0 18px;font-size:26px;font-weight:820}.academy-related>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.academy-related a{background:#fff;border:1px solid #e2e8f0;border-radius:18px;min-height:150px;padding:20px}.academy-related strong{color:#0f172a;margin-top:9px;line-height:1.45;display:block}.academy-empty,.academy-empty-inline{text-align:center;place-items:center;display:grid}.academy-empty{max-width:720px;min-height:480px;margin:0 auto}.academy-empty h1{color:#0f172a;margin:18px 0 10px;font-size:34px}.academy-empty p,.academy-empty-inline p{color:#64748b}.academy-empty-inline{background:#fff9;border:1px dashed #cbd5e1;border-radius:20px;min-height:220px}@media (width<=980px){.academy-hero,.academy-content{grid-template-columns:1fr}.academy-categories{position:static}.academy-related>div{grid-template-columns:1fr}.academy-pagination{flex-direction:column;align-items:stretch}.academy-pagination__actions{flex-wrap:wrap;justify-content:space-between}}@media (width<=640px){.academy-shell{padding:38px 18px 64px}.academy-categories{grid-template-columns:1fr}.academy-article-card{padding:20px 0}.academy-page-numbers{order:3;justify-content:center;width:100%}.academy-page-btn{flex:1}}:root{color:#101828;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#f0f9ff;--surface:#ffffffe6;--surface-strong:#fff;--text:#0f172a;--muted:#64748b;--line:#0f172a14;--primary:#3b82f6;--primary-strong:#2563eb;--primary-soft:#3b82f61a;--success:#10b981;--shadow:0 20px 50px #0f172a1a;--shadow-soft:0 8px 24px #0f172a0f;--radius-xl:24px;--radius-lg:18px;--radius-md:12px;background:linear-gradient(#f0f9ff 0%,#e0f2fe 50%,#f8fafc 100%);font-family:Inter,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:not-allowed}#root{min-height:100vh}.app-boot{color:#0f172a;background:linear-gradient(#0f172a09 1px,#0000 1px) 0 0/44px 44px,linear-gradient(90deg,#0f172a09 1px,#0000 1px) 0 0/44px 44px,radial-gradient(circle at 18% 18%,#14b8a629,#0000 30%),radial-gradient(circle at 82% 28%,#3b82f62e,#0000 34%),linear-gradient(145deg,#f8fafc 0%,#eef7ff 48%,#f6fffb 100%);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.app-boot__shell{text-align:center;justify-items:center;gap:24px;width:min(520px,100%);padding:clamp(28px,6vw,44px);display:grid}.app-boot__visual{aspect-ratio:1;place-items:center;width:clamp(164px,42vw,220px);display:grid;position:relative}.app-boot__visual:before{content:"";-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff94;border:1px solid #0f172a14;border-radius:50%;position:absolute;inset:8%;box-shadow:0 28px 70px #0f172a1f}.app-boot__radar{background:radial-gradient(circle,#2563eb2e 0 2px,#0000 3px),radial-gradient(circle,#0000 0 35%,#2563eb1a 36% 37%,#0000 38% 58%,#14b8a624 59% 60%,#0000 61%),linear-gradient(145deg,#ffffffe6,#f0f9ffb8);border:1px solid #2563eb2e;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 42px #2563eb29}.app-boot__sweep{transform-origin:0 0;clip-path:polygon(0 0,100% 0,0 100%);background:linear-gradient(45deg,#2563eb6b,#14b8a62e 42%,#0000 68%);width:50%;height:50%;animation:1.8s linear infinite bootSweep;position:absolute;inset:50% 50% 0}.app-boot__ring,.app-boot__axis,.app-boot__ping{pointer-events:none;position:absolute}.app-boot__ring{border:1px solid #2563eb38;border-radius:50%;inset:18%}.app-boot__ring--inner{border-color:#14b8a63d;inset:34%}.app-boot__axis{background:#2563eb29;width:1px;height:76%;top:12%;left:50%}.app-boot__axis--horizontal{width:76%;height:1px;top:50%;left:12%}.app-boot__ping{background:#14b8a6;border-radius:50%;width:9px;height:9px;animation:1.8s ease-in-out infinite bootPing;box-shadow:0 0 0 5px #14b8a621,0 0 22px #14b8a68c}.app-boot__ping--one{top:31%;left:62%}.app-boot__ping--two{animation-delay:.35s;bottom:31%;right:23%}.app-boot__ping--three{animation-delay:.7s;bottom:43%;left:28%}.app-boot__core{color:#fff;background:linear-gradient(135deg,#2563eb,#14b8a6);border-radius:50%;place-items:center;width:70px;height:70px;display:grid;position:absolute;inset:50%;transform:translate(-50%,-50%);box-shadow:0 18px 38px #2563eb42}.app-boot__copy{gap:10px;display:grid}.app-boot__brand{color:#1d4ed8;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:800;display:inline-flex}.app-boot__copy h1{letter-spacing:0;margin:0;font-size:clamp(26px,5vw,38px);line-height:1.15}.app-boot__copy p{color:#64748b;margin:0;font-size:15px;line-height:1.7}.app-boot__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.app-boot__step{color:#334155;background:#ffffffb8;border:1px solid #0f172a14;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:9px 10px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #0f172a0d}.app-boot__step svg{color:#2563eb;flex:none}.app-boot__progress{background:#2563eb1f;border-radius:999px;width:100%;height:4px;overflow:hidden}.app-boot__progress span{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#14b8a6);width:42%;height:100%;animation:1.4s ease-in-out infinite bootProgress;display:block}@keyframes bootSweep{to{transform:rotate(360deg)}}@keyframes bootPing{0%,to{opacity:.45;transform:scale(.88)}50%{opacity:1;transform:scale(1)}}@keyframes bootProgress{0%{transform:translate(-105%)}to{transform:translate(245%)}}.site-shell,.analysis-shell{min-height:100vh;padding:24px clamp(20px,5vw,48px) 60px;position:relative;overflow:hidden}.ambient-bg{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.ambient-orb{filter:blur(80px);opacity:.6;border-radius:50%;animation:20s ease-in-out infinite ambientFloat;position:absolute}.ambient-orb-1{background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-200px;left:-150px}.ambient-orb-2{background:radial-gradient(circle,#8b5cf61f 0%,#0000 70%);width:500px;height:500px;animation-delay:-5s;top:50%;right:-200px}.ambient-orb-3{background:radial-gradient(circle,#10b9811a 0%,#0000 70%);width:450px;height:450px;animation-delay:-10s;bottom:-100px;left:30%}.ambient-orb-4{background:radial-gradient(circle,#3b82f614 0%,#0000 70%);width:350px;height:350px;animation-delay:-15s;top:30%;left:10%}@keyframes ambientFloat{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-40px)scale(1.05)}50%{transform:translate(-20px,30px)scale(.95)}75%{transform:translate(40px,20px)scale(1.02)}}.floating-shapes{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.floating-shape{background:linear-gradient(135deg,#3b82f608 0%,#0000 100%);border:1px solid #3b82f614;animation:15s ease-in-out infinite shapeFloat;position:absolute}.floating-shape-1{border-radius:24px;width:80px;height:80px;animation-delay:0s;top:15%;right:10%;transform:rotate(15deg)}.floating-shape-2{border-radius:50%;width:60px;height:60px;animation-delay:-3s;top:60%;left:8%}.floating-shape-3{border-radius:32px;width:120px;height:120px;animation-delay:-6s;bottom:20%;right:15%;transform:rotate(-20deg)}.floating-shape-4{border-radius:12px;width:40px;height:40px;animation-delay:-9s;top:40%;left:5%;transform:rotate(45deg)}.floating-shape-5{border-radius:50%;width:100px;height:100px;animation-delay:-12s;top:75%;left:25%}@keyframes shapeFloat{0%,to{opacity:.5;transform:translateY(0)rotate(0)}50%{opacity:.8;transform:translateY(-30px)rotate(180deg)}}.grid-overlay{pointer-events:none;z-index:0;background-image:linear-gradient(#94a3b808 1px,#0000 1px),linear-gradient(90deg,#94a3b808 1px,#0000 1px);background-size:80px 80px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#0000004d,#0000 70%);mask-image:radial-gradient(80% 80%,#0000004d,#0000 70%)}.background-grid,.analysis-background-grid{pointer-events:none;background-image:linear-gradient(#94a3b80d 1px,#0000 1px),linear-gradient(90deg,#94a3b80d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0006,#0000 80%);mask-image:linear-gradient(#0006,#0000 80%)}.site-header,.analysis-header,.hero-section,.analysis-layout{z-index:1;position:relative}.site-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fffc;border-radius:999px;justify-content:space-between;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:12px 20px;transition:all .3s;display:flex;box-shadow:0 8px 32px #3b82f61f}.site-header:hover{box-shadow:0 12px 40px #3b82f629}.brand-mark{align-items:center;gap:10px;font-size:15px;font-weight:700;display:inline-flex}.brand-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.nav-cta,.submit-button,.ghost-button{border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.nav-cta,.submit-button{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-strong));box-shadow:0 4px 12px #3b82f640}.nav-cta:hover,.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.nav-cta:active,.submit-button:active{transform:translateY(0)}.hero-section{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1100px;margin:60px auto 0;display:grid}.hero-copy{animation:.6s fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.eyebrow{color:var(--primary-strong);background:var(--primary-soft);letter-spacing:.01em;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.eyebrow-thinking-logo{object-fit:contain;border-radius:50%;width:22px;height:22px}.hero-copy h1{letter-spacing:-.035em;margin:0 0 20px;font-size:clamp(38px,5vw,54px);font-weight:800;line-height:1.08}.hero-copy h1 span{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-copy>p{color:var(--muted);margin:0;font-size:17px;line-height:1.7}.hero-form{margin-top:36px}.input-panel{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #3b82f626;grid-template-columns:52px 1fr;align-items:start;gap:14px;padding:18px;transition:all .3s;display:grid;box-shadow:0 8px 32px #3b82f614}.input-panel:focus-within{border-color:#3b82f666;transform:translateY(-3px);box-shadow:0 12px 40px #3b82f61f,0 0 0 4px #3b82f614}.input-icon{border-radius:var(--radius-md);width:52px;height:52px;color:var(--primary);background:var(--primary-soft);place-items:center;display:grid}.input-panel textarea{resize:none;min-height:100px;color:var(--text);background:0 0;border:0;outline:none;padding:10px 0 0;font-size:16px;line-height:1.6}.input-panel textarea::placeholder{color:#94a3b8;transition:opacity .3s}.input-panel textarea.placeholder-fading::placeholder{opacity:0}.submit-button{letter-spacing:.01em;width:100%;min-height:54px;margin-top:18px;font-size:16px;font-weight:600}.input-hint{color:var(--muted);margin-top:10px;font-size:13px;line-height:1.6}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-error{color:#dc2626;margin:14px 0 0;font-size:14px;font-weight:500}.igm{z-index:1200;justify-content:center;align-items:center;padding:24px;animation:.24s igm-fade-in;display:flex;position:fixed;inset:0}@keyframes igm-fade-in{0%{opacity:0}to{opacity:1}}.igm__backdrop{-webkit-backdrop-filter:blur(14px);background:radial-gradient(circle at 24% 18%,#3b82f62e,#0000 30%),#020617b8;position:absolute;inset:0}.igm__panel{background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;grid-template-rows:72px minmax(0,1fr) 64px;width:min(960px,100%);height:min(640px,100vh - 48px);animation:.34s cubic-bezier(.16,1,.3,1) igm-slide-up;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #02061742,0 8px 20px #02061724}@keyframes igm-slide-up{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.igm__header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:0 32px;display:flex}.igm__header h3{color:#0f172a;letter-spacing:0;margin:0;font-size:20px;font-weight:800}.igm__close{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:inline-flex}.igm__close:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.igm__body{background:#fff;grid-template-columns:232px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.igm__nav{background:linear-gradient(#eff6ff 0%,#f8fbff 48%,#fff 100%);border-right:1px solid #dbeafe;flex-direction:column;gap:4px;padding:14px 12px;display:flex;overflow-y:auto}.igm__nav::-webkit-scrollbar{width:5px}.igm__nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.igm__nav-btn{--nav-accent:#2563eb;--nav-accent-strong:#1d4ed8;--nav-bg:#eff6ff;--nav-bg-hover:#dbeafe;--nav-bg-active:#dbeafe;--nav-border:#bfdbfe;--nav-text:#1e40af;--nav-shadow:#2563eb1f;min-height:34px;color:var(--nav-text);background:color-mix(in srgb, var(--nav-bg) 66%, #fff);border:1px solid #0000;border-color:color-mix(in srgb, var(--nav-border) 54%, transparent);text-align:left;letter-spacing:0;border-radius:8px;align-items:center;gap:9px;padding:3px 10px 3px 14px;font-size:12.5px;font-weight:700;line-height:1.25;transition:color .18s,background .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.igm__nav-icon{border:1px solid color-mix(in srgb, var(--nav-border) 80%, #fff);background:color-mix(in srgb, var(--nav-bg) 82%, #fff);width:24px;height:24px;color:var(--nav-accent);border-radius:7px;flex:0 0 24px;justify-content:center;align-items:center;transition:color .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.igm__nav-label{overflow-wrap:anywhere;min-width:0}.igm__nav-btn:before{content:"";background:var(--nav-accent);border-radius:999px;width:3px;height:16px;transition:transform .18s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.igm__nav-btn:hover{color:var(--nav-accent-strong);background:var(--nav-bg-hover);border-color:var(--nav-border)}.igm__nav-btn:hover .igm__nav-icon{color:var(--nav-accent-strong);border-color:var(--nav-border);box-shadow:0 4px 10px var(--nav-shadow);background:#fff}.igm__nav-btn--active{color:var(--nav-accent-strong);background:var(--nav-bg-active);border-color:var(--nav-border);box-shadow:0 8px 18px var(--nav-shadow)}.igm__nav-btn--active .igm__nav-icon{color:#fff;background:var(--nav-accent);border-color:var(--nav-accent);box-shadow:0 6px 14px var(--nav-shadow)}.igm__nav-btn--active:before{transform:translateY(-50%)scaleY(1)}.igm__nav-btn--forbidden{margin-top:12px}.igm__nav-btn--tone-sky{--nav-accent:#0284c7;--nav-accent-strong:#0369a1;--nav-bg:#e0f2fe;--nav-bg-hover:#bae6fd;--nav-bg-active:#bae6fd;--nav-border:#7dd3fc;--nav-text:#075985;--nav-shadow:#0284c724}.igm__nav-btn--tone-cyan{--nav-accent:#0891b2;--nav-accent-strong:#0e7490;--nav-bg:#cffafe;--nav-bg-hover:#a5f3fc;--nav-bg-active:#a5f3fc;--nav-border:#67e8f9;--nav-text:#155e75;--nav-shadow:#0891b224}.igm__nav-btn--tone-teal{--nav-accent:#0d9488;--nav-accent-strong:#0f766e;--nav-bg:#ccfbf1;--nav-bg-hover:#99f6e4;--nav-bg-active:#99f6e4;--nav-border:#5eead4;--nav-text:#115e59;--nav-shadow:#0d948824}.igm__nav-btn--tone-emerald{--nav-accent:#059669;--nav-accent-strong:#047857;--nav-bg:#d1fae5;--nav-bg-hover:#a7f3d0;--nav-bg-active:#a7f3d0;--nav-border:#6ee7b7;--nav-text:#065f46;--nav-shadow:#05966924}.igm__nav-btn--tone-indigo{--nav-accent:#4f46e5;--nav-accent-strong:#4338ca;--nav-bg:#e0e7ff;--nav-bg-hover:#c7d2fe;--nav-bg-active:#c7d2fe;--nav-border:#a5b4fc;--nav-text:#3730a3;--nav-shadow:#4f46e524}.igm__nav-btn--tone-violet{--nav-accent:#7c3aed;--nav-accent-strong:#6d28d9;--nav-bg:#ede9fe;--nav-bg-hover:#ddd6fe;--nav-bg-active:#ddd6fe;--nav-border:#c4b5fd;--nav-text:#5b21b6;--nav-shadow:#7c3aed24}.igm__nav-btn--tone-amber{--nav-accent:#d97706;--nav-accent-strong:#b45309;--nav-bg:#fef3c7;--nav-bg-hover:#fde68a;--nav-bg-active:#fde68a;--nav-border:#fcd34d;--nav-text:#92400e;--nav-shadow:#d9770624}.igm__nav-btn--tone-rose{--nav-accent:#e11d48;--nav-accent-strong:#be123c;--nav-bg:#ffe4e6;--nav-bg-hover:#fecdd3;--nav-bg-active:#fecdd3;--nav-border:#fda4af;--nav-text:#9f1239;--nav-shadow:#e11d4824}.igm__nav-btn--tone-danger{--nav-accent:#ea580c;--nav-accent-strong:#c2410c;--nav-bg:#ffedd5;--nav-bg-hover:#fed7aa;--nav-bg-active:#fed7aa;--nav-border:#fb923c;--nav-text:#9a3412;--nav-shadow:#ea580c24}.igm__content{background:#f8fafc;flex-direction:column;gap:22px;padding:30px 34px;display:flex;overflow-y:auto}.igm__content::-webkit-scrollbar{width:6px}.igm__content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.igm__section-head{flex-direction:column;gap:8px;padding-bottom:4px;display:flex}.igm__section-head h4{color:#0f172a;letter-spacing:0;margin:0;font-size:21px;font-weight:800}.igm__section-head p{color:#475569;margin:0;font-size:14px;line-height:1.6}.igm__example-sections{gap:22px;display:grid}.igm__example-section{gap:10px;display:grid}.igm__example-section-title{align-items:center;display:flex}.igm__card-list{flex-direction:column;gap:12px;display:flex}.igm__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0f172a0a}.igm__card:hover{border-color:#2563eb47;box-shadow:0 12px 28px #0f172a14}.igm__card--warn{background:#fffbeb;border-color:#f59e0b47}.igm__card--warn:hover{border-color:#d977065c}.igm__card-top{align-items:center;gap:10px;display:flex}.igm__card-num{color:#94a3b8;font-variant-numeric:tabular-nums;letter-spacing:0;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:inline-flex}.igm__card-num--warn{color:#d4a574}.igm__card-fill{color:#1d4ed8;cursor:pointer;letter-spacing:0;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex:1;justify-content:space-between;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:13px;font-weight:800;transition:all .2s;display:inline-flex}.igm__card-fill:hover{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 8px 18px #2563eb3d}.igm__card-fill svg{transition:transform .15s}.igm__card-fill:hover svg{transform:translate(2px)}.igm__card-rule{color:#78350f;font-size:14px;font-weight:800}.igm__card-desc{color:#92400e;margin:0;font-size:13px;line-height:1.6}.igm__card-cols{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.igm__card-divider{display:none}.igm__card-col{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:8px;min-width:0;padding:12px;display:flex}.igm__badge{letter-spacing:0;border-radius:8px;align-items:center;width:fit-content;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.igm__badge--bad{color:#9a3412;background:#fff7ed;border:1px solid #d977062e}.igm__badge--good{color:#047857;background:#ecfdf5;border:1px solid #05966929}.igm__card-text{color:#334155;word-break:break-word;margin:0;font-size:13px;line-height:1.6}.igm__footer{color:#64748b;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:0 32px;font-size:13px;display:flex}.igm__footer-close{color:#fff;background:#0f172a;border:1px solid #0f172a;border-radius:10px;min-height:36px;padding:0 18px;font-size:13px;font-weight:800;transition:all .2s}.igm__footer-close:hover{background:#1e293b;border-color:#1e293b;box-shadow:0 10px 22px #0f172a2e}.example-chips{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.example-chips button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--muted);background:#ffffffe6;border:1px solid #3b82f626;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #0000000a}.example-chips button:hover,.example-chips button.active{color:var(--primary-strong);background:linear-gradient(135deg,#3b82f61f,#8b5cf614);border-color:#3b82f666;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f626}.more-examples-btn{align-items:center;gap:2px;display:inline-flex;color:var(--primary)!important;border-style:dashed!important;border-color:#3b82f64d!important}.more-examples-btn:hover{border-style:solid!important}.hero-metrics{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;display:grid}.metric-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#fffffff2;border:1px solid #3b82f61a;padding:22px 18px;transition:all .3s;box-shadow:0 4px 16px #3b82f60d}.metric-card:hover{border-color:#3b82f640;transform:translateY(-4px);box-shadow:0 12px 32px #3b82f61a}.metric-card strong{letter-spacing:-.02em;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800;display:block}.metric-card span{color:var(--muted);margin-top:6px;font-size:14px;font-weight:500;display:block}.hero-visual{justify-content:center;align-items:center;min-height:560px;animation:.6s .2s both fadeInUp;display:flex}.visual-abstract{justify-content:center;align-items:center;width:460px;height:460px;display:flex;position:relative}.visual-abstract:before{content:"";background:radial-gradient(circle,#3b82f61f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:4s ease-in-out infinite pulse;position:absolute}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.abstract-orb{filter:blur(48px);border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.abstract-orb-1{background:#3b82f647;width:260px;height:260px;animation-delay:0s;top:18%;left:8%}.abstract-orb-2{background:#8b5cf638;width:220px;height:220px;animation-delay:-2s;top:38%;right:8%}.abstract-orb-3{background:#10b9812e;width:180px;height:180px;animation-delay:-4s;bottom:12%;left:22%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}.abstract-icon{width:52px;height:52px;color:var(--primary);z-index:2;background:#fffffff2;border:1px solid #3b82f61f;border-radius:12px;place-items:center;transition:transform .3s,box-shadow .3s;animation:5s ease-in-out infinite iconFloat;display:grid;position:absolute;box-shadow:0 2px 10px #3b82f61a,0 4px 16px #0000000d}.abstract-icon:hover{z-index:10;box-shadow:0 6px 24px #3b82f633,0 4px 12px #00000014;transform:scale(1.2)!important}.abstract-icon img{object-fit:contain;border-radius:5px;width:30px;height:30px}.abstract-icon .platform-icon-text-mark{width:30px;height:30px;color:var(--primary);background:#e0ecff;border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.think-center{z-index:5;background:#ffffffe0;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;animation:2.5s ease-in-out infinite thinkBounce;display:flex;position:absolute;box-shadow:0 8px 40px #3b82f640,0 0 60px #8b5cf633}.think-center img{object-fit:contain;border-radius:50%;width:112px;height:112px}.abstract-icon-1{--rotate:-8deg;animation-delay:0s;top:21px;left:185px}.abstract-icon-2{--rotate:5deg;animation-delay:-.7s;top:56px;right:46px}.abstract-icon-3{--rotate:-3deg;animation-delay:-1.4s;top:93px;right:63px}.abstract-icon-4{--rotate:8deg;animation-delay:-2.1s;top:148px;right:20px}.abstract-icon-5{--rotate:-5deg;animation-delay:-2.8s;bottom:83px;right:43px}.abstract-icon-6{--rotate:3deg;animation-delay:-3.5s;bottom:46px;right:66px}.abstract-icon-7{--rotate:-10deg;animation-delay:-4.2s;bottom:23px;left:195px}.abstract-icon-8{--rotate:6deg;animation-delay:-4.9s;bottom:53px;left:46px}.abstract-icon-9{--rotate:-4deg;animation-delay:-5.6s;bottom:93px;left:68px}.abstract-icon-10{--rotate:9deg;animation-delay:-6.3s;top:146px;left:26px}.abstract-icon-11{--rotate:-7deg;animation-delay:-6.9s;top:98px;left:73px}.abstract-icon-12{--rotate:4deg;animation-delay:-7.5s;top:48px;left:40px}.connections-svg{pointer-events:none;z-index:1;opacity:.85;width:100%;height:100%;animation:1s .5s both fadeIn;position:absolute;top:0;left:0}.connections-svg line{animation:3s ease-in-out infinite pulseLine}.connections-svg line:first-child{animation-duration:2.5s;animation-delay:0s}.connections-svg line:nth-child(2){animation-duration:3.2s;animation-delay:-.3s}.connections-svg line:nth-child(3){animation-duration:2.8s;animation-delay:-.7s}.connections-svg line:nth-child(4){animation-duration:3.5s;animation-delay:-1.1s}.connections-svg line:nth-child(5){animation-duration:2.6s;animation-delay:-1.5s}.connections-svg line:nth-child(6){animation-duration:3.1s;animation-delay:-1.9s}.connections-svg line:nth-child(7){animation-duration:2.9s;animation-delay:-2.3s}.connections-svg line:nth-child(8){animation-duration:3.4s;animation-delay:-2.7s}.connections-svg line:nth-child(9){animation-duration:2.7s;animation-delay:-3.1s}.connections-svg line:nth-child(10){animation-duration:3s;animation-delay:-3.5s}.connections-svg line:nth-child(11){animation-duration:2.4s;animation-delay:-3.9s}.connections-svg line:nth-child(12){animation-duration:3.3s;animation-delay:-4.3s}@keyframes pulseLine{0%,to{opacity:.4;stroke-width:1px}50%{opacity:.9;stroke-width:2px}}@keyframes fadeIn{0%{opacity:0}to{opacity:.7}}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(var(--rotate,0deg))}25%{transform:translateY(-6px) rotate(calc(var(--rotate,0deg) + 2deg))}50%{transform:translateY(-12px) rotate(var(--rotate,0deg))}75%{transform:translateY(-6px) rotate(calc(var(--rotate,0deg) - 2deg))}}.ghost-button{color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #3b82f626;transition:all .3s;box-shadow:0 2px 8px #0000000a}.ghost-button:hover{background:#fff;border-color:#3b82f640;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f61a}.spin{animation:1s linear infinite spin}@media (width<=900px){.hero-section{text-align:center;grid-template-columns:1fr}.hero-visual{min-height:280px}.visual-abstract{width:260px;height:260px}.hero-metrics{grid-template-columns:repeat(3,1fr)}.example-chips{justify-content:center}}@media (width<=600px){.app-boot{padding:24px 16px}.app-boot__shell{gap:20px;padding:18px 0}.app-boot__steps{grid-template-columns:1fr}.app-boot__step{justify-content:flex-start;padding-inline:14px}.site-shell{padding:16px}.hero-copy h1{font-size:32px}.hero-metrics{grid-template-columns:1fr}.igm{padding:12px}.igm__header{padding:0 20px}.igm__body{grid-template-columns:140px 1fr}.igm__content{padding:20px}.igm__card-cols{grid-template-columns:1fr;gap:12px}.igm__card-divider{width:100%;height:1px}.igm__card-col{padding:0}.igm__footer{padding:0 20px}}@media (prefers-reduced-motion:reduce){.app-boot__sweep,.app-boot__ping,.app-boot__progress span{animation:none}}.analysis-shell{scroll-behavior:smooth;background:linear-gradient(#f0f9ff 0%,#e0f2fe 50%,#f8fafc 100%);min-height:100vh;padding:24px 24px 80px;position:relative;overflow-x:hidden}.analysis-shell:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f614 0%,#0000 70%);width:800px;height:800px;position:absolute;top:0;left:50%;transform:translate(-50%)}.analysis-header{max-width:1200px;margin:0 auto 32px;padding-top:8px}.analysis-header-top{align-items:center;gap:24px;margin-bottom:24px;display:flex}.analysis-header-title{flex:1;min-width:0}.analysis-header-title h1{letter-spacing:-.02em;margin:0 0 4px;font-size:clamp(24px,3.5vw,32px);font-weight:700}.analysis-header-brand{min-width:0;color:var(--muted);white-space:nowrap;align-items:center;margin:0;font-size:14px;display:flex;overflow:hidden}.analysis-header-input{text-overflow:ellipsis;min-width:0;overflow:hidden}.analysis-header-tip{color:#94a3b8;flex-shrink:0;animation:3.2s ease-in-out infinite analysisTipFade}@keyframes analysisTipFade{0%{opacity:.45;transform:translateY(1px)}18%,82%{opacity:1;transform:translateY(0)}to{opacity:.55;transform:translateY(-1px)}}.analysis-header-progress{flex-shrink:0}.progress-ring-wrap{filter:drop-shadow(0 2px 6px #3b82f633);width:56px;height:56px;position:relative}.progress-ring{width:100%;height:100%;transform:rotate(-90deg)}.progress-ring-bg{fill:none;stroke:#e2e8f0;stroke-width:6px}.progress-ring-fill{fill:none;stroke:var(--primary);stroke-width:7px;stroke-linecap:round;filter:drop-shadow(0 0 4px #3b82f666);transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1)}.progress-ring-text{color:var(--text);justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;inset:0}.horizontal-stepper{align-items:flex-start;gap:0;padding:0 8px;display:flex;position:relative}.stepper-step{cursor:default;text-align:center;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:8px;padding:12px 4px 8px;transition:all .2s;display:flex;position:relative}.stepper-step.completed,.stepper-step.failed,.stepper-step.active{cursor:pointer}.stepper-step.completed:hover .stepper-circle{transform:scale(1.1);box-shadow:0 2px 8px #10b9814d}.stepper-step.failed:hover .stepper-circle{transform:scale(1.1);box-shadow:0 2px 10px #d977063d}.stepper-step.active:hover .stepper-circle{transform:scale(1.1)}.stepper-connector{z-index:0;background:#e2e8f0;border-radius:1px;height:2px;transition:background .3s;position:absolute;top:22px;left:calc(50% + 18px);right:calc(18px - 50%)}.stepper-connector.filled{background:linear-gradient(90deg,#10b981,#34d399)}.stepper-circle{color:#94a3b8;z-index:1;background:#e2e8f0;border:3px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:relative}.stepper-num{font-size:13px;font-weight:700}.stepper-step.completed .stepper-circle{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b9814d}.stepper-step.running .stepper-circle{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);animation:2s ease-in-out infinite stepperPulse;box-shadow:0 0 #3b82f666}.stepper-step.failed .stepper-circle{color:#fff;background:linear-gradient(135deg,#f59e0b,#64748b);box-shadow:0 2px 8px #64748b33}.stepper-step.active .stepper-circle{transform:scale(1.1);box-shadow:0 0 0 4px #3b82f633}.stepper-step.failed.active .stepper-circle{box-shadow:0 0 0 4px #f59e0b29,0 2px 8px #64748b33}@keyframes stepperPulse{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 8px #3b82f600}}.stepper-spin{animation:1s linear infinite spin}.stepper-label{color:#94a3b8;white-space:nowrap;font-size:13px;font-weight:500;transition:all .2s}.stepper-step.completed .stepper-label{color:#059669;font-weight:600}.stepper-step.active .stepper-label{color:var(--primary-strong);font-weight:700}.stepper-step.running .stepper-label{color:var(--primary);font-weight:600}.stepper-step.failed .stepper-label{color:#92400e;font-weight:700}.analysis-content{flex-direction:column;gap:16px;max-width:1200px;margin:0 auto;padding-bottom:60px;display:flex}.detail-panel{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border:1px solid #fffc;padding:28px;animation:.4s cubic-bezier(.4,0,.2,1) fadeInUp;box-shadow:0 4px 20px #0f172a0f,0 1px 4px #00000008}.detail-panel.entity-resolution-panel{justify-content:center;align-items:center;min-height:440px;display:flex}.detail-header{margin-bottom:24px}.detail-header h2{letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a,#334155);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:10px 0 0;font-size:24px;font-weight:700}.status-pill{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.status-pill.pending{color:#64748b;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 2px 4px #64748b1a}.status-pill.running{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);animation:2s ease-in-out infinite statusPulse;box-shadow:0 4px 12px #3b82f64d}@keyframes statusPulse{0%,to{box-shadow:0 4px 12px #3b82f64d}50%{box-shadow:0 4px 16px #3b82f680}}.status-pill.completed{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.status-pill.failed{color:#fff;background:linear-gradient(135deg,#f59e0b,#64748b);box-shadow:0 4px 12px #64748b33}.error-banner,.completion-banner{border-radius:var(--radius-md);align-items:center;gap:10px;margin-top:0;padding:14px 18px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #00000014}.error-banner{color:#dc2626;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #dc262633}.completion-banner{color:#059669;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #10b98133}.loading-state{border-radius:var(--radius-md);background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #3b82f626;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 24px;display:flex}.loading-spinner{border:4px solid #3b82f61a;border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.loading-state p{color:var(--muted);margin:0;font-size:14px;font-weight:500}.entity-resolution-error{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#fffbeb 0%,#f8fafc 100%);border:1px solid #d977062e;flex-direction:column;align-items:center;gap:14px;width:min(760px,100%);margin:0 auto;padding:28px 24px;display:flex}.entity-resolution-meme{color:#475569;background:#fff;border-radius:28px;justify-content:center;align-items:center;width:104px;height:104px;font-size:34px;font-weight:800;animation:2.6s ease-in-out infinite entityMemeFloat;display:flex;box-shadow:0 12px 32px #64748b1f,inset 0 0 0 1px #d977061f}.entity-resolution-face{transform-origin:bottom;animation:3.4s ease-in-out infinite entityFaceBlink;display:inline-block}@keyframes entityMemeFloat{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-8px)rotate(2deg)}}@keyframes entityFaceBlink{0%,82%,to{transform:scaleY(1)}88%,92%{transform:scaleY(.16)}}.entity-resolution-error strong{color:#334155;font-size:20px}.entity-resolution-error p{color:#475569;max-width:680px;margin:0;font-size:15px;line-height:1.8}.result-fallback{border-radius:var(--radius-md);white-space:pre-wrap;word-break:break-word;color:#475569;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #3b82f626;margin:0;padding:24px;font-size:14px;line-height:1.8}.step-brand-card{gap:16px;display:grid}.category-tree-panel{border-radius:var(--radius-md);background:#fff;border:1px solid #2563eb29;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:10px;padding:14px;display:grid}.category-tree-item{border-radius:var(--radius-sm);background:#f8fafc;border:1px solid #94a3b840;min-width:0;padding:14px}.category-tree-item span,.category-tree-item em{color:var(--muted);font-size:11px;font-style:normal;font-weight:700;display:block}.category-tree-item strong{color:var(--text);margin:7px 0;font-size:16px;line-height:1.45;display:block}.category-tree-arrow{color:var(--primary-strong);align-items:center;font-weight:800;display:flex}.brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.info-block{border-radius:var(--radius-md);background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #3b82f61a;padding:16px;transition:all .3s;position:relative;overflow:hidden}.info-block:before{content:"";opacity:0;background:linear-gradient(#3b82f6,#8b5cf6);width:3px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.info-block:hover{border-color:#3b82f633;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f614}.info-block:hover:before{opacity:1}.info-block span,.info-tags span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600;display:block}.info-block strong{margin-top:8px;font-size:14px;line-height:1.5;display:block}.info-tags{gap:8px;display:grid}.info-tags div{flex-wrap:wrap;gap:8px;display:flex}.info-tags strong,.info-tags em{border:1px solid var(--line);color:#334155;background:#fff;border-radius:999px;padding:6px 12px;font-size:13px;font-style:normal;font-weight:500}.info-tags.muted strong{color:#64748b;background:#f8fafc}.question-list{gap:12px;display:grid}.question-tier-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.question-tier-summary-item{border-radius:var(--radius-md);background:#fff;border:1px solid #3b82f61f;min-width:0;padding:12px 14px}.question-tier-summary-item span{color:var(--muted);font-size:11px;font-weight:700;display:block}.question-tier-summary-item strong{color:var(--text);margin-top:6px;font-size:13px;line-height:1.45;display:block}.question-tier-summary-item em{background:var(--primary-soft);color:var(--primary-strong);border-radius:999px;margin-top:8px;padding:3px 8px;font-size:11px;font-style:normal;font-weight:700;display:inline-block}.question-card{border-radius:var(--radius-md);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #3b82f61f;padding:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.question-card:hover{border-color:#3b82f640;transform:translateY(-4px);box-shadow:0 8px 24px #3b82f61f}.question-card-collapsible{border-radius:var(--radius-md);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #3b82f61f;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.question-card-collapsible:hover{border-color:#3b82f640;box-shadow:0 8px 24px #3b82f61f}.question-card-summary{cursor:pointer;padding:14px 18px;list-style:none;transition:all .3s}.question-card-summary::-webkit-details-marker{display:none}.question-card-summary:hover{background:#3b82f608}.question-card-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.question-card .question-card-head{margin-bottom:10px}.question-card-head span{color:#fff;background:var(--primary);border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:grid}.question-card-head strong{color:var(--primary-strong);font-size:12px;font-weight:600}.question-card-head em{background:var(--primary-soft);color:var(--primary-strong);border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:600}.question-card-head em:first-of-type{margin-left:auto}.question-card p{margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.6}.question-card small{color:var(--muted);font-size:13px;line-height:1.5;display:block}.question-preview{color:#475569;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 0 0;font-size:14px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.question-card-content{border-top:1px solid #3b82f61a;margin-top:12px;padding:0 18px 18px}.question-card-content .question-full{color:var(--text);margin:12px 0 8px;font-size:14px;font-weight:600;line-height:1.6}.question-card-content small{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.5;display:block}.search-result-panel,.ranking-panel{gap:16px;display:grid}.search-progress-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.search-metric-card{border-radius:var(--radius-md);text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #3b82f61a;padding:16px;transition:all .3s}.search-metric-card:hover{border-color:#3b82f633;transform:translateY(-3px);box-shadow:0 6px 20px #3b82f61a}.search-metric-card span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600;display:block}.search-metric-card strong{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:8px;font-size:24px;font-weight:700;display:block}.platform-answer-list{gap:12px;display:grid}.platform-answer-card{border-radius:var(--radius-md);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #3b82f61f;padding:20px;transition:all .3s;box-shadow:0 2px 8px #0000000a}.platform-answer-card:hover{border-color:#3b82f640;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f61f}.platform-answer-card header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.platform-answer-card header strong{align-items:center;gap:8px;font-size:14px;display:inline-flex}.platform-answer-card header .platform-icon{vertical-align:middle;object-fit:contain;border-radius:4px;width:20px;height:20px}.platform-answer-card header span{color:var(--muted);font-size:12px;font-weight:600}.platform-answer-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.platform-answer-item{border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;padding:14px;transition:all .3s}.platform-answer-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.platform-answer-item.success{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border-color:#10b9814d}.platform-answer-item.failed{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-color:#dc26264d}.platform-answer-item-collapsible{border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;transition:all .3s;overflow:hidden}.platform-answer-item-collapsible:hover{box-shadow:0 4px 12px #0000000f}.platform-answer-item-summary{cursor:pointer;padding:12px;list-style:none;transition:all .3s}.platform-answer-item-summary::-webkit-details-marker{display:none}.platform-answer-item-summary:hover{background:#3b82f605}.platform-answer-item-summary.success{border-left:3px solid #10b9814d}.platform-answer-item-summary.failed{border-left:3px solid #dc26264d}.platform-answer-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.platform-answer-top span{min-width:36px;min-height:24px;color:var(--primary-strong);background:var(--primary-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.platform-answer-top em{color:var(--muted);font-size:11px;font-style:normal}.platform-answer-item p{margin:10px 0 6px;font-size:13px;font-weight:600;line-height:1.5}.platform-answer-item small{color:var(--muted);white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.6;display:block}.answer-preview{color:#475569;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:10px 0 0;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.platform-answer-item-content{background:#f8fafc80;border-top:1px solid #0f172a0f;max-height:300px;padding:12px;overflow-y:auto}.platform-answer-item-content .question-full{color:var(--text);margin:0 0 10px;font-size:13px;font-weight:600;line-height:1.5}.platform-answer-item-content .answer-full{color:#475569;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.7;display:block}.table-wrap{border-radius:var(--radius-md);background:#fff;border:1px solid #3b82f626;overflow-x:auto;box-shadow:0 4px 16px #3b82f614}.ranking-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:900px}.ranking-table th{z-index:10;color:#475569;letter-spacing:.08em;text-transform:uppercase;text-align:left;vertical-align:top;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:2px solid #3b82f633;padding:14px 16px;font-size:11px;font-weight:700;position:sticky;top:0}.ranking-table td{text-align:left;vertical-align:top;border-bottom:1px solid #0f172a0f;padding:14px 16px;font-size:14px;line-height:1.6;transition:background .2s}.ranking-table tbody tr:hover td{background:#3b82f608}.ranking-table tbody tr:last-child td{border-bottom:0}.ranking-actions{justify-content:flex-end;display:flex}.ranking-toggle-button{white-space:nowrap}.source-icons{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.source-icon{object-fit:contain;border-radius:4px;width:20px;height:20px}.source-icon-text{color:var(--muted);font-size:12px}.report-panel{gap:18px;display:grid}@media (width<=900px){.analysis-shell{padding:16px 16px 60px}.analysis-header{margin-bottom:24px}.analysis-header-top{flex-wrap:wrap}.detail-panel{padding:20px}.brand-grid,.category-tree-panel,.search-progress-grid,.platform-answer-items{grid-template-columns:1fr}.category-tree-arrow{justify-content:center;transform:rotate(90deg)}.ranking-duration-grid{grid-template-columns:1fr}}@media (width<=600px){.analysis-shell{padding:12px 12px 48px}.analysis-header-top{flex-direction:column;align-items:stretch;gap:12px}.analysis-header-progress{justify-content:center;display:flex}.analysis-header-brand{white-space:normal;flex-direction:column;align-items:flex-start;gap:3px}.analysis-header-input,.analysis-header-tip{max-width:100%}.stepper-label{display:none}.horizontal-stepper{padding:0}.stepper-step{padding:8px 2px}.stepper-connector{top:18px;left:calc(50% + 14px);right:calc(14px - 50%)}.stepper-circle{width:28px;height:28px}.stepper-num{font-size:11px}.detail-panel{padding:16px}.detail-panel.entity-resolution-panel{min-height:360px}.entity-resolution-error{padding:24px 18px}.entity-resolution-meme{border-radius:22px;width:84px;height:84px;font-size:28px}}
