body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.marketing-shell {
    position: relative;
    overflow: hidden;
}

.marketing-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 77, 141, 0.16), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(124, 231, 255, 0.12), transparent 22%),
        radial-gradient(circle at 50% 56%, rgba(255, 255, 255, 0.04), transparent 34%);
    pointer-events: none;
}

.glass-panel {
    background: rgba(18, 26, 43, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.stat-card {
    background: linear-gradient(180deg, rgba(26,36,56,0.95), rgba(18,26,43,0.95));
    border: 1px solid rgba(255,255,255,0.08);
}

.lux-card {
    background:
        linear-gradient(180deg, rgba(20, 26, 40, 0.94), rgba(11, 16, 32, 0.98)),
        linear-gradient(135deg, rgba(255, 77, 141, 0.08), rgba(124, 231, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.creator-sheen {
    position: relative;
    overflow: hidden;
}

.creator-sheen::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 10%, rgba(255,255,255,0.07) 45%, transparent 70%);
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

.creator-sheen:hover::after {
    opacity: 1;
}

.chat-thread::-webkit-scrollbar {
    width: 10px;
}

.chat-thread::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.12);
    border-radius: 999px;
}
