html, body {
    margin: 0;
    padding: 0;

}

body.vibecard-scene-page {
    margin: 0;
    padding: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

.vibecard-scene {
    width: 720px;
    height: 1280px;
    transform: scale(calc(100vw / 720));
    transform-origin: top center;
}

.vibecard-bg-video-wrap,
.vibecard-bg-video,
.vibecard-cover-blur,
.vibecard-cover-dim,
.vibecard-shine {
    position: absolute;
    inset: 0;
}

.vibecard-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vibecard-cover-blur {
    background-size: cover;
    background-position: center;
    filter: blur(28px);
    transform: scale(1.1);
    opacity: .58;
}

.vibecard-cover-dim {
    background:
        linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.24)),
        radial-gradient(circle at 50% 36%, rgba(255,255,255,.04), transparent 34%);
}

.vibecard-shine {
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: .24;
}

.vibecard-shine--one {
    background: linear-gradient(120deg, transparent 36%, rgba(255,210,110,.32) 48%, transparent 60%);
    transform: translateX(-120%) skewX(-16deg);
    animation: scShineOne 6s linear infinite;
}

.vibecard-shine--two {
    background: linear-gradient(120deg, transparent 32%, rgba(255,255,255,.14) 50%, transparent 68%);
    transform: translateX(-145%) skewX(-16deg);
    animation: scShineTwo 7.4s linear infinite;
}

.vibecard-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 46px 40px 44px;
    display: flex;
    flex-direction: column;
}

.vibecard-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    opacity: 0;
    transform: translateY(18px);
    animation: scFadeUp .55s ease-out .10s forwards;
}

.vibecard-eq {
    width: 54px;
    height: 54px;
    padding: 10px 8px;
    border-radius: 17px;
    background: rgba(15,15,15,.34);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vibecard-eq span {
    width: 6px;
    border-radius: 999px;
    background: #efb752;
    box-shadow: 0 0 12px rgba(239,183,82,.24);
    animation: scEq 1s ease-in-out infinite;
}

.vibecard-eq span:nth-child(1) { height: 14px; animation-delay: .00s; }
.vibecard-eq span:nth-child(2) { height: 28px; animation-delay: .12s; }
.vibecard-eq span:nth-child(3) { height: 18px; animation-delay: .24s; }
.vibecard-eq span:nth-child(4) { height: 36px; animation-delay: .36s; }
.vibecard-eq span:nth-child(5) { height: 24px; animation-delay: .48s; }

.vibecard-brand-text {
    text-align: left;
}

.vibecard-logo {
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.vibecard-sublogo {
    margin-top: 4px;
    font-size: 24px;
    line-height: 1;
    color: #ebb759;
    text-align: center;
}

.vibecard-title-wrap {
    margin-top: 118px;
    text-align: center;
}

.vibecard-title {
    margin: 0;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -1px;
    text-shadow: 0 4px 18px rgba(0,0,0,.18);
    opacity: 0;
    transform: translateY(18px);
    animation: scFadeUp .6s ease-out .85s forwards;
}

.vibecard-artist {
    margin-top: 22px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #f2c66e;
    text-shadow: 0 4px 18px rgba(0,0,0,.14);
    opacity: 0;
    transform: translateY(18px);
    animation: scFadeUp .5s ease-out 1.20s forwards;
}

.vibecard-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(20,20,20,.30);
    border: 1px solid rgba(255,255,255,.10);
    color: #ffd56b;
    font-weight: 700;
    font-size: 26px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(18px);
    animation: scFadeUp .5s ease-out 1.55s forwards;
}

.vibecard-stats {
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vibecard-stat {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 88px;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px);
}

.vibecard-stat::before {
    content: "";
    position: absolute;
    left: -35%;
    top: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(115deg, transparent, rgba(255,255,255,.13), transparent);
    transform: skewX(-18deg);
    animation: scCardShine 5.4s linear infinite;
    opacity: .45;
}

.vibecard-stat.stat-1 { animation: scFadeUp .5s ease-out 2.10s forwards; }
.vibecard-stat.stat-2 { animation: scFadeUp .5s ease-out 2.65s forwards; }
.vibecard-stat.stat-3 { animation: scFadeUp .5s ease-out 3.20s forwards; }
.vibecard-stat.stat-4 { animation: scFadeUp .5s ease-out 3.75s forwards; }

.vibecard-stat-icon {
    width: 40px;
    min-width: 40px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.vibecard-stat-line {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.vibecard-stat-value {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.vibecard-stat-label {
    font-size: 22px;
    line-height: 1;
    color: #efbf5d;
    font-weight: 500;
}

.vibecard-footer {
    margin-top: auto;
    text-align: center;
    padding-bottom: 6px;
}

.vibecard-footer-top {
    font-size: 24px;
    color: rgba(255,255,255,.95);
    line-height: 1.1;
    opacity: 0;
    transform: translateY(18px);
    animation: scFadeUp .5s ease-out 4.70s forwards;
}

.vibecard-footer-bottom {
    margin-top: 12px;
    font-size: 46px;
    line-height: 1;
    color: #e7b14b;
    font-weight: 800;
    letter-spacing: -.5px;
    opacity: 0;
    transform: translateY(18px);
    animation: scFadeUp .5s ease-out 5.05s forwards;
}

@keyframes scEq {
    0%, 100% { transform: scaleY(.55); opacity: .92; }
    50% { transform: scaleY(1.2); opacity: 1; }
}

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

@keyframes scCardShine {
    0% { transform: translateX(-140%) skewX(-18deg); }
    100% { transform: translateX(360%) skewX(-18deg); }
}

@keyframes scShineOne {
    0% { transform: translateX(-120%) skewX(-16deg); }
    100% { transform: translateX(150%) skewX(-16deg); }
}

@keyframes scShineTwo {
    0% { transform: translateX(-150%) skewX(-16deg); }
    100% { transform: translateX(170%) skewX(-16deg); }
}