.hero{display:grid;grid-template-columns:1fr 55%;min-height:100vh}.hero__panel{background:var(--cream);padding:5rem 3rem 4rem 4rem;display:flex;flex-direction:column;justify-content:center;gap:1.4rem;border-right:1px solid var(--rule);position:relative;z-index:2}.hero__avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--rule)}.hero__eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--sage)}.hero__name{font-family:Outfit,sans-serif;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:900;line-height:1.02;letter-spacing:-.03em;color:var(--ink)}.hero__accent{color:var(--sage)}.hero__bio{font-size:.95rem;line-height:1.75;color:var(--ink-2);max-width:380px;font-weight:400}.hero__socials{display:flex;gap:.85rem;align-items:center;flex-wrap:wrap}.social-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--rule);border-radius:8px;color:var(--ink-2);background:#fff;transition:border-color .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1),background .2s;text-decoration:none}.social-btn svg,.social-btn img{width:16px;height:16px;fill:currentColor}.social-btn img{filter:grayscale(1) opacity(.55);transition:filter .2s}.social-btn:hover{border-color:var(--sage);color:var(--sage);background:#f0f7f4;transform:translateY(-3px)}.social-btn:hover img{filter:none}.viz-legend{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.viz-legend__dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.viz-legend__dot--trail{background:var(--sage)}.viz-legend__dot--point{background:var(--rose)}.viz-legend__label{font-size:.68rem;color:var(--dust);letter-spacing:.04em;margin-right:.6rem}.content-area{background:var(--cream);border-top:1px solid var(--rule);position:relative;z-index:2}.section{max-width:740px;margin:0 auto;padding:4rem 2rem;border-bottom:1px solid var(--rule)}.section:last-child{border-bottom:none}.section-kicker{font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--dust);margin-bottom:2rem}.section-sub{font-size:.9rem;color:var(--dust);margin-top:-.75rem;margin-bottom:2rem;line-height:1.6}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.25,.46,.45,.94),transform .65s cubic-bezier(.25,.46,.45,.94)}.reveal.visible{opacity:1;transform:none}.about-grid{display:flex;gap:1.75rem;align-items:flex-start}.about-bar{flex-shrink:0;width:2px;min-height:100px;align-self:stretch;background:var(--sage-lt)}.about-body p{font-size:1rem;line-height:1.85;color:var(--ink-2);margin-bottom:.9rem}.about-body p:last-child{margin-bottom:0}.edu-list{display:flex;flex-direction:column;gap:.5rem}.edu-item{display:flex;align-items:center;gap:1.1rem;padding:.9rem 1rem;border:1px solid var(--rule);border-radius:8px;background:#fff;transition:border-color .2s,background .2s}.edu-item:hover{border-color:var(--sage-lt);background:#f5fbf8}.edu-badge{flex-shrink:0;font-size:.6rem;font-weight:800;letter-spacing:.1em;padding:.3rem .5rem;border-radius:5px;text-transform:uppercase;min-width:36px;text-align:center}.edu-badge--msc{background:#e8f0f7;color:var(--sky);border:1px solid #c5ddef}.edu-badge--bsc{background:#e8f5ef;color:var(--sage);border:1px solid #c0e0d2}.edu-body{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.edu-degree{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;color:var(--ink);line-height:1.25}.edu-field{font-size:.75rem;color:var(--mauve);font-weight:500}.edu-school{font-size:.7rem;color:var(--dust);margin-top:.1rem}.edu-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.edu-years{font-size:.68rem;color:var(--peach);font-weight:600;letter-spacing:.03em;font-variant-numeric:tabular-nums;white-space:nowrap}.edu-status{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .5rem;border-radius:99px;white-space:nowrap}.edu-status--active{background:#dcf5eb;color:var(--sage);border:1px solid #b8e8d2;animation:pulse-active 2.5s ease-in-out infinite}.edu-status--done{background:var(--cream-2);color:var(--dust);border:1px solid var(--rule)}@keyframes pulse-active{0%,to{opacity:1}50%{opacity:.6}}.pipeline-header{display:grid;grid-template-columns:80px 1fr 200px 60px;gap:1rem;padding:.4rem 1rem;background:var(--cream-2);border:1px solid var(--rule);border-radius:6px;margin-bottom:.5rem}.ph-label{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--dust)}.ph-label--dur{text-align:right}.ph-label--status{text-align:center}.pipeline-list{display:flex;flex-direction:column;gap:.4rem}.pipe-job{display:grid;grid-template-columns:80px 1fr 200px;gap:1rem;align-items:center;padding:.85rem 1rem;border:1px solid var(--rule);border-radius:8px;background:#fff;cursor:default;transition:border-color .2s,box-shadow .2s,background .2s}.pipe-job:hover{border-color:var(--sage-lt);background:#f5fbf8;box-shadow:0 2px 12px #5f9e8414}.pipe-job:hover .pipe-role{color:var(--sage)}.pipe-job:hover .pipe-bar{opacity:1}.pipe-left{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.pipe-status{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.65rem;font-weight:700;flex-shrink:0}.pipe-status--pass{background:#dcf5eb;color:var(--sage);border:1px solid #b8e8d2}.pipe-logo{width:30px;height:30px;border-radius:5px;object-fit:contain;border:1px solid var(--rule);background:#fff;padding:2px}.pipe-body{min-width:0}.pipe-role{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s;line-height:1.3;margin-bottom:.15rem}.pipe-company{font-size:.72rem;color:var(--sky);font-weight:500;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pipe-right{display:flex;flex-direction:column;gap:.35rem;align-items:flex-end}.pipe-bar-wrap{width:100%;height:5px;background:var(--cream-2);border-radius:99px;overflow:hidden}.pipe-bar{height:100%;width:var(--fill);background:var(--sage);border-radius:99px;opacity:.75;transition:opacity .2s;animation:bar-grow .9s cubic-bezier(.25,.46,.45,.94) both;animation-delay:.3s}@keyframes bar-grow{0%{width:0}to{width:var(--fill)}}.pipe-range{font-size:.62rem;color:var(--dust);letter-spacing:.03em;font-variant-numeric:tabular-nums;white-space:nowrap}.proj-list{display:flex;flex-direction:column}.proj-item{display:flex;align-items:center;gap:1.5rem;padding:1.4rem 1rem 1.4rem 0;border-top:1px solid var(--rule);cursor:pointer;text-decoration:none;color:inherit;transition:background .2s,padding-right .25s}.proj-item:last-child{border-bottom:1px solid var(--rule)}.proj-item:hover{background:var(--cream-2)}.proj-item:hover .proj-arrow{opacity:1;transform:translate(4px);color:var(--sage)}.proj-item:hover .proj-num{color:var(--sage)}.proj-num{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:var(--rule);letter-spacing:-.05em;flex-shrink:0;min-width:56px;transition:color .2s}.proj-content{flex:1}.proj-title{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}.proj-desc{font-size:.85rem;color:var(--ink-2);line-height:1.65}.proj-arrow{font-size:1.1rem;color:var(--dust);opacity:0;transition:opacity .2s,transform .2s,color .2s;flex-shrink:0}.cta-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;font-size:.82rem;font-weight:600;color:var(--sage);text-decoration:none;letter-spacing:.02em;transition:gap .2s}.cta-link svg{width:14px;height:14px;transition:transform .2s}.cta-link:hover{gap:.65rem}.cta-link:hover svg{transform:translate(3px)}.section--terminal{padding-left:0;padding-right:0;padding-top:4rem;padding-bottom:4rem;max-width:860px}.term-bar{display:flex;align-items:center;gap:.45rem;background:#e8e2db;border:1px solid var(--rule);border-bottom:none;border-radius:8px 8px 0 0;padding:.6rem 1rem}.term-dot{display:inline-block;width:11px;height:11px;border-radius:50%;flex-shrink:0}.term-filename{flex:1;text-align:center;font-size:.7rem;font-family:Courier New,monospace;color:var(--dust);letter-spacing:.04em;margin-right:36px}.term-body{background:#fdfcfa;border:1px solid var(--rule);border-radius:0 0 8px 8px;padding:1.1rem 1.4rem;font-family:Courier New,monospace;font-size:.8rem;line-height:1.9;overflow-x:auto}.term-prompt{margin-bottom:.35rem;white-space:nowrap;user-select:none}.term-user{color:var(--sage);font-weight:700}.term-at{color:var(--dust)}.term-host{color:var(--sky);font-weight:700}.term-symbol{color:var(--dust)}.term-cmd{color:var(--ink)}.log-line{display:flex;align-items:baseline;gap:.7rem;padding:.1rem .4rem;border-radius:4px;cursor:default;transition:background .15s;flex-wrap:wrap}.log-line:hover{background:#5f9e8414}.log-ts{color:var(--dust);flex-shrink:0;letter-spacing:.04em;font-size:.72rem}.log-lvl{background:var(--sage);color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.08em;padding:.05rem .35rem;border-radius:3px;flex-shrink:0;align-self:center}.log-msg{color:var(--ink);font-weight:600;flex:1;min-width:200px}.log-src{color:var(--mauve);font-size:.72rem;flex-shrink:0}.log-id{color:var(--dust);font-size:.68rem;letter-spacing:.06em;flex-shrink:0;opacity:.7}.term-cursor-line{margin-top:.2rem;color:var(--dust);user-select:none}.term-cursor{color:var(--sage);animation:blink .9s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 900px){.hero{grid-template-columns:1fr}.hero__panel{padding:4rem 2.5rem 3rem;border-right:none;border-bottom:1px solid var(--rule);min-height:auto}.hero__canvas-spacer{display:none}.section{padding:3rem 2rem}.hero__name{font-size:clamp(2.4rem,7vw,3.5rem)}.pipeline-header{display:none}.pipe-job{grid-template-columns:60px 1fr;grid-template-rows:auto auto}.pipe-right{grid-column:2;align-items:flex-start}.marquee-wrap{margin:0 -2rem}.term-body{font-size:.78rem}.log-id{display:none}}@media (max-width: 600px){.hero__panel{padding:3rem 1.25rem 2.5rem}.hero__name{font-size:clamp(2rem,10vw,3rem)}.hero__bio{font-size:.88rem}.hero__socials{gap:.5rem}.social-btn{width:34px;height:34px}.section{padding:2.5rem 1.25rem}.section-kicker{font-size:.55rem}.section-sub{font-size:.88rem}.about-grid{flex-direction:column}.about-bar{width:100%;height:2px;min-height:0;align-self:auto}.edu-item{flex-wrap:wrap;gap:.75rem}.edu-meta{align-items:flex-start;width:100%;flex-direction:row;gap:.5rem}.edu-school{font-size:.65rem}.pipe-job{grid-template-columns:1fr;gap:.6rem}.pipe-left{flex-direction:row}.pipe-right{align-items:flex-start}.pipe-bar-wrap{width:100%}.pipe-role{font-size:.88rem}.proj-item{flex-direction:column;align-items:flex-start;gap:.75rem}.proj-num{font-size:2.4rem}.section--terminal{overflow-x:auto}.term-body{font-size:.72rem;min-width:500px}.term-bar{flex-wrap:wrap}.marquee__track--left{animation-duration:22s}.marquee__track--right{animation-duration:26s}.marquee-wrap{margin:0 -1.25rem}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.section--stack{overflow:hidden}.marquee-wrap{display:flex;flex-direction:column;gap:.75rem;margin:0 -2rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.marquee{overflow:hidden;width:100%}.marquee__track{display:flex;gap:.75rem;width:max-content}.marquee__track--left{animation:scroll-left 30s linear infinite}.marquee__track--right{animation:scroll-right 34s linear infinite}.section--stack:hover .marquee__track{animation-play-state:paused}.tech-pill{display:flex;align-items:center;gap:.55rem;padding:.5rem .9rem;background:#fff;border:1px solid var(--rule);border-radius:100px;white-space:nowrap;cursor:default;transition:border-color .2s,background .2s;flex-shrink:0}.tech-pill:hover{border-color:var(--sage);background:#f0f7f4}.tech-pill img{width:20px;height:20px;object-fit:contain;display:block;flex-shrink:0}.tech-pill span{font-size:.78rem;font-weight:500;color:var(--ink-2);letter-spacing:.01em}
