*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--fg:#ededed;--fg-muted:#888;--fg-subtle:#444;--border:#222;--accent:#fff;--accent-green:#34d399;--accent-green-dim:#1a6b4d;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"Geist Mono", "SF Mono", "Fira Code", monospace}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);min-height:100vh;color:var(--fg);font-family:var(--font-sans);line-height:1.6}body:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(60% 50% at 50% 35%,#ffffff08,#0000 70%),radial-gradient(80% 60% at 50% 100%,#0009,#0000 70%);position:fixed;inset:0}a{color:var(--fg-muted);text-decoration:none;transition:color .15s}a:hover{color:var(--fg)}*{-webkit-user-select:none;user-select:none}.particle-bg{z-index:0;pointer-events:none;position:fixed;inset:0}.page{z-index:1;grid-template-columns:1fr;grid-template-areas:"hero""sidebar""timeline";row-gap:48px;max-width:600px;margin:0 auto;padding:72px 24px 120px;display:grid;position:relative}.hero{border-bottom:1px solid #ffffff0f;grid-area:hero;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:28px;display:flex}.hero-text{flex-direction:column;gap:6px;min-width:0;display:flex}.hero-name{color:var(--fg);letter-spacing:-.025em;font-size:28px;font-weight:500;line-height:1.1}.hero-bio{max-width:56ch;color:var(--fg-muted);font-size:13px;line-height:1.55}.hero-aside{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.hero-nav{color:var(--fg-muted);letter-spacing:-.005em;align-items:center;gap:6px;font-size:12px;line-height:1;transition:color .2s,gap .2s;display:inline-flex}.hero-nav:hover{color:var(--fg);gap:8px}.hero-chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--fg-muted);white-space:nowrap;background:#0009;border:1px solid #ffffff14;border-radius:9999px;flex-shrink:0;align-items:center;gap:7px;padding:5px 10px 5px 9px;font-size:11px;line-height:1;display:inline-flex}.hero-chip-dot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;position:relative;box-shadow:0 0 8px #34d3998c}.hero-chip-dot:after{content:"";background:var(--accent-green);border-radius:50%;animation:2.4s ease-out infinite chip-pulse;position:absolute;inset:0}@keyframes chip-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.hero-chip-place{color:var(--fg)}.hero-chip-divider{color:var(--fg-subtle)}.hero-chip-time{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.01em;color:var(--fg-muted);text-align:right;min-width:5ch;font-size:10.5px}.sidebar{flex-direction:column;grid-area:sidebar;gap:16px;display:flex}.timeline-section{grid-area:timeline}@media (min-width:960px){.page{grid-template-columns:320px minmax(0,1fr);grid-template-areas:"hero hero""sidebar timeline";gap:56px 64px;max-width:1000px}.hero{padding-bottom:32px}.hero-name{font-size:36px}.hero-bio{font-size:14px}.sidebar{align-self:start;position:sticky;top:32px}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero,.consultation,.year-label,.project,.follow{opacity:0;animation:.5s cubic-bezier(.22,1,.36,1) forwards fade-in}.consultation{background:#000000f2;border:1px solid #ffffff14;border-radius:12px;padding:18px 16px 16px}.consultation-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.consultation-topline span{color:var(--fg-muted);font-family:var(--font-sans);font-size:10px;line-height:1}.consultation-heading{margin-bottom:20px}.consultation-heading h2{max-width:none;color:var(--fg);letter-spacing:0;margin-bottom:8px;font-size:17px;font-weight:500;line-height:1.35}.consultation-heading p{max-width:none;color:var(--fg-muted);font-size:13px;line-height:1.55}.consultation-points{gap:0;padding:4px 0 18px;display:grid}.consultation-point{border-top:1px solid #ffffff14}.consultation-point:last-child{border-bottom:1px solid #ffffff14}.consultation-point-trigger{width:100%;min-height:42px;color:var(--fg);cursor:pointer;font-family:var(--font-sans);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:0;display:flex}.consultation-point-trigger span{color:var(--fg);font-size:12px;line-height:1.5}.consultation-point-icon{color:var(--fg-subtle);flex-shrink:0;transition:transform .24s,color .24s}.consultation-point-trigger:hover .consultation-point-icon,.consultation-point-open .consultation-point-icon{color:var(--fg-muted)}.consultation-point-trigger:focus{outline:none}.consultation-point-trigger:focus-visible{outline-offset:-1px;outline:1px solid #ffffff2e}.consultation-point-open .consultation-point-icon{transform:rotate(180deg)}.consultation-point-body{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.consultation-point-open .consultation-point-body{grid-template-rows:1fr}.consultation-point p{min-height:0;color:var(--fg-muted);opacity:0;font-size:13px;line-height:1.5;transition:opacity .22s,transform .22s,padding-bottom .28s;overflow:hidden;transform:translateY(-3px)}.consultation-point-open p{opacity:1;padding-bottom:14px;transform:translateY(0)}.consultation-cta{color:#fff;background:linear-gradient(#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:40px;padding:8px 14px;font-size:12px;font-weight:500;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .25s;display:inline-flex}.consultation-cta:hover{background:linear-gradient(#ffffff17,#ffffff08);border-color:#ffffff29;box-shadow:0 6px 24px #ffffff0a}.consultation-cta span:last-child{transition:transform .25s cubic-bezier(.22,1,.36,1)}.consultation-cta:hover span:last-child{transform:translate(3px)}.follow-row{flex-wrap:wrap;gap:8px;display:flex}.follow{color:#bdbdbd;font-family:var(--font-sans);background:#000000f2;border:1px solid #ffffff14;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:8px;padding:7px 12px 7px 11px;font-size:11px;text-decoration:none;transition:color .2s,border-color .2s,transform .2s;display:flex}.follow:hover{color:var(--fg);border-color:#ffffff2e;transform:translateY(-1px)}.follow-icon{flex-shrink:0;width:11px;height:11px}.timeline{padding-left:48px;padding-right:16px;position:relative}@keyframes line-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.timeline:before{content:"";transform-origin:top;background:#ffffff14;width:1px;animation:1.6s linear .24s forwards line-grow;position:absolute;top:9px;bottom:0;left:18.5px;transform:scaleY(0)}.year-group{margin-bottom:48px}.year-group:last-child{margin-bottom:0}.year-group:last-child .project:last-child:after{content:"";background:var(--bg);width:7px;position:absolute;top:13px;bottom:-32px;left:-32px}.year-label{color:var(--fg-muted);font-family:var(--font-sans);background:#000000f2;border:1px solid #ffffff14;border-radius:9999px;margin-bottom:24px;padding:2px 6px;font-size:10px;font-weight:400;line-height:1;display:inline-flex;position:relative}.project{margin-bottom:32px;position:relative}.project:last-child{margin-bottom:0}.project:before{content:"";background:var(--border);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:-32px}.project-active:before{background:#1a6b4d;transition:background .3s,box-shadow .3s}.project-active:hover:before{background:#34d399;box-shadow:0 0 16px 8px #34d39926}.project-coming-soon:before,.project-orange:before{background:#b45309;transition:background .3s,box-shadow .3s}.project-coming-soon:hover:before,.project-orange:hover:before{background:#f59e0b;box-shadow:0 0 16px 8px #f59e0b26}.project-active:after,.project-coming-soon:after{content:"";opacity:0;background:linear-gradient(#0000,#34d39926 30% 70%,#0000);width:1px;height:calc(100% + 32px);transition:opacity .3s;position:absolute;top:-16px;left:-32px;transform:translate(2.5px)}.project-coming-soon:after,.project-active.project-orange:after{background:linear-gradient(#0000,#f59e0b26 30% 70%,#0000)}.year-group:first-child .project:first-child.project-active:after{background:linear-gradient(#34d39926,#34d39926 50%,#0000);height:calc(100% + 16px);top:6px}.year-group:first-child .project:first-child.project-coming-soon:after{background:linear-gradient(#f59e0b26,#f59e0b26 50%,#0000);height:calc(100% + 16px);top:6px}.project-active:hover:after,.project-coming-soon:hover:after{opacity:1}.project-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.project-logo{object-fit:cover;border:1px solid #ffffff14;border-radius:4px;flex-shrink:0;width:20px;height:20px}.project-row{justify-content:space-between;align-items:flex-start;display:flex}.project-link-hint{opacity:0;background:#000000f2;border:1px solid #ffffff14;border-radius:9999px;flex-shrink:0;align-items:center;gap:5px;padding:2px 6px 2px 5px;transition:opacity .2s;display:flex}.project-clickable:hover .project-link-hint{opacity:1}.project-url{max-width:120px;color:var(--fg);font-family:var(--font-sans);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.project-arrow{color:var(--fg-subtle);flex-shrink:0;transition:color .25s}.project-clickable{color:inherit;cursor:pointer;padding-left:0;text-decoration:none;transition:padding-left .2s;display:block}.project-clickable:hover{padding-left:4px}.project-clickable:hover .project-arrow{color:var(--fg-subtle)}.project-clickable:hover .project-name{color:var(--fg)}.project-name{color:var(--fg);letter-spacing:-.01em;font-size:13px;font-weight:500}.project-desc{color:var(--fg-muted);margin-bottom:6px;font-size:13px;line-height:1.5}.page-prose{max-width:640px;padding:64px 24px 120px;display:block}.page-prose,.page-prose *{-webkit-user-select:text;user-select:text}.prose-header{opacity:0;border-bottom:1px solid #ffffff0f;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:32px;padding-bottom:24px;animation:.5s cubic-bezier(.22,1,.36,1) forwards fade-in;display:flex}.prose-back{color:var(--fg-muted);letter-spacing:-.005em;align-items:center;gap:4px;font-size:12px;transition:color .2s,gap .2s;display:inline-flex}.prose-back:hover{color:var(--fg);gap:6px}.prose-date{color:var(--fg-muted);font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em;margin-top:4px;font-size:11px}.prose-title{color:var(--fg);letter-spacing:-.025em;font-size:30px;font-weight:500;line-height:1.15}.prose-empty{color:var(--fg-muted);font-size:13px}.post-list{flex-direction:column;list-style:none;display:flex}.post-list-link{color:inherit;border-top:1px solid #ffffff0f;padding:18px 0;transition:padding-left .2s;display:block}.post-list-item:last-child .post-list-link{border-bottom:1px solid #ffffff0f}.post-list-link:hover{padding-left:6px}.post-list-link:hover .post-list-title{color:var(--fg)}.post-list-row{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:4px;display:flex}.post-list-title{color:var(--fg);letter-spacing:-.01em;font-size:14px;font-weight:500;transition:color .2s}.post-list-date{color:var(--fg-muted);font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em;flex-shrink:0;font-size:11px}.post-list-excerpt{color:var(--fg-muted);font-size:13px;line-height:1.5}.prose{color:#d4d4d4;opacity:0;font-size:15px;line-height:1.75;animation:.5s cubic-bezier(.22,1,.36,1) 80ms forwards fade-in}.prose p{margin-bottom:18px}.prose p:last-child{margin-bottom:0}.prose a{color:var(--fg);text-underline-offset:3px;-webkit-text-decoration:underline #ffffff40;text-decoration:underline #ffffff40;transition:text-decoration-color .2s}.prose a:hover{-webkit-text-decoration-color:var(--fg);text-decoration-color:var(--fg)}.prose code{font-family:var(--font-mono);background:#ffffff0f;border-radius:4px;padding:1px 6px;font-size:.9em}.prose pre{font-family:var(--font-mono);background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;margin:18px 0;padding:14px 16px;font-size:13px;line-height:1.6;overflow-x:auto}.prose pre code{background:0 0;border-radius:0;padding:0}.prose blockquote{color:var(--fg-muted);border-left:2px solid #ffffff24;margin:18px 0;padding-left:14px;font-style:italic}.prose ul,.prose ol{margin:0 0 18px 22px}.prose li{margin-bottom:6px}@media (min-width:960px){.page-prose{padding-top:80px}.prose-title{font-size:36px}}@media (max-width:480px){.page{row-gap:40px;padding:44px 20px 80px}.hero{flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:22px}.hero-aside{flex-direction:row;align-items:center;gap:12px}.hero-name{font-size:26px}.project-header{flex-wrap:wrap}.consultation{padding:16px 15px 15px}}
