:root{--bg-main: #0e1525;--bg-sidebar: #192542;--bg-header: #10192f;--bg-row: #141f3a;--text-light: #ffffff;--text-muted: #8899bb;--divider: #1c2947}body,html{margin:0;padding:0;background-color:var(--bg-main);color:var(--text-light);font-family:Segoe UI,sans-serif;height:100%}.pwa-modal-backdrop{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:9998}.pwa-modal{background:#1a1a1c;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px 20px;width:90%;max-width:360px;color:#fff;box-shadow:0 20px 40px #000000b3;text-align:center}.pwa-modal-header h3{font-size:18px;font-weight:600;margin-bottom:12px}.pwa-modal-text{font-size:14px;color:#fffc;line-height:1.4;margin-bottom:24px}.pwa-modal-actions{display:flex;flex-direction:column;gap:10px}.pwa-btn-primary{background:linear-gradient(90deg,#5d0c85,#1a1a40);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:14px;padding:12px;cursor:pointer;box-shadow:0 12px 32px #5d0c8566;transition:background .3s ease}.pwa-btn-primary:hover{background:linear-gradient(90deg,#6b1fa2,#2a2a60)}.pwa-btn-secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-weight:500;font-size:14px;padding:10px;cursor:pointer}.pwa-btn-secondary:hover{background:#ffffff26}.home-container{--sidebar-width: 240px;--sidebar-width-collapsed: 80px;display:grid;grid-template-columns:var(--sidebar-width) 1fr;height:100dvh;width:100vw;overflow:hidden;background-color:var(--bg-main)}.home-container.collapsed{grid-template-columns:var(--sidebar-width-collapsed) 1fr}.wallet-main{position:relative;grid-column:2;grid-row:1;background-color:var(--bg-main);color:var(--text-light);overflow-y:auto;min-width:0}.wallet-table{width:100%;margin-top:20px;color:var(--text-light);border-radius:12px;overflow:hidden;border:1px solid var(--divider);background-color:var(--bg-card)}.wallet-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;padding:12px 16px;background-color:var(--bg-header);font-weight:700;font-size:14px;color:var(--text-muted);border-bottom:1px solid var(--divider)}.wallet-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;align-items:center;padding:12px 16px;border-bottom:1px solid var(--divider);background-color:var(--bg-row)}.wallet-row:last-child{border-bottom:none}.wallet-col{display:flex;align-items:center;gap:8px;min-width:0}.wallet-col.name .icon{font-size:22px;margin-right:8px}.trend-img{width:100px;height:40px;object-fit:contain}.mobile-detail-view{position:absolute;inset:0;background:#111827;border-top:1px solid #2c2c2c;padding:16px;z-index:999;box-shadow:0 -2px 10px #0006;display:flex;flex-direction:column}.mobile-detail-view .header{display:flex;align-items:center;gap:8px}.mobile-detail-view .amount{font-size:24px;font-weight:700;margin:8px 0}.mobile-detail-view .price{font-size:14px;opacity:.6;margin-bottom:12px}.mobile-detail-view .tx-item{font-size:13px;margin-bottom:4px}.mobile-actions{display:flex;justify-content:space-between;margin-top:auto;padding-bottom:20px;gap:8px}.btn-receive,.btn-send,.btn-close{flex:1;margin:0 4px;padding:10px;font-size:14px;background:#222;color:#fff;border:none;border-radius:8px;cursor:pointer}:root{--bg-main: #0f172a;--bg-sidebar: #1e253a;--bg-header: rgba(255, 255, 255, .03);--bg-row: rgba(255, 255, 255, .01);--bg-card: rgba(15, 23, 42, .6);--text-light: #ffffff;--text-muted: #94a3b8;--divider: rgba(255, 255, 255, .06);--accent-purple: #6d28d9;--accent-blue: #0050ff;--accent-green: #10b981}@media (max-width: 768px){.home-container{display:block;width:100vw;height:100dvh;position:relative;overflow:hidden}.home-container.collapsed{display:block}.wallet-main{height:100dvh;overflow:scroll}}@media (max-width: 768px){.wallet-header,.wallet-row{grid-template-columns:2fr 1fr 1fr}.wallet-header>:nth-child(4),.wallet-header>:nth-child(5),.wallet-row>:nth-child(4),.wallet-row>:nth-child(5){display:none}}.account-screen{background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column}.account-header{display:flex;align-items:center;justify-content:space-between;background-color:#111;border-bottom:1px solid rgba(255,255,255,.1);padding:14px 16px}.account-back-btn{background:none;border:none;color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:flex-start}.account-header-title{font-size:16px;font-weight:600}.account-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.account-avatar-wrap{align-self:center;position:relative;margin-bottom:4px}.account-avatar-circle{width:80px;height:80px;border-radius:999px;background-color:#2a2a2a;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#fff}.account-avatar-edit{position:absolute;right:0;bottom:0;width:28px;height:28px;border-radius:999px;background-color:#3a3a3a;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center}.account-card{background-color:#111;border-radius:14px;border:1px solid rgba(255,255,255,.07);overflow:hidden}.account-row{width:100%;display:flex;align-items:center;background:none;border:0;color:#fff;text-align:left;padding:14px 16px;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.account-row:last-child{border-bottom:none}.account-row-left{display:flex;flex-direction:column}.account-row-title{font-size:15px;font-weight:500;color:#fff}.account-row-value{font-size:13px;color:#fff9;margin-top:2px}.account-chevron{color:#fff6}.balance-screen{background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column}.balance-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background-color:#111;border-bottom:1px solid rgba(255,255,255,.1)}.balance-back{background:none;border:none;color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:flex-start}.balance-title{font-size:16px;font-weight:600}.balance-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px;max-width:420px;width:100%;margin:0 auto;box-sizing:border-box}.mode-card{background-color:#111;border-radius:14px;padding:14px;border:1px solid rgba(255,255,255,.07)}.mode-text{font-size:14px;color:#fffc}.tabs{display:flex;gap:8px;overflow-x:auto}.tab-btn{background-color:#1a1a1a;color:#ffffffb3;border:1px solid rgba(255,255,255,.1);padding:8px 14px;border-radius:10px;cursor:pointer;font-size:13px;transition:all .2s ease;white-space:nowrap}.tab-btn.active{background:linear-gradient(90deg,#6366f1,#8b5cf6);color:#fff;border:none}.card.balance-card{background-color:#111;border-radius:16px;border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 25px #0006;padding:16px;display:flex;flex-direction:column;gap:12px}.section-top-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:12px}.section-left{display:flex;flex-direction:column;gap:4px}.section-label{font-size:13px;font-weight:500;color:#ffffffb3}.section-balance{font-size:24px;font-weight:600;color:#fff;line-height:1.2}.section-address-hint{font-size:12px;color:#ffffff80;line-height:1.4}.chart-area{width:100%;height:180px}.manage-account-btn{width:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7);border:0;border-radius:12px;padding:14px 16px;font-size:16px;font-weight:600;color:#fff;box-shadow:0 24px 48px #6366f166,0 8px 20px #000c}.receive-screen{background-color:#0e0e10;color:#fff;min-height:100dvh;padding:16px;display:flex;flex-direction:column;gap:16px}.receive-header{position:relative;min-height:44px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;color:#fff}.receive-back-btn{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:0;color:#fff;font-size:12px;box-shadow:0 8px 24px #0009;justify-self:start}.receive-header-title{font-size:15px;font-weight:600;text-align:center}.receive-search-btn{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:0;color:#fff;font-size:12px;box-shadow:0 8px 24px #0009;justify-self:end}.receive-list{display:flex;flex-direction:column;gap:16px}.receive-item-card{background-color:#1a1a1c;border-radius:16px;box-shadow:0 24px 48px #000c;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:16px;min-height:50px}.receive-item-card.compact{padding:12px 16px;min-height:45px}.receive-left{display:flex;align-items:center;gap:12px;min-width:0}.receive-icon-square{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:10px;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 32px #00000080}.receive-icon-square.real-logo svg{width:24px;height:24px}.receive-icon-square.real-logo>svg{width:24px;height:24px;color:#000}.receive-texts{display:flex;flex-direction:column;min-width:0}.receive-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.receive-name{font-size:16px;font-weight:600;color:#fff;line-height:1.2}.receive-badge{background-color:#ffffff1f;border-radius:6px;font-size:11px;font-weight:500;color:#fff;line-height:1.2;padding:2px 6px}.receive-address{margin-top:4px;font-size:14px;font-weight:400;color:#ffffffb3;line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.receive-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.receive-action-btn{width:36px;height:36px;border-radius:999px;background-color:#000;border:1px solid rgba(255,255,255,.2);color:#fff;box-shadow:0 16px 32px #000c;display:flex;align-items:center;justify-content:center;line-height:0;font-size:14px}.sec-screen{background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column}.sec-header{display:flex;align-items:center;justify-content:space-between;background-color:#111;border-bottom:1px solid rgba(255,255,255,.1);padding:14px 16px}.sec-back-btn{background:none;border:none;color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:flex-start}.sec-header-title{font-size:16px;font-weight:600}.sec-body{flex:1;display:flex;flex-direction:column;padding:16px;gap:16px;max-width:420px;width:100%;margin:0 auto;box-sizing:border-box;color:#fff}.sec-alert-icon{font-size:32px;line-height:1;text-align:center;margin-top:12px}.sec-big-title{text-align:center;font-size:18px;font-weight:600;color:#fff}.sec-bullets{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:10px;color:#fffc;font-size:14px;line-height:1.4}.sec-bullets strong{color:#fff;font-weight:600}.sec-checkbox-row{display:flex;align-items:flex-start;gap:10px;background-color:#111;border-radius:12px;border:1px solid rgba(255,255,255,.07);padding:12px 14px;font-size:13px;line-height:1.4;color:#ffffffe6}.sec-checkbox-row input[type=checkbox]{margin-top:2px;width:16px;height:16px;accent-color:#a855f7}.sec-primary-btn{width:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7);border:0;border-radius:12px;padding:14px 16px;font-size:16px;font-weight:600;color:#fff;box-shadow:0 24px 48px #6366f166,0 8px 20px #000c}.sec-primary-btn.disabled{opacity:.4;pointer-events:none}.sec-danger-box{background-color:#d12d2d;color:#fff;border-radius:12px;padding:16px;line-height:1.4;font-size:13px;box-shadow:0 18px 40px #d12d2d66;border:1px solid rgba(255,255,255,.15)}.sec-danger-title{font-weight:600;font-size:14px;margin-bottom:6px}.sec-danger-desc{color:#ffffffe6;font-size:13px;line-height:1.4}.sec-phrase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sec-word-chip{background-color:#111;border-radius:12px;padding:12px;border:1px solid rgba(255,255,255,.07);display:flex;flex-direction:row;align-items:flex-start;gap:10px}.sec-word-index{font-size:12px;font-weight:500;color:#fff9;min-width:18px}.sec-word-text{font-size:14px;font-weight:500;color:#fff;word-break:break-word}.sec-copy-row{background:none;border:none;color:#a855f7;font-size:14px;font-weight:500;text-align:center;cursor:pointer;margin-top:8px}.sec-done-btn{width:100%;background-color:#a855f7;background-image:linear-gradient(90deg,#8b5cf6,#a855f7);border:0;border-radius:12px;padding:14px 16px;font-size:16px;font-weight:600;color:#fff;margin-top:4px;box-shadow:0 20px 40px #a855f766,0 8px 20px #000c}.pk-screen{background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column}.pk-header{display:flex;align-items:center;justify-content:space-between;background-color:#111;border-bottom:1px solid rgba(255,255,255,.1);padding:14px 16px}.pk-back-btn{background:none;border:none;color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:flex-start}.pk-header-title{font-size:16px;font-weight:600}.pk-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px;max-width:420px;width:100%;margin:0 auto;box-sizing:border-box}.pk-danger-box{background-color:#d12d2d;color:#fff;border-radius:12px;padding:16px;line-height:1.4;font-size:13px;box-shadow:0 18px 40px #d12d2d66;border:1px solid rgba(255,255,255,.15)}.pk-danger-title{font-weight:600;font-size:14px;margin-bottom:6px}.pk-danger-desc{color:#ffffffe6;font-size:13px;line-height:1.4}.pk-card{background-color:#111;border-radius:14px;border:1px solid rgba(255,255,255,.07);overflow:hidden}.pk-row{width:100%;display:flex;align-items:center;background:none;border:0;color:#fff;text-align:left;padding:14px 16px;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.pk-row:last-child{border-bottom:none}.pk-left{display:flex;align-items:center;gap:12px}.pk-icon-circle{width:36px;height:36px;border-radius:10px;background-color:#fff;color:#000;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.pk-texts{display:flex;flex-direction:column;max-width:240px}.pk-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pk-name{font-size:15px;font-weight:500;color:#fff}.pk-badge{background-color:#2a2a2a;color:#fff;font-size:10px;font-weight:500;padding:2px 6px;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.pk-addr{font-size:13px;color:#fff9;line-height:1.4}.pk-chevron{color:#fff6}.sidebar{--sidebar-width: 90%;width:var(--sidebar-width);height:100dvh;transition:width .25s ease;background-color:#0e0e10;background-image:none;color:#fff;border-right:1px solid rgba(255,255,255,.07);display:grid;grid-template-rows:auto 1fr;position:relative}.sidebar.is-collapsed{--sidebar-width: 72px}.settings-header{position:relative;padding:16px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;min-height:30px}.settings-header-title{color:#fff;font-size:20px;font-weight:600;text-align:center}.collapse-toggle.ios-collapse-btn{position:absolute;left:16px;top:50%;transform:translateY(-50%);background:#ffffff12;border-radius:8px;border:1px solid rgba(255,255,255,.12);width:30px;height:30px;box-shadow:0 8px 24px #0009;color:#fff;display:flex;align-items:center;justify-content:center;line-height:0;cursor:pointer;font-size:12px}.settings-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px 16px 24px;display:flex;flex-direction:column;gap:16px}.settings-search-wrapper{background:#1a1a1c;border:1px solid rgba(255,255,255,.08);border-radius:10px;height:36px;padding:0 12px;display:flex;align-items:center;box-shadow:0 16px 32px #0009}.settings-search-input{width:100%;border:none;background:transparent;outline:none;color:#fff;font-size:13px}.settings-card{background-color:#1a1a1c;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 20px 40px #000000bf}.settings-row{width:100%;background:transparent;border:0;padding:14px 16px;display:flex;align-items:center;color:#fff;cursor:pointer;text-align:left;position:relative;min-height:56px;transition:background-color .15s}.settings-row:not(.no-border-top){border-top:1px solid rgba(255,255,255,.05)}.settings-row:hover{background-color:#ffffff08}.row-danger .settings-row-title{color:#ff6262;font-weight:500}.profile-row{display:flex;gap:12px}.profile-avatar-circle{width:44px;height:44px;border-radius:12px;background:radial-gradient(circle at 30% 30%,#ff7b54,#ff4a1f 60%);color:#000;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 16px 32px #000c}.settings-row-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.settings-icon{width:32px;height:32px;min-width:32px;border-radius:8px;background-color:#9d8bff1f;color:#9d8bff;font-size:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #0009}.settings-row-main{display:flex;flex-direction:column;min-width:0}.settings-row-title{font-size:14px;font-weight:500;color:#fff;line-height:1.2}.settings-row-sub{font-size:12px;font-weight:400;color:#fff9;line-height:1.2;margin-top:2px}.settings-row-right{display:flex;align-items:center;gap:8px}.settings-badge{background-color:#9d8bff29;color:#9d8bff;font-size:11px;font-weight:600;line-height:1.2;border-radius:8px;padding:2px 6px;min-width:1.5rem;text-align:center}.settings-row-chevron{color:#fff6;font-size:12px}.sidebar.is-collapsed .settings-header-title,.sidebar.is-collapsed .settings-scroll{display:none}@media (min-width: 769px){.sidebar.is-collapsed .collapse-toggle.ios-collapse-btn{position:relative;top:28px;left:50%;transform:translate(-50%)}}@media (max-width: 768px){.sidebar{position:absolute;top:0;bottom:0;left:0;z-index:20;box-shadow:0 24px 64px #000c}.sidebar.is-collapsed{left:-72px;--sidebar-width: 72px}.sidebar.is-collapsed .collapse-toggle.ios-collapse-btn{position:absolute;left:85px;right:auto;transform:translateY(-50%);box-shadow:none;background:#ffffff12;border:1px solid rgba(255,255,255,.12)}}.wellcome-wrapper{width:100vw;height:100dvh;overflow:hidden;background-color:azure;color:#000}.pks-screen{background-color:#000;color:#fff;min-height:100vh;padding:16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;display:flex;flex-direction:column}.pks-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pks-back-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;display:flex;align-items:center;justify-content:center}.pks-header-title{font-size:16px;font-weight:600}.pks-body{flex:1;display:flex;flex-direction:column;gap:16px}.pks-danger-top{background:#ef44441a;border:1px solid rgba(239,68,68,.5);border-radius:12px;padding:16px;line-height:1.4}.pks-danger-head{font-size:15px;font-weight:600;color:#fff;margin-bottom:6px}.pks-danger-desc{font-size:13px;color:#fffc}.pks-card{background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;box-shadow:0 20px 60px #000c}.pks-chain-row{display:flex;align-items:center;gap:12px}.pks-icon-circle{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#333,#555);color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center}.pks-chain-texts{flex:1;min-width:0}.pks-chain-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pks-chain-name{font-size:16px;font-weight:600;color:#fff}.pks-badge{font-size:11px;font-weight:500;line-height:1.2;padding:3px 6px;border-radius:4px;background:#ffffff1f;color:#fff}.pks-chain-addr{font-size:13px;color:#ffffffb3;word-break:break-all;margin-top:2px}.pks-divider{border-top:1px solid rgba(255,255,255,.08);margin:16px 0}.pks-info-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:8px}.pks-info-list{margin:0;padding-left:20px;color:#fffc;font-size:13px;line-height:1.4}.pks-info-list li{margin-bottom:6px}.pks-check-row{display:flex;align-items:flex-start;gap:8px;margin-top:16px;font-size:13px;color:#fff;line-height:1.4}.pks-check-row input{margin-top:3px}.pks-secret-wrap{margin-top:20px;background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 12px 16px}.pks-secret-label{font-size:13px;font-weight:600;color:#fff;margin-bottom:8px}.pks-secret-box{background:#000;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px;color:#fff;font-family:ui-monospace,SFMono-Regular,monospace;font-size:13px;word-break:break-all;line-height:1.4}.pks-secret-text{white-space:pre-wrap;word-break:break-word}.pks-copy-btn{margin-top:12px;width:100%;display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;font-weight:500;color:#fff;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7);border:0;border-radius:10px;padding:10px 12px;box-shadow:0 24px 48px #6366f166,0 8px 20px #000c}.pks-copy-btn:disabled{opacity:.4}.pks-hint{margin-top:8px;font-size:12px;line-height:1.4;color:#fff9}.pks-btc{background:linear-gradient(135deg,#f7931a,#ffb347)}.pks-eth{background:linear-gradient(135deg,#627eea,#8ea2ff)}.pks-base{background:linear-gradient(135deg,#0052ff,#00c2ff)}.pks-polygon{background:linear-gradient(135deg,#8247e5,#b794f4)}.pks-sol{background:linear-gradient(135deg,#9945ff,#14f195)}.pks-hbar{background:linear-gradient(135deg,#222,#555)}.pks-dot{background:linear-gradient(135deg,#e6007a,#ff80c0)}.pks-xrp{background:linear-gradient(135deg,#346aa9,#60b6ff)}
