﻿.index-wrapper {
    max-width: 900px;
    margin: 25px auto;
}

.banner {
    background: linear-gradient(90deg, #ffb43a, #ff8800);
    padding: 25px;
    border-radius: 12px;
    color: white;
    text-align: center;
    box-shadow: 0 0 10px #0004;
    margin-bottom: 25px;
}

.title {
    font-size: 34px;
    font-weight: 700;
}

.subtitle {
    opacity: .9;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.horse-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.horse-card {
    display: flex;
    gap: 15px;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px #0002;
    cursor: pointer;
}

.select-horse {
    width: 22px;
    height: 22px;
}

.silk-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
}

.horse-name {
    font-size: 20px;
    font-weight: bold;
}

.jockey-name {
    margin-bottom: 10px;
    opacity: .7;
}

.bar {
    width: 100%;
    background: #ddd;
    height: 8px;
    border-radius: 6px;
    margin-bottom: 6px;
}

.bar-fill {
    height: 100%;
    border-radius: 6px;
}

.speed {
    background: #ff6600;
}

.stamina {
    background: #118e00;
}

.start-area {
    text-align: center;
    margin-top: 20px;
}

.start-button {
    background: #ff9200;
    padding: 14px 35px;
    color: white;
    border-radius: 12px;
    font-size: 20px;
    border: none;
    box-shadow: 0 0 10px #0004;
}
.owner-balance {
    margin-top: 10px;
    font-size: 18px;
}
