:root{--background:#fff;--foreground:#171717;--border:#e5e5e5;--muted-bg:#f7f7f7;--muted-text:#666;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}table{font-size:.95rem}th,td{text-align:left;padding:.5rem .6rem}input,select,button{font-family:inherit;font-size:.95rem}input,select{border:1px solid #ccc;border-radius:4px;padding:.4rem .5rem}button[type=submit],.btn{color:#fff;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;background:#111;border:none;border-radius:4px;padding:.55rem 1.25rem;font-weight:700;transition:background .2s,transform .15s;display:inline-block}button[type=submit]:hover,.btn:hover{background:#333;transform:translateY(-1px)}button:not(:disabled):active,.btn:not(:disabled):active,summary:active{transform:translateY(1px)scale(.99)}a:active{opacity:.7}button[type=submit]:disabled,.btn:disabled{cursor:not-allowed;background:#aaa;transform:none}button[aria-busy=true]{cursor:progress}.submitBtnPending{align-items:center;gap:.5rem;display:inline-flex}.submitBtnSpinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:.85em;height:.85em;animation:.6s linear infinite submitBtnSpin;display:inline-block}@keyframes submitBtnSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.submitBtnSpinner{animation-duration:1.6s}}.linkBtn{opacity:.8;text-decoration:underline}.linkBtn:hover{opacity:1}.linkBtn:active{opacity:.6}@media (max-width:640px){button[type=submit],.btn{min-height:44px;padding:.6rem 1.1rem}input,select{min-height:40px}}
