.AboutCard_card__t7_ha{position:relative;width:min(460px,92vw);background-color:var(--color-background-subtle);border-radius:1rem;padding:var(--space-card-padding);box-shadow:0 2px 8px var(--desk-shadow-light),0 1px 2px var(--desk-shadow-light),inset 0 .5px 0 rgba(255,255,255,.1),inset 0 -.5px 1px var(--desk-shadow-light);border:1.5px solid var(--overlay-medium);transform-origin:center center;transform:translateZ(0);transition:background .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),border-color .35s cubic-bezier(.22,1,.36,1),transform .15s cubic-bezier(.22,1,.36,1);cursor:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:auto;contain:layout style}html.dark .AboutCard_card__t7_ha{background-color:oklch(.18 0 0)}.AboutCard_cardInner__u6l8V{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:var(--space-3);text-align:center}.AboutCard_avatarWrapper__CKC0R{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid var(--color-border);background:var(--color-background-muted);box-shadow:0 2px 6px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.06),inset 0 1px 2px rgba(255,255,255,.4);transition:all .2s cubic-bezier(.16,1,.3,1);flex-shrink:0;margin-bottom:var(--space-1)}.AboutCard_avatar__MT1oc{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s cubic-bezier(.22,1,.36,1)}.AboutCard_avatarLoaded__uuSkL{opacity:1}.AboutCard_avatarSkeleton__2bWZZ{position:absolute;inset:0;border-radius:50%;background:var(--color-background-muted);overflow:hidden}.AboutCard_avatarSkeleton__2bWZZ:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(105deg,transparent 0,transparent 40%,var(--avatar-skeleton-shimmer) 50%,transparent 60%,transparent 100%);background-size:200% 100%;animation:AboutCard_avatarSkeletonShimmer__rA3OT 1.8s ease-in-out infinite}@keyframes AboutCard_avatarSkeletonShimmer__rA3OT{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.AboutCard_avatarSkeleton__2bWZZ:after{animation:none;opacity:0}}.AboutCard_paperTexture___9kLw{position:absolute;inset:0;border-radius:inherit;opacity:.02;pointer-events:none;z-index:1;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(139,115,85,.4) 0,rgba(139,115,85,.4) 2.5px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(160,130,95,.3) 0,rgba(160,130,95,.3) 2.5px)}.AboutCard_name__1TTuU{font-size:var(--font-size-4xl);font-weight:var(--font-weight-semibold);font-family:var(--font-family-primary);color:var(--desk-text-primary);margin:0;line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);transition:color .35s cubic-bezier(.22,1,.36,1);will-change:auto}.AboutCard_title__OL5Aq{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--desk-text-secondary);margin:var(--space-2) 0 0 0}.AboutCard_location__JtuFg,.AboutCard_title__OL5Aq{font-family:var(--font-family-primary);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);transition:color .35s cubic-bezier(.22,1,.36,1);will-change:auto}.AboutCard_location__JtuFg{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--desk-text-tertiary);margin:var(--space-1) 0 var(--space-3) 0}.AboutCard_widgetsRow__AvXKg{display:inline-flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background-color:var(--color-background-muted);border:1px solid var(--overlay-medium);border-radius:.75rem;margin:var(--space-2) 0;transition:all .35s cubic-bezier(.22,1,.36,1);will-change:auto}.AboutCard_widgetItem__28EHb{display:flex;align-items:center;gap:var(--space-2)}.AboutCard_widgetIconSmall__Blca1{display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.75}.AboutCard_widgetIconSmall__Blca1,.AboutCard_widgetText__8IEwy{color:var(--desk-text-secondary);transition:color .35s cubic-bezier(.22,1,.36,1);will-change:auto}.AboutCard_widgetText__8IEwy{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-normal);line-height:var(--line-height-tight);font-family:var(--font-family-primary);white-space:nowrap}.AboutCard_widgetDivider__j0TaN{width:1px;height:var(--space-5);background:var(--desk-card-border);flex-shrink:0;transition:background .35s cubic-bezier(.22,1,.36,1);will-change:auto}@media (max-width:768px){.AboutCard_card__t7_ha{padding:var(--space-card-padding-tablet);max-width:100%}.AboutCard_avatarWrapper__CKC0R{width:72px;height:72px}.AboutCard_name__1TTuU{font-size:var(--font-size-3xl)}.AboutCard_title__OL5Aq{font-size:var(--font-size-base)}.AboutCard_location__JtuFg{font-size:var(--font-size-sm)}.AboutCard_widgetsRow__AvXKg{flex-direction:column;gap:var(--space-2);padding:var(--space-3)}.AboutCard_widgetItem__28EHb{width:100%;justify-content:center}.AboutCard_widgetDivider__j0TaN{display:none}}@media (max-width:480px){.AboutCard_card__t7_ha{padding:var(--space-card-padding-mobile)}.AboutCard_avatarWrapper__CKC0R{width:64px;height:64px}.AboutCard_name__1TTuU{font-size:var(--font-size-2xl)}.AboutCard_title__OL5Aq{font-size:var(--font-size-sm)}.AboutCard_location__JtuFg,.AboutCard_widgetText__8IEwy{font-size:var(--font-size-xs)}}@media (prefers-reduced-motion:reduce){.AboutCard_avatarWrapper__CKC0R,.AboutCard_card__t7_ha,.AboutCard_widgetsRow__AvXKg{transition:none!important}}.BackHomeLink_backLink__4PBn8{position:fixed;top:clamp(1rem,3vh,1.5rem);left:var(--content-padding-x);z-index:50;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm);color:var(--color-foreground-subtle);text-decoration:none;transition:color var(--duration-hover-out) var(--ease-hover-out),background-color var(--duration-hover-out) var(--ease-hover-out),transform var(--duration-hover-out) var(--ease-hover)}@media (hover:hover) and (pointer:fine){.BackHomeLink_backLink__4PBn8:hover{color:var(--color-foreground-strong);background:var(--overlay-light);transform:translateX(-1px);transition-duration:var(--duration-hover-in),var(--duration-hover-in),var(--duration-hover-in)}}.BackHomeLink_backLink__4PBn8:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.DesktopIconsStack_stack__S1c3e{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:var(--desktop-icons-stack-gap);width:100%;box-sizing:border-box}.DesktopIconsStack_stack__S1c3e[data-direction=column]{flex-direction:column;align-items:center;justify-content:flex-start;width:auto}.styles_container__FgBfV{min-height:calc(100vh - var(--nav-height));min-height:calc(100dvh - var(--nav-height));display:flex;align-items:center;justify-content:center;width:100%;max-width:var(--content-max-width);margin:0 auto;padding:calc(var(--nav-height) + clamp(2rem, 6vh, 3rem)) var(--content-padding-x) clamp(3rem,8vh,4rem);box-sizing:border-box;background:var(--color-background);color:var(--color-foreground)}.styles_layout__rc2_K{display:flex;align-items:center;width:100%;gap:clamp(var(--space-6),4vw,var(--space-12));min-height:min(520px,calc(100dvh - var(--nav-height) - 8rem))}.styles_icons__qzLGM{flex-shrink:0;align-self:flex-start;padding-top:clamp(var(--space-4),3vh,var(--space-8));pointer-events:auto}.styles_hero__0LFgU{flex:1 1;display:flex;align-items:center;justify-content:center;min-width:0}@media (max-width:768px){.styles_container__FgBfV{min-height:auto;padding-top:calc(var(--nav-height) + 2.5rem);padding-bottom:3rem}.styles_layout__rc2_K{flex-direction:column;align-items:center;gap:var(--space-8)}.styles_icons__qzLGM{align-self:center;order:-1;width:100%}.styles_icons__qzLGM>div{flex-direction:row;justify-content:center;width:100%}}.ClassicMacWindow_window__TeVB1{position:relative;width:min(440px,calc(100vw - 2rem));max-height:min(82vh,620px);display:flex;flex-direction:column;background:var(--color-surface-primary);border-radius:10px;overflow:hidden;border:1px solid var(--color-border-strong);font-family:var(--font-family-primary);color:var(--color-foreground);box-shadow:var(--shadow-lg)}.ClassicMacWindow_windowWide__G7qxz{width:min(960px,calc(100vw - 1.5rem));max-height:min(90vh,840px)}.ClassicMacWindow_windowIpod__S0lq_{width:min(600px,calc(100vw - 2rem))}html.dark .ClassicMacWindow_window__TeVB1{border-color:var(--color-border);background:#15141d}.ClassicMacWindow_titleBar__7BLvS{position:relative;display:flex;align-items:center;gap:var(--space-3);min-height:34px;padding:8px 12px 8px 10px;background:repeating-linear-gradient(90deg,#d6d6d6,#d6d6d6 1px,#ebebeb 0,#ebebeb 2px);border-bottom:1px solid rgba(0,0,0,.14);-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;cursor:-webkit-grab;cursor:grab;touch-action:none}html.dark .ClassicMacWindow_titleBar__7BLvS{background:repeating-linear-gradient(90deg,#3c3c40,#3c3c40 1px,#303034 0,#303034 2px);border-bottom-color:rgba(255,255,255,.1)}.ClassicMacWindow_titleBar__7BLvS:active{cursor:-webkit-grabbing;cursor:grabbing}.ClassicMacWindow_trafficLights__vM7CK{position:relative;z-index:1;display:flex;align-items:center;gap:7px;flex-shrink:0}.ClassicMacWindow_trafficLight__lEYZH{width:12px;height:12px;border-radius:50%;padding:0;margin:0;border:.5px solid var(--overlay-strong);flex-shrink:0}.ClassicMacWindow_trafficClose__Ekq72{position:relative;box-sizing:content-box;padding:8px;margin:-8px;border:none;border-radius:0;background:transparent;cursor:pointer}.ClassicMacWindow_trafficClose__Ekq72:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;border:.5px solid var(--overlay-strong);background:radial-gradient(circle at 30% 28%,#ff8a8a 0,#ff5f57 42%,#e04b44 100%);box-sizing:border-box;pointer-events:none}.ClassicMacWindow_trafficClose__Ekq72:hover:before{filter:brightness(1.05)}.ClassicMacWindow_trafficClose__Ekq72:active:before{filter:brightness(.92)}.ClassicMacWindow_trafficClose__Ekq72:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.ClassicMacWindow_trafficMin__RJvmT{background:radial-gradient(circle at 30% 28%,#ffe08a 0,#ffbd2e 45%,#dea123 100%);cursor:default;pointer-events:none}.ClassicMacWindow_trafficZoom__Z0ENE{background:radial-gradient(circle at 30% 28%,#7ae67f 0,#28c840 45%,#1fa834 100%);cursor:default;pointer-events:none}.ClassicMacWindow_title__SPL6D{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;margin:0;min-width:0;max-width:none;padding:0 12px 0 10px;font-size:12px;font-weight:var(--font-weight-semibold);line-height:1.2;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-foreground);text-shadow:0 1px 0 rgba(255,255,255,.55);letter-spacing:-.01em;pointer-events:none}html.light .ClassicMacWindow_title__SPL6D{color:#2a2a2a;text-shadow:0 1px 0 rgba(255,255,255,.55)}html.dark .ClassicMacWindow_title__SPL6D{color:var(--color-foreground-strong);text-shadow:0 1px 0 rgba(0,0,0,.45)}.ClassicMacWindow_body__Su7Ha{flex:1 1;min-height:26rem;overflow:auto;padding:var(--space-4) var(--space-5) var(--space-5);background:var(--color-surface-primary);color:var(--color-foreground);-webkit-overflow-scrolling:touch}html.dark .ClassicMacWindow_body__Su7Ha{background:#15141d}.ClassicMacWindow_bodyWide__d0yqO{padding:0;min-height:min(72vh,640px);display:flex;flex-direction:column;overflow:hidden}.ClassicMacWindow_placeholder__lIocz{margin:0;font-size:var(--font-size-sm);color:var(--color-foreground-subtle);line-height:var(--line-height-relaxed)}.DesktopWeblocIcon_root___mowl{display:inline-flex;justify-content:center;margin:0;padding:0;border:none;background:none;font:inherit;text-align:center;cursor:pointer;color:inherit;transition:transform var(--duration-hover-out) var(--ease-hover);-webkit-appearance:none;-moz-appearance:none;appearance:none}.DesktopWeblocIcon_rootInner__UW2xG{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);max-width:min(200px,28vw);width:max-content}@media (hover:hover) and (pointer:fine){.DesktopWeblocIcon_root___mowl:hover{transform:translateY(-2px);transition-duration:var(--duration-hover-in)}}.DesktopWeblocIcon_root___mowl:active{transform:translateY(0);transition-duration:.08s}.DesktopWeblocIcon_root___mowl:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:var(--radius-sm)}.DesktopWeblocIcon_doc__BgcrY{position:relative;width:52px;height:72px;display:flex;align-items:center;justify-content:center;padding:4px;background:var(--color-surface-secondary);border-radius:6px;border:1px solid var(--color-border);flex-shrink:0;box-sizing:border-box;transition:transform var(--duration-hover-out) var(--ease-hover),border-color var(--duration-hover-out) var(--ease-hover-out),box-shadow var(--duration-hover-out) var(--ease-hover-out)}@media (hover:hover) and (pointer:fine){.DesktopWeblocIcon_root___mowl:hover .DesktopWeblocIcon_doc__BgcrY{transform:scale(1.04);border-color:var(--color-border-hover);box-shadow:var(--shadow-sm);transition-duration:var(--duration-hover-in),var(--duration-hover-in),var(--duration-hover-in)}}.DesktopWeblocIcon_ipodImage__2YxsA{display:block;width:100%;height:100%;max-width:44px;max-height:62px;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.DesktopWeblocIcon_label__Mlb0V{display:block;width:max-content;max-width:100%;margin-inline:auto;position:relative;padding-bottom:.2rem;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);text-align:center;word-break:break-word;color:var(--color-foreground);font-family:var(--font-family-accent);transition:color var(--duration-hover-out) var(--ease-hover-out)}.DesktopWeblocIcon_label__Mlb0V:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:1px;transform-origin:left;transform:scaleX(0);background-color:var(--color-accent,var(--color-focus));transition:transform var(--duration-hover-underline) var(--ease-hover)}.DesktopWeblocIcon_root___mowl:focus-visible .DesktopWeblocIcon_label__Mlb0V,.DesktopWeblocIcon_root___mowl:hover .DesktopWeblocIcon_label__Mlb0V{color:var(--color-foreground-strong);transition-duration:var(--duration-hover-in)}.DesktopWeblocIcon_root___mowl:focus-visible .DesktopWeblocIcon_label__Mlb0V:after,.DesktopWeblocIcon_root___mowl:hover .DesktopWeblocIcon_label__Mlb0V:after{transform:scaleX(1);transition-duration:var(--duration-hover-in)}.DesktopWeblocIcon_labelResume__pIked:after{background-color:var(--hero-link-resume-accent,#7c3aed)}@media (prefers-reduced-motion:reduce){.DesktopWeblocIcon_label__Mlb0V:after{transition:none}}.DesktopWeblocIcon_rootResume__on8o4{text-decoration:none;color:inherit}.DesktopWeblocIcon_resumeDocIcon__hoSSD{display:block;width:100%;height:100%;max-width:44px;max-height:62px;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.DesktopWeblocIconClient_portalRoot__8PpeX{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;min-height:100vh;min-height:100dvh;z-index:200;padding:0;pointer-events:none}.DesktopWeblocIconClient_windowWrap__yHjyT{position:fixed;left:50vw;top:50dvh;z-index:1;transform:translate(-50%,-50%);pointer-events:auto;animation:DesktopWeblocIconClient_weblocWindowIn__2aRLo var(--duration-normal) var(--ease-out) both;will-change:transform}@keyframes DesktopWeblocIconClient_weblocWindowIn__2aRLo{0%{opacity:0}to{opacity:1}}@keyframes DesktopWeblocIconClient_desktopWindowMinimizeToTrigger__qyuUx{0%{transform:translate(calc(-50% + var(--min-ox, 0px)),calc(-50% + var(--min-oy, 0px))) scale(1);opacity:1}to{transform:translate(calc(-50% + var(--min-ox, 0px) + var(--min-dx, 0px)),calc(-50% + var(--min-oy, 0px) + var(--min-dy, 0px))) scale(var(--min-s,1));opacity:.15}}.DesktopWeblocIconClient_windowWrapMinimizing__jRrcT{animation:DesktopWeblocIconClient_desktopWindowMinimizeToTrigger__qyuUx .38s cubic-bezier(.32,0,.67,0) forwards;pointer-events:none;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.DesktopWeblocIconClient_windowWrap__yHjyT{animation:none}.DesktopWeblocIconClient_windowWrapMinimizing__jRrcT{animation:none;opacity:0}}.DesktopResumeIconClient_embedColumn__lKy7F{flex:1 1;min-height:0;display:flex;flex-direction:column;background:var(--color-surface-secondary)}.DesktopResumeIconClient_frameWrap__hgwBy{flex:1 1;min-height:0;position:relative;background:var(--color-surface-primary)}.DesktopResumeIconClient_frame__UWvEU{position:absolute;inset:0;width:100%;height:100%;border:0;background:var(--color-surface-primary)}.DesktopResumeIconClient_footerBar__Qy_3q{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-2) var(--space-4);padding:var(--space-2) var(--space-4);border-top:1px solid var(--color-border);background:var(--color-surface-secondary);font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--color-foreground-secondary)}.DesktopResumeIconClient_footerLink__jf0qS{color:var(--color-accent);font-weight:var(--font-weight-medium);text-decoration:underline;text-underline-offset:2px;transition:color var(--duration-hover-out) var(--ease-hover-out)}.DesktopResumeIconClient_footerLink__jf0qS:hover{color:var(--color-accent-hover);transition-duration:var(--duration-hover-in)}.DesktopResumeIconClient_footerLink__jf0qS:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.IpodNanoIcon_root__Wcp48{display:block}.IpodNanoIcon_wheelGlyph__6zzMk{fill:rgba(255,255,255,.95)}html.light .IpodNanoIcon_bodyGradStop0__UCl_Y{stop-color:#eef0f4}html.light .IpodNanoIcon_bodyGradStop1__p5qYE{stop-color:#c8ced8}html.light .IpodNanoIcon_bodyGradStop2__apvRr{stop-color:#96a2b4}html.light .IpodNanoIcon_bodyChassis__z9VZO{stroke:rgba(0,0,0,.1)}html.light .IpodNanoIcon_bodyInnerGloss__E8L9q{stroke:rgba(255,255,255,.65)}html.light .IpodNanoIcon_wheelGradStop0__ou2sf{stop-color:#ffffff}html.light .IpodNanoIcon_wheelGradStop1__XvHve{stop-color:#fafbfc}html.light .IpodNanoIcon_wheelGradStop2__LuRJY{stop-color:#f0f2f5}html.light .IpodNanoIcon_wheelRing___nk5L{stroke:rgba(0,0,0,.12)}html.light .IpodNanoIcon_wheelInnerBezel__Rr_Tk{stroke:rgba(0,0,0,.06)}html.light .IpodNanoIcon_centerGradStop0__bTXKq{stop-color:#d0d5de}html.light .IpodNanoIcon_centerGradStop1__2pMUv{stop-color:#a8b0bd}html.light .IpodNanoIcon_wheelCenter__W9Ytk{stroke:rgba(0,0,0,.16)}html.light .IpodNanoIcon_wheelGlyph__6zzMk{fill:#707070;fill-opacity:1}.IpodNanoSimulator_wrap__338M0{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;column-gap:var(--space-8);row-gap:var(--space-4);padding:var(--space-2) 0;outline:none}.IpodNanoSimulator_hiddenAudio__aDLp1{position:absolute;width:0;height:0;margin:0;padding:0;border:0;opacity:0;pointer-events:none;clip:rect(0,0,0,0);overflow:hidden}.IpodNanoSimulator_device__bwk04{position:relative;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;width:234px;max-width:100%;border-radius:10px;padding:10px 12px 14px;background:linear-gradient(125deg,rgba(255,255,255,.2),rgba(255,255,255,0) 42%),linear-gradient(145deg,#c6cede,#8e9bb4 26%,#5a6984 52%,#3b475e);border:1px solid rgba(22,32,48,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.32),inset 0 -1px 0 rgba(0,0,0,.14),0 4px 14px rgba(22,30,45,.36)}.IpodNanoSimulator_screenBezel__DmDFA{border-radius:4px;padding:2px;background:linear-gradient(180deg,#121018,#08060c);border:1px solid rgba(255,255,255,.05)}.IpodNanoSimulator_screen__DNEAy{position:relative;height:158px;border-radius:3px;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;line-height:1.25;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.IpodNanoSimulator_screenClassic__KS_i9{background:#e8e8e8;color:#1a1a1a}.IpodNanoSimulator_screenInner__hXLwi{height:100%;display:flex;flex-direction:column;padding:4px 5px 5px;box-sizing:border-box}.IpodNanoSimulator_screenInnerSplit__cvSyW{padding:0;gap:0}.IpodNanoSimulator_splitTop__T25t_{flex:1 1;min-height:0;display:flex;flex-direction:column;background:#e8e8e8;border-bottom:1px solid rgba(0,0,0,.18)}.IpodNanoSimulator_splitBottom__hJhGN{flex:0 0 auto;background:linear-gradient(180deg,#d8d8d8,#cecece);padding:3px 4px 4px;border-top:1px solid rgba(0,0,0,.1)}.IpodNanoSimulator_statusRowClassic__RoH4l{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-shrink:0;padding:4px 6px 3px;font-size:11px;font-weight:600;letter-spacing:.02em;color:#1a1a1a;border-bottom:1px solid rgba(0,0,0,.1);background:#e8e8e8}.IpodNanoSimulator_statusBrand__KD0LR{font-weight:600}.IpodNanoSimulator_statusTitle__vd6UF{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.IpodNanoSimulator_batteryClassic__l21RA{display:flex;align-items:center;gap:2px;flex-shrink:0}.IpodNanoSimulator_batteryCapClassic__F2QPk{width:2px;height:5px;background:#333;border-radius:0 1px 1px 0}.IpodNanoSimulator_batteryBodyClassic__rMTqK{display:inline-flex;align-items:stretch;box-sizing:border-box;width:18px;height:8px;border:1px solid #333;border-radius:2px;padding:1px}.IpodNanoSimulator_batteryFillClassic__euqWS{flex:1 1;min-width:0;border-radius:1px;background:linear-gradient(90deg,#5ad65a,#3cb043)}.IpodNanoSimulator_listClassic__T0v2v{flex:1 1;min-height:0;overflow:auto;overflow-anchor:auto;padding:1px 2px 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.IpodNanoSimulator_listClassic__T0v2v::-webkit-scrollbar{display:none}.IpodNanoSimulator_rowClassic__EcnZr{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:3px 6px;margin-bottom:0;border-radius:2px;color:#1a1a1a;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.IpodNanoSimulator_rowActiveClassic__6Dnhr{background:linear-gradient(180deg,#1a8cff,#0073e6);color:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.IpodNanoSimulator_chevronClassic__nOm2t{opacity:.55;font-size:12px;color:inherit}.IpodNanoSimulator_rowActiveClassic__6Dnhr .IpodNanoSimulator_chevronClassic__nOm2t{opacity:.9}@media (hover:hover) and (pointer:fine){.IpodNanoSimulator_listClassic__T0v2v .IpodNanoSimulator_rowClassic__EcnZr{transition:background-color .14s ease,filter .14s ease}.IpodNanoSimulator_listClassic__T0v2v .IpodNanoSimulator_rowClassic__EcnZr:hover:not(.IpodNanoSimulator_rowActiveClassic__6Dnhr){background-color:rgba(26,140,255,.055)}.IpodNanoSimulator_listClassic__T0v2v .IpodNanoSimulator_rowClassic__EcnZr.IpodNanoSimulator_rowActiveClassic__6Dnhr:hover{filter:brightness(1.04)}}.IpodNanoSimulator_thumbStrip__P8ktg{display:flex;flex-direction:row;gap:3px;justify-content:space-between}.IpodNanoSimulator_thumbCell__NUDq4{flex:1 1;min-width:0;aspect-ratio:1;max-height:34px;border-radius:2px;overflow:hidden;background:rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.IpodNanoSimulator_thumbImg__Yxje0{width:100%;height:100%;object-fit:cover;display:block}.IpodNanoSimulator_thumbPlaceholder__mf5Be{display:block;width:100%;height:100%;min-height:30px;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(0,0,0,.08))}.IpodNanoSimulator_stubBody__CTQFV{flex:1 1;min-height:0;overflow:auto;padding:10px 8px 6px;text-align:center}.IpodNanoSimulator_stubLine__zCEad{margin:0 0 6px;font-size:12px;font-weight:600;color:#1a1a1a}.IpodNanoSimulator_stubHint__SUbAH{margin:0;font-size:9px;line-height:1.35;color:rgba(0,0,0,.55)}.IpodNanoSimulator_nowPlaying__hq8qg{flex:1 1;min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:3px;padding:2px 3px;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.IpodNanoSimulator_nowPlaying__hq8qg::-webkit-scrollbar{display:none}.IpodNanoSimulator_nowPlayingRow__AgSGu{display:flex;flex-direction:row;align-items:flex-start;gap:6px;flex-shrink:0;min-width:0}.IpodNanoSimulator_nowPlayingMeta__o27ex{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:2px;padding-top:1px;text-align:left}.IpodNanoSimulator_art__MPfmQ{width:56px;height:56px;border-radius:2px;object-fit:cover;background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.12);flex-shrink:0;display:block}.IpodNanoSimulator_trackTitle__ChatZ{margin:0;font-weight:600;font-size:10px;color:#0a0a0a;line-height:1.35;min-width:0;max-height:2.7em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word}.IpodNanoSimulator_trackArtist__qoMnZ{margin:0;font-size:9px;line-height:1.3;color:rgba(0,0,0,.55);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.IpodNanoSimulator_progressBlock__yReoj{flex-shrink:0;display:flex;flex-direction:column;gap:3px;min-width:0;margin-top:1px}.IpodNanoSimulator_progressTrack__W_ikS{height:5px;border-radius:2px;background:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.35);overflow:hidden}.IpodNanoSimulator_progressFill__nAZGl{height:100%;min-width:0;border-radius:1px;background:linear-gradient(180deg,#3d8ae6,#1a6fd4 55%,#0d5bb8);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}@media (prefers-reduced-motion:reduce){.IpodNanoSimulator_progressFill__nAZGl{transition:none}}.IpodNanoSimulator_timeRow__kp8Mu{display:flex;align-items:baseline;justify-content:center;gap:4px;font-size:9px;color:rgba(0,0,0,.55);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.IpodNanoSimulator_timeSep__N0R6N{opacity:.65}.IpodNanoSimulator_nowPlayingBottom__1QTms{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:6px;flex-shrink:0;min-width:0}.IpodNanoSimulator_playState__uIKTQ{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:rgba(0,0,0,.45)}.IpodNanoSimulator_previewBadge__sTJcU{font-size:9px;font-weight:400;opacity:.72}.IpodNanoSimulator_spotifyHint__ddzp3{margin:0;padding:0;font-size:8px;line-height:1.35;color:rgba(0,0,0,.6);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.IpodNanoSimulator_spotifyLink__CKR8_{font-size:8px;letter-spacing:.03em;flex-shrink:0;white-space:nowrap}.IpodNanoSimulator_settingsBody__R9WGU a,.IpodNanoSimulator_spotifyHint__ddzp3 a,.IpodNanoSimulator_spotifyLink__CKR8_{color:#0066cc;text-decoration:underline;text-underline-offset:2px}.IpodNanoSimulator_settingsBody__R9WGU a:focus-visible,.IpodNanoSimulator_spotifyHint__ddzp3 a:focus-visible,.IpodNanoSimulator_spotifyLink__CKR8_:focus-visible{outline:2px solid #0066cc;outline-offset:2px;border-radius:2px}.IpodNanoSimulator_settingsBody__R9WGU{flex:1 1;min-height:0;overflow:auto;font-size:10px;line-height:1.45;color:rgba(0,0,0,.78);padding:6px 6px 4px;text-align:left}.IpodNanoSimulator_settingsLead__GhSDj{margin:0 0 6px}.IpodNanoSimulator_settingsPara__D4UL4{margin:0}.IpodNanoSimulator_settingsError__pghQE{margin:8px 0 0;font-size:10px;color:rgba(0,0,0,.62)}.IpodNanoSimulator_wheelColumn__ksXFU{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:12px}.IpodNanoSimulator_wheelCursorPortal__2V4lD{position:fixed;z-index:2147483646;pointer-events:none;transform:translate(-50%,-50%);box-sizing:border-box}.IpodNanoSimulator_wheelCursorClip__D2Kfn{border-radius:50%;overflow:hidden;box-sizing:border-box;box-shadow:0 0 0 1px rgba(255,255,255,.22),0 0 0 2px rgba(0,0,0,.35),0 4px 16px rgba(0,0,0,.35)}.IpodNanoSimulator_wheelCursorMagnifiedHost__hSdZq{pointer-events:none;will-change:transform;transform-origin:0 0}html.light .IpodNanoSimulator_wheelCursorClip__D2Kfn{box-shadow:0 0 0 1px rgba(0,0,0,.12),0 0 0 2px rgba(255,255,255,.5),0 4px 14px rgba(0,0,0,.15)}.IpodNanoSimulator_wheelSystemCursorOff__Sw8tc{cursor:none!important}.IpodNanoSimulator_wheel__NKKIQ{position:relative;width:132px;height:132px;border-radius:50%;isolation:isolate;background:radial-gradient(circle at 50% 36%,#5a6b82 0,#3d4f66 38%,#2c3a4e 100%);border:1px solid rgba(0,0,0,.35);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -2px 6px rgba(0,0,0,.35),0 2px 6px rgba(0,0,0,.2);touch-action:none;cursor:pointer}.IpodNanoSimulator_wheel__NKKIQ:focus-visible{outline:2px solid var(--color-accent,#2563eb);outline-offset:3px}.IpodNanoSimulator_wheelGlyph__wzGaW{position:absolute;font-size:9px;font-weight:600;color:#ffffff;letter-spacing:.02em;text-shadow:0 1px 1px rgba(0,0,0,.45);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.IpodNanoSimulator_wheelGlyph__wzGaW svg{display:block;fill:currentColor}.IpodNanoSimulator_wheelIconSvg__Mrf3p{width:22px;height:11px}.IpodNanoSimulator_wheelIconSvgPlayPause__7x0Ne{width:19px;height:11px}.IpodNanoSimulator_wheelGlyphMenu__KiZ4j{left:50%;top:14px;transform:translateX(-50%);font-size:7px;font-weight:600;letter-spacing:.1em}.IpodNanoSimulator_wheelGlyphPrev__KwbBv{left:8px;top:50%;transform:translateY(-50%)}.IpodNanoSimulator_wheelGlyphNext__H9yYM{right:8px;top:50%;transform:translateY(-50%)}.IpodNanoSimulator_wheelGlyphPlay__i8JrB{left:50%;bottom:12px;transform:translateX(-50%)}.IpodNanoSimulator_segment__0SrRV{position:absolute;inset:0;border:0;padding:0;margin:0;background:transparent;cursor:inherit;border-radius:50%}.IpodNanoSimulator_segment__0SrRV:focus-visible{outline:2px solid var(--color-accent,#2563eb);outline-offset:2px;z-index:2}.IpodNanoSimulator_segTop__R_eHX{-webkit-clip-path:polygon(50% 0,100% 38%,0 38%);clip-path:polygon(50% 0,100% 38%,0 38%)}.IpodNanoSimulator_segBottom__nddAH{-webkit-clip-path:polygon(0 62%,100% 62%,50% 100%);clip-path:polygon(0 62%,100% 62%,50% 100%)}.IpodNanoSimulator_segLeft__EVw_h{-webkit-clip-path:polygon(0 38%,38% 50%,0 62%);clip-path:polygon(0 38%,38% 50%,0 62%)}.IpodNanoSimulator_segRight__45Vr1{-webkit-clip-path:polygon(100% 38%,100% 62%,62% 50%);clip-path:polygon(100% 38%,100% 62%,62% 50%)}.IpodNanoSimulator_centerBtn__28rhb{position:absolute;left:50%;top:50%;width:42px;height:42px;margin:-21px 0 0 -21px;border-radius:50%;border:1px solid rgba(0,0,0,.25);background:linear-gradient(180deg,#8a96a8,#6a7588);cursor:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 1px 3px rgba(0,0,0,.35)}.IpodNanoSimulator_centerBtn__28rhb:hover{filter:brightness(1.02)}.IpodNanoSimulator_centerBtn__28rhb:active{filter:brightness(.96)}.IpodNanoSimulator_centerBtn__28rhb:focus-visible{outline:2px solid var(--color-accent,#2563eb);outline-offset:2px;z-index:2}.IpodNanoSimulator_hint__3WZnA{margin:0;flex:1 1 200px;min-width:min(200px,100%);font-size:var(--font-size-xs);color:var(--color-foreground-subtle);text-align:left;line-height:var(--line-height-relaxed);max-width:280px}html.light .IpodNanoSimulator_device__bwk04{background:linear-gradient(125deg,rgba(255,255,255,.75),rgba(255,255,255,.12) 42%),linear-gradient(145deg,#eef0f4,#dde1e8 28%,#c8ced8 55%,#aeb6c4);border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(0,0,0,.05),0 4px 16px rgba(22,30,45,.1)}html.light .IpodNanoSimulator_wheel__NKKIQ{background:radial-gradient(circle at 50% 38%,#ffffff 0,#fafbfc 40%,#f0f2f5 100%);border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,1),inset 0 -2px 5px rgba(0,0,0,.06),0 2px 5px rgba(0,0,0,.06)}html.light .IpodNanoSimulator_wheelGlyph__wzGaW{color:#707070;text-shadow:none}html.light .IpodNanoSimulator_centerBtn__28rhb{border:1px solid rgba(0,0,0,.16);background:linear-gradient(180deg,#d0d5de,#a8b0bd);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 1px 3px rgba(0,0,0,.12)}@media (prefers-reduced-transparency:reduce){.IpodNanoSimulator_wheelCursorClip__D2Kfn{box-shadow:0 0 0 2px rgba(255,255,255,.95),0 0 0 3px rgba(0,0,0,.55),0 4px 12px rgba(0,0,0,.3)}html.light .IpodNanoSimulator_wheelCursorClip__D2Kfn{box-shadow:0 0 0 2px rgba(0,0,0,.28),0 0 0 3px rgba(255,255,255,.9),0 4px 12px rgba(0,0,0,.12)}}@media (max-width:520px){.IpodNanoSimulator_wrap__338M0{flex-direction:column;align-items:center;column-gap:0}.IpodNanoSimulator_hint__3WZnA{flex:none;max-width:100%;text-align:center;font-size:.7rem}}.ProjectPageSkeleton_page__KqeRQ{min-height:calc(100vh - var(--nav-height));background:var(--color-background);padding:calc(var(--nav-height) + clamp(2rem, 6vh, 3rem)) 0 clamp(3rem,8vh,5rem);position:relative}.ProjectPageSkeleton_content__UC_Rl{width:100%;max-width:var(--content-max-width);margin-inline:auto;padding-inline:var(--content-padding-x);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--space-6)}.ProjectPageSkeleton_header__Yi1Ab{display:flex;flex-direction:column;gap:var(--space-3)}.ProjectPageSkeleton_titleShimmer__qZ7OH{width:min(100%,26rem);height:clamp(2.25rem,5vw,3.5rem);border-radius:var(--radius-sm)}.ProjectPageSkeleton_metaShimmer__tcPRc{width:min(100%,22rem);height:.875rem;border-radius:var(--radius-sm)}.ProjectPageSkeleton_heroFrame__UdLLQ{margin:var(--space-2) 0;padding:clamp(1rem,2.5vw,1.75rem);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-secondary);box-sizing:content-box}.ProjectPageSkeleton_heroShimmer__sH66Y{width:100%;aspect-ratio:1702/1150;border-radius:var(--radius-sm)}.ProjectPageSkeleton_sections__w3ftF{display:flex;flex-direction:column;gap:clamp(3rem,7vh,4.5rem);margin-top:clamp(1rem,3vh,2rem)}.ProjectPageSkeleton_section__yH0vc{display:flex;flex-direction:column;gap:var(--space-4)}.ProjectPageSkeleton_headingShimmer__l_Ptg{width:min(100%,16rem);height:clamp(1.75rem,3.2vw,2.5rem);border-radius:var(--radius-sm);margin-bottom:var(--space-2)}.ProjectPageSkeleton_lineShimmer__Y0etN{height:1rem;border-radius:var(--radius-sm)}.ProjectPageSkeleton_metricsGrid__FecPA{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--space-4);gap:var(--space-4)}.ProjectPageSkeleton_metricShimmer__B16jG{height:7rem;border-radius:var(--radius-lg)}.ProjectPageSkeleton_featureRow__nbvUU{display:flex;flex-direction:column;gap:var(--space-6)}@media (min-width:900px){.ProjectPageSkeleton_featureRow__nbvUU{flex-direction:row;align-items:center;gap:clamp(2.5rem,5vw,5rem)}.ProjectPageSkeleton_featureMediaShimmer__ZJ5zY{flex:1 1 56%}.ProjectPageSkeleton_featureCopy___9Vch{flex:1 1 44%}}.ProjectPageSkeleton_featureMediaShimmer__ZJ5zY{aspect-ratio:4/3;border-radius:var(--radius-lg)}.ProjectPageSkeleton_featureCopy___9Vch{display:flex;flex-direction:column;gap:var(--space-3)}.ProjectPageSkeleton_featureMediaShimmer__ZJ5zY,.ProjectPageSkeleton_headingShimmer__l_Ptg,.ProjectPageSkeleton_heroShimmer__sH66Y,.ProjectPageSkeleton_lineShimmer__Y0etN,.ProjectPageSkeleton_metaShimmer__tcPRc,.ProjectPageSkeleton_metricShimmer__B16jG,.ProjectPageSkeleton_titleShimmer__qZ7OH{background:var(--color-background-subtle);animation:ProjectPageSkeleton_shimmer__5fGUK 1.6s ease-in-out infinite}.ProjectPageSkeleton_navShimmer__3_26W{width:100%;height:1rem;margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border);position:relative}.ProjectPageSkeleton_navShimmer__3_26W:before{content:"";position:absolute;top:calc(var(--space-6) + .125rem);left:0;width:6rem;height:.875rem;border-radius:var(--radius-sm);background:var(--color-background-subtle);animation:ProjectPageSkeleton_shimmer__5fGUK 1.6s ease-in-out infinite}@keyframes ProjectPageSkeleton_shimmer__5fGUK{0%,to{opacity:1}50%{opacity:.55}}@media (max-width:768px){.ProjectPageSkeleton_page__KqeRQ{padding:calc(var(--nav-height) + var(--space-6)) 0 var(--space-8)}.ProjectPageSkeleton_sections__w3ftF{gap:clamp(2.5rem,6vh,3.5rem)}}@media (prefers-reduced-motion:reduce){.ProjectPageSkeleton_featureMediaShimmer__ZJ5zY,.ProjectPageSkeleton_headingShimmer__l_Ptg,.ProjectPageSkeleton_heroShimmer__sH66Y,.ProjectPageSkeleton_lineShimmer__Y0etN,.ProjectPageSkeleton_metaShimmer__tcPRc,.ProjectPageSkeleton_metricShimmer__B16jG,.ProjectPageSkeleton_navShimmer__3_26W:before,.ProjectPageSkeleton_titleShimmer__qZ7OH{animation:none;opacity:.85}}.project-detail_page__TCvY_{min-height:calc(100vh - var(--nav-height));background:var(--color-background);padding:calc(var(--nav-height) + clamp(2rem, 6vh, 3rem)) 0 clamp(3rem,8vh,5rem);position:relative}.project-detail_content__C30dN{width:100%;max-width:var(--content-max-width);margin-inline:auto;padding-inline:var(--content-padding-x);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--space-6)}.project-detail_header__SQEAD{display:flex;flex-direction:column;gap:var(--space-2)}.project-detail_title___I2LU{margin:0;font-family:var(--font-family-display);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:var(--font-weight-normal);color:var(--color-foreground-strong);line-height:1.1;letter-spacing:0}.project-detail_meta__3C3mL{display:flex;flex-wrap:wrap;align-items:center;gap:.35em;margin:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--color-foreground-subtle);line-height:var(--line-height-normal)}.project-detail_metaSeparator__TvFdA{color:var(--color-foreground-caption);opacity:.55;-webkit-user-select:none;-moz-user-select:none;user-select:none}.project-detail_metaValueArr__51LLv{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:inherit;font-weight:inherit;font-family:inherit}.project-detail_heroFrame__RSAff{margin:var(--space-2) 0;padding:clamp(1rem,2.5vw,1.75rem);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-secondary);overflow:hidden;box-sizing:content-box}.project-detail_heroMedia__mOzsW{display:block;width:100%;height:auto;border-radius:var(--radius-sm)}.project-detail_caseStudyPlaceholder___OzII{display:flex;align-items:center;justify-content:center;min-height:clamp(12rem,32vh,18rem);margin:var(--space-2) 0;padding:var(--space-8) var(--space-6);background:var(--color-surface-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}html.dark .project-detail_caseStudyPlaceholder___OzII{background:oklch(.18 0 0)}.project-detail_caseStudyPlaceholderText__StJsx{margin:0;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-foreground-subtle);line-height:var(--line-height-normal);text-align:center;letter-spacing:var(--letter-spacing-normal)}@media (max-width:768px){.project-detail_page__TCvY_{padding:calc(var(--nav-height) + var(--space-6)) 0 var(--space-8)}}