.site-footer{background:var(--page-bg);color:#fc0;padding:0 28px 28px;overflow-anchor:none}.site-footer__rule{height:4px;margin:0 -28px 48px;background:repeating-linear-gradient(90deg,#ffcc00 0 10px,transparent 10px 14px)}.site-footer__inner{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:1.1fr 1.3fr 1fr;gap:40px 32px;align-items:start;padding-bottom:40px}.site-footer__brand{display:inline-flex}.site-footer__brand img{display:block;width:min(240px,70vw);height:auto;mix-blend-mode:screen}html[data-theme=light] .site-footer__brand img{mix-blend-mode:normal}.site-footer__col{min-width:0}.site-footer__heading{margin-bottom:18px;color:#fc0;font-size:11px;letter-spacing:.08em}html[dir=rtl] .site-footer__heading{font-size:18px}html[dir=rtl] .site-footer__copy{font-size:13px}.site-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:8px 28px}.site-footer__links ul{list-style:none;display:flex;flex-direction:column;gap:10px}.site-footer__links a{color:#fc0;font-size:22px}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:var(--footer-hover)}.site-footer__socials{list-style:none;display:flex;flex-wrap:wrap;gap:12px}.site-footer__socials a{width:44px;height:44px;display:grid;place-items:center;color:#fc0;box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.site-footer__socials a:hover,.site-footer__socials a:focus-visible{background:#ffcc001f}.site-footer__bottom{width:min(1100px,100%);margin:0 auto;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:3px dashed #ffcc00}.site-footer__copy{color:#fc0;font-size:8px;letter-spacing:.06em;line-height:1.7}.site-footer__top{width:40px;height:40px;flex-shrink:0;border:none;background:#fc0;color:#000;font-family:"Press Start 2P",Cairo,sans-serif;font-size:16px;line-height:1;cursor:pointer;box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0,4px 4px #000}.site-footer__top:hover{background:#ffe14a}.site-footer__top:active{transform:translate(2px,2px)}@media(max-width:860px){.site-footer{padding:0 16px 24px}.site-footer__rule{margin:0 -16px 36px}.site-footer__inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:32px}.site-footer__links{justify-items:center;text-align:center}.site-footer__socials{justify-content:center}.site-footer__bottom{flex-direction:column;text-align:center}}@media(max-width:520px){.site-footer__copy{font-size:7px}}.header{position:sticky;top:0;z-index:40;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px;background:var(--page-bg);box-shadow:0 3px #fc0;transition:transform .12s ease-out}.header.is-hidden{transform:translateY(-100%)}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo img{display:block;height:72px;width:auto;mix-blend-mode:screen}html[data-theme=light] .header__logo img{mix-blend-mode:normal}.header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.6vw,28px);flex:1}.header__link{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--nav-fg);letter-spacing:.04em;white-space:nowrap;position:relative}.header__link:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:#fc0;transform:scaleX(0);transform-origin:inline-start;transition:transform .15s steps(3)}.header__link.is-active,.header__link:hover,.header__link:focus-visible{color:#fc0}.header__link:hover:after,.header__link:focus-visible:after,.header__link.is-active:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.header__lang{width:40px;height:40px;padding:0;display:grid;place-items:center;background:transparent;border:none;cursor:pointer;box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.header__lang svg{display:block;image-rendering:pixelated;image-rendering:crisp-edges}.header__lang:hover{background:#ffcc0029}html[dir=rtl] .header__link,html[dir=rtl] .header__drawer-link{font-family:Cairo,sans-serif;font-weight:800;letter-spacing:0}html[dir=rtl] .header__link{font-size:16px}html[dir=rtl] .header__drawer-link{font-size:18px}html[dir=rtl] .header__link:after{transform-origin:right}.header__burger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.header__burger i{display:block;width:18px;height:3px;background:#fc0;transition:transform .2s steps(3),opacity .2s steps(2)}.header__burger.is-open i:nth-of-type(1){transform:translateY(8px) rotate(45deg)}.header__burger.is-open i:nth-of-type(2){opacity:0}.header__burger.is-open i:nth-of-type(3){transform:translateY(-8px) rotate(-45deg)}.header__drawer{display:none}@media(max-width:1080px){.header{padding:0 16px}.header__nav{display:none}.header__burger{display:flex}.header__drawer{display:flex;flex-direction:column;gap:4px;position:absolute;top:calc(var(--header-h) + 3px);left:0;right:0;padding:16px;background:var(--page-bg);box-shadow:0 3px #fc0;transform:translateY(-16px);opacity:0;pointer-events:none;visibility:hidden}.header__drawer-link{font-family:"Press Start 2P",monospace;font-size:11px;color:var(--nav-fg);padding:14px 10px;border-bottom:2px solid var(--line)}.header__drawer-link.is-active,.header__drawer-link:hover{color:#fc0}}@media(max-width:520px){.header__logo img{height:56px}}@media(prefers-reduced-motion:reduce){.header,.header__burger i{transition:none}}html.has-pixel-cursor,html.has-pixel-cursor *{cursor:none!important}.pixel-cursor{--cursor-ink: #000;--cursor-fill: #ffcc00;position:fixed;inset:0;z-index:1800;pointer-events:none;opacity:0}html:has(:is(.about,.contact,.cli-section,.pixel-btn--solid,.site-footer__top):hover) .pixel-cursor{--cursor-ink: #ffcc00;--cursor-fill: #000}html:has(:is(.about-cli,.about__frame,.pixel-btn--inverse,.about-stat__icon):hover) .pixel-cursor{--cursor-ink: #000;--cursor-fill: #ffcc00}.pixel-cursor.is-on{opacity:1}.pixel-cursor__trail,.pixel-cursor__mark{position:absolute;top:0;left:0;will-change:transform}.pixel-cursor__trail{width:8px;height:8px;margin:-2px 0 0 2px;background:var(--cursor-fill);box-shadow:2px 0 0 0 var(--cursor-ink),-2px 0 0 0 var(--cursor-ink),0 2px 0 0 var(--cursor-ink),0 -2px 0 0 var(--cursor-ink);opacity:.35}.pixel-cursor[data-mode=text] .pixel-cursor__trail,.pixel-cursor[data-mode=hover] .pixel-cursor__trail{opacity:0}.pixel-cursor__mark{width:24px;height:36px}.pixel-cursor__svg{display:none;overflow:visible}.pixel-cursor[data-mode=default] .pixel-cursor__svg--arrow,.pixel-cursor[data-mode=hover] .pixel-cursor__svg--plus,.pixel-cursor[data-mode=text] .pixel-cursor__svg--beam{display:block}.pixel-cursor__svg--arrow{width:24px;height:36px}.pixel-cursor__svg--plus{width:32px;height:32px;margin:-16px 0 0 -16px}.pixel-cursor__svg--beam{width:16px;height:32px;margin:-16px 0 0 -6px}.pixel-cursor.is-pressed .pixel-cursor__svg--arrow{margin:2px 0 0 2px}.pixel-cursor.is-pressed .pixel-cursor__svg--plus{transform:scale(.75);transform-origin:8px 8px}@media(prefers-reduced-motion:reduce){.pixel-cursor__trail{display:none}.pixel-cursor.is-pressed .pixel-cursor__svg--arrow{margin:0}.pixel-cursor.is-pressed .pixel-cursor__svg--plus{transform:none}}.projects{position:relative;background:var(--page-bg);color:#fc0;padding:24px 28px 88px}.projects__title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 48px;color:#fc0;font-size:clamp(12px,1.8vw,16px);letter-spacing:.08em;text-align:center}html[dir=rtl] .projects__title{font-size:clamp(18px,2.2vw,24px)}.projects__rule{display:block;width:min(120px,14vw);height:4px;background:repeating-linear-gradient(90deg,#ffcc00 0 10px,transparent 10px 14px)}.projects__grid{list-style:none;width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.project-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 12px 16px;background:var(--page-bg);box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.project-card:hover{background:var(--surface-hover)}.project-card__main{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;color:inherit}a.project-card__main{cursor:pointer}.project-card__thumb{display:grid;place-items:center;width:100%;aspect-ratio:16 / 10;padding:6px;overflow:hidden;background:var(--page-bg);box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}.project-card__thumb svg,.project-card__thumb img{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto}.project-card__title{margin-top:4px;color:#fc0;font-size:9px;text-align:center;letter-spacing:.04em}html[dir=rtl] .project-card__title{font-size:15px}.project-card__category{color:#b38f00;font-size:7px;text-align:center;letter-spacing:.06em}html[dir=rtl] .project-card__category{font-size:13px}.projects__empty{width:min(1100px,100%);margin:0 auto 24px;color:#fc0;text-align:center;font-size:20px}.projects__more-wrap{display:flex;justify-content:center;width:100%;margin-top:40px}.projects__more{display:flex;width:fit-content}.project-links{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;width:100%}.project-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:5px 8px;color:#fc0;background:var(--page-bg);box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}.project-badge:hover{background:var(--surface-hover);color:#ffe14a}.project-badge__icon{display:grid;place-items:center;width:14px;height:14px}.project-badge__icon svg{display:block;width:14px;height:14px;image-rendering:auto}.project-badge__copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.project-badge__kicker{color:#b38f00;font-size:6px;letter-spacing:.04em}.project-badge__label{font-size:7px;letter-spacing:.04em;white-space:nowrap}.project-links--full{justify-content:flex-start;gap:10px;margin-top:4px}.project-links--full .project-badge{min-height:46px;padding:8px 12px;gap:10px}.project-links--full .project-badge__icon{width:22px;height:22px}.project-links--full .project-badge__icon svg{width:22px;height:22px}.project-links--full .project-badge__label{font-size:8px}html[dir=rtl] .project-badge__label{font-size:12px}html[dir=rtl] .project-badge__kicker{font-size:10px}html[dir=rtl] .project-links--full .project-badge__label{font-size:14px}@media(max-width:980px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.projects{padding:16px 16px 72px}.projects__title{margin-bottom:32px;font-size:11px;gap:10px}.projects__grid{grid-template-columns:1fr;max-width:360px;margin-inline:auto}.project-card__title{font-size:10px}.project-badge{min-height:30px}}.project-page{min-height:calc(100vh - 220px);background:var(--page-bg);color:#fc0;padding:32px 28px 96px;overflow-anchor:none}.project-page__inner{width:min(1180px,100%);margin:0 auto}.project-page__kicker,.project-page__back,.project-page__meta,.project-page__empty{color:#fc0}.project-page__kicker{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 40px;font-size:clamp(12px,1.8vw,16px);letter-spacing:.08em;text-align:center}html[dir=rtl] .project-page__kicker{font-size:clamp(18px,2.2vw,24px)}.project-page__rule{display:block;width:min(120px,14vw);height:4px;background:repeating-linear-gradient(90deg,#ffcc00 0 10px,transparent 10px 14px)}.project-page__back{display:inline-flex;margin-bottom:24px;font-size:10px;letter-spacing:.06em}html[dir=rtl] .project-page__back{font-size:16px}.project-page__back:hover{color:#ffe14a}.project-page__hero{display:grid;gap:24px;margin-bottom:36px;align-items:start}.project-page__info{min-width:0}.project-page__cover{display:block;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--surface);box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.project-page__cover img,.project-page__cover svg{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto}.project-gallery{display:grid;width:100%;gap:12px}.project-gallery__frame{appearance:none;width:100%;padding:0;border:none;cursor:zoom-in}.project-gallery__stage{position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none}.project-gallery__nav{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:42px;height:42px;padding:0;border:none;background:var(--page-bg);color:#fc0;cursor:pointer;transform:translateY(-50%);box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}.project-gallery__nav:hover{background:var(--surface-hover);color:#ffe14a}.project-gallery__nav--prev{inset-inline-start:12px}.project-gallery__nav--next{inset-inline-end:12px}.project-gallery__count{position:absolute;inset-inline-end:12px;bottom:12px;z-index:2;padding:6px 8px;background:var(--page-bg);color:#fc0;font-size:8px;letter-spacing:.08em;box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}html[dir=rtl] .project-gallery__count{font-size:13px}html[dir=rtl] .project-gallery__nav span[aria-hidden]{transform:scaleX(-1)}.project-gallery__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;list-style:none}.project-gallery__thumb{display:block;width:100%;padding:0;border:none;background:var(--surface);cursor:pointer;aspect-ratio:4 / 3;overflow:hidden;opacity:.55;box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}.project-gallery__thumb img{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto}.project-gallery__thumb:hover,.project-gallery__thumb.is-active{opacity:1;background:var(--surface-hover)}.project-gallery__thumb.is-active{box-shadow:3px 0 #ffe14a,-3px 0 #ffe14a,0 3px #ffe14a,0 -3px #ffe14a}.project-page__title{margin:0 0 10px;color:#fc0;font-size:clamp(14px,2.4vw,22px);letter-spacing:.06em}html[dir=rtl] .project-page__title{font-size:clamp(22px,3vw,32px)}.project-page__meta{display:block;margin-bottom:18px;color:#b38f00;font-size:9px;letter-spacing:.08em}html[dir=rtl] .project-page__meta{font-size:15px}.project-page__copy{display:grid;gap:14px;max-width:68ch;color:var(--page-fg);font-size:22px;line-height:1.45}@media(min-width:901px){.project-page__hero{grid-template-columns:minmax(420px,1.05fr) minmax(300px,.95fr);gap:40px}.project-page__copy{max-width:none;font-size:20px}}.project-page__tech{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:24px 0 0}.project-page__tech li{padding:8px 10px;color:#fc0;font-size:8px;letter-spacing:.06em;box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}html[dir=rtl] .project-page__tech li{font-size:14px}.project-page__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.project-page__actions .project-links{display:contents}.project-page__empty{text-align:center;padding:48px 0}.project-page__related{margin-top:64px}.project-page__related-title{margin:0 0 24px;color:#fc0;font-size:11px;letter-spacing:.08em}html[dir=rtl] .project-page__related-title{font-size:18px}.project-lightbox{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:56px 64px 24px;background:#000000e0}.project-lightbox__figure{position:relative;width:min(1200px,100%);max-height:calc(100dvh - 80px);margin:0;background:#000;box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.project-lightbox__viewport{overflow:hidden;touch-action:none;cursor:zoom-in}.project-lightbox__figure.is-zoomed .project-lightbox__viewport{cursor:grab}.project-lightbox__figure.is-panning .project-lightbox__viewport{cursor:grabbing}.project-lightbox__figure img{display:block;width:100%;max-height:calc(100dvh - 80px);object-fit:contain;image-rendering:auto;transform-origin:center center;-webkit-user-select:none;user-select:none}.project-lightbox__tools{position:absolute;top:16px;left:50%;z-index:3;display:flex;align-items:center;gap:8px;transform:translate(-50%)}.project-lightbox__tool,.project-lightbox__level{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border:none;background:#000;color:#fc0;box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}.project-lightbox__tool{cursor:pointer}.project-lightbox__tool:hover:not(:disabled){color:#ffe14a;background:#111}.project-lightbox__tool:disabled{opacity:.35;cursor:default}.project-lightbox__level{min-width:72px;font-size:8px;letter-spacing:.06em}html[dir=rtl] .project-lightbox__level{font-size:13px}.project-lightbox__count{position:absolute;inset-inline-end:12px;bottom:12px;padding:6px 8px;background:#000;color:#fc0;font-size:8px;letter-spacing:.08em;box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}html[dir=rtl] .project-lightbox__count{font-size:13px}.project-lightbox__close,.project-lightbox__nav{position:absolute;z-index:2;display:grid;place-items:center;border:none;background:#000;color:#fc0;cursor:pointer;box-shadow:2px 0 #fc0,-2px 0 #fc0,0 2px #fc0,0 -2px #fc0}.project-lightbox__close:hover,.project-lightbox__nav:hover{color:#ffe14a;background:#111}.project-lightbox__close{top:16px;inset-inline-end:16px;width:42px;height:42px}.project-lightbox__nav{top:50%;z-index:4;width:42px;height:42px;transform:translateY(-50%)}.project-lightbox__nav--prev{inset-inline-start:16px}.project-lightbox__nav--next{inset-inline-end:16px}html[dir=rtl] .project-lightbox__nav span[aria-hidden]{transform:scaleX(-1)}@media(max-width:900px){.project-lightbox{padding:52px 8px 8px}.project-lightbox__figure,.project-lightbox__figure img{width:100%;max-height:calc(100dvh - 60px)}.project-lightbox__tools{top:10px}.project-lightbox__close{top:10px;inset-inline-end:10px}.project-lightbox__nav--prev{inset-inline-start:10px}.project-lightbox__nav--next{inset-inline-end:10px}}@media(max-width:560px){.project-page{padding:20px 16px 80px}.project-page__copy{font-size:20px}.project-gallery__nav{width:32px;height:32px}.project-gallery__nav--prev{inset-inline-start:8px}.project-gallery__nav--next{inset-inline-end:8px}.project-lightbox__close,.project-lightbox__nav{width:36px;height:36px}}.hero{position:relative;min-height:calc(100vh - var(--header-h));display:flex;align-items:center;overflow:hidden;background:var(--hero-fill);padding:28px 0 64px}.hero__bg,.hero__bg-img{position:absolute;inset:0;width:100%;height:100%}.hero__bg-img{object-fit:cover;object-position:right center;image-rendering:pixelated;image-rendering:crisp-edges}.hero.is-ar .hero__bg-img{object-position:left center}.hero.is-ar .hero__content{margin-left:auto}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#000000b8,#00000061 42%,#00000014 68%,#0000002e);pointer-events:none}.hero.is-ar .hero__shade{background:linear-gradient(to left,#000000b8,#00000061 42%,#00000014 68%,#0000002e)}html[data-theme=light] .hero__shade{background:linear-gradient(90deg,#ffffff6b,#ffffff1f 46%,#fff0 72%)}html[data-theme=light] .hero.is-ar .hero__shade{background:linear-gradient(to left,#ffffff6b,#ffffff1f 46%,#fff0 72%)}.hero:not(.is-ready) .hero__logo,.hero:not(.is-ready) .hero__tagline,.hero:not(.is-ready) .hero__actions{opacity:0}.hero.is-ready .hero__logo,.hero.is-ready .hero__tagline,.hero.is-ready .hero__actions .pixel-btn{animation:hero-rise .7s cubic-bezier(.16,1,.3,1) both}.hero.is-ready .hero__tagline{animation-delay:.12s}.hero.is-ready .hero__actions .pixel-btn:nth-child(1){animation-delay:.24s}.hero.is-ready .hero__actions .pixel-btn:nth-child(2){animation-delay:.34s}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero__content{position:relative;z-index:2;width:50%;margin-bottom:40px;padding-inline:clamp(28px,4vw,56px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}.hero__logo{display:block;width:min(340px,68vw);height:auto;mix-blend-mode:screen;filter:drop-shadow(0 0 18px rgba(255,204,0,.18))}html[data-theme=light] .hero__logo{mix-blend-mode:normal;filter:drop-shadow(0 0 18px rgba(255,204,0,.45))}.hero__tagline{color:#fff;font-size:clamp(12px,1.6vw,15px);font-weight:400;letter-spacing:.06em;text-shadow:3px 3px 0 #000}html[data-theme=light] .hero__tagline{color:#000;text-shadow:2px 2px 0 #ffcc00}html[dir=rtl] .hero__tagline{font-size:clamp(20px,2.4vw,28px);font-weight:700}.hero__actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:10px}.pixel-divider{position:absolute;left:0;right:0;bottom:0;z-index:3;height:28px;line-height:0}.pixel-divider svg{display:block;width:100%;height:100%}@media(max-width:860px){.hero{align-items:flex-start;min-height:calc(100vw * 1821 / 864);padding:20px 0 0}.hero__bg-img,.hero.is-ar .hero__bg-img{object-position:center top}.hero__shade,.hero.is-ar .hero__shade{background:linear-gradient(180deg,#0000006b,#0000002e 42%,#0000 68%)}html[data-theme=light] .hero__shade,html[data-theme=light] .hero.is-ar .hero__shade{background:linear-gradient(180deg,#ffffff80,#ffffff29 38%,#fff0 66%)}.hero__content,.hero.is-ar .hero__content{width:calc(100% - 32px);margin:8px 16px 0;padding-inline:0;align-items:center;text-align:center;gap:12px}.hero__logo{width:min(200px,56vw)}.hero__tagline{max-width:100%;font-size:clamp(8px,2.55vw,11px);letter-spacing:.02em}}@media(prefers-reduced-motion:reduce){.hero.is-ready .hero__logo,.hero.is-ready .hero__tagline,.hero.is-ready .hero__actions .pixel-btn{animation:none}}@media(max-width:520px){.hero__content{width:calc(100% - 28px)}.hero__actions{width:100%;flex-direction:column;gap:14px}.hero__actions .pixel-btn{width:100%;font-size:9px}}.about{position:relative;background:#fc0;color:#000;padding:72px 48px 88px}.about__inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:32px 36px}.about__frame{width:168px;height:168px;padding:10px;background:#000;box-shadow:4px 0 #000,-4px 0 #000,0 4px #000,0 -4px #000}.about__frame picture,.about__frame img{display:block;width:100%;height:100%}.about__frame img{object-fit:contain}.about__copy{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.about__title{color:#000;font-size:18px;letter-spacing:.06em}html[dir=rtl] .about__title{font-size:26px}.about__title:after{content:"";display:block;width:56px;height:5px;margin-top:10px;background:#000}.about__text{max-width:46ch;color:#000;font-size:24px;line-height:1.35}.pixel-btn--inverse{background:#000;color:#fc0;box-shadow:4px 0 #000,-4px 0 #000,0 4px #000,0 -4px #000,4px 4px #7a5d00,8px 4px #7a5d00,4px 8px #7a5d00}.pixel-btn--inverse:hover{background:#1a1a1a}.about__stats{display:flex;flex-direction:column;justify-content:center;gap:22px;list-style:none}.about-stat{display:grid;grid-template-columns:52px 1fr;align-items:center;column-gap:14px}.about-stat__icon{display:grid;place-items:center;width:52px;height:52px;padding:10px;box-sizing:border-box;background:#000;box-shadow:3px 0 #000,-3px 0 #000,0 3px #000,0 -3px #000}.about-stat__icon img{display:block;width:30px;height:30px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges}.about-stat:nth-child(2) .about-stat__icon img{width:34px;height:34px}.about-stat:nth-child(3) .about-stat__icon img{width:38px;height:38px}.about-stat__copy{display:flex;flex-direction:column;justify-content:center;gap:6px;text-align:start}.about-stat__value{color:#000;font-size:16px;font-weight:400}.about-stat__label{color:#000;font-size:8px;letter-spacing:.04em;max-width:16ch}html[dir=rtl] .about-stat__label{font-size:13px;max-width:12ch}.about__floor{position:absolute;left:0;right:0;bottom:0;height:28px;line-height:0}.about__floor .pixel-divider{position:static;height:100%}@media(max-width:1120px){.about{padding:56px 24px 80px}.about__inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:28px}.about__copy{align-items:center}.about__title:after{margin-left:auto;margin-right:auto}.about__text{max-width:40ch}.about__stats{width:max-content;max-width:100%;margin-inline:auto;align-items:stretch}}@media(max-width:860px){.about{padding:48px 20px 72px}.about__text{padding-inline:4px}.about__stats{width:max-content;max-width:100%;margin-inline:auto;align-items:stretch;padding-top:20px;gap:18px;background-image:repeating-linear-gradient(to right,#000 0 7px,transparent 7px 14px);background-size:100% 3px;background-repeat:no-repeat;background-position:top center}.about-stat{width:auto}.about-stat__label{max-width:none}}@media(max-width:520px){.about__frame{width:140px;height:140px}.about__title{font-size:14px}.about__text{font-size:20px}.about-stat__value{font-size:15px}.about-stat__label{font-size:7px}}.about-cli,html[dir=rtl] .about-cli{width:min(520px,100%);height:520px;flex-shrink:0;display:flex;flex-direction:column;direction:ltr;unicode-bidi:isolate;background:#0b0b0b;color:#d6f5a3;font-family:VT323,monospace;font-weight:400;letter-spacing:.02em;text-transform:none;box-shadow:4px 0 #000,-4px 0 #000,0 4px #000,0 -4px #000,8px 8px #7a5d00;cursor:text}.about-cli__bar{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#161616;border-bottom:3px solid #2a2a2a}.about-cli__dots{display:flex;gap:5px}.about-cli__dots i{display:block;width:10px;height:10px}.about-cli__dots .is-close{background:#ff5f56}.about-cli__dots .is-min{background:#ffbd2e}.about-cli__dots .is-max{background:#27c93f}.about-cli__title,html[dir=rtl] .about-cli__title{color:#b8b8b8;font-family:VT323,monospace;font-size:16px;font-weight:400}.about-cli__screen,html[dir=rtl] .about-cli__screen{flex:1;min-height:0;padding:12px 12px 10px;overflow:auto;font-family:VT323,monospace;font-size:17px;font-weight:400;line-height:1.35}.about-cli__line{margin:0 0 2px;white-space:pre-wrap;word-break:break-word}.about-cli__line--sys{color:#fc0}.about-cli__line--out{color:#d6f5a3}.about-cli__line--muted{color:#7d8a62}.about-cli__line--cmd{color:#fff4bf}.about-cli__line--yellow,.about-cli__t--yellow{color:#fc0}.about-cli__line--green,.about-cli__t--green{color:#3ddc84}.about-cli__line--cyan,.about-cli__t--cyan{color:#5ce1e6}.about-cli__line--orange,.about-cli__t--orange{color:#ff9f43}.about-cli__line--pink,.about-cli__t--pink{color:#ff8fab}.about-cli__line--magenta,.about-cli__t--magenta{color:#ff6ad5}.about-cli__line--blue,.about-cli__t--blue{color:#7aa2ff}.about-cli__t--out{color:#d6f5a3}.about-cli__t--muted{color:#7d8a62}.about-cli__ps{color:#3ddc84;margin-inline-end:8px}.about-cli__input-row{display:flex;align-items:center;gap:8px;margin-top:2px}.about-cli__input,html[dir=rtl] .about-cli__input{flex:1;min-width:0;border:0;outline:none;background:transparent;color:#fff4bf;caret-color:#fc0;font-family:VT323,monospace;font-size:inherit;font-weight:400}@media(max-width:860px){.about-cli{display:none}}@media(max-width:1120px){.about-cli,html[dir=rtl] .about-cli{width:min(520px,100%);height:500px}}@media(max-width:520px){.about-cli,html[dir=rtl] .about-cli{height:390px;box-shadow:4px 0 #000,-4px 0 #000,0 4px #000,0 -4px #000}.about-cli__screen{font-size:15px}}.cli-section{position:relative;background:#fc0;color:#000;padding:72px 48px 88px}.cli-section__inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(420px,520px) minmax(0,1fr);align-items:center;gap:32px 36px;direction:ltr}.cli-section .about-cli{width:100%;height:520px}.cli-section__floor{position:absolute;left:0;right:0;bottom:0;height:28px;line-height:0}.cli-section__floor .pixel-divider{position:static;height:100%}@media(max-width:1120px){.cli-section{padding:56px 24px 80px}.cli-section__inner{grid-template-columns:1fr;justify-items:center;gap:28px}.cli-section .about__copy{align-items:center;text-align:center}.cli-section .about__title:after{margin-left:auto;margin-right:auto}.cli-section .about__text{max-width:40ch}}@media(max-width:860px){.cli-section{padding:48px 20px 72px}.cli-section .about-cli{display:none}}.skills{background:var(--page-bg);color:#fc0;padding:72px 0 80px;overflow:hidden}.skills__title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 24px 48px;color:#fc0;font-size:clamp(14px,2vw,18px);letter-spacing:.1em;text-align:center}html[dir=rtl] .skills__title{font-size:clamp(20px,2.4vw,26px)}.skills__rule{display:block;width:min(120px,18vw);height:4px;background:repeating-linear-gradient(90deg,#ffcc00 0 10px,transparent 10px 14px)}.skills__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}.skills__track{display:flex;align-items:stretch;width:max-content;gap:36px;list-style:none;padding:8px 0;animation:skills-marquee 32s linear infinite}.skills__track:hover{animation-play-state:paused}.skills__item{display:flex;flex-direction:column;align-items:center;gap:12px;width:132px;flex-shrink:0}.skills__icon{width:104px;height:104px;display:grid;place-items:center;background:transparent}.skills__icon img{display:block;width:86%;height:86%;object-fit:contain}.skills__name{color:#fc0;font-size:9px;letter-spacing:.04em;text-align:center;line-height:1.5}html[dir=rtl] .skills__name.pixel-font{font-family:"Press Start 2P",monospace;font-weight:400;letter-spacing:.04em;text-transform:uppercase}@keyframes skills-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}html[dir=rtl] .skills__track{animation-name:skills-marquee-rtl}@keyframes skills-marquee-rtl{0%{transform:translate(0)}to{transform:translate(50%)}}@media(max-width:720px){.skills{padding:56px 0 64px}.skills__title{margin-bottom:36px;font-size:13px;gap:12px}.skills__item{width:108px}.skills__icon{width:84px;height:84px}.skills__name{font-size:8px}.skills__track{gap:24px;animation-duration:26s}}@media(prefers-reduced-motion:reduce){.skills__track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;padding:0 20px}.skills__viewport{-webkit-mask-image:none;mask-image:none}.skills__item--clone{display:none}}.github-activity{position:relative;background:var(--page-bg);color:#fc0;padding:24px 28px 88px}.github-activity__title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 48px;color:#fc0;font-size:clamp(12px,1.8vw,16px);letter-spacing:.08em;text-align:center}html[dir=rtl] .github-activity__title{font-size:clamp(18px,2.2vw,24px)}.github-activity__rule{display:block;width:min(120px,14vw);height:4px;background:repeating-linear-gradient(90deg,#ffcc00 0 10px,transparent 10px 14px)}.github-activity__panel{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(260px,1.15fr);gap:22px 28px;align-items:center;padding:20px 18px;background:var(--surface);box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0}.github-activity__stats{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);min-height:148px;box-shadow:2px 0 0 0 var(--line),-2px 0 0 0 var(--line),0 2px 0 0 var(--line),0 -2px 0 0 var(--line)}.github-activity__stat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 6px;text-align:center}.github-activity__stat+.github-activity__stat:before{content:"";position:absolute;top:18%;bottom:18%;left:0;border-left:2px dotted var(--line)}html[dir=rtl] .github-activity__stat+.github-activity__stat:before{left:auto;right:0}.github-activity__icon{display:grid;place-items:center;width:32px;height:32px}.github-activity__icon svg{display:block;width:28px;height:28px}.github-activity__value{color:var(--stat-value);font-size:14px;font-weight:400;letter-spacing:.04em}html[dir=rtl] .github-activity__value{font-size:18px}.github-activity__label{color:var(--stat-label);font-size:6px;letter-spacing:.06em;line-height:1.5}html[dir=rtl] .github-activity__label{font-size:12px}.github-activity__heatmap{min-width:0;display:flex;flex-direction:column;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-color:#ffcc00 var(--heat-empty);scrollbar-width:thin}.github-activity__months{display:grid;min-width:520px;height:14px}.github-activity__month{color:var(--month-fg);font-size:6px;letter-spacing:.04em;white-space:nowrap}html[dir=rtl] .github-activity__month{font-size:11px}.github-activity__grid{display:grid;gap:2px;min-width:520px}.github-activity__week{display:grid;grid-template-rows:repeat(7,8px);gap:2px}.github-activity__cell{display:block;width:100%;height:8px;background:var(--heat-empty);box-shadow:inset 0 0 0 1px var(--heat-line)}.github-activity__cell.is-level-1{background:#3a5a28}.github-activity__cell.is-level-2{background:#5ea832}.github-activity__cell.is-level-3{background:#8fe03a}.github-activity__cell.is-level-4{background:#c8ff4a;box-shadow:0 0 6px #8fe03a}.github-activity__more-wrap{display:flex;justify-content:center;width:100%;margin-top:36px}.github-activity__more{display:flex;width:fit-content}@media(max-width:900px){.github-activity__panel{grid-template-columns:1fr;gap:18px}.github-activity__stats{min-height:0}}@media(max-width:560px){.github-activity{padding:16px 16px 72px}.github-activity__title{margin-bottom:32px;font-size:11px;gap:10px}.github-activity__panel{padding:14px 12px}.github-activity__stats{grid-template-columns:repeat(2,1fr)}.github-activity__stat:nth-child(2):before{display:none}.github-activity__stat:nth-child(-n+2){box-shadow:0 2px 0 0 var(--line)}.github-activity__value{font-size:13px}.github-activity__label{font-size:7px}}@media(prefers-reduced-motion:reduce){.github-activity__cell.is-level-4{box-shadow:none}}.contact{position:relative;background:#fc0;color:#000;padding:72px 48px 88px}.contact__inner{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.contact__title{color:#000;font-size:clamp(14px,2vw,18px);letter-spacing:.06em}html[dir=rtl] .contact__title{font-size:clamp(22px,2.6vw,28px)}html[dir=rtl] .contact__label,html[dir=rtl] .contact__meta-label{font-size:14px}.contact__title:after{content:"";display:block;width:56px;height:5px;margin-top:10px;background:#000}.contact__text{margin-top:18px;max-width:34ch;color:#000;font-size:24px;line-height:1.35}.contact__meta{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:16px}.contact__meta-label{display:block;margin-bottom:6px;color:#000;font-size:8px;letter-spacing:.08em}.contact__meta a,.contact__meta span{color:#000;font-size:22px}.contact__meta a:hover,.contact__meta a:focus-visible{text-decoration:underline}.contact__form{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.contact__form .pixel-btn:disabled{opacity:.55;cursor:wait;transform:none}.contact__error{color:#000;font-size:20px;line-height:1.35}.contact__field{display:flex;flex-direction:column;gap:8px;width:100%}.contact__label{color:#000;font-size:9px;letter-spacing:.08em}.contact__field input,.contact__field textarea{width:100%;padding:12px 14px;border:none;background:#fff8dc;color:#000;font-family:inherit;font-size:22px;line-height:1.3;resize:vertical;box-shadow:3px 0 #000,-3px 0 #000,0 3px #000,0 -3px #000}.contact__field input:focus,.contact__field textarea:focus{outline:none;background:#fff}.contact__success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:320px;padding:28px 24px;text-align:center;background:#fff8dc;box-shadow:3px 0 #000,-3px 0 #000,0 3px #000,0 -3px #000;animation:contact-success-in .55s cubic-bezier(.16,1,.3,1) both}@keyframes contact-success-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.contact__success-icon{display:grid;place-items:center;width:88px;height:88px;background:#000;box-shadow:4px 0 #000,-4px 0 #000,0 4px #000,0 -4px #000}.contact__success-icon svg{display:block}.contact__success-title{color:#000;font-size:12px;letter-spacing:.06em;line-height:1.6}html[dir=rtl] .contact__success-title{font-family:PixelAE,sans-serif;font-size:22px;font-weight:700;letter-spacing:0}.contact__thanks{max-width:22ch;color:#000;font-size:22px;line-height:1.35}.contact__floor{position:absolute;left:0;right:0;bottom:0;height:28px;line-height:0}.contact__floor .pixel-divider{position:static;height:100%}@media(max-width:860px){.contact{padding:56px 24px 80px}.contact__inner{grid-template-columns:1fr;gap:32px}.contact__title:after{margin-left:auto;margin-right:auto}.contact__intro{text-align:center}.contact__text{margin-left:auto;margin-right:auto}.contact__meta{align-items:center}.contact__form{align-items:stretch}.contact__form .pixel-btn{align-self:center}.contact__success{min-height:280px;padding:24px 18px}}.loading-screen{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:var(--page-bg);overflow:hidden}.loading-screen__stars{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 8% 18%,#ffcc00 50%,transparent 51%),radial-gradient(1.5px 1.5px at 22% 72%,#fff 50%,transparent 51%),radial-gradient(2px 2px at 41% 30%,#ffcc00 50%,transparent 51%),radial-gradient(1.5px 1.5px at 63% 14%,#fff 50%,transparent 51%),radial-gradient(1.5px 1.5px at 78% 62%,#ffcc00 50%,transparent 51%),radial-gradient(2px 2px at 91% 24%,#fff 50%,transparent 51%),radial-gradient(1.5px 1.5px at 14% 88%,#ffcc00 50%,transparent 51%),radial-gradient(1.5px 1.5px at 54% 81%,#fff 50%,transparent 51%);opacity:.7}.loading-screen__stage{position:relative;z-index:1;width:min(560px,calc(100vw - 40px));display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-screen__hud{width:100%;display:flex;flex-direction:column;align-items:center;gap:18px}.loading-screen__lottie-wrap{width:min(560px,90vw);height:min(392px,63vw);animation:loading-lottie-in .35s ease-out}.loading-screen__lottie{width:100%;height:100%;background:transparent}.loading-screen__label{color:#fc0;font-size:14px;letter-spacing:.28em;animation:loading-blink 1s steps(2,end) infinite}html[dir=rtl] .loading-screen__label{font-size:22px;letter-spacing:0}html[dir=rtl] .loading-screen__percent{font-size:16px}.loading-screen__percent{color:var(--page-fg);font-size:11px}.loading-screen__track{width:100%;height:18px;background:var(--heat-empty);box-shadow:3px 0 #fc0,-3px 0 #fc0,0 3px #fc0,0 -3px #fc0;overflow:hidden}.loading-screen__fill{width:0%;height:100%;background:repeating-linear-gradient(90deg,#fc0 0 10px,#e6b800 10px 12px)}@keyframes loading-blink{0%,60%{opacity:1}61%,to{opacity:.25}}@keyframes loading-lottie-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.loading-screen__label,.loading-screen__lottie-wrap{animation:none}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}@font-face{font-family:PixelAE;src:url(/public/build/assets/PixelAE-Bold-C9xTsVlM.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root,html[data-theme=dark]{--yellow: #ffcc00;--yellow-deep: #e6b800;--black: #000000;--ink: #0a0a0a;--dark: #121212;--white: #ffffff;--page-bg: #000000;--page-fg: #ffffff;--nav-fg: #ffffff;--surface: #070707;--surface-hover: #0c0c0c;--line: #2b2b2b;--heat-empty: #222222;--heat-line: #111111;--stat-value: #ffffff;--stat-label: #e8e8e8;--month-fg: #d8d8d8;--footer-hover: #ffffff;--hero-fill: #000000;--header-h: 84px;--pixel: 4px}html[data-theme=light]{--yellow: #ffcc00;--yellow-deep: #e6b800;--black: #000000;--ink: #0a0a0a;--dark: #121212;--white: #ffffff;--page-bg: #ffffff;--page-fg: #000000;--nav-fg: #000000;--surface: #ffffff;--surface-hover: #fff8dc;--line: #d4d4d4;--heat-empty: #e8e8e8;--heat-line: #d0d0d0;--stat-value: #000000;--stat-label: #333333;--month-fg: #444444;--footer-hover: #000000;--hero-fill: #d7eefe;--header-h: 84px;--pixel: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h);color-scheme:dark}html[data-theme=light]{color-scheme:light}html,body,#root{min-height:100%}body{background:var(--page-bg);color:var(--page-fg);font-family:VT323,monospace;font-size:22px;line-height:1.4;overflow-x:hidden}body.is-loading{overflow:hidden}img,canvas,svg{image-rendering:pixelated;image-rendering:crisp-edges}button,a{font-family:inherit}a{color:inherit;text-decoration:none}.pixel-font{font-family:"Press Start 2P",monospace;line-height:1.6}.skip-link{position:absolute;top:12px;left:12px;z-index:2000;padding:10px 14px;background:#fc0;color:#000;font-family:"Press Start 2P",Cairo,sans-serif;font-size:10px;letter-spacing:.04em;transform:translateY(-160%)}.skip-link:focus{transform:none}html[dir=rtl] .skip-link{left:auto;right:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app{min-height:100vh;background:var(--page-bg)}.pixel-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 22px;border:none;cursor:pointer;font-family:"Press Start 2P",monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;position:relative;transition:transform .08s steps(2)}.pixel-btn:active{transform:translate(3px,3px)}.pixel-btn--solid{background:var(--yellow);color:var(--black);box-shadow:4px 0 0 0 var(--yellow),-4px 0 0 0 var(--yellow),0 4px 0 0 var(--yellow),0 -4px 0 0 var(--yellow),4px 4px 0 0 var(--black),8px 4px 0 0 var(--black),4px 8px 0 0 var(--black)}.pixel-btn--solid:hover{background:#ffe14a}.pixel-btn--ghost{background:transparent;color:var(--yellow);box-shadow:4px 0 0 0 var(--yellow),-4px 0 0 0 var(--yellow),0 4px 0 0 var(--yellow),0 -4px 0 0 var(--yellow)}.pixel-btn--ghost:hover{background:#ffcc001f}@media(max-width:720px){.pixel-btn{min-height:46px;padding:12px 14px;font-size:9px}}html[dir=rtl] body{font-family:Cairo,VT323,sans-serif}html[dir=rtl] .pixel-font,html[dir=rtl] .pixel-btn{font-family:Cairo,sans-serif;font-weight:800;letter-spacing:0;text-transform:none}html[dir=rtl] .pixel-btn{font-size:16px}html[dir=rtl] .about__title,html[dir=rtl] .skills__title,html[dir=rtl] .projects__title,html[dir=rtl] .github-activity__title,html[dir=rtl] .contact__title,html[dir=rtl] .loading-screen__label,html[dir=rtl] .project-page__kicker,html[dir=rtl] .project-page__title{font-family:PixelAE,sans-serif;font-weight:700;font-synthesis:none;letter-spacing:0;-webkit-font-smoothing:none}html[dir=rtl] .pixel-btn span[aria-hidden]{transform:scaleX(-1)}.theme-wipe{position:fixed;inset:0;z-index:2000;pointer-events:none;background:repeating-linear-gradient(180deg,#fc0 0 8px,#e6b800 8px 10px)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pixel-btn{transition:none}.contact__success{animation:none}}
