@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body,html,#root{cursor:none;background:#f5f5f7;width:100vw;font-family:Inter,-apple-system,sans-serif}.main-container{width:100vw;position:relative}.layer-base{width:100%}.layer-mask{pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.crossroads-container{color:#f5f5f7;background-color:#111;width:100vw;height:100vh;display:flex;overflow:hidden}.crossroads-split{cursor:pointer;border-right:1px solid #ffffff1a;flex:1;justify-content:center;align-items:center;transition:background-color .4s,color .4s;display:flex}.crossroads-split:last-child{border-right:none}.crossroads-split:hover{color:#111;background-color:#f5f5f7}.split-content{text-align:center}.split-title{letter-spacing:-.05em;margin-bottom:1rem;font-size:clamp(3rem,5vw,6rem);font-weight:800}.split-sub{letter-spacing:.2em;opacity:.5;text-transform:uppercase;font-size:1rem;font-weight:600}.theme-toggle{cursor:pointer;z-index:200;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toggle-dot{border-radius:50%;width:14px;height:14px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),background-color .3s,border-color .3s}.theme-toggle:hover .toggle-dot,.toggle-dot.hovered{transform:scale(1.5)}.theme-light{background-color:#f5f5f7}.theme-light .layer-base{color:#1d1d1f;background-color:#f5f5f7}.theme-light .layer-mask{color:#fff;background:linear-gradient(135deg,#111 0%,#2a0845 25%,#6441a5 50%,#ff416c 75%,#ff4b2b 100%)}.theme-light .toggle-dot{background-color:#1d1d1f;border:3px solid #0000}.theme-dark{background-color:#111}.theme-dark .layer-base{color:#f5f5f7;background-color:#111}.theme-dark .layer-mask{color:#1d1d1f;background:linear-gradient(135deg,#f5f5f7 0%,#e2e2e2 25%,#fff 50%,#eaeaea 75%,#f0f0f0 100%)}.theme-dark .toggle-dot{background-color:#f5f5f7;border:3px solid #000}.section{flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem;display:flex}.title{letter-spacing:-.05em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(4rem,10vw,12rem);font-weight:800;line-height:.9}.subtitle{letter-spacing:-.02em;max-width:800px;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:500;line-height:1.4}.meta-row{gap:4rem;margin-top:4rem;display:flex}.meta-item{flex-direction:column;gap:.5rem;display:flex}.meta-label{text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-size:.8rem;font-weight:600}.meta-value{font-size:1.2rem;font-weight:500}.exp-row{justify-content:space-between;align-items:baseline;margin-bottom:2rem;padding-bottom:2rem;display:flex}.theme-light .layer-base .exp-row{border-bottom:1px solid #0000001a}.theme-light .layer-mask .exp-row{border-bottom:1px solid #fff3}.theme-dark .layer-base .exp-row{border-bottom:1px solid #ffffff1a}.theme-dark .layer-mask .exp-row{border-bottom:1px solid #0003}.exp-year{opacity:.5;font-size:1.5rem;font-weight:500}.exp-title{letter-spacing:-.02em;font-size:3rem;font-weight:700}.skills-grid{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.skill-chip{border-radius:50px;padding:1rem 2rem;font-size:1.5rem;font-weight:500}.theme-light .layer-base .skill-chip{border:1px solid #0000001a}.theme-light .layer-mask .skill-chip{border:1px solid #fff3}.theme-dark .layer-base .skill-chip{border:1px solid #ffffff1a}.theme-dark .layer-mask .skill-chip{border:1px solid #0003}@media (width<=768px){.crossroads-container{flex-direction:column}.crossroads-split{border-bottom:1px solid #ffffff1a;border-right:none}.crossroads-split:last-child{border-bottom:none}.split-title{font-size:clamp(2.5rem,12vw,4rem)}.section{min-height:auto;padding:4rem 1.5rem}.title{margin-bottom:1.5rem;font-size:clamp(3rem,15vw,5rem)}.subtitle{font-size:1.2rem}.meta-row{flex-direction:column;gap:1.5rem;margin-top:2.5rem}.exp-row{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.exp-title{font-size:1.8rem}.exp-year{font-size:1.2rem}.skills-grid{gap:.75rem}.skill-chip{padding:.75rem 1.25rem;font-size:1rem}.theme-toggle{width:40px;height:40px;bottom:1rem;right:1rem}.toggle-dot{width:24px;height:24px}}
