﻿.modal-backdrop.show {
    opacity: 0.75 !important;
}

.dn-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background: #fffdf9;
}

.dn-emoji {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.dn-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
}

.dn-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
}

.dn-input {
    border-radius: 10px;
    border: 1.5px solid #e0ddd8;
    background: #ffffff;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    text-align: center;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .dn-input:focus {
        border-color: #059669;
        box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.12);
        outline: none;
    }

.dn-btn {
    background: #059669;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

    .dn-btn:hover {
        background: #047857;
        transform: translateY(-1px);
    }

    .dn-btn:active {
        transform: translateY(0);
    }

    .dn-btn:disabled {
        background: #6ee7b7;
        transform: none;
        cursor: not-allowed;
    }


.dn-error {
    color: #DC2626;
    font-size: 0.82rem;
    min-height: 1.2rem;
    margin-bottom: 0.5rem;
}
