:root{color-scheme:dark;--background:#050505;--surface:#0d1321;--primary-green:#1db954;--accent-blue:#1e90ff;--text-primary:#e5fff5;--text-secondary:#a2f5d3;--border:#1fb79b;--mobile-width:390px}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,var(--background) 0,var(--surface) 100%);color:var(--text-primary);min-height:100%}body{background-color:var(--background)}a{color:inherit;text-decoration:none}button{font-family:inherit}#__next{width:100%}.app-root{display:flex;justify-content:center}.app-root,.app-shell{min-height:100svh;width:100%}.app-shell{max-width:var(--mobile-width)}canvas,img,svg,video{max-width:100%;height:auto}