:root{--accent: #065f46;--accent-dark: #064e3b;--black: 18, 18, 18;--gray: 110, 110, 110;--gray-light: 245, 245, 247;--gray-dark: 44, 44, 46;--gray-gradient: #f9f9fb, #fff;--box-shadow: 0 4px 12px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .1)}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:var(--font-lora),serif;text-align:left;background:#fff;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--black));font-size:20px;line-height:1.6}main{width:100%;max-width:1200px;margin:0 auto;padding:3rem 0 1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-inter),sans-serif;margin:0 0 .5rem;color:rgb(var(--black));line-height:1.1;font-weight:700;letter-spacing:-.02em}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{margin-bottom:1.5em}.prose{font-family:var(--font-lora),serif;font-size:21px;line-height:1.8}.prose p{margin-bottom:2em}textarea,input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:1px solid rgb(var(--gray-light))}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}header{margin:0;padding:0;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:100}header nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem}header h2{margin:0;font-size:1.1rem;font-family:var(--font-inter),sans-serif;font-weight:800;letter-spacing:-.04em;text-transform:lowercase}header h2 a{color:rgb(var(--black));transition:opacity .2s;text-decoration:none}header h2 a:hover{opacity:.7}header .internal-links{display:flex;gap:.5rem}header nav a{padding:.5rem .75rem;color:rgb(var(--black));text-decoration:none;font-family:var(--font-inter),sans-serif;font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.1em;opacity:.5;transition:all .2s ease}header nav a:hover,header nav a.active{opacity:1;color:var(--accent)}footer{padding:5em 1rem;background:#fff;color:rgb(var(--gray));text-align:center;font-family:var(--font-inter),sans-serif;font-size:.9rem;border-top:1px solid #eee}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.footer-links a{color:rgb(var(--gray));text-decoration:none;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--accent)}.social-links{display:flex;justify-content:center;gap:1.5em;margin-top:2em}.social-links a{text-decoration:none;color:rgb(var(--gray));opacity:.5;transition:all .2s}.social-links a:hover{opacity:1}.social-links a.social-x:hover{color:#000}.social-links a.social-instagram:hover{color:#e4405f}.social-links a.social-github:hover{color:#333}.social-links a.social-linkedin:hover{color:#0077b5}.social-links a.social-youtube:hover{color:red}.hero-section{padding:0 0 2rem;display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-content{max-width:800px}.hero-title{font-size:5rem;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:2rem}.hero-intro{font-size:2.25rem;font-family:var(--font-lora),serif;line-height:1.4;color:#222;margin-bottom:2.5rem}.hero-intro span{color:var(--accent);font-style:italic;position:relative;display:inline-block}.hero-intro span:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:4px;background:var(--accent);opacity:.1;z-index:-1}.bio-intro{font-size:1.2rem;color:#666;margin-bottom:3.5rem;max-width:650px;line-height:1.7}.cta-group{display:flex;gap:2.5rem;align-items:center}.cta-button{background:var(--accent);color:#fff;padding:1rem 2.2rem;border-radius:6px;text-decoration:none;font-family:var(--font-inter),sans-serif;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;transition:all .4s cubic-bezier(.165,.84,.44,1)}.cta-button:hover{transform:translateY(-5px);background:var(--accent-dark);box-shadow:0 20px 40px #065f4626;color:#fff}.cta-secondary{color:#666;text-decoration:none;font-family:var(--font-inter),sans-serif;font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.12em;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.cta-secondary:hover{color:var(--accent)}.psyduck-cassette{position:relative;width:300px;max-width:100%;height:300px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.psyduck-cassette:before{content:"";position:absolute;width:110%;height:110%;border:1px dashed #eee;border-radius:50%;animation:rotate 20s linear infinite reverse}.psyduck-disc{width:100%;height:100%;border-radius:50%;background:#f0f0f0;padding:10px;box-shadow:0 10px 30px #0000001a;animation:rotate 10s linear infinite;position:relative;z-index:1}.psyduck-disc img{width:100%;height:100%;border-radius:50%;object-fit:cover}.psyduck-disc:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border:6px solid #f0f0f0;border-radius:50%;box-shadow:inset 0 2px 4px #0000001a}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.latest-posts-section{margin-top:2rem;padding:2rem 0 4rem;border-top:1px solid #f0f0f0}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4rem}.section-header h2{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#999;margin:0!important}.view-all{color:var(--accent);text-decoration:none;font-weight:700;font-family:var(--font-inter),sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid transparent;transition:border-color .3s ease}.view-all:hover{border-color:var(--accent)}.profile-container{display:flex;align-items:flex-start;gap:4rem}.profile-image{flex-shrink:0}.profile-image img{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 20px 40px #0000001a}.profile-content{flex:1}.profile-content h1{font-size:4rem;margin:0 0 1.5rem;font-weight:800;letter-spacing:-.04em;line-height:1}.profile-content p{font-family:var(--font-lora),serif;font-size:1.5rem;line-height:1.6;color:#333;margin-bottom:2rem}.coding-line{margin-top:3rem;padding:1.5rem;background:#f8f8f8;border-radius:8px;border:1px solid #eee}.coding-line code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1.05rem;color:#1a1a1a;font-weight:600;letter-spacing:-.01em;word-break:break-word;background:none;padding:0}.post-container{width:100%;max-width:1200px;margin:0 auto}.post-hero-image{width:100%;margin-bottom:2rem;padding:0 1rem}.post-hero-image img{display:block;margin:0 auto;border-radius:12px;width:100%;max-height:500px;object-fit:cover;box-shadow:0 20px 40px #0000001a}.post-prose{width:100%;max-width:800px;margin:auto;color:rgb(var(--black));font-family:var(--font-lora),serif;font-size:1.25rem;line-height:1.8;text-align:justify;hyphens:auto}.post-prose h1,.post-prose h2,.post-prose h3,.post-prose h4,.post-prose h5,.post-prose h6{text-align:left}.post-title-section{margin-bottom:3rem;text-align:left}.post-title-section h1{margin:0 0 1rem!important;font-size:4rem;font-weight:800;letter-spacing:-.04em;line-height:1}.post-date{margin-bottom:1.5rem;color:rgb(var(--gray));font-family:var(--font-inter),sans-serif;text-transform:uppercase;font-size:.8rem;letter-spacing:.12em;font-weight:700}.post-divider{border:0;border-top:1px solid #eee;margin:2.5rem 0}ul.blog-posts-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;list-style:none;padding:0;margin:1rem 0 0}.blog-card{width:100%;list-style:none}.blog-card a{text-decoration:none;display:block}.blog-card img{transition:transform .3s ease,box-shadow .3s ease;margin-bottom:1.5rem;border-radius:4px;width:100%;aspect-ratio:16 / 9;object-fit:cover}.blog-card .title{margin:0 0 .5rem!important;color:rgb(var(--black));line-height:1.2;font-family:var(--font-lora),serif;font-weight:600;font-size:1.8rem;transition:color .3s ease}.blog-card .metadata{margin:0 0 1rem;color:rgb(var(--gray));font-family:var(--font-inter),sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;display:flex;align-items:center;gap:.5rem}.blog-card .author{color:inherit}.blog-card .separator{opacity:.5}.blog-card .excerpt{margin:0;color:#666;font-family:var(--font-lora),serif;font-size:1.1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card a:hover .title{color:var(--accent)}.blog-card a:hover img{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.archive-header{margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.archive-header h1{font-size:4rem;margin-bottom:1rem}.archive-header p{font-size:1.25rem;color:#666}@media(max-width:1100px){header nav{flex-direction:column;gap:1rem;padding:1rem}.hero-section{flex-direction:column;text-align:center;padding:3rem 0}.hero-content{max-width:100%;order:2}.psyduck-cassette{order:1;margin-bottom:3rem}.cta-group{justify-content:center}.bio-intro{margin-left:auto;margin-right:auto}}@media(max-width:960px){ul.blog-posts-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:720px){body{font-size:18px}main{width:100%;max-width:calc(100% - 2rem);padding:.5rem 1rem}.hero-title{font-size:2.75rem}.hero-intro{font-size:1.5rem}ul.blog-posts-grid{grid-template-columns:1fr}.cta-group{flex-direction:column;gap:1.5rem}.latest-posts-section{padding:2rem 0 4rem}.profile-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.profile-content h1{font-size:2.75rem}.profile-content p{font-size:1.15rem}.post-title-section h1{font-size:2.5rem}.post-prose{font-size:1.05rem;width:100%;max-width:100%}.archive-header h1{font-size:2.75rem}.footer-links,.social-links{flex-wrap:wrap;gap:1rem}}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}
