.Cursor-module__IckhyW__cursor{pointer-events:none;mix-blend-mode:difference;z-index:9999;opacity:0;will-change:transform;background:#fff;border-radius:50%;width:20px;height:20px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.Cursor-module__IckhyW__cursorDot{pointer-events:none;mix-blend-mode:difference;z-index:10000;opacity:0;will-change:transform;background:#fff;border-radius:50%;width:4px;height:4px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}@media (hover:none) and (pointer:coarse){.Cursor-module__IckhyW__cursor,.Cursor-module__IckhyW__cursorDot{display:none}}@media (prefers-reduced-motion:reduce){.Cursor-module__IckhyW__cursor,.Cursor-module__IckhyW__cursorDot{display:none}}
.Loader-module__ciLxHG__loader{background:var(--bg-primary);z-index:9998;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Loader-module__ciLxHG__content{z-index:2;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Loader-module__ciLxHG__percentWrapper{overflow:hidden}.Loader-module__ciLxHG__percent{letter-spacing:-.05em;color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:clamp(4rem,15vw,10rem);font-weight:700;line-height:1}.Loader-module__ciLxHG__status{letter-spacing:.2em;color:var(--text-muted);text-transform:uppercase;text-align:center;min-width:120px;font-size:.75rem}.Loader-module__ciLxHG__progressTrack{background:var(--border);transform-origin:0;width:200px;height:1px;overflow:hidden}.Loader-module__ciLxHG__progressBar{background:var(--text-primary);transform-origin:0;width:100%;height:100%;transform:scaleX(0)}.Loader-module__ciLxHG__terminal{color:var(--text-muted);align-items:center;gap:.25rem;margin-top:1rem;font-size:.875rem;display:flex}.Loader-module__ciLxHG__prompt{opacity:.5}.Loader-module__ciLxHG__blink{animation:1s step-end infinite Loader-module__ciLxHG__blink}@keyframes Loader-module__ciLxHG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Loader-module__ciLxHG__gridOverlay{background-image:linear-gradient(var(--border)1px,transparent 1px),linear-gradient(90deg,var(--border)1px,transparent 1px);opacity:.15;pointer-events:none;background-size:80px 80px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:640px){.Loader-module__ciLxHG__percent{font-size:clamp(3rem,20vw,6rem)}.Loader-module__ciLxHG__progressTrack{width:150px}}@media (prefers-reduced-motion:reduce){.Loader-module__ciLxHG__loader{display:none}.Loader-module__ciLxHG__blink{animation:none}}
.CommandBar-module__-C_1Aq__pill{z-index:100;cursor:pointer;background:#222;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:all .2s;display:flex;position:fixed;bottom:2rem;right:2rem}.CommandBar-module__-C_1Aq__pill:hover{background:#2a2a2a}.CommandBar-module__-C_1Aq__pill:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.CommandBar-module__-C_1Aq__pillText{font-family:var(--font-mono);color:var(--text-primary);font-size:1rem;animation:1s step-end infinite CommandBar-module__-C_1Aq__blink}.CommandBar-module__-C_1Aq__pillHint{font-family:var(--font-mono);color:var(--text-muted);opacity:0;max-width:0;font-size:.75rem;transition:all .2s;overflow:hidden}.CommandBar-module__-C_1Aq__pill:hover .CommandBar-module__-C_1Aq__pillHint{opacity:1;max-width:100px;margin-left:.25rem}@keyframes CommandBar-module__-C_1Aq__blink{50%{opacity:0}}@media (max-width:640px){.CommandBar-module__-C_1Aq__pill{bottom:calc(env(safe-area-inset-bottom,0px) + 5rem);padding:.625rem .875rem;left:auto;right:1.5rem;transform:none}.CommandBar-module__-C_1Aq__pillHint{display:none}}.CommandBar-module__-C_1Aq__overlay{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:flex-start;padding-top:15vh;display:flex;position:fixed;inset:0}.CommandBar-module__-C_1Aq__commandBar{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:12px;width:100%;max-width:560px;margin:0 1rem;overflow:hidden}.CommandBar-module__-C_1Aq__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.CommandBar-module__-C_1Aq__title{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:.05em;font-size:.875rem;font-weight:600}.CommandBar-module__-C_1Aq__shortcut{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.CommandBar-module__-C_1Aq__shortcut span{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:4px;margin-right:.25rem;padding:.125rem .375rem}.CommandBar-module__-C_1Aq__closeButton{border:1px solid var(--border-hover);width:2rem;height:2rem;font-family:var(--font-mono);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;font-size:1rem;font-weight:400;transition:background .15s;display:none}.CommandBar-module__-C_1Aq__closeButton:hover{background:var(--bg-secondary)}.CommandBar-module__-C_1Aq__closeButton:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}@media (hover:none) and (pointer:coarse){.CommandBar-module__-C_1Aq__closeButton{display:flex}.CommandBar-module__-C_1Aq__shortcut{display:none}}.CommandBar-module__-C_1Aq__inputWrapper{border-bottom:1px solid var(--border-subtle);align-items:center;padding:.875rem 1.25rem;display:flex}.CommandBar-module__-C_1Aq__inputPrompt{font-family:var(--font-mono);color:var(--text-muted);margin-right:.5rem;font-size:1rem}.CommandBar-module__-C_1Aq__input{font-family:var(--font-mono);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.CommandBar-module__-C_1Aq__input::placeholder{color:var(--text-muted)}.CommandBar-module__-C_1Aq__sections{max-height:300px;padding:.5rem 0;overflow-y:auto}.CommandBar-module__-C_1Aq__sections ul{margin:0;padding:0;list-style:none}.CommandBar-module__-C_1Aq__section{cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;transition:background .15s;display:flex}.CommandBar-module__-C_1Aq__section:hover,.CommandBar-module__-C_1Aq__sectionSelected{background:var(--bg-secondary)}.CommandBar-module__-C_1Aq__sectionLabel{font-family:var(--font-mono);color:var(--text-primary);font-size:.9375rem}.CommandBar-module__-C_1Aq__sectionPrefix{color:var(--text-muted);margin-right:.5rem}.CommandBar-module__-C_1Aq__sectionDescription{font-family:var(--font-mono);color:var(--text-muted);font-size:.8125rem}.CommandBar-module__-C_1Aq__noResults{font-family:var(--font-mono);color:var(--text-muted);text-align:center;padding:2rem 1.25rem;font-size:.875rem}.CommandBar-module__-C_1Aq__footer{border-top:1px solid var(--border-subtle);background:var(--bg-secondary);justify-content:center;align-items:center;gap:1.5rem;padding:.75rem 1.25rem;display:flex}.CommandBar-module__-C_1Aq__hint{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.375rem;font-size:.75rem;display:flex}.CommandBar-module__-C_1Aq__hint kbd{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:4px;padding:.125rem .375rem;font-size:.6875rem}@media (max-width:640px){.CommandBar-module__-C_1Aq__overlay{align-items:flex-start;padding-top:5vh}.CommandBar-module__-C_1Aq__commandBar{max-height:80vh;margin:0 .75rem}.CommandBar-module__-C_1Aq__footer{flex-wrap:wrap;gap:.75rem}.CommandBar-module__-C_1Aq__sectionDescription{display:none}}@media (prefers-reduced-motion:reduce){.CommandBar-module__-C_1Aq__pillText{animation:none}.CommandBar-module__-C_1Aq__pill,.CommandBar-module__-C_1Aq__pillHint,.CommandBar-module__-C_1Aq__section{transition:none}}
.Hero-module__PgAKtG__hero{min-height:100vh;padding:var(--space-lg);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__content{text-align:center;z-index:1;flex-direction:column;align-items:center;display:flex}.Hero-module__PgAKtG__name{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-md);perspective:1000px;opacity:0;font-size:clamp(2rem,8vw,6rem);font-weight:700;line-height:1}.Hero-module__PgAKtG__char{transform-style:preserve-3d;display:inline-block}.Hero-module__PgAKtG__title{letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:var(--space-lg);opacity:0;font-size:clamp(.875rem,2vw,1.25rem);font-weight:400}.Hero-module__PgAKtG__tagline{color:var(--text-muted);letter-spacing:.02em;opacity:0;min-height:2em;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400}.Hero-module__PgAKtG__scrollIndicator{bottom:var(--space-xl);align-items:center;gap:var(--space-sm);opacity:0;flex-direction:column;display:flex;position:absolute}.Hero-module__PgAKtG__scrollText{letter-spacing:.3em;color:var(--text-muted);text-transform:uppercase;font-size:.625rem}.Hero-module__PgAKtG__scrollLine{background:linear-gradient(to bottom,var(--text-muted)0%,transparent 100%);width:1px;height:60px}.Hero-module__PgAKtG__gridDecoration{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__PgAKtG__gridLine{background:var(--border);opacity:.3;position:absolute}.Hero-module__PgAKtG__gridLine:first-child{width:1px;height:100%;top:0;left:20%}.Hero-module__PgAKtG__gridLine:nth-child(2){opacity:.15;width:1px;height:100%;top:0;left:50%}.Hero-module__PgAKtG__gridLine:nth-child(3){width:1px;height:100%;top:0;left:80%}@media (max-width:640px){.Hero-module__PgAKtG__hero{padding:var(--space-md)}.Hero-module__PgAKtG__name{letter-spacing:-.02em}.Hero-module__PgAKtG__scrollIndicator{bottom:var(--space-lg)}.Hero-module__PgAKtG__scrollLine{height:40px}}@media (prefers-reduced-motion:reduce){.Hero-module__PgAKtG__name,.Hero-module__PgAKtG__title,.Hero-module__PgAKtG__tagline,.Hero-module__PgAKtG__scrollIndicator{opacity:1}.Hero-module__PgAKtG__char{opacity:1;transform:none}}
.About-module__OtWT4W__about{min-height:100vh;padding:var(--space-2xl)var(--space-lg);background:var(--bg-primary);align-items:center;display:flex;position:relative}.About-module__OtWT4W__container{width:100%;max-width:900px;margin:0 auto;position:relative}.About-module__OtWT4W__titleWrapper{margin-bottom:var(--space-xl);overflow:hidden}.About-module__OtWT4W__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1}.About-module__OtWT4W__content{gap:var(--space-lg);flex-direction:column;display:flex}.About-module__OtWT4W__content p{color:var(--text-secondary);max-width:70ch;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8}.About-module__OtWT4W__lead{color:var(--text-primary)!important;font-size:clamp(1.125rem,2.5vw,1.5rem)!important;line-height:1.6!important}.About-module__OtWT4W__highlight{background:linear-gradient(to right,var(--text-primary),var(--text-primary));color:var(--text-primary);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;padding-bottom:2px}.About-module__OtWT4W__availability{padding:var(--space-md);border-left:2px solid var(--border);font-style:italic;color:var(--text-muted)!important;font-size:1rem!important}.About-module__OtWT4W__decoration{flex-direction:column;align-items:flex-end;display:flex;position:absolute;top:0;right:0}.About-module__OtWT4W__lineNumber{color:var(--text-muted);letter-spacing:.2em;opacity:.5;font-size:.75rem}@media (max-width:768px){.About-module__OtWT4W__about{padding:var(--space-xl)var(--space-md)}.About-module__OtWT4W__decoration{display:none}}@media (prefers-reduced-motion:reduce){.About-module__OtWT4W__title,.About-module__OtWT4W__content p{opacity:1;transform:none}.About-module__OtWT4W__highlight{background-size:100% 2px}}
.Metrics-module__7JPJja__metrics{background:var(--bg-primary,#000);padding:4rem 0;position:relative}.Metrics-module__7JPJja__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Metrics-module__7JPJja__grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.Metrics-module__7JPJja__metricCard{border:1px solid var(--border,#222);background:var(--bg-secondary,#0a0a0a);text-align:center;padding:2rem 1rem;transition:border-color .3s,transform .3s;position:relative}.Metrics-module__7JPJja__metricCard:hover{border-color:var(--border-hover,#444);transform:translateY(-4px)}.Metrics-module__7JPJja__value{color:var(--text-primary,#fff);letter-spacing:-.02em;min-height:2.5rem;margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;line-height:1}.Metrics-module__7JPJja__label{color:var(--text-secondary,#aaa);text-transform:uppercase;letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:.75rem;line-height:1.4}@media (max-width:1200px){.Metrics-module__7JPJja__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.Metrics-module__7JPJja__metrics{padding:3rem 0}.Metrics-module__7JPJja__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.Metrics-module__7JPJja__metricCard{padding:1.5rem .75rem}.Metrics-module__7JPJja__value{min-height:2rem;font-size:2rem}.Metrics-module__7JPJja__label{font-size:.65rem}}@media (max-width:480px){.Metrics-module__7JPJja__grid{grid-template-columns:1fr;gap:1rem}.Metrics-module__7JPJja__metricCard{padding:1.5rem 1rem}.Metrics-module__7JPJja__value{min-height:2.5rem;font-size:2.5rem}.Metrics-module__7JPJja__label{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.Metrics-module__7JPJja__metricCard{transition:none}.Metrics-module__7JPJja__metricCard:hover{transform:none}}
.Skills-module__1ONIjW__skills{min-height:100vh;padding:var(--space-2xl)var(--space-lg);background:var(--bg-secondary);align-items:center;display:flex;position:relative}.Skills-module__1ONIjW__container{width:100%;max-width:1000px;margin:0 auto}.Skills-module__1ONIjW__header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:flex-start;display:flex}.Skills-module__1ONIjW__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1}.Skills-module__1ONIjW__lineNumber{color:var(--text-muted);letter-spacing:.2em;opacity:.5;font-size:.75rem}.Skills-module__1ONIjW__terminal{background:var(--bg-primary);border:1px solid var(--border);margin-bottom:var(--space-xl);border-radius:8px;overflow:hidden}.Skills-module__1ONIjW__terminalHeader{align-items:center;gap:var(--space-md);padding:var(--space-sm)var(--space-md);background:var(--bg-tertiary);border-bottom:1px solid var(--border);display:flex}.Skills-module__1ONIjW__terminalButtons{gap:6px;display:flex}.Skills-module__1ONIjW__terminalButton{background:var(--border);border-radius:50%;width:12px;height:12px}.Skills-module__1ONIjW__terminalTitle{color:var(--text-muted);text-align:center;flex:1;font-size:.75rem}.Skills-module__1ONIjW__terminalContent{max-height:500px;padding:var(--space-md);overflow-y:auto}.Skills-module__1ONIjW__code{margin:0;font-family:inherit;font-size:.875rem;line-height:1.6}.Skills-module__1ONIjW__line{gap:var(--space-md);display:flex}.Skills-module__1ONIjW__lineNum{color:var(--text-muted);opacity:.5;-webkit-user-select:none;user-select:none;text-align:right;min-width:2ch}.Skills-module__1ONIjW__lineContent{white-space:pre;flex:1}.Skills-module__1ONIjW__command{color:var(--text-secondary)}.Skills-module__1ONIjW__prompt{color:var(--text-muted);margin-right:.5ch}.Skills-module__1ONIjW__key{color:var(--text-primary)}.Skills-module__1ONIjW__string{color:var(--text-secondary)}.Skills-module__1ONIjW__bracket{color:var(--text-muted)}.Skills-module__1ONIjW__cursor{color:var(--text-primary);animation:1s step-end infinite Skills-module__1ONIjW__blink}@keyframes Skills-module__1ONIjW__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Skills-module__1ONIjW__skillChips{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Skills-module__1ONIjW__category{margin-bottom:var(--space-md)}.Skills-module__1ONIjW__categoryTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-xs);font-size:.75rem}.Skills-module__1ONIjW__chips{gap:var(--space-xs);flex-wrap:wrap;display:flex}.Skills-module__1ONIjW__chip{padding:var(--space-xs)var(--space-sm);background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);font-size:.75rem}@media (max-width:768px){.Skills-module__1ONIjW__skills{padding:var(--space-xl)var(--space-md)}.Skills-module__1ONIjW__terminalContent{max-height:400px}.Skills-module__1ONIjW__code{font-size:.75rem}.Skills-module__1ONIjW__lineNumber{display:none}}@media (prefers-reduced-motion:reduce){.Skills-module__1ONIjW__cursor{opacity:1;animation:none}}
.Experience-module__2pCZCq__experience{min-height:100vh;padding:var(--space-2xl)var(--space-lg);background:var(--bg-primary);position:relative;overflow-x:hidden}.Experience-module__2pCZCq__container{width:100%;max-width:1200px;margin:0 auto}.Experience-module__2pCZCq__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-start;display:flex}.Experience-module__2pCZCq__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1}.Experience-module__2pCZCq__lineNumber{color:var(--text-muted);letter-spacing:.2em;opacity:.5;font-size:.75rem}.Experience-module__2pCZCq__timeline{gap:var(--space-xl);flex-direction:column;display:flex;position:relative}.Experience-module__2pCZCq__timelineLine{background:var(--border);transform-origin:top;width:1px;height:100%;position:absolute;top:0;left:50%}.Experience-module__2pCZCq__card{width:calc(50% - var(--space-xl));opacity:0;position:relative}.Experience-module__2pCZCq__cardLeft{text-align:right;padding-right:var(--space-xl);align-self:flex-start}.Experience-module__2pCZCq__cardRight{text-align:left;padding-left:var(--space-xl);align-self:flex-end}.Experience-module__2pCZCq__dot{background:var(--bg-primary);border:2px solid var(--text-primary);border-radius:50%;width:12px;height:12px;position:absolute;top:0}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__dot{right:calc(-1*var(--space-xl) - 6px)}.Experience-module__2pCZCq__cardRight .Experience-module__2pCZCq__dot{left:calc(-1*var(--space-xl) - 6px)}.Experience-module__2pCZCq__cardContent{background:var(--bg-secondary);border:1px solid var(--border);padding:var(--space-lg);transition:border-color var(--duration-fast)ease}.Experience-module__2pCZCq__cardContent:hover{border-color:var(--border-hover)}.Experience-module__2pCZCq__cardHeader{gap:var(--space-sm);margin-bottom:var(--space-sm);flex-wrap:wrap;display:flex}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__cardHeader{justify-content:flex-end}.Experience-module__2pCZCq__period{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.Experience-module__2pCZCq__duration{color:var(--text-muted);opacity:.7;font-size:.75rem}.Experience-module__2pCZCq__jobTitle{color:var(--text-primary);margin-bottom:var(--space-xs);letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.Experience-module__2pCZCq__company{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.875rem}.Experience-module__2pCZCq__type{color:var(--text-muted)}.Experience-module__2pCZCq__achievements{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__achievements{align-items:flex-end}.Experience-module__2pCZCq__achievements li{color:var(--text-secondary);padding-left:1rem;font-size:.875rem;line-height:1.5;position:relative}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__achievements li{padding-left:0;padding-right:1rem}.Experience-module__2pCZCq__achievements li:before{content:">";color:var(--text-muted);font-size:.75rem;position:absolute;left:0}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__achievements li:before{content:"<";left:auto;right:0}@media (max-width:768px){.Experience-module__2pCZCq__timeline{padding-left:var(--space-lg)}.Experience-module__2pCZCq__timelineLine{left:0}.Experience-module__2pCZCq__card{text-align:left;width:100%;padding-left:var(--space-lg);padding-right:0}.Experience-module__2pCZCq__cardLeft,.Experience-module__2pCZCq__cardRight{align-self:stretch}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__cardHeader,.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__achievements{justify-content:flex-start;align-items:flex-start}.Experience-module__2pCZCq__cardLeft .Experience-module__2pCZCq__dot,.Experience-module__2pCZCq__cardRight .Experience-module__2pCZCq__dot{transform:translateX(calc(-50% - var(--space-lg)/2));left:0;right:auto}.Experience-module__2pCZCq__achievements li{padding-left:1rem;padding-right:0}.Experience-module__2pCZCq__achievements li:before{content:">";left:0;right:auto}.Experience-module__2pCZCq__lineNumber{display:none}}@media (prefers-reduced-motion:reduce){.Experience-module__2pCZCq__card{opacity:1;transform:none}.Experience-module__2pCZCq__timelineLine{transform:scaleY(1)}}
.Projects-module__HGIySG__projects{min-height:100vh;padding:var(--space-2xl)var(--space-lg);background:var(--bg-secondary);position:relative}.Projects-module__HGIySG__container{width:100%;max-width:1200px;margin:0 auto}.Projects-module__HGIySG__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-start;display:flex}.Projects-module__HGIySG__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1}.Projects-module__HGIySG__lineNumber{color:var(--text-muted);letter-spacing:.2em;opacity:.5;font-size:.75rem}.Projects-module__HGIySG__projectsList{gap:var(--space-xl);flex-direction:column;display:flex}.Projects-module__HGIySG__card{background:var(--bg-primary);border:1px solid var(--border);position:relative;overflow:hidden}.Projects-module__HGIySG__card:not(.Projects-module__HGIySG__noAnimation){opacity:0}.Projects-module__HGIySG__card.Projects-module__HGIySG__noAnimation{opacity:1}.Projects-module__HGIySG__mysteryOverlay{background:var(--bg-primary);z-index:10;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s,transform .5s;display:flex;position:absolute;top:0;left:0}.Projects-module__HGIySG__revealed .Projects-module__HGIySG__mysteryOverlay{opacity:0;pointer-events:none;transform:scale(1.1)}.Projects-module__HGIySG__scanlines{pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff08 2px 4px);width:100%;height:100%;position:absolute;top:0;left:0}.Projects-module__HGIySG__noise{opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:120%;height:120%;animation:8s steps(4,end) infinite Projects-module__HGIySG__noiseAnimation;position:absolute;top:-10%;left:-10%}@keyframes Projects-module__HGIySG__noiseAnimation{0%,to{transform:translate(0)}25%{transform:translate(-2%,-2%)}50%{transform:translate(2%,2%)}75%{transform:translate(-2%,2%)}}.Projects-module__HGIySG__mysteryText{letter-spacing:.3em;color:var(--text-muted);text-transform:uppercase;z-index:2;font-size:.75rem}.Projects-module__HGIySG__cardContent{padding:var(--space-xl);z-index:1;position:relative}.Projects-module__HGIySG__cardHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.Projects-module__HGIySG__projectIndex{color:var(--text-muted);letter-spacing:.2em;font-size:.75rem}.Projects-module__HGIySG__techStack{gap:var(--space-xs);flex-wrap:wrap;display:flex}.Projects-module__HGIySG__techTag{padding:var(--space-xs)var(--space-sm);background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.625rem}.Projects-module__HGIySG__projectName{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-md);min-height:1.2em;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}.Projects-module__HGIySG__projectDescription{color:var(--text-secondary);margin-bottom:var(--space-lg);max-width:60ch;font-size:1rem;line-height:1.7}.Projects-module__HGIySG__highlights{margin:0 0 var(--space-lg)0;gap:var(--space-sm);flex-wrap:wrap;padding:0;list-style:none;display:flex}.Projects-module__HGIySG__highlights li{padding:var(--space-xs)var(--space-sm);border:1px solid var(--border);color:var(--text-muted);font-size:.75rem}.Projects-module__HGIySG__projectNote{color:var(--text-muted);margin-bottom:var(--space-md);font-size:.875rem;font-style:italic}.Projects-module__HGIySG__projectLink{align-items:center;gap:var(--space-sm);color:var(--text-primary);transition:gap var(--duration-fast)ease;font-size:.875rem;text-decoration:none;display:inline-flex}.Projects-module__HGIySG__projectLink:hover{gap:var(--space-md)}.Projects-module__HGIySG__linkText{position:relative}.Projects-module__HGIySG__linkText:after{content:"";background:var(--text-primary);width:0;height:1px;transition:width var(--duration-fast)ease;position:absolute;bottom:-2px;left:0}.Projects-module__HGIySG__projectLink:hover .Projects-module__HGIySG__linkText:after{width:100%}.Projects-module__HGIySG__linkArrow{transition:transform var(--duration-fast)ease}.Projects-module__HGIySG__projectLink:hover .Projects-module__HGIySG__linkArrow{transform:translate(4px)}.Projects-module__HGIySG__openSourceSection{margin-top:var(--space-2xl)}.Projects-module__HGIySG__divider{background:var(--border);width:100%;height:1px;margin-bottom:var(--space-xl)}.Projects-module__HGIySG__openSourceTitle{color:var(--text-primary);letter-spacing:.05em;margin-bottom:var(--space-lg);text-transform:uppercase;font-size:1.25rem;font-weight:600}.Projects-module__HGIySG__openSourceGrid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.Projects-module__HGIySG__openSourceCard{gap:var(--space-md);padding:var(--space-lg);background:var(--bg-primary);border:1px solid var(--border);flex-direction:column;text-decoration:none;transition:border-color .3s,transform .3s;display:flex}.Projects-module__HGIySG__openSourceCard:hover{border-color:var(--border-hover);transform:translateY(-4px)}.Projects-module__HGIySG__openSourceHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.Projects-module__HGIySG__openSourceName{color:var(--text-primary);letter-spacing:-.01em;flex:1;font-size:1rem;font-weight:600;line-height:1.3}.Projects-module__HGIySG__languageBadge{padding:var(--space-xs)var(--space-sm);background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;font-size:.625rem}.Projects-module__HGIySG__openSourceDescription{color:var(--text-secondary);flex:1;font-size:.875rem;line-height:1.6}.Projects-module__HGIySG__githubLinkWrapper{align-items:center;gap:var(--space-sm);color:var(--text-muted);transition:color .3s;display:flex}.Projects-module__HGIySG__openSourceCard:hover .Projects-module__HGIySG__githubLinkWrapper{color:var(--text-primary)}.Projects-module__HGIySG__githubIcon{width:16px;height:16px}.Projects-module__HGIySG__githubLinkText{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}@media (max-width:768px){.Projects-module__HGIySG__projects{padding:var(--space-xl)var(--space-md)}.Projects-module__HGIySG__cardContent{padding:var(--space-lg)}.Projects-module__HGIySG__lineNumber,.Projects-module__HGIySG__mysteryOverlay{display:none}.Projects-module__HGIySG__card{opacity:1}.Projects-module__HGIySG__openSourceGrid{gap:var(--space-md);grid-template-columns:1fr}.Projects-module__HGIySG__openSourceCard{padding:var(--space-md)}}@media (prefers-reduced-motion:reduce){.Projects-module__HGIySG__card{opacity:1}.Projects-module__HGIySG__mysteryOverlay{display:none}.Projects-module__HGIySG__noise,.Projects-module__HGIySG__mysteryText{animation:none}}
.Contact-module__dhIxzq__contact{min-height:100vh;padding:var(--space-2xl)var(--space-lg);background:var(--bg-primary);position:relative}.Contact-module__dhIxzq__container{width:100%;max-width:1200px;margin:0 auto}.Contact-module__dhIxzq__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-start;display:flex}.Contact-module__dhIxzq__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1}.Contact-module__dhIxzq__lineNumber{color:var(--text-muted);letter-spacing:.2em;opacity:.5;font-size:.75rem}.Contact-module__dhIxzq__content{gap:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.Contact-module__dhIxzq__formWrapper{max-width:500px}.Contact-module__dhIxzq__formIntro{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:1rem;line-height:1.6}.Contact-module__dhIxzq__form{gap:var(--space-lg);flex-direction:column;display:flex}.Contact-module__dhIxzq__formGroup{gap:var(--space-xs);opacity:0;flex-direction:column;display:flex}.Contact-module__dhIxzq__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.Contact-module__dhIxzq__label span{color:var(--text-secondary)}.Contact-module__dhIxzq__input,.Contact-module__dhIxzq__textarea{background:var(--bg-secondary);border:1px solid var(--border);padding:var(--space-md);color:var(--text-primary);transition:border-color var(--duration-fast)ease;font-family:inherit;font-size:1rem}.Contact-module__dhIxzq__input:focus,.Contact-module__dhIxzq__textarea:focus{border-color:var(--text-primary);outline:none}.Contact-module__dhIxzq__inputError{border-color:#f44}.Contact-module__dhIxzq__textarea{resize:vertical;min-height:120px}.Contact-module__dhIxzq__error{color:#f44;font-size:.75rem}.Contact-module__dhIxzq__errorSummary{color:#f44;padding:var(--space-sm);background:#ff44441a;border:1px solid #f443;font-size:.875rem}.Contact-module__dhIxzq__submitButton{border:1px solid var(--text-primary);padding:var(--space-md)var(--space-lg);color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;cursor:none;transition:background var(--duration-fast)ease,color var(--duration-fast)ease;background:0 0;font-family:inherit;font-size:.875rem}.Contact-module__dhIxzq__submitButton:hover:not(:disabled){background:var(--text-primary);color:var(--bg-primary)}.Contact-module__dhIxzq__submitButton:disabled{opacity:.5;cursor:not-allowed}.Contact-module__dhIxzq__successMessage{color:#4f4;padding:var(--space-sm);background:#44ff441a;border:1px solid #4f43;font-size:.875rem}.Contact-module__dhIxzq__errorMessage{color:#f44;padding:var(--space-sm);background:#ff44441a;border:1px solid #f443;font-size:.875rem}.Contact-module__dhIxzq__linksWrapper{padding-left:var(--space-xl);border-left:1px solid var(--border)}.Contact-module__dhIxzq__linksTitle{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:var(--space-lg);font-size:.75rem}.Contact-module__dhIxzq__socialLinks{margin:0 0 var(--space-xl)0;gap:var(--space-md);flex-direction:column;padding:0;list-style:none;display:flex}.Contact-module__dhIxzq__socialLink{gap:var(--space-xs);opacity:0;flex-direction:column;display:flex}.Contact-module__dhIxzq__linkName{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.625rem}.Contact-module__dhIxzq__linkValue{color:var(--text-primary);width:fit-content;font-size:.875rem;text-decoration:none;display:inline-block;position:relative}.Contact-module__dhIxzq__linkValue:after{content:"";background:var(--text-primary);width:0;height:1px;transition:width var(--duration-fast)ease;position:absolute;bottom:-2px;left:0}.Contact-module__dhIxzq__linkValue:hover:after{width:100%}.Contact-module__dhIxzq__availability{padding:var(--space-md);border-left:2px solid var(--border)}.Contact-module__dhIxzq__availability p{color:var(--text-muted);margin-bottom:var(--space-xs);font-size:.875rem;line-height:1.6}.Contact-module__dhIxzq__availability p:last-child{margin-bottom:0}@media (max-width:768px){.Contact-module__dhIxzq__contact{padding:var(--space-xl)var(--space-md)}.Contact-module__dhIxzq__content{gap:var(--space-xl);grid-template-columns:1fr}.Contact-module__dhIxzq__linksWrapper{padding-left:0;padding-top:var(--space-xl);border-left:none;border-top:1px solid var(--border)}.Contact-module__dhIxzq__lineNumber{display:none}.Contact-module__dhIxzq__formGroup,.Contact-module__dhIxzq__socialLink{opacity:1}}@media (prefers-reduced-motion:reduce){.Contact-module__dhIxzq__formGroup,.Contact-module__dhIxzq__socialLink{opacity:1}}
.Footer-module__rnk_JG__footer{border-top:1px solid var(--border-subtle);padding:2rem 0}.Footer-module__rnk_JG__container{flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__rnk_JG__content{text-align:center}.Footer-module__rnk_JG__copyright{font-family:var(--font-mono);color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem}.Footer-module__rnk_JG__builtWith{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.Footer-module__rnk_JG__social{align-items:center;gap:1rem;display:flex}.Footer-module__rnk_JG__socialLink{width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__rnk_JG__socialLink:hover{color:var(--text-primary);border-color:var(--text-primary);transform:scale(1.05)}.Footer-module__rnk_JG__socialLink:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}@media (max-width:640px){.Footer-module__rnk_JG__container{padding:0 1.5rem}.Footer-module__rnk_JG__copyright{font-size:.8125rem}.Footer-module__rnk_JG__builtWith{font-size:.6875rem}}@media (prefers-reduced-motion:reduce){.Footer-module__rnk_JG__socialLink{transition:none}.Footer-module__rnk_JG__socialLink:hover{transform:none}}
