:root{--color-orange:#f60;--color-cyan:#00bfff;--background:#000;--foreground:#fff;--muted:#ccc}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;line-height:1.7}::selection{color:#fff;background:#ff66004d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#f60}:focus-visible{outline-offset:2px;outline:2px solid #f60}.skip-link{color:#fff;z-index:9999;background:#f60;border-radius:0 0 8px 8px;padding:.75rem 1.5rem;transition:top .3s;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:0}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}a:hover{color:#f60}.prose{max-width:720px;font-size:1.125rem}.prose h2{color:#fff;margin-top:3rem;margin-bottom:1rem;font-size:1.875rem}.prose h2:first-child{margin-top:0}.prose h3{color:#fff;margin-top:2rem;margin-bottom:.5rem;font-size:1.5rem}.prose h4{color:#fff;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem}.prose p{color:#ccc;margin-bottom:1.5rem}.prose a{color:#f60;text-underline-offset:3px;text-decoration:underline}.prose a:hover{color:orange}.prose strong{color:#fff;font-weight:600}.prose em{font-style:italic}.prose code{background:#1a1a1a;border-radius:.25rem;padding:.2em .4em;font-family:Fira Code,monospace;font-size:.9em}.prose pre{background:#1a1a1a;border:1px solid #222;border-radius:.5rem;margin:1.5rem 0;padding:1.5rem;overflow-x:auto}.prose pre code{background:0 0;padding:0}.prose blockquote{color:#ccc;border-left:4px solid #f60;margin:1.5rem 0;padding-left:1.5rem;font-style:italic}.prose blockquote p{margin-bottom:0}.prose ul,.prose ol{color:#ccc;margin-bottom:1.5rem;padding-left:1.5rem}.prose ul li,.prose ol li{margin-bottom:.5rem}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose img{border-radius:.5rem;max-width:100%;height:auto;margin:1.5rem 0}.prose figure{margin:2rem 0}.prose figure figcaption{text-align:center;color:#888;margin-top:.5rem;font-size:.875rem}.prose hr{background:linear-gradient(90deg,#0000,#333,#0000);border:none;height:1px;margin:4rem 0}.prose table{border-collapse:collapse;width:100%;margin:1.5rem 0}.prose table th,.prose table td{text-align:left;border:1px solid #222;padding:.5rem}.prose table th{color:#fff;background:#1a1a1a;font-weight:600}.prose table tr:nth-child(2n){background:#ffffff05}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#f60,#cc5200)}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #f606}.btn-secondary{color:#f60;background:0 0;border:2px solid #f60}.btn-secondary:hover{color:#f60;background:#ff66001a}.card-hover{transition:transform .3s,box-shadow .3s}.card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000080}
