.website-check{background:#fff}.website-check-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start}.website-check-card{background:#f7f5ef;border:1px solid var(--line);padding:clamp(25px,4vw,44px);box-shadow:0 24px 65px #10283a18}.website-check-card label{display:block;font-weight:600;margin-bottom:10px}.website-check-row{display:grid;grid-template-columns:1fr auto;gap:10px}.website-check-row input{min-width:0;padding:15px;border:1px solid #9ea8aa;background:#fff;font:inherit}.website-check-row input:focus{outline:2px solid var(--gold);outline-offset:2px}.website-check-row button{cursor:pointer}.website-check-hint{font-size:12px;color:var(--muted)}.website-check-analysis{display:none;border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.website-check-analysis.active{display:block}.website-check-progress{height:3px;background:#dedbd3;margin:18px 0}.website-check-progress span{display:block;width:0;height:100%;background:var(--gold);transition:width .45s}.website-check-steps{display:grid;gap:8px}.website-check-step{padding:12px;background:#fff;border:1px solid var(--line);color:var(--muted)}.website-check-step.done{color:var(--ink);border-color:var(--gold)}.website-check-results{display:none;margin-top:20px}.website-check-results.visible{display:block}.website-check-result{border-left:3px solid var(--gold);padding:12px 15px;margin:8px 0;background:#fff}.website-check-result b{display:block}.website-check-results .button{margin-top:12px}@media(max-width:850px){.website-check-grid{grid-template-columns:1fr}.website-check-row{grid-template-columns:1fr}.website-check-row .button{width:100%}}
