﻿@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--g:#75ff38;--bg:#050806;--panel:#090e0a;--line:#1c2d20;--muted:#7f9082;--white:#effff1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--white);font-family:"Space Grotesk",sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}main{min-height:100vh;overflow:hidden;position:relative}.grid{position:absolute;inset:0 0 auto;height:760px;background-image:linear-gradient(rgba(117,255,56,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(117,255,56,.05) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(#000,transparent)}nav{height:82px;max-width:1100px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative}.brand{display:flex;gap:11px;align-items:center;color:var(--white);text-decoration:none;font-weight:700;letter-spacing:2px}.brand img{display:block;width:145px;height:42px;object-fit:contain;object-position:left center}.brand span,.online,.eyebrow,label,code em,.license a{color:var(--g)}.online{font:11px "DM Mono";letter-spacing:1px}.online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--g);margin-right:8px;box-shadow:0 0 12px var(--g)}.hero,.checker,.results,.features,footer{max-width:1050px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;position:relative}.hero{padding-top:105px;padding-bottom:65px}.eyebrow{font:500 12px "DM Mono";letter-spacing:2px;margin-bottom:20px}.hero h1{margin:0;font-size:clamp(56px,10vw,128px);line-height:.83;letter-spacing:-7px}.hero h1 span{color:transparent;-webkit-text-stroke:1.4px var(--g);text-shadow:0 0 45px #75ff3820}.hero p{max-width:680px;margin:36px 0 25px;color:#a8b7ab;font-size:18px;line-height:1.65}.hero code{color:#6d7d70;font:13px "DM Mono"}.hero code em{font-style:normal;margin-right:10px}.blink{color:var(--g);margin-left:6px;animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.checker,.results{margin-bottom:100px}.checker header{background:#101711;border:1px solid var(--line);padding:12px 16px;display:flex;justify-content:space-between;color:var(--g);font:10px "DM Mono";letter-spacing:1px}.checker header i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:var(--g)}.panel{padding:30px;background:#070c08ee;border:1px solid var(--line);border-top:0;box-shadow:0 30px 100px #0006}label{font:12px "DM Mono";letter-spacing:1px;display:block;margin-bottom:12px}textarea{width:100%;min-height:210px;resize:vertical;border:1px solid #243728;background:#030604;color:var(--white);padding:20px;outline:0;font:14px/1.8 "DM Mono";transition:.2s}textarea:focus{border-color:var(--g);box-shadow:0 0 0 3px #75ff3812}textarea::placeholder{color:#3e5142}.meta{display:flex;align-items:center;gap:18px;color:var(--g);font:10px "DM Mono";padding:10px 0 24px}.meta .warn{color:#ffbd2e}.meta button{margin-left:auto;background:0;border:0;color:#68776b;font:10px "DM Mono";cursor:pointer}.scan{width:100%;padding:18px 22px;display:flex;justify-content:space-between;border:1px solid var(--g);background:var(--g);color:#041005;font:700 12px "DM Mono";letter-spacing:.7px;cursor:pointer;transition:.2s;box-shadow:0 0 35px #75ff381f}.scan:hover:not(:disabled){background:transparent;color:var(--g)}button:disabled{opacity:.35;cursor:not-allowed}.progress{height:2px;background:#182219;margin-top:15px}.progress i{display:block;height:100%;background:var(--g);box-shadow:0 0 10px var(--g);transition:width .3s}.resultTitle{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.resultTitle h2{margin:0;font-size:34px;letter-spacing:-1.5px}.resultTitle button{background:transparent;border:1px solid var(--g);color:var(--g);padding:12px 16px;font:11px "DM Mono";cursor:pointer}.table{overflow-x:auto;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:720px;background:#070b08}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line);font:12px "DM Mono"}th{color:#617065;background:#0d130e;font-size:10px;letter-spacing:1px}td:first-child{color:#465549}td a{color:var(--white);text-decoration:none}td a:hover{color:var(--g)}.score{display:inline-grid;place-items:center;width:38px;height:30px;border:1px solid}.excellent{color:var(--g);background:#75ff3812}.good{color:#b8ff65}.average{color:#ffbd2e}.low{color:#ff6c62}.status{font-size:9px;letter-spacing:.5px;color:#7d8c80}.status.success{color:var(--g)}.status.error{color:#ff6c62}.status.checking{color:#ffbd2e}.license{color:#68766b;font:11px/1.6 "DM Mono"}.features{margin-bottom:120px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.features article{background:var(--bg);padding:35px;min-height:210px}.features article>span{color:var(--g);font:11px "DM Mono"}.features h3{font-size:16px;margin:36px 0 12px}.features p{color:#7e8d81;line-height:1.55;font-size:14px}footer{padding-top:30px;padding-bottom:42px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#536056;font:10px "DM Mono";letter-spacing:1px}@media(max-width:700px){nav{height:70px}.online{display:none}.hero{padding-top:75px}.hero h1{letter-spacing:-3px}.hero p{font-size:16px}.panel{padding:18px}.features{grid-template-columns:1fr;margin-bottom:70px}.resultTitle{align-items:flex-start;gap:20px;flex-direction:column}.resultTitle button{width:100%}footer{gap:12px;flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.blink{animation:none}}
