/* ===== TRANSFER PAGE: CLEAN PRIVAT-STYLE REWRITE ===== */
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;padding:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#f2f3f5;color:#1c1c1e}
body.transfer-page{min-height:100vh;background:#f2f3f5;overflow-x:hidden;opacity:1}
body{opacity:1;transition:opacity .25s ease} body.page-loaded{opacity:1} body.page-leave{opacity:0}
button,input{font-family:inherit} button{cursor:pointer}
.transfer-page main{padding:10px 12px 118px;max-width:430px;margin:0 auto}
.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;height:54px;padding:0 14px;background:#f2f3f5;border-bottom:0}
.back-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:flex-start;text-decoration:none;font-size:0;color:#1c1c1e;position:relative;flex:0 0 34px}.back-btn::before{content:"";width:15px;height:15px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;transform:rotate(45deg);margin-left:4px;border-radius:1px}.title-grow{flex:1;text-align:center;font-size:17px;font-weight:500;color:#1d1d1f;line-height:1.1}
.card.panel{background:#fff;border-radius:14px;padding:14px 12px;margin:0 0 18px;box-shadow:0 2px 9px rgba(0,0,0,.10);border:1px solid rgba(0,0,0,.05)}.lbl-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;gap:12px}.lbl{font-size:15px;font-weight:600;color:#202124;line-height:1.2}.lbl b{font-weight:600}.link-accent{font-size:14px;font-weight:600;color:#36a525;text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:7px}.link-accent::after{content:"›";font-size:23px;line-height:12px;color:#c6c6c8;font-weight:400;margin-left:3px}
.templates.card.panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0px 0px;
    margin: 0 -10px 17px;
}
.templates .lbl-row{padding:0 12px;margin-bottom:10px}
.templates-scroll {
    display: flex;
    gap: 21px;
    overflow-x: auto;
    padding: 9px 27px 0px;
    scrollbar-width: none
}
.templates-scroll::-webkit-scrollbar{display:none}.tpl{min-width:58px;max-width:66px;text-align:center;flex:0 0 auto}.tpl .avatar{width:44px;height:44px;margin:0 auto 6px;border-radius:15px;background:#e8e8e9;display:flex;align-items:center;justify-content:center;overflow:hidden}.tpl .avatar img{width:44px!important;height:44px!important;border-radius:15px!important;object-fit:cover;filter:grayscale(1);opacity:.72}.tpl-num{font-size:14px;font-weight:400;color:#747477;line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}
.source-cards.card.panel{background:transparent;border:0;box-shadow:none;border-radius:0;padding:0;margin:0 -12px 22px}.source-cards .lbl-row{padding:0 12px;margin-bottom:9px}.src-cards-scroll{display:flex;gap:10px;overflow-x:auto;padding:0 12px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.src-cards-scroll::-webkit-scrollbar{display:none}.src-card-tile{height:112px;min-width:358px;max-width:358px;border:1px solid #d9d9dd;background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.10);padding:15px 18px;display:flex;align-items:center;gap:14px;scroll-snap-align:center;color:#1c1c1e}.src-card-tile.is-active{border-color:#d9d9dd}.thumb{width:92px;height:58px;border-radius:6px;overflow:hidden;flex:0 0 92px;background:#126ee8}.thumb img{display:block;width:100%!important;height:100%!important;object-fit:cover;border-radius:6px!important}.info{flex:1;min-width:0;text-align:left}.line1{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:600;line-height:1.15;color:#1c1c1e;white-space:nowrap;overflow:hidden}.line1 .title{overflow:hidden;text-overflow:ellipsis}.brand-icon{display:flex;align-items:center;flex:0 0 auto}.brand-icon img{width:31px;height:auto;display:block}.row.small{font-size:14px;font-weight:400;color:#2c2c2e;margin-top:7px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.amount{margin-top:8px;font-size:17px;font-weight:600;color:#1c1c1e;line-height:1.1}
.recipient-panel.card.panel{padding:14px 12px 18px;margin-bottom:18px}.field-card{height:52px;border:0;background:#ededee;border-radius:11px;padding:0 8px 0 13px;display:flex;align-items:center;gap:8px;overflow:hidden}.field-card + .recipient-name-label{margin-top:15px}.fc-left-ico{width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#a0a3a7;flex:0 0 22px}.card-icon-svg svg{width:22px;height:22px;display:block}.fc-input{border:0;outline:0;background:transparent;min-width:0;flex:1;height:100%;font-size:15px;font-weight:400;color:#1c1c1e;padding:0}.fc-input::placeholder{color:#7f8288;opacity:1}.field-with-actions{gap:7px}.mini-icon-btn{width:42px;height:42px;border:0;border-radius:8px;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.20);display:flex;align-items:center;justify-content:center;flex:0 0 42px;color:#36a525;padding:0}.mini-icon-btn svg{width:22px;height:22px;display:block}.recipient-name-label{font-size:16px;font-weight:600;color:#36a525;line-height:1.15;margin:0 0 10px 0;display:flex;align-items:center;gap:5px}.recipient-name-label span{font-size:18px;font-weight:600;line-height:1}.name-card{height:52px;padding-left:13px}.info-blue{color:#007aff}.info-blue svg{width:23px;height:23px}
.amount-note.card.panel{padding:18px 21px 22px;margin-bottom:16px}.amount-label,.note-label{display:block;font-size:16px;font-weight:400;color:#1c1c1e;line-height:1.2;margin:0 0 13px}.amount-control{height:52px;background:#ededee;border-radius:11px;display:flex;align-items:stretch;margin-bottom:22px;overflow:visible}.amount-input.inline{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:16px;font-weight:400;color:#1c1c1e;padding:0 14px}.amount-input.inline::placeholder{color:#7f8288;opacity:1}.currency-chip{height:52px;min-width:88px;border:1px solid #d6d6d8;border-radius:11px;background:#fff;color:#1c1c1e;font-size:15px;font-weight:500;box-shadow:0 2px 7px rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;gap:7px;margin-left:auto}.currency-chip span{font-size:18px;line-height:1;color:#3a3a3c}.note-label{margin-top:0;margin-bottom:12px}.note-input{width:100%;height:52px;border:0;outline:0;background:#ededee;border-radius:11px;font-size:15px;color:#1c1c1e;padding:0 14px}.note-input::placeholder{color:#7f8288;opacity:1}
.cta{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;height:52px;border:0;border-radius:13px;background:#39aa20;color:#fff;font-size:17px;font-weight:600;box-shadow:none}.cta.is-floating{bottom:calc(12px + var(--kb-offset,0px))}
.app-loader{position:fixed;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:9999}.app-loader.hidden{display:none}.pipe-loader{width:96px;height:96px}.pipe-bg{fill:none;stroke:#bdbdbd;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.pipe-run{fill:none;stroke:#7ac943;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40 220;animation:pipe-run 1.6s linear infinite}@keyframes pipe-run{to{stroke-dashoffset:-260}}.loader-box{position:relative;width:96px;height:96px}.loader-icon{width:56px;height:56px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.loader-ring{width:96px;height:96px;border-radius:50%;border:4px solid rgba(255,255,255,.25);border-top-color:#4CAF50;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
@media (max-width:390px){.transfer-page main{padding-left:11px;padding-right:11px}.templates-scroll{gap:16px}.src-card-tile{min-width:300px;max-width:300px;height:96px;padding:12px 14px;gap:10px}.thumb{width:82px;height:52px}.line1{font-size:16px}.row.small{font-size:12.5px}.amount{font-size:16px}.card.panel{border-radius:13px}.lbl{font-size:14px}.link-accent{font-size:14px}.field-card{height:50px}.mini-icon-btn{width:40px;height:40px;flex-basis:40px}.recipient-name-label{font-size:15px}.amount-note.card.panel{padding:17px 20px 21px}.cta{height:50px;font-size:16px}}
