:root{--background:#fdfbf7;--foreground:#1a1a1a;--primary:#567bba;--primary-hover:#4a6fa5;--secondary:#d4af37;--accent-green:#d5f5e3;--accent-pink:#fadbd8;--accent-yellow:#f9e79f;--text-muted:#555;--border:#e0e0e0;--card-bg:#fff;--shadow:0 10px 30px rgba(0,0,0,.05)}*{box-sizing:border-box;padding:0;margin:0}body{background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;min-height:100vh}body,html{overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}::-webkit-scrollbar{display:none;width:0;background:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}