.hexbox{--bg:#121317;--card:#ffffff1f;--card-hover:#232630;--border:#2a2e3b;--text:#fff;--muted:#afafaf;--accent:#FCD535;--accent-glow:#fcd5354f;--season-tag:#FCD535;--radius:18px;direction:rtl;color:var(--text);font-family:inherit;position:relative;margin:40px 0}
.hexbox *{box-sizing:border-box}
.hexbox__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;}
.hexbox__header-right{display:flex;flex-direction:column;align-items:flex-start;gap:4px;}
.hexbox__header-left{display:flex;align-items:center;margin-top: -9px;}
.hexbox__jump{display:flex;align-items:center;gap:10px}
.hexbox__jump-label{font-size:15px;font-weight:400;color:#fff}
.hexbox__select-wrapper{position:relative;display:inline-flex;align-items:center}
.hexbox__season-select{appearance:none;background:#fcd535;border:none;color:#000;font-size:16px;font-weight:600;padding:0 18px 0 30px;cursor:pointer;font-family:inherit;border-radius:10px}
.hexbox__season-select option,.hexbox__sort-select option{background-color:#121317;color:#fff}
.hexbox__season-select option:checked,.hexbox__sort-select option:checked,.hexbox__season-select option:hover,.hexbox__sort-select option:hover{background-color:#fcd535;color:#000}
.select-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%) rotate(-90deg);width:16px;height:16px;fill:#000;pointer-events:none}
.hexbox__season-count{font-size:12px;color:var(--muted);margin-top:-20px;line-height:2}
.hexbox__title{font-size:20px;font-weight:800;color:#fff}
.hexbox__view-switcher{display:flex;gap:6px;background:var(--card);padding:4px;border-radius:12px;border:1px solid #ffffff1a}
.view-btn{background:none;border:none;color:var(--muted);width:32px;height:32px;border-radius:8px;cursor:pointer;display:grid;place-items:center;transition:all .2s;padding:0}
.view-btn:hover{color:#fff;background:#ffffff1a}
.view-btn.active{background:var(--accent);color:#000;box-shadow:0 2px 8px var(--accent-glow)}
.view-btn svg{width:18px;height:18px;fill:currentColor}
.hexbox-carousel{position:relative;border-radius:var(--radius);z-index:1;overflow:visible}
.hex-carousel__wrapper{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:20px;width:100%;scroll-snap-type:x mandatory}
.hex-carousel__wrapper::-webkit-scrollbar{display:none}
.hexbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:54px;background:var(--card);border:1px solid #ffffff26;border-radius:12px;display:grid;place-items:center;cursor:pointer;z-index:20;transition:all .2s;color:#fff;box-shadow:0 4px 12px #0009}
.hexbox-nav:hover{background:var(--accent);color:#000;box-shadow:0 0 15px var(--accent-glow)}
.hexbox-nav.is-hidden{opacity:0;pointer-events:none;transform:translateY(-50%) scale(0.8)}
.hexbox-nav svg{width:20px;height:20px;fill:currentColor}
.hexbox-nav.btn--prev svg{transform:rotate(180deg)}
.hexbox-card{background:var(--card);border-radius:var(--radius);border:1px solid transparent;position:relative;transition:border-color 0.3s,background 0.3s,box-shadow .3s;display:flex;flex-direction:column;padding:.5rem;scroll-snap-align:start;border-color:#ffffff1a}
.hexbox-card__img{margin:0;height:160px;width:100%;border-radius:var(--radius);overflow:hidden;position:relative;background:#000}
.hexbox-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.hexbox-card:hover .hexbox-card__img img{transform:scale(1.08)}
.hexbox-fallback-art{background-color:#1a1a1a;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:160px;width:100%;border-radius:var(--radius)}
.hexbox-fallback-art::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--bg-url);background-size:cover;background-position:center center;transform:scale(1.2);filter:blur(8px) brightness(0.5) hue-rotate(var(--hue));opacity:.9;z-index:1}
.hexbox-fallback-art::after{content:attr(data-ep-num);font-size:80px;font-weight:900;color:#ffffff1a;position:relative;z-index:5;-webkit-text-stroke:2px #ffffff4d;text-shadow:0 10px 20px #00000080;user-select:none;pointer-events:none}
.hexbox-fallback{background:linear-gradient(135deg,#49483f 0%,#362c00 100%);display:flex;align-items:center;justify-content:center}
.hexbox-fallback::before{content:attr(data-ep-num);font-size:90px;font-weight:900;color:#ffffff08;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}
.hexbox-fallback::after{content:"";position:absolute;inset:0;background-image:radial-gradient(#ffffff0d 1px,transparent 1px);background-size:20px 20px;opacity:.5}
.hexbox-card__body{flex:1;display:flex;flex-direction:column}
.hexbox-card__title{font-weight:500;margin-bottom:12px;font-size:16px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.ep-num{font-size:1em;color:#fff;text-shadow:0 2px 4px #00000080;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.season-tag{font-size:.9em;color:var(--season-tag);font-weight:400;opacity:.9}
.hexbox-list-group{margin-top:auto;margin-bottom:12px}
.hexbox-list-group:last-child{margin-bottom:0}
.hexbox-list-head{font-size:10px;color:var(--text);margin-bottom:8px;font-weight:400;text-transform:uppercase;letter-spacing:.5px}
.hexbox-list--grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;}
.hex-chip{display:flex;align-items:center;justify-content:center;gap:6px;background:#ffffff17;border:1px solid #ffffff24;border-radius:12px;padding:3px 6px;color:#d3d3d3;font-size:12px;font-weight:500;text-decoration:none!important;transition:background 0.2s,color 0.2s,border-color 0.2s,box-shadow .2s}
.hex-chip:hover{background:var(--accent);color:#000;border-color:var(--accent);box-shadow:0 4px 12px var(--accent-glow)}
.hex-chip svg{width:14px;height:14px}
.hexbox-media-wrapper{position:relative}
.hexbox-play-overlay{position:absolute;bottom:10px;left:10px;z-index:10}
.hex-play-btn{display:flex;align-items:center;gap:6px;background:#0009;backdrop-filter:blur(4px);color:#fff;border:1px solid #fff3;padding:10px 12px;border-radius:25px;font-size:13px;cursor:pointer;text-decoration:none;transition:background 0.2s,color 0.2s,border-color 0.2s,box-shadow .2s}
.hex-play-btn:hover,.hex-play-btn.active{background:var(--accent);color:#000;border-color:var(--accent);box-shadow:0 4px 12px var(--accent-glow)}
.hex-play-btn svg{width:20px;height:20px;fill:currentColor}
.hex-play-dropdown{position:relative}
.hex-play-menu{position:absolute;bottom:100%;left:0;background:#232323;border:1px solid #444;border-radius:14px;padding:4px;min-width:120px;display:none;flex-direction:column;gap:2px;box-shadow:0 10px 20px #00000080;margin-bottom:6px;z-index:20}
.hex-play-dropdown.is-open .hex-play-menu{display:flex;animation:fadeInHex .2s ease}
@keyframes fadeInHex {
from{opacity:0;transform:translateY(5px)}
to{opacity:1;transform:translateY(0)}
}
.hex-play-menu a{display:block;padding:6px 10px;color:var(--accent);font-size:12px;text-decoration:none;border-radius:10px;transition:background .2s}
.hex-play-menu a:hover{background:#ffffff1a;color:#fff}
.hex-mini-play{display:inline-flex;align-items:center;gap:4px;color:var(--accent);font-size:12px;font-weight:400;text-decoration:none;padding:3px 20px;border-radius:20px;background:#fcd53526;border:1px solid #fcd53533;white-space:nowrap;transition:background 0.2s,color 0.2s,border-color 0.2s,box-shadow .2s}
.hex-mini-play:hover{background:var(--accent);color:#000;box-shadow:0 2px 8px var(--accent-glow)}
.hex-mini-play svg{width:10px;height:10px;fill:currentColor}
.hexbox-story{font-size:12px;color:var(--muted);margin-bottom:12px;line-height:1.6}
.hexbox-read-more{background:none;border:none;color:#FFF;font-size:12px;font-weight:400;padding:0;margin-right:4px;cursor:pointer;display:inline-block;opacity:.7}
.hexbox-read-more:hover{opacity:1}
.hexbox-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}
.hexbox-modal.is-active{opacity:1;visibility:visible}
.hexbox-modal__overlay{position:absolute;inset:0;background:#000c;backdrop-filter:blur(5px)}
.hexbox-modal__content{position:relative;background:#232323;width:90%;max-width:500px;border-radius:16px;padding:24px;box-shadow:0 20px 50px #00000080;transform:translateY(20px);transition:transform .3s;border:1px solid #4f4f4f}
.hexbox-modal.is-active .hexbox-modal__content{transform:translateY(0)}
.hexbox-modal__close{position:absolute;top:16px;left:16px;background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:background .2s;padding:0}
.hexbox-modal__close:hover{background:var(--accent)}
.hexbox-modal__close svg{width:18px;height:18px}
.hexbox-modal__body h4{font-size:18px;margin:0 0 12px;color:#fff;padding-left:30px}
#hexbox-modal-text{font-size:14px;line-height:1.8;color:#e2e8f0;max-height:60vh;overflow-y:auto;text-align:justify}
#hexbox-modal-text .hx-modal__title{font-size:18px;font-weight:500;margin:0 0 10px;color: #fcd535;}
#hexbox-modal-text .hx-modal__en{opacity:.8;font-weight:500;color: #fff;}
#hexbox-modal-text .hx-modal__row{margin:6px 0;line-height:1.9}
#hexbox-modal-text .hx-modal__k{opacity:.75}
#hexbox-modal-text .hx-modal__plot{margin-top:8px;line-height:2;opacity:.95}
.hexbox-card--movie .hexbox-card__title.movie-title{flex-direction:row;justify-content:space-between;align-items:center;font-size:16px}
.hexbox-card--movie .hexbox-list-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.hexbox-view-carousel .hexbox-card{flex:0 0 312px;width:312px}
.hexbox--movie .hexbox-card{flex:0 0 40%;width:40%}
.hexbox-view-grid .hex-carousel__wrapper{flex-wrap:wrap;overflow:visible}
.hexbox-view-grid .hexbox-card{flex:0 0 calc(25% - 12px);width:calc(25% - 12px);margin-bottom:16px}
.hexbox-view-grid .hexbox-nav{display:none!important}
.hexbox-view-classic .hex-carousel__wrapper{flex-direction:column;overflow:visible}
.hexbox-view-classic .hexbox-card{width:100%;flex-direction:row;align-items:center;padding:10px;border:1px solid #ffffff0d}
.hexbox-view-classic .hexbox-nav{display:none!important}
.hexbox-view-classic .hexbox-story{display:none!important}
.hexbox-view-classic .hexbox-media-wrapper{display:block!important;width:130px;height:74px;flex-shrink:0;margin-left:16px}
.hexbox-view-classic .hexbox-card__img{display:block!important;width:100%;height:100%;margin:0;border-radius:10px}
.hexbox-view-classic .hexbox-card__img:after{font-size:32px;margin-right:12px}
.hexbox-view-classic .hex-play-btn{padding:4px 8px;font-size:10px;border-radius:12px}
.hexbox-view-classic .hex-play-btn svg{width:14px;height:14px}
.hexbox-view-classic .hexbox-play-overlay{bottom:6px;left:6px}
.hexbox-view-classic .hexbox-card__body{flex-direction:row;align-items:center;justify-content:space-between;width:100%}
.hexbox-view-classic .hexbox-card__title{margin-bottom:0;font-size:15px;width:120px;flex-shrink:0}
.hexbox-view-classic .ep-num{color:var(--accent);font-weight:700}
.hexbox-view-classic .season-tag{display:block;color:#ddd;font-size:11px;margin-top:4px}
.hexbox-view-classic .hexbox-list-group{margin:0;display:flex;align-items:center;flex-grow:1;justify-content:flex-end}
.hexbox-view-classic .hexbox-list-head{display:block;margin-left:12px;margin-bottom:0}
.hexbox-view-classic .hexbox-list--grid{display:flex;flex-wrap:wrap;gap:8px}
.hexbox-view-classic .hex-chip{padding:6px 16px;background:#ffffff0d}
.hexbox-view-classic .hex-chip:hover{background:var(--accent)}
@media (max-width: 600px) {
.hexbox-view-classic .hexbox-card{flex-direction:column;align-items:flex-start;gap:12px}
.hexbox-view-classic .hexbox-media-wrapper{width:100%;height:50px;margin-left:0}
.hexbox-view-classic .hexbox-card__body{flex-direction:column;align-items:flex-start;gap:10px}
.hexbox-view-classic .hexbox-card__title{width:100%;display:flex;justify-content:space-between}
.hexbox-view-classic .hexbox-list-group{width:100%;justify-content:flex-start}
}
@media (max-width: 1200px) {
.hexbox-view-grid .hexbox-card{flex:0 0 calc(33.33% - 11px);width:calc(33.33% - 11px)}
}
@media (max-width: 900px) {
.hexbox-view-grid .hexbox-card{flex:0 0 calc(50% - 8px);width:calc(50% - 8px)}
.hexbox--movie .hexbox-card{flex:0 0 calc(70% - 12px);width:50%}
}
@media (max-width: 600px) {
.hexbox-list--grid{grid-template-columns:1fr 1fr}
.hexbox-view-grid .hexbox-card .hexbox-list--grid{grid-template-columns:1fr}
.hexbox-view-grid .hexbox-card{flex:0 0 calc(50% - 8px);width:calc(50% - 8px)}
.hexbox-view-classic .hexbox-card{flex-direction:column;align-items:flex-start;gap:10px}
.hexbox-view-classic .hexbox-card__body{flex-direction:column;align-items:flex-start;gap:10px}
.hexbox-view-classic .hexbox-list-group{width:100%;justify-content:flex-start}
.hexbox-view-classic .hexbox-list--grid{width:100%}
.hexbox-view-classic .hex-chip{flex:1;text-align:center}
.hexbox-view-classic .hexbox-card__img::after{font-size:22px}
}
.hexbox__sort-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:4px;}
.hexbox__sort-select{appearance:none;background:transparent;border:0;color:var(--muted);font-size:10px;font-weight:500;padding:4px 12px 4px 22px;cursor:pointer;font-family:inherit;border-radius:10px;transition:all .2s}
.hexbox__sort-select:hover,.hexbox__sort-select:focus{background:transparent;color:#fff;border-color:#fff3}
.hexbox__sort-wrapper .sort-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%) rotate(-90deg);width:10px;height:10px;fill:var(--accent);pointer-events:none}
.hexbox-modal[hidden]{display:none!important}
body:not(.hexbox-ready) .hexbox-card,body:not(.hexbox-ready) .hex-chip,body:not(.hexbox-ready) .hex-play-btn,body:not(.hexbox-ready) .hex-mini-play{transition:none!important}
.hex-chip--telegram:hover svg{fill:#000}
.hex-chip--telegram .icon{width:16px;height:16px;fill:#fff}