:root{--primary-color:#3e1e4e;--primary-hover:#2f1639;--secondary-color:#64748b;--success-color:#22c55e;--error-color:#ef4444;--warning-color:#f59e0b;--background:#f8fafc;--foreground:#0f172a;--card-background:#fff;--border-color:#e2e8f0;--input-background:#fff;--input-border:#cbd5e1;--text-muted:#64748b}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background);color:var(--foreground)}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit;font-size:inherit}