@import "https://fonts.googleapis.com/css2?family=Jua&family=Permanent+Marker&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0f0f13;--color-surface:#1a1a24;--color-surface-2:#22222f;--color-border:#2e2e3e;--color-primary:#6c63ff;--color-primary-hover:#5a52e0;--color-secondary:#ff6584;--color-text:#f0f0f5;--color-text-muted:#8888a8;--color-success:#4ade80;--color-error:#f87171;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-card:0 4px 24px #0006;--shadow-glow:0 0 24px #6c63ff4d;--font-body:"Jua",sans-serif;--font-marker:"Permanent Marker",cursive}html,body{height:100%;font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;background-image:url(/bg/main.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}body{overflow-x:clip}@supports not (overflow:clip){body{overflow-x:hidden}}button{cursor:pointer;border:none;font-family:inherit}input{font-family:inherit}a{color:inherit;text-decoration:none}
