body { margin: 0; overflow: hidden; background: #000; font-family: 'Space Mono', monospace; }

.hud-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; padding: 40px; }
.data-block { border: 1px solid rgba(0, 243, 255, 0.3); background: rgba(0, 20, 30, 0.5); padding: 20px; width: 300px; margin-bottom: 10px; backdrop-filter: blur(5px); }
.data-title { color: #00f3ff; font-size: 0.8rem; margin-bottom: 5px; }
.data-value { color: #fff; font-size: 1.5rem; }
.status-ok { color: #0f0; }

.deploy-btn { position: absolute; bottom: 40px; right: 40px; background: #00f3ff; color: #000; padding: 20px 60px; font-weight: bold; border: none; cursor: pointer; pointer-events: auto; font-size: 1.2rem; clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); transition: 0.3s; }
.deploy-btn:hover { background: #fff; box-shadow: 0 0 60px #00f3ff; }

.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); z-index: 200; display: none; justify-content: center; align-items: center; pointer-events: auto; }
.form-box { width: 600px; border: 2px solid #00f3ff; background: #000; padding: 40px; }
.close-btn { text-align: right; color: #00f3ff; cursor: pointer; margin-bottom: 20px; }
h2 { color: #00f3ff; font-size: 2rem; margin-top: 0; }

input { width: 100%; padding: 20px; margin: 10px 0; background: #00111a; border: 1px solid #00f3ff; color: #fff; font-family: 'Space Mono'; }
.static-btn { position: static; width: 100%; margin-top: 20px; }
