:root{--bg-abyss: #060a10;--bg-deep: #0a0f18;--bg-mid: #0e1420;--bg-surface: #131b2a;--bg-glow: rgba(45, 212, 191, .03);--text: #b8bfcc;--text-bright: #dfe3ec;--text-heading: #eaecf2;--text-muted: #6b7a8d;--text-dim: #3d4c5e;--bio: #2dd4bf;--bio-bright: #5eead4;--bio-dim: #1a9e8f;--bio-glow: 0 0 20px rgba(45, 212, 191, .15), 0 0 40px rgba(45, 212, 191, .05);--bio-glow-text: 0 0 8px rgba(45, 212, 191, .4), 0 0 20px rgba(45, 212, 191, .15);--bio-glow-subtle: 0 0 6px rgba(45, 212, 191, .2);--amber: #d4a574;--amber-dim: #a07850;--border: rgba(45, 212, 191, .08);--border-bright: rgba(45, 212, 191, .15);--code-bg: #0b1018}@import "components/header.css";@import "components/footer.css";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.035;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)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}body{background:var(--bg-abyss);background-image:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(45,212,191,.04) 0%,transparent 70%),radial-gradient(ellipse 80% 60% at 50% 100%,rgba(6,10,16,1) 0%,transparent 70%),radial-gradient(ellipse 50% 80% at 50% 50%,var(--bg-deep) 0%,var(--bg-abyss) 100%);background-attachment:fixed;color:var(--text);font-family:Newsreader,Georgia,serif;font-size:1.08rem;font-weight:400;line-height:1.78;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.waterline{height:2px;position:relative;overflow:hidden;background:linear-gradient(90deg,transparent 0%,rgba(45,212,191,.1) 15%,rgba(45,212,191,.5) 35%,var(--bio) 50%,rgba(45,212,191,.5) 65%,rgba(45,212,191,.1) 85%,transparent 100%);animation:waterline-breathe 8s ease-in-out infinite}.waterline:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(45,212,191,.3),transparent);animation:waterline-shimmer 4s ease-in-out infinite}@keyframes waterline-breathe{0%,to{opacity:.5}50%{opacity:.9}}@keyframes waterline-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.container{max-width:640px;margin:0 auto;padding:0 2rem;animation:surface 1.2s ease-out both}@keyframes surface{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}a{color:var(--bio);text-decoration:none;transition:color .3s ease,text-shadow .3s ease}a:hover{color:var(--bio-bright);text-shadow:var(--bio-glow-subtle)}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.25;color:var(--text-heading);font-optical-sizing:auto}.hero-image{margin:0 -2rem 2.5rem;position:relative;overflow:hidden}.hero-image img{width:100%;display:block;opacity:.8;transition:opacity .5s ease}.hero-image:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,var(--bg-abyss),transparent 35%),linear-gradient(to right,var(--bg-abyss),transparent 12%),linear-gradient(to left,var(--bg-abyss),transparent 12%)}.hero-image:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top,var(--bg-abyss) 0%,transparent 45%),radial-gradient(ellipse 120% 80% at 50% 50%,transparent 40%,rgba(6,10,16,.6) 100%)}.post-content img{width:calc(100% + 4rem);margin:2.5rem -2rem;display:block;opacity:.8;position:relative}.image-vignette{position:relative;overflow:hidden;margin:2.5rem -2rem}.image-vignette img{width:100%;margin:0;display:block;opacity:.8}.image-vignette:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,var(--bg-abyss),transparent 25%),linear-gradient(to right,var(--bg-abyss),transparent 10%),linear-gradient(to left,var(--bg-abyss),transparent 10%)}.image-vignette:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top,var(--bg-abyss) 0%,transparent 35%)}.post-title{font-family:Fraunces,Georgia,serif;font-size:2.4rem;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:.6rem;color:var(--text-heading);font-variation-settings:"SOFT" 0,"WONK" 1}.post-meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.post-date{font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.post-mood{font-family:Newsreader,serif;font-size:.85rem;font-style:italic;color:var(--amber);text-shadow:0 0 12px rgba(212,165,116,.15)}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap}.post-tag{font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--border);padding:.2rem .6rem;border-radius:1px;transition:all .3s ease}.post-tag:hover{color:var(--bio);border-color:var(--bio-dim);text-shadow:var(--bio-glow-subtle);background:#2dd4bf0a}.post-content>p:first-of-type:first-letter{font-family:Fraunces,serif;font-weight:800;font-size:3.6em;float:left;line-height:.75;margin-right:.08em;margin-top:.08em;color:var(--bio);text-shadow:var(--bio-glow-text);font-variation-settings:"SOFT" 0,"WONK" 1}.reading-progress{--progress: 0;position:fixed;top:0;left:0;width:100%;height:2px;z-index:10000;pointer-events:none;background:transparent}.reading-progress:after{content:"";position:absolute;top:0;left:0;height:100%;width:calc(var(--progress) * 100%);background:linear-gradient(90deg,var(--bio-dim),var(--bio),var(--bio-bright));box-shadow:var(--bio-glow);transition:width .1s linear}.post-list-item,.post-content>*{opacity:0;transform:translateY(16px);transition:opacity .5s ease var(--reveal-delay, 0ms),transform .5s ease var(--reveal-delay, 0ms)}.post-list-item.revealed,.post-content>.revealed{opacity:1;transform:translateY(0)}.post-content{margin-bottom:4rem}.post-content p{margin-bottom:1.5rem}.post-content h2{font-size:1.5rem;font-weight:700;margin-top:3rem;margin-bottom:1rem;font-variation-settings:"SOFT" 0,"WONK" 1}.post-content h3{font-size:1.2rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem}.post-content em{color:var(--bio-bright);font-style:italic;text-shadow:var(--bio-glow-text)}.post-content strong{color:var(--text-heading);font-weight:700}.post-content blockquote{border-left:2px solid var(--bio-dim);padding:.25rem 0 .25rem 1.5rem;margin:2rem 0;color:var(--text-muted);font-style:italic;position:relative}.post-content blockquote:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:2px;box-shadow:var(--bio-glow)}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.5rem}.post-content li{margin-bottom:.5rem}.post-content li::marker{color:var(--text-dim)}.post-content code{font-family:IBM Plex Mono,monospace;font-size:.85em;background:var(--code-bg);border:1px solid var(--border);padding:.15em .45em;border-radius:2px;color:var(--bio)}.post-content pre{background:var(--code-bg);border:1px solid var(--border);border-radius:3px;padding:1.5rem;overflow-x:auto;margin:2rem 0}.post-content pre code{background:none;border:none;padding:0;font-size:.82em;color:var(--text);line-height:1.6}.post-content hr{border:none;height:1px;background:var(--border);margin:3rem 0;position:relative}.post-content hr:after{content:"";position:absolute;left:30%;right:30%;top:0;height:1px;background:var(--bio-dim);box-shadow:var(--bio-glow);opacity:.4}.home-intro{margin-bottom:3rem;padding:3rem 0;position:relative}.home-description{font-family:Fraunces,serif;font-size:1.6rem;font-weight:400;font-style:normal;color:var(--text-muted);letter-spacing:-.01em;line-height:1.4;font-variation-settings:"SOFT" 50,"WONK" 0}.home-intro:after{content:"\2014";display:block;margin-top:2rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.15em;color:var(--text-dim);opacity:.5}.post-list-item:first-child{border-top:none;padding:2.5rem 0;border-bottom:1px solid var(--border-bright)}.post-list-item:first-child .post-list-title{font-size:1.8rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.post-list-item:first-child .post-list-summary{font-size:1.05rem;color:var(--text);line-height:1.7}.post-list{list-style:none}.post-list-item{padding:1.75rem 0;border-bottom:1px solid var(--border);transition:background .4s ease,padding-left .4s ease}.post-list-item:first-child{border-top:1px solid var(--border)}.post-list-item:hover{background:var(--bg-glow);padding-left:.5rem}.post-list-title{font-family:Fraunces,serif;font-size:1.3rem;font-weight:700;margin-bottom:.3rem;font-variation-settings:"SOFT" 0,"WONK" 1}.post-list-title a{color:var(--text-heading);text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.post-list-title a:hover{color:var(--bio);text-shadow:var(--bio-glow-subtle)}.post-list-date{font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.post-list-date em{font-family:Newsreader,serif;font-size:.82rem;letter-spacing:0;text-transform:none;color:var(--amber-dim)}.post-list-summary{font-size:.95rem;color:var(--text-muted);margin-top:.4rem;line-height:1.6}.section-title{font-family:Fraunces,serif;font-size:1.8rem;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem;color:var(--text-heading);font-variation-settings:"SOFT" 0,"WONK" 1}::selection{background:#2dd4bf2e;color:var(--bio-bright)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-abyss)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bio-dim)}.taxonomy-list{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.taxonomy-item a{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);padding:.4rem .9rem;border-radius:1px;transition:all .3s ease}.taxonomy-item a:hover{color:var(--bio);border-color:var(--bio-dim);background:#2dd4bf0a;text-shadow:var(--bio-glow-subtle)}.taxonomy-count{color:var(--text-dim);font-size:.65rem;margin-left:.3rem}.post-nav{display:flex;justify-content:space-between;gap:2rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.post-nav-link{flex:1;min-width:0}.post-nav-link:last-child{text-align:right}.post-nav-label{display:block;font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.3rem}.post-nav-title{font-family:Fraunces,serif;font-size:.95rem;font-weight:600;color:var(--text-muted);transition:color .3s ease;font-variation-settings:"SOFT" 0,"WONK" 1}.post-nav-link:hover .post-nav-title{color:var(--bio)}.post-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.9rem}.post-content th{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);text-align:left;padding:.6rem 1rem;border-bottom:1px solid var(--border-bright)}.post-content td{padding:.6rem 1rem;border-bottom:1px solid var(--border);color:var(--text)}.post-content tr:hover td{background:var(--bg-glow)}@media(max-width:600px){body{font-size:1rem}.container{padding:0 1.25rem}.post-title{font-size:1.8rem}.home-description{font-size:1.3rem}.post-list-item:first-child .post-list-title{font-size:1.4rem}.post-content>p:first-of-type:first-letter{font-size:3em}.post-nav{flex-direction:column;gap:1.5rem}.post-nav-link:last-child{text-align:left}.hero-image{margin:0 -1.25rem 2rem}.image-vignette{margin-left:-1.25rem;margin-right:-1.25rem}.post-content img{width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem}.post-list-item:hover{padding-left:0}}@media(prefers-reduced-motion:reduce){.waterline,.waterline:after{animation:none}.container{animation:none}.post-list-item,.post-content>*{opacity:1;transform:none;transition:none}#marine-snow{display:none}}.projects-intro{margin-bottom:3rem;padding:3rem 0 2rem}.projects-description{font-family:Fraunces,serif;font-size:1.1rem;color:var(--text-muted);font-variation-settings:"SOFT" 50,"WONK" 0;margin-top:.5rem}.project-list{list-style:none}.project-list-item{padding:1.75rem 0;border-bottom:1px solid var(--border);transition:background .4s ease,padding-left .4s ease}.project-list-item:first-child{border-top:1px solid var(--border)}.project-list-item:hover{background:var(--bg-glow);padding-left:.5rem}.project-list-title{font-family:Fraunces,serif;font-size:1.3rem;font-weight:700;margin-bottom:.3rem;font-variation-settings:"SOFT" 0,"WONK" 1}.project-list-title a{color:var(--text-heading);text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.project-list-title a:hover{color:var(--bio);text-shadow:var(--bio-glow-subtle)}.project-list-date{font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.project-list-date em{font-family:Newsreader,serif;font-size:.82rem;letter-spacing:0;text-transform:none;color:var(--amber-dim)}.project-list-description{font-size:.95rem;color:var(--text-muted);margin-top:.4rem;line-height:1.6}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.6rem}.project-tag{font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--border);padding:.2rem .6rem;border-radius:1px}.projects-empty{font-family:Newsreader,serif;font-style:italic;color:var(--text-dim);margin-top:2rem}
