/* Custom styles – committed directly, not compiled via Vite */

.mc-badge--hidden {
    font-size: 0.75rem;
    background-color: #fbbf24;
    color: #1c1400;
    padding: 0.125rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.mission-hidden-row td,
.paused-row td {
    background-color: #fffbeb !important;
}
.dark .mission-hidden-row td,
.dark .paused-row td {
    background-color: rgba(120, 53, 15, 0.25) !important;
}

.order-running-modal {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.22);
    padding: 3.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 28rem;
    width: 100%;
    text-align: center;
}

.mission-detail-modal {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #16a34a;
    box-shadow: 0 4px 24px rgba(22, 163, 74, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    width: 100%;
    max-width: 32rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.mc-btn-active {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

.mc-btn-active:hover {
    background-color: #15803d !important;
    border-color: #15803d !important;
}

.profile-field {
    margin-bottom: 1.75em;
}
