*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;font-weight:400;background:#1a1c1e;color:#f0f3f5;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;line-height:1.5}.ribbon{position:sticky;top:0;z-index:50;background:#111213;border-bottom:2px solid #2b2d30;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:600;color:#b0b5b9;backdrop-filter:blur(10px);letter-spacing:.03em}.ribbon .live-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#3bbd3b;box-shadow:0 0 12px #3bbd3b,0 0 6px #3bbd3b;margin-right:.45rem;animation:pulse 1.5s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.ribbon .countdown{font-variant-numeric:tabular-nums;font-weight:700;color:#f0f3f5}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;max-width:1100px;margin:0 auto;width:100%}.hero-block{text-align:center;width:100%;margin-bottom:2.5rem}.logo-wrap{display:flex;justify-content:center;margin-bottom:1.2rem}.logo-wrap img{height:48px;width:auto;display:block}.h1-headline{font-size:clamp(2.2rem,7vw,3.8rem);font-weight:700;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;color:#fff;text-shadow:0 0 18px rgba(59,189,59,0.25)}.highlight{color:#3bbd3b;position:relative}.sub-lead{font-size:clamp(1rem,2.5vw,1.25rem);color:#b0b5b9;max-width:680px;margin:0 auto 2.2rem;font-weight:400;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:.65rem;background:#3bbd3b;color:#111213;font-weight:700;font-size:1.25rem;padding:1rem 2.6rem;border-radius:6px;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;transition:all .2s ease;box-shadow:0 0 28px rgba(59,189,59,0.5),0 8px 20px rgba(0,0,0,0.5);border:2px solid #3bbd3b;position:relative;cursor:pointer}.cta-button:hover,.cta-button:focus-visible{background:#2aa12a;border-color:#2aa12a;box-shadow:0 0 40px rgba(59,189,59,0.75);outline:none;color:#000}.padlock-icon{display:inline-block;width:22px;height:22px;background:#111213;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="5" y="11" width="14" height="10" fill="white"/><path d="M8 11V8a4 4 0 1 1 8 0v3" stroke="white" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="5" y="11" width="14" height="10" fill="white"/><path d="M8 11V8a4 4 0 1 1 8 0v3" stroke="white" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>') center/contain no-repeat;background-color:#111213;transition:transform .2s}.cta-button:hover .padlock-icon{transform:scale(1.1)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%;margin-top:.8rem}.card{background:#1f2125;border:2px solid #2b2d30;border-radius:10px;padding:1.5rem 1.3rem;transition:border .2s,box-shadow .2s}.card:hover{border-color:#3bbd3b;box-shadow:0 0 20px rgba(59,189,59,0.2)}.card-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:#8a9096;margin-bottom:.75rem;font-weight:600}.score-value{font-size:2.6rem;font-weight:700;color:#3bbd3b;text-shadow:0 0 12px #3bbd3b;line-height:1;margin-bottom:.5rem}.badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.badge{background:#25282c;padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#cbd0d4;display:flex;align-items:center;gap:.4rem;border:1px solid #34373b}.badge.green{color:#3bbd3b;border-color:#3bbd3b;background:#1e2a1e}.skeleton{display:inline-block;background:linear-gradient(90deg,#2b2d30 25%,#34373b 50%,#2b2d30 75%);background-size:200% 100%;animation:shimmer 1.8s infinite;border-radius:4px;height:1.4rem;width:100%}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.resolved{animation:fadeIn .4s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.domain-status{font-size:1.15rem;font-weight:700;color:#f0f3f5}.ticker-line{background:#151719;border:1px solid #2b2d30;border-radius:8px;padding:.75rem 1.2rem;margin-top:2rem;width:100%;text-align:center;font-size:.9rem;color:#a4a9ae;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.ticker-dot{width:9px;height:9px;background:#3bbd3b;border-radius:50%;animation:pulse 1.8s infinite}.disambiguation{font-size:.82rem;color:#6c7278;margin-top:1.8rem;text-align:center;max-width:620px;border-top:1px solid #25282c;padding-top:1.2rem;line-height:1.6}footer{text-align:center;padding:1.2rem 1rem;font-size:.8rem;color:#5f656b;border-top:1px solid #25282c;margin-top:auto}@media(max-width:600px){.ribbon{font-size:.75rem;padding:.55rem .8rem}.cta-button{font-size:1.1rem;padding:.85rem 1.8rem}.trust-grid{grid-template-columns:1fr}}