@import url('/themes/default/assets/css/blocks.css');

.ct-neon-theme .mv-widget {
    position: relative;
    overflow: hidden;
    padding: 24px;
    color: var(--mv-text);
    background:
        radial-gradient(circle at 0% 0%, rgba(168,85,247,.085), transparent 34%),
        linear-gradient(145deg, rgba(19,11,30,.92), rgba(8,5,13,.92));
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 20px;
    box-shadow:
        0 18px 54px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.035);
    transition:
        transform .20s ease,
        border-color .20s ease,
        box-shadow .20s ease;
}

.ct-neon-theme .mv-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b5cf6 18%, #c026ff 48%, #ff2e55 80%, transparent);
    opacity: .72;
    filter: drop-shadow(0 0 7px rgba(168,85,247,.44));
}

.ct-neon-theme .mv-widget::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -90px;
    top: -100px;
    border-radius: 50%;
    background: rgba(168,85,247,.10);
    filter: blur(28px);
    pointer-events: none;
}

.ct-neon-theme .mv-widget:hover {
    transform: translateY(-2px);
    border-color: rgba(192,38,255,.24);
    box-shadow:
        0 22px 68px rgba(0,0,0,.34),
        0 0 28px rgba(168,85,247,.07),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.ct-neon-theme .mv-widget-title {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    padding-bottom: 14px;
    color: #fff;
    border-color: rgba(255,255,255,.08);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.025em;
}

.ct-neon-theme .mv-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 62px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #a855f7, #ff2e55);
    box-shadow: 0 0 12px rgba(168,85,247,.40);
}

.ct-neon-theme .mv-widget-content {
    position: relative;
    z-index: 1;
    color: #b8afc5;
}

@media (max-width: 640px) {
    .ct-neon-theme .mv-widget {
        padding: 18px;
        border-radius: 17px;
    }
}

/* ==========================================================
   CHATITALY NEON v2.2 — sharper hierarchy / tighter rhythm
   ========================================================== */
.ct-neon-theme .mv-widget {
    padding: 20px;
    border-radius: 18px;
}

.ct-neon-theme .mv-widget-title {
    margin-bottom: 14px;
    padding-bottom: 11px;
    font-size: 18px;
}

.ct-neon-theme .mv-widget:hover {
    transform: translateY(-3px) scale(1.002);
}

@media (max-width: 640px) {
    .ct-neon-theme .mv-widget {
        padding: 14px;
        border-radius: 15px;
    }
}
