/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.flex{display:flex}}@font-face{font-family:Funnel Sans;src:url(/fonts/funnel-sans.woff2)format("woff2");font-display:swap;font-style:normal;font-weight:300 800}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#080808;--muted-foreground:#73717c;--border:#e5e5e5;--card:#fff;--subtle:#f5f5f5;--stack-tile:#f4f4f4;--header-background:#fff9;--input-background:#fff;--spacing:4px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#080808;--foreground:#f5f5f5;--muted-foreground:#a2a0aa;--border:#252525;--card:#111;--subtle:#171717;--stack-tile:#f4f4f4;--header-background:#080808b8;--input-background:#0d0d0d}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#app{min-height:100%}body{background:var(--background);color:var(--foreground);letter-spacing:normal;margin:0;font-family:Funnel Sans,Funnel Sans Fallback,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:24px;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none}button{font:inherit;border:0}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:880px;margin-inline:auto;padding-inline:20px}.bigger-container{width:100%;max-width:952px;margin-inline:auto;padding-inline:16px}.section-padding{padding-block:75px}.link-underline{text-decoration-line:underline;-webkit-text-decoration-color:var(--border);-webkit-text-decoration-color:var(--border);-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:4px;text-decoration-style:dotted;transition:text-decoration-color .3s,text-underline-offset .3s}.link-underline:hover{-webkit-text-decoration-color:var(--foreground);-webkit-text-decoration-color:var(--foreground);-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground);text-underline-offset:6px}.site-header{z-index:50;background:var(--header-background);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:88px;padding-top:16px;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:880px;height:72px;margin-inline:auto;padding-inline:20px;display:flex}.nav-group{align-items:center;gap:12px;display:flex}.round-control,.theme-switcher{background:var(--subtle);height:40px;color:var(--foreground);border-radius:9999px;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex}.round-control{width:40px}.theme-switcher{gap:0;width:76px;padding:4px;position:relative}.theme-switcher>span{background:var(--card);border-radius:9999px;width:32px;height:32px;transition:transform .2s,background-color .2s;position:absolute;top:4px;left:4px;box-shadow:0 1px 2px #00000014}.theme-switcher[data-theme-value=dark]>span{transform:translate(36px)}.theme-switcher button{z-index:1;width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:9999px;place-items:center;display:grid;position:relative}.theme-switcher button[aria-pressed=true]{color:var(--foreground)}.has-tooltip{position:relative}.has-tooltip:before,.has-tooltip:after{z-index:80;pointer-events:none;opacity:0;transition:opacity .16s,transform .16s;position:absolute;left:50%;transform:translate(-50%,6px)}.has-tooltip:before{border-bottom:7px solid #050505;border-left:7px solid #0000;border-right:7px solid #0000;top:calc(100% + 6px)}.has-tooltip:after{color:#fff;white-space:nowrap;background:#050505;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:500;line-height:18px;top:calc(100% + 13px)}.has-tooltip:hover:before,.has-tooltip:focus-visible:before{content:""}.has-tooltip:hover:after,.has-tooltip:focus-visible:after{content:attr(data-tooltip)}.has-tooltip:hover:before,.has-tooltip:hover:after,.has-tooltip:focus-visible:before,.has-tooltip:focus-visible:after{opacity:1;transform:translate(-50%)}.social-logo{object-fit:contain;width:18px;height:18px}.social-logo[src*="/x/"]{width:15px;height:15px}:root[data-theme=dark] .social-logo[src*=github],:root[data-theme=dark] .social-logo[src*="/x/"]{filter:invert()}.hero-section{padding-block:120px}.hero-inner{display:block}.avatar{object-fit:cover;border-radius:9999px;width:64px;height:64px}.hero-section h1{margin:40px 0 0;font-size:36px;font-weight:500;line-height:40px}.hero-section p{max-width:720px;color:var(--muted-foreground);margin:20px 0 0;font-size:18px;font-weight:400;line-height:28px}.hero-email{margin-top:40px;font-size:18px;line-height:23px;display:inline-block}.selected-work{padding-top:0}.section-header{justify-content:space-between;align-items:center;height:24px;margin-bottom:40px;display:flex}.section-header h2,.standalone-heading,.about-copy h2{margin:0;font-size:24px;font-weight:500;line-height:24px}.section-header a{font-size:18px;line-height:28px}.project-grid{grid-template-columns:repeat(2,450px);gap:40px 20px;display:grid}.project-card{width:450px;min-height:420px;display:block}.project-media{aspect-ratio:4/3;border:1px solid var(--border);background:var(--card);border-radius:24px;justify-content:center;align-items:center;width:450px;display:flex;overflow:hidden}.media-frame{width:100%;height:100%;position:relative}.media-frame img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.project-card:hover .media-frame img{transform:scale(1.045)}.logo-frame{width:96px;height:96px;position:relative}.logo-frame img{width:96px;height:96px}.project-copy{padding:24px 41px 0}.project-copy h3{margin:0;font-size:18px;font-weight:500;line-height:22px}.project-copy p{color:var(--muted-foreground);margin:12px 0 0;font-size:18px;font-weight:400;line-height:26px}.stack-section{display:block}.stack-section .standalone-heading{margin-bottom:40px}.stack-list{grid-template-columns:repeat(8,minmax(0,1fr));gap:16px;display:grid}.stack-list a{aspect-ratio:1;background:var(--stack-tile);color:#73717c;border-radius:24px;place-items:center;width:100%;transition:background-color .2s,transform .2s;display:grid}.stack-list .has-tooltip:before{top:calc(100% + 10px)}.stack-list .has-tooltip:after{top:calc(100% + 17px)}.stack-list li:nth-child(-n+8) .has-tooltip:before,.stack-list li:nth-child(-n+8) .has-tooltip:after{top:auto;transform:translate(-50%,-6px)}.stack-list li:nth-child(-n+8) .has-tooltip:before{border:7px solid #0000;border-top-color:#050505;border-bottom:0;bottom:calc(100% + 10px)}.stack-list li:nth-child(-n+8) .has-tooltip:after{bottom:calc(100% + 17px)}.stack-list li:nth-child(-n+8) .has-tooltip:hover:before,.stack-list li:nth-child(-n+8) .has-tooltip:hover:after,.stack-list li:nth-child(-n+8) .has-tooltip:focus-visible:before,.stack-list li:nth-child(-n+8) .has-tooltip:focus-visible:after{transform:translate(-50%)}.stack-list a:hover{transform:translateY(-2px)}.stack-icon{object-fit:contain;filter:grayscale()saturate(0)brightness(.64);opacity:.82;width:40px;height:40px;transition:filter .2s,opacity .2s,transform .2s}.stack-list a:hover .stack-icon{filter:none;opacity:1;transform:scale(1.04)}.about-section{display:block}.about-copy{margin-bottom:84px}.about-copy>div{color:var(--muted-foreground);gap:28px;margin-top:40px;font-size:18px;font-weight:400;line-height:28px;display:grid}.about-copy p{margin:0}.about-gallery{justify-content:space-between;align-items:flex-start;width:920px;height:250px;display:flex;position:relative}.about-gallery li{width:250px;height:250px;position:relative}.about-image-wrap{border-radius:24px;width:250px;height:250px;position:relative;overflow:hidden;transform:rotate(-4deg)scale(1.077)}.about-gallery li:nth-child(2) .about-image-wrap{transform:rotate(2deg)scale(1.067)}.about-gallery li:nth-child(3) .about-image-wrap{transform:rotate(-2deg)scale(1.061)}.about-image-wrap img{object-fit:cover;width:100%;height:100%}.experience-section{display:block}.experience-section .standalone-heading{margin-bottom:40px}.experience-grid{grid-template-columns:400px 400px;gap:40px;display:grid}.experience-list li{min-height:86px;margin-bottom:40px;font-size:18px;line-height:24px}.experience-list p{color:var(--muted-foreground);margin:20px 0 0;font-size:18px;font-weight:400;line-height:24px}.experience-list .experience-company{color:var(--foreground);align-items:center;gap:6px;margin:0;font-weight:400;display:inline-flex}.experience-list span{color:var(--muted-foreground);margin-top:12px;font-size:18px;font-weight:400;line-height:24px;display:block}.skills-list>p{margin:0 0 20px;font-size:18px;line-height:24px}.skills-list li{color:var(--muted-foreground);margin-bottom:14px;font-size:18px;font-weight:400;line-height:24px}.calendar-section{padding-block:75px 24px}.calendar-section>article{max-width:100%;margin-inline:auto;overflow-x:auto}.footer{justify-content:center;align-items:center;min-height:180px;display:flex}.footer-inner{align-items:center;gap:28px;display:flex}.footer a{font-size:18px;line-height:28px}.page-intro{padding-block:120px 75px}.page-intro h1{margin:0;font-size:36px;font-weight:500;line-height:40px}.page-intro p{max-width:700px;color:var(--muted-foreground);margin:20px 0 0;font-size:18px;font-weight:400;line-height:28px}.projects-page-grid,.detail-page .detail-media{padding-bottom:75px}.detail-page .detail-media .project-media{aspect-ratio:4/3;width:100%}.detail-page .detail-media .media-frame{width:100%;height:100%}.project-detail-header{justify-content:space-between;align-items:flex-start;gap:40px;padding-block:120px 40px;display:flex}.project-detail-header h1{max-width:720px;margin:0;font-size:48px;font-weight:500;line-height:52px}.detail-actions{flex:none;gap:24px;padding-top:16px;font-size:18px;line-height:28px;display:flex}.copy-link{color:var(--foreground);cursor:pointer;text-decoration-line:underline;-webkit-text-decoration-color:var(--border);-webkit-text-decoration-color:var(--border);-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:4px;background:0 0;flex:none;margin-top:16px;font-size:18px;line-height:28px;text-decoration-style:dotted}.detail-content{color:var(--muted-foreground);font-size:18px;font-weight:400;line-height:28px}.detail-content h2{color:var(--foreground);margin:56px 0 40px;font-size:24px;font-weight:500;line-height:24px}.detail-content p{max-width:720px;margin:0}.detail-content p+p{margin-top:28px}.detail-content ul{gap:14px;max-width:720px;padding-left:22px;list-style:outside;display:grid}@media (width<=980px){.container,.bigger-container,.header-container{max-width:100%}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card,.project-media{width:100%}.media-frame{width:100%;height:100%}.about-gallery{width:100%}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.site-header{height:72px;padding-top:8px}.header-container{height:56px;padding-inline:12px}.nav-group{gap:6px}.round-control,.theme-switcher{height:34px}.round-control{width:34px}.theme-switcher{width:66px;padding:4px}.theme-switcher>span{width:26px;height:26px}.theme-switcher[data-theme-value=dark]>span{transform:translate(32px)}.theme-switcher button{width:29px;height:26px}.social-logo{width:16px;height:16px}.social-logo[src*="/x/"]{width:14px;height:14px}.hero-section{padding-block:80px}.hero-section h1{font-size:34px}.project-grid,.experience-grid{grid-template-columns:1fr}.project-card{height:auto;min-height:0}.stack-list{grid-template-columns:repeat(4,minmax(0,1fr))}.stack-list li:nth-child(-n+8) .has-tooltip:before,.stack-list li:nth-child(-n+8) .has-tooltip:after{top:calc(100% + 10px);bottom:auto;transform:translate(-50%,6px)}.stack-list li:nth-child(-n+8) .has-tooltip:before{border-top:0;border-bottom:7px solid #050505}.stack-list li:nth-child(-n+8) .has-tooltip:after{top:calc(100% + 17px)}.about-gallery{flex-direction:column;align-items:center;gap:36px;height:auto}.detail-page .detail-media .project-media{height:auto}.project-detail-header{flex-direction:column;grid-template-columns:1fr}.project-detail-header h1{font-size:40px;line-height:44px}}
