:root{--primary:#cf3b3b;--primary-hover:#ba2121;--font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}body,html{font-family:var(--font-family);font-size:14px;line-height:1.1;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#333}h1,h2,h3,h4,h5,h6{color:#262633;font-weight:700;margin-bottom:.5em;margin-top:0}.button{align-items:center;background-color:var(--primary);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-family);gap:8px;justify-content:center;padding:10px 20px}.button:hover{background-color:var(--primary-hover)}.field{margin-bottom:16px}.field+.field{margin-top:-4px}.label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;margin-top:0}.input-text{border:1px solid #ccc;border-radius:5px;font-family:sans-serif;max-width:300px;padding:8px;width:100%}.input-text:focus{border-color:#262633;box-shadow:0 0 0 .5px #262633;outline:none}ol{padding-left:0}ol li{margin-bottom:16px}#toast{animation:slideIn .3s ease-in-out;background-color:#333;border-radius:5px;bottom:16px;color:#fff;padding:10px 20px;position:fixed;right:16px}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}
