@keyframes vfe-slide-fade-in {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.vfe-event-detail {
    animation-fill-mode: forwards;
}
.vfe-page > .vfe-hero,
.vfe-page > .vfe-event-detail,
.vfe-page > .vfe-no-event {
    opacity: 0;
    animation: vfe-slide-fade-in .9s cubic-bezier(.16, 1, .3, 1) forwards;
}

.vfe-page > .vfe-hero {
    animation-delay: .05s;
}

.vfe-page > .vfe-event-detail {
    animation-delay: .25s;
}

.vfe-page > .vfe-no-event {
    animation-delay: .25s;
}

.vfe-hero-inner > .vfe-kicker        { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .15s; }
.vfe-hero-inner > .vfe-hero-title    { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .25s; }
.vfe-hero-inner > .vfe-hero-line     { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .35s; }
.vfe-hero-inner > .vfe-hero-sub      { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .45s; }
.vfe-hero > .vfe-filter-tabs         { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .55s; }
.vfe-hero > .vfe-carousel-wrap       { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .65s; }
.vfe-hero > .vfe-car-dots            { opacity: 0; animation: vfe-slide-fade-in .6s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .75s; }

.vfe-event-detail > .vfe-ev-hero     { opacity: 0; animation: vfe-slide-fade-in .9s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .4s; }
.vfe-event-detail > .vfe-tabs-bar    { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .55s; }
.vfe-event-detail > .vfe-tab-panels  { opacity: 0; animation: vfe-slide-fade-in .8s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .65s; }
.vfe-event-detail > .vfe-form-section { opacity: 0; animation: vfe-slide-fade-in .9s cubic-bezier(.16,1,.3,1) forwards;
animation-delay: .8s;width: 100%;max-width: 900px;margin: 0 auto;}

@media (prefers-reduced-motion: reduce) {
    .vfe-page > .vfe-hero,
    .vfe-page > .vfe-event-detail,
    .vfe-page > .vfe-no-event,
    .vfe-hero-inner > *,
    .vfe-hero > .vfe-filter-tabs,
    .vfe-hero > .vfe-carousel-wrap,
    .vfe-hero > .vfe-car-dots,
    .vfe-event-detail > * {
        animation: none !important;
        opacity: 1 !important;
    }
}
.vfe-page {
    --vfe-primary:        #8b5cf6;
    --vfe-primary-hover:  #7c3aed;
    --vfe-primary-light:  #a78bfa;
    --vfe-gradient:       linear-gradient(135deg, #8b5cf6, #c084fc);
    --vfe-gradient-dark:  linear-gradient(180deg, #1a1730, #0f0d1a);
    --vfe-shadow-violet:  0 20px 50px rgba(139, 92, 246, .15);
    --vfe-shadow-card:    0 4px 20px rgba(139, 92, 246, .08);
    --vfe-radius:         14px;
    --vfe-radius-sm:      8px;

    font-family: -apple-system, "Inter", "Segoe UI", system-ui, sans-serif;
    color: var(--vx-text);
    line-height: 1.6;
    overflow-x: hidden;
}

@keyframes vfe-pulse      { 0%,100% { box-shadow: 0 0 0 0 rgba(139,92,246,.55); } 50% { box-shadow: 0 0 0 8px rgba(139,92,246,0); } }
@keyframes vfe-pulse-red  { 0%,100% { box-shadow: 0 0 0 0 rgba(239,68,68,.6); }   50% { box-shadow: 0 0 0 6px rgba(239,68,68,0); } }
@keyframes vfe-pulse-white{ 0%,100% { opacity: 1; } 50% { opacity: .4; } }
@keyframes vfe-spin       { to { transform: rotate(360deg); } }
@keyframes vfe-fade-in    { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vfe-fade-up    { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vfe-lb-fade    { from { opacity: 0; } to { opacity: 1; } }

.vfe-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--vfe-primary); margin-bottom: 18px; }
.vfe-kicker-light { color: rgba(255,255,255,.85); }
.vfe-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--vfe-primary); animation: vfe-pulse 1.8s ease-in-out infinite; }
.vfe-kicker-light .vfe-dot { background: #fff; }
.vfe-hero-line { width: 60px; height: 3px; background: var(--vfe-gradient); border-radius: 2px; margin: 14px 0 20px; }
.vfe-hero-line-light { background: linear-gradient(135deg, #fff, #e9d5ff); }
.vfe-text-muted { color: var(--vx-text-3); font-size: 13px; font-style: italic; }

.vfe-fading-out { opacity: 0; transition: opacity .2s ease; pointer-events: none; }

.vfe-hero { position: relative; padding: 60px 0 30px; overflow: hidden; }
.vfe-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.vfe-hero-wordmark {
    position: absolute; top: 13%; left: 50%; transform: translate(-50%,-50%);
    font-size: clamp(120px, 22vw, 265px); font-weight: 900; letter-spacing: -8px;
    color: #7f7f7f1a; -webkit-text-stroke: 1px rgba(139,92,246,.12);
    white-space: nowrap; user-select: none;
}
.vfe-hero-inner { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto 40px; padding: 0 20px; }
.vfe-hero-inner .vfe-hero-line { margin: 14px auto 20px; }
.vfe-hero-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1.2px; margin: 0; line-height: 1.1; color: var(--vx-text); }
.vfe-hero-title em { font-style: normal; background: var(--vfe-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vfe-hero-sub { font-size: 16px; color: var(--vx-text-2); margin: 0; }

.vfe-filter-tabs { position: relative; z-index: 1; display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; flex-wrap: wrap; padding: 0 16px; }
.vfe-ftab { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--vx-border); background: var(--vx-bg-card); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--vx-text-2); cursor: pointer; transition: all .25s cubic-bezier(.4,0,.2,1); }
.vfe-ftab:hover { border-color: var(--vfe-primary-light); color: var(--vfe-primary); transform: translateY(-1px); }
.vfe-ftab.active { background: var(--vfe-gradient); border-color: transparent; color: #fff; box-shadow: var(--vfe-shadow-violet); }
.vfe-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; animation: vfe-pulse-red 1.6s ease-in-out infinite; }

.vfe-carousel-wrap { 
    position: relative; 
    z-index: 1; 
    padding: 0 50px; 
    margin-bottom: 18px;
    transition: opacity .25s ease;
}
.vfe-carousel { overflow: hidden; border-radius: var(--vfe-radius); }
.vfe-car-track { display: flex; gap: 18px; transition: transform .55s cubic-bezier(.4,0,.2,1); will-change: transform; cursor: grab; }
.vfe-car-track.is-grabbing { cursor: grabbing; transition: none; }
.vfe-car-track.no-anim { transition: none; }
.vfe-ev-card { flex: 0 0 calc((100% - 36px) / 3); background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius); overflow: hidden; cursor: pointer; transition: all .35s cubic-bezier(.4,0,.2,1); box-shadow: var(--vfe-shadow-card); user-select: none; display: flex; flex-direction: column; }
.vfe-ev-card:hover { transform: translateY(-4px); border-color: var(--vfe-primary-light); box-shadow: var(--vfe-shadow-violet); }
.vfe-ev-card.active { }
.vfe-ev-card-cover { position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg, #ede9fe, #ddd6fe); overflow: hidden; }
.vfe-ev-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.vfe-ev-card:hover .vfe-ev-card-cover img { transform: scale(1.06); }
.vfe-ev-card-cover-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(139,92,246,.35); }
.vfe-ev-card-badge { position: absolute; top: 12px; left: 12px; padding: 5px 10px; background: rgba(255,255,255,.95); backdrop-filter: blur(6px); border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--vfe-primary); }
.vfe-ev-card-badge.live { background: #ef4444; color: #fff; }
.vfe-ev-card-badge.live::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #fff; margin-right: 6px; animation: vfe-pulse-white 1.6s ease-in-out infinite; }
.vfe-ev-card-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.vfe-ev-card-date { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--vfe-primary); margin-bottom: 8px; }
.vfe-ev-card-name { font-size: 18px; font-weight: 600; letter-spacing: -.4px; color: var(--vx-text); line-height: 1.25; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vfe-ev-card-meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--vx-text-2); margin-top: auto; }
.vfe-ev-card-meta svg { flex-shrink: 0; color: var(--vfe-primary); }
.vfe-car-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--vx-border); background: var(--vx-bg-card); color: var(--vx-text); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; transition: all .25s ease; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.vfe-car-arrow:hover { background: var(--vfe-gradient); color: #fff; border-color: transparent; transform: translateY(-50%) scale(1.05); box-shadow: var(--vfe-shadow-violet); }
.vfe-car-arrow:disabled { opacity: .3; cursor: not-allowed; pointer-events: none; }
.vfe-car-prev { left: 5px; }
.vfe-car-next { right: 5px; }
.vfe-car-loading { display: flex; justify-content: center; padding: 40px; }
.vfe-spinner { width: 32px; height: 32px; border: 3px solid var(--vx-border); border-top-color: var(--vfe-primary); border-radius: 50%; animation: vfe-spin .8s linear infinite; }
.vfe-spinner-sm { width: 22px; height: 22px; border: 2px solid var(--vx-border); border-top-color: var(--vfe-primary); border-radius: 50%; animation: vfe-spin .8s linear infinite; }
.vfe-car-empty { text-align: center; padding: 40px; color: var(--vx-text-3); font-size: 14px; }
.vfe-car-dots { display: flex; justify-content: center; gap: 8px; margin-top: 8px; }
.vfe-car-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--vx-border); border: none; cursor: pointer; transition: all .25s ease; padding: 0; }
.vfe-car-dot.active { width: 24px; border-radius: 4px; background: var(--vfe-gradient); }

.vfe-event-detail {
    margin-top: 30px;
    transition: opacity .2s ease;
}

.vfe-ev-hero {
    position: relative;
    border-radius: var(--vfe-radius);
    overflow: hidden;
    
    color: #fff;
    min-height: 380px;
    display: flex;
    align-items: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
    isolation: isolate;
}

.vfe-ev-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #2d2549;
    z-index: 0;
    transform: scale(1.02);
}

.vfe-ev-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15, 13, 26, .25) 0%,
        rgba(15, 13, 26, .15) 50%,
        rgba(15, 13, 26, .35) 100%
    );
}

.vfe-ev-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 0% 0%, rgba(139, 92, 246, .3), transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(192, 132, 252, .25), transparent 50%);
}

.vfe-ev-hero-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
    padding: 5px 30px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--vfe-radius);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, .25),
        inset 0 1px 0 rgba(255, 255, 255, .15);
        margin-left:15px;
}

.vfe-ev-hero-title {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0 0 6px;
    line-height: 1.1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.vfe-ev-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 18px 0 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, .95);
    text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}
.vfe-ev-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.vfe-ev-hero-meta svg {
    color: #c4b5fd;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .3));
}

.vfe-ev-hero-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, .92);
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}

@media (max-width: 700px) {
    .vfe-ev-hero {
        padding: 50px 20px;
        min-height: 320px;
    }
    .vfe-ev-hero-content {
        padding: 22px 22px;
    }
}

.vfe-tabs-bar { position: sticky; top: 0; z-index: 10; background: var(--vx-bg-body); border-bottom: 1px solid var(--vx-border); margin-bottom: 24px; border-radius: 0 0 var(--vfe-radius) var(--vfe-radius); }
.vfe-tabs-inner { display: flex; gap: 4px; overflow-x: auto; padding: 6px; scrollbar-width: none; position: relative;justify-content: space-evenly;}
.vfe-tabs-inner::-webkit-scrollbar { display: none; }
.vfe-tab { display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border: none; background: transparent; font-size: 14px; font-weight: 600; color: var(--vx-text-2); cursor: pointer; border-radius: var(--vfe-radius-sm); transition: all .25s cubic-bezier(.4,0,.2,1); white-space: nowrap; position: relative; flex-shrink: 0; }
.vfe-tab:hover { color: var(--vfe-primary); background: var(--vx-bg-hover); }
.vfe-tab.active { color: var(--vfe-primary); }
.vfe-tab svg { flex-shrink: 0; }
.vfe-tab-label { font-weight: 600; }
.vfe-tab-count { display: inline-block; min-width: 22px; padding: 2px 8px; background: rgba(139,92,246,.12); color: var(--vfe-primary); border-radius: 999px; font-size: 12px; font-weight: 700; text-align: center; }
.vfe-tab.active .vfe-tab-count { background: var(--vfe-gradient); color: #fff; }
.vfe-tab-indicator { position: absolute; bottom: 0; height: 3px; background: var(--vfe-gradient); border-radius: 2px; transition: all .35s cubic-bezier(.4,0,.2,1); pointer-events: none; }
.vfe-tab-panels { padding: 8px 0 70px; }
.vfe-tab-panel { display: none; animation: vfe-fade-in .35s ease; }
.vfe-tab-panel.active { display: block; }
.vfe-tab-loading { display: flex; justify-content: center; padding: 50px; }

.vfe-info-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; }
.vfe-info-grid-single { grid-template-columns: 1fr; }
.vfe-info-main, .vfe-info-side { background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius); padding: 22px 24px; transition: all .25s ease; height: 100%; }
.vfe-info-main:hover, .vfe-info-side:hover { border-color: var(--vfe-primary-light); box-shadow: var(--vfe-shadow-card); }
.vfe-info-block-title { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--vfe-primary); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--vx-border); }
.vfe-info-block-title svg { flex-shrink: 0; }
.vfe-info-desc { font-size: 15px; line-height: 1.7; color: var(--vx-text); }

.vfe-venue-card { padding: 16px; background: linear-gradient(135deg, rgba(139,92,246,.04), rgba(192,132,252,.02)); border: 1px solid var(--vx-border); border-left: 3px solid var(--vfe-primary); border-radius: var(--vfe-radius-sm); margin-bottom: 12px; transition: all .25s ease; }
.vfe-venue-card:last-child { margin-bottom: 0; }
.vfe-venue-card:hover { border-left-color: var(--vfe-primary-hover); box-shadow: var(--vfe-shadow-card); }
.vfe-venue-imgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px; }
.vfe-venue-img { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 6px; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.vfe-venue-img:hover { transform: scale(1.05); box-shadow: 0 6px 18px rgba(139,92,246,.3); }
.vfe-venue-name { font-weight: 800; color: var(--vx-text); font-size: 16px; margin-bottom: 10px; letter-spacing: -.3px; }
.vfe-venue-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--vx-text-2); margin: 6px 0; line-height: 1.4; }
.vfe-venue-row svg { color: var(--vfe-primary); flex-shrink: 0; }
.vfe-venue-row a { color: var(--vx-text-2); text-decoration: none; transition: color .15s ease; }
.vfe-venue-row a:hover { color: var(--vfe-primary); }
.vfe-venue-maps { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 8px 14px; background: var(--vfe-gradient); color: #fff !important; border-radius: var(--vfe-radius-sm); text-decoration: none; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: all .25s ease; }
.vfe-venue-maps:hover { transform: translateY(-2px); box-shadow: var(--vfe-shadow-violet); }
.vfe-venue-desc { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--vx-border); font-size: 13px; color: var(--vx-text-2); line-height: 1.5; }

.vfe-program-section { margin-bottom: 32px; }
.vfe-program-section:last-child { margin-bottom: 0; }
.vfe-program-section-title { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--vfe-primary); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--vx-border); }
.vfe-program-section-title svg { flex-shrink: 0; }

.vfe-days-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.vfe-day-card-grid { background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-left: 4px solid var(--vfe-primary); border-radius: 12px; padding: 16px; display: flex; flex-direction: column; gap: 8px; opacity: 0; animation: vfe-fade-up .5s ease forwards; transition: transform .2s ease, box-shadow .2s ease; }
.vfe-day-card-grid:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(139,92,246,.12); }
.vfe-day-card-head { display: flex; align-items: center; gap: 10px; color: var(--vfe-primary); }
.vfe-day-card-head .vfe-day-date { font-size: 15px; font-weight: 800; color: var(--vx-text); }
.vfe-day-label { font-size: 12px; color: var(--vfe-primary); text-transform: uppercase; letter-spacing: 1px; }
.vfe-day-time { display: flex; align-items: center; gap: 6px; color: var(--vx-text-2); font-size: 13px; font-variant-numeric: tabular-nums; }
.vfe-day-time-free { font-style: italic; opacity: .7; }
.vfe-day-note { font-size: 13px; color: var(--vx-text-2); }

.vfe-sch-day-block { margin-bottom: 24px; opacity: 0; animation: vfe-fade-up .5s ease forwards; }
.vfe-sch-day-hdr { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--vfe-primary); padding-bottom: 8px; margin-bottom: 14px; border-bottom: 1px solid var(--vx-border); }
.vfe-sch-day-lbl { color: var(--vx-text-2); font-weight: 600; text-transform: none; letter-spacing: 0; }
.vfe-sch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.vfe-sch-card { display: flex; gap: 14px; padding: 14px; background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: 12px; opacity: 0; animation: vfe-fade-up .5s ease forwards; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.vfe-sch-card:hover { border-color: var(--vfe-primary); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(139,92,246,.1); }
.vfe-sch-card-time { flex-shrink: 0; width: 56px; font-size: 18px; font-weight: 800; color: var(--vfe-primary); font-variant-numeric: tabular-nums; }
.vfe-sch-card-body { flex: 1; min-width: 0; }
.vfe-sch-card-title { font-size: 14px; font-weight: 700; color: var(--vx-text); margin-bottom: 4px; }
.vfe-sch-card-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--vx-text-2); font-size: 12px; margin-bottom: 6px; }
.vfe-sch-card-meta span { display: inline-flex; align-items: center; gap: 4px; }
.vfe-sch-card-desc { font-size: 13px; color: var(--vx-text-2); line-height: 1.5; }

.vfe-spk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.vfe-spk-card-big { background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius); overflow: hidden; transition: all .35s cubic-bezier(.4,0,.2,1); }
.vfe-spk-card-big:hover { transform: translateY(-4px); border-color: var(--vfe-primary-light); box-shadow: var(--vfe-shadow-violet); }
.vfe-spk-photo-wrap { position: relative; aspect-ratio: 1/1; overflow: hidden; background: linear-gradient(135deg, #ede9fe, #ddd6fe); }
.vfe-spk-photo-wrap .vfe-spk-photo { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vfe-spk-card-big:hover .vfe-spk-photo { transform: scale(1.08); }
.vfe-spk-photo-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--vfe-primary); }
.vfe-spk-info { padding: 16px 18px 18px; }
.vfe-spk-name { font-size: 17px; font-weight: 800; color: var(--vx-text); letter-spacing: -.3px; margin-bottom: 4px; }
.vfe-spk-role { font-size: 11px; font-weight: 700; color: var(--vfe-primary); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.vfe-spk-bio { font-size: 13px; color: var(--vx-text-2); line-height: 1.5; margin-bottom: 12px; }
.vfe-spk-links { display: flex; flex-direction: column; gap: 6px; padding-top: 10px; border-top: 1px solid var(--vx-border); }
.vfe-spk-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--vx-text-3); text-decoration: none; transition: color .15s ease; }
.vfe-spk-link:hover { color: var(--vfe-primary); }
.vfe-spk-link svg { color: var(--vfe-primary); flex-shrink: 0; }

.vfe-exh-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.vfe-exh-card-rich { background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: 16px; overflow: hidden; cursor: pointer; display: flex; flex-direction: column; opacity: 0; animation: vfe-fade-up .5s ease forwards; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.vfe-exh-card-rich:hover { transform: translateY(-4px); border-color: var(--vfe-primary); box-shadow: 0 16px 36px rgba(139,92,246,.18); }
.vfe-exh-card-top { position: relative; padding: 0px 0px 0px; display: flex; align-items: center; justify-content: center; min-height: 90px; }
.vfe-exh-logo-wrap {border-radius: 14px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.vfe-exh-logo-wrap.vfe-exh-logo-ph { background: linear-gradient(135deg, rgba(139,92,246,.06), rgba(192,132,252,.03)); color: var(--vfe-primary-light); box-shadow: none; }
.vfe-exh-logo { max-width: 80%; max-height: 80%; object-fit: contain; }
.vfe-exh-stand-pill { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; background: var(--vfe-primary); color: #fff; border-radius: 100px; font-size: 11px; font-weight: 700; }
.vfe-exh-card-body { padding: 16px 20px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.vfe-exh-name { font-size: 12px; font-weight: 600; color: var(--vx-text-3); line-height: 1.3;text-align: center; }
.vfe-exh-sector { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .6px; color: var(--vfe-primary); margin-bottom: 6px; }
.vfe-exh-row { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--vx-text-2); }
.vfe-exh-row svg { flex-shrink: 0; }
.vfe-exh-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vfe-exh-card-cta { padding: 5px 20px; background: rgba(139,92,246,.04); border-top: 1px solid var(--vx-border); color: var(--vfe-primary); font-size: 10px; display: flex; align-items: center; justify-content: space-between; transition: background .2s ease; }
.vfe-exh-card-rich:hover .vfe-exh-card-cta { background: var(--vfe-primary); color: #fff; }
.vfe-exh-card-cta svg { transition: transform .2s ease; }
.vfe-exh-card-rich:hover .vfe-exh-card-cta svg { transform: translateX(3px); }

.vfe-gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.vfe-gal-item { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--vfe-radius-sm); cursor: pointer; background: var(--vx-bg-body); }
.vfe-gal-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.vfe-gal-item:hover .vfe-gal-img { transform: scale(1.1); }
.vfe-gal-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(139,92,246,.55), rgba(124,58,237,.65)); display: flex; align-items: center; justify-content: center; color: #fff; opacity: 0; transition: opacity .3s ease; backdrop-filter: blur(2px); }
.vfe-gal-item:hover .vfe-gal-overlay { opacity: 1; }
.vfe-gal-overlay svg { transform: scale(.85); transition: transform .3s ease; }
.vfe-gal-item:hover .vfe-gal-overlay svg { transform: scale(1); }
.vfe-gal-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 12px; background: linear-gradient(transparent, rgba(15,13,26,.85)); color: #fff; font-size: 12px; font-weight: 500; transform: translateY(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); z-index: 1; }
.vfe-gal-item:hover .vfe-gal-caption { transform: translateY(0); }

.vfe-form-section { margin-top: 50px; padding: 50px 30px; background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius); position: relative; overflow: hidden; }
.vfe-form-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--vfe-gradient); }
.vfe-form-header { text-align: center; margin-bottom: 36px; }
.vfe-form-header .vfe-hero-line { margin: 14px auto 18px; }
.vfe-form-title { font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -.8px; margin: 0; }
.vfe-form-title em { font-style: normal; background: var(--vfe-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vfe-form-sub { color: var(--vx-text-2); font-size: 15px; margin: 8px 0 0; }
.vfe-step { animation: vfe-fade-in .35s ease; }

.vfe-block-card { background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: 16px; padding: 24px; margin-bottom: 20px; transition: box-shadow .2s ease; }
.vfe-block-card:hover { box-shadow: 0 8px 24px rgba(139,92,246,.08); }
.vfe-block-header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--vx-border); }
.vfe-block-num { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #8b5cf6, #6366f1); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(139,92,246,.3); }
.vfe-block-titles { flex: 1; }
.vfe-block-label { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; color: var(--vfe-primary); margin-bottom: 4px; }
.vfe-block-hint { font-size: 13px; color: var(--vx-text-2); margin: 0; }

.vfe-field { margin-bottom: 14px; position: relative; }
.vfe-label { display: block; font-size: 12px; font-weight: 600; color: var(--vx-text-2); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .5px; }
.vfe-input { width: 100%; padding: 11px 14px; border: 1px solid var(--vx-border); border-radius: var(--vfe-radius-sm); background: var(--vx-bg-input); color: var(--vx-text); font-size: 14px; font-family: inherit; transition: all .2s ease; box-sizing: border-box; }
.vfe-input:focus { outline: none; border-color: var(--vfe-primary); box-shadow: 0 0 0 3px rgba(139,92,246,.15); }
select.vfe-input { cursor: pointer; }
.vfe-hint { display: block; font-size: 11px; color: var(--vx-text-3); margin-top: 4px; }
.vfe-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vfe-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }

.vfe-sector-row { display: flex; flex-wrap: wrap; gap: 8px; }
.vfe-sector-empty { color: var(--vx-text-3); font-size: 13px; }
.vfe-sector-chip { cursor: pointer; user-select: none; }
.vfe-sector-chip input { display: none; }
.vfe-sector-chip span { display: inline-block; padding: 8px 14px; border: 1px solid var(--vx-border); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--vx-text-2); transition: all .2s ease; }
.vfe-sector-chip:hover span { border-color: var(--vfe-primary-light); color: var(--vfe-primary); }
.vfe-sector-chip input:checked + span { background: var(--vfe-gradient); color: #fff; border-color: transparent; box-shadow: var(--vfe-shadow-card); }

.vfe-ac-field { position: relative; }
.vfe-ac-list { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius-sm); box-shadow: 0 10px 30px rgba(0,0,0,.12); z-index: 20; max-height: 240px; overflow-y: auto; margin-top: 4px; }
.vfe-ac-item { padding: 10px 14px; cursor: pointer; font-size: 13px; transition: background .15s ease; }
.vfe-ac-item:hover { background: var(--vx-bg-hover); }
.vfe-ac-item strong { color: var(--vx-text); }
.vfe-ac-meta { color: var(--vx-text-3); font-size: 12px; }

.vfe-search-results { margin-top: 16px; padding: 14px; background: var(--vx-bg-body); border-radius: var(--vfe-radius-sm); max-height: 320px; overflow-y: auto; }
.vfe-tickets-loading { display: flex; justify-content: center; padding: 20px; }
.vfe-no-companies { text-align: center; color: var(--vx-text-3); padding: 16px; font-size: 13px; }
.vfe-sr-title { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--vx-text-3); margin-bottom: 10px; font-weight: 700; }
.vfe-sr-item { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px; background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius-sm); margin-bottom: 8px; cursor: pointer; transition: all .2s ease; }
.vfe-sr-item:hover { border-color: var(--vfe-primary); box-shadow: var(--vfe-shadow-card); }
.vfe-sr-main { flex: 1; min-width: 0; }
.vfe-sr-name { font-weight: 700; color: var(--vx-text); font-size: 14px; }
.vfe-sr-legal { display: block; font-size: 12px; color: var(--vx-text-3); font-style: italic; }
.vfe-sr-addr { font-size: 12px; color: var(--vx-text-2); margin-top: 2px; }
.vfe-sr-codes { display: flex; gap: 8px; margin-top: 4px; flex-wrap: wrap; }
.vfe-sr-code { display: inline-block; padding: 2px 8px; background: rgba(139,92,246,.1); color: var(--vfe-primary); border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: .5px; }

.vfe-collapsible { margin: 16px 0; border: 1px solid var(--vx-border); border-radius: 12px; background: var(--vx-bg-card); transition: border-color .2s ease; }
.vfe-collapsible:hover { border-color: var(--vfe-primary); }
.vfe-collapsible-trigger { width: 100%; display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: transparent; border: 0; cursor: pointer; color: var(--vx-text); font-size: 14px; font-weight: 600; text-align: left; border-radius: 12px; }
.vfe-collapsible-trigger:hover { background: var(--vx-bg-hover); }
.vfe-collapsible-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(139,92,246,.1); color: var(--vfe-primary); flex-shrink: 0; }
.vfe-collapsible-label { flex: 1; }
.vfe-collapsible-chev { display: inline-flex; color: var(--vx-text-2); transition: transform .25s ease; }
.vfe-collapsible-body { display: none; padding: 14px 16px 16px; border-top: 1px solid var(--vx-border); }

.vfe-not-found { margin-top: 18px; padding: 14px 16px; background: linear-gradient(135deg, rgba(139,92,246,.05), rgba(99,102,241,.05)); border: 1px dashed rgba(139,92,246,.3); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.vfe-not-found-text { display: flex; align-items: center; gap: 8px; color: var(--vx-text-2); font-size: 14px; }
.vfe-not-found-text svg { color: var(--vfe-primary); flex-shrink: 0; }

.vfe-selected-card { padding: 18px; background: linear-gradient(135deg, rgba(139,92,246,.08), rgba(192,132,252,.04)); border: 1px solid var(--vfe-primary-light); border-radius: var(--vfe-radius-sm); margin-bottom: 16px; }
.vfe-selected-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: var(--vfe-gradient); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.vfe-sel-name { font-weight: 800; color: var(--vx-text); font-size: 16px; }
.vfe-sel-legal { font-size: 12px; color: var(--vx-text-3); font-style: italic; margin-top: 2px; }
.vfe-sel-addr { font-size: 13px; color: var(--vx-text-2); margin-top: 4px; }
.vfe-sel-codes { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.vfe-sel-code { display: inline-block; padding: 3px 10px; background: rgba(139,92,246,.12); color: var(--vfe-primary); border-radius: 4px; font-size: 11px; font-weight: 700; }
.vfe-link-change { margin-top: 10px; color: var(--vfe-primary); }
.vfe-newcomp-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.vfe-newcomp-title { font-size: 17px; font-weight: 800; margin: 0; color: var(--vx-text); }

.vfe-tickets-select { display: flex; flex-direction: column; gap: 8px; }
.vfe-no-tickets { text-align: center; color: var(--vx-text-3); padding: 12px; font-size: 13px; }
.vfe-ts-item { background: var(--vx-bg-body); border: 1px solid var(--vx-border); border-radius: var(--vfe-radius-sm); overflow: hidden; transition: all .2s ease; }
.vfe-ts-item:has(input:checked) { border-color: var(--vfe-primary); background: rgba(139,92,246,.04); }
.vfe-ts-label { display: flex; align-items: center; gap: 14px; padding: 16px; cursor: pointer; flex-wrap: wrap; }
.vfe-ts-chk-red { width: 18px; height: 18px; accent-color: var(--vfe-primary); cursor: pointer; flex-shrink: 0; }
.vfe-ts-info { flex: 1; min-width: 0; }
.vfe-ts-name { font-weight: 700; color: var(--vx-text); font-size: 15px; }
.vfe-ts-desc { font-size: 13px; color: var(--vx-text-3); margin-top: 2px; }
.vfe-ts-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; margin-left: auto; }
.vfe-ts-price-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.vfe-ts-price { font-weight: 800; color: var(--vx-text); font-size: 15px; }
.vfe-ts-free { background: var(--vfe-gradient); color: #fff; padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.vfe-ts-red-badge { font-size: 10px; color: var(--vfe-primary); background: rgba(139,92,246,.12); padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.vfe-ts-qty { display: none; align-items: center; gap: 10px; }
.vfe-qty-btn { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--vfe-primary); background: transparent; color: var(--vfe-primary); cursor: pointer; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: all .2s ease; }
.vfe-qty-btn:hover { background: var(--vfe-primary); color: #fff; }
.vfe-qty-val { min-width: 28px; text-align: center; font-weight: 700; color: var(--vx-text); }
.vfe-qty-label { font-size: 12px; font-weight: 600; color: var(--vx-text-3); text-transform: uppercase; letter-spacing: 1px; }

.vfe-check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; margin: 18px 0; font-size: 13px; color: var(--vx-text-2); }
.vfe-check input { margin-top: 2px; accent-color: var(--vfe-primary); flex-shrink: 0; }
.vfe-check a { color: var(--vfe-primary); text-decoration: none; }
.vfe-check a:hover { text-decoration: underline; }

.vfe-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 20px; border: none; border-radius: var(--vfe-radius-sm); font-size: 14px; font-weight: 600; font-family: inherit; cursor: pointer; transition: all .25s cubic-bezier(.4,0,.2,1); text-decoration: none; line-height: 1; }
.vfe-btn:disabled { opacity: .5; cursor: not-allowed; }
.vfe-btn-primary { background: var(--vfe-gradient); color: #fff; box-shadow: var(--vfe-shadow-card); }
.vfe-btn-primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: var(--vfe-shadow-violet); }
.vfe-btn-ghost { background: transparent; color: var(--vx-text-2); border: 1px solid var(--vx-border); }
.vfe-btn-ghost:hover:not(:disabled) { border-color: var(--vfe-primary); color: var(--vfe-primary); background: rgba(139,92,246,.04); }
.vfe-btn-outline { background: transparent; color: var(--vfe-primary); border: 1px solid var(--vfe-primary); }
.vfe-btn-outline:hover:not(:disabled) { background: var(--vfe-primary); color: #fff; }
.vfe-btn-lg { width: 100%; padding: 14px 24px; font-size: 15px; margin-top: 6px; }
.vfe-btn-row { display: flex; justify-content: center; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.vfe-link-btn { background: none; border: none; color: var(--vfe-primary); cursor: pointer; font-size: 13px; font-weight: 600; padding: 8px 0; display: inline-flex; align-items: center; gap: 6px; font-family: inherit; }
.vfe-link-btn:hover { text-decoration: underline; }
.vfe-link-change-phone { display: block; margin: 14px auto 0; }

.vfe-form-error { background: rgba(239,68,68,.1); color: #dc2626; border-left: 3px solid #ef4444; padding: 10px 14px; border-radius: var(--vfe-radius-sm); font-size: 13px; margin: 14px 0; }
.vfe-success-msg { background: rgba(34,197,94,.1); color: #16a34a; border-left: 3px solid #22c55e; padding: 10px 14px; border-radius: var(--vfe-radius-sm); font-size: 13px; margin: 14px 0; text-align: center; }

.vfe-info-box, .vfe-otp-box, .vfe-success-box { text-align: center; padding: 30px 24px; background: var(--vx-bg-body); border-radius: var(--vfe-radius); border: 1px solid var(--vx-border); }
.vfe-info-box h4, .vfe-otp-box h4, .vfe-success-box h4 { font-size: 22px; font-weight: 800; margin: 14px 0 8px; color: var(--vx-text); letter-spacing: -.4px; }
.vfe-info-box p, .vfe-otp-box p, .vfe-success-box p { color: var(--vx-text-2); font-size: 14px; margin: 0 0 8px; }
.vfe-info-icon, .vfe-otp-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--vfe-gradient); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.vfe-info-mail { font-size: 13px; color: var(--vx-text-3); }
.vfe-otp-input { width: 240px; max-width: 100%; padding: 18px; margin: 18px auto; text-align: center; font-size: 30px; font-weight: 800; letter-spacing: 12px; border: 2px solid var(--vx-border); border-radius: var(--vfe-radius-sm); background: var(--vx-bg-card); color: var(--vx-text); font-family: monospace; display: block; }
.vfe-otp-input:focus { outline: none; border-color: var(--vfe-primary); box-shadow: 0 0 0 4px rgba(139,92,246,.15); }
.vfe-change-phone-wrap { margin-top: 20px; padding: 16px; background: var(--vx-bg-card); border: 1px dashed var(--vfe-primary-light); border-radius: var(--vfe-radius-sm); text-align: left; }
.vfe-success-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--vfe-gradient); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; box-shadow: var(--vfe-shadow-violet); }
.vfe-code-card { background: linear-gradient(135deg, rgba(139,92,246,.08), rgba(192,132,252,.04)); border: 1px solid var(--vfe-primary-light); border-radius: var(--vfe-radius); padding: 26px; margin: 22px auto; max-width: 400px; }
.vfe-code-label { font-size: 11px; text-transform: uppercase; letter-spacing: 3px; color: var(--vfe-primary); margin-bottom: 8px; font-weight: 700; }
.vfe-code-value { font-size: 38px; font-weight: 900; letter-spacing: 6px; color: var(--vx-text); font-family: monospace; }
.vfe-barcode-wrap { margin-top: 16px; padding: 12px; background: #fff; border-radius: var(--vfe-radius-sm); }
.vfe-barcode-wrap svg { width: 100%; height: auto; }
.vfe-success-hint { font-size: 12px; color: var(--vx-text-3); margin-top: 14px; }

.vfe-no-event { text-align: center; padding: 60px 20px; color: var(--vx-text-3); font-size: 15px; }

.vfe-reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.4,0,.2,1), transform .8s cubic-bezier(.4,0,.2,1); }
.vfe-reveal.in { opacity: 1; transform: translateY(0); }

.vfe-toast-host { position: fixed; top: 24px; right: 24px; z-index: 10000; pointer-events: none; max-width: calc(100vw - 48px); }
.vfe-toast { pointer-events: auto; display: flex; align-items: flex-start; gap: 12px; min-width: 300px; max-width: 420px; padding: 14px 16px; background: var(--vx-bg-card); border: 1px solid var(--vx-border); border-left: 4px solid var(--vfe-primary); border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.18); transform: translateX(120%); opacity: 0; transition: transform .28s cubic-bezier(.4,0,.2,1), opacity .28s ease; }
.vfe-toast.show { transform: translateX(0); opacity: 1; }
.vfe-toast-success { border-left-color: #22c55e; }
.vfe-toast-error   { border-left-color: #ef4444; }
.vfe-toast-warning { border-left-color: #f59e0b; }
.vfe-toast-info    { border-left-color: var(--vfe-primary); }
.vfe-toast-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.vfe-toast-success .vfe-toast-icon { background: rgba(34,197,94,.12); color: #16a34a; }
.vfe-toast-error .vfe-toast-icon   { background: rgba(239,68,68,.12); color: #dc2626; }
.vfe-toast-warning .vfe-toast-icon { background: rgba(245,158,11,.12); color: #d97706; }
.vfe-toast-info .vfe-toast-icon    { background: rgba(139,92,246,.12); color: var(--vfe-primary); }
.vfe-toast-msg { flex: 1; font-size: 14px; line-height: 1.45; color: var(--vx-text); padding-top: 4px; }
.vfe-toast-close { flex-shrink: 0; width: 28px; height: 28px; border-radius: 6px; border: none; background: transparent; color: var(--vx-text-3); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s ease; }
.vfe-toast-close:hover { background: var(--vx-bg-hover); color: var(--vx-text); }

.vfe-lb { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; }
.vfe-lb.open { display: flex; animation: vfe-lb-fade .25s ease; }
.vfe-lb-backdrop { position: absolute; inset: 0; background: rgba(15,13,26,.92); backdrop-filter: blur(8px); cursor: zoom-out; }
.vfe-lb-stage { position: relative; z-index: 2; max-width: 90vw; max-height: 78vh; display: flex; align-items: center; justify-content: center; user-select: none; }
.vfe-lb-img { max-width: 90vw; max-height: 78vh; border-radius: var(--vfe-radius); box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(139,92,246,.2); cursor: pointer; transition: opacity .3s ease; display: block; }
.vfe-lb-loader { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; }
.vfe-lb-close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 5; transition: all .2s ease; backdrop-filter: blur(8px); }
.vfe-lb-close:hover { background: var(--vfe-gradient); border-color: transparent; transform: scale(1.05) rotate(90deg); }
.vfe-lb-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 5; transition: all .25s ease; backdrop-filter: blur(8px); }
.vfe-lb-arrow:hover { background: var(--vfe-gradient); border-color: transparent; transform: translateY(-50%) scale(1.08); box-shadow: var(--vfe-shadow-violet); }
.vfe-lb-prev { left: 24px; }
.vfe-lb-next { right: 24px; }
.vfe-lb-bottom { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 10px; max-width: 80vw; text-align: center; }
.vfe-lb-counter { padding: 6px 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; backdrop-filter: blur(8px); font-variant-numeric: tabular-nums; }
.vfe-lb-counter .vfe-lb-cur { background: var(--vfe-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
.vfe-lb-caption { padding: 8px 18px; background: rgba(15,13,26,.65); border: 1px solid rgba(255,255,255,.1); border-radius: var(--vfe-radius-sm); color: #fff; font-size: 14px; line-height: 1.5; backdrop-filter: blur(8px); max-width: 600px; }

.vfe-em { position: fixed; inset: 0; z-index: 9998; display: none; align-items: center; justify-content: center; padding: 20px; }
.vfe-em.open { display: flex; animation: vfe-lb-fade .25s ease; }
.vfe-em-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 13, 26, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    opacity: 0;
    will-change: opacity, backdrop-filter;
}

.vfe-em.open .vfe-em-backdrop {
    animation: vfe-backdrop-in 0.32s ease forwards;
}

@keyframes vfe-backdrop-in {
    0%   {
        opacity: 0;
        background: rgba(15, 13, 26, 0);
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
    100% {
        opacity: 1;
        background: rgba(15, 13, 26, .25);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}
.vfe-em-dialog { position: relative; z-index: 2; width: 100%; max-width: 1100px; max-height: 92vh; background: var(--vx-bg-card); border-radius: var(--vfe-radius); box-shadow: 0 30px 80px rgba(0,0,0,.5); overflow: hidden; display: flex; flex-direction: column;border-radius: 22px;}
.vfe-em-close { position: absolute; top: 14px; right: 14px; z-index: 10; width: 38px; height: 38px; border-radius: 50%; border: none; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); color: #1a1730; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s ease; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.vfe-em-close:hover { background: var(--vfe-gradient); color: #fff; transform: rotate(90deg) scale(1.05); }
.vfe-em-body { overflow-y: auto; flex: 1; }
.vfe-em-loading, .vfe-em-error { padding: 60px; text-align: center; color: var(--vx-text-3); }
.vfe-em-loading { display: flex; justify-content: center; }
.vfe-em-banner { height: 280px; background-size: cover; background-position: center; position: relative; }
.vfe-em-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.4)); }
.vfe-em-banner-empty { background: var(--vfe-gradient-dark); background-image: radial-gradient(circle at 20% 30%, rgba(139,92,246,.35), transparent 40%), radial-gradient(circle at 80% 70%, rgba(192,132,252,.3), transparent 45%); }
.vfe-em-logo { position: absolute; bottom: -32px; left: 24px; width: 80px; height: 80px; border-radius: 14px; background: #fff; border: 3px solid #fff; box-shadow: 0 8px 24px rgba(0,0,0,.25); display: flex; align-items: center; justify-content: center; overflow: hidden; z-index: 2; }
.vfe-em-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.vfe-em-header { padding: 44px 24px 18px 116px; border-bottom: 1px solid var(--vx-border); }
.vfe-em-title { font-size: 22px; font-weight: 800; color: var(--vx-text); letter-spacing: -.5px; line-height: 1.2; }
.vfe-em-legal { font-size: 12px; color: var(--vx-text-3); font-style: italic; margin-top: 2px; }
.vfe-em-sector { display: inline-block; margin-top: 8px; padding: 3px 10px; background: rgba(139,92,246,.12); color: var(--vfe-primary); border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
.vfe-em-stand { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; margin-left: 8px; padding: 3px 10px; background: var(--vfe-gradient); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
.vfe-em-section { padding: 18px 24px; border-bottom: 1px solid var(--vx-border); }
.vfe-em-section:last-child { border-bottom: none; }
.vfe-em-section-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--vfe-primary); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.vfe-em-section-title::before { content: ""; width: 4px; height: 14px; background: var(--vfe-gradient); border-radius: 2px; }
.vfe-em-desc { font-size: 14px; line-height: 1.7; color: var(--vx-text); }
.vfe-em-contacts { display: flex; flex-direction: column; gap: 10px; }
.vfe-em-row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--vx-text-2); }
.vfe-em-row svg { color: var(--vfe-primary); flex-shrink: 0; }
.vfe-em-row a { color: var(--vx-text-2); text-decoration: none; transition: color .15s ease; }
.vfe-em-row a:hover { color: var(--vfe-primary); }
.vfe-em-catalog { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.vfe-em-cat-item { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: var(--vfe-radius-sm); cursor: pointer; background: #f3f0ff; transition: transform .25s ease, box-shadow .25s ease;border: 1px solid #e3e3e3;border-radius: 14px;}
.vfe-em-cat-item:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(139,92,246,.25); }
.vfe-em-cat-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.vfe-em-cat-item:hover img { transform: scale(1.08); }
.vfe-em-cat-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 6px 8px; background: linear-gradient(transparent, rgba(15,13,26,.85)); color: #fff; font-size: 11px; transform: translateY(100%); transition: transform .3s ease; }
.vfe-em-cat-item:hover .vfe-em-cat-cap { transform: translateY(0); }
.vfe-em-empty { text-align: center; padding: 30px; color: var(--vx-text-3); }
.vfe-em-empty svg { color: var(--vfe-primary-light); margin-bottom: 10px; opacity: .6; }

@media (max-width: 900px) {
    .vfe-ev-card { flex-basis: calc((100% - 18px) / 2); }
    .vfe-ev-hero { padding: 50px 24px; }
    .vfe-form-section { padding: 36px 18px; }
    .vfe-carousel-wrap { padding: 0 40px; }
}
@media (max-width: 800px) {
    .vfe-info-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 700px) {
    .vfe-em-banner { height: 140px; }
    .vfe-em-logo { width: 64px; height: 64px; bottom: -24px; left: 16px; }
    .vfe-em-header { padding: 36px 16px 14px 92px; }
    .vfe-em-section { padding: 16px; }
    .vfe-lb-close { top: 14px; right: 14px; width: 38px; height: 38px; }
    .vfe-lb-arrow { width: 42px; height: 42px; }
    .vfe-lb-prev { left: 10px; }
    .vfe-lb-next { right: 10px; }
    .vfe-lb-bottom { bottom: 14px; }
    .vfe-lb-caption { font-size: 13px; }
}
@media (max-width: 640px) {
    .vfe-grid-2, .vfe-grid-3 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .vfe-ev-card { flex-basis: 100%; }
    .vfe-carousel-wrap { padding: 0 36px; }
    .vfe-car-arrow { width: 36px; height: 36px; }
    .vfe-hero { padding: 40px 0 20px; }
    .vfe-ev-hero { padding: 40px 20px; }
    .vfe-ev-hero-meta { gap: 10px; font-size: 13px; }
    .vfe-form-section { padding: 30px 16px; }
    .vfe-otp-input { font-size: 24px; letter-spacing: 8px; width: 200px; padding: 14px; }
    .vfe-code-value { font-size: 28px; letter-spacing: 4px; }
    .vfe-tab { padding: 10px 14px; font-size: 12px; }

    .vfe-not-found { flex-direction: column; align-items: stretch; }
    .vfe-block-card { padding: 18px; }
    .vfe-ts-right { width: 100%; margin-left: 0; justify-content: space-between; }
    .vfe-toast-host { top: 14px; right: 14px; left: 14px; max-width: none; }
    .vfe-toast { min-width: 0; max-width: 100%; }
}
.vfe-ev-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #2d2549;
    z-index: 0;
    transform: scale(1.02);
    transition: background-image .35s ease-in-out, opacity .35s ease-in-out;
}
@keyframes vfe-pulse-highlight {
    0%, 100% { box-shadow: 0 0 0 0 rgba(139,92,246,0); }
    30%      { box-shadow: 0 0 0 8px rgba(139,92,246,.25); }
}

.vfe-form-section.vfe-pulse-highlight {
    animation: vfe-pulse-highlight 1.2s ease-out;
}

.vfe-tab-scroll {
    position: relative;
}
.vfe-tab-scroll::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 4px;
    height: 4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    opacity: .5;
}

.vfe-em-banner {
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-color: var(--vx-bg-active);
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
}


.vfe-em-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.55) 60%,
        rgba(0, 0, 0, 0.72) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.vfe-em-banner-empty {
    background: linear-gradient(135deg,
        var(--vx-primary) 0%,
        color-mix(in srgb, var(--vx-primary) 60%, #000) 100%
    );
}
.vfe-em-banner-empty .vfe-em-banner-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.0) 0%,
        rgba(0,0,0,0.35) 100%
    );
}

.vfe-em-hero-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 24px 28px 22px;
    min-height: 280px;
}


.vfe-em-hero-logo-wrap {
    flex-shrink: 0;
    width: 105px;
    border-radius: var(--vx-radius);
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    align-self: flex-end;
}
.vfe-em-hero-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.vfe-em-hero-logo-ph {
    color: var(--vx-text-3);
    opacity: 0.6;
}


.vfe-em-hero-center {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: flex-end;
}
.vfe-em-hero-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.vfe-em-hero-legal {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.3;
}
.vfe-em-hero-sector {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.80);
    margin-top: 2px;
}
.vfe-em-hero-stand {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    padding: 3px 10px;
    width: fit-content;
    backdrop-filter: blur(4px);
}


.vfe-em-hero-contacts {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: flex-end;
    min-width: 180px;
    max-width: 220px;
}
.vfe-em-hero-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.90);
    text-decoration: none;
    font-size: 0.78rem;
    line-height: 1.3;
    transition: color 0.15s;
}
.vfe-em-hero-contact:hover {
    color: #fff;
}
.vfe-em-hc-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.vfe-em-hc-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

@media (max-width: 600px) {
    .vfe-em-hero-layout {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 16px 16px 18px;
        gap: 14px;
    }
    .vfe-em-hero-logo-wrap {
        width: 64px;
        height: 64px;
    }
    .vfe-em-hero-center {
        flex: 1;
        min-width: 0;
    }
    .vfe-em-hero-contacts {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-top: 10px;
    }
    .vfe-em-hc-text {
        white-space: normal;
    }
}