/**
 * VTube v2.1.0 — Comic Library Layout
 * Presentation layer only. Existing source/video/player/meta/paywall/schema/
 * Customizer routes remain unchanged.
 */
:root{
  --vtt-ink:#17171b;
  --vtt-ink-soft:#3f3d43;
  --vtt-paper:#f6f5ef;
  --vtt-surface:#ffffff;
  --vtt-surface-soft:#fbfaf5;
  --vtt-line:#202025;
  --vtt-line-soft:#d8d5cc;
  --vtt-muted:#77737a;
  --vtt-yellow:#ffd82f;
  --vtt-yellow-deep:#ebb900;
  --vtt-red:#ea4a4b;
  --vtt-red-soft:#ffe7e7;
  --vtt-cyan:#9ddff3;
  --vtt-violet:#d8c6ef;
  --vtt-green:#c8e9ae;
  --vtt-radius:18px;
  --vtt-radius-sm:12px;
  --vtt-container:1240px;
  --vtt-panel-shadow:5px 6px 0 rgba(23,23,27,.16),0 14px 30px rgba(31,28,32,.08);
  --vtt-panel-shadow-soft:3px 4px 0 rgba(23,23,27,.12),0 9px 18px rgba(31,28,32,.06);
  --vtt-transition:160ms ease;
}

html{scroll-behavior:smooth}
body.vtt-comic-library{
  min-width:320px;
  margin:0!important;
  color:var(--vtt-ink)!important;
  background:
    radial-gradient(circle at 7% 0%,rgba(255,216,47,.20),transparent 26rem),
    radial-gradient(circle at 94% 12%,rgba(157,223,243,.14),transparent 23rem),
    linear-gradient(180deg,#faf9f3 0%,var(--vtt-paper) 100%)!important;
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:15px;
  line-height:1.58;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
body.vtt-comic-library *,body.vtt-comic-library *:before,body.vtt-comic-library *:after{box-sizing:border-box}
body.vtt-comic-library a{color:inherit;text-decoration:none}
body.vtt-comic-library img{max-width:100%;height:auto}
body.vtt-comic-library :where(button,input,select,textarea){font:inherit}
body.vtt-comic-library a:focus-visible,
body.vtt-comic-library button:focus-visible,
body.vtt-comic-library input:focus-visible{outline:3px solid var(--vtt-yellow);outline-offset:3px}
body.vtt-comic-library #page{width:100%;overflow:hidden}
body.vtt-comic-library .container{width:min(calc(100% - 36px),var(--vtt-container))!important;max-width:var(--vtt-container)!important;margin-inline:auto!important;padding-inline:0!important}
body.vtt-comic-library .row{margin-inline:0!important}
body.vtt-comic-library .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important}
body.vtt-comic-library .skip-link:focus{clip:auto;left:14px;top:14px;width:auto!important;height:auto!important;z-index:99999;padding:10px 14px;background:var(--vtt-yellow);color:var(--vtt-ink);border:2px solid var(--vtt-ink);border-radius:9px;font-weight:800}

/* Shared compact comic controls. */
.vtt-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 16px;border:2px solid var(--vtt-line);border-radius:10px;color:var(--vtt-ink)!important;background:var(--vtt-yellow);box-shadow:3px 3px 0 var(--vtt-line);font-family:"Quicksand","Inter",sans-serif;font-size:14px;font-weight:800;line-height:1;cursor:pointer}
.vtt-button:hover{color:var(--vtt-ink)!important;background:#ffe66a}
.vtt-button:active{box-shadow:1px 1px 0 var(--vtt-line);transform:translate(2px,2px)}
.vtt-button--primary,.vtt-button--yellow{background:var(--vtt-yellow);color:var(--vtt-ink)!important}
.vtt-chip{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:4px 8px;border:1px solid var(--vtt-line);border-radius:7px;color:var(--vtt-ink);background:var(--vtt-yellow);font-size:10px;font-weight:800;line-height:1.15}
.vtt-chip--blue{background:var(--vtt-cyan)}
.vtt-text-link{display:inline-flex;align-items:center;gap:6px;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:12px;font-weight:800}
.vtt-text-link:hover{text-decoration:underline}

/* Header and navigation: compact black comic bar. */
.vtt-site-header{position:relative;z-index:500;color:#fff;background:#101014;box-shadow:0 4px 14px rgba(0,0,0,.18)}
.vtt-header-primary{background:#101014}
.vtt-header-primary__inner{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:64px;gap:14px}
.vtt-header-tools{display:flex;align-items:center;gap:8px;min-width:0}
.vtt-header-tools--right{justify-content:flex-end}
.vtt-brand{display:flex;align-items:center;justify-content:center;min-width:0}
.vtt-brand__image{display:flex;align-items:center;justify-content:center}
.vtt-brand__image img{display:block;width:auto;max-width:180px;max-height:44px;object-fit:contain}
.vtt-brand__text{display:inline-flex;align-items:baseline;gap:3px;font-family:"Quicksand","Inter",sans-serif;font-size:28px;font-weight:800;letter-spacing:-1.4px;line-height:.9}
.vtt-brand__word--one{color:var(--vtt-yellow)}
.vtt-brand__word--two{color:#fff}
.vtt-icon-button{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:0;border-radius:7px;color:#fff;background:transparent;font-size:17px;cursor:pointer}
.vtt-icon-button:hover{color:var(--vtt-yellow);background:rgba(255,255,255,.08)}
.vtt-menu-toggle,.vtt-search-toggle{display:inline-flex}
.vtt-header-account{display:flex;align-items:center;justify-content:flex-end;min-width:0}
.vtt-login-link{display:inline-flex;align-items:center;gap:6px;color:#fff!important;font-family:"Quicksand","Inter",sans-serif;font-size:12px;font-weight:800;white-space:nowrap}
.vtt-login-link:hover{color:var(--vtt-yellow)!important}
.vtt-signup-link{display:none!important}
.vtt-user-menu{position:relative}
.vtt-user-menu summary{display:flex;align-items:center;gap:6px;list-style:none;cursor:pointer;font-size:12px;font-weight:700;white-space:nowrap}
.vtt-user-menu summary::-webkit-details-marker{display:none}
.vtt-user-menu summary img{width:32px;height:32px;border:2px solid var(--vtt-yellow);border-radius:50%}
.vtt-user-menu ul{position:absolute;top:calc(100% + 13px);right:0;z-index:10;width:210px;padding:7px;margin:0;border:2px solid var(--vtt-line);border-radius:10px;color:var(--vtt-ink);background:#fff;box-shadow:var(--vtt-panel-shadow);list-style:none}
.vtt-user-menu:not([open]) ul{display:none}
.vtt-user-menu li+li{border-top:1px solid #e5e3dd}
.vtt-user-menu a{display:block;padding:9px;border-radius:6px;font-size:12px;font-weight:700}
.vtt-user-menu a:hover{background:var(--vtt-yellow)}
.vtt-header-search{position:absolute;z-index:20;top:100%;left:0;right:0;display:none;padding:12px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:2px solid var(--vtt-line);background:#17171b;box-shadow:0 8px 17px rgba(0,0,0,.22)}
.vtt-header-search.is-open{display:block}
.vtt-header-search .vtt-search-form{position:relative;display:flex;width:min(100%,650px);margin-inline:auto}
.vtt-header-search .vtt-search-form input{width:100%;height:42px;padding:8px 47px 8px 15px;border:2px solid var(--vtt-line)!important;border-radius:9px!important;color:var(--vtt-ink)!important;background:#fff!important;font-size:13px;font-weight:600}
.vtt-header-search .vtt-search-form button{position:absolute;right:4px;top:4px;width:34px;height:34px;padding:0;border:0;border-radius:6px;color:var(--vtt-ink);background:var(--vtt-yellow);cursor:pointer}
.vtt-desktop-nav{border-top:1px solid rgba(255,255,255,.10);background:#151519}
.vtt-primary-nav{display:flex;align-items:stretch;gap:0;padding:0;margin:0;list-style:none;overflow-x:auto;scrollbar-width:none}
.vtt-primary-nav::-webkit-scrollbar{display:none}
.vtt-primary-nav>li{position:relative;flex:0 0 auto;border-right:1px solid rgba(255,255,255,.08)}
.vtt-primary-nav>li>a{display:inline-flex;align-items:center;min-height:38px;padding:8px 11px;color:#f6f4ef;font-family:"Quicksand","Inter",sans-serif;font-size:11px;font-weight:800;white-space:nowrap}
.vtt-primary-nav>li.current-menu-item>a,.vtt-primary-nav>li.current-menu-ancestor>a,.vtt-primary-nav>li>a:hover{color:var(--vtt-ink);background:var(--vtt-yellow)}
.vtt-primary-nav .sub-menu{position:absolute;top:100%;left:0;z-index:30;display:none;min-width:190px;padding:6px;margin:0;border:2px solid var(--vtt-line);border-radius:0 0 10px 10px;color:var(--vtt-ink);background:#fff;box-shadow:var(--vtt-panel-shadow);list-style:none}
.vtt-primary-nav .menu-item-has-children:hover>.sub-menu,.vtt-primary-nav .menu-item-has-children:focus-within>.sub-menu{display:block}
.vtt-primary-nav .sub-menu a{display:block;padding:8px;border-radius:6px;font-size:12px;font-weight:700}
.vtt-primary-nav .sub-menu a:hover{background:var(--vtt-yellow)}
.vtt-mobile-quick-nav{display:none!important}
.vtt-comic-breadcrumb-bar{border-bottom:1px solid #dfd4a5;color:#5c5644;background:#fff3c4}
.vtt-comic-breadcrumb-bar .container{display:flex;align-items:center;gap:8px;min-height:30px;overflow:hidden;font-size:10px;font-weight:700;white-space:nowrap}
.vtt-comic-breadcrumb-bar a{display:inline-flex;align-items:center;gap:4px}
.vtt-comic-breadcrumb-bar a:hover{text-decoration:underline}
.vtt-comic-breadcrumb-bar__separator{color:#938a6b}

/* Mobile drawer remains the complete menu. */
.vtt-mobile-drawer{position:fixed;inset:0;z-index:10000;pointer-events:none;visibility:hidden}
.vtt-mobile-drawer.is-open{visibility:visible;pointer-events:auto}
.vtt-mobile-drawer__backdrop{position:absolute;inset:0;opacity:0;background:rgba(0,0,0,.60);transition:opacity var(--vtt-transition)}
.vtt-mobile-drawer.is-open .vtt-mobile-drawer__backdrop{opacity:1}
.vtt-mobile-drawer__panel{position:absolute;inset:0 auto 0 0;display:flex;flex-direction:column;width:min(88vw,360px);transform:translateX(-104%);color:#fff;background:#151519;box-shadow:6px 0 0 var(--vtt-yellow);transition:transform var(--vtt-transition);overflow-y:auto}
.vtt-mobile-drawer.is-open .vtt-mobile-drawer__panel{transform:translateX(0)}
.vtt-mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:19px;border-bottom:1px solid rgba(255,255,255,.12);font-family:"Quicksand","Inter",sans-serif;font-size:18px;font-weight:800}
.vtt-mobile-drawer__top button{border:0;color:#fff;background:transparent;font-size:20px}
.vtt-mobile-drawer__nav{padding:10px}
.vtt-drawer-nav,.vtt-drawer-nav .sub-menu{padding:0;margin:0;list-style:none}
.vtt-drawer-nav>li{border-bottom:1px solid rgba(255,255,255,.10)}
.vtt-drawer-nav a{display:block;padding:13px 10px;color:#fff;font-family:"Quicksand","Inter",sans-serif;font-size:15px;font-weight:700}
.vtt-drawer-nav>li>a:hover{color:var(--vtt-ink);background:var(--vtt-yellow)}
.vtt-drawer-nav .sub-menu{padding:0 0 8px 15px}
.vtt-drawer-nav .sub-menu a{padding:7px 10px;color:#d8d5dc;font-size:12px}
.vtt-mobile-drawer__footer{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:15px;margin-top:auto;border-top:1px solid rgba(255,255,255,.12)}
.vtt-mobile-drawer__footer a{padding:9px;border:1px solid rgba(255,255,255,.55);border-radius:8px;color:#fff;font-size:12px;font-weight:700;text-align:center}

/* Main library composition. */
.vtt-site-content{position:relative;min-height:55vh}
.vtt-site-content:before{content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;background-image:radial-gradient(rgba(23,23,27,.055) 1px,transparent 1px);background-size:16px 16px;opacity:.42}
.vtt-library-stage{padding:20px 0 52px}
.vtt-library-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}
.vtt-library-main{min-width:0}
.vtt-comic-panel{padding:22px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius);background:var(--vtt-surface);box-shadow:var(--vtt-panel-shadow)}
.vtt-comic-panel--listing{padding:22px}
.vtt-archive-hero{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:15px;margin:0 0 22px;padding:0 0 17px;border-bottom:1px solid var(--vtt-line-soft)}
.vtt-archive-hero__heading{min-width:0}
.vtt-section-kicker{display:inline-flex;align-items:center;width:max-content;min-height:21px;padding:3px 8px;margin:0 0 6px;border:1px solid var(--vtt-line);border-radius:7px;color:var(--vtt-ink);background:var(--vtt-yellow);font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.vtt-archive-hero h1,.vtt-section-heading h1,.vtt-section-heading h2{margin:0;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:clamp(26px,3vw,36px);font-weight:800;line-height:1.06;letter-spacing:-1.4px}
.vtt-archive-hero h1 small{color:var(--vtt-muted);font-family:"Inter",sans-serif;font-size:.40em;font-weight:700;letter-spacing:0}
.vtt-archive-hero p,.vtt-archive-description{flex:0 0 100%;max-width:760px;margin:0;color:var(--vtt-muted);font-size:13px;line-height:1.65}
.vtt-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:0 0 15px;border-bottom:1px solid var(--vtt-line-soft)}
.vtt-section-heading h2{font-size:25px}
.vtt-filter-bar{display:flex;align-items:center;gap:8px;max-width:100%;overflow-x:auto;scrollbar-width:none}
.vtt-filter-bar::-webkit-scrollbar{display:none}
.vtt-filter-bar__label{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;color:var(--vtt-ink);font-size:11px;font-weight:800}
.vtt-filter-bar__items{display:flex;flex:0 0 auto;gap:5px}
.vtt-filter-pill{display:inline-flex;align-items:center;min-height:31px;padding:6px 10px;border:1px solid var(--vtt-line);border-radius:8px;color:var(--vtt-ink);background:#fff;font-size:10px;font-weight:800;white-space:nowrap}
.vtt-filter-pill:hover,.vtt-filter-pill.is-active{background:var(--vtt-yellow)}

/* Video and term cards: no move/scale hover. Only the media overlay/play affordance changes. */
.vtt-video-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px 16px;width:100%;margin:0!important}
.vtt-term-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 16px;width:100%;margin:0!important}
.vtt-card-cell,.vtt-term-cell{width:auto!important;max-width:none!important;min-width:0;padding:0!important}
.vtt-video-card.video-block,.vtt-video-card.video-block.related-video-block{min-width:0;height:100%;margin:0!important;padding:0!important}
.vtt-video-card .vtt-card-media.thumb{position:relative!important;isolation:isolate;display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;padding:0!important;margin:0!important;overflow:hidden!important;border:2px solid var(--vtt-line)!important;border-radius:var(--vtt-radius-sm)!important;background:#25252b!important;box-shadow:var(--vtt-panel-shadow-soft)!important}
.vtt-video-card .vtt-card-media:before{content:"";position:absolute;z-index:0;inset:-12px;background-image:var(--vtt-thumb);background-position:center;background-size:cover;filter:blur(14px) saturate(.72) brightness(.58);transform:scale(1.09);opacity:.88}
.vtt-video-card .vtt-card-media:after{content:"";position:absolute;z-index:3;inset:0;background:rgba(0,0,0,0);pointer-events:none;transition:background var(--vtt-transition)}
.vtt-video-card .vtt-card-media .video-img,.vtt-video-card .vtt-card-media img.video-img.loaded{position:relative!important;z-index:1!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;opacity:1!important;object-fit:contain!important;object-position:center!important;border:0!important;transition:none!important}
.vtt-video-card .vtt-card-media .video-preview,.vtt-video-card .vtt-card-media .thumbs-rotation,.vtt-video-card .vtt-card-media .video-debounce-bar,.vtt-video-card .vtt-card-media .lds-dual-ring{display:none!important}
.vtt-card-duration,.vtt-card-category{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border:1px solid rgba(255,255,255,.88);border-radius:5px;color:#fff;background:rgba(17,17,20,.78);font-size:8px;font-weight:800;line-height:1;white-space:nowrap}
.vtt-card-duration{top:6px;right:6px}
.vtt-card-category{bottom:6px;left:6px;max-width:calc(100% - 12px);overflow:hidden;text-overflow:ellipsis;background:rgba(23,23,27,.86)}
.vtt-card-play{position:absolute!important;z-index:6!important;top:50%!important;left:50%!important;display:flex!important;width:48px!important;height:48px!important;align-items:center!important;justify-content:center!important;border:2px solid #fff!important;border-radius:50%!important;color:#fff!important;background:rgba(21,21,25,.76)!important;box-shadow:0 5px 12px rgba(0,0,0,.34)!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%,-50%)!important;transition:opacity var(--vtt-transition),visibility var(--vtt-transition)!important;pointer-events:none!important}
.vtt-card-play__triangle{display:block;width:0;height:0;margin-left:3px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #fff}
@media (hover:hover){
  .vtt-video-card .vtt-card-media:hover:after,.vtt-video-card .vtt-card-media:focus-visible:after{background:rgba(0,0,0,.24)}
  .vtt-video-card .vtt-card-media:hover .vtt-card-play,.vtt-video-card .vtt-card-media:focus-visible .vtt-card-play{opacity:1!important;visibility:visible!important}
}
.vtt-card-copy.infos{display:block!important;padding:8px 1px 0!important;margin:0!important}
.vtt-card-copy .title{display:-webkit-box!important;overflow:hidden!important;min-height:32px;max-height:35px;margin:0;color:var(--vtt-ink)!important;font-family:"Quicksand","Inter",sans-serif!important;font-size:12px!important;font-weight:800!important;line-height:1.32!important;text-align:left!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.vtt-card-copy:hover .title{color:var(--vtt-ink)!important}
.vtt-card-copy .video-datas{display:block!important;height:auto!important;padding:0!important;margin-top:3px!important;color:var(--vtt-muted)!important;font-size:9px!important;font-weight:600!important;line-height:1.35!important;text-align:left!important}
.vtt-card-copy .views-number{font-size:inherit!important}
.vtt-card-copy .views-number i{color:var(--vtt-yellow-deep)}
.vtt-empty-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px;border:2px dashed #c6c0ad;border-radius:12px;color:var(--vtt-muted);background:var(--vtt-surface-soft);text-align:center}
.vtt-empty-state i{color:var(--vtt-yellow-deep);font-size:30px}
.vtt-empty-state p{margin:0;font-weight:600}

/* Term cards use the same panel language without hover motion. */
.vtt-category-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 16px}
.vtt-category-tile,.vtt-term-card{position:relative;isolation:isolate;display:block;aspect-ratio:16/10;overflow:hidden;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:#25252b;box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-category-tile:before,.vtt-term-card:before{content:"";position:absolute;z-index:0;inset:-10px;background-image:var(--vtt-thumb);background-position:center;background-size:cover;filter:blur(14px) saturate(.70) brightness(.50);transform:scale(1.08);opacity:.88}
.vtt-category-tile img,.vtt-term-card img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.vtt-category-tile__shade,.vtt-term-card__shade{position:absolute;z-index:2;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.vtt-category-tile__name,.vtt-category-tile small,.vtt-term-card__title,.vtt-term-card small{position:absolute;z-index:3;left:9px;right:9px;color:#fff}
.vtt-category-tile__name,.vtt-term-card__title{bottom:24px;overflow:hidden;font-family:"Quicksand","Inter",sans-serif;font-size:12px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.vtt-category-tile small,.vtt-term-card small{bottom:8px;color:#f2eece;font-size:9px;font-weight:700}
.vtt-explore-categories{padding:6px 0 42px}

/* Sidebar modules. */
.vtt-library-sidebar,.vtt-single-sidebar{display:grid;gap:18px;min-width:0}
.vtt-comic-widget,.vtt-aside-related{padding:14px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:var(--vtt-surface);box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-comic-widget h2,.vtt-aside-related h2{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:17px;font-weight:800;line-height:1.1}
.vtt-comic-widget__icon{display:inline-flex;width:23px;height:23px;align-items:center;justify-content:center;border:1px solid var(--vtt-line);border-radius:6px;color:var(--vtt-ink);background:var(--vtt-yellow);font-size:11px}
.vtt-comic-widget__ad{display:flex;justify-content:center;max-width:100%;overflow:visible}
.vtt-comic-widget__ad iframe,.vtt-comic-widget__ad img{display:block;max-width:100%;height:auto}
.vtt-comic-list{padding:0;margin:0;list-style:none}
.vtt-comic-list li+li{border-top:1px solid #e6e3da}
.vtt-comic-list a{display:grid;grid-template-columns:23px minmax(0,1fr) auto;gap:7px;align-items:center;padding:8px 0}
.vtt-comic-list__rank{display:inline-flex;width:21px;height:21px;align-items:center;justify-content:center;border:1px solid var(--vtt-line);border-radius:6px;color:var(--vtt-ink);background:#fff;font-size:9px;font-weight:800}
.vtt-comic-list li:nth-child(1) .vtt-comic-list__rank{background:var(--vtt-yellow)}
.vtt-comic-list li:nth-child(2) .vtt-comic-list__rank{background:var(--vtt-cyan)}
.vtt-comic-list li:nth-child(3) .vtt-comic-list__rank{background:var(--vtt-violet)}
.vtt-comic-list__copy{min-width:0}
.vtt-comic-list__copy strong{display:-webkit-box;overflow:hidden;color:var(--vtt-ink);font-size:10px;font-weight:800;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.vtt-comic-list__copy small{display:block;margin-top:2px;color:var(--vtt-muted);font-size:8px;font-weight:600}
.vtt-comic-list__action{padding:3px 5px;border:1px solid var(--vtt-line);border-radius:5px;background:var(--vtt-yellow);font-size:8px;font-weight:800}
.vtt-comic-category-chips{display:flex;flex-wrap:wrap;gap:6px}
.vtt-comic-category-chips a{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid var(--vtt-line);border-radius:999px;background:#fff;font-size:9px;font-weight:700;line-height:1.1}
.vtt-comic-category-chips a:hover{background:var(--vtt-yellow)}
.vtt-comic-category-chips small{color:var(--vtt-muted);font-size:8px;font-weight:700}
.vtt-comic-dynamic-sidebar{display:grid;gap:16px}
.vtt-comic-dynamic-sidebar .widget{padding:14px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:#fff;box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-comic-dynamic-sidebar .widget-title{margin:0 0 10px;font-family:"Quicksand","Inter",sans-serif;font-size:16px;font-weight:800}

/* Stable video player plus comic article information. */
.vtt-single-panel{padding:22px}
.vtt-single-header{margin-bottom:19px;padding-bottom:18px;border-bottom:1px solid var(--vtt-line-soft)}
.vtt-single-header h1{margin:12px 0 0;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:clamp(26px,4vw,42px);font-weight:800;line-height:1.08;letter-spacing:-1.6px}
.vtt-single-taxonomy,.vtt-single-tags{display:flex;flex-wrap:wrap;gap:6px}
.vtt-single-tags{margin-top:12px}
.vtt-single-tags a{display:inline-flex;align-items:center;padding:5px 7px;border:1px solid var(--vtt-line);border-radius:7px;color:var(--vtt-ink);background:#fff;font-family:"Quicksand","Inter",sans-serif;font-size:10px;font-weight:800;line-height:1.1}
.vtt-single-tags a:nth-child(3n+1){background:var(--vtt-yellow)}
.vtt-single-tags a:nth-child(3n+2){background:var(--vtt-cyan)}
.vtt-single-tags a:nth-child(3n){background:var(--vtt-violet)}
.vtt-player-frame{position:relative;padding:4px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:#101014;box-shadow:5px 6px 0 rgba(23,23,27,.25),0 14px 27px rgba(0,0,0,.16)}
.vtt-player-frame .responsive-player,.vtt-player-frame .video-player{position:relative!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important}
.vtt-player-viewport{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:7px;background:#050506}
.vtt-player-viewport>iframe,.vtt-player-viewport>video,.vtt-player-viewport>object,.vtt-player-viewport>embed,.vtt-player-viewport>.video-js,.vtt-player-viewport>.fluid_video_wrapper,.vtt-player-viewport>.wp-video,.vtt-player-viewport>.mejs-container,.vtt-player-viewport>.video-wrapper,.vtt-player-viewport>div:not(.happy-inside-player){position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-width:none!important;margin:0!important;padding:0!important}
.vtt-player-viewport iframe,.vtt-player-viewport video,.vtt-player-viewport object,.vtt-player-viewport embed{display:block!important;width:100%!important;height:100%!important;min-height:0!important;border:0!important}
.vtt-player-viewport .video-js,.vtt-player-viewport .video-js .vjs-tech,.vtt-player-viewport .fluid_video_wrapper,.vtt-player-viewport .fluid_video_wrapper video,.vtt-player-viewport .mejs-container,.vtt-player-viewport .mejs-container video{width:100%!important;height:100%!important}
.vtt-player-viewport .video-js .vjs-control-bar{z-index:7;display:flex!important;min-height:40px}
.vtt-player-viewport .video-js .vjs-big-play-button{z-index:8}
.vtt-player-frame .happy-inside-player{z-index:30}
.vtt-ad-slot{position:relative;padding:14px;margin:20px 0;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:#fff;box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-ad-slot__label{position:absolute;top:-12px;left:13px;padding:3px 8px;border:2px solid var(--vtt-line);border-radius:999px;color:var(--vtt-ink);background:var(--vtt-yellow);font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.vtt-ad-slot__content{display:flex;justify-content:center;align-items:center;min-width:0;max-width:100%;overflow:visible;text-align:center}
.vtt-ad-slot__content iframe,.vtt-ad-slot__content img{display:block;max-width:100%;height:auto}
.vtt-ad-slot--page-bottom{width:min(calc(100% - 36px),var(--vtt-container));margin:0 auto 52px}
.vtt-ad-slot--beside-player{margin:0}
.vtt-aside-ad-stack{display:grid;gap:18px}
.vtt-video-utility{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:15px 0;border-bottom:1px solid var(--vtt-line-soft)}
.vtt-video-stat{color:var(--vtt-muted);font-size:11px;font-weight:700}
.vtt-video-stat i{color:var(--vtt-yellow-deep)}
.vtt-video-rate{margin-right:auto}
.vtt-video-rate .post-like-link,.vtt-video-rate a{display:inline-flex;align-items:center;min-height:31px;padding:6px 9px;border:1px solid var(--vtt-line);border-radius:7px;color:var(--vtt-ink)!important;background:#fff;font-size:10px;font-weight:700}
.vtt-video-tabs{display:flex;flex-wrap:wrap;gap:5px}
.vtt-video-tabs button{display:inline-flex;align-items:center;gap:5px;min-height:31px;padding:6px 9px;border:1px solid var(--vtt-line);border-radius:7px;color:var(--vtt-ink);background:#fff;font-size:10px;font-weight:800;cursor:pointer}
.vtt-video-tabs button.active,.vtt-video-tabs button:hover{background:var(--vtt-yellow)}
.vtt-video-detail-card{margin-top:18px;padding:0;border:0;background:transparent;box-shadow:none}
.vtt-video-detail-card .video-comments,.vtt-video-detail-card .video-content-row,.vtt-video-detail-card #video-share{display:none}
.vtt-video-detail-card .video-content-row:first-child{display:block}
.vtt-story-panel{position:relative;padding:20px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:var(--vtt-surface-soft);box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-story-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;border-radius:10px 10px 0 0;background:var(--vtt-yellow)}
.vtt-story-panel__header{margin-bottom:14px;padding-bottom:11px;border-bottom:1px solid var(--vtt-line-soft)}
.vtt-story-panel__kicker{display:inline-flex;align-items:center;gap:5px;margin-bottom:5px;color:var(--vtt-muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.vtt-story-panel h2{margin:0;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:24px;font-weight:800;line-height:1.1}
.vtt-video-detail-card .video-description{padding:0!important;height:auto!important;color:var(--vtt-ink);font-size:14px;line-height:1.8}
.vtt-video-detail-card .video-description>*:last-child{margin-bottom:0}
.vtt-aside-related{padding:14px}
.vtt-sidebar-video-list{display:grid;gap:10px}
.vtt-sidebar-video{display:grid;grid-template-columns:96px minmax(0,1fr);gap:9px;align-items:start}
.vtt-sidebar-video__thumb{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;border:1px solid var(--vtt-line);border-radius:7px;background:#29292f}
.vtt-sidebar-video__thumb img{width:100%;height:100%;object-fit:contain}
.vtt-sidebar-video__thumb span{position:absolute;right:4px;bottom:4px;padding:2px 4px;border-radius:4px;color:#fff;background:rgba(0,0,0,.78);font-size:8px;font-weight:700}
.vtt-sidebar-video__copy a{display:-webkit-box;overflow:hidden;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:11px;font-weight:800;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.vtt-sidebar-video__copy small{display:block;margin-top:4px;color:var(--vtt-muted);font-size:9px;font-weight:600}
.vtt-related-section{margin-top:31px;padding-top:20px;border-top:1px solid var(--vtt-line-soft)}

/* Footer. */
.vtt-site-footer{color:#f6f5ef;background:#101014;border-top:4px solid var(--vtt-yellow)}
.vtt-footer-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.75fr) minmax(0,1fr);gap:32px;padding:38px 0 25px}
.vtt-footer-brand__name{display:inline-block;color:var(--vtt-yellow)!important;font-family:"Quicksand","Inter",sans-serif;font-size:24px;font-weight:800;letter-spacing:-1px}
.vtt-footer-brand p{max-width:390px;margin:9px 0 0;color:#c6c4c8;font-size:11px;line-height:1.65}
.vtt-footer-brand__links{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.vtt-footer-brand__links a{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid rgba(255,255,255,.28);border-radius:7px;color:#fff;font-size:10px;font-weight:700}
.vtt-footer-brand__links a:hover{color:var(--vtt-ink);background:var(--vtt-yellow)}
.vtt-footer-column h2,.vtt-footer-tags h2{margin:0 0 10px;color:#fff;font-family:"Quicksand","Inter",sans-serif;font-size:13px;font-weight:800}
.vtt-footer-nav,.vtt-footer-updates{padding:0;margin:0;list-style:none}
.vtt-footer-nav li+li,.vtt-footer-updates li+li{margin-top:6px}
.vtt-footer-nav a,.vtt-footer-updates a{color:#d7d5da;font-size:10px;font-weight:600}
.vtt-footer-nav a:hover,.vtt-footer-updates a:hover{color:var(--vtt-yellow)}
.vtt-footer-tags{padding:16px 0;border-top:1px solid rgba(255,255,255,.12)}
.vtt-footer-tags>div{display:flex;flex-wrap:wrap;gap:6px}
.vtt-footer-tags a{padding:4px 6px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#e0dde3;font-size:9px;font-weight:600}
.vtt-footer-tags a:hover{color:var(--vtt-ink);background:var(--vtt-yellow)}
.vtt-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0 22px;border-top:1px solid rgba(255,255,255,.12);color:#a6a3ab;font-size:9px;font-weight:600}
.vtt-footer-top{color:#fff;font-size:10px;font-weight:700}
.vtt-footer-top:hover{color:var(--vtt-yellow)}

/* Pagination, forms, static pages and comments. */
body.vtt-comic-library .pagination{display:flex!important;gap:6px;margin:28px 0 0}
body.vtt-comic-library .pagination .page-item{margin:0}
body.vtt-comic-library .pagination .page-link{display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;padding:5px;border:1px solid var(--vtt-line)!important;border-radius:7px!important;color:var(--vtt-ink)!important;background:#fff!important;box-shadow:2px 2px 0 rgba(23,23,27,.12)!important;font-size:11px;font-weight:800}
body.vtt-comic-library .pagination .page-item.active .page-link,body.vtt-comic-library .pagination .page-link:hover{background:var(--vtt-yellow)!important;box-shadow:2px 2px 0 var(--vtt-line)!important}
.vtt-static-page,.vtt-error-page{padding:24px 0 48px}
.vtt-static-content-card,.vtt-error-card{padding:26px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius);background:#fff;box-shadow:var(--vtt-panel-shadow)}
.vtt-static-content-card .entry-header h1{margin:0 0 18px;font-family:"Quicksand","Inter",sans-serif;font-size:clamp(28px,4vw,43px);font-weight:800;line-height:1.08}
.vtt-static-content-card .entry-content{font-size:14px;line-height:1.78}
.vtt-error-card{text-align:center}
.vtt-error-card>span{display:block;color:var(--vtt-yellow-deep);font-family:"Quicksand","Inter",sans-serif;font-size:70px;font-weight:800;line-height:.8;letter-spacing:-4px}
.vtt-error-card h1{margin:14px 0 7px;font-family:"Quicksand","Inter",sans-serif;font-size:26px;font-weight:800}
.vtt-error-card p{max-width:480px;margin:0 auto 18px;color:var(--vtt-muted)}
body.vtt-comic-library .entry-content input:not([type="submit"]),body.vtt-comic-library .entry-content textarea,body.vtt-comic-library .entry-content select,body.vtt-comic-library .comment-form input:not([type="submit"]),body.vtt-comic-library .comment-form textarea{width:100%;padding:9px 10px;border:1px solid var(--vtt-line)!important;border-radius:7px;color:var(--vtt-ink)!important;background:#fff!important}
body.vtt-comic-library .entry-content input[type="submit"],body.vtt-comic-library .comment-form input[type="submit"],body.vtt-comic-library .entry-content .btn{padding:9px 14px;border:2px solid var(--vtt-line)!important;border-radius:7px!important;color:var(--vtt-ink)!important;background:var(--vtt-yellow)!important;box-shadow:2px 2px 0 var(--vtt-line)!important;font-weight:800}
body.vtt-comic-library .comments-area{padding:18px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius-sm);background:#fff;box-shadow:var(--vtt-panel-shadow-soft)}
body.vtt-comic-library .comments-title{font-family:"Quicksand","Inter",sans-serif;font-size:18px;font-weight:800}
body.vtt-comic-library .comment-list{padding-left:20px}
body.vtt-comic-library .comment-body{padding:11px 0;border-bottom:1px solid var(--vtt-line-soft)}
body.vtt-comic-library .vtt-static-list>article{padding:20px 0;border-bottom:1px solid var(--vtt-line-soft)}
body.vtt-comic-library .vtt-static-list .entry-title{margin:0 0 7px;font-family:"Quicksand","Inter",sans-serif;font-size:21px;font-weight:800}

/* Legacy tag directory cleanup. */
.archive-tags-list{padding:22px 0 48px}
.archive-tags-list .archive-content{padding:22px;border:2px solid var(--vtt-line);border-radius:var(--vtt-radius);background:#fff;box-shadow:var(--vtt-panel-shadow)}
.archive-tags-list h1{margin:0 0 18px;font-family:"Quicksand","Inter",sans-serif;font-size:32px;font-weight:800}
.tags-letter-block{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;padding:11px 0;border-top:1px solid var(--vtt-line-soft)}
.tag-letter{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid var(--vtt-line);border-radius:7px;background:var(--vtt-yellow);font-family:"Quicksand","Inter",sans-serif;font-size:17px;font-weight:800}
.tag-items{display:flex;flex-wrap:wrap;gap:7px}
.tag-item a{display:inline-flex;gap:4px;padding:5px 7px;border:1px solid var(--vtt-line);border-radius:7px;background:#fff;font-size:10px;font-weight:700}
.tag-item a:hover{background:var(--vtt-yellow)}
.tag-item .count{color:var(--vtt-muted)}

@media (max-width:1179.98px){
  .vtt-library-layout{grid-template-columns:minmax(0,1fr) 276px;gap:18px}
  .vtt-video-grid,.vtt-term-grid,.vtt-category-rail{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:1023.98px){
  .vtt-library-layout{grid-template-columns:1fr}
  .vtt-library-sidebar,.vtt-single-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .vtt-library-sidebar .vtt-comic-widget--ad,.vtt-single-sidebar .vtt-comic-widget--ad{grid-column:1/-1}
  .vtt-footer-grid{grid-template-columns:1.15fr .85fr .95fr;gap:20px}
}
@media (max-width:767.98px){
  body.vtt-comic-library .container{width:min(calc(100% - 24px),var(--vtt-container))!important}
  .vtt-header-primary__inner{min-height:58px;gap:5px}
  .vtt-brand__image img{max-width:152px;max-height:42px}
  .vtt-brand__text{font-size:25px}
  .vtt-icon-button{width:34px;height:34px}
  .vtt-user-menu__label,.vtt-login-link .vtt-user-menu__label,.vtt-user-menu summary i{display:none!important}
  .vtt-login-link{width:32px;height:32px;justify-content:center;border:1px solid rgba(255,255,255,.55);border-radius:7px}
  .vtt-user-menu summary img{width:31px;height:31px}
  .vtt-header-search{padding:10px 0}
  .vtt-desktop-nav .container{width:100%!important}
  .vtt-primary-nav>li>a{min-height:35px;padding:7px 10px;font-size:10px}
  .vtt-primary-nav .sub-menu{display:none!important}
  .vtt-comic-breadcrumb-bar .container{min-height:28px;font-size:9px}
  .vtt-library-stage{padding:14px 0 32px}
  .vtt-comic-panel,.vtt-comic-panel--listing,.vtt-single-panel{padding:15px;border-radius:14px}
  .vtt-archive-hero{align-items:flex-start;flex-direction:column;gap:11px;margin-bottom:17px;padding-bottom:13px}
  .vtt-archive-hero h1,.vtt-section-heading h1,.vtt-section-heading h2{font-size:27px;letter-spacing:-1.1px}
  .vtt-filter-bar{width:100%}
  .vtt-filter-bar__label{display:none}
  .vtt-filter-pill{min-height:29px;padding:5px 8px;font-size:9px}
  .vtt-video-grid,.vtt-term-grid,.vtt-category-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 12px}
  .vtt-card-copy.infos{padding-top:6px!important}
  .vtt-card-copy .title{min-height:29px;max-height:31px;font-size:11px!important;line-height:1.28!important}
  .vtt-card-copy .video-datas{font-size:8px!important}
  .vtt-card-duration,.vtt-card-category{font-size:7px}
  .vtt-library-sidebar,.vtt-single-sidebar{grid-template-columns:1fr;gap:14px}
  .vtt-comic-widget,.vtt-aside-related{padding:12px;border-radius:10px}
  .vtt-comic-widget h2,.vtt-aside-related h2{font-size:16px}
  .vtt-player-frame{padding:3px;border-radius:10px}
  .vtt-player-viewport{border-radius:5px}
  .vtt-single-header h1{font-size:29px;letter-spacing:-1.25px}
  .vtt-video-utility{gap:7px;padding:12px 0}
  .vtt-video-rate{margin-right:0}
  .vtt-video-tabs{width:100%}
  .vtt-video-tabs button{flex:1;justify-content:center}
  .vtt-video-tabs button span{display:none}
  .vtt-story-panel{padding:16px;border-radius:10px}
  .vtt-story-panel h2{font-size:22px}
  .vtt-ad-slot{padding:10px;margin:17px 0;border-radius:10px}
  .vtt-ad-slot--page-bottom{width:min(calc(100% - 24px),var(--vtt-container));margin-bottom:34px}
  .vtt-footer-grid{grid-template-columns:1fr;gap:20px;padding:29px 0 20px}
  .vtt-footer-tags{padding:14px 0}
  .vtt-footer-bottom{align-items:flex-start;flex-direction:column;padding-bottom:18px}
  .vtt-static-content-card,.vtt-error-card{padding:18px;border-radius:14px}
  .tags-letter-block{grid-template-columns:34px minmax(0,1fr);gap:9px}
  .tag-letter{width:30px;height:30px;font-size:15px}
}
@media (hover:none){
  .vtt-card-play{display:none!important}
}

/* ========================================================================
   18+ Comic v2.2.0 — Truyện Style System
   Purpose: larger comic-library presentation, cleaner hierarchy and only
   the play overlay changes on thumbnail hover. Legacy URLs/data stay intact.
   ======================================================================== */
:root{
  --vtt-ink:#141419;
  --vtt-ink-soft:#3b3a42;
  --vtt-paper:#f7f6ef;
  --vtt-surface:#fffefd;
  --vtt-surface-soft:#fffdf5;
  --vtt-line:#141419;
  --vtt-line-soft:#d9d6c9;
  --vtt-muted:#6e6b73;
  --vtt-yellow:#ffdc34;
  --vtt-yellow-deep:#e8bd00;
  --vtt-red:#ef716f;
  --vtt-red-soft:#ffe8e6;
  --vtt-cyan:#91d8ec;
  --vtt-violet:#cdb9ed;
  --vtt-green:#a8dc83;
  --vtt-radius:16px;
  --vtt-radius-sm:10px;
  --vtt-container:1360px;
  --vtt-panel-shadow:4px 5px 0 rgba(20,20,25,.19),0 12px 22px rgba(20,20,25,.07);
  --vtt-panel-shadow-soft:2px 3px 0 rgba(20,20,25,.15),0 7px 14px rgba(20,20,25,.05);
}

body.vtt-comic-library-v220{
  font-size:16px;
  line-height:1.62;
  background:
    radial-gradient(circle at 1px 1px,rgba(20,20,25,.045) 1px,transparent 0) 0 0/15px 15px,
    linear-gradient(180deg,#fbfaf4 0%,var(--vtt-paper) 100%)!important;
}
body.vtt-comic-library-v220 .container{width:min(calc(100% - 48px),var(--vtt-container))!important;max-width:var(--vtt-container)!important}
body.vtt-comic-library-v220 .vtt-site-content:before{display:none}

/* Header: the compact black two-row structure used by the Truyện reference. */
.vtt-comic-library-v220 .vtt-site-header{background:#101014;box-shadow:0 2px 0 rgba(255,255,255,.06),0 7px 18px rgba(0,0,0,.12)}
.vtt-comic-library-v220 .vtt-header-primary{background:#101014}
.vtt-comic-library-v220 .vtt-header-primary__inner{min-height:62px;grid-template-columns:1fr auto 1fr;gap:16px}
.vtt-comic-library-v220 .vtt-brand__image img{max-width:208px;max-height:47px}
.vtt-comic-library-v220 .vtt-brand__text{font-size:30px;letter-spacing:-1.7px}
.vtt-comic-library-v220 .vtt-brand__word--one{color:var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-brand__word--two{color:#b9e4af}
.vtt-comic-library-v220 .vtt-header-tools{gap:5px}
.vtt-comic-library-v220 .vtt-truyen-top-control,
.vtt-comic-library-v220 .vtt-truyen-account .vtt-login-link,
.vtt-comic-library-v220 .vtt-truyen-account .vtt-user-menu summary{
  display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:7px;color:#f7f6ee!important;background:transparent;font-size:16px;line-height:1;cursor:pointer;
}
.vtt-comic-library-v220 .vtt-truyen-top-control:hover,
.vtt-comic-library-v220 .vtt-truyen-account .vtt-login-link:hover,
.vtt-comic-library-v220 .vtt-truyen-account .vtt-user-menu summary:hover{color:var(--vtt-yellow)!important;background:rgba(255,255,255,.07)}
.vtt-comic-library-v220 .vtt-truyen-account .vtt-login-link .vtt-user-menu__label,
.vtt-comic-library-v220 .vtt-truyen-account .vtt-user-menu__label,
.vtt-comic-library-v220 .vtt-truyen-account .vtt-user-menu summary .fa-angle-down{display:none!important}
.vtt-comic-library-v220 .vtt-truyen-account .vtt-user-menu summary img{width:29px;height:29px;border:1px solid var(--vtt-yellow);border-radius:50%}
.vtt-comic-library-v220 .vtt-user-menu ul{top:calc(100% + 10px);right:0;width:220px;padding:7px;border:2px solid var(--vtt-line);border-radius:10px;background:#fffefd;box-shadow:var(--vtt-panel-shadow)}
.vtt-comic-library-v220 .vtt-user-menu a{padding:9px 10px;font-size:13px}
.vtt-comic-library-v220 .vtt-user-menu a:hover{background:var(--vtt-yellow)}

.vtt-comic-library-v220 .vtt-header-search{padding:14px 0;border-top:1px solid rgba(255,255,255,.11);border-bottom:2px solid var(--vtt-yellow);background:#101014;box-shadow:0 10px 20px rgba(0,0,0,.22)}
.vtt-comic-library-v220 .vtt-header-search .vtt-search-form{width:min(100%,760px)}
.vtt-comic-library-v220 .vtt-header-search .vtt-search-form input{height:46px;padding:9px 53px 9px 15px;border:1px solid #ded9c8!important;border-radius:999px!important;font-size:14px}
.vtt-comic-library-v220 .vtt-header-search .vtt-search-form button{right:5px;top:5px;width:36px;height:36px;border-radius:50%;background:var(--vtt-yellow)}

.vtt-comic-library-v220 .vtt-truyen-main-nav{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.10);background:#0d0d11}
.vtt-comic-library-v220 .vtt-primary-nav{justify-content:center;align-items:stretch;min-height:34px;overflow-x:auto}
.vtt-comic-library-v220 .vtt-primary-nav>li{border-right:1px solid rgba(255,255,255,.12)}
.vtt-comic-library-v220 .vtt-primary-nav>li:first-child{border-left:1px solid rgba(255,255,255,.12)}
.vtt-comic-library-v220 .vtt-primary-nav>li>a,
.vtt-comic-library-v220 .vtt-primary-nav>li>a.vtt-comic-menu-link{
  display:inline-flex!important;align-items:center!important;gap:5px;min-height:35px;padding:8px 12px!important;border:0!important;border-radius:0!important;color:#eeeef1!important;background:transparent!important;box-shadow:none!important;font-family:"Inter",sans-serif!important;font-size:11px!important;font-weight:700!important;line-height:1!important;white-space:nowrap;
}
.vtt-comic-library-v220 .vtt-primary-nav>li>a:before{font-family:"FontAwesome";font-size:10px;font-weight:400;line-height:1}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n+1)>a:before{content:"\f015";color:var(--vtt-cyan)}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n+2)>a:before{content:"\f03a";color:var(--vtt-cyan)}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n+3)>a:before{content:"\f02c";color:var(--vtt-violet)}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n+4)>a:before{content:"\f008";color:var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n+5)>a:before{content:"\f005";color:var(--vtt-green)}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n+6)>a:before{content:"\f0e0";color:#f4a7c8}
.vtt-comic-library-v220 .vtt-primary-nav>li:nth-child(7n)>a:before{content:"\f091";color:var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-primary-nav>li.current-menu-item>a,
.vtt-comic-library-v220 .vtt-primary-nav>li.current-menu-ancestor>a,
.vtt-comic-library-v220 .vtt-primary-nav>li>a:hover{color:var(--vtt-yellow)!important;background:rgba(255,255,255,.05)!important}
.vtt-comic-library-v220 .vtt-primary-nav .sub-menu{top:100%;min-width:210px;padding:6px;border:2px solid var(--vtt-line);border-radius:0 0 10px 10px;background:#fffefd;box-shadow:var(--vtt-panel-shadow)}
.vtt-comic-library-v220 .vtt-primary-nav .sub-menu a{padding:9px 10px;border-radius:6px;font-size:12px;font-weight:700}
.vtt-comic-library-v220 .vtt-primary-nav .sub-menu a:hover{background:var(--vtt-yellow)}

/* Compact cream breadcrumb with the reference theme's small home pill. */
.vtt-comic-library-v220 .vtt-truyen-breadcrumb-bar{border-top:1px solid #eee3b8;border-bottom:1px solid #ded4ad;color:#605a45;background:#fff5c9}
.vtt-comic-library-v220 .vtt-truyen-breadcrumb-bar .container{min-height:31px;gap:8px;overflow:auto;font-size:10px;font-weight:700;scrollbar-width:none}
.vtt-comic-library-v220 .vtt-truyen-breadcrumb-bar .container::-webkit-scrollbar{display:none}
.vtt-comic-library-v220 .vtt-truyen-breadcrumb-home{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid var(--vtt-line);border-radius:999px;color:var(--vtt-ink);background:#fffefd;box-shadow:1px 1px 0 rgba(20,20,25,.14)}
.vtt-comic-library-v220 .vtt-truyen-breadcrumb-home i{color:#5c9bc4}
.vtt-comic-library-v220 .vtt-comic-breadcrumb-bar__separator{display:inline-flex;color:#938660}
.vtt-comic-library-v220 .vtt-truyen-breadcrumb-current{overflow:hidden;color:#6c654f;text-overflow:ellipsis;white-space:nowrap}

/* Larger, legible page composition. */
.vtt-comic-library-v220 .vtt-library-stage{padding:26px 0 62px}
.vtt-comic-library-v220 .vtt-library-layout{grid-template-columns:minmax(0,1fr) 320px;gap:26px}
.vtt-comic-library-v220 .vtt-comic-panel{padding:26px;border:2px solid var(--vtt-line);border-radius:16px;background:#fffefd;box-shadow:var(--vtt-panel-shadow)}
.vtt-comic-library-v220 .vtt-comic-panel--listing{padding:26px}
.vtt-comic-library-v220 .vtt-archive-hero{gap:18px;margin-bottom:24px;padding-bottom:19px}
.vtt-comic-library-v220 .vtt-section-kicker{min-height:23px;padding:4px 9px;border-radius:7px;font-size:10px;background:var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-archive-hero h1,
.vtt-comic-library-v220 .vtt-section-heading h1,
.vtt-comic-library-v220 .vtt-section-heading h2{font-size:clamp(30px,3.1vw,40px);letter-spacing:-1.7px}
.vtt-comic-library-v220 .vtt-archive-hero h1 small{font-size:.42em}
.vtt-comic-library-v220 .vtt-archive-hero p,
.vtt-comic-library-v220 .vtt-archive-description{max-width:800px;font-size:15px;line-height:1.7}
.vtt-comic-library-v220 .vtt-filter-bar{gap:9px}
.vtt-comic-library-v220 .vtt-filter-bar__label{font-size:13px}
.vtt-comic-library-v220 .vtt-filter-pill{min-height:34px;padding:7px 11px;border-radius:7px;font-size:11px}
.vtt-comic-library-v220 .vtt-filter-pill:hover,
.vtt-comic-library-v220 .vtt-filter-pill.is-active{background:var(--vtt-yellow)}

/* Four large cards on desktop. No card motion: only a play overlay on media hover. */
.vtt-comic-library-v220 .vtt-video-grid,
.vtt-comic-library-v220 .vtt-term-grid,
.vtt-comic-library-v220 .vtt-category-rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}
.vtt-comic-library-v220 .vtt-video-card .vtt-card-media.thumb{border:2px solid var(--vtt-line)!important;border-radius:10px!important;box-shadow:2px 3px 0 rgba(20,20,25,.18),0 5px 11px rgba(20,20,25,.06)!important}
.vtt-comic-library-v220 .vtt-card-copy.infos{padding:10px 2px 0!important}
.vtt-comic-library-v220 .vtt-card-copy .title{min-height:39px;max-height:40px;font-size:14px!important;line-height:1.36!important}
.vtt-comic-library-v220 .vtt-card-copy .video-datas{margin-top:5px;font-size:11px!important;line-height:1.35!important}
.vtt-comic-library-v220 .vtt-card-duration,
.vtt-comic-library-v220 .vtt-card-category{padding:4px 6px;border-radius:5px;font-size:9px}
.vtt-comic-library-v220 .vtt-card-play{width:50px!important;height:50px!important;border-width:2px!important;background:rgba(12,12,15,.74)!important;box-shadow:0 4px 12px rgba(0,0,0,.35)!important}
.vtt-comic-library-v220 .vtt-card-play__triangle{border-top-width:9px;border-bottom-width:9px;border-left-width:14px}
.vtt-comic-library-v220 .vtt-video-card .vtt-card-media:hover:after,
.vtt-comic-library-v220 .vtt-video-card .vtt-card-media:focus-visible:after{background:rgba(0,0,0,.26)}
.vtt-comic-library-v220 .vtt-category-tile,
.vtt-comic-library-v220 .vtt-term-card{border:2px solid var(--vtt-line);border-radius:10px;box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-comic-library-v220 .vtt-category-tile__name,
.vtt-comic-library-v220 .vtt-term-card__title{font-size:14px}
.vtt-comic-library-v220 .vtt-category-tile small,
.vtt-comic-library-v220 .vtt-term-card small{font-size:10px}

/* Truyện-like sidebar hierarchy: simple panels, yellow icon heading, readable lists. */
.vtt-comic-library-v220 .vtt-library-sidebar,
.vtt-comic-library-v220 .vtt-single-sidebar{gap:20px}
.vtt-comic-library-v220 .vtt-comic-widget,
.vtt-comic-library-v220 .vtt-aside-related{padding:17px;border:2px solid var(--vtt-line);border-radius:12px;background:#fffefd;box-shadow:var(--vtt-panel-shadow-soft)}
.vtt-comic-library-v220 .vtt-comic-widget h2,
.vtt-comic-library-v220 .vtt-aside-related h2{gap:9px;margin-bottom:14px;font-size:19px}
.vtt-comic-library-v220 .vtt-comic-widget__icon{width:25px;height:25px;border:1px solid var(--vtt-line);border-radius:7px;background:var(--vtt-yellow);font-size:12px}
.vtt-comic-library-v220 .vtt-comic-list a{grid-template-columns:27px minmax(0,1fr) auto;gap:8px;padding:10px 0}
.vtt-comic-library-v220 .vtt-comic-list__rank{width:24px;height:24px;border-radius:6px;font-size:10px}
.vtt-comic-library-v220 .vtt-comic-list__copy strong{font-size:12px;line-height:1.34}
.vtt-comic-library-v220 .vtt-comic-list__copy small{font-size:10px}
.vtt-comic-library-v220 .vtt-comic-list__action{padding:4px 7px;border-radius:5px;font-size:9px}
.vtt-comic-library-v220 .vtt-comic-category-chips{gap:7px}
.vtt-comic-library-v220 .vtt-comic-category-chips a{padding:5px 7px;border-radius:999px;font-size:10px}

/* Single video and static content inherit the larger type scale. */
.vtt-comic-library-v220 .vtt-single-panel{padding:26px}
.vtt-comic-library-v220 .vtt-single-header h1{font-size:clamp(32px,4vw,47px)}
.vtt-comic-library-v220 .vtt-single-tags a{padding:6px 9px;border-radius:7px;font-size:11px}
.vtt-comic-library-v220 .vtt-video-utility{gap:11px;padding:17px 0}
.vtt-comic-library-v220 .vtt-video-stat{font-size:13px}
.vtt-comic-library-v220 .vtt-video-rate .post-like-link,
.vtt-comic-library-v220 .vtt-video-rate a,
.vtt-comic-library-v220 .vtt-video-tabs button{min-height:34px;padding:7px 10px;font-size:11px}
.vtt-comic-library-v220 .vtt-story-panel{padding:22px;border-radius:12px}
.vtt-comic-library-v220 .vtt-story-panel h2{font-size:26px}
.vtt-comic-library-v220 .vtt-story-panel .entry-content{font-size:15px;line-height:1.78}
.vtt-comic-library-v220 .vtt-static-content-card,
.vtt-comic-library-v220 .vtt-error-card{padding:28px}
.vtt-comic-library-v220 .vtt-static-content-card .entry-content{font-size:16px;line-height:1.8}

/* Forms, pagination and footer use the same restrained black/yellow system. */
body.vtt-comic-library-v220 .pagination{gap:7px;margin-top:34px}
body.vtt-comic-library-v220 .pagination .page-link{min-width:36px;min-height:36px;border:1px solid var(--vtt-line)!important;border-radius:7px!important;font-size:12px}
body.vtt-comic-library-v220 .pagination .page-item.active .page-link,
body.vtt-comic-library-v220 .pagination .page-link:hover{background:var(--vtt-yellow)!important;box-shadow:2px 2px 0 var(--vtt-line)!important}
.vtt-comic-library-v220 .vtt-site-footer{border-top:3px solid var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-footer-grid{padding-top:44px}
.vtt-comic-library-v220 .vtt-footer-brand__name{font-size:22px}
.vtt-comic-library-v220 .vtt-footer-column h2,
.vtt-comic-library-v220 .vtt-footer-tags h2{font-size:16px}

/* Drawer gets the same black/yellow layout, while preserving every menu link. */
.vtt-comic-library-v220 .vtt-mobile-drawer__panel{background:#101014;box-shadow:5px 0 0 var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-mobile-drawer__top{padding:19px 18px;color:#fff;font-size:18px}
.vtt-comic-library-v220 .vtt-mobile-drawer__top span i{margin-right:7px;color:var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-drawer-nav a{padding:13px 11px;color:#f7f6ee;font-size:15px}
.vtt-comic-library-v220 .vtt-drawer-nav>li>a:before{display:inline-block;width:16px;margin-right:7px;color:var(--vtt-yellow);font-family:"FontAwesome";content:"\f0da"}
.vtt-comic-library-v220 .vtt-drawer-nav>li:nth-child(4n+1)>a:before{content:"\f015";color:var(--vtt-cyan)}
.vtt-comic-library-v220 .vtt-drawer-nav>li:nth-child(4n+2)>a:before{content:"\f02c";color:var(--vtt-violet)}
.vtt-comic-library-v220 .vtt-drawer-nav>li:nth-child(4n+3)>a:before{content:"\f008";color:var(--vtt-yellow)}
.vtt-comic-library-v220 .vtt-drawer-nav>li:nth-child(4n)>a:before{content:"\f005";color:var(--vtt-green)}

@media (max-width:1279.98px){
  .vtt-comic-library-v220 .vtt-library-layout{grid-template-columns:minmax(0,1fr) 292px;gap:22px}
  .vtt-comic-library-v220 .vtt-video-grid,
  .vtt-comic-library-v220 .vtt-term-grid,
  .vtt-comic-library-v220 .vtt-category-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px}
}
@media (max-width:1023.98px){
  .vtt-comic-library-v220 .vtt-library-layout{grid-template-columns:1fr;gap:22px}
  .vtt-comic-library-v220 .vtt-library-sidebar,
  .vtt-comic-library-v220 .vtt-single-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vtt-comic-library-v220 .vtt-library-sidebar .vtt-comic-widget--ad,
  .vtt-comic-library-v220 .vtt-single-sidebar .vtt-comic-widget--ad{grid-column:1/-1}
}
@media (max-width:767.98px){
  body.vtt-comic-library-v220 .container{width:min(calc(100% - 28px),var(--vtt-container))!important}
  .vtt-comic-library-v220 .vtt-header-primary__inner{min-height:58px;gap:8px}
  .vtt-comic-library-v220 .vtt-brand__image img{max-width:174px;max-height:42px}
  .vtt-comic-library-v220 .vtt-brand__text{font-size:26px}
  .vtt-comic-library-v220 .vtt-truyen-top-control,
  .vtt-comic-library-v220 .vtt-truyen-account .vtt-login-link,
  .vtt-comic-library-v220 .vtt-truyen-account .vtt-user-menu summary{width:34px;height:34px}
  .vtt-comic-library-v220 .vtt-primary-nav{justify-content:flex-start}
  .vtt-comic-library-v220 .vtt-primary-nav>li>a,
  .vtt-comic-library-v220 .vtt-primary-nav>li>a.vtt-comic-menu-link{min-height:35px;padding:8px 10px!important;font-size:10px!important}
  .vtt-comic-library-v220 .vtt-truyen-breadcrumb-bar .container{min-height:30px;font-size:9px}
  .vtt-comic-library-v220 .vtt-library-stage{padding:17px 0 40px}
  .vtt-comic-library-v220 .vtt-comic-panel,
  .vtt-comic-library-v220 .vtt-comic-panel--listing,
  .vtt-comic-library-v220 .vtt-single-panel{padding:17px;border-radius:13px}
  .vtt-comic-library-v220 .vtt-archive-hero{gap:12px;margin-bottom:19px;padding-bottom:15px}
  .vtt-comic-library-v220 .vtt-archive-hero h1,
  .vtt-comic-library-v220 .vtt-section-heading h1,
  .vtt-comic-library-v220 .vtt-section-heading h2{font-size:29px;letter-spacing:-1.3px}
  .vtt-comic-library-v220 .vtt-archive-hero p,
  .vtt-comic-library-v220 .vtt-archive-description{font-size:14px}
  .vtt-comic-library-v220 .vtt-filter-pill{min-height:31px;padding:6px 9px;font-size:10px}
  .vtt-comic-library-v220 .vtt-video-grid,
  .vtt-comic-library-v220 .vtt-term-grid,
  .vtt-comic-library-v220 .vtt-category-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 13px}
  .vtt-comic-library-v220 .vtt-card-copy .title{min-height:36px;max-height:38px;font-size:13px!important}
  .vtt-comic-library-v220 .vtt-card-copy .video-datas{font-size:10px!important}
  .vtt-comic-library-v220 .vtt-library-sidebar,
  .vtt-comic-library-v220 .vtt-single-sidebar{grid-template-columns:1fr;gap:16px}
  .vtt-comic-library-v220 .vtt-comic-widget,
  .vtt-comic-library-v220 .vtt-aside-related{padding:14px}
  .vtt-comic-library-v220 .vtt-comic-widget h2,
  .vtt-comic-library-v220 .vtt-aside-related h2{font-size:17px}
  .vtt-comic-library-v220 .vtt-single-header h1{font-size:31px;letter-spacing:-1.3px}
  .vtt-comic-library-v220 .vtt-story-panel{padding:17px}
  .vtt-comic-library-v220 .vtt-story-panel h2{font-size:23px}
}
