@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{-webkit-text-size-adjust:100%;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--color-bg:#fff;--color-bg-secondary:#f9fafb;--color-card:#fff;--color-card-hover:#f9fafb;--color-text:#1f2937;--color-text-secondary:#6b7280;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-border-hover:#9ca3af;--color-primary:#6b46c1;--color-primary-hover:#539;--shadow-base:0 1px 3px #0000001a;--shadow-lg:0 10px 15px #0000001a;--scrollbar-thumb:#6b46c14d;--scrollbar-thumb-hover:#6b46c180}[data-theme=dark]{--color-bg:#0f172a;--color-bg-secondary:#1e293b;--color-card:#1e293b;--color-card-hover:lighten($color-dark-card,5%);--color-text:#f1f5f9;--color-text-secondary:#9ca3af;--color-text-muted:#6b7280;--color-border:#374151;--color-border-hover:#4b5563;--color-primary:#9333ea;--color-primary-hover:lighten($color-dark-primary,10%);--shadow-base:0 1px 3px #0000004d;--shadow-lg:0 10px 15px #0000004d;--scrollbar-thumb:#9333ea66;--scrollbar-thumb-hover:#9333ea99}body{color:var(--color-text);background-color:var(--color-bg);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}section[id]{scroll-margin-top:100px}:focus-visible{outline-offset:2px;outline:2px solid #6b46c1}:focus:not(:focus-visible){outline:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideIn{0%{opacity:0}to{opacity:1}}@keyframes float{}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){.animate-spin{animation:1s cubic-bezier(.4,0,.2,1) spin}}.animate-spin{animation-timing-function:linear;animation-iteration-count:infinite}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
