*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}body,input{background:#0a0a0f;color:#e2e8f0}input{width:100%;border:1px solid #1e1e2e;border-radius:8px;padding:.625rem .875rem;font-size:.9rem;outline:none;transition:border-color .15s}input:focus{border-color:#6366f1}button{cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;border:none;border-radius:8px;transition:opacity .15s}button:hover{opacity:.85}button:disabled{opacity:.5;cursor:not-allowed}a{color:#6366f1;text-decoration:none}a:hover{text-decoration:underline}