.cocoyaya-box{
    max-width:540px;
    margin:60px auto;
    padding:40px;
    background:#ffffff !important;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    text-align:center;

    /* جلوگیری از دارک مود قالب */
    color:#111 !important;
}

/* همه عناصر داخل باکس */
.cocoyaya-box *{
    color:#111 !important;
    font-family: inherit;
}

/* عنوان */
.cocoyaya-title{
    font-size:28px;
    font-weight:800;
    margin-bottom:10px;
    color:#111 !important;
}

/* توضیح */
.cocoyaya-desc{
    color:#555 !important;
    margin-bottom:25px;
    line-height:1.8;
    font-size:14px;
}

/* input */
.cocoyaya-input{
    width:100%;
    height:58px;
    font-size:20px;
    text-align:center;

    background:#fff !important;
    color:#111 !important;

    border:2px solid #ddd !important;
    border-radius:12px;

    letter-spacing:3px;
    text-transform:uppercase;

    outline:none;

    -webkit-text-fill-color:#111 !important;
}

.cocoyaya-input:focus{
    border-color:#111 !important;
    box-shadow:0 0 0 4px rgba(0,0,0,.08);
}

/* دکمه */
.cocoyaya-button{
    margin-top:20px;
    width:100%;
    height:55px;

    border:none;
    border-radius:12px;

    font-size:16px;
    font-weight:700;

    cursor:pointer;

    background:#111 !important;
    color:#fff !important;

    transition:.2s;
}

.cocoyaya-button:hover{
    background:#000 !important;
    transform:translateY(-1px);
}

/* پیام موفق */
.cocoyaya-success{
    background:#e9f9ef !important;
    border:1px solid #2ecc71 !important;
    color:#1e7e34 !important;

    padding:18px;
    border-radius:12px;
    margin-bottom:15px;
}

/* هشدار */
.cocoyaya-warning{
    background:#fff8e1 !important;
    border:1px solid #f1c40f !important;
    color:#8a6d00 !important;

    padding:18px;
    border-radius:12px;
    margin-bottom:15px;
}

/* خطا */
.cocoyaya-error{
    background:#ffecec !important;
    border:1px solid #e74c3c !important;
    color:#c0392b !important;

    padding:18px;
    border-radius:12px;
    margin-bottom:15px;
}