:root{--plyr-color-main:#f03}
.hex-tube-body{background:#fff!important;color:#080808;font-family:lahzeh;margin:0;padding:0!important}
.hex-tube-topbar{position:sticky;top:0;z-index:999;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffa3;border-bottom:1px solid #00000024;padding:10px 16px;display:grid;grid-template-columns:220px 1fr 220px;gap:12px;align-items:center}
.hex-tube-brand{display:flex;align-items:center;gap:10px;color:#e50000;text-decoration:none;font-weight:700}
.hex-tube-brand__dot{width:10px;height:10px;border-radius:99px;background:linear-gradient(135deg,#ff4d6d,#7c5cff)}
.hex-tube-toplink{color:inherit;text-decoration:none;opacity:.9}
.hex-tube-shell{margin:0 auto;padding:18px 16px;width:100%;max-width:1680px}
.hex-tube-page{display:grid;grid-template-columns:1fr 380px;gap:18px;align-items:start}
@media (min-width: 2080px) {
.hex-tube-shell{max-width:calc(100vw - 400px)}
}
@media (max-width:1400px) {
.hex-tube-shell{max-width:1200px}
}
@media (max-width:900px) {
.hex-tube-page{grid-template-columns:1fr}
.hex-tube-topbar{grid-template-columns:1fr}
}
.hex-tube-watch{background:#ffffff0a;overflow:hidden}
.hex-tube-watch__head{padding:16px 0;border-bottom:1px solid #00000014}
.hex-tube-title{margin:0 0 14px;font-size:22px;line-height:1.4;font-weight:500}
.hex-tube-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;flex-direction:row}
.hex-tube-publisher{display:flex;gap:10px;align-items:center}
.hex-tube-publisher__avatar{width:54px;height:54px;border-radius:999px;object-fit:cover}
.hex-tube-publisher__avatar--fallback{background:#ffffff1f}
.hex-tube-publisher__name{color:#000;text-decoration:none;font-weight:500;font-size:15px}
.hex-tube-publisher__sub{display:block;opacity:.7;font-size:12px}
.hex-tube-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.hex-btn{border-radius:999px;border:0;background:#f5f5f9;color:#2c2c2c;padding:3px 20px;cursor:pointer;text-decoration:none;align-items:center;display:flex;gap:10px;justify-content:center;font-family:inherit}
.hex-btn:hover{background:#ffefef}
.hex-btn--ghost{background:#f5f5f9;border-radius:14px;padding:8px 20px}
.hex-tube-views{opacity:.85;padding:0 6px;display:inline-flex;align-items:center;gap:6px}
.hex-views__ico svg{width:18px;height:18px;opacity:.8}
.hex-share{position:relative}
.hex-share__menu{position:absolute;left:0;top:38px;background:#ffffff8a;border:1px solid #0000001a;border-radius:14px;padding:8px;min-width:180px;z-index:9999;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.hex-share__item{display:block;color:#4e4e4e;text-decoration:none;padding:4px 6px;border-radius:10px;opacity:.92}
.hex-share__item:hover{background:#ffffff14}
.hex-share__copy{width:100%;text-align:right;border:none;background:transparent;cursor:pointer}
.hex-tube-playerwrap{position:relative}
#hex-tube-player{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:18px;overflow:hidden}
.plyr__control--overlaid{padding:calc(var(--plyr-control-spacing,20px)*1.5)!important}
.hex-tube-tabs{padding:16px 0}
.hex-tube-tabs__nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.hex-tab{border:none;border-radius:999px;padding:12px 20px;background:#f5f5f9;color:#000;cursor:pointer;font-family:inherit;border:0;font-size:14px}
.hex-tab.is-active{background:#ffefef;border:0}
.hex-tube-tabs__panel{display:none}
.hex-tube-tabs__panel.is-active{display:block}
.hex-tube-desc{opacity:.95;line-height:1.9}
.hex-muted{opacity:.7}
.hex-tube-dl{display:grid;gap:10px}
.hex-dl{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:14px;background:#00000003;color:#000;text-decoration:none;border:1px solid #00000014}
.hex-dl__q{font-weight:800}
.hex-dl__go{opacity:.85}
.hex-card{border-radius:18px;background:#ffffff0a;border:1px solid #00000030;padding:12px;margin-bottom:20px}
.hex-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.hex-card__title{margin:0;font-size:14px;opacity:.95;font-weight:500}
.hex-card__link{color:#000;text-decoration:none;opacity:.75;font-size:12px;border:1px solid #d0d0d0;padding:0 20px;border-radius:25px;background:#f5f5f9}
.hex-card__link:hover{background:#ffefef}
.hex-list{display:grid}
.hex-item{display:flex;gap:10px;align-items:flex-start;text-decoration:none;color:inherit;padding:8px;border-radius:14px}
.hex-item:hover{background:#f5f5f9}
.hex-item__thumb{position:relative;flex:0 0 130px;height:74px;border-radius:12px;overflow:hidden;background:#eee}
.hex-item__img{position:absolute;inset:0;background-image:var(--thumb);background-size:cover;background-position:center}
.hex-item img{width:140px;height:80px;border-radius:12px;object-fit:cover;border:1px solid #00000014}
.hex-item__t{font-size:13px;line-height:1.4;font-weight:500;margin-top:12px}
.hex-archive__head{margin:8px 0 16px}
.hex-archive__title{margin:0 0 6px;font-size:22px}
.hex-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media (max-width:1200px) {
.hex-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px) {
.hex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.hex-tube-shell{width:100%;padding:0}
}
@media (max-width:560px) {
.hex-grid{grid-template-columns:1fr}
}
.hex-card2{display:block;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;background:#ffffffb3;border:1px solid #00000014}
.hex-card2__img{position:relative;padding-top:56.25%;background-size:cover;background-position:center}
.hex-card2__body{padding:10px 12px}
.hex-card2__t{margin:0;font-size:13px;line-height:1.6;font-weight:500}
.hex-card2__meta{opacity:.7;font-size:12px;margin-top:6px}
.hex-tube-footer{padding:22px 16px;opacity:.7;text-align:center}
.hex-ico{width:20px;height:20px;display:inline-block;vertical-align:-4px;color:inherit}
.hex-tube-topbar__center{display:flex;justify-content:center}
.hex-tube-topbar__right{text-align:left;margin-left:8px}
.hex-tube-search{position:relative;display:flex;align-items:center;gap:10px;background:#ffffff54;border:1px solid #00000054;border-radius:99px;padding:6px 12px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);flex-direction:row-reverse;max-width:680px}
.hex-tube-search__icon{display:inline-flex;opacity:.9}
.hex-tube-search__input{width:min(640px,56vw);max-width:100%;background:transparent;border:0;outline:none;color:#111;font-size:14px;font-family:inherit}
.hex-tube-search__input::placeholder{color:#323232ad}
.hex-tube-search__results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#0e0e10db;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 18px 60px #00000073;z-index:99999}
.hex-sr__item{display:flex;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;color:#ffffffeb}
.hex-sr__item:hover{background:#ffffff0f}
.hex-sr__thumb{width:54px;height:34px;object-fit:cover;border-radius:10px;flex:0 0 auto}
.hex-sr__title{font-size:13px;line-height:1.4;display:block}
.hex-tube-brand__logo{height:28px;width:auto;display:block;opacity:.95}
html{margin-top:0!important}
body.admin-bar{margin-top:0!important;padding-top:0!important}
.hex-tube-topbar__left{display:flex;flex-direction:row;align-items:center;gap:8px}
.hex-tube-branding{color:inherit;font-size:15px;font-weight:500;text-decoration:none}
.hex-tube-iconbtn{border:none;background:transparent;border-radius:999px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.hex-tube-iconbtn:hover{background:#0000000f}
.hex-tube-nav__menu{list-style:none;margin:0;padding:0;display:flex;gap:14px;align-items:center}
.hex-tube-nav__menu a{text-decoration:none;color:#111;opacity:.9;font-weight:600}
.hex-tube-nav__menu a:hover{opacity:1}
.hex-overlay{position:fixed;inset:0;background:#00000059;backdrop-filter:blur(4px);z-index:9997}
.hex-drawer{position:fixed;top:0;right:0;height:100vh;width:min(86vw,340px);background:#fffffff5;backdrop-filter:blur(14px);z-index:9998;box-shadow:-20px 0 60px #00000059;border-left:1px solid #00000014}
.hex-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:14px;border-bottom:1px solid #00000014}
.hex-drawer__title{font-weight:700}
.hex-drawer__body{padding:10px 14px;overflow:auto;height:calc(100vh - 56px)}
.hex-drawer__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.hex-drawer__menu a{text-decoration:none;color:#111;font-weight:700;padding:10px;border-radius:12px}
.hex-drawer__menu a:hover{background:#0000000f}
.hex-modal{position:fixed;left:50%;top:10vh;transform:translateX(-50%);width:min(92vw,560px);background:#fffffff5;backdrop-filter:blur(14px);z-index:9998;border:1px solid #00000014;border-radius:18px;box-shadow:0 24px 80px #00000059}
.hex-modal__head{display:flex;align-items:center;justify-content:space-between;padding:14px;border-bottom:1px solid #00000014}
.hex-modal__title{font-weight:800}
.hex-modal__body{padding:14px}
@media (max-width:980px) {
.hex-tube-topbar__center{display:none}
.hex-tube-searchbtn{display:inline-flex}
.hex-tube-nav{display:none}
}
@media (min-width:981px) {
.hex-tube-searchbtn{display:none}
.hex-tube-hamburger{display:none}
}
.hex-dur{position:absolute;left:6px;bottom:6px;background:#000000bf;border-radius:6px;padding:4px 8px;font-size:9px;line-height:1.1;color:#fff}
.hex-tube-labels{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}
.hex-tube-relatedlink{margin-top:16px}
.hex-label{display:inline-flex;align-items:center;text-decoration:none;color:#c40023;font-weight:400;font-size:12px}
.hex-label:hover{color:#ff0c3d}
.hex-tube-comments{padding:14px 0}
.hex-tube-comments__title{margin:0 0 10px;font-size:16px;font-weight:500}
.hex-tube-comments .hex-comments{margin-top:0}
.hex-pagination{grid-column:1/-1;margin-top:10px}
.hex-pagination .page-numbers{list-style:none;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.hex-pagination .page-numbers li{margin:0}
.hex-pagination .page-numbers a,.hex-pagination .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border-radius:12px;border:1px solid #0000001f;text-decoration:none;color:#111;background:#fff9;font-weight:800}
.hex-pagination .page-numbers .current{background:#00000014}
.hex-home-row{margin-bottom:16px;padding:12px;border:1px solid #00000014;border-radius:18px;background:#ffffffb8}
.hex-home-row__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.hex-home-row__publisher{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}
.hex-home-row__avatar{width:38px;height:38px;border-radius:999px;object-fit:cover;background:#eee}
.hex-home-row__avatar--fallback{display:block}
.hex-home-row__name{font-weight:900}
.hex-home-row__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
@media (max-width:980px) {
.hex-home-row__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.hex-cap-small .plyr__captions{font-size:13px}
.hex-cap-medium .plyr__captions{font-size:16px}
.hex-cap-large .plyr__captions{font-size:19px}
.plyr__caption{background:#000000a6;padding:6px 10px;border-radius:10px;line-height:1.6;text-shadow:0 2px 10px #000c}
.plyr__control.js-hex-cap-size{font-weight:700;letter-spacing:.5px}
.plyr__control.js-hex-cap-size:hover{opacity:.9}
@media (max-width:900px) {
.hex-tube-topbar{grid-template-columns:1fr auto;gap:10px;background:#fff;color:#282828;padding:6px 12px}
.hex-tube-topbar .hex-ico{color:#000}
.hex-tube-topbar__right{display:flex;align-items:center;gap:10px;justify-content:flex-end}
.hex-tube-brand__logo{width:68px}
.hex-tube-shell{width:100%;padding:0}
.hex-tube-watch__head,.hex-tube-tabs,.hex-tube-comments{padding:16px 12px}
.hex-tube-title{font-size:18px;line-height:1.6}
.hex-tube-actions{flex-wrap:nowrap}
.hex-btn--ghost,.hex-share{font-size:12px}
#hex-tube-player{border-radius:0}
}
