.video-player[data-astro-cid-x4cgighj]{--glass:#2a2a2db8;--glass-hover:#424245cc;--ink:#fffc;--ink-hover:#fff;--ink-strong:#f5f5f7;--track:#ffffff38;--track-buffered:#ffffff61;--focus:#2997ff;--ease:cubic-bezier(.25, .1, .25, 1);color:var(--ink);fill:currentColor;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;background:#000;position:absolute;inset:0;overflow:hidden;container-type:inline-size}.video-player__video[data-astro-cid-x4cgighj]{object-fit:cover;cursor:pointer;background:#000;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.015)}.video-player[data-astro-cid-x4cgighj].is-fullscreen .video-player__video[data-astro-cid-x4cgighj]{object-fit:contain;transform:none}.video-player[data-astro-cid-x4cgighj].is-ui-hidden,.video-player[data-astro-cid-x4cgighj].is-ui-hidden .video-player__video[data-astro-cid-x4cgighj]{cursor:none}.video-player[data-astro-cid-x4cgighj] button[data-astro-cid-x4cgighj]:focus-visible,.video-player__progress[data-astro-cid-x4cgighj]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.video-player__start[data-astro-cid-x4cgighj]{z-index:3;background:var(--glass);cursor:pointer;backdrop-filter:saturate(180%)blur(20px);width:72px;height:72px;transition:transform .4s var(--ease), opacity .3s var(--ease), background-color .2s linear, color .2s linear;border-radius:50%;place-items:center;margin:-36px 0 0 -36px;display:grid;position:absolute;top:50%;left:50%}.video-player__start[data-astro-cid-x4cgighj] svg[data-astro-cid-x4cgighj]{width:28px;height:28px;margin-left:3px}.video-player__start[data-astro-cid-x4cgighj]:hover{background:var(--glass-hover);color:var(--ink-hover);transform:scale(1.06)}.video-player__start[data-astro-cid-x4cgighj]:active{transform:scale(.96)}.video-player[data-astro-cid-x4cgighj]:not([data-state=idle],[data-state=ended]) .video-player__start[data-astro-cid-x4cgighj]{opacity:0;pointer-events:none;transform:scale(.88)}.video-player__spinner[data-astro-cid-x4cgighj]{z-index:2;opacity:0;pointer-events:none;border:3px solid #ffffff47;border-top-color:#ffffffe6;border-radius:50%;width:36px;height:36px;margin:-18px 0 0 -18px;transition:opacity .2s linear;animation:.9s linear infinite paused video-player-spin;position:absolute;top:50%;left:50%}.video-player[data-astro-cid-x4cgighj].is-waiting:not([data-state=idle]) .video-player__spinner[data-astro-cid-x4cgighj]{opacity:1;animation-play-state:running}@keyframes video-player-spin{to{transform:rotate(360deg)}}.video-player__controls[data-astro-cid-x4cgighj]{z-index:4;background:var(--glass);backdrop-filter:saturate(180%)blur(20px);max-width:640px;height:44px;transition:opacity .35s var(--ease), transform .35s var(--ease);border-radius:999px;align-items:center;gap:8px;margin-inline:auto;padding:0 6px 0 4px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.video-player[data-astro-cid-x4cgighj][data-state=idle] .video-player__controls[data-astro-cid-x4cgighj],.video-player[data-astro-cid-x4cgighj].is-ui-hidden .video-player__controls[data-astro-cid-x4cgighj]{opacity:0;pointer-events:none;transform:translateY(8px)}.video-player[data-astro-cid-x4cgighj].is-fullscreen .video-player__controls[data-astro-cid-x4cgighj]{bottom:max(24px, env(safe-area-inset-bottom))}.video-player__button[data-astro-cid-x4cgighj]{cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;transition:color .2s linear,background-color .2s linear;display:grid}.video-player__button[data-astro-cid-x4cgighj]:hover{color:var(--ink-hover);background:#ffffff1f}.video-player__button[data-astro-cid-x4cgighj] svg[data-astro-cid-x4cgighj]{width:20px;height:20px}.icon-pause[data-astro-cid-x4cgighj],.icon-muted[data-astro-cid-x4cgighj],.icon-collapse[data-astro-cid-x4cgighj],.video-player[data-astro-cid-x4cgighj][data-state=playing] .icon-play[data-astro-cid-x4cgighj],.video-player[data-astro-cid-x4cgighj].is-muted .icon-volume[data-astro-cid-x4cgighj],.video-player[data-astro-cid-x4cgighj].is-fullscreen .icon-expand[data-astro-cid-x4cgighj]{display:none}.video-player[data-astro-cid-x4cgighj][data-state=playing] .icon-pause[data-astro-cid-x4cgighj],.video-player[data-astro-cid-x4cgighj].is-muted .icon-muted[data-astro-cid-x4cgighj],.video-player[data-astro-cid-x4cgighj].is-fullscreen .icon-collapse[data-astro-cid-x4cgighj]{display:block}.video-player__time[data-astro-cid-x4cgighj]{font-variant-numeric:tabular-nums;letter-spacing:.01em;min-width:2.6em;color:var(--ink);flex:none;font-size:12px;font-weight:500;line-height:1}.video-player__time--remaining[data-astro-cid-x4cgighj]{text-align:right}.video-player__progress[data-astro-cid-x4cgighj]{--progress:0%;--buffered:0%;cursor:pointer;-webkit-appearance:none;appearance:none;background:0 0;flex:1;min-width:0;height:24px;margin:0}.video-player__progress[data-astro-cid-x4cgighj]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--ink-strong) var(--progress), var(--track-buffered) var(--progress) var(--buffered), var(--track) var(--buffered));border-radius:2px;height:4px}.video-player__progress[data-astro-cid-x4cgighj]::-moz-range-track{background:linear-gradient(to right, var(--ink-strong) var(--progress), var(--track-buffered) var(--progress) var(--buffered), var(--track) var(--buffered));border-radius:2px;height:4px}.video-player__progress[data-astro-cid-x4cgighj]::-webkit-slider-thumb{background:var(--ink-strong);width:12px;height:12px;transition:transform .15s var(--ease);-webkit-appearance:none;appearance:none;border-radius:50%;margin-top:-4px;transform:scale(0)}.video-player__progress[data-astro-cid-x4cgighj]::-moz-range-thumb{background:var(--ink-strong);width:12px;height:12px;transition:transform .15s var(--ease);border:0;border-radius:50%;transform:scale(0)}.video-player__progress[data-astro-cid-x4cgighj]:hover::-webkit-slider-thumb,.video-player__progress[data-astro-cid-x4cgighj]:active::-webkit-slider-thumb,.video-player__progress[data-astro-cid-x4cgighj]:focus-visible::-webkit-slider-thumb{transform:scale(1)}.video-player__progress[data-astro-cid-x4cgighj]:hover::-moz-range-thumb,.video-player__progress[data-astro-cid-x4cgighj]:active::-moz-range-thumb,.video-player__progress[data-astro-cid-x4cgighj]:focus-visible::-moz-range-thumb{transform:scale(1)}@container (width<=340px){.video-player__time--remaining[data-astro-cid-x4cgighj]{display:none}.video-player__start[data-astro-cid-x4cgighj]{width:64px;height:64px;margin:-32px 0 0 -32px}}@media (prefers-reduced-motion:reduce){.video-player__start[data-astro-cid-x4cgighj],.video-player__controls[data-astro-cid-x4cgighj]{transition-duration:.01ms}}.noko-arrow-back[data-astro-cid-s35pujdj]:before{content:"";background-color:#ff5a00;width:1rem;height:.32rem;margin-right:.45rem;transition:transform .22s;display:inline-block;transform:rotate(180deg);-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9834 0.0950012L15.3893 2.15916C15.5369 2.28582 15.5369 2.49119 15.3893 2.61786L12.9834 4.68201C12.8357 4.80868 12.5964 4.80868 12.4487 4.68201C12.3011 4.55535 12.3011 4.34998 12.4487 4.22331L14.2093 2.71286L0 2.71286L0 2.06416L14.2093 2.06416L12.4487 0.553703C12.3011 0.427036 12.3011 0.221668 12.4487 0.0950011C12.5964 -0.0316658 12.8357 -0.0316658 12.9834 0.0950012Z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9834 0.0950012L15.3893 2.15916C15.5369 2.28582 15.5369 2.49119 15.3893 2.61786L12.9834 4.68201C12.8357 4.80868 12.5964 4.80868 12.4487 4.68201C12.3011 4.55535 12.3011 4.34998 12.4487 4.22331L14.2093 2.71286L0 2.71286L0 2.06416L14.2093 2.06416L12.4487 0.553703C12.3011 0.427036 12.3011 0.221668 12.4487 0.0950011C12.5964 -0.0316658 12.8357 -0.0316658 12.9834 0.0950012Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.noko-arrow-back[data-astro-cid-s35pujdj]:hover:before{transform:rotate(180deg)translate(3px)}.project-body[data-astro-cid-s35pujdj]{color:#44403c;max-width:65ch;margin-bottom:3rem;font-size:1rem;font-weight:300;line-height:1.75}.project-body[data-astro-cid-s35pujdj]>*+*{margin-top:1.25rem}.project-body[data-astro-cid-s35pujdj] h2{letter-spacing:-.01em;color:#0c0a09;margin-top:2.75rem;font-size:1.5rem;font-weight:300;line-height:1.25}.project-body[data-astro-cid-s35pujdj] h3{color:#0c0a09;margin-top:2rem;font-size:1.125rem;font-weight:400}.project-body[data-astro-cid-s35pujdj] strong{color:#0c0a09;font-weight:500}.project-body[data-astro-cid-s35pujdj] ul,.project-body[data-astro-cid-s35pujdj] ol{padding-left:1.15rem}.project-body[data-astro-cid-s35pujdj] ul{list-style:outside}.project-body[data-astro-cid-s35pujdj] ol{list-style:decimal}.project-body[data-astro-cid-s35pujdj] li+li{margin-top:.5rem}.project-body[data-astro-cid-s35pujdj] a{color:#0c0a09;text-underline-offset:.2em;text-decoration:underline;transition:color .24s}.project-body[data-astro-cid-s35pujdj] a:hover{color:var(--color-orange-hover)}@media (width>=768px){.project-body[data-astro-cid-s35pujdj]{margin-bottom:3.5rem;font-size:1.0625rem}}.project-media-frame[data-astro-cid-s35pujdj]{background:#000}.project-media-frame--portrait[data-astro-cid-s35pujdj]{width:min(100%,56.25svh - 4.5rem);margin-inline:auto}@media (width<=767px){.project-media-frame--portrait[data-astro-cid-s35pujdj]{width:min(100%,56.25svh - 2.8125rem)}}
