.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}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #08080a;--bg-card: #0f0f13;--bg-hover: #16161c;--border: #1c1c22;--border-hi: #2c2c36;--text: #f0f0f2;--muted: #72727c;--subtle: #3c3c46;--accent: #818cf8;--accent-2: #c084fc}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:2px}#progress{position:fixed;top:0;left:0;height:2px;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-2));z-index:1000;transition:width 80ms linear}nav{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;transition:background .3s,border-color .3s;border-bottom:1px solid transparent}nav.scrolled{background:#08080ad1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:var(--border)}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-logo-img{height:52px;width:auto}.nav-links{display:flex;gap:1.75rem;list-style:none}.nav-links a{font-size:13px;color:var(--muted);text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.container{max-width:720px;margin:0 auto;padding:0 2rem}section{padding:5.5rem 0}#home{min-height:100vh;display:flex;align-items:center;padding-top:68px;position:relative;overflow:hidden}#home:before{content:"";position:absolute;top:-200px;left:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(129,140,248,.07) 0%,transparent 70%);pointer-events:none}#home:after{content:"";position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(192,132,252,.06) 0%,transparent 70%);pointer-events:none}.hero-content{padding-top:2rem}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1.75rem}.hero-tag-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-size:clamp(2.2rem,6vw,3.8rem);font-weight:300;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.5rem}.hero-title em{font-style:italic;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:15px;color:var(--muted);max-width:440px;line-height:1.75;margin-bottom:2.5rem}.hero-actions{display:flex;gap:.75rem;align-items:center}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.1rem;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;border:none;font-family:inherit;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-ghost{color:var(--muted);background:transparent}.btn-ghost:hover{color:var(--text)}.s-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--subtle);margin-bottom:.5rem}.s-title{font-size:1.4rem;font-weight:400;letter-spacing:-.025em;color:var(--text);margin-bottom:.4rem}.s-desc{font-size:13px;color:var(--muted);margin-bottom:2.5rem}#thoughts{border-top:1px solid var(--border);padding-top:calc(68px + 3.5rem)}.thought-card{display:flex;gap:1.75rem;align-items:baseline;padding:1.4rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text);cursor:pointer;position:relative}.thought-card:first-of-type{border-top:1px solid var(--border)}.thought-card:hover .thought-title{color:var(--accent)}.thought-card:hover .thought-arrow{opacity:1;transform:translate(2px,-1px)}.thought-date{font-size:11px;color:var(--subtle);min-width:68px;font-variant-numeric:tabular-nums;padding-top:1px}.thought-body{flex:1}.thought-title{font-size:14px;font-weight:500;letter-spacing:-.01em;margin-bottom:.25rem;transition:color .2s}.thought-excerpt{font-size:13px;color:var(--muted);line-height:1.55}.thought-tags{display:flex;gap:.35rem;margin-top:.55rem;flex-wrap:wrap}.tag{font-size:10px;padding:.15rem .45rem;border-radius:3px;background:var(--bg-card);border:1px solid var(--border);color:var(--subtle);letter-spacing:.02em}.thought-arrow{color:var(--subtle);opacity:0;font-size:14px;transition:all .2s;align-self:center;flex-shrink:0}#visuals{border-top:1px solid var(--border);padding-top:calc(68px + 3.5rem)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text{font-size:14px;color:var(--muted);line-height:1.8}.about-text p+p{margin-top:1rem}.about-text strong{color:var(--text);font-weight:500}.about-links{display:flex;flex-direction:column;gap:.5rem}.about-link{display:flex;align-items:center;justify-content:space-between;padding:.7rem .9rem;border-radius:7px;border:1px solid var(--border);background:var(--bg-card);text-decoration:none;color:var(--muted);font-size:13px;transition:all .18s}.about-link:hover{border-color:var(--border-hi);color:var(--text);background:var(--bg-hover);transform:translate(3px)}.about-link-icon{font-size:12px;opacity:.45}footer{border-top:1px solid var(--border);padding:2.5rem 0}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:.6rem;font-size:12px;color:var(--subtle)}.footer-logo-img{height:24px;width:auto}.footer-links{display:flex;gap:1.25rem;align-items:center}.footer-links a{color:var(--subtle);text-decoration:none;transition:color .2s;display:flex;align-items:center}.footer-links a:hover{color:var(--text)}.fade-up{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.d5{transition-delay:.4s}.post-header{padding-top:calc(68px + 4rem);padding-bottom:3rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.post-back{display:inline-flex;align-items:center;gap:.4rem;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:2rem;transition:color .2s}.post-back:hover{color:var(--text)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.post-date{font-size:11px;color:var(--subtle)}.post-title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:300;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.post-excerpt{font-size:15px;color:var(--muted);line-height:1.75;max-width:540px}.post-body{font-size:15px;line-height:1.8;color:var(--muted);padding-bottom:5rem}.post-body p{margin-bottom:1.5rem}.post-body h2{font-size:1.1rem;font-weight:500;color:var(--text);letter-spacing:-.02em;margin:2.5rem 0 1rem}.post-body h3{font-size:.95rem;font-weight:500;color:var(--text);letter-spacing:-.01em;margin:2rem 0 .75rem}.post-body strong{color:var(--text);font-weight:500}.post-body em{font-style:italic}.post-body a{color:var(--accent);text-decoration:none}.post-body a:hover{text-decoration:underline}.post-body blockquote{border-left:2px solid var(--border-hi);padding-left:1.25rem;margin:1.5rem 0;color:var(--subtle);font-style:italic}.post-body code{font-family:JetBrains Mono,monospace;font-size:13px;background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:.1rem .35rem;color:var(--accent)}.post-body pre{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;font-size:13px;color:var(--text)}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.5rem}.post-body li{margin-bottom:.4rem}@media(max-width:600px){nav,.container{padding-left:1.25rem;padding-right:1.25rem}section{padding:4rem 0}.about-grid{grid-template-columns:1fr;gap:2rem}.thought-date{display:none}.nav-links{gap:1.25rem}.footer-inner{flex-direction:column;gap:1rem;text-align:center}}
