.html-checker{--checker-info-border:color-mix(in srgb, var(--color-primary-300), transparent 18%);--checker-info-bg-top:color-mix(in srgb, var(--color-primary-50), white 18%);--checker-info-bg-bottom:#ffffffb8;--checker-info-text:var(--color-primary-800);--checker-info-badge-bg:color-mix(in srgb, var(--color-primary-100), white 12%);--checker-info-ring:color-mix(in srgb, var(--color-primary-300), transparent 45%);--checker-active-border:var(--color-primary-400);--checker-active-glow:color-mix(in srgb, var(--color-primary-400), transparent 65%);--checker-error-border:color-mix(in srgb, var(--color-demo-rose), transparent 22%);--checker-error-bg-top:color-mix(in srgb, var(--color-demo-rose-soft), white 52%);--checker-error-bg-bottom:color-mix(in srgb, var(--color-demo-rose-soft), white 26%);--checker-error-text:color-mix(in srgb, var(--color-demo-rose), #281c22 32%);gap:1.5rem;display:grid}.dark .html-checker{--checker-info-border:color-mix(in srgb, var(--color-primary-500), transparent 45%);--checker-info-bg-top:color-mix(in srgb, var(--color-primary-900), transparent 35%);--checker-info-bg-bottom:#262626d1;--checker-info-text:var(--color-primary-200);--checker-info-badge-bg:color-mix(in srgb, var(--color-primary-800), transparent 35%);--checker-info-ring:color-mix(in srgb, var(--color-primary-500), transparent 55%);--checker-error-border:color-mix(in srgb, var(--color-demo-rose), transparent 55%);--checker-error-bg-top:color-mix(in srgb, var(--color-demo-rose), #281c22 72%);--checker-error-bg-bottom:color-mix(in srgb, var(--color-demo-rose), #0c080a 82%);--checker-error-text:var(--color-demo-rose-soft)}.html-checker__panel,.html-checker-result,.html-checker__notice,.html-checker__legal-note{background:#ffffffdb;border:1px solid #e5e7eb;box-shadow:0 18px 55px #0f172a14}.dark .html-checker__panel,.dark .html-checker-result,.dark .html-checker__notice,.dark .html-checker__legal-note{background:#171717db;border-color:#262626;box-shadow:0 18px 55px #00000047}.html-checker__panel{border-radius:1.25rem;padding:clamp(1.25rem,3vw,2rem)}.html-checker__eyebrow,.html-checker-result__eyebrow{color:var(--color-primary-600);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.html-checker__intro h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:750}.html-checker__intro p:not(.html-checker__eyebrow){color:#525252;max-width:54rem;margin:.75rem 0 0;font-size:1.05rem;line-height:1.7}.dark .html-checker__intro p:not(.html-checker__eyebrow){color:#d4d4d4}.html-checker__form{margin-top:1.5rem}.html-checker__form label{margin-bottom:.5rem;font-weight:700;display:block}.html-checker__input-row{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;display:grid}.html-checker__input-row .html-checker__submit{box-shadow:none!important}.html-checker__input-row input{color:#171717;min-width:0;font:inherit;background:#fafafa;border:1px solid #d4d4d4;border-radius:.75rem;padding:.9rem 1rem}.dark .html-checker__input-row input{color:#f5f5f5;background:#0a0a0a;border-color:#404040}.html-checker__form-footer{color:#525252;flex-direction:column;gap:.65rem;margin-top:.75rem;font-size:.9rem;display:flex}.html-checker__query-hint{color:#404040;background:#f5f5f5;border-radius:.5rem;padding:.65rem .75rem}.dark .html-checker__query-hint{color:#d4d4d4;background:#262626}.html-checker__terms-hint{color:#737373;font-size:.85rem;line-height:1.45}.html-checker__terms-link{color:var(--color-primary-700);text-decoration:underline;text-decoration-color:color-mix(in srgb, var(--color-primary-400), transparent 35%);text-underline-offset:.14em;font-weight:650}.html-checker__terms-link:hover{color:var(--color-primary-800);text-decoration-color:var(--color-primary-500)}.dark .html-checker__terms-hint{color:#a3a3a3}.dark .html-checker__terms-link{color:var(--color-primary-300);text-decoration-color:color-mix(in srgb, var(--color-primary-500), transparent 35%)}.dark .html-checker__terms-link:hover{color:var(--color-primary-200);text-decoration-color:var(--color-primary-400)}.dark .html-checker__form-footer{color:#d4d4d4}.html-checker__form-footer p{margin:0}.html-checker__gotcha{position:absolute;left:-9999px}.html-checker__notice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.html-checker__notice{border-radius:1rem;padding:1rem}.html-checker__notice strong,.html-checker__notice span{display:block}.html-checker__notice span{color:#525252;margin-top:.35rem;line-height:1.55}.dark .html-checker__notice span{color:#d4d4d4}.html-checker__status{color:#525252;min-height:1.5rem;font-weight:700}.html-checker__status:empty{display:none}.html-checker__info-footer{gap:.85rem;display:grid}.html-checker__status[data-tone=error]{color:var(--checker-error-text)}.html-checker-result{background:radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--color-primary-200) 55%, transparent), transparent 22rem), linear-gradient(180deg, #fffffff5, #f8fafceb);border-radius:1.25rem;padding:clamp(1.25rem,3vw,2rem);position:relative;overflow:hidden}.dark .html-checker-result{background:radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--color-primary-900) 50%, transparent), transparent 22rem), linear-gradient(180deg, #171717f5, #0a0a0aeb)}.html-checker-result--error{border-color:var(--checker-error-border);background:linear-gradient(180deg, var(--checker-error-bg-top), var(--checker-error-bg-bottom));color:var(--checker-error-text)}.html-checker-result--error .html-checker-result__eyebrow,.html-checker-result--error h3{color:var(--checker-error-text)}.dark .html-checker-result--error{border-color:var(--checker-error-border);background:linear-gradient(180deg, var(--checker-error-bg-top), var(--checker-error-bg-bottom))}.html-checker-result--success{background:#f0fdf4;border-color:#86efac}.dark .html-checker-result--success{background:#052e1659;border-color:#166534}.html-checker-result__summary{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.25rem;display:flex}.html-checker-result__lead{flex:16rem;min-width:0}.html-checker-result__stats{flex-wrap:wrap;flex:20rem;justify-content:flex-end;gap:.65rem;display:flex}.html-checker-result__load-hint{color:#525252;text-align:right;margin:.65rem 0 0;font-size:.8rem;line-height:1.45}.dark .html-checker-result__load-hint{color:#a3a3a3}.html-checker-stat{text-align:center;background:#ffffffc7;border:1px solid #e2e8f0;border-radius:.85rem;gap:.1rem;min-width:5.25rem;padding:.65rem .8rem;display:grid}.html-checker-stat strong{font-size:1.35rem;line-height:1.15;display:block}.html-checker-stat span{color:#525252;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.html-checker-stat b{color:#525252;font-size:.78rem;font-weight:700}.html-checker-stat[data-tone=error]{color:#b91c1c;background:linear-gradient(#fef2f2,#ffffffb8);border-color:#fecaca}.html-checker-stat[data-tone=warning]{color:#b45309;background:linear-gradient(#fffbeb,#ffffffb8);border-color:#fde68a}.html-checker-stat[data-tone=info]{border-color:var(--checker-info-border);background:linear-gradient(180deg, var(--checker-info-bg-top), var(--checker-info-bg-bottom));color:var(--checker-info-text)}.html-checker-stat--health[data-tone=good]{color:#166534;background:linear-gradient(#f0fdf4,#ffffffb8);border-color:#bbf7d0}.html-checker-stat--health[data-tone=medium]{color:#b45309;background:linear-gradient(#fffbeb,#ffffffb8);border-color:#fde68a}.html-checker-stat--health[data-tone=critical]{color:#b91c1c;background:linear-gradient(#fef2f2,#ffffffb8);border-color:#fecaca}.html-checker-stat--health strong{font-size:.92rem;line-height:1.3}.html-checker-stat--load[data-tone=good]{color:#16a34a;background:linear-gradient(#f0fdf4,#ffffffb8);border-color:#bbf7d0}.html-checker-stat--load[data-tone=medium]{color:#d97706;background:linear-gradient(#fffbeb,#ffffffb8);border-color:#fde68a}.html-checker-stat--load[data-tone=slow]{color:#dc2626;background:linear-gradient(#fef2f2,#ffffffb8);border-color:#fecaca}.dark .html-checker-stat{background:#262626d1;border-color:#404040}.dark .html-checker-stat span,.dark .html-checker-stat b{color:#d4d4d4}.html-checker-result__list-note{color:var(--color-primary-700);margin:.35rem 0 0;font-size:.92rem;font-weight:700}.dark .html-checker-result__list-note{color:var(--color-primary-300)}.html-checker-result__intro{color:#525252;margin:0 0 .75rem;font-size:.92rem;line-height:1.55}.dark .html-checker-result__intro{color:#d4d4d4}.html-checker-result__url-bar{background:#ffffff8c;border:1px solid #e2e8f0;border-radius:.75rem;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin:0 0 .75rem;padding:.55rem .85rem;font-size:.88rem;display:flex}.html-checker-result__url-bar span{color:#525252;font-weight:700}.html-checker-result__url-bar strong{overflow-wrap:anywhere;font-weight:650}.html-checker-result__redirect{color:#64748b;flex-basis:100%;font-size:.82rem}.dark .html-checker-result__url-bar{background:#1717178c;border-color:#404040}.dark .html-checker-result__url-bar span,.dark .html-checker-result__redirect{color:#a3a3a3}.html-checker-result h3{margin:0;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:750}.html-checker-result__subcount{color:var(--color-primary-700);margin:.35rem 0 0;font-size:1rem;font-weight:700}.dark .html-checker-result__subcount{color:var(--color-primary-300)}.html-checker-result p{color:#525252;line-height:1.65}.dark .html-checker-result p{color:#d4d4d4}.html-checker-category__numbers,.html-checker-finding__count{text-align:center;background:#ffffffc7;border:1px solid #e2e8f0;border-radius:1rem;min-width:5.5rem;padding:.75rem}.dark .html-checker-category__numbers,.dark .html-checker-finding__count{background:#262626d1;border-color:#404040}.html-checker-category__numbers strong,.html-checker-finding__count strong{font-size:1.5rem;display:block}.html-checker-category__numbers span,.html-checker-finding__count span{color:#525252;text-transform:uppercase;font-size:.75rem;font-weight:700}.html-checker-result__context{margin:0}.html-checker-pagination-top,.html-checker-pagination-bottom,.html-checker-findings,.html-checker-categories{gap:1rem;margin-top:1.25rem;display:grid}.html-checker-pagination-bottom{margin-top:.75rem}.html-checker-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.html-checker-category,.html-checker-finding{background:#ffffffb8;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem}button.html-checker-category{width:100%;font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .85rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.html-checker-category__label{margin:0;font-size:.92rem;font-weight:750;line-height:1.25}.html-checker-category__numbers{min-width:3.5rem;padding:.35rem .55rem}button.html-checker-category:hover{border-color:var(--color-primary-300)}button.html-checker-category:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}.html-checker-category--active{border-color:var(--checker-active-border);box-shadow:0 0 0 1px var(--checker-active-glow)}.dark button.html-checker-category:hover{border-color:var(--color-primary-400)}.dark .html-checker-category--active{border-color:var(--checker-active-border);box-shadow:0 0 0 1px var(--checker-active-glow)}.html-checker-filter-hint{color:#525252;margin:1.25rem 0 0;font-size:.92rem}.dark .html-checker-filter-hint{color:#d4d4d4}.html-checker-truncated{background:#fffbeb;border:1px solid #fbbf24;border-radius:1rem;margin-top:1rem;padding:.85rem 1rem}.html-checker-truncated p{color:#78350f;margin:0;line-height:1.55}.html-checker-truncated p+p{margin-top:.45rem}.html-checker-truncated--info{border-color:var(--color-primary-200);background:color-mix(in srgb, var(--color-primary-50) 92%, transparent);color:var(--color-primary-700)}.html-checker-truncated--info p{color:var(--color-primary-700)}.dark .html-checker-truncated--info{border-color:color-mix(in srgb, var(--color-primary-400) 45%, transparent);background:color-mix(in srgb, var(--color-primary-950) 56%, transparent);color:var(--color-primary-300)}.dark .html-checker-truncated{background:#451a038c;border-color:#b45309}.dark .html-checker-truncated p{color:#fef3c7}.dark .html-checker-truncated--info p{color:var(--color-primary-300)}.html-checker-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.html-checker-pagination__meta{color:#525252;margin:0;font-size:.92rem}.dark .html-checker-pagination__meta{color:#d4d4d4}.html-checker-pagination__controls{align-items:center;gap:.75rem;display:flex}.html-checker-pagination__controls button{font:inherit;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:.45rem .9rem}.html-checker-pagination__controls button:disabled{opacity:.45;cursor:not-allowed}.dark .html-checker-pagination__controls button{color:#f5f5f5;background:#171717;border-color:#404040}.html-checker-findings__empty{color:#525252;border:1px dashed #d1d5db;border-radius:1rem;margin:0;padding:1rem}.dark .html-checker-findings__empty{color:#d4d4d4;border-color:#404040}.dark .html-checker-category,.dark .html-checker-finding{background:#171717a8;border-color:#404040}.html-checker-category,.html-checker-finding__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.html-checker-finding__head{align-items:flex-start}.html-checker-category{position:relative;overflow:hidden}.html-checker-category:before{background:var(--color-primary-500);content:"";width:.35rem;position:absolute;inset:0 auto 0 0}.html-checker-category[data-category=accessibility]:before{background:#0ea5e9}.html-checker-category[data-category=document-structure]:before{background:#a855f7}.html-checker-category[data-category=metadata]:before,.html-checker-category[data-category=seo]:before{background:#14b8a6}.html-checker-category[data-category=code-quality]:before{background:#f59e0b}.html-checker-category h4,.html-checker-category__label,.html-checker-finding h4{margin:0;font-size:1.05rem;font-weight:750}.html-checker-category p,.html-checker-finding p{margin:.4rem 0 0}.html-checker-finding[data-severity=error]{border-left:.35rem solid #ef4444;box-shadow:inset 0 0 0 1px #fecaca8c}.html-checker-finding[data-severity=warning]{border-left:.35rem solid #f59e0b;box-shadow:inset 0 0 0 1px #fde68a8c}.html-checker-finding[data-severity=info]{border-left:.35rem solid var(--color-primary-500);box-shadow:inset 0 0 0 1px var(--checker-info-ring)}.html-checker-finding__location{color:#525252;margin:0 0 .35rem;font-size:.82rem;font-weight:650}.dark .html-checker-finding__location{color:#d4d4d4}.html-checker-finding[data-rule-id=static-html\/structure-break-point]{background:linear-gradient(#fef2f2a6,#ffffffb8);border-left-color:#7f1d1d}.html-checker-finding[data-rule-id=static-html\/structure-break-point] h4{color:#7f1d1d}.html-checker-finding__severity{background:var(--color-primary-100);color:var(--color-primary-700);text-transform:uppercase;border-radius:999px;margin-bottom:.4rem;padding:.2rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}.html-checker-finding[data-severity=error] .html-checker-finding__severity{color:#b91c1c;background:#fee2e2}.html-checker-finding[data-severity=warning] .html-checker-finding__severity{color:#92400e;background:#fef3c7}.html-checker-finding[data-severity=info] .html-checker-finding__severity,.dark .html-checker-finding[data-severity=info] .html-checker-finding__severity{background:var(--checker-info-badge-bg);color:var(--checker-info-text)}.dark .html-checker-finding[data-severity=error] .html-checker-finding__severity{color:#fca5a5;background:#7f1d1d61}.dark .html-checker-finding[data-severity=warning] .html-checker-finding__severity{color:#fcd34d;background:#92400e5c}.html-checker-finding__body{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.html-checker-finding__body>div{background:#f8fafc;border-radius:.9rem;padding:.9rem}.dark .html-checker-finding__body>div{background:#262626c7}.html-checker-finding h5{margin:0;font-size:.9rem;font-weight:800}.html-checker-finding details{background:#f1f5f9d1;border-radius:.9rem;margin-top:1rem;padding:.85rem 1rem}.dark .html-checker-finding details{background:#262626b8}.html-checker-finding summary{cursor:pointer;font-weight:700}.html-checker-finding ul{margin:.75rem 0 0;padding-left:1rem}.html-checker-finding li+li{margin-top:.5rem}.html-checker-finding__ellipsis{color:#737373;letter-spacing:.12em;text-align:left;font-size:1.1rem;font-weight:700;list-style:none}.html-checker-finding__locations-hint{color:#525252;margin:0 0 .65rem;font-size:.88rem;line-height:1.45}.dark .html-checker-finding__locations-hint{color:#d4d4d4}.html-checker-cta{background:linear-gradient(to bottom right, var(--color-primary-100), white);text-align:center;border-radius:1rem;margin-top:1.5rem;padding:clamp(1.75rem,4vw,2.5rem) clamp(1.25rem,3vw,2.5rem)}.dark .html-checker-cta{background:linear-gradient(to bottom right, color-mix(in srgb, var(--color-primary-800) 30%, transparent), #0a0a0a)}.html-checker-cta h3{color:#171717;margin:0;font-size:clamp(1.35rem,2.5vw,1.5rem);font-weight:600;line-height:1.3}.dark .html-checker-cta h3{color:#f5f5f5}.html-checker-cta p{color:#404040;max-width:42rem;margin:.75rem auto 0;line-height:1.65}.dark .html-checker-cta p{color:#d4d4d4}.html-checker-cta__actions{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:100%;margin-top:1.5rem;display:inline-grid}.html-checker-cta__primary,.html-checker-cta__secondary{box-sizing:border-box;border-radius:.375rem;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-weight:500;line-height:1.25;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.html-checker-cta__primary{background-color:var(--color-primary-600);color:#fff}.html-checker-cta__primary:hover{background-color:var(--color-primary-700);color:#fff}.html-checker-cta__secondary{border:2px solid var(--color-primary-600);background:color-mix(in srgb, var(--color-primary-600) 10%, transparent);color:var(--color-primary-600)}.html-checker-cta__secondary:hover{background:color-mix(in srgb, var(--color-primary-600) 20%, transparent);color:var(--color-primary-600)}.dark .html-checker-cta__primary{background-color:var(--color-primary-500);color:#fff}.dark .html-checker-cta__primary:hover{background-color:var(--color-primary-700);color:#fff}.dark .html-checker-cta__secondary{border-color:var(--color-primary-500);background:color-mix(in srgb, var(--color-primary-500) 20%, transparent);color:var(--color-primary-400)}.dark .html-checker-cta__secondary:hover{background:color-mix(in srgb, var(--color-primary-500) 30%, transparent);color:var(--color-primary-400)}.html-checker-cta__primary:focus-visible,.html-checker-cta__secondary:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}.html-checker__legal-note{border-radius:1rem;padding:1rem}.html-checker__legal-note p{color:#525252;margin:0;line-height:1.6}.dark .html-checker__legal-note p{color:#d4d4d4}@media (width<=820px){.html-checker__input-row,.html-checker__notice-grid,.html-checker-finding__body{grid-template-columns:1fr}.html-checker-result__summary{flex-direction:column}.html-checker-result__lead,.html-checker-result__stats{flex:100%;width:100%}.html-checker-result__stats{flex-direction:column;justify-content:flex-start}.html-checker-result__load-hint{text-align:left}.html-checker-stat{width:100%;min-width:0}.html-checker-categories{grid-template-columns:1fr}.html-checker__input-row{display:grid}.html-checker__form-footer,.html-checker-finding__head{flex-direction:column}.html-checker-cta__actions{grid-template-columns:1fr;width:100%;display:grid}}.wc-hero-visual{isolation:isolate;--wc-pill-error-border:color-mix(in srgb, var(--color-demo-rose), transparent 22%);--wc-pill-error-bg-top:color-mix(in srgb, var(--color-demo-rose-soft), white 52%);--wc-pill-error-bg-bottom:color-mix(in srgb, var(--color-demo-rose-soft), white 26%);--wc-pill-error-text:color-mix(in srgb, var(--color-demo-rose), #281c22 32%);--wc-pill-error-badge:color-mix(in srgb, var(--color-demo-rose-soft), white 18%);--wc-pill-warning-border:color-mix(in srgb, var(--color-accent-500), transparent 22%);--wc-pill-warning-bg-top:color-mix(in srgb, var(--color-accent-100), white 40%);--wc-pill-warning-bg-bottom:color-mix(in srgb, var(--color-accent-200), white 24%);--wc-pill-warning-text:var(--color-accent-800);--wc-pill-warning-badge:color-mix(in srgb, var(--color-accent-200), white 12%);--wc-pill-explain-border:color-mix(in srgb, var(--color-demo-blue), transparent 22%);--wc-pill-explain-bg-top:color-mix(in srgb, var(--color-demo-blue-soft), white 52%);--wc-pill-explain-bg-bottom:color-mix(in srgb, var(--color-demo-blue-soft), white 26%);--wc-pill-explain-text:var(--color-demo-blue-muted);--wc-pill-explain-badge:color-mix(in srgb, var(--color-demo-blue-soft), white 18%);width:100%;max-width:34rem;margin-inline:auto;position:relative}.dark .wc-hero-visual{--wc-pill-error-border:color-mix(in srgb, var(--color-demo-rose), transparent 55%);--wc-pill-error-bg-top:color-mix(in srgb, var(--color-demo-rose), #281c22 72%);--wc-pill-error-bg-bottom:color-mix(in srgb, var(--color-demo-rose), #0c080a 82%);--wc-pill-error-text:var(--color-demo-rose-soft);--wc-pill-error-badge:color-mix(in srgb, var(--color-demo-rose), transparent 72%);--wc-pill-warning-border:color-mix(in srgb, var(--color-accent-500), transparent 48%);--wc-pill-warning-bg-top:color-mix(in srgb, var(--color-accent-900-50), transparent 18%);--wc-pill-warning-bg-bottom:color-mix(in srgb, var(--color-accent-800), #0c080a 72%);--wc-pill-warning-text:var(--color-accent-300);--wc-pill-warning-badge:color-mix(in srgb, var(--color-accent-700), transparent 55%);--wc-pill-explain-border:color-mix(in srgb, var(--color-demo-blue), transparent 55%);--wc-pill-explain-bg-top:color-mix(in srgb, var(--color-demo-blue-muted), transparent 72%);--wc-pill-explain-bg-bottom:#262626d1;--wc-pill-explain-text:var(--color-demo-blue-soft);--wc-pill-explain-badge:color-mix(in srgb, var(--color-demo-blue), transparent 72%)}@media (width>=1024px){.wc-hero-visual{max-width:none;margin-inline:0}}.wc-hero-visual__glow{background:radial-gradient(circle, color-mix(in srgb, var(--color-primary-400), transparent 72%), transparent 68%);filter:blur(12px);opacity:.85;pointer-events:none;border-radius:999px;height:55%;position:absolute;inset:-10% -8% auto}.wc-hero-visual__frame{border:1px solid color-mix(in srgb, var(--color-primary-300), transparent 35%);background:radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--color-primary-300), transparent 78%), transparent 38%), linear-gradient(155deg, #fffffffa, color-mix(in srgb, var(--color-primary-50), white 28%));box-shadow:0 22px 56px color-mix(in srgb, var(--color-primary-950), transparent 88%), inset 0 1px 0 #ffffffbf;border-radius:1.15rem;position:relative;overflow:hidden}.dark .wc-hero-visual__frame{border-color:color-mix(in srgb, var(--color-primary-400), transparent 55%);background:radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--color-primary-500), transparent 84%), transparent 38%), linear-gradient(155deg, #171717fa, #0f172ae0);box-shadow:0 22px 56px #00000073,inset 0 1px #ffffff0f}.wc-hero-visual__chrome{background:linear-gradient(#334155,#1e293b);align-items:center;gap:.5rem;height:2.125rem;padding:0 .875rem;display:flex}.wc-hero-visual__dot{background:#ffffffb8;border-radius:50%;width:.5rem;height:.5rem}.wc-hero-visual__url{color:#ffffffb8;text-overflow:ellipsis;white-space:nowrap;background:#ffffff1a;border-radius:999px;flex:1;min-width:0;margin-left:.35rem;padding:.3rem .65rem;font-size:.68rem;font-weight:600;overflow:hidden}.wc-hero-visual__page{padding:.8rem .85rem .95rem;position:relative;overflow:hidden}.wc-hero-visual__scan{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-primary-400), transparent 20%) 18%, var(--color-primary-500) 50%, color-mix(in srgb, var(--color-primary-400), transparent 20%) 82%, transparent);width:100%;height:2px;box-shadow:0 0 18px color-mix(in srgb, var(--color-primary-400), transparent 45%);animation:4.8s ease-in-out infinite wc-hero-scan;position:absolute;inset:0 auto auto 0}@keyframes wc-hero-scan{0%,to{opacity:.35;transform:translateY(.35rem)}45%{opacity:1;transform:translateY(6.5rem)}}.wc-hero-visual__block{background:color-mix(in srgb, var(--color-primary-100), #e2e8f0 45%);border-radius:999px}.dark .wc-hero-visual__block{background:color-mix(in srgb, var(--color-primary-800), #404040 55%)}.wc-hero-visual__block--title{width:58%;height:.7rem;margin-bottom:.55rem}.wc-hero-visual__block--line{width:92%;height:.38rem;margin-bottom:.35rem}.wc-hero-visual__block--short{width:72%;margin-bottom:.65rem}.wc-hero-visual__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;margin-bottom:.65rem;display:grid}.wc-hero-visual__tile{aspect-ratio:5/3;border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 25%);background:linear-gradient(145deg, color-mix(in srgb, var(--color-primary-50), white 20%), #ffffffb8);border-radius:.55rem}.dark .wc-hero-visual__tile{background:#262626b8;border-color:#404040}.wc-hero-visual__findings{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.wc-hero-visual__pill{border-radius:.65rem;align-items:center;gap:.5rem;padding:.38rem .58rem;font-size:.68rem;font-weight:700;display:flex}.wc-hero-visual__pill span{font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;min-width:1.65rem;padding:.08rem .35rem;font-size:.64rem;display:grid}.wc-hero-visual__pill--error{border:1px solid var(--wc-pill-error-border);background:linear-gradient(180deg, var(--wc-pill-error-bg-top), var(--wc-pill-error-bg-bottom));color:var(--wc-pill-error-text)}.wc-hero-visual__pill--error span{background:var(--wc-pill-error-badge)}.wc-hero-visual__pill--warning{border:1px solid var(--wc-pill-warning-border);background:linear-gradient(180deg, var(--wc-pill-warning-bg-top), var(--wc-pill-warning-bg-bottom));color:var(--wc-pill-warning-text)}.wc-hero-visual__pill--warning span{background:var(--wc-pill-warning-badge)}.wc-hero-visual__pill--explain{border:1px solid var(--wc-pill-explain-border);background:linear-gradient(180deg, var(--wc-pill-explain-bg-top), var(--wc-pill-explain-bg-bottom));color:var(--wc-pill-explain-text)}.wc-hero-visual__pill--explain span{background:var(--wc-pill-explain-badge)}@media (prefers-reduced-motion:reduce){.wc-hero-visual__scan{opacity:.65;animation:none;top:38%}}@media (width<=860px){.wc-hero-visual{max-width:26rem}}.website-check-body{gap:2.5rem;max-width:72rem;margin-inline:auto;padding:3rem 1rem 0;display:grid}.website-check-hero-band{border-bottom:1px solid color-mix(in srgb, var(--color-primary-200), transparent 35%);background:radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--color-primary-400), transparent 84%), transparent 30%), linear-gradient(135deg, var(--color-primary-50), #fff 44%, color-mix(in srgb, var(--color-primary-100), white 30%));margin-bottom:0;position:relative;overflow:hidden}.dark .website-check-hero-band{border-bottom-color:color-mix(in srgb, var(--color-primary-700), transparent 55%);background:radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--color-primary-500), transparent 86%), transparent 32%), linear-gradient(135deg, var(--color-primary-950), #171717 52%, color-mix(in srgb, var(--color-primary-900), #111827 45%))}.website-check-hero-band__inner{gap:1.25rem;max-width:72rem;margin-inline:auto;padding:1rem 1rem 1.25rem;display:grid}@media (width>=768px){.website-check-hero-band__inner{padding:2rem 1rem 1.25rem}}@media (width>=1024px){.website-check-hero-band__inner{grid-template-columns:.84fr 1.16fr;align-items:start}.website-check-hero__card{grid-column:1/-1}}.website-check-hero__copy{z-index:1;position:relative}.website-check-hero__visual{place-items:start stretch;display:grid}.website-check-hero__card-label,.website-check-path__eyebrow,.website-check-problems__eyebrow,.website-check-related__eyebrow,.website-check-tool__eyebrow{color:var(--color-primary-600);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .75rem;font-size:.78rem;font-weight:800}.website-check-hero__card{border-radius:1.35rem;padding:1.35rem;overflow:hidden}.website-check-hero__card.theme-surface-emphasis-card{box-shadow:0 18px 50px color-mix(in srgb, var(--color-primary-950), transparent 92%), inset 0 1px 0 #ffffffa6}.website-check-hero__card ul{margin:0;padding:0;list-style:none}.website-check-hero__card li{color:#404040;padding-left:1.35rem;line-height:1.65;position:relative}.dark .website-check-hero__card li{color:#d4d4d4}.website-check-hero__card li:before{content:"";background:var(--color-primary-500);width:.55rem;height:.55rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary-200), transparent 35%);border-radius:999px;position:absolute;top:.55rem;left:0}.website-check-hero__card li+li{margin-top:.75rem}.website-check-tool{gap:.75rem;display:grid}.website-check-tool__head{gap:.35rem;display:grid}.website-check-tool__head h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.45rem,3vw,2rem);font-weight:780}.website-check-tool__head p{color:#525252;max-width:44rem;margin:0;line-height:1.65}.dark .website-check-tool__head p{color:#d4d4d4}.website-check-tool__shell .html-checker__panel{box-shadow:none;background:0 0;border:none}.website-check-tool__shell .html-checker{gap:1.15rem}@media (width>=821px){.website-check-tool__shell .html-checker__info-footer{border-top:1px solid color-mix(in srgb, var(--color-primary-200), transparent 38%);gap:.75rem;margin-top:.15rem;padding-top:1.15rem}.website-check-tool__shell .html-checker__notice-grid{gap:.85rem}.website-check-tool__shell .html-checker__notice{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 32%);background:linear-gradient(180deg, color-mix(in srgb, var(--color-primary-50), white 42%), #ffffffd1);border-radius:1rem;padding:.95rem 1.05rem;box-shadow:inset 0 1px #ffffffb8}.website-check-tool__shell .html-checker__notice strong{color:#171717;font-size:.95rem;line-height:1.35}.website-check-tool__shell .html-checker__legal-note{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 42%);background:color-mix(in srgb, var(--color-primary-50), white 62%);box-shadow:none;border-radius:.9rem;padding:.8rem 1rem}.website-check-tool__shell .html-checker__legal-note p{color:#525252;font-size:.88rem;line-height:1.55}}.dark .website-check-tool__shell .html-checker__info-footer{border-top-color:color-mix(in srgb, var(--color-primary-600), transparent 55%)}.dark .website-check-tool__shell .html-checker__notice{border-color:color-mix(in srgb, var(--color-primary-600), transparent 52%);background:linear-gradient(180deg, color-mix(in srgb, var(--color-primary-900), transparent 42%), #171717b8);box-shadow:inset 0 1px #ffffff0a}.dark .website-check-tool__shell .html-checker__notice strong{color:#f5f5f5}.dark .website-check-tool__shell .html-checker__legal-note{border-color:color-mix(in srgb, var(--color-primary-600), transparent 58%);background:color-mix(in srgb, var(--color-primary-950), transparent 18%)}.dark .website-check-tool__shell .html-checker__legal-note p{color:#a3a3a3}@media (width<=820px){.website-check-tool__shell .html-checker__info-footer{border-top:1px solid color-mix(in srgb, var(--color-primary-200), transparent 38%);gap:.75rem;margin-top:.1rem;padding-top:1rem}.website-check-tool__shell .html-checker__notice,.website-check-tool__shell .html-checker__legal-note{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 32%);background:color-mix(in srgb, var(--color-primary-50), white 55%);box-shadow:none;border-radius:1rem;padding:.9rem 1rem}.website-check-tool__shell .html-checker__legal-note p{font-size:.88rem;line-height:1.55}.dark .website-check-tool__shell .html-checker__info-footer{border-top-color:color-mix(in srgb, var(--color-primary-600), transparent 55%)}.dark .website-check-tool__shell .html-checker__notice,.dark .website-check-tool__shell .html-checker__legal-note{border-color:color-mix(in srgb, var(--color-primary-600), transparent 52%);background:color-mix(in srgb, var(--color-primary-900), transparent 42%)}}.website-check-tool__shell .html-checker-result{border-color:color-mix(in srgb, var(--color-primary-200), transparent 35%)}.website-check-tool__shell{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 28%);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--color-primary-200), transparent 55%), transparent 28rem), linear-gradient(180deg, #fffffffa, color-mix(in srgb, var(--color-primary-50), white 35%));box-shadow:0 28px 80px color-mix(in srgb, var(--color-primary-950), transparent 90%), inset 0 1px 0 #ffffffbf;border-radius:1.5rem;padding:clamp(.35rem,1.5vw,.75rem);overflow:hidden}.dark .website-check-tool__shell{border-color:color-mix(in srgb, var(--color-primary-500), transparent 58%);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--color-primary-800), transparent 55%), transparent 28rem), linear-gradient(180deg, #171717fa, #0f172ad1);box-shadow:0 28px 80px #0000006b}.website-check-section{gap:1.5rem;display:grid}.website-check-section--problems{border-radius:1.75rem;padding:clamp(1.25rem,3vw,2rem)}.website-check-section h2,.website-check-path__intro h2,.website-check-fair-use h2,.website-check-faq h2,.website-check-related h2{letter-spacing:-.035em;color:#171717;margin:0;font-size:clamp(1.75rem,3vw,2.55rem);font-weight:780}.website-check-section--problems h2,.website-check-path__intro h2,.website-check-fair-use h2,.website-check-related h2{margin-top:.75rem}.dark .website-check-section h2,.dark .website-check-path__intro h2,.dark .website-check-fair-use h2,.dark .website-check-faq h2,.dark .website-check-related h2{color:#f5f5f5}.website-check-section__intro{color:#525252;max-width:44rem;margin:1rem 0 0;line-height:1.7}.dark .website-check-section__intro{color:#d4d4d4}.website-check-problems__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.website-check-problems__card{border-radius:1.25rem;grid-template-columns:auto 1fr;align-items:start;gap:.85rem 1rem;padding:1.15rem 1.15rem 1.2rem;display:grid;position:relative;overflow:hidden}.website-check-problems__card.theme-surface-soft-card{box-shadow:0 14px 36px color-mix(in srgb, var(--color-primary-950), transparent 94%), inset 0 1px 0 #ffffff8c}.website-check-problems__card:after{content:"";background:linear-gradient(90deg, var(--color-primary-500), color-mix(in srgb, var(--color-primary-500), white 38%));height:4px;position:absolute;top:0;left:0;right:0}.website-check-icon svg{width:1.05rem;height:1.05rem}.website-check-problems__card h3{grid-column:2;margin:0;font-size:1.02rem;font-weight:800}.website-check-problems__card p{color:#525252;grid-column:2;margin:0;line-height:1.65}.dark .website-check-problems__card p{color:#d4d4d4}.website-check-path{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 35%);border-radius:1.75rem;gap:1.5rem;padding:clamp(1.25rem,3vw,2rem);display:grid}@media (width>=1024px){.website-check-path{grid-template-columns:.82fr 1.18fr;align-items:start}.website-check-path__intro{position:sticky;top:6rem}}.website-check-path__steps{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.website-check-path__steps li{background:#ffffffc2;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.2rem;position:relative;overflow:hidden}.dark .website-check-path__steps li{background:#ffffff0a;border-color:#404040}.website-check-path__steps li:before{background:var(--color-primary-200);content:"";filter:blur(34px);opacity:.45;border-radius:999px;height:5rem;position:absolute;inset:auto -10% -50% 55%}.website-check-path__steps span{color:var(--color-primary-700);font-size:.78rem;font-weight:800}.dark .website-check-path__steps span{color:var(--color-primary-300)}.website-check-path__steps h3{color:#171717;margin:.35rem 0 0;font-size:1.18rem;font-weight:750}.dark .website-check-path__steps h3{color:#f5f5f5}.website-check-path__steps p{color:#525252;margin:.45rem 0 0;line-height:1.65}.dark .website-check-path__steps p{color:#d4d4d4}.website-check-path__steps a{color:var(--color-primary-700);text-underline-offset:.15em;font-weight:700;text-decoration:underline}.website-check-path__steps a:hover{color:var(--color-primary-600)}.dark .website-check-path__steps a{color:var(--color-primary-300)}.dark .website-check-path__steps a:hover{color:var(--color-primary-200)}.website-check-fair-use,.website-check-faq,.website-check-related{background:#ffffffe0;border:1px solid #e5e7eb;border-radius:1.75rem;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 24px 70px #0f172a14}.website-check-fair-use__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-600);margin:0 0 .35rem;font-size:.78rem;font-weight:700}.dark .website-check-fair-use__eyebrow{color:var(--color-primary-300)}.website-check-fair-use__list{color:#404040;gap:.85rem;margin:1.25rem 0 0;padding:0;line-height:1.65;list-style:none;display:grid}.website-check-fair-use__list li{padding-left:1.35rem;position:relative}.website-check-fair-use__list li:before{content:"";background:var(--color-primary-500);width:.55rem;height:.55rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary-200), transparent 35%);border-radius:999px;position:absolute;top:.55rem;left:0}.website-check-fair-use__list strong{color:#171717;font-weight:800}.dark .website-check-fair-use__list strong{color:#f5f5f5}.dark .website-check-fair-use__list{color:#d4d4d4}.dark .website-check-fair-use,.dark .website-check-faq,.dark .website-check-related{background:#171717e6;border-color:#262626;box-shadow:0 24px 70px #0000004d}.website-check-faq__list{gap:.75rem;margin-top:1.25rem;display:grid}.website-check-faq details{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 35%);background:linear-gradient(135deg, #fffffff5, color-mix(in srgb, var(--color-primary-50), white 40%));border-radius:1rem;padding:.9rem 1rem;overflow:hidden}.dark .website-check-faq details{background:#ffffff0a;border-color:#404040}.website-check-faq summary{cursor:pointer;font-weight:700}.website-check-faq details p{color:#525252;margin:.75rem 0 0;line-height:1.65}.dark .website-check-faq details p{color:#d4d4d4}.website-check-related__links{gap:.85rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.website-check-related__links a{border:1px solid color-mix(in srgb, var(--color-primary-200), transparent 35%);color:inherit;background:linear-gradient(135deg, #fffffff5, color-mix(in srgb, var(--color-primary-50), white 42%));border-radius:1rem;gap:.25rem;padding:1rem 1.05rem;text-decoration:none;transition:border-color .15s,transform .15s,background-color .15s;display:grid}.website-check-related__links a:hover{border-color:var(--color-primary-400);background:color-mix(in srgb, var(--color-primary-50), white 20%);transform:translateY(-1px)}.dark .website-check-related__links a{background:#ffffff0a;border-color:#404040}.dark .website-check-related__links a:hover{background:color-mix(in srgb, var(--color-primary-900), transparent 35%)}.website-check-related__links strong{color:var(--color-primary-700)}.dark .website-check-related__links strong{color:var(--color-primary-300)}.website-check-related__links span{color:#525252;line-height:1.55}.dark .website-check-related__links span{color:#d4d4d4}@media (width<=860px){.website-check-problems__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:no-preference){html.website-check-reveal-ready [data-wc-reveal]{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(1.1rem)}html.website-check-reveal-ready [data-wc-reveal].is-visible{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.website-check-related__links a{transition:none}.website-check-related__links a:hover{transform:none}}
