﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;background-color:#0f0f0f;color:#fff;line-height:1.6;min-height:100vh}a{color:#e53935;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.3;margin-bottom:16px}h1{font-size:32px}@media(min-width: 768px){h1{font-size:40px}}h2{font-size:24px}@media(min-width: 768px){h2{font-size:28px}}p{margin-bottom:16px}strong{color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hero{text-align:center;padding:16px 0}.hero__title{font-size:24px;margin-bottom:4px}@media(min-width: 768px){.hero__title{font-size:32px}}.hero__subtitle{color:#aaa;font-size:14px;margin-bottom:8px}.hero__live{display:inline-flex;align-items:center;gap:4px;background:#1a1a1a;padding:4px 8px;font-size:12px;color:#aaa}.hero__live-dot{width:8px;height:8px;background:#e53935;border-radius:50%}.gallery-wrapper{position:relative;margin-bottom:24px}.gallery-fade{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.7) 40%, rgba(15, 15, 15, 0.5) 100%);pointer-events:none;z-index:5}.gallery-card{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);padding:24px 32px;text-align:center;cursor:pointer;z-index:10;min-width:260px}.gallery-card:hover{border-color:hsla(0,0%,100%,.2)}.gallery-card:hover .gallery-card__btn{background:#c62828}@media(min-width: 768px){.gallery-card{padding:32px 48px;min-width:320px}}.gallery-card__icon{display:block;font-size:32px;margin-bottom:8px}@media(min-width: 768px){.gallery-card__icon{font-size:40px}}.gallery-card__title{display:block;font-size:16px;font-weight:600;color:#fff;margin-bottom:16px}@media(min-width: 768px){.gallery-card__title{font-size:18px}}.gallery-card__btn{display:block;width:100%;background:#e53935;color:#fff;border:none;padding:12px 32px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;margin-bottom:8px}@media(min-width: 768px){.gallery-card__btn{padding:14px 40px;font-size:16px}}.gallery-card__sub{display:block;font-size:12px;color:#aaa}@media(min-width: 768px){.gallery-card__sub{font-size:14px}}.comments{margin-bottom:24px}.comments__title{font-size:18px;color:#fff;margin-bottom:16px}@media(min-width: 768px){.comments__title{font-size:24px}}.comments__list{display:flex;flex-direction:column;gap:8px}.comments__item{background:#1a1a1a;padding:16px}@media(min-width: 768px){.comments__item{padding:24px}}.comments__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.comments__avatar{width:32px;height:32px;background:#0f0f0f;border-radius:50%;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:20px}@media(min-width: 768px){.comments__avatar{width:36px;height:36px;background-size:22px}}.comments__name{font-size:14px;font-weight:600;color:#fff}@media(min-width: 768px){.comments__name{font-size:16px}}.comments__date{font-size:12px;color:#aaa;margin-left:auto}.comments__text{font-size:14px;color:#aaa;line-height:1.5;margin:0}@media(min-width: 768px){.comments__text{font-size:16px}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header__title{font-size:16px;font-weight:600;color:#fff;margin:0}@media(min-width: 768px){.section-header__title{font-size:18px}}.section-header__count{font-size:12px;color:#aaa}.categories{display:flex;gap:8px;overflow-x:auto;padding:16px 0;margin:0 -16px;padding-left:16px;padding-right:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.categories__chip{flex-shrink:0;background:#1a1a1a;border:none;color:#aaa;padding:8px 16px;font-size:12px;cursor:pointer;white-space:nowrap}.categories__chip--active{background:#e53935;color:#fff}.categories__chip:hover:not(.categories__chip--active){background:#252525;color:#fff}.featured{margin-bottom:24px;cursor:pointer}.featured__thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#1a1a1a}.featured__image{width:100%;height:100%;object-fit:cover;display:block}.featured__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:56px;height:56px;background:rgba(0,0,0,.7);border-radius:50%;border:2px solid hsla(0,0%,100%,.3)}.featured__play::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-40%, -50%);border-style:solid;border-width:10px 0 10px 18px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}@media(min-width: 768px){.featured__play{width:68px;height:68px}.featured__play::after{border-width:12px 0 12px 22px}}.featured__duration{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.85);color:#fff;font-size:12px;padding:2px 6px;font-weight:600}.featured__badge{position:absolute;top:8px;left:8px;background:#e53935;color:#fff;font-size:10px;font-weight:700;padding:2px 8px}.featured__title{font-size:14px;color:#fff;padding:8px 0;margin:0}@media(min-width: 768px){.featured__title{font-size:16px}}.featured__meta{display:flex;gap:16px;font-size:12px;color:#aaa}.grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px;margin-bottom:24px}@media(min-width: 992px){.grid{grid-template-columns:repeat(4, 1fr);gap:16px}}@media(min-width: 768px){.grid--4col{grid-template-columns:repeat(4, 1fr)}}.grid__item{position:relative;aspect-ratio:3/4;overflow:hidden;cursor:pointer;background:#1a1a1a}.grid__item--desktop{display:none}@media(min-width: 768px){.grid__item--desktop{display:block}}.grid__image{width:100%;height:100%;object-fit:cover;display:block}.grid__badge{position:absolute;top:4px;left:4px;font-size:10px;font-weight:700;padding:2px 6px;color:#fff;z-index:3}.grid__badge--new{background:#e53935}.grid__badge--hd{background:#2196f3}.grid__badge--photos{background:rgba(0,0,0,.75)}.grid__badge--photos::before{content:"";display:inline-block;width:10px;height:10px;margin-right:3px;vertical-align:middle;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E");background-size:contain}.grid__duration{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,.85);color:#fff;font-size:11px;padding:1px 4px;font-weight:600;z-index:3}.trending{margin-bottom:24px}.trending__title{font-size:16px;margin-bottom:16px;color:#fff}.trending__title::before{content:"";display:inline-block;width:8px;height:8px;background:#e53935;border-radius:50%;margin-right:8px}.trending__scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;margin:0 -16px;padding-left:16px;padding-right:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trending__scroll::-webkit-scrollbar{display:none}.trending__item{flex-shrink:0;width:100px;cursor:pointer;text-align:center}@media(min-width: 768px){.trending__item{width:120px}}.trending__image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:4px;border:2px solid #1a1a1a}@media(min-width: 768px){.trending__image{width:100px;height:100px}}.trending__name{font-size:12px;color:#aaa;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trending__item:hover .trending__name{color:#fff}.top-rated{background:#1a1a1a;padding:16px;margin-bottom:24px}.top-rated__title{font-size:16px;color:#fff;margin:0 0 16px 0;display:flex;align-items:center;gap:8px}.top-rated__title::before{content:"★";color:#ffc107}.top-rated__list{display:flex;flex-direction:column;gap:8px}.top-rated__item{display:flex;align-items:center;gap:8px;padding:8px;background:#0f0f0f;cursor:pointer}.top-rated__item:hover{background:#252525}@media(min-width: 768px){.top-rated__item{gap:16px;padding:8px 16px}}.top-rated__rank{width:24px;height:24px;background:#e53935;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.top-rated__thumb{width:48px;height:48px;object-fit:cover;flex-shrink:0}@media(min-width: 768px){.top-rated__thumb{width:64px;height:64px}}.top-rated__info{flex:1;min-width:0}.top-rated__name{display:block;font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width: 768px){.top-rated__name{font-size:14px}}.top-rated__meta{display:block;font-size:10px;color:#aaa;margin-top:2px}@media(min-width: 768px){.top-rated__meta{font-size:12px}}.top-rated__rating{display:flex;align-items:center;gap:2px;font-size:12px;color:#fff;flex-shrink:0}@media(min-width: 768px){.top-rated__rating{font-size:14px}}.top-rated__star{color:#ffc107}.manifesto{background:linear-gradient(135deg, rgba(229, 57, 53, 0.08) 0%, rgb(15, 15, 15) 50%, rgba(229, 57, 53, 0.05) 100%);border-left:3px solid #e53935;padding:24px;margin-bottom:32px;position:relative;overflow:hidden}@media(min-width: 768px){.manifesto{padding:32px 48px}}.manifesto::before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle, rgba(229, 57, 53, 0.1) 0%, transparent 70%);pointer-events:none}.manifesto__title{font-size:18px;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:8px}@media(min-width: 768px){.manifesto__title{font-size:24px}}.manifesto__title::before{content:"🔥";font-size:20px}@media(min-width: 768px){.manifesto__title::before{font-size:24px}}.manifesto__intro{font-size:14px;color:#fff;line-height:1.7;margin-bottom:24px}@media(min-width: 768px){.manifesto__intro{font-size:16px}}.manifesto__rule{background:#1a1a1a;padding:16px;margin-bottom:16px}@media(min-width: 768px){.manifesto__rule{padding:16px 24px}}.manifesto__rule:last-of-type{margin-bottom:0}.manifesto__rule-title{font-size:14px;color:#e53935;margin:0 0 8px 0;font-weight:600}@media(min-width: 768px){.manifesto__rule-title{font-size:16px}}.manifesto__rule-text{font-size:12px;color:#aaa;line-height:1.6;margin:0}@media(min-width: 768px){.manifesto__rule-text{font-size:14px}}.manifesto__outro{font-size:14px;color:#fff;line-height:1.7;margin-top:24px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1)}@media(min-width: 768px){.manifesto__outro{font-size:16px}}.manifesto__cta{display:inline-block;color:#e53935;font-weight:600;margin-top:16px;font-size:14px}@media(min-width: 768px){.manifesto__cta{font-size:16px}}.manifesto__emoji{display:inline-block;margin-left:4px}.seo-block{background:#1a1a1a;padding:16px;margin-bottom:24px}.seo-block h2{font-size:14px;color:#fff;margin-bottom:8px}@media(min-width: 768px){.seo-block h2{font-size:16px}}.seo-block p{font-size:12px;color:#aaa;line-height:1.6;margin:0}@media(min-width: 768px){.seo-block p{font-size:14px}}.faq-visible{margin-bottom:24px}.faq-visible__title{font-size:18px;margin-bottom:24px;color:#fff;text-align:center}@media(min-width: 768px){.faq-visible__title{font-size:24px}}.faq-visible__item{background:#1a1a1a;padding:16px;margin-bottom:8px}@media(min-width: 768px){.faq-visible__item{padding:24px}}.faq-visible__question{font-size:14px;color:#fff;margin:0 0 8px 0}@media(min-width: 768px){.faq-visible__question{font-size:16px}}.faq-visible__answer{font-size:12px;color:#aaa;line-height:1.6;margin:0}@media(min-width: 768px){.faq-visible__answer{font-size:14px}}.footer{padding:24px 0;text-align:center;border-top:1px solid #1a1a1a}.footer__text{font-size:12px;color:#aaa;line-height:1.5;max-width:700px;margin:0 auto 16px}.footer__slogan{font-size:14px;color:#fff;max-width:600px;margin:0 auto}.countdown{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg, rgba(229, 57, 53, 0.15) 0%, rgba(229, 57, 53, 0.05) 100%);border:1px solid rgba(229,57,53,.3);padding:16px;margin-bottom:24px}@media(min-width: 768px){.countdown{padding:16px 24px}}.countdown__icon{font-size:24px;flex-shrink:0}@media(min-width: 768px){.countdown__icon{font-size:32px}}.countdown__content{flex:1;min-width:0}.countdown__label{display:block;font-size:12px;color:#aaa;margin-bottom:4px}@media(min-width: 768px){.countdown__label{font-size:14px}}.countdown__timer{display:flex;align-items:center;gap:4px}.countdown__unit{display:flex;align-items:baseline;gap:2px}.countdown__number{font-size:20px;font-weight:700;color:#e53935;font-variant-numeric:tabular-nums}@media(min-width: 768px){.countdown__number{font-size:28px}}.countdown__text{font-size:10px;color:#aaa;text-transform:uppercase}@media(min-width: 768px){.countdown__text{font-size:11px}}.countdown__sep{font-size:20px;font-weight:700;color:#e53935;opacity:.5}@media(min-width: 768px){.countdown__sep{font-size:28px}}.countdown__btn{flex-shrink:0;background:#e53935;color:#fff;border:none;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}@media(min-width: 768px){.countdown__btn{padding:8px 24px;font-size:14px}}.countdown__btn:hover{background:#c62828}.upload-stats{display:flex;justify-content:center;gap:24px;padding:24px 0;margin-bottom:24px;border-bottom:1px solid #1a1a1a}@media(min-width: 768px){.upload-stats{gap:48px}}.upload-stats__item{text-align:center}.upload-stats__number{display:block;font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}@media(min-width: 768px){.upload-stats__number{font-size:32px}}.upload-stats__label{font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:1px}.survey-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:1000;align-items:center;justify-content:center}.survey-overlay.active{display:flex}.survey-popup{background:#1a1a1a;width:90%;max-width:480px;padding:24px;position:relative}.survey-popup__progress{height:4px;background:#0f0f0f;margin-bottom:24px}.survey-popup__progress-bar{height:100%;background:#e53935;width:20%}.survey-popup__step{display:none}.survey-popup__step.active{display:block}.survey-popup__question{font-size:18px;margin-bottom:24px;text-align:center}.survey-popup__options{display:flex;flex-direction:column;gap:8px}.survey-popup__option{padding:16px;background:#0f0f0f;border:2px solid rgba(0,0,0,0);cursor:pointer;text-align:center;font-size:14px}.survey-popup__option:hover{background:#252525}.survey-popup__option.selected{border-color:#e53935}.survey-popup__next{width:100%;padding:16px;background:#e53935;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;margin-top:24px;opacity:.5;pointer-events:none}.survey-popup__next.enabled{opacity:1;pointer-events:auto}.survey-popup__next:hover{background:#c62828}.survey-popup__loader{display:none;text-align:center;padding:32px 0}.survey-popup__loader.active{display:block}.survey-popup__spinner{width:40px;height:40px;border:3px solid #0f0f0f;border-top-color:#e53935;border-radius:50%;margin:0 auto 16px}.survey-popup__thank-you{display:none;text-align:center;padding:32px 0}.survey-popup__thank-you.active{display:block}.survey-popup__thank-you h3{font-size:24px;margin-bottom:16px}.survey-popup__thank-you p{color:#aaa;margin-bottom:24px}.survey-popup__close{width:100%;padding:16px;background:#e53935;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer}.survey-popup__close:hover{background:#c62828}