.bff-voting{--green:#5a8139;--deep:#192c27;--gold:#d9b83f;--pale:#f3f6f1;width:100vw;max-width:100vw;margin:0 calc(50% - 50vw) 80px;background:var(--pale);color:var(--deep)}.bff-voting *{box-sizing:border-box}.bff-voting__hero{padding:clamp(150px,16vw,190px) max(24px,calc((100vw - 1120px)/2)) clamp(75px,9vw,110px);color:#fff;background:radial-gradient(circle at 85% 10%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,var(--deep),#31553e 58%,var(--green))}.bff-voting__hero>div{max-width:820px}.bff-voting__hero p{margin:0 0 13px;color:#dce9c9;font-size:.78rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.bff-voting__hero h1{margin:0;color:#fff;font-size:clamp(2.7rem,7vw,5.7rem);line-height:1;letter-spacing:-.045em}.bff-voting__hero span{display:block;max-width:680px;margin-top:24px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;opacity:.9}.bff-voting__categories{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:55px 0}.bff-voting-category{margin-bottom:68px}.bff-voting-category__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(25,44,39,.16)}.bff-voting-category__heading small{color:var(--green);font-weight:800;letter-spacing:.14em;text-transform:uppercase}.bff-voting-category__heading h2{margin:4px 0 0;color:var(--deep);font-size:clamp(1.8rem,4vw,3rem)}.bff-voting-category__heading>span{color:#718078;font-size:.82rem;font-weight:750}.bff-voting__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.bff-movie-card{display:flex;overflow:hidden;min-width:0;flex-direction:column;background:#fff;border:1px solid rgba(25,44,39,.12);border-radius:16px;box-shadow:0 10px 28px rgba(25,44,39,.06);transition:.25s ease}.bff-movie-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(25,44,39,.12)}.bff-movie-card__poster{display:grid;aspect-ratio:2/3;overflow:hidden;place-items:center;color:#fff;text-align:center;background:linear-gradient(145deg,#31553e,var(--deep));font-size:.85rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.bff-movie-card__poster img{width:100%;height:100%;object-fit:cover}.bff-movie-card__body{display:flex;flex:1;flex-direction:column;padding:17px}.bff-movie-card h3{margin:0;color:var(--deep);font-size:1.05rem;line-height:1.3}.bff-movie-card__description{margin:9px 0 15px;color:#66736d;font-size:.82rem;line-height:1.55}.bff-vote-button{width:100%;margin-top:auto;padding:11px 9px;color:#fff;background:var(--deep);border:0;border-radius:9px;font-size:.78rem;font-weight:800;cursor:pointer;transition:.2s ease}.bff-vote-button:hover:not(:disabled){background:var(--green)}.bff-vote-button:disabled{color:#728078;background:#e7ece5;cursor:not-allowed}.bff-vote-count{margin:9px 0 0;color:var(--green);text-align:center;font-size:.75rem;font-weight:800}.bff-voting-message{min-height:24px;margin:17px 0 0;color:var(--green);font-weight:800}.bff-voting__empty{padding:50px;text-align:center;background:#fff;border:1px dashed rgba(25,44,39,.22);border-radius:16px}@media(max-width:1000px){.bff-voting__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.bff-voting__hero{padding-top:120px}.bff-voting__categories{width:calc(100% - 20px);padding-top:35px}.bff-voting-category{margin-bottom:48px}.bff-voting-category__heading{align-items:start}.bff-voting-category__heading>span{white-space:nowrap}.bff-voting__grid{grid-template-columns:repeat(2,1fr);gap:10px}.bff-movie-card__body{padding:13px}.bff-vote-button{font-size:.7rem}.bff-voting__empty{padding:35px 18px}}
