/**handles:bcn-public-styles,band-voting-css,pdfp-public**/
#bcn-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center;animation:bcnFadeIn .3s ease forwards}#bcn-modal{background:#fff;border-radius:12px;width:100%;max-width:520px;margin:16px;box-shadow:0 20px 60px rgba(0,0,0,.35);overflow:hidden;animation:bcnSlideUp .35s ease forwards;display:flex;flex-direction:column}#bcn-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#1e3a5f;color:#fff}#bcn-modal-header-left{display:flex;align-items:center;gap:10px}#bcn-modal-icon{font-size:1.5rem;line-height:1}#bcn-modal-title{margin:0;font-size:1.05rem;font-weight:700;color:#fff;border:none;padding:0}#bcn-modal-close{background:0 0;border:none;color:rgba(255,255,255,.7);font-size:1.6rem;cursor:pointer;line-height:1;padding:0;transition:color .2s}#bcn-modal-close:hover{color:#fff}#bcn-modal.bcn-type--info #bcn-modal-header{background:#1e40af}#bcn-modal.bcn-type--success #bcn-modal-header{background:#166534}#bcn-modal.bcn-type--warning #bcn-modal-header{background:#92400e}#bcn-modal.bcn-type--error #bcn-modal-header{background:#991b1b}#bcn-modal-body{padding:24px 26px;min-height:140px}.bcn-slide{animation:bcnFadeIn .25s ease forwards}.bcn-slide--info{border-left:4px solid #3b82f6;padding-left:16px}.bcn-slide--success{border-left:4px solid #22c55e;padding-left:16px}.bcn-slide--warning{border-left:4px solid #f59e0b;padding-left:16px}.bcn-slide--error{border-left:4px solid #ef4444;padding-left:16px}.bcn-slide__message{font-size:1rem;line-height:1.6;color:#333;margin:0 0 16px}.bcn-slide__deadline{display:inline-block;font-size:.9rem;color:#555;background:#f3f4f6;padding:6px 14px;border-radius:20px}.bcn-slide__deadline.bcn-deadline--urgent{background:#fef2f2;color:#991b1b;animation:bcnPulse 1.8s ease-in-out infinite}#bcn-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-top:1px solid #e5e7eb;background:#f9fafb;flex-wrap:wrap;gap:10px}#bcn-modal-nav{display:flex;align-items:center;gap:10px}#bcn-btn-next,#bcn-btn-prev{background:#e5e7eb;border:none;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;color:#374151;transition:background .2s}#bcn-btn-next:hover:not(:disabled),#bcn-btn-prev:hover:not(:disabled){background:#d1d5db}#bcn-btn-next:disabled,#bcn-btn-prev:disabled{opacity:.35;cursor:not-allowed}#bcn-modal-counter{font-size:.85rem;color:#6b7280;white-space:nowrap}#bcn-modal-actions{display:flex;gap:8px}#bcn-btn-dismiss{background:0 0;border:1px solid #d1d5db;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.82rem;color:#6b7280;transition:all .2s}#bcn-btn-dismiss:hover{background:#fee2e2;color:#991b1b;border-color:#fca5a5}#bcn-btn-close{background:#1e3a5f;border:none;padding:6px 18px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;color:#fff;transition:background .2s}#bcn-btn-close:hover{background:#2271b1}#bcn-progress-bar{height:4px;background:#e5e7eb}#bcn-progress-fill{height:100%;background:#2271b1;transition:width .3s ease}@keyframes bcnFadeIn{from{opacity:0}to{opacity:1}}@keyframes bcnSlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bcnPulse{0%,100%{box-shadow:none}50%{box-shadow:0 0 10px rgba(239,68,68,.4)}}@media (max-width:540px){#bcn-modal-footer{flex-direction:column;align-items:flex-start}#bcn-modal-actions{width:100%;justify-content:flex-end}}
:root{--bv-black:#1c1c14;--bv-yellow:#f6c404;--bv-white:#ffffff;--bv-yellow-light:#fef9e7;--bv-yellow-dark:#d4a803;--bv-gray-light:#f5f5f3;--bv-gray:#888;--bv-gray-dark:#444}.bv-voting-widget{background:var(--bv-black)!important;color:var(--bv-white)!important;border-radius:16px!important;padding:2rem!important;margin:2rem 0!important;text-align:center!important;transition:transform .2s,opacity .2s;border:3px solid var(--bv-yellow)!important;box-sizing:border-box}.bv-voting-widget h2{color:var(--bv-yellow)!important;margin-top:0!important}.bv-voting-widget.bv-vote-saved{animation:bvPulse .5s ease}.bv-voting-widget.bv-saving{opacity:.7!important;pointer-events:none}.bv-voting-widget.bv-voting-closed .bv-point-btn{opacity:.4!important}@keyframes bvPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}.bv-voting-widget .bv-voting-instructions{opacity:.85;margin-bottom:1.5rem!important;font-size:.95rem!important;color:var(--bv-white)!important}.bv-voting-widget .bv-points-selector{display:flex!important;gap:.5rem!important;justify-content:center!important;flex-wrap:wrap!important;margin:1.5rem 0!important}.bv-voting-widget .bv-point-btn{width:50px!important;height:50px!important;border-radius:50%!important;border:3px solid var(--bv-yellow)!important;background:rgba(246,196,4,.15)!important;color:var(--bv-yellow)!important;font-size:1.2rem!important;font-weight:700!important;cursor:pointer!important;transition:all .2s!important;font-family:inherit;-webkit-appearance:none!important;appearance:none!important;padding:0!important;line-height:50px!important;text-align:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:50px!important;min-height:50px!important;box-shadow:0 0 8px rgba(246,196,4,.2)!important}.bv-voting-widget .bv-point-btn:hover{background:rgba(246,196,4,.35)!important;border-color:var(--bv-yellow)!important;transform:scale(1.1);color:var(--bv-white)!important;box-shadow:0 0 15px rgba(246,196,4,.4)!important}.bv-voting-widget .bv-point-btn.active{background:rgba(246,196,4,.5)!important;border-color:var(--bv-yellow)!important;color:var(--bv-white)!important}.bv-voting-widget .bv-point-btn.selected{background:var(--bv-yellow)!important;color:var(--bv-black)!important;transform:scale(1.2);box-shadow:0 0 25px rgba(246,196,4,.6)!important;border-color:var(--bv-yellow)!important}.bv-voting-widget .bv-vote-feedback{margin:1rem 0!important;min-height:2.5rem}.bv-voting-widget .bv-my-vote-display{font-size:1.05rem!important;color:var(--bv-white)!important}.bv-voting-widget .bv-clear-vote{background:rgba(255,255,255,.15)!important;border:1px solid rgba(255,255,255,.4)!important;color:var(--bv-white)!important;padding:.4rem 1rem!important;border-radius:20px!important;cursor:pointer!important;margin-top:.5rem!important;font-size:.85rem!important;font-family:inherit;-webkit-appearance:none!important;appearance:none!important}.bv-voting-widget .bv-clear-vote:hover{background:rgba(255,255,255,.25)!important}.bv-voting-widget .bv-band-stats{display:flex!important;justify-content:center!important;gap:2rem!important;margin-top:1.5rem!important;padding-top:1rem!important;border-top:1px solid rgba(246,196,4,.3)!important;font-size:.9rem!important;opacity:.85;color:var(--bv-white)!important}.bv-voting-widget .bv-closed-msg{background:rgba(246,196,4,.2)!important;color:var(--bv-yellow)!important;padding:.6rem 1.2rem!important;border-radius:8px!important;display:inline-block!important;margin-bottom:1rem!important;font-size:.95rem!important;font-weight:700!important}.bv-voting-widget .bv-vote-message-bar{min-height:1rem}.bv-mini-favorites{background:var(--bv-gray-light)!important;border-radius:12px!important;padding:1.5rem!important;margin:2rem 0!important;border-left:4px solid var(--bv-yellow)!important}.bv-mini-favorites h3{margin-top:0!important;color:var(--bv-black)!important}#bv-mini-favorites-list{list-style:none!important;padding:0!important;margin:0!important}#bv-mini-favorites-list li{padding:.6rem .5rem!important;display:flex!important;align-items:center!important;gap:.5rem!important;border-bottom:1px solid #e0e0dc!important;font-size:.95rem!important;color:var(--bv-black)!important}#bv-mini-favorites-list li:last-child{border-bottom:none!important}#bv-mini-favorites-list li.bv-current-band{background:var(--bv-yellow-light)!important;border-radius:6px!important;font-weight:700!important;padding-left:.75rem!important;margin:.2rem -.25rem!important}#bv-mini-favorites-list .bv-rank{color:var(--bv-yellow-dark)!important;font-weight:700!important;min-width:2rem!important}#bv-mini-favorites-list .bv-pts{margin-left:auto!important;color:var(--bv-black)!important;font-weight:700!important;font-size:.85rem!important;background:var(--bv-yellow)!important;padding:.15rem .5rem!important;border-radius:10px!important}#bv-mini-favorites-list .bv-more{color:var(--bv-gray)!important;font-style:italic;font-size:.85rem!important}#bv-mini-favorites-list a{color:var(--bv-black)!important;text-decoration:none!important}#bv-mini-favorites-list a:hover{color:var(--bv-yellow-dark)!important}.bv-view-full-list{display:inline-block!important;margin-top:1rem!important;color:var(--bv-black)!important;font-weight:600!important;text-decoration:none!important;border-bottom:2px solid var(--bv-yellow)!important}.bv-view-full-list:hover{color:var(--bv-yellow-dark)!important}.bv-my-favorites-page{max-width:800px;margin:0 auto;padding:1rem}.bv-loading{text-align:center;padding:3rem;color:var(--bv-gray)}.bv-empty-state{text-align:center;padding:3rem;background:var(--bv-gray-light);border-radius:16px}.bv-empty-state h3{color:var(--bv-black)}.bv-btn{display:inline-block!important;background:var(--bv-yellow)!important;color:var(--bv-black)!important;padding:.75rem 1.5rem!important;border-radius:8px!important;text-decoration:none!important;font-weight:700!important;margin-top:1rem!important;transition:background .2s}.bv-btn:hover{background:var(--bv-yellow-dark)!important;color:var(--bv-black)!important}.bv-vote-summary{color:var(--bv-gray-dark);margin-bottom:1.5rem}.bv-favorites-list{margin-top:1rem}.bv-fav-row{display:flex;align-items:center;gap:.75rem;padding:.85rem .75rem;border-bottom:1px solid #eee;transition:background .2s}.bv-fav-row:hover{background:var(--bv-gray-light)}.bv-fav-row.bv-fav-top{background:var(--bv-yellow-light)}.bv-fav-rank{font-weight:700;min-width:2.5rem;font-size:1.2rem;text-align:center}.bv-fav-thumb{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--bv-yellow)}.bv-fav-info{flex:0 0 auto;min-width:120px}.bv-fav-name{color:var(--bv-black);text-decoration:none;font-weight:600;display:block;line-height:1.3}.bv-fav-name:hover{color:var(--bv-yellow-dark)}.bv-fav-division{font-size:.8rem;color:var(--bv-gray)}.bv-fav-bar-wrap{flex:1;height:10px;background:#e8e8e4;border-radius:5px;overflow:hidden;min-width:60px}.bv-fav-bar{height:100%;background:linear-gradient(90deg,var(--bv-yellow-dark),var(--bv-yellow));border-radius:5px;transition:width .5s ease}.bv-fav-points{font-weight:700;color:var(--bv-black);min-width:3rem;text-align:right;background:var(--bv-yellow);padding:.2rem .6rem;border-radius:10px;font-size:.85rem}.bv-leaderboard{max-width:800px;margin:0 auto;padding:1rem}.bv-leaderboard h2{color:var(--bv-black)}.bv-voter-count{color:var(--bv-gray-dark)}.bv-no-results{color:var(--bv-gray);text-align:center;padding:2rem}.bv-leaderboard-list{margin-top:1.5rem}.bv-lb-row{display:flex;align-items:center;gap:.75rem;padding:.85rem .75rem;border-bottom:1px solid #eee;transition:background .2s}.bv-lb-row:hover{background:var(--bv-gray-light)}.bv-lb-row.bv-lb-top{background:var(--bv-yellow-light)}.bv-lb-rank{font-size:1.3rem;font-weight:700;min-width:2.5rem;text-align:center}.bv-lb-thumb{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--bv-yellow)}.bv-lb-info{min-width:120px;flex:0 0 auto}.bv-lb-name{color:var(--bv-black);text-decoration:none;font-weight:600;display:block;line-height:1.3}.bv-lb-name:hover{color:var(--bv-yellow-dark)}.bv-lb-division{font-size:.8rem;color:var(--bv-gray)}.bv-lb-bar-wrap{flex:1;height:10px;background:#e8e8e4;border-radius:5px;overflow:hidden;min-width:60px}.bv-lb-bar{height:100%;background:linear-gradient(90deg,var(--bv-yellow-dark),var(--bv-yellow));border-radius:5px}.bv-lb-stats{text-align:right;min-width:80px}.bv-lb-points{display:block;background:var(--bv-yellow);color:var(--bv-black);padding:.2rem .6rem;border-radius:10px;font-size:.9rem;text-align:center}.bv-lb-detail{font-size:.75rem;color:var(--bv-gray);display:block;margin-top:.2rem}.bv-voting-status{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:12px;margin:1rem 0;flex-wrap:wrap;font-size:.95rem}.bv-status-open{background:var(--bv-yellow-light);color:var(--bv-black);border:2px solid var(--bv-yellow)}.bv-status-closed{background:var(--bv-gray-light);color:var(--bv-gray-dark);border:2px solid #ddd}.bv-status-dot{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}.bv-status-dot.open{background:#28a745;animation:bvBlink 1.5s infinite}.bv-status-dot.closed{background:#999}@keyframes bvBlink{0%,100%{opacity:1}50%{opacity:.4}}#bv-countdown{margin-left:auto}.bv-voted-badge{display:inline-block;background:var(--bv-yellow);color:var(--bv-black);padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:700;white-space:nowrap}.bv-not-voted-badge{display:inline-block;color:var(--bv-gray);font-size:.75rem;white-space:nowrap}.program-entry-vote-badge{flex-shrink:0;margin-left:auto;padding-right:.25rem}@media (max-width:600px){.bv-voting-widget{padding:1.5rem 1rem!important;margin:1.5rem 0!important}.bv-voting-widget .bv-point-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;font-size:1.1rem!important;line-height:44px!important;border-width:2px!important}.bv-voting-widget .bv-points-selector{gap:.4rem!important}.bv-voting-widget .bv-band-stats{flex-direction:column;gap:.5rem}.bv-fav-row,.bv-lb-row{flex-wrap:wrap}.bv-fav-bar-wrap,.bv-lb-bar-wrap{width:100%;order:10}.bv-fav-info,.bv-lb-info{min-width:unset;flex:1}.bv-voting-status{flex-direction:column;text-align:center}#bv-countdown{margin-left:0}.bv-mini-favorites{padding:1rem!important}.bv-fav-thumb,.bv-lb-thumb{width:36px;height:36px}.bv-fav-rank,.bv-lb-rank{min-width:2rem;font-size:1rem}.bv-lb-stats{min-width:60px}.bv-lb-detail{font-size:.7rem}.program-entry-vote-badge{padding-right:0}}@media (max-width:400px){.bv-voting-widget .bv-points-selector{gap:.3rem!important}.bv-voting-widget .bv-point-btn{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;font-size:.95rem!important;line-height:38px!important}.bv-fav-row,.bv-lb-row{padding:.6rem .5rem;gap:.5rem}}
.pdfp_wrapper .pdf{position:relative}.pdfp_wrapper .iframe_wrapper,.pdfp_wrapper .iframe_wrapper iframe{width:100%}.pdfp_wrapper .iframe_wrapper:fullscreen .close{display:block}.pdfp-adobe-viewer{border:1px solid #ddd;border-radius:3px;cursor:pointer;outline:0;text-decoration:none}.pdfp_download{margin-right:15px}.cta_wrapper{margin-bottom:10px}.cta_wrapper a{text-decoration:none}.pdfp_wrapper p{margin:10px 0;text-align:center}.popout-disabled{height:50px;position:absolute;right:12px;top:12px;width:50px}iframe{max-width:100%}.ViewSDK_hideOverflow[data-align=center]{margin-left:auto;margin-right:auto}.ViewSDK_hideOverflow[data-align=left]{margin-right:auto}.ViewSDK_hideOverflow[data-align=right]{margin-left:auto}@media screen and (max-width:768px){.pdfp_wrapper iframe{height:calc(100vw + 120px)}}@media screen and (max-width:576px){.cta_wrapper .pdfp_download{margin-bottom:10px;margin-right:0}.cta_wrapper .pdfp_download button{margin-right:0!important}.cta_wrapper{align-items:center;display:flex;flex-direction:column}}