*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background:#fff;font-family:Courier New,Courier,monospace}main{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}h1{letter-spacing:.05em;margin-bottom:3rem;font-size:2rem;font-weight:400}form{flex-direction:column;gap:1rem;width:100%;max-width:480px;display:flex}input,textarea{background:0 0;border:none;border-bottom:1px solid #000;outline:none;width:100%;padding:.6rem 0;font-family:Courier New,Courier,monospace;font-size:1rem}textarea{resize:vertical;min-height:100px}button{color:#fff;cursor:pointer;background:#000;border:none;margin-top:.5rem;padding:.6rem 1.5rem;font-family:Courier New,Courier,monospace;font-size:1rem;transition:background .15s,color .15s}button:hover:not(:disabled){color:#000;background:#fff;outline:1px solid #000}button:disabled{opacity:.5;cursor:not-allowed}.status{text-align:center;margin-top:1rem;font-size:.9rem}@media (max-width:600px){h1{font-size:1.4rem}}
