:root{--background-color:#fff;--text-color:#1a1a1a;--text-secondary:#666;--primary-color:#6366f1;--secondary-color:#a855f7;--card-bg:hsla(0,0%,100%,.9);--card-border:hsla(0,0%,100%,.2);--card-shadow:rgba(0,0,0,.1);--gradient-primary:linear-gradient(90deg,#6366f1,#a855f7);--gradient-secondary:linear-gradient(135deg,rgba(99,102,241,.08),rgba(168,85,247,.08))}[data-theme=dark]{--background-color:#1a1a1a;--text-color:#fff;--text-secondary:#a3a3a3;--primary-color:#818cf8;--secondary-color:#c084fc;--card-bg:rgba(45,45,45,.9);--card-border:hsla(0,0%,100%,.1);--card-shadow:rgba(0,0,0,.3);--gradient-primary:linear-gradient(90deg,#818cf8,#c084fc);--gradient-secondary:linear-gradient(135deg,rgba(129,140,248,.08),rgba(192,132,252,.08))}*{box-sizing:border-box;padding:0;margin:0}li,ul{list-style:none}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}