.projects-scene{--ps-bg: #08080B;--ps-border: rgba(255,255,255,.07);--ps-border-strong: rgba(255,255,255,.12);--ps-text: #F0EDE6;--ps-text-dim: rgba(240,237,230,.55);--ps-text-ghost: rgba(240,237,230,.18);--ps-swift: #FF6534;--ps-kotlin: #9B72FF;--ps-kmp: #1DB87A}.projects-scene .ps-section{position:relative;height:500vh}.projects-scene .ps-stage{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.projects-scene .ps-phase{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:100%;max-width:1320px;padding:0 48px;display:flex;align-items:center;justify-content:center}.projects-scene .ps-story{position:absolute;top:50%;width:280px;transform:translateY(-50%);transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1);--ps-glow: transparent}.projects-scene .ps-story:before{content:"";position:absolute;inset:-60px -80px;background:radial-gradient(ellipse at center,var(--ps-glow) 0%,transparent 70%);opacity:.32;filter:blur(44px);border-radius:50%;z-index:-1;pointer-events:none;transition:opacity .55s cubic-bezier(.4,0,.2,1)}.projects-scene .ps-story.hidden:before{opacity:0}.projects-scene .ps-story.left{text-align:right}.projects-scene .ps-story.right{text-align:left}.projects-scene .ps-story.hidden{opacity:0;pointer-events:none}.projects-scene .ps-story.left.hidden{transform:translate(-20px,-50%)}.projects-scene .ps-story.right.hidden{transform:translate(20px,-50%)}.projects-scene .ps-story.visible{opacity:1;transform:translateY(-50%)}.projects-scene .ps-eye{font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:var(--ps-text-dim);margin-bottom:16px;font-weight:400}.projects-scene .ps-head{font-size:42px;line-height:1.15;color:var(--ps-text);margin-bottom:18px;font-weight:500}.projects-scene .ps-head em{font-style:italic;color:#f0ede699;font-weight:400}.projects-scene .ps-body{font-size:18px;color:#f0ede6d9;line-height:1.65;font-weight:400}.projects-scene .ps-code-block{background:#0d0d12;font-family:JetBrains Mono,monospace;font-size:15px;line-height:2}.projects-scene .ps-lang-tag{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--ps-border)}.projects-scene .ps-lang-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.projects-scene .ps-lang-name{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ps-text-ghost);font-weight:400}.projects-scene .ps-line-row{height:30px;display:flex;align-items:center;position:relative;overflow:hidden}.projects-scene .ps-line-inner{white-space:pre;clip-path:inset(0 100% 0 0);will-change:clip-path}.projects-scene .ps-cursor{display:none;width:2px;height:14px;background:var(--ps-text);margin-left:2px;flex-shrink:0;animation:ps-blink .85s step-end infinite}@keyframes ps-blink{0%,to{opacity:1}50%{opacity:0}}.projects-scene .ps-kw-s{color:var(--ps-swift)}.projects-scene .ps-kw-k{color:var(--ps-kotlin)}.projects-scene .ps-kw-m{color:var(--ps-kmp)}.projects-scene .ps-ty{color:#60b8ff}.projects-scene .ps-pr{color:var(--ps-text)}.projects-scene .ps-cm{color:var(--ps-text-ghost);font-style:italic}.projects-scene .ps-st{color:#e8c97e}.projects-scene .ps-mirror-panel,.projects-scene .ps-kmp-panel{width:100%;display:grid;border-radius:22px;overflow:hidden;border:1px solid var(--ps-border-strong);background:var(--ps-border);gap:1px;box-shadow:inset 0 0 0 1px #ffffff0a}.projects-scene .ps-mirror-panel>*,.projects-scene .ps-kmp-panel>*{min-width:0}.projects-scene .ps-mirror-panel{max-width:660px;grid-template-columns:1fr 1fr}.projects-scene .ps-mirror-panel .ps-code-block{padding:30px;min-height:300px}.projects-scene #ps-kmp{opacity:0}.projects-scene .ps-kmp-panel{max-width:820px;grid-template-columns:1fr 1.5fr 1fr}.projects-scene .ps-kmp-panel .ps-code-block.ps-side{padding:26px;min-height:250px;background:#0b0b0f}.projects-scene .ps-kmp-panel .ps-code-block.ps-shared{padding:26px;min-height:250px;background:#0c0e14}.projects-scene #ps-mirror .ps-story.left{right:calc(50% + 350px)}.projects-scene #ps-mirror .ps-story.right{left:calc(50% + 350px)}.projects-scene #ps-kmp .ps-story.left{right:calc(50% + 430px)}.projects-scene #ps-kmp .ps-story.right{left:calc(50% + 430px)}@media(max-width:991px){.projects-scene .ps-phase{flex-direction:column;gap:24px;padding:0 20px}.projects-scene .ps-mirror-panel,.projects-scene .ps-kmp-panel{grid-template-columns:1fr}.projects-scene .ps-story{position:static;transform:none;width:100%;text-align:center}.projects-scene .ps-story.left,.projects-scene .ps-story.right{text-align:center}.projects-scene .ps-story.hidden{opacity:0;transform:translateY(10px)}.projects-scene .ps-story.visible{opacity:1;transform:translateY(0)}.projects-scene .ps-head{font-size:28px}.projects-scene .ps-body{font-size:16px}.projects-scene .ps-code-block{font-size:13px}.projects-scene .ps-mirror-panel .ps-code-block,.projects-scene .ps-kmp-panel .ps-code-block.ps-side,.projects-scene .ps-kmp-panel .ps-code-block.ps-shared{padding:20px;min-height:auto}}@media(max-width:479px){.projects-scene .ps-phase{padding:0 12px;gap:16px}.projects-scene .ps-mirror-panel,.projects-scene .ps-kmp-panel{border-radius:14px}.projects-scene .ps-head{font-size:20px;margin-bottom:10px}.projects-scene .ps-eye{font-size:11px;margin-bottom:10px}.projects-scene .ps-body{font-size:14px;line-height:1.5}.projects-scene .ps-code-block{font-size:10px;line-height:1.7}.projects-scene .ps-line-row{height:20px}.projects-scene .ps-lang-tag{margin-bottom:10px;padding-bottom:8px}.projects-scene .ps-lang-name{font-size:10px}.projects-scene .ps-lang-dot{width:5px;height:5px}.projects-scene .ps-mirror-panel .ps-code-block,.projects-scene .ps-kmp-panel .ps-code-block.ps-side,.projects-scene .ps-kmp-panel .ps-code-block.ps-shared{padding:14px}.projects-scene .ps-cursor{height:10px}.projects-scene .plx-logo{width:40px;height:40px}}.projects-scene .plx-logo{position:absolute;width:64px;height:64px;opacity:0;pointer-events:none;z-index:0;will-change:transform,opacity;filter:drop-shadow(0 0 24px rgba(255,255,255,.08))}.projects-scene .plx-swift{left:6%;top:5%}.projects-scene .plx-kotlin{right:8%;top:35%}.projects-scene .plx-xcode{left:14%;top:65%}.projects-scene .plx-android{right:16%;top:85%}@media(max-width:991px){.projects-scene .plx-logo{width:48px;height:48px}.projects-scene .plx-swift{left:3%}.projects-scene .plx-kotlin{right:3%}.projects-scene .plx-xcode{left:8%}.projects-scene .plx-android{right:8%}}.scene-outro[data-astro-cid-qz6brpfc]{text-align:center;padding:0 32px;margin:-40px auto 48px;max-width:720px;position:relative;z-index:2}.scene-outro_eye[data-astro-cid-qz6brpfc]{font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:#f0ede66b;margin-bottom:14px}.scene-outro_head[data-astro-cid-qz6brpfc]{font-size:44px;line-height:1.15;color:#f0ede6;font-weight:500}.process-hover_spacer[data-astro-cid-aa2wht3y]{padding-top:5rem!important}.process-hover_title-row-grid[data-astro-cid-aa2wht3y]{grid-template-columns:auto 1fr!important;align-items:baseline!important;column-gap:1.5rem!important;margin-bottom:1rem!important}.process-hover_title-row-grid[data-astro-cid-aa2wht3y] .process_text-wrapper[data-astro-cid-aa2wht3y]{place-self:baseline start!important}.process-hover_title-row-grid[data-astro-cid-aa2wht3y] .text-size-medium-2[data-astro-cid-aa2wht3y]{font-size:.95rem!important;opacity:.55!important;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em;text-transform:lowercase}.process-hover[data-astro-cid-aa2wht3y]{display:grid;grid-template-columns:minmax(0,1.3fr) 1px minmax(0,1fr);column-gap:2.5rem;row-gap:0;align-items:stretch;margin-top:2.5rem;padding:2.75rem 0}.process-hover_divider[data-astro-cid-aa2wht3y]{background:linear-gradient(to bottom,#ffffff14,#ffffff0a);width:1px;align-self:stretch}.section_home-process[data-astro-cid-aa2wht3y] .line-divider[data-astro-cid-aa2wht3y]{display:none}@media(max-width:900px){.section_home-process[data-astro-cid-aa2wht3y] .line-divider[data-astro-cid-aa2wht3y]{display:block;background-color:#ffffff14;height:1px;margin-bottom:.5rem}.process-hover[data-astro-cid-aa2wht3y]{grid-template-columns:1fr;gap:2rem;padding:2rem 0}.process-hover_divider[data-astro-cid-aa2wht3y]{display:none}.process-hover_title[data-astro-cid-aa2wht3y]{font-size:clamp(.95rem,4.2vw,1.75rem)}.process-hover_item[data-astro-cid-aa2wht3y]{gap:.75rem}.process-hover_title-row-grid[data-astro-cid-aa2wht3y]{grid-template-columns:1fr!important;gap:.5rem!important}.process-hover_panel-body[data-astro-cid-aa2wht3y]{font-size:.95rem}}@media(max-width:480px){.process-hover[data-astro-cid-aa2wht3y]{padding:1.75rem 0}.process-hover_title[data-astro-cid-aa2wht3y]{font-size:clamp(1rem,5vw,1.4rem)}.process-hover_num[data-astro-cid-aa2wht3y]{display:none}}.process-hover_list[data-astro-cid-aa2wht3y]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;justify-content:center}.process-hover_item[data-astro-cid-aa2wht3y]{display:flex;align-items:baseline;gap:1.25rem;cursor:pointer;color:#ffffff52;transition:color .4s ease;outline:none}.process-hover_item[data-astro-cid-aa2wht3y]:hover,.process-hover_item[data-astro-cid-aa2wht3y]:focus-visible,.process-hover_item[data-astro-cid-aa2wht3y].is-active{color:#fff}.process-hover_num[data-astro-cid-aa2wht3y]{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;letter-spacing:.12em;color:#ffffff4d;flex-shrink:0;transition:color .4s ease}.process-hover_item[data-astro-cid-aa2wht3y].is-active .process-hover_num[data-astro-cid-aa2wht3y],.process-hover_item[data-astro-cid-aa2wht3y]:hover .process-hover_num[data-astro-cid-aa2wht3y]{color:var(--tyfnorange, #c96442)}.process-hover_title[data-astro-cid-aa2wht3y]{position:relative;display:inline-block;overflow:hidden;font-size:clamp(1.75rem,3.8vw,3.25rem);font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:-.02em}.process-hover_title-row[data-astro-cid-aa2wht3y]{display:inline-flex;will-change:transform}.process-hover_title-row--ghost[data-astro-cid-aa2wht3y]{position:absolute;top:100%;left:0}.process-hover_letter[data-astro-cid-aa2wht3y]{display:inline-block;transform:translateY(0);transition:transform .55s cubic-bezier(.6,.05,.1,1);transition-delay:calc(var(--i) * 22ms)}.process-hover_item[data-astro-cid-aa2wht3y]:hover .process-hover_letter[data-astro-cid-aa2wht3y],.process-hover_item[data-astro-cid-aa2wht3y]:focus-visible .process-hover_letter[data-astro-cid-aa2wht3y],.process-hover_item[data-astro-cid-aa2wht3y].is-active .process-hover_letter[data-astro-cid-aa2wht3y]{transform:translateY(-100%)}.process-hover_panels[data-astro-cid-aa2wht3y]{display:grid;position:relative;align-self:center}.process-hover_panel[data-astro-cid-aa2wht3y]{grid-area:1 / 1;opacity:0;pointer-events:none;transition:opacity .35s ease;align-self:center}.process-hover_panel[data-astro-cid-aa2wht3y].is-active{opacity:1;pointer-events:auto}.process-hover_panel-num[data-astro-cid-aa2wht3y]{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;letter-spacing:.18em;color:var(--tyfnorange, #c96442);margin-bottom:1rem;text-transform:uppercase}.process-hover_panel-body[data-astro-cid-aa2wht3y]{font-size:1.05rem;line-height:1.6;color:#ffffffe6;max-width:none;margin:0}.process-hover_word[data-astro-cid-aa2wht3y]{display:inline-block;overflow:hidden;vertical-align:bottom;line-height:1.55;margin-right:.3em}.process-hover_word-inner[data-astro-cid-aa2wht3y]{display:inline-block;transform:translateY(110%);opacity:0}.process-hover_panel[data-astro-cid-aa2wht3y].is-active .process-hover_word-inner[data-astro-cid-aa2wht3y]{transform:translateY(0);opacity:1;transition:transform .7s cubic-bezier(.2,.7,.2,1),opacity .5s ease;transition-delay:calc(var(--i) * 18ms)}@media(prefers-reduced-motion:reduce){.process-hover_letter[data-astro-cid-aa2wht3y],.process-hover_panel[data-astro-cid-aa2wht3y],.process-hover_panel[data-astro-cid-aa2wht3y].is-active .process-hover_word-inner[data-astro-cid-aa2wht3y]{transition:none!important}.process-hover_word-inner[data-astro-cid-aa2wht3y]{transform:none;opacity:1}}.footer_contact-wrapper[data-astro-cid-nbpnc35u]{margin-top:2rem!important}.link-mail-w-inline-block[data-astro-cid-nbpnc35u]{font-size:clamp(1.25rem,2.8vw,2rem)}.footer-email-stagger[data-astro-cid-nbpnc35u]{position:relative;display:inline-block;overflow:hidden;line-height:1.3}.footer-email-stagger_row[data-astro-cid-nbpnc35u]{display:inline-flex;will-change:transform}.footer-email-stagger_row--ghost[data-astro-cid-nbpnc35u]{position:absolute;left:0;top:0;transform:translateY(100%)}.footer-email-stagger_letter[data-astro-cid-nbpnc35u]{display:inline-block;transform:translateY(0);transition:transform .55s cubic-bezier(.6,.05,.1,1);transition-delay:calc(var(--i) * 22ms)}.link-mail-w-inline-block[data-astro-cid-nbpnc35u]:hover .footer-email-stagger_letter[data-astro-cid-nbpnc35u]{transform:translateY(-100%)}.footer-social-link-three[data-astro-cid-nbpnc35u]{transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.footer-social-link-three[data-astro-cid-nbpnc35u] img[data-astro-cid-nbpnc35u]{transition:filter .3s ease}.footer-social-link-three[data-astro-cid-nbpnc35u]:hover{transform:translateY(-4px) scale(1.15)}.footer-social-link-three[data-astro-cid-nbpnc35u]:hover img[data-astro-cid-nbpnc35u]{filter:brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1800%) hue-rotate(345deg) brightness(90%) contrast(90%)}
