@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800;900&display=swap";:root{--bg: #f5f6f8;--card: rgba(255,255,255,.9);--stroke: rgba(0,0,0,.1);--text: #0b0f19;--muted: rgba(11,15,25,.58);--shadow: 0 24px 70px rgba(0,0,0,.12);--radius: 22px;--soft: rgba(0,0,0,.06);--softBorder: rgba(0,0,0,.1);--btnBorder: rgba(255,255,255,.95);--btnPrimaryText: #07130e;--btnSecondaryText: rgba(11,15,25,.88);--usdtG1: #00E676;--usdtG2: #00C853;--usdtG3: #1DE9B6}body.dark{--bg: #0b0f19;--card: rgba(20,23,31,.92);--stroke: rgba(255,255,255,.14);--text: #f5f6f8;--muted: rgba(245,246,248,.62);--shadow: 0 24px 70px rgba(0,0,0,.55);--btnBorder: rgba(255,255,255,.8);--btnPrimaryText: #04110c;--btnSecondaryText: rgba(245,246,248,.92);--soft: rgba(255,255,255,.1);--softBorder: rgba(255,255,255,.18)}@media(prefers-color-scheme:dark){:root{--bg: #0b0f19;--card: rgba(20,23,31,.92);--stroke: rgba(255,255,255,.14);--text: #f5f6f8;--muted: rgba(245,246,248,.62);--shadow: 0 24px 70px rgba(0,0,0,.55);--btnBorder: rgba(255,255,255,.8);--btnPrimaryText: #04110c;--btnSecondaryText: rgba(245,246,248,.92)}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color-scheme:light dark}.screen{min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding:14px 14px 24px}.top{width:100%;max-width:420px;display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.topRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.topMenu{display:flex;justify-content:flex-end;position:relative}.topMenuBtn{width:46px;height:40px;border-radius:14px;border:1px solid var(--stroke);background:var(--card);box-shadow:0 10px 24px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer}.topMenuBtn ph-info{display:block;line-height:1}.topMenuIcon{width:22px;height:14px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.topMenuIcon span{display:block;width:22px;height:2.5px;border-radius:999px;background:#0b0f198c}body.dark .topMenuIcon span{background:#f5f6f8bf}.topMenuDropdown{position:absolute;top:46px;right:0;width:240px;border-radius:16px;border:1px solid var(--stroke);background:var(--card);box-shadow:0 24px 60px #0000002e;padding:6px;z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topMenuItem{width:100%;border:0;background:transparent;border-radius:14px;padding:10px;text-align:left;display:flex;flex-direction:column;gap:4px;cursor:pointer}.topMenuItem:hover{background:var(--soft)}.topMenuItemTitle{font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.01em}.topMenuItemSub{font-size:12px;color:var(--muted)}.brand{display:flex;align-items:center;gap:12px}.logo{width:42px;height:42px;border-radius:14px;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:-.02em;box-shadow:none}.logo img{display:block;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}.approvalSteps{margin:0 auto;max-width:300px;display:flex;flex-direction:column;gap:8px;text-align:left;font-size:14px;font-weight:500;line-height:1.45;color:var(--text)}.approvalStepsWrap{display:flex;justify-content:center}.walletDual{display:flex;flex-direction:column;max-width:100%;gap:6px}.walletDualRow{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;max-width:100%;gap:10px}.walletDualLabel{min-width:0;font-size:12px;color:var(--muted)}.walletDualRow .btn{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.approvalStep{display:flex;gap:8px;line-height:1.45}.approvalStepNum{width:22px;flex:0 0 22px;text-align:right}.whySeroBody{text-align:justify;line-height:1.45;hyphens:auto;-webkit-hyphens:auto;text-justify:inter-word}.faqBody .whySeroBody{text-align:center;hyphens:manual;-webkit-hyphens:manual;text-justify:auto}.whySeroHeading{text-align:center}.whySeroBody .whySeroHeading{text-align:center;-webkit-hyphens:manual;hyphens:manual}.whySeroList{margin:10px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.whySeroListItem{display:flex;gap:10px;align-items:flex-start}.whySeroListItem>:last-child{text-align:justify;hyphens:auto;-webkit-hyphens:auto;line-height:1.45;text-justify:inter-word}.vpnCheckRow{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:10px}.vpnCheckRow input{width:16px;height:16px}.whySeroListNum{width:22px;flex:0 0 22px;text-align:right}.brandText .title{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.brandText .sub{font-size:13px;color:var(--muted);margin-top:1px}.pills{display:flex;gap:10px}.pill{padding:10px 12px;border-radius:999px;background:var(--card);border:1px solid var(--stroke);color:var(--muted);font-size:12.5px;display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:10px;min-height:44px}.pillLabel{display:flex;align-items:center;min-height:20px;line-height:1.2}.pillInfoBtn{width:22px;height:22px;border-radius:999px;border:1px solid var(--stroke);background:var(--soft);color:var(--muted);display:grid;place-items:center;padding:0;font-weight:800;font-size:12px;line-height:1;cursor:pointer}@media(prefers-color-scheme:dark){.pill{background:#ffffff14;color:#f5f6f8bf}}.card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 18px 14px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cardHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.quickActions{display:flex;gap:10px;margin:2px 0 14px}.quickActions .btn{flex:1;padding:10px 12px}.walletBox{display:flex;flex-direction:column;align-items:flex-end;gap:8px;max-width:100%}.walletInfo{display:flex;flex-direction:column;align-items:flex-end;gap:4px;max-width:100%}.walletRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:100%}.walletQrBtn{padding:11px 14px;min-height:40px}.balanceDisplay{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-top:2px}.balanceLabel{font-size:11px;color:var(--muted);font-weight:500}.balanceValue{font-size:13px;color:var(--text);font-weight:600;letter-spacing:-.01em}.btnUnlink{padding:10px 12px;font-size:12.5px;opacity:.95}h1{margin:0;font-size:28px;letter-spacing:-.03em}.heroTitle{line-height:.98}@keyframes liquid-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.liquidText{display:inline-block;background:linear-gradient(90deg,var(--usdtG1),var(--usdtG2),var(--usdtG3),var(--usdtG2),var(--usdtG1));background-size:420% 420%;animation:liquid-shift 4.2s ease-in-out infinite;-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.05em;font-weight:900}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}label{font-size:13px;color:var(--muted)}.input{width:100%;padding:14px;border-radius:14px;border:1px solid var(--stroke);background:var(--card);outline:none;color:var(--text);font-size:15px;letter-spacing:-.01em}.inputWrap{position:relative}.input.hasSuffix{padding-right:48px}.input.hasSuffixDouble{padding-right:92px}.inputSuffixGroup{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;gap:8px;align-items:center}.inputSuffixBtn{width:34px;height:34px;border-radius:12px;border:1px solid var(--stroke);background:var(--soft);color:var(--text);display:grid;place-items:center;cursor:pointer;padding:0;font-size:12px;line-height:1;font-weight:800}.inputSuffixBtn.isHidden{opacity:0;pointer-events:none}.inputSuffixBtn.danger{border-color:#ff3b3059;color:#ff3b30f2}.input.highlight{border-color:#00e676b3;box-shadow:0 0 0 4px #00e6762e}@media(prefers-color-scheme:dark){.input{background:#ffffff14;color:#f5f6f8;border-color:#ffffff2e}}.input::placeholder{color:var(--muted)}@media(prefers-color-scheme:dark){.input::placeholder{color:#f5f6f880}}.input:focus{border-color:#00e6768c;box-shadow:0 0 0 4px #00e67624}.input.bad{border-color:#ff3b308c;box-shadow:0 0 0 4px #ff3b301a}.hint{font-size:12px;color:var(--muted)}.hint.bad{color:#ff3b30e6}.summary{border:1px solid var(--stroke);background:var(--card);border-radius:16px;padding:12px;margin:6px 0 14px}@media(prefers-color-scheme:dark){.summary{background:#ffffff14}}.row{display:flex;justify-content:space-between;align-items:center;padding:8px 6px}.k{font-size:13px;color:var(--muted)}.v{font-size:14px;font-weight:600;letter-spacing:-.01em}.btn{border:0;border-radius:999px;padding:11px 14px;font-weight:650;letter-spacing:-.01em;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;line-height:1.15;display:flex;align-items:center;justify-content:center;text-align:center}@keyframes btn-fill-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.btnWide{width:100%;padding:13px 14px;margin-top:2px}.btnPrimary{background:linear-gradient(90deg,var(--usdtG1),var(--usdtG2),var(--usdtG3),var(--usdtG2),var(--usdtG1));background-size:260% 260%;animation:btn-fill-shift 5.6s ease-in-out infinite;color:var(--btnPrimaryText);border:1px solid var(--btnBorder);box-shadow:0 16px 44px #00e6762e}.btnPrimary:hover{filter:brightness(1.03)}.btnConnect{padding:16px 18px;min-width:150px;font-size:13px;box-shadow:0 16px 44px #00e67629}.btnGhost{background:var(--soft);color:var(--btnSecondaryText);border:1px solid var(--softBorder)}@media(prefers-color-scheme:dark){.btnGhost{background:#ffffff1a;color:#f5f6f8eb;border-color:#ffffff38}}.btnDisabled{background:#00000012;color:#0b0f1973;cursor:not-allowed;box-shadow:none}body.dark .btnDisabled{background:#ffffff1a;color:#f5f6f88c}@media(prefers-color-scheme:dark){.btnDisabled{background:#ffffff1a;color:#f5f6f873}}.foot{margin-top:12px;font-size:12.5px;color:var(--muted);text-align:center}.smallCenter{text-align:center}.modalBackdrop{position:fixed;inset:0;background:#00000040;display:flex;align-items:center;justify-content:center;padding:16px}.modal{width:100%;max-width:420px;background:var(--card);border:1px solid var(--stroke);border-radius:18px;box-shadow:0 26px 80px #0000002e;padding:16px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.modalTitle{font-size:16px;font-weight:800;letter-spacing:-.02em;margin-bottom:10px;text-align:center}.modalBody{border:1px solid var(--stroke);border-radius:14px;background:var(--card);padding:12px}.modalBodyCenter{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center}.modalBody .small{text-align:center}.modalBodyScroll{max-height:min(62vh,520px);overflow:auto;-webkit-overflow-scrolling:touch}.modalBodyProcessing{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center}.qrBlock{margin-top:12px;display:flex;flex-direction:column;align-items:center;gap:12px}.qrBox{width:252px;max-width:100%;padding:14px;border-radius:18px;border:1px solid var(--stroke);background:#ffffffeb;display:flex;align-items:center;justify-content:center}body.dark .qrBox{background:#fffffff0}.qrAddrRow{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.qrAddr{font-size:12.5px;color:var(--text);font-weight:700;letter-spacing:-.01em;text-align:center}.qrScanBox{margin-top:12px;position:relative;width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;border:1px solid var(--stroke);background:#00000040}.qrVideo{width:100%;height:100%;object-fit:cover}.qrScanFrame{position:absolute;inset:18% 16%;border-radius:18px;border:2px solid rgba(255,255,255,.55);box-shadow:0 0 0 999px #0000002e;pointer-events:none}.qrScanHint{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;color:#f5f6f8eb;font-size:13px;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.toastWrap{position:fixed;left:0;right:0;bottom:16px;display:flex;justify-content:center;z-index:80;pointer-events:none}.toast{max-width:min(420px,calc(100vw - 28px));padding:10px 12px;border-radius:14px;border:1px solid var(--stroke);background:#14171fd1;color:#f5f6f8eb;box-shadow:0 18px 44px #00000059;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;font-size:13px;font-weight:700}.list{display:flex;flex-direction:column;gap:10px}.listItem{display:flex;gap:10px;align-items:stretch;padding:10px;border-radius:14px;border:1px solid var(--stroke);background:var(--card)}body.dark .listItem{background:#ffffff14}.listMain{flex:1;border:0;background:transparent;text-align:left;padding:0;cursor:pointer;color:var(--text)}.listTitle{font-size:14px;font-weight:800;letter-spacing:-.01em}.listSub{margin-top:4px;font-size:12px;color:var(--muted)}.listSub.listSubMeta{margin-top:6px;font-size:11.5px;letter-spacing:-.01em;opacity:.95}.listActions{display:flex;flex-direction:column;gap:8px;justify-content:center}.iconBtn{border:1px solid var(--stroke);background:var(--soft);color:var(--text);border-radius:999px;padding:8px 10px;font-size:12px;line-height:1.1;cursor:pointer;white-space:nowrap}.iconBtn.primary{border-color:#00c85373;color:#00c853f2}@media(prefers-color-scheme:dark){.iconBtn{background:#ffffff1a;color:#f5f6f8eb}.iconBtn.primary{border-color:#00e67666;color:#00e676f2}}.iconBtn.danger{color:#ff3b30f2}body.dark .modal{box-shadow:0 26px 80px #0000008c}.mrow{display:flex;justify-content:space-between;gap:10px;padding:8px 4px}.mk{color:var(--muted);font-size:13px}.mv{font-weight:700;font-size:13px;text-align:right}.mvAddr{max-width:240px;overflow-wrap:anywhere;word-break:break-word;text-align:right}.modalActions{display:flex;gap:10px;margin-top:12px;justify-content:stretch;flex-wrap:wrap}.modalActions .btn{flex:1 1 140px}.approvalMsg{font-size:14px;color:var(--text);text-align:center;line-height:1.35}body.dark .approvalMsg{color:#f5f6f8eb}.txBox{margin-top:10px;display:flex;gap:10px;align-items:center}.txHash{flex:1;padding:10px;border-radius:12px;border:1px solid var(--stroke);background:var(--card);font-size:12px;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}body.dark .txHash{background:#ffffff14;color:#f5f6f8eb}.btnCopy{padding:10px 12px;font-size:13px;white-space:nowrap}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.small{font-size:13px;color:var(--muted);margin-top:10px}.spinner{width:22px;height:22px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#00e676f2;animation:spin .8s linear infinite;margin:2px 0 8px}@keyframes spin{to{transform:rotate(360deg)}}.contactItem{background:radial-gradient(120% 140% at 10% 0%,#00e6761a,#1de9b60f 42%,#fff0),var(--card)}.contactItem .listMain{text-align:center}.contactItem .listTitle{font-size:16px;letter-spacing:-.02em}.contactItem .listSub{opacity:.95}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
