.landing .checkform{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.landing .checkform input{border:1px solid var(--line);border-radius:var(--r);background:var(--bg-inset);height:46px;color:var(--fg);font-family:var(--mono);flex:340px;padding:0 16px;font-size:14px}.landing .checkform input:focus{border-color:var(--line-strong);outline:none}.landing .checkform input::placeholder{color:var(--fg-faint)}.landing .checkform .btn{flex:none;height:46px}.landing .verdict{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bg-raised);margin-top:28px;overflow:hidden}.landing .verdict-head{border-bottom:1px solid var(--line-soft);padding:20px 22px}.landing .verdict-head .big{letter-spacing:-.03em;align-items:center;gap:11px;font-size:clamp(20px,2.6vw,26px);font-weight:600;display:flex}.landing .verdict-head .big:before{content:"";border-radius:50%;flex:none;width:9px;height:9px}.landing .verdict-head.blocked .big:before{background:var(--bad)}.landing .verdict-head.blocked .big{color:var(--bad)}.landing .verdict-head.clear .big:before{background:var(--ok)}.landing .verdict-head p{color:var(--fg-muted);max-width:72ch;margin-top:10px;font-size:14px;line-height:1.6}.landing .verdict-url{font-family:var(--mono);color:var(--fg-faint);word-break:break-all;margin-top:12px;font-size:12px}.landing .checkrow{border-bottom:1px solid var(--line-soft);grid-template-columns:150px 1fr;gap:16px;padding:15px 22px;display:grid}.landing .checkrow:last-child{border-bottom:0}.landing .checkrow .name{color:var(--fg);align-items:center;gap:9px;font-size:13.5px;display:flex}.landing .checkrow .name:before{content:"";background:var(--fg-faint);border-radius:50%;flex:none;width:6px;height:6px}.landing .checkrow.pass .name:before{background:var(--ok)}.landing .checkrow.fail .name:before{background:var(--bad)}.landing .checkrow.warn .name:before{background:var(--warn)}.landing .checkrow p{color:var(--fg-muted);font-size:13.5px;line-height:1.6}.landing .limits{background:var(--bg-inset);border-top:1px solid var(--line-soft);color:var(--fg-subtle);padding:16px 22px;font-size:13px;line-height:1.6}.landing .ticks{flex-direction:column;gap:9px;margin-top:14px;list-style:none;display:flex}.landing .ticks li{color:var(--fg-muted);gap:10px;font-size:14px;line-height:1.5;display:flex}.landing .ticks li:before{content:"";background:var(--line-strong);flex:none;width:12px;height:1px;margin-top:11px}.landing .checkerr{border:1px solid var(--bad-dim);border-radius:var(--r);color:var(--bad);margin-top:18px;padding:12px 14px;font-size:13.5px}@media (max-width:640px){.landing .checkrow{grid-template-columns:1fr;gap:6px}.landing .checkform .btn{width:100%}}
