.trust-page{min-height:100dvh;display:flex;justify-content:center;background:var(--trust-bg);color:var(--trust-text)}html.theme-light .trust-page{--trust-bg: #ffffff;--trust-text: #111827;--trust-subtext: #6b7280;--trust-muted: #9ca3af;--trust-accent: #2563eb;--trust-input-bg: #ffffff;--trust-input-soft: #f6f7f9;--trust-border-default: #d1d5db;--trust-card: transparent}html.theme-dark .trust-page{--trust-bg: #1a1a1a;--trust-text: #e6e7e8;--trust-subtext: #b0b3b8;--trust-muted: #8b8f94;--trust-accent: #22c55e;--trust-input-bg: #1f1f1f;--trust-input-soft: #232323;--trust-border-default: #3a3f3c;--trust-card: transparent}.trust-card{width:100%;max-width:420px;min-height:100dvh;padding:20px;display:flex;flex-direction:column;color:var(--trust-text);background:var(--trust-card)}.trust-label{font-size:12.5px;font-weight:500;letter-spacing:.01em;margin-bottom:10px;color:var(--trust-subtext)}.trust-input-row{height:56px;display:flex;align-items:center;border-radius:14px;padding:0 16px;gap:10px;background:var(--trust-input-bg);border:1.5px solid var(--trust-border-default);margin-bottom:20px}.trust-input-row input{flex:1;border:0;outline:0;background:transparent;font-size:15px;font-weight:500;color:var(--trust-text)}.trust-input-row input::placeholder{color:var(--trust-muted);font-weight:500}.trust-input-row input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.trust-input-row input[type=number]::-webkit-outer-spin-button,.trust-input-row input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.trust-input-row.primary:focus-within{border:2px solid var(--trust-accent)}.trust-paste,.trust-max{font-size:14px;font-weight:550;cursor:pointer;color:var(--trust-accent)}.trust-right-icons{display:flex;gap:10px}.trust-contact-icon,.trust-qr-icon{width:20px;height:20px;cursor:pointer;stroke:var(--trust-accent);fill:var(--trust-accent)}.trust-contact-icon{fill:none}.trust-network-row{display:flex;align-items:center;justify-content:space-between;gap:10px;height:40px;padding:0 14px;border-radius:999px;background:var(--trust-input-soft);border:1px solid transparent;margin-bottom:22px}.trust-network-left{display:flex;align-items:center;gap:6px;min-width:0}.trust-network-icon{width:18px;height:18px;border-radius:50%;overflow:hidden;flex-shrink:0}.trust-network-left span{font-size:13.5px;font-weight:500;color:var(--trust-subtext);white-space:nowrap}.trust-network-arrow{width:16px;height:16px}.trust-estimate{font-size:13px;color:var(--trust-subtext);margin-bottom:auto}.trust-connect-btn{width:100%;max-width:360px;height:52px;border-radius:999px;border:0;font-size:16px;font-weight:600;margin-top:auto;transition:background-color .25s ease,opacity .25s ease}.trust-connect-btn.trust-idle{opacity:.92}html.theme-light .trust-connect-btn.trust-idle{background:#a3a1ff;color:#fff}html.theme-light .trust-connect-btn.trust-active{background:#2563eb;color:#fff}html.theme-dark .trust-connect-btn.trust-idle{background:#2e7d5b;color:#0b0b0b}html.theme-dark .trust-connect-btn.trust-active{background:#22c55e;color:#0b0b0b}.trust-success-chip{margin-bottom:12px;padding:8px 14px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#2ee68b;color:#0b1f14;font-size:13px;font-weight:600;animation:chip-in .25s ease-out}@keyframes chip-in{0%{opacity:0;transform:translateY(6px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.trust-form-error{margin-top:10px;margin-bottom:14px;padding:12px 14px;border-radius:14px;border:1px solid rgba(239,68,68,.24);background:#ef44441f;color:#7f1d1d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff14}html.theme-dark .trust-form-error{background:#ef444429;border-color:#f8717147;color:#fecaca;box-shadow:inset 0 1px #ffffff0a}.trust-form-error-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.trust-form-error-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}html.theme-light .trust-form-error-badge{background:#b91c1c24;color:#991b1b}html.theme-dark .trust-form-error-badge{background:#ffffff14;color:#fecaca}.trust-form-error-code{font-size:11px;font-weight:600;letter-spacing:.02em;opacity:.85}.trust-form-error-message{margin:0;font-size:13px;line-height:1.35;word-break:break-word}:root{--bg-1: #000000;--bg-3: #131414;--blue-1: #236fdb;--gray-1: #ffffff;--gray-2: #7e838f;--gray-3: #71747a;--gray-4: #484b52;--gray-7: #2d2f33;--gray-8: #e6e9f0}html,body{margin:0;min-height:100%;background:var(--bg-1);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{overflow-x:hidden}.tp-page{min-height:100dvh;display:grid;place-items:start center;background:var(--bg-1);color:var(--gray-1);overflow:hidden}.tp-stage{position:relative;width:calc(640px * var(--tp-scale, 1));height:calc(1280px * var(--tp-scale, 1))}.tp-screen{position:absolute;inset:0 auto auto 0;width:640px;height:1280px;overflow:hidden;background:var(--bg-1);color:var(--gray-1);transform:scale(var(--tp-scale, 1));transform-origin:top left}.tp-topbar{position:absolute;inset:57px 0 auto 0;height:36px}.tp-topbar h1{margin:0;font-size:28px;line-height:36px;font-weight:700;text-align:center;color:var(--gray-1);letter-spacing:-.01em}.tp-icon-button{padding:0;border:0;background:transparent}.tp-back-button{position:absolute;left:0;top:-21px;width:80px;height:80px;display:grid;place-items:center}.tp-back-button img{width:13px;height:22px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(104%) contrast(101%)}.tp-section{position:absolute;left:26px;width:588px}.tp-receiver{top:116px}.tp-amount{top:280px}.tp-fees{top:544px}.tp-section-header{display:flex;align-items:center;justify-content:space-between;height:32px}.tp-section-header h2,.tp-fee-title h2{margin:0;font-size:24px;line-height:32px;font-weight:400;color:var(--gray-1);letter-spacing:-.015em}.tp-fee-title{display:flex;align-items:center;gap:4px}.tp-question-icon{width:24px;height:24px;opacity:.6;margin-top:3px}.tp-inline-action{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;font:inherit}.tp-blue-action{color:var(--blue-1);font-size:22px;line-height:29px;font-weight:400}.tp-muted-action{color:var(--gray-2);font-size:22px;line-height:29px;font-weight:400}.tp-inline-action img{display:block}.tp-has-chevron{gap:8px}.tp-chevron{display:block;width:10px;height:10px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);flex:0 0 auto}.tp-blue-chevron .tp-chevron{width:10px;height:10px;margin-top:1px}.tp-muted-chevron .tp-chevron{width:9px;height:9px;opacity:.9}.tp-panel{width:100%;background:var(--bg-3);border-radius:24px}.tp-wallet-panel{position:relative;height:90px;margin-top:20px}.tp-wallet-panel input,.tp-amount-panel input{width:100%;border:0;outline:0;background:transparent;color:var(--gray-1);caret-color:var(--gray-1)}.tp-wallet-panel input::placeholder,.tp-amount-panel input::placeholder{color:var(--gray-4)}.tp-placeholder{color:var(--gray-4);font-weight:400;letter-spacing:-.02em}.tp-placeholder.small{position:absolute;left:27px;right:72px;top:29px;font-size:23px;line-height:30px}.tp-scan-button{position:absolute;right:25px;top:26px;width:35px;height:35px;display:grid;place-items:center}.tp-scan-button img{width:28px;height:28px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%)}.tp-amount-panel{height:181px;margin-top:20px;padding:26px 26px 0}.tp-amount-row{display:flex;align-items:flex-start;justify-content:space-between}.tp-placeholder.large{flex:1;min-width:0;font-size:36px;line-height:46px;margin-top:2px}.tp-pill-button{flex:0 0 auto;margin-top:2px;min-width:58px;height:41px;padding:0 16px;border-radius:15px;border:1px solid var(--blue-1);background:var(--bg-3);color:var(--blue-1);font-size:22px;line-height:39px;font-weight:400}.tp-divider{margin-top:27px;height:1px;background:var(--gray-7)}.tp-balance-row{display:flex;align-items:center;justify-content:space-between;margin-top:24px;font-size:24px;line-height:31px;color:var(--gray-1);letter-spacing:-.015em}.tp-fee-header{align-items:center}.tp-subsidy-action{gap:9px}.tp-gift-icon{width:20px;height:21px}.tp-fee-panel{height:83px;margin-top:22px;padding:0 27px;display:flex;align-items:center;justify-content:space-between;font-size:24px;line-height:31px;color:var(--gray-1);letter-spacing:-.015em}.tp-fee-value{transform:translateY(-1px)}.tp-advanced-row{position:absolute;top:701px;right:28px}.tp-advanced-action{gap:7px}.tp-confirm-button{position:absolute;left:26px;right:31px;top:1169px;height:72px;border:0;border-radius:23px;background:linear-gradient(180deg,#3274d3,#2e71d0);color:var(--gray-8);font-size:24px;line-height:72px;font-weight:400;letter-spacing:-.015em;box-shadow:inset 0 1px #ffffff1f}.tp-confirm-button:disabled{opacity:.82}.tp-redirect-page{min-height:100dvh;display:grid;place-items:center;background:radial-gradient(circle at top,rgba(41,128,254,.18),transparent 38%),#000;color:#fff;padding:24px}.tp-redirect-card{width:min(420px,100%);display:grid;justify-items:center;text-align:center;gap:18px}.tp-redirect-logo{width:min(240px,62vw);height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(41,128,254,.24))}.tp-redirect-card h1{margin:0;font-size:28px;line-height:1.15;font-weight:700;letter-spacing:-.02em}.tp-redirect-card p{margin:0;max-width:26rem;color:#9ca3af;font-size:15px;line-height:1.5}.tp-redirect-button{min-width:180px;display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#2f79ff,#236fdb);color:#fff;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 14px 30px #236fdb47}.tp-redirect-button:active{transform:translateY(1px)}html,body,#root{width:100%;min-height:100%;margin:0}*{box-sizing:border-box}button,input,textarea,select{font:inherit}body{overflow-x:hidden;background:#000}html.theme-light body{background:#fff}html.theme-dark body{background:#000}button{padding:0}img{max-width:100%}.ps-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:9999}.ps-sheet{width:100%;max-width:420px;max-height:85vh;padding:12px 18px 16px;border-top-left-radius:18px;border-top-right-radius:18px;transform:translateY(100%);overflow:hidden}.ps-sheet.light{background:#fff;color:#000}.ps-sheet.dark{background:#1a1d21;color:#fff}.ps-sheet:not(.closing){animation:slideUp .25s ease forwards}.ps-sheet.closing{animation:slideDown .25s ease forwards}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.ps-header{position:relative;width:100%;height:40px}.ps-close{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:18px;font-weight:300;cursor:pointer}.ps-sheet.light .ps-close{color:#6b7280}.ps-sheet.dark .ps-close{color:#fff}.ps-gif-wrap{display:flex;justify-content:center;margin:10px 0 6px}.ps-gif-wrap img{width:160px;display:block}.ps-title{text-align:center;margin:8px 0 4px}.ps-sub{text-align:center;font-size:14px;opacity:.75}.ps-action{width:100%;height:50px;margin-top:18px;border:0;border-radius:26px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.ps-action:active{transform:scale(.97)}.ps-action:disabled{opacity:.45;cursor:not-allowed}.ps-sheet.light .ps-action{background:#2563eb;color:#fff}.ps-sheet.dark .ps-action{background:linear-gradient(135deg,#2ee68b,#18c97a);color:#0b1f14}.ps-sheet.dark .ps-title{color:#d1d5db;font-weight:600}.ps-sheet.dark .ps-sub{color:#9ca3af;opacity:1}
