.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}@property --theme-bg{syntax: "<color>"; inherits: true; initial-value: #050505;}@property --theme-accent{syntax: "<color>"; inherits: true; initial-value: #6A89CC;}@property --theme-text{syntax: "<color>"; inherits: true; initial-value: #ffffff;}@property --theme-text-secondary{syntax: "<color>"; inherits: true; initial-value: #9090a0;}:root{--theme-bg: #050505;--theme-accent: #6A89CC;--theme-text: #ffffff;--theme-text-secondary: #9090a0;--theme-border: rgba(106, 137, 204, .3);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Orbitron", system-ui, sans-serif;--theme-identity-scale: 1}[data-theme=lightning]{--theme-bg: #050505;--theme-accent: #6A89CC;--theme-text: #ffffff;--theme-text-secondary: #9090a0;--theme-border: rgba(106, 137, 204, .3);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Orbitron", system-ui, sans-serif;--theme-identity-scale: 1}[data-theme=matrix]{--theme-bg: #0a0a0a;--theme-accent: #00ff41;--theme-text: #00ff41;--theme-text-secondary: #00cc33;--theme-border: rgba(0, 255, 65, .15);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "VT323", monospace;--theme-identity-scale: 1.3}[data-theme=fireflies]{--theme-bg: #051a05;--theme-accent: #ffffaa;--theme-text: #f0fff0;--theme-text-secondary: #aaffaa;--theme-border: rgba(255, 255, 170, .2);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Cormorant Garamond", serif;--theme-identity-scale: 1.1}[data-theme=pixel]{--theme-bg: #141414;--theme-accent: #ffcc00;--theme-text: #ffffff;--theme-text-secondary: #c0c0c0;--theme-border: rgba(255, 204, 0, .3);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Press Start 2P", monospace;--theme-identity-scale: .55}[data-theme=aquarium]{--theme-bg: #020a18;--theme-accent: #00c8ff;--theme-text: #d0f0ff;--theme-text-secondary: #6090b0;--theme-border: rgba(0, 200, 255, .2);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Fredoka", system-ui, sans-serif;--theme-identity-scale: .95}[data-theme=garden]{--theme-bg: #0a1a0a;--theme-accent: #7cfc00;--theme-text: #e0ffe0;--theme-text-secondary: #80b060;--theme-border: rgba(124, 252, 0, .2);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Pacifico", cursive;--theme-identity-scale: .95}[data-theme=typewriter]{--theme-bg: #0d0d0d;--theme-accent: #00cc66;--theme-text: #d0ffd0;--theme-text-secondary: #60a060;--theme-border: rgba(0, 204, 102, .2);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Special Elite", monospace;--theme-identity-scale: 1.05}[data-theme=dimension]{--theme-bg: #060608;--theme-accent: #cc44ff;--theme-text: #e0d0ff;--theme-text-secondary: #8070a0;--theme-border: rgba(204, 68, 255, .2);--theme-font-heading: "Outfit", system-ui, sans-serif;--theme-font-body: "Inter", system-ui, sans-serif;--theme-font-identity: "Major Mono Display", monospace;--theme-identity-scale: .85}:root{--phi: 1.61803398875;--base-unit: 1.5rem;--space-xs: calc(var(--base-unit) / var(--phi));--space-s: var(--base-unit);--space-m: calc(var(--base-unit) * var(--phi));--space-l: calc(var(--base-unit) * var(--phi) * var(--phi));--space-xl: calc(var(--base-unit) * var(--phi) * var(--phi) * var(--phi));--container-max: 100rem;--font-size-base: 1.1rem;--font-size-xs: calc(var(--font-size-base) / var(--phi));--font-size-s: var(--font-size-base);--font-size-m: calc(var(--font-size-base) * var(--phi));--font-size-xl: calc(var(--font-size-m) * var(--phi) * var(--phi));--font-size-2xl: calc(var(--font-size-xl) * var(--phi));scrollbar-gutter:stable;background-color:var(--theme-bg);transition:--theme-bg .5s ease,--theme-accent .5s ease,--theme-text .5s ease,--theme-text-secondary .5s ease}*{margin:0;padding:0;box-sizing:border-box}:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}body{background-color:transparent;color:var(--theme-text);font-family:var(--theme-font-body);line-height:var(--phi);font-size:var(--font-size-s);overflow-x:hidden;overflow-y:auto;height:100vh;height:100dvh;touch-action:pan-y;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:10px}::-webkit-scrollbar-track{background:transparent}#app{position:relative;height:100vh;height:100dvh;width:100%}.skip-link{position:absolute;top:-100%;left:var(--space-s);z-index:9999;padding:var(--space-xs) var(--space-s);background:var(--theme-bg);color:var(--theme-accent);border:2px solid var(--theme-accent);border-radius:4px;font-size:var(--font-size-s);text-decoration:none}.skip-link:focus-visible{top:var(--space-s)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-l);width:100%}.golden-nav{display:flex;justify-content:space-between;align-items:center;height:var(--space-xl)}.logo{font-size:var(--font-size-m);font-weight:700;text-decoration:none;color:var(--theme-text)}.logo span{color:var(--theme-accent)}.nav-links{display:flex;list-style:none;gap:var(--space-l)}.nav-links a{text-decoration:none;color:var(--theme-text-secondary);font-size:var(--font-size-base);font-weight:400;transition:color .3s,text-shadow .3s;padding:var(--space-xs) 0;white-space:nowrap}.nav-links a:hover{color:var(--theme-text);text-shadow:0 0 10px var(--theme-accent)}.nav-links a.cta-mini{border:1px solid var(--theme-accent);color:var(--theme-accent);padding:var(--space-xs) var(--space-s);font-weight:700}.nav-links a.cta-mini:hover{background:var(--theme-accent);color:var(--theme-bg);box-shadow:0 0 15px var(--theme-accent)}#hero-canvas-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}#hero-canvas-container canvas{will-change:opacity}.hero-content{position:relative;z-index:1}.content-section{position:absolute;top:var(--space-xl);left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;opacity:0;pointer-events:none;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.content-section.active{opacity:1;pointer-events:auto;transform:translateY(0)}.reveal-text{font-family:var(--theme-font-identity);font-size:calc(clamp(3rem,10vw,8rem) * var(--theme-identity-scale, 1));margin-bottom:var(--space-xs);font-weight:700;line-height:1}.reveal-sub{color:var(--theme-text-secondary);font-size:var(--font-size-m);font-weight:300}.page-content{padding-top:var(--space-l);padding-bottom:var(--space-xl);min-height:calc(100dvh - var(--space-xl))}.page-content .reveal-text{font-size:clamp(2rem,6vw,4rem);margin-bottom:var(--space-xs)}.page-content .reveal-sub{margin-bottom:var(--space-l)}.mock-card{border:1px solid var(--theme-border);padding:var(--space-m);margin-bottom:var(--space-m);border-radius:4px;transition:border-color .3s}.mock-card:hover{border-color:var(--theme-accent)}.mock-card-link:focus-visible .mock-card{border-color:var(--theme-accent)}.mock-card-title{font-family:var(--theme-font-heading);font-size:var(--font-size-m);font-weight:600;color:var(--theme-text);margin-bottom:var(--space-xs)}.mock-card-date{display:block;font-size:var(--font-size-xs);color:var(--theme-text-secondary);margin-bottom:var(--space-s)}.mock-card-desc{color:var(--theme-text-secondary);font-size:var(--font-size-s);line-height:var(--phi)}.contact-form{--form-error-color: #e74c3c;max-width:36rem}.contact-form-group{margin-bottom:var(--space-m)}.contact-form-label{display:block;font-size:var(--font-size-s);color:var(--theme-text);margin-bottom:var(--space-xs);font-weight:500}.contact-form-input,.contact-form-textarea{width:100%;padding:var(--space-xs) var(--space-s);background:transparent;border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text);font-family:var(--theme-font-body);font-size:var(--font-size-s);transition:border-color .3s}.contact-form-input:focus-visible,.contact-form-textarea:focus-visible{border-color:var(--theme-accent)}.contact-form-input.is-invalid,.contact-form-textarea.is-invalid{border-color:var(--form-error-color)}.contact-form-textarea{min-height:10rem;resize:vertical}.contact-form-error{display:block;color:var(--form-error-color);font-size:var(--font-size-xs);margin-top:.25rem;min-height:1.2em}.contact-form-btn{padding:var(--space-xs) var(--space-l);background:transparent;border:1px solid var(--theme-accent);color:var(--theme-accent);font-family:var(--theme-font-body);font-size:var(--font-size-s);font-weight:600;border-radius:4px;cursor:pointer;transition:background .3s,color .3s,border-color .3s}.contact-form-btn:hover{background:var(--theme-accent);color:var(--theme-bg)}.contact-form-btn:focus-visible{background:var(--theme-accent);color:var(--theme-bg)}.contact-form-btn:disabled{cursor:not-allowed;opacity:.6}.contact-form-success{color:var(--theme-accent);font-size:var(--font-size-m);text-align:center;padding:var(--space-l) 0}.contact-form-honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}.article-content{max-width:52rem}.back-link{display:inline-block;font-size:var(--font-size-xs);color:var(--theme-text-secondary);text-decoration:none;margin-bottom:var(--space-m);transition:color .3s}.back-link:hover{color:var(--theme-accent)}.article-title{font-family:var(--theme-font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:var(--space-xs);color:var(--theme-text)}.article-date{display:block;font-size:var(--font-size-xs);color:var(--theme-text-secondary);margin-bottom:var(--space-s)}.article-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-l)}.article-tag{font-size:var(--font-size-xs);color:var(--theme-accent);border:1px solid var(--theme-accent);padding:2px var(--space-xs);border-radius:4px}.article-prose{margin-top:var(--space-l);line-height:var(--phi);color:var(--theme-text)}.article-prose h1,.article-prose h2,.article-prose h3{font-family:var(--theme-font-heading);color:var(--theme-text);margin-top:var(--space-l);margin-bottom:var(--space-s);font-weight:600;line-height:1.2}.article-prose h1{font-size:var(--font-size-xl)}.article-prose h2{font-size:var(--font-size-m)}.article-prose h3{font-size:var(--font-size-s);font-weight:700}.article-prose p{margin-bottom:var(--space-s)}.article-prose a{color:var(--theme-accent);text-decoration:underline;text-underline-offset:2px;transition:color .3s}.article-prose a:hover{color:var(--theme-text)}.article-prose ul,.article-prose ol{margin-bottom:var(--space-s);padding-left:var(--space-m)}.article-prose li{margin-bottom:var(--space-xs)}.article-prose blockquote{border-left:3px solid var(--theme-accent);padding-left:var(--space-s);margin:var(--space-s) 0;color:var(--theme-text-secondary);font-style:italic}.article-prose code{font-family:Courier New,Courier,monospace;font-size:.9em;background:var(--theme-border);border:1px solid var(--theme-border);padding:1px 4px;border-radius:3px}.article-prose pre{margin:var(--space-s) 0;padding:var(--space-s);background:var(--theme-border)!important;color:var(--theme-text)!important;border:1px solid var(--theme-border);border-radius:4px;overflow-x:auto}.article-prose pre code{background:none;border:none;padding:0;font-size:var(--font-size-xs)}.article-prose img{max-width:100%;height:auto;border-radius:4px;margin:var(--space-s) 0}.article-prose strong{color:var(--theme-text);font-weight:600}.theme-switching,.theme-switching *,.theme-switching *:before,.theme-switching *:after{transition:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.5rem}.nav-icon[data-astro-cid-dmqpwcec]{flex-shrink:0;transition:transform .3s ease}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover .nav-icon[data-astro-cid-dmqpwcec]{transform:translateY(-2px)}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active{color:var(--theme-text)}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active span[data-astro-cid-dmqpwcec]{border-bottom:2px solid var(--theme-accent)}@media(max-width:480px){.nav-links[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:none}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{padding:var(--space-xs)}}#dev-theme-label[data-astro-cid-37fxchfa]{position:fixed;bottom:8px;left:8px;font:11px/1 monospace;color:var(--theme-text-secondary, #888);opacity:.45;pointer-events:none;z-index:9999}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
