@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171717;background:#f5f5f2;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:#f5f5f2;color:#171717}button,input,select{font:inherit}button{border:1px solid #171717;background:#171717;color:#fff;border-radius:12px;padding:12px 18px;cursor:pointer;font-weight:500;transition:.15s ease}button:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}button:disabled{opacity:.4;cursor:not-allowed;transform:none}button.ghost{background:transparent;color:#171717;border-color:#e1e1db}button.danger{background:transparent;color:#b42318;border-color:#f0d3d0}main{width:min(1080px,calc(100% - 40px));margin:0 auto;padding:24px 0 48px}header{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e4de;position:relative}header b{font-size:15px;font-weight:600;letter-spacing:.04em}header b i{font-style:normal}.menu-button{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-color:#e1e1db!important;border-radius:12px;font-size:19px}.hero{padding:72px 0 52px;border-bottom:1px solid #e4e4de}.hero small,.card small{display:block;color:#8a8a84;font-size:11px;font-weight:600;letter-spacing:.12em}.hero h1{margin:12px 0 14px;font-size:clamp(38px,6vw,64px);line-height:1;letter-spacing:-.045em;font-weight:600}.hero p{max-width:610px;margin:0;color:#666661;font-size:15px;line-height:1.7}.card{background:#fff;border:1px solid #ececE6;border-radius:18px;padding:22px;box-shadow:0 1px 3px #1717170a,0 6px 18px #17171708}.center{text-align:center}.wallet-manager{margin-top:28px}.wallet-manager h2,.send h2{margin:6px 0 0;font-size:18px;font-weight:600;letter-spacing:-.02em}.wallet-manager>.row:first-child{padding-bottom:20px;border-bottom:1px solid #eeeee8}.wallet-manager select{min-height:44px;border:1px solid #e1e1db;border-radius:12px;background:#fff;color:#171717;padding:0 14px;outline:none}.wallet-manager select:focus,input:focus{border-color:#171717}.grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px}.balance{margin-top:12px;font-size:30px;line-height:1.2;letter-spacing:-.03em;font-weight:600}.balance em{font-size:15px;font-style:normal;color:#8a8a84;letter-spacing:0;font-weight:500}.address-row{display:flex;align-items:center;gap:7px;margin-top:12px}.address-row code{color:#8a8a84;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-address{width:32px;height:32px;padding:0;border:1px solid #e1e1db;border-radius:10px;background:transparent;color:#555550;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.copy-address:hover:not(:disabled){background:#f4f4f0;opacity:1}.copy-address svg{display:block}.row{display:flex;gap:10px;align-items:center}.card .row{margin-top:18px}.send{margin-top:16px}.send label{display:block;margin:20px 0 7px;color:#77776f;font-size:12px;font-weight:500}input{width:100%;height:46px;border:1px solid #e1e1db;border-radius:12px;background:#fff;color:#171717;padding:0 14px;outline:none}.amount{display:flex;align-items:center;border:1px solid #e1e1db;background:#fff;border-radius:12px}.amount input{border:0;background:transparent}.amount b{padding-right:14px;color:#8a8a84;font-size:12px}.send>button{width:100%;margin-top:18px}.status{min-height:20px;margin:18px 0 10px;color:#71716a;font-size:12px}.wallet-menu{position:fixed;top:80px;right:16px;width:360px;max-width:calc(100vw - 32px);z-index:50;margin:0;box-shadow:0 18px 45px #0000001a}.wallet-menu-header{display:flex;align-items:center;justify-content:space-between}.menu-close{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;border-radius:10px}.wallet-menu h2{margin:7px 0;font-size:18px;font-weight:600}.wallet-menu .warning{color:#8a8a84;font-size:12px;line-height:1.6}.wallet-menu .phrase{margin:16px 0;padding:14px;background:#f6f6f2;border:1px solid #ececE6;border-radius:12px;word-break:break-word;font-size:13px;line-height:1.8}.wallet-menu .row{display:flex;gap:8px}.logo{color:#171717}footer{margin-top:42px;padding-top:18px;border-top:1px solid #e4e4de;color:#8a8a85;font-size:11px}@media(max-width:600px){main{width:min(100% - 24px,1080px);padding-top:12px}.hero{padding:52px 0 38px}.hero h1{font-size:42px}.card{padding:18px}.wallet-menu{top:70px;right:12px;width:calc(100vw - 24px)}.balance{font-size:26px}.row{flex-wrap:wrap}}.unlock-error{margin:12px 0 0;color:#b42318;font-size:12px}.forgot-password{display:block;margin:12px auto 0;padding:0;border:0;background:transparent;color:#8a8a84;font-size:12px;font-weight:500}.forgot-password:hover:not(:disabled){color:#171717;opacity:1;text-decoration:underline}.header-actions{display:flex;align-items:center;gap:8px}.network-select{height:36px;padding:0 30px 0 12px;border:1px solid #e1e1db;border-radius:12px;background:#fff;color:#171717;font:inherit;font-size:12px;font-weight:600;cursor:pointer;outline:none}.network-select:focus{border-color:#999}.card.center>button,.card.center input+button{margin-top:12px}.card.center .password-box{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.card.center .password-box input{width:100%}.card.center .password-box button{margin:0}.logo{font-size:0;color:transparent;display:block;width:48px;height:48px;padding:0;border:0;border-radius:0;box-shadow:none;background:url(/rialo-logo.svg) center/contain no-repeat;margin:0 auto 12px}.hero{padding:42px 0 28px}.hero h1{max-width:760px;font-size:clamp(34px,6vw,64px);line-height:1.02;letter-spacing:-.045em;margin:12px 0}.hero p{max-width:560px;font-size:16px;line-height:1.7}.wallet-manager{padding:16px 18px}.wallet-manager h2{margin:3px 0 0;font-size:18px}.wallet-manager>.row{gap:12px}.wallet-manager select{min-height:44px;border-radius:12px}.balance{font-size:clamp(42px,9vw,72px)!important;line-height:1;letter-spacing:-.055em;font-weight:750}.balance em{font-size:.35em;font-style:normal;letter-spacing:-.02em}.wallet-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}.wallet-actions button{min-height:48px;padding:10px 8px;border-radius:12px;font-size:12px;font-weight:700;letter-spacing:.02em}.assets-section{margin-top:16px}.assets-section>small{display:block;margin-bottom:10px}.asset-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 18px;border:1px solid #e7e7e1;border-radius:16px;background:#fff}.asset-name{font-weight:700}.asset-symbol{margin-top:3px;font-size:12px;color:#777773}.asset-value{font-size:16px;font-weight:700;text-align:right}.balance+.balance{border-top:0!important}@media(max-width:600px){.hero{padding:28px 0 20px}.hero h1{font-size:38px}.wallet-actions{grid-template-columns:repeat(2,1fr)}.balance{font-size:48px!important}.wallet-manager{padding:14px}}:root{--rv-bg: #f6f7f3;--rv-card: #ffffff;--rv-text: #11120f;--rv-muted: #777b73;--rv-line: #e5e7df;--rv-accent: #d7ff1f;--rv-dark: #11120f}body{background:radial-gradient(circle at 88% 8%,rgba(0,0,0,0),transparent 28%),radial-gradient(circle at 8% 35%,rgba(0,0,0,0),transparent 25%),var(--rv-bg)!important}main{position:relative}main:before{content:"";position:absolute;top:-120px;right:-100px;width:320px;height:320px;border-radius:50%;background:#0000;filter:blur(70px);pointer-events:none}header{position:sticky;top:12px;z-index:20;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#f6f7f3c7!important;border:1px solid rgba(20,20,20,.07);border-radius:18px;padding:12px 14px!important;box-shadow:0 8px 30px #0000000a}header b{letter-spacing:-.03em;font-size:15px}.hero{position:relative;padding:72px 4px 42px!important;max-width:820px}.hero small{display:inline-flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.18em;font-weight:800;color:#64685f}.hero small:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--rv-accent);box-shadow:0 0 14px #0000}.hero h1{font-size:clamp(42px,8vw,78px)!important;line-height:.94!important;letter-spacing:-.065em!important;max-width:780px!important;margin:18px 0!important;font-weight:800}.hero p{max-width:480px!important;color:var(--rv-muted);font-size:15px!important}.card{border:1px solid rgba(20,20,20,.07)!important;box-shadow:0 2px 4px #00000005,0 16px 45px #0000000b!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{border-color:#1414141f!important}.wallet-manager{position:relative;overflow:hidden;padding:18px!important;border-radius:20px!important}.wallet-manager:after{content:"";position:absolute;width:130px;height:130px;right:-55px;top:-55px;border-radius:50%;background:#0000;filter:blur(18px);pointer-events:none}.wallet-manager .row:first-child{position:relative;z-index:1}.wallet-manager h2{font-size:17px!important;letter-spacing:-.025em}.wallet-manager small{letter-spacing:.16em;font-size:9px;font-weight:800;color:var(--rv-muted)}.add-wallet-button{width:40px!important;height:40px;min-width:40px;padding:0!important;border-radius:12px!important;display:grid;place-items:center;font-size:21px!important;font-weight:400!important}.balance-card{position:relative;overflow:hidden;border-radius:24px!important;padding:24px!important}.balance-card:before{content:"";position:absolute;width:210px;height:210px;right:-85px;top:-90px;border-radius:50%;background:#0000;filter:blur(25px);pointer-events:none}.balance-card>*{position:relative;z-index:1}.balance-card>small,.assets-section>small{font-size:9px;letter-spacing:.17em;font-weight:800;color:var(--rv-muted)}.balance-card .balance{font-size:clamp(46px,11vw,72px)!important;font-weight:800;letter-spacing:-.07em;color:var(--rv-text)}.balance-card .balance em{color:#8a8d85;font-size:.3em;font-weight:650}.address-row{border:1px solid var(--rv-line);background:#fafbf8;border-radius:11px;padding:7px 9px!important;margin-top:18px}.address-row code{color:#70746c;font-size:10px}.wallet-actions{gap:7px!important;margin-top:13px!important}.wallet-actions button{border:1px solid var(--rv-line);background:#fff;color:#22231f;min-height:46px;border-radius:13px!important;font-size:9px!important;letter-spacing:.08em;font-weight:800;transition:all .18s ease}.wallet-actions button:first-child{background:var(--rv-dark);color:#fff;border-color:var(--rv-dark)}.wallet-actions button:hover{transform:translateY(-1px)}.assets-section{margin-top:26px!important}.asset-item{position:relative;overflow:hidden;border-radius:16px!important;padding:16px!important;background:#fbfcf9!important;border-color:var(--rv-line)!important}.asset-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--rv-accent)}.asset-name{font-size:14px;letter-spacing:-.02em}.asset-symbol{color:#92958d!important;font-size:10px!important}.asset-value{font-size:14px!important;letter-spacing:-.02em}.card.swap,.card.transfer,.card.history{border-radius:18px!important;transition:all .2s ease}.card.swap>div:first-child,.card.transfer>div:first-child,.card.history>div:first-child{min-height:52px}.status{color:#747870;font-size:10px;letter-spacing:.01em}button[class*=delete],button.ghost{transition:all .18s ease}button.ghost:hover{background:#f0f1eb}@media(max-width:600px){header{top:8px;border-radius:15px}.hero{padding:54px 2px 30px!important}.hero h1{font-size:43px!important}.balance-card{padding:20px!important}.balance-card .balance{font-size:50px!important}.wallet-actions{grid-template-columns:repeat(2,1fr)!important}.wallet-actions button{min-height:48px}}.page-card{max-width:680px;margin:18px auto 0;padding:28px;border-radius:28px;border:1px solid rgba(20,20,20,.08);background:linear-gradient(145deg,#fffffffa,#f9faf6f5);box-shadow:0 18px 50px #14141412,0 2px 8px #1414140a}.page-card>p{color:#777;margin:8px 0 26px;line-height:1.6}.page-card .back-button{display:inline-flex!important;width:auto!important;min-width:0!important;height:42px!important;padding:0 16px!important;margin:0 0 28px!important;align-items:center;justify-content:center;gap:7px;border-radius:13px!important;border:1px solid rgba(20,20,20,.1)!important;background:#ffffffd9!important;color:#161616!important;font-size:14px!important;font-weight:650!important;letter-spacing:0!important;box-shadow:0 4px 12px #0000000a}.page-card .back-button:hover{transform:translateY(-1px);background:#fff!important;box-shadow:0 7px 18px #00000012}.page-card .back-button:active{transform:translateY(0)}.page-card>small:first-of-type{display:block;color:#858585;font-size:11px;font-weight:750;letter-spacing:.18em}.page-card h2{margin:8px 0 0;font-size:clamp(30px,7vw,44px);line-height:1;letter-spacing:-.045em}.swap-box{position:relative;padding:20px;border:1px solid rgba(20,20,20,.08);border-radius:22px;background:#fafbf8;box-shadow:inset 0 1px #fffc}.swap-box-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.swap-box-top small:first-child,.swap-box>small{color:#858585;font-size:12px;font-weight:700;letter-spacing:.08em}.swap-box-top small:last-child{color:#999;font-size:12px}.swap-input-row{display:flex;align-items:center;gap:14px;min-height:58px}.swap-input-row input{flex:1;min-width:0;border:0!important;outline:0!important;padding:0!important;margin:0!important;background:transparent!important;box-shadow:none!important;font-size:31px!important;font-weight:650;letter-spacing:-.04em}.swap-input-row span{flex:1;min-width:0;font-size:31px;font-weight:650;letter-spacing:-.04em}.swap-input-row strong{flex-shrink:0;display:inline-flex;align-items:center;height:40px;padding:0 14px;border-radius:12px;background:#171717;color:#fff;font-size:13px;letter-spacing:.04em}.swap-percent{display:flex;gap:7px;margin-top:14px}.swap-percent button{flex:1;height:34px!important;min-width:0!important;padding:0 8px!important;border-radius:10px!important;font-size:11px!important;font-weight:700!important}.swap-switch{position:relative;z-index:2;height:0;display:flex;justify-content:center}.swap-switch button{position:relative;top:-1px;width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;border-radius:50%!important;border:5px solid #f8f9f6!important;background:#171717!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:20px!important;box-shadow:0 8px 22px #00000029}.swap-info{margin-top:18px;padding:15px 2px 2px}.swap-info>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid rgba(20,20,20,.06)}.swap-info>div:last-child{border-bottom:0}.swap-info small{color:#888;font-size:12px}.swap-info span{color:#333;font-size:12px;font-weight:600;text-align:right}.page-card .swap-box+.swap-switch+.swap-box+.swap-info+button{height:56px!important;border-radius:17px!important;font-size:14px!important;font-weight:750!important;letter-spacing:.04em}.asset-big-balance{margin-top:28px;font-size:clamp(32px,8vw,48px);line-height:1;font-weight:650;letter-spacing:-.05em}.asset-big-balance em{font-style:normal;font-size:15px;font-weight:750;letter-spacing:.06em;color:#888}.receive-address{padding:18px;border:1px solid rgba(20,20,20,.09);border-radius:18px;background:#fafbf8}.receive-address code{display:block;word-break:break-all;line-height:1.7;font-size:12px;color:#555;margin-bottom:14px}.receive-address button{width:100%;height:44px;border-radius:12px;font-size:12px;font-weight:750}.receive-placeholder{margin-top:18px;min-height:150px;border-radius:20px;border:1px dashed rgba(20,20,20,.14);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#aaa}.receive-placeholder div{font-size:46px;line-height:1}.receive-placeholder small{font-size:10px;letter-spacing:.14em}.page-card .amount{display:flex;align-items:center;gap:8px}.page-card .amount input{flex:1;min-width:0}.max-button{flex-shrink:0;width:auto!important;min-width:55px!important;height:38px!important;padding:0 11px!important;border-radius:10px!important;font-size:10px!important;font-weight:750!important}@media(max-width:600px){.page-card{margin-top:12px;padding:22px 18px;border-radius:24px}.page-card .back-button{margin-bottom:22px!important}.swap-box{padding:16px;border-radius:19px}.swap-input-row input,.swap-input-row span{font-size:27px!important}.swap-input-row strong{padding:0 11px}.swap-percent{gap:5px}.swap-percent button{font-size:10px!important}.swap-info>div{padding:8px 0}}.page-card:has(.swap-box){max-width:680px;padding:24px;border-radius:24px}.page-card:has(.swap-box) .back-button{margin-bottom:24px!important;height:40px!important;padding:0 15px!important;border-radius:12px!important;font-size:14px!important;box-shadow:none!important}.page-card:has(.swap-box)>small:first-of-type{font-size:10px;letter-spacing:.18em;color:#888}.page-card:has(.swap-box) h2{margin-top:7px;font-size:32px;letter-spacing:-.045em}.page-card:has(.swap-box)>p{margin-top:8px;margin-bottom:22px;font-size:14px;color:#777}.page-card:has(.swap-box) .swap-box{padding:15px;border-radius:17px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 3px 12px #00000006}.page-card:has(.swap-box) .swap-box-top{margin-bottom:7px}.page-card:has(.swap-box) .swap-box-top small,.page-card:has(.swap-box) .swap-box>small{font-size:9px;letter-spacing:.08em;color:#888}.page-card:has(.swap-box) .swap-input-row{min-height:42px;gap:10px}.page-card:has(.swap-box) .swap-input-row input,.page-card:has(.swap-box) .swap-input-row span{font-size:21px!important;font-weight:600;letter-spacing:-.025em}.page-card:has(.swap-box) .swap-input-row strong{height:31px;padding:0 11px;border-radius:9px;font-size:10px}.page-card:has(.swap-box) .swap-percent{margin-top:7px;gap:4px}.page-card:has(.swap-box) .swap-percent button{height:25px!important;border-radius:8px!important;font-size:9px!important;padding:0 5px!important}.page-card:has(.swap-box) .swap-switch{height:0}.page-card:has(.swap-box) .swap-switch button{width:34px!important;height:34px!important;min-width:34px!important;border:4px solid #fff!important;background:#fff!important;color:#555!important;box-shadow:0 2px 8px #0000001a;font-size:15px!important}.page-card:has(.swap-box) .swap-info{margin-top:9px;padding:3px 0 0}.page-card:has(.swap-box) .swap-info>div{padding:4px 0;border-bottom:0}.page-card:has(.swap-box) .swap-info small,.page-card:has(.swap-box) .swap-info span{font-size:9px}.page-card:has(.swap-box) .swap-info span{font-weight:500}.page-card:has(.swap-box) .swap-box+.swap-switch+.swap-box+.swap-info+button{height:42px!important;margin-top:9px!important;border-radius:11px!important;font-size:11px!important;font-weight:700!important;letter-spacing:0!important}@media(max-width:600px){.page-card:has(.swap-box){margin-top:10px;padding:20px 16px;border-radius:22px}.page-card:has(.swap-box) h2{font-size:30px}.page-card:has(.swap-box)>p{margin-bottom:19px}.page-card:has(.swap-box) .swap-box{padding:14px}.page-card:has(.swap-box) .swap-input-row input,.page-card:has(.swap-box) .swap-input-row span{font-size:20px!important}}.page-card:has(.swap-box) .swap-input-row strong{height:auto;padding:0;border-radius:0;background:transparent;color:#171717;font-size:14px;font-weight:700;letter-spacing:.02em}.confirm-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:#14141447;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirm-modal{width:min(430px,100%);padding:24px;border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#fff;box-shadow:0 24px 70px #0000002e}.confirm-kicker{margin-bottom:7px;font-size:10px;font-weight:700;letter-spacing:.18em;color:#888}.confirm-modal h2{margin:0 0 20px;font-size:25px;letter-spacing:-.035em}.confirm-rows{overflow:hidden;border:1px solid #ededed;border-radius:15px}.confirm-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:13px 14px;border-bottom:1px solid #ededed}.confirm-row:last-child{border-bottom:0}.confirm-row small{color:#888;flex:0 0 auto}.confirm-row span{text-align:right;word-break:break-word;font-weight:600}.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.confirm-actions button{min-height:44px;border-radius:12px}@media(max-width:600px){.confirm-overlay{align-items:flex-end;padding:12px}.confirm-modal{border-radius:22px;padding:20px}}.balance-card .wallet-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:22px -20px -20px;border-top:1px solid #e7e7e2}.balance-card .wallet-actions button{min-height:72px;margin:0;padding:10px 6px;border:0;border-right:1px solid #e7e7e2;border-radius:0;background:transparent;color:#171717;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.balance-card .wallet-actions button:last-child{border-right:0}.balance-card .wallet-actions button:hover{background:#f7f7f4}.balance-card .wallet-actions .action-icon{font-size:21px;line-height:1}.balance-card .wallet-actions small{font-size:10px;letter-spacing:.08em;font-weight:700;color:#666660}@media(max-width:520px){.balance-card .wallet-actions{margin-left:-16px;margin-right:-16px}}.balance-card .wallet-actions-devnet{grid-template-columns:repeat(3,minmax(0,1fr))}.asset-symbol,.token-symbol,.asset-badge,.token-badge{background:transparent!important;border:0!important;box-shadow:none!important;color:#171717!important}.test-asset-item{border-color:#e7e7e2!important;background:transparent!important;box-shadow:none!important}.test-asset-item:hover{border-color:#d9d9d2!important;box-shadow:none!important}.test-asset-item{background:#fff!important;border-color:#e7e7e2!important;box-shadow:0 2px 8px #1414140a!important}.test-asset-item:before,.test-asset-item:after{background:transparent!important;box-shadow:none!important}.test-asset-item:hover{background:#fff!important;border-color:#d9d9d2!important;box-shadow:0 4px 12px #1414140f!important}.wallet-manager h2{font-size:18px!important}.balance-card .balance{font-size:32px!important;line-height:1.15;letter-spacing:-.035em}.balance-card .balance em{font-size:13px!important}.balance-card .wallet-actions small{font-size:9px!important;letter-spacing:.07em}.asset-name{font-size:14px!important;font-weight:600!important}.asset-symbol{font-size:10px!important}.asset-value{font-size:13px!important}.assets-section>small,.card>small{font-size:10px!important;letter-spacing:.1em}.card h3{font-size:15px}.card p{font-size:13px}.network-select{font-size:11px!important}.balance-card .address-row{border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important}.balance-card .copy-address{border:none!important;background:transparent!important;box-shadow:none!important;padding:2px!important}.balance-card .copy-address:hover{background:transparent!important;box-shadow:none!important}.balance-card .wallet-actions{align-items:start;gap:14px}.balance-card .wallet-actions button{display:flex;flex-direction:column;align-items:center;gap:7px;border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important}.balance-card .wallet-actions .action-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e0;border-radius:12px;background:#fff;font-size:18px;line-height:1}.balance-card .wallet-actions button:hover .action-icon{border-color:#d5d5d0;background:#fafafa}.balance-card .wallet-actions small{font-size:9px!important;letter-spacing:.07em;color:#171717}.balance-card .wallet-actions button{display:flex;flex-direction:column;align-items:center;gap:5px;border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important}.balance-card .wallet-actions .action-icon{width:auto!important;height:auto!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:20px}.balance-card .wallet-actions button:hover .action-icon{border:none!important;background:transparent!important;box-shadow:none!important}header,.topbar,.navbar,.app-header,.header,.header-inner{background:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;border-radius:0!important;outline:0!important}html,body{overflow-x:hidden}.wallet-actions-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.wallet-actions-modern button{min-height:68px;padding:10px 6px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#f7f7f7;color:#171717;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.wallet-actions-modern button:hover:not(:disabled){transform:translateY(-1px);background:#eee;box-shadow:0 4px 12px #0000000f}.wallet-actions-modern button:active:not(:disabled){transform:scale(.97)}.wallet-actions-modern button:disabled{opacity:.5;cursor:not-allowed}.wallet-actions-modern .action-icon{width:30px;height:30px;border-radius:10px;background:#171717;color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;line-height:1}.wallet-actions-modern button small{font-size:10px;font-weight:700;letter-spacing:.04em}@media(max-width:480px){.wallet-actions-modern{gap:8px}.wallet-actions-modern button{min-height:64px;border-radius:14px}.wallet-actions-modern .action-icon{width:28px;height:28px}}.wallet-actions.wallet-actions-modern{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:16px!important}.wallet-actions.wallet-actions-modern>button{min-height:68px!important;padding:10px 6px!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:16px!important;background:#f3f3f3!important;color:#171717!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important}.wallet-actions.wallet-actions-modern>button .action-icon{display:flex!important;width:30px!important;height:30px!important;border-radius:10px!important;background:#171717!important;color:#fff!important;align-items:center!important;justify-content:center!important;font-size:17px!important;line-height:1!important;opacity:1!important;visibility:visible!important}.wallet-actions.wallet-actions-modern>button small{display:block!important;color:#171717!important;font-size:10px!important;font-weight:700!important;letter-spacing:.04em!important;opacity:1!important;visibility:visible!important}@media(max-width:480px){.wallet-actions.wallet-actions-modern{gap:8px!important}.wallet-actions.wallet-actions-modern>button{min-height:64px!important;border-radius:14px!important}.wallet-actions.wallet-actions-modern>button .action-icon{width:28px!important;height:28px!important}}.wallet-actions.wallet-actions-modern>button{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;min-height:64px!important;padding:6px!important}.wallet-actions.wallet-actions-modern>button:hover:not(:disabled){background:transparent!important;box-shadow:none!important;transform:none!important}.wallet-actions.wallet-actions-modern>button .action-icon{background:#171717!important;border-radius:50%!important;width:42px!important;height:42px!important}.wallet-actions.wallet-actions-modern>button small{margin-top:2px!important}.swap-switch{position:relative!important;height:0!important;z-index:20!important}.swap-switch button{position:absolute!important;left:50%!important;top:-2px!important;transform:translate(-50%,-50%)!important;width:58px!important;height:58px!important;min-width:58px!important;padding:0!important;border-radius:50%!important;border:1px solid rgba(0,0,0,.06)!important;background:#fff!important;color:#555!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 5px 16px #0000001a!important;font-size:20px!important}.swap-switch button:hover:not(:disabled){transform:translate(-50%,-50%)!important;background:#fff!important;box-shadow:0 5px 16px #0000001a!important}.swap-box{position:relative!important;z-index:1!important}.swap-switch{height:24px!important}.swap-switch button{top:50%!important;transform:translate(-50%,-50%)!important}.swap-box+.swap-switch+.swap-box{margin-top:0!important}.swap-switch{margin:8px 0!important;height:28px!important}.swap-switch button{transform:translate(-50%,-50%)!important}.swap-switch button:hover:not(:disabled){transform:translate(-50%,-50%)!important}.swap-card>small:first-child{display:block;margin-bottom:14px!important}.page-card>small:first-of-type{display:block!important;margin-bottom:16px!important}.balance-card .wallet-actions button:nth-child(3){display:flex!important;visibility:visible!important;opacity:1!important;color:#171717!important}.balance-card .wallet-actions button:nth-child(3) .action-icon{display:flex!important;visibility:visible!important;opacity:1!important;color:#fff!important;background:#171717!important}.balance-card .wallet-actions button:nth-child(3) small{display:block!important;visibility:visible!important;opacity:1!important;color:#171717!important}.app-shell{max-width:1180px;margin:0 auto}.wallet-manager{background:#fff;border:1px solid #e5e5df;border-radius:16px;padding:20px;box-shadow:none}.wallet-manager h2{font-size:20px;font-weight:600}.balance-card{background:#fff;border:1px solid #e5e5df;border-radius:18px;box-shadow:none;padding:28px}.balance-card .balance{font-size:42px;font-weight:600;letter-spacing:-.045em}.address-row{margin-top:10px}.wallet-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}.wallet-actions button{min-height:52px;border-radius:12px;border:1px solid #deded7;background:#171717;color:#fff;font-weight:600}.wallet-actions button:hover{transform:none;opacity:.92}.wallet-actions button .action-icon{font-size:18px}.wallet-actions button small{color:inherit}.assets-section{margin-top:20px}.assets-section>small{display:block;margin-bottom:10px;color:#777773;letter-spacing:.08em}.asset-item{background:#fff;border:1px solid #e5e5df;border-radius:14px;padding:16px 18px}.asset-name{font-weight:600;font-size:15px}.asset-symbol{margin-top:3px;color:#888883}.asset-value{font-weight:600}.card{box-shadow:none}.card[style*="cursor:pointer"]{border:1px solid #e5e5df;border-radius:14px}.add-wallet-button{width:40px;height:40px;border-radius:10px;border:1px solid #deded7;background:#fff;font-size:22px}.page-card{border:1px solid #e5e5df;border-radius:18px;box-shadow:none}.danger{border-radius:10px}@media(max-width:700px){.wallet-manager{padding:16px}.balance-card{padding:20px}.balance-card .balance{font-size:32px}.wallet-actions{grid-template-columns:repeat(2,1fr)}}.settings-page{max-width:680px;margin:0 auto}.settings-group{margin-top:28px}.settings-group>small{display:block;margin-bottom:10px;color:#777773;letter-spacing:.08em}.settings-item{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border:1px solid #e5e5df;border-radius:12px;background:#fff;color:#171717;margin-bottom:8px;text-align:left}.settings-item:hover{background:#f8f8f5}.danger-setting{color:#c0392b}.wallet-nav{display:flex;flex-direction:column;gap:6px;margin-top:14px}.wallet-nav button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border:1px solid transparent;border-radius:10px;background:transparent;color:#171717;font-size:14px;text-align:left}.wallet-nav .wallet-nav-active{background:#f1f1ec;border-color:#e5e5df;font-weight:600}.wallet-menu{width:300px}@media(max-width:700px){.wallet-menu{width:calc(100vw - 24px)}}.wallet-menu{position:fixed;left:0;top:64px;bottom:0;width:250px;height:auto;margin:0;border:0;border-right:1px solid #e5e5df;border-radius:0;background:#fff;z-index:50;padding:22px 18px;box-shadow:none}.wallet-menu-header{padding:0 8px 14px;border-bottom:0}.wallet-nav{gap:4px;margin-top:8px}.wallet-nav button{min-height:52px;padding:0 14px;border-radius:10px;font-size:15px}.wallet-nav button:hover{background:#f5f5f1}.wallet-nav .wallet-nav-active{background:#f5f5f1;border-color:transparent;font-weight:600}main:has(.wallet-menu){padding-left:250px}@media(max-width:700px){.wallet-menu{width:220px;top:60px;padding:18px 14px}main:has(.wallet-menu){padding-left:220px}.wallet-nav button{min-height:48px;font-size:14px}}header{min-height:68px;padding:0 24px;border-bottom:1px solid #e5e5df;background:#fff}.rialo-brand{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:700;letter-spacing:.12em}.rialo-logo{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #171717;border-radius:8px;font-size:15px;letter-spacing:0}.header-actions{gap:12px}.network-select{height:34px;border:1px solid #e5e5df;border-radius:9px;background:#fff;padding:0 10px;font-size:12px}.menu-button{width:36px;height:36px;border:1px solid #e5e5df;border-radius:9px;background:#fff;font-size:20px;padding:0}.wallet-menu{top:68px;width:36vw;max-width:560px;padding:30px 26px;background:#fff;border-right:1px solid #e5e5df}main:has(.wallet-menu){padding-left:36vw}.wallet-menu-header{padding:0 8px 18px}.wallet-nav{margin-top:8px;gap:3px}.wallet-nav button{min-height:56px;padding:0 16px;border-radius:11px;font-size:15px}.wallet-nav button span:last-child{font-size:20px;color:#777}.wallet-nav .wallet-nav-active{background:#f5f5f1}.wallet-manager{background:transparent;border:0;border-radius:0;box-shadow:none;padding:18px 0 12px}.wallet-manager h2{font-size:24px;font-weight:600;letter-spacing:-.03em}.wallet-manager select{width:100%;min-height:46px;margin-top:14px;border:1px solid #deded7;border-radius:10px;background:#fff;padding:0 14px}.balance-card{background:transparent;border:0;border-top:1px solid #e7e7e1;border-bottom:1px solid #e7e7e1;border-radius:0;box-shadow:none;padding:30px 0 0}.balance-card .balance{font-size:40px;line-height:1.05;font-weight:600;letter-spacing:-.05em}.balance-card .balance em{font-size:15px;font-style:normal;letter-spacing:0}.address-row{margin-top:12px;color:#8b8b85}.wallet-actions{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px;padding-bottom:22px}.wallet-actions button{min-height:58px;border-radius:30px;border:1px solid #deded7;background:#fff;color:#171717}.wallet-actions button:first-child{background:#171717;color:#fff}.wallet-actions button:hover{opacity:1;transform:none}.assets-section{margin-top:30px}.asset-item{border:0;border-bottom:1px solid #e5e5df;border-radius:0;background:transparent;padding:17px 4px}.card[style*="cursor:pointer"]{margin-top:28px!important;border:0;border-top:1px solid #e5e5df;border-radius:0;background:transparent;padding:22px 0}.card[style*="cursor:pointer"] .row{border-bottom:1px solid #e5e5df}.wallet-manager~.danger,.balance-card~.danger{display:none!important}@media(min-width:1000px){main:has(.wallet-menu){padding-left:36vw}.wallet-manager,.balance-card,.assets-section,.card[style*="cursor:pointer"]{max-width:900px}}@media(max-width:700px){header{min-height:60px;padding:0 12px}.rialo-brand{font-size:14px}.rialo-logo{width:24px;height:24px}.wallet-menu{top:60px;width:36vw;min-width:205px;padding:22px 14px}main:has(.wallet-menu){padding-left:36vw}.wallet-manager{padding-top:12px}.wallet-manager h2{font-size:18px}.balance-card .balance{font-size:30px}.wallet-actions{gap:8px}.wallet-actions button{min-height:52px}}.wallet-menu-backdrop{position:fixed;inset:0;background:#00000014;z-index:998}.wallet-menu{z-index:999}.wallet-menu-backdrop{position:fixed;inset:0;z-index:998;background:#00000014}.wallet-menu{z-index:999;touch-action:pan-y}.wallet-manager{padding:28px 0 18px}.wallet-manager>.row:first-child{margin-bottom:4px}.wallet-manager h2{margin:0;font-size:25px;line-height:1.2;font-weight:600}.wallet-manager>.row:first-child:after{content:"›";margin-left:auto;font-size:30px;color:#777}.wallet-manager .add-wallet-button{position:absolute;opacity:0;pointer-events:none}.wallet-manager>.row:first-child{position:relative}.wallet-manager>.row:nth-child(2){margin-top:8px!important}.wallet-manager>.row:nth-child(2) select{border:0;background:transparent;padding:0;margin:0;height:auto;min-height:0;font-size:13px;color:#888}.balance-card{padding:18px 0 0;border:0}.balance-label{display:none}.balance-card .balance{margin-top:0!important;font-size:42px;line-height:1.08;font-weight:600;letter-spacing:-.05em}.balance-card .balance em{font-size:17px;font-weight:500}.address-row{margin-top:10px;font-size:13px}.address-row code{color:#92928c}.copy-address{border:0;background:transparent;padding:3px;color:#777}.wallet-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px;padding-bottom:26px}.wallet-actions button{min-height:60px;border-radius:32px;border:1px solid #deded7;background:#fff;color:#171717;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.wallet-actions button:first-child{background:#171717;color:#fff;border-color:#171717}.wallet-actions button .action-icon{font-size:20px}.wallet-actions button small{font-size:14px;font-weight:600}.wallet-actions button:nth-child(n+3){display:none}.assets-section{margin-top:0;padding-top:24px;border-top:1px solid #e5e5df}.assets-section>small{display:none}.asset-item{padding:18px 4px;border-bottom:1px solid #e5e5df}.card[style*="cursor:pointer"]{margin-top:30px!important;padding:22px 0 0;border:0;border-top:1px solid #e5e5df;border-radius:0;background:transparent}.card[style*="cursor:pointer"]>div:first-child{padding-bottom:14px}.card[style*="cursor:pointer"]>div:first-child span{display:none}.card[style*="cursor:pointer"]>div:first-child:after{content:""}@media(min-width:701px){main{padding-right:5vw}.wallet-manager,.balance-card,.assets-section,.card[style*="cursor:pointer"]{max-width:900px}.wallet-actions button{min-height:64px}}@media(max-width:700px){.wallet-manager h2{font-size:21px}.balance-card .balance{font-size:34px}.wallet-actions{gap:10px}.wallet-actions button{min-height:56px}}.wallet-actions.wallet-actions-modern{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important;margin-top:28px!important}.wallet-actions.wallet-actions-modern button{width:100%!important;min-width:0!important;max-width:none!important;height:58px!important;min-height:58px!important;border-radius:30px!important;padding:0 20px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:10px!important}.wallet-actions.wallet-actions-modern button:first-child{background:#171717!important;color:#fff!important;border:1px solid #171717!important}.wallet-actions.wallet-actions-modern button:nth-child(2){display:flex!important;background:#fff!important;color:#171717!important;border:1px solid #deded7!important}.wallet-actions.wallet-actions-modern button .action-icon{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;font-size:20px!important}.wallet-actions.wallet-actions-modern button small{font-size:14px!important;font-weight:600!important;color:inherit!important}.balance-card{border:0!important;border-top:0!important;border-bottom:0!important;padding-bottom:0!important}.wallet-actions.wallet-actions-modern{border:0!important;border-top:0!important;border-bottom:0!important;padding:0!important;margin:28px 0 0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important}.wallet-actions.wallet-actions-modern:before,.wallet-actions.wallet-actions-modern:after{display:none!important;content:none!important}.wallet-actions.wallet-actions-modern button{position:relative!important;display:flex!important;width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0 24px!important;border-radius:30px!important;border:1px solid #deded7!important;box-sizing:border-box!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:10px!important;box-shadow:none!important;transform:none!important}.wallet-actions.wallet-actions-modern button:first-child{background:#171717!important;color:#fff!important;border-color:#171717!important}.wallet-actions.wallet-actions-modern button:nth-child(2){background:#fff!important;color:#171717!important;border-color:#deded7!important}.wallet-actions.wallet-actions-modern button .action-icon{display:inline!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;font-size:20px!important;line-height:1!important}.wallet-actions.wallet-actions-modern button small{display:inline!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1!important;font-weight:600!important;color:inherit!important}@media(max-width:700px){.wallet-actions.wallet-actions-modern{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.wallet-actions.wallet-actions-modern button{height:54px!important;min-height:54px!important;padding:0 12px!important}}.wallet-manager,.balance-card,.assets-section,.card[style*="cursor:pointer"]{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.wallet-manager{padding:28px 0 10px!important}.wallet-manager>.row:first-child{border:0!important;background:transparent!important}.wallet-manager select{background:transparent!important;border:0!important;box-shadow:none!important}.balance-card{padding:24px 0 0!important}.balance-card .balance{background:transparent!important}.wallet-actions.wallet-actions-modern{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin-top:30px!important}.assets-section{margin-top:36px!important;padding:0!important}.asset-item{background:transparent!important;border:0!important;border-top:1px solid #e8e8e3!important;border-bottom:1px solid #e8e8e3!important;border-radius:0!important;box-shadow:none!important;padding:18px 4px!important}.card[style*="cursor:pointer"]{margin-top:32px!important;padding:20px 0!important;border-top:1px solid #e8e8e3!important;border-bottom:1px solid #e8e8e3!important}.action-icon{display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;width:20px!important;height:20px!important}.action-icon svg{display:block!important}.wallet-actions.wallet-actions-modern button{border-radius:30px!important;box-shadow:none!important}@media(max-width:700px){.wallet-manager,.balance-card,.assets-section,.card[style*="cursor:pointer"]{width:100%!important}.wallet-manager,.balance-card{padding-top:20px!important}}.assets-section{margin-top:42px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.section-title{margin:0 0 12px!important;padding:0 4px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.08em!important;color:#777!important}.test-asset-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:64px!important;padding:14px 4px!important;margin:0!important;background:transparent!important;border:0!important;border-top:1px solid #e8e8e3!important;border-bottom:1px solid #e8e8e3!important;border-radius:0!important;box-shadow:none!important;cursor:pointer!important}.test-asset-row .asset-name{font-weight:650!important}.test-asset-row .asset-symbol{color:#888!important;font-size:12px!important;margin-top:3px!important}.test-asset-row .asset-value{font-weight:600!important}.activity-section{width:100%!important;margin:34px 0 0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;cursor:pointer!important}.activity-title{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:0!important;padding:0 4px 12px!important}.activity-title span{font-size:22px!important;font-weight:400!important;letter-spacing:0!important}.activity-section>div:nth-child(2){margin-top:0!important;padding:0!important;background:transparent!important;border:0!important}.activity-section .row{width:100%!important;min-height:58px!important;padding:12px 4px!important;margin:0!important;background:transparent!important;border:0!important;border-top:1px solid #e8e8e3!important;border-radius:0!important;box-shadow:none!important}.activity-section .row:last-child{border-bottom:1px solid #e8e8e3!important}.assets-section{margin-top:42px!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}.section-title{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 0 12px!important;padding:0 4px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.08em!important;color:#777!important}.test-asset-row{display:flex!important;justify-content:space-between!important;align-items:center!important;min-height:64px!important;width:100%!important;padding:14px 4px!important;margin:0!important;background:none!important;border:0!important;border-top:1px solid #e8e8e3!important;border-bottom:1px solid #e8e8e3!important;border-radius:0!important;box-shadow:none!important}.activity-section{width:100%!important;margin:36px 0 0!important;padding:0!important;background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}.activity-title{margin-bottom:0!important}.activity-list{margin:0!important;padding:0!important;background:none!important;border:0!important}.activity-row{display:flex!important;justify-content:space-between!important;align-items:center!important;min-height:58px!important;width:100%!important;padding:12px 4px!important;margin:0!important;background:none!important;border:0!important;border-top:1px solid #e8e8e3!important;border-radius:0!important;box-shadow:none!important}.activity-row:last-child{border-bottom:1px solid #e8e8e3!important}.activity-title{font-size:12px!important;font-weight:600!important;letter-spacing:.08em!important;color:#777!important;line-height:normal!important}.activity-title span:first-child{font-size:12px!important;font-weight:600!important;letter-spacing:.08em!important;color:#777!important}.action-icon-receive{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;color:#111!important;opacity:1!important;visibility:visible!important}.action-icon-receive svg{display:block!important;width:20px!important;height:20px!important;color:#111!important;stroke:#111!important;opacity:1!important;visibility:visible!important}.main-wallet-address code{font-size:13px!important}.main-wallet-address .copy-address{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer!important}.main-wallet-address .copy-address svg{width:17px!important;height:17px!important}.main-wallet-header{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;text-align:left!important;cursor:pointer!important}.main-wallet-header h2{margin:4px 0 0!important}.main-wallet-arrow{font-size:28px!important;line-height:1!important;font-weight:300!important}.main-wallet-address{display:flex!important;align-items:center!important;gap:10px!important;margin-top:12px!important;padding:0!important}.main-wallet-address .copy-address{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;padding:0!important;border:0!important;background:transparent!important}.main-wallet-header,.main-wallet-header:hover,.main-wallet-header:focus,.main-wallet-header:active{color:#111!important;background:transparent!important}.main-wallet-header small,.main-wallet-header h2,.main-wallet-arrow,.main-wallet-address,.main-wallet-address code,.main-wallet-address .copy-address{color:#111!important}.main-wallet-address .copy-address svg{stroke:#111!important}.wallet-picker{margin-top:14px;padding-top:14px;border-top:1px solid #e8e8e3}.wallet-list{margin-top:8px}.wallet-option{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:13px 4px!important;margin:0!important;border:0!important;border-bottom:1px solid #e8e8e3!important;border-radius:0!important;background:transparent!important;color:#111!important;text-align:left!important}.wallet-option-info{display:flex;flex-direction:column;gap:3px}.wallet-option-info strong{color:#111!important;font-size:14px}.wallet-option-info small{color:#777!important;font-size:12px}.wallet-option-active{font-weight:600!important}.add-new-wallet{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;padding:15px 4px!important;margin-top:4px!important;border:0!important;background:transparent!important;color:#111!important;text-align:left!important}.add-new-wallet span:first-child{font-size:22px!important;font-weight:300!important}.add-wallet-options{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid #e8e8e3}.add-wallet-options button{width:100%}.wallet-name-line{display:flex;align-items:center;gap:7px}.wallet-edit-name{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;padding:0!important;border:0!important;background:transparent!important;color:#777!important;font-size:14px!important;line-height:1!important;cursor:pointer!important}.wallet-edit-name:hover{color:#111!important}.rialo-brand{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;line-height:inherit!important}.rialo-brand{font-family:inherit!important;font-weight:600!important}footer{text-align:center}main:has(.card.center){min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:center}main:has(.card.center) .card.center{margin-top:0!important;margin-bottom:0!important}
