:root{font-family:system-ui,sans-serif;color:#321b28;background:#f6f2ed;color-scheme:light}*{box-sizing:border-box}body{margin:0;padding:24px 14px}main{max-width:620px;margin:auto;background:#fff;padding:28px;border:1px solid #e3d7d9;border-radius:18px}header{display:flex;align-items:center;justify-content:space-between;gap:16px}header a{display:flex;align-items:center;gap:10px;font-weight:700;text-decoration:none}header img{border-radius:10px}h1{font-size:1.65rem;margin-top:28px}p{line-height:1.5;overflow-wrap:anywhere}a{color:#701d43}input:not([type=checkbox]),select,button{font:inherit;padding:12px;border:1px solid #bda7b0;border-radius:9px;max-width:100%}input:not([type=checkbox]){display:block;width:100%;margin:8px 0 14px}button{background:#631634;color:#fff;cursor:pointer;font-weight:600}button:disabled{opacity:.55;cursor:wait}.secondary{background:#fff;color:#631634}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.check{display:flex;align-items:flex-start;gap:10px;line-height:1.5}.check input{margin-top:6px}footer{border-top:1px solid #e3d7d9;margin-top:26px;padding-top:12px;font-size:.88rem}#error{color:#ad193d}#request-id{font-size:.85rem}[hidden]{display:none!important}@media(max-width:400px){body{padding:8px}main{padding:18px}header{gap:8px}header select{padding:8px;max-width:114px}}
