@layer base{:root{--bg:#fff8f4;--text:#2d1445;--text-secondary:#5e3a73;--text-muted:#8e719f;--accent:#ea580c;--accent-secondary:#8b5cf6;--accent-subtle:#ea580c26;--accent-glow:#ea580c40;--border:#ea580c33;--font-serif:"Space Grotesk", sans-serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"Roboto Condensed", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--shadow-glass:0 8px 32px 0 #ea580c1a}html,body{width:100%;min-height:100vh;font-family:var(--font-sans);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:auto;margin:0;padding:0}*{box-sizing:border-box}}.fixed-bg-layer{z-index:0;pointer-events:none;position:fixed;inset:0}.fixed-bg-img{object-fit:cover;object-position:center;opacity:.35;filter:saturate(1.8);width:100%;height:100%;position:absolute;inset:0}.fixed-bg-gradient{background:linear-gradient(to bottom, transparent, var(--bg) 80%);position:absolute;inset:0}.app-wrapper{z-index:10;flex-direction:column;display:flex;position:relative}.glass-panel{-webkit-backdrop-filter:blur(20px)saturate(150%);border:1px solid var(--border);box-shadow:var(--shadow-glass);background:#fff3}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.flex-1{flex:1}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.z-10{z-index:10}.w-full{width:100%}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.mt-4{margin-top:1rem}.mt-20{margin-top:5rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.text-center{text-align:center}.max-w-2xl{max-width:42rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.container{width:100%}.text-slate-500{color:#64748b}.text-red-400{color:#f87171}.text-sm{font-size:.875rem;line-height:1.25rem}.font-mono{font-family:var(--font-mono)}.tracking-wide{letter-spacing:.025em}.space-y-12>*+*{margin-top:3rem}@media (width>=768px){.md\:flex-row{flex-direction:row;display:flex}.md\:gap-12{gap:3rem}.md\:px-0{padding-left:0;padding-right:0}}@media (width>=1024px){.lg\:flex-row{flex-direction:row;display:flex}.lg\:items-end{align-items:flex-end}.lg\:justify-between{justify-content:space-between}}.group:hover .group-hover\:text-accent{color:var(--accent)}.hero-section{z-index:10;width:100%;height:1200vh;position:relative}.hero-sticky-wrapper{justify-content:center;align-items:center;height:100vh;padding:3rem 1rem;display:flex;position:sticky;top:0;overflow-x:hidden}@media (width>=640px){.hero-section{padding-left:1.5rem;padding-right:1.5rem}}.hero-container{border-radius:2rem;flex-direction:column-reverse;gap:1.5rem;width:100%;max-width:93.75%;min-height:75vh;padding:1.5rem;display:flex;position:relative}@media (width<=767px){.hero-sticky-wrapper{padding:3rem 1rem 1rem}.hero-container{zoom:.45;flex-direction:row;align-items:stretch;gap:2rem;width:222%;min-height:auto;padding:2rem}.hero-heading{text-align:left;justify-content:flex-start;font-size:clamp(2.2rem,8vw,2.8rem)}.hero-text-area{align-items:flex-start}}@media (width>=768px){.hero-container{flex-direction:row;align-items:stretch;gap:2rem;padding:2rem}}@media (width>=1024px){.hero-container{gap:3rem;padding:2.5rem}}.hero-content{flex-direction:column;flex:1;min-width:0;display:flex}.hero-text-area{flex-direction:column;gap:.5rem;margin-bottom:auto;display:flex}.hero-heading{font-family:var(--font-serif);color:var(--text-secondary);flex-wrap:wrap;font-size:clamp(2.5rem,5.5vw,5rem);line-height:1.1;display:flex}.hero-name{color:var(--dynamic-accent,var(--accent));font-style:italic;transition:color .5s}.blur-in{opacity:0;filter:blur(12px);animation:1.2s cubic-bezier(.22,1,.36,1) forwards blurInAnim;display:inline-block;transform:translateY(-60px)}@keyframes blurInAnim{to{opacity:1;filter:blur();transform:translateY(0)}}.hero-roles{font-family:var(--font-mono);color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.75rem;min-height:2.8rem;margin-top:1rem;font-size:clamp(1.25rem,2.2vw,1.9rem);display:flex}.role-pill{background:var(--dynamic-accent,var(--accent));border-radius:.5rem;align-items:center;min-height:2.4rem;padding:0 .5rem;transition:background .5s;display:inline-flex}.role-gradient-text{color:#fff;font-weight:500}.hero-bio{font-family:var(--font-mono);color:var(--text-secondary);max-width:600px;margin-top:3rem;font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.6}@media (width<=767px){.hero-bio{margin-top:1rem;font-size:.85rem;line-height:1.4}.mobile-hide-project-desc{display:none}}.hero-socials{align-items:flex-end;gap:.5rem;margin-top:2rem;display:flex}@media (width>=768px){.hero-socials{gap:1rem;height:100%}}.social-circle{width:2rem;height:2rem;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}@media (width>=768px){.social-circle{width:4rem;height:4rem}}.social-circle:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-4px)}.hero-image-area{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}@media (width>=768px){.hero-image-area{justify-content:flex-end}}.id-card-container{transform-origin:top;perspective:1000px;flex-direction:column;align-items:center;width:100%;max-width:24rem;margin-top:1.5rem;animation:6s ease-in-out infinite sway;display:flex;position:relative}@keyframes sway{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}.lanyard-system{z-index:20;transform-origin:top;width:100px;height:25rem;transform-style:preserve-3d;flex-direction:column;align-items:center;display:flex;position:absolute;top:-25rem;left:50%;transform:translate(-50%)}.strap{background:var(--dynamic-accent,#ea580c);background-image:repeating-linear-gradient(90deg,#0000,#0000 2px,#0000000d 2px 4px);border-radius:2px;width:36px;height:calc(50vh + 24rem);transition:background .5s;position:absolute;top:-50vh;box-shadow:inset 0 0 10px #0000004d}@media (width<=767px){.strap{height:calc(100vh + 24rem);top:-100vh}}.strap.left{transform-origin:100% 100%;left:-8px;transform:rotate(-10deg)}.strap.right{transform-origin:0 100%;right:-8px;transform:rotate(10deg)}.metal-clip{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:5px}.clip-ring{z-index:2;background:0 0;border:3px solid #94a3b8;border-radius:10px 10px 0 0;width:38px;height:15px;position:relative;box-shadow:0 4px 6px #0000004d}.clip-ring:after{content:"";background:#cbd5e1;border-radius:2px;width:38px;height:4px;position:absolute;bottom:-3px;left:-3px}.clip-hook{z-index:1;border:2px solid #cbd5e1;border-radius:6px;width:16px;height:32px;margin-top:1px;position:relative;box-shadow:0 4px 6px #0000004d}.plastic-sleeve{-webkit-backdrop-filter:blur(4px);z-index:10;width:100%;transform-style:preserve-3d;background:#ffffff26;border:1px solid #fff6;border-top:2px solid #ffffffe6;border-left:2px solid #fff9;border-radius:10px;padding:10px;position:relative;box-shadow:0 30px 60px #00000080,inset 0 0 20px #fff3,inset 0 20px 20px -20px #fffc}.plastic-sleeve:before{content:"";pointer-events:none;z-index:50;background:linear-gradient(110deg,#0000 10%,#fff6 20%,#ffffff1a 22%,#0000 25% 60%,#fff3 65%,#0000 70%);border-radius:10px;position:absolute;inset:0}.sleeve-top{border-bottom:2px solid #ffffff4d;justify-content:center;align-items:center;height:35px;margin-bottom:10px;display:flex;position:relative;box-shadow:0 2px 5px -2px #0003}.sleeve-hole{background:var(--bg);box-shadow:inset 0 2px 4px #00000080,0 1px #ffffff1a}.sleeve-hole.center{border-radius:6px;width:45px;height:12px}.sleeve-hole.left-small,.sleeve-hole.right-small{border-radius:3px;width:12px;height:6px;position:absolute}.sleeve-hole.left-small{left:18px}.sleeve-hole.right-small{right:18px}.inner-card{color:#0f172a;background:#fff radial-gradient(circle,#fff 0%,#f8fafc 100%);border-radius:4px;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #00000040}.card-header{flex-direction:column;gap:.2rem;padding:1.25rem 1.25rem .25rem;display:flex}.event-name{font-family:var(--font-serif), serif;letter-spacing:.05em;color:#000;font-size:1.4rem;font-weight:700;line-height:1.1}.event-date{font-family:var(--font-mono);color:#475569;font-size:.65rem;font-weight:600}.card-photo-area{aspect-ratio:4/3;background-image:linear-gradient(#ffffff26,#ffffff26),url(/background.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:flex-end;width:100%;padding:5px 1.25rem 0;display:flex}.card-photo-area.is-project{background-image:none;padding:0}.hero-img{object-fit:contain;object-position:bottom;width:100%;max-width:220px;height:100%;display:block}.card-photo-area.is-project .hero-img{object-fit:cover;object-position:center;width:100%;max-width:100%;height:100%}.card-footer{background:#fff;border-top:1px solid #e2e8f0;display:flex}.card-details{flex:1;padding:1.25rem}.id-card-name{font-family:var(--font-sans);color:#0f172a;margin-bottom:.2rem;font-size:1.25rem;font-weight:600}.id-card-role{font-family:var(--font-sans);align-items:center;min-height:1.5rem;margin-top:.25rem;font-size:.75rem;font-weight:600;display:flex}.id-card-role span{background:var(--dynamic-accent,var(--accent));color:#fff;border-radius:4px;padding:.15rem .4rem;transition:background .5s;display:inline-block}.card-sidebar{color:#fff;background:#0f172a;border-left:1px solid #0000001a;justify-content:center;align-items:stretch;width:45px;display:flex}.sidebar-nav{flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;padding:1rem 0;display:flex}.sidebar-link{white-space:nowrap;font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:#fff6;cursor:pointer;padding:1rem 0;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s;transform:rotate(-90deg)}.sidebar-link:hover{color:var(--dynamic-accent,var(--accent));transform:rotate(-90deg)scale(1.1)}.akasha-video-section{z-index:20;justify-content:center;width:100%;padding:2.5rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.akasha-video-container{flex-direction:column;align-items:center;width:100%;max-width:860px;margin:0 auto;display:flex}.akasha-video-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.akasha-live-tag{font-family:var(--font-mono,monospace);color:#10b981;letter-spacing:.08em;text-transform:uppercase;background:#10b9811f;border:1px solid #10b98159;border-radius:9999px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.live-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s infinite livePulse;box-shadow:0 0 12px #10b981}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.akasha-video-title{font-family:var(--font-serif,serif);color:var(--text,#fff);text-align:center;max-width:820px;margin:0 0 .75rem;font-size:clamp(1.5rem,2.8vw,2.3rem);line-height:1.3}.highlight-text{color:#10b981;font-style:italic}.akasha-video-sub{font-family:var(--font-mono,monospace);color:var(--text-secondary,#94a3b8);max-width:680px;font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.6}.akasha-video-frame{background:#08090f;border:1.5px solid #10b98159;border-radius:1.5rem;width:100%;transition:border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 25px 60px #000000b3,0 0 30px #10b98126}.akasha-video-frame:hover{border-color:#10b98199;box-shadow:0 30px 70px #000c,0 0 45px #10b98140}.video-aspect-wrapper{background:#000;width:100%;padding-bottom:56.25%;position:relative}.akasha-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.akasha-unmute-btn{z-index:30;font-family:var(--font-mono,monospace);letter-spacing:.05em;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid #fff6;border-radius:9999px;align-items:center;gap:.5rem;padding:.65rem 1.3rem;font-size:.85rem;font-weight:800;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:1.25rem;right:1.25rem}.akasha-unmute-btn.muted{color:#fff;background:#ef4444eb;box-shadow:0 8px 25px #ef444480}.akasha-unmute-btn.unmuted{color:#fff;background:#10b981eb;box-shadow:0 8px 25px #10b98180}.akasha-unmute-btn:hover{transform:translateY(-4px)scale(1.05)}.unmute-icon{font-size:1.15rem}@media (width<=768px){.akasha-video-section{padding:3rem 1rem}.akasha-unmute-btn{display:none}}.glance-section{z-index:20;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.glance-section{padding:2rem}}.glance-container{z-index:10;width:100%;max-width:90rem;margin:0 auto}.glance-header{margin-bottom:2rem;margin-left:.5rem}.glance-heading{font-family:var(--font-serif);color:var(--text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:400}.accent.italic{color:var(--accent);font-style:italic}.glance-sub{color:var(--text-secondary);max-width:42rem;font-size:clamp(1rem,1.5vw,1.125rem);font-weight:300}.bento-grid{grid-template-columns:1fr;grid-auto-rows:minmax(200px,auto);gap:1rem;width:100%;display:grid}@media (width>=768px){.bento-grid{grid-template-columns:1fr 1.5fr;gap:1.5rem}.bento-languages,.bento-github{grid-column:span 1}}.bento-card{border-radius:1rem;flex-direction:column;width:100%;height:100%;padding:1.5rem;transition:border-color .3s;display:flex;position:relative;overflow:hidden}@media (width>=768px){.bento-card{border-radius:1.5rem}}.bento-card:hover{border-color:#fffc}.bento-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);margin-bottom:.375rem;font-size:10px}.bento-title{font-family:var(--font-serif);color:var(--text);font-size:1.5rem;font-weight:500;line-height:1.2}.bento-hint{color:var(--text-muted);font-size:.6rem}.bento-glow-br{background:var(--accent-subtle);filter:blur(24px);pointer-events:none;border-radius:50%;width:6rem;height:6rem;margin-top:-3rem;margin-right:-3rem;transition:all .3s;position:absolute;top:0;right:0}.bento-languages:hover .bento-glow-br{background:var(--accent-glow)}.languages-mockup{grid-template-columns:repeat(2,1fr);gap:.5rem;min-height:12rem;margin-top:1rem;display:grid}.lang-box{background:#fff9;border-radius:1rem;height:3.5rem}.bg-white-60{background:#fff9}.bento-border-bottom{background:linear-gradient(to right, var(--accent), var(--accent-secondary));transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.bento-featured:hover .bento-border-bottom{transform:scaleX(1)}.arrow-btn{color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:.375rem;transition:color .3s;display:flex}.arrow-btn:hover{color:var(--accent);border-color:var(--accent-glow)}.featured-mockup{background:#f1f5f980;border:1px solid #ffffff80;border-radius:1rem;flex:1;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.github-mockup{background:#fff6;border:1px solid #fff9;border-radius:1rem;width:100%;height:100px}.lang-item-container{flex-direction:column;flex:1;justify-content:center;gap:1rem;width:100%;display:flex}.lang-item{flex-direction:column;gap:.375rem;width:100%;display:flex}.lang-item-header{justify-content:space-between;align-items:center;display:flex}.lang-name{font-family:var(--font-mono);color:var(--text);font-size:.75rem}.lang-percent{font-family:var(--font-mono);color:var(--text-muted);font-size:10px}.lang-bar-bg{background:#fff9;border-radius:999px;width:100%;height:.375rem;overflow:hidden}.lang-bar-fill{background:var(--accent);height:100%}.bento-featured.no-pad{padding:0}.featured-img-wrapper{flex-shrink:0;width:100%;height:9rem;position:relative;overflow:hidden}.featured-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.bento-featured:hover .featured-img{transform:scale(1.05)}.featured-img-overlay{background:linear-gradient(#0000 0%,#0003 40%,#000c 100%);position:absolute;inset:0}.featured-img-text{z-index:10;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:.75rem;left:1rem;right:1rem}.featured-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.3em;color:#ffffffb3;margin-bottom:.25rem;font-size:10px}.featured-title{font-family:var(--font-serif);color:#fff;font-size:1.5rem;font-weight:500;line-height:1.2;transition:color .3s}.bento-featured:hover .featured-title{color:var(--accent)}.featured-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;padding:.375rem;transition:all .3s;display:flex}.bento-featured:hover .featured-btn{color:var(--accent);border-color:var(--accent-glow)}.featured-content{z-index:10;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex}.featured-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.featured-stats{border-top:1px solid #0000000d;align-items:center;gap:1rem;margin-top:auto;padding-top:.75rem;display:flex}.featured-stat-item{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.375rem;display:flex}.github-stats-container{justify-content:flex-start;gap:1.5rem;display:flex}@media (width>=768px){.github-stats-container{justify-content:flex-end}}.github-stat-val{color:var(--text);font-size:1.25rem;font-weight:600}.projects-scroll-container{width:100%;position:relative}.projects-sticky-viewport{background:0 0;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.projects-ambient-bg{pointer-events:none;z-index:1;position:absolute;inset:0}.ambient-bg-img{object-fit:cover;filter:blur(50px)saturate(160%);width:100%;height:100%}.ambient-overlay-gradient{background:radial-gradient(circle at 75%,#fff8f466 0%,#fff8f4f5 80%),linear-gradient(#fff8f4 0%,#0000 15% 85%,#fff8f4 100%);position:absolute;inset:0}.projects-stage{z-index:10;width:100%;max-width:1360px;margin:0 auto;padding:0 2rem;position:relative}.projects-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (width>=1024px){.projects-grid{grid-template-columns:1.15fr .85fr;gap:4.5rem}}.project-info-flank{text-align:left;flex-direction:column;gap:1.25rem;display:flex}.project-eyebrow{font-family:var(--font-mono,monospace);align-items:center;gap:1rem;font-size:.9rem;font-weight:700;display:flex}.project-index{color:#ea580c;letter-spacing:.1em}.project-category-clean{color:#5e3a73;letter-spacing:.14em;font-size:.78rem}.project-main-text{flex-direction:column;gap:1rem;display:flex}.project-hero-title{color:#2d1445;text-shadow:none;margin:0;line-height:1.05}.project-hero-desc{color:#5e3a73;max-width:600px;margin:0;font-size:clamp(1.05rem,1.35vw,1.3rem);line-height:1.6}.project-techy-console{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffbf;border:1px solid #ea580c38;border-radius:6px;flex-direction:column;gap:1rem;margin-top:.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 12px 40px #2d144514}.console-topbar{border-bottom:1px dashed #8e719f4d;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.console-status-pill{font-family:var(--font-mono,monospace);color:#2d1445;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-indicator{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #10b981}.console-version-tag{font-family:var(--font-mono,monospace);color:#8e719f;background:#8e719f1f;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.console-cmd-row{background:#2d1445;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.75rem;padding:.8rem 1.2rem;display:flex}.console-prompt{font-family:var(--font-mono,monospace);color:#ea580c;-webkit-user-select:none;user-select:none;font-weight:800}.console-cmd-text{font-family:var(--font-mono,monospace);color:#f8fafc;white-space:nowrap;flex:1;font-size:.88rem;overflow-x:auto}.console-copy-btn{cursor:pointer;background:#fffffff2;border:1px solid #ea580c4d;border-radius:4px;padding:.4rem .75rem;transition:all .2s}.console-copy-btn:hover{background:#fff8f4;transform:scale(1.05)}.console-footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:.25rem;display:flex}.telemetry-stats{align-items:center;gap:1.2rem;display:flex}.t-stat{font-family:var(--font-mono,monospace);color:#5e3a73;font-size:.85rem;font-weight:700}.deploy-action-btn{color:#fff;background:#ea580c;border-radius:4px;align-items:center;gap:.5rem;padding:.7rem 1.3rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #ea580c4d}.deploy-action-btn:hover{background:#2d1445;transform:translateY(-2px);box-shadow:0 8px 24px #2d144566}.project-visual-flank{justify-content:center;align-items:center;display:flex}.project-preview-card{background:linear-gradient(135deg,#ea580c66 0%,#8e719f26 100%);border-radius:6px;width:100%;max-width:540px;padding:1px;box-shadow:0 25px 60px #2d144526,0 0 40px #ea580c14}.preview-card-mac{background:#2d1445;border-radius:5px;flex-direction:column;display:flex;overflow:hidden}.preview-mac-topbar{background:#1e0e2fe6;border-bottom:1px solid #ffffff14;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.mac-dots{gap:.45rem;display:flex}.m-dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.mac-url{font-family:var(--font-mono,monospace);color:#8e719f;font-size:.78rem}.preview-vignette-stage{aspect-ratio:16/10;background:#0b0f19;width:100%;position:relative;overflow:hidden}.preview-terminal-bottombar{font-family:var(--font-mono,monospace);color:#8e719f;background:#1e0e2ff2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;font-size:.78rem;display:flex}.project-scroll-ladder{z-index:30;flex-direction:column;gap:1.1rem;display:none;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}@media (width>=1280px){.project-scroll-ladder{display:flex}}.ladder-step{cursor:pointer;background:0 0;border:none;align-items:center;gap:.85rem;padding:.35rem 0;display:flex}.ladder-num{font-family:var(--font-mono,monospace);color:#8e719f;font-size:.78rem;font-weight:700;transition:color .3s}.ladder-track{background:#8e719f40;border-radius:999px;width:3px;height:24px;position:relative;overflow:hidden}.ladder-fill{background:#ea580c;width:100%;height:0%;transition:height .4s;position:absolute;top:0;left:0}.ladder-step:hover .ladder-num{color:#2d1445}.ladder-step.step-active .ladder-num{color:#ea580c}.ladder-step.step-active .ladder-fill{height:100%}@media (width<=768px){.projects-stage{zoom:.45;width:222%;padding:0 1rem}.console-cmd-row{flex-direction:column;align-items:stretch;gap:.5rem}.console-cmd-text{white-space:normal;word-break:break-all}.console-footer-row{flex-direction:column;align-items:stretch}.deploy-action-btn{justify-content:center}.projects-grid{grid-template-columns:1.15fr .85fr;gap:3rem}}.exp-section{padding-bottom:8rem;position:relative;overflow:hidden}.exp-inner{padding:0 5vw}@media (width>=1440px){.exp-inner{padding:0 10vw}}.flow-timeline-container{flex-direction:column;gap:7rem;max-width:1050px;margin:6rem auto 0;display:flex;position:relative}.flow-timeline-row{flex-direction:column;width:100%;display:flex;position:relative}@media (width>=768px){.flow-timeline-row{flex-direction:row;justify-content:space-between;align-items:center;display:flex}}.flow-anchor-system{z-index:10;width:16px;height:16px;position:absolute;top:.4rem;left:18px}@media (width>=768px){.flow-anchor-system{left:50%;transform:translate(-50%)}}.flow-glow-dot{background:var(--accent,#ea580c);border:4px solid var(--bg,#0f172a);width:16px;height:16px;box-shadow:0 0 16px var(--accent,#ea580c), 0 0 30px #ea580c66;z-index:2;border-radius:50%;transition:transform .4s cubic-bezier(.34,1.56,.64,1),background .3s;position:relative}.flow-timeline-row:hover .flow-glow-dot{background:#f59e0b;transform:scale(1.4);box-shadow:0 0 24px #f59e0b,0 0 40px #f59e0b99}.flow-connecting-snake{pointer-events:none;z-index:1;width:100px;height:calc(100% + 7rem);position:absolute;top:14px;left:50%;overflow:visible;transform:translate(-50%)}@media (width<=767px){.flow-connecting-snake{width:36px;left:26px}}.snake-path-bg{fill:none;stroke:#ea580c66;stroke-width:4px;stroke-dasharray:8 8}.snake-path-active{fill:none;stroke:var(--accent,#ea580c);stroke-width:5px;stroke-linecap:round;filter:drop-shadow(0 0 12px #ea580ce6)}.flow-content-block{box-sizing:border-box;width:100%;padding-left:3.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1)}.flow-timeline-row:hover .flow-content-block{transform:translateY(-4px)}.flow-linkedin-block{box-sizing:border-box;width:100%;margin-top:1.5rem;padding-left:3.5rem}@media (width>=768px){.flow-content-block,.flow-linkedin-block{width:44%;margin-top:0;padding-left:0}.flow-timeline-row.row-left .flow-content-block{text-align:right;order:1;padding-right:3.5rem}.flow-timeline-row.row-left .flow-linkedin-block{order:2;padding-left:3.5rem}.flow-timeline-row.row-right .flow-linkedin-block{order:1;padding-right:3.5rem}.flow-timeline-row.row-right .flow-content-block{text-align:left;order:2;padding-left:3.5rem}}.flow-meta{font-family:var(--font-mono);align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}@media (width>=768px){.flow-timeline-row.row-left .flow-meta{justify-content:flex-end}}.flow-period{color:var(--text-muted,#94a3b8);letter-spacing:.08em;font-size:.85rem;font-weight:600}.flow-type{text-transform:uppercase;letter-spacing:.12em;border-radius:999px;padding:.22rem .75rem;font-size:.68rem;font-weight:700}.flow-type-work{color:#ea580c;background:#ea580c26;border:1px solid #ea580c59}.flow-type-achievement{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b59}.flow-type-project{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf659}.flow-role{font-family:var(--font-serif);color:var(--text,#f8fafc);margin-bottom:.35rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:400;line-height:1.2;transition:color .3s}.flow-timeline-row:hover .flow-role{color:var(--accent,#ea580c)}.flow-org{color:#f59e0b;margin-bottom:.85rem;font-size:1.15rem;font-weight:600}.flow-desc{color:var(--text-secondary,#cbd5e1);font-size:1.05rem;line-height:1.65}.linkedin-native-card{color:#191919;text-align:left;background:#fff;border:1px solid #dadce0;border-radius:.8rem;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:border-color .3s,transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 16px #0000001f,0 1px 3px #00000014}.linkedin-native-card:hover{border-color:#0a66c2;transform:translateY(-4px);box-shadow:0 12px 32px #0a66c22e,0 4px 12px #0000001a}@media (width<=767px){.flow-role{font-size:1.3rem}.flow-org{font-size:1rem}.flow-desc{font-size:.95rem;line-height:1.5}.linkedin-native-card{font-size:.85rem}.li-native-avatar{width:40px;height:40px}.li-text{font-size:.8rem}}.li-native-header{align-items:flex-start;gap:.75rem;padding:.85rem 1rem .5rem;display:flex}.li-native-avatar{object-fit:cover;object-position:center top;border-radius:50%;width:48px;height:48px}.li-native-meta{flex:1;line-height:1.25}.li-native-author{color:#000;font-size:.92rem;font-weight:700}.li-deg{color:#666;margin-left:.3rem;font-size:.82rem;font-weight:400}.li-native-sub{color:#666;margin-top:.1rem;font-size:.75rem}.li-native-time{color:#666;margin-top:.1rem;font-size:.72rem}.li-more-btn{color:#666;letter-spacing:1px;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem;font-weight:700}.li-native-body{padding:.4rem 1rem .75rem}.li-text{color:#191919;white-space:pre-line;font-size:.88rem;line-height:1.45}.li-native-media{background:#f3f2f0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;justify-content:center;align-items:center;width:100%;display:flex}.li-media-grid{background:#ebebeb;grid-template-columns:1fr 1fr;gap:2px;display:grid}.li-media-grid .li-media-img{object-fit:cover;max-height:200px}.li-media-img{object-fit:contain;width:100%;max-height:320px}.li-native-reactions{color:#5e5e5e;border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.76rem;display:flex}.li-reaction-left{align-items:center;gap:.4rem;display:flex}.li-reaction-stack{align-items:center;display:inline-flex}.li-r-icon{border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-right:-4px;font-size:.65rem;display:inline-flex}.li-r-like{color:#fff;background:#0a66c2}.li-r-love{color:#fff;background:#df704d}.li-r-clap{color:#fff;background:#5e9b65}.li-native-actions{justify-content:space-around;align-items:center;padding:.35rem .5rem;display:flex}.li-act-btn{color:#5e5e5e;border-radius:.3rem;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:background .2s,color .2s;display:flex}.linkedin-native-card:hover .li-act-btn:hover{color:#191919;background:#0000000f}.ach-sticky-section{z-index:40;width:100%;height:300vh;position:relative}.scroll-track.grid-rows-2{gap:1.5rem;display:flex}.spacer-card-ach{display:none}@media (width>=1024px){.spacer-card-ach{width:25vw;height:10px;display:block}}.ach-mockup-col{flex-direction:column;gap:1.5rem;display:flex}.ach-mockup-card{background:#fff6;border:1px solid #fff9;border-radius:.75rem;width:300px;height:16rem}@media (width>=768px){.ach-mockup-card{border-radius:1rem;width:380px}}.contact-section-snapped{z-index:50;flex-direction:column;justify-content:space-between;width:100%;min-height:100vh;padding-top:8rem;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}@media (width<=768px){.contact-section-snapped{min-height:80vh;padding-top:4rem}}.contact-bg-top{pointer-events:none;background:linear-gradient(#ffffff80,#0000);width:100%;height:8rem;position:absolute;top:0;left:0}.contact-bg-bottom{background:linear-gradient(to top, var(--accent-subtle), transparent);pointer-events:none;width:100%;height:16rem;position:absolute;bottom:0;left:0}.contact-input{width:100%;font-family:var(--font-mono);color:var(--text);background:0 0;border:none;border-bottom:2px solid #fff3;outline:none;padding:1rem 0;font-size:1.25rem;transition:all .3s}.contact-input::placeholder{color:var(--text-muted)}.contact-input:focus{border-bottom-color:var(--accent)}.contact-textarea{resize:none;min-height:60px;overflow:hidden}.contact-submit{background:var(--accent);color:#fff;font-family:var(--font-sans);box-shadow:0 10px 25px var(--accent-glow);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 3rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex}.contact-submit:hover{box-shadow:0 15px 35px var(--accent-glow);background:var(--accent-secondary);transform:scale(1.05)}
