.bg-background,body{background-color:var(--background)}.transition-all,.transition-colors,.transition-transform{transition-timing-function:cubic-bezier(0.4,0,0.2,1)}article .content h1,article .content h2{font-weight:700;margin-top:2rem;margin-bottom:1rem}:root{--background:#0a0a0a;--foreground:#ededed;--card:#1a1a1a;--card-foreground:#ededed;--popover:#1a1a1a;--popover-foreground:#ededed;--primary:#ededed;--primary-foreground:#0a0a0a;--secondary:#2a2a2a;--secondary-foreground:#ededed;--muted:#3a3a3a;--muted-foreground:#999999;--accent:#70e000;--accent-foreground:#0a0a0a;--border:#2a2a2a;--input:#2a2a2a;--radius:0.625rem}*{margin:0;padding:0;box-sizing:border-box}body{color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-accent{color:var(--accent)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.bg-card{background-color:var(--card)}.bg-accent{background-color:var(--accent)}.bg-accent-foreground{background-color:var(--accent-foreground)}.border-border{border-color:var(--border)}.border-accent{border-color:var(--accent)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.transition-colors{transition-property:color,background-color,border-color;transition-duration:150ms}.transition-transform{transition-property:transform;transition-duration:.3s}.transition-all{transition-property:all;transition-duration:150ms}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.mobile-menu-open{max-height:500px!important}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out;padding-top:0;padding-bottom:0}.faq-answer.open{max-height:500px;padding-top:1rem;padding-bottom:1rem}.faq-icon{transition:transform .3s}.faq-icon.rotate{transform:rotate(180deg)}.hover-scale:hover{transform:scale(1.05)}.backdrop-blur{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}article .content h1{font-size:2.25rem;color:hsl(var(--foreground));line-height:1.2}article .content h2{font-size:1.5rem;color:#70e000;line-height:1.3}article .content h3,article .content h4{color:hsl(var(--foreground));margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}article .content h3{font-size:1.25rem;line-height:1.4}article .content h4{font-size:1.125rem}article .content p{color:hsl(var(--foreground) / .8);font-size:1.125rem;line-height:1.625;margin-bottom:1.25rem}article .content strong{font-weight:600;color:hsl(var(--foreground))}article .content em{font-style:italic}article .content a{color:hsl(var(--foreground));font-weight:500;text-decoration:none;transition:color .2s,text-decoration .2s}article .content a:hover{color:#70e000;text-decoration:underline}.markdown-content ol,article .content ul{margin-bottom:1.25rem;padding-left:1.5rem;line-height:1.75}article .content ul{list-style-type:disc}article .content ol{list-style-type:decimal}article .content li{margin-bottom:.5rem;color:hsl(var(--foreground))}article .content blockquote{border-left:4px solid hsl(var(--accent));padding-left:1rem;margin:1.5rem 0;font-style:italic;color:hsl(var(--foreground) / .8)}article .content code{background-color:hsl(var(--muted));padding:.2rem .4rem;border-radius:.25rem;font-size:.875em;font-family:monospace}article .content pre{background-color:hsl(var(--muted));padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}article .content pre code{background-color:transparent;padding:0}article .content hr{border:none;border-top:1px solid hsl(var(--border));margin:2rem 0}article .content img{max-width:100%;height:auto;border-radius:.75rem;margin:1.5rem 0}article .content .table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:.5rem;border:1px solid hsl(var(--border));-webkit-overflow-scrolling:touch}article .content table{width:100%;border-collapse:collapse;margin:0;overflow:hidden;border-radius:.5rem;min-width:600px}article .content tbody td,article .content thead th{border:1px solid hsl(var(--border));padding:.75rem 1rem}article .content thead{background-color:hsl(var(--accent) / .1)}article .content thead th{font-weight:600;color:hsl(var(--accent));text-align:left}article .content tbody td{color:hsl(var(--foreground))}article .content tbody tr:hover{background-color:hsl(var(--accent) / .05)}article .content tbody tr:nth-child(2n){background-color:hsl(var(--muted) / .3)}.grecaptcha-badge{visibility:hidden!important}