.page-module___8aEwW__page{--home-gutter:clamp(32px, 4vw, 48px);--home-block-padding:clamp(1rem, 3svh, 2rem);--home-section-gap:clamp(1rem, 2.5svh, 1.25rem);--home-widget-gap:1.25rem;--home-panel-padding:1.25rem;--home-intro-gap:1.25rem;--home-paragraph-gap:.75rem;--home-project-padding:1rem;--home-footer-padding:.75rem;background-color:var(--background-color);background-image:var(--page-background-image,none);min-height:100svh;color:var(--text-color);isolation:isolate;background-size:32px 32px;display:flex;position:relative}.page-module___8aEwW__main{z-index:1;pointer-events:none;width:100%;padding-top:max(var(--home-block-padding), env(safe-area-inset-top));padding-right:max(var(--home-gutter), env(safe-area-inset-right));padding-bottom:max(var(--home-block-padding), env(safe-area-inset-bottom));padding-left:max(var(--home-gutter), env(safe-area-inset-left));justify-content:center;align-items:center;display:flex;position:relative}.page-module___8aEwW__contentContainer{gap:var(--home-section-gap);pointer-events:auto;min-width:0;max-width:var(--max-content-width);align-content:start;width:100%;display:grid}.page-module___8aEwW__intro{gap:var(--home-intro-gap);text-align:left;flex-direction:row;align-items:flex-start;display:flex}.page-module___8aEwW__introText{flex-direction:column;gap:.5rem;min-width:0;display:flex}.page-module___8aEwW__name{align-items:center;gap:var(--spacing-xl);font-size:max(var(--home-font-min,0rem), calc(1.75rem * var(--home-font-scale,1)));color:var(--text-color);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.2;display:flex}.page-module___8aEwW__name>span{overflow-wrap:anywhere;min-width:0}.page-module___8aEwW__subtitle{font-size:max(var(--home-font-min,0rem), calc(.95rem * var(--home-font-scale,1)));color:var(--muted-color);margin:0;font-weight:500}.page-module___8aEwW__socialMedia{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:.25rem;display:flex}.page-module___8aEwW__socialMediaIcons{flex-wrap:wrap;gap:.5rem;display:flex}.page-module___8aEwW__socialMediaIcons a{flex:none;place-items:center;width:44px;height:44px;display:grid}.page-module___8aEwW__socialMediaIcon{background-color:#000;width:32px;height:32px;transition:background-color .12s,transform .12s;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.page-module___8aEwW__githubIcon{-webkit-mask-image:url(/github.svg);mask-image:url(/github.svg)}.page-module___8aEwW__twitterIcon{-webkit-mask-image:url(/twitter.svg);mask-image:url(/twitter.svg)}.page-module___8aEwW__instagramIcon{-webkit-mask-image:url(/instagram.svg);mask-image:url(/instagram.svg)}.page-module___8aEwW__linkedinIcon{-webkit-mask-image:url(/linkedin.svg);mask-image:url(/linkedin.svg)}[data-theme=dark] .page-module___8aEwW__socialMediaIcon{background-color:#fff}.page-module___8aEwW__socialMediaIcons a:hover .page-module___8aEwW__socialMediaIcon,.page-module___8aEwW__socialMediaIcons a:focus-visible .page-module___8aEwW__socialMediaIcon{background-color:var(--primary-color);transform:scale(1.1)}.page-module___8aEwW__blogWidget{overflow-wrap:anywhere;min-width:0;min-height:44px;color:var(--link-color);border:1.5px solid var(--panel-border-color,var(--border-color));border-radius:var(--radius-md);font-weight:600;font-size:max(var(--home-font-min,0rem), calc(.9rem * var(--home-font-scale,1)));padding:.625rem .875rem;text-decoration:none;transition:all .12s;position:relative;overflow:hidden}.page-module___8aEwW__blogWidget:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm);background:var(--accent-soft)}.page-module___8aEwW__bio{align-content:start;gap:var(--home-paragraph-gap);padding:var(--home-panel-padding);border-radius:var(--radius-lg);background:var(--surface-color);border:1px solid var(--panel-border-color,var(--border-color));box-shadow:var(--shadow-sm);display:grid}.page-module___8aEwW__bioText{color:var(--text-color);font-size:max(var(--home-font-min,0rem), calc(1rem * var(--home-font-scale,1)));text-align:left;line-height:var(--home-bio-leading,1.7);margin:0;font-weight:400}.page-module___8aEwW__link{color:var(--link-color);text-underline-offset:3px;text-decoration:underline;transition:all .12s}.page-module___8aEwW__link:hover{text-decoration-thickness:2px}.page-module___8aEwW__section{gap:var(--home-widget-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.page-module___8aEwW__section>*{min-width:0}@media (max-width:960px){.page-module___8aEwW__page{--home-gutter:clamp(24px, 4vw, 32px);--home-block-padding:clamp(1rem, 2.5svh, 1.5rem)}.page-module___8aEwW__main{align-items:flex-start}.page-module___8aEwW__section{grid-template-columns:minmax(0,1fr)}}@media (max-width:800px){.page-module___8aEwW__intro{text-align:center;flex-direction:column;align-items:center}.page-module___8aEwW__introText{align-items:center;width:100%}.page-module___8aEwW__name{font-size:max(var(--home-font-min,0rem), calc(1.6rem * var(--home-font-scale,1)));justify-content:center}.page-module___8aEwW__socialMedia{flex-direction:column;align-items:center;width:100%}.page-module___8aEwW__socialMediaIcons{justify-content:center}.page-module___8aEwW__blogWidget{text-align:center;max-width:100%;display:inline-block}.page-module___8aEwW__bio,.page-module___8aEwW__bioText{text-align:center}}@media (max-width:560px){.page-module___8aEwW__page{--home-gutter:20px;--home-panel-padding:1rem;--home-intro-gap:1rem;--home-project-padding:.875rem}.page-module___8aEwW__name{font-size:max(var(--home-font-min,0rem), calc(1.4rem * var(--home-font-scale,1)))}.page-module___8aEwW__subtitle{font-size:max(var(--home-font-min,0rem), calc(.9rem * var(--home-font-scale,1)))}.page-module___8aEwW__bioText{font-size:max(var(--home-font-min,0rem), calc(.95rem * var(--home-font-scale,1)));line-height:var(--home-bio-leading,1.65)}}@media (max-width:360px){.page-module___8aEwW__page{--home-gutter:16px;--home-block-padding:1rem;--home-section-gap:1rem;--home-widget-gap:1rem;--home-project-padding:.75rem}}.page-module___8aEwW__bioHeading{font-size:max(var(--home-font-min,0rem), calc(1rem * var(--home-font-scale,1)));margin:0;font-weight:700}.page-module___8aEwW__footer{padding:var(--home-footer-padding);background:var(--surface-color);border:1.5px solid var(--panel-border-color,var(--border-color));border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1rem;display:flex}
.ProfilePhoto-module__wsgvjq__photo{--reveal-opacity:0;--frame-color:var(--primary-color);--photo-transform:rotate(-5deg);--photo-shadow:var(--shadow-sm), 0 0 0 1px color-mix(in srgb, var(--primary-color) 24%, transparent);appearance:none;background:var(--surface-color);border:6px solid var(--frame-color);border-radius:var(--radius-lg);width:125px;height:125px;box-shadow:var(--photo-shadow);transform:var(--photo-transform);cursor:pointer;flex-shrink:0;padding:0;transition:transform .14s,box-shadow .14s,border-color .14s;display:block;position:relative;overflow:hidden}.ProfilePhoto-module__wsgvjq__photo[aria-pressed=true],.ProfilePhoto-module__wsgvjq__photo:focus-visible{--reveal-opacity:1;--frame-color:var(--profile-reveal-color);--photo-transform:rotate(3deg) scale(1.03);--photo-shadow:var(--shadow-md), 0 0 18px color-mix(in srgb, var(--profile-reveal-color) 26%, transparent), 0 0 0 1px color-mix(in srgb, var(--profile-reveal-color) 38%, transparent)}.ProfilePhoto-module__wsgvjq__photo:focus-visible{border-radius:var(--radius-lg);outline:2px solid var(--link-color);outline-offset:3px}@media (hover:hover) and (pointer:fine){.ProfilePhoto-module__wsgvjq__photo:hover{--reveal-opacity:1;--frame-color:var(--profile-reveal-color);--photo-transform:rotate(3deg) scale(1.03);--photo-shadow:var(--shadow-md), 0 0 18px color-mix(in srgb, var(--profile-reveal-color) 26%, transparent), 0 0 0 1px color-mix(in srgb, var(--profile-reveal-color) 38%, transparent)}}.ProfilePhoto-module__wsgvjq__image{object-fit:cover;pointer-events:none;width:100%;height:100%}.ProfilePhoto-module__wsgvjq__conan{opacity:var(--reveal-opacity);transition:opacity .14s;position:absolute;inset:0}@media (max-width:800px){.ProfilePhoto-module__wsgvjq__photo{width:144px;height:144px;transform:none}}@media (max-width:560px){.ProfilePhoto-module__wsgvjq__photo{width:120px;height:120px}}
.ThemeProvider-module__8mjaIW__themeToggleButton{cursor:pointer;z-index:10;background:0 0;border:none;border-radius:5px;flex-shrink:0;min-width:44px;min-height:44px;font-size:1.5em;transition:transform .3s,box-shadow .3s}.ThemeProvider-module__8mjaIW__themeToggleButton:hover{transform:scale(1.1)}
.Webring-module__okiSKG__webring{text-align:left;background-color:var(--surface-color);white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.5rem;min-width:0;transition:all .12s;display:flex}.Webring-module__okiSKG__title{min-height:44px;color:var(--link-color);font-weight:700;font-size:max(var(--home-font-min,0rem), calc(.95rem * var(--home-font-scale,1)));align-items:center;gap:.25em;text-decoration:none;transition:all .12s;display:inline-flex}.Webring-module__okiSKG__title:hover{opacity:.8}.Webring-module__okiSKG__link{color:var(--muted-color);padding:6px var(--spacing-md);min-height:44px;font-weight:600;font-size:max(var(--home-font-min,0rem), calc(.9rem * var(--home-font-scale,1)));align-items:center;text-decoration:none;transition:all .12s;display:inline-flex}.Webring-module__okiSKG__link:hover{color:var(--link-color)}@media (max-width:600px){.Webring-module__okiSKG__titleText{display:none}.Webring-module__okiSKG__title,.Webring-module__okiSKG__link{flex-shrink:0;justify-content:center;min-width:44px}.Webring-module__okiSKG__link{padding:0}}
.AppearanceSettings-module__DElzMq__trigger,.AppearanceSettings-module__DElzMq__close{border:1px solid var(--border-color);border-radius:var(--radius-md);width:44px;height:44px;color:var(--link-color);cursor:pointer;background:0 0;flex:none;place-items:center;display:grid}.AppearanceSettings-module__DElzMq__trigger{border:0}.AppearanceSettings-module__DElzMq__trigger:hover,.AppearanceSettings-module__DElzMq__close:hover{background:var(--accent-soft);border-color:var(--primary-color)}.AppearanceSettings-module__DElzMq__panel{inset:auto var(--panel-right,16px) var(--panel-bottom,80px) auto;width:min(440px,100vw - 32px);max-height:calc(100dvh - var(--panel-bottom,80px) - 16px);overscroll-behavior:contain;border:1px solid var(--border-color);border-color:var(--panel-border-color,var(--border-color));border-radius:var(--radius-xl);background:var(--surface-color);color:var(--text-color);box-shadow:var(--shadow-lg);margin:0;padding:0;position:fixed;overflow-y:auto}.AppearanceSettings-module__DElzMq__panel::backdrop{background:#0000002e}.AppearanceSettings-module__DElzMq__header{z-index:1;background:var(--surface-color);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 16px;display:flex;position:sticky;top:0}.AppearanceSettings-module__DElzMq__header h2{margin:4px 0 6px;font-size:1.1rem;line-height:1.35}.AppearanceSettings-module__DElzMq__header p,.AppearanceSettings-module__DElzMq__panelFooter p{color:var(--muted-color);font-size:.8rem;line-height:1.5}.AppearanceSettings-module__DElzMq__close{font-size:1.5rem}.AppearanceSettings-module__DElzMq__controls{gap:22px;padding:20px;display:grid}.AppearanceSettings-module__DElzMq__controls fieldset{border:0;min-width:0}.AppearanceSettings-module__DElzMq__controls legend{margin-bottom:10px;font-size:.85rem;font-weight:700}.AppearanceSettings-module__DElzMq__badge{background:var(--accent-soft);color:var(--link-color);border-radius:6px;margin-left:6px;padding:2px 7px;font-size:.7rem;display:inline-block}.AppearanceSettings-module__DElzMq__presets{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.AppearanceSettings-module__DElzMq__panel button{cursor:pointer}.AppearanceSettings-module__DElzMq__preset{text-align:left;color:var(--text-color);background:var(--foreground);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;align-items:flex-start;gap:5px;min-width:0;padding:12px;display:flex}.AppearanceSettings-module__DElzMq__presetName{font-size:1.1rem;font-weight:700}.AppearanceSettings-module__DElzMq__swatches{--preview-paper:var(--surface-color);--preview-ink:var(--text-color);gap:4px;margin-bottom:4px;display:flex}.AppearanceSettings-module__DElzMq__swatches i{background:var(--preview-accent);border:1px solid #00000026;border-radius:4px;width:22px;height:14px}.AppearanceSettings-module__DElzMq__swatches i:nth-child(2){background:var(--preview-paper)}.AppearanceSettings-module__DElzMq__swatches i:nth-child(3){background:var(--preview-ink)}.AppearanceSettings-module__DElzMq__segmented{gap:6px;display:flex}.AppearanceSettings-module__DElzMq__segmented button,.AppearanceSettings-module__DElzMq__fonts button,.AppearanceSettings-module__DElzMq__accents button{border:1px solid var(--border-color);border-radius:var(--radius-md);min-height:44px;color:var(--text-color);background:0 0;padding:8px;font-size:.82rem}.AppearanceSettings-module__DElzMq__segmented button{flex:1}.AppearanceSettings-module__DElzMq__panel button[aria-pressed=true]{border-color:var(--link-color);box-shadow:inset 0 0 0 1px var(--link-color);background-color:var(--accent-soft)}.AppearanceSettings-module__DElzMq__panel button:focus-visible,.AppearanceSettings-module__DElzMq__speedControl input:focus-visible{outline:2px solid var(--link-color);outline-offset:2px;border-radius:var(--radius-md)}.AppearanceSettings-module__DElzMq__speedControl{align-items:center;gap:12px;font-size:1.4rem;display:flex}.AppearanceSettings-module__DElzMq__speedControl input{min-width:0;height:44px;accent-color:var(--link-color);cursor:pointer;flex:1;margin:0}.AppearanceSettings-module__DElzMq__speedDescription{color:var(--muted-color);font-size:.75rem;line-height:1.5}.AppearanceSettings-module__DElzMq__accents{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;display:grid}.AppearanceSettings-module__DElzMq__accents button{flex-direction:column;align-items:center;gap:5px;padding-inline:2px;font-size:.7rem;display:flex}.AppearanceSettings-module__DElzMq__accentDot{background:var(--swatch);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-size:.9rem;font-weight:700;display:grid}.AppearanceSettings-module__DElzMq__accents [data-accent=sage]{--swatch:#315546}.AppearanceSettings-module__DElzMq__accents [data-accent=ocean]{--swatch:#1b4d6c}.AppearanceSettings-module__DElzMq__accents [data-accent=terracotta]{--swatch:#7b3b29}.AppearanceSettings-module__DElzMq__accents [data-accent=lavender]{--swatch:#5b357b}.AppearanceSettings-module__DElzMq__accents [data-accent=neon]{--swatch:#005565}[data-theme=dark] .AppearanceSettings-module__DElzMq__accentDot{color:var(--background-color)}[data-theme=dark] .AppearanceSettings-module__DElzMq__accents [data-accent=sage]{--swatch:#9bc3b5}[data-theme=dark] .AppearanceSettings-module__DElzMq__accents [data-accent=ocean]{--swatch:#9ecbe4}[data-theme=dark] .AppearanceSettings-module__DElzMq__accents [data-accent=terracotta]{--swatch:#edb69b}[data-theme=dark] .AppearanceSettings-module__DElzMq__accents [data-accent=lavender]{--swatch:#cfb3e9}[data-theme=dark] .AppearanceSettings-module__DElzMq__accents [data-accent=neon]{--swatch:#43e8ff}.AppearanceSettings-module__DElzMq__fonts{gap:6px;display:grid}.AppearanceSettings-module__DElzMq__fonts button{text-align:left;align-items:center;gap:8px;display:flex}.AppearanceSettings-module__DElzMq__fonts button>span:first-child{font-size:1rem}.AppearanceSettings-module__DElzMq__fonts button>span:last-child:not(:first-child){margin-left:auto}.AppearanceSettings-module__DElzMq__panelFooter{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;padding:12px 20px;display:flex}.AppearanceSettings-module__DElzMq__panelFooter button{min-height:44px;color:var(--link-color);text-underline-offset:3px;background:0 0;border:0;font-size:.8rem;text-decoration:underline}@media (max-width:600px){.AppearanceSettings-module__DElzMq__panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:none;max-height:85dvh;padding-bottom:env(safe-area-inset-bottom);inset:auto 0 0}.AppearanceSettings-module__DElzMq__header,.AppearanceSettings-module__DElzMq__controls{padding:16px}}@media (max-width:400px){.AppearanceSettings-module__DElzMq__accents{grid-template-columns:repeat(2,minmax(0,1fr))}}
.SecretController-module__VxoeUq__secret{border-top:1px solid var(--border-color);padding:12px 20px}.SecretController-module__VxoeUq__secret button{border:1px solid var(--border-color);min-width:44px;min-height:44px;color:var(--link-color);background:var(--foreground);touch-action:manipulation;border-radius:8px}.SecretController-module__VxoeUq__secret button:active{background:var(--accent-soft)}.SecretController-module__VxoeUq__secret .SecretController-module__VxoeUq__trigger{font-family:var(--font-mono);background:0 0}.SecretController-module__VxoeUq__content{padding-top:12px}.SecretController-module__VxoeUq__content p{color:var(--muted-color);font-size:.8rem}.SecretController-module__VxoeUq__controller{flex-wrap:wrap;align-items:center;gap:16px;margin-block:16px;display:flex}.SecretController-module__VxoeUq__directions{grid-template-rows:repeat(2,44px);grid-template-columns:repeat(3,44px);gap:6px;display:grid}.SecretController-module__VxoeUq__directions [data-direction=ArrowUp]{grid-column:2}.SecretController-module__VxoeUq__directions [data-direction=ArrowLeft]{grid-area:2/1}.SecretController-module__VxoeUq__directions [data-direction=ArrowDown]{grid-area:2/2}.SecretController-module__VxoeUq__directions [data-direction=ArrowRight]{grid-area:2/3}.SecretController-module__VxoeUq__letters{gap:8px;display:flex}.SecretController-module__VxoeUq__progress{gap:5px;margin-bottom:8px;display:flex}.SecretController-module__VxoeUq__progress span{border:1px solid var(--muted-color);border-radius:2px;flex:1;height:5px}.SecretController-module__VxoeUq__progress [data-complete=true]{background:var(--link-color)}.SecretController-module__VxoeUq__secret .SecretController-module__VxoeUq__restart{margin-top:8px;padding-inline:12px}.SecretController-module__VxoeUq__announcement{bottom:max(16px, env(safe-area-inset-bottom));z-index:10;pointer-events:none;width:max-content;max-width:calc(100% - 32px);margin-inline:auto;font-size:.8rem;position:fixed;left:16px;right:16px}.SecretController-module__VxoeUq__announcement span{color:var(--text-color);background:var(--surface-color);border:1px solid var(--link-color);box-shadow:var(--shadow-md);border-radius:8px;padding:10px 14px;display:block}
.StableHomeLayout-module__6q7H3q__measurement{contain:layout style;font-family:var(--visitor-font), sans-serif;top:0;left:-100000px;visibility:hidden!important;pointer-events:none!important;height:auto!important;position:fixed!important}.StableHomeLayout-module__6q7H3q__measurement *,.StableHomeLayout-module__6q7H3q__measurement :before,.StableHomeLayout-module__6q7H3q__measurement :after{pointer-events:none!important;transition:none!important;animation:none!important;transform:none!important}.StableHomeLayout-module__6q7H3q__layout>[data-home-section=intro]{min-height:var(--home-intro-height,0px)}.StableHomeLayout-module__6q7H3q__layout>[data-home-section=widgets]{min-height:var(--home-widgets-height,0px)}.StableHomeLayout-module__6q7H3q__layout>[data-home-section=footer]{min-height:var(--home-footer-height,0px)}.StableHomeLayout-module__6q7H3q__measurement>[data-home-section]{min-height:0!important}
.SpotifyWidget-module__L09x-G__player,.SpotifyWidget-module__L09x-G__loading{flex-direction:column;align-self:stretch;width:100%;min-width:0;margin:0 auto;display:flex}.SpotifyWidget-module__L09x-G__cassette{--cassette-shell:var(--background-color);--cassette-paper:var(--surface-color);--cassette-ink:var(--text-color);--cassette-muted:var(--muted-color);--cassette-border:var(--border-color);--cassette-hardware:var(--muted-color);aspect-ratio:31/20;background-color:var(--cassette-shell,#d8dfcf);border:1px solid var(--cassette-border);border-radius:var(--radius-lg);background-image:linear-gradient(160deg,#ffffff0d,#0000 55%);flex:1;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff40,inset 0 -2px #0000001f,0 4px 10px #0000001f}.SpotifyWidget-module__L09x-G__cassette:before{z-index:1;content:"";background-color:var(--cassette-paper,#e8ecdd);background-image:linear-gradient(180deg, color-mix(in srgb, var(--cassette-paper) 96%, white), var(--cassette-paper));border-top:3px solid color-mix(in srgb, var(--primary-color) 45%, var(--cassette-paper));border-radius:var(--radius-md);height:54%;position:absolute;top:9%;left:7.5%;right:7.5%;box-shadow:0 1px 2px #0000001f}.SpotifyWidget-module__L09x-G__screw{z-index:6;aspect-ratio:1;background:color-mix(in srgb, var(--cassette-ink) 22%, var(--cassette-shell));border-radius:50%;width:clamp(7px,2.6%,12px);position:absolute;box-shadow:inset 0 1px 1px #0000002e,0 1px #ffffff26}.SpotifyWidget-module__L09x-G__screw:before{content:"";background:color-mix(in srgb, var(--cassette-ink) 40%, transparent);border-radius:999px;width:62%;height:8%;position:absolute;top:46%;left:19%}.SpotifyWidget-module__L09x-G__screwTopLeft{top:3.4%;left:2.3%}.SpotifyWidget-module__L09x-G__screwTopRight{top:3.4%;right:2.3%}.SpotifyWidget-module__L09x-G__screwBottomLeft{bottom:3.4%;left:2.3%}.SpotifyWidget-module__L09x-G__screwBottomRight{bottom:3.4%;right:2.3%}.SpotifyWidget-module__L09x-G__trackLabel{z-index:4;min-width:0;height:26%;color:var(--cassette-ink);border-radius:min(8px, var(--radius-md));align-items:center;gap:clamp(8px,2vw,12px);padding:clamp(7px,1.3vw,9px) clamp(10px,2.2vw,14px);text-decoration:none;display:flex;position:absolute;top:12.5%;left:11.5%;right:11.5%}a.SpotifyWidget-module__L09x-G__trackLabel:focus-visible{background:var(--cassette-paper);box-shadow:inset 0 0 0 1px var(--link-color)}.SpotifyWidget-module__L09x-G__trackCopy{flex-direction:column;flex:1;justify-content:center;min-width:0;line-height:1.16;display:flex}.SpotifyWidget-module__L09x-G__albumArtwork{aspect-ratio:1;background:var(--inset-color);border-radius:clamp(7px,1.6vw,10px);flex:0 0 clamp(38px,9vw,52px);width:clamp(38px,9vw,52px);position:relative;overflow:hidden}.SpotifyWidget-module__L09x-G__albumArtwork img{object-fit:cover}.SpotifyWidget-module__L09x-G__status{color:var(--cassette-muted);letter-spacing:.09em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:5px;margin-bottom:clamp(3px,.65vw,5px);font-size:clamp(.48rem,1.45vw,.66rem);font-weight:700;display:inline-flex}.SpotifyWidget-module__L09x-G__statusDot{background:currentColor;border-radius:50%;width:.48em;height:.48em}.SpotifyWidget-module__L09x-G__live{color:var(--accent-ink)}.SpotifyWidget-module__L09x-G__live .SpotifyWidget-module__L09x-G__statusDot{box-shadow:0 0 0 3px var(--accent-soft)}.SpotifyWidget-module__L09x-G__songTitle,.SpotifyWidget-module__L09x-G__artistName{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:100%;line-height:1.2;display:block;overflow:hidden}.SpotifyWidget-module__L09x-G__songTitle{color:var(--cassette-ink);letter-spacing:-.01em;font-size:clamp(.72rem,2.6vw,1.1rem);font-weight:700}.SpotifyWidget-module__L09x-G__artistName{color:var(--cassette-muted);margin-top:0;font-size:clamp(.58rem,1.9vw,.8rem)}.SpotifyWidget-module__L09x-G__marqueeTrack,.SpotifyWidget-module__L09x-G__marqueeText{display:block}.SpotifyWidget-module__L09x-G__marqueeText{text-overflow:ellipsis;overflow:hidden}.SpotifyWidget-module__L09x-G__marqueeActive{width:max-content;animation:SpotifyWidget-module__L09x-G__text-marquee var(--marquee-duration) linear infinite;gap:32px;display:flex}.SpotifyWidget-module__L09x-G__marqueeActive .SpotifyWidget-module__L09x-G__marqueeText,.SpotifyWidget-module__L09x-G__marqueeRepeat{flex:none}.SpotifyWidget-module__L09x-G__trackLabel:hover .SpotifyWidget-module__L09x-G__marqueeActive,.SpotifyWidget-module__L09x-G__trackLabel:focus-within .SpotifyWidget-module__L09x-G__marqueeActive{animation-play-state:paused}@keyframes SpotifyWidget-module__L09x-G__text-marquee{0%,15%{transform:translate(0)}to{transform:translateX(var(--marquee-distance))}}[data-motion=reduce] .SpotifyWidget-module__L09x-G__marqueeActive{width:auto;animation:none;display:block;transform:none}[data-motion=reduce] .SpotifyWidget-module__L09x-G__marqueeRepeat{display:none}.SpotifyWidget-module__L09x-G__tapeWindow{z-index:3;height:20.5%;position:absolute;top:39%;left:18%;right:18%}.SpotifyWidget-module__L09x-G__tapeWindow:after{content:"";background:color-mix(in srgb, var(--cassette-hardware) 35%, transparent);height:1px;position:absolute;top:49%;left:20%;right:20%}.SpotifyWidget-module__L09x-G__reel{z-index:2;aspect-ratio:1;background:color-mix(in srgb, var(--cassette-hardware) 28%, var(--cassette-paper));width:18.8%;box-shadow:inset 0 0 0 3px color-mix(in srgb, var(--cassette-hardware) 12%, var(--cassette-paper)), 0 1px 2px #00000026;border-radius:50%;position:absolute;top:50%;translate:0 -50%}.SpotifyWidget-module__L09x-G__reelLeft{left:12.5%}.SpotifyWidget-module__L09x-G__reelRight{right:12.5%}.SpotifyWidget-module__L09x-G__reelHub{background:radial-gradient(circle, var(--cassette-paper) 0 24%, transparent 25%), repeating-conic-gradient(from 0deg, var(--cassette-hardware) 0deg 12deg, var(--cassette-paper) 12deg 60deg);border:2px solid var(--cassette-hardware);border-radius:50%;position:absolute;inset:17%}.SpotifyWidget-module__L09x-G__spinning{animation:2.2s linear infinite SpotifyWidget-module__L09x-G__reel-spin}@keyframes SpotifyWidget-module__L09x-G__reel-spin{to{transform:rotate(360deg)}}.SpotifyWidget-module__L09x-G__progressRow{z-index:5;grid-template-columns:minmax(28px,auto) 1fr minmax(28px,auto);align-items:center;gap:clamp(5px,1.5vw,10px);padding:clamp(3px,.8vw,5px) clamp(5px,1.2vw,9px);display:grid;position:absolute;top:66%;left:19%;right:19%}.SpotifyWidget-module__L09x-G__time{min-width:0;color:var(--cassette-ink);font-family:var(--font-mono), sans-serif;font-variant-numeric:tabular-nums;text-align:center;font-size:clamp(.48rem,1.45vw,.66rem);line-height:1}.SpotifyWidget-module__L09x-G__progress{appearance:none;background:color-mix(in srgb, var(--cassette-ink) 18%, var(--cassette-shell));border:0;border-radius:999px;width:100%;height:clamp(3px,.8vw,5px);overflow:hidden}.SpotifyWidget-module__L09x-G__progress::-webkit-progress-bar{background:color-mix(in srgb, var(--cassette-ink) 18%, var(--cassette-shell));border-radius:999px}.SpotifyWidget-module__L09x-G__progress::-webkit-progress-value{background:var(--accent-ink);border-radius:999px}.SpotifyWidget-module__L09x-G__progress::-moz-progress-bar{background:var(--accent-ink);border-radius:999px}.SpotifyWidget-module__L09x-G__lowerDeck{z-index:2;background:linear-gradient(180deg, color-mix(in srgb, var(--cassette-ink) 12%, var(--cassette-shell)), color-mix(in srgb, var(--cassette-ink) 6%, var(--cassette-shell)));clip-path:polygon(9% 0,91% 0,100% 100%,0 100%);justify-content:center;align-items:flex-end;gap:clamp(10px,4.2vw,24px);height:19.5%;padding-bottom:4.2%;display:flex;position:absolute;bottom:1.5%;left:20.5%;right:20.5%;box-shadow:inset 0 1px #fff3}.SpotifyWidget-module__L09x-G__deckHole,.SpotifyWidget-module__L09x-G__deckPin,.SpotifyWidget-module__L09x-G__deckSlot{background:color-mix(in srgb, var(--cassette-shell) 65%, black);border:1px solid color-mix(in srgb, var(--cassette-ink) 60%, var(--cassette-shell));flex:none;height:clamp(7px,2.5vw,13px);display:block;box-shadow:inset 0 1px 2px #00000040}.SpotifyWidget-module__L09x-G__deckHole{border-radius:50%;width:clamp(7px,2.5vw,13px)}.SpotifyWidget-module__L09x-G__deckPin{border-radius:35%;width:clamp(6px,2vw,10px)}.SpotifyWidget-module__L09x-G__deckSlot{border-radius:clamp(2px,.8vw,5px);width:clamp(30px,10vw,54px)}.SpotifyWidget-module__L09x-G__loadingLabel{color:var(--cassette-muted);font-size:clamp(.66rem,1.8vw,.82rem);font-weight:700}[data-palette=cyberpunk] .SpotifyWidget-module__L09x-G__cassette{--cassette-border:color-mix(in srgb, var(--link-color) 35%, var(--inset-color));--cassette-hardware:var(--cyberpunk-magenta)}@media (max-width:430px){.SpotifyWidget-module__L09x-G__trackLabel{left:12.5%;right:12.5%}.SpotifyWidget-module__L09x-G__progressRow{grid-template-columns:30px 1fr 30px;left:18%;right:18%}}@media (prefers-reduced-motion:reduce){.SpotifyWidget-module__L09x-G__spinning{animation:none}.SpotifyWidget-module__L09x-G__marqueeActive{width:auto;animation:none;display:block;transform:none}.SpotifyWidget-module__L09x-G__marqueeRepeat{display:none}}@media (min-width:961px){.SpotifyWidget-module__L09x-G__cassette{aspect-ratio:auto}}
.Projects-module__I8N56G__projectsContainer{flex-direction:column;width:100%;min-width:0;margin:0 auto;display:flex}.Projects-module__I8N56G__notebook{background:var(--surface-color);border:1.5px solid var(--panel-border-color,var(--border-color));border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;flex:1;padding:0;transition:all .12s;display:flex;overflow:hidden}.Projects-module__I8N56G__notebook:hover{box-shadow:var(--shadow-md);border-color:var(--primary-color)}.Projects-module__I8N56G__spiralBinding{gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-lg);background:var(--accent-soft);border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;align-items:center;display:flex;position:relative}.Projects-module__I8N56G__spiral{border:2px solid var(--cyberpunk-magenta,var(--primary-color));background:0 0;border-radius:50%;width:10px;height:10px;transition:transform .12s}.Projects-module__I8N56G__spiral:hover{transform:scale(1.1)}.Projects-module__I8N56G__notebookContent{padding:var(--home-panel-padding,1.5rem);background:var(--surface-color);flex-direction:column;flex:1;display:flex}.Projects-module__I8N56G__projectText{color:var(--text-color);font-size:max(var(--home-font-min,0rem), calc(.95rem * var(--home-font-scale,1)));letter-spacing:-.01em;margin:0 0 .75rem;font-weight:700}.Projects-module__I8N56G__projectsList{flex-direction:column;flex:1;gap:.75rem;display:flex}.Projects-module__I8N56G__projectPeek{opacity:.48;filter:saturate(.65);flex:none;height:64px;margin-inline:8px;overflow:clip;-webkit-mask-image:linear-gradient(#000 45%,#0000 100%);mask-image:linear-gradient(#000 45%,#0000 100%)}.Projects-module__I8N56G__projectPeek:focus-within{opacity:1;filter:none;border-radius:var(--radius-md);outline:2px solid var(--link-color);outline-offset:3px;-webkit-mask-image:none;mask-image:none}.Projects-module__I8N56G__emptyState{text-align:center;padding:var(--spacing-2xl) var(--spacing-lg);color:var(--muted-color);font-size:max(var(--home-font-min,0rem), calc(.9rem * var(--home-font-scale,1)))}.Projects-module__I8N56G__errorMessage{font-size:max(var(--home-font-min,0rem), calc(1rem * var(--home-font-scale,1)));text-align:center;padding:var(--spacing-xl);color:var(--text-color)}.Projects-module__I8N56G__errorFooter{font-size:max(var(--home-font-min,0rem), calc(.9rem * var(--home-font-scale,1)));margin-top:var(--spacing-lg);color:var(--muted-color)}.Projects-module__I8N56G__link{color:var(--link-color);text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:all .12s}.Projects-module__I8N56G__link:hover{text-decoration-thickness:2px}@media (max-width:960px){.Projects-module__I8N56G__notebook{flex:none}}@media (max-width:800px){.Projects-module__I8N56G__projectsContainer{text-align:center}}
.Project-module__sNN-VW__projectLink{text-decoration:none;display:block}.Project-module__sNN-VW__projectLink:focus-visible .Project-module__sNN-VW__project{outline:2px solid var(--link-color);outline-offset:3px;box-shadow:var(--shadow-sm), 0 0 0 3px color-mix(in srgb, var(--primary-color) 30%, transparent)}.Project-module__sNN-VW__project{background:var(--foreground);border:2px solid var(--primary-color);border-radius:var(--radius-md);padding:var(--home-project-padding,1rem);cursor:pointer;min-height:88px;transition:all .3s;position:relative;box-shadow:0 2px 6px #00000014}.Project-module__sNN-VW__projectHeader{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:6px;display:flex}.Project-module__sNN-VW__stars{color:var(--link-color);font-size:max(var(--home-font-min,0rem), calc(.85rem * var(--home-font-scale,1)));font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;align-items:center;gap:.3em;transition:color .3s;display:inline-flex}.Project-module__sNN-VW__starIcon{flex:none;width:1em;height:1em}.Project-module__sNN-VW__project:hover{background:var(--link-color);box-shadow:0 4px 12px #00000026}.Project-module__sNN-VW__project:hover .Project-module__sNN-VW__stars{color:var(--background)}.Project-module__sNN-VW__project_title{font-size:max(var(--home-font-min,0rem), calc(clamp(.98rem, 2.2vw, 1.05rem) * var(--home-font-scale,1)));color:var(--link-color);overflow-wrap:anywhere;min-width:0;margin:0;font-weight:700;transition:color .3s}.Project-module__sNN-VW__project:hover .Project-module__sNN-VW__project_title{color:var(--background)}.Project-module__sNN-VW__project_description{font-size:max(var(--home-font-min,0rem), calc(clamp(.85rem, 2vw, .92rem) * var(--home-font-scale,1)));color:var(--link-color);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.Project-module__sNN-VW__project:hover .Project-module__sNN-VW__project_description{color:var(--background)}@media (max-width:800px){.Project-module__sNN-VW__projectHeader{justify-content:center}}
.PhotoMarqueeBackground-module__34R3Oa__background{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;grid-template-rows:minmax(0,1fr);height:33.3333%;display:grid;position:absolute;inset:auto 0 0;overflow:hidden}.PhotoMarqueeBackground-module__34R3Oa__row{--edge-fade:8%;--speed-factor:.9;--direction:normal;--delay:-54s;--duration:calc(28s * var(--photo-count));--light-opacity:.1;--dark-opacity:.09;min-width:0;min-height:0;-webkit-mask-image:linear-gradient(to right, transparent, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent);-webkit-mask-image:linear-gradient(to right, transparent, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent);mask-image:linear-gradient(to right, transparent, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent);position:relative;overflow:hidden}[data-theme=dark] .PhotoMarqueeBackground-module__34R3Oa__frame{opacity:var(--dark-opacity)}.PhotoMarqueeBackground-module__34R3Oa__track{width:max-content;height:100%;animation:PhotoMarqueeBackground-module__34R3Oa__marquee-scroll var(--loop-duration,calc(var(--duration) / 2.5)) linear var(--delay) infinite var(--direction);display:flex}.PhotoMarqueeBackground-module__34R3Oa__group{flex:none;width:max-content;min-width:100vw;height:100%;display:flex}.PhotoMarqueeBackground-module__34R3Oa__frame{aspect-ratio:16/9;height:100%;opacity:var(--light-opacity);flex:none;transition:opacity .18s;position:relative;overflow:hidden}.PhotoMarqueeBackground-module__34R3Oa__frame:after{content:"";background:var(--primary-color);opacity:.16;pointer-events:none;transition:opacity .18s;position:absolute;inset:0}.PhotoMarqueeBackground-module__34R3Oa__image{object-fit:cover;filter:saturate(.55)contrast(.9);width:100%;height:100%;transition:filter .18s;position:absolute;inset:0}@keyframes PhotoMarqueeBackground-module__34R3Oa__marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}[data-motion=reduce] .PhotoMarqueeBackground-module__34R3Oa__track{animation:none;transform:none}[data-motion=reduce] .PhotoMarqueeBackground-module__34R3Oa__group+.PhotoMarqueeBackground-module__34R3Oa__group{display:none}@media (prefers-reduced-motion:reduce){.PhotoMarqueeBackground-module__34R3Oa__track{animation:none;transform:none}.PhotoMarqueeBackground-module__34R3Oa__group+.PhotoMarqueeBackground-module__34R3Oa__group{display:none}}@media (hover:hover) and (pointer:fine){.PhotoMarqueeBackground-module__34R3Oa__frame{pointer-events:auto}.PhotoMarqueeBackground-module__34R3Oa__frame:hover{opacity:.85}[data-theme=dark] .PhotoMarqueeBackground-module__34R3Oa__frame:hover{opacity:.85}.PhotoMarqueeBackground-module__34R3Oa__frame:hover:after{opacity:0}.PhotoMarqueeBackground-module__34R3Oa__frame:hover .PhotoMarqueeBackground-module__34R3Oa__image{filter:none}}
