@font-face {
				font-family: 'card';
				src: url('/fonts/ocr_font.ttf') format('truetype');
				font-weight: 500;
				font-style: normal;
				font-display: swap;
			}
			
			
			
			@font-face {
			  font-family: "Res Pixel";
			  src: url("/fonts/res__font__pixeled.ttf") format("truetype");
			  font-weight: 400;
			  font-style: normal;
			  font-display: swap;
			}

			@font-face {
			  font-family: "Res Roboto";
			  src: url("/fonts/res__font__roboto_regular.ttf") format("truetype");
			  font-weight: 400;
			  font-style: normal;
			  font-display: swap;
			}

			@font-face {
			  font-family: "Res Roboto";
			  src: url("/fonts/res__font__roboto_medium.ttf") format("truetype");
			  font-weight: 500;
			  font-style: normal;
			  font-display: swap;
			}

			@font-face {
			  font-family: "Res Roboto Bold";
			  src: url("/fonts/res__font__roboto_bold.ttf") format("truetype");
			  font-weight: 700;
			  font-style: normal;
			  font-display: swap;
			}

			@font-face {
			  font-family: "Res Roboto Medium Numbers";
			  src: url("/fonts/res__font__roboto_medium_numbers.ttf") format("truetype");
			  font-weight: 500;
			  font-style: normal;
			  font-display: swap;
			}

			@font-face {
			  font-family: "Res WOG";
			  src: url("/fonts/res__font__wog.otf") format("opentype");
			  font-weight: 400;
			  font-style: normal;
			  font-display: swap;
			}

        :root {
            --safe-top-js: 0px;
            --home-bg-cutoff: 572px;
        }
	
        * {
            margin: 0; padding: 0; box-sizing: border-box;
            font-family: -apple-system, system-ui, sans-serif;
            -webkit-tap-highlight-color: transparent;
        }

        html,
        body,
        #app,
        #app * {
            -webkit-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
        }

        #app img,
        #app a {
            -webkit-user-drag: none;
            user-drag: none;
        }


        body {
            background-color: #111;
            display: flex;
            justify-content: center;
            color: white;
            overflow: hidden;
        }

        .statusbar-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: constant(safe-area-inset-top);
            height: env(safe-area-inset-top);
            height: var(--safe-top-js);
            overflow: hidden;
            background-image: linear-gradient(180deg, #060d53 0%, #1d2f67 54%, #121212 100%);
            background-repeat: no-repeat;
            background-size: 100% var(--home-bg-cutoff);
            background-position: center var(--statusbar-shift-neg, 0px);
            z-index: 40;
            pointer-events: none;
        }

        .statusbar-overlay-slide,
        .statusbar-overlay-gray {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .statusbar-overlay-slide {
            background-repeat: no-repeat;
            background-size: 100% var(--home-bg-cutoff);
            background-position: center var(--statusbar-shift-neg, 0px);
        }

        .statusbar-overlay-slide-1 {
            background-image: linear-gradient(180deg, #3b1553 0%, #3b2e7f 50%, #121212 100%);
            opacity: var(--home-bg-slide1-opacity, 0);
        }

        .statusbar-overlay-slide-2 {
            background-image: linear-gradient(180deg, #1d255f 0%, #30457b 52%, #121212 100%);
            opacity: var(--home-bg-slide2-opacity, 0);
        }

        .settings-active .statusbar-overlay {
            background-image:
                linear-gradient(
                    180deg,
                    var(--settings-bg-top, #050621) 0%,
                    var(--settings-bg-mid, #0c1c3f) 52%,
                    var(--settings-bg-end, #0f264e) 82%,
                    rgba(var(--settings-bg-end-rgb, 15, 38, 78), 0) 100%
                ),
                linear-gradient(
                    180deg,
                    var(--settings-bg-solid, #142645) 0%,
                    var(--settings-bg-solid, #142645) 100%
                );
            background-repeat: no-repeat, no-repeat;
            background-size: 100% var(--settings-bg-cutoff, 420px), 100% 100%;
            background-position: center top, center top;
        }

        .settings-active .statusbar-overlay .statusbar-overlay-slide {
            opacity: 0;
        }

        .statusbar-overlay-gray {
            background: #121212;
            opacity: var(--bg-gray-opacity, 0);
        }


        .preloader {
            position: fixed; 
            top: 0; left: 0; 
            width: 100%; height: 100%; 
            background: #000; 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            z-index: 9999; 
            transition: opacity 0.5s ease-out, visibility 0.5s;
        }

        .preloader-logo {
            --preloader-total: 3.251s;
            position: relative;
            display: inline-flex;
            align-items: flex-end;
            justify-content: center;
            font-size: 36px;
            font-weight: 700;
            line-height: 1;
            color: #cecece;
            letter-spacing: -0.02em;
            text-rendering: geometricPrecision;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            transform: translateZ(0);
            overflow: visible;
            animation: preloaderTone var(--preloader-total) linear forwards;
        }

        .preloader-logo span {
            display: inline-block;
            white-space: nowrap;
        }

        .preloader-logo .logo-m {
            transform-origin: 50% 100%;
            will-change: transform;
            animation: preloaderMShift var(--preloader-total) cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }

        .preloader-logo .logo-rest {
            max-width: 0;
            margin-left: 0.02em;
            overflow: hidden;
            opacity: 0;
            white-space: nowrap;
            will-change: max-width, opacity;
            animation: preloaderRestReveal var(--preloader-total) cubic-bezier(0.2, 0.75, 0.24, 1) forwards;
        }

        @keyframes preloaderMShift {
            0%, 39.43% { transform: translateY(0) scale(1); }
            43.65% { transform: translateY(-0.02em) scale(1.257); }
            46.72%, 100% { transform: translateY(0) scale(1); }
        }

        @keyframes preloaderRestReveal {
            0%, 46.72% {
                opacity: 0;
                max-width: 0;
            }
            51% {
                opacity: 0.35;
                max-width: 4ch;
            }
            56% {
                opacity: 0.72;
                max-width: 11ch;
            }
            63%, 100% {
                opacity: 1;
                max-width: 20ch;
            }
        }

        @keyframes preloaderTone {
            0%, 37.68% {
                font-size: 36px;
                color: #cecece;
            }
            39.43% {
                font-size: 35px;
                color: #bdbdbd;
            }
            43.65%, 100% {
                font-size: 35px;
                color: #8e8e8e;
            }
        }


.preloader-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
}

#app {
    transform: scale(<?= ((int)$preload === 1) ? '0.96' : '1' ?>); 
    filter: blur(var(--ops-main-blur, 0px));
    will-change: transform, filter;
    transition: transform 0.8s ease-out;
    overflow: hidden;
    contain: paint;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
}

#app::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 320px);
    pointer-events: none;
    z-index: 1;
    opacity: var(--settings-bg-opacity, 0);
    background-image:
        linear-gradient(
            180deg,
            var(--settings-bg-top, #050621) 0%,
            var(--settings-bg-mid, #0c1c3f) 52%,
            var(--settings-bg-end, #0f264e) 82%,
            rgba(var(--settings-bg-end-rgb, 15, 38, 78), 0) 100%
        ),
        linear-gradient(
            180deg,
            var(--settings-bg-solid, #142645) 0%,
            var(--settings-bg-solid, #142645) 100%
        );
    background-repeat: no-repeat, no-repeat;
    background-size: 100% var(--settings-bg-cutoff, 420px), 100% 100%;
    background-position: center top, center top;
    transition: none;
}

#app::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 135;
    opacity: var(--ops-main-tint, 0);
    background:
        radial-gradient(72% 28% at 50% 12%, rgba(84, 99, 145, 0.24) 0%, rgba(66, 80, 120, 0.16) 32%, rgba(39, 47, 72, 0.08) 53%, rgba(0, 0, 0, 0) 74%),
        radial-gradient(56% 36% at 50% 56%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%),
        linear-gradient(180deg, #20232d 0%, #21242d 30%, #22252b 58%, #242628 78%, #252526 100%),
        linear-gradient(180deg, rgba(17, 18, 22, 0.08) 0%, rgba(17, 18, 22, 0.22) 100%);
    transition: opacity 0.06s linear;
}

.app-screen {
            
            width: 100%; 
            max-width: 500px; 
            height: 100vh; 
            background: #121212;
            position: relative;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            margin: 0 auto; 
        }


.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 320px);
    background-color: #121212;
    background-image:
        linear-gradient(180deg, #060d53 0%, #1d2f67 54%, #121212 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% var(--home-bg-cutoff), 100% var(--home-bg-cutoff);
    background-position: center top, center top;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 0;
}

.settings-static-topbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--safe-top-js) + 58px);
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    background-image:
        linear-gradient(
            180deg,
            var(--settings-bg-top, #050621) 0%,
            var(--settings-bg-mid, #0c1c3f) 52%,
            var(--settings-bg-end, #0f264e) 82%,
            rgba(var(--settings-bg-end-rgb, 15, 38, 78), 0) 100%
        ),
        linear-gradient(
            180deg,
            var(--settings-bg-solid, #142645) 0%,
            var(--settings-bg-solid, #142645) 100%
        );
    background-repeat: no-repeat, no-repeat;
    background-size: 100% var(--settings-bg-cutoff, 420px), 100% 100%;
    background-position: center top, center top;
    transition: none;
}

.bg-gradient::before,
.bg-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bg-gradient::before {
    background-image:
        linear-gradient(180deg, #3b1553 0%, #3b2e7f 50%, #121212 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% var(--home-bg-cutoff), 100% var(--home-bg-cutoff);
    background-position: center top, center top;
    opacity: var(--home-bg-slide1-opacity, 0);
}

.bg-gradient::after {
    background-image:
        linear-gradient(180deg, #1d255f 0%, #30457b 52%, #121212 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% var(--home-bg-cutoff), 100% var(--home-bg-cutoff);
    background-position: center top, center top;
    opacity: var(--home-bg-slide2-opacity, 0);
}

.bg-swipe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 320px);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.16s linear;
}

.bg-swipe-left {
    background: linear-gradient(180deg, rgba(11, 19, 40, 0.9) 0%, rgba(7, 13, 30, 0.95) 100%);
    opacity: var(--bg-swipe-left-opacity, 0);
}

.bg-swipe-right {
    background: linear-gradient(180deg, rgba(70, 103, 172, 0.72) 0%, rgba(44, 72, 130, 0.8) 55%, rgba(31, 53, 102, 0.86) 100%);
    opacity: var(--bg-swipe-right-opacity, 0);
}

              
        .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    display: flex;
    justify-content: space-between;
    padding: calc(12px + var(--safe-top-js)) 15px 15px;
    align-items: center;
    background: transparent;
    transition: opacity 0.2s linear;
        }
        #app.refresh-header-hidden .header { opacity: 0 !important; pointer-events: none; }

       .push-copy-toast {
    position: fixed;
    top: calc(10px + var(--safe-top-js));
    left: 14px;
    right: 14px;
    min-height: 38px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b352;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    z-index: 9998;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, -10px, 0) scale(0.985);
    transition: opacity 0.25s ease, transform 0.25s ease;
    will-change: transform, opacity;
}

        .push-copy-toast.is-active {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
            pointer-events: auto;
            touch-action: none;
        }

        .push-copy-toast.is-dragging {
            transition: none;
            pointer-events: auto;
            touch-action: none;
        }

        .push-copy-toast.is-dismissed {
            opacity: 0;
            transform: translate3d(0, -96px, 0) scale(0.97);
            transition: transform 0.56s cubic-bezier(0.2, 0.72, 0.2, 1), opacity 0.22s ease;
            pointer-events: none;
        }

        .push-copy-toast.is-auto-faded:not(.is-dismissed) {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.38s ease;
        }

        .push-copy-toast__content {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            max-width: 100%;
            line-height: 1;
        }

        .push-copy-toast__icon {
            position: relative;
            width: 23px;
            height: 20px;
            flex: 0 0 23px;
        }

        .push-copy-toast__icon::before,
        .push-copy-toast__icon::after {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            border-radius: 5px;
            background: #ffffff;
        }

        .push-copy-toast__icon::before {
            left: 0;
            top: 0;
            opacity: 0.68;
        }

        .push-copy-toast__icon::after {
            left: 7px;
            top: 6px;
            opacity: 1;
        }

        .push-copy-toast__text {
            color: #ffffff;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.01em;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .push-copy-toast.is-error {
            background: #ef232a;
        }

        .push-copy-toast.is-error .push-copy-toast__icon {
            display: none;
        }

        .push-copy-toast.is-error .push-copy-toast__content {
            gap: 0;
        }

        .header-mini-card {
            position: absolute;
            left: 50%;
            top: calc(var(--safe-top-js));
            width: 70px;
            aspect-ratio: 1000 / 632;
            border-radius: 9px;
            background: #111214 var(--header-mini-bg, url('/img/card/card_b1.png')) center/100% 100% no-repeat;
            opacity: var(--header-mini-opacity, 0);
            transform: translate(-50%, var(--header-mini-translate-y, 22px));
            pointer-events: none;
            z-index: 2;
            overflow: hidden;
            transition: none;
        }

        .header-mini-brand {
            position: absolute;
            height: auto;
            user-select: none;
            pointer-events: none;
        }

        .header-mini-brand-left {
            left: 8px;
            top: 6px;
            width: 30px;
        }

        .header-mini-brand-right {
            right: 6px;
            bottom: 6px;
            width: 19px;
        }

        .header-left { position: relative; width: 20%; height: 35px; }
        .avatar { width: 35px; border-radius: 50%; border: 1px solid #444; position: absolute; transition: 0.4s; }
        .close-btn { font-size: 24px; position: absolute; opacity: 0; transform: scale(0.5); transition: 0.4s; cursor: pointer; visibility: hidden; }
        #app.ops-overlay-mode .operations-page {
            z-index: 120;
        }

        
        .fixed-top {
            position: relative;
            z-index: 10;
            flex-shrink: 0;
            transition: transform 0.4s, margin-top 0.4s ease;
            margin: calc(37% + var(--safe-top-js)) 0px 0px 0px;
        }

        #app.boot-initial .fixed-top {
            margin-top: calc(37% + var(--safe-top-js)) !important;
            transition: none !important;
        }

        #slider0,
        #slider2,
        #slider3,
        #slider1 {
            position: relative;
            z-index: 30;
        }

        .top-slider {
            display: flex;
            width: calc(100% + 30px);
            margin-left: -15px;
            margin-right: -15px;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            touch-action: pan-y;
        }

        .top-slider.is-locked {
            overflow-x: hidden;
            touch-action: none;
        }

        .top-slider.is-dragging {
            scroll-snap-type: none;
        }

        .top-slider.is-snapping {
            scroll-snap-type: none;
        }

        .top-slider::-webkit-scrollbar {
            width: 0;
            height: 0;
            display: none;
        }

        .top-slider-slide {
            width: 100%;
            min-width: 100%;
            scroll-snap-align: start;
            box-sizing: border-box;
            padding: 0 15px;
        }

.top-slider-slide .card-zone {
    --peek-x: 0px;
    --drag-delay-x: 0px;
    transform: translate3d(calc(var(--peek-x) + var(--drag-delay-x)), 0, 0);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
}

.top-slider.is-dragging .top-slider-slide .card-zone {
    transition: none;
}

.top-slider.is-snapping .top-slider-slide .card-zone {
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}

        .top-slider-slide.peek-left .card-zone {
            --peek-x: 43px;
        }

        .top-slider-slide.peek-right .card-zone {
            --peek-x: -43px;
        }

        .body-slider {
            display: flex;
            width: calc(100% + 30px);
            margin-left: -15px;
            margin-right: -15px;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            touch-action: pan-y;
        }

        .body-slider::-webkit-scrollbar {
            width: 0;
            height: 0;
            display: none;
        }

        .body-slider-slide {
            width: 100%;
            min-width: 100%;
            scroll-snap-align: start;
            box-sizing: border-box;
            padding: 0 15px;
        }

        .body-slider.is-locked {
            overflow-x: hidden;
            touch-action: none;
        }

        .cards-switch-wrap {
            text-align: center;
			margin-bottom: 8px;
			width: 123px;
			height: 23px;
			margin-left: auto;
			margin-right: auto;
			position: relative;
        }

        .cards-all-btn {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 22%);
            border: none;
            color: #9da3ae;
            padding: 0 14px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            box-shadow: inset 0 2px 4px rgb(0 0 0 / 19%);
            transition: opacity 0.2s ease, visibility 0.2s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .cards-slide-indicator {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;
			padding: 0 14px;
			box-sizing: border-box;
			border-radius: 999px;
			opacity: 0;
			visibility: hidden;
			transition: opacity 0.18s ease, visibility 0.18s ease;
			background: rgb(0 0 0 / 22%);
			box-shadow: inset 0 2px 4px rgb(0 0 0 / 19%);
		}

        .cards-slide-indicator .ops-link {
            color: rgba(160, 168, 184, 0.72);
            font-size: 12px;
            line-height: 1;
        }

        .cards-slide-indicator .dot,
        .cards-slide-indicator .plus {
            color: rgba(160, 168, 184, 0.75);
            line-height: 1;
            transition: color 0.18s ease;
        }

        .cards-slide-indicator .dot {
            font-size: 10px;
        }

        .cards-slide-indicator .plus {
            font-size: 12px;
            font-weight: 700;
            margin-left: -2px;
        }

        .cards-switch-wrap.show-slide-indicator .cards-all-btn {
            opacity: 0;
            visibility: hidden;
        }

        .cards-switch-wrap.show-slide-indicator .cards-slide-indicator {
            opacity: 1;
            visibility: visible;
        }

        .cards-switch-wrap.slide-0 .cards-slide-indicator .dot-1,
        .cards-switch-wrap.slide-1 .cards-slide-indicator .dot-2,
        .cards-switch-wrap.slide-2 .cards-slide-indicator .plus {
            color: #ffffff;
        }

        .body-slider.is-dragging {
            scroll-snap-type: none;
        }

        .body-slider.is-snapping {
            scroll-snap-type: none;
        }

.balance-section { text-align: center; margin: 10px 0; transition: 0.4s; }
        .balance-amount 
		{ 
			font-size: 42px;
			font-weight: bold;
			display: flex;
			align-content: center;
			justify-content: center;
			align-items: center;
			gap: 9px; 
		}

        .open-card-copy {
            text-align: center;
			margin: -1px 0 3px;
			padding: 14px 0px 0px;
        }

        .open-card-copy-title {
            font-size: 17px;
            font-weight: 700;
            line-height: 1.05;
            letter-spacing: -0.02em;
            color: #f2f5fb;
            margin-bottom: 6px;
        }

        .open-card-copy-subtitle {
            font-size: 12px;
            line-height: 1.2;
            color: rgba(220, 229, 245, 0.78);
        }

        #slider3 .card-zone {
            margin-top: -8px;
        }

.card-zone {
            perspective: 1200px;
            height: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            --card-zone-shadow-shift: 0px;
        }

.card-zone::before,
.card-zone::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.card-zone::before {
    width: 87%;
    height: 16px;
    bottom: calc(35px - var(--card-zone-shadow-shift));
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.42);
    filter: blur(9px);
    z-index: 0;
}

.card-zone::after {
    width: 93%;
    height: 22px;
    bottom: calc(26px - var(--card-zone-shadow-shift));
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.34);
    filter: blur(12px);
    z-index: 0;
}

.card-underlay {
    position: absolute;
    left: 50%;
    top: 44.5%;
    width: 85%;
    aspect-ratio: 1000 / 632;
    border-radius: 24px;
    transform: translate3d(-50%, calc(-50% + 14px), 0) rotateX(69deg);
    z-index: 3;
    pointer-events: none;
}

.top-slider-slide[data-top-slide-index="0"] .card-underlay {
    background: #0d0e11;
}

.top-slider-slide[data-top-slide-index="1"] .card-underlay {
    background: #444449;
}

.top-slider-slide[data-top-slide-index="2"] .card-underlay {
    background: #283d63;
}

.card-underlay-hidden {
    opacity: 0;
    visibility: hidden;
}

.card {
            width: 85%; 
            height: auto;
			aspect-ratio: 1000 / 632;
			background-size: 100% 100%;
			background-repeat: no-repeat;
			background-position: center;
            border-radius: 25px; 
            padding: 5%; 
            display: flex; 
            flex-direction: column; 
            justify-content: space-between;
            box-shadow: none;
            transform: rotateX(69deg) rotateY(0deg) rotateZ(0deg);
            transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            cursor: pointer;
            position: relative;
            overflow: visible;
            z-index: 3;
            transform-style: inherit;
            backface-visibility: visible;
            -webkit-backface-visibility: visible;
        }

#mainCard,
#mainCard2 {
    padding: 0;
    overflow: hidden;
    background-image: none;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

#mainCard .card-face,
#mainCard2 .card-face {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

#mainCard .card-face-front {
    background: #111214 url('/img/card/card_b1.png') center/100% 100% no-repeat;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateZ(1px);
}

#mainCard .card-face-back {
    background: #111214 url('/img/card/card_b2.png') center/100% 100% no-repeat;
    transform: rotateY(180deg) translateZ(1px);
}

#mainCard2 .card-face-front {
    background: #f2f2f2 url('/img/card/card_w1.png') center/100% 100% no-repeat;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateZ(1px);
}

#mainCard2 .card-face-back {
    background: #f2f2f2 url('/img/card/card_w2.png') center/100% 100% no-repeat;
    transform: rotateY(180deg) translateZ(1px);
}

.top-slider-slide[data-top-slide-index="0"] .card {
    background-image: url(/img/card/card_b1.png);
}

.top-slider-slide[data-top-slide-index="1"] .card {
    background-image: url(/img/card/card_w1.png);
}

.top-slider-slide[data-top-slide-index="2"] .card {
    background-image: url(/img/card/card_n1.png);
}

.card::before,
.card::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    border-radius: 25px;
    opacity: var(--card-face-overlay-opacity, 1);
    transition: opacity 0.25s ease;
    z-index: 3;
    transform: translateZ(2px);
    -webkit-transform: translateZ(2px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card > * {
    position: relative;
    z-index: 2;
}

.card-face .card-number,
.card-face .card-holder-name {
    position: relative;
    z-index: 4;
}

.card-brand-corner {
    position: absolute;
    z-index: 4;
    pointer-events: none;
    user-select: none;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.card-brand-top-left {
	top: 18px;
    left: 31px;
    width: 105px;
    height: auto;
}

.card-brand-bottom-right {
    right: 18px;
    bottom: 16px;
    width: 58px;
    height: auto;
}

.settings-active .card-brand-top-left {
    width: 137px;
}

.settings-active .card-brand-bottom-right {
    width: 69px;
}

.card::before {
    top: 0;
    height: 100%;
    background: radial-gradient(130% 95% at 50% 8%, #0f182a 0%, #172032 52%, #27292e 100%);
    opacity: calc(var(--card-face-overlay-opacity, 1) * 0.72);
}

.top-slider-slide[data-top-slide-index="0"] .card::before {
    background: radial-gradient(130% 95% at 50% 8%, #0f182a 0%, #172032 52%, #27292e 100%);
}

.top-slider-slide[data-top-slide-index="1"] .card::before {
    background: radial-gradient(130% 95% at 50% 8%, #9a9bb7 0%, #a0a0bb 52%, #ecebf0 100%);
}

.top-slider-slide[data-top-slide-index="2"] .card::before {
       background: radial-gradient(130% 95% at 50% 8%, #354d7a 0%, #344d79 52%, #46649a 100%);
}

.card::after {
    bottom: 0;
    height: 25%;
    background: linear-gradient(0deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 78%);
    opacity: var(--card-gloss-opacity, 0.46);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.14);
}

.card.card-add {
    background-image: linear-gradient(180deg, #4d6ca4 0%, #4a699f 100%);
    transform: rotateX(69deg) rotateY(0deg) rotateZ(0deg);
}

.card.card-add::before {
    background: radial-gradient(120% 95% at 50% 8%, rgba(150, 181, 236, 0.56) 0%, rgba(96, 128, 192, 0.42) 52%, rgba(65, 93, 150, 0.38) 100%);
    opacity: 0.55;
}

.card.card-add::after {
    opacity: 0.18;
}

.card-add-plus {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(186, 207, 243, 0.36);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: rgba(39, 72, 128, 0.92);
    margin: 0 auto;
    pointer-events: none;
}

.card-number {     font-size: 30px; } 

@media (min-width: 344px) {
  .card-number { font-size: 18px; } 
}

@media (min-width: 1024px) {
  .card-number { font-size: 20px; } 
}

.card-number {
    display: block;
    margin-right: 7px;
    white-space: nowrap;
    line-height: 1;
}

.card-number,
.card-number * {
	    margin-left: 7px;
    -webkit-touch-callout: none;
    pointer-events: none;
}

        
		.scroll-container {
            flex-grow: 1;
            overflow-y: auto;
            position: relative;
            z-index: 5;
            padding: 0 15px 90px; 
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }
        .scroll-container::-webkit-scrollbar { display: none; } 

        .swipe-shell {
            position: relative;
            z-index: 1;
            flex: 1 1 auto;
            overflow: hidden;
        }

        .swipe-track {
            display: flex;
            width: 200%;
            height: 100%;
            transform: translate3d(-50%, 0, 0);
            transition: transform 0.46s cubic-bezier(0.2, 0.8, 0.2, 1);
            will-change: transform;
        }

        .swipe-page {
            width: 50%;
            min-width: 50%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .operations-page {
            background: #2a2b2f;
            z-index: 8;
        }

        .ops-ghost-page {
            background: transparent;
            pointer-events: none;
        }

        .home-page {
            z-index: 1;
        }

        .ops-overlay-root {
            position: fixed;
            top: 0;
            left: 50%;
            width: 100%;
            max-width: 500px;
            height: 100vh;
            height: 100dvh;
            transform: translate3d(-50%, 0, 0);
            overflow: hidden;
            pointer-events: none;
            z-index: 150;
        }

        .ops-overlay-root.active {
            pointer-events: auto;
        }

        .ops-overlay-page {
            --ops-bg-opacity: 0;
            --ops-bg-blur: 0px;
            --ops-topbar-bg-alpha: 0;
            --ops-title-block-alpha: 0;
            --ops-date-block-alpha: 0;
            --ops-title-size: 22px;
            --ops-title-sticky-top: calc(var(--safe-top-js) + 8px);
            --ops-date-sticky-top: calc(var(--safe-top-js) + 30px);
            --ops-title-block-height: calc(var(--safe-top-js) + 74px);
            --ops-title-block-active-height: var(--ops-title-block-height);
            --ops-date-block-height: 34px;
            --ops-unified-top-bg-shift: 0px;
            width: 100%;
            max-width: 500px;
            height: 100vh;
            height: 100dvh;
            transform: translate3d(-100%, 0, 0);
            will-change: transform;
            overflow: hidden;
            position: relative;
            isolation: isolate;
            background: transparent;
        }

        .ops-overlay-page::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                radial-gradient(72% 28% at 50% 12%, rgba(84, 99, 145, 0.24) 0%, rgba(66, 80, 120, 0.16) 32%, rgba(39, 47, 72, 0.08) 53%, rgba(0, 0, 0, 0) 74%),
                radial-gradient(56% 36% at 50% 56%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%),
                linear-gradient(180deg, #20232d 0%, #21242d 30%, #22252b 58%, #242628 78%, #252526 100%);
            opacity: var(--ops-bg-opacity);
            z-index: 0;
        }

        .ops-overlay-page::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(
                180deg,
                rgba(17, 18, 22, 0.08) 0%,
                rgba(17, 18, 22, 0.22) 100%
            );
            opacity: var(--ops-bg-opacity);
            z-index: 0;
        }

        .ops-overlay-page > * {
            position: relative;
            z-index: 1;
        }

        .ops-overlay-page .ops-scroll {
            padding: 0 16px calc(20px + env(safe-area-inset-bottom));
            position: relative;
            overscroll-behavior: none;
            -webkit-overflow-scrolling: auto;
        }

        .ops-overlay-page.ops-split-sticky-bg {
            --ops-title-block-active-height: var(--ops-date-sticky-top);
        }

        .ops-overlay-page .ops-scroll::before {
            content: "";
            display: block;
            position: sticky;
            top: 0;
            height: var(--ops-title-block-active-height);
            margin: 0 -16px calc(-1 * var(--ops-title-block-active-height));
            background: #1d1d1f;
            opacity: var(--ops-title-block-alpha, 0);
            transform: translate3d(0, var(--ops-unified-top-bg-shift, 0px), 0);
            pointer-events: none;
            z-index: 11;
            will-change: transform, opacity;
            transition: opacity 0.06s linear, transform 0.06s linear, height 0.08s linear, margin 0.08s linear;
        }



        .opsx-topbar {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            min-height: 36px;
            padding-top: 8px;
            position: sticky;
            top: var(--safe-top-js);
            z-index: 11;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            backface-visibility: hidden;
            will-change: transform;
        }

        .opsx-search {
            border: 0;
            background: transparent;
            color: #f3f5fb;
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            padding: 0;
            cursor: pointer;
        }

        .opsx-head {
            text-align: center;
            margin-top: 2px;
            margin-bottom: 12px;
            position: relative;
            z-index: 1;
        }

        .opsx-below-block {
            margin-top: -60px;
            position: relative;
        }

        .opsx-below-block > .opsx-title,
        .opsx-below-block > .opsx-date-main {
            text-align: center;
        }

        .opsx-card-mini {
            width: 90px;
            height: 54px;
            margin: 0 auto 12px;
            border-radius: 12px;
            background: linear-gradient(180deg, #17191d 0%, #0f1013 100%);
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.42);
            position: relative;
        }

        .opsx-card-mini.has-lottie {
            width: 227px;
            height: 142px;
            margin-top: calc(-60px + var(--safe-top-js));
            margin-right: auto;
            margin-bottom: 0;
            margin-left: auto;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .opsx-card-mini.has-lottie::before,
        .opsx-card-mini.has-lottie::after {
            display: none;
        }

        .opsx-card-mini-lottie {
            width: 100%;
            height: 100%;
            display: block;
            pointer-events: none;
            overflow: visible;
        }

        .opsx-card-mini-lottie svg {
            width: 100% !important;
            height: 100% !important;
            display: block;
            overflow: visible !important;
        }

        .opsx-card-mini-lottie canvas {
            width: 100% !important;
            height: 100% !important;
            display: block;
        }

        .opsx-card-mini::before,
        .opsx-card-mini::after {
            content: "";
            position: absolute;
            left: 8px;
            right: 8px;
            border-radius: 9px;
        }

        .opsx-card-mini::before {
            height: 7px;
            bottom: -8px;
            background: #d3d3d3;
        }

        .opsx-card-mini::after {
            height: 6px;
            bottom: -14px;
            background: #818181;
        }

        .opsx-title {
            margin: 0;
            font-size: var(--ops-title-size, 22px);
            line-height: 1.05;
            letter-spacing: -0.025em;
            font-weight: 700;
            color: #ffffff;
            opacity: 1 !important;
            position: sticky;
            top: var(--ops-title-sticky-top);
            z-index: 12;
            background: transparent;
            transition: font-size 0.06s linear;
        }

        .opsx-date-main {
            margin: 0;
            padding: 12px 0 8px;
            font-size: 13px;
            color: #a7a8ab;
            line-height: 1.18;
            position: sticky;
            top: var(--ops-date-sticky-top);
            z-index: 9;
            background: transparent;
        }

        .opsx-list {
            margin-top: 4px;
        }

        .opsx-day {
            margin: 0;
            padding: 18px 0 10px;
            text-align: center;
            color: #a6a8aa;
            font-size: 14px;
            line-height: 1.15;
            position: sticky;
            top: var(--ops-date-sticky-top);
            z-index: 11;
            background: transparent;
            isolation: isolate;
        }

        .opsx-day::before {
            content: "";
            position: absolute;
            left: -16px;
            right: -16px;
            top: -4px;
            bottom: 0;
            background: #1d1d1f;
            opacity: var(--ops-day-bg-alpha, 0);
            pointer-events: none;
            z-index: -1;
            transition: opacity 0.16s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .ops-overlay-page .opsx-day.is-stuck::before {
            background: #1d1d1f;
            opacity: 1;
            transition: none;
        }

        .opsx-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
            padding: 8px 0px 8px;
            position: relative;
            overflow: visible;
            z-index: 1;
            --ops-delete-shift: 87px;
            --ops-delete-width: 87px;
        }

        .allops-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
            padding: 11px 16px 18px;
            position: relative;
            overflow: visible;
            z-index: 1;
            --ops-delete-shift: 87px;
            --ops-delete-width: 87px;
        }

        .opsx-row.is-delete-armed,
        .allops-row.is-delete-armed {
            z-index: 8;
        }

        .opsx-row > *:not(.ops-row-delete-action),
        .allops-row > *:not(.ops-row-delete-action) {
            transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }

        .opsx-row.is-delete-armed > *:not(.ops-row-delete-action),
        .allops-row.is-delete-armed > *:not(.ops-row-delete-action) {
            transform: translate3d(calc(-1 * var(--ops-delete-shift, 132px)), 0, 0);
        }

        .ops-row-delete-action {
            position: absolute;
            top: 0;
            right: 0;
            width: var(--ops-delete-width, 124px);
            height: 100%;
            border: 0;
            border-radius: 0;
            background: #fc3f30;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 23px;
            font-weight: 700;
            line-height: 1;
            cursor: pointer;
            opacity: 0;
            pointer-events: none;
            transform: translate3d(100%, 0, 0);
            transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
            z-index: 2;
        }

        .allops-row .ops-row-delete-action {
            right: -16px;
        }

        .opsx-row .ops-row-delete-action {
            right: -16px;
        }

        .ops-row-delete-action span {
            font-size: 15px;
			font-weight: 400;
			line-height: 1.05;
			letter-spacing: 0;
        }

        .opsx-row.is-delete-armed .ops-row-delete-action,
        .allops-row.is-delete-armed .ops-row-delete-action {
            opacity: 1;
            transform: translate3d(0, 0, 0);
            pointer-events: auto;
        }

        .opsx-hidden-meta {
            display: none !important;
        }

        .opsx-left {
            min-width: 0;
            flex: 1;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .opsx-avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            flex: 0 0 auto;
            object-fit: cover;
           /*  background: #383b45; */
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 19px;
            position: relative;
        }

        .opsx-avatar.violet {    
    /* background: linear-gradient(135deg, #4d4bac, #5d5db9); */
        }

        .opsx-avatar.green {
            background: #b7d4ab;
            color: #355a36;
        }

        .opsx-avatar.dark {
           /* background: linear-gradient(135deg, #242426, #2c2e32); */
            color: #8e94a2;
        }

        .opsx-avatar.openai {
            background: #d8d8d8;
            color: #1f2128;
        }

        .opsx-avatar.has-badge::after {
            content: "";
            position: absolute;
            right: -2px;
            bottom: -2px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #9fcd8d;
            border: 2px solid #23232a;
        }

        .opsx-meta {
            min-width: 0;
        }

        .opsx-name {
            font-size: 17px;
            line-height: 1.08;

            color: #ffffff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .opsx-note {
            margin-top: 3px;
            font-size: 13px;
            line-height: 1.1;
            color: #7b7c7e;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .opsx-row.openai .opsx-note {
            position: relative;
            padding-left: 16px;
        }

        .allops-row.openai .opsx-note {
            position: relative;
            padding-left: 16px;
        }

        .opsx-row.openai .opsx-note::before {
            content: "✕";
            position: absolute;
            left: 0;
            top: 0;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #ff4f5d;
            color: #fff;
            font-size: 9px;
            line-height: 13px;
            text-align: center;
        }

        .allops-row.openai .opsx-note::before {
            content: "✕";
            position: absolute;
            left: 0;
            top: 0;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #ff4f5d;
            color: #fff;
            font-size: 9px;
            line-height: 13px;
            text-align: center;
        }

        .opsx-amount-wrap {
            min-width: 126px;
            text-align: right;
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 4px;
        }

        .opsx-avatar .opsx-avatar-bank-badge {
            right: -6px;
            bottom: -6px;
            width: 22px;
            height: 22px;
        }

        .trans-icon .opsx-avatar-bank-badge {
            right: -6px;
            bottom: -6px;
            width: 22px;
            height: 22px;
        }

        .opsx-amount {
            font-size: 20px;
            line-height: 1.02;
            font-weight: 500;
            letter-spacing: -0.02em;
            color: #f2f4fb;
			margin: 5px 0px 0px 0px;
        }

        .opsx-amount.income {
            color: #11bb48;
        }

        .opsx-amount.red {
            color: #fa5255;
        }

        .opsx-amount-sub {
            margin-top: 4px;
            font-size: 13px;
            color: #fa5255;
            line-height: 1.1;
            font-weight: 500;
        }

        #app .swipe-shell {
            transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }

        #app.ops-list-sheet-open .swipe-shell {
            transform: translate3d(0, -64px, 0);
            pointer-events: none;
        }

        #app.ops-list-sheet-animating .bottom-nav,
        #app.ops-list-sheet-animating .statusbar-overlay {
            transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }

        #app.ops-list-sheet-animating.ops-list-hide-header .header {
            transition: opacity 0.86s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: opacity;
        }

        #app.ops-list-sheet-animating .bg-gradient,
        #app.ops-list-sheet-animating .settings-static-topbg {
            transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }

        #app.ops-list-sheet-open .statusbar-overlay {
            pointer-events: auto;
            transform: translate3d(0, -64px, 0);
        }

        #app.ops-list-sheet-open.ops-list-hide-header .header {
            opacity: 0 !important;
            pointer-events: none;
            transform: none;
        }

        #app.ops-list-sheet-open .bottom-nav {
            opacity: 1 !important;
            pointer-events: auto;
            transform: translate(-50%, -64px);
        }

        #app.ops-list-sheet-open .bg-gradient,
        #app.ops-list-sheet-open .settings-static-topbg {
            transform: translate3d(0, -64px, 0);
        }

        .allops-sheet-root {
            position: fixed;
            inset: 0;
            z-index: 240;
            pointer-events: none;
            overflow: hidden;
            overscroll-behavior: none;
        }

        .allops-sheet-root.active {
            pointer-events: auto;
        }

        .allops-sheet-page {
            --allops-static-head-h: calc(var(--safe-top-js) + 74px);
            --allops-day-sticky-top: var(--allops-static-head-h);
            position: absolute;
            inset: 0;
            transform: translate3d(0, 100%, 0);
            opacity: 1;
            transition: transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
            background: #121212;
            overflow: hidden;
            isolation: isolate;
            overscroll-behavior: none;
            touch-action: pan-y;
            will-change: transform;
        }

        .allops-static-head {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 500px;
            padding: calc(var(--safe-top-js) + 8px) 16px 0;
            background: #121212;
            z-index: 3;
        }

        .allops-sheet-root.active .allops-sheet-page {
            transform: translate3d(0, 0, 0);
        }

        .allops-sheet-page::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: #121212;
            z-index: 0;
        }

        .allops-sheet-page::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: #121212;
            z-index: 0;
        }

        .allops-sheet-page > *:not(.allops-static-head) {
            position: relative;
            z-index: 2;
        }

       .allops-sheet-page .allops-scroll {
    position: absolute;
    top: var(--allops-static-head-h);
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    overflow: hidden;
    touch-action: pan-y;
    padding: 0;
}

        .allops-sheet-page .allops-scroll::before {
            content: none;
        }

        .allops-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 36px;
            padding: 0;
            position: relative;
            z-index: auto;
        }

        .allops-close,
        .allops-search {
            border: 0;
            background: transparent;
            color: #f3f5fb;
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .allops-close {
            font-size: 27px;
            line-height: 1;
        }

        .allops-search {
            font-size: 24px;
        }

        .allops-head {
            text-align: center;
            margin-top: -34px;
            margin-bottom: 0;
            position: relative;
            z-index: auto;
            pointer-events: none;
        }

        .allops-card-mini {
            width: 58px;
            height: 36px;
            margin: 0 auto 10px;
            border-radius: 7px;
            background: #111214 url('/img/card/card_b1.png') center/100% 100% no-repeat;
            overflow: hidden;
            position: relative;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        }

        .allops-card-mini-brand {
            position: absolute;
            height: auto;
            pointer-events: none;
        }

        .allops-card-mini-brand-left {
            width: 17px;
            left: 5px;
            top: 4px;
        }

        .allops-card-mini-brand-right {
            width: 10px;
            right: 4px;
            bottom: 3px;
        }

        .allops-balance {
            margin: 0;
            font-size: 18px;
            line-height: 1.05;
            letter-spacing: -0.025em;
            font-weight: 500;
            color: #ffffff;
        }

        .allops-card-list {
            display: none;
            height: 100%;
            min-height: 0;
            overflow: hidden;
        }

        .allops-card-list.is-active {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 0;
            overflow: hidden;
        }

        .allops-sheet-page .opsx-list {
            margin-top: 0;
            flex: 1 1 auto;
            min-height: 0;
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior: none;
            touch-action: pan-y;
            padding-bottom: calc(30px + env(safe-area-inset-bottom));
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .allops-sheet-page .opsx-list::-webkit-scrollbar {
            width: 0;
            height: 0;
            display: none;
        }

        .allops-sheet-page .opsx-day {
position: sticky;
    top: 0;
    padding: 32px 0 32px;
    z-index: 3;
    font-size: 13px;
    color: #cfcfcf;
        }

        .allops-sheet-page .opsx-day-group {
            position: relative;
        }

        .allops-sheet-page .allops-row {
            position: relative;
            z-index: 1;
        }

        .allops-sheet-page .opsx-day::before {
            background: #121212;
            opacity: 0;
            top: 0;
            transition: opacity 0.16s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .allops-sheet-page .opsx-day.is-stuck::before {
            opacity: 1;
        }

        .open-allops-btn {
            cursor: pointer;
        }

        .home-main-root {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            will-change: transform;
        }

        .page-scroll {
            width: 100%;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            padding: 0 15px 90px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

        .page-scroll::-webkit-scrollbar {
            width: 0;
            height: 0;
            display: none;
        }

        .ops-page-content,
        .card-page-content {
            padding-top: calc(20% + var(--safe-top-js));
        }

        .page-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .page-subtitle {
            font-size: 13px;
            color: #8f95a0;
            margin-bottom: 18px;
        }

        .ops-list-box {
            background: #1c1c1e;
            border-radius: 24px;
            padding: 18px;
        }

        .ops-list-box .trans-item:last-child {
            margin-bottom: 0;
        }

        .alt-card-wrap {
            margin-top: 12px;
            margin-bottom: 18px;
        }

        .alt-card {
            width: 100%;
            max-width: 420px;
            margin: 0 auto;
            transform: rotateX(0deg) translateY(0);
            cursor: default;
            background-image: url(/img/card/card_w2.png);
        }

        .alt-card .card-number {
            color: #0f1724;
        }

        .home-view > .info-box,
        .home-view > .useful-box {
            display: none !important;
        }

        .shared-lower-panel {
            position: relative;
            left: auto;
            top: auto;
            bottom: auto;
            width: 100%;
            max-width: none;
            transform: none;
            padding: 0;
            margin-top: 16px;
            z-index: 2;
            pointer-events: auto;
            overflow: visible;
        }

        .shared-lower-content {
            pointer-events: auto;
            border-radius: 0;
            padding: 0;
            background: transparent;
            box-shadow: none;
            max-height: none;
            overflow: visible;
        }

        .shared-lower-content .info-box {
            margin: 0 0 16px 0;
        }

        .shared-lower-content .useful-box {
            margin: 0;
        }

        #app[data-active-page="0"] .shared-lower-panel {
            opacity: 0;
            pointer-events: none;
        }

        #mainScroll .transactions-box {
            will-change: transform;
        }

        .pull-refresh-layer {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
            z-index: 140;
        }

        .pull-rocket-layer {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
            z-index: 180;
        }

        .pull-rocket {
            position: absolute;
            opacity: 0;
            width: 648px;
            height: 0;
            overflow: hidden;
            transform: translate3d(-999px, -999px, 0);
        }

        .pull-rocket-lottie {
            width: 648px;
            height: 864px;
            display: block;
            pointer-events: none;
        }

        .pull-refresh-indicator {
            position: absolute;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            opacity: 0;
            transform: translate3d(-50%, 0, 0) scale(0.75);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
        }

        .pull-refresh-lottie {
            width: 24px;
            height: 24px;
            display: none;
        }

        .pull-refresh-fallback {
            font-size: 20px;
            color: #d95a63;
            line-height: 1;
            transform: rotate(0deg);
        }

        .pull-refresh-indicator.active {
            opacity: 1;
            transform: translate3d(-50%, 0, 0) scale(1);
            transition: opacity 0.16s ease, transform 0.16s ease;
        }

        .pull-refresh-indicator.spinning .pull-refresh-lottie {
            display: block;
        }

        .pull-refresh-indicator.no-lottie.spinning .pull-refresh-lottie {
            display: none;
        }

        .pull-refresh-indicator:not(.no-lottie).spinning .pull-refresh-fallback {
            display: none;
        }

        .pull-refresh-indicator.no-lottie.spinning .pull-refresh-fallback {
            animation: pullRefreshSpin 0.8s linear infinite;
        }

        @keyframes pullRefreshSpin {
            from { transform: rotate(0deg); }
            to { transform: rotate(-360deg); }
        }

       
        .home-view { transition: opacity 0.3s; position: relative; z-index: 2;margin: -17px 0px 0px 0px; }
        .actions-row 
		{ 
			display: flex;
			justify-content: space-around;
			margin: 22px 0px 0px 0px;
			text-align: center;
		}
        .action-item { width: 30%; font-size: 11px; color: #bbb; }
        .icon-circle { width: 60px; height: 60px; background: #0d121d; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; color: #fff; }
        .open-card-action-wrap {
            display: flex;
			align-items: center;
			justify-content: center;
			min-height: 122px;
			margin: 5px 0 0;
        }
        .open-card-action-btn {
            width: 100%;
			height: 56px;
			border: none;
			border-radius: 28px;
			background: #4d596d;
			color: #e7ebf2;
			font-size: 16px;
			font-weight: 600;
			line-height: 1;
			cursor: pointer;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			white-space: nowrap;
        }

        
        .transactions-box {
            background: #272727;
            border-radius: 24px;
            padding: 20px;
            margin-top: 10px;
        }
        .transactions-box-empty {
            position: relative;
        }
        .transactions-empty-text {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 17px;
            font-weight: 700;
            line-height: 1.2;
            color: #e4e4e4;
            padding: 20px;
            z-index: 2;
            pointer-events: none;
        }
        .transactions-empty-ghost {
            visibility: hidden;
            pointer-events: none;
        }
        .trans-header { display: flex; justify-content: space-between; margin-bottom: 25px; }
        .trans-item { display: flex; align-items: center; margin-bottom: 25px; }
        .trans-item.ops-refresh-new,
        .opsx-row.ops-refresh-new,
        .allops-row.ops-refresh-new {
            animation: opsRefreshIn 0.42s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .trans-item.ops-refresh-tail,
        .opsx-row.ops-refresh-tail,
        .allops-row.ops-refresh-tail {
            animation: opsRefreshTail 0.42s ease;
        }
        @keyframes opsRefreshIn {
            0% {
                opacity: 0;
                transform: translate3d(0, -18px, 0);
            }
            100% {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
        @keyframes opsRefreshTail {
            0% {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
            100% {
                opacity: 0.22;
                transform: translate3d(0, 12px, 0);
            }
        }
        .trans-icon { width: 43px; height: 43px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 18px; position: relative; overflow: visible; }
        .bg-blue { background: linear-gradient(135deg, #4d4bac, #5d5db9); }
		.bg-black { background: linear-gradient(135deg, #242426, #2c2e32); }
        .bg-gray { background: #3a3a3c; color: #888; }
        .trans-info { flex-grow: 1; font-size: 15px; }
        .trans-amount { font-weight: 400; font-size: 17px; }
        .text-green { color: #128000; }

        
        .settings-view { display: none; opacity: 0; transform: translateY(20px); transition: 0.5s; padding-bottom: 50px; }
        .settings-item 
		{ 
			padding: 18px 21px;
			display: flex;
			align-items: center;
			margin-bottom: 15px;
			background: rgb(0 0 0 / 11%);
			border-radius: 50px; 
		}
        .s-icon { width: 40px; font-size: 20px;  margin-right: -4px; }


        .settings-active .avatar { opacity: 0; transform: scale(0.5); visibility: hidden; }
        .settings-active .close-btn { opacity: 1; transform: scale(1); visibility: visible; }
        .settings-active .header-mini-card { transition: opacity 0.26s ease, transform 0.26s ease; }
        .settings-active .fixed-top { margin-top: calc(20% + var(--safe-top-js)); }
        .settings-active .balance-section { opacity: 0; transform: translateY(-20px); height: 0; margin: 0; transition: none; }
        .settings-active { --settings-bg-opacity: 1; }
        .settings-active .settings-static-topbg { opacity: 1; }
        .settings-active .card { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateY(10px); }
        .settings-active #mainCard.is-flipped,
        .settings-active #mainCard2.is-flipped { transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translateY(10px); }
        .settings-active .top-slider-slide:not(.is-active) .card-zone,
        .settings-active .top-slider-slide:not(.is-active) .card-underlay {
            opacity: 0 !important;
            visibility: hidden !important;
            transform: translate3d(0, 0, 0) !important;
            transition: none !important;
            pointer-events: none !important;
        }
        .settings-active .home-view { display: none; }
        .settings-active .settings-view { display: block; opacity: 1; transform: translateY(0);margin: -83px 0px 0px 0px; }
        .settings-active .bottom-nav { 
            transform: translate(-50%, 100%); 
        }

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: auto;
    margin: 0;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, 0);
    height: 85px;
    z-index: 2;
    display: flex;
    padding: 0 21px 8px;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(33 33 33) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: var(--nav-gradient-opacity, 1);
    transition: opacity 0.18s linear;
    pointer-events: none;
}

.bottom-nav .nav-content {
    position: relative;
    z-index: 1;
}

.nav-content {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    gap: 12px; 
    pointer-events: auto;
	color: #a9a9a9;
}


.nav-group {
    flex: 1;
    height: 100%;
    background: #2a2a2a;
	border: 1px solid #3b3b3b;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
	padding: 0px 5px;
}


.market-item {
    width: 65px;
    height: 100%;
    background: #2a2a2a;
    border-radius: 57%;
    display: flex;
    justify-content: center;
    flex: none;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: 1px solid #3b3b3b;
}


.nav-item span {
    font-size: 9px;
    font-weight: 500;
}

.nav-icon-wrapper {
    position: relative;
    font-size: 20px;
    display: flex;
    width: 32px;
    height: 32px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}



.badge {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #ff3b30;
    color: white;
    font-size: 8px;
    padding: 1px 4px;
    border-radius: 6px;
    font-weight: bold;
    border: 1.5px solid #1c1c1e;
}


.nav-item.active {
    color: #ff453a;
}

.nav-item.active .nav-icon-wrapper {
    border-radius: 10px;
}


.settings-active .bottom-nav {
    transform: translate(-50%, 120%);
}

.transaction-details {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 100vh;
    height: 100dvh;
    background: #000;
    z-index: 300;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: none;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

.transaction-details.active {
    display: flex;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.pdf-receipt-screen {
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 500px;
    margin: 0;
    height: 100vh;
    height: 100dvh;
    background: #272727;
    z-index: 360;
    --pdf-receipt-swipe-shift: 0px;
    transform: translate3d(calc(-50% + 100vw + var(--pdf-receipt-swipe-shift)), 0, 0);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: none;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
}

.pdf-receipt-screen.active {
    display: flex;
    transform: translate3d(calc(-50% + var(--pdf-receipt-swipe-shift)), 0, 0);
    visibility: visible;
    pointer-events: auto;
}

.pdf-receipt-screen.is-closing {
    display: flex;
    transform: translate3d(calc(-50% + 100vw + var(--pdf-receipt-swipe-shift)), 0, 0);
    visibility: visible;
    pointer-events: auto;
}

.pdf-receipt-screen.is-swiping {
    transition: none;
}

.pdf-receipt-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: calc(12px + var(--safe-top-js, 0px)) 14px 14px;
    color: #f4f4f6;
    border-bottom: 0.5px solid #565659;
}

.pdf-receipt-back {
    position: absolute;
    left: 12px;
    top: calc(12px + var(--safe-top-js, 0px));
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-receipt-title {
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
	margin: 5px 0px 0px 0px;
}

.pdf-receipt-scroll {
flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    padding: 16px 0;
    background: #1c1c1e;
    display: flex;
    flex-direction: column;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
}

.pdf-receipt-blank {
    position: relative;
    height: 100%;
    min-height: 0;
    background: #1c1c1e;
    overflow: hidden;
    width: 100%;
    align-content: stretch;
}

.pdf-receipt-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1e;
    z-index: 2;
}

.pdf-receipt-loader.hidden {
    display: none;
}

.pdf-receipt-loader-lottie {
    width: 70px;
    height: 70px;
    display: block;
	background: #363636;
    border-radius: 15px;
}

.pdf-receipt-frame {
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 0;
    border: 0;
    background: #1c1c1e;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.pdf-receipt-frame.is-visible {
    visibility: visible;
    opacity: 1;
}

.pdf-receipt-render {
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: default;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
}

.pdf-receipt-render.is-visible {
    visibility: visible;
    opacity: 1;
}

.pdf-receipt-render.can-pan {
    cursor: grab;
}

.pdf-receipt-render.is-dragging {
    cursor: grabbing;
}

.pdf-receipt-canvas-wrap {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.pdf-receipt-canvas {
    display: block;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
}

.pdf-receipt-scroll,
.pdf-receipt-blank,
.pdf-receipt-render {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pdf-receipt-scroll::-webkit-scrollbar,
.pdf-receipt-blank::-webkit-scrollbar,
.pdf-receipt-render::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

html.pdf-receipt-open,
body.pdf-receipt-open {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
}

.pdf-receipt-sheet {
    background: #fff;
    color: #111;
    margin: 0 auto;
    width: calc(100% - 6px);
}

.pdf-receipt-doc {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 16px 12px 30px;
}

.pdf-receipt-logo {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 14px;
}

.pdf-logo-main {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.pdf-logo-sub {
    font-size: 15px;
    line-height: 1.1;
    color: #4b4f57;
    padding-bottom: 4px;
}

.pdf-receipt-headline {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.pdf-r-section {
    margin-top: 16px;
}

.pdf-r-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pdf-r-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 1px;
}

.pdf-r-label {
    color: #54565b;
}

.pdf-r-value {
    font-weight: 600;
    text-align: right;
}

.pdf-r-note {
    margin-top: 7px;
    font-size: 13px;
    color: #2c2f34;
}

.pdf-r-stamp-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: flex-end;
}

.pdf-r-stamp {
    width: 112px;
    height: 112px;
    border: 3px solid #4d9ae8;
    border-radius: 50%;
    color: #2f88e3;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.pdf-receipt-footer {
    flex: 0 0 auto;
    padding: 16px 18px calc(50px + var(--safe-bottom-js, 0px));
    background: #272727;
    border-top: 0.5px solid #565659;
}

.pdf-receipt-share {
    width: 100%;
    border: 0;
    border-radius: 20px;
    min-height: 55px;
    background: #fa5255;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.transfer-card-screen {
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 500px;
    margin: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 370;
    display: none;
    flex-direction: column;
    background: #0f0f11;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    --transfer-swipe-shift: 0px;
    transform: translate3d(calc(-50% + 100vw + var(--transfer-swipe-shift)), 0, 0);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.transfer-card-screen.active {
    display: flex;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(calc(-50% + var(--transfer-swipe-shift)), 0, 0);
}

.transfer-card-screen.is-closing {
    display: flex;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(calc(-50% + 100vw + var(--transfer-swipe-shift)), 0, 0);
}

.transfer-card-screen.is-swiping {
    transition: none;
}

.transfer-card-top {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    padding: calc(14px + var(--safe-top-js, 0px)) 12px 16px;
    background: linear-gradient(180deg, #380e70 0%, #2c25a0 50%, #4280cc 100%);
    color: #f4f6ff;
    overflow: hidden;
}

.transfer-card-nav {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    margin-bottom: 6px;
}

.transfer-card-nav-title {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0;
    max-width: calc(100% - 96px);
    transform: translate3d(-50%, 8px, 0);
    opacity: 0;
    pointer-events: none;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    will-change: transform, opacity;
}

.transfer-card-back,
.transfer-card-trash {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #f5f7ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.transfer-card-title {
    position: relative;
    z-index: 4;
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    overflow: hidden;
    will-change: transform, opacity;
}

.transfer-card-search {
    width: 100%;
    min-height: 47px;
    border: 0;
    border-radius: 17px;
    background: rgb(51 86 151 / 32%);
    box-shadow: inset 0 2px 5px rgb(0 0 0 / 5%), inset 0 -3px 6px rgb(0 0 0 / 5%);
    color: #dbe6ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 12px;
    text-align: left;
    cursor: text;
}

.transfer-card-search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #dbe6ff;
    font-size: 14px;
    line-height: 1.1;
    outline: none;
    caret-color: #dbe6ff;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.transfer-card-search-input::placeholder {
    color: #9bb4e5;
}

.transfer-card-search-icon {
    color: #b7c9ed;
    font-size: 18px;
    flex: 0 0 auto;
    pointer-events: none;
}

.transfer-card-search-icon-image {
    display: block;
    width: 21px;
    height: 21px;
    background: #aebdde;
    -webkit-mask: url('/img/svg/card_bold.svg') no-repeat center / contain;
    mask: url('/img/svg/card_bold.svg') no-repeat center / contain;
}

.transfer-card-search-clear {
    display: none;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #d3ddf3;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.transfer-card-search.has-value .transfer-card-search-icon {
    display: none;
}

.transfer-card-search.has-value .transfer-card-search-clear {
    display: inline-flex;
}

.transfer-card-body {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #101012;
    padding: 12px 12px calc(26px + var(--safe-bottom-js, 0px));
}

.transfer-card-body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.transfer-card-main-content {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.transfer-card-search-state {
    display: none;
    color: #bfc5d3;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 4px 0;
}

.transfer-card-ready-state {
    display: none;
    padding: 6px 4px 0;
}

.transfer-card-ready-hint {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9ca2ad;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
}

.transfer-card-create-footer {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: calc(16px + var(--safe-bottom-js, 0px));
    z-index: 6;
    transform: translate3d(0, calc(-1 * var(--transfer-keyboard-offset, 0px)), 0);
    transition: transform 0.2s ease;
    will-change: transform;
}

.transfer-card-create-btn {
    width: 100%;
    border: 0;
    border-radius: 12px;
    min-height: 56px;
    background: #fb5055;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.transfer-card-empty-state {
    display: none;
    min-height: 320px;
    padding: 96px 0 20px;
    text-align: center;
    color: #e7e9ef;
}

.transfer-card-empty-illustration {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto 18px;
}

.transfer-card-empty-blob {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #f78f98;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.transfer-card-empty-blob::before {
    content: '';
    position: absolute;
    inset: 17px;
    border-radius: 999px;
    background:
        repeating-linear-gradient(18deg, transparent 0 9px, #0f1014 9px 12px, transparent 12px 18px),
        repeating-linear-gradient(-22deg, transparent 0 8px, #0f1014 8px 11px, transparent 11px 17px);
    opacity: 0.9;
}

.transfer-card-empty-blob::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #101116;
    border-radius: 50%;
    opacity: 0.25;
}

.transfer-card-empty-hand {
    position: absolute;
    right: 2px;
    top: 48px;
    width: 50px;
    height: 29px;
    border: 2px solid #121317;
    border-radius: 18px 14px 14px 18px;
    background: #efefef;
    transform: rotate(-14deg);
}

.transfer-card-empty-hand::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 10px;
    width: 14px;
    height: 11px;
    border: 2px solid #121317;
    border-radius: 8px;
    background: #efefef;
}

.transfer-card-empty-hand::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 8px;
    width: 10px;
    height: 13px;
    border: 2px solid #121317;
    border-radius: 7px;
    background: #efefef;
}

.transfer-card-empty-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #d8dbe3;
}

.transfer-card-screen.is-number-entry .transfer-card-main-content {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 8px, 0);
    display: none;
}

.transfer-card-screen.is-number-entry .transfer-card-search-state {
    display: block;
}

.transfer-card-screen.is-ready-entry .transfer-card-main-content {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 8px, 0);
    display: none;
}

.transfer-card-screen.is-ready-entry .transfer-card-search-state {
    display: none;
}

.transfer-card-screen.is-ready-entry .transfer-card-empty-state {
    display: none;
}

.transfer-card-screen.is-ready-entry .transfer-card-ready-state {
    display: block;
}

.transfer-card-screen.is-ready-entry .transfer-card-create-footer {
    display: block;
}

.transfer-card-screen.is-ready-entry .transfer-card-body {
    padding-bottom: calc(96px + var(--safe-bottom-js, 0px) + var(--transfer-keyboard-offset, 0px));
}

.transfer-card-screen.is-text-entry .transfer-card-main-content {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 8px, 0);
    display: none;
}

.transfer-card-screen.is-text-entry .transfer-card-body {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    padding-bottom: calc(12px + var(--safe-bottom-js, 0px) + var(--transfer-keyboard-offset, 0px));
}

.transfer-card-screen.is-text-entry .transfer-card-search-state {
    display: none;
}

.transfer-card-screen.is-text-entry .transfer-card-ready-state {
    display: none;
}

.transfer-card-screen.is-text-entry .transfer-card-empty-state {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.transfer-card-section {
    background: #222326;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
}

.transfer-card-divider {
     border: 0;
    height: 0.5px;
    margin: 21px 0px;
    background: #4b4b4b;
}

.transfer-card-item {
    width: 100%;
    min-height: 72px;
    border: 0;
    background: transparent;
    color: #f2f3f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0 14px;
    gap: 10px;
}

.transfer-card-item + .transfer-card-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.transfer-card-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.transfer-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2fbed2;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.transfer-card-icon.white {
    background: #dde2e7;
    color: #9ca0a8;
}

.transfer-card-icon.black {
    background: #111216;
    color: #f1f4fb;
}

.transfer-card-item-text {
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transfer-card-section-title {
    margin: 6px 2px 8px;
    color: #f4f4f5;
    font-size: 17px;
    line-height: 1.08;
    font-weight: 700;
}

.transfer-card-contacts .transfer-card-section-title {
    margin: 0;
    padding: 15px 14px 20px;
}

.transfer-contact-row {
    width: 100%;
    min-height: 72px;
    border: 0;
    background: transparent;
    color: #f2f3f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0 14px;
    gap: 10px;
	margin: 0px 0px -9px 0px;
}

.transfer-contact-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.transfer-contact-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #595a61, #2a2b30);
}

.transfer-contact-avatar-no-photo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.95);
}

.transfer-contact-avatar-no-photo i {
    font-size: 15px;
    line-height: 1;
}

.transfer-contact-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.transfer-contact-avatar.purple {
    background: linear-gradient(180deg, #cb4de7, #7f2aa4);
}

.transfer-contact-name {
    font-size: 16px;
    line-height: 1.08;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transfer-contact-star {
    color: #f3f4f7;
    font-size: 20px;
    opacity: 0.95;
    flex: 0 0 auto;
}

.transfer-contact-m-badge {
    position: absolute;
    right: -9px;
    bottom: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    color: transparent;
    font-size: 0;
    line-height: 0;
    display: block;
    font-weight: 700;
    z-index: 2;
    border: 1.5px solid #222326;
}

.transfer-contact-m-badge::before {
    content: 'm';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -52%);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Res Roboto Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.transfer-payment-screen {
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 500px;
    margin: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 390;
    display: none;
    flex-direction: column;
    background: #121212;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    --transfer-payment-shift: 0px;
    --transfer-payment-keyboard-offset: 0px;
    transform: translate3d(calc(-50% + 100vw + var(--transfer-payment-shift)), 0, 0);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.transfer-payment-screen.active {
    display: flex;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(calc(-50% + var(--transfer-payment-shift)), 0, 0);
}

.transfer-payment-screen.is-closing {
    display: flex;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(calc(-50% + 100vw + var(--transfer-payment-shift)), 0, 0);
}

.transfer-payment-top {
    flex: 0 0 auto;
    padding: calc(14px + var(--safe-top-js, 0px)) 14px 0;
}

.transfer-payment-back {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #f5f7ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.transfer-payment-content {
    position: relative;
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 8px 14px calc(12px + var(--safe-bottom-js, 0px));
    overflow: hidden;
}

.transfer-payment-recipient {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1px;
}

.transfer-payment-recipient-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.transfer-payment-recipient-name {
    color: #dfdfdf;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transfer-payment-recipient-hint {
    display: none;
    align-items: center;
    gap: 5px;
    color: #e0e0e0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
}

.transfer-payment-recipient-hint img {
    width: 14px;
    height: 14px;
    display: block;
}

.transfer-payment-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ad36d0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f2f4fa;
    font-size: 20px;
}

.transfer-payment-avatar::after {
    content: none;
}

.transfer-payment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.transfer-payment-avatar.has-bank-badge::after {
    display: none;
}

.transfer-payment-card {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 18px;
	margin: 0;
	font-weight: 600;
}

.transfer-payment-recipient-bank {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.transfer-payment-recipient-bank::before {
    content: none;
}

.transfer-payment-recipient-bank img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.transfer-payment-center {
    margin: 93px 0 20px;
    text-align: center;
    padding-bottom: 0;
}

.transfer-payment-currency-chip {
    border: 0.5px solid #353535;
    border-radius: 999px;
    min-height: 26px;
    padding: 3px 10px;
    background: #121212;
    color: #cfd4de;
    font-size: 13px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#transferPaymentSourceChipCardIcon {
    width: 24px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

.transfer-payment-currency-chip.is-insufficient {
    border: 0.5px solid #701b1a;
    background: #261413;
    color: #e3e0e0;
}

.transfer-payment-currency-chip.is-insufficient span {
    color: #e3e0e0;
}

.transfer-payment-currency-chip.is-single-card {
    border: 0;
}

.transfer-payment-currency-chip.is-single-card img:last-child {
    display: none;
}

.transfer-payment-amount {
    margin-top: 10px;
    color: #d7dbe4;
    font-size: 40px;
    line-height: 1.03;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.transfer-payment-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    padding-bottom: calc(12px + var(--safe-bottom-js, 0px));
    transform: translate3d(0, calc(-1 * var(--transfer-payment-keyboard-offset, 0px)), 0);
    transition: transform 0.2s ease;
    will-change: transform;
}

.transfer-payment-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.transfer-payment-action-btn {
	width: 55px;
    height: 55px;
    border: 0;
    border-radius: 12px;
    background: #242424;
    color: #aeb6c5;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.transfer-payment-action-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, #ee1bc6 0%, #f0672c 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.transfer-payment-action-btn.is-active::before {
    opacity: 1;
}

.transfer-payment-send-btn {
    flex: 1 1 auto;
    min-height: 55px;
    border: 0;
    border-radius: 12px;
    background: #414141;
    color: #6e6e6e;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.transfer-payment-send-btn.is-ready {
    background: #fa5255;
    color: #fff;
}

.transfer-payment-hidden-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
    left: -10000px;
    top: -10000px;
    font-size: 16px;
}

.transfer-payment-processing {
    position: absolute;
    inset: 0;
    z-index: 16;
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.transfer-payment-processing.active {
    display: flex;
}

.transfer-payment-processing-lottie {
    width: 70px;
    height: 70px;
    display: block;
    background: #363636;
    border-radius: 15px;
}

.transfer-payment-success {
    position: absolute;
    inset: 0;
    z-index: 17;
    display: none;
    background: #0e0f12;
    overflow-y: auto;
    padding: calc(14px + var(--safe-top-js, 0px)) 14px calc(18px + var(--safe-bottom-js, 0px));
}

.transfer-payment-success.active {
    display: block;
}

.transfer-payment-success-cat {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 8px auto 12px;
    background: #4c95f1;
    overflow: visible;
}

.transfer-payment-success-cat-lottie {
    position: relative;
    z-index: 2;
    width: 108%;
    height: 108%;
    margin-left: -4%;
    transform: translateY(-10px);
    display: block;
	margin-top: -15px;
}

.transfer-payment-success-cat-lottie svg,
.transfer-payment-success-cat-lottie canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.transfer-payment-success-title {
    color: #eceff7;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 700;
    text-align: center;
    margin: 45px 0 28px;
}

.transfer-payment-success-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 20px 25px;
}

.transfer-payment-success-ava {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f0e9c6;
    color: #2b2f38;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.transfer-payment-success-summary-text {
    color: #e9edf6;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
}

#transferPaymentSuccessAmount,
#transferPaymentSuccessCard {
    font-weight: 700;
}

.transfer-payment-success-link {
    background: #272727;
    border-radius: 17px;
    padding: 12px 18px 17px;
    margin-bottom: 27px;
}

.transfer-payment-success-link-title {
    color: #e7ebf4;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 500;
}

.transfer-payment-success-link-sub {
    margin-top: 4px;
    color: #7d7d7d;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transfer-payment-success-link-copy-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    vertical-align: -1px;
    background: #7d7d7d;
    -webkit-mask: url('/img/svg/clipboard.svg') no-repeat center / contain;
    mask: url('/img/svg/clipboard.svg') no-repeat center / contain;
}


.transfer-payment-success-share {
    width: 100%;
    min-height: 37px;
    border: 0;
    border-radius: 13px;
    margin-top: 20px;
    background: #3b3c40;
    color: #e9edf6;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.transfer-payment-success-share-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #cfcfcf;
    -webkit-mask: url('/img/svg/share.svg') no-repeat center / contain;
    mask: url('/img/svg/share.svg') no-repeat center / contain;
}

.transfer-payment-success-link-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.transfer-payment-success-link-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0f1115;
    color: #eef2fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    flex: 0 0 40px;
}

.transfer-payment-success-link-body {
    min-width: 0;
    flex: 1 1 auto;
}

.transfer-payment-success-save {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 30px 22px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 6px;
}

.transfer-payment-success-save-left {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ebeff7;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
}

.transfer-payment-success-switch {
    width: 50px;
    height: 32px;
    border-radius: 999px;
    background: #2d2f35;
    position: relative;
    flex: 0 0 50px;
}

.transfer-payment-success-switch::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: 22px;
    top: 3px;
    background: #ffffff;
}

.transfer-payment-success-done {
    width: 100%;
    border: 0;
    border-radius: 18px;
    min-height: 60px;
    background: #fa5254;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-top: 10px;
}

.transfer-payment-success-cancel {
  position: relative;
    display: block;
    width: fit-content;
    text-align: center;
    white-space: pre;
    color: #fa5254;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 20px auto 20px;
}

.transfer-payment-success-cancel-char {
    display: inline-block;
    opacity: 1;
    transition: opacity 120ms linear;
}

.transfer-payment-sheet-root {
    position: absolute;
    inset: 0;
    z-index: 12;
    display: none;
    pointer-events: none;
}

.transfer-payment-sheet-root.active {
    display: block;
    pointer-events: auto;
}

.transfer-payment-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.46);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.transfer-payment-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #2d2d2f;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.24s ease;
    overflow: hidden;
    padding-bottom: calc(37px + var(--safe-bottom-js, 0px));
}

.transfer-payment-sheet-root.active .transfer-payment-sheet-backdrop {
    opacity: 1;
}

.transfer-payment-sheet-root.active .transfer-payment-sheet {
    transform: translate3d(0, 0, 0);
}

.transfer-payment-sheet-title {
    color: #e4e4e4;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
       padding: 19px 16px 19px;
}

.transfer-payment-sheet-row {
    width: 100%;
    border: 0;
    border-top: 0.5px solid #606060;
    background: transparent;
    color: #edf0f6;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    padding: 16px 16px;
}

.transfer-payment-sheet-row + .transfer-payment-sheet-row {
    position: relative;
    border-top: 0;
}

.transfer-payment-sheet-row + .transfer-payment-sheet-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 0.5px;
    background: #606060;
}

.transfer-payment-sheet-card {
    width: 54px;
    height: 34px;
    border-radius: 7px;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 4px 5px;
}

.transfer-payment-sheet-card::before {
    content: '₴';
    position: absolute;
    left: 6px;
    top: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.transfer-payment-sheet-card.black {
    background: linear-gradient(180deg, #1f222a 0%, #0f1115 100%);
}

.transfer-payment-sheet-card.white {
    background: linear-gradient(180deg, #ffffff 0%, #f2f3f5 100%);
    color: #181a21;
}

.transfer-payment-sheet-info {
    min-width: 0;
    flex: 1 1 auto;
}

.transfer-payment-sheet-name {
    display: block;
    color: #e8ebf2;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.transfer-payment-sheet-balance {
    display: block;
    margin-top: 2px;
    color: #a7adba;
    font-size: 14px;
    line-height: 1.2;
}

.transfer-payment-sheet-check {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #2fbf57;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.transfer-payment-sheet-check i {
    font-size: 12px;
    font-weight: 900;
    -webkit-text-stroke: 0.25px currentColor;
    line-height: 1;
    display: block;
}

.transfer-payment-sheet-row.is-selected .transfer-payment-sheet-check {
    opacity: 1;
    transform: scale(1);
}

html.transfer-payment-open,
body.transfer-payment-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

html.transfer-card-open,
body.transfer-card-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

#app .transfer-card-search-input {
    -webkit-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
}

#app .transfer-card-search {
    -webkit-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
}

.details-header {
    display: none;
}

.details-content {
    flex-grow: 1;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: left;
    background: #101113;
}

.details-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background: #322e9f;
    z-index: 2;
}

.details-top {
    position: relative;
    --details-w: min(100vw, 500px);
    --details-tile: calc(var(--details-w) / 5);
    --details-pattern-bg: #5f5fd9;
    --details-bg-image: none;
    --details-pattern-color: #ebecee;
    min-height: calc(var(--details-tile) * 2);
    background-color: var(--details-pattern-bg);
    padding: calc(12px + var(--safe-top-js)) 0 0;
    overflow: hidden;
}

.details-top.details-top-has-image::before,
.details-top2.details-top-has-image::before {
    content: "";
    position: absolute;
    inset: -16px;
    background-image: var(--details-bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    opacity: 0.78;
    transform: scale(1.08);
    pointer-events: none;
}

.details-top.details-top-has-image,
.details-top2.details-top-has-image {
    --details-pattern-bg: #ffffff00;
    --details-pattern-color: #ffffff00;
}

.details-top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--details-tile) * 2);
    background-color: var(--details-pattern-color);
    -webkit-mask-image: url('/img/svg/fonperevod.svg?v=3');
    mask-image: url('/img/svg/fonperevod.svg?v=3');
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: var(--details-tile) var(--details-tile);
    mask-size: var(--details-tile) var(--details-tile);
    pointer-events: none;
}

.details-top2 {
    position: relative;
    --details-w: min(100vw, 500px);
    --details-tile: calc(var(--details-w) / 5);
    --details-pattern-bg: #44454a;
    --details-bg-image: none;
    --details-pattern-color: #ebecee;
    min-height: calc(var(--details-tile) * 2);
    background-color: var(--details-pattern-bg);
    padding: calc(12px + var(--safe-top-js)) 0 0;
    overflow: hidden;
}

.details-top2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--details-tile) * 2);
    background-color: var(--details-pattern-color);
    -webkit-mask-image: url('/img/svg/fonperevod.svg?v=3');
    mask-image: url('/img/svg/fonperevod.svg?v=3');
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: var(--details-tile) var(--details-tile);
    mask-size: var(--details-tile) var(--details-tile);
    pointer-events: none;
}


.details-back {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #f6f7fb;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.details-static {
    flex: 0 0 auto;
}

.details-sheet {
    margin-top: -45px;
    background: #272727;
    border-radius: 18px 18px 0 0;
    min-height: 45px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.details-head {
    background: #272727;
    padding: 0px 16px 14px;
    margin: -12px -14px 20px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #2f3035;
}

.det-summary {
    text-align: center;
}

#detName {
    font-size: 17px;
    line-height: 1.05;
    font-weight: 400;
    color: #e3e3e3;
}

.det-type-row {
    margin: 12px 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
 
.det-type-row::before,
.det-type-row::after {
    content: "";
    height: 1px;
    background: #5b5b5b;
    flex: 1 1 auto;
}

.det-category {
font-size: 14px;
    line-height: 1;
    color: #ffffff;
    background: #3834a7;
    border-radius: 999px;
    padding: 7px 14px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

.det-type-row i {
    color: #d8dcff;
    font-size: 10px;
    margin: 3px 0px 0px 0px;
}

.det-date {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 12px;
    font-size: 13px;
}

.det-amount {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #f3f3f4;
}

.det-commission {
    margin-top: 8px;
    color: #a8a8a8;
    font-size: 14px;
}

.det-panel {
    flex: 1 1 0;
    height: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    padding: 12px 14px 0;
    background: #121212;
}

.det-panel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.det-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.det-info-box {
    width: 100%;
    background: #272727;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px;
}

.det-row {
	display: flex;
    align-items: center;
    gap: 20px;
    color: #989898;
    font-size: 13px;
}

.det-inline-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000;
    color: #e8e9ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex: 0 0 auto;
}

.det-balance-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.det-balance-title {
    font-size: 13px;
    color: #a8a8a8;
}

#detBalance {
    font-size: 15px;
    color: #ececef;
    line-height: 0.5;
}

.det-period-row {
    margin: 14px 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #808080;
    font-size: 14px;
}

.det-period-row::before,
.det-period-row::after {
    content: "";
    height: 1px;
    background: #4b4b4b;
    flex: 1 1 auto;
}

.det-period-label {
    white-space: nowrap;
    border: 1px solid #cccccc;
    border-radius: 999px;
    padding: 4px 12px;
}

.det-chart {
    width: 100%;
    background: linear-gradient(180deg, #2d2d2e 0%, #282829 100%);
    border-radius: 18px;
    padding: 14px 12px 10px;
    margin-bottom: 14px;
}

.det-chart-grid {
    position: relative;
    height: 120px;
    display: grid;
    grid-template-columns: 66px 1fr;
    column-gap: 10px;
}

.det-chart-axis {
    position: relative;
}

.det-chart-plot {
    position: relative;
}

.det-grid-line {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.16);
}

.det-grid-line.top { top: 12px; }
.det-grid-line.mid { top: calc(50% + 6px); }
.det-grid-line.bot {
    top: 100%;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.28);
}

.det-grid-value {
    position: absolute;
    right: 0;
    transform: none;
    color: #f2f2f5;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.det-grid-value.top { top: -1px; }
.det-grid-value.mid { top: calc(50% - 6px); }
.det-grid-value.bot { top: calc(100% - 12px); }

.det-bar {
    width: 22px;
    height: 74px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #d239b6 0%, #4a49e0 100%);
}

.det-chart-grid > .det-bar {
    display: none;
}

.det-chart-bars {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 10px;
    pointer-events: none;
}

.det-chart-bars .det-bar {
    position: relative;
    right: auto;
    bottom: auto;
    width: 22px;
    height: 0;
    margin: 0 auto;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #d239b6 0%, #4a49e0 100%);
}

.det-chart-bars .det-bar.active {
    background: linear-gradient(180deg, #f255c4 0%, #5a59ef 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.det-chart-bars .det-bar.zero {
    width: 20px;
    height: 3px !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}

.det-months {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-left: 76px;
    margin-top: 12px;
    color: #8e8f93;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
}

.det-link-box {
    width: 100%;
    background: #272727;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
}

.det-link-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.det-link-title {
    font-size: 16px;
    line-height: 1.1;
    color: #f3f3f5;
}

.det-link-url {
    font-size: 13px;
    color: #7d7d7d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.det-btn-main {
    width: 100%;
    background: #383838;
    border: none;
    color: #ececef;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 17px;
}

.det-actions {
    margin: 2px -14px 0;
    background: #272727;
    padding-bottom: 60px;
}

.det-actions2 {
    margin: 2px -14px 0;
    background: #272727;
    padding-bottom: 100%;
}


.det-action {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    padding: 0 14px;
    border-top: 0;
    position: relative;
    color: #e3e3e3;
    font-size: 17px;
}

.det-action + .det-action::before {
    content: "";
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    border-top: 1px solid #5b5b5b;
}

.det-actions2.no-reply-payment-action .det-action + .det-action::before {
    display: none;
}

.det-action:last-child {
}

.det-action:last-child::after {
    content: "";
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #5b5b5b;
}

.det-action i {
    width: 22px;
    text-align: center;
    color: #e3e3e3;
    font-size: 18px;
}

.det-action[role="button"] {
    cursor: pointer;
}

.det-footer-action {
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
    display: none;
}

.det-btn-main {
    margin-top: 0;
    margin-bottom: 0;
}








	.balance {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}

	.divider {
		width: 1px;
		height: 20px;
		background: #414872;
	}

	.header-right
	{
		width: 80%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		gap: 23px;	
	}
	
	
	
.info-box {
display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 14px 20px;
    border-radius: 24px;
    background: linear-gradient(#1c1c1c, #1c1c1c) padding-box, linear-gradient(90deg, #9b35ff, #04b49d) border-box;
    border: 2px solid transparent;
    max-width: 500px;
}


.info-item {
display: flex;
    align-items: center;
    gap: 12px;
    color: #e3e3e3;
    font-size: 12px;
    font-weight: 600;
}


.info-icon {
    width: 22px;
    height: 22px;
}
	
	
.useful-box {
    background: #272727;
    border-radius: 24px;
    padding: 20px;
    width: 100%;

}


.useful-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}


.rates {
    display: flex;
    justify-content: space-between;
    gap: 10px;

    background: #333333;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}

.rate-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rate-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #474747;

    display: flex;
    align-items: center;
    justify-content: center;
}

.rate-icon img {
    width: 22px;
}

.rate-label {
    color: #aaa;
    font-size: 13px;
}

.rate-value {
    color: #fff;
    font-size: 15px;
}


.useful-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.useful-item {
    background: #333333;
    border-radius: 12px;
    padding: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

    text-align: center;
}

.useful-item img {
    width: 28px;
    height: 28px;
}

.useful-item span {
    color: #e4e4e4;
    font-size: 14px;
    font-weight: 500;
}	
	

.icon_svg_white {
  filter: brightness(0) invert(1);
}

.reply-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.reply-btn {
    flex: 1;
    height: 50px;
    border-radius: 16px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: linear-gradient(90deg, #2f3c5a, #6a3fa0);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.reply-btn i {
    margin-right: 8px;
    font-size: 16px;
	transform: scaleX(-1);
	color: #9d31d4;
}

.smile-btn {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #3a3f55, #5a3f80);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.smile-btn i {
    font-size: 18px;
    color: #d16bff;
}

.limit-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    padding: 9px 10px;
    background: rgb(0 0 0 / 11%);
}

.limit-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.limit-content {
    flex: 1;
	margin: 0px 13px 0px -7px;
}

.limit-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.limit-bar {
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: rgba(255,255,255,0.15);
    overflow: hidden;
    margin-bottom: 6px;
}

.limit-bar-fill {
    width: 100%; /* меняй процент */
    height: 100%;
    background: #4cff3f;
    border-radius: 6px;
}

.limit-sub {
    color: #a5a8ba;
    font-size: 13px;
}

.details-icon > img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
}

.details-icon .transfer-payment-recipient-bank img,
.details-icon .opsx-avatar-bank-badge img {
    width: 100% !important;
    height: 100% !important;
}
