*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden;background-color:#121212;font-family:'JetBrains Mono',monospace;color:#fff;display:flex;flex-direction:column}body::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:24px 24px;z-index:-1}header{display:flex;justify-content:space-between;align-items:center;padding:clamp(10px,2vh,20px) clamp(15px,3vw,30px)}header img{height:clamp(20px,3.5vh,28px);max-width:120px;object-fit:contain}.cd{background:rgba(57,255,20,.1);color:#39ff14;padding:4px 10px;border-radius:20px;font-size:clamp(10px,1.5vh,12px);border:1px solid rgba(57,255,20,.3);font-weight:700;display:flex;align-items:center;gap:6px;white-space:nowrap}.cd-dot{width:6px;height:6px;background:#39ff14;border-radius:50%;animation:pulse 1s infinite}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 clamp(10px,4vw,20px);width:100%;max-width:540px;margin:0 auto;text-align:center}.tk{font-size:clamp(9px,1.5vh,11px);color:#aaa;background:#1a1a1a;padding:5px 12px;border-radius:12px;margin-bottom:clamp(10px,2.5vh,20px);border:1px solid #2a2a2a;box-shadow:0 4px 12px rgba(0,0,0,.3)}h1{font-size:clamp(20px,4vh,34px);line-height:1.15;margin-bottom:clamp(8px,1.5vh,12px);font-weight:700;letter-spacing:-.5px}p{font-size:clamp(11px,1.8vh,14px);color:#999;margin-bottom:clamp(15px,3vh,25px);line-height:1.4;max-width:480px}.card{background:#181818;border:1px solid #2a2a2a;border-radius:16px;padding:clamp(15px,3vh,30px);width:100%;box-shadow:0 15px 40px rgba(0,0,0,.6)}.ping{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:clamp(11px,1.5vh,13px);background:#0a0a0a;padding:6px 12px;border-radius:8px;border:1px solid #333;margin-bottom:clamp(15px,2.5vh,20px);color:#eee}.ping span{color:#39ff14;font-weight:700}.trust{display:flex;align-items:center;justify-content:center;gap:6px;font-size:clamp(10px,1.5vh,12px);color:#bbb;margin-bottom:clamp(12px,2vh,15px)}.trust svg{width:12px;height:12px;fill:#39ff14}.cta{display:flex;align-items:center;justify-content:center;width:100%;background:#39ff14;color:#000;font-weight:700;text-decoration:none;padding:clamp(12px,2.5vh,20px);border-radius:12px;font-size:clamp(14px,2vh,18px);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 0 15px rgba(57,255,20,.3);transition:all .2s ease;margin-bottom:clamp(15px,3vh,25px)}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 0 25px rgba(57,255,20,.5);outline:0}.cta:active{transform:translateY(1px)}.ft{list-style:none;display:flex;flex-direction:column;gap:clamp(6px,1.2vh,10px);text-align:left;margin:0 auto;max-width:320px}.ft li{display:flex;align-items:center;gap:8px;font-size:clamp(10px,1.6vh,12px);color:#888}.ft svg{width:14px;height:14px;stroke:#39ff14;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;flex-shrink:0}footer{padding:clamp(10px,2vh,15px);text-align:center;display:flex;justify-content:center;gap:15px}footer a{color:#555;text-decoration:none;font-size:clamp(10px,1.5vh,11px);transition:color .2s}footer a:hover{color:#888}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(57,255,20,.7)}70%{box-shadow:0 0 0 6px rgba(57,255,20,0)}100%{box-shadow:0 0 0 0 rgba(57,255,20,0)}}@media(max-height:500px){h1{font-size:18px}p{font-size:10px;margin-bottom:10px}.card{padding:12px}.cta{padding:10px}.ping{margin-bottom:10px}}