:root{--title-color:#000;--text-color:#333;--background-dark:#e6e6e6;--background:#f2f2f2;--background-light:#fff;--border:#000;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color:var(--text-color);background:var(--background-dark);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;height:100svh;margin:0 auto;display:flex;overflow:hidden}body{margin:0}*,:before,:after{box-sizing:border-box}main{flex:1;padding:20px}h1,h2,h3{color:var(--title-color);font-family:system-ui,Segoe UI,Roboto,sans-serif}h1{font-size:26px;font-weight:800}h2{font-size:22px;font-weight:700}h3{font-size:20px;font-weight:600}p{color:var(--text-color);font-size:14px;font-weight:400}label{font-weight:600}a{color:var(--text-color);text-decoration:none}input,select{height:fit-content;color:var(--text-color);background:0 0;border:2px solid #333;border-radius:14px;padding:8px 16px}button{color:#fff;background:#333;border:none;border-radius:10px;width:fit-content;padding:8px 16px;font-weight:600}button:disabled{cursor:not-allowed;opacity:.6}button:hover{cursor:pointer}hr{background:#b3b3b3;border:0;width:100%;height:1px}[data-theme=dark]{--title-color:#fff;--text-color:#d9d9d9;--background-dark:#000;--background:#1a1a1a;--background-light:#333;--border:#fff}._navbar_1xjg9_1{background:var(--background);justify-content:space-between;align-items:center;padding:20px;display:flex}
