* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: #fcc404;
    color: #333;
    direction: rtl;
    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
    margin: 0;
    overflow-x: hidden;
}




/* Main Content */
.main-content {
    padding: 0;
    margin-top: 0;
}

/* Header Title */
.header-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 3px 0px 0 0px;
    padding: 3px;
    gap: 4px;
}

.header-title .avatar {
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 20px;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.header-title .title-group {
    display: flex;
    align-items: center;
    gap: 0px;
    flex: 1;
    margin-right: -4px;
}

.header-title .arabic-text {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.header-title .english-text {
    color: #999;
    font-size: 10px;
}

.header-title .tiktok-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #333;
}

.header-title .tiktok-logo-img {
    width: 42px;
    height: 42px;
    border-radius: 0px;
    margin-bottom: 2px;
}

.header-title .lock-icon {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.header-title .lock-icon i {
    font-size: 14px;
    color: #333;
}

/* Top Section */
.top-section {
    background-color: #FCD44C;
    border-radius: 8px 8px 0 0;
    padding: 20px 15px;
    margin: 10px 5px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.phone {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: 'Cairo', sans-serif;
}

.username {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: 'Cairo', sans-serif;
}

.avatar {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
}

.title-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.arabic-text {
    color: #999;
    font-size: 13px;
}

.english-text {
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.tiktok-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 9px;
    color: #333;
}

.lock-icon {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.lock-icon i {
    font-size: 14px;
    color: #333;
}

/* Bottom Section */
.bottom-section {
    background: linear-gradient(135deg, #FBEBC8 0%, #FBE08C 40%, #FBD155 80%, #FBE08C 100%);
    border-radius: 0 0 8px 8px;
    padding: 20px 15px;
    margin: 0 5px 20px 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-height: 160px;
}







.stats-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-right: 100px;
    margin-left: 0px;
}

.stat-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 40px;
    height: 40px;
    margin-bottom: 0px;
}

.numbers-left {
    font-weight: 600;
    font-size: 12px;
    color: #333;
    text-align: left;
    min-width: 90px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.stat-label {
    font-size: 11px;
    color: #333;
    text-align: left;
    font-weight: 600;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    flex: 1;
    margin: 0;
    position: absolute;
    left: 180px;
    top: 50%;
    transform: translateY(-50%);
}

.stars-left {
    display: flex;
    gap: 6px;
    min-width: 90px;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}

.stars-left i {
    font-size: 18px;
    color: #bbb;
}

.stars-left i.filled {
    color: #ffffff !important;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}

.stars i.half-filled {
    color: #ffffff;
}

.stars-left i.empty {
    color: #bbb;
}



.stats-icons {
    position: absolute;
    right: 10px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    opacity: 0.5;
}

.stats-icons i {
    font-size: 24px;
    color: #FBEBC8;
    opacity: 0.8;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 12px;
    margin: 0 20px 25px 20px;
}

.action-btn {
    flex: 1;
    background-color: #fcc404;
    border: 1px solid white;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

/* Settings List */
.settings-list {
    margin: 0 20px 25px 20px;
}

.setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.setting-item:last-child {
    border-bottom: none;
}

.setting-item:hover {
    background-color: rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 15px 10px;
    margin: 0 -10px;
}

.setting-item i:first-child {
    color: white;
    font-size: 12px;
    margin-left: 8px;
}

.setting-icon i {
    font-size: 16px;
    color: #666;
}

.setting-item span {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.setting-icon {
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.setting-icon i {
    font-size: 16px;
    color: #666;
}

/* Logout */
.logout-section {
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
}

.logout-btn {
    background-color: transparent;
    border: 0.5px solid #b73838;
    border-radius: 25px;
    padding: 10px 60px;
    font-size: 12px;
    font-weight: 200;
    color: #b73838;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 15px;
    width: 100%;
    max-width: 450px;
}

.logout-btn:hover {
    background-color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.logout-btn:active {
    transform: translateY(0);
}

.copyright {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 10px;
}

.red-text {
    color: #b73838 !important;
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 8px;
}

.nav-item i {
    font-size: 20px;
    color: transparent;
    -webkit-text-stroke: 0.1px #FFD700;
    text-stroke: 0.1px #FFD700;
    font-weight: 25;
}

.nav-item span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.nav-item.active {
    background-color: rgba(255, 215, 0, 0.2);
}

.nav-item.active i,
.nav-item.active span {
    color: #FFD700;
    -webkit-text-stroke: none;
    text-stroke: none;
    font-weight: normal;
}

.nav-item.active {
    background-color: rgba(255, 215, 0, 0.1);
}

.nav-item:hover {
    background-color: rgba(255, 215, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 480px) {
    .header-content {
        padding: 0 5px;
    }
    
    .main-content {
        padding: 5px;
    }
    
    .user-card {
        padding: 10px;
    }
    
    .action-buttons {
        flex-direction: row;
        gap: 12px;
    }
    
    .bottom-nav {
        padding: 8px 0;
    }
    
    .nav-item span {
        font-size: 10px;
    }
    
    .stat-label {
        left: 160px !important;
    }
    
    .stats-left {
        margin-right: 60px;
    }
    
    .numbers-left {
        font-size: 14px;
    }
    
    .stars-left {
        gap: 2px;
    }
    
    .stars-left i {
        font-size: 16px;
    }
}

/* Gradient overlay for stats icons */
.bottom-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    background: transparent;
    pointer-events: none;
}

/* Additional improvements */
.setting-item:hover {
    background-color: rgba(255, 215, 0, 0.1);
    border-radius: 8px;
    padding: 12px 8px;
    margin: 0 -8px;
}



.nav-item:hover {
    background-color: rgba(255, 215, 0, 0.1);
} 