/* YESE MEDIA UI v2 — 2026-09-13 */
:root{
  --y2-bg:#07090d;
  --y2-surface-1:#0d1117;
  --y2-surface-2:#121821;
  --y2-surface-hover:#18212c;
  --y2-text:#f5f7fa;
  --y2-text-2:#aab3c0;
  --y2-muted:#737e8e;
  --y2-accent:#e34b63;
  --y2-accent-hover:#ee5b72;
  --y2-success:#35b979;
  --y2-warning:#e3a23b;
  --y2-error:#e5484d;
  --y2-border:rgba(255,255,255,.10);
  --y2-divider:rgba(255,255,255,.07);
  --y2-overlay:rgba(2,4,8,.86);
  --y2-page:1440px;
  --y2-reading:760px;
  --y2-player:1280px;
  --y2-header:64px;
  --y2-tabbar:64px;
  --y2-r-sm:4px;
  --y2-r-md:8px;
  --y2-r-media:10px;
  --y2-r-surface:12px;
  --y2-r-modal:16px;
  --page-bg:var(--y2-bg);
  --panel:var(--y2-surface-1);
  --panel-strong:var(--y2-surface-1);
  --card:var(--y2-surface-2);
  --text:var(--y2-text);
  --muted:var(--y2-text-2);
  --border:var(--y2-border);
  --brand:var(--y2-accent);
  --brand-2:var(--y2-accent);
  --jx-page:var(--y2-page);
  --h5-max:var(--y2-page);
  color-scheme:dark;
}

html{background:var(--y2-bg);scroll-padding-top:calc(var(--y2-header) + 16px)}
body.h5-app{
  min-height:100dvh;
  margin:0;
  color:var(--y2-text);
  background:var(--y2-bg)!important;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;
  font-size:16px;
  line-height:1.625;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.h5-app a{transition:color .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease,transform .16s ease}
body.h5-app :focus-visible{outline:0;box-shadow:0 0 0 3px rgba(227,75,99,.32)!important}

/* Header */
.h5-topbar{
  position:sticky!important;
  top:0;
  z-index:80;
  min-height:var(--y2-header)!important;
  display:block!important;
  padding:0 32px!important;
  border:0!important;
  border-bottom:1px solid var(--y2-divider)!important;
  background:rgba(7,9,13,.90)!important;
  box-shadow:none!important;
  backdrop-filter:blur(16px) saturate(125%)!important;
  -webkit-backdrop-filter:blur(16px) saturate(125%)!important;
}
.yese-header-inner{
  width:min(100%,var(--y2-page));
  min-height:var(--y2-header);
  margin:0 auto;
  display:grid;
  grid-template-columns:auto auto minmax(240px,1fr) auto;
  align-items:center;
  gap:24px;
}
.h5-topbar .site-logo{display:flex!important;align-items:center;gap:10px;min-width:max-content;color:var(--y2-text)!important;text-decoration:none}
.h5-topbar .site-logo-mark,.h5-topbar .site-logo-mark img{display:block;width:38px!important;height:38px!important;border-radius:8px!important}
.h5-topbar .brand-text{display:block!important;line-height:1.1}
.h5-topbar .brand-text b{display:block;font-size:15px!important;font-weight:700!important;letter-spacing:.02em!important}
.h5-topbar .brand-text small{display:block;margin-top:4px;color:var(--y2-muted);font-size:9px!important;font-weight:600;letter-spacing:.16em!important}
.h5-age-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;min-width:30px!important;height:22px!important;margin-left:2px!important;padding:0 7px!important;border-radius:6px!important;background:var(--y2-error)!important;box-shadow:none!important;color:#fff!important;font-size:10px!important;font-weight:750!important;line-height:1!important;text-align:center!important}
.yese-main-nav,.yese-user-nav{display:flex;align-items:center;gap:4px;white-space:nowrap}
.yese-main-nav a,.yese-user-nav a,.yese-search-link{display:inline-flex;align-items:center;min-height:38px;padding:0 10px;border-radius:8px;color:var(--y2-text-2);font-size:14px;font-weight:600;text-decoration:none}
.yese-main-nav a:hover,.yese-user-nav a:hover,.yese-search-link:hover{color:var(--y2-text);background:var(--y2-surface-hover)}
.yese-user-nav .yese-business-nav{border:1px solid rgba(227,75,99,.5);color:#f39aaa;background:rgba(227,75,99,.08)}
.yese-user-nav .yese-business-nav:hover{border-color:var(--y2-accent);color:#fff;background:var(--y2-accent)}
.h5-topbar .h5-search-pill{
  justify-self:stretch;
  width:100%!important;
  max-width:none!important;
  min-height:42px!important;
  height:42px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center;
  gap:8px!important;
  padding:0 5px 0 13px!important;
  border:1px solid var(--y2-border)!important;
  border-radius:10px!important;
  background:var(--y2-surface-1)!important;
  box-shadow:none!important;
}
.h5-topbar .h5-search-pill:focus-within{border-color:rgba(227,75,99,.72)!important;box-shadow:0 0 0 3px rgba(227,75,99,.14)!important}
.h5-search-pill .search-label{color:var(--y2-muted)!important;font-size:18px;font-weight:500}
.h5-search-pill input{height:40px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--y2-text)!important;font-size:14px!important;outline:0!important;box-shadow:none!important}
.h5-search-pill input::placeholder{color:var(--y2-muted)!important;opacity:1}
.h5-search-pill button{min-width:58px;height:32px!important;padding:0 12px!important;border:0!important;border-radius:7px!important;background:var(--y2-text)!important;color:var(--y2-bg)!important;font-size:13px!important;font-weight:700!important;box-shadow:none!important}
.h5-search-pill button:hover{background:#fff!important}

/* Layout and typography */
.h5-page{width:min(100%,var(--y2-page))!important;max-width:var(--y2-page)!important;margin:0 auto!important;padding:24px 32px 56px!important}
.h5-section{margin:48px 0!important;padding:0!important}
.h5-section:first-child{margin-top:16px!important}
.h5-section-head{min-height:32px;margin:0 0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}
.h5-section-head h1,.h5-section-head h2,.h5-section-head h3{margin:0!important;color:var(--y2-text)!important;letter-spacing:-.01em!important}
.h5-section-head h1{font-size:clamp(28px,3vw,40px)!important;line-height:1.2!important;font-weight:700!important}
.h5-section-head h2{font-size:24px!important;line-height:1.34!important;font-weight:700!important}
.h5-section-head h3{font-size:17px!important;line-height:1.4!important;font-weight:650!important}
.h5-section-head>a{min-height:auto!important;margin-left:auto!important;padding:4px 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--y2-text-2)!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important}
.h5-section-head>a:hover{color:var(--y2-text)!important;background:transparent!important}
.h5-section-head>a::after{content:" →";color:var(--y2-muted)}
.h5-desc{
  margin:0!important;
  padding:16px!important;
  border:1px solid var(--y2-divider)!important;
  border-radius:var(--y2-r-surface)!important;
  background:var(--y2-surface-1)!important;
  color:var(--y2-text-2)!important;
  box-shadow:none!important;
  line-height:1.65!important;
}
.h5-desc a{color:inherit;text-underline-offset:3px}
.small-muted,.muted{color:var(--y2-muted)!important}

/* Advertising */
.jx-ad-slot:empty{display:none!important}
.jx-ad-slot,.jx-ad-wide{position:relative;margin:24px auto!important;border:0!important;background:transparent!important}
.jx-ad-slot:not(:empty)::before,.jx-hero-ad::before{content:"广告"!important;position:absolute!important;z-index:3;left:8px!important;top:8px!important;display:inline-flex!important;align-items:center;height:20px;padding:0 6px;border-radius:4px;background:rgba(0,0,0,.66);color:rgba(255,255,255,.82);font-size:10px;line-height:1;letter-spacing:.08em}
.h5-page>.h5-hero.jx-hero.jx-hero-ad{
  height:110px!important;
  min-height:110px!important;
  margin:8px auto 32px!important;
  padding:0!important;
  border:0!important;
  border-radius:var(--y2-r-media)!important;
  background:#0a0d12!important;
  box-shadow:none!important;
}
.jx-hero-media,.jx-hero-media picture,.jx-hero-media img{display:block;width:100%;height:100%}
.jx-hero-media img{object-fit:cover;border-radius:var(--y2-r-media)}
.jx-ad-wide img{display:block;width:100%;max-height:100px!important;border-radius:var(--y2-r-media)!important;object-fit:cover}
.jx-ad-native{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}

/* Home */
.yese-home-lead{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:stretch;gap:28px;margin:0 0 28px}
.yese-home-lead-empty{grid-template-columns:minmax(0,1fr)}
.yese-home-lead .yese-featured{margin:0}
[data-page="home"] .yese-home-lead .jx-quick{margin:0!important;padding:20px 0!important;min-width:0;align-self:center}
.yese-home-lead .jx-quick .h5-section-head h2{font-size:18px!important}
.yese-home-lead .h5-scroll-tabs{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important;padding:0!important}
.yese-featured{position:relative;min-height:0;margin:0 0 28px;padding:20px;display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:center;gap:28px;border-radius:12px;background:var(--y2-surface-1)}
.yese-featured-portrait{grid-template-columns:128px minmax(0,1fr)}
.yese-featured-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:#06080b}
.yese-featured-portrait .yese-featured-media{aspect-ratio:2/3}
.yese-featured-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.yese-featured-copy{min-width:0;max-width:760px;padding:0}
.yese-kicker{display:block;margin-bottom:12px;color:#f08395;font-size:11px;font-weight:700;letter-spacing:.14em}
.yese-featured-copy h1{margin:0 0 8px;color:var(--y2-text-2);font-size:18px;font-weight:600;line-height:1.3;letter-spacing:0}
.yese-featured-copy h2{margin:0 0 12px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:22px;font-weight:650;line-height:1.4}.yese-featured-copy h2 a{color:var(--y2-text);text-decoration:none}
.yese-featured-copy .yese-primary-action{margin-top:6px}
.yese-home-sponsor{width:100%;max-width:1100px;margin:32px auto;padding:0}
.yese-home-sponsor .yese-ad-label{display:block;margin:0 0 6px;color:var(--y2-muted);font-size:11px;line-height:1.4}
.yese-home-sponsor-media,.yese-home-sponsor-media picture{display:block;width:100%}
.yese-home-sponsor-media img{display:block;width:100%;height:auto;object-fit:contain;border-radius:8px}
[data-page="home"]>.yese-home-sponsor-top{max-width:none;margin:0 0 24px}
.yese-home-sponsor-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}
.yese-home-sponsor-heading h1{margin:0;color:var(--y2-text-2);font-size:14px;font-weight:600;line-height:1.5}
.yese-home-sponsor-heading .yese-ad-label{margin:0}
.yese-home-title{margin:0 0 24px;font-size:20px;line-height:1.4}
.yese-primary-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;background:var(--y2-accent);color:#fff;text-decoration:none;font-size:14px;font-weight:700}.yese-primary-action:hover{background:var(--y2-accent-hover);transform:translateY(-1px)}
.yese-page-intro{margin:28px 0 36px}.yese-page-intro>span{color:#f08395;font-size:11px;font-weight:700;letter-spacing:.14em}.yese-page-intro h1{margin:8px 0 8px;font-size:40px;line-height:1.2;letter-spacing:-.02em}.yese-page-intro p{margin:0;color:var(--y2-text-2)}
.yese-ranking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 32px}.yese-rank-card{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;min-width:0}.yese-rank-number{position:relative;z-index:0;color:rgba(245,247,250,.16);font-size:70px;font-weight:750;line-height:1;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.yese-rank-card .h5-video-card{position:relative;z-index:1;display:grid;grid-template-columns:200px minmax(0,1fr);gap:14px;align-items:center}.yese-rank-card .h5-card-body{padding:0!important}.yese-rank-card .h5-card-media{width:200px}.yese-rank-card .h5-fav-mini{display:none!important}
.yese-guide{padding-top:36px!important;border-top:1px solid var(--y2-divider)}.yese-guide-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 0;border-top:1px solid var(--y2-divider);border-bottom:1px solid var(--y2-divider);color:var(--y2-text);text-decoration:none}.yese-guide-link>span{padding:3px 7px;border-radius:4px;background:rgba(227,75,99,.12);color:#f08395;font-size:11px;font-weight:700}.yese-guide-link b{font-size:16px;font-weight:600}.yese-guide-link i{color:var(--y2-muted);font-style:normal}
[data-page="home"] .jx-home-intro{margin:36px 0 24px!important}
[data-page="home"] .jx-home-intro .h5-section-head{margin-bottom:8px!important}
[data-page="home"] .jx-home-intro .h5-desc{max-width:760px;padding:0!important;border:0!important;background:transparent!important;font-size:15px}
[data-page="home"] .jx-quick{margin:24px 0!important}
[data-page="home"]>.h5-section{margin:28px 0!important}
.h5-scroll-tabs,.h5-chip-row{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px 0 4px}
.h5-scroll-tabs::-webkit-scrollbar,.h5-chip-row::-webkit-scrollbar{display:none}
.h5-chip{
  min-height:34px!important;
  padding:0 12px!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  background:var(--y2-surface-1)!important;
  color:var(--y2-text-2)!important;
  font-size:13px!important;
  font-weight:600!important;
  white-space:nowrap;
  box-shadow:none!important;
}
.h5-chip:hover{color:var(--y2-text)!important;background:var(--y2-surface-hover)!important}
.h5-chip.active{border-color:rgba(227,75,99,.38)!important;background:rgba(227,75,99,.12)!important;color:#fff!important}

/* Video cards */
.h5-grid,.h5-grid.compact,.jx-grid-smart{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:28px 16px!important;
  align-items:start;
}
.h5-video-card,.jx-grid-smart .h5-video-card{
  position:relative;
  min-width:0;
  max-width:none!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  contain:none!important;
  content-visibility:auto;
  contain-intrinsic-size:260px 230px;
  transition:transform .16s ease!important;
}
.h5-video-card:hover{transform:translateY(-2px)!important;box-shadow:none!important}
.h5-card-media{position:relative;isolation:isolate}
.h5-video-card>.h5-cover,.h5-card-media .h5-cover{
  position:relative!important;
  display:block!important;
  width:100%;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border-radius:var(--y2-r-media)!important;
  background:linear-gradient(110deg,#0d1219 22%,#18212c 42%,#0d1219 62%)!important;
  background-size:220% 100%!important;
  box-shadow:none!important;
}
.h5-cover img{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .2s ease!important}
.h5-video-card:hover .h5-cover img{transform:scale(1.018)!important}
.h5-card-media .h5-duration{right:8px!important;bottom:8px!important;top:auto!important}
.h5-video-card>.h5-duration{right:8px!important;top:calc((100% - 78px) * .5625 - 28px)!important;bottom:auto!important}
.h5-duration{padding:2px 6px!important;border:0!important;border-radius:4px!important;background:rgba(0,0,0,.74)!important;color:#fff!important;font-size:11px!important;font-weight:650!important;line-height:18px!important;box-shadow:none!important}
.h5-fav-mini{
  right:8px!important;
  top:8px!important;
  width:36px!important;
  height:36px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:50%!important;
  background:rgba(4,6,10,.58)!important;
  color:rgba(255,255,255,.86)!important;
  font-size:17px!important;
  opacity:.78;
  box-shadow:none!important;
  backdrop-filter:blur(8px)!important;
}
.h5-video-card:hover .h5-fav-mini,.h5-fav-mini:focus-visible,.h5-fav-mini.is-on{opacity:1}
.h5-fav-mini.is-on{background:var(--y2-accent)!important;color:#fff!important;border-color:transparent!important}
.h5-card-body{padding:10px 2px 0!important}
.h5-card-body h3{
  min-height:44px!important;
  max-height:44px!important;
  margin:0 0 5px!important;
  display:-webkit-box!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  color:var(--y2-text)!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:22px!important;
}
.h5-card-body h3 a{color:inherit!important;text-decoration:none!important}
.h5-card-meta{height:18px;margin:0!important;display:flex!important;align-items:center;gap:6px!important;overflow:hidden;color:var(--y2-muted)!important;font-size:12px!important;line-height:18px!important;white-space:nowrap;flex-wrap:nowrap!important}
.h5-card-meta span{overflow:hidden;text-overflow:ellipsis}
.h5-card-meta span:last-child{flex:0 0 auto}

/* Controls and states */
.h5-btn,.h5-actions .h5-btn{
  min-height:40px!important;
  padding:0 16px!important;
  border:1px solid var(--y2-border)!important;
  border-radius:8px!important;
  background:var(--y2-surface-1)!important;
  color:var(--y2-text-2)!important;
  font-size:13px!important;
  font-weight:650!important;
  box-shadow:none!important;
}
.h5-btn:hover{background:var(--y2-surface-hover)!important;color:var(--y2-text)!important}
.h5-btn.primary{border-color:var(--y2-accent)!important;background:var(--y2-accent)!important;color:#fff!important}
.h5-btn.primary:hover{background:var(--y2-accent-hover)!important}
.h5-btn.danger{border-color:rgba(229,72,77,.45)!important;background:rgba(229,72,77,.12)!important;color:#ff9da1!important}
.h5-segment{width:max-content;max-width:100%;display:flex!important;gap:4px!important;padding:4px!important;border:1px solid var(--y2-divider);border-radius:10px;background:var(--y2-surface-1)}
.h5-segment a{min-width:96px!important;min-height:36px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:var(--y2-text-2)!important;box-shadow:none!important}
.h5-segment a.active{background:var(--y2-surface-hover)!important;color:var(--y2-text)!important}
.h5-empty,.h5-error{
  min-height:180px!important;
  border:1px dashed var(--y2-border)!important;
  border-radius:var(--y2-r-surface)!important;
  background:var(--y2-surface-1)!important;
  color:var(--y2-text-2)!important;
  box-shadow:none!important;
}
.h5-pagination{display:flex;justify-content:center;gap:6px;margin:40px 0}
.h5-pagination a,.h5-pagination span{min-width:40px!important;height:40px!important;padding:0 10px!important;border:1px solid var(--y2-border)!important;border-radius:8px!important;background:var(--y2-surface-1)!important;color:var(--y2-text-2)!important;box-shadow:none!important}
.h5-pagination .active{border-color:var(--y2-accent)!important;background:var(--y2-accent)!important;color:#fff!important}

/* Category and search */
[data-page="category"]>.h5-section:first-child{margin:8px 0 28px!important}
.category-heading-compact{margin:0 0 24px!important;padding:0!important}
.category-heading-compact h1{font-size:36px!important;font-weight:700!important;letter-spacing:-.02em!important}
.category-heading-compact p{max-width:720px;color:var(--y2-text-2)!important;line-height:1.65}
.category-popular{padding-top:40px!important;border-top:1px solid var(--y2-divider)}
.category-seo-detail{max-width:var(--y2-reading);margin:64px auto!important;padding-top:32px!important;border-top:1px solid var(--y2-divider)}
.category-seo-detail details{border:0!important;border-radius:0!important;background:transparent!important}
.category-seo-detail summary{padding:12px 0!important;color:var(--y2-text-2);font-size:14px}
.category-seo-detail .h5-desc{padding:18px 0!important;border:0!important;background:transparent!important}
[data-page="search"]{max-width:var(--y2-page)!important}
[data-page="search"]>.h5-section:first-of-type{max-width:920px;margin:48px auto 20px!important}
[data-page="search"]>.h5-section:nth-of-type(2){max-width:920px;margin:0 auto 40px!important}
[data-page="search"] .h5-form>.h5-search-pill{height:56px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;padding:0 7px 0 16px!important;border:1px solid var(--y2-border)!important;border-radius:12px!important;background:var(--y2-surface-1)!important}
[data-page="search"] .h5-form>.h5-search-pill button{display:inline-flex!important;align-items:center;justify-content:center;height:42px!important;background:var(--y2-accent)!important;color:#fff!important}

/* Player */
[data-page="play"]{width:min(100%,var(--y2-player))!important;max-width:var(--y2-player)!important;padding-top:16px!important}
.seo-breadcrumb{max-width:1180px;margin:0 auto 12px!important;display:flex!important;flex-wrap:nowrap!important;overflow:hidden;color:var(--y2-muted)!important;font-size:12px!important;white-space:nowrap}
.seo-breadcrumb a{color:var(--y2-text-2)!important;flex:0 0 auto}.seo-breadcrumb [aria-current="page"]{overflow:hidden;text-overflow:ellipsis}
.jx-play-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 230px;gap:20px;align-items:start}.jx-play-main{width:100%;min-width:0;margin:0 auto}.jx-play-side{display:block!important;position:sticky;top:84px;min-width:0}
.jx-play-side .jx-ad-slot{margin:0!important}.jx-play-side .jx-ad-slot img{width:100%!important;max-height:none!important;aspect-ratio:975/1613;object-fit:cover;border-radius:10px!important}
.yese-play-top-ad{width:min(100%,970px)!important;margin:0 auto 14px!important;overflow:hidden!important;max-height:90px!important}.yese-play-top-ad a{display:block!important;line-height:0!important}.yese-play-top-ad img{display:block!important;width:100%!important;height:72px!important;max-height:72px!important;object-fit:cover!important}
.player{position:relative!important;overflow:hidden!important;width:100%;aspect-ratio:16/9;border:0!important;border-radius:12px!important;background:#000!important;box-shadow:0 18px 54px rgba(0,0,0,.32)!important}
.player video{display:block!important;width:100%!important;height:100%!important;aspect-ratio:16/9!important;object-fit:contain!important;background:#000!important}
.player .loading{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important}.player .loading[hidden]{display:none!important}
.loading-card{border:1px solid var(--y2-border)!important;border-radius:12px!important;background:rgba(9,12,17,.86)!important;box-shadow:none!important}.loading-retry{border-radius:8px!important;background:var(--y2-text)!important;color:var(--y2-bg)!important}
.info{margin:18px 0 8px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.info h1{max-width:980px;margin:0 0 8px!important;color:var(--y2-text)!important;font-size:clamp(22px,2.5vw,34px)!important;font-weight:700!important;line-height:1.32!important;letter-spacing:-.02em!important}
.video-facts.video-facts-compact{margin:0 0 14px!important;color:var(--y2-muted)!important;font-size:13px!important}
.video-facts.video-facts-compact>span,.video-facts.video-facts-compact>a{color:inherit!important}
.play-actions{width:max-content!important;max-width:100%;display:flex!important;gap:8px!important;margin:0!important}
.play-actions .h5-btn{min-width:88px!important;min-height:40px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important}
.play-actions .h5-btn b{font-size:15px!important;font-weight:600!important}
[data-page="play"]>.jx-ad-wide{width:min(100%,970px);margin:28px auto!important}
.play-recommendations{padding-top:40px!important;border-top:1px solid var(--y2-divider)}
.video-prev-next{margin:48px 0!important;gap:12px!important}.video-prev-next a{min-height:48px!important;padding:10px 12px!important;border:1px solid var(--y2-border)!important;border-radius:8px!important;background:var(--y2-surface-1)!important;color:var(--y2-text-2)!important;font-size:13px!important;box-shadow:none!important}
.video-details{border:1px solid var(--y2-divider)!important;border-radius:12px!important;background:var(--y2-surface-1)!important}.video-details p{color:var(--y2-text-2)!important}

/* My / privacy */
[data-page="me"]>.h5-hero,[data-page="feedback"]>.h5-hero{display:none!important;background-image:none!important}
[data-page="me"]{max-width:var(--y2-page)!important}
.h5-profile-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.h5-profile-actions a{min-height:90px!important;padding:18px!important;border:1px solid var(--y2-divider)!important;border-radius:var(--y2-r-surface)!important;background:var(--y2-surface-1)!important;box-shadow:none!important}
.h5-profile-actions a:hover{border-color:var(--y2-border)!important;background:var(--y2-surface-hover)!important;transform:translateY(-1px)}
.h5-profile-actions b{font-size:15px!important;font-weight:650!important}.h5-profile-actions span{color:var(--y2-muted)!important}
.h5-profile-actions .yese-business-card{border-color:rgba(227,75,99,.42)!important;background:rgba(227,75,99,.07)!important}.h5-profile-actions .yese-business-card b{color:#f39aaa!important}

/* Feedback, policy, blog */
[data-page="feedback"]{max-width:760px!important;padding-top:48px!important}
.feedback-card{width:100%!important;margin:0 auto 40px!important;padding:28px!important;border:1px solid var(--y2-border)!important;border-radius:var(--y2-r-modal)!important;background:var(--y2-surface-1)!important;box-shadow:none!important}
.feedback-card-head{border-color:var(--y2-divider)!important}.feedback-eyebrow{color:var(--y2-accent)!important}
.feedback-form .h5-field input,.feedback-form .h5-field textarea,.feedback-form .h5-field select{border-radius:8px!important;background:var(--y2-surface-2)!important}
.feedback-form .h5-field input:focus,.feedback-form .h5-field textarea:focus,.feedback-form .h5-field select:focus{border-color:var(--y2-accent)!important;box-shadow:0 0 0 3px rgba(227,75,99,.16)!important}
.policy-page{max-width:var(--y2-reading)!important;margin-left:auto!important;margin-right:auto!important;padding-top:28px!important}
.policy-page h1{font-size:40px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.02em!important}
.policy-page h2{font-size:22px!important;line-height:1.4!important;font-weight:700!important}
.policy-page p,.policy-page li{color:#d2d8e1!important;line-height:1.78!important}
.policy-page a{color:#f08395!important}
[data-page="blog"]{max-width:1120px!important}
.blog-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:32px 24px!important}
.blog-entry{padding:0!important;border:0!important}
.blog-entry:first-child{grid-column:1/-1;padding-bottom:32px!important;border-bottom:1px solid var(--y2-divider)!important}
.blog-entry:first-child.has-cover{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:center}
.blog-entry:first-child.no-cover{max-width:760px}
.blog-entry-cover{margin:0 0 16px!important;border-radius:var(--y2-r-media)!important;background:var(--y2-surface-1)!important}
.blog-entry:first-child .blog-entry-cover{margin:0!important}
.blog-entry h2{font-size:21px!important;line-height:1.4!important;font-weight:650!important}.blog-entry p{color:var(--y2-text-2)!important;line-height:1.7!important}.blog-entry time{color:var(--y2-muted)!important}
.blog-post{max-width:720px!important;margin-left:auto!important;margin-right:auto!important}
.blog-post h1{font-size:40px!important;line-height:1.24!important;font-weight:700!important;letter-spacing:-.02em!important}
.blog-post .body{color:#d6dbe3!important;font-size:17px!important;line-height:1.72!important}
.blog-post .body h2{font-size:24px!important;line-height:1.4!important}.blog-post .body h3{font-size:19px!important}

/* Footer */
.h5-business-footer{max-width:var(--y2-page)!important;margin:56px auto 20px!important;padding:0 32px!important;border:0!important}
.h5-business-footer-inner{padding:22px 24px!important;border:1px solid rgba(227,75,99,.38)!important;border-radius:12px!important;background:linear-gradient(110deg,rgba(227,75,99,.13),rgba(18,22,30,.9))!important;box-shadow:none!important}
.h5-business-footer b{font-size:18px!important;font-weight:700!important}.h5-business-footer span{max-width:620px;color:var(--y2-text-2)!important}
.h5-business-footer a{min-height:42px;padding:0 18px!important;display:inline-flex;align-items:center;border-radius:8px!important;background:var(--y2-accent)!important;color:#fff!important;font-weight:700!important;text-decoration:none!important}
.h5-business-footer a:hover{background:var(--y2-accent-hover)!important}
.h5-legal-note,.h5-friend-links,.h5-links-hub{max-width:var(--y2-page)!important;margin:0 auto!important;padding-left:32px!important;padding-right:32px!important;color:var(--y2-muted)!important}
.h5-legal-note{padding-top:0!important;padding-bottom:24px!important}.h5-legal-note strong{color:var(--y2-text-2)!important;font-weight:650!important}
.h5-legal-links{gap:16px!important}.h5-legal-links a,.h5-links-hub a{border:0!important;color:var(--y2-text-2)!important;text-decoration:none!important}
.h5-friend-links{padding-top:20px!important;padding-bottom:64px!important;border-top:1px solid var(--y2-divider)!important;gap:12px!important}
.h5-friend-links a{padding:2px 0!important;border:0!important;border-radius:0!important;color:var(--y2-muted)!important}
.h5-friend-links a:hover{color:var(--y2-text-2)!important}

/* Age gate */
.h5-age-gate{padding:16px!important;background:var(--y2-overlay)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
.h5-age-dialog{width:min(480px,100%)!important;border:1px solid var(--y2-border)!important;border-radius:var(--y2-r-modal)!important;background:var(--y2-surface-1)!important;box-shadow:0 24px 64px rgba(0,0,0,.48)!important}
.h5-age-dialog-head{padding:18px 20px!important;background:#0a0d12!important;border-color:var(--y2-divider)!important}
.h5-age-dialog .h5-age-mark{border-radius:6px!important;background:var(--y2-error)!important;box-shadow:none!important;font-weight:750!important}
.h5-age-dialog-body{padding:22px 20px 20px!important}
.h5-age-eyebrow{color:#f08395!important;font-weight:700!important}.h5-age-dialog h2{font-size:26px!important;font-weight:700!important;letter-spacing:-.02em!important}
.h5-age-dialog p{color:var(--y2-text-2)!important;line-height:1.68!important}.h5-age-points{color:#d4dae3!important;border-color:var(--y2-divider)!important}.h5-age-points span::before{background:var(--y2-accent)!important}
.h5-age-policy-links a{color:var(--y2-text-2)!important;border-color:var(--y2-border)!important}
.h5-age-actions button{min-height:48px!important;border-radius:8px!important;background:var(--y2-surface-2)!important;font-weight:650!important}
.h5-age-actions .confirm{border-color:var(--y2-accent)!important;background:var(--y2-accent)!important}.h5-age-actions .confirm:hover{border-color:var(--y2-accent-hover)!important;background:var(--y2-accent-hover)!important}

/* Bottom navigation */
.h5-tabbar{
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  max-width:none!important;
  min-height:calc(var(--y2-tabbar) + env(safe-area-inset-bottom))!important;
  padding:6px 12px calc(6px + env(safe-area-inset-bottom))!important;
  border:0!important;
  border-top:1px solid var(--y2-border)!important;
  border-radius:0!important;
  background:rgba(9,12,17,.94)!important;
  box-shadow:none!important;
  transform:none!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.h5-tabbar a{min-height:52px!important;gap:2px!important;border-radius:8px!important;background:transparent!important;color:var(--y2-muted)!important;font-size:11px!important;font-weight:600!important;box-shadow:none!important}
.h5-tabbar a.active{background:transparent!important;color:var(--y2-text)!important}
.h5-tabbar a.active::after{content:"";position:absolute;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--y2-accent)}
.h5-tabbar a{position:relative}.yese-nav-icon{height:20px;color:currentColor;font-size:19px;line-height:20px;font-weight:500}
.h5-toast{max-width:360px!important;min-height:48px!important;padding:12px 16px!important;border-radius:10px!important;background:var(--y2-surface-2)!important;box-shadow:0 16px 44px rgba(0,0,0,.42)!important}

/* Compact topic discovery: keep useful crawlable links without a homepage SEO block. */
.yese-category-actions{margin-left:auto!important;display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:14px!important}
.yese-topic-menu{position:relative;display:inline-flex;align-items:center}
.yese-topic-menu summary{min-height:32px;display:inline-flex;align-items:center;list-style:none;cursor:pointer;color:var(--y2-text-2);font-size:13px;font-weight:600;white-space:nowrap}
.yese-topic-menu summary::marker{content:""}
.yese-topic-menu summary::-webkit-details-marker{display:none}
.yese-topic-menu summary::after{content:"⌄";display:inline-block;margin-left:5px;color:var(--y2-muted);transition:transform .18s ease}
.yese-topic-menu[open] summary{color:var(--y2-text)}
.yese-topic-menu[open] summary::after{transform:rotate(180deg)}
.yese-topic-menu-panel{position:absolute;z-index:50;top:calc(100% + 10px);right:0;width:280px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:10px;border:1px solid var(--y2-border);border-radius:10px;background:var(--y2-surface-1);box-shadow:0 18px 42px rgba(0,0,0,.42)}
.yese-topic-menu-panel a{min-width:0;padding:9px 10px;border-radius:7px;color:var(--y2-text-2);font-size:13px;line-height:1.35;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.yese-topic-menu-panel a:hover,.yese-topic-menu-panel a:focus-visible{background:var(--y2-surface-2);color:var(--y2-text);outline:none}
[data-page="home"] .h5-section-head .yese-category-actions>a{min-height:32px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--y2-text-2)!important;box-shadow:none!important;font-size:13px!important;font-weight:600!important}
[data-page="home"] .h5-section-head .yese-category-actions>a::after{content:" →";color:var(--y2-muted)}

@media(min-width:1600px){.h5-grid,.h5-grid.compact,.jx-grid-smart{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:1180px){
  .yese-header-inner{grid-template-columns:auto minmax(240px,1fr) auto;gap:16px}.yese-main-nav{display:none}
  .h5-grid,.h5-grid.compact,.jx-grid-smart{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .yese-home-lead{display:block;margin-bottom:24px}
  [data-page="home"] .yese-home-lead .jx-quick{padding:0!important;margin:24px 0 0!important}
  .yese-home-lead .h5-scroll-tabs{flex-wrap:nowrap!important;overflow-x:auto!important}
  :root{--y2-header:56px}
  body.h5-app{padding-bottom:calc(var(--y2-tabbar) + env(safe-area-inset-bottom) + 24px)!important}
  .h5-topbar{padding:0 16px!important}.yese-header-inner{grid-template-columns:auto minmax(0,1fr);gap:10px;min-height:56px}
  .h5-topbar .brand-text,.yese-main-nav,.yese-user-nav{display:none!important}
  .h5-topbar .site-logo{gap:7px}.h5-topbar .site-logo-mark,.h5-topbar .site-logo-mark img{width:36px!important;height:36px!important}
  .h5-topbar .h5-search-pill{min-height:40px!important;height:40px!important}.h5-topbar .h5-search-pill button{display:none!important}
  .h5-page{padding:16px 24px calc(48px + var(--y2-tabbar) + env(safe-area-inset-bottom))!important}
  .h5-section{margin:40px 0!important}
  .h5-grid,.h5-grid.compact,.jx-grid-smart{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 12px!important}
  .h5-page>.h5-hero.jx-hero.jx-hero-ad{height:86px!important;min-height:86px!important;margin:8px auto 24px!important}
  .yese-featured{grid-template-columns:minmax(0,240px) minmax(0,1fr);gap:20px}.yese-featured-portrait{grid-template-columns:112px minmax(0,1fr)}.yese-featured-copy h2{font-size:20px}
  .yese-ranking-grid{grid-template-columns:1fr}.yese-rank-card{grid-template-columns:66px minmax(0,1fr)}.yese-rank-number{font-size:62px}.yese-rank-card .h5-video-card{grid-template-columns:190px minmax(0,1fr)}.yese-rank-card .h5-card-media{width:190px}
  .jx-ad-wide img{max-height:76px!important}
  [data-page="home"] .jx-home-intro{margin:28px 0 16px!important}
  [data-page="home"] .jx-home-intro .h5-section-head h1{font-size:28px!important}
  [data-page="home"] .jx-home-intro .h5-desc{display:block!important;font-size:14px!important}
  [data-page="home"] .jx-quick{margin:18px 0 34px!important}
  .h5-profile-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .jx-play-layout{display:block!important}.jx-play-side{display:none!important}.yese-play-top-ad{width:100%!important;max-width:none!important;margin:0 0 10px!important;max-height:64px!important;border-radius:0!important}.yese-play-top-ad img{height:56px!important;max-height:56px!important;border-radius:0!important}
  .blog-entry:first-child{grid-template-columns:1fr;gap:16px}.blog-list{grid-template-columns:1fr!important}
  .h5-business-footer{padding:28px 24px 20px!important}.h5-legal-note,.h5-friend-links,.h5-links-hub{padding-left:24px!important;padding-right:24px!important}
}
@media(max-width:600px){
  .h5-topbar{padding:0 10px!important}
  .h5-page{padding:14px 16px calc(44px + var(--y2-tabbar) + env(safe-area-inset-bottom))!important}
  .h5-section{margin:36px 0!important}.h5-section-head{margin-bottom:14px!important}.h5-section-head h2{font-size:20px!important}
  .h5-grid,.h5-grid.compact,.jx-grid-smart{gap:22px 10px!important}
  .h5-card-body{padding:8px 1px 0!important}.h5-card-body h3{min-height:40px!important;max-height:40px!important;font-size:14px!important;line-height:20px!important}
  .h5-card-meta{font-size:11px!important}.h5-fav-mini{width:34px!important;height:34px!important;opacity:.9}
  .h5-page>.h5-hero.jx-hero.jx-hero-ad{height:72px!important;min-height:72px!important;border-radius:8px!important}.jx-hero-media img{border-radius:8px}
  .yese-featured{grid-template-columns:minmax(0,1fr);gap:16px;padding:16px;margin:0 0 24px}.yese-featured-media{width:100%;max-width:320px;justify-self:center}.yese-featured-portrait{grid-template-columns:96px minmax(0,1fr);gap:14px}.yese-featured-copy h1{font-size:15px}.yese-featured-copy h2{font-size:17px;line-height:1.4}.yese-featured .yese-kicker{margin-bottom:8px;font-size:10px;letter-spacing:.08em}.yese-featured .yese-primary-action{min-height:40px;padding:0 14px;font-size:13px}.yese-home-sponsor{margin:24px auto}
  .yese-page-intro{margin:16px 0 28px}.yese-page h1{font-size:28px}
  .yese-ranking-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-16px;padding:0 16px 10px 0;gap:12px}.yese-rank-card{flex:0 0 min(82vw,330px);grid-template-columns:46px minmax(0,1fr);scroll-snap-align:start}.yese-rank-number{font-size:48px}.yese-rank-card .h5-video-card{display:block}.yese-rank-card .h5-card-media{width:100%}.yese-guide-link{gap:9px}.yese-guide-link b{font-size:14px;line-height:1.5}
  .category-heading-compact h1{font-size:28px!important}.category-seo-detail{margin-top:48px!important}
  [data-page="search"]>.h5-section:first-of-type{margin-top:28px!important}
  .h5-profile-actions{grid-template-columns:1fr 1fr!important}.h5-profile-actions a{min-height:86px!important;padding:15px!important}
  [data-page="feedback"]{padding-top:24px!important}.feedback-card{padding:20px 16px!important}
  .policy-page{padding-top:16px!important}.policy-page h1,.blog-post h1{font-size:28px!important}.blog-post .body{font-size:16px!important;line-height:1.75!important}
  .h5-business-footer{padding:24px 16px 18px!important}.h5-business-footer-inner{align-items:flex-start!important}.h5-business-footer a{width:auto!important;text-align:left!important}
  .h5-legal-note,.h5-friend-links,.h5-links-hub{padding-left:16px!important;padding-right:16px!important}
  .h5-friend-links-list{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;width:100%;gap:14px!important;scrollbar-width:none}
  .h5-friend-links-list a{flex:0 0 auto}
  .h5-age-dialog-body{padding:20px 16px 18px!important}.h5-age-dialog h2{font-size:24px!important}.h5-age-actions{grid-template-columns:1fr!important}.h5-age-actions .confirm{grid-row:1}
  .yese-category-actions{gap:10px}.yese-topic-menu-panel{right:-72px;width:min(280px,calc(100vw - 32px))}
  [data-page="play"]{padding-left:0!important;padding-right:0!important;padding-top:8px!important}.seo-breadcrumb{margin:0 12px 8px!important}.player{border-radius:0!important;box-shadow:none!important}.yese-play-top-ad,[data-page="play"]>.yese-play-top-ad.jx-ad-wide{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;max-height:56px!important;overflow:hidden!important;border-radius:0!important}.yese-play-top-ad img{height:56px!important;max-height:56px!important;width:100%!important;object-fit:cover!important;border-radius:0!important}.info{padding:0 16px!important;margin-top:16px!important}.info h1{font-size:22px!important;line-height:1.36!important}.play-actions{width:100%!important}.play-actions .h5-btn{min-width:0!important;flex:1!important;padding:0 8px!important}.play-recommendations,.video-prev-next,[data-page="play"]>.jx-ad-wide:not(.yese-play-top-ad),.jx-play-main>.jx-ad-wide{margin-left:16px!important;margin-right:16px!important}.play-recommendations .h5-section-head{padding:0!important}
  [data-page="me"] .h5-empty{width:100%!important;min-width:0!important}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
