.hero-subtitle {
    opacity: 0.9;
    margin-top: 4px;
}

.register-cta {
    margin-top: 15px;
}

.state-banner {
    display: none;
}

.actions-start {
    margin-top: 0;
    justify-content: flex-start;
}

.upload-tools {
    display: none;
    margin-top: 0;
    justify-content: flex-start;
}

.upload-tools-note {
    align-self: center;
}

.modal-card {
    max-width: 520px;
    text-align: left;
    padding: 34px 30px;
}

.modal-icon-success {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d4edda;
    color: #155724;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 18px;
}

.modal-icon-warn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff3cd;
    color: #8a6d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 18px;
}

.modal-title-center {
    text-align: center;
    color: #1e3c72;
    margin-bottom: 12px;
}

.modal-copy-center {
    text-align: center;
    color: #4a5b6e;
    line-height: 1.6;
    margin-bottom: 16px;
}

.modal-summary-box {
    display: grid;
    gap: 10px;
    background: #f8fbff;
    border: 1px solid #e7eef6;
    border-radius: 10px;
    padding: 14px 16px;
    color: #334155;
    font-size: 0.92rem;
}

.modal-actions-center {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.file-btn-locked {
    cursor: not-allowed;
    opacity: 0.5;
}
