.language-toggle{display:inline-flex;align-items:center;padding:.16rem;border:1px solid var(--color-border-strong);border-radius:.68rem;background:var(--color-surface)}.language-toggle button{min-width:2rem;height:2rem;padding:0 .45rem;border:0;border-radius:.5rem;background:transparent;color:var(--color-text-soft);font-size:.68rem;font-weight:800;cursor:pointer}.language-toggle button.is-active{background:var(--color-accent-soft);color:var(--color-accent)}.contact-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1rem;background:#080f1a75;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.contact-modal{position:relative;width:min(460px,100%);padding:1.35rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:0 24px 70px #080f1a38}.contact-modal h2{margin-top:.28rem;font-size:1.45rem}.contact-modal-copy{margin-top:.4rem;font-size:.86rem}.contact-modal-close{position:absolute;top:.8rem;right:.85rem;display:grid;place-items:center;width:2rem;height:2rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface-alt);color:var(--color-text-soft);font-size:1.15rem;line-height:1;cursor:pointer}.contact-email-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding:.72rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-alt)}.contact-email-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:650;color:var(--color-text)}.contact-email-row button{flex:0 0 auto;padding:.42rem .65rem;border:1px solid var(--color-border-strong);border-radius:.55rem;background:var(--color-surface);color:var(--color-text);font-size:.72rem;font-weight:750;cursor:pointer}.contact-mailto-button{width:100%;margin-top:.75rem}@media(max-width:480px){.contact-email-row{align-items:stretch;flex-direction:column}.contact-email-row span{white-space:normal;word-break:break-all}}.theme-toggle{width:2.45rem;height:2.45rem;display:inline-grid;place-items:center;border:1px solid var(--color-border-strong);border-radius:.72rem;background:transparent;color:var(--color-text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.theme-toggle:hover{background:var(--color-surface-alt)}.theme-icon{width:1rem;height:1rem}.theme-icon-moon{fill:currentColor;stroke:none}.theme-icon-sun{display:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}html[data-theme=dark] .theme-icon-moon{display:none}html[data-theme=dark] .theme-icon-sun{display:block}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:48px;margin-bottom:.75rem}.brand{font-family:var(--font-heading);font-size:.95rem;font-weight:800;letter-spacing:.05em}.site-nav{display:flex;align-items:center;justify-content:center;gap:1.3rem}.site-nav a{font-size:.82rem;font-weight:650;color:var(--color-text-soft)}.site-nav a.is-active{color:var(--color-accent)}.header-actions{display:flex;align-items:center;justify-self:end;gap:.45rem}@media(max-width:820px){.site-header{grid-template-columns:1fr auto}.site-nav{grid-column:1 / -1;grid-row:2;gap:.85rem;flex-wrap:wrap}}@media(max-width:560px){.site-header{grid-template-columns:1fr;justify-items:center}.brand,.header-actions{justify-self:center}.header-actions .button{display:none}}.social-links{display:flex;align-items:center;gap:.55rem}.flat-social-links a{width:2.2rem;height:2.2rem;border-radius:999px;border:1px solid var(--color-border);background-color:var(--color-surface);background-repeat:no-repeat;background-position:center;background-size:.9rem}.flat-social-links a:nth-child(1){background-image:url(/assets/icons/github-icon.svg)}.flat-social-links a:nth-child(2){background-image:url(/assets/icons/linkedin-icon.svg)}.flat-social-links a:nth-child(3){background-image:url(/assets/icons/mail.svg)}html[data-theme=dark] .flat-social-links a{background-color:var(--color-surface-alt)}.home-footer,.software-footer{margin-top:1.25rem}.home-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0 0;border-top:1px solid var(--color-border)}.home-footer-items{display:flex;gap:1.2rem;flex-wrap:wrap}.home-footer-items>div{display:flex;flex-direction:column;gap:0}.home-footer-items strong{font-size:.75rem;color:var(--color-text)}.home-footer-items span{font-size:.67rem}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:.05rem}.footer-contact p{font-size:.7rem}.footer-contact-link{padding:0;border:0;background:transparent;font-size:.78rem;font-weight:700;color:var(--color-accent);cursor:pointer}.software-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;box-shadow:var(--shadow-soft)}.software-footer h2{font-size:1.2rem;margin-top:.12rem}.software-footer>div>p:not(.eyebrow){font-size:.72rem;margin-top:.12rem}.footer-actions{display:flex;align-items:center;gap:.65rem}@media(max-width:620px){.home-footer,.software-footer,.footer-actions{flex-direction:column;align-items:flex-start}.footer-contact{align-items:flex-start}}.page-home .home-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 0 .9rem;gap:.55rem}.page-home h1{font-size:clamp(2rem,4.7vw,3.45rem);line-height:1.01;letter-spacing:-.035em}.page-home .home-hero h1{max-width:760px}.page-home .home-hero h1>span:not(.home-title-prefix){color:var(--color-accent)}.page-home .home-title-prefix{color:var(--color-text)}.page-home .hero-copy{max-width:660px}.portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:.5rem}.path-card{position:relative;display:grid;grid-template-rows:auto 145px;gap:.85rem;min-height:0;padding:1.15rem;border-radius:1.4rem;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-soft);overflow:hidden}.path-card-game{background:#faf8ff}.path-card-software{background:#f6f9ff}.path-card-content{display:flex;flex-direction:column;gap:.48rem;height:100%;z-index:1}.path-card-content h2{font-size:clamp(1.35rem,2.6vw,1.82rem);line-height:1.03;max-width:92%;min-height:2.05em}.path-card-content>p{font-size:.82rem;max-width:92%;flex:1}.path-card-content .tag-list{margin-top:auto}.path-icon{font-size:1.25rem;line-height:1}.path-card-preview{border-radius:.95rem;overflow:hidden;border:1px solid rgba(121,139,170,.2);background:#fff;min-height:0}.image-preview img{width:100%;height:100%;object-fit:cover}.software-home-preview img{object-position:center}.card-arrow{position:absolute;top:1.05rem;right:1.05rem;font-size:1.25rem;color:var(--color-accent)}html[data-theme=dark] .path-card-game,html[data-theme=dark] .path-card-software{background:var(--color-surface)}html[data-theme=dark] .path-card-preview{background:var(--color-surface-alt)}@media(max-width:820px){.portfolio-grid{grid-template-columns:1fr}.path-card{grid-template-columns:1.05fr .95fr;grid-template-rows:1fr;min-height:250px}.path-card-preview{min-height:190px}}@media(max-width:620px){.path-card{grid-template-columns:1fr;grid-template-rows:auto 145px}.path-card-content h2{min-height:0}}@media(max-width:560px){.page-home h1{font-size:2rem}}.listing-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem;align-items:center;padding:1rem 0 .4rem}.listing-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.listing-hero h1{font-size:clamp(2rem,4.7vw,3.45rem);line-height:1.01;letter-spacing:-.035em;max-width:700px}.feature-points{display:grid;gap:.5rem}.feature-pill{padding:.72rem .85rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.95rem;box-shadow:var(--shadow-soft)}.feature-pill strong{display:block;font-size:.88rem;font-family:var(--font-heading);color:var(--color-text);margin-bottom:.05rem}.feature-pill span{font-size:.72rem}.listing-stack-section{padding-top:.25rem;margin-top:1.25rem}.stack-chip-grid{display:flex;gap:.42rem;flex-wrap:wrap}.listing-projects-section{margin-top:1.25rem}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;align-items:stretch;grid-auto-rows:1fr}.featured-card{display:flex;flex-direction:column;gap:.75rem;padding:.9rem;border-radius:1.05rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);height:100%}.featured-copy{display:flex;flex:1;height:100%;flex-direction:column;gap:.38rem}.featured-copy h3{font-size:1.18rem;line-height:1.05;min-height:2.1em}.featured-copy>p:not(.card-label){font-size:.75rem;line-height:1.42;flex:1;margin-bottom:.15rem}.project-preview{background:#f8fbff;border:1px solid var(--color-border);border-radius:.85rem;height:165px;overflow:hidden;flex:0 0 165px;margin-top:auto}.image-project-preview img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .18s ease}.project-card-link{color:inherit;text-decoration:none;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.project-card-link:hover{transform:translateY(-2px);border-color:var(--color-border-strong)}.project-card-link:hover .image-project-preview img{transform:scale(1.015)}.project-card-link:focus-visible{outline:3px solid var(--color-accent-soft);outline-offset:3px}.compact-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;grid-auto-rows:1fr;align-items:stretch}.compact-project-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-project-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:.75rem;align-items:center;padding:.65rem;border-radius:.95rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);height:100%;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.compact-project-card:hover{transform:translateY(-2px);border-color:var(--color-border-strong)}.compact-project-card:focus-visible{outline:3px solid var(--color-accent-soft);outline-offset:3px}.compact-project-card>img{width:96px;height:78px;object-fit:cover;border-radius:.7rem}.compact-project-card>div{display:flex;flex-direction:column;gap:.12rem;min-width:0}.compact-project-card strong{font-family:var(--font-heading);font-size:.82rem;line-height:1.15;color:var(--color-text)}.compact-project-card span{font-size:.67rem}.mini-links{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.18rem}.mini-links a{font-size:.64rem;font-weight:750;color:var(--color-accent)}.featured-card-wide{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:stretch;gap:.95rem}.featured-copy-wide{gap:.52rem;justify-content:center}.project-feature-rail{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.1rem}.project-feature-rail span{padding:.42rem .62rem;border-radius:999px;background:var(--color-surface-alt);border:1px solid var(--color-border);font-size:.68rem;line-height:1.15;color:var(--color-text-soft)}.featured-project-button{margin-top:.15rem}.featured-media{display:flex;flex-direction:column;gap:.7rem}.featured-preview{height:230px;flex:0 0 230px;margin-top:0}.preview-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.preview-note{padding:.68rem .72rem;border-radius:.85rem;background:var(--color-surface-alt);border:1px solid var(--color-border)}.preview-note strong{display:block;font-size:.77rem;line-height:1.05;color:var(--color-text);margin-bottom:.15rem}.preview-note span{font-size:.68rem;line-height:1.35}@media(max-width:920px){.featured-card-wide{grid-template-columns:1fr}.featured-preview{height:215px;flex-basis:215px}.preview-notes{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.listing-hero{grid-template-columns:1fr}.feature-points{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.featured-grid,.compact-project-grid,.compact-project-grid-2,.feature-points,.preview-notes{grid-template-columns:1fr}.project-preview,.featured-preview{height:190px;flex-basis:190px}}.page-project-listing-game{--color-accent: #7457e8;--color-accent-soft: #eeeafd}html[data-theme=dark] .page-project-listing-game{--color-accent: #a98cff;--color-accent-soft: #2b2344}.page-project-listing-software{--color-accent: #2f75ef;--color-accent-soft: #eaf2ff}html[data-theme=dark] .page-project-listing-software{--color-accent: #67a0ff;--color-accent-soft: #172844}.page-project .project-main{padding-bottom:.5rem;display:flex;flex-direction:column;align-items:start;gap:1.5rem}.listing-main{display:flex;flex-direction:column;gap:1.5rem}.project-topbar{margin-top:.5rem;margin-bottom:1rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:var(--color-text-soft)}.project-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:.9rem;align-items:stretch}.project-copy-column,.project-video-column,.role-card-wide,.project-highlight-card,.gallery-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.project-copy-column,.project-video-column{border-radius:1.5rem}.project-copy-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.62rem;padding:1rem 1.1rem}.project-copy-column h1{font-size:2.25rem;line-height:.98;letter-spacing:-.04em}.project-tag-list{margin-top:0;gap:.28rem}.project-tag-list span{padding:.28rem .52rem;font-size:.72rem;line-height:1.1}.project-subtitle{font-size:1.05rem;line-height:1.22;color:var(--color-text);font-family:var(--font-heading);font-weight:650}.project-description{font-size:.9rem;line-height:1.48;max-width:58ch}.project-cta-row{display:flex;gap:.38rem;flex-wrap:wrap;margin-top:.08rem}.project-cta-row .button{min-height:2.15rem;padding:.48rem .72rem;border-radius:.65rem;font-size:.77rem}.video-frame{position:relative;width:100%;height:100%;min-height:0;border-radius:inherit;overflow:hidden;background:#0f1626}.video-frame iframe,.video-frame video,.video-frame img{border:0;width:100%;height:100%}.video-frame-local video,.video-frame-local img{object-fit:cover;object-position:center;background:#0f1626}.pixelated-media{image-rendering:pixelated;image-rendering:crisp-edges}.project-video-column{display:flex;padding:0;overflow:hidden;min-height:0}.project-hero-media-trigger{display:block;width:100%;height:100%;min-height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.project-role-section,.project-technical-section,.project-gallery-section{margin-top:1rem}.role-card-wide{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1.25rem 1.35rem;border-radius:1.5rem}.role-card-icon,.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:1rem;background:var(--color-accent-soft);color:var(--color-accent);flex-shrink:0}.role-card-icon svg,.feature-icon svg{width:1.6rem;height:1.6rem;fill:currentColor}.role-card-wide h2{font-size:1.5rem;margin-top:.2rem;margin-bottom:.3rem}.project-section-heading{margin-bottom:.75rem}.project-section-heading h2{font-size:clamp(1.55rem,2.6vw,2rem)}.project-card-grid{display:flex;flex-wrap:wrap;gap:1rem}.project-highlight-card{display:flex;flex:1 1 calc((100% - 2rem) / 3);flex-direction:column;gap:.72rem;min-width:0;padding:1.15rem;border-radius:1.35rem}.project-highlight-card h3{font-size:1.18rem;line-height:1.12}.project-highlight-card p{font-size:.94rem;line-height:1.5}.gallery-heading-row{display:flex;align-items:end;justify-content:space-between;gap:1rem}.gallery-heading-row .section-heading{margin-bottom:.75rem}.gallery-controls{display:flex;gap:.5rem;padding-bottom:.75rem}.gallery-arrow{display:inline-flex;align-items:center;justify-content:center;width:2.55rem;height:2.55rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:border-color .16s ease,transform .16s ease,opacity .16s ease}.gallery-arrow:hover:not(:disabled){border-color:var(--color-accent);transform:translateY(-1px)}.gallery-arrow:disabled{opacity:.35;cursor:default}.project-gallery-carousel{overflow:hidden;margin-inline:-.15rem;padding-inline:.15rem}.project-gallery-track{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;padding-bottom:.35rem;scrollbar-width:none}.project-gallery-track::-webkit-scrollbar{display:none}.gallery-card{position:relative;flex:0 0 calc((100% - 2rem) / 3);min-width:0;border-radius:1.4rem;overflow:hidden;scroll-snap-align:start;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.project-gallery-track.has-overflow .gallery-card{flex-basis:calc((100% - 2.55rem) / 3.18)}.gallery-open{display:block;position:relative;width:100%;aspect-ratio:16 / 9;height:auto;padding:0;border:0;overflow:hidden;background:transparent;cursor:zoom-in}.gallery-card img,.gallery-card video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:transparent}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1.25rem 4.5rem;background:#040912db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease}.gallery-lightbox.is-open{opacity:1;visibility:visible}.gallery-lightbox-stage{display:grid;place-items:center;width:auto;height:auto;max-width:calc(100vw - 10rem);max-height:calc(100vh - 7rem)}.gallery-lightbox-image,.gallery-lightbox-video{display:block;width:auto;height:auto;max-width:min(1200px,calc(100vw - 10rem));max-height:min(760px,calc(100vh - 7rem));object-fit:contain;object-position:center;border-radius:1rem;box-shadow:0 30px 90px #0000006b}.gallery-lightbox-image{background:transparent}.gallery-lightbox-video{background:#0f1626;cursor:pointer}.gallery-lightbox-close,.gallery-lightbox-nav{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#0a111db8;color:#fff;font-size:1.35rem;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-lightbox-close{top:1.25rem;right:1.25rem}.gallery-lightbox-prev{left:1.25rem;top:50%;transform:translateY(-50%)}.gallery-lightbox-next{right:1.25rem;top:50%;transform:translateY(-50%)}.gallery-lightbox-counter{position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);padding:.4rem .7rem;border-radius:999px;background:#0a111db8;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.9rem;line-height:1}body.lightbox-open{overflow:hidden}@media(max-width:980px){.project-video-column{aspect-ratio:16 / 9}.project-hero-grid{grid-template-columns:1fr}.project-highlight-card{flex-basis:calc((100% - 1rem)/2)}.video-frame{min-height:270px}.project-gallery-track.has-overflow .gallery-card{flex-basis:calc((100% - 1rem) / 2.22)}}@media(max-width:640px){.project-copy-column,.project-video-column,.role-card-wide,.project-highlight-card{padding:1rem}.role-card-wide{grid-template-columns:1fr}.project-subtitle{font-size:1.05rem}.project-copy-column h1{font-size:1.8rem}.project-highlight-card{flex-basis:100%}.video-frame{min-height:210px}.gallery-heading-row{align-items:start;flex-direction:column}.gallery-controls{padding-bottom:0}.gallery-card,.project-gallery-track.has-overflow .gallery-card{flex-basis:86%}.gallery-lightbox{padding:1rem}.gallery-lightbox-stage,.gallery-lightbox-image,.gallery-lightbox-video{width:auto;height:auto;max-width:calc(100vw - 2rem);max-height:calc(100vh - 6rem)}.gallery-lightbox-nav{width:2.6rem;height:2.6rem;font-size:1.1rem}.gallery-lightbox-prev{left:.5rem}.gallery-lightbox-next{right:.5rem}.gallery-lightbox-counter{bottom:.7rem}}.page-project-game{--color-accent: #7457e8;--color-accent-soft: #eeeafd}.page-project-software{--color-accent: #2f75ef;--color-accent-soft: #eaf2ff}html[data-theme=dark] .page-project-game{--color-accent: #a98cff;--color-accent-soft: #2b2344}html[data-theme=dark] .page-project-software{--color-accent: #67a0ff;--color-accent-soft: #172844}.project-workflows-section{width:100%;max-width:none;margin:1rem 0 0}.workflow-card-grid{display:grid;grid-template-columns:1fr;gap:.95rem}.workflow-card{padding:1rem 1.05rem;border-radius:1.35rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.workflow-card-head{display:flex;justify-content:space-between;gap:.75rem;align-items:start}.workflow-card-head h3{font-size:1.08rem;line-height:1.1;margin-top:.18rem}.workflow-badge{padding:.34rem .52rem;border-radius:999px;background:var(--color-accent-soft);color:var(--color-accent);font-size:.68rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.08em;flex-shrink:0}.workflow-copy{font-size:.82rem;line-height:1.5;margin-top:.3rem;margin-bottom:.7rem;max-width:68ch}.workflow-diagram{display:flex;align-items:center;gap:.65rem;min-width:0}.workflow-node{position:relative;flex:1 1 0;min-width:0;padding:.8rem .8rem .72rem;border-radius:1rem;border:1px solid var(--color-border);background:linear-gradient(180deg,#fffffffa,#f8fbfff2);box-shadow:inset 0 1px #ffffff80;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}html[data-theme=dark] .workflow-node{background:linear-gradient(180deg,#111827eb,#0c121feb);box-shadow:inset 0 1px #ffffff08}.workflow-node.is-glow{border-color:#2f75efbf;box-shadow:0 0 0 1px #2f75ef2e,0 0 22px #2f75ef2e;transform:translateY(-1px)}.workflow-node-kicker{display:block;font-size:.58rem;font-weight:800;letter-spacing:.14em;color:#7b889c;margin-bottom:.22rem}.workflow-node strong{display:block;font-size:.85rem;line-height:1.12;color:var(--color-text)}.workflow-node small{display:block;font-size:.68rem;line-height:1.35;color:var(--color-text-soft);margin-top:.18rem}.workflow-connector{position:relative;flex:0 0 2.4rem;height:1px;background:#bec9dad9;overflow:visible}html[data-theme=dark] .workflow-connector{background:#59667aa6}.workflow-connector:before{content:"";position:absolute;left:0;top:50%;width:12px;height:12px;border-radius:999px;transform:translate(-30%,-50%);background:var(--color-accent);box-shadow:0 0 0 3px #2f75ef1f,0 0 18px #2f75ef73;opacity:0}.workflow-connector:after{content:"";position:absolute;inset:-1px 0;background:linear-gradient(90deg,#2f75ef08,#2f75efa6,#2f75ef08);opacity:0}.workflow-connector.is-active:before{opacity:1;animation:workflow-travel-horizontal var(--segment-duration, 1.1s) linear forwards}.workflow-connector.is-active:after{opacity:1;animation:workflow-line-fade var(--segment-duration, 1.1s) ease-out forwards}@keyframes workflow-travel-horizontal{0%{transform:translate(-35%,-50%);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(calc(2.4rem - 12px),-50%);opacity:0}}@keyframes workflow-travel-vertical{0%{transform:translate(-50%,-35%);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(-50%,calc(2.4rem - 12px));opacity:0}}@keyframes workflow-line-fade{0%{opacity:0}20%{opacity:1}to{opacity:.12}}@media(max-width:760px){.project-workflows-section{width:min(100% - 1rem,1380px)}.workflow-card-head{flex-direction:column;align-items:flex-start}.workflow-diagram{flex-direction:column;align-items:stretch;gap:.5rem}.workflow-connector{width:1px;height:2.4rem;flex:0 0 2.4rem;margin-inline:auto}.workflow-connector:before{left:50%;top:0;transform:translate(-50%,-35%)}.workflow-connector:after{inset:0 -1px;background:linear-gradient(180deg,#2f75ef08,#2f75efa6,#2f75ef08)}.workflow-connector.is-active:before{animation-name:workflow-travel-vertical}}@media(prefers-reduced-motion:reduce){.workflow-node,.workflow-connector:before,.workflow-connector:after{animation:none!important;transition:none!important}}:root{--font-heading: "Inter Tight", sans-serif;--font-body: "Inter", sans-serif;--color-bg: #f6f8fb;--color-surface: #ffffff;--color-surface-alt: #f0f4fa;--color-border: #dce4ef;--color-border-strong: #bdc9da;--color-text: #111827;--color-text-soft: #59667a;--color-accent: #2f75ef;--color-accent-soft: #eaf2ff;--shadow-soft: 0 10px 28px rgba(18, 35, 62, .045);--radius-lg: 1.35rem;--radius-md: 1rem;--radius-sm: .75rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);padding:.8rem 0 1.6rem}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,a,input,textarea,select{font:inherit}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-text)}p,span,legend,li{color:var(--color-text-soft);line-height:1.5}.container{width:min(1200px,calc(100% - 1.5rem));margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.45rem;padding:.62rem 1rem;border-radius:.72rem;background:var(--color-accent);color:#fff;font-size:.86rem;font-weight:750;border:1px solid transparent}.button-secondary{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}.eyebrow{font-size:.68rem;letter-spacing:.22em;font-weight:750;color:#7a879a}.card-label{font-size:.6rem;letter-spacing:.16em;font-weight:800;color:#7b889c}.hero-copy{font-size:.98rem;max-width:650px}.tag-list{display:flex;flex-wrap:wrap;gap:.42rem}.tag-list span,.stack-chip-grid span{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .62rem;border-radius:999px;background:var(--color-surface-alt);border:1px solid var(--color-border);font-size:.72rem;font-weight:650;color:var(--color-text-soft)}.tag-list.compact span{padding:.32rem .55rem;font-size:.68rem}.section-heading{display:flex;flex-direction:column;gap:.22rem;margin-bottom:.75rem}.section-heading h2{font-size:clamp(1.35rem,2.6vw,1.8rem);line-height:1.08}.section-heading-inline{flex-direction:row;justify-content:space-between;align-items:end;gap:1rem}.section-heading-inline>a{font-size:.78rem;font-weight:700;color:var(--color-accent)}.flex-row-05{display:flex;gap:.5rem}.wrap-links{flex-wrap:wrap}html[data-theme=dark]{color-scheme:dark;--color-bg: #0d1219;--color-surface: #141b24;--color-surface-alt: #1a2430;--color-border: #273445;--color-border-strong: #3a4a60;--color-text: #eef4fc;--color-text-soft: #a7b3c4;--color-accent: #67a0ff;--color-accent-soft: #172844;--shadow-soft: 0 10px 28px rgba(0, 0, 0, .18)}html[data-theme=dark] body{background:var(--color-bg)}html[data-theme=dark] .eyebrow,html[data-theme=dark] .card-label{color:#7f91aa}html[data-theme=dark] .button-secondary{color:var(--color-text)}@media(max-width:560px){body{padding-top:.5rem}.container{width:min(100% - 1rem,1040px)}.section-heading-inline{align-items:start;flex-direction:column;gap:.45rem}}
