:root {
    --primary: #dc143c;
    --primary-glow: rgba(220, 20, 60, 0.5);
    --bg: #1a0a0f;
    --surface: rgba(40, 15, 25, 0.85);
    --surface-hover: rgba(60, 20, 35, 0.95);
    --border: rgba(220, 20, 60, 0.2);
    --text-main: #ffffff;
    --text-muted: #c4a0a8;
    --whatsapp-green: #25d366;
    --discord-blurple: #5865F2;
    --dc-sidebar: #2b1820;
    --glow-cyan: 0 0 20px rgba(220, 20, 60, 0.4);
    --discord-green: #23a55a;
    --accent-bordo: #8b0000;
    --accent-light: #ff6b8a;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: var(--bg);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    cursor: url('../normal.cur'), auto;
    -webkit-touch-callout: none;
}

a,
button,
.social-tile,
.server-card,
.dc-join-btn,
.contact-pill,
.join-btn-wa {
    cursor: url('../normal.cur'), pointer;
}

.right-click-cursor,
.right-click-cursor * {
    cursor: url('../sag.cur'), auto !important;
}

.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -3;
    object-fit: cover;
    filter: brightness(0.3) contrast(1.2) saturate(0.9);
}

.bg-overlay {
    position: fixed;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(220, 20, 60, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(139, 0, 0, 0.15) 0%, transparent 40%),
        radial-gradient(circle at center, transparent 0%, rgba(2, 6, 8, 0.5) 50%, rgba(2, 6, 8, 0.9) 100%);
    backdrop-filter: blur(8px);
    z-index: -2;
}

.bg-vignette {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
    z-index: -1;
    pointer-events: none;
}

/* Animated particles effect */
.bg-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(220, 20, 60, 0.3), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(220, 20, 60, 0.3), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.2), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(255, 255, 255, 0.2), transparent),
        radial-gradient(2px 2px at 90% 60%, rgba(139, 0, 0, 0.3), transparent),
        radial-gradient(1px 1px at 33% 80%, rgba(255, 255, 255, 0.2), transparent);
    background-size: 200% 200%, 200% 200%, 300% 300%, 250% 250%, 200% 200%, 280% 280%;
    background-position: 0% 0%, 100% 100%, 50% 50%, 80% 20%, 10% 90%, 30% 70%;
    animation: particleFloat 20s ease-in-out infinite;
    opacity: 0.4;
}

@keyframes particleFloat {
    0%, 100% {
        background-position: 0% 0%, 100% 100%, 50% 50%, 80% 20%, 10% 90%, 30% 70%;
    }
    50% {
        background-position: 100% 100%, 0% 0%, 80% 80%, 20% 80%, 90% 10%, 70% 30%;
    }
}

.app-container {
    display: grid;
    grid-template-columns: 380px 1fr 380px;
    gap: 30px;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    align-items: start;
}

.panel {
    background: transparent;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.6s ease-out both;
    max-height: calc(100vh - 40px);
    transition: border-color 0.4s, box-shadow 0.4s;
    position: sticky;
    top: 20px;
}

.panel.main-content {
    position: relative;
    top: 0;
    max-height: none;
    min-height: calc(100vh - 40px);
}

.panel.discord-panel,
.panel.wa-panel {
    border: 1px solid rgba(220, 20, 60, 0.3);
}

.panel::before {
    display: none;
}

.panel:hover {
    border-color: transparent;
    box-shadow: none;
}

.panel.discord-panel:hover,
.panel.wa-panel:hover {
    border-color: rgba(220, 20, 60, 0.5);
}

.panel-header {
    padding: 14px 20px;
    border-bottom: 2px solid rgba(220, 20, 60, 0.4);
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary);
    text-align: center;
    background: linear-gradient(135deg, rgba(40, 10, 15, 0.8), rgba(60, 15, 25, 0.6));
    flex-shrink: 0;
    position: relative;
    backdrop-filter: blur(10px);
    text-shadow: 0 0 20px rgba(220, 20, 60, 0.6);
}

.panel-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0.6;
}

.discord-scroller {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(43, 45, 49, 0.4);
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) transparent;
}

.dc-header-banner {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden;
    background: #2b2d31;
    border-bottom: 2px solid rgba(220, 20, 60, 0.2);
    flex-shrink: 0;
}

.dc-header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    filter: brightness(0.8) contrast(1.1);
    transition: opacity 0.5s;
}

.dc-header-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 20%, rgba(30, 31, 34, 0.8) 70%, rgba(30, 31, 34, 1));
    z-index: 1;
}

.dc-info-row {
    padding: 0 16px 10px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: -65px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.dc-pfp {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #1e1f22;
    border: 4px solid var(--dc-sidebar);
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.dc-pfp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dc-server-title h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.dc-server-title p {
    font-size: 9px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin: 0;
}

.dc-stats-bar {
    display: flex;
    gap: 8px;
    padding: 10px 16px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    flex-shrink: 0;
}

.dc-stat-item {
    flex: 1;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: 14px;
    text-align: center;
    transition: 0.3s;
    box-shadow: inset 0 0 10px rgba(220, 20, 60, 0.1);
}

.dc-stat-item:hover {
    background: rgba(220, 20, 60, 0.1);
    border-color: var(--primary);
}

.dc-stat-val {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.dc-stat-lbl {
    font-size: 8px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.dot-cyan {
    background: var(--primary);
    box-shadow: 0 0 6px var(--primary);
}

.dot-green {
    background: var(--discord-green);
    box-shadow: 0 0 6px var(--discord-green);
}

.dc-active-text {
    color: var(--discord-green);
    font-weight: 700;
}

.dc-category {
    padding: 10px 16px 2px;
    font-size: 11px;
    font-weight: 700;
    color: #949ba4;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    opacity: 0.8;
}

.dc-item {
    padding: 3px 10px;
    margin: 1px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #949ba4;
    cursor: url('../normal.cur'), pointer;
    transition: 0.2s;
}

.dc-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #dbdee1;
}

.dc-item.active {
    background: rgba(220, 20, 60, 0.15);
    color: #fff;
    border-left: 2px solid var(--primary);
}

.dc-item i {
    width: 18px;
    text-align: center;
    color: var(--text-muted);
}

.dc-item .emoji {
    font-size: 14px;
    margin-right: 4px;
}

.dc-voice-users {
    margin: 2px 8px 6px 42px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dc-user {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #dbdee1;
    padding: 2px 8px;
    border-radius: 6px;
    transition: 0.2s;
    cursor: url('../normal.cur'), pointer;
}

.dc-user:hover {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.dc-user-avatar {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.dc-user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dc-status {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #1e1f22;
}

.status-online {
    background: #23a55a;
}

.status-idle {
    background: #f0b232;
}

.status-dnd {
    background: #f23f43;
}

.badge-live {
    background: #f23f43;
    color: #fff;
    font-size: 8px;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 800;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px rgba(242, 63, 67, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.dc-footer {
    padding: 16px;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

.dc-join-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: var(--discord-blurple);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    transition: 0.3s;
    cursor: url('../normal.cur'), pointer;
    position: relative;
    z-index: 11;
}

.dc-join-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.4);
    background: #4752c4;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-glass-box {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 30px 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.hero-glass-box::-webkit-scrollbar {
    width: 6px;
}

.hero-glass-box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.hero-glass-box::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.hero-glass-box::-webkit-scrollbar-thumb:hover {
    background: var(--accent-light);
}



@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.main-logo-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.main-logo-ring {
    position: absolute;
    inset: -15px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    animation: rotate 3s linear infinite;
    opacity: 0.6;
    filter: drop-shadow(0 0 10px var(--primary));
}

.main-logo-ring-outer {
    position: absolute;
    inset: -25px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-left-color: var(--accent-bordo);
    border-bottom-color: var(--accent-bordo);
    animation: rotate 5s linear infinite reverse;
    opacity: 0.4;
    filter: drop-shadow(0 0 8px var(--accent-bordo));
}

.main-logo-ring-third {
    position: absolute;
    inset: -35px;
    border: 1px solid transparent;
    border-radius: 50%;
    border-top-color: var(--accent-light);
    animation: rotate 7s linear infinite;
    opacity: 0.3;
}

.main-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid var(--accent-bordo);
    object-fit: cover;
    position: relative;
    z-index: 2;
    transition: 0.5s;
    box-shadow: 
        0 0 30px rgba(220, 20, 60, 0.6),
        0 0 60px rgba(220, 20, 60, 0.3),
        inset 0 0 20px rgba(220, 20, 60, 0.2);
    filter: brightness(1.1);
}

.main-logo-wrap:hover .main-logo {
    transform: scale(1.08) rotate(5deg);
    box-shadow: 
        0 0 40px rgba(220, 20, 60, 0.8),
        0 0 80px rgba(220, 20, 60, 0.4),
        inset 0 0 30px rgba(220, 20, 60, 0.3);
}

.brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 12px;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--primary) 50%, var(--accent-bordo) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
    filter: drop-shadow(0 0 30px rgba(220, 20, 60, 0.5));
    position: relative;
}

.brand-title::before {
    content: 'MOKRR';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent-bordo) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: blur(20px);
    opacity: 0.5;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.hero-divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--accent-light), var(--primary), transparent);
    margin: 5px auto;
    border-radius: 3px;
    position: relative;
    box-shadow: 
        0 0 15px rgba(220, 20, 60, 0.8),
        0 0 30px rgba(220, 20, 60, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scaleX(1);
    }
    50% {
        opacity: 0.7;
        transform: scaleX(0.95);
    }
}

.social-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.section-tag {
    font-size: 11px;
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    font-family: 'Outfit', sans-serif;
    position: relative;
    text-shadow: 0 0 15px rgba(220, 20, 60, 0.8);
}

.section-tag::before,
.section-tag::after {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    box-shadow: 0 0 10px var(--primary);
}

.server-container,
.contact-container {
    padding-top: 30px;
    margin-top: 15px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.partner-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot-cyan {
    background: var(--primary);
    box-shadow: 0 0 10px var(--primary);
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: center;
    max-width: 400px;
}

.social-tile {
    width: 100%;
    aspect-ratio: 1;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid var(--accent-bordo);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--text-main);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.social-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, var(--primary), transparent 70%);
    opacity: 0;
    transition: 0.4s;
}

.social-tile:hover::before {
    opacity: 0.3;
}

.social-tile:hover {
    border-color: var(--primary);
    transform: translateY(-8px) scale(1.1) rotate(5deg);
    box-shadow: 
        0 15px 30px rgba(220, 20, 60, 0.5), 
        0 0 40px rgba(220, 20, 60, 0.4),
        inset 0 0 30px rgba(220, 20, 60, 0.2);
    color: var(--accent-light);
    background: rgba(139, 0, 0, 0.3);
}

.social-tile::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(220, 20, 60, 0.3), transparent);
    transform: rotate(45deg);
    transition: 0.6s;
    pointer-events: none;
}

.social-tile:hover::after {
    left: 100%;
}

.server-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.server-container::before {
    display: none;
}

.server-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.server-card {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    border-radius: 15px;
    border: 2px solid var(--accent-bordo);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.server-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary), var(--accent-light));
    opacity: 0;
    transition: 0.5s;
}

.server-card:hover::before {
    opacity: 0.15;
}

.server-card:hover {
    border-color: var(--primary);
    transform: translateY(-10px) scale(1.08);
    box-shadow: 
        0 25px 40px rgba(0, 0, 0, 0.6), 
        0 0 40px rgba(220, 20, 60, 0.5),
        inset 0 0 30px rgba(220, 20, 60, 0.2);
}

.server-img {
    height: 40px;
    filter: brightness(0.9) grayscale(0.2);
    transition: 0.5s;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.server-card:hover .server-img {
    filter: brightness(1.3) grayscale(0) drop-shadow(0 0 15px var(--primary));
    transform: scale(1.1);
}

.contact-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-container::before {
    display: none;
}

.contact-pill {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid var(--accent-bordo);
    padding: 12px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.contact-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary), var(--accent-light));
    opacity: 0;
    transition: 0.4s;
}

.contact-pill:hover::before {
    opacity: 0.2;
}

.contact-pill:hover {
    border-color: var(--primary);
    box-shadow: 
        0 0 30px rgba(220, 20, 60, 0.5),
        inset 0 0 20px rgba(220, 20, 60, 0.2);
    transform: translateY(-5px) scale(1.05);
}

.contact-pill i {
    color: var(--primary);
    font-size: 16px;
    animation: iconPulse 3s infinite;
    filter: drop-shadow(0 0 8px var(--primary));
    position: relative;
    z-index: 1;
}

.contact-pill span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.wa-container {
    background: transparent;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.wa-header {
    padding: 20px;
    background: linear-gradient(135deg, rgba(40, 10, 15, 0.8), rgba(60, 15, 25, 0.6));
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-bottom: 2px solid rgba(220, 20, 60, 0.4);
    backdrop-filter: blur(10px);
    position: relative;
}

.wa-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0.5;
}

.wa-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
    box-shadow: 0 0 20px rgba(220, 20, 60, 0.5);
    transition: 0.3s;
}

.wa-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(220, 20, 60, 0.7);
}

.wa-header-info h4 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wa-header-info h4 i {
    color: var(--primary);
    font-size: 14px;
}

.wa-header-info p {
    font-size: 12px;
    color: #8696a0;
    margin: 2px 0 0;
}

.wa-messages {
    flex: 1;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: transparent;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) transparent;
}

.wa-bubble {
    background: rgba(40, 10, 15, 0.8);
    padding: 8px;
    border-radius: 12px;
    max-width: 95%;
    align-self: flex-start;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(220, 20, 60, 0.15);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wa-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    margin: 2px 4px 6px;
    display: block;
}

.wa-msg-img {
    width: 100%;
    border-radius: 8px;
    margin: 0 0 8px;
    display: block;
    object-fit: cover;
}

.wa-text {
    font-size: 14.5px;
    color: #e9edef;
    line-height: 1.5;
    margin: 0 4px 18px 4px;
}

.wa-text a {
    color: #53bdeb;
    text-decoration: none;
}

.wa-text a:hover {
    text-decoration: underline;
}

.wa-time {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 11px;
    color: #8696a0;
}

.wa-reactions-row {
    position: absolute;
    bottom: -15px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wa-reaction-pill {
    background: rgba(40, 10, 15, 0.9);
    border: 1px solid rgba(220, 20, 60, 0.3);
    padding: 3px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.wa-reaction-pill .emoji-stack {
    display: flex;
    margin-right: 6px;
}

.wa-reaction-pill .emoji-stack span {
    font-size: 14px;
    margin-right: -4px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.wa-reaction-pill .count {
    font-size: 11px;
    color: #8696a0;
    font-weight: 600;
    margin-left: 2px;
}

.wa-share-icon {
    width: 32px;
    height: 32px;
    background: rgba(40, 10, 15, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8696a0;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid rgba(220, 20, 60, 0.2);
}

.wa-share-icon:hover {
    background: rgba(60, 15, 25, 0.9);
    color: var(--primary);
    border-color: var(--primary);
}

.wa-text {
    font-size: 13.5px;
    color: #e9edef;
    line-height: 1.5;
    margin-bottom: 8px;
}

.wa-msg-img {
    width: 100%;
    border-radius: 10px;
    margin: 8px 0;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    cursor: pointer;
}

.wa-msg-img:hover {
    filter: brightness(1.1);
    transform: scale(1.01);
}

.wa-text a {
    color: var(--primary);
    text-decoration: underline !important;
    text-underline-offset: 3px;
    opacity: 0.9;
    transition: 0.3s;
}

.wa-text a:hover {
    opacity: 1;
    text-shadow: 0 0 8px var(--primary);
}

.wa-reactions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 3px 10px;
    border-radius: 20px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.wa-reaction-item {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.wa-reaction-count {
    color: #8696a0;
    font-size: 9px;
    font-weight: 600;
}

.wa-time {
    font-size: 10px;
    color: #8696a0;
    text-align: right;
    margin-top: 6px;
}

.wa-loading-state {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wa-loading-pulse {
    font-size: 13px;
    color: var(--primary);
    opacity: 0.6;
    font-weight: 700;
    letter-spacing: 1px;
    animation: waPulse 1.5s ease-in-out infinite;
}

@keyframes waPulse {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(0.98);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

.wa-footer {
    padding: 15px;
    background: transparent;
    flex-shrink: 0;
    border-top: none;
}

.join-btn-wa {
    display: block;
    background: linear-gradient(135deg, var(--whatsapp-green), #1ea952);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.join-btn-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    border-color: var(--whatsapp-green);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1000px) {
    body {
        height: auto;
        overflow: auto;
    }

    .app-container {
        grid-template-columns: 1fr;
        height: auto;
        padding: 12px;
        gap: 20px;
    }

    .hero-glass-box {
        padding: 15px;
    }

    .panel {
        max-height: none;
        position: relative !important;
        top: 0 !important;
    }

    .discord-scroller {
        max-height: none;
    }

    .discord-panel {
        min-height: 700px;
        order: 2;
        z-index: 1;
    }

    .wa-panel {
        order: 3;
        z-index: 1;
    }

    .main-content {
        order: 1;
        z-index: 2;
        position: relative !important;
    }

    .skeleton-icon,
    .skeleton-card,
    .skeleton-pill {
        background: linear-gradient(90deg, #1e2a30 25%, #2a3942 50%, #1e2a30 75%);
        background-size: 200% 100%;
        animation: skeleton-pulse 1.5s infinite linear;
        border-radius: 50%;
    }

    .skeleton-icon {
        width: 45px;
        height: 45px;
    }

    .skeleton-card {
        width: 100%;
        height: 60px;
        border-radius: 12px;
    }

    .skeleton-pill {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin-top: 10px;
    }

    @keyframes skeleton-pulse {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }
}