:root{--bg-app:#eceae3;--bg-frame:#f4f2ec;--bg-card:#fff;--tx-1:#1c1c1a;--tx-2:#67665f;--tx-3:#9b9990;--bd:rgba(0,0,0,.12);--bd-strong:rgba(0,0,0,.22);--r-md:8px;--r-lg:12px;--r-xl:16px;--amber:#f2a007}@media (prefers-color-scheme:dark){:root{--bg-app:#0e0e0d;--bg-frame:#161614;--bg-card:#1d1d1a;--tx-1:#f3f1ea;--tx-2:#b3b1a8;--tx-3:#79776f;--bd:hsla(0,0%,100%,.12);--bd-strong:hsla(0,0%,100%,.22)}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg-app);color:var(--tx-1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}input,select{font:inherit;font-size:13px;height:36px;padding:6px 10px;border:.5px solid var(--bd-strong);border-radius:var(--r-md);background:var(--bg-card);color:var(--tx-1);width:100%}input:focus,select:focus{outline:none;box-shadow:0 0 0 2px rgba(242,160,7,.4)}button{font:inherit;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}