* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'yekan', Tahoma, sans-serif !important;
    direction: rtl;
    background: url('/theme/img/login-bg.jpg') repeat center center fixed;
    background-size: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.main-card {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
    border-radius: 28px;
    padding: 35px 30px 40px;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.9), 0 0 80px rgba(255, 193, 7, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.logo-area img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.7));
}
.menu-nav {
    background: rgba(20, 20, 30, 0.9) !important;
    border-radius: 16px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}
.menu-nav .nav-link {
    color: #e8e0d0 !important;
    font-size: 0.92rem;
    padding: 8px 16px;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}
.menu-nav .nav-link:hover {
    background: rgba(255, 193, 7, 0.18);
    color: #ffc107 !important;
    transform: translateY(-2px);
}
.prayer-text {
    color: #ffd966;
    font-size: 1.05rem;
    font-weight: 300;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
    margin: 12px 0 16px;
}
.form-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}
.input-custom {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 50px;
    padding: 12px 22px;
    text-align: center;
    font-size: 0.98rem;
    transition: all 0.3s ease;
}
.input-custom:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffc107;
    box-shadow: 0 0 30px rgba(255, 193, 7, 0.12);
    color: #fff;
    outline: none;
}
.input-custom::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.select-custom {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 50px;
    padding: 12px 22px;
    cursor: pointer;
    font-size: 0.98rem;
    transition: all 0.3s ease;
}
.select-custom:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffc107;
    box-shadow: 0 0 30px rgba(255, 193, 7, 0.12);
    outline: none;
}
.select-custom option {
    background: #1a1a2a;
    color: #fff;
}
.btn-enter {
    background: linear-gradient(145deg, #ffc107, #e6a800);
    border: none;
    padding: 14px 45px;
    border-radius: 50px;
    font-weight: 700;
    color: #1a1a2e;
    font-size: 1.08rem;
    transition: all 0.4s ease;
    box-shadow: 0 6px 30px rgba(255, 193, 7, 0.25);
    width: 100%;
}
.btn-enter:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 45px rgba(255, 193, 7, 0.4);
    background: linear-gradient(145deg, #ffd54f, #ffc107);
    color: #000;
}
.tag-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    margin: 18px 0 12px;
}
.tag-group .tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 0.78rem;
    color: #c8c0b0;
    font-weight: 300;
    transition: all 0.3s ease;
}
.tag-group .tag:hover {
    background: rgba(255, 193, 7, 0.08);
    border-color: rgba(255, 193, 7, 0.15);
    color: #ffd966;
}
.tag-group .tag-main {
    background: rgba(255, 193, 7, 0.12);
    border-color: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    font-weight: 700;
    font-size: 0.95rem;
}
.rules-box {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 18px;
    padding: 18px 24px;
    margin-top: 20px;
    border-right: 4px solid #ffc107;
}
.rules-box h6 {
    color: #ffc107;
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 10px;
}
.rules-box small {
    color: #d0cac0;
    font-size: 0.8rem;
    line-height: 2.1;
    display: block;
}
.bottom-link {
    color: #ffc107;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 14px;
    font-size: 0.95rem;
}
.bottom-link:hover {
    color: #ffe082;
    text-shadow: 0 0 25px rgba(255, 193, 7, 0.2);
    transform: scale(1.03);
}
@media (max-width: 768px) {
    .main-card {
        padding: 20px 16px 25px;
        border-radius: 20px;
    }
    .menu-nav .nav-link {
        font-size: 0.72rem;
        padding: 5px 10px;
    }
    .btn-enter {
        padding: 12px 20px;
        font-size: 0.98rem;
    }
    .rules-box small {
        font-size: 0.72rem;
        line-height: 1.9;
    }
    .tag-group .tag {
        font-size: 0.7rem;
        padding: 4px 14px;
    }
    .tag-group .tag-main {
        font-size: 0.85rem;
    }
}
@media (max-width: 576px) {
    .menu-nav .nav-link {
        font-size: 0.62rem;
        padding: 4px 8px;
    }
    .form-wrapper {
        padding: 15px 12px;
    }
    .input-custom, .select-custom {
        font-size: 0.85rem;
        padding: 10px 16px;
    }
}