:root{--primary-color:#6366f1;--secondary-color:#8b5cf6;--accent-color:#ec4899;--background-light:#ffffff;--background-dark:#111827;--text-light:#374151;--text-dark:#f3f4f6}body{margin:0;padding:0;font-family:var(--font-montserrat),system-ui,sans-serif;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.font-gothic{font-family:var(--font-special-gothic),Impact,"Arial Black",sans-serif}.font-display{font-family:var(--font-inter),system-ui,sans-serif}.hero-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(155,155,155,.5);border-radius:20px;border:transparent}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:white;margin-top:1.5em;margin-bottom:.75em}.prose ol,.prose p,.prose ul{margin-bottom:1.25em}.prose ol,.prose ul{margin-left:1.5em}.prose li{margin-bottom:.5em}.prose a{color:#3b82f6;text-decoration:underline}.prose a:hover{color:#2563eb}.prose blockquote{border-left:4px solid #3b82f6;padding-left:1em;font-style:italic;margin:1.5em 0}.dark .prose h1,.dark .prose h2,.dark .prose h3,.dark .prose h4,.dark .prose h5,.dark .prose h6{color:white}.dark .prose li,.dark .prose p{color:#e5e7eb}.dark .prose a{color:#60a5fa}.dark .prose a:hover{color:#93c5fd}@keyframes cardHover{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.card-hover-effect{transition:transform .3s ease}.card-hover-effect:hover{animation:cardHover .3s forwards}