.VideoPlayer-module__8NQYiq__playerContainer{flex-direction:column;gap:1rem;width:100%;max-width:1200px;margin:0 auto;animation:.5s ease-out VideoPlayer-module__8NQYiq__fadeIn;display:flex}.VideoPlayer-module__8NQYiq__video{aspect-ratio:16/9;width:100%;box-shadow:var(--shadow-glass);border:1px solid var(--border-glass);background:#000;border-radius:16px;outline:none}.VideoPlayer-module__8NQYiq__infoBox{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);box-shadow:var(--shadow-glass);border-radius:16px;padding:2rem}.VideoPlayer-module__8NQYiq__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.VideoPlayer-module__8NQYiq__meta{border-bottom:1px solid var(--border-glass);align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.VideoPlayer-module__8NQYiq__uploader{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.VideoPlayer-module__8NQYiq__uploader:before{content:"";background-image:url(/logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:6px;width:32px;height:32px;display:inline-block}.VideoPlayer-module__8NQYiq__views{color:var(--text-secondary);font-size:1rem}.VideoPlayer-module__8NQYiq__description{color:var(--text-secondary);white-space:pre-wrap;max-height:200px;padding-right:1rem;font-size:1rem;line-height:1.6;overflow-y:auto}.VideoPlayer-module__8NQYiq__description::-webkit-scrollbar{width:8px}.VideoPlayer-module__8NQYiq__description::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.VideoPlayer-module__8NQYiq__description::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.VideoPlayer-module__8NQYiq__loading,.VideoPlayer-module__8NQYiq__error{aspect-ratio:16/9;background:var(--bg-secondary);width:100%;color:var(--text-secondary);border:1px solid var(--border-glass);border-radius:16px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.VideoPlayer-module__8NQYiq__loadingMedia{aspect-ratio:16/9;background:var(--bg-secondary);width:100%;color:var(--text-primary);border:1px solid var(--border-glass);box-shadow:var(--shadow-glass);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;animation:.3s ease-out VideoPlayer-module__8NQYiq__fadeIn;display:flex}.VideoPlayer-module__8NQYiq__spinner{border:4px solid #ffffff1a;border-left-color:var(--accent-primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite VideoPlayer-module__8NQYiq__spin}@keyframes VideoPlayer-module__8NQYiq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.VideoPlayer-module__8NQYiq__infoBox{border-radius:12px;padding:1.2rem}.VideoPlayer-module__8NQYiq__title{font-size:1.3rem}.VideoPlayer-module__8NQYiq__meta{flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:1.2rem;padding-bottom:1.2rem}.VideoPlayer-module__8NQYiq__uploader{font-size:1rem}}.VideoPlayer-module__8NQYiq__choiceOverlay{aspect-ratio:16/9;background:var(--bg-secondary);border:1px solid var(--border-glass);width:100%;box-shadow:var(--shadow-glass);border-radius:16px;justify-content:center;align-items:center;animation:.3s ease-out VideoPlayer-module__8NQYiq__fadeIn;display:flex;position:relative;overflow:hidden}.VideoPlayer-module__8NQYiq__choiceOverlay:before{content:"";background:var(--accent-gradient);filter:blur(80px);opacity:.15;border-radius:50%;width:150px;height:150px;position:absolute;top:20%;left:20%}.VideoPlayer-module__8NQYiq__choiceOverlay:after{content:"";background:var(--accent-gradient);filter:blur(80px);opacity:.15;border-radius:50%;width:150px;height:150px;position:absolute;bottom:20%;right:20%}.VideoPlayer-module__8NQYiq__choiceCard{z-index:1;text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:1.5rem;max-width:80%;padding:2.2rem;display:flex;box-shadow:0 8px 32px #0000005e}.VideoPlayer-module__8NQYiq__choiceCard h2{color:var(--text-primary);margin:0;font-size:1.6rem;font-weight:700}.VideoPlayer-module__8NQYiq__choiceCard p{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;overflow:hidden}.VideoPlayer-module__8NQYiq__choiceButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.5rem;display:flex}.VideoPlayer-module__8NQYiq__choiceBtnVideo,.VideoPlayer-module__8NQYiq__choiceBtnAudio{cursor:pointer;color:#fff;border:1px solid #ffffff1a;border-radius:30px;padding:.9rem 1.8rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0003}.VideoPlayer-module__8NQYiq__choiceBtnVideo{background:#ffffff14}.VideoPlayer-module__8NQYiq__choiceBtnVideo:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff0d}.VideoPlayer-module__8NQYiq__choiceBtnAudio{background:var(--accent-gradient)}.VideoPlayer-module__8NQYiq__choiceBtnAudio:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #6432ff4d}@media (max-width:768px){.VideoPlayer-module__8NQYiq__choiceCard{gap:1rem;max-width:90%;padding:1.5rem}.VideoPlayer-module__8NQYiq__choiceCard h2{font-size:1.25rem}.VideoPlayer-module__8NQYiq__choiceCard p{font-size:.85rem}.VideoPlayer-module__8NQYiq__choiceButtons{flex-direction:column;gap:.8rem;width:100%}.VideoPlayer-module__8NQYiq__choiceBtnVideo,.VideoPlayer-module__8NQYiq__choiceBtnAudio{width:100%;padding:.8rem 1.2rem;font-size:.9rem}}.VideoPlayer-module__8NQYiq__audioPlayerWrapper{aspect-ratio:16/9;background:radial-gradient(circle at center, #a855f726 0%, var(--bg-primary) 100%);border:1px solid var(--border-glass);width:100%;box-shadow:var(--shadow-glass);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:relative;overflow:hidden}.VideoPlayer-module__8NQYiq__audioPosterWrapper{flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.VideoPlayer-module__8NQYiq__audioPoster{object-fit:contain;filter:drop-shadow(0 4px 12px #a855f766);width:180px;height:180px;animation:4s ease-in-out infinite VideoPlayer-module__8NQYiq__floatAudio}@keyframes VideoPlayer-module__8NQYiq__floatAudio{0%,to{filter:drop-shadow(0 4px 12px #a855f74d);transform:translateY(0)}50%{filter:drop-shadow(0 10px 20px #a855f799);transform:translateY(-10px)}}.VideoPlayer-module__8NQYiq__audio{border-radius:30px;outline:none;width:80%;max-width:600px;height:40px}.VideoPlayer-module__8NQYiq__musicWave{align-items:flex-end;gap:4px;height:30px;margin-top:.5rem;display:flex}.VideoPlayer-module__8NQYiq__musicWave span{background:var(--accent-gradient);border-radius:2px;width:4px;animation:1.2s ease-in-out infinite alternate VideoPlayer-module__8NQYiq__wave;display:block}.VideoPlayer-module__8NQYiq__musicWave span:first-child{height:10px}.VideoPlayer-module__8NQYiq__musicWave span:nth-child(2){height:15px;animation-delay:.2s}.VideoPlayer-module__8NQYiq__musicWave span:nth-child(3){height:25px;animation-delay:.4s}.VideoPlayer-module__8NQYiq__musicWave span:nth-child(4){height:10px;animation-delay:.1s}.VideoPlayer-module__8NQYiq__musicWave span:nth-child(5){height:20px;animation-delay:.3s}@keyframes VideoPlayer-module__8NQYiq__wave{0%{height:5px}to{height:28px}}@media (max-width:768px){.VideoPlayer-module__8NQYiq__audioPlayerWrapper{aspect-ratio:auto;padding:2.5rem 1.5rem}.VideoPlayer-module__8NQYiq__audioPoster{width:140px;height:140px}.VideoPlayer-module__8NQYiq__audio{width:100%}}
.SearchBar-module__9ObJ7W__searchForm{width:100%;max-width:600px;box-shadow:var(--shadow-glass);border:2px solid var(--accent-primary);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:50px;margin:0 auto;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.SearchBar-module__9ObJ7W__searchForm:focus-within{box-shadow:var(--shadow-glow);border-color:var(--accent-primary);transform:translateY(-2px)}.SearchBar-module__9ObJ7W__searchInput{color:var(--text-primary);font-size:1.1rem;font-family:var(--font-inter);background:0 0;border:none;outline:none;flex:1;padding:1rem 1.5rem}.SearchBar-module__9ObJ7W__searchInput::placeholder{color:var(--text-secondary)}.SearchBar-module__9ObJ7W__searchButton{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;padding:0 2rem;font-size:1rem;font-weight:600;transition:opacity .2s}.SearchBar-module__9ObJ7W__searchButton:hover{opacity:.9}
.VideoCard-module__sYlKcq__card{background:var(--bg-secondary);border:1px solid var(--border-glass);cursor:pointer;border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.VideoCard-module__sYlKcq__card:hover{box-shadow:var(--shadow-glow);border-color:#7c3aed80;transform:translateY(-8px)}.VideoCard-module__sYlKcq__thumbnailContainer{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.VideoCard-module__sYlKcq__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .5s}.VideoCard-module__sYlKcq__card:hover .VideoCard-module__sYlKcq__thumbnail{transform:scale(1.05)}.VideoCard-module__sYlKcq__playOverlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.VideoCard-module__sYlKcq__card:hover .VideoCard-module__sYlKcq__playOverlay{opacity:1}.VideoCard-module__sYlKcq__playButton{background:var(--accent-gradient);color:#fff;width:60px;height:60px;box-shadow:var(--shadow-glow);border-radius:50%;justify-content:center;align-items:center;padding-left:5px;font-size:1.5rem;display:flex}.VideoCard-module__sYlKcq__info{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.VideoCard-module__sYlKcq__title{color:var(--text-primary);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.VideoCard-module__sYlKcq__uploader{color:var(--text-secondary);font-size:.95rem;font-weight:500}.VideoCard-module__sYlKcq__meta{color:var(--text-secondary);opacity:.8;font-size:.85rem}
