:root {
    --vibe-primary: #5a0096;
    --vibe-secondary: #ec008c;
    --vibe-accent: #00c8ff;
    --vibe-bg: #250045;
    --vibe-text: #ffffff;
    --vibe-muted: #d7c5ff;
    --vibe-primary-rgb: 90,0,150;
    --vibe-secondary-rgb: 236,0,140;
    --vibe-accent-rgb: 0,200,255;
    --vibe-header-opacity: .82;
    --vibe-panel-opacity: .22;
    --vibe-bg-overlay-opacity: .72;
    --vibe-bg-image-opacity: .38;
    --vibe-menu-opacity: .18;
    --vibe-menu-depth: 12px;
    --vibe-menu-radius: 18px;
    --vibe-logo-size: 74px;
    --vibe-social-size: 42px;
    --vibe-social-opacity: .88;
    --vibe-content-width: 1180px;
    --vibe-header-height: 86px;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100%;
    background: var(--vibe-bg);
    color: var(--vibe-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
body.admin-bar.vibe-header-sticky .vibe-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar.vibe-header-sticky .vibe-header { top: 46px; } }

a { color: var(--vibe-accent); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--vibe-secondary); }
img, video, iframe { max-width: 100%; height: auto; }

.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px;
    overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto !important; clip-path: none; display: block; height: auto; left: 16px; top: 16px; width: auto; z-index: 100000;
    padding: 10px 14px; border-radius: 12px; background: #000; color: #fff;
}

.vibe-site-shell { position: relative; min-height: 100vh; isolation: isolate; }
.vibe-bg-image,
.vibe-bg-overlay,
.vibe-neon-network { position: fixed; inset: 0; pointer-events: none; z-index: -3; }
.vibe-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: var(--vibe-bg-image-opacity);
    filter: saturate(1.2) contrast(1.05);
}
.vibe-bg-overlay {
    z-index: -2;
    background:
        radial-gradient(circle at 28% 18%, rgba(var(--vibe-secondary-rgb), .26), transparent 28%),
        radial-gradient(circle at 78% 24%, rgba(var(--vibe-accent-rgb), .18), transparent 27%),
        radial-gradient(circle at 50% 88%, rgba(var(--vibe-secondary-rgb), .18), transparent 34%),
        linear-gradient(135deg, rgba(var(--vibe-primary-rgb), var(--vibe-bg-overlay-opacity)), rgba(19, 0, 42, .92));
}
.vibe-neon-network {
    z-index: -1;
    opacity: .52;
    background-image:
        linear-gradient(120deg, rgba(var(--vibe-secondary-rgb), .17) 1px, transparent 1px),
        linear-gradient(30deg, rgba(var(--vibe-accent-rgb), .09) 1px, transparent 1px),
        radial-gradient(circle, rgba(var(--vibe-secondary-rgb), .55) 0 2px, transparent 3px);
    background-size: 180px 180px, 220px 220px, 190px 190px;
    background-position: 0 0, 80px 40px, 30px 20px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.55));
}
.vibe-particles-off .vibe-neon-network { display: none; }

.vibe-header {
    width: 100%;
    z-index: 9999;
    background: rgba(var(--vibe-primary-rgb), var(--vibe-header-opacity));
    border-bottom: 1px solid rgba(var(--vibe-secondary-rgb), .38);
    box-shadow: 0 14px 50px rgba(0,0,0,.24), 0 0 34px rgba(var(--vibe-secondary-rgb), .14);
    backdrop-filter: blur(16px);
}
.vibe-header-sticky .vibe-header { position: sticky; top: 0; }
.vibe-header-static .vibe-header { position: relative; }
.vibe-header-inner {
    width: min(100% - 24px, var(--vibe-content-width));
    min-height: var(--vibe-header-height);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 0;
}
.vibe-branding { display: flex; align-items: center; gap: 14px; min-width: 0; }
.vibe-logo,
.vibe-logo a,
.vibe-logo img,
.vibe-logo-placeholder {
    width: var(--vibe-logo-size);
    height: var(--vibe-logo-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
}
.vibe-logo img {
    object-fit: cover;
    filter: drop-shadow(0 0 16px rgba(var(--vibe-accent-rgb), .45));
}
.vibe-logo-placeholder {
    text-decoration: none;
    color: var(--vibe-text);
    background:
        radial-gradient(circle at 34% 24%, rgba(255,255,255,.24), transparent 20%),
        linear-gradient(135deg, rgba(var(--vibe-accent-rgb), .88), rgba(var(--vibe-secondary-rgb), .82));
    box-shadow: 0 0 22px rgba(var(--vibe-accent-rgb), .45), inset 0 0 22px rgba(0,0,0,.4);
    font-weight: 900;
    letter-spacing: .04em;
}
.vibe-title-wrap { min-width: 0; }
.vibe-site-title {
    display: inline-block;
    color: var(--vibe-text);
    font-size: clamp(1rem, 2.6vw, 1.28rem);
    font-weight: 850;
    text-decoration: none;
    text-shadow: 0 0 16px rgba(var(--vibe-accent-rgb), .35);
}
.vibe-site-description { margin: 0; color: var(--vibe-muted); font-size: .84rem; line-height: 1.25; }

.vibe-navigation { margin-left: auto; }
.vibe-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.vibe-menu li { position: relative; margin: 0; }
.vibe-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    color: var(--vibe-text);
    text-decoration: none;
    font-weight: 750;
    letter-spacing: .01em;
    border-radius: var(--vibe-menu-radius);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    transform-style: preserve-3d;
}
.vibe-menu a:hover,
.vibe-menu .current-menu-item > a,
.vibe-menu .current_page_item > a { transform: translateY(-2px); color: #fff; }

.vibe-menu-size-compact .vibe-menu a { min-height: 36px; padding: 7px 11px; font-size: .9rem; }
.vibe-menu-size-normal .vibe-menu a { min-height: 44px; padding: 10px 16px; font-size: 1rem; }
.vibe-menu-size-large .vibe-menu a { min-height: 52px; padding: 12px 21px; font-size: 1.08rem; }

.vibe-menu-style-neon .vibe-menu a {
    background: linear-gradient(145deg, rgba(var(--vibe-accent-rgb), var(--vibe-menu-opacity)), rgba(var(--vibe-secondary-rgb), var(--vibe-menu-opacity)));
    border: 1px solid rgba(var(--vibe-accent-rgb), .34);
    box-shadow:
        0 var(--vibe-menu-depth) 0 rgba(0,0,0,.34),
        0 0 18px rgba(var(--vibe-secondary-rgb), .18),
        inset 0 0 18px rgba(var(--vibe-accent-rgb), .08);
}
.vibe-menu-style-neon .vibe-menu a:hover,
.vibe-menu-style-neon .vibe-menu .current-menu-item > a,
.vibe-menu-style-neon .vibe-menu .current_page_item > a {
    background: linear-gradient(145deg, rgba(var(--vibe-secondary-rgb), .8), rgba(var(--vibe-accent-rgb), .55));
    box-shadow: 0 calc(var(--vibe-menu-depth) - 4px) 0 rgba(0,0,0,.32), 0 0 28px rgba(var(--vibe-secondary-rgb), .45);
}
.vibe-menu-style-glass .vibe-menu a {
    background: rgba(255,255,255, var(--vibe-menu-opacity));
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 var(--vibe-menu-depth) 20px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}
.vibe-menu-style-solid .vibe-menu a {
    background: linear-gradient(180deg, var(--vibe-primary), #17002e);
    border: 1px solid rgba(var(--vibe-secondary-rgb), .42);
    box-shadow: 0 var(--vibe-menu-depth) 0 rgba(0,0,0,.45);
}
.vibe-menu-style-minimal .vibe-menu a { background: transparent; border-radius: 4px; }
.vibe-menu-style-minimal .vibe-menu a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 2px;
    background: linear-gradient(90deg, var(--vibe-accent), var(--vibe-secondary));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}
.vibe-menu-style-minimal .vibe-menu a:hover::after,
.vibe-menu-style-minimal .vibe-menu .current-menu-item > a::after,
.vibe-menu-style-minimal .vibe-menu .current_page_item > a::after { transform: scaleX(1); }

.vibe-menu .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 10000;
    min-width: 220px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 18px;
    background: rgba(18, 0, 36, .94);
    border: 1px solid rgba(var(--vibe-accent-rgb), .26);
    box-shadow: 0 18px 44px rgba(0,0,0,.34), 0 0 24px rgba(var(--vibe-secondary-rgb), .2);
    backdrop-filter: blur(16px);
}
.vibe-menu li:hover > .sub-menu,
.vibe-menu li:focus-within > .sub-menu { display: block; }
.vibe-menu .sub-menu a { width: 100%; justify-content: flex-start; box-shadow: none; }
.vibe-menu .sub-menu .sub-menu { left: 100%; top: 0; }

.vibe-menu-layout-centered .vibe-navigation { margin-left: auto; margin-right: auto; }
.vibe-menu-layout-spread .vibe-navigation { margin-left: auto; }
.vibe-menu-layout-stacked .vibe-header-inner { flex-direction: column; justify-content: center; gap: 12px; }
.vibe-menu-layout-stacked .vibe-navigation { margin-left: 0; }
.vibe-menu-layout-stacked .vibe-header-socials { margin-left: 0; }

.vibe-header-socials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-left: 6px;
    flex: 0 0 auto;
}
.vibe-social-link {
    width: var(--vibe-social-size);
    height: var(--vibe-social-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), transparent 22%),
        linear-gradient(145deg, rgba(var(--vibe-accent-rgb), var(--vibe-social-opacity)), rgba(var(--vibe-secondary-rgb), var(--vibe-social-opacity)));
    border: 1px solid rgba(var(--vibe-accent-rgb), .34);
    box-shadow: 0 10px 0 rgba(0,0,0,.32), 0 0 22px rgba(var(--vibe-secondary-rgb), .24), inset 0 0 14px rgba(255,255,255,.08);
    transform-style: preserve-3d;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.vibe-social-link:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 7px 0 rgba(0,0,0,.32), 0 0 30px rgba(var(--vibe-accent-rgb), .42), inset 0 0 16px rgba(255,255,255,.1);
    filter: saturate(1.14);
}
.vibe-social-link svg {
    width: 54%;
    height: 54%;
    display: block;
    fill: currentColor;
    filter: drop-shadow(0 0 8px rgba(var(--vibe-accent-rgb), .5));
}
.vibe-social-youtube svg { width: 60%; height: 60%; }
.vibe-social-tiktok svg { width: 56%; height: 56%; }


.vibe-radio-player-row {
    width: min(100% - 24px, var(--vibe-content-width));
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 8px 0;
}
.vibe-radio-player-row-above_menu { padding-top: 10px; padding-bottom: 4px; }
.vibe-radio-player-row-below_menu { padding-top: 2px; padding-bottom: 12px; }
.vibe-radio-player {
    width: min(100%, 680px);
    min-height: 54px;
    display: grid;
    grid-template-columns: auto minmax(120px, 1fr) minmax(160px, 250px) auto auto;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform-style: preserve-3d;
    backdrop-filter: blur(18px);
}
.vibe-radio-player::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 20% 15%, rgba(255,255,255,.24), transparent 18%),
        linear-gradient(145deg, rgba(var(--vibe-accent-rgb), .24), rgba(var(--vibe-secondary-rgb), .2) 46%, rgba(0,0,0,.34));
}
.vibe-radio-player::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid rgba(255,255,255,.13);
    pointer-events: none;
}
.vibe-radio-no-volume { grid-template-columns: auto minmax(120px, 1fr) minmax(160px, 250px) auto; }
.vibe-radio-player-style-neonbar {
    background: rgba(16, 0, 36, .5);
    border: 1px solid rgba(var(--vibe-accent-rgb), .36);
    box-shadow: 0 11px 0 rgba(0,0,0,.34), 0 0 28px rgba(var(--vibe-secondary-rgb), .28), inset 0 0 20px rgba(var(--vibe-accent-rgb), .08);
}
.vibe-radio-player-style-glassvu {
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 13px 24px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.16);
}
.vibe-radio-player-style-prism {
    background: linear-gradient(120deg, rgba(var(--vibe-primary-rgb), .62), rgba(var(--vibe-accent-rgb), .18), rgba(var(--vibe-secondary-rgb), .26));
    border: 1px solid rgba(var(--vibe-secondary-rgb), .42);
    box-shadow: 0 12px 0 rgba(0,0,0,.38), 0 0 34px rgba(var(--vibe-accent-rgb), .18), inset 0 0 26px rgba(255,255,255,.08);
}
.vibe-radio-player-style-compact {
    max-width: 560px;
    min-height: 46px;
    padding: 6px 10px;
    background: rgba(12,0,28,.7);
    border: 1px solid rgba(var(--vibe-accent-rgb), .28);
    box-shadow: 0 8px 0 rgba(0,0,0,.36), 0 0 22px rgba(var(--vibe-secondary-rgb), .18);
}
.vibe-radio-play {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(var(--vibe-accent-rgb), .42);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, rgba(var(--vibe-secondary-rgb), .9), rgba(var(--vibe-accent-rgb), .6));
    box-shadow: 0 7px 0 rgba(0,0,0,.34), 0 0 22px rgba(var(--vibe-secondary-rgb), .3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
    padding: 0;
}
.vibe-radio-play:hover { transform: translateY(-1px); }
.vibe-radio-player.is-playing .vibe-radio-play-icon { font-size: 0; }
.vibe-radio-player.is-playing .vibe-radio-play-icon::before { content: "❚❚"; font-size: 15px; letter-spacing: 1px; }
.vibe-radio-copy { min-width: 0; line-height: 1.05; }
.vibe-radio-kicker {
    display: block;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--vibe-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vibe-radio-name {
    display: block;
    margin-top: 3px;
    font-size: .96rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 0 14px rgba(var(--vibe-accent-rgb), .46);
}
.vibe-vu-meter {
    height: 30px;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}
.vibe-vu-bar {
    width: 7px;
    height: 16%;
    min-height: 4px;
    border-radius: 999px 999px 2px 2px;
    background: linear-gradient(180deg, #fff, var(--vibe-accent) 38%, var(--vibe-secondary));
    box-shadow: 0 0 10px rgba(var(--vibe-accent-rgb), .52);
    transform-origin: bottom;
    transition: height .06s linear, opacity .08s linear;
    opacity: .48;
}
.vibe-radio-player.is-playing .vibe-vu-bar { opacity: .92; }
.vibe-radio-status {
    min-width: 88px;
    color: var(--vibe-muted);
    font-size: .72rem;
    white-space: nowrap;
    text-align: right;
}
.vibe-radio-player.is-playing .vibe-radio-status { color: #fff; text-shadow: 0 0 10px rgba(var(--vibe-secondary-rgb), .5); }

.vibe-radio-volume {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 112px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.08);
}
.vibe-radio-mute {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(var(--vibe-accent-rgb), .28);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
    line-height: 1;
}
.vibe-radio-volume-range {
    width: 70px;
    accent-color: var(--vibe-accent);
}
.vibe-radio-no-volume .vibe-radio-volume { display: none; }

.vibe-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    margin-left: auto;
    border: 1px solid rgba(var(--vibe-accent-rgb), .38);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(var(--vibe-accent-rgb), .18), rgba(var(--vibe-secondary-rgb), .18));
    box-shadow: 0 10px 0 rgba(0,0,0,.34), 0 0 22px rgba(var(--vibe-accent-rgb), .16);
    cursor: pointer;
}
.vibe-menu-toggle-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(var(--vibe-accent-rgb), .8);
    transition: transform .2s ease, opacity .2s ease;
}
.vibe-mobile-menu-open .vibe-menu-toggle-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vibe-mobile-menu-open .vibe-menu-toggle-line:nth-child(2) { opacity: 0; }
.vibe-mobile-menu-open .vibe-menu-toggle-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.vibe-main {
    width: min(100% - 24px, var(--vibe-content-width));
    margin: 0 auto;
    padding: clamp(22px, 4vw, 54px) 0;
}
.vibe-card,
.vibe-shortcode-panel,
.vibe-content .wp-block-group,
.vibe-content .wp-block-cover,
.vibe-content .wp-block-media-text,
.vibe-content .elementor-widget-container,
.vibe-content .widget {
    background: rgba(255,255,255, var(--vibe-panel-opacity));
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09);
    backdrop-filter: blur(18px);
}
.vibe-card { padding: clamp(18px, 3vw, 34px); margin: 0 auto 24px; }
.vibe-content-grid { display: grid; gap: 22px; }
.vibe-entry-card { overflow: hidden; padding: 0; }
.vibe-entry-thumb { display: block; overflow: hidden; border-radius: 28px 28px 0 0; }
.vibe-entry-thumb img { width: 100%; display: block; object-fit: cover; max-height: 420px; }
.vibe-entry-body { padding: clamp(18px, 3vw, 34px); }
.vibe-entry-title,
.vibe-page-title { margin: 0 0 10px; line-height: 1.1; color: #fff; text-shadow: 0 0 18px rgba(var(--vibe-accent-rgb), .32); }
.vibe-entry-title a { color: inherit; text-decoration: none; }
.vibe-entry-meta { color: var(--vibe-muted); font-size: .92rem; margin-bottom: 10px; }
.vibe-page-header { margin-bottom: 22px; }
.vibe-page-title { font-size: clamp(2rem, 6vw, 4.2rem); }
.vibe-page-thumb { overflow: hidden; border-radius: 24px; margin-bottom: 24px; }
.vibe-page-thumb img { width: 100%; display: block; }
.vibe-content { color: var(--vibe-text); font-size: clamp(1rem, 2vw, 1.08rem); }
.vibe-content h1,
.vibe-content h2,
.vibe-content h3,
.vibe-content h4 { color: #fff; line-height: 1.15; text-shadow: 0 0 16px rgba(var(--vibe-secondary-rgb), .22); }
.vibe-content p { margin-top: 0; }
.vibe-content :where(input, textarea, select) {
    max-width: 100%;
    color: #fff;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(var(--vibe-accent-rgb), .28);
    border-radius: 14px;
    padding: 11px 13px;
}
.vibe-content :where(button, input[type="submit"], .button),
.vibe-button,
.vibe-search-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid rgba(var(--vibe-accent-rgb), .32);
    border-radius: 16px;
    padding: 10px 16px;
    color: #fff;
    background: linear-gradient(145deg, rgba(var(--vibe-secondary-rgb), .86), rgba(var(--vibe-accent-rgb), .58));
    box-shadow: 0 10px 0 rgba(0,0,0,.32), 0 0 24px rgba(var(--vibe-secondary-rgb), .25);
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}
.vibe-content :where(button, input[type="submit"], .button):hover,
.vibe-button:hover,
.vibe-search-form button:hover { transform: translateY(-1px); color: #fff; }
.vibe-fullwidth-page { width: 100%; }
.vibe-content-full { width: 100%; }

.vibe-shortcode-panel { padding: clamp(16px, 3vw, 30px); margin: 24px 0; }
.vibe-panel-title { margin-top: 0; }
.vibe-animate-shortcodes .wp-block-shortcode,
.vibe-animate-shortcodes .elementor-shortcode,
.vibe-animate-shortcodes .vibe-shortcode-panel,
.vibe-animate-shortcodes .shortcode,
.vibe-animate-shortcodes iframe {
    transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.vibe-animate-shortcodes .wp-block-shortcode:hover,
.vibe-animate-shortcodes .elementor-shortcode:hover,
.vibe-animate-shortcodes .vibe-shortcode-panel:hover,
.vibe-animate-shortcodes .shortcode:hover,
.vibe-animate-shortcodes iframe:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
}
.vibe-animations-on .vibe-card,
.vibe-animations-on .vibe-header,
.vibe-animations-on .vibe-shortcode-panel {
    animation: vibeFadeUp .45s ease both;
}
.vibe-animations-off * { animation: none !important; transition: none !important; }
@keyframes vibeFadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.vibe-search-form { display: flex; gap: 10px; flex-wrap: wrap; }
.vibe-search-form input[type="search"] {
    flex: 1 1 240px;
    min-height: 44px;
    color: #fff;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(var(--vibe-accent-rgb), .3);
    border-radius: 16px;
    padding: 10px 14px;
}
.vibe-pagination .nav-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.vibe-pagination a,
.vibe-pagination span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 8px 12px;
    background: rgba(255,255,255,.12);
    color: #fff;
    text-decoration: none;
}
.vibe-pagination .current { background: rgba(var(--vibe-secondary-rgb), .7); }

.vibe-footer {
    position: relative;
    margin-top: 30px;
    padding: 44px 12px 40px;
    color: var(--vibe-muted);
}
.vibe-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, var(--vibe-content-width));
    height: 5px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        linear-gradient(90deg, transparent, rgba(var(--vibe-accent-rgb), .95), rgba(var(--vibe-secondary-rgb), .95), rgba(var(--vibe-accent-rgb), .95), transparent);
    box-shadow:
        0 4px 0 rgba(0,0,0,.35),
        0 0 28px rgba(var(--vibe-secondary-rgb), .38),
        0 0 18px rgba(var(--vibe-accent-rgb), .35);
}
.vibe-footer::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: min(70%, calc(var(--vibe-content-width) - 180px));
    height: 1px;
    transform: translateX(-50%);
    background: rgba(255,255,255,.16);
}
.vibe-footer-inner {
    width: min(100%, var(--vibe-content-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    text-align: center;
}
.vibe-footer-side { min-width: 0; }
.vibe-footer-left { text-align: left; }
.vibe-footer-right { text-align: right; }
.vibe-footer-center {
    display: grid;
    gap: 7px;
    justify-items: center;
    min-width: min(100%, 320px);
}
.vibe-footer-brandline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}
.vibe-footer-dot { color: var(--vibe-secondary); }
.vibe-footer-powered { font-size: .92rem; }
.vibe-powered-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(var(--vibe-accent-rgb), .13), rgba(var(--vibe-secondary-rgb), .17));
    border: 1px solid rgba(var(--vibe-accent-rgb), .22);
    box-shadow: 0 8px 0 rgba(0,0,0,.26), 0 0 18px rgba(var(--vibe-secondary-rgb), .16);
}
.vibe-powered-link:hover { color: #fff; transform: translateY(-1px); }
.vibe-footer-meta {
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    max-width: 100%;
}
.vibe-footer-right .vibe-footer-meta { align-items: flex-end; }
.vibe-footer-left .vibe-footer-meta { align-items: flex-start; }
.vibe-footer-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vibe-muted);
    text-decoration: none;
    font-size: .9rem;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    max-width: 100%;
}
.vibe-footer-item:hover { color: #fff; }
.vibe-footer-item span { color: var(--vibe-accent); }
.vibe-footer-placeholder { display: block; min-height: 1px; }

@media (max-width: 900px) {
    :root { --vibe-header-height: 72px; }
    .vibe-header-inner { width: min(100% - 18px, var(--vibe-content-width)); gap: 12px; }
    .vibe-menu-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; order: 30; }
    .vibe-navigation { order: 40; }
    .vibe-header-socials { order: 20; margin-left: auto; gap: 7px; }
    .vibe-social-link { width: min(var(--vibe-social-size), 40px); height: min(var(--vibe-social-size), 40px); box-shadow: 0 7px 0 rgba(0,0,0,.32), 0 0 18px rgba(var(--vibe-secondary-rgb), .2); }
    .vibe-navigation {
        position: fixed;
        inset: calc(var(--vibe-header-height) + 8px) 10px auto 10px;
        z-index: 10000;
        max-height: calc(100vh - var(--vibe-header-height) - 30px);
        overflow: auto;
        padding: 14px;
        border-radius: 24px;
        background: rgba(18, 0, 40, .96);
        border: 1px solid rgba(var(--vibe-accent-rgb), .28);
        box-shadow: 0 24px 70px rgba(0,0,0,.45), 0 0 30px rgba(var(--vibe-secondary-rgb), .2);
        backdrop-filter: blur(20px);
        opacity: 0;
        transform: translateY(-10px) scale(.98);
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        margin: 0;
    }
    .vibe-mobile-menu-open .vibe-navigation {
        opacity: 1;
        transform: translateY(0) scale(1);
        visibility: visible;
        pointer-events: auto;
    }
    .vibe-menu { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .vibe-menu a { width: 100%; min-height: 50px; justify-content: flex-start; padding-left: 18px; }
    .vibe-menu .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        margin: 8px 0 0 10px;
        padding: 8px;
        background: rgba(255,255,255,.06);
        box-shadow: none;
    }
    .vibe-menu .sub-menu .sub-menu { margin-left: 10px; }
    .vibe-title-wrap { max-width: calc(100vw - var(--vibe-logo-size) - 150px); }
    .vibe-radio-player-row { width: min(100% - 18px, var(--vibe-content-width)); }
    .vibe-radio-player { grid-template-columns: auto minmax(90px, 1fr) minmax(110px, 190px) auto; gap: 9px; }
    .vibe-radio-no-volume { grid-template-columns: auto minmax(90px, 1fr) minmax(110px, 190px); }
    .vibe-radio-volume { min-width: 92px; padding: 4px 6px; }
    .vibe-radio-volume-range { width: 54px; }
    .vibe-radio-status { display: none; }
    .vibe-vu-meter { height: 28px; gap: 3px; }
    .vibe-vu-bar { width: 6px; }
    .vibe-footer-inner { grid-template-columns: 1fr; gap: 12px; }
    .vibe-footer-left, .vibe-footer-right { text-align: center; }
    .vibe-footer-left .vibe-footer-meta, .vibe-footer-right .vibe-footer-meta { align-items: center; }
    .vibe-site-description { display: none; }
    .vibe-main { width: min(100% - 18px, var(--vibe-content-width)); padding-top: 22px; }
    .vibe-card { border-radius: 22px; }
}

@media (max-width: 520px) {
    :root { --vibe-logo-size: min(var(--vibe-logo-size), 58px); }
    .vibe-header-inner { gap: 8px; }
    .vibe-header-socials { gap: 5px; }
    .vibe-social-link { width: 34px; height: 34px; }
    .vibe-site-title { font-size: .98rem; }
    .vibe-menu-toggle { width: 44px; height: 44px; border-radius: 14px; }
    .vibe-main { width: calc(100% - 14px); }
    .vibe-radio-player-row { width: calc(100% - 14px); padding-top: 6px; padding-bottom: 8px; }
    .vibe-radio-player { grid-template-columns: auto 1fr auto; border-radius: 22px; padding: 8px 10px; }
    .vibe-radio-no-volume { grid-template-columns: auto 1fr; }
    .vibe-vu-meter { grid-column: 1 / -1; width: 100%; }
    .vibe-radio-volume { grid-column: 1 / -1; justify-self: center; width: min(100%, 180px); justify-content: center; }
    .vibe-radio-volume-range { width: 96px; }
    .vibe-radio-name { font-size: .9rem; }
    .vibe-radio-play { width: 36px; height: 36px; }
    .vibe-card { padding: 16px; margin-bottom: 16px; border-radius: 20px; }
    .vibe-entry-body { padding: 16px; }
    .vibe-page-title { font-size: clamp(1.7rem, 9vw, 2.6rem); }
}
