.pv-section{background:#fff;padding:5rem 0;transition:background .3s;position:relative;overflow:hidden}.dark .pv-section{background:#09090b}.pv-blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.pv-blob--1{opacity:1;background:radial-gradient(circle,#10b98112 0%,#0000 70%);width:480px;height:480px;top:-120px;left:-80px}.pv-blob--2{opacity:1;background:radial-gradient(circle,#10b9810d 0%,#0000 70%);width:360px;height:360px;bottom:-60px;right:-60px}.dark .pv-blob--1{background:radial-gradient(circle,#14532d66 0%,#0000 70%)}.dark .pv-blob--2{background:radial-gradient(circle,#052e1666 0%,#0000 70%)}.pv-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.pv-header{text-align:center;max-width:40rem;margin:0 auto 3.5rem}.pv-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#059669;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.dark .pv-eyebrow{color:#34d399}.pv-title{color:#111827;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.dark .pv-title{color:#fff}.pv-title__accent{background:linear-gradient(135deg,#059669 0%,#34d399 60%,#6ee7b7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.dark .pv-title__accent{background:linear-gradient(135deg,#34d399 0%,#6ee7b7 60%,#a7f3d0 100%);-webkit-background-clip:text;background-clip:text}.pv-subtitle{color:#6b7280;font-size:1rem;line-height:1.6}.dark .pv-subtitle{color:#ffffff73}.pv-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=1024px){.pv-layout{grid-template-columns:1fr 340px;gap:2rem}}.pv-spotlight{aspect-ratio:16/9;cursor:pointer;background:#000;border-radius:1.25rem;position:relative;overflow:hidden;box-shadow:0 0 0 1px #10b98126,0 20px 60px #0000002e}.dark .pv-spotlight{box-shadow:0 0 0 1px #34d3991f,0 24px 64px #0000008c}.pv-video{object-fit:cover;width:100%;height:100%;display:block}.pv-overlay{background:linear-gradient(#0000 0%,#00000014 55%,#000000b3 100%);justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.pv-overlay--playing{opacity:0}.pv-overlay--playing:hover{opacity:1}.pv-playbtn{color:#fff;cursor:pointer;outline-offset:4px;background:#10b981eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .25s;display:flex;position:relative}.pv-playbtn:hover{background:#10b981;transform:scale(1.12)}.pv-playbtn:focus-visible{outline:2px solid #6ee7b7}.pv-playbtn__ring{background:#10b9814d;border-radius:50%;animation:2.2s ease-out infinite pv-ring;position:absolute;inset:0}.pv-overlay--playing .pv-playbtn__ring{opacity:0;animation:none}@keyframes pv-ring{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.pv-playbtn__icon{z-index:1;flex-shrink:0;width:26px;height:26px;position:relative}.pv-playbtn__icon--play{margin-left:3px;display:block}.pv-playbtn__icon--pause,.pv-overlay--playing .pv-playbtn__icon--play{display:none}.pv-overlay--playing .pv-playbtn__icon--pause{margin-left:0;display:block}.pv-info{pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pv-info__text{flex:1;min-width:0}.pv-info__label{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;overflow:hidden}.pv-info__meta{color:#ffffff8c;margin-top:.15rem;font-size:.75rem}.pv-info__counter{color:#ffffff73;letter-spacing:.05em;flex-shrink:0;font-size:.75rem;font-weight:600}.pv-playlist{flex-direction:column;gap:.625rem;display:flex}@media (width<=1023px){.pv-playlist{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;flex-direction:row;gap:.75rem;padding-bottom:.5rem;overflow-x:auto}.pv-playlist::-webkit-scrollbar{display:none}}.pv-card{cursor:pointer;text-align:left;outline-offset:3px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.875rem;flex-shrink:0;align-items:center;gap:.875rem;width:100%;padding:.75rem .875rem;transition:background .2s,border-color .2s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.dark .pv-card{background:#ffffff08;border-color:#ffffff12}@media (width<=1023px){.pv-card{scroll-snap-align:start;min-width:200px}}.pv-card:hover:not(.pv-card--active){background:#f3f4f6;border-color:#10b9814d;transform:translate(4px)}.dark .pv-card:hover:not(.pv-card--active){background:#ffffff12;border-color:#34d39933}@media (width<=1023px){.pv-card:hover:not(.pv-card--active){transform:translateY(-2px)}}.pv-card:focus-visible{outline:2px solid #10b981}.pv-card--active{background:#10b98114;border-color:#10b98159}.dark .pv-card--active{background:#34d3991a;border-color:#34d39966}.pv-card__thumb{background:#e5e7eb;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:46px;display:flex;position:relative;overflow:hidden}.dark .pv-card__thumb{background:#ffffff0f}.pv-card--active .pv-card__thumb{background:#10b98126}.dark .pv-card--active .pv-card__thumb{background:#34d39926}.pv-card__num{letter-spacing:.04em;color:#00000040;font-size:.6rem;font-weight:800;position:absolute;top:4px;left:6px}.dark .pv-card__num{color:#ffffff4d}.pv-card--active .pv-card__num{color:#10b981b3}.pv-card__play-icon{color:#0000004d;width:18px;height:18px;transition:color .2s,transform .2s}.dark .pv-card__play-icon{color:#ffffff59}.pv-card--active .pv-card__play-icon{color:#10b981}.dark .pv-card--active .pv-card__play-icon{color:#34d399}.pv-card:hover .pv-card__play-icon{transform:scale(1.2)}.pv-card__info{flex:1;min-width:0}.pv-card__label{color:#374151;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;transition:color .2s;overflow:hidden}.dark .pv-card__label{color:#ffffffbf}.pv-card--active .pv-card__label{color:#059669}.dark .pv-card--active .pv-card__label{color:#6ee7b7}.pv-card__meta{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin-top:.1rem;font-size:.68rem;overflow:hidden}.dark .pv-card__meta{color:#ffffff59}.pv-card__bar{background:0 0;border-radius:0 2px 2px 0;width:3px;transition:background .2s;position:absolute;top:20%;bottom:20%;left:0}.pv-card--active .pv-card__bar{background:#10b981}.dark .pv-card--active .pv-card__bar{background:#34d399}@media (prefers-reduced-motion:reduce){.pv-playbtn__ring{animation:none}.pv-playbtn,.pv-card,.pv-overlay,.pv-video{transition:none!important}}
