body.wojoks-theme {
    background-color: #0d0d0d;
}

.wojoks-theme .bg {
    background: linear-gradient(135deg, #1a0a2e 0%, #2e1a4d 25%, #4d2e6b 50%, #2e1a4d 75%, #1a0a2e 100%);
}

.wojoks-theme .bg::before {
    opacity: 0.3;
}

.wojoks-theme ::-webkit-scrollbar-thumb {
    background: #9d4edd;
}

.wojoks-theme .header .logo h1 {
    color: #c77dff;
}

.wojoks-theme .header .nav a:hover {
    color: #9d4edd;
}

.wojoks-theme .hero h2 {
    color: #c77dff;
}

.wojoks-theme .section .title .line {
    background: linear-gradient(90deg, #9d4edd, #c77dff);
}

.wojoks-theme .card {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.15), rgba(13, 13, 13, 0.8));
    border: 1px solid rgba(157, 78, 221, 0.3);
}

.wojoks-theme .card:hover {
    border-color: rgba(157, 78, 221, 0.6);
    box-shadow: 0 5px 20px rgba(157, 78, 221, 0.2);
}

.wojoks-theme .card h3 {
    color: #c77dff;
}

.wojoks-theme .projects-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 20px;
}

.wojoks-theme .project-item {
    border: 2px solid rgba(157, 78, 221, 0.4);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.1), rgba(13, 13, 13, 0.6));
}

.wojoks-theme .project-item:hover {
    border-color: rgba(157, 78, 221, 0.8);
    box-shadow: 0 10px 40px rgba(157, 78, 221, 0.4);
    transform: translateY(-8px);
}

.wojoks-theme .project-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.wojoks-theme .project-item:hover img {
    transform: scale(1.05);
}

.wojoks-theme .project-overlay {
    background: linear-gradient(to top, rgba(157, 78, 221, 0.95), rgba(46, 26, 77, 0.7));
    padding: 20px;
}

.wojoks-theme .project-overlay h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.wojoks-theme .project-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.wojoks-theme .modal-close:hover {
    color: #9d4edd;
}

.wojoks-theme .community-box {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.15), rgba(88, 101, 242, 0.15));
    border: 2px solid rgba(157, 78, 221, 0.4);
}

.wojoks-theme .community-box::before {
    background: linear-gradient(90deg, transparent, rgba(157, 78, 221, 0.1), transparent);
}

.wojoks-theme .community-box:hover {
    border-color: rgba(157, 78, 221, 0.8);
    box-shadow: 0 10px 40px rgba(157, 78, 221, 0.3);
}

.wojoks-theme .community-box h3 {
    color: #c77dff;
}

.wojoks-theme .discord-btn {
    background: linear-gradient(135deg, #9d4edd, #c77dff);
}

.wojoks-theme .discord-btn:hover {
    background: linear-gradient(135deg, #c77dff, #9d4edd);
}

.wojoks-theme .owner-badge {
    background: rgba(157, 78, 221, 0.2);
    border: 1px solid #9d4edd;
    color: #c77dff;
}

.wojoks-theme .team-member {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.1), rgba(13, 13, 13, 0.8));
    border: 2px solid rgba(157, 78, 221, 0.3);
}

.wojoks-theme .team-member::before {
    background: radial-gradient(circle, rgba(157, 78, 221, 0.1) 0%, transparent 70%);
}

.wojoks-theme .team-member:hover {
    border-color: rgba(157, 78, 221, 0.8);
    box-shadow: 0 15px 40px rgba(157, 78, 221, 0.3);
}

.wojoks-theme .team-avatar {
    border: 4px solid #9d4edd;
}

.wojoks-theme .team-member:hover .team-avatar {
    box-shadow: 0 10px 30px rgba(157, 78, 221, 0.5);
}

.wojoks-theme .media img:hover {
    filter: brightness(70%) hue-rotate(30deg);
}
