/* Cyberpunk dark skin */
:root{--bg:#030205;--panel:#071016;--accent:#00f6ff;--accent2:#ff3ba6}
body{background:radial-gradient(ellipse at top left,#050014 0%, #000 50%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;}
.neon{color:transparent;background:linear-gradient(90deg,#00f6ff,#ff3ba6);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 8px #00f6ff);}
header, main {max-width:1100px;margin:0 auto;}
a{color:var(--accent);}
button{transition:all .18s ease;background-size:200% 100%}
button:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 10px 25px rgba(0,0,0,0.6)}
input, textarea{outline:none}
