body.analyzer .clash-v2-request-review,
body.analyzer .clash-v2-upload-progress {
    box-sizing: border-box;
    width: min(100%, 660px);
    margin: 20px 0 14px;
    padding: 18px;
    border: 1px solid #cddde9;
    border-radius: 10px;
    background: #f9fcfe;
}

body.analyzer #clashV2Beta_uploadButton {
    min-height: 40px;
    margin: 0 0 10px;
    padding: 9px 16px;
    border: 0;
    border-radius: 6px;
    background: #176fb0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

body.analyzer #clashV2Beta_uploadButton:hover:not(:disabled) {
    background: #0f5d96;
}

body.analyzer #clashV2Beta_uploadButton:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

body.analyzer .clash-v2-request-review[hidden],
body.analyzer .clash-v2-upload-progress[hidden],
body.analyzer .clash-v2-upload-file-progress[hidden] {
    display: none !important;
}

.clash-v2-request-review-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}

.clash-v2-request-review-mark {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 50%;
    background: #dff2e7;
    color: #237348;
    font-weight: 800;
}

body.analyzer .clash-v2-request-review h3,
body.analyzer .clash-v2-upload-progress h3 {
    margin: 0;
    color: #213546;
    font-size: 1rem;
}

.clash-v2-request-review-head p {
    margin: 3px 0 0;
    color: #607386;
    font-size: 0.83rem;
}

.clash-v2-request-review dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    margin: 0;
}

.clash-v2-request-review dl div {
    display: grid;
    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid #dce7ee;
}

.clash-v2-request-review dt {
    color: #607386;
    font-size: 0.8rem;
}

.clash-v2-request-review dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #213546;
    font-size: 0.82rem;
    font-weight: 700;
}

.clash-v2-request-review dl div:nth-child(6),
.clash-v2-request-review dl div:nth-child(7) {
    grid-column: 1 / -1;
    grid-template-columns: minmax(140px, 0.36fr) minmax(0, 1.64fr);
}

body.analyzer .clash-v2-upload-progress {
    margin-top: 15px;
    background: #fff;
}

body.analyzer .clash-v2-upload-progress h3 {
    margin-bottom: 15px;
}

.clash-v2-upload-file-progress,
.clash-v2-upload-overall {
    margin-top: 13px;
}

.clash-v2-upload-file-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 7px;
    color: #213546;
    font-size: 0.82rem;
}

.clash-v2-upload-file-head strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.clash-v2-upload-file-head span {
    flex: 0 0 auto;
    color: #607386;
}

.clash-v2-upload-track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7eef4;
}

.clash-v2-upload-fill {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1682c4, #35a57b);
    transition: width 160ms ease-out;
}

.clash-v2-upload-file-progress > p,
.clash-v2-upload-resume-note {
    margin: 6px 0 0;
    color: #607386;
    font-size: 0.78rem;
}

.clash-v2-upload-overall {
    padding-top: 13px;
    border-top: 1px solid #dce7ee;
}

.clash-v2-upload-resume-note {
    margin-top: 13px;
}

@media (max-width: 700px) {
    .clash-v2-request-review dl {
        grid-template-columns: 1fr;
    }

    .clash-v2-request-review dl div:nth-child(6),
    .clash-v2-request-review dl div:nth-child(7) {
        grid-column: auto;
        grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);
    }

}
