:root{font-family:Poppins,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--app-text-strong, #122037);background-color:var(--app-bg-solid, #eaf0f7);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme-mode=dark]{color-scheme:dark}body,html,#root{margin:0;padding:0;height:100%;width:100%;background:var(--app-shell-bg, #eaf0f7);color:var(--app-text-strong, #122037)}a{font-weight:500;color:var(--app-link, #355eaa);text-decoration:none}a:hover{color:var(--app-link-hover, #274a88)}h1{font-size:3.2em;line-height:1.1;color:var(--app-text-strong, #122037)}button{border-radius:var(--app-radius-md, 12px);border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--app-strong-fill, #122037);color:var(--app-strong-fill-text, white);cursor:pointer;transition:background-color .25s,border-color .25s}button:hover{background-color:var(--app-strong-fill-hover, #0c172b)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--app-scrollbar-track, #edf1f5)}::-webkit-scrollbar-thumb{background-color:var(--app-scrollbar-thumb, #a9b4c5);border-radius:var(--app-radius-pill, 999px);border:2px solid var(--app-scrollbar-track, #edf1f5)}::-webkit-scrollbar-thumb:hover{background-color:var(--app-scrollbar-thumb-hover, #7c8799)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb, #a9b4c5) var(--app-scrollbar-track, #edf1f5)}
