.introBio{display:flex;align-items:center;flex-direction:column;min-height:100vh;padding:120px 20px 60px;position:relative;opacity:0;animation:introFadeIn 1.6s ease-out .2s forwards}@keyframes introFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-content{display:flex;align-items:center;flex-direction:column;gap:40px;max-width:1200px;margin:0 auto}.profile-section{position:relative;margin-bottom:20px}.profile-image-container{position:relative;width:280px;height:280px;animation:floatProfile 4s ease-in-out infinite;will-change:transform}.profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--accent-cyan);box-shadow:0 0 40px #4fd1ff66,0 0 80px #4fd1ff33;position:relative;z-index:2}.profile-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(79,209,255,.15) 0%,rgba(139,92,246,.1) 50%,transparent 70%);filter:blur(20px);z-index:1;animation:pulse 3s ease-in-out infinite}.hero-text{text-align:center;max-width:900px}.hero-name{font-size:clamp(48px,8vw,96px);font-weight:700;margin-bottom:16px;background:var(--gradient-name);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.02em}.hero-title{font-size:clamp(20px,3vw,32px);font-weight:400;color:#ffffffe6;margin-bottom:12px;letter-spacing:.5px}.hero-stack{font-size:clamp(16px,2.5vw,24px);font-weight:300;color:var(--accent-cyan);margin-bottom:32px;letter-spacing:.5px}.hero-value{font-size:clamp(16px,2vw,20px);line-height:1.7;color:#fffc;max-width:700px;margin:0 auto 48px;font-weight:300}.introBio-action{display:flex;flex-direction:column;align-items:center;gap:16px;font-size:18px;font-weight:500}.introBio-action__row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.introBio-action button{padding:18px 42px;border-radius:50px;cursor:pointer;transition:all .3s ease;font-size:18px;font-weight:500;border:none;font-family:inherit;position:relative;overflow:hidden}.introBio-projects{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #b923e14d}.introBio-projects:hover{transform:translateY(-2px);box-shadow:0 6px 24px #b923e180}.introBio-timeline{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #b923e14d}.introBio-timeline:hover{background:#4fd1ff1a;transform:translateY(-2px);box-shadow:0 4px 16px #4fd1ff4d}.introBio-contact{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #b923e14d}.introBio-contact:hover{background:#ffffff0f;border-color:#ffffff80;color:#fff;transform:translateY(-2px)}@keyframes floatProfile{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (prefers-reduced-motion: reduce){.introBio{animation:none;opacity:1}.profile-image-container,.profile-glow{animation:none}.introBio-action button:hover{transform:none}}@media (max-width: 768px){.introBio{padding:100px 20px 40px}.profile-image-container{width:200px;height:200px}.profile-glow{width:240px;height:240px}.hero-value{font-size:16px;line-height:1.6}.introBio-action{gap:16px}.introBio-action button{padding:14px 32px;font-size:16px}}.dog-sprite{cursor:pointer;position:relative;transition:transform .3s ease;outline:none}.dog-sprite:hover{transform:translateY(-8px)}.dog-sprite:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:4px;border-radius:12px}.dog-container{position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center}.dog-image-wrapper{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;animation:float 3s ease-in-out infinite;will-change:transform}.dog-image{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(79,209,255,.3))}.dog-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(79,209,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;z-index:1}.dog-sprite:hover .dog-glow,.dog-sprite.selected .dog-glow{opacity:1}.dog-label{text-align:center;margin-top:12px;position:relative}.dog-name{font-size:18px;font-weight:600;letter-spacing:2px;color:#fff;position:relative;display:inline-block;padding:8px 24px}.dog-name:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent-cyan),transparent);transform:scaleX(0);transition:transform .3s ease}.dog-sprite:hover .dog-name:before,.dog-sprite.selected .dog-name:before{transform:scaleX(1)}.dog-sprite.selected .dog-name{color:var(--accent-cyan)}@keyframes float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}.dog-sprite:nth-child(1) .dog-image-wrapper{animation-delay:0s}.dog-sprite:nth-child(2) .dog-image-wrapper{animation-delay:.5s}.dog-sprite:nth-child(3) .dog-image-wrapper{animation-delay:1s}@media (prefers-reduced-motion: reduce){.dog-image-wrapper{animation:none}.dog-sprite:hover{transform:none}}@media (max-width: 768px){.dog-container{width:100px;height:100px}.dog-image{width:80px;height:80px}.dog-name{font-size:14px;padding:6px 16px}}.guide-picker{width:100%;max-width:800px;margin:60px auto 0;padding:40px 20px}.guide-picker-header{text-align:center;margin-bottom:40px}.guide-picker-title{font-size:28px;font-weight:400;color:#fff;margin-bottom:8px;letter-spacing:.5px}.guide-picker-subtitle{font-size:16px;color:#fff9;font-weight:300}.guide-options{display:flex;justify-content:center;align-items:flex-start;gap:60px;flex-wrap:wrap}@media (max-width: 768px){.guide-picker{margin:40px auto 0;padding:30px 20px}.guide-picker-title{font-size:22px}.guide-options{gap:40px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 0}.about>.section-header{opacity:0;transition:opacity 1.2s ease}.about.visible>.section-header{opacity:1}.about-left{opacity:0;transform:translate(-100px);transition:opacity 1.6s ease .25s,transform 1.6s ease .25s}.about.visible .about-left{opacity:1;transform:translate(0)}.about-skills .floating-logo-wrapper{opacity:0;transition:opacity 2s ease}.about.visible .about-skills .floating-logo-wrapper{opacity:1}.about.visible .about-skills .floating-logo-wrapper:nth-child(1){transition-delay:.6s}.about.visible .about-skills .floating-logo-wrapper:nth-child(2){transition-delay:1.1s}.about.visible .about-skills .floating-logo-wrapper:nth-child(3){transition-delay:1.6s}.about.visible .about-skills .floating-logo-wrapper:nth-child(4){transition-delay:2.1s}.about.visible .about-skills .floating-logo-wrapper:nth-child(5){transition-delay:2.6s}@media (prefers-reduced-motion: reduce){.about>.section-header,.about-left,.about-skills .floating-logo-wrapper{opacity:1;transform:none;transition:none}}.about-left{display:flex;flex-direction:column;gap:20px;width:58%;align-items:center;position:relative}.about-left img{width:300px;height:400px;border-radius:10%;object-fit:cover;position:relative;z-index:1}.about-left:before{content:"";height:400px;width:300px;background:linear-gradient(270deg,#df8908 10%,#b415ff);position:absolute;z-index:-1;filter:blur(20px);top:0;left:10;border-radius:10%}.about-title{position:relative;display:flex;flex-direction:column;align-items:center}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-title img{position:relative;margin-top:-50px;margin-right:0;z-index:-1;width:100%;height:90px}.about-sections{display:flex;flex-direction:row;gap:68px;width:88%}.about-left{display:flex;flex-direction:column;gap:20px;width:58%;align-items:center}.about-right{display:flex;flex-direction:column;gap:20px;width:42%;align-items:center;justify-content:center}.about-para{display:flex;flex-direction:column;align-items:flex-start;align-self:center;gap:18px;max-width:720px;width:100%;margin:0 auto;padding:0;font-family:var(--font-primary);font-size:24px;font-weight:300;line-height:1.625;text-align:left;color:#ebeef5e0;letter-spacing:.005em}.about-para p{margin:0}.about-skills{position:relative;width:100%;height:500px;overflow:hidden;border-radius:12px}.about-skills .floating-logo-wrapper{position:absolute;top:0;left:0;will-change:transform;cursor:pointer;z-index:1}.about-skills .floating-logo-wrapper.selected{z-index:10}.about-skills .floating-logo{display:block;width:120px;height:75px;object-fit:contain;padding:1px;border:double 3px transparent;border-image-slice:1;border-width:3px;background-image:linear-gradient(#1a1a1a,#1a1a1a),radial-gradient(circle at top left,#df8908 10%,#b415ff);border-radius:10px;background-origin:border-box;background-clip:content-box,border-box;pointer-events:none;transition:box-shadow .25s}.about-skills .floating-logo-wrapper.selected .floating-logo{box-shadow:0 0 18px 4px #b415ff8c}.skill-tooltip{position:absolute;width:min(240px,64vw);padding:14px 16px;background:linear-gradient(135deg,#1e1e2e,#2a1a3a);border:1px solid rgba(180,21,255,.4);border-radius:10px;color:#ddd;font-size:14px;line-height:1.5;text-align:center;pointer-events:none;animation:tooltipFadeIn .2s ease-out}.skill-tooltip.tooltip-below{top:calc(100% + 10px);left:50%;transform:translate(-50%)}.skill-tooltip.tooltip-above{bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.skill-tooltip.align-left{left:0;right:auto;transform:none}.skill-tooltip.align-right{left:auto;right:0;transform:none}.skill-tooltip h3{margin:0 0 6px;font-size:16px;font-weight:600;background:linear-gradient(90deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skill-tooltip p{margin:0}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.about-para{max-width:100%;padding:0 16px;gap:14px;font-size:15px}.about-sections{flex-direction:column;align-items:center;width:100%;gap:40px}.about-left,.about-right{width:100%}.about-skills{width:92%;height:360px}.about-skills .floating-logo{width:95px;height:60px}}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:720px;margin:0 auto}.section-header__title{font-size:64px;font-weight:700;margin:0;background:linear-gradient(90deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.15}.section-header__subtitle{font-size:18px;color:#999;margin:8px 0 0;line-height:1.5}.section-header__arc{width:100%;height:auto;margin-top:-4px;overflow:visible;pointer-events:none;position:relative;z-index:0}.section-header__trail{animation:trail-reveal 16s linear infinite;stroke-dashoffset:var(--arc-len)}@keyframes trail-reveal{0%{stroke-dashoffset:var(--arc-len);stroke-opacity:.6}90%{stroke-dashoffset:0;stroke-opacity:.45}95%{stroke-dashoffset:0;stroke-opacity:0}to{stroke-dashoffset:var(--arc-len);stroke-opacity:0}}.section-header__particle{animation:particle-twinkle var(--twinkle-dur) ease-in-out var(--twinkle-delay) infinite,particle-drift var(--twinkle-dur) ease-in-out var(--twinkle-delay) infinite alternate}@keyframes particle-twinkle{0%,to{opacity:.12}50%{opacity:.5}}@keyframes particle-drift{0%{transform:translate(0)}to{transform:translate(var(--drift-x),var(--drift-y))}}@media (max-width: 820px){.section-header__title{font-size:48px}}@media (max-width: 480px){.section-header__title{font-size:36px}}@media (prefers-reduced-motion: reduce){.section-header__trail{animation:none;stroke-dashoffset:0;stroke-opacity:.2}.section-header__comet,.section-header__comet-glow{display:none}.section-header__particle{animation:none;opacity:.15}}.timeline-section{position:relative;width:100%;max-width:1100px;margin:80px auto;padding:40px 24px 72px;z-index:1;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.timeline-section.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.timeline-section{opacity:1;transform:none;transition:none}}.wheel-stage{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px}.wheel-arrow{flex:0 0 auto;width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(79,209,255,.35);border-radius:50%;background:#1218268c;color:#4fd1ff;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 0 1px #4fd1ff0d,0 0 18px #4fd1ff2e;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease}.wheel-arrow svg{width:22px;height:22px;display:block}.wheel-arrow:hover:not(:disabled){transform:scale(1.06);border-color:#4fd1ffb3;background:#4fd1ff14;box-shadow:0 0 0 1px #4fd1ff26,0 0 28px #4fd1ff59}.wheel-arrow:active:not(:disabled){transform:scale(.96)}.wheel-arrow:focus-visible{outline:2px solid #4FD1FF;outline-offset:4px}.wheel-arrow:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.wheel-dome{position:relative;flex:1 1 auto;max-width:720px;aspect-ratio:800 / 420}.wheel-svg{width:100%;height:100%;display:block;overflow:visible}.wheel-tick{stroke:#22d3ee;stroke-opacity:.4;stroke-width:1.5;stroke-linecap:round;transition:stroke .4s ease,stroke-opacity .4s ease,stroke-width .4s ease}.wheel-tick.is-active{stroke:#4fd1ff;stroke-opacity:.95;stroke-width:2.5}.wheel-year-label{font-family:inherit;font-size:14px;font-weight:400;fill:#e5e7eb8c;transition:fill .4s ease,font-size .4s ease,font-weight .4s ease;-webkit-user-select:none;user-select:none}.wheel-year-label.is-active{fill:#4fd1ff;font-size:18px;font-weight:600}.wheel-indicator{transform-box:view-box;transform-origin:400px 30px}.wheel-indicator.is-pulsing{animation:indicatorPulse .52s cubic-bezier(.4,0,.2,1)}@keyframes indicatorPulse{0%{transform:scale(1)}45%{transform:scale(1.18)}to{transform:scale(1)}}.wheel-particle{opacity:.18;animation:wheelTwinkle var(--twinkle-dur) ease-in-out var(--twinkle-delay) infinite}@keyframes wheelTwinkle{0%,to{opacity:.1}50%{opacity:.55}}.wheel-center-stack{position:absolute;left:0;right:0;bottom:18%;display:flex;flex-direction:column;align-items:center;text-align:center;pointer-events:none;padding:0 16%}.wheel-year{font-size:64px;font-weight:700;line-height:1;background:linear-gradient(270deg,#df8908 10%,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:wheelFadeUp .45s cubic-bezier(.4,0,.2,1)}.wheel-title{margin-top:8px;font-size:18px;font-weight:500;color:#e5e7eb;letter-spacing:.01em;animation:wheelFadeUp .45s cubic-bezier(.4,0,.2,1) 60ms both}@keyframes wheelFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wheel-detail-cards{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;max-width:1000px;margin:24px auto 0}.wheel-detail-card{flex:1 1 360px;max-width:640px;padding:24px 28px;background:#12182699;border:1px solid rgba(79,209,255,.15);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 0 0 1px #8b5cf60a,0 12px 40px #00000059;animation:wheelFadeUp .45s cubic-bezier(.4,0,.2,1)}.wheel-card-heading{margin:0 0 12px;color:#4fd1ff;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.wheel-description{margin:0 0 14px;color:#e5e7eb;font-size:16px;line-height:1.55}.wheel-highlights{margin:0 0 16px;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.wheel-highlights li{position:relative;padding-left:20px;color:#e5e7ebc7;font-size:14px;line-height:1.5}.wheel-highlights li:before{content:"";position:absolute;left:4px;top:.55em;width:6px;height:6px;border-radius:50%;background:#4fd1ff;box-shadow:0 0 8px #4fd1ff99}.wheel-tech{display:flex;flex-wrap:wrap;gap:8px}.wheel-tech-chip{display:inline-flex;align-items:center;padding:5px 12px;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);border-radius:999px;color:#c4b5fd;font-size:12px;font-weight:500;letter-spacing:.02em}.wheel-progress{display:flex;justify-content:center;gap:10px;margin-top:24px}.wheel-progress-dot{width:10px;height:10px;padding:0;border:1px solid rgba(79,209,255,.4);border-radius:50%;background:transparent;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.wheel-progress-dot:hover{border-color:#4fd1ffcc;transform:scale(1.15)}.wheel-progress-dot.is-active{background:#4fd1ff;border-color:#4fd1ff;box-shadow:0 0 12px #4fd1ff99}.wheel-progress-dot:focus-visible{outline:2px solid #4FD1FF;outline-offset:3px}@media (max-width: 820px){.timeline-section{margin:60px auto;padding:24px 16px 56px}.wheel-stage{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"dome dome" "left right";gap:16px;align-items:center;justify-items:center}.wheel-dome{grid-area:dome;max-width:none;width:100%}.wheel-arrow--left{grid-area:left;justify-self:end}.wheel-arrow--right{grid-area:right;justify-self:start}.wheel-arrow{width:52px;height:52px}.wheel-detail-cards{flex-direction:column}.wheel-year{font-size:44px}.wheel-title{font-size:15px}.wheel-center-stack{bottom:14%;padding:0 14%}}@media (max-width: 480px){.wheel-year{font-size:34px}.wheel-title{font-size:13px}.wheel-detail-card{padding:18px}.wheel-description{font-size:15px}}@media (prefers-reduced-motion: reduce){.wheel-year-label,.wheel-tick,.wheel-indicator,.wheel-year,.wheel-title,.wheel-detail-card,.wheel-progress-dot,.wheel-arrow{transition:none!important;animation:none!important}.wheel-particle{animation:none!important;opacity:.2}}.projects{display:flex;flex-direction:column;align-items:center;gap:48px;padding:100px 5% 80px;max-width:1200px;margin:0 auto;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.projects.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.projects{opacity:1;transform:none;transition:none}}.projects-more-heading{font-size:28px;font-weight:600;color:#ccc;margin:24px 0 -16px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%}@media (min-width: 1024px){.projects-grid--three{grid-template-columns:repeat(3,1fr)}}.projects-grid--three .project-card__row{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo    title" "logo    role" "summary summary" "tech    tech" "impact  impact" "links   links";column-gap:16px;row-gap:8px;align-items:start}.projects-grid--three .project-card__content{display:contents}.projects-grid--three .project-card__image{grid-area:logo;align-self:center;width:92px;height:64px}.projects-grid--three .project-card__header{grid-area:title}.projects-grid--three .project-card__role{grid-area:role}.projects-grid--three .project-card__summary{grid-area:summary}.projects-grid--three .project-card__tech{grid-area:tech}.projects-grid--three .project-card__impact{grid-area:impact}.projects-grid--three .project-card__links{grid-area:links}.projects-grid--three .project-card.visible{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:expCardSweepIn .55s ease backwards}.projects-grid--three .project-card:nth-child(2).visible{animation-delay:.15s}.projects-grid--three .project-card:nth-child(3).visible{animation-delay:.3s}@keyframes expCardSweepIn{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@media (min-width: 821px){.projects-grid:not(.projects-grid--three)>.project-card:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;width:calc(50% - 16px)}}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,opacity .3s ease;opacity:0;transform:translateY(24px)}.project-card.visible{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease,box-shadow .3s ease,border-color .3s ease,opacity .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 0 24px #b415ff26;border-color:#b415ff40}.project-card:focus-visible{outline:2px solid #c084fc;outline-offset:2px}.projects-expanded-stack{display:flex;flex-direction:column;gap:24px;width:100%}.project-card--expanded{border-color:#b415ff59;box-shadow:0 0 36px #b415ff33;cursor:default;opacity:1;transform:none;animation:expandCardIn .35s ease}.project-card--expanded:hover{transform:none}@keyframes expandCardIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.project-card__row{display:flex;flex-direction:row;gap:20px}.project-card__image{flex-shrink:0;width:120px;height:90px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff0a}.project-card__image img{width:100%;height:100%;object-fit:contain;padding:6px;filter:saturate(.35) brightness(.85);transition:filter .3s ease}.project-card:hover .project-card__image img{filter:saturate(.7) brightness(1)}.project-card__image:has(img[alt=WorldLinkBank]){background:#fff}.project-card__image img[alt=WorldLinkBank],.project-card:hover .project-card__image img[alt=WorldLinkBank]{filter:none}.project-card__image:has(img[alt=FoodFusion]){background:#23313e}.project-card__image img[alt=FoodFusion],.project-card:hover .project-card__image img[alt=FoodFusion]{filter:none}.project-card__image:has(img[alt="Search Engine"]){background:#0c101c}.project-card__image img[alt="Search Engine"],.project-card:hover .project-card__image img[alt="Search Engine"]{filter:none}.project-card__image:has(img[alt="Intercontinental Exchange"]){background:#fff}.project-card__image img[alt="Intercontinental Exchange"],.project-card:hover .project-card__image img[alt="Intercontinental Exchange"]{filter:none}.project-card__image:has(img[alt="DePaul University"]){background:#0169ae}.project-card__image img[alt="DePaul University"],.project-card:hover .project-card__image img[alt="DePaul University"]{filter:none;padding:0;transform:scale(1.2)}.project-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#df890826,#b415ff26);font-size:36px;font-weight:700;color:#ffffff59}.project-card__content{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.project-card__header{display:flex;align-items:center;gap:10px}.project-card__title{font-size:20px;font-weight:600;margin:0;color:#eee}.project-card__role{font-size:13px;font-weight:400;font-style:italic;color:#e5e7eb8c;margin:-2px 0 0;letter-spacing:.01em}.project-card__badge{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:6px;background:#b415ff26;color:#c084fc;white-space:nowrap}.project-card__summary{font-size:14px;color:#aaa;line-height:1.45;margin:0}.project-card__tech{display:flex;flex-wrap:wrap;gap:6px}.tech-chip{font-size:12px;padding:3px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#bbb;white-space:nowrap}.project-card__impact{font-size:13px;color:#999;margin:2px 0 0;line-height:1.4}.impact-icon{color:#df8908;margin-right:2px}.project-card__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.project-link{font-size:13px;font-weight:500;color:#c084fc;text-decoration:none;padding:4px 0;transition:color .2s}.project-link:hover,.project-link:focus-visible{color:#e0b0ff;text-decoration:underline;outline:none}.project-link--primary{color:#df8908}.project-link--primary:hover,.project-link--primary:focus-visible{color:#f0a830}.expanded-details{position:relative;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:20px;animation:expandFadeIn .35s ease}.expanded-close{position:absolute;top:24px;right:0;width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#aaa;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.expanded-close:hover{background:#ffffff1a;color:#fff}.expanded-close:focus-visible{outline:2px solid #c084fc;outline-offset:2px}.expanded-section{display:flex;flex-direction:column;gap:8px}.expanded-section__title{font-size:15px;font-weight:600;margin:0;background:linear-gradient(90deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.5px}.expanded-section__text{font-size:14px;color:#bbb;line-height:1.6;margin:0}.expanded-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.expanded-features li{font-size:14px;color:#bbb;line-height:1.5;padding-left:18px;position:relative}.expanded-features li:before{content:"▸";position:absolute;left:0;color:#df8908}.expanded-challenges{display:flex;flex-direction:column;gap:14px}.challenge-item{padding:12px 16px;border-radius:10px;background:#ffffff06;border:1px solid rgba(255,255,255,.06)}.challenge-problem,.challenge-solution{font-size:13px;color:#aaa;line-height:1.5;margin:0 0 4px}.challenge-problem strong{color:#e07070}.challenge-solution strong{color:#70d0a0}@keyframes expandFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 820px){.projects-grid{grid-template-columns:1fr}.projects-header h1{font-size:48px}}@media (max-width: 580px){.project-card__row{flex-direction:column}.project-card__image{width:100%;height:140px}}@media (prefers-reduced-motion: reduce){.project-card{opacity:1;transform:none;transition:none}.project-card.visible{transition:none}.projects-grid--three .project-card.visible{animation:none}.project-card:hover{transform:none}.project-card__inner{transition:none}.expanded-details,.project-card--expanded{animation:none}@keyframes expandFadeIn{0%{opacity:1;transform:none}to{opacity:1;transform:none}}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 0;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.contact.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.contact{opacity:1;transform:none;transition:none}}.contact-title{position:relative;display:flex;flex-direction:column;align-items:center}.contact-title h1{padding:0 30px;font-size:80px;font-weight:600}.contact-title img{position:relative;margin-top:-50px;margin-right:0;z-index:-1;width:100%;height:90px}.contact-section{display:flex;gap:30px;width:88%;max-width:1200px}.contact-left{display:flex;flex-direction:column;gap:30px;width:50%}.contact-left h1{font-size:80px;font-weight:700;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:550px;color:#d8d8d8;font-size:20px;line-height:35px}.contact-details{display:flex;flex-direction:column;gap:30px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:20px}.contact-detail img{width:30px;height:auto}.contact-right{display:flex;flex-direction:column;align-items:start;gap:30px;width:50%}.contact-right label{color:#d8d8d8;font-size:22px;font-weight:500}.contact-right input{border:none;width:100%;max-width:700px;height:78px;padding-left:20px;border-radius:14px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px}.contact-right textarea{width:100%;max-width:650px;border:none;padding:25px;border-radius:14px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:20px}.contact-submit{display:flex;gap:15px;border-radius:14px;color:#fff;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:500;margin-bottom:80px;transition:.6s;cursor:pointer;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-repeat:no-repeat;background-size:100% 0;background-position:left}.contact-submit:hover{background-size:100% 100%;transform:scale(1.1)}.contact-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-status{margin:0;max-width:650px;font-size:18px;font-weight:500;color:#d8d8d8}.form-status.success{color:var(--accent-green, #4ADE80)}.form-status.error{color:#f87171}@media (max-width: 768px){.contact-section{flex-direction:column;gap:40px}.contact-left,.contact-right{width:100%}.contact-left h1{font-size:clamp(40px,10vw,64px)}.contact-left p{font-size:17px;line-height:28px}.contact-details{gap:20px;font-size:17px}.contact-right label{font-size:18px}.contact-right input{height:60px;font-size:17px}.contact-right textarea{font-size:17px;padding:16px}.contact-submit{padding:18px 40px;font-size:18px;margin-bottom:40px}}.space-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.space-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.space-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 30%,rgba(79,209,255,.05) 0%,rgba(139,92,246,.03) 30%,transparent 70%);pointer-events:none}.planet-decoration{position:absolute;bottom:-15%;right:-5%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(139,92,246,.15) 0%,rgba(79,209,255,.08) 40%,transparent 70%);filter:blur(40px);pointer-events:none}@media (prefers-reduced-motion: reduce){.space-canvas{display:none}}@media (max-width: 768px){.planet-decoration{width:300px;height:300px;bottom:-10%;right:-10%}}.guide-widget{position:fixed;bottom:30px;right:30px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.guide-bubble{background:#121826f2;border:1px solid rgba(79,209,255,.3);border-radius:16px;padding:16px 20px;max-width:280px;position:relative;box-shadow:0 8px 24px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:bubbleFadeIn .3s ease-out}.guide-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#fff9;font-size:24px;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;padding:0;line-height:1}.guide-close:hover{color:var(--accent-cyan)}.guide-message{color:#fff;font-size:14px;line-height:1.6;margin:0;padding-right:16px}.guide-bubble-tail{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid rgba(18,24,38,.95);align-self:flex-end;margin-right:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.guide-character{width:80px;height:80px;border-radius:50%;background:#121826cc;border:2px solid var(--accent-cyan);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #4fd1ff66;animation:float 3s ease-in-out infinite;will-change:transform}.guide-character:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #4fd1ff99}.guide-character:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:4px}.guide-avatar{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(79,209,255,.3))}.guide-character.energetic{border-color:#4ade80;box-shadow:0 4px 16px #4ade8066}.guide-character.curious{border-color:var(--accent-cyan);box-shadow:0 4px 16px #4fd1ff66}.guide-character.friendly{border-color:var(--accent-purple);box-shadow:0 4px 16px #8b5cf666}.guide-widget.collapsed .guide-character{opacity:.8}.guide-widget.collapsed .guide-character:hover{opacity:1}@keyframes bubbleFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (prefers-reduced-motion: reduce){.guide-character,.guide-bubble{animation:none}.guide-character:hover{transform:none}}@media (max-width: 768px){.guide-widget{bottom:20px;right:20px}.guide-bubble{max-width:220px;padding:12px 16px}.guide-character{width:60px;height:60px}.guide-avatar{width:45px;height:45px}.guide-message{font-size:13px}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:50px 20px;background:var(--bg-secondary);border-top:1px solid rgba(79,209,255,.1);font-family:var(--font-primary);opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.footer.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.footer{opacity:1;transform:none;transition:none}}.footer-socials{display:flex;gap:28px}.footer-social-link{display:flex;align-items:center;justify-content:center;font-size:28px;color:#ffffffb3;transition:color .3s ease,transform .3s ease}.footer-social-link:hover{color:var(--accent-cyan);transform:scale(1.15)}.footer-copyright{margin:0;font-size:14px;color:#ffffff80}@media (max-width: 768px){.footer{padding:40px 16px;gap:16px}.footer-social-link{font-size:26px}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:20px 60px;position:fixed;top:0;left:0;right:0;z-index:100;background:#0b0e14cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(79,209,255,.1);transition:transform .35s ease,opacity .35s ease}.navbar--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.nav-menu{display:flex;align-items:center;list-style:none;gap:48px;font-size:16px;font-weight:400;margin:0;padding:0}.nav-menu li{cursor:pointer;position:relative;color:#ffffffe6;transition:color .3s ease;padding:8px 0}.nav-menu li:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent-cyan);transform:scaleX(0);transition:transform .3s ease}.nav-menu li:hover{color:var(--accent-cyan)}.nav-menu li:hover:after{transform:scaleX(1)}.nav-connect{padding:12px 32px;border-radius:50px;background:var(--gradient-primary);font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;color:#fff;text-decoration:none;box-shadow:0 4px 16px #b923e14d}.nav-connect:hover{transform:translateY(-2px);box-shadow:0 6px 24px #b923e180}@media (prefers-reduced-motion: reduce){.nav-connect:hover{transform:none}}@media (max-width: 768px){.navbar{padding:16px 24px}.nav-menu{gap:24px;font-size:14px}.nav-connect{padding:10px 24px;font-size:14px}}@media (max-width: 480px){.nav-menu{display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0B0E14;--bg-secondary: #121826;--accent-cyan: #4FD1FF;--accent-purple: #8B5CF6;--accent-green: #4ADE80;--gradient-primary: linear-gradient(267deg, #DA7C25 .36%, #B923E1 102.06%);--gradient-name: linear-gradient(270deg, #DF8908 10%, #B415FF 100%);--font-primary: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem}html{scroll-behavior:smooth}body{min-height:100vh;background:var(--bg-primary);color:#fff;font-family:var(--font-primary);overflow-x:hidden;position:relative}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
