:root{--background:#08152b;--foreground:#f9fafb}@media (prefers-color-scheme:dark){:root{--background:#08152b!important;--foreground:#f9fafb!important}}*,:after,:before{box-sizing:border-box}html{color-scheme:light;font-family:Arial,Helvetica,sans-serif;scrollbar-gutter:stable both-edges}body,html{height:100%;margin:0;padding:0;background:var(--background);color:var(--foreground)}.app-shell,body{display:flex;flex-direction:column}.app-shell{min-height:100vh}.app-main{flex:1}canvas,img,svg,video{display:block;max-width:100%;height:auto}.prose pre,code,pre{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}button,input,select,textarea{background-color:#fff;color:#111;border:1px solid #e5e5e5}button:hover{filter:brightness(.95);cursor:pointer}.footerlink:hover{text-decoration:underline}.text-center{text-align:center}.text-muted{color:#9ca3af}