@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

body { background-color: #111; font-family: 'Inter', sans-serif; text-align: center; }

h1 { color: #7cfc00; }

h2 { color: #ddd; }

button { padding: 10px 20px; font-size: 16px; border-radius: 5px; border: 2px #dddddd solid; background-color: #7cfc00; color: #111; font-family: 'Inter', sans-serif; cursor: pointer; margin-top: 20px; }

button:hover { filter: brightness(0.9); }

#pswd { padding: 10px; font-size: 16px; border-radius: 5px; border: 1px #dddddd solid; margin-top: 20px; font-family: 'Inter', sans-serif; }

#hack-panel { display: none; }