.enhanced-dashboard{width:100%;margin:0 auto;font-family:Rajdhani,'Space Grotesk',sans-serif;color:#e8d9b0;position:relative;isolation:isolate}
.dashboard-row{width:100%;animation:.35s fadeUp}
.withdraw-row{margin-bottom:1rem}
.dashboard-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:.5rem 0;border-bottom:1px solid rgba(255,215,0,.15)}
.header-left h4{font-size:.85rem;font-weight:600;margin:0;color:rgba(232,217,176,.75);letter-spacing:.02em}
.status-badge{background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,140,0,.1));padding:.2rem .7rem;border-radius:20px;font-family:Orbitron,monospace;font-size:.7rem;font-weight:700;letter-spacing:.05em;color:gold;border:1px solid rgba(255,215,0,.3)}
.header-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.dashboard-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}
.stat-card{background:linear-gradient(135deg,rgba(10,12,28,.95) 0,rgba(6,8,20,.98) 100%);backdrop-filter:blur(2px);border:1px solid rgba(255,215,0,.15);border-radius:16px;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:transform .25s,box-shadow .25s}
.stat-card:hover{transform:translateY(-2px);border-color:rgba(255,215,0,.35);box-shadow:0 8px 24px rgba(0,0,0,.25)}
.stat-icon{width:44px;height:44px;background:linear-gradient(135deg,rgba(255,215,0,.12),rgba(255,140,0,.06));border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.stat-icon i{font-size:1.2rem;color:gold}
.stat-info{flex:1}
.stat-value{font-family:Orbitron,monospace;font-size:1.2rem;font-weight:700;color:gold;line-height:1.2}
.stat-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(192,192,192,.6)}
.cumulative-stats-card{background:linear-gradient(135deg,rgba(10,12,28,.95) 0,rgba(6,8,20,.98) 100%)!important;backdrop-filter:blur(8px);border:1px solid rgba(255,215,0,.25)!important;border-radius:12px!important;padding:.75rem!important;margin-bottom:1rem!important;transition:.2s}
.cumulative-stats-card:hover{transform:translateY(-1px);border-color:rgba(255,215,0,.35)!important;box-shadow:0 4px 16px rgba(0,0,0,.3)}
.cumulative-stats-card h4{font-family:Orbitron,monospace;font-size:.7rem!important;letter-spacing:.04em;margin:0!important;color:gold}
.cumulative-stats-card h4 i{font-size:.65rem;margin-right:.3rem}
.cumulative-stats-card .status-badges span{font-family:Orbitron,monospace;font-size:.55rem!important;font-weight:600;padding:.2rem .5rem!important;border-radius:20px;letter-spacing:.03em}
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]{display:grid!important;gap:.5rem!important;margin-bottom:.75rem!important}
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]>div{background:rgba(0,0,0,.4);border-radius:8px;padding:.4rem .5rem;text-align:center;transition:.2s;border:1px solid rgba(255,215,0,.08)}
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]>div:hover{background:rgba(255,215,0,.08);border-color:rgba(255,215,0,.2)}
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]>div div:first-child{font-size:.55rem!important;color:rgba(232,217,176,.6);text-transform:uppercase;letter-spacing:.05em}
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]>div div:last-child{font-size:.85rem!important;font-weight:700}
.cumulative-stats-card>div[style*="margin-top: 1rem"]{padding-top:.5rem!important;margin-top:.5rem!important;border-top:1px solid rgba(255,215,0,.15)}
.cumulative-stats-card>div[style*="margin-top: 1rem"] span:first-child{font-size:.65rem!important;color:rgba(232,217,176,.6)}
.cumulative-stats-card>div[style*="margin-top: 1rem"] span:last-child{font-family:Orbitron,monospace;font-size:1.1rem!important;font-weight:700}
.stat-positive{color:#00ff9d}
.stat-negative{color:#ff6b6b}
.roi-info-icon{color:gold;font-size:.75rem;cursor:pointer;transition:.2s;margin-left:.25rem}
.roi-info-icon:hover{transform:scale(1.2)}
.balance-section{margin:0 0 1rem;padding:.75rem;background:linear-gradient(135deg,rgba(10,12,28,.92) 0,rgba(6,8,20,.96) 100%);border-radius:12px;border:1px solid rgba(255,215,0,.2)}
.balance-section>div:first-child{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.balance-section i.fa-wallet{color:gold;font-size:1.2rem}
.balance-section span:first-of-type{color:rgba(232,217,176,.6);font-size:.65rem;letter-spacing:.08em}
.balance-section #actualBalanceDisplay{font-family:Orbitron,monospace;font-size:1.3rem;font-weight:700;color:gold}
.balance-section>div[style*="grid-template-columns: repeat(2, 1fr)"]{display:grid!important;gap:.5rem!important;margin-top:.5rem!important}
.balance-section>div[style*="grid-template-columns: repeat(2, 1fr)"]>div{background:rgba(0,0,0,.3);border-radius:8px;padding:.4rem;text-align:center}
.balance-section>div[style*="grid-template-columns: repeat(2, 1fr)"] span:first-child{font-size:.6rem}
.balance-section>div[style*="grid-template-columns: repeat(2, 1fr)"] span:last-child{font-size:.75rem}
.withdraw-row{background:rgba(0,0,0,.25);border-radius:12px;padding:.75rem!important;border:1px solid rgba(255,215,0,.15)}
#withdrawFormContainer{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed rgba(255,215,0,.25)}
#withdrawFormContainer h5{color:gold;margin:0 0 .75rem;font-family:Orbitron,monospace;font-size:.7rem;letter-spacing:.08em}
#withdrawFormContainer .input-group label{font-size:.6rem;color:rgba(232,217,176,.6)}
#withdrawFormContainer input{background:rgba(0,0,0,.4);border:1px solid rgba(255,215,0,.25);border-radius:10px;padding:.5rem;color:#e8d9b0;font-size:.8rem}
#withdrawFormContainer input:focus{border-color:rgba(255,215,0,.6);outline:0}
#withdrawFormContainer>div:last-child{margin-top:.75rem;background:rgba(255,68,68,.08);border-radius:10px;padding:.5rem;border-left:3px solid #f44}
#withdrawFormContainer>div:last-child span{font-size:.7rem}
.dashboard-row[style*="margin-bottom: 1rem; background: rgba(0,0,0,0.2)"]{background:rgba(0,0,0,.2)!important;border-radius:12px;overflow:hidden}
.dashboard-row>div[onclick="toggleWithdrawHistory()"]{padding:.6rem .8rem!important;background:rgba(255,215,0,.06)!important;cursor:pointer;transition:background .2s}
.dashboard-row>div[onclick="toggleWithdrawHistory()"]:hover{background:rgba(255,215,0,.1)!important}
.dashboard-row>div[onclick="toggleWithdrawHistory()"] i:first-child{color:gold}
.dashboard-row>div[onclick="toggleWithdrawHistory()"] span:first-of-type{color:#e8d9b0;font-size:.75rem}
#withdrawalCount{background:rgba(255,215,0,.15);color:gold;font-size:.6rem;padding:.1rem .4rem}
#withdrawHistoryContent{padding:.75rem}
#withdrawHistoryContent table th{font-size:.6rem;color:rgba(232,217,176,.5);padding:.4rem}
#withdrawHistoryContent table td{font-size:.65rem;padding:.4rem;color:rgba(232,217,176,.7)}
.stake-banner{background:linear-gradient(135deg,rgba(255,215,0,.08),rgba(255,140,0,.04));border:1px solid rgba(255,215,0,.25);border-radius:12px;padding:.75rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.stake-banner-content{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.stake-banner-icon{width:32px;height:32px;background:rgba(255,215,0,.15);border-radius:50%;display:flex;align-items:center;justify-content:center}
.stake-banner-icon i{font-size:1rem;color:gold}
.stake-banner-text{color:rgba(232,217,176,.85);font-size:.75rem}
.stake-banner-text strong{color:gold}
.stake-banner-btn{padding:.4rem 1rem;background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,140,0,.1));border:1px solid rgba(255,215,0,.5);border-radius:30px;color:gold;cursor:pointer;font-family:Orbitron,monospace;font-size:.65rem;font-weight:600;letter-spacing:.08em;transition:.2s}
.stake-banner-btn:hover{background:rgba(255,215,0,.3);transform:translateY(-1px)}
.results-section{margin-top:.75rem}
.results-toggle-container{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:.75rem}
.results-toggle-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6rem 1rem;background:linear-gradient(135deg,rgba(0,255,157,.1),rgba(0,150,100,.05));border:1px solid rgba(0,255,157,.3);border-radius:8px;color:#00ff9d;cursor:pointer;font-family:Orbitron,monospace;font-size:.65rem;font-weight:600;letter-spacing:.08em;transition:.2s}
.results-toggle-btn:hover:not(:disabled){background:rgba(0,255,157,.2);transform:translateY(-1px);box-shadow:0 0 12px rgba(0,255,157,.2)}
.results-toggle-btn.disabled,.results-toggle-btn:disabled{opacity:.5;cursor:not-allowed;background:rgba(128,128,128,.1);border-color:rgba(128,128,128,.3);color:#a0a0a0}
.toggle-hint{font-size:.65rem;color:rgba(232,217,176,.5);font-style:italic}
.results-dual-panel{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;animation:.3s fadeUp}
.day-detail-panel,.timeline-panel{background:linear-gradient(135deg,rgba(10,12,28,.9) 0,rgba(6,8,20,.95) 100%);backdrop-filter:blur(2px);border:1px solid rgba(255,215,0,.15);border-radius:12px;overflow:hidden}
.panel-header{padding:.7rem 1rem;background:rgba(0,0,0,.3);border-bottom:1px solid rgba(255,215,0,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.panel-header h5{margin:0;font-family:Orbitron,monospace;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:gold;display:flex;align-items:center;gap:.4rem}
.panel-header h5 i{font-size:.7rem}
.icon-btn{background:0 0;border:none;color:rgba(232,217,176,.5);cursor:pointer;font-size:.85rem;padding:.2rem;transition:color .2s}
.icon-btn:hover{color:gold}
.timeline-container{padding:.75rem;max-height:400px;overflow-y:auto}
.timeline-item{display:flex;align-items:center;gap:.75rem;padding:.6rem;margin-bottom:.4rem;background:rgba(0,0,0,.2);border-radius:10px;cursor:pointer;transition:.2s;border-left:3px solid transparent}
.timeline-item:hover{background:rgba(255,215,0,.08);transform:translateX(4px)}
.timeline-item.active{background:rgba(255,215,0,.12);border-left-color:gold}
.timeline-level{width:40px;text-align:center;font-family:Orbitron,monospace;font-size:.7rem;font-weight:700;color:gold}
.timeline-dot{width:8px;height:8px;border-radius:50%;background:gold;box-shadow:0 0 4px gold}
.timeline-content{flex:1}
.timeline-date{font-size:.6rem;color:rgba(232,217,176,.5);margin-bottom:.15rem}
.timeline-stats{display:flex;gap:.75rem;font-size:.6rem}
.timeline-stat{display:flex;align-items:center;gap:.15rem}
.timeline-stat i{font-size:.55rem;color:rgba(255,215,0,.6)}
.timeline-result-win{color:#00ff9d}
.timeline-result-lose{color:#ff6b6b}
.timeline-result-pending{color:#fa0}
.day-detail-container{padding:.75rem;max-height:400px;overflow-y:auto}
.day-detail-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:rgba(232,217,176,.4);text-align:center;gap:.5rem}
.day-detail-placeholder i{font-size:1.5rem}
.detail-item{background:rgba(0,0,0,.2);border-radius:10px;padding:.75rem;margin-bottom:.6rem;border:1px solid rgba(255,215,0,.08)}
.detail-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,215,0,.1)}
.detail-entry-number{font-family:Orbitron,monospace;font-size:.6rem;font-weight:600;color:gold}
.detail-result-badge{padding:.15rem .5rem;border-radius:20px;font-size:.55rem;font-weight:600;text-transform:uppercase}
.detail-result-win{background:rgba(0,255,157,.15);color:#00ff9d}
.detail-result-lose{background:rgba(255,107,107,.15);color:#ff6b6b}
.detail-result-pending{background:rgba(255,170,0,.15);color:#fa0}
.detail-result-void{background:rgba(192,192,192,.15);color:silver}
.detail-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.5rem}
.detail-stat{text-align:center}
.detail-stat-label{font-size:.5rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(232,217,176,.5)}
.detail-stat-value{font-family:Orbitron,monospace;font-size:.75rem;font-weight:600;color:#e8d9b0}
.detail-meta-row{display:flex;justify-content:space-between;font-size:.6rem;margin-top:.35rem;padding-top:.35rem;border-top:1px solid rgba(255,215,0,.08)}
.detail-meta-label{color:rgba(232,217,176,.5)}
.detail-meta-value{color:#e8d9b0}
.stake-declaration-form{background:linear-gradient(135deg,rgba(10,12,28,.95) 0,rgba(6,8,20,.98) 100%);border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:1rem;margin-top:1rem;animation:.3s fadeUp}
.stake-declaration-form h4{font-family:Orbitron,monospace;font-size:.75rem;letter-spacing:.1em;color:gold;margin:0 0 .5rem}
.stake-declaration-form p{font-size:.7rem;color:rgba(232,217,176,.7);margin-bottom:.75rem}
.stake-form-group{margin-bottom:.75rem}
.stake-form-group label{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(232,217,176,.6);margin-bottom:.3rem}
.stake-input{width:100%;padding:.6rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,215,0,.2);border-radius:10px;color:#e8d9b0;font-family:inherit;font-size:.85rem;outline:0;transition:.2s}
.stake-input:focus{border-color:rgba(255,215,0,.6);box-shadow:0 0 0 3px rgba(255,215,0,.08)}
.stake-hint{font-size:.6rem;color:rgba(232,217,176,.5);margin-top:.25rem}
.stake-actions{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}
.result-submission-form{background:linear-gradient(135deg,rgba(10,12,28,.9) 0,rgba(6,8,20,.95) 100%);border:1px solid rgba(255,215,0,.15);border-radius:12px;padding:1rem;margin-top:1rem}
.result-submission-form h4{font-family:Orbitron,monospace;font-size:.75rem;letter-spacing:.1em;color:gold;margin:0 0 .75rem}
.submission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.75rem}
@media (max-width:640px){
.submission-grid{grid-template-columns:1fr}
}
.submission-field{display:flex;flex-direction:column;gap:.25rem}
.submission-field label{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(232,217,176,.6)}
.submission-input,.submission-select{padding:.55rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,215,0,.2);border-radius:10px;color:#e8d9b0;font-family:inherit;font-size:.8rem;outline:0}
.submission-input:focus,.submission-select:focus{border-color:rgba(255,215,0,.6)}
.submission-file-group{margin-bottom:.75rem}
.file-input-wrapper{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}
.file-input-label{padding:.4rem .8rem;background:rgba(0,255,157,.08);border:1px solid rgba(0,255,157,.25);border-radius:30px;color:#00ff9d;font-size:.6rem;font-weight:600;cursor:pointer;transition:.2s;display:inline-flex;align-items:center;gap:.3rem}
.file-input-label:hover{background:rgba(0,255,157,.15)}
.file-name{font-size:.6rem;color:rgba(232,217,176,.5)}
.submission-submit-btn{width:100%;padding:.6rem;background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,140,0,.1));border:1px solid rgba(255,215,0,.5);border-radius:30px;color:gold;cursor:pointer;font-family:Orbitron,monospace;font-size:.7rem;font-weight:700;letter-spacing:.08em;transition:.2s;display:flex;align-items:center;justify-content:center;gap:.4rem}
.submission-submit-btn:hover:not(:disabled){background:rgba(255,215,0,.3);transform:translateY(-1px)}
.submission-submit-btn:disabled{opacity:.5;cursor:not-allowed}
.withdraw-cancel-btn,.withdraw-save-btn{border-radius:8px!important}
.holographic-button-small{padding:.4rem 1rem;background:rgba(0,255,157,.15);border:1px solid gold;border-radius:30px;color:gold;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;font-family:Orbitron,monospace;font-size:.65rem;font-weight:600;letter-spacing:.05em;transition:.2s}
.holographic-button-small:hover{background:rgba(0,255,157,.25);transform:translateY(-1px);box-shadow:0 0 12px rgba(255,215,0,.2)}
.holographic-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(255,215,0,.15),rgba(255,140,0,.08));border:1.5px solid rgba(255,215,0,.4);border-radius:30px;color:gold;font-size:.7rem;font-weight:700;font-family:Orbitron,monospace;letter-spacing:.06em;cursor:pointer;transition:.25s}
.holographic-button:hover{background:linear-gradient(135deg,rgba(255,215,0,.25),rgba(255,140,0,.15));border-color:rgba(255,215,0,.6);box-shadow:0 0 14px rgba(255,215,0,.2);transform:translateY(-1px)}
.holographic-button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;background:rgba(255,100,100,.08);border:1.5px solid rgba(255,100,100,.3);border-radius:30px;color:rgba(255,130,130,.8);font-size:.7rem;font-weight:700;font-family:Orbitron,monospace;letter-spacing:.06em;cursor:pointer;transition:.25s}
.holographic-button-secondary:hover{background:rgba(255,100,100,.15);border-color:rgba(255,100,100,.5);color:#ff8080}
@keyframes fadeUp{
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes slideInRight{
from{opacity:0;transform:translateX(20px)}
to{opacity:1;transform:translateX(0)}
}
.text-success{color:#00ff9d}
.text-warning{color:#fa0}
.text-danger{color:#ff6b6b}
.text-gold{color:gold}
.bg-dark-transparent{background:rgba(0,0,0,.3)}
.rounded-full{border-radius:9999px}
.enhanced-dashboard ::-webkit-scrollbar{width:3px;height:3px}
.enhanced-dashboard ::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:10px}
.enhanced-dashboard ::-webkit-scrollbar-thumb{background:rgba(255,215,0,.3);border-radius:10px}
.enhanced-dashboard ::-webkit-scrollbar-thumb:hover{background:rgba(255,215,0,.5)}
@media (max-width:768px){
.dashboard-stats-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}
.stat-card{padding:.6rem}
.stat-icon{width:32px;height:32px}
.stat-icon i,.stat-value{font-size:.9rem}
.stat-label{font-size:.55rem}
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}
.balance-section #actualBalanceDisplay{font-size:1.1rem}
#withdrawFormContainer>div:first-child{grid-template-columns:1fr!important;gap:.5rem}
.timeline-item{padding:.5rem}
.timeline-level{width:32px;font-size:.6rem}
}
@media (max-width:480px){
.dashboard-stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}
.balance-section>div[style*="grid-template-columns: repeat(2, 1fr)"],.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr!important}
.dashboard-header{flex-direction:column;align-items:flex-start}
.stake-banner{flex-direction:column;text-align:center}
.stake-banner-content{justify-content:center}
}
@media (prefers-color-scheme:dark){
.balance-section,.cumulative-stats-card,.day-detail-panel,.result-submission-form,.stake-declaration-form,.timeline-panel{background:linear-gradient(135deg,rgba(8,10,22,.96) 0,rgba(4,6,16,.98) 100%)!important}
}
@media (prefers-reduced-motion:reduce){
.cumulative-stats-card,.dashboard-row,.stat-card,.timeline-item{animation:none;transition:none}
.cumulative-stats-card:hover,.stat-card:hover,.timeline-item:hover{transform:none}
}
.withdraw-history-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;align-items:start}
.history-panel{background:rgba(0,0,0,.2);border:1px solid rgba(255,215,0,.15);border-radius:12px;overflow:hidden}
.history-header{padding:.6rem .8rem;background:rgba(255,215,0,.06);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s}
.history-header:hover{background:rgba(255,215,0,.1)}
.withdraw-form-responsive{display:flex;flex-direction:row;gap:.75rem;align-items:flex-end;flex-wrap:wrap}
.withdraw-field{flex:1;min-width:140px}
.withdraw-field label{display:block;color:rgba(232,217,176,.6);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}
.withdraw-field input{width:100%;background:rgba(0,0,0,.4);border:1px solid rgba(255,215,0,.3);border-radius:10px;padding:.7rem;color:#e8d9b0;font-size:.85rem;box-sizing:border-box}
.withdraw-field input:focus{border-color:rgba(255,215,0,.6);outline:0}
.withdraw-buttons{display:flex;gap:.5rem;flex-shrink:0}
.withdraw-buttons button{padding:.7rem 1.2rem;white-space:nowrap}
@media (max-width:640px){
.cumulative-stats-card>div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}
.withdraw-form-responsive{flex-direction:column;align-items:stretch;gap:.75rem}
.withdraw-field{min-width:100%}
.withdraw-buttons{flex-direction:column;gap:.6rem;margin-top:.25rem}
.withdraw-buttons button{width:100%;justify-content:center;white-space:normal}
}