body{font-family:Segoe UI,Arial,sans-serif;background:#181818;color:#f8f8f2;margin:0;padding:0;min-height:100vh}main{justify-content:center;align-items:center;min-height:70vh}h1{font-family:Impact,Arial Black,sans-serif;color:#f1c40f;letter-spacing:2px;margin:0}footer,header{background:#111;text-align:center;padding:1.5rem 0}.generator{background:#222;padding:2rem 2.5rem;box-shadow:0 4px 24px #000a;text-align:center;display:flex;flex-direction:column;align-items:center}.username-display{font-size:18px;font-weight:700;margin-bottom:10px}.wuCanvas{display:none;margin-top:1rem;margin-left:auto;margin-right:auto}label{font-size:1.1rem;margin-bottom:.5rem;display:block}input[type=text]{padding:.7rem;border-radius:8px;width:80%;margin-bottom:1rem}button,input[type=text]{border:none;font-size:1rem}button{background:#f1c40f;color:#181818;border-radius:8px;padding:.7rem 1.5rem;font-weight:700;cursor:pointer;margin:.5rem 0;transition:background .2s}button:hover{background:#fff200}.result{margin:1.2rem 0 .7rem;font-size:1.5rem;letter-spacing:.1rem;color:#f1c40f;font-family:Impact,Arial Black,sans-serif}#mintStatus{margin-top:1rem;color:#2ecc40;font-weight:700}footer{font-size:.95rem;color:#aaa}