*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple:#7b2cbf;--primary-pink:#f72585;--text-dark:#1a1a1a;--text-light:#666;--white:#fff;--bg-light:#f8f9fa;--bg-section:#fff;--bg-section-alt:#f6f8fb;--bg-gradient-start:#f0f0f0;--bg-gradient-end:#fff;--bg-footer:#f5e6d3;--border-color:#e0e0e0;--shadow-color:rgba(0,0,0,.08);--shadow-hover:rgba(123,44,191,.2);--shadow-overlay:rgba(0,0,0,.5);--shadow-dropdown:rgba(0,0,0,.15)}html.dark{--primary-purple:#9b4cd9;--primary-pink:#ff4da6;--text-dark:#e0e0e0;--text-light:#b0b0b0;--white:#1a1a1a;--bg-light:#2a2a2a;--bg-section:#1a1a1a;--bg-section-alt:#242424;--bg-gradient-start:#1a1a1a;--bg-gradient-end:#2a2a2a;--bg-footer:#000;--border-color:#3a3a3a;--shadow-color:rgba(0,0,0,.3);--shadow-hover:rgba(155,76,217,.3);--shadow-overlay:rgba(0,0,0,.7);--shadow-dropdown:rgba(0,0,0,.4)}html{scroll-behavior:smooth;color-scheme:light dark}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--bg-section);line-height:1.6;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}