.container{background:linear-gradient(135deg,#0a0f0a,#0d160d);color:#0f4;font-family:Courier New,monospace;margin:0 auto;max-width:900px;min-height:100vh;padding:40px 20px}header{border-bottom:2px solid #0f4;margin-bottom:40px;padding-bottom:20px}.header-top{align-items:center;display:flex;gap:20px;justify-content:center}.logo{animation:glow 2s infinite;filter:drop-shadow(0 0 12px rgba(0,255,68,.8));height:80px;width:80px}@keyframes glow{0%,to{filter:drop-shadow(0 0 12px rgba(0,255,68,.8))}50%{filter:drop-shadow(0 0 20px rgba(0,255,68,1))}}header h1{font-size:36px;letter-spacing:2px;margin-bottom:5px;text-shadow:0 0 10px #00ff4480}header p{color:#0cf;font-size:14px;letter-spacing:1px;margin:0}form{display:flex;gap:10px;margin-bottom:30px}input{background:#010d01;border:2px solid #0f4;color:#0f4;flex:1 1;font-family:Courier New,monospace;font-size:14px;outline:none;padding:15px 20px;transition:all .3s}input:focus{border-color:#0cf;box-shadow:0 0 20px #00ff4480}button{background:#0f4;border:2px solid #0f4;color:#000;cursor:pointer;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:1px;padding:15px 40px;transition:all .3s}button:hover:not(:disabled){background:#0cf;border-color:#0cf;box-shadow:0 0 20px #00ccff80}button:disabled{cursor:not-allowed;opacity:.6}.error{background:#f053;border-left:4px solid #f05;border-radius:4px;color:#f69;margin-bottom:20px;padding:15px 20px}.results{background:#0d160d;border:2px solid #0f4;border-radius:4px;box-shadow:0 0 20px #0f43;padding:30px}.results h2{margin-bottom:20px;text-shadow:0 0 10px #00ff4480}.section{margin-bottom:30px}.section h3{color:#0cf;font-size:16px;margin-bottom:15px}.section ul{background:#050805;border:1px solid #0f4;border-radius:4px;list-style:none;max-height:300px;overflow-y:auto}.section li{border-bottom:1px solid #0f43;color:#0f4;font-size:13px;padding:12px 15px;transition:all .2s}.section li:hover{background:#00ff441a;padding-left:20px}.section li:last-child{border-bottom:none}.auth-summary{background:#00ff440d;border-left:3px solid #0f4;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;padding:10px}.auth-stat{border-radius:4px;display:inline-block;font-size:13px;font-weight:700;padding:8px 12px}.auth-stat.protected{background:#f693;border:1px solid #f69;color:#f69}.auth-stat.unprotected{background:#fa03;border:1px solid #fa0;color:#fa0}.auth-stat.unknown{background:#0cf3;border:1px solid #0cf;color:#0cf}.endpoint-item{align-items:center;display:flex;justify-content:space-between}.endpoint-path{flex:1 1;font-weight:500}.endpoint-auth{background:#00ff441a;border-radius:3px;font-size:12px;font-weight:700;margin-left:10px;padding:4px 8px;white-space:nowrap}.tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#00ff441a;border:1px solid #0f4;border-radius:4px;color:#0f4;display:inline-block;font-size:12px;padding:8px 15px}.info{color:#0cf;font-size:13px;padding:20px;text-align:center}.download{background:#0cf;border:2px solid #0cf;color:#000;font-weight:700;margin-top:20px;padding:12px 20px;width:100%}.download:hover{background:#0f4;border-color:#0f4;box-shadow:0 0 20px #00ff4480}@media (max-width:600px){.container{padding:20px 15px}.header-top{flex-direction:column;gap:10px}.logo{height:60px;width:60px}header h1{font-size:24px}header p{font-size:12px}form{flex-direction:column}button{width:100%}.endpoint-item{align-items:flex-start;flex-direction:column}.endpoint-auth{margin-left:0;margin-top:8px}.auth-summary{flex-direction:column}.auth-stat{text-align:center;width:100%}}
/*# sourceMappingURL=main.d49c4b51.css.map*/