body,html{margin:0;padding:0;height:100%;width:100%;scroll-behavior:smooth}:root{--bg:#ffffff;--fg:#111111;--card:#ffffff;--border:#e5e7eb}body{background:var(--bg);color:var(--fg);font-family:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}:focus{outline:2px solid #ff1493;outline-offset:2px}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}button,input,select,textarea{font-family:inherit}button{border:none;background:none;cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}html{color-scheme:light!important}@media (prefers-color-scheme:dark){html{color-scheme:light!important}body{background:#ffffff!important;color:#111111!important}}