html{scroll-behavior:smooth}.mdx-content [id]{scroll-margin-top:120px}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(212,165,116,.3);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(212,165,116,.5)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mdx-content>*{animation:fadeInUp .6s ease-out}@media (prefers-reduced-motion:reduce){.mdx-content>*{animation:none}}.mdx-content .ol-list{counter-reset:list-counter}.mdx-content .ol-list>li{counter-increment:list-counter;display:flex;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding-left:1rem}.mdx-content .ol-list>li:before{content:counter(list-counter) ".";color:#D4A574;font-weight:700;font-size:1rem;flex-shrink:0;min-width:2rem;background:rgba(212,165,116,.1);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,165,116,.3)}.mdx-content .ul-list>li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding-left:1rem}.mdx-content .ul-list>li:before{content:"";color:#D4A574;flex-shrink:0;min-width:.5rem;width:.5rem;height:.5rem;background:#D4A574;border-radius:50%;margin-top:.6rem;box-shadow:0 0 8px rgba(212,165,116,.5)}.mdx-content li>p{margin-bottom:.5rem}.mdx-content{line-height:1.75}.mdx-content p+p{margin-top:1rem}.mdx-content aside nav a{transition:all .2s ease}.mdx-content aside nav a:hover{transform:translateX(4px)}.mdx-content .h2-card{transition:all .2s ease}.mdx-content .h2-card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,105,180,.3)}@media (max-width:768px){.mdx-content h1{font-size:1.75rem}.mdx-content h2{font-size:1.5rem}.mdx-content h3{font-size:1.25rem}}