.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}:root{--accent: 0, 122, 204;--accent-light: 173, 219, 255;--accent-dark: 0, 90, 156;--background-dark: #fafafa;--background-medium: #ffffff;--background-light: #f3f3f3;--text-primary: #333333;--text-secondary: #666666;--accent-color: #007acc;--accent-color-hover: #005a9e;--border-color: #e5e5e5;--shadow-color: rgba(0, 0, 0, .1);--accent-secondary: #007acc;--inline-code-color: #d73a49}[data-theme=dark]{--background-dark: #1a1a2e;--background-medium: #16213e;--background-light: #0f3460;--text-primary: #d4d4d4;--text-secondary: #a0a0b0;--accent-color: #8b0000;--accent-color-hover: #a50000;--border-color: #2a2a4a;--shadow-color: rgba(0, 0, 0, .3);--accent-secondary: #6a0dad;--inline-code-color: #e06c75}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--background-dark);color:var(--text-primary);scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease}body{margin:0;min-height:100vh;display:flex;flex-direction:column;line-height:1.6}main{flex:1;width:100%;max-width:800px;margin:2rem auto;padding:1rem;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:1.3;margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{font-size:1.4rem;margin:1rem 0}a{color:var(--accent-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-color-hover)}nav{background:var(--background-medium);padding:1rem;color:var(--text-primary);position:relative;border-bottom:1px solid var(--border-color);box-shadow:0 1px 3px var(--shadow-color)}.nav-content{max-width:800px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.8rem;font-weight:600;color:var(--text-primary);text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-primary);text-decoration:none;transition:color .2s ease;font-size:1.1rem}.nav-links a:hover{color:var(--accent-color);text-decoration:none}header,footer{text-align:center;color:var(--text-primary);margin:0;padding:1.5rem;background-color:var(--background-medium)}footer{border-top:1px solid var(--border-color);font-size:.9rem;color:var(--text-secondary)}.nav-right{display:flex;align-items:center;gap:.5rem}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid var(--border-color);border-radius:50%;cursor:pointer;color:var(--text-primary);transition:transform .4s ease,border-color .3s ease,color .3s ease}.theme-toggle:hover{border-color:var(--accent-color);color:var(--accent-color)}.theme-toggle.rotating{transform:rotate(360deg)}.theme-toggle svg{width:20px;height:20px}.mobile-menu-button{display:none;background:none;border:none;padding:.5rem;cursor:pointer}.hamburger{display:block;width:24px;height:2px;background:var(--text-primary);position:relative;transition:background .2s ease-out}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--text-primary);transition:transform .2s ease-out}.hamburger:before{top:-6px}.hamburger:after{bottom:-6px}@media (max-width: 768px){.mobile-menu-button{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--background-medium);flex-direction:column;padding:1rem;gap:1rem;z-index:100;border-top:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow-color)}.nav-links.active{display:flex}.nav-right{display:flex;align-items:center;gap:.5rem}.theme-toggle{order:0}.mobile-menu-button{order:1}}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);bottom:0}nav,header,footer,.nav-links a,.site-title{transition:background-color .3s ease,color .3s ease,border-color .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-dark)}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1a2e}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#4a4a6a}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#5a5a7a}[data-theme=dark] body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}@keyframes horror-flicker{0%{opacity:1}5%{opacity:.1}10%{opacity:.9}15%{opacity:.2}20%{opacity:1}25%{opacity:.3}30%{opacity:.8}35%{opacity:.1}40%{opacity:1}50%{opacity:.5}55%{opacity:1}60%{opacity:.3}65%{opacity:.9}70%{opacity:.1}75%{opacity:1}80%{opacity:.8}85%{opacity:.2}90%{opacity:1}95%{opacity:.6}to{opacity:1}}@keyframes horror-overlay{0%{opacity:0}30%{opacity:1}70%{opacity:.5}to{opacity:0}}.horror-transition{animation:horror-flicker .6s ease-in-out}body.horror-transition:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#8b000026;pointer-events:none;z-index:9999;animation:horror-overlay .6s ease-in-out forwards}
