.wave-bg[data-astro-cid-agncc4x7]{position:absolute;bottom:0;left:0;width:100%;pointer-events:none;z-index:0}.hero-background[data-astro-cid-phguxnsc]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero[data-astro-cid-anhloy43]{--button-hover: color-mix(in srgb, var(--color-hero-bg), black 10%);background-color:var(--color-hero-bg);background-image:url(/images/backgrounds/hero-background.svg);background-attachment:scroll;background-size:cover;background-position:center;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:var(--space-lg) var(--space-md);scroll-snap-align:start}.hero-inner[data-astro-cid-anhloy43]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);max-width:1200px;width:100%;z-index:10}.hero-content[data-astro-cid-anhloy43]{flex:1;text-align:left}.hero-image[data-astro-cid-anhloy43]{flex:1;display:flex;align-items:center;justify-content:center}.hero-image[data-astro-cid-anhloy43] img[data-astro-cid-anhloy43]{width:100%;max-width:500px;height:auto}.hero-title[data-astro-cid-anhloy43],.hero-title[data-astro-cid-anhloy43] span[data-astro-cid-anhloy43]{font-family:Ubuntu,sans-serif;font-weight:700}.hero-description[data-astro-cid-anhloy43]{font-family:Open Sans,sans-serif}.hero-title[data-astro-cid-anhloy43]{display:flex;flex-direction:column;gap:var(--space-xs);line-height:1}.hero-greeting[data-astro-cid-anhloy43]{font-size:clamp(2.8rem,6vw,5rem);font-weight:900;font-family:Archivo Black,sans-serif;color:var(--color-text);text-shadow:0px 1px 1px var(--color-hero-bg-light)}.hero-subtitle[data-astro-cid-anhloy43]{font-size:clamp(1.5rem,3vw,1.8rem);font-weight:300;color:var(--color-text-on-dark);letter-spacing:.5px;text-shadow:0px 1px 1px rgba(0,0,0,.3)}.hero-cta[data-astro-cid-anhloy43]{display:flex;gap:var(--space-sm);flex-wrap:wrap}@media(prefers-reduced-motion:reduce){.hero-greeting[data-astro-cid-anhloy43]{animation:none;background-position:0% 50%}}@media(max-width:768px){.hero[data-astro-cid-anhloy43]{min-height:100svh}.hero-inner[data-astro-cid-anhloy43]{flex-direction:column;text-align:center}.hero-content[data-astro-cid-anhloy43]{text-align:center}.hero-cta[data-astro-cid-anhloy43]{justify-content:center}.hero-image[data-astro-cid-anhloy43]{order:-1}.hero-image[data-astro-cid-anhloy43] img[data-astro-cid-anhloy43]{max-width:300px}}.about-section{background:var(--color-about-bg);padding:var(--space-lg) var(--space-sm);display:flex;flex-direction:column;align-items:center;justify-content:center}.about-header{text-align:center;margin-bottom:var(--space-lg)}.about-title-wrapper{position:relative;display:inline-block}.about-header h2{font-size:3rem;color:var(--color-hero-h2);margin-bottom:var(--space-sm);font-weight:700}.about-me-annotation{top:50px}.about-header p{font-size:1.2rem;color:#ffffffe6}.about-container{max-width:900px;width:100%}.terminal-window{background:#1e1e1e;border-radius:8px;box-shadow:0 20px 60px #00000080;overflow:hidden}.terminal-header{background:#323232;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #454545}.terminal-buttons{display:flex;gap:.5rem}.terminal-btn{width:12px;height:12px;border-radius:50%}.terminal-btn.close{background:#ff5f57}.terminal-btn.minimize{background:#ffbd2e}.terminal-btn.maximize{background:#28ca42}.terminal-title{color:#8b8b8b;font-size:.875rem;font-family:var(--font-mono);margin-left:auto;margin-right:auto}.terminal-content{background:#1e1e1e;padding:var(--space-md);font-size:.95rem;line-height:1.6;color:#d4d4d4;min-height:400px}.terminal-content span{font-family:var(--font-mono)}.code-line{display:flex;gap:1.5rem}.line-number{color:#858585;text-align:right;min-width:2rem;user-select:none}.code-content{flex:1}.code-comment{color:#6a9955}.code-keyword{color:#c586c0}.code-const{color:#4fc1ff}.code-variable{color:#9cdcfe}.code-string{color:#ce9178}.code-property{color:#9cdcfe}.code-function{color:#dcdcaa}.code-number{color:#b5cea8}.code-punctuation{color:#d4d4d4}.cursor{display:inline-block;width:.6rem;height:1.2rem;background:#4fc1ff;margin-left:.2rem;animation:blink 1s infinite;position:absolute}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.terminal-window:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#4fc1ff,#c586c0,#ce9178);border-radius:8px;z-index:-1;opacity:.3;filter:blur(10px)}.about-container{position:relative}@media(max-width:768px){.terminal-content{font-size:.75rem;padding:var(--space-sm)}.code-line{gap:.75rem}.line-number{min-width:1.5rem}}@media(prefers-reduced-motion:reduce){.cursor{animation:none}}.sketchy-annotation{position:absolute;color:var(--color-accent);z-index:10;opacity:0;transition:opacity .3s ease;width:auto}.sketchy-annotation.is-visible{opacity:1}.sketchy-annotation.placement-bottom{flex-direction:column}.sketchy-annotation.placement-top{flex-direction:column-reverse}.sketchy-annotation.placement-left{flex-direction:row-reverse}.sketchy-annotation.placement-right{flex-direction:row}.sketchy-svg{overflow:visible;filter:drop-shadow(2px 2px 0px rgba(0,0,0,.2))}.sketchy-path{stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1) .2s}.sketchy-annotation.is-visible .sketchy-path{stroke-dashoffset:0}.sketchy-img{filter:drop-shadow(2px 2px 0px rgba(0,0,0,.2));opacity:0;transform:scale(.8) translateY(10px) rotate(-5deg);transition:all .8s cubic-bezier(.34,1.56,.64,1) .2s}.sketchy-annotation.is-visible .sketchy-img{opacity:1;transform:scale(1) translateY(0) rotate(0)}@media(prefers-reduced-motion:reduce){.sketchy-path{transition:none;stroke-dashoffset:0}.sketchy-annotation{transition:none;opacity:1}}.blog-preview-section{--button-hover: color-mix(in srgb, var(--color-blog-bg-end), black 10%);background:linear-gradient(135deg,var(--color-blog-bg-start) 0%,var(--color-blog-bg-end) 100%);padding:var(--space-xl) var(--space-sm);display:flex;flex-direction:column;justify-content:center}.blog-preview-container{max-width:1200px;margin:0 auto;width:100%}.blog-preview-header{text-align:center;margin-bottom:var(--space-lg)}.blog-preview-header h2{font-size:3rem;color:var(--color-text-on-dark);margin-bottom:var(--space-sm);font-weight:700}.blog-preview-header p{font-size:1.2rem;color:#ffffffe6}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-md);margin-bottom:var(--space-lg);position:relative}.blog-first-card-annotation{top:-80px;left:30px;width:100px;transform:rotate(-10deg)}.blog-view-all{text-align:center}@media(max-width:768px){.blog-preview-header h2{font-size:2rem}.blog-posts-grid{grid-template-columns:1fr}}.blog-post-card[data-astro-cid-umhsaoek]{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--color-card-bg);border-radius:12px;padding:var(--space-md);cursor:pointer}.blog-post-date[data-astro-cid-umhsaoek]{font-size:.875rem;color:var(--color-blog-bg-end);font-weight:600;margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.5px;font-family:Ubuntu,sans-serif}.blog-post-card[data-astro-cid-umhsaoek] h3[data-astro-cid-umhsaoek]{font-size:1.5rem;color:var(--palette-black-ish);margin-bottom:var(--space-sm);line-height:1.3;font-family:Playfair Display,serif}.blog-post-excerpt[data-astro-cid-umhsaoek]{color:var(--palette-grey-600);line-height:1.6;margin-bottom:var(--space-md);font-family:Source Sans Pro,sans-serif}.blog-read-more[data-astro-cid-umhsaoek]{margin-top:auto;color:var(--color-blog-bg-end);font-weight:600}@media(prefers-reduced-motion:reduce){.blog-post-card[data-astro-cid-umhsaoek]{animation:none}}
