:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{height:100vh;width:100vw;overflow:hidden}#root{height:100%;min-height:100%;width:100%;overflow:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;overflow-y:scroll;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #080205;--bg-alt: #17040a;--surface: rgba(5, 5, 5, .9);--accent: #ff3d53;--accent-soft: rgba(255, 61, 83, .3);--text: #f5f5f5;--text-muted: #b3b3b3;--border-subtle: rgba(255, 255, 255, .06)}body{min-height:100vh;background:radial-gradient(ellipse at 60% 0%,var(--accent-soft) 0%,var(--bg) 80%),linear-gradient(120deg,var(--bg-alt) 0%,var(--bg) 100%);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;box-sizing:border-box}.app-background{position:relative;min-height:100vh;width:100vw;background:none;display:flex;flex-direction:column}.app-shell{min-height:100vh;height:100vh;display:flex;flex-direction:column}.card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:10px;box-shadow:0 2px 12px #00000014;padding:1.5rem;min-height:320px;display:flex;flex-direction:column;justify-content:flex-start}::-webkit-scrollbar{width:8px;background:var(--bg-alt)}::-webkit-scrollbar-thumb{background:var(--accent-soft);border-radius:4px}
