.deposit-section{background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 24px #0000000a}.address-box{padding:12px;border-radius:12px;background:#f7f5ff;word-break:break-all;margin-bottom:12px}.network-tabs{display:flex;gap:8px;margin-top:8px}.network-tabs button{flex:1 1 auto;height:36px;border-radius:10px;border:none;background:#ede6ff;color:#7a5bf5;cursor:pointer}.network-tabs button.active{background:#7a5bf5;color:#fff}.deposit-code-card{padding:12px;border-radius:12px;background:#f7f5ff;display:flex;flex-direction:column;gap:12px}.deposit-code-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.deposit-code-label{font-size:13px;color:#6c6f7d}.deposit-code-value{font-size:15px;font-weight:600;color:#2c2f3a}.deposit-code-placeholder{font-size:14px;color:#8b8f9a}.deposit-code-actions{display:flex;align-items:center;gap:12px}.deposit-code-status{font-size:12px;color:#8b8f9a}.deposit-code-apply{border-radius:8px}.deposit-result{margin-top:8px;display:block}.deposit-request{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;text-align:center}.deposit-request-spinner{width:32px;height:32px;border-radius:50%;border:2px solid rgba(122,91,245,.2);border-top-color:#7a5bf5;animation:deposit-spin 1s linear infinite}.deposit-request-title{font-size:14px;font-weight:600;color:#2c2f3a}.deposit-request-hint{font-size:12px;color:#8b8f9a}@keyframes deposit-spin{to{transform:rotate(360deg)}}.funds-ledger-page{--ledger-ink: #1f2937;--ledger-subtle: #5f6b7a;--ledger-accent: #0f766e;--ledger-accent-dark: #0b5f59;--ledger-warm: #f7f1e8;--ledger-cool: #e6f3f1;--ledger-border: rgba(31, 41, 55, .12);--ledger-card: rgba(255, 255, 255, .86);--ledger-shadow: 0 16px 32px rgba(15, 23, 42, .08);display:flex;flex-direction:column;gap:20px;color:var(--ledger-ink);font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,Helvetica Neue,sans-serif}.funds-ledger-hero{position:relative;border-radius:24px;padding:28px 32px;background:#f8fafb;border:1px solid var(--ledger-border);box-shadow:var(--ledger-shadow);display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;overflow:hidden;animation:ledger-rise .6s ease both}.funds-ledger-hero__left{position:relative;z-index:1;flex:1 1 420px;min-width:280px}.funds-ledger-hero__right{position:relative;z-index:1;flex:1 1 320px;min-width:260px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.funds-ledger-eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--ledger-accent-dark);font-weight:600}.funds-ledger-title{margin:8px 0 4px;font-family:"Noto Serif SC",Songti SC,STSong,serif;font-weight:600;color:var(--ledger-ink)}.funds-ledger-subtitle{margin-bottom:16px;color:var(--ledger-subtle);max-width:520px}.funds-ledger-tags{display:flex;flex-wrap:wrap;gap:8px}.funds-ledger-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(15,118,110,.18);background:#ffffffb8;color:var(--ledger-ink)}.funds-ledger-chip--accent{border-color:#0f766e59;background:#0f766e1f;color:var(--ledger-accent-dark)}.funds-ledger-chip--warning{border-color:#eab30866;background:#eab30829;color:#92400e}.funds-ledger-stats{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.funds-ledger-stat{padding:12px 14px;border-radius:16px;background:#ffffffc7;border:1px solid var(--ledger-border);display:flex;flex-direction:column;gap:4px}.funds-ledger-stat__label{font-size:12px;color:var(--ledger-subtle)}.funds-ledger-stat__value{font-size:20px;font-weight:600;color:var(--ledger-ink)}.funds-ledger-stat__unit{font-size:12px;color:var(--ledger-subtle)}.funds-ledger-export{width:100%;padding:16px;border-radius:16px;background:#ffffffe0;border:1px solid var(--ledger-border);display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.funds-ledger-export__title{font-weight:600;color:var(--ledger-ink)}.funds-ledger-export__hint,.funds-ledger-export__hint--ready{font-size:12px}.funds-ledger-export__hint{color:var(--ledger-subtle)}.funds-ledger-export__hint--ready{color:var(--ledger-accent-dark)}.funds-ledger-filter-card,.funds-ledger-table-card{border-radius:20px;background:var(--ledger-card);box-shadow:0 10px 24px #0f172a0f}.funds-ledger-filter-card{animation:ledger-rise .6s ease both;animation-delay:.1s}.funds-ledger-filter-card .ant-card-body{padding:18px 20px}.funds-ledger-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.funds-ledger-filter-grid .ant-input,.funds-ledger-filter-grid .ant-picker,.funds-ledger-filter-grid .ant-select{width:100%}.funds-ledger-actions{margin-top:4px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.funds-ledger-table-card{animation:ledger-rise .6s ease both;animation-delay:.2s}.funds-ledger-table-card .ant-card-head{border-bottom:none;padding:16px 20px 0}.funds-ledger-table-card .ant-card-body{padding:8px 20px 20px}.funds-ledger-table-title{display:flex;flex-direction:column;gap:8px}.funds-ledger-filter-tags{display:flex;flex-wrap:wrap;gap:8px}.funds-ledger-table .ant-table-thead>tr>th{background:#0f172a0a;color:var(--ledger-ink);font-weight:600}.funds-ledger-table .ant-table-tbody>tr:hover>td{background:#0f766e0f}.funds-ledger-amount{font-weight:600;letter-spacing:.3px}.funds-ledger-amount--in{color:var(--ledger-accent-dark)}.funds-ledger-amount--out{color:#c2410c}.funds-ledger-detail-modal .ant-modal-content{border-radius:18px}.funds-ledger-detail-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border-radius:16px;border:1px solid var(--ledger-border);background:#f9fafb;margin-bottom:12px}.funds-ledger-detail-time{font-weight:600;color:var(--ledger-ink)}.funds-ledger-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.funds-ledger-detail-amount{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.funds-ledger-detail-balance{color:var(--ledger-subtle)}.funds-ledger-detail-caption{display:inline-block;margin:6px 0 10px;color:var(--ledger-subtle)}@keyframes ledger-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.funds-ledger-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.funds-ledger-hero{padding:22px 20px}.funds-ledger-title{font-size:24px}.funds-ledger-actions{justify-content:flex-start}.funds-ledger-detail-summary{flex-direction:column;align-items:flex-start}.funds-ledger-detail-amount{align-items:flex-start}}:root{--brand-primary: #1464ff;--brand-accent: #5a8dff;--brand-bg: linear-gradient(140deg, rgba(20, 100, 255, .18) 0%, rgba(20, 100, 255, 0) 65%), linear-gradient(0deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, 1) 60%)}html,body,#root{height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--brand-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brand-app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--brand-bg)}input,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}body{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.ant-layout{min-height:100vh}.auth-brand{display:flex;justify-content:center;margin-bottom:12px}.auth-brand img{width:68px;height:68px;border-radius:18px;object-fit:cover;box-shadow:0 10px 26px #0b3e754d}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 991px){.ant-layout-sider{position:fixed!important;left:0!important;top:0!important;bottom:0!important;z-index:1000!important;transition:transform .3s ease!important}}@media (max-width: 767px){.ant-layout-header{padding:0 16px!important;height:auto!important;min-height:56px!important}}@media (max-width: 767px){.ant-layout-content{padding:16px!important}}@media (max-width: 640px){.ant-input,.ant-input-number,.ant-select-selector{font-size:16px!important;min-height:44px!important}.ant-btn{min-height:44px!important;font-size:15px!important}}@media (max-width: 640px){.ant-card{border-radius:12px!important;margin-bottom:12px!important}.ant-card-head{padding:14px 16px!important}.ant-card-body{padding:16px!important}}@media (max-width: 767px){.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:600px}}@media (max-width: 640px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body{padding:16px!important;max-height:calc(100vh - 200px);overflow-y:auto}}@supports (padding: env(safe-area-inset-bottom)){.ant-layout{padding-bottom:env(safe-area-inset-bottom)!important}}.mobile-only{display:none!important}@media (max-width: 767px){.mobile-only{display:block!important}.desktop-only{display:none!important}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{width:100%;max-width:400px;border-radius:16px;box-shadow:0 20px 60px #0000004d}@media (max-width: 640px){.auth-container{padding:16px}.auth-card{max-width:100%;border-radius:20px}.auth-card .ant-card-head{padding:20px 20px 0}.auth-card .ant-card-body{padding:20px}.ant-input,.ant-input-password{height:46px;font-size:16px}.ant-btn-primary{height:48px;font-size:16px}}@media (max-width: 640px){.ant-card{border-radius:12px}.ant-card-head{padding:14px 16px}.ant-card-body{padding:16px}.ant-tag{font-size:12px;padding:2px 8px;margin-bottom:4px}.ant-space-vertical>.ant-space-item>div{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fafafa;border-radius:8px;margin-bottom:8px}}@media (max-width: 640px){.ant-input-group-wrapper{width:100%}.ant-input-group-addon .ant-btn{min-height:44px;border-radius:0 8px 8px 0;font-size:14px}.ant-form-item .ant-space{width:100%}.ant-form-item .ant-space .ant-input{width:100%!important}.anticon-minus-circle{font-size:20px;padding:12px}.ant-btn-dashed{width:100%;min-height:44px}}@media (max-width: 640px){.ant-space-horizontal.ant-space-align-center{flex-direction:column;width:100%}.ant-space-horizontal .ant-btn{width:100%}}@media (max-width: 640px){.ant-alert{padding:12px;border-radius:8px}.ant-alert-message{font-size:14px}.ant-alert-description{font-size:13px}}
