.Coin_Title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #e2e8f0;
    background: #040b1b;
    border-bottom: 1px solid #5d6488;
    padding: 10px;
}
.Coin_Title img {
    height: 50px;
}
.Coin_Symbol {
    display: flex;
    align-items: center;
    background: #09173a;
    border: 1px solid #2a3458;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.Coin_Symbol img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.Coin_Symbol h2 {
    margin: 0;
    font-size: 18px;
}
.date-info {
    font-size: 11px;
    color: #64748b;
    margin-left: auto;
}

.wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 10px 60px;
}

.chart-box {
    background: #1a1f3a;
    border: 1px solid #6a7091;
    border-radius: 4px;
    padding: 15px 8px;
    margin-bottom: 10px;
}

.chart-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #c8d1df;
    margin-bottom: 8px;
    background: #040b1b;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #6a7091;
}

canvas {
    width: 100% !important;
    display: block;
}

.top3-text {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.top3-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 15px 20px;
    background: #040b1b;
    border-radius: 4px;
    border: 1px solid #6a7091;
}

.rank {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    min-width: 25px;
    border-radius: 50%;
    background: #2a3458;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
}
.rank-1 { background: #f59e0b; color: #000; }
.rank-2 { background: #94a3b8; color: #000; }
.rank-3 { background: #b87333; color: #fff; }

.hour {
    font-weight: bold;
    color: #fff;
    min-width: 46px;
}

.vol {
    font-size: 14px;
    color: #fff;
}

