.block-tool{--block-ink: #172b4d;--block-muted: #65758e;--block-line: #e2e9f2}body{background:var(--bg)}.block-tool [hidden]{display:none!important}.block-tool .lk-hero{margin-top:24px}.block-tool .lk-search:focus-within{outline:2px solid #3b82f6;outline-offset:3px}.block-tool :is(button,a,summary):focus-visible{outline:2px solid #3b82f6;outline-offset:4px}.block-state,.block-result{position:relative;z-index:1;margin-top:27px;border:1px solid #dfe6f2;border-radius:14px;background:#ffffffe6}.block-state{padding:44px 28px;text-align:center;color:#667085}.block-state h2{margin:0 0 10px;color:#101828;font-size:20px}.block-state p{margin:0;line-height:1.7}.block-state-loading span{display:inline-block;width:28px;height:28px;margin-bottom:12px;border:3px solid #d8e4ff;border-top-color:#1266ff;border-radius:50%;animation:block-spin .8s linear infinite}@keyframes block-spin{to{transform:rotate(360deg)}}.block-state-error{text-align:left}.block-state-error h2{margin-bottom:8px}.block-result{padding:22px 22px 24px}.block-result-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 4px 16px;border-bottom:1px solid #eaeff6}.block-panel-title svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.block-head-main{display:flex;align-items:center;flex-wrap:wrap;gap:8px 28px;min-width:0}.block-head-label{color:#0b1f47;font-size:14px;font-weight:700}.block-head-target{font-size:16px;font-weight:500;color:#2563eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-refresh-btn{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:108px;height:36px;padding:0 13px;border:0;border-radius:8px;background:#fff;color:#2563eb;box-shadow:0 0 0 1px #2563eb33,0 1px 2px #0f172a0d;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.block-refresh-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.block-refresh-btn:hover{background:#f7faff;box-shadow:0 0 0 1px #2563eb47,0 2px 6px #2563eb14}.block-updated{color:#7688a4;font-size:14px}.block-body-grid{display:block;margin-top:12px}.block-panel{margin:0;padding:0}.block-panel-title{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:#0b1f47;font-size:15px;font-weight:750}.block-panel-title svg{color:#3b82f6;font-size:20px}.block-status-card{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;min-height:84px;padding:18px 24px;border:1px solid #9ce0c1;border-radius:6px;background:#edf7f1;text-align:center}.block-status-icon{flex:none;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#18b47a;color:#fff;font-size:18px;font-weight:700}.block-status-copy h3{margin:0;font-size:16px;font-weight:500;line-height:1.6;color:#0fa06f}.block-status-copy p{display:none}.block-status-card[data-block-state=passed]{background:#edf7f1;border-color:#9ce0c1}.block-status-card[data-block-state=passed] .block-status-icon{background:#18b47a}.block-status-card[data-block-state=passed] .block-status-copy h3{color:#0fa06f}.block-status-card[data-block-state=blocked]{background:#fff1f1;border-color:#f0b8b8}.block-status-card[data-block-state=blocked] .block-status-icon{background:#e15454}.block-status-card[data-block-state=blocked] .block-status-copy h3{color:#d94a4a}.block-status-card[data-block-state=loading]{background:#eef4ff;border-color:#c5d7fb}.block-status-card[data-block-state=loading] .block-status-icon{background:#4285f4;animation:block-pulse 1.1s infinite ease-in-out}.block-status-card[data-block-state=loading] .block-status-copy h3{color:#356fca}.block-status-card[data-block-state=unknown]{background:#fff8ea;border-color:#ead39a}.block-status-card[data-block-state=unknown] .block-status-icon,.block-status-card[data-block-state=idle] .block-status-icon{background:#c0902d}.block-status-card[data-block-state=unknown] .block-status-copy h3,.block-status-card[data-block-state=idle] .block-status-copy h3{color:#9a6b12}@keyframes block-pulse{50%{transform:scale(.78);opacity:.55}}.seo-doc{margin:28px auto 8px;padding:24px 26px;background:var(--card, #fff);border:1px solid var(--line, #e8edf4);border-radius:14px;box-shadow:0 1px 3px #0f172a0d,0 4px 14px #0f172a0a;max-width:100%}.seo-doc-title{margin:0 0 14px;font-size:19px;font-weight:700;color:var(--block-ink);line-height:1.4}.seo-doc-p{margin:0 0 12px;font-size:14.5px;line-height:1.85;color:var(--block-muted)}.seo-doc-p:last-child{margin-bottom:0}.seo-doc-faq{margin-top:26px;padding-top:22px;border-top:1px solid var(--line, #e8edf4)}.seo-doc-qa{margin-bottom:18px}.seo-doc-qa:last-child{margin-bottom:0}.seo-doc-q{margin:0 0 6px;font-size:15px;font-weight:600;color:var(--block-ink);line-height:1.5}.seo-doc-a{margin:0;font-size:14.5px;line-height:1.85;color:var(--block-muted)}[data-theme=dark] .block-tool{--block-ink: #e2e8f0;--block-muted: #a8b4c6;--block-line: #243246}[data-theme=dark] body{background:#0b1220}[data-theme=dark] .block-state,[data-theme=dark] .block-result{background:#151e2e;border-color:#2b3a52}[data-theme=dark] .block-state h2,[data-theme=dark] .block-head-label,[data-theme=dark] .block-panel-title,[data-theme=dark] .block-status-copy h3,[data-theme=dark] .seo-doc-title,[data-theme=dark] .seo-doc-q{color:#e2e8f0}[data-theme=dark] .block-state,[data-theme=dark] .block-updated,[data-theme=dark] .block-status-copy p,[data-theme=dark] .seo-doc-p,[data-theme=dark] .seo-doc-a{color:#94a3b8}[data-theme=dark] .block-result-head{border-color:#263450}[data-theme=dark] .seo-doc{background:#151e2e;border-color:#2b3a52;box-shadow:none}[data-theme=dark] .seo-doc-faq{border-top-color:#243246}[data-theme=dark] .block-head-target{color:#7eaaf5}[data-theme=dark] .block-refresh-btn{background:#152238;color:#9fbeff;box-shadow:0 0 0 1px #7eaaf53d,0 1px 2px #02061747}[data-theme=dark] .block-refresh-btn:hover{background:#1b2c46;box-shadow:0 0 0 1px #7eaaf557,0 2px 8px #02061752}[data-theme=dark] .block-status-card,[data-theme=dark] .block-status-card[data-block-state=passed]{background:#152a22;border-color:#2c6b55}[data-theme=dark] .block-status-card[data-block-state=blocked]{background:#311d20;border-color:#8b474c}[data-theme=dark] .block-status-card[data-block-state=loading]{background:#17263d;border-color:#436799}[data-theme=dark] .block-status-card[data-block-state=unknown]{background:#382d17;border-color:#8a6a2f}[data-theme=dark] .block-status-copy h3{color:#9fdbbf}[data-theme=dark] .block-status-card[data-block-state=blocked] .block-status-copy h3{color:#f29a9a}[data-theme=dark] .block-status-card[data-block-state=loading] .block-status-copy h3{color:#93b7ff}[data-theme=dark] .block-status-card[data-block-state=unknown] .block-status-copy h3,[data-theme=dark] .block-status-card[data-block-state=idle] .block-status-copy h3{color:#efc46d}@media(max-width:640px){.block-result-head{align-items:flex-start;flex-direction:column}.block-head-main{align-items:flex-start;gap:8px}.block-refresh-btn{min-width:0}.block-status-card{min-height:72px;padding:16px;gap:10px;justify-content:center}.block-status-copy{position:relative;z-index:1}.seo-doc{padding:18px 16px;margin-top:20px;border-radius:12px}.seo-doc-title{font-size:17px}.seo-doc-p,.seo-doc-a{font-size:14px;line-height:1.8}.block-tool .lk-hero{padding-left:8px;padding-right:8px}.block-tool .block-result,.block-tool .block-state{padding:18px}}
