:root{font-family:Inter,system-ui,sans-serif;color:#17202a;background:#f4f6f7}*{box-sizing:border-box}body{margin:0}.shell{max-width:720px;margin:auto;padding:1.5rem}.card{background:#fff;border-radius:1rem;padding:1.25rem}.login{max-width:400px;margin:15vh auto}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.08em;color:#e30613}form,label{display:grid;gap:.5rem}form{gap:1rem}input,select,button{font:inherit;padding:.75rem;border-radius:.5rem;border:1px solid #bdc5ca}button{background:#e30613;color:#fff;border:0;font-weight:700}.event{margin:1rem 0;font-weight:700}.scanner{border-radius:1rem;overflow:hidden;background:#111}.decision{font-size:1.7rem;font-weight:900;text-align:center;padding:1.5rem;border-radius:1rem;margin:1rem 0}.decision p{margin:0}.decision-dismiss{margin-top:1.25rem;min-width:8rem;background:#fff;color:#17202a}.accepted{background:#0b7a43;color:#fff}.rejected{background:#9d1522;color:#fff}.warning{padding:1rem;background:#fff1d1;border-left:4px solid #d28a00}.help{color:#59666f}@media(max-width:600px){.shell{padding:1rem}.decision{font-size:1.25rem}}.icon-label-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.icon-label-button svg{width:1rem;height:1rem;flex:0 0 auto}button:disabled,input:disabled{cursor:wait;opacity:.65}.spinner{display:inline-block;width:.9rem;height:.9rem;margin-right:.45rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-.1rem;animation:spin .65s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
