@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Spline+Sans+Mono:wght@400;500&family=DM+Sans:ital,wght@0,400;0,500;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sans: "Inter", system-ui, sans-serif;--mono: "Spline Sans Mono", ui-monospace, monospace;--serif: "DM Sans", sans-serif;--gold: #C9A84C;--green: #3DD68C;--red: #F56565;--amber: #F6AD55;--blue: #60A5FA;--purple: #A78BFA}[data-theme=dark]{--bg: #070A0F;--s1: #0D1017;--s2: #121720;--s3: #181E28;--text: #D8DDE8;--mid: #7A8499;--dim: #3D4558;--border: #1C2433;--border2: #253040}[data-theme=light]{--bg: #FBFAF7;--s1: #F4F2EC;--s2: #ECE8DD;--s3: #E5DFD0;--text: #2A2D33;--mid: #5A6378;--dim: #8B92A1;--border: #D9D3C4;--border2: #C8C0AE}:root:not([data-theme]){--bg: #FBFAF7;--s1: #F4F2EC;--s2: #ECE8DD;--s3: #E5DFD0;--text: #2A2D33;--mid: #5A6378;--dim: #8B92A1;--border: #D9D3C4;--border2: #C8C0AE}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}a{color:inherit;text-decoration:none}button{cursor:pointer}input,select,textarea{font-family:inherit}
