@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #7c3aed;--primary-dark: #6d28d9;--primary-light: #a78bfa;--surface: #f5f3ff;--surface-2: #ede9fe;--bg: #ffffff;--text: #1e1b4b;--text-2: #4c4f6b;--text-3: #9ca3af;--border: #e5e7eb;--border-2: #d8d5eb;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gold: #d97706;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 10px 30px rgba(0,0,0,.12);--radius: 12px;--radius-sm: 8px}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
