:root{--background:#f1f1f1;--foreground:#1b1b1b;--muted:#c9c9c9;--marker:#9ca9bb}*{box-sizing:border-box}html{background:var(--background);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;min-width:320px}@font-face{font-family:Geist;src:url(/fonts/GeistVariable.ttf)format("truetype");font-weight:400;font-style:normal}body{background:var(--background);min-height:100vh;color:var(--foreground);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.45}main{width:min(100% - 48px,520px);margin:0 auto;padding:108px 0 80px}h1{margin:0 0 18px;font-size:21px;font-weight:400;line-height:1.2}p{margin:0 0 20px}ul{margin:0 0 20px;padding-left:15px;list-style-type:square}li{margin:0 0 3px;padding-left:0}li::marker{color:var(--marker);font-size:.72em}a{color:inherit;text-underline-offset:2px;text-decoration-line:underline;text-decoration-thickness:1px}a:hover{color:var(--muted)}a:focus-visible{outline:2px solid var(--foreground);outline-offset:3px;border-radius:2px}.work-description{color:var(--muted)}@media (max-width:640px){main{width:auto;margin:0;padding:48px 24px 64px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}}.project-heading{margin:0;font-size:1.1rem;font-weight:600}.project-heading-button{appearance:none;color:inherit;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;margin-bottom:10px;padding:0;text-decoration:underline;text-decoration-thickness:1px}.project-heading-button:hover{color:#9090eaa7;text-decoration-thickness:2px}.project-heading-button:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid}.project-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;place-items:center;padding:32px 20px;display:grid;position:fixed;inset:0;overflow-y:auto}.project-modal{background:var(--background);border:1px solid #44444469;border-radius:12px;width:min(900px,100%);max-height:calc(100vh - 64px);overflow-y:auto;box-shadow:0 30px 90px #0000008c}.project-modal-header{z-index:2;background:var(--background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #44444469;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px;display:flex;position:sticky;top:0}.project-modal-title{margin:0;font-size:1.6rem;font-weight:500;line-height:1.2}.project-modal-subtitle{color:var(--foreground);margin:8px 0 0;line-height:1.5}.project-modal-close{width:38px;height:38px;color:var(--foreground);cursor:pointer;background:0 0;border:1px solid #44444469;border-radius:999px;flex:none;place-items:center;font-size:1.65rem;line-height:1;display:grid}.project-modal-close:hover{background:var(--background)}.project-modal-close:focus-visible{outline-offset:3px;outline:2px solid #f5f5f5}.project-modal-media{background:#111;border:1px solid #44444469;border-radius:8px;min-height:280px;margin:28px;overflow:hidden}.project-modal-media img,.project-modal-media video,.project-modal-media iframe{width:100%;height:auto;display:block}.project-modal-media iframe{border:0;min-height:460px}.project-modal-placeholder{color:#888;text-align:center;place-items:center;min-height:360px;padding:32px;display:grid}.project-modal-content{padding:4px 28px 28px;line-height:1.7}.project-modal-content>:first-child{margin-top:0}.project-modal-content h3{margin-top:30px;margin-bottom:10px;font-size:1.05rem}.project-modal-content ul{padding-left:20px}.project-modal-content li+li{margin-top:7px}.project-modal-footer{border:1px solid #44444439;justify-content:flex-end;padding:20px 28px;display:flex}.project-modal-link{min-height:42px;color:var(--background);background:#3131d5;border:1px solid #555;border-radius:6px;align-items:center;gap:5px;padding:0 16px;text-decoration:none;display:inline-flex}.project-modal-link:hover{background:#292929}@media (max-width:640px){.project-modal-backdrop{align-items:end;padding:12px}.project-modal{border-radius:12px 12px 8px 8px;max-height:calc(100vh - 24px)}.project-modal-header{padding:20px}.project-modal-media{min-height:200px;margin:20px}.project-modal-placeholder{min-height:240px}.project-modal-content{padding:0 20px 24px}.project-modal-footer{padding:18px 20px}}@media (prefers-reduced-motion:no-preference){.project-modal-backdrop{animation:.16s ease-out modal-backdrop-in}.project-modal{animation:.19s ease-out modal-content-in}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-content-in{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}}.deez{font-family:Geist}.project-gallery{background:#9090eaa7;flex-direction:column;min-height:100%;display:flex}.project-gallery-platforms{background:#484848f3;border:1px solid #9090eaa7;border-radius:8px;align-self:center;gap:4px;margin:18px 18px 0;padding:4px;display:flex}.project-gallery-platform{color:#aaa;min-width:92px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:8px 14px}.project-gallery-platform:hover{color:#f5f5f5;background:#242424}.project-gallery-platform:focus-visible{outline-offset:2px;outline:2px solid #fff}.project-gallery-stage{flex:1;place-items:center;min-height:420px;padding:24px 64px 14px;display:grid;position:relative}.project-gallery-stage--web{align-items:center}.project-gallery-main-image{object-fit:contain;background-color:#111;width:auto;max-width:100%;height:auto;max-height:500px;display:block}.project-gallery-stage--web .project-gallery-main-image{border:1px solid #333;border-radius:7px;width:100%;box-shadow:0 20px 50px #00000059}.project-gallery-stage--mobile{background:0 0;width:90%;min-height:0;margin:24px auto 14px;padding:0 52px}.project-gallery-stage--mobile .project-gallery-main-image{object-fit:contain;border-radius:18px;width:auto;max-width:290px;max-height:520px;display:block;box-shadow:0 20px 50px #00000073}.project-gallery-arrow{color:#fff;cursor:pointer;background:#484848f3;border:1px solid #454545;border-radius:999px;place-items:center;width:40px;height:40px;font-size:1.15rem;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.project-gallery-arrow:hover{background:#333}.project-gallery-arrow--previous{left:14px}.project-gallery-arrow--next{right:14px}.project-gallery-meta{color:#f0f0f0;justify-content:space-between;gap:16px;padding:0 20px 14px;font-size:1.05rem;display:flex}.project-gallery-thumbnails{scrollbar-width:thin;gap:10px;padding:0 20px 20px;display:flex;overflow-x:auto}.project-gallery-thumbnail{opacity:.6;cursor:pointer;background:#171717;border:1px solid #333;border-radius:5px;flex:0 0 92px;place-items:center;height:64px;padding:0;display:grid;overflow:hidden}.project-gallery-thumbnail:hover{opacity:.9}.project-gallery-thumbnail.is-active{opacity:1;border-color:#eee}.project-gallery-thumbnail-image{object-fit:cover;width:100%;height:100%}.project-gallery-empty{color:#888;text-align:center;place-items:center;min-height:360px;padding:30px;display:grid}@media (max-width:640px){.project-gallery-stage{min-height:300px;padding:20px 46px 12px}.project-gallery-stage--mobile{min-height:430px}.project-gallery-stage--mobile .project-gallery-main-image{max-width:220px;max-height:400px}.project-gallery-arrow{width:34px;height:34px}.project-gallery-arrow--previous{left:7px}.project-gallery-arrow--next{right:7px}.project-gallery-platform{min-width:78px}}.selected-work{font-size:1rem;font-weight:300}.name-note{color:#555;margin-top:.4rem;margin-bottom:1.5rem}.project-gallery{background:#5d5d91}.project-gallery-stage--web .project-gallery-main-image{width:min(100%,720px);max-height:520px}.project-gallery-platforms{background:#1e1e1eb3;border:1px solid #fff3}.project-gallery-platform{color:#ffffffa6}.project-gallery-platform.is-active{color:#fff;background:#0000008c}.project-modal{scrollbar-width:thin;scrollbar-color:#777 transparent}.project-modal::-webkit-scrollbar{width:7px}.project-modal::-webkit-scrollbar-track{background:0 0}.project-modal::-webkit-scrollbar-thumb{background:#777;border-radius:999px}.project-modal-header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5f5f5f5;position:sticky;top:0}.project-heading-button{appearance:none;z-index:1;color:inherit;font:inherit;text-underline-offset:3px;cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline;display:inline;position:relative}.project-modal-backdrop{z-index:9999;overscroll-behavior:contain;background:#000000b8;place-items:center;width:100%;min-height:100dvh;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.project-modal{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;width:min(900px,100%);max-height:calc(100dvh - 48px);font-family:Geist;overflow-y:auto}@media (max-width:640px){.project-modal-backdrop{place-items:end center;padding:10px}.project-modal{border-radius:12px;width:100%;max-height:calc(100dvh - 20px)}}.project-modal{background:var(--background);width:min(900px,100% - 40px);max-width:none;max-height:calc(100dvh - 40px);color:var(--foreground);border:1px solid #44444469;border-radius:12px;margin:auto;padding:0;font-family:Geist,sans-serif;position:fixed;inset:0;overflow:hidden;box-shadow:0 30px 90px #0000008c}.project-modal::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8}.project-modal-inner{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#777 transparent;max-height:calc(100dvh - 40px);overflow-y:auto}.project-modal-inner::-webkit-scrollbar{width:7px}.project-modal-inner::-webkit-scrollbar-track{background:0 0}.project-modal-inner::-webkit-scrollbar-thumb{background:#777;border-radius:999px}@media (max-width:640px){.project-modal{border-radius:12px;width:calc(100% - 16px);max-height:calc(100dvh - 16px)}.project-modal-inner{max-height:calc(100dvh - 16px)}.project-modal-header{padding:18px}.project-modal-media{min-height:200px;margin:14px}.project-modal-content{padding:0 18px 22px}.project-modal-footer{padding:16px 18px}}
