*{margin:0;padding:0;box-sizing:border-box}html{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}body{background-color:#ffffff;color:#1A1A1A;line-height:1.6}:root{--primary:#7C3AED;--secondary:#EC4899;--background:#ffffff;--surface:#F8F8F8;--foreground:#1A1A1A;--muted:#6B7280;--border:#E5E7EB;--success:#22C55E;--warning:#F59E0B;--error:#EF4444}button{font-family:inherit;border:none;cursor:pointer;transition:all .3s ease}button:active{transform:scale(.97)}a{color:#7C3AED;text-decoration:none;transition:color .3s ease}a:hover{color:#EC4899}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background-color:#F8F8F8;padding:2px 6px;border-radius:3px;font-size:.9em}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.875rem}h3{font-size:1.25rem;margin-bottom:.75rem}p,table{margin-bottom:1rem}table{width:100%;border-collapse:collapse}td,th{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}th{background-color:#F8F8F8;font-weight:600}@media (max-width:768px){body{font-size:14px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}}html{scroll-behavior:smooth}:focus-visible{outline:2px solid #7C3AED;outline-offset:2px}:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-in}