:root{--ae-bg:#f5f8fb;--ae-ink:#162033;--ae-muted:#657386;--ae-line:#dce5ee;--ae-surface:#fff;--ae-soft:#eef4f8;--ae-brand:#1565d8;--ae-brand-hover:#1157bc;--ae-teal:#0a9c8f;--ae-green:#1d8a5a;--ae-amber:#b46c13;--ae-red:#bf3d34;--ae-radius:8px;--ae-shadow:0 18px 42px #1f304e1f;--ae-container:1120px;--ae-mobile:720px;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ae-ink);background:radial-gradient(circle at 14% 0%, #1565d81a, transparent 28%), radial-gradient(circle at 84% 18%, #0a9c8f1a, transparent 26%), var(--ae-bg);margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:not-allowed;opacity:.58}.page{min-height:100vh}.container,.topbar-inner{width:min(var(--ae-container), calc(100% - 32px));margin:0 auto}.topbar{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #dce5eee6;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:18px;min-height:64px;display:flex}.brand{align-items:center;gap:10px;min-width:0;display:flex}.brand-button{color:inherit;text-align:left;background:0 0;padding:0}.brand-mark{color:#fff;border-radius:var(--ae-radius);background:var(--ae-brand);flex:none;place-items:center;width:34px;height:34px;font-weight:800;display:grid;box-shadow:0 10px 20px #1565d838}.brand strong,.brand small{display:block}.brand strong{font-size:16px;line-height:1.2}.brand small{color:var(--ae-muted);margin-top:2px;font-size:12px}.nav{gap:8px;display:flex}.nav button{color:#435064;border-radius:var(--ae-radius);background:0 0;padding:9px 12px;font-size:14px}.nav button:hover,.nav button.active{color:var(--ae-brand);background:#eef5ff}.top-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.account-label,.muted{color:var(--ae-muted);font-size:13px}.btn{color:#fff;background:var(--ae-brand);border-radius:var(--ae-radius);white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 15px;font-weight:700;display:inline-flex}.btn:hover{background:var(--ae-brand-hover)}.btn.secondary{color:var(--ae-ink);border:1px solid var(--ae-line);background:#fff}.btn.secondary:hover{background:var(--ae-soft)}.btn.green{background:var(--ae-green)}.btn.green:hover{background:#176d49}.btn.large{min-height:46px;padding:0 20px}.btn.compact{min-height:34px;padding:0 12px;font-size:13px}.hero{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:28px;padding:48px 0 26px;display:grid}.eyebrow{color:var(--ae-teal);margin-bottom:12px;font-size:13px;font-weight:800;display:inline-block}.hero h1{max-width:780px;margin:0;font-size:42px;line-height:1.14}.hero p{max-width:680px;color:var(--ae-muted);margin:16px 0 0;font-size:16px;line-height:1.8}.hero-actions{color:var(--ae-muted);align-items:center;gap:14px;margin-top:24px;font-size:13px;display:flex}.hero-visual{border-radius:var(--ae-radius);min-height:300px;box-shadow:var(--ae-shadow);background:linear-gradient(145deg,#fffffff2,#eef6f8f2);border:1px solid #dce5eecc;align-content:center;gap:12px;padding:18px;display:grid}.mini-report{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#ffffffe6;padding:14px}.mini-report strong,.mini-report span{display:block}.mini-report strong{font-size:14px}.mini-report span{color:var(--ae-muted);margin-top:5px;font-size:12px}.mini-score{grid-template-columns:70px minmax(0,1fr);align-items:center;gap:12px;display:grid}.score-badge{color:#fff;border-radius:var(--ae-radius);background:var(--ae-brand);place-items:center;width:64px;height:64px;font-size:24px;font-weight:800;display:grid}.bars{grid-template-columns:minmax(0,1fr);gap:6px;display:grid}.bars i{background:var(--ae-teal);border-radius:20px;height:7px;display:block}.tool{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:var(--ae-surface);box-shadow:var(--ae-shadow);margin:12px auto 38px;overflow:hidden}.tool-head{border-bottom:1px solid var(--ae-line);justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.tool-head h2,.tool-head p{margin:0}.tool-head h2{font-size:20px}.tool-head p{color:var(--ae-muted);margin-top:4px;font-size:13px}.segmented{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:var(--ae-soft);grid-template-columns:repeat(2,minmax(92px,1fr));display:inline-grid;overflow:hidden}.segmented button{min-height:38px;color:var(--ae-muted);background:0 0;padding:0 12px;font-weight:700}.segmented button.active{color:#fff;background:var(--ae-brand)}.tool-body{gap:14px;padding:18px;display:grid}.fields,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.article-grid:not(.compare-mode){grid-template-columns:1fr}label{color:var(--ae-muted);gap:7px;font-size:13px;display:grid}input,textarea,select{border:1px solid var(--ae-line);border-radius:var(--ae-radius);width:100%;color:var(--ae-ink);background:#fff;outline:0}input,select{height:42px;padding:0 12px}textarea{resize:vertical;min-height:230px;padding:12px;line-height:1.65}input:focus,textarea:focus,select:focus{border-color:#1565d8b3;box-shadow:0 0 0 3px #1565d81f}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--ae-red)}.article-box{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#fbfdff;gap:10px;min-width:0;padding:14px;display:grid}.article-box h3{margin:0;font-size:15px}.field-meta,.tool-foot,.quota{align-items:center;gap:10px;display:flex}.field-meta{color:var(--ae-muted);justify-content:space-between;font-size:12px}.field-error,.danger{color:var(--ae-red);font-size:12px}.tool-foot{flex-wrap:wrap;justify-content:space-between}.quota{color:var(--ae-muted);flex-wrap:wrap;font-size:13px}.pill{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:var(--ae-soft);color:#435064;align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.link-button{color:var(--ae-brand);background:0 0;padding:5px}.submit-block{justify-items:end;gap:8px;max-width:560px;display:grid}.submit-note{color:var(--ae-muted);text-align:right;margin:0;font-size:12px;line-height:1.65}.generation-status{border-radius:var(--ae-radius);background:#f4f8ff;border:1px solid #1565d83d;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;margin:-20px 0 38px;padding:16px;display:grid}.generation-status.is-error{background:#fff5f4;border-color:#bf3d3459}.generation-status h3,.generation-status p{margin:0}.generation-status h3{font-size:15px}.generation-status p{color:var(--ae-muted);margin-top:5px;font-size:13px}.status-indicator{color:#fff;background:var(--ae-brand);border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}.spinner.dark{border-color:#1565d840;border-top-color:var(--ae-brand)}@keyframes spin{to{transform:rotate(360deg)}}.child-statuses{color:var(--ae-muted);flex-wrap:wrap;gap:8px;margin-top:8px;font-size:12px;display:flex}.section{padding:34px 0}.section-title{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.section-title h2,.section-title p{margin:0}.section-title h2{font-size:26px}.section-title p{color:var(--ae-muted);margin-top:6px;line-height:1.7}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.card{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#ffffffdb;padding:18px}.card h3,.card p{margin:0}.card h3{font-size:16px}.card p{color:var(--ae-muted);margin-top:8px;font-size:14px;line-height:1.65}.reports{padding:32px 0 8px}.report-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:16px;display:grid}.report-list,.report-detail{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#fff;overflow:hidden;box-shadow:0 12px 30px #1f304e14}.report-list{position:sticky;top:82px}.report-list-head,.report-detail-head{border-bottom:1px solid var(--ae-line);background:#fbfdff;padding:15px}.report-list-head{gap:10px;display:grid}.report-list-head h3,.report-list-head span,.report-detail-head h3,.report-detail-head p{margin:0}.report-list-head span,.report-detail-head p{color:var(--ae-muted);font-size:12px}.report-list-head select{height:34px}.report-items{display:grid}.report-item{border-bottom:1px solid var(--ae-line);text-align:left;background:#fff;grid-template-columns:minmax(0,1fr) 52px;gap:10px;padding:13px 15px;display:grid}.report-item.active{background:#eef5ff}.report-item strong,.report-item small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.report-item small{color:var(--ae-muted);margin:4px 0 7px;font-size:11px}.report-score{color:#fff;border-radius:var(--ae-radius);background:var(--ae-brand);place-items:center;height:38px;font-weight:800;display:grid}.status-badge{background:var(--ae-soft);color:#435064;border-radius:99px;width:fit-content;padding:4px 7px;font-size:11px;font-style:normal;font-weight:700;display:inline-flex}.status-success{color:var(--ae-green);background:#eef9f4}.status-processing,.status-pending{color:var(--ae-brand);background:#eef5ff}.status-partial_failed,.status-timeout{color:var(--ae-amber);background:#fff7ea}.status-failed{color:var(--ae-red);background:#fff0ef}.pagination{border-top:1px solid var(--ae-line);color:var(--ae-muted);justify-content:space-between;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}.pagination button{border:1px solid var(--ae-line);background:#fff;border-radius:6px;padding:6px 9px}.report-detail-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.report-detail-body{gap:16px;padding:16px;display:grid}.score-panel{grid-template-columns:160px minmax(0,1fr);gap:16px;display:grid}.score-large{text-align:center;color:#fff;border-radius:var(--ae-radius);background:var(--ae-brand);place-items:center;gap:4px;padding:18px;display:grid}.score-large.unavailable{background:#77869a}.score-large strong{font-size:52px;line-height:1}.score-large span{color:#ffffffe6;font-size:12px}.summary-box{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#fbfdff;gap:10px;padding:15px;display:grid}.summary-box h4,.summary-box p{margin:0}.summary-box p{color:var(--ae-muted);line-height:1.7}.dimension-list{gap:11px;display:grid}.dimension-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;font-size:13px;display:grid}.dimension-row span{color:var(--ae-muted)}.article-result{gap:14px;padding-top:4px;display:grid}.article-result+.article-result{border-top:1px solid var(--ae-line);padding-top:18px}.article-result-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.article-result-head h4,.article-result-head span{margin:0}.article-result-head>div>span{color:var(--ae-muted);margin-top:4px;font-size:13px;display:block}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.metric{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#fff;gap:5px;padding:12px;display:grid}.metric span{color:var(--ae-muted);font-size:12px}.metric strong{font-size:14px}.insights{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}ul.clean{color:#354257;gap:9px;margin:0;padding:0;font-size:14px;line-height:1.6;list-style:none;display:grid}ul.clean li{grid-template-columns:9px minmax(0,1fr);gap:9px;display:grid}ul.clean li:before{content:"";background:var(--ae-teal);border-radius:50%;width:7px;height:7px;margin-top:8px}.muted-item{color:var(--ae-muted)}.failure-box{border-radius:var(--ae-radius);background:#fffaf1;border:1px solid #b46c1347;padding:16px}.failure-box p{color:var(--ae-muted);line-height:1.7}.service-cta{border-radius:var(--ae-radius);background:linear-gradient(135deg,#f4f8ff,#f6fbfa);border:1px solid #1565d838;grid-template-columns:minmax(0,1fr) 136px;align-items:center;gap:18px;padding:18px;display:grid}.service-cta h4{margin:0;font-size:16px}.service-cta p{color:var(--ae-muted);margin:8px 0 0;line-height:1.75}.service-qr{justify-self:end;width:120px}.service-qr-frame{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#fff;place-items:center;width:120px;height:120px;padding:8px;display:grid}.service-qr img{object-fit:contain;width:100%;height:100%;display:block}.service-qr span{color:var(--ae-muted);text-align:center;white-space:nowrap;margin-top:7px;font-size:12px;display:block}.qr-fallback{color:var(--ae-muted);text-align:center;font-size:12px}.state-box{color:var(--ae-muted);text-align:center;justify-items:center;gap:10px;padding:26px 16px;display:grid}.state-box.large{border:1px solid var(--ae-line);border-radius:var(--ae-radius);background:#fff;place-content:center;min-height:240px}.state-box p,.state-box h2{margin:0}.state-box.error{color:var(--ae-red)}.mobile-back{color:var(--ae-brand);background:0 0;margin-bottom:10px;display:none}.modal-backdrop{z-index:80;background:#0f18288a;justify-content:center;align-items:center;padding:22px;display:none;position:fixed;inset:0}.modal-backdrop.show{display:flex}.modal{border-radius:var(--ae-radius);width:min(460px,100%);box-shadow:var(--ae-shadow);background:#fff;gap:14px;padding:20px;display:grid}.modal h2,.modal p{margin:0}.modal p{color:var(--ae-muted);line-height:1.7}.modal-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.icon-button{background:var(--ae-soft);border-radius:50%;place-items:center;width:34px;height:34px;font-size:23px;display:grid}.auth-form{gap:14px;display:grid}.sms-row{grid-template-columns:minmax(0,1fr) 130px;align-items:end;gap:10px;display:grid}.sms-button{height:42px}.modal-error{font-size:13px;color:var(--ae-red)!important}.privacy-copy{font-size:12px}.toast-stack{z-index:100;gap:8px;max-width:min(360px,100% - 44px);display:grid;position:fixed;bottom:22px;right:22px}.toast{color:#fff;border-radius:var(--ae-radius);box-shadow:var(--ae-shadow);background:#112034;padding:12px 14px;font-size:14px;line-height:1.5}.toast-success{background:var(--ae-green)}.toast-error{background:var(--ae-red)}.footer{color:var(--ae-muted);text-align:center;gap:8px;padding:40px 0;font-size:12px;display:grid}.footer a{color:inherit;text-decoration:none;transition:color .2s}.footer a:hover{color:var(--ae-brand)}@media (width<=900px){.hero{grid-template-columns:1fr}.hero-visual{min-height:230px}.report-layout{grid-template-columns:260px minmax(0,1fr)}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.container,.topbar-inner{width:min(100% - 24px, var(--ae-container))}.topbar-inner{gap:8px;min-height:58px}.brand small,.account-label{display:none}.nav{order:3;justify-content:center;width:100%;padding-bottom:8px}.topbar-inner{flex-wrap:wrap;padding-top:8px}.nav button{flex:1}.hero{padding-top:30px}.hero h1{font-size:32px}.hero-actions,.tool-head,.tool-foot,.section-title{flex-direction:column;align-items:stretch}.segmented{width:100%}.fields,.article-grid.compare-mode,.cards,.insights,.score-panel{grid-template-columns:1fr}.submit-block{justify-items:stretch;width:100%;max-width:none}.submit-note{text-align:left}.generation-status{grid-template-columns:38px minmax(0,1fr)}.generation-status>.btn{grid-column:1/-1}.report-layout{display:block}.report-list{position:static}.mobile-detail-open .report-list{display:none}.detail-shell:not(:has(.report-detail)){display:none}.mobile-back{display:inline-block}.report-detail-head{flex-direction:column}.metrics-grid{grid-template-columns:1fr 1fr}.service-cta{grid-template-columns:1fr}.service-qr{justify-self:start}}@media (width<=460px){.brand strong{font-size:14px}.hero h1{font-size:28px}.hero-actions,.sms-row{grid-template-columns:1fr;display:grid}.metrics-grid{grid-template-columns:1fr}.toast-stack{max-width:calc(100% - 24px);bottom:12px;right:12px}}
