:root{--bg: #0a0a0a;--bg-card: #111;--text: #f5f5f5;--text-muted: #888;--border: #222;--accent: #fff;--danger: #e53935;--success: #2e7d32}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--bg-card);color:var(--text);padding:.5rem 1rem;border-radius:6px;transition:background .15s,border-color .15s}button:hover{background:#1a1a1a;border-color:#333}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font:inherit;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:6px;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#444}input::placeholder,textarea::placeholder{color:#6f6f6f}.container{max-width:960px;margin:0 auto;padding:1rem}@media (min-width: 768px){.container{padding:1.5rem}.header .container{padding-left:1.5rem;padding-right:1.5rem}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.card-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.badge{display:inline-block;padding:.2rem .5rem;font-size:.75rem;border-radius:4px;font-weight:500}.badge-ok{background:#2e7d3233;color:#81c784}.badge-no{background:#e5393533;color:#e57373}.mono{font-family:ui-monospace,monospace;font-size:.9em}.text-muted{color:var(--text-muted)}.text-small{font-size:.875rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-2{margin-bottom:1rem}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:0;position:sticky;top:0;z-index:10}.header-block{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0 1rem}.header-block .logo-wrap{flex-shrink:0}.header-block .header-balance{display:flex;flex-direction:column;align-items:flex-end}.header .container{padding-left:1.25rem;padding-right:1.25rem}.header .nav{border-top:1px solid var(--border);padding-top:.5rem;padding-bottom:1rem}.logo-wrap{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo-wrap:hover{text-decoration:none}.logo-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid var(--border);box-shadow:0 0 #ffffff0a;animation:logo-pulse 2.5s ease-in-out infinite}@keyframes logo-pulse{0%,to{box-shadow:0 0 #ffffff0a,0 0 12px #ffffff05}50%{box-shadow:0 0 0 8px #ffffff05,0 0 20px 4px #ffffff08}}.header-balance{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0}.header-balance-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.header-balance-value{font-size:1rem;font-weight:600;color:var(--text)}.nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.nav-wrap{position:relative}.nav-slider{position:absolute;background:#ffffff24;border-radius:10px;pointer-events:none;transition:left .28s ease-out,width .28s ease-out,top .28s ease-out,height .28s ease-out}.nav-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;color:var(--text-muted);text-decoration:none;transition:color .15s,background .15s,transform .1s}.nav-link:hover{color:var(--text);background:#ffffff0f;text-decoration:none;transform:scale(1.05)}.nav-link.active{color:#fff;background:transparent;text-decoration:none}.nav-link.active:hover{color:#fff}.nav-link svg{display:block}.main{flex:1;padding:1.5rem 0}.dashboard-hint{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard-hint .hint-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.25rem;vertical-align:middle}.dashboard-hint .hint-dot--approve{background:var(--success)}.dashboard-hint .hint-dot--connect{background:var(--danger)}.add-wallet-form .card-title{font-size:.9rem}.add-wallet-field{margin-bottom:1rem}.add-wallet-field label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}.add-wallet-field input{width:100%;max-width:400px;padding:.5rem .75rem;border-radius:6px}.add-wallet-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.wallet-list{list-style:none;margin:0;padding:0}.wallet-list-item{border-bottom:1px solid var(--border)}.wallet-list-item:last-child{border-bottom:none}.wallet-list-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;transition:background .15s;border-radius:8px;margin:0 -.25rem;padding:1rem .25rem}.wallet-list-link:hover{background:#ffffff0f;text-decoration:none;color:inherit}.wallet-list-left{flex:1;min-width:0}.wallet-list-id{font-weight:600;font-size:1rem;margin-bottom:.25rem}.wallet-list-address{word-break:break-all;margin-bottom:.35rem}.wallet-list-balance{margin-top:.25rem}.wallet-list-date{margin-top:.35rem;font-size:.75rem;color:var(--text-muted)}.wallet-list-right{flex-shrink:0}.wallet-status-dot{display:inline-block;width:14px;height:14px;border-radius:50%;flex-shrink:0}.wallet-status-dot--approve{background:var(--success)}.wallet-status-dot--connect{background:var(--danger)}.user-page-back{padding-top:.25rem}.user-page .link-back{color:var(--text-muted);text-decoration:none;font-size:.9rem}.user-page .link-back:hover{color:var(--text);text-decoration:underline}.settings-dl{display:grid;grid-template-columns:1fr;gap:.35rem 1.25rem;margin:0;font-size:.9rem}.settings-dl dt{color:var(--text-muted);font-weight:500;margin:0}.settings-dl dd{margin:0}.settings-page{display:flex;flex-direction:column;gap:0}.settings-hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap}.settings-page-title{margin:0;font-size:1.65rem;font-weight:700}.settings-page-subtitle{margin:.4rem 0 0;max-width:700px;color:var(--text-muted);line-height:1.5}.settings-hero-status{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.settings-alert{padding:.9rem 1rem}.settings-alert--error{border-color:#e5393573;color:#f29a97}.settings-alert--success{border-color:#2e7d3273;color:#9ed4a4}.settings-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.settings-summary-card{background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.settings-summary-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.settings-summary-value{font-size:1.4rem;font-weight:700}.settings-section-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap}.settings-card-title{margin-bottom:0}.settings-section-title-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.settings-count-pill{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .55rem;border-radius:999px;background:#ffffff14;color:var(--text);font-size:.8rem;font-weight:600}.settings-section-hint{margin:.45rem 0 0;color:var(--text-muted);line-height:1.45;max-width:760px;font-size:.92rem}.settings-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}.settings-item-card{border:1px solid var(--border);border-radius:12px;padding:.95rem;background:#ffffff04;display:flex;flex-direction:column;gap:.8rem}.settings-item-top{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.settings-item-title{display:block;font-size:1rem;margin-bottom:.25rem}.settings-item-actions{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.settings-badge-row{display:flex;gap:.4rem;flex-wrap:wrap}.settings-key-value-list{display:grid;gap:.45rem}.settings-key-value-list div{display:grid;gap:.25rem}.settings-key-value-list span{color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.settings-key-value-list code{display:block;font-family:ui-monospace,monospace;font-size:.83rem;word-break:break-all;color:var(--text)}.settings-inline-hint{font-size:.82rem;color:#d7a86e;background:#d7a86e14;border:1px solid rgba(215,168,110,.15);border-radius:8px;padding:.6rem .7rem}.settings-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.settings-balance-grid div{border:1px solid var(--border);border-radius:10px;padding:.7rem;background:#0000002e;display:flex;flex-direction:column;gap:.2rem}.settings-balance-label{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.settings-editor{margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.settings-editor-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.85rem;flex-wrap:wrap}.settings-editor-title{font-weight:700;margin-bottom:.25rem}.settings-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.settings-form-footer{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:.8rem}.settings-form-footer button{margin-left:auto}.settings-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.85rem}.settings-toolbar>*{flex:1 1 220px}.settings-inline-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:.9rem;align-items:center}.settings-inline-panel button{min-height:42px}.settings-list{display:flex;flex-direction:column;gap:.55rem}.settings-list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;background:#ffffff04}.settings-empty{padding:.95rem 1rem;border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);text-align:center;background:#ffffff03}.settings-two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.settings-card-fill{height:100%}.btn-small{padding:.38rem .7rem;font-size:.8rem}.btn-ghost{background:transparent}.btn-ghost:hover{background:#ffffff0f}.btn-danger-soft{color:#ef8f8f;border-color:#e5393559;background:#e539350f}.btn-danger-soft:hover{background:#e5393524;border-color:#e5393580}.user-info-card .card-title{margin-bottom:.75rem}.user-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:0;font-size:.9rem}.user-dl dt{color:var(--text-muted);font-weight:500;margin:0}.user-dl dd{margin:0}.user-dl .user-address{font-size:.85em}.user-header{padding:1.5rem}.user-page-title{font-size:1.25rem;font-weight:600}.user-balances{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.user-balance-row{display:flex;align-items:baseline;gap:.5rem}.user-balance-row .mono{font-size:1.1rem}.btn-remove{font-size:.875rem;padding:.35rem .5rem;color:var(--danger);border-color:#e5393566}.btn-remove:hover{background:#e539351a}.history-table-wrap{overflow-x:auto;margin-top:.5rem}.history-table{width:100%;border-collapse:collapse;font-size:.85rem}.history-table th,.history-table td{padding:.5rem .6rem;text-align:left;border-bottom:1px solid var(--border)}.history-table th{color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.history-table tbody tr:hover{background:#ffffff08}.history-table .history-type{white-space:nowrap}.actions-card .card-title{margin-bottom:1.25rem}.actions-form{display:grid;gap:1.25rem}@media (min-width: 640px){.actions-form{grid-template-columns:1fr 1fr}}.action-panel{background:#00000040;border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.action-panel:hover{border-color:#333;box-shadow:0 2px 12px #0003}.action-panel--pull{border-left:3px solid rgba(229,57,53,.5)}.action-panel--topup{border-left:3px solid rgba(46,125,50,.5)}.action-panel-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.action-panel-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:1rem;font-weight:700;line-height:1}.action-panel--pull .action-panel-icon{background:#e5393526;color:#e57373}.action-panel--topup .action-panel-icon{background:#2e7d3226;color:#81c784}.action-panel-title{font-weight:600;font-size:.95rem;color:var(--text)}.action-panel-hint{font-size:.8rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.4}.action-panel-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.action-input,.action-select{width:auto;min-width:100px;padding:.6rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.9rem;transition:border-color .2s}.action-input:focus,.action-select:focus{outline:none;border-color:#444}.action-input{flex:1;min-width:120px;max-width:180px}.action-select{min-width:90px;cursor:pointer}.action-btn{padding:.6rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;transition:background .2s,border-color .2s,transform .1s}.action-btn:hover:not(:disabled){transform:translateY(-1px)}.action-btn--primary{background:#e5393533;border:1px solid rgba(229,57,53,.4);color:#e57373}.action-btn--primary:hover:not(:disabled){background:#e539354d;border-color:#e5393599}.action-btn--all{background:#ffffff0f;border:1px solid var(--border);color:var(--text-muted)}.action-btn--all:hover:not(:disabled){background:#ffffff1a;border-color:#444;color:var(--text)}.action-btn--secondary{background:#2e7d3233;border:1px solid rgba(46,125,50,.4);color:#81c784}.action-btn--secondary:hover:not(:disabled){background:#2e7d324d;border-color:#2e7d3299}.actions-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.actions-footer .btn-remove{margin:0}.history-list{list-style:none;margin:0;padding:0}.history-item{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.history-item:last-child{border-bottom:none}.history-type{font-weight:500;padding:.15rem .4rem;border-radius:4px;font-size:.75rem}.history-type--charge,.history-type--charge_to{background:#e5393526;color:#e57373}.history-type--charge_to{font-size:.7rem}.history-type--deposit{background:#2e7d3226;color:#81c784}.history-type--topup{background:#2196f326;color:#64b5f6}.notifications-tray{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.notification-item{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;margin-bottom:0}.notification-body{flex:1;min-width:0}.notification-dismiss{flex-shrink:0;padding:.15rem .4rem;font-size:1.1rem;line-height:1;border:none;background:transparent;color:var(--text-muted);cursor:pointer}.notification-dismiss:hover{color:var(--text)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content{margin:0}@media (max-width: 640px){.header-block{flex-direction:row}.header .nav{justify-content:flex-start}.nav-link{flex:1;text-align:center;min-width:0}.notifications-tray{left:1rem;right:1rem;max-width:none}.settings-hero-status{align-items:flex-start}.settings-balance-grid{grid-template-columns:1fr}.settings-form-footer button{margin-left:0;width:100%}.settings-list-row{flex-direction:column;align-items:flex-start}}
