.history-container {
    margin-top: 30px;
    background: #1a2c38;
    border-radius: 8px;
    padding: 20px;
}

.history-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #2f4553;
    padding-bottom: 10px;
}

.tab-btn {
    background: transparent;
    border: none;
    color: #b1bad3;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
}

.tab-btn.active {
    color: #fff;
    border-bottom: 3px solid #00e701;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

th {
    color: #b1bad3;
    padding: 12px;
    border-bottom: 1px solid #2f4553;
}

td {
    padding: 12px;
    color: #fff;
    border-bottom: 1px solid #2f4553;
}

.win-text { color: #00e701; font-weight: bold; }
.loss-text { color: #8a96a3; }

.currency-s {
    color: #00e701;
    font-weight: bold;
    font-size: 0.8em;
}

.user-name { font-weight: bold; color: #fff; }