#bankPage{gap:14px}#bankPage,.bank-question-shell{display:flex;flex-direction:column}.bank-question-shell{gap:12px}.bank-question-shell-head{padding:18px 20px}.bank-question-title.ant-typography{margin:4px 0 8px!important;color:var(--anx-text-strong)}.bank-question-desc.ant-typography{margin-bottom:0;max-width:760px}.bank-hero{padding:20px;display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:14px;gap:14px;border-radius:20px;position:relative;overflow:hidden}.bank-hero:before{content:"";position:absolute;width:320px;height:320px;right:-100px;top:-130px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.22),transparent 72%);pointer-events:none}.bank-hero-main{display:flex;flex-direction:column;justify-content:space-between;gap:12px;position:relative;z-index:1}.bank-hero-title.ant-typography{margin-bottom:8px!important;color:var(--anx-text-strong)}.bank-hero-desc.ant-typography{margin-bottom:10px}.bank-hero-actions{display:flex;align-items:center}.bank-hero-stats{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;position:relative;z-index:1}.bank-stat-card{border-radius:12px;border:1px solid var(--anx-border);background:color-mix(in srgb,var(--anx-surface-strong) 86%,transparent)}.bank-stat-card .ant-card-body{display:flex;flex-direction:column;gap:5px;padding:12px}.bank-stat-label{font-size:12px;color:var(--anx-text-secondary)}.bank-stat-value{font-size:20px;font-weight:750;color:var(--anx-text-strong);font-family:var(--anx-font-display)}@media (max-width:1100px){.bank-hero{grid-template-columns:1fr}.bank-question-shell-head{padding:16px}}