body.main-dark-theme {
    background-color: #09090b !important;
    color: #ffffff !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
}

.cursor-pointer { cursor: pointer; }
.transition-all { transition: all 0.3s ease; }
.hover-purple:hover { color: #8A00FF !important; border-color: #8A00FF !important; }

.naro-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 4px 15px 4px 4px;
    backdrop-filter: blur(10px);
    gap: 10px;
}

.naro-badge .badge-tag {
    background: #E84518;
    color: white;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.naro-badge .badge-text {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 600;
}

.text-glow {
    color: #b366ff;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 40px rgba(138,0,255,0.8);
}

.text-glow::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #8A00FF;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(138,0,255,0.9);
}

.discord-card {
    background: #111214;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    position: relative;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.discord-banner {
    width: 100%;
    height: 100px;
    background: linear-gradient(135deg, #8A00FF 0%, #3f155b 100%);
    border-radius: 16px 16px 0 0;
    background-size: cover;
    background-position: center;
}

.discord-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.discord-avatar-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #111214;
    padding: 6px;
}

.discord-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.discord-avatar-decoration {
    position: absolute;
    inset: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    object-fit: contain;
    pointer-events: none;
}

.status-dot {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #111214;
    background-color: #80848e;
}

.status-online { background-color: #23a559; }
.status-idle { background-color: #f0b232; }
.status-dnd { background-color: #f23f43; }

.discord-card-error {
    padding: 32px 24px;
    text-align: center;
    color: rgba(255,255,255,0.72);
}

.discord-body {
    padding: 15px;
    background: #111214;
    border-radius: 0 0 16px 16px;
}

.discord-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.discord-name {
    color: #f2f3f5;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.discord-username {
    color: #dbdee1;
    font-size: 13px;
    margin: 0;
}

.discord-username-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.discord-inline-badges {
    display: flex;
    align-items: center;
    gap: 6px;
}

.discord-profile-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.05);
    color: #aab2ff;
    line-height: 1;
}

.discord-profile-badge svg {
    width: 12px;
    height: 12px;
    display: block;
}

.discord-badges {
    display: none !important;
}

.profile-badge-nitro { color: #b792ff; }
.profile-badge-staff { color: #6dd6ff; }
.profile-badge-partner { color: #8ea1ff; }
.profile-badge-hypesquad { color: #ff9f43; }
.profile-badge-bughunter { color: #ff6868; }
.profile-badge-bravery { color: #ff7f7f; }
.profile-badge-brilliance { color: #f6c453; }
.profile-badge-balance { color: #7fe9c1; }
.profile-badge-early { color: #9dc3ff; }
.profile-badge-bughunter-gold { color: #ffbd59; }
.profile-badge-developer { color: #72f0d1; }
.profile-badge-active { color: #94ff87; }

.discord-status-text {
    display: none;
}

.discord-presence-row {
    display: flex;
    margin-top: 12px;
}

.discord-presence-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.04);
    color: #dbdee1;
    font-size: 12px;
    font-weight: 600;
}

.discord-presence-pill__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.discord-divider {
    width: 100%;
    height: 1px;
    background: #313338;
    margin: 15px 0;
}

.discord-section-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #b5bac1;
    margin-bottom: 12px;
}

.discord-activity-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.discord-activity-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.04);
}

.discord-activity-label {
    color: rgba(255,255,255,0.48);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.discord-activity-info h4 {
    color: #f2f3f5;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.discord-activity-info p {
    color: #dbdee1;
    font-size: 13px;
    margin: 0;
    line-height: 1.45;
}

.button-primary {
    background: linear-gradient(90deg, #7d02ff 0%, #000000 51%, #a02fff 100%);
    background-size: 200% auto;
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.5s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.button-primary:hover {
    background-position: right center;
    color: white;
    box-shadow: 0 0 20px rgba(138, 0, 255, 0.4);
}

.button-secondary {
    background: rgba(23,23,23,0.6);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 2px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
}

.button-secondary__content {
    background: #000;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.button-secondary:hover {
    box-shadow: 0 0 20px rgba(138, 0, 255, 0.4);
    border-color: #8A00FF;
}

.button-secondary:hover .button-secondary__content {
    background: linear-gradient(90deg, #6604dd 0%, #8a00ff 100%);
    color: white;
}

@media (max-width: 991px) {
    .banner .row { flex-direction: column-reverse; text-align: center; }
    .hero-title { font-size: 40px !important; }
    .col-lg-6, .col-lg-5 { text-align: center !important; }
}

.repo-card {
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.repo-card:hover {
    border-color: rgba(138, 0, 255, 0.4) !important;
}

.repo-card:hover .repo-img-container img {
    transform: scale(1.1);
    opacity: 1;
}

.repo-img-container {
    background: linear-gradient(45deg, #111, #222) !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    position: relative;
}

.video-section-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-frame {
    background: #111214;
    padding: 8px;
    border-radius: 24px;
    border: 1px solid rgba(138, 0, 255, 0.4);
    box-shadow: 0 10px 40px rgba(138, 0, 255, 0.3);
    width: 100%;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 18px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.hover-purple {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hover-purple:hover {
    color: #8A00FF !important;
    filter: drop-shadow(0 0 8px #8A00FF);
    transform: translateY(-3px);
}
