.thi-thu-9-len-10 {
    background: #f3f3f8;
    padding: 38px 0 56px;
}

.thi-thu-9-len-10[v-cloak] {
    display: none;
}

.tt910-loading {
    background: #f3f3f8;
    padding: 38px 0 56px;
}

.tt910-loading .container {
    max-width: 1320px;
    width: calc(100% - 48px);
}

.tt910-loading__title {
    margin: 0;
    text-align: center;
    font-family: "Baloo", "Quicksand", sans-serif;
    font-size: 24px;
    color: #4d5261;
}

.tt910-loading__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 24px;
}

.tt910-loading__card {
    height: 420px;
    border-radius: 14px;
    background: linear-gradient(90deg, #eef1f7 0%, #f8f9fc 50%, #eef1f7 100%);
    background-size: 200% 100%;
    animation: tt910Skeleton 1.25s ease-in-out infinite;
    box-shadow: 0 4px 18px rgba(13, 33, 71, 0.08);
}

.tt910-loading--hidden {
    display: none;
}

@keyframes tt910Skeleton {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.thi-thu-9-len-10 .container {
    max-width: 1320px;
    width: calc(100% - 48px);
}

.tt910-title {
    margin: 0;
    text-align: center;
    font-family: "Baloo", "Quicksand", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #666666;
}

.tt910-logo {
    display: inline-block;
    height: 34px;
    margin-left: 6px;
    margin-top: -10px;
}

.tt910-main-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.tt910-card {
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 -20px 18px rgba(13, 33, 71, 0.08);
}

.tt910-card--left {
    padding: 28px 24px 40px;
}

.tt910-field + .tt910-field {
    margin-top: 18px;
}

.tt910-label {
    display: block;
    margin-bottom: 8px;
    color: #1d2432;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.tt910-description {
    font-size: 16px;
    color: #666666;
}

.tt910-star {
    color: #ff7a1b;
}

.tt910-select {
    width: 100%;
    height: 44px;
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    background: #fdfdff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'%3E%3Cpath fill='%238f95a3' d='M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.12l3.71-3.9a.75.75 0 1 1 1.08 1.04l-4.25 4.47a.75.75 0 0 1-1.08 0L5.21 8.27a.75.75 0 0 1 .02-1.06z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 24px;
    color: #8d8e97;
    font-size: 16px;
    padding: 0 46px 0 14px;
}

.tt910-province-select {
    position: relative;
}

.tt910-select--trigger {
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.tt910-select__value {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tt910-province-select--open .tt910-select--trigger {
    border-color: #ffb883;
    box-shadow: 0 0 0 2px rgba(255, 141, 47, 0.16);
}

.tt910-select-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 30;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e5e5ea;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(26, 39, 67, 0.16);
}

.tt910-select-search {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 15px;
    color: #1d2432;
    outline: none;
}

.tt910-select-search:focus {
    border-color: #ffb883;
    box-shadow: 0 0 0 2px rgba(255, 141, 47, 0.16);
}

.tt910-select-options {
    margin-top: 8px;
    max-height: 256px;
    overflow-y: auto;
}

.tt910-select-option {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: transparent;
    text-align: left;
    color: #3f4758;
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 12px;
    cursor: pointer;
}

.tt910-select-option:hover {
    background: #f5f8fe;
}

.tt910-select-option--active {
    background: #fff2e6;
    color: #f26e0e;
    font-weight: 700;
}

.tt910-select-empty {
    padding: 12px;
    color: #8f95a3;
    font-size: 14px;
}

.tt910-structures {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tt910-structure-btn {
    height: 42px;
    border: 1px solid #e4e5eb;
    border-radius: 10px;
    background: #fbfbfd;
    color: #4d5261;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.tt910-structure-btn--active {
    border-color: #ff8a2a;
    background: #fff4ea;
    color: #f26e0e;
}

.tt910-summary {
    position: relative;
    margin-top: 60px;
    padding-left: 100px;
}

.tt910-mascot {
    position: absolute;
    left: -53px;
    bottom: -136px;
    width: 240px;
    max-width: 45%;
}

.tt910-summary-box {
    border: 1px solid #d6e6f5;
    background: #f6fbff;
    border-radius: 12px;
    padding: 16px 18px;
    min-height: 120px;
    text-align: center;
}

.tt910-summary-text {
    margin: 0;
    color: #272b32;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.tt910-highlight {
    color: #2f8ddd;
    font-weight: 700;
}

.tt910-highlight--province {
    color: #FF6609;
    background-color: #fff;
    display: inline-block;
    padding: 0 4px;
    border-radius: 4px;
}

.tt910-summary-note {
    margin: 8px 0 0;
    color: #7f8591;
    font-size: 14px;
    font-style: italic;
}

.tt910-action {
    margin-top: 40px;
    text-align: center;
}

.tt910-start-btn {
    display: inline-block;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #ff8d2f 0%, #ff6a0a 100%);
    color: #fff;
    font-family: "Baloo", "Quicksand", sans-serif;
    font-size: 24px;
    line-height: 1;
    padding: 16px 34px;
    box-shadow: 0 8px 18px rgba(255, 117, 35, 0.35);
    cursor: pointer;
    text-decoration: none;
}

.tt910-time-note {
    margin: 20px 0 0;
    color: #181b24;
    font-size: 13px;
    font-weight: 700;
}

.tt910-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10020;
    background: rgba(12, 21, 38, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.tt910-modal {
    width: min(560px, 100%);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(12, 21, 38, 0.28);
    padding: 24px 20px;
    text-align: center;
}

.tt910-modal-message {
    margin: 0;
    color: #2b3240;
    font-size: 24px;
    line-height: 1.45;
}

.tt910-modal-btn {
    margin-top: 18px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #ff8d2f 0%, #ff6a0a 100%);
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

.tt910-card--right {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eef9ff 0%, #ffffff 25%, #f3f3f8 50%);
    padding: 20px;
}

.tt910-ranking-lock-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt910-ranking-lock-icon {
    width: 86px;
    height: 86px;
    border-radius: 999px;
    background: #ffffff;
    /* border: 1px solid #dce3f0; */
    box-shadow: 0 12px 24px rgba(31, 52, 91, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c6474;
}

.tt910-ranking-lock-icon svg {
    width: 38px;
    height: 38px;
}

.tt910-podium {
    position: relative;
    height: 275px;
    padding: 0 0 8px;
}

.tt910-podium-item {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 32%;
}

.tt910-podium-item--rank-1 {
    width: 36%;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 3;
}

.tt910-podium-item--rank-2 {
    width: 33%;
    left: 0;
    bottom: 23px;
    z-index: 2;
}

.tt910-podium-item--rank-3 {
    width: 33%;
    right: 0;
    bottom: 20px;
    z-index: 1;
}

.tt910-podium-name {
    color: #525866;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt910-podium-score {
    display: inline-block;
    min-width: 78px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #ff8f2f;
    margin-bottom: 6px;
}

.tt910-podium-item--rank-1 .tt910-podium-score {
    font-size: 15px;
    padding: 5px 10px;
}

.tt910-podium-item--rank-2 .tt910-podium-score {
    font-size: 13px;
}

.tt910-podium-item--rank-3 .tt910-podium-score {
    font-size: 12px;
}

.tt910-medal {
    display: block;
    width: 100%;
    max-width: 94px;
    margin: 0 auto;
}

.tt910-podium-item--rank-1 .tt910-medal {
    max-width: 128px;
}

.tt910-podium-item--rank-2 .tt910-medal {
    max-width: 108px;
}

.tt910-podium-item--rank-3 .tt910-medal {
    max-width: 88px;
}

.tt910-ranking-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tt910-ranking-item {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 10px 20px 10px 30px;
    margin-bottom: 10px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    /* border: 1px solid #dfe4ec; */
    box-shadow: inset 0 1px 0 #ffffff, 0 3px 0 #d0d5de, 0 6px 10px rgba(129, 142, 168, 0.12);
}

.tt910-ranking-item--highlight {
    background: linear-gradient(180deg, #ffcf73 0%, #ffb43f 100%);
    /* border: 1px solid #ffd77f; */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 2px 0 #eaa33d, 0 8px 14px rgba(255, 179, 59, 0.42);
}

.tt910-rank-number {
    color: #23a7e8;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    font-family: "Nunito", "Baloo", "Quicksand", sans-serif;
}

.tt910-ranking-item--highlight .tt910-rank-number {
    color: #ffffff;
}

.tt910-rank-name {
    color: #5a5f6d;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
}

.tt910-ranking-item--highlight .tt910-rank-name {
    color: #ffffff;
    font-weight: 700;
}

.tt910-rank-score {
    min-width: 84px;
    border-radius: 999px;
    background: #f3f4f7;
    border: 1px solid #b7bec9;
    color: #666a75;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 4px 8px;
}

.tt910-ranking-item--highlight .tt910-rank-score {
    background: #ff941f;
    border: 1px solid #ffc66f;
    color: #ffffff;
}

@media (max-width: 1439px) {
    .tt910-loading .container {
        width: calc(100% - 32px);
    }

    .thi-thu-9-len-10 .container {
        width: calc(100% - 32px);
    }

    .tt910-label,
    .tt910-summary-text,
    .tt910-rank-name,
    .tt910-podium-name {
        font-size: 17px;
    }

    .tt910-select,
    .tt910-structure-btn {
        font-size: 15px;
        height: 42px;
    }

    .tt910-summary-note,
    .tt910-time-note,
    .tt910-podium-score,
    .tt910-rank-score {
        font-size: 13px;
    }

    .tt910-start-btn {
        font-size: 22px;
        padding: 14px 24px;
    }

    .tt910-rank-number {
        font-size: 32px;
    }

    .tt910-podium-item--rank-1 .tt910-medal {
        max-width: 118px;
    }

    .tt910-podium-item--rank-2 .tt910-medal {
        max-width: 100px;
    }

    .tt910-podium-item--rank-3 .tt910-medal {
        max-width: 82px;
    }

    .tt910-podium {
        height: 232px;
    }

    .tt910-podium-item--rank-1 {
        bottom: 18px;
    }

    .tt910-podium-item--rank-2 {
        bottom: 8px;
    }
}

@media (max-width: 991px) {
    .tt910-loading__grid {
        grid-template-columns: 1fr;
    }

    .tt910-main-grid {
        grid-template-columns: 1fr;
    }

    .tt910-summary {
        padding-left: 128px;
        min-height: 172px;
    }

    .tt910-mascot {
        width: 156px;
    }
}

@media (max-width: 767px) {
    .tt910-loading {
        padding-top: 22px;
    }

    .tt910-loading .container {
        width: calc(100% - 24px);
    }

    .tt910-loading__title {
        font-size: 20px;
    }

    .thi-thu-9-len-10 {
        padding-top: 22px;
    }

    .thi-thu-9-len-10 .container {
        width: calc(100% - 24px);
    }

    .tt910-title {
        font-size: 24px;
    }

    .tt910-logo {
        height: 32px;
        margin-top: 0;
    }

    .tt910-modal {
        padding: 20px 14px;
    }

    .tt910-modal-message {
        font-size: 18px;
    }

    .tt910-card--left {
        padding: 22px 16px;
    }

    .tt910-structures {
        grid-template-columns: 1fr;
    }

    .tt910-summary {
        padding: 0;
        min-height: 0;
    }

    .tt910-mascot {
        position: static;
        display: block;
        margin: 0 auto 10px;
        width: 138px;
        max-width: 100%;
    }

    .tt910-summary-box {
        min-height: 0;
        padding: 14px;
    }

    .tt910-start-btn {
        font-size: 22px;
        width: 100%;
        max-width: 320px;
    }

    .tt910-card--right {
        padding: 14px 10px;
        order: -1;
    }

    .tt910-podium {
        display: flex;
        flex-direction: column;
        position: static;
        height: auto;
        padding: 0;
        gap: 8px;
        margin-bottom: 12px;
    }

    .tt910-podium-item--rank-1,
    .tt910-podium-item--rank-2,
    .tt910-podium-item--rank-3 {
        position: static;
        width: 100%;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        z-index: auto;
    }

    .tt910-podium-item {
        display: grid;
        grid-template-columns: 50px 1fr auto;
        grid-template-areas: "medal name score";
        align-items: center;
        gap: 10px;
        padding: 8px 10px;
        border-radius: 12px;
        background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
        border: 1px solid #dfe4ec;
        box-shadow: inset 0 1px 0 #ffffff, 0 2px 0 #d0d5de, 0 6px 10px rgba(129, 142, 168, 0.12);
    }

    .tt910-podium-item .tt910-medal,
    .tt910-podium-item--rank-1 .tt910-medal,
    .tt910-podium-item--rank-2 .tt910-medal,
    .tt910-podium-item--rank-3 .tt910-medal {
        grid-area: medal;
        width: 46px;
        max-width: 46px;
        margin: 0;
    }

    .tt910-podium-item .tt910-podium-name {
        grid-area: name;
        margin: 0;
        text-align: left;
        font-size: 16px;
    }

    .tt910-podium-item .tt910-podium-score,
    .tt910-podium-item--rank-1 .tt910-podium-score,
    .tt910-podium-item--rank-2 .tt910-podium-score,
    .tt910-podium-item--rank-3 .tt910-podium-score {
        grid-area: score;
        margin: 0;
        font-size: 12px;
        min-width: 78px;
        padding: 4px 8px;
    }

    .tt910-ranking-item {
        grid-template-columns: 42px 1fr auto;
        padding: 8px;
    }

    .tt910-ranking-item--highlight {
        background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
        border: 1px solid #dfe4ec;
        box-shadow: inset 0 1px 0 #ffffff, 0 3px 0 #d0d5de, 0 6px 10px rgba(129, 142, 168, 0.12);
    }

    .tt910-ranking-item--highlight .tt910-rank-number {
        color: #23a7e8;
    }

    .tt910-ranking-item--highlight .tt910-rank-name {
        color: #5a5f6d;
        font-weight: 500;
    }

    .tt910-ranking-item--highlight .tt910-rank-score {
        background: #f3f4f7;
        border: 1px solid #b7bec9;
        color: #666a75;
    }
}
