:root{--background:#02020d;--foreground:#f7f4ff;--muted:#93b6d8;--pink:#ff38d8;--blue:#10c8ff;--acid:#7dff7a;--panel:rgba(3,6,28,0.72);--panel-strong:rgba(5,8,38,0.92);--line-pink:rgba(255,56,216,0.54);--line-blue:rgba(16,200,255,0.45)}html{height:100%;background:var(--background)}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Trebuchet MS,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::selection{color:#02020d;background:var(--blue)}