:root{--accent: 124, 58, 237;--accent-light: 167, 139, 250;--accent-dark: 76, 29, 149;--bg-dark: 10, 10, 12;--bg-card: 23, 23, 28;--text-main: 226, 232, 240;--text-muted: 148, 163, 184;--gradient-1: linear-gradient(to bottom right, #4c1d95, #be185d);--box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .5), 0 2px 4px -1px rgba(0, 0, 0, .3);--font-heading: "DM Serif Display", serif;--font-body: "Outfit", sans-serif;--font-accent: "Caveat", cursive}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-body);margin:0;padding:0;text-align:left;background-color:rgb(var(--bg-dark));color:rgb(var(--text-main));line-height:1.7;min-height:100vh;position:relative;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}main{width:100%;max-width:1800px;margin:auto;padding:3em 2em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:#fff;line-height:1.1;font-family:var(--font-heading);letter-spacing:.02em}h1{font-size:3.5em}h2{font-size:2.8em}h3{font-size:2.2em;margin-top:2rem}h4{font-size:1.8em}h5{font-size:1.4em}strong,b{font-weight:700;color:#fff}a{color:rgb(var(--accent-light));transition:color .2s}a:hover{color:#fff}.title{margin-bottom:1em;padding:1em 0;text-align:center;line-height:1}.title h1{margin:0 0 .5em}.date{margin-bottom:.5em;color:rgb(var(--text-muted));font-family:var(--font-accent);font-size:1.2em}.last-updated-on{font-style:italic}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgb(var(--bg-dark))}::-webkit-scrollbar-thumb{background:rgb(var(--bg-card));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--accent))}header[data-astro-cid-pux6a34n]{margin:0;padding:0 1em;height:45px;display:flex;align-items:center;background:#0a0a0ccc;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:100}nav[data-astro-cid-pux6a34n]{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}h2[data-astro-cid-pux6a34n]{margin:0;font-size:1.1em;font-weight:600;letter-spacing:.05em}h2[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{text-decoration:none;color:#fff;font-family:var(--font-heading)}.hamburger[data-astro-cid-pux6a34n]{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{width:100%;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.hamburger[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.internal-links[data-astro-cid-pux6a34n]{display:flex;gap:1.5em}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{padding:.5em 0;color:rgb(var(--text-muted));text-decoration:none;transition:color .2s,transform .2s;font-size:.95rem;font-weight:500;position:relative}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:rgb(var(--accent));transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:#fff}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover:after{transform:scaleX(1);transform-origin:bottom left}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{color:#fff}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active:after{transform:scaleX(1)}@media(max-width:768px){.hamburger[data-astro-cid-pux6a34n]{display:flex;z-index:200}.internal-links[data-astro-cid-pux6a34n]{position:fixed;top:45px;left:0;right:0;background:#0a0a0cf2;backdrop-filter:blur(15px);flex-direction:column;align-items:center;padding:2rem 0;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #00000080;opacity:0;pointer-events:none;transform:translateY(-20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.internal-links[data-astro-cid-pux6a34n].active{opacity:1;pointer-events:all;transform:translateY(0)}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-size:1.2rem;letter-spacing:.05em;padding:.5em 1em;width:auto}nav[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:after{display:none}}footer[data-astro-cid-sz7xmlte]{padding:2em 1em 6em;background:linear-gradient(var(--gray-gradient)) no-repeat;font-family:var(--font-accent);color:rgb(var(--gray));text-align:center}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
