:root{
    color-scheme:dark;
    --bg:#121216;
    --bg-soft:#16161b;
    --surface:#1b1b21;
    --surface-2:#232329;
    --line:rgba(255,255,255,.07);
    --line-strong:rgba(255,255,255,.12);
    --text:#dcdde4;
    --muted:#a2a4b0;
    --muted-2:#7e808c;
    --accent:#d81e4e;
    --accent-2:#5b3fd6;
    --radius:14px;
    --radius-sm:10px;
    --shadow:0 10px 30px rgba(0,0,0,.6);
    --container:1560px;
}

html{background:#121216}
body.h2-body{
    margin:0;
    min-height:100vh;
    background:#121216;
    color:#dcdde4;
    font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
}
.h2-root *,.h2-root *::before,.h2-root *::after{box-sizing:border-box}
.h2-body{overflow-x:hidden}
.h2-root{max-width:100vw;overflow-x:visible;background:#121216;min-height:100vh}
.h2-root img{max-width:100%;display:block}
.h2-root a,.h2-root a:hover,.h2-root a:visited,.h2-root a:active{color:inherit;text-decoration:none!important}
.h2-wrap{max-width:var(--container);margin:0 auto;padding:0 20px}
@media (max-width:640px){.h2-wrap{padding:0 12px}}

.h2-header{
    position:sticky;top:0;z-index:120;
    background:rgba(18,18,22,.9);
    backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
}
.h2-header__bar{position:relative;display:flex;align-items:center;gap:18px;height:64px}
.h2-burger{
    display:none;background:none;border:0;color:var(--text);padding:6px;
    border-radius:9px;cursor:pointer;line-height:0;
}
.h2-burger:hover{background:var(--surface-2)}

.h2-logo{
    display:inline-flex;align-items:baseline;white-space:nowrap;
    font-size:22px;font-weight:900;line-height:1;letter-spacing:-.055em;
}
.h2-logo__a{color:#fff}
.h2-logo__b{color:var(--accent)}
.h2-logo__tld{
    margin-left:4px;align-self:flex-start;
    font-size:10.5px;font-weight:700;letter-spacing:.02em;color:var(--muted-2);
}
@media (max-width:640px){.h2-logo{font-size:19px}.h2-logo__tld{font-size:9.5px}}

.h2-nav{display:flex;align-items:center;gap:2px;margin-left:6px}
.h2-nav a{
    padding:8px 13px;border-radius:9px;font-size:14.5px;font-weight:600;
    color:var(--muted);transition:color .16s,background .16s;white-space:nowrap;
}
.h2-nav a:hover{color:var(--text);background:var(--surface-2)}
.h2-nav a.is-active,.h2-nav a.is-on{color:var(--text);background:var(--surface-2)}

.h2-search{margin-left:auto;position:relative;flex:0 1 380px;min-width:0}
.h2-search input{
    width:100%;height:40px;border-radius:999px;
    background:var(--surface);border:1px solid var(--line);
    color:var(--text);font-size:14.5px;padding:0 16px 0 42px;outline:none;
    transition:border-color .16s,background .16s;
}
.h2-search input::placeholder{color:var(--muted-2)}
.h2-search input:focus{border-color:var(--line-strong);background:var(--surface-2)}
.h2-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:var(--muted-2);pointer-events:none}
.h2-searchtoggle,.h2-search__close{display:none;background:none;border:0;color:var(--text);padding:6px;border-radius:9px;cursor:pointer;line-height:0}
.h2-searchtoggle svg,.h2-search__close svg{width:21px;height:21px}
.h2-searchtoggle:hover,.h2-search__close:hover{background:var(--surface-2)}

@media (max-width:1080px){
    .h2-nav{display:none}
    .h2-burger{display:inline-flex}
}
@media (max-width:640px){
    .h2-header__bar{height:56px;gap:10px}

    .h2-searchtoggle{display:inline-flex;margin-left:auto}
    .h2-search{
        position:absolute;inset:0;z-index:5;margin:0;flex:none;
        display:none;align-items:center;gap:8px;
        background:var(--bg);padding:0 4px;
    }
    .h2-search.is-open{display:flex}
    .h2-search__icon{display:none}
    .h2-search input{flex:1;height:38px;padding:0 14px}
    .h2-search__close{display:inline-flex;flex:none}
}

.h2-chips{
    display:flex;gap:8px;overflow-x:auto;padding:14px 0 2px;
    scrollbar-width:none;-ms-overflow-style:none;
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 94%,transparent 100%);
            mask-image:linear-gradient(90deg,#000 0,#000 94%,transparent 100%);
}
.h2-chips::-webkit-scrollbar{display:none}
.h2-chip{
    flex:none;padding:7px 14px;border-radius:999px;font-size:13.5px;font-weight:600;
    background:var(--surface);border:1px solid var(--line);color:var(--muted);
    transition:.16s;
}
.h2-chip:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-2)}
.h2-chip__n{color:var(--muted-2);font-weight:500;margin-left:5px;font-size:12px}

.h2-section{margin-top:26px}
.h2-section__head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.h2-section__title{
    margin:0;font-size:21px;font-weight:800;letter-spacing:-.3px;
    display:flex;align-items:center;gap:10px;
}
.h2-section__title::before{
    content:"";width:4px;height:20px;border-radius:3px;
    background:var(--accent);
}
.h2-section__sub{position:relative;top:2px;color:var(--muted-2);font-size:12.5px;line-height:1}
.h2-toptabs{
    display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
    gap:8px;margin:6px 0 22px;
}
.h2-toptab{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:72px;height:36px;padding:0 16px;border-radius:9px;
    background:var(--surface);border:1px solid var(--line);
    color:var(--muted);font-size:13.5px;font-weight:600;text-decoration:none;
}
.h2-toptab:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-2)}
.h2-toptab.is-on,
.h2-toptab.active{
    background:#d81e4e !important;border-color:#d81e4e !important;color:#fff !important;
}

.h2-section__more{margin-left:auto;color:var(--muted);font-size:13.5px;font-weight:600}
.h2-section__more:hover{color:var(--accent)}
@media (max-width:640px){.h2-section__title{font-size:18px}}

.h2-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:16px;margin-top:22px}
@media (max-width:1080px){.h2-hero{grid-template-columns:1fr}}

.h2-hero__main{
    position:relative;border-radius:var(--radius);overflow:hidden;
    min-height:320px;border:1px solid var(--line);box-shadow:var(--shadow);
    display:flex;align-items:center;
}
.h2-hero__bg{
    position:absolute;inset:0;background-size:cover;background-position:center 22%;
    filter:blur(30px) saturate(1.05) brightness(.55);transform:scale(1.18);opacity:.4;
}
.h2-hero__veil{
    position:absolute;inset:0;
    background:linear-gradient(105deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.9) 42%,rgba(0,0,0,.58) 100%),
               linear-gradient(0deg,rgba(0,0,0,.97),transparent 70%);
}
.h2-hero__inner{position:relative;display:flex;gap:24px;padding:26px;width:100%;align-items:center}
.h2-hero__poster{
    display:block;width:200px;flex:none;aspect-ratio:3/4;border-radius:12px;overflow:hidden;
    box-shadow:0 12px 34px rgba(0,0,0,.6);border:1px solid var(--line-strong);
}
.h2-hero__poster img{width:100%;height:100%;object-fit:cover}
.h2-hero__body{min-width:0;flex:1}
.h2-hero__tag{
    display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;
    background:rgba(216,30,78,.14);border:1px solid rgba(216,30,78,.26);color:#e2708d;
    font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;
}
.h2-hero__title{
    overflow-wrap:anywhere;margin:12px 0 10px;font-size:29px;line-height:1.2;font-weight:800;letter-spacing:-.5px;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.h2-hero__desc{
    margin:0 0 16px;color:var(--muted);font-size:14.5px;line-height:1.65;max-width:620px;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.h2-hero__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.h2-pill{
    display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:8px;
    background:rgba(255,255,255,.07);border:1px solid var(--line);
    font-size:12.5px;font-weight:600;color:var(--muted);
}
.h2-pill svg{width:14px;height:14px}
.h2-btn{
    display:inline-flex;align-items:center;gap:9px;padding:11px 22px;border-radius:10px;
    background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;
    font-size:14.5px;font-weight:700;box-shadow:0 6px 18px rgba(216,30,78,.22);
    transition:transform .16s,box-shadow .16s;
}
.h2-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(216,30,78,.3)}
.h2-btn svg{width:17px;height:17px}
@media (max-width:640px){
    .h2-hero__inner{flex-direction:column;gap:16px;padding:16px}
    .h2-hero__poster{width:132px}
    .h2-hero__title{font-size:21px}
    .h2-hero__desc{-webkit-line-clamp:2;font-size:13.5px}
}

.h2-hero__side{
    display:flex;flex-direction:column;gap:10px;min-width:0;
    background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:14px;
}
.h2-hero__side h3{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--muted-2);text-transform:uppercase;letter-spacing:.6px}
.h2-mini{display:flex;gap:11px;align-items:center;padding:7px 6px;border-radius:11px;transition:background .16s}
.h2-mini:hover{background:var(--surface-2)}
.h2-mini__rank{
    width:22px;flex:none;text-align:center;font-size:16px;font-weight:800;color:var(--muted-2);
}
.h2-mini:nth-child(2) .h2-mini__rank{color:var(--accent)}
.h2-mini__thumb{display:block;width:46px;flex:none;aspect-ratio:3/4;border-radius:8px;overflow:hidden;background:var(--surface-2)}
.h2-mini__thumb img{width:100%;height:100%;object-fit:cover}
.h2-mini__body{display:block;min-width:0;flex:1}
.h2-mini__title{
    overflow-wrap:anywhere;display:-webkit-box;font-size:13.5px;font-weight:600;line-height:1.4;margin:0 0 4px;color:#cfd0d8;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.h2-mini__meta{display:flex;font-size:12px;color:var(--muted-2);align-items:center;gap:5px}
.h2-mini__meta svg{width:12px;height:12px}

.h2-grid{display:grid;gap:16px;grid-template-columns:repeat(6,minmax(0,1fr))}
@media (max-width:1400px){.h2-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media (max-width:1160px){.h2-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:860px) {.h2-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}
@media (max-width:560px) {.h2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}

.h2-card{display:flex;flex-direction:column}
.h2-card__thumb{
    position:relative;display:block;aspect-ratio:3/4;border-radius:var(--radius-sm);
    overflow:hidden;background:var(--surface-2);border:0;
    transition:box-shadow .2s;
}
.h2-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.6,.2,1)}
.h2-card:hover .h2-card__thumb{box-shadow:0 10px 26px rgba(0,0,0,.55)}
.h2-card:hover .h2-card__thumb img{transform:scale(1.07)}

.h2-card__shade{
    position:absolute;inset:0;
    background:linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.32) 34%,transparent 62%);
}
.h2-card__ep{
    position:absolute;top:8px;left:8px;padding:4px 9px;border-radius:7px;
    background:rgba(0,0,0,.88);border:1px solid var(--line-strong);
    font-size:11.5px;font-weight:700;letter-spacing:.2px;backdrop-filter:blur(4px);
}
.h2-card__views{
    position:absolute;right:9px;bottom:8px;display:flex;align-items:center;gap:5px;
    font-size:12px;font-weight:600;color:#c9cad3;text-shadow:0 1px 4px rgba(0,0,0,.95);
}
.h2-card__views svg{width:13px;height:13px}
.h2-card__play{
    position:absolute;top:50%;left:50%;width:48px;height:48px;border-radius:50%;
    transform:translate(-50%,-50%) scale(.7);opacity:0;
    background:rgba(216,30,78,.9);display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 20px rgba(0,0,0,.5);transition:opacity .2s,transform .2s;
}
.h2-card__play svg{width:20px;height:20px;color:#fff;margin-left:2px}
.h2-card:hover .h2-card__play{opacity:1;transform:translate(-50%,-50%) scale(1)}

.h2-card__title{
    margin:10px 2px 0;font-size:14px;line-height:1.45;font-weight:600;
    color:#d9dae2;-webkit-text-fill-color:#d9dae2;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    min-height:40px;transition:color .16s;
}
.h2-card:hover .h2-card__title{color:#f2f3f8;-webkit-text-fill-color:#f2f3f8}
@media (max-width:560px){.h2-card__title{font-size:13px;min-height:37px}}

.h2-prose{color:var(--muted);font-size:15px;line-height:1.8;max-width:900px}
.h2-prose h2,.h2-prose h3{color:var(--text);margin:26px 0 10px;font-weight:700}
.h2-prose h2{font-size:19px}
.h2-prose h3{font-size:16px}
.h2-prose p{margin:0 0 14px}
.h2-prose a{color:#ff5c85}
.h2-prose img{border-radius:var(--radius-sm);margin:10px 0}
.h2-prose ul,.h2-prose ol{padding-left:22px;margin:0 0 14px}
.h2-prose li{margin:6px 0}

.h2-empty{
    display:flex;flex-direction:column;align-items:center;gap:16px;
    padding:60px 20px;text-align:center;color:var(--muted);
    background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);
}
.h2-empty p{margin:0;font-size:15px}

.h2-watch{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;margin-top:18px;align-items:start}
@media (max-width:1100px){.h2-watch{grid-template-columns:1fr;gap:20px}}

.h2-crumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:12px;font-size:12.5px;color:var(--muted-2)}
.h2-crumb a{color:var(--muted)}
.h2-crumb a:hover{color:var(--accent)}
.h2-crumb em{font-style:normal;color:var(--text)}

.h2-player{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--radius);overflow:hidden}
.h2-player iframe,.h2-player video,.h2-player #player{width:100%;height:100%;border:0}

.h2-bar{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin:14px 0 8px}
.h2-watch__title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.2px;line-height:1.35;min-width:0}
@media (max-width:640px){.h2-watch__title{font-size:16.5px}}
.h2-meta{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.h2-channel{display:flex;align-items:center;gap:12px;min-width:0;width:100%}
.h2-channel__ava{
    width:42px;height:42px;border-radius:50%;flex:0 0 42px;
    display:inline-flex;align-items:center;justify-content:center;
    background:#3a3a44;color:#fff;overflow:hidden;text-decoration:none;
}
.h2-channel__ava img{width:100%;height:100%;object-fit:cover;display:block}
.h2-channel__letter{font-size:18px;font-weight:800;line-height:1}
.h2-channel__meta{min-width:0}
.h2-channel__name{display:block;font-size:15px;font-weight:700;color:#fff;text-decoration:none;line-height:1.25}
.h2-channel__name:hover{color:#fff}
.h2-channel__sub{margin-top:2px;font-size:12.5px;color:#9a9aa3}
.h2-rate{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.h2-rate__btn{
    display:inline-flex;align-items:center;gap:7px;
    height:36px;padding:0 14px;border:0;border-radius:999px;cursor:pointer;
    background:#27272f;color:#e8e8ed;font-size:13.5px;font-weight:600;font-family:inherit;
}
.h2-rate__btn svg{width:18px;height:18px}
.h2-rate__pair{
    display:inline-flex;align-items:stretch;
    background:#27272f;border:0;border-radius:999px;overflow:hidden;height:36px;
}
.h2-rate__pair .h2-rate__btn{border:0;border-radius:0;background:transparent;height:36px;padding:0 14px}
.h2-rate__pair .h2-rate__btn--up{border-right:1px solid #3a3a44}
.h2-rate__btn--dots{width:36px;padding:0;justify-content:center}
.h2-rate__btn--share.is-copied .h2-rate__t::after{content:" · Đã copy"}

.h2-servers{display:flex;flex-wrap:wrap;gap:10px;flex:none;margin:18px 0 12px;padding-top:2px}
.h2-servers .player__cdn{
    padding:9px 18px;border-radius:9px;cursor:pointer;
    background:var(--surface-2);border:1px solid var(--line-strong);
    color:var(--muted);font-size:13px;font-weight:600;font-family:inherit;transition:.16s;
}
.h2-servers .player__cdn:hover{color:var(--text);border-color:rgba(255,255,255,.22);background:#2a2a32}
.h2-servers .player__cdn--active,
.h2-servers .h2-sv-btn.is-on{
    background:#d81e4e !important;
    border-color:#d81e4e !important;
    color:#fff !important;
}

.h2-watch__stats{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px}
.h2-servers__label{font-size:12px;color:var(--muted-2);margin-left:6px}

.h2-rate{display:flex;gap:8px;flex:none}
.h2-rate__btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:9px 16px;border-radius:10px;cursor:pointer;
    background:var(--surface);border:1px solid var(--line);
    color:var(--muted);font-size:13.5px;font-weight:700;font-family:inherit;
    transition:.16s;
}
.h2-rate__btn svg{width:17px;height:17px}
.h2-rate__btn:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-2)}
.h2-rate.is-done .h2-rate__btn{cursor:default}
.h2-rate.is-done .h2-rate__btn:hover{color:var(--muted);border-color:var(--line);background:var(--surface)}
.h2-rate__btn--up.is-picked{background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.32);color:#5fd28a}
.h2-rate__btn--down.is-picked{background:rgba(216,30,78,.14);border-color:rgba(216,30,78,.3);color:#e2708d}
@media (max-width:640px){.h2-rate__btn{padding:8px 13px;font-size:13px}}
.h2-pill--link:hover{color:var(--text);border-color:var(--line-strong)}
.h2-pill--studio{padding:0;background:none;border:0}
.h2-pill--studio a{
    display:inline-block;padding:5px 11px;border-radius:8px;font-size:12.5px;font-weight:600;
    background:rgba(255,255,255,.07);border:1px solid var(--line);color:var(--muted);
}
.h2-pill--studio a:hover{color:var(--text);border-color:var(--line-strong)}

.h2-eps{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;margin-bottom:20px}
.h2-eps__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.h2-eps__head h2{margin:0;font-size:15px;font-weight:700}
.h2-eps__head span{font-size:12.5px;color:var(--muted-2)}
.h2-eps__list{display:flex;flex-wrap:wrap;gap:8px}
.h2-ep{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:46px;height:38px;padding:0 12px;border-radius:9px;
    background:var(--surface);border:1px solid var(--line);
    color:var(--muted);font-size:14px;font-weight:700;transition:.16s;
}
.h2-ep:hover{color:#fff;border-color:var(--line-strong);background:var(--surface-2)}
.h2-ep.is-current{background:var(--accent);border-color:transparent;color:#fff}

.h2-about{display:flex;gap:20px;padding:18px;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius)}
.h2-about__poster{width:160px;flex:none;aspect-ratio:3/4;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-2)}
.h2-about__poster img{width:100%;height:100%;object-fit:cover}
.h2-about__body{min-width:0;flex:1;display:flex;flex-direction:column;gap:14px}
.h2-about__desc{margin:0;color:var(--muted);font-size:14.5px;line-height:1.8;max-width:70ch}
@media (max-width:640px){
    .h2-about{flex-direction:column;gap:16px;padding:14px}
    .h2-about__poster{width:120px}
    .h2-about__desc{font-size:13.5px}
}

.h2-chiprow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:7px}
.h2-chiprow a{
    display:inline-block;padding:5px 11px;border-radius:8px;font-size:12.5px;font-weight:600;
    background:var(--surface);border:1px solid var(--line);color:#c9cbd6;transition:.16s;
}
.h2-chiprow a:hover{color:#fff;border-color:var(--line-strong);background:var(--surface-2)}
.h2-chiprow--cats a{background:rgba(216,30,78,.12);border-color:rgba(216,30,78,.22);color:#e2708d}
.h2-chiprow--cats a:hover{background:rgba(216,30,78,.2);color:#ff8ba7}

.h2-sidebox{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:14px;margin-bottom:16px}
.h2-sidebox__title{margin:2px 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted-2)}
.h2-more{margin:12px 0 2px}
.h2-more__btn{
    width:100%;border:1px solid var(--line);background:var(--surface);color:var(--muted);
    border-radius:12px;padding:12px 14px;font-size:14.5px;font-weight:700;cursor:pointer;
}
.h2-more__btn:hover{background:var(--surface-2);color:var(--text)}
.h2-more__btn:disabled{opacity:.7;cursor:wait}

.h2-srow{display:flex;gap:11px;align-items:center;padding:7px 6px;border-radius:11px;transition:background .16s}
.h2-srow:hover{background:var(--surface-2)}
.h2-srow__thumb{position:relative;display:block;width:72px;flex:none;aspect-ratio:3/4;border-radius:8px;overflow:hidden;background:var(--surface-2)}
.h2-srow__thumb img{width:100%;height:100%;object-fit:cover}
.h2-srow__ep{position:absolute;left:5px;bottom:5px;padding:2px 6px;border-radius:5px;background:rgba(0,0,0,.78);font-size:10px;font-weight:700;color:#e8e9f0}
.h2-srow__body{display:block;min-width:0;flex:1}
.h2-srow__title{
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    font-size:13.5px;font-weight:600;line-height:1.45;color:#dcdde4;margin-bottom:5px;overflow-wrap:anywhere;
}
.h2-srow__meta{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted-2)}
.h2-srow__meta svg{width:12px;height:12px}

.h2-btn--block{display:flex;justify-content:center;width:100%;margin-top:12px}
.h2-btn--ghost{background:var(--surface);border:1px solid var(--line);color:var(--muted);box-shadow:none;font-family:inherit;cursor:pointer}
.h2-btn--ghost:hover{background:var(--surface-2);color:var(--text);transform:none;box-shadow:none}

.h2-root .pagiation-wrapper{margin-top:48px;margin-bottom:8px;padding-top:8px}
.h2-root .paginator{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}
@media (max-width:640px){
    .h2-root .pagiation-wrapper{margin-top:36px}
}
.h2-root .paginator__item__link{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:40px;height:40px;padding:0 13px;border-radius:10px;
    background:var(--surface);border:1px solid var(--line);
    color:var(--muted);font-size:14px;font-weight:600;transition:.16s;
}
.h2-root .paginator__item__link:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-2)}
.h2-root .paginator__item--active .paginator__item__link{
    background:#2c2c35;border-color:rgba(255,255,255,.22);color:#fff;box-shadow:none;
}

.h2-footer{margin-top:56px;border-top:1px solid var(--line);background:var(--bg-soft)}
.h2-footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:32px;padding-top:36px;padding-bottom:30px}
@media (max-width:900px){.h2-footer__grid{grid-template-columns:1fr 1fr;gap:26px}}

@media (max-width:560px){
    .h2-footer{margin-top:36px}
    .h2-footer__grid{grid-template-columns:1fr;gap:18px;padding-top:24px;padding-bottom:18px;text-align:center}
    .h2-footer__about .h2-logo{justify-content:center}
    .h2-footer__about p{
        margin:10px auto 0;font-size:13px;line-height:1.7;max-width:none;
        display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
    }
    .h2-footer__col{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
    .h2-footer__col h4{display:none}
    .h2-footer__col a{
        padding:7px 13px;border-radius:999px;font-size:12.5px;font-weight:600;
        background:var(--surface);border:1px solid var(--line);color:#b9bbc6;
    }
    .h2-footer__col a:hover{color:var(--text)}
    .h2-footer__bottom{
        flex-direction:column;align-items:center;text-align:center;gap:6px;
        padding-top:14px;padding-bottom:14px;font-size:11.5px;line-height:1.6;
    }
}
.h2-footer__about p{margin:12px 0 0;color:#9c9ea9;font-size:13.5px;line-height:1.75;max-width:460px}
.h2-footer__about a{color:#ff5c85}
.h2-footer h4{margin:0 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}
.h2-footer__col a {
    display: block;
    padding: 5px 8px 5px 8px;
    color: #b9bbc6;
    font-size: 13.5px;
    transition: color .16s;
}
.h2-footer__col a:hover{color:#ff5c85}
.h2-footer__bottom{
    border-top:1px solid var(--line);padding-top:16px;padding-bottom:16px;color:var(--muted-2);font-size:12.5px;
    display:flex;justify-content:center;text-align:center;gap:12px;flex-wrap:wrap;
}

.h2-drawer{
    position:fixed;inset:0 auto 0 0;width:280px;z-index:400;
    background:var(--bg-soft);border-right:1px solid var(--line);
    transform:translateX(-100%);transition:transform .26s cubic-bezier(.3,.7,.3,1);
    padding:18px 14px;overflow-y:auto;
}
.h2-drawer.is-open{transform:none}
.h2-drawer a{
    display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;
    color:var(--muted);font-size:14.5px;font-weight:600;
}
.h2-drawer a:hover,.h2-drawer a.is-on,.h2-drawer a.is-active{background:var(--surface-2);color:var(--text)}
.h2-drawer__sep{height:1px;background:rgba(255,255,255,.12);margin:8px 10px}
.h2-fog{position:fixed;inset:0;z-index:390;background:rgba(0,0,0,.6);opacity:0;pointer-events:none;transition:opacity .26s}
.h2-fog.is-open{opacity:1;pointer-events:auto}

.h2-drawer__brand{padding:4px 6px 12px!important;gap:11px!important;align-items:center!important}
.h2-drawer__brand:hover{background:transparent!important}
.h2-drawer__brand .h2-cat{
    flex:0 0 40px;width:40px;height:40px;border-radius:50%;
    background:linear-gradient(160deg,#fff,#e9e9f2);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,.55),0 0 0 2px rgba(216,30,78,.55);
}
.h2-drawer__brand .h2-cat img{width:26px;height:24px;object-fit:contain;display:block}
.h2-drawer__brand .h2-logo{font-size:19px}
.h2-drawer__brand .h2-logo__tld{font-size:9.5px}
.h2-auth{display:flex;align-items:center;gap:8px;flex:none}
.h2-auth__in{padding:8px 12px;border-radius:9px;font-size:14px;font-weight:600;color:var(--muted)}
.h2-auth__in:hover{color:var(--text);background:var(--surface-2)}
.h2-auth__up{padding:8px 15px;border-radius:999px;font-size:14px;font-weight:700;color:#fff;background:var(--accent)}
.h2-auth__up:hover{filter:brightness(1.1)}
.h2-acc{position:relative}
.h2-acc__btn{
    display:flex;align-items:center;gap:8px;cursor:pointer;font:inherit;font-size:14px;font-weight:600;
    background:var(--surface);border:1px solid var(--line);color:var(--text);padding:4px 13px 4px 4px;border-radius:999px;
}
.h2-acc__btn:hover{border-color:var(--line-strong);background:var(--surface-2)}
.h2-acc__ava{
    width:28px;height:28px;border-radius:50%;flex:none;color:#fff;font-size:13px;font-weight:800;
    background:linear-gradient(160deg,var(--accent),var(--accent-2));display:flex;align-items:center;justify-content:center;
}
.h2-acc__name{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.h2-acc__menu{
    position:absolute;right:0;top:calc(100% + 8px);min-width:200px;display:none;z-index:90;padding:6px;
    background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;box-shadow:var(--shadow);
}
.h2-acc.is-open .h2-acc__menu{display:block}
.h2-acc__menu a,.h2-acc__menu button{
    display:block;width:100%;text-align:left;padding:9px 11px;border-radius:8px;cursor:pointer;
    font-family:inherit;font-size:14px;font-weight:600;color:var(--muted);background:none;border:0;
}
.h2-acc__menu a:hover,.h2-acc__menu button:hover{background:var(--surface-2);color:var(--text)}
@media (max-width:1080px){.h2-auth{display:none}}

.h2-drawer__user{display:flex;align-items:center;gap:10px;padding:8px 10px 12px}
.h2-drawer__user .h2-acc__ava{width:34px;height:34px;font-size:15px}
.h2-drawer__user b{font-size:14.5px;color:var(--text);font-weight:700}
.h2-drawer__auth{display:flex;gap:8px;padding:4px 6px 12px}
.h2-drawer__auth a{flex:1;justify-content:center;padding:10px 8px;border-radius:10px;font-size:14px;font-weight:700}
.h2-drawer__auth .h2-drawer__in{background:var(--surface-2);color:var(--text)}
.h2-drawer__auth .h2-drawer__up{background:var(--accent);color:#fff}
.h2-drawer form{margin:0}
.h2-drawer form button{
    display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;border-radius:10px;cursor:pointer;
    font-family:inherit;font-size:14.5px;font-weight:600;color:var(--muted);background:none;border:0;text-align:left;
}
.h2-drawer form button:hover{background:var(--surface-2);color:var(--text)}

.h2-authpage{padding:34px 0 64px;display:flex;justify-content:center}
.h2-card2{
    width:100%;max-width:430px;padding:26px;
    background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
}
.h2-authpage--wide .h2-card2{max-width:640px}
.h2-card2__head h1{font-size:22px;font-weight:800;margin:0 0 6px}
.h2-card2__head p{color:var(--muted-2);font-size:14px;margin:0 0 18px;line-height:1.5}
.h2-form{display:flex;flex-direction:column;gap:14px}
.h2-field{display:flex;flex-direction:column;gap:6px}
.h2-field span{font-size:13px;font-weight:600;color:var(--muted)}
.h2-field input{
    height:42px;border-radius:10px;padding:0 13px;font-size:15px;outline:none;font-family:inherit;
    background:var(--bg-soft);border:1px solid var(--line);color:var(--text);
}
.h2-field input:focus{border-color:var(--accent)}
.h2-btn--main{
    width:100%;height:44px;margin-top:4px;border:0;border-radius:10px;cursor:pointer;
    display:flex;align-items:center;justify-content:center;
    background:var(--accent);color:#fff;font-family:inherit;font-size:15px;font-weight:700;
}
.h2-btn--main:hover{filter:brightness(1.1)}
.h2-alert{padding:11px 13px;border-radius:10px;font-size:14px;margin-bottom:14px;line-height:1.45}
.h2-alert--bad{background:rgba(216,30,78,.12);border:1px solid rgba(216,30,78,.4);color:#ff9db3}
.h2-alert--ok{background:rgba(46,160,90,.14);border:1px solid rgba(46,160,90,.4);color:#7ddaa2}
.h2-card2__foot{
    margin-top:18px;padding-top:16px;border-top:1px solid var(--line);
    font-size:14px;color:var(--muted-2);text-align:center;
}
.h2-card2__foot a{color:var(--accent);font-weight:600}
.h2-linkbtn{
    background:none;border:0;cursor:pointer;font-family:inherit;font-size:13.5px;color:var(--muted-2);
    text-decoration:underline!important;-webkit-text-decoration:underline!important;
}
.h2-linkbtn:hover{color:#ff5c85}
.h2-accstat{display:flex;gap:12px;margin-bottom:20px}
.h2-accstat__item{
    flex:1;padding:14px;border-radius:12px;display:flex;flex-direction:column;gap:3px;
    background:var(--bg-soft);border:1px solid var(--line);font-size:13px;color:var(--muted)
}
.h2-accstat__item:hover{border-color:var(--line-strong)}
.h2-accstat__n{font-size:21px;font-weight:800;color:var(--text)}
.h2-deflist{display:grid;grid-template-columns:auto 1fr;gap:9px 20px;margin:0 0 22px;font-size:14px}
.h2-deflist dt{color:var(--muted-2)}
.h2-deflist dd{margin:0;color:var(--text)}
.h2-subhead{font-size:16px;font-weight:700;margin:0 0 12px}
.h2-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}
.h2-pager__now{font-size:14px;color:var(--muted-2)}
.h2-clearform{margin-left:auto}
.h2-rate__btn--fav.is-faved{color:#fff;background:var(--accent);border-color:var(--accent)}
.h2-rate__btn--fav.is-faved svg{fill:#fff}

.h2-search{min-width:165px}
@media (max-width:1500px){
    .h2-header__bar{gap:12px}
    .h2-nav{margin-left:0}
    .h2-nav a{padding:8px 9px;font-size:13.8px}
    .h2-search{flex:0 1 300px}
    .h2-auth{gap:6px}
    .h2-auth__in{padding:8px 9px}
    .h2-auth__up{padding:8px 13px}
}

.h2-acc__ava--img{background:none;padding:0;overflow:hidden}
.h2-acc__ava img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}
.h2-avatar{display:flex;gap:18px;align-items:flex-start;margin-bottom:22px}
.h2-avatar__pic{
    width:96px;height:96px;border-radius:50%;flex:none;overflow:hidden;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(160deg,var(--accent),var(--accent-2));
    color:#fff;font-size:36px;font-weight:800;
    box-shadow:0 6px 18px rgba(0,0,0,.5);
}
.h2-avatar__pic img{width:100%;height:100%;object-fit:cover;display:block}
.h2-avatar__side{display:flex;flex-direction:column;gap:9px;min-width:0}
.h2-avatar__form{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:0}
.h2-avatar__note{margin:0;font-size:12.5px;color:var(--muted-2);line-height:1.45}
.h2-file{position:relative;overflow:hidden;display:inline-flex}
.h2-file input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}
.h2-file span{
    display:inline-flex;align-items:center;padding:9px 14px;border-radius:10px;
    background:var(--bg-soft);border:1px solid var(--line);color:var(--muted);
    font-size:13.5px;font-weight:600;
}
.h2-file:hover span{border-color:var(--line-strong);color:var(--text)}
.h2-btn--sm{
    padding:9px 16px;border:0;border-radius:10px;cursor:pointer;
    background:var(--accent);color:#fff;font-family:inherit;font-size:13.5px;font-weight:700;
}
.h2-btn--sm:hover{filter:brightness(1.1)}
@media (max-width:560px){
    .h2-avatar{gap:14px}
    .h2-avatar__pic{width:76px;height:76px;font-size:30px}
}

.h2-cmts{margin-top:26px}
.h2-cmts__head{display:flex;align-items:center;gap:26px;margin-bottom:20px}
.h2-cmts__title{font-size:19px;font-weight:800;margin:0}
.h2-cmts__sort{position:relative}
.h2-cmts__sortbtn{
    display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:9px;cursor:pointer;
    background:none;border:0;color:var(--muted);font-family:inherit;font-size:14.5px;font-weight:600;
}
.h2-cmts__sortbtn:hover{background:var(--surface-2);color:var(--text)}
.h2-cmts__sortbtn svg{width:18px;height:18px}
.h2-cmts__sortmenu{
    position:absolute;left:0;top:calc(100% + 6px);min-width:180px;display:none;z-index:40;padding:6px;
    background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;box-shadow:var(--shadow);
}
.h2-cmts__sort.is-open .h2-cmts__sortmenu{display:block}
.h2-cmts__sortmenu button{
    display:block;width:100%;text-align:left;padding:9px 11px;border-radius:8px;cursor:pointer;
    background:none;border:0;color:var(--muted);font-family:inherit;font-size:14px;font-weight:600;
}
.h2-cmts__sortmenu button:hover{background:var(--surface-2);color:var(--text)}
.h2-cmts__sortmenu button.is-on{color:var(--accent)}

.h2-cmtform{display:flex;gap:14px;align-items:flex-start;margin-bottom:26px}
.h2-cmtform__main{flex:1;min-width:0}
.h2-cmtform textarea{
    width:100%;resize:none;overflow:hidden;padding:8px 2px;font-family:inherit;font-size:14.5px;line-height:1.5;
    background:none;border:0;border-bottom:1px solid var(--line);color:var(--text);outline:none;
}
.h2-cmtform textarea::placeholder{color:var(--muted-2)}
.h2-cmtform textarea:focus{border-bottom-color:var(--accent)}
.h2-cmtform__name{
    width:100%;padding:4px 2px 8px;margin-bottom:6px;font-family:inherit;font-size:13.5px;font-weight:700;
    background:none;border:0;border-bottom:1px solid var(--line);color:var(--text);outline:none;
}
.h2-cmtform__name:focus{border-bottom-color:var(--accent)}
.h2-cmtform__note{margin:0 0 8px;font-size:12.5px;color:var(--accent);font-weight:600}
.h2-cmtform__msg{margin-left:8px;font-size:12.5px;color:var(--muted)}
.h2-cmtform__acts{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px}
.h2-cmtform--guest{align-items:center}
.h2-cmtform__login{
    flex:1;padding:9px 2px;border-bottom:1px solid var(--line);
    color:var(--muted-2);font-size:14.5px;
}
.h2-cmtform__login:hover{color:var(--text)}

.h2-cmt{display:flex;gap:14px;padding:14px 0}
.h2-cmt__ava{
    width:40px;height:40px;border-radius:50%;flex:none;overflow:hidden;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(160deg,var(--accent),var(--accent-2));
    color:#fff;font-size:16px;font-weight:800;
}
.h2-cmt__ava img{width:100%;height:100%;object-fit:cover;display:block}
.h2-cmt__body{flex:1;min-width:0}
.h2-cmt__pin{
    display:flex;align-items:center;gap:6px;margin-bottom:5px;
    font-size:12.5px;font-weight:600;color:var(--muted-2);
}
.h2-cmt__pin svg{width:14px;height:14px}
.h2-cmt__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.h2-cmt__name{font-size:14px;font-weight:700;color:#ff5c85}
.h2-cmt__ago{font-size:12.5px;color:var(--muted-2)}
.h2-cmt__text{margin-top:5px;font-size:14.8px;line-height:1.55;color:var(--text);word-break:break-word}
.h2-cmt__acts{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}
.h2-cmt__vote{
    display:flex;align-items:center;gap:6px;padding:6px 9px;border-radius:8px;cursor:pointer;
    background:none;border:0;color:var(--muted-2);font-family:inherit;font-size:13px;font-weight:600;
}
.h2-cmt__vote svg{width:17px;height:17px}
.h2-cmt__vote:hover{background:var(--surface-2);color:var(--text)}
.h2-cmt__vote.is-on{color:var(--accent)}
.h2-cmt__act{
    padding:6px 10px;border-radius:8px;cursor:pointer;
    background:none;border:0;color:var(--muted);font-family:inherit;font-size:13.5px;font-weight:600;
}
.h2-cmt__act:hover{background:var(--surface-2);color:var(--text)}
.h2-cmt__act--del:hover{color:#ff5c85}
.h2-cmt__more{
    display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:7px 11px;border-radius:8px;cursor:pointer;
    background:none;border:0;color:#8f7bff;font-family:inherit;font-size:13.8px;font-weight:700;
}
.h2-cmt__more:hover{background:rgba(143,123,255,.12)}
.h2-cmt__more svg{width:17px;height:17px;transition:transform .18s}
.h2-cmt__more.is-open svg{transform:rotate(180deg)}
.h2-cmt__more.is-hidden{display:none}
.h2-cmt__kids{display:none;padding-left:8px;border-left:1px solid var(--line)}
.h2-cmt__kids.is-open{display:block}
.h2-cmt--reply{padding:10px 0}
.h2-cmt--reply .h2-cmt__ava{width:32px;height:32px;font-size:14px}
.h2-replyform{margin-top:10px}
.h2-replyform textarea{
    width:100%;resize:none;min-height:38px;padding:8px 2px;font-family:inherit;font-size:14.5px;line-height:1.5;
    background:none;border:0;border-bottom:1px solid var(--line);color:var(--text);outline:none;
}
.h2-replyform textarea:focus{border-bottom-color:var(--accent)}
.h2-replyform__acts{display:flex;justify-content:flex-end;gap:10px;align-items:center;margin-top:9px}
.h2-cmts__empty{padding:22px 0;color:var(--muted-2);font-size:14.5px}
.h2-cmts__more{display:block;margin:18px auto 0}
@media (max-width:560px){
    .h2-cmts__head{gap:14px}
    .h2-cmt{gap:10px}
    .h2-cmt__ava{width:34px;height:34px;font-size:14px}
    .h2-cmt__text{font-size:14.2px}
}

.h2-searchtoggle{display:inline-flex;margin-left:auto}
.h2-search{position:absolute;inset:0;z-index:5;margin:0;flex:none;min-width:0;display:none;align-items:center;gap:8px;background:var(--bg);padding:0 4px}
.h2-search.is-open{display:flex}
.h2-search__icon{display:none}
.h2-search input{flex:1;height:40px;padding:0 14px}
.h2-search__close{display:inline-flex;flex:none}
.h2-auth{display:flex;gap:6px}
.h2-auth__icon{
    display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;
    background:var(--surface);border:1px solid var(--line);color:var(--text);
}
.h2-auth__icon svg{width:20px;height:20px}
.h2-auth__icon:hover{border-color:var(--accent);color:var(--accent);background:var(--surface-2)}
.h2-acc__name{display:none}
.h2-acc__btn{padding:3px;border-radius:50%}
@media (max-width:1080px){.h2-auth{display:flex}}
@media (max-width:640px){.h2-search input{height:38px}}

.h2-search{inset:0 0 0 auto;width:min(52%,560px)}
@media (max-width:860px){.h2-search{width:100%;inset:0}}
.h2-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:18px}
.h2-modal__fog{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(3px)}
.h2-modal__box{
    position:relative;width:100%;max-width:400px;max-height:92vh;overflow-y:auto;padding:24px;
    background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);box-shadow:var(--shadow);
}
.h2-modal__x{
    position:absolute;top:12px;right:12px;width:32px;height:32px;border:0;border-radius:50%;cursor:pointer;
    display:flex;align-items:center;justify-content:center;background:none;color:var(--muted-2);
}
.h2-modal__x svg{width:18px;height:18px}
.h2-modal__x:hover{background:var(--surface-2);color:var(--text)}
.h2-modal__tabs{display:flex;gap:6px;margin-bottom:18px;padding-right:34px}
.h2-modal__tabs button{
    padding:9px 15px;border:0;border-radius:999px;cursor:pointer;
    background:none;color:var(--muted);font-family:inherit;font-size:15px;font-weight:700;
}
.h2-modal__tabs button:hover{color:var(--text)}
.h2-modal__tabs button.is-on{background:var(--accent);color:#fff}
.h2-modal__err{margin-bottom:0}

.h2-auth__icon{width:auto;height:38px;padding:0 15px 0 12px;border-radius:999px;gap:8px;font-size:14px;font-weight:700}
.h2-auth__label{white-space:nowrap}
@media (max-width:860px){
    .h2-auth__icon{width:38px;padding:0;gap:0}
    .h2-auth__label{display:none}
}

@media (min-width:861px){
    .h2-searchtoggle{display:none}
    .h2-search{
        position:relative;inset:auto;z-index:auto;display:flex;
        flex:0 1 260px;min-width:170px;width:auto;margin-left:auto;background:none;padding:0;
    }
    .h2-search__icon{display:block}
    .h2-search input{height:38px;padding:0 14px 0 40px}
    .h2-search__close{display:none}
    .h2-auth{margin-left:-15px}
}

@media (min-width:861px) and (max-width:1500px){
    .h2-auth{margin-left:-10px}
}

[hidden]{display:none!important}

.h2-404{padding:28px 0 48px}
.h2-404__desc{margin:10px 0 18px;color:var(--muted);font-size:14.5px;line-height:1.6}
.h2-404__desc code{color:#ff8aa8;font-size:13px}
.h2-404__home{display:inline-flex;align-items:center;padding:9px 16px;border-radius:9px;background:var(--accent);color:#fff;font-weight:700;font-size:13.5px}
.h2-404__home:hover{filter:brightness(1.08)}

.h2-rate__btn--dots{width:36px;height:36px;padding:0;justify-content:center}
.h2-moremenu{position:relative}
.h2-moremenu__list{
    position:absolute;right:0;top:calc(100% + 6px);z-index:40;min-width:180px;
    background:#2a2a32;border:1px solid var(--line-strong);border-radius:12px;
    padding:6px;box-shadow:0 10px 28px rgba(0,0,0,.45);
}
.h2-moremenu__list button,.h2-moremenu__list a{
    display:block;width:100%;text-align:left;padding:9px 12px;border:0;border-radius:8px;
    background:none;color:#eee;font:inherit;font-size:13.5px;font-weight:600;cursor:pointer;text-decoration:none;
}
.h2-moremenu__list button:hover,.h2-moremenu__list a:hover{background:#35353f}
.h2-desc{margin:2px 0 14px}
.h2-desc__meta{font-size:13px;font-weight:700;color:#e8e8ed;margin-bottom:6px}
.h2-desc__text{margin:0;color:#c8c8d0;font-size:14px;line-height:1.7}
.h2-desc__text.is-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.h2-desc__more{margin-top:4px;padding:0;border:0;background:none;color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer}
.h2-about{display:block;padding:0;background:none;border:0;margin:0 0 16px}
.h2-about__label{font-size:13px;color:#8e8e98;margin-bottom:8px}
.h2-share{position:fixed;inset:0;z-index:130;display:flex;align-items:center;justify-content:center;padding:18px}
.h2-share[hidden]{display:none!important}
.h2-share__fog{position:absolute;inset:0;background:rgba(0,0,0,.62)}
.h2-share__box{
    position:relative;width:100%;max-width:360px;padding:22px 20px 18px;
    background:#2b2b33;border:1px solid #3a3a44;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.5);
}
.h2-share__x{position:absolute;top:10px;right:12px;border:0;background:none;color:#aaa;font-size:22px;cursor:pointer;line-height:1}
.h2-share__title{margin:0 0 16px;font-size:18px;font-weight:800;color:#fff}
.h2-share__nets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.h2-share__net{
    display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 7px;border-radius:999px;
    background:#35353f;color:#fff;font-size:13.5px;font-weight:700;text-decoration:none;
}
.h2-share__ic{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px}
.h2-share__ic--fb{background:#1877f2}
.h2-share__ic--tg{background:#229ed9}
.h2-share__ic--x{background:#111}
.h2-share__linkrow{display:flex;gap:8px}
.h2-share__linkrow input{
    flex:1;min-width:0;height:38px;padding:0 10px;border-radius:8px;border:1px solid #444;background:#1f1f26;color:#9fd4ff;font-size:12.5px;
}
.h2-share__copy{flex:none;height:38px;padding:0 14px;border:0;border-radius:8px;background:#e23d6b;color:#fff;font-weight:800;cursor:pointer}
.h2-hist-clear{margin-left:auto;color:var(--muted-2);font-size:13.5px;font-weight:600}
.h2-hist-clear:hover{color:#ff5c85}
.h2-empty{color:var(--muted);padding:18px 0 36px;font-size:14.5px}


/* === demo sexhentai.net y-row / desc (override) === */
.h2-watch__ep{color:var(--muted-2)}
.h2-yrow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap;margin:12px 0 16px}
.h2-ychan{display:flex;align-items:center;gap:12px;min-width:0;flex:1}
.h2-ychan__ava{width:44px;height:44px;flex:none;display:block;border-radius:50%;overflow:hidden;background:var(--surface-2)}
.h2-ychan__ava img{width:100%;height:100%;object-fit:cover;display:block}
.h2-ychan__ava--logo{background:#fff}
.h2-ychan__ava--logo img{object-fit:contain;padding:3px;box-sizing:border-box}
.h2-ychan__meta{min-width:0}
.h2-ychan__name{font-size:15px;font-weight:700;color:var(--text);line-height:1.35}
.h2-ychan__name a{color:var(--text)}
.h2-ychan__name a:not(:last-of-type)::after{content:', '}
.h2-ychan__name a:hover{color:var(--accent)}
.h2-ychan__sub{margin-top:2px;font-size:12.5px;color:var(--muted-2)}
.h2-ychan__sub a{color:var(--muted-2)}
.h2-ychan__sub a:hover{color:var(--text)}
.h2-yacts{display:flex;align-items:center;gap:8px;flex:none}
.h2-yacts__row{display:flex;align-items:center;gap:8px;min-width:0}
.h2-ybtn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 16px;
    border:0;border-radius:999px;cursor:pointer;background:var(--surface-2);color:var(--text);
    font-family:inherit;font-size:14px;font-weight:600;white-space:nowrap;text-decoration:none;
}
.h2-ybtn:hover{background:#2e2e36;color:#fff}
.h2-ybtn svg{width:18px;height:18px;flex:none}
.h2-ybtn--icon{width:38px;padding:0}
.h2-ybtn.h2-rate__btn--fav.is-faved,.h2-ybtn.h2-rate__btn--fav.is-faved:hover{background:var(--accent);color:#fff;border:0}
.h2-ybtn.h2-rate__btn--fav.is-faved svg{fill:#fff}
.h2-rate--yt{display:inline-flex;align-items:center;gap:0;flex:none;height:38px;padding:0;background:var(--surface-2);border-radius:999px}
.h2-rate--yt .h2-rate__btn{height:38px;padding:0 15px;gap:7px;border:0;border-radius:999px 0 0 999px;background:none;color:var(--text);font-size:14px;font-weight:600}
.h2-rate--yt .h2-rate__btn--down{border-radius:0 999px 999px 0}
.h2-rate--yt .h2-rate__btn:hover{background:#2e2e36;color:#fff;border:0}
.h2-rate--yt .h2-rate__div{width:1px;height:22px;flex:none;background:var(--line-strong)}
.h2-rate--yt .h2-rate__n--hide{display:none}
.h2-rate--yt .h2-rate__btn--up.is-picked{background:none;border:0;color:#5fd28a}
.h2-rate--yt .h2-rate__btn--down.is-picked{background:none;border:0;color:#e2708d}
.h2-ymore{position:relative;flex:none}
.h2-ymore__menu{
    position:absolute;top:44px;right:0;z-index:40;display:none;min-width:196px;padding:6px;
    background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.45);
}
.h2-ymore.is-open .h2-ymore__menu,.h2-ymore__menu:not([hidden]){display:block}
.h2-ymore__menu[hidden]{display:none!important}
.h2-ymore__menu a,.h2-ymore__menu button{
    display:block;width:100%;padding:9px 12px;border:0;border-radius:8px;background:none;cursor:pointer;
    color:var(--text);font:inherit;font-size:14px;text-align:left;text-decoration:none;
}
.h2-ymore__menu a:hover,.h2-ymore__menu button:hover{background:var(--surface-2);color:#fff}
.h2-desc{margin:0 0 20px;padding:14px 16px;background:#141418;border:1px solid var(--line);border-radius:var(--radius)}
.h2-desc__meta{display:flex;flex-wrap:wrap;align-items:center;gap:0 7px;margin-bottom:8px;font-size:14px;font-weight:700;color:var(--text)}
.h2-desc__meta span{color:var(--muted-2)}
.h2-desc__text{margin:0;color:var(--text);font-size:14.5px;line-height:1.75;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.h2-desc.is-open .h2-desc__text{display:block;-webkit-line-clamp:unset;overflow:visible}
.h2-desc__more{margin-top:6px;padding:0;border:0;background:none;color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer}
.h2-chiprow--yt a,.h2-chiprow--yt.h2-chiprow a{padding:7px 13px;border:0;border-radius:999px;background:var(--surface-2);color:var(--text);font-size:13px}
.h2-chiprow--yt a:hover{background:#33333c;color:#fff}
@media (max-width:640px){
    .h2-desc{padding:12px 13px}
    .h2-desc__text{font-size:13.5px}
    .h2-yrow{gap:8px}
    .h2-ybtn{padding:0 12px;height:36px}
    .h2-rate--yt,.h2-rate--yt .h2-rate__btn{height:36px}
}


/* === final demo match: yrow + boxed desc/cats === */
.h2-yrow{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    flex-wrap:wrap !important;
    margin:12px 0 16px !important;
}
.h2-ychan{display:flex !important;align-items:center !important;gap:12px !important;min-width:0 !important;flex:1 1 180px !important}
.h2-ychan__ava{width:40px !important;height:40px !important;flex:0 0 40px !important;border-radius:50% !important;overflow:hidden !important}
.h2-ychan__meta{min-width:0 !important;flex:1 1 auto !important}
.h2-ychan__name,.h2-ychan__sub{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100%}
.h2-yacts{display:flex !important;align-items:center !important;gap:8px !important;flex:0 0 auto !important;margin-left:auto}
.h2-yacts__row{display:flex !important;align-items:center !important;gap:8px !important}
.h2-desc{
    margin:0 0 18px !important;
    padding:14px 16px !important;
    background:#141418 !important;
    border:1px solid var(--line) !important;
    border-radius:var(--radius) !important;
}
.h2-desc__sep{height:1px;margin:14px 0;background:var(--line)}
.h2-desc__label{margin-bottom:9px;font-size:13px;color:var(--muted-2)}
.h2-desc__toggle{margin-top:6px;padding:0;border:0;background:none;cursor:pointer;color:var(--text);font:inherit;font-size:14px;font-weight:700}
.h2-chiprow--yt{display:flex;flex-wrap:wrap;gap:7px}
.h2-chiprow--yt a{
    display:inline-block !important;
    padding:6px 11px !important;
    border:0 !important;
    border-radius:999px !important;
    background:var(--surface-2) !important;
    color:var(--text) !important;
    font-size:12.5px !important;
    font-weight:600 !important;
    line-height:1.2 !important;
}
.h2-chiprow--yt a:hover{background:#33333c !important;color:#fff !important}
@media (max-width:720px){
    .h2-yrow{align-items:flex-start !important}
    .h2-ychan{flex:1 1 100% !important;width:100% !important}
    .h2-yacts{width:100% !important;margin-left:0 !important;justify-content:flex-start}
    .h2-yacts__row{overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
    .h2-yacts__row::-webkit-scrollbar{display:none}
}
@media (min-width:721px){
    .h2-yrow{flex-wrap:nowrap !important}
    .h2-ychan{flex:1 1 auto !important}
}

/* save btn: mobile icon-only like demo, no clipped text */
.h2-ybtn.h2-rate__btn--fav{min-width:38px;flex:none}
@media (max-width:720px){
    .h2-ybtn__t{display:none!important}
    .h2-ybtn.h2-rate__btn--fav{width:38px!important;padding:0!important}
}

/* save button must not inherit 36px icon-only width on PC */
.h2-ybtn.h2-rate__btn--fav{
    width:auto !important;
    min-width:auto !important;
    height:38px !important;
    padding:0 16px !important;
    gap:8px !important;
}
.h2-ybtn.h2-rate__btn--fav.is-faved,
.h2-ybtn.h2-rate__btn--fav.is-faved:hover{
    background:var(--accent) !important;
    color:#fff !important;
    border:0 !important;
}
.h2-ybtn.h2-rate__btn--fav.is-faved svg{fill:#fff !important;stroke:#fff !important}
.h2-toast{
    position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:240;
    padding:11px 18px;border-radius:10px;background:#2a2a32;color:#fff;font-size:14px;
    box-shadow:0 10px 28px rgba(0,0,0,.4);
}
.h2-toast[hidden]{display:none !important}
@media (max-width:560px){
    .h2-ybtn__t{display:none !important}
    .h2-ybtn.h2-rate__btn--fav{width:38px !important;min-width:38px !important;padding:0 !important}
}

/* action row: dots same height, flush right */
.h2-yacts{display:flex;align-items:center;width:100%;flex-wrap:nowrap}
.h2-yacts__row{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;flex-wrap:nowrap}
.h2-ymore{margin-left:auto;position:relative;flex:none;height:38px;align-self:center}
.h2-ybtn--icon,#h2-dots{
    width:38px !important;height:38px !important;min-width:38px !important;padding:0 !important;
    display:inline-flex !important;align-items:center;justify-content:center;
}
#h2-dots svg{width:18px;height:18px;display:block}
.h2-rate--yt .h2-rate__btn{pointer-events:auto;cursor:pointer}

.h2-yrow,.h2-yacts,.h2-yacts__row,.h2-ymore{overflow:visible !important}
.h2-ymore{z-index:50}
.h2-ymore__menu{z-index:80}
.h2-rate--yt .h2-rate__btn--down .h2-rate__n,
#h2-dislikes{display:none !important}
.h2-rate--yt .h2-rate__btn{cursor:pointer;-webkit-tap-highlight-color:transparent}
.h2-rate--yt .h2-rate__btn.is-picked svg{stroke:currentColor}
