@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url(/youcash/fonts/manrope-cyrillic-ext.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url(/youcash/fonts/manrope-cyrillic.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url(/youcash/fonts/manrope-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-accent:#e10d17;--color-accent-dark:#b90811;--color-text:#111114;--color-muted:#74747b;--color-line:#e8e8eb;--color-soft:#f5f5f7;--color-surface:#fff;--shadow-media:0 24px 70px #1914151f;color:var(--color-text);background:var(--color-surface);font-synthesis:none;text-rendering:optimizelegibility;font-family:Manrope,sans-serif}*{box-sizing:border-box}body{background:var(--color-surface);min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline-offset:4px;outline:3px solid #e10d174d}.app-shell{min-height:100vh}.site-header,.site-footer,.gallery{width:min(100% - 48px,1240px);margin-inline:auto}.site-header{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;min-height:84px;display:flex}.brand{color:var(--color-text);letter-spacing:-.055em;align-items:center;gap:10px;font-size:1.45rem;font-weight:800;text-decoration:none;display:inline-flex}.brand img{object-fit:contain;width:30px;height:30px;display:block}.brand__name{color:var(--color-text)}.brand__name span{color:var(--color-accent)}.site-header p{color:var(--color-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.9rem;font-weight:650}.site-footer{color:#fff;background:var(--color-text);border-top:0;grid-template-columns:minmax(0,1fr) 160px;align-items:center;gap:32px 48px;margin-top:72px;padding:48px 52px 24px;font-size:.82rem;display:grid;position:relative;overflow:hidden}.site-footer:before{background:var(--color-accent);content:"";width:112px;height:4px;position:absolute;top:0;left:0}.site-footer__identity{z-index:1;justify-items:start;display:grid;position:relative}.site-footer__meta p{margin:0}.site-footer__identity a{color:#fff;letter-spacing:-.065em;align-items:center;gap:18px;font-size:clamp(2.2rem,5.5vw,4.8rem);font-weight:760;line-height:1;text-decoration:none;display:inline-flex}.external-arrow{flex:none;width:1em;height:1em;display:block}.site-footer__identity .external-arrow{color:var(--color-accent);font-size:.55em;transition:transform .18s}.site-footer__identity a:hover .external-arrow{transform:translate(4px,-4px)}.site-footer__coin{justify-self:end;place-items:center;width:144px;height:144px;display:grid;position:relative}.site-footer__coin:before{content:"";border:1px solid #e10d1761;border-radius:50%;position:absolute;inset:10px}.site-footer__meta{color:#8f8f96;border-top:1px solid #2b2b30;grid-column:1/-1;padding-top:22px}.spinning-coin{z-index:1;flex:0 0 116px;width:116px;height:116px;position:relative;overflow:hidden}.spinning-coin canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.spinning-coin__fallback{color:#7e4d00;background:#d9a528;border:2px solid #b47a0c;border-radius:50%;place-items:center;font-weight:800;animation:2.8s linear infinite fallback-coin-spin;display:grid;position:absolute;inset:16px;box-shadow:inset 0 0 0 4px #efc85c}.spinning-coin[data-ready=true] .spinning-coin__fallback{opacity:0}@keyframes fallback-coin-spin{50%{transform:scaleX(.12)}}.gallery{padding-top:56px}.gallery__heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px;display:flex}.gallery h1{letter-spacing:-.065em;margin:0;font-size:clamp(2.2rem,5vw,4.75rem);font-weight:770;line-height:.98}.gallery__counter{white-space:nowrap;align-items:baseline;gap:8px;margin:0;display:flex}.gallery__counter strong{color:var(--color-accent);letter-spacing:-.06em;font-size:clamp(2rem,4vw,4rem);font-weight:400}.gallery__counter span{color:var(--color-muted);font-size:1rem;font-weight:620}.gallery__stage{grid-template-columns:64px minmax(260px,600px) 64px;justify-content:center;align-items:center;gap:clamp(24px,5vw,80px);min-height:min(72vh,850px);display:grid;position:relative}.gallery__viewport{border:1px solid var(--color-line);background:var(--color-soft);width:100%;height:min(72vh,850px);box-shadow:var(--shadow-media);cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;border-radius:20px;place-items:center;display:grid;position:relative;overflow:hidden}.gallery__viewport:active{cursor:grabbing}.gallery__image{object-fit:contain;width:100%;height:100%;animation:.34s cubic-bezier(.22,.7,.22,1) both image-enter;display:block;position:absolute;inset:0}@keyframes image-enter{0%{opacity:0;transform:translateY(10px)scale(.988)}to{opacity:1;transform:translateY(0)scale(1)}}.gallery__arrow{aspect-ratio:1;color:#fff;background:var(--color-accent);cursor:pointer;border:0;border-radius:50%;place-items:center;width:64px;padding:0;transition:transform .18s,background-color .18s,box-shadow .18s;display:grid;box-shadow:0 12px 30px #e10d1733}.gallery__arrow:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 16px 34px #e10d1747}.gallery__arrow:active{transform:scale(.96)}.gallery__arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:30px}.gallery__dots{scrollbar-width:none;justify-content:center;gap:9px;max-width:100%;margin-top:30px;padding:8px 4px;display:flex;overflow-x:auto}.gallery__caption{border-top:3px solid var(--color-accent);background:var(--color-soft);grid-template-columns:72px minmax(0,1fr);gap:24px;width:min(100%,820px);margin:32px auto 0;padding:28px;animation:.3s both caption-enter;display:grid}.gallery__caption-number{color:var(--color-accent);letter-spacing:-.07em;font-size:2.7rem;font-weight:780;line-height:1}.gallery__caption-copy{min-width:0}.gallery__phase{letter-spacing:.08em;text-transform:uppercase;font-weight:760;color:var(--color-accent)!important;margin:0 0 8px!important;font-size:.76rem!important}.gallery__caption h2{letter-spacing:-.035em;margin:0;font-size:clamp(1.35rem,3vw,2rem);line-height:1.08}.gallery__caption-copy>p:last-of-type{max-width:64ch;color:var(--color-muted);margin:12px 0 0;font-size:1rem;line-height:1.55}.gallery__caption a{color:#fff;background:var(--color-accent);align-items:center;gap:10px;margin-top:20px;padding:11px 16px;font-size:.9rem;font-weight:720;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex}.gallery__caption a:hover{background:var(--color-accent-dark);transform:translateY(-2px)}@keyframes caption-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gallery__dots::-webkit-scrollbar{display:none}.gallery__dot{cursor:pointer;background:#d2d2d7;border:0;border-radius:999px;flex:none;width:8px;height:8px;padding:0;transition:width .22s,background-color .22s,transform .22s}.gallery__dot:hover{background:#9f9fa6;transform:scale(1.2)}.gallery__dot.is-active{background:var(--color-accent);width:32px}.gallery__thumbs{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-color:#cacacf transparent;scrollbar-width:thin;gap:14px;margin-top:34px;padding:4px 4px 18px;display:flex;overflow-x:auto}.gallery__thumb{background:var(--color-soft);cursor:pointer;opacity:.64;scroll-snap-align:center;border:2px solid #0000;border-radius:12px;flex:0 0 116px;height:156px;padding:0;transition:border-color .18s,opacity .18s,transform .18s;position:relative;overflow:hidden}.gallery__thumb:hover{opacity:.88;transform:translateY(-3px)}.gallery__thumb.is-active{border-color:var(--color-accent);opacity:1}.gallery__thumb img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.gallery__thumb span{color:#fff;letter-spacing:.04em;background:#111114d1;border-radius:6px;min-width:27px;padding:4px 6px;font-size:.68rem;font-weight:750;position:absolute;bottom:6px;right:6px}.walkthrough{width:min(100% - 48px,1040px);margin-inline:auto;padding:72px 0 20px}.walkthrough__hero{max-width:820px;margin-bottom:88px}.walkthrough__hero>p,.walkthrough__section-header p,.screen-step figcaption>p,.walkthrough__checklist>p{color:var(--color-accent);letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:780}.walkthrough__hero h1{letter-spacing:-.075em;max-width:780px;margin:0 0 24px;font-size:clamp(3rem,8vw,6.6rem);font-weight:790;line-height:.9}.walkthrough__hero>span{max-width:660px;color:var(--color-muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.55;display:block}.walkthrough__section{border-top:1px solid var(--color-line);padding:72px 0 96px;position:relative}.walkthrough__section:before{background:var(--color-accent);content:"";width:96px;height:3px;position:absolute;top:-1px;left:0}.walkthrough__section-header{grid-template-columns:104px minmax(0,1fr);gap:32px;max-width:880px;margin-bottom:56px;display:grid}.walkthrough__section-number{color:var(--color-accent);letter-spacing:-.08em;font-size:clamp(3.5rem,8vw,6rem);font-weight:780;line-height:.86}.walkthrough__section-header h2{letter-spacing:-.055em;max-width:720px;margin:10px 0 18px;font-size:clamp(2rem,5vw,4rem);line-height:.98}.walkthrough__intro{max-width:720px;color:var(--color-muted);font-size:1.08rem;line-height:1.65}.walkthrough__link{color:#fff;background:var(--color-accent);justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:13px 18px;font-size:.92rem;font-weight:730;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex}.walkthrough__link:hover{background:var(--color-accent-dark);transform:translateY(-2px)}.app-downloads{border:1px solid var(--color-line);background:var(--color-line);gap:1px;max-width:720px;margin-top:28px;display:grid}.app-downloads__note{color:var(--color-muted);background:var(--color-soft);padding:18px 20px;font-size:.88rem;line-height:1.5}.app-downloads__item{background:var(--color-surface);grid-template-columns:minmax(150px,1fr) auto;align-items:center;gap:24px;padding:20px;display:grid}.app-downloads__item>div:first-child{gap:5px;display:grid}.app-downloads__item strong{letter-spacing:-.025em;font-size:1.2rem}.app-downloads__item span{color:var(--color-muted);font-size:.84rem;line-height:1.4}.app-downloads__buttons{gap:8px;display:flex}.app-downloads__buttons a{border:1px solid var(--color-text);min-width:126px;color:var(--color-text);background:var(--color-surface);padding:9px 13px;font-size:.86rem;font-weight:730;line-height:1.15;text-decoration:none;transition:color .18s,background-color .18s;display:grid}.app-downloads__buttons a:hover{color:#fff;background:var(--color-text)}.app-downloads__buttons small{color:var(--color-muted);font-size:.64rem;font-weight:600}.app-downloads__buttons a:hover small{color:#c9c9cd}.walkthrough__screens{gap:64px;max-width:760px;margin:0 auto;display:grid}.screen-step{margin:0}.screen-step__image-wrap{border:1px solid var(--color-line);background:var(--color-soft);place-items:center;min-height:400px;display:grid;overflow:hidden;box-shadow:0 18px 60px #19141514}.screen-step picture{width:100%;display:block}.screen-step img{object-fit:contain;width:100%;max-height:880px;display:block}.screen-step figcaption{border-top:3px solid var(--color-accent);background:var(--color-surface);margin:0 24px;padding:24px 28px 28px;position:relative;box-shadow:0 12px 40px #19141512}.screen-step figcaption h3{letter-spacing:-.04em;margin:8px 0 10px;font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.1}.screen-step figcaption>div{color:var(--color-muted);font-size:1rem;line-height:1.58}.screen-step figcaption .walkthrough__link{margin-top:18px}.walkthrough__checklist{border-left:3px solid var(--color-accent);background:#fff5f5;max-width:760px;margin:56px auto 0;padding:28px 32px}.walkthrough__checklist ul{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.walkthrough__checklist li{padding-left:30px;line-height:1.5;position:relative}.walkthrough__checklist li:before{color:var(--color-accent);content:"✓";font-weight:800;position:absolute;top:.1em;left:0}.walkthrough__notice{color:#fff;background:var(--color-text);gap:8px;margin-top:16px;padding:28px 32px;display:grid}.walkthrough__notice span{color:#c9c9cd;max-width:780px;line-height:1.55}@media (width<=900px){.gallery__stage{grid-template-columns:minmax(260px,560px);gap:0}.gallery__arrow{z-index:2;width:54px;position:absolute;bottom:24px}.gallery__arrow--left{left:max(12px,50% - 260px)}.gallery__arrow--right{right:max(12px,50% - 260px)}.gallery__viewport{height:min(70vh,780px)}}@media (width<=640px){.walkthrough{width:min(100% - 32px,1040px);padding-top:42px}.walkthrough__hero{margin-bottom:56px}.walkthrough__hero h1{font-size:clamp(2.8rem,15vw,4.1rem)}.walkthrough__section{padding:54px 0 72px}.walkthrough__section-header{grid-template-columns:1fr;gap:18px;margin-bottom:38px}.walkthrough__section-number{font-size:3.5rem}.walkthrough__section-header h2{font-size:2.2rem}.walkthrough__intro{font-size:1rem;line-height:1.58}.walkthrough__section-header .walkthrough__link,.screen-step figcaption .walkthrough__link{width:100%}.app-downloads__item{grid-template-columns:1fr;gap:16px;padding:18px}.app-downloads__buttons{grid-template-columns:1fr 1fr;display:grid}.app-downloads__buttons a{min-width:0}.walkthrough__screens{gap:24px}.screen-step__image-wrap{min-height:0}.screen-step img{max-height:none}.screen-step figcaption{box-shadow:none;margin:0;padding:20px 18px 22px}.screen-step figcaption h3{font-size:1.45rem}.screen-step figcaption>div{font-size:.94rem}.walkthrough__checklist{margin-top:42px;padding:24px 20px}.walkthrough__notice{padding:24px 20px}.gallery{padding-top:34px}.gallery__heading{align-items:center;gap:16px;margin-bottom:24px}.gallery h1{max-width:230px;font-size:clamp(2rem,11vw,3rem)}.gallery__counter strong{font-size:2rem}.gallery__counter span{font-size:.78rem}.gallery__stage,.gallery__viewport{height:min(68vh,680px);min-height:0}.gallery__viewport{border-radius:14px;box-shadow:0 16px 48px #1914151a}.gallery__arrow{width:48px;bottom:18px}.gallery__arrow--left{left:14px}.gallery__arrow--right{right:14px}.gallery__arrow svg{width:24px}.gallery__dots{justify-content:flex-start;margin-top:16px}.gallery__caption{grid-template-columns:46px minmax(0,1fr);gap:14px;margin-top:20px;padding:20px 16px}.gallery__caption-number{font-size:1.8rem}.gallery__caption h2{font-size:1.3rem}.gallery__caption-copy>p:last-of-type{margin-top:10px;font-size:.92rem;line-height:1.48}.gallery__caption a{justify-content:space-between;width:100%;margin-top:16px}.gallery__thumbs{gap:10px;margin-top:22px}.gallery__thumb{border-radius:9px;flex-basis:82px;height:112px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=640px){.site-header,.site-footer,.gallery{width:min(100% - 32px,1240px)}.site-header{min-height:70px}.site-footer{grid-template-columns:1fr;gap:28px;margin-top:48px;padding:38px 24px 22px}.site-footer__identity a{gap:12px;font-size:clamp(1.8rem,9.5vw,2.5rem)}.site-footer__coin{justify-self:end;width:104px;height:104px}.site-footer__coin:before{inset:6px}.site-footer__meta{grid-column:1;padding-top:18px}.spinning-coin{flex-basis:88px;width:88px;height:88px}}@media (prefers-reduced-motion:reduce){.spinning-coin__fallback{animation:none}}
