:root {
  --bg: #001c12;
  --panel: #294f45;
  --panel-2: #09271d;
  --line: #29473d;
  --lime: #c5ff35;
  --lime-2: #b7ff00;
  --white: #f8faf8;
  --muted: #aeb8b3;
  --danger: #ff6468;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #0d1511; }
button, input { font: inherit; }
button { cursor: pointer; }
.prototype-shell { min-height: 100vh; display: flex; justify-content: center; align-items: center; gap: 28px; padding: 24px; }
.phone { position: relative; width: 390px; height: 844px; flex: 0 0 auto; overflow: hidden; background: var(--bg); color: var(--white); box-shadow: 0 26px 80px #0009; border-radius: 34px; border: 8px solid #171c19; }
.flow-controller { width: 310px; color: #eaf0ed; }
.flow-controller header { margin-bottom: 11px; }
.flow-controller header span { color: var(--lime); font-size: 9px; letter-spacing: .14em; font-weight: 800; }
.flow-controller h1 { margin: 5px 0 0; font-size: 20px; }
.flow-list { display: grid; gap: 5px; }
.flow-button { width: 100%; min-height: 43px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 8px; padding: 6px 8px; text-align: left; color: #dfe7e3; background: #14231c; border: 1px solid #31463d; border-radius: 10px; transition: .18s ease; }
.flow-button:hover { background: #1a2d24; border-color: #53675e; transform: translateX(3px); }
.flow-button.active { color: #fff; background: #26483e; border-color: var(--lime); box-shadow: 0 0 0 1px #b7ff0028; }
.flow-button b { display: grid; place-items: center; width: 28px; height: 28px; color: var(--lime); background: #092119; border-radius: 7px; font-size: 10px; }
.flow-button span { font-size: 12px; font-weight: 650; }
.flow-button em { color: #87958e; font-size: 9px; font-style: normal; white-space: nowrap; }
.flow-button.active em { color: var(--lime); }
.flow-sub-button { width: calc(100% - 18px); min-height: 34px; justify-self: end; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 7px; margin-top: -1px; padding: 5px 8px; color: #9eada6; text-align: left; background: #0d1d16; border: 1px solid #2b4138; border-radius: 9px; }
.flow-sub-button > span { color: #6f8379; }.flow-sub-button strong { font-size: 11px; font-weight: 600; }.flow-sub-button em { color: #66796f; font-size: 9px; font-style: normal; }
.flow-sub-button:hover,.flow-sub-button.active { color: #fff; background: #213d34; border-color: var(--lime); }.flow-sub-button.active > span,.flow-sub-button.active em { color: var(--lime); }

.screen { position: absolute; inset: 0; background: var(--bg); overflow: hidden; animation: screenIn .22s ease-out; }
@keyframes screenIn { from { opacity: .25; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.status { height: 43px; display: flex; justify-content: space-between; align-items: center; padding: 9px 19px 0; font-weight: 750; font-size: 15px; }
.status-icons { display: flex; align-items: center; gap: 7px; }
.signal { width: 17px; height: 12px; background: linear-gradient(90deg,#fff 0 16%,transparent 16% 25%,#fff 25% 43%,transparent 43% 52%,#fff 52% 70%,transparent 70% 79%,#fff 79%); clip-path: polygon(0 100%,0 72%,20% 72%,20% 52%,45% 52%,45% 30%,72% 30%,72% 5%,100% 5%,100% 100%); }
.wifi { width: 16px; height: 12px; border-top: 3px solid #fff; border-radius: 50%; position: relative; }
.wifi::after { content:""; position:absolute; width:4px; height:4px; background:#fff; border-radius:50%; left:6px; top:6px; }
.battery { width: 23px; height: 11px; border: 1.5px solid #fff9; border-radius: 3px; padding: 2px; }
.battery::before { content:""; display:block; width:16px; height:5px; background:#fff; border-radius:1px; }
.topbar { height: 61px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; border-bottom: 1px solid #244239; padding: 0 12px; }
.topbar h1 { margin: 0; text-align: center; font-size: 21px; font-weight: 700; }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: transparent; border: 0; border-radius: 50%; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.body { height: calc(100% - 104px); overflow-y: auto; padding: 25px 22px 28px; scrollbar-width: none; }
.body::-webkit-scrollbar { display: none; }
.intro { color: var(--muted); font-size: 16px; line-height: 1.45; margin: 0 0 28px; }
.section-head { display: flex; justify-content: space-between; align-items: center; margin: 0 0 13px; font-size: 17px; }
.section-head + .choice { margin-bottom: 28px; }
.count { color: var(--muted); }
.count b { color: var(--lime); font-weight: 650; }
.choice { width: 100%; min-height: 90px; display: flex; align-items: center; gap: 14px; text-align: left; color: var(--white); background: transparent; border: 1px solid var(--line); border-radius: 18px; padding: 15px; transition: .18s; }
.choice + .choice { margin-top: 12px; }
.choice:active { transform: scale(.985); background: #08281d; }
.choice[disabled] { opacity: .48; cursor: default; }
.choice-icon { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: var(--lime); background: #17352c; }
.choice-icon .icon { width: 28px; height: 28px; }
.choice-copy { flex: 1; min-width: 0; }
.choice-copy strong { display: block; font-size: 17px; font-weight: 650; }
.choice-copy small { display: block; color: var(--muted); font-size: 14px; margin-top: 7px; }
.choice-meta { color: var(--lime); font-size: 14px; font-weight: 650; }
.chevron { color: #bcc4c0; width: 20px; }
.or { display: flex; align-items: center; gap: 14px; color: #929d98; font-size: 13px; margin: 17px 0; }
.or::before,.or::after { content:""; height:1px; flex:1; background:#3a5047; }
.notice { display: flex; gap: 13px; align-items: flex-start; color: var(--muted); border: 1px solid var(--line); border-radius: 16px; padding: 15px; margin-top: 28px; font-size: 13px; line-height: 1.5; }
.notice .icon { color: var(--lime); flex: 0 0 auto; }
.btn { width: 100%; height: 57px; border-radius: 15px; border: 0; font-weight: 750; font-size: 17px; }
.btn-primary { background: linear-gradient(90deg,var(--lime),#d3ff50); color: #07120c; }
.btn-outline { margin-top: 12px; background: transparent; color: var(--lime); border: 1.5px solid var(--lime); }
.btn:disabled { color: #858b88; background: #313734; cursor: default; }
.text-button { display: block; border: 0; color: var(--lime); background: transparent; margin: 18px auto 0; font-weight: 650; }

.home-image { position: absolute; inset: 0 0 72px; background-color: #001c12; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
.home-image.expanded { background-image: url('./assets/home-expanded.png'); }
.home-image.collapsed { background-image: url('./assets/home-collapsed.png'); }
.home-card-toggle { position: absolute; z-index: 3; left: 18px; right: 18px; top: 108px; height: 210px; border: 0; background: transparent; }
.home-bottom-nav { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 72px; display: grid; grid-template-columns: repeat(5,1fr); padding: 6px 9px 5px; background: #001c12; border-top: 1px solid #1b5440; }
.home-bottom-nav button { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 0; color: #fff; background: transparent; border: 0; }
.home-bottom-nav button > span { width: 47px; height: 30px; display: grid; place-items: center; border-radius: 22px; }
.home-bottom-nav button.active > span { color: #001c12; background: var(--lime-2); }
.home-bottom-nav .icon { width: 23px; height: 23px; stroke-width: 2.2; }
.home-bottom-nav small { font-size: 10px; white-space: nowrap; }
.reference-page { position: absolute; inset: 0; background-color: #001c12; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; }
.wallet-reference { background-image: url('./assets/wallet-reference.png'); }
.settings-reference { background-image: url('./assets/settings-reference.png'); }
.settings-row-state { display: grid; place-items: center; min-width: 56px; height: 27px; padding: 0 10px; color: #fff; background: #b84e53; border-radius: 15px; font-size: 10px; font-weight: 700; line-height: 1; }
.settings-menu-layer { position: absolute; z-index: 3; left: 0; right: 0; top: 198px; bottom: 76px; padding: 0 17px; overflow: hidden; background: #001c12; }
.settings-menu-card { overflow: hidden; margin-bottom: 8px; color: #07170f; background: #fffdf6; border-radius: 16px; }
.settings-menu-card button { position: relative; width: calc(100% - 26px); height: 48px; display: flex; align-items: center; gap: 12px; margin: 0 13px; padding: 0; color: #07170f; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #e6e6df; }
.settings-menu-card button:last-child { border-bottom: 0; }
.settings-menu-card button > span { flex: 1; font-size: 17px; font-weight: 500; }
.settings-menu-card button > b { color: #a4afb2; font-size: 27px; font-weight: 300; }
.settings-menu-card button > .settings-row-state { flex: 0 0 auto; color: #fff; font-size: 10px; font-style: normal; }
.settings-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; border-radius: 10px; font-style: normal; font-weight: 700; }
.settings-icon .icon { width: 20px; height: 20px; }
.settings-icon.security { color: #062315; background: #baff55; }.settings-icon.payment { background: #215f4b; }.settings-icon.freeze { background: #f15d61; }.settings-icon.binding,.settings-icon.language { background: #3373e7; }.settings-icon.device,.settings-icon.about { background: #003c31; }.settings-icon.logistics { background: #ff7f3b; }.settings-icon.address { color: #16301f; background: #ffc767; }.settings-icon.privacy { background: #f15d61; }.settings-icon.logout-icon { background: #236453; }
.settings-menu-card.logout { margin-top: 0; }.settings-menu-card.logout button { height: 49px; }
.payment-screen { background: #001c12; }
.payment-overview-body,.payment-detail-body { padding: 18px 18px 34px; }
.payment-intro h2 { margin: 0; font-size: 20px; }.payment-intro p { margin: 7px 0 17px; color: #91a198; font-size: 13px; }
.payment-card-stack { display: grid; gap: 12px; }
.payment-card-stack > button { position: relative; min-height: 158px; padding: 0; color: #fff; text-align: left; background: transparent; border: 0; border-radius: 21px; }
.payment-card-stack > button + button { margin-top: -34px; }
.payment-card-stack > button > i { position: absolute; right: 18px; top: 50%; z-index: 3; color: #fff9; font-size: 30px; font-style: normal; transform: translateY(-50%); }
.payment-card-visual { position: relative; height: 184px; overflow: hidden; padding: 26px 22px; color: #fff; border: 1px solid #ffffff52; border-radius: 22px; box-shadow: 0 15px 28px #0005; }
.payment-card-visual::before,.payment-card-visual::after { content:""; position:absolute; border:1px solid #ffffff18; border-radius:50%; }.payment-card-visual::before { width:190px; height:190px; right:-70px; top:-80px; }.payment-card-visual::after { width:125px; height:125px; right:-25px; bottom:-75px; }
.payment-card-visual.identity { background: linear-gradient(145deg,#173b57,#0b2439 58%,#0a1929); }.payment-card-visual.payment { background: linear-gradient(145deg,#286f58,#123f32 58%,#082d24); }
.payment-card-visual.compact { height: 158px; padding: 20px; }
.payment-card-mark { display: grid; place-items: center; width: 35px; height: 35px; color: #d6ff7d; background: #ffffff18; border: 1px solid #ffffff26; border-radius: 10px; font-family: Georgia,serif; font-size: 20px; font-weight: 700; }
.payment-card-type { position: absolute; left: 66px; top: 24px; font-size: 9px; font-weight: 750; letter-spacing: .18em; opacity: .72; }.payment-card-visual.compact .payment-card-type { top: 19px; }
.payment-card-visual > strong { position: absolute; left: 22px; top: 72px; font-size: 23px; }.payment-card-visual.compact > strong { left: 20px; top: 60px; font-size: 21px; }
.payment-card-visual > small { position: absolute; left: 22px; top: 108px; color: #c8d6d0; font-size: 11px; }.payment-card-visual.compact > small { left: 20px; top: 91px; }
.payment-card-number { position: absolute; left: 22px; bottom: 21px; font-size: 13px; font-weight: 700; letter-spacing: .08em; }.payment-card-visual.compact .payment-card-number { left: 20px; bottom: 17px; }
.payment-card-chip { position: absolute; right: 21px; top: 25px; width: 34px; height: 26px; border-radius: 7px; background: linear-gradient(135deg,#d9bd77,#92713a); box-shadow: inset 0 0 0 1px #ffefb266; }
.payment-card-status { position: absolute; right: 20px; bottom: 20px; padding: 6px 10px; color: #062218; background: #c5ff35; border-radius: 16px; font-size: 10px; font-style: normal; font-weight: 750; }.payment-card-status.off { color: #fff; background: #c7565b; }
.stack-card-meta { position: absolute; z-index: 2; right: 52px; top: 68px; width: 142px; text-align: right; }.stack-card-meta b,.stack-card-meta small { display: block; }.stack-card-meta b { font-size: 11px; }.stack-card-meta small { margin-top: 7px; color: #d3ddd8; font-size: 9px; }
.payment-card-stack .payment-card-status { display: none; }
.payment-rule-note { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; padding: 15px; color: #dce8e2; background: #0b2e23; border: 1px solid #315246; border-radius: 15px; }.payment-rule-note .icon { width: 21px; color: var(--lime); }.payment-rule-note span { flex: 1; }.payment-rule-note strong,.payment-rule-note small { display: block; }.payment-rule-note strong { font-size: 13px; }.payment-rule-note small { margin-top: 5px; color: #8fa59b; font-size: 11px; line-height: 1.45; }
.payment-detail-body { padding-bottom: 45px; }
.payment-detail-body > .payment-card-visual { margin-bottom: 14px; }
.payment-account-locked { margin: 0 0 12px; padding: 11px 13px; color: #ffc9ca; background: #54272a; border-radius: 12px; font-size: 12px; }
.payment-control-card { overflow: hidden; background: #15342a; border: 1px solid #315246; border-radius: 16px; }
.payment-control-row { width: calc(100% - 26px); min-height: 67px; display: flex; align-items: center; gap: 10px; margin: 0 13px; padding: 10px 0; color: #fff; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #315246; }.payment-control-row:last-child { border-bottom: 0; }.payment-control-row > span { flex: 1; min-width: 0; }.payment-control-row strong,.payment-control-row small { display: block; }.payment-control-row strong { font-size: 14px; }.payment-control-row small { margin-top: 5px; color: #8fa59b; font-size: 10px; }.payment-control-row > em { color: #fff; font-size: 12px; font-style: normal; font-weight: 650; }.payment-control-row > b { color: #83988e; font-size: 24px; font-weight: 300; }
.ui-switch { position: relative; width: 43px; height: 25px; flex: 0 0 auto; background: #53635c; border-radius: 15px; }.ui-switch b { position: absolute; left: 3px; top: 3px; width: 19px; height: 19px; background: #fff; border-radius: 50%; transition: .2s; }.ui-switch.on { background: var(--lime); }.ui-switch.on b { left: 21px; background: #0a2118; }
.payment-section-title { margin: 17px 2px 8px; color: #aebeb6; font-size: 12px; font-weight: 500; }
.daily-usage { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; padding: 13px; }.daily-usage span:first-child small,.daily-usage span:first-child strong { display: block; }.daily-usage span:first-child small { color: #8fa59b; font-size: 10px; }.daily-usage span:first-child strong { margin-top: 4px; font-size: 14px; }.daily-usage > span:nth-child(2) { align-self: end; color: var(--lime); font-size: 12px; }.daily-usage > i { grid-column: 1 / -1; height: 5px; overflow: hidden; background: #355046; border-radius: 5px; }.daily-usage > i b { display: block; height: 100%; background: var(--lime); border-radius: 5px; }
.daily-usage > div { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 4px; }.daily-usage > div small { color: #8fa59b; font-size: 10px; }.daily-usage > div strong { font-size: 12px; }
.payment-policy-copy { margin: 16px 6px 0; color: #769087; font-size: 10px; line-height: 1.5; text-align: center; }
.payment-sheet-scrim { position: absolute; z-index: 9; inset: 0; background: #0009; }.payment-limit-sheet { position: absolute; z-index: 10; left: 0; right: 0; bottom: 0; padding: 13px 20px 22px; color: #fff; background: #102d23; border-radius: 24px 24px 0 0; box-shadow: 0 -20px 55px #0008; }.sheet-handle { display: block; width: 42px; height: 4px; margin: 0 auto 17px; background: #6f847a; border-radius: 3px; }.payment-limit-sheet h2 { margin: 0; font-size: 20px; }.payment-limit-sheet > p { margin: 6px 0 17px; color: #8fa59b; font-size: 12px; }.payment-limit-sheet label { height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: #092118; border: 1px solid #3f5d51; border-radius: 14px; }.payment-limit-sheet label span { color: #9fb0a8; font-size: 12px; }.payment-limit-sheet input { flex: 1; min-width: 0; color: #fff; text-align: right; background: transparent; border: 0; outline: 0; font-size: 22px; font-weight: 700; }.payment-limit-sheet label em { color: #a8b7b0; font-size: 11px; font-style: normal; }.payment-limit-sheet > small { display: block; margin-top: 10px; color: #7f958b; font-size: 10px; }.payment-limit-sheet > div { display: grid; grid-template-columns: 1fr 1.45fr; gap: 10px; margin-top: 19px; }.payment-limit-sheet .btn { margin: 0; height: 50px; }
.payment-limit-sheet label.has-error { border-color: var(--danger); box-shadow: 0 0 0 2px #ff64681f; }.payment-limit-sheet > p.limit-error { margin: 8px 0 0; color: var(--danger); font-size: 11px; line-height: 1.4; }.payment-limit-sheet > p.limit-error:empty { display: none; }
.payment-setting-toast { position: absolute; z-index: 12; left: 50%; bottom: 26px; min-width: 180px; padding: 11px 16px; color: #07150e; text-align: center; background: var(--lime); border-radius: 14px; box-shadow: 0 10px 30px #0008; font-size: 12px; font-weight: 700; transform: translateX(-50%); }
.reference-nav { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 76px; display: grid; grid-template-columns: repeat(5,1fr); }
.reference-nav button { border: 0; background: transparent; }
.wallet-hotspot { position: absolute; z-index: 3; border: 0; background: transparent; }
.wallet-hotspot.receive { left: 34%; top: 30%; width: 31%; height: 11%; }
.wallet-hotspot.send { left: 5%; top: 30%; width: 29%; height: 11%; }
.wallet-hotspot.eth-row { left: 5%; top: 65%; width: 90%; height: 7.5%; }
.wallet-hotspot.trx-row { left: 5%; top: 72%; width: 90%; height: 7.5%; }
.asset-alert { position: absolute; z-index: 4; display: grid; place-items: center; width: 16px; height: 16px; color: #4a3400; background: #ffc84a; border: 2px solid #fff8dc; border-radius: 50%; font-size: 10px; font-weight: 900; box-shadow: 0 1px 4px #0005; pointer-events: none; }
.eth-alert { left: 25%; top: 64.9%; }
.trx-alert { left: 25%; top: 71.2%; }

.flow-cn .topbar h1 { font-size: 19px; }
.cn-intro { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.currency-body { padding-top: 20px; }
.currency-list { border-top: 1px solid #244239; }
.currency-row { width: 100%; min-height: 67px; display: flex; align-items: center; gap: 12px; padding: 9px 3px; color: #fff; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #244239; }
.currency-row > span:nth-child(2) { flex: 1; }
.currency-row strong, .currency-row small { display: block; }
.currency-row strong { font-size: 16px; }
.currency-row small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.currency-row em { display: grid; place-items: center; width: 17px; height: 17px; color: #4a3400; background: #ffc84a; border-radius: 50%; font-size: 11px; font-style: normal; font-weight: 900; }
.currency-row .chevron { width: 17px; }
.token-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; color: #fff; font-size: 20px; font-weight: 800; }
.token-icon.btc { background: #f7931a; }
.token-icon.eth { background: #627eea; }
.token-icon.usdt { background: #26a17b; }
.token-icon.trx { background: #ef0027; }
.token-icon.mrd { color: #f2c363; background: #062d5e; border: 2px solid #c68b30; }

.receive-body { padding-top: 18px; padding-bottom: 105px; }
.receive-token { display: grid; justify-items: center; gap: 5px; margin-bottom: 16px; }
.receive-token strong { font-size: 19px; }
.receive-token small { color: var(--muted); }
.fake-qr { position: relative; width: 210px; height: 210px; margin: 0 auto 16px; border: 12px solid #fffdf4; border-radius: 16px; background: repeating-conic-gradient(#031b12 0 25%,#fffdf4 0 50%) 0 0/18px 18px; box-shadow: inset 0 0 0 6px #fffdf4; overflow: hidden; }
.fake-qr i,.fake-qr b,.fake-qr em { position: absolute; width: 50px; height: 50px; border: 9px solid #031b12; background: #fffdf4; box-shadow: inset 0 0 0 8px #031b12; }
.fake-qr i { left: 8px; top: 8px; }
.fake-qr b { right: 8px; top: 8px; }
.fake-qr em { left: 8px; bottom: 8px; }
.address-box { display: flex; align-items: center; gap: 8px; min-height: 53px; padding: 10px 12px; border: 1px solid #29473d; border-radius: 12px; background: #08251b; }
.address-box span { flex: 1; min-width: 0; overflow-wrap: anywhere; font-size: 11px; line-height: 1.4; }
.address-box button { color: var(--lime); background: transparent; border: 0; font-size: 12px; }
.deploy-warning { margin-top: 13px; padding: 13px; color: #f7e6b5; background: #3a2d0d; border: 1px solid #8a6a1e; border-radius: 13px; }
.deploy-warning strong { display: flex; align-items: center; gap: 7px; color: #ffd45f; font-size: 13px; }
.deploy-warning strong span { display: grid; place-items: center; width: 17px; height: 17px; color: #4a3400; background: #ffc84a; border-radius: 50%; font-weight: 900; }
.deploy-warning p { margin: 8px 0 5px; font-size: 12px; line-height: 1.5; }
.deploy-warning small { color: #cabd93; font-size: 11px; }

.token-detail-body { padding-top: 14px; }
.token-detail-head { display: grid; justify-items: center; text-align: center; }
.token-detail-head strong { margin-top: 6px; font-size: 17px; }
.token-detail-head small { color: var(--muted); }
.token-detail-head h2 { margin: 20px 0 2px; font-size: 34px; }
.token-detail-head p { margin: 0; color: var(--muted); }
.token-actions { display: flex; justify-content: center; gap: 54px; margin: 24px 0; }
.token-actions button { display: grid; justify-items: center; gap: 7px; color: #fff; background: transparent; border: 0; }
.token-actions button .icon { width: 42px; height: 42px; padding: 10px; background: #1b352c; border-radius: 50%; }
.token-actions button span { font-size: 13px; }
.token-quote,.history-item { display: flex; align-items: center; gap: 10px; padding: 13px; background: #1a3229; border-radius: 13px; }
.token-quote { justify-content: space-between; }
.token-quote > div:last-child { text-align: right; }
.token-quote strong,.token-quote small,.history-item strong,.history-item small { display: block; }
.token-quote small,.history-item small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.green { color: #5fd06f !important; }
.history-title { margin: 25px 0 12px; font-size: 15px; font-weight: 500; }
.history-item { margin-bottom: 9px; }
.history-item > span { display: grid; place-items: center; width: 34px; height: 34px; background: #29443a; border-radius: 50%; }
.history-item > div:nth-child(2) { flex: 1; }
.history-item > div:last-child { text-align: right; }
.token-scrim { position: absolute; z-index: 6; inset: 0; background: #00130ddd; backdrop-filter: blur(1px); }
.token-warning-modal { position: absolute; z-index: 7; left: 7%; right: 7%; top: 50%; transform: translateY(-50%); padding: 23px 20px 20px; text-align: center; color: #fff; background: #2e5046; border-radius: 21px; box-shadow: 0 24px 70px #0009; }
.warning-symbol,.info-warning { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 13px; color: #4a3400; background: #ffc84a; border-radius: 50%; font-size: 25px; font-weight: 900; }
.token-warning-modal h2 { margin: 0 0 14px; font-size: 21px; }
.token-warning-modal p { margin: 8px 0; color: #e5ece8; text-align: left; font-size: 13px; line-height: 1.55; }
.learn-link { display: block; margin: 15px auto 17px; padding: 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 13px; }
.info-body { padding-bottom: 110px; }
.info-body > h2 { margin: 0 0 20px; text-align: center; font-size: 22px; }
.info-body > p,.info-body section p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.info-body section { margin-top: 14px; padding: 14px; background: #173229; border: 1px solid #29473d; border-radius: 13px; }
.info-body section strong { font-size: 14px; }
.info-body section p { margin: 7px 0 0; }
.scrim { position: absolute; z-index: 3; inset: 0; background: #00130dd1; backdrop-filter: blur(1px); }
.modal { position: absolute; z-index: 4; left: 7.5%; right: 7.5%; top: 50%; transform: translateY(-50%); padding: 24px 20px 21px; border-radius: 22px; background: linear-gradient(145deg,#31594f,#24483f); box-shadow: 0 25px 70px #0008; }
.modal-head { display: flex; align-items: center; gap: 11px; padding-right: 24px; }
.modal-head .icon { color: var(--lime); width: 28px; height: 28px; }
.modal h2 { margin: 0; font-size: 21px; }
.modal p { color: #edf3f0; line-height: 1.55; margin: 18px 0 22px; font-size: 15px; }
.modal.mandatory { padding-top: 27px; }
.support-link { width: 100%; display: flex; align-items: center; gap: 12px; margin-top: 25px; padding: 15px 4px; color: var(--white); background: transparent; border: 0; border-top: 1px solid #2d4b40; text-align: left; }
.support-link > .icon:first-child { color: var(--lime); }
.support-link > span { flex: 1; }
.support-link strong, .support-link small { display: block; }
.support-link strong { font-size: 15px; font-weight: 600; }
.support-link small { color: var(--lime); margin-top: 4px; font-size: 14px; }

.hero { text-align: center; padding: 70px 8px 0; }
.hero-icon { width: 130px; height: 130px; margin: 0 auto 32px; display: grid; place-items: center; border-radius: 30px; color: var(--lime); background: #18352c; border: 1px solid #385046; }
.hero-icon .icon { width: 76px; height: 76px; stroke-width: 1.6; }
.hero h2 { font-size: 28px; margin: 0 0 17px; }
.hero p { color: var(--muted); line-height: 1.5; margin: 0 auto; max-width: 310px; }
.security-line { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 25px; color: var(--muted); font-size: 13px; }
.security-line .icon { color: var(--lime); width: 20px; }
.bottom-actions { position: absolute; left: 22px; right: 22px; bottom: 28px; }

.otp-title { margin: 12px 0 7px; font-size: 25px; }
.otp-subtitle { margin: 0 0 28px; color: var(--muted); line-height: 1.5; }
.otp { display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; margin-bottom: 13px; }
.otp input { width: 100%; height: 53px; border: 1px solid #3b564b; border-radius: 10px; background: #0a2a20; color: #fff; text-align: center; font-size: 22px; outline: none; }
.otp input:focus { border-color: var(--lime); box-shadow: 0 0 0 2px #b7ff0028; }
.error { min-height: 20px; color: var(--danger); font-size: 13px; margin-bottom: 18px; }
.code-hint { color: #7f8e87; font-size: 12px; text-align: center; margin-top: 17px; }

.system-sheet { position: absolute; z-index: 4; inset: 0; display: flex; align-items: flex-end; background: #0009; }
.system-card { width: 100%; background: #f7f7f8; color: #161716; text-align: center; border-radius: 25px 25px 0 0; padding: 27px 24px 30px; animation: sheetUp .25s ease-out; }
@keyframes sheetUp { from { transform: translateY(100%); } }
.system-card .hero-icon { width: 70px; height: 70px; border-radius: 20px; background: #e8ecea; color: #18251f; margin-bottom: 16px; }
.system-card .hero-icon .icon { width: 42px; height: 42px; }
.system-card h3 { margin: 0; font-size: 22px; }
.system-card p { color: #616662; font-size: 14px; line-height: 1.45; margin: 9px 0 21px; }
.system-card .btn-outline { color: #25342d; border-color: #a6aca9; }

.success { display: grid; place-items: center; text-align: center; height: 100%; padding: 30px; }
.success-mark { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; color: #092015; background: var(--lime); box-shadow: 0 0 0 14px #b7ff0015; }
.success-mark .icon { width: 51px; height: 51px; stroke-width: 2.5; }
.success h2 { margin: 35px 0 12px; font-size: 28px; }
.success p { color: var(--muted); line-height: 1.55; margin: 0; }
.success .btn { margin-top: 44px; }
.placeholder { height: 100%; display: grid; place-items: center; padding: 35px; text-align: center; }
.placeholder-index { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 25px; border-radius: 20px; color: var(--lime); background: #18352c; border: 1px solid #3b564b; font-size: 22px; font-weight: 800; }
.placeholder h2 { margin: 0 0 12px; font-size: 24px; }
.placeholder p { margin: 0; color: var(--muted); line-height: 1.55; }
.toast { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 90px; padding: 13px 15px; color: #0c1d14; background: var(--lime); border-radius: 13px; text-align: center; font-weight: 700; animation: toastIn .3s ease-out; }
@keyframes toastIn { from { transform: translateY(20px); opacity: 0; } }

.support-body { padding-bottom: 110px; }
.support-intro { display: flex; align-items: center; gap: 14px; margin-bottom: 29px; }
.support-intro h2 { margin: 0; font-size: 20px; }
.support-intro p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.field-label { display: block; margin: 18px 0 9px; color: #dfe5e2; font-size: 14px; font-weight: 600; }
.read-only-field, .message-field { width: 100%; border: 1px solid #365248; border-radius: 13px; background: #09281e; color: var(--white); }
.read-only-field { padding: 15px; color: #cbd3cf; font-size: 14px; }
.message-field { min-height: 154px; resize: none; padding: 14px; outline: none; line-height: 1.45; }
.message-field:focus { border-color: var(--lime); box-shadow: 0 0 0 2px #b7ff0020; }
.message-field::placeholder { color: #6f8078; }
.field-meta { min-height: 24px; display: flex; justify-content: space-between; padding-top: 7px; color: #788981; font-size: 12px; }
.field-meta #supportError { color: var(--danger); }
.privacy-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 17px; color: #8e9d96; font-size: 12px; line-height: 1.45; }
.privacy-note .icon { width: 19px; height: 19px; color: var(--lime); flex: 0 0 auto; }
.ticket-summary { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid #29473d; background: #08241b; }
.ticket-summary small, .ticket-summary strong { display: block; }
.ticket-summary small { color: var(--muted); margin-bottom: 5px; }
.ticket-summary strong { font-size: 15px; }
.pending-dot { color: #ffc95d; font-size: 12px; padding: 7px 9px; border: 1px solid #6b5730; border-radius: 20px; background: #2b2718; }
.chat-body { position: absolute; top: 186px; bottom: 130px; left: 0; right: 0; overflow-y: auto; padding: 18px; }
.chat-row { display: flex; flex-direction: column; margin-bottom: 17px; }
.chat-row.user { align-items: flex-end; }
.chat-row.system { align-items: flex-start; }
.bubble { max-width: 82%; padding: 12px 14px; border-radius: 16px; font-size: 14px; line-height: 1.45; }
.chat-row.user .bubble { color: #092015; background: var(--lime); border-bottom-right-radius: 5px; }
.chat-row.system .bubble { color: #e4e9e6; background: #18352c; border-bottom-left-radius: 5px; }
.chat-row time { margin-top: 5px; color: #77877f; font-size: 11px; }
.chat-composer { position: absolute; left: 15px; right: 15px; bottom: 61px; height: 55px; display: flex; align-items: center; gap: 8px; border: 1px solid #365248; border-radius: 16px; padding: 7px 7px 7px 13px; background: #09281e; }
.chat-composer textarea { flex: 1; resize: none; border: 0; outline: 0; color: #fff; background: transparent; line-height: 38px; }
.chat-composer button { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 11px; color: #092015; background: var(--lime); }
.back-verification { position: absolute; bottom: 16px; left: 0; right: 0; margin: auto; border: 0; color: var(--lime); background: transparent; font-weight: 650; }

.flow-hero { padding: 14px 22px 21px; border-bottom: 1px solid var(--line); }
.flow-hero > span { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.flow-hero h1 { margin: 8px 0 9px; font-size: 25px; }
.flow-hero p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.flow-three-body { height: calc(100% - 174px); padding-top: 25px; }
.scenario-card { width: 100%; display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding: 17px 14px; color: #fff; text-align: left; background: #153229; border: 1px solid #355248; border-radius: 17px; }
.scenario-card > span:nth-child(2) { flex: 1; }
.scenario-card strong,.scenario-card small,.scenario-card em { display: block; }
.scenario-card strong { font-size: 16px; }
.scenario-card small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.scenario-card em { margin-top: 9px; color: var(--lime); font-size: 12px; font-style: normal; }
.flow-note { display: flex; gap: 10px; margin-top: 24px; padding: 14px; color: var(--muted); background: #0b281f; border-radius: 13px; font-size: 12px; line-height: 1.5; }
.flow-note .icon { flex: 0 0 auto; width: 19px; color: var(--lime); }
.send-body,.quote-body { padding-bottom: 150px; }
.network-pill { display: flex; align-items: center; gap: 12px; padding: 13px; background: #173229; border-radius: 14px; }
.network-pill > span:nth-child(2) { flex: 1; }
.network-pill strong,.network-pill small { display: block; }
.network-pill small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.network-pill b { display: grid; place-items: center; width: 20px; height: 20px; color: #4a3400; background: #ffc84a; border-radius: 50%; }
.send-input,.amount-field { width: 100%; min-height: 56px; color: #fff; background: #09281e; border: 1px solid #365248; border-radius: 13px; }
.send-input { padding: 0 14px; font-size: 13px; outline: 0; }
.amount-field { display: flex; align-items: center; padding: 0 14px; }
.amount-field input { flex: 1; min-width: 0; color: #fff; background: transparent; border: 0; outline: 0; font-size: 25px; }
.amount-field span { color: var(--lime); font-weight: 750; }
.balance-line { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); font-size: 12px; }
.balance-line strong { color: #fff; }
.form-error { min-height: 20px; margin-top: 10px; color: var(--danger); font-size: 12px; line-height: 1.4; }
.quote-summary { padding: 8px 0 21px; text-align: center; }
.quote-summary small,.quote-summary p { color: var(--muted); }
.quote-summary h2 { margin: 9px 0; font-size: 31px; }
.quote-summary h2 span { font-size: 16px; }
.quote-summary p { margin: 0; font-size: 12px; }
.fee-card { padding: 16px; background: #173229; border: 1px solid #355248; border-radius: 16px; }
.fee-card h3 { display: flex; justify-content: space-between; margin: 0 0 12px; font-size: 15px; }
.fee-card h3 span { color: #ffd66c; font-size: 11px; font-weight: 500; }
.fee-card > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; color: var(--muted); border-top: 1px solid #2b493f; font-size: 12px; }
.fee-card > div strong { color: #fff; white-space: nowrap; }
.fee-card em { display: block; margin-top: 4px; color: var(--lime); font-size: 10px; font-style: normal; }
.fee-card .fee-total { padding-bottom: 0; color: #fff; font-size: 14px; font-weight: 750; }
.fee-card .fee-total strong { color: var(--lime); }
.settlement-copy { color: var(--muted); font-size: 12px; line-height: 1.55; }
.simulate-link { margin-right: 15px; padding: 0; color: #aeb8b3; background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 11px; }
.danger-link { color: #ff9295; }
.transaction-summary { padding-bottom: 15px; }
.summary-token { display: flex; justify-content: center; margin: 9px 0 6px; }
.transaction-summary h2 { margin-top: 7px; }
.transaction-card { padding: 5px 14px; background: #173229; border-radius: 14px; }
.transaction-card > div { display: grid; grid-template-columns: 54px 1fr; gap: 10px; padding: 11px 0; border-bottom: 1px solid #29473d; font-size: 12px; }
.transaction-card > div:last-child { border-bottom: 0; }
.transaction-card span { color: #879990; }
.transaction-card strong { min-width: 0; overflow-wrap: anywhere; text-align: right; font-weight: 550; }
.compact-fees { margin-top: 8px; padding: 3px 14px 9px; color: #c4cec9; background: #102b22; border: 1px solid #25443a; border-radius: 12px; }
.compact-fees > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 39px; border-bottom: 1px solid #244239; font-size: 12px; }
.compact-fees > div strong { color: #e3e9e6; font-weight: 550; white-space: nowrap; }
.compact-fees .deployment-fee-row { color: #9daaa4; }
.deployment-fee-row small { display: block; margin-top: 2px; color: #697a72; font-size: 9px; }
.compact-fees .compact-total { color: #dfe6e2; }
.compact-fees .compact-total strong { color: #fff; font-weight: 700; }
.compact-fees > p { margin: 8px 0 0; color: #65766e; font-size: 9px; line-height: 1.4; }
.value-skeleton { display: block; width: 76px; height: 11px; background: linear-gradient(90deg,#243f35 25%,#476158 50%,#243f35 75%); background-size: 200% 100%; border-radius: 6px; animation: skeleton 1s linear infinite; }
@keyframes skeleton { to { background-position: -200% 0; } }
.fees-refreshing { pointer-events: none; }
.transaction-actions { position: absolute; left: 22px; right: 22px; bottom: 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; }
.transaction-actions .btn-outline { margin-top: 0; }
.send-address-body { padding-top: 18px; padding-bottom: 110px; }
.address-entry { min-height: 160px; padding: 14px; background: #173229; border: 1px solid #29473d; border-radius: 15px; }
.address-entry textarea { width: 100%; height: 92px; resize: none; padding: 0; color: #fff; background: transparent; border: 0; outline: 0; font-size: 14px; line-height: 1.5; }
.address-entry textarea::placeholder { color: #74867d; }
.address-entry > div { display: flex; justify-content: flex-end; gap: 8px; }
.address-entry button { width: 34px; height: 34px; color: #dbe3df; background: #29443a; border: 0; border-radius: 50%; }
.send-currency-body { padding-top: 20px; }
.send-currency-row { width: 100%; display: flex; align-items: center; gap: 11px; min-height: 73px; padding: 9px 2px; color: #fff; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #244239; }
.send-currency-row > span:nth-child(2) { flex: 1; }
.send-currency-row > span:nth-child(3) { text-align: right; }
.send-currency-row strong,.send-currency-row small { display: block; }
.send-currency-row small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.amount-screen-body { padding-top: 42px; }
.amount-title { display: flex; justify-content: center; align-items: baseline; }
.amount-title input { width: 155px; padding: 0; color: #fff; text-align: right; background: transparent; border: 0; outline: 0; font-size: 38px; font-weight: 650; }
.amount-title span { color: #7d8d85; font-size: 25px; font-weight: 650; }
.amount-usd { width: max-content; margin: 8px auto 36px; padding: 5px 10px; color: #77877f; background: #0b261d; border-radius: 20px; font-size: 12px; }
.available-card { display: flex; align-items: center; gap: 10px; min-height: 66px; padding: 12px; background: #09251c; border: 1px solid #29473d; border-radius: 13px; }
.available-card > span:nth-child(2) { flex: 1; }
.available-card small,.available-card strong { display: block; }
.available-card small { color: var(--muted); font-size: 11px; }
.available-card strong { margin-top: 3px; font-size: 13px; }
.available-card button { color: var(--lime); background: transparent; border: 0; font-size: 12px; font-weight: 700; }
.transaction-verify-body { padding-bottom: 30px; }
.transaction-verify-body .intro { margin-bottom: 24px; }
.transaction-verify-body .verified-choice { margin-bottom: 25px; }
.additional-head { margin-top: 5px; }
.transaction-result-body { padding: 20px 22px 110px; }
.result-hero { display: grid; justify-items: center; padding: 10px 0 24px; }
.result-hero h2 { margin: 18px 0 9px; font-size: 31px; }
.result-hero > strong { color: var(--lime); font-size: 18px; }
.result-detail-card { padding: 5px 15px; background: #173229; border-radius: 15px; }
.result-detail-card > div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid #2c493f; font-size: 12px; }
.result-detail-card > div:last-child { border-bottom: 0; }
.result-detail-card span { color: #9caaa3; }
.result-detail-card strong { min-width: 0; overflow-wrap: anywhere; text-align: right; font-weight: 550; }
.result-topbar { height: 61px; display: grid; place-items: center; border-bottom: 1px solid #244239; }
.result-topbar h1 { margin: 0; font-size: 21px; }
.creation-pending-note { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 13px 14px; color: #dce5e0; background: #102b22; border: 1px solid #29473d; border-radius: 13px; }
.creation-pending-note > span:last-child { flex: 1; }
.creation-pending-note strong,.creation-pending-note small { display: block; }
.creation-pending-note strong { font-size: 13px; font-weight: 650; }
.creation-pending-note small { margin-top: 4px; color: #85968e; font-size: 11px; }
.mini-spinner { width: 23px; height: 23px; flex: 0 0 auto; border: 2px solid #355248; border-top-color: var(--lime); border-radius: 50%; animation: spin .8s linear infinite; }
.new-review-body { padding: 16px 18px 130px; }
.recipient-card { display: grid; justify-items: center; padding: 17px 14px 14px; background: #192e26; border-radius: 14px; }
.recipient-card > small { color: #98a69f; font-size: 12px; }
.recipient-avatar { display: grid; place-items: center; width: 38px; height: 38px; margin: 9px 0 5px; background: #66bd76; border-radius: 50%; font-size: 22px; }
.recipient-card > strong { font-size: 13px; font-weight: 550; }
.recipient-card h2 { margin: 14px 0 0; font-size: 29px; }
.review-details,.result-new-details { margin-top: 9px; padding: 12px 15px 7px; background: #192e26; border-radius: 14px; }
.card-caption { display: block; margin-bottom: 8px; color: #829189; font-size: 11px; }
.review-details > div,.result-new-details > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 42px; border-bottom: 1px solid #294139; color: #98a69f; font-size: 12px; }
.review-details > div strong,.result-new-details > div strong { max-width: 68%; color: #fff; text-align: right; overflow-wrap: anywhere; font-weight: 550; }
.review-details i,.result-new-details i { color: #8b9992; font-style: normal; }
.review-details > button,.result-new-details > button { display: block; margin: 8px auto 1px; color: #8d9a94; background: transparent; border: 0; font-size: 10px; }
.review-details { padding-bottom: 10px; }
.review-fees { margin-top: 9px; padding: 0 15px; background: #192e26; border-radius: 14px; }
.review-fees > div { display: flex; align-items: center; justify-content: space-between; min-height: 43px; border-bottom: 1px solid #294139; color: #a6b2ac; font-size: 12px; }
.review-fees > div:last-child { border-bottom: 0; }
.review-fees strong { color: #fff; font-weight: 550; }
.review-fees small { display: block; margin-top: 2px; color: #66776f; font-size: 9px; }
.new-result-body { padding: 10px 18px 205px; }
.completed-hero { display: grid; justify-items: center; padding: 8px 0 16px; }
.completed-check { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 12px; color: #77cf7e; background: #0d291f; border-radius: 50%; }
.completed-check .icon { width: 29px; height: 29px; stroke-width: 2.5; }
.completed-hero small { color: #e1e7e4; font-size: 14px; }
.completed-hero h2 { margin: 7px 0 0; font-size: 29px; }
.result-new-details { margin-top: 0; }
.contact-strip { display: flex; align-items: center; gap: 9px; margin-top: 13px; padding: 9px 12px; border: 1px solid #466057; border-radius: 12px; }
.contact-strip .recipient-avatar { width: 34px; height: 34px; margin: 0; font-size: 19px; }
.contact-strip > span:nth-child(2) { flex: 1; }
.contact-strip strong,.contact-strip small { display: block; }
.contact-strip strong { font-size: 12px; }.contact-strip small { margin-top: 2px; color: #85938c; font-size: 10px; }
.contact-strip button { padding: 7px 10px; color: #08140d; background: var(--lime); border: 0; border-radius: 8px; font-size: 10px; font-weight: 750; }
.result-contact { position: absolute; left: 22px; right: 22px; bottom: 98px; z-index: 2; margin: 0; background: #08241b; }
.freeze-body { padding: 18px 20px 120px; }
.freeze-status { display: grid; justify-items: center; padding: 22px 16px; text-align: center; background: #173229; border: 1px solid #355248; border-radius: 18px; }
.freeze-status > span { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 12px; color: #0b1b12; background: var(--lime); border-radius: 50%; font-size: 31px; }
.freeze-status > span .icon { width: 31px; height: 31px; }
.freeze-status small { color: #8fa098; }
.freeze-status h2 { margin: 5px 0 6px; font-size: 24px; }
.freeze-status p { margin: 0; color: var(--muted); font-size: 12px; }
.freeze-status.is-locked { background: #29191a; border-color: #713b3e; }
.freeze-status.is-locked > span { color: #fff; background: #e6555b; }
.freeze-status.is-locked h2 { color: #ff8589; }
.freeze-explain,.freeze-impact { margin-top: 14px; padding: 15px; background: #102b22; border-radius: 15px; }
.freeze-explain h3,.freeze-impact h3 { margin: 0 0 8px; font-size: 14px; }
.freeze-explain > div,.freeze-impact > div { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid #29443a; }
.freeze-explain .icon { width: 23px; color: #9fb0a7; }
.freeze-explain span,.freeze-impact span { flex: 1; }
.freeze-explain strong,.freeze-explain small,.freeze-impact strong,.freeze-impact small { display: block; }
.freeze-explain strong,.freeze-impact strong { font-size: 13px; }.freeze-explain small,.freeze-impact small { margin-top: 4px; color: #84958d; font-size: 11px; }
.freeze-impact i { display: grid; place-items: center; width: 23px; height: 23px; color: #ff8589; background: #51282b; border-radius: 50%; font-style: normal; }
.freeze-impact .allowed i { color: var(--lime); background: #214335; }
.freeze-note { margin: 14px 4px 0; color: #788a81; text-align: center; font-size: 11px; }
.danger-outline { color: #ff7b80; background: transparent; border: 1.5px solid #e75a60; }
.danger-solid { color: #fff; background: #d8494f; }
.lock-confirm-modal { position: absolute; z-index: 7; left: 7%; right: 7%; top: 50%; transform: translateY(-50%); padding: 23px 20px 20px; text-align: center; background: #2b3e37; border-radius: 20px; box-shadow: 0 24px 70px #0009; }
.lock-modal-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 15px; color: #ff7b80; background: #51282b; border-radius: 50%; }
.lock-confirm-modal h2 { margin: 0; font-size: 21px; }.lock-confirm-modal p { margin: 13px 0 20px; color: #c6d0cb; text-align: left; font-size: 13px; line-height: 1.55; }
.security-record { margin-top: 13px; padding: 13px 15px; background: #102b22; border-radius: 13px; }.security-record span,.security-record strong,.security-record small { display: block; }.security-record span,.security-record small { color: #82938b; font-size: 10px; }.security-record strong { margin: 6px 0; font-size: 13px; }
.freeze-time { display: flex; align-items: center; justify-content: space-between; }.freeze-time strong { margin: 0; font-variant-numeric: tabular-nums; }
.unlock-verify-body { padding-bottom: 30px; }.unlock-heading { text-align: center; padding: 15px 0 28px; }.unlock-heading > span { display: grid; place-items: center; width: 68px; height: 68px; margin: auto; color: var(--lime); background: #17352c; border-radius: 20px; }.unlock-heading h2 { margin: 15px 0 7px; }.unlock-heading p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.home-frozen-inline { position: absolute; z-index: 5; right: 31px; display: flex; align-items: center; gap: 4px; height: 21px; padding: 0; color: #dc686d; background: transparent; border: 0; }
.home-frozen-inline.expanded { top: 303px; }.home-frozen-inline.collapsed { top: 172px; }
.home-frozen-inline > span { display: grid; place-items: center; width: 15px; height: 15px; color: #fff; background: #b8494e; border-radius: 50%; font-size: 8px; }
.home-frozen-inline strong { font-size: 10px; font-weight: 650; white-space: nowrap; }
.compact-lock-chip { position: absolute; z-index: 5; padding: 6px 10px; color: #fff; background: #a83e43e8; border: 1px solid #d66c70; border-radius: 18px; font-size: 10px; font-weight: 700; }
.wallet-lock-chip { right: 17px; top: 108px; }
.lock-blocked-toast { bottom: 88px; }
.credentials-screen { background: #001c12; }
.credentials-profile { height: 94px; display: flex; align-items: center; gap: 10px; padding: 4px 18px 12px; }
.credentials-avatar { position: relative; display: grid; place-items: center; width: 48px; height: 48px; background: #45b879; border-radius: 50%; font-size: 30px; }
.credentials-avatar i { position: absolute; right: -2px; bottom: 0; display: grid; place-items: center; width: 16px; height: 16px; color: #06150d; background: var(--lime); border: 2px solid #001c12; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 800; }
.credentials-profile > span:nth-child(2) { min-width: 0; }.credentials-profile > span:nth-child(2) strong,.credentials-profile > span:nth-child(2) small { display: block; }.credentials-profile > span:nth-child(2) strong { font-size: 21px; }.credentials-profile > span:nth-child(2) small { margin-top: 4px; color: #91a198; font-size: 12px; }
.credentials-profile > button { width: 25px; height: 25px; color: #fff; background: #173229; border: 0; border-radius: 50%; }
.profile-tools { margin-left: auto; display: flex; gap: 14px; }.profile-tools button { padding: 0; color: #fff; background: transparent; border: 0; font-size: 28px; }
.credentials-panel { position: absolute; left: 18px; right: 18px; top: 137px; overflow: hidden; color: #092017; background: #fffdf6; border-radius: 22px; }
.credential-feature { position: relative; width: 100%; min-height: 128px; display: flex; align-items: center; padding: 18px 50px 18px 19px; color: #082018; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #dde1d9; }
.credential-feature.identity { min-height: 178px; background: #f1f4ed; }.credential-feature > span:first-child { flex: 1; z-index: 1; }.credential-feature small,.credential-feature strong,.credential-feature em { display: block; }.credential-feature small { margin-bottom: 7px; font-size: 11px; font-weight: 750; }.credential-feature > span:first-child strong { font-size: 21px; }.credential-feature em { margin-top: 9px; color: #66756e; font-size: 11px; font-style: normal; }.feature-arrow { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #97a49d; font-size: 35px; font-weight: 300; }
.feature-art { position: relative; width: 118px; height: 72px; flex: 0 0 auto; margin-left: 8px; font-style: normal; }.identity-art b { position: absolute; display: grid; place-items: center; width: 54px; height: 54px; background: #fff; border: 1px solid #d6ddd7; border-radius: 16px; }.identity-art b:nth-child(1) { left: 2px; top: 5px; transform: rotate(-5deg); }.identity-art b:nth-child(2) { left: 48px; top: 8px; transform: rotate(5deg); }.identity-art strong { position: absolute; left: 34px; top: 30px; display: grid; place-items: center; width: 57px; height: 57px; background: #d1ff69; border-radius: 18px; font-size: 16px; }
.wallet-art b { position: absolute; width: 80px; height: 53px; right: 0; border-radius: 14px; background: #205d45; }.wallet-art b:nth-child(1) { top: 0; right: 18px; opacity: .42; transform: rotate(-7deg); }.wallet-art b:nth-child(2) { top: 8px; right: 9px; opacity: .65; }.wallet-art b:nth-child(3) { top: 17px; }
.switch-art { width: 108px; height: 62px; padding: 10px; color: #fff; background: #173e31; border-radius: 15px; }.switch-art b { display: block; }.switch-art .icon { width: 23px; }
.card-art { width: 108px; height: 63px; padding: 13px; color: #fff; background: #205d45; border-radius: 15px; }.card-art b,.card-art small { display: block; }.card-art b { font-size: 17px; }.card-art small { margin-top: 8px; color: #fff; font-size: 10px; }
.credentials-panel footer { height: 49px; display: flex; justify-content: center; align-items: center; gap: 8px; color: #71847b; font-size: 10px; }.credentials-panel footer .icon { width: 16px; color: #658c7c; }
.credentials-nav { position: absolute; z-index: 6; left: 0; right: 0; bottom: 0; height: 76px; display: grid; grid-template-columns: repeat(5,1fr); padding: 6px 7px 5px; background: #001c12; border-top: 1px solid #1b5440; }.credentials-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 0; color: #fff; background: transparent; border: 0; }.credentials-nav button > span { width: 47px; height: 30px; display: grid; place-items: center; border-radius: 22px; }.credentials-nav button.active > span { color: #001c12; background: var(--lime-2); }.credentials-nav .icon { width: 23px; height: 23px; }.credentials-nav small { font-size: 10px; }
.center-state { height: calc(100% - 104px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.center-state h2 { margin: 21px 0 10px; }
.center-state p { margin: 0 0 30px; color: var(--muted); line-height: 1.55; }
.center-state .btn { max-width: 320px; }
.failure-mark { display: grid; place-items: center; width: 75px; height: 75px; color: #fff; background: #9f3438; border-radius: 50%; font-size: 48px; font-weight: 300; }
.processing { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; }
.spinner { width: 84px; height: 84px; margin-bottom: 25px; border: 7px solid #24483c; border-top-color: var(--lime); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.processing > small { color: var(--lime); }
.processing h2 { margin: 10px 0; font-size: 23px; }
.processing > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.step-track { width: 100%; margin-top: 40px; text-align: left; }
.step-track div { display: flex; align-items: center; gap: 12px; padding: 9px 0; color: #687a72; }
.step-track i { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #40564d; border-radius: 50%; font-size: 11px; font-style: normal; }
.step-track .active { color: #fff; }.step-track .active i { color: #07120c; background: var(--lime); border-color: var(--lime); }.step-track .done { color: #9eb0a8; }.step-track .done i { color: var(--lime); border-color: var(--lime); }
.transfer-success { padding: 24px; }
.transfer-success .success-mark { margin: auto; }
.transfer-success h2 { margin-top: 25px; }
.transfer-success .btn { margin-top: 25px; }
.result-card { margin-top: 25px; padding: 8px 15px; text-align: left; background: #173229; border-radius: 14px; }
.result-card div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #2b493f; font-size: 12px; }.result-card div:last-child { border-bottom: 0; }.result-card span { color: var(--muted); }

/* Flow 05 · Device management */
.device-screen { background: #001c12; }
.device-body,.device-detail-body { padding: 17px 18px 34px; }
.device-intro { margin: 0 0 13px; color: #8c9d94; font-size: 11px; }
.device-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; padding: 4px; background: #0d2b20; border: 1px solid #23463a; border-radius: 13px; }
.device-tabs button { height: 35px; padding: 0; color: #84968d; background: transparent; border: 0; border-radius: 9px; font-size: 11px; }
.device-tabs button.active { color: #07170e; background: var(--lime); font-weight: 750; }
.current-device-card { position: relative; margin-top: 14px; padding: 16px; background: linear-gradient(140deg,#173c2f,#10291f); border: 1px solid #426759; border-radius: 17px; }
.current-device-card > div small,.current-device-card > div strong,.current-device-card > div span { display: block; }
.current-device-card > div small { color: #91a59b; font-size: 10px; }
.current-device-card > div strong { margin-top: 5px; font-size: 18px; }
.current-device-card > div span { margin-top: 3px; color: #91a59b; font-size: 11px; }
.current-device-card > b { position: absolute; top: 16px; right: 16px; padding: 5px 8px; color: #a8ff40; background: #173c27; border-radius: 12px; font-size: 9px; }
.current-device-card > p { display: flex; align-items: center; gap: 6px; margin: 14px 0 0; padding-top: 11px; color: #a6b6ae; border-top: 1px solid #315044; font-size: 10px; }
.current-device-card > p .icon { width: 14px; color: var(--lime); }
.current-device-card > button { position: absolute; right: 14px; bottom: 10px; padding: 4px; color: #c5ff35; background: transparent; border: 0; font-size: 10px; }
.current-device-card > button span { margin-left: 3px; font-size: 16px; }
.device-section-title { display: flex; align-items: center; gap: 6px; margin: 18px 2px 9px; font-size: 13px; }
.device-section-title span { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; color: #092016; background: var(--lime); border-radius: 10px; font-size: 9px; }
.device-list-card,.device-history-card,.device-info-card,.device-activity-preview { overflow: hidden; background: #102b22; border: 1px solid #2b4a3f; border-radius: 15px; }
.device-row { width: 100%; min-height: 77px; display: flex; align-items: center; gap: 12px; padding: 12px 13px; color: #fff; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #29453b; }
.device-row:last-child { border-bottom: 0; }
.device-glyph { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: var(--lime); background: #173b2e; border-radius: 12px; font-size: 23px; font-style: normal; }
.device-glyph .icon { width: 23px; }
.device-row > span { min-width: 0; flex: 1; }
.device-row strong,.device-row small,.device-row em { display: block; }
.device-row strong { font-size: 13px; }
.device-row small { margin-top: 4px; color: #9aaba2; font-size: 10px; }
.device-row em { margin-top: 5px; color: #6f847a; font-size: 9px; font-style: normal; }
.device-chevron { color: #91a59b; font-size: 24px; font-weight: 300; }
.current-device-badge { padding: 5px 8px; color: #092016; background: var(--lime); border-radius: 11px; font-size: 9px; }
.empty-device-state { padding: 32px 10px; color: #81938a; text-align: center; font-size: 11px; }
.device-history-card { margin-top: 14px; }
.device-history-row { min-height: 83px; display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: start; padding: 13px 12px; border-bottom: 1px solid #29453b; }
.device-history-row:last-child { border-bottom: 0; }
.history-state { display: grid; place-items: center; width: 29px; height: 29px; color: #07160e; background: var(--lime); border-radius: 50%; font-style: normal; font-weight: 800; }
.history-state.is-failed { color: #fff; background: #d9575d; }
.history-state.is-access { color: #a8ff40; background: #214438; }
.device-history-row strong,.device-history-row small,.device-history-row em { display: block; }
.device-history-row strong { font-size: 12px; }
.device-history-row small { margin-top: 4px; color: #a0afa7; font-size: 10px; }
.device-history-row em { margin-top: 4px; color: #70857a; font-size: 9px; font-style: normal; }
.device-history-row time { color: #82968c; font-size: 9px; white-space: nowrap; }
.device-detail-hero { display: grid; justify-items: center; padding: 14px 12px 18px; text-align: center; }
.device-detail-hero .device-glyph { width: 62px; height: 62px; border-radius: 18px; font-size: 31px; }
.device-detail-hero h2 { margin: 12px 0 3px; font-size: 21px; }
.device-detail-hero p { margin: 0; color: #8fa198; font-size: 11px; }
.device-detail-hero > b { margin-top: 10px; padding: 5px 9px; color: var(--lime); background: #17382c; border-radius: 12px; font-size: 9px; }
.device-info-card { padding: 1px 14px; }
.device-info-card > div { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #29453b; font-size: 11px; }
.device-info-card > div:last-child { border-bottom: 0; }
.device-info-card span { color: #91a39a; }
.device-info-card strong { max-width: 65%; text-align: right; font-weight: 550; }
.device-activity-preview { padding: 0 14px; }
.device-activity-preview > div { display: flex; align-items: center; gap: 10px; min-height: 55px; border-bottom: 1px solid #29453b; }
.device-activity-preview > div:last-child { border-bottom: 0; }
.device-activity-preview i { display: grid; place-items: center; width: 25px; height: 25px; color: #092016; background: var(--lime); border-radius: 50%; font-style: normal; font-weight: 800; }
.device-activity-preview strong,.device-activity-preview small { display: block; }
.device-activity-preview strong { font-size: 11px; }.device-activity-preview small { margin-top: 3px; color: #81948a; font-size: 9px; }
.current-device-note { margin: 13px 3px 0; color: #73877c; text-align: center; font-size: 10px; line-height: 1.5; }
.remove-device-button { width: 100%; height: 48px; margin-top: 16px; color: #ff7d82; background: transparent; border: 1px solid #d9575d; border-radius: 13px; font-size: 13px; font-weight: 700; }
.device-remove-modal { position: absolute; z-index: 8; left: 7%; right: 7%; top: 50%; transform: translateY(-50%); padding: 22px 20px 18px; text-align: center; background: #294139; border-radius: 20px; box-shadow: 0 25px 70px #000a; }
.device-remove-modal > span { display: grid; place-items: center; width: 57px; height: 57px; margin: 0 auto 14px; color: #ff8186; background: #542c2f; border-radius: 50%; }
.device-remove-modal > span .icon { width: 27px; }
.device-remove-modal h2 { margin: 0; font-size: 20px; }
.device-remove-modal p { margin: 12px 0 18px; color: #bdc9c3; text-align: left; font-size: 12px; line-height: 1.55; }
.device-remove-modal .btn + .btn { margin-top: 9px; }

/* Flow 05 refinement */
.device-body,.device-detail-body { padding: 14px 16px 30px; }
.device-tabs { position: sticky; z-index: 2; top: 0; grid-template-columns: repeat(2,1fr); gap: 0; margin: 0 -2px 15px; padding: 3px; background: #0b281e; border-color: #315044; border-radius: 12px; }
.device-tabs button { height: 39px; color: #91a299; border-radius: 9px; font-size: 12px; font-weight: 600; }
.device-tabs button.active { color: #07170e; background: #c4ff42; box-shadow: 0 3px 11px #0003; }
.device-overview { display: flex; align-items: center; gap: 12px; min-height: 77px; padding: 14px; background: linear-gradient(135deg,#173b2e,#102d23); border: 1px solid #3b6254; border-radius: 16px; }
.device-overview > span { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; color: #092016; background: var(--lime); border-radius: 14px; }
.device-overview > span .icon { width: 23px; }
.device-overview strong,.device-overview small { display: block; }
.device-overview strong { font-size: 15px; }
.device-overview small { margin-top: 5px; color: #91a39a; font-size: 10px; line-height: 1.4; }
.device-section-title { margin: 17px 2px 8px; color: #eff5f2; font-size: 13px; font-weight: 650; }
.device-section-title span { min-width: 18px; height: 18px; color: #0c2117; background: #bfff3e; font-size: 9px; }
.device-list-card,.device-history-card,.device-info-card,.device-activity-preview { background: #122f25; border-color: #315044; border-radius: 14px; }
.device-row { min-height: 82px; gap: 12px; padding: 12px 13px; border-bottom-color: #2d4b40; }
.device-row.is-current { min-height: 87px; background: linear-gradient(90deg,#173a2d,#122f25); }
.device-glyph { width: 46px; height: 46px; color: #bfff3e; background: #214437; border-radius: 13px; }
.device-row.is-current .device-glyph { color: #082017; background: var(--lime); }
.device-glyph .icon { width: 25px; height: 25px; }
.device-row strong { color: #fff; font-size: 14px; font-weight: 650; }
.device-row small { margin-top: 4px; color: #9aaca3; font-size: 11px; }
.device-row em { margin-top: 5px; color: #748a7f; font-size: 10px; }
.device-row.is-current em { color: #9fe938; }
.device-row-end { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.current-device-badge { padding: 5px 8px; color: #0a1c12; background: #bfff3e; border-radius: 10px; font-size: 9px; }
.device-chevron { color: #82978d; font-size: 24px; font-weight: 300; }
.device-safety-tip { margin: 13px 5px 0; color: #758b80; text-align: center; font-size: 10px; line-height: 1.5; }
.device-history-heading { display: flex; align-items: center; justify-content: space-between; margin: 18px 3px 9px; }
.device-history-heading strong { font-size: 14px; }
.device-history-heading span { color: #7f9288; font-size: 10px; }
.device-history-card { margin-top: 0; }
.device-history-row { min-height: 89px; grid-template-columns: 34px minmax(0,1fr) auto; gap: 10px; padding: 14px 12px; border-bottom-color: #2d4b40; }
.history-state { width: 32px; height: 32px; font-size: 14px; }
.device-history-row strong { font-size: 13px; }
.device-history-row small { margin-top: 5px; color: #a6b4ad; font-size: 11px; }
.device-history-row em { margin-top: 5px; color: #758a80; font-size: 10px; }
.device-history-row time { padding-top: 2px; color: #869990; font-size: 9px; }
.login-history-row { grid-template-columns: 38px minmax(0,1fr) auto; }
.login-device-glyph { display: grid; place-items: center; width: 36px; height: 36px; color: #bfff3e; background: #214437; border-radius: 11px; font-style: normal; }
.login-device-glyph .icon { width: 20px; height: 20px; }
.login-history-row strong { color: #fff; font-size: 13px; }
.login-history-row small { color: #9fb0a7; }
.login-history-row em { color: #799086; }
.device-detail-body { padding-top: 12px; }
.device-detail-hero { display: flex; align-items: center; justify-items: initial; gap: 13px; padding: 14px; text-align: left; background: linear-gradient(135deg,#173b2e,#102d23); border: 1px solid #3b6254; border-radius: 16px; }
.device-detail-hero .device-glyph { width: 52px; height: 52px; flex: 0 0 auto; margin: 0; }
.device-detail-hero > div { min-width: 0; flex: 1; }
.device-detail-hero h2 { margin: 0; font-size: 17px; }
.device-detail-hero p { margin-top: 5px; font-size: 11px; }
.device-detail-hero > b { margin: 0; padding: 6px 9px; color: #092016; background: var(--lime); border-radius: 11px; font-size: 9px; }
.device-info-card { padding: 1px 14px; }
.device-info-card > div { min-height: 48px; font-size: 12px; }
.device-info-card span { color: #91a39a; }
.device-info-card strong { max-width: 68%; color: #eef4f1; font-size: 11px; }
.device-info-card .device-online { color: #aff33f; }
.device-activity-preview { padding: 0 14px; }
.device-activity-preview > div { min-height: 60px; }
.device-activity-preview i { width: 28px; height: 28px; }
.device-activity-preview strong { font-size: 12px; }
.device-activity-preview small { margin-top: 4px; font-size: 10px; }
.current-device-note { margin: 14px 5px 0; color: #7e9288; font-size: 10px; }
.remove-device-button { height: 50px; margin-top: 17px; color: #ff7d82; border-color: #d9575d; font-size: 13px; }
.device-remove-modal { left: 8%; right: 8%; padding: 23px 20px 19px; background: #294139; }
.device-remove-modal > span { width: 58px; height: 58px; }
.device-remove-modal > span .icon { width: 28px; }
.device-remove-modal h2 { font-size: 20px; }
.device-remove-modal p { font-size: 12px; }

@media (max-width: 820px) {
  .prototype-shell { padding: 0; display: block; }
  .phone { width: 100vw; height: 100dvh; border: 0; border-radius: 0; box-shadow: none; }
  .flow-controller { display: none; }
}
