.hex-archer .hex-archer__toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;background:#222;border:1px solid #333;border-radius:12px;padding:10px}
.hex-archer .hex-archer__group{display:flex;gap:8px;align-items:center}
.filter-switches{display:flex;flex-direction:row;gap:16px}
.hex-archer .lab{color:#8d8c8c;font-size:.9em;margin-left:6px}
.hex-archer .hex-archer__toolbar select{background:#2b2b2b;border:1px solid #3a3a3a;color:#e6e6e6;border-radius:8px;padding:4px 10px;cursor:pointer;font-size:13px;width:120px}
.hex-archer .hex-archer__toolbar button.active{background:#fcd535;color:#111;border-color:#fcd535}
.sort-group .btn-sort,.type-group .btn-type{padding:8px 12px;border-radius:8px;font-size:12px;background:#2b2b2b;border:1px solid #3a3a3a;color:#e6e6e6}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hex-archer .btn-view{color:#e6e6e6;background:#2b2b2b;border:1px solid #3a3a3a;border-radius:8px;padding:6px 7px;line-height:0}
.hex-archer .btn-view.active{color:#111}
.hex-archer .btn-view svg{vertical-align:-2px}
.hex-archer__toolbar .chk{display:inline-flex;align-items:center;gap:6px;font-size:14px;cursor:pointer;user-select:none}
.hex-archer__toolbar input[type="checkbox"].chk-dub,.hex-archer__toolbar input[type="checkbox"].chk-sub{appearance:none;position:relative;width:40px;height:22px;background:#ccc;border-radius:50px;outline:none;cursor:pointer;transition:background .3s;vertical-align:middle;box-shadow:inset 0 0 3px #0003}
.hex-archer__toolbar input[type="checkbox"].chk-dub:checked,.hex-archer__toolbar input[type="checkbox"].chk-sub:checked{background:#fcd535}
.hex-archer__toolbar input[type="checkbox"].chk-dub::after,.hex-archer__toolbar input[type="checkbox"].chk-sub::after{content:"";position:absolute;top:0;left:0;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:0 0 4px #0003;transform:scale(1.1);transition:left .3s}
.hex-archer__toolbar input[type="checkbox"].chk-dub:checked::after,.hex-archer__toolbar input[type="checkbox"].chk-sub:checked::after{left:18px}
.hex-archer__toolbar label.chk span{color:#8d8c8c;font-size:12px}
.hex-archer .hex-archer__shelf{margin:16px 0 8px}
.hex-archer .shelf-list{display:flex;flex-direction:column;gap:12px}
.hex-archer .shelf-compact{display:flex;flex-direction:column;gap:10px}
.hex-archer .shelf-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.hex-archer .shelf-grid .shelf-itemic{padding:0;background:transparent;border:0}
.hex-archer .card-link{display:flex;color:inherit;text-decoration:none}
.hex-archer .card-poster{position:relative;line-height:0;margin:0}
.hex-archer .shelf-list .card-link{flex:0 0 210px}
.hex-archer .shelf-compact .card-link{flex:0 0 100px}
.hex-archer .card-poster img{display:block;width:100%;height:auto;border-radius:14px}
.hex-archer .card-poster .hero-imdb--score{position:absolute;right:10px;top:10px}
.hex-archer .card-badges{position:absolute;left:10px;top:9px;display:flex;flex-direction:column;gap:6px}
.hex-archer .badge{background:#00000096;color:#fff;border-radius:6px;font-size:.75em;display:inline-flex;align-items:center;gap:4px;width:26px;height:26px;justify-content:center}
.hex-archer .badge-icon{width:20px;height:20px;display:block}
.hex-archer .card-body{padding:10px;display:flex;flex-direction:column;gap:6px}
.hex-archer .shelf-list .card-body{flex:1;position:relative;padding:0}
.hex-archer .shelf-compact .card-body{flex:1;padding:6px}
.hex-card--grid .card-body{padding:10px 0}
.hex-archer .card-title{font-size:18px;margin:0;line-height:1.6;color:#fff;font-weight:500}
.hex-archer .card-meta-genres{display:flex;gap:10px;margin:10px 0;align-items:center}
.hex-archer .card-meta-genres .card-meta-genre-chip{padding:0 14px;font-size:11px;border-radius:8px;background:#2c2c2c;border:1px solid #3a3a3a}
.hex-archer .card-meta-genres .card-meta-genre-chip-more{font-size:10px;color:#fcd535}
.hex-archer .card-meta-hexbadge{display:flex;flex-direction:row;gap:12px;font-size:13px;color:#cbcbcb}
.hex-archer .card-meta-hexbadge .hex-badge{margin:0;font-size:13px}
.hex-archer .card-meta-line{font-size:13px;color:#cbcbcb}
.hex-archer .card-plot{color:#ddd;font-size:.95em}
.hex-archer .card-plot .btn-plot{background:none;border:0;color:#fcd535;cursor:pointer;font-size:11px;padding:0;margin-right:4px}
.hex-archer .card-plot .btn-plot:hover{text-decoration:underline}
.hex-archer .card-actions{display:flex;align-items:center;gap:12px;margin-top:auto}
.hex-archer .btn-info{background:#fcd535;border:1px solid #fcd535;color:#111;border-radius:50%;width:36px;height:36px;cursor:pointer;top:20px;left:16px;padding:0;margin:0;line-height:unset;font-size:unset;display:flex;justify-content:center;align-items:center}
.hex-archer .btn-info:hover{background:#93e425;border-color:#93e425}
.hex-archer .shelf-grid .grid-item{display:flex;flex-direction:column;border-radius:14px;overflow:hidden}
.hex-archer .shelf-grid .card-poster{position:relative;border-radius:14px}
.hex-archer .shelf-grid .grid-hover-genres{position:absolute;inset:0;display:flex;flex-wrap:wrap;align-content:flex-end;gap:6px;padding:10px;background:linear-gradient(to top,#000000a6,#0000);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.hex-archer .shelf-grid .card-poster:hover .grid-hover-genres{opacity:1;visibility:visible}
.hex-archer .shelf-grid .genre-chip{font-size:11px;color:#fff;background:#0000007d;border:1px solid #fff3;border-radius:8px;padding:2px 8px}
.hex-archer .shelf-grid .grid-body{padding:10px;display:flex;flex-direction:column;gap:6px}
.hex-archer .shelf-grid .grid-title-wrap{display:flex;align-items:center;justify-content:space-between;gap:10px}
.hex-archer .shelf-grid .grid-title-text{display:flex;flex-direction:column;gap:2px;text-align:right}
.hex-archer .shelf-grid .grid-title-line1{margin:0;font-size:1rem;line-height:1.5;color:#f1f1f1;font-weight:600}
.hex-archer .shelf-grid .grid-title-line2{font-size:.9rem;color:#cfcfcf;line-height:1.4}
.hex-archer .shelf-grid .btn-info{position:static;flex:0 0 30px;width:30px;height:30px}
.hex-archer .shelf-list .shelf-itemic{display:grid;background:#151515;gap:16px;padding:16px;position:relative;border:1px solid #333;border-radius:14px}
.shelf-itemic.list-card .list-card-leri{display:grid;grid-template-columns:116px 1fr;gap:12px;align-items:start}
.shelf-itemic.list-card .list-card-full{font-size:14px;color:#ddd;display:flex;flex-direction:column}
.shelf-itemic.list-card .list-card-left{position:relative;border-radius:14px}
.shelf-itemic.list-card .list-card-left img{width:100%;height:auto;display:block;border-radius:14px}
.shelf-itemic.list-card .imdb-badge{position:absolute;top:8px;right:8px}
.shelf-itemic.list-card .poster-badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:6px}
.shelf-itemic.list-card .poster-badges .badge{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#00000096;color:#fff}
.shelf-itemic.list-card .list-card-right{display:flex;flex-direction:column;gap:8px}
.shelf-itemic.list-card .list-title{color:#fff;font-size:15px;font-weight:600;text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.shelf-itemic.list-card .list-title a{color:#fff;font-size:15px;font-weight:600;text-decoration:none}
.shelf-itemic.list-card .list-title-en{color:#cfcfcf;font-size:12.5px}
.shelf-itemic.list-card .list-genres{display:flex;flex-wrap:wrap;gap:8px}
.shelf-itemic.list-card .list-genres .g{border-radius:6px;padding:0 12px;font-size:11px;color:#eee;border:1px solid #333}
.shelf-itemic.list-card .list-genres .more{color:#fcd535;font-size:11px}
.shelf-itemic.list-card .list-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:13px;color:#ccc}
.shelf-itemic.list-card .list-meta .hex-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;margin-left:0}
.shelf-itemic.list-card .list-meta .mchip{font-size:13px}
.shelf-itemic.list-card .hex-badge .hex-total{font-size:10px}
.shelf-itemic.list-card .list-card-full .meta-line{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.shelf-itemic.list-card .list-card-full .plot-actions{display:flex;gap:8px;align-items:center;margin-top:8px;flex-wrap:wrap}
.shelf-itemic.list-card .list-card-full .btn-plot{background:none;border:0;color:#fcd535;cursor:pointer;font-size:12px;padding:0}
.shelf-itemic.list-card .list-card-full .hex-card-action{margin-top:auto;display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}
.shelf-itemic.list-card .list-card-full .btn-more{border:1px solid #666;border-radius:12px;padding:8px 24px;color:#fff;font-size:13px;text-decoration:none}
.shelf-itemic.list-card .list-card-full .btn-more:hover{background:#fcd535;color:#111;border-color:#fcd535}
@media (min-width: 769px) {
.shelf-itemic.list-card{gap:16px;padding:16px;grid-template-columns:220px 1fr;grid-template-areas:"left right" "left full"}
.shelf-itemic.list-card .list-card-leri{display:contents}
.shelf-itemic.list-card .list-card-left{grid-area:left}
.shelf-itemic.list-card .list-card-right{grid-area:right}
.shelf-itemic.list-card .list-card-full{grid-area:full;font-size:13px}
.shelf-itemic.list-card .list-title a{font-size:18px}
}
.hex-archer .shelf-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.hex-card--grid .card-title-fa,.hex-card--grid .card-title-en{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;text-align:center;font-weight:400;line-height:1.3}
.hex-card--grid .card-footer-meta{margin-top:auto;display:flex;gap:10px;align-items:center;justify-content:space-between;padding:4px 8px;border-radius:14px;background:#272727;border:1px solid #2a2a2a}
.hex-card--grid .card-footer-meta .hex-badge{font-size:11px;margin:0}
.hex-card--grid .card-genres-onhover{position:absolute;inset:auto 0 8px 0;display:flex;gap:6px;justify-content:center;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}
.hex-card--grid .card-genres-onhover .genre-chip{background:#000000a6;color:#fff;border:1px solid #ffffff30;border-radius:8px;padding:12px 10px;font-size:11px}
.hex-card--grid .card-poster:hover .card-genres-onhover{opacity:1;transform:translateY(0)}
.shelf-compact .compact-item{display:grid;grid-template-columns:180px 1fr 44px;border-radius:14px;background:#272727;gap:12px;padding:8px;align-items:center}
.compact-thumb{position:relative;display:block;border-radius:14px}
.compact-thumb img{width:100%;height:auto;border-radius:14px;display:block}
.hero-imdb-score--compact{position:absolute;top:8px;right:8px;z-index:2}
.compact-thumb .card-badges{position:absolute;left:8px;top:8px;z-index:2;display:flex;flex-direction:column;gap:6px}
.compact-body{min-width:0}
.compact-title{display:block;font-size:15px;line-height:1.4;color:#fff;text-decoration:none}
.compact-genres{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.compact-genres span.g{background:#444;color:#eee;font-size:11px;padding:0 8px;border-radius:8px;line-height:2}
.compact-genres .more{color:#fcd535;font-size:10px}
.compact-plot{font-size:13px;color:#ddd}
.compact-plot .btn-plot{background:none;border:0;color:#fcd535;cursor:pointer;font-size:11px;padding:0;margin-right:4px}
.compact-actions{display:flex;justify-content:center;gap:10px;position:relative}
.compact-actions .btn-info{width:34px;height:34px;border-radius:50%;background:#fcd535;color:#111;border:1px solid #fcd535;display:flex;align-items:center;justify-content:center;cursor:pointer}
.compact-actions .btn-info:hover{background:#93e425;border-color:#93e425}
.genre-hexrate{display:flex;flex-direction:row;margin:4px 0;align-items:center;gap:12px}
.genre-hexrate .hex-badge{font-size:12px;gap:4px;margin-left:0}
.genre-hexrate .hex-total{font-size:10px}
@media (max-width:640px) {
.shelf-compact .compact-item{grid-template-columns:120px 1fr 44px;gap:10px;padding:6px}
.compact-title{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.compact-genres span.g{padding:4px 12px;margin-left:6px}
.compact-genres{white-space:nowrap;overflow:hidden;display:block}
.compact-plot{display:none}
.shelf-itemic.list-card .list-card-full .hex-card-action{margin-top:12px}
}
.hex-archer .hex-archer__shelf.is-loading{display:flex!important;align-items:center;justify-content:center;min-height:360px}
.hex-archer__loader{width:100%;display:flex;align-items:center;justify-content:center}
.hex-archer__loader-inner{display:flex;align-items:center;justify-content:center;width:100%}
.hexdl-loader{width:130px;height:auto;display:block}
.hex-archer .hex-archer-empty{background:#1c1c1c;border:1px dashed #3a3a3a;color:#aaa;border-radius:10px;padding:18px;text-align:center}
.hex-archer-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}
.hex-archer-modal__overlay{position:absolute;inset:0;background:#000000b5;background:#7878785c;backdrop-filter:blur(14px) saturate(0%);-webkit-backdrop-filter:blur(14px) saturate(0%)}
.hex-archer-modal__content{position:relative;background:#1f1f1f;color:#fff;width:min(920px,92%);max-height:90vh;overflow:auto;border-radius:14px}
.hex-archer-modal__close{position:absolute;top:12px;left:12px;border:0;color:#fff;border-radius:8px;padding:0;cursor:pointer;background:transparent;z-index:9}
.hex-archer-modal .modal-hero .modal-title{font-size:18px;font-weight:500;padding:0}
.hex-archer-modal .modal-plot{font-size:14px;padding:0 16px 16px}
.hex-archer-modal .modal-plot h3{font-weight:400;font-size:14px}
.hex-archer-modal .modal-hero{position:relative;min-height:220px;background-size:cover;background-position:center;border-radius:14px 14px 0 0}
.hex-archer-modal .modal-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000075,#1f1f1f 80%)}
.hex-archer-modal .modal-hero__wrap{position:relative;z-index:1;display:flex;gap:16px;padding:14px;align-items:flex-start}
.hex-archer-modal .modal-hero__poster{width:210px;border-radius:14px;box-shadow:0 10px 30px #0007}
.modal-hero-ri{position:relative}
.modal-hero-badge-imdb{position:absolute;top:10px;right:10px}
.modal-hero-ri .card-badges{position:absolute;top:9px;left:10px;display:flex;flex-direction:column;gap:4px}
.modal-hero-badge--sub,.modal-hero-badge--dub{background:#00000096;color:#fff;border-radius:6px;font-size:.75em;display:inline-flex;align-items:center;gap:4px;width:26px;height:26px;justify-content:center}
.hex-archer-modal .modal-hero__info{flex:1}
.hex-archer-modal .modal-title{font-size:16px;font-weight:500;padding:16px 16px 0}
.hex-archer-modal .modal-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:8px 0}
.hex-archer-modal .modal-meta-line{display:flex;gap:12px;flex-wrap:wrap;align-items:center;font-size:13px}
.hex-archer-modal .modal-meta .modal-genres{display:flex;gap:4px}
.hex-archer-modal .modal-meta .modal-genres a{padding:0 12px;font-size:13px;border-radius:8px;background:#0000006b;border:1px solid #ffffff2b;color:#fff}
.hex-archer-modal .modal-people{color:#ddd;font-size:13px}
.hex-archer-modal .modal-actions{display:flex;gap:10px}
.hex-archer-modal .btn-primary{background:#fcd535;color:#111;border:1px solid #fcd535;border-radius:12px;padding:4px 12px;text-decoration:none;width:100%;text-align:center}
.hex-archer-modal .modal-hexvote{display:flex;align-items:center;margin-top:8px;margin-bottom:8px}
.hex-archer-modal .modal-plot-inhero{font-size:13px}
.hex-archer-modal .modal-perinfo{padding:16px;font-size:13px}
.hex-archer-modal.modal-plot{padding:16px}
@media (max-width:768px) {
.hex-archer-modal .modal-hero__wrap{flex-direction:column;align-items:center}
.hex-archer-modal .modal-hero__poster{width:200px}
.hex-archer-modal__content{max-height:88vh}
}
.hex-archer.js-ready .hex-archer__pagination{display:none }
.hex-archer.js-ready .hex-archer__pagination .page-numbers {display: inline-block;}
html{scroll-behavior:smooth}
.section{content-visibility:auto;contain-intrinsic-size:1000px 800px}
@media (max-width:1200px) {
.hex-archer .shelf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:992px) {
.hex-archer .shelf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:640px) {
.hex-archer .shelf-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
.hex-toolbar-subpanel{background:#222;border:1px solid #333;border-radius:12px;padding:10px;margin-top:10px;display:flex;flex-direction:column;gap:8px}
.hex-toolbar-subpanel .lab{font-size:.9em;color:#ccc;margin-bottom:4px}
.hex-toolbar-subpanel.is-hidden{display:none!important}
.hex-toolbar-subpanel button{background:#2b2b2b;border:1px solid #3a3a3a;color:#e6e6e6;border-radius:8px;padding:6px 10px;cursor:pointer;font-size:13px;transition:all .2s ease}
.hex-toolbar-subpanel button:hover{background:#383838}
.hex-toolbar-subpanel button.active{background:#fcd535;color:#111;border-color:#fcd535}
.imdb-ranges{display:flex;flex-wrap:wrap;gap:6px}
.year-tabs{display:flex;gap:8px;margin-bottom:6px}
.year-tabs .tab-year.active{background:#fcd535;color:#111;border-color:#fcd535}
.year-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:6px}
.year-grid:not(.active){display:none}
@media (max-width: 640px) {
.year-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.hex-toolbar-subpanel button{font-size:12px;padding:5px 8px}
}
.hex-archer .hex-archer-more{text-align:center;margin:18px 0 25px}
.hex-archer .hex-archer-more__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:180px;background:#2c2c2c;color:#f1f1f1;border:1px solid #333;border-radius:14px;padding:16px 24px;font-size:14px;cursor:pointer;transition:opacity .2s ease}
.hex-archer .hex-archer-more__btn:hover{opacity:.9}
.hex-archer .hex-archer-more__btn.loading{opacity:.7;pointer-events:none}
.hex-archer .hex-archer-more__btn .dots{display:none;gap:4px;margin-right:4px}
.hex-archer .hex-archer-more__btn .dots i{display:block;width:6px;height:6px;background:#fcd535;border-radius:50%;animation:hexDotsBlink 1.2s infinite ease-in-out}
.hex-archer .hex-archer-more__btn .dots i:nth-child(2){animation-delay:.15s}
.hex-archer .hex-archer-more__btn .dots i:nth-child(3){animation-delay:.3s}
.hex-archer .hex-archer-more__btn .dots i:nth-child(4){animation-delay:.45s}
@keyframes hexDotsBlink {
0%,80%,100%{transform:scale(0);opacity:.5}
40%{transform:scale(1);opacity:1}
}
.hex-archer .hex-archer-more__btn.loading .dots{display:inline-flex}