/* ==========================================================================
   OSANIME RESPONSIVE LOCAL BACKGROUNDS
   Desktop/tablet uses /assets/images/replacement/.
   Phones automatically use /assets/images/mobile_optional/.
   ========================================================================== */
:root{
  --osanime-bg-rzy:url("/assets/images/replacement/RZy2246I.webp");
  --osanime-bg-osnh:url("/assets/images/replacement/oSnh6745U.webp");
  --osanime-bg-lih:url("/assets/images/replacement/lIh1876PV.webp");
}

@media (max-width:780px){
  :root{
    --osanime-bg-rzy:url("/assets/images/mobile_optional/RZy2246I-mobile.webp");
    --osanime-bg-osnh:url("/assets/images/mobile_optional/oSnh6745U-mobile.webp");
    --osanime-bg-lih:url("/assets/images/mobile_optional/lIh1876PV-mobile.webp");
  }
}

:root{--bg:#050913;--panel:#10182a;--text:#fff;--muted:#b7c1d7;--line:rgba(255,255,255,.09);--pink:#ff4f93;--violet:#aa66ff;--blue:#64b8ff}


*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,Segoe UI,sans-serif;background:radial-gradient(circle at top,#edf1f7 0,#f5f6f8 35%,#e9edf3 100%);color:var(--text);min-height:100vh;padding:34px 22px}
button,input{font-family:inherit}
a{text-decoration:none;color:inherit}
.accent{color:var(--pink)}.page{max-width:1340px;margin:auto;background:#040916;border-radius:14px;overflow:hidden;box-shadow:0 24px 55px rgba(0,0,0,.35);border:1px solid rgba(5,10,25,.9)}

.topbar{height:82px;background:linear-gradient(180deg,#040814,#071022);display:flex;align-items:center;padding:0 38px;border-bottom:1px solid rgba(255,255,255,.05);gap:28px}
.logo{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.4px}
.mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff57a2,#7c4dff);font-size:25px;box-shadow:0 0 22px rgba(255,79,147,.45)}.logo-title{line-height:.92;font-size:18px}.logo-sub{display:block;font-size:8px;letter-spacing:2.8px;color:#fff;font-weight:800;margin-top:5px}
.logo-title span{color:var(--pink)}.nav{display:flex;align-items:center;gap:18px;margin-left:22px;font-size:12px;font-weight:800;flex-wrap:nowrap;}
.nav a.active{color:var(--pink);position:relative}


.search{margin-left:auto;width:230px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:7px;display:flex;align-items:center;padding:0 7px 0 12px;color:#657089;font-size:11px}
.search input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:11px;min-width:0}
.search button{width:30px;border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}
.search.active{border-color:var(--pink);box-shadow:0 0 0 3px rgba(255,79,147,.16)}
.btn{height:38px;border-radius:7px;border:1px solid rgba(255,255,255,.18);padding:0 18px;background:#071023;color:#fff;font-size:12px;font-weight:800;display:inline-grid;place-items:center}
.btn.pink{background:linear-gradient(180deg,#ff62a6,#f13c83);border:0}
.hamb,.mobile-search{display:none;background:transparent;border:0;color:#fff;cursor:pointer}

.hero{min-height:365px;position:relative;overflow:hidden;background:#050913}
.hero-slide{position:absolute;inset:0;padding:74px 48px 40px;background-size:cover;background-position:center;opacity:0;transition:opacity .45s ease}
/* Homepage hero backgrounds are class-based so the responsive variables above
   can swap desktop/mobile assets without JavaScript. */
.index-home-page .hero-slide-bg-1{background-image:var(--osanime-bg-rzy)}
.index-home-page .hero-slide-bg-2{background-image:var(--osanime-bg-osnh)}
.index-home-page .hero-slide-bg-3{background-image:var(--osanime-bg-lih)}


.hero-slide.active{opacity:1}
.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,10,24,.88) 34%,rgba(5,9,20,.35) 62%,rgba(5,9,20,.1)),radial-gradient(circle at 70% 25%,rgba(121,74,255,.38),transparent 38%),radial-gradient(circle at 58% 90%,rgba(255,79,147,.2),transparent 30%)}
.hero-content{position:relative;  top:-20px;z-index:2;max-width:540px}
.hero h1{font-size:48px;line-height:1.05;font-weight:900;letter-spacing:-2px;margin-bottom:18px;text-shadow:0 4px 14px rgba(0,0,0,.4)}
.hero p{font-size:16px;color:#dde5f2;line-height:1.65;margin-bottom:22px}.hero-actions{
  position:absolute;
  left:48px;
  top:300px;
  z-index:5;
  display:flex;
  gap:12px;
  align-items:center
}
.arrow{font-size:28px;color:#fff;margin-left:5px}
.dots{position:absolute;left:50%;bottom:28px;display:flex;gap:12px;z-index:6}
.dots button{width:10px;height:10px;border-radius:50%;border:0;background:#cdd6e5;cursor:pointer}
.dots button.active{width:22px;border-radius:9px;background:var(--pink)}
.slide-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(9,15,32,.55);color:#fff;font-size:31px;cursor:pointer;opacity:.25}
.slide-btn:hover{opacity:1}
.slide-btn.prev{left:13px}
.slide-btn.next{right:13px}

.content{padding:28px 38px 0;background:linear-gradient(180deg,#071020,#040813)}
.search-result{display:none;margin-bottom:16px;background:#111a2e;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:13px 15px;color:#d8e0ef;font-size:13px}
.search-result.show{display:block}
.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px}
.quick-card{height:92px;background:linear-gradient(180deg,#111b30,#0b1326);border:1px solid rgba(255,255,255,.09);border-radius:9px;display:flex;align-items:center;padding:20px 30px;gap:28px}
.quick-icon{font-size:44px;color:var(--pink);filter:drop-shadow(0 0 10px rgba(255,79,147,.4))}
.quick-card:nth-child(2) .quick-icon{color:var(--violet)}
.quick-card:nth-child(3) .quick-icon{color:var(--blue)}
.quick-card h3{font-size:14px;font-weight:900;margin-bottom:6px}
.quick-card p{font-size:12px;color:#c6d0e2;line-height:1.45}
.grid{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:14px}
.panel{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:20px}
.panel-head{display:flex;align-items:center;margin-bottom:15px}
.panel h2{font-size:16px;font-weight:900;padding-left:10px;border-left:3px solid var(--pink)}
.see{margin-left:auto;color:#c797ff;font-size:11px;font-weight:800}
.song{display:grid;grid-template-columns:30px 48px 1fr 24px;gap:12px;align-items:center;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.song:last-child{border-bottom:0}
.rank{height:28px;border-radius:5px;background:#1c263c;color:var(--pink);display:grid;place-items:center;font-weight:900}
.cover{width:48px;height:48px;border-radius:5px;object-fit:cover}
.song b,.post b{font-size:12px}
.song small,.post small{display:block;color:#c4ccdb;font-size:10.5px;margin-top:4px}
.dl{color:var(--pink);font-size:22px;cursor:pointer}
.updates .song{grid-template-columns:58px 1fr 42px 24px}
.tag{font-size:10px;background:var(--pink);padding:5px 7px;border-radius:4px;font-weight:800}
.post{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.post-icon{width:30px;height:30px;border-radius:50%;background:rgba(255,79,147,.18);color:var(--pink);display:grid;place-items:center}
.members{margin-top:16px;margin-bottom:16px}
.member-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.member{background:#111a2e;border-radius:8px;padding:14px;display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center}
.avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.35)}
.member b{font-size:13px}
.member small{display:block;color:#d3d9e8;font-size:11px;margin:4px 0 8px}
.mini{height:27px;border-radius:5px;background:var(--pink);font-size:11px;font-weight:900;display:inline-grid;place-items:center;padding:0 18px}





.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.25s;z-index:80}
.sidebar{position:fixed;top:0;left:-310px;width:290px;max-width:82vw;height:100vh;background:#071020;border-right:1px solid rgba(255,255,255,.1);z-index:90;padding:28px 22px;transition:.25s;box-shadow:20px 0 50px rgba(0,0,0,.4)}
.sidebar.open{left:0}
.sidebar-overlay.show{opacity:1;pointer-events:auto}
.close-sidebar{position:absolute;right:16px;top:12px;background:transparent;border:0;color:#fff;font-size:30px;cursor:pointer}
.sidebar-logo{margin-bottom:36px}
.sidebar-nav{display:flex;flex-direction:column;gap:14px}
.sidebar-nav a{padding:13px;border-radius:9px;background:#10182c;font-size:13px;font-weight:800}
.sidebar-nav a:hover{background:#18243c;color:var(--pink)}

@media(max-width:780px){html,body{width:100%;min-height:100%;overflow-x:hidden}
body{padding:0;background:#040916}
.page{width:100%;max-width:none;min-height:100vh;border-radius:0;border:0;box-shadow:none}
.topbar{height:68px;padding:0 18px;justify-content:space-between                               }
.hamb,.mobile-search{display:block;font-size:24px}
.logo{position:absolute;left:50%;transform:translateX(-50%)}
.topbar .logo-title{font-size:17px}
.logo-sub{font-size:8px;letter-spacing:1.8px}
.mark{width:32px;height:32px;font-size:20px}
.nav,.search,.topbar>.btn{display:none}
.topbar.search-open .search{display:flex;position:absolute;left:14px;right:14px;top:72px;width:auto;margin:0;background:#071020;z-index:20}
.hero{min-height:212px}
.hero-slide{padding:34px 20px}
.hero-slide:after{right:0;width:190px;border-radius:0}
.hero h1{font-size:22px;letter-spacing:-.7px;margin-top:12px;margin-bottom:12px}
.hero p{
  display:block;
  font-size:12px;
  line-height:1.5;
  margin-top:8px;
  color:#dde5f2;
}.hero-actions{
  left:20px;
  top:227px;
}
.hero-actions .btn:not(.pink),.arrow{display:none}
.btn{height:36px;font-size:11px;padding:0 17px}
.dots{left:50%;bottom:11px}
.dots button{width:8px;height:8px}
.dots button.active{width:18px}
.slide-btn{display:none}
.content{padding:16px 14px 0}
.quick{grid-template-columns:repeat(3,1fr);gap:7px}
.quick-card{height:70px;padding:10px 6px;display:flex;flex-direction:column;justify-content:center;gap:5px;text-align:center}
.quick-icon{font-size:27px}
.quick-card h3{font-size:9px}
.quick-card p{display:none}
.grid{grid-template-columns:1fr}
.grid .updates,.grid .posts{display:block}
.panel{padding:13px 12px}
.panel h2{font-size:13px}
.see{font-size:9px}
.song{grid-template-columns:28px 42px 1fr 22px;gap:9px;padding:8px 0}
.cover{width:42px;height:42px}
.rank{height:28px}
.song b{font-size:11px}
.song small{font-size:9px}
.dl{font-size:19px}
.mobile-accord{display:block}
.collapse{width:100%;height:40px;background:linear-gradient(180deg,#111a2e,#0c1529);border:1px solid rgba(255,255,255,.08);color:#fff;border-radius:8px;margin-top:8px;display:flex;align-items:center;padding:0 13px;font-size:13px;font-weight:900;text-align:left}
.collapse span{margin-left:auto;color:#c797ff;font-size:9px}
.members{margin-top:9px}
.member-row{grid-template-columns:repeat(4,1fr);gap:10px}
.member{display:flex;flex-direction:column;text-align:center;padding:10px 6px;background:transparent}
.avatar{width:54px;height:54px}
.member b{font-size:10px}
.member small{display:none}
.mini{height:25px;font-size:9px;padding:0 18px}



.desktop-only{display:none!important}
}

@media(min-width:781px){.mobile-only,.mobile-accord{display:none!important}
}

/* ===== Search page styles, scoped supaya tidak merusak CSS index ===== */
:root{--bg:#050913;--panel:#10182a;--panel2:#0d1628;--text:#fff;--muted:#b7c1d7;--line:rgba(255,255,255,.09);--pink:#ff4f93;--pink2:#e93880;--violet:#aa66ff;--blue:#64b8ff}body.search-page *{box-sizing:border-box;margin:0;padding:0}body.search-page{font-family:Inter,system-ui,Segoe UI,sans-serif;background:#eef2f7;color:var(--text);padding:14px}body.search-page a{text-decoration:none;color:inherit}body.search-page button,body.search-page input,body.search-page select{font-family:inherit}body.search-page .page{max-width:1460px;margin:auto;background:#040916;border-radius:10px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.35);border:1px solid rgba(5,10,25,.9)}body.search-page .topbar{height:76px;background:#040814;display:flex;align-items:center;padding:0 32px;border-bottom:1px solid rgba(255,255,255,.06);gap:26px}body.search-page .logo{display:flex;align-items:center;gap:12px;font-weight:900}body.search-page .mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff57a2,#7c4dff);font-size:24px;box-shadow:0 0 22px rgba(255,79,147,.45)}body.search-page .logo-title{font-size:22px;line-height:.95}body.search-page .logo-title span{color:var(--pink)}body.search-page .logo-sub{display:block;font-size:10px;letter-spacing:2.6px;margin-top:5px}body.search-page .nav{display:flex;gap:36px;margin-left:30px;font-size:12px;font-weight:800}body.search-page .top-search{margin-left:auto;width:220px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:7px;display:flex;align-items:center;padding-left:14px}body.search-page .top-search input{min-width:0;flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:12px}body.search-page .top-search button{width:38px;background:transparent;border:0;color:#fff;font-size:26px}body.search-page .btn{height:40px;border-radius:7px;border:1px solid rgba(255,255,255,.2);background:#071023;color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center;padding:0 18px}body.search-page .btn.pink{background:linear-gradient(180deg,#ff62a6,#f13c83);border:0}body.search-page .hamb,body.search-page .mobile-search{display:none;background:transparent;border:0;color:#fff;font-size:24px}body.search-page .search-hero{min-height:224px;background:linear-gradient(90deg,rgba(5,9,20,.98),rgba(5,9,20,.72),rgba(5,9,20,.35)),var(--osanime-bg-rzy) center 38%/cover;padding:38px 72px;display:flex;align-items:center}body.search-page .search-box-wrap h1{font-size:25px;margin-bottom:16px}body.search-page .big-search{display:flex;width:520px;height:62px;background:rgba(8,14,30,.83);border:1px solid rgba(255,255,255,.2);border-radius:7px;overflow:hidden}body.search-page .big-search input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:17px;padding:0 24px}body.search-page .big-search button{width:64px;border:0;background:linear-gradient(180deg,#ff5ca2,#ec3d85);color:#fff;font-size:34px}body.search-page .search-box-wrap p{margin-top:16px;color:#edf2fb;font-size:16px}body.search-page .search-box-wrap b{color:var(--pink)}body.search-page .search-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;padding:24px 54px 0;background:linear-gradient(180deg,#071020,#040813)}body.search-page .filters-row{display:flex;justify-content:space-between                              ;align-items:center;margin-bottom:18px}body.search-page .tabs{display:flex;border-radius:7px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#111a2c}body.search-page .tabs button{width:104px;height:44px;border:0;background:transparent;color:#fff;font-weight:800;font-size:12px}body.search-page .tabs .active{background:linear-gradient(180deg,#ff62a6,#ec3d85)}body.search-page .sort{display:flex;align-items:center;gap:12px;color:#fff;font-size:13px}body.search-page .sort select{height:40px;width:134px;background:#10182a;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:0 12px}body.search-page .main-results{min-width:0}body.search-page .results-list{border-right:1px solid rgba(255,255,255,.07);padding-right:18px}body.search-page .result-item{display:grid;grid-template-columns:170px 1fr 38px;gap:24px;align-items:center;padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.07)}body.search-page .thumb{position:relative;width:170px;height:124px;border-radius:7px;overflow:hidden;background:#172033}body.search-page .thumb img{width:100%;height:100%;object-fit:cover}body.search-page .thumb button{position:absolute;left:16px;bottom:16px;width:42px;height:42px;border-radius:50%;border:0;background:var(--pink);color:#fff;font-size:18px}body.search-page .result-info h2{font-size:21px;line-height:1.3}body.search-page .result-info h2 span{font-weight:500}body.search-page .result-info h2 em{font-style:normal;background:var(--pink);font-size:11px;padding:5px 8px;border-radius:4px;margin-left:8px;vertical-align:middle}body.search-page .meta{display:flex;gap:18px;flex-wrap:wrap;color:#cbd5e5;font-size:13px;margin:16px 0 14px}body.search-page .meta .artist{color:#fff}body.search-page .result-info p{font-size:13px;color:#adb7c8}body.search-page .result-info i{font-style:normal;margin:0 10px;color:#778294}body.search-page .download{font-size:34px;color:var(--pink);justify-self:end}body.search-page .pagination{display:flex;justify-content:center;gap:12px;padding:0 0 18px}body.search-page .pagination button{width:38px;height:34px;background:#091224;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#fff}body.search-page .pagination .active{background:var(--pink);border:0}body.search-page .right-sidebar{display:flex;flex-direction:column;gap:14px}body.search-page .side-card{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:16px}body.search-page .side-card h3{font-size:14px;border-left:3px solid var(--pink);padding-left:8px}body.search-page .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}body.search-page .chips a{font-size:11px;color:#dbe3f0;background:#172136;border:1px solid rgba(255,255,255,.08);padding:9px 11px;border-radius:6px}body.search-page .side-head{display:flex;align-items:center;justify-content:space-between                              ;margin-bottom:12px}body.search-page .side-head a{font-size:10px;color:#c796ff;font-weight:800}body.search-page .artist-row{display:grid;grid-template-columns:38px 1fr 18px;gap:10px;align-items:center;border-bottom:1px solid rgba(255,255,255,.07);padding:8px 0;font-size:13px}body.search-page .artist-row:last-child{border-bottom:0}body.search-page .artist-row img{width:38px;height:38px;border-radius:50%;object-fit:cover}body.search-page .artist-row small{display:block;color:#aeb8c8;margin-top:3px}body.search-page .hitz ol{list-style:none;counter-reset:num}body.search-page .hitz li{counter-increment:num;display:grid;grid-template-columns:26px 1fr;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}body.search-page .hitz li:before{content:counter(num);background:#1c263c;color:var(--pink);height:24px;border-radius:4px;display:grid;place-items:center;font-weight:900}body.search-page .hitz small{display:block;color:#aeb8c8}body.search-page .sidebar-overlay,body.search-page .sidebar{display:none}@media(max-width:780px){body.search-page{padding:0;background:#040916}body.search-page .page{border-radius:0;border:0;max-width:none;min-height:100vh}body.search-page .topbar{height:72px;padding:0 18px;justify-content:space-between                              }body.search-page .hamb,body.search-page .mobile-search{display:block}body.search-page .topbar>.logo{position:absolute;left:50%;transform:translateX(-50%)}body.search-page .logo-title{font-size:18px}body.search-page .logo-sub{font-size:8px}body.search-page .mark{width:34px;height:34px}body.search-page .nav,body.search-page .top-search,body.search-page .topbar>.btn{display:none}body.search-page .search-hero{min-height:158px;padding:24px 18px;background-position:center top}body.search-page .search-box-wrap{width:100%}body.search-page .search-box-wrap h1{font-size:20px;margin-bottom:14px}body.search-page .big-search{width:100%;height:46px}body.search-page .big-search input{font-size:14px;padding:0 14px}body.search-page .big-search button{width:48px;font-size:28px}body.search-page .search-box-wrap p{font-size:13px;margin-top:14px}body.search-page .search-content{display:block;padding:16px 12px 0}body.search-page .filters-row{display:block}body.search-page .tabs{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:12px}body.search-page .tabs button{width:auto;height:52px;font-size:10px}body.search-page .sort{height:34px;background:#0f182a;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:0 10px;margin-bottom:16px;font-size:11px}body.search-page .sort select{margin-left:auto;width:110px;height:30px;border:0;background:transparent;font-size:11px}body.search-page .results-list{border-right:0;padding-right:0}body.search-page .result-item{grid-template-columns:82px 1fr 22px;gap:12px;padding-bottom:14px;margin-bottom:12px}body.search-page .thumb{width:82px;height:72px}body.search-page .thumb button{width:34px;height:34px;left:8px;bottom:8px}body.search-page .result-info h2{font-size:13px}body.search-page .result-info h2 span,body.search-page .result-info h2 em{display:none}body.search-page .meta{font-size:10px;gap:8px;margin:8px 0 0}body.search-page .meta span:nth-child(2){display:none}body.search-page .result-info p{display:none}body.search-page .download{font-size:20px}body.search-page .pagination{justify-content:flex-end;gap:8px;font-size:11px}body.search-page .pagination:before{content:"Halaman 1 dari 10";margin-right:auto;align-self:center;color:#cbd5e5;font-size:11px}body.search-page .pagination button{width:28px;height:28px}body.search-page .right-sidebar{margin-top:8px}body.search-page .right-sidebar .popular-artists,body.search-page .right-sidebar .hitz{display:none}body.search-page .side-card{padding:14px}body.search-page .chips a{font-size:10px;padding:8px 10px}body.search-page .sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;z-index:80}body.search-page .sidebar{display:block;position:fixed;top:0;left:-310px;width:290px;max-width:82vw;height:100vh;background:#071020;z-index:90;padding:28px 22px;transition:.25s}body.search-page .sidebar.open{left:0}body.search-page .sidebar-overlay.show{opacity:1;pointer-events:auto}body.search-page .close-sidebar{position:absolute;right:16px;top:12px;background:transparent;border:0;color:#fff;font-size:30px}body.search-page .sidebar-nav{display:flex;flex-direction:column;gap:14px;margin-top:32px}body.search-page .sidebar-nav a{padding:13px;border-radius:9px;background:#10182c;font-size:13px;font-weight:800}}body.search-page .empty-result{background:#10182c;border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:22px;color:#dbe3f0;display:flex;flex-direction:column;gap:6px}body.search-page .empty-result small{color:#aeb8c8}body.search-page .pagination a{width:38px;height:34px;background:#091224;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#fff;display:grid;place-items:center;font-size:13px}body.search-page .pagination a.active{background:var(--pink);border:0}@media(max-width:780px){body.search-page .pagination a{width:28px;height:28px}}


/* =========================================
   DOWNLOAD PAGE STYLES
   ========================================= */
body.download-page{background:#eef2f7;color:var(--text);padding:14px}body.download-page .page{max-width:1460px;border-radius:10px}body.download-page .topbar{height:76px;background:#040814;padding:0 32px}body.download-page .nav{gap:34px}body.download-page .download-wrap{padding:24px 38px 0;background:linear-gradient(180deg,#071020,#040813)}body.download-page .breadcrumb{display:flex;align-items:center;gap:14px;color:#cbd5e5;font-size:12px;margin-bottom:22px}body.download-page .breadcrumb a{color:var(--pink);font-weight:700}body.download-page .breadcrumb b{font-weight:500;color:#dbe4f3}.song-hero-detail{display:grid;grid-template-columns:420px minmax(0,1fr) 380px;gap:30px;align-items:start}.cover-large{width:420px;height:420px;border-radius:7px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.35)}.cover-large img{width:100%;height:100%;object-fit:cover}.song-info-detail{padding-top:12px}.category{display:block;color:var(--pink);font-size:13px;font-weight:800;margin-bottom:16px}.song-info-detail h1{font-size:34px;line-height:1.25;margin-bottom:26px}.song-info-detail h1 span{font-weight:800}.artist-line{display:flex;align-items:center;gap:12px;margin-bottom:28px}.artist-line img{width:38px;height:38px;border-radius:50%;object-fit:cover}.artist-line b{font-size:15px}.artist-line span{color:#38a4ff}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 34px}.info-grid div{display:grid;grid-template-columns:22px 115px 1fr;align-items:center;color:#c6d0e2;font-size:13px}.info-grid span{color:#b9c6d9}.info-grid b{font-weight:500;color:#cbd5e5}.info-grid em{font-style:normal;color:#fff}.download-card-wrap{display:flex;flex-direction:column;gap:12px}.download-card,.notice-card,.player-card,.desc-card,.share-card,.recommend-card{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:9px}.download-card{padding:24px 22px;text-align:center}.download-card h2{text-align:left;font-size:18px;margin-bottom:22px}.cloud{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7c4dff,#544bd8);font-size:36px}.download-card p{font-size:13px;line-height:1.55;color:#d3dbe8;margin-bottom:22px}.download-main{height:50px;border-radius:7px;display:grid;place-items:center;background:linear-gradient(180deg,#ff62a6,#ec3d85);font-size:14px;font-weight:900}.notice-card{padding:18px 22px}.notice-card h3{font-size:14px;border-left:3px solid var(--pink);padding-left:8px;margin-bottom:10px}.notice-card p{font-size:13px;color:#d3dbe8;line-height:1.5}.player-card{margin-top:36px;padding:18px 24px;display:grid;grid-template-columns:105px 1fr 220px minmax(260px,1fr) 220px;gap:22px;align-items:center}.player-card>img{width:105px;height:105px;border-radius:5px;object-fit:cover}.player-meta b{display:block;font-size:15px}.player-meta span{font-weight:500}.player-meta small{display:block;margin-top:10px;color:#cbd5e5}.player-control{display:flex;align-items:center;justify-content:center;gap:26px}.player-control button{border:0;background:transparent;color:#fff;font-size:26px}.player-control .pause{width:58px;height:58px;border-radius:50%;background:linear-gradient(180deg,#ff62a6,#ec3d85);font-size:26px}.progress,.volume{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px;color:#fff;font-size:12px}.progress div,.volume div{height:4px;background:#2b354b;border-radius:99px;position:relative}.progress i,.volume i{position:absolute;left:0;top:0;height:100%;width:42%;background:var(--pink);border-radius:99px}.progress i:after,.volume i:after{content:"";position:absolute;right:-5px;top:50%;width:10px;height:10px;border-radius:50%;background:#fff;transform:translateY(-50%)}.volume{grid-template-columns:24px 1fr}.volume i{width:82%}.desc-share{display:grid;grid-template-columns:1fr 360px;gap:20px;margin-top:18px}.desc-card,.share-card{padding:22px}.desc-card h2,.share-card h2{font-size:16px;margin-bottom:20px}.desc-card h2:before,.share-card h2:before{color:var(--pink)}.desc-card p{font-size:14px;color:#d3dbe8;line-height:1.65}.share-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.share-buttons a{height:42px;border-radius:6px;display:grid;place-items:center;font-weight:900}.fb{background:#3156b3}.tw{background:#1da1f2}.wa{background:#15b95e}.ln{background:#172136}.recommend-card{margin-top:16px;padding:18px;margin-bottom:16px}.recommend-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.rec-item{background:#111a2e;border-radius:8px;padding:12px;display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center}.rec-item img{width:68px;height:68px;border-radius:5px;object-fit:cover}.rec-item b{font-size:12px}.rec-item small{display:block;color:#c6d0e2;font-size:10px;margin:5px 0 8px}.rec-item a{display:inline-grid;place-items:center;background:var(--pink);height:28px;border-radius:5px;padding:0 14px;font-size:11px;font-weight:800}
@media(max-width:780px){body.download-page{padding:0;background:#040916}body.download-page .page{max-width:none;min-height:100vh;border-radius:0;border:0}body.download-page .topbar{height:72px;padding:0 18px;justify-content:space-between                              }body.download-page .hamb,body.download-page .mobile-search{display:block;font-size:24px}body.download-page .topbar>.logo{position:absolute;left:50%;transform:translateX(-50%)}body.download-page .nav,body.download-page .search,body.download-page .topbar>.btn{display:none}body.download-page .download-wrap{padding:18px 14px 0}.breadcrumb{font-size:10px;gap:8px;margin-bottom:18px;white-space:nowrap;overflow:hidden}.song-hero-detail{display:block}.cover-large{width:100%;height:auto;aspect-ratio:1/1;margin-bottom:18px}.song-info-detail{padding-top:0}.category{font-size:11px;margin-bottom:10px}.song-info-detail h1{font-size:20px;margin-bottom:14px}.artist-line{margin-bottom:18px}.info-grid{grid-template-columns:1fr;gap:12px}.info-grid div{grid-template-columns:22px 100px 1fr;font-size:12px}.download-card-wrap{margin-top:14px}.download-card{padding:18px}.download-card h2{text-align:left;font-size:15px}.cloud{display:none}.download-main{height:44px}.notice-card{padding:16px}.player-card{margin-top:14px;padding:14px;display:grid;grid-template-columns:58px 1fr;gap:12px}.player-card>img{width:58px;height:58px}.player-meta b{font-size:13px}.player-control{grid-column:1/3;gap:24px}.player-control .pause{width:42px;height:42px;font-size:20px}.progress{grid-column:1/3;grid-template-columns:36px 1fr 36px}.volume{grid-column:1/3}.desc-share{display:block;margin-top:12px}.desc-card,.share-card{padding:16px;margin-bottom:12px}.share-buttons{grid-template-columns:repeat(4,1fr)}.recommend-card{padding:14px}.recommend-row{grid-template-columns:1fr;gap:10px}.rec-item{grid-template-columns:56px 1fr}.rec-item img{width:56px;height:56px}}

/* =========================================
   DOWNLOAD PAGE REFINEMENT - smaller image, compact download card, better mobile spacing
   ========================================= */
body.download-page .download-wrap{
  padding:24px 46px 0;
}

body.download-page .song-hero-detail{
  grid-template-columns:340px minmax(0,1fr) 300px;
  gap:28px;
  align-items:start;
}

body.download-page .cover-large{
  width:340px;
  height:340px;
  border-radius:8px;
}

body.download-page .song-info-detail{
  padding-top:6px;
}

body.download-page .song-info-detail h1{
  font-size:30px;
  margin-bottom:20px;
}

body.download-page .artist-line{
  margin-bottom:22px;
}

body.download-page .info-grid{
  gap:12px 24px;
}

body.download-page .info-grid div{
  grid-template-columns:22px 96px 1fr;
  font-size:13px;
}

body.download-page .download-card-wrap{
  max-width:300px;
  width:100%;
  justify-self:end;
}

body.download-page .download-card{
  padding:18px 18px;
}

body.download-page .download-card h2{
  font-size:16px;
  margin-bottom:16px;
}

body.download-page .cloud{
  width:58px;
  height:58px;
  margin-bottom:14px;
  font-size:30px;
}

body.download-page .download-card p{
  font-size:12px;
  line-height:1.45;
  margin-bottom:16px;
}

body.download-page .download-main{
  height:44px;
  font-size:13px;
}

body.download-page .notice-card{
  padding:15px 18px;
}

body.download-page .notice-card h3{
  font-size:13px;
}

body.download-page .notice-card p{
  font-size:12px;
}

body.download-page .player-card{
  margin-top:28px;
}

@media(max-width:980px) and (min-width:781px){
  body.download-page .song-hero-detail{
    grid-template-columns:300px minmax(0,1fr);
  }

  body.download-page .cover-large{
    width:300px;
    height:300px;
  }

  body.download-page .download-card-wrap{
    grid-column:1 / -1;
    max-width:none;
    justify-self:stretch;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
}

@media(max-width:780px){
  body.download-page .download-wrap{
    padding:20px 18px 0;
  }

  body.download-page .breadcrumb{
    margin-bottom:16px;
    padding:0 2px;
  }

  body.download-page .song-hero-detail{
    display:flex;
    flex-direction:column;
    gap:16px;
  }

  body.download-page .cover-large{
    width:82%;
    max-width:280px;
    height:auto;
    aspect-ratio:1/1;
    margin:0 auto 2px;
    border-radius:8px;
  }

  body.download-page .song-info-detail{
    width:100%;
    padding:0 2px;
  }

  body.download-page .category{
    margin-bottom:9px;
  }

  body.download-page .song-info-detail h1{
    font-size:20px;
    line-height:1.32;
    margin-bottom:14px;
  }

  body.download-page .artist-line{
    margin-bottom:16px;
  }

  body.download-page .info-grid{
    gap:10px;
  }

  body.download-page .info-grid div{
    grid-template-columns:20px 88px minmax(0,1fr);
    gap:6px;
    font-size:12px;
  }

  body.download-page .download-card-wrap{
    max-width:none;
    width:100%;
    margin-top:2px;
    gap:12px;
  }

  body.download-page .download-card,
  body.download-page .notice-card,
  body.download-page .player-card,
  body.download-page .desc-card,
  body.download-page .share-card,
  body.download-page .recommend-card{
    border-radius:10px;
  }

  body.download-page .download-card{
    padding:16px;
  }

  body.download-page .download-card h2{
    font-size:14px;
    margin-bottom:10px;
  }

  body.download-page .download-card p{
    font-size:12px;
    margin-bottom:14px;
  }

  body.download-page .download-main{
    height:42px;
  }

  body.download-page .notice-card{
    padding:14px 16px;
  }

  body.download-page .player-card{
    margin-top:14px;
    padding:14px 16px;
  }

  body.download-page .desc-share{
    margin-top:14px;
  }

  body.download-page .desc-card,
  body.download-page .share-card{
    padding:16px;
  }

  body.download-page .recommend-card{
    padding:16px;
  }
}

@media(max-width:390px){
  body.download-page .download-wrap{
    padding-left:16px;
    padding-right:16px;
  }

  body.download-page .cover-large{
    width:78%;
    max-width:240px;
  }

  body.download-page .info-grid div{
    grid-template-columns:18px 78px minmax(0,1fr);
    font-size:11px;
  }
}

/* =========================================
   CUSTOM AUDIO PLAYER FIX
   Paste HTML player dengan class:
    ... 
   ========================================= */

body.download-page .player-card.custom-player{
  margin-top:28px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  gap:22px;
  background:linear-gradient(180deg,#10182c,#091226);
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;
}

/* override rule lama: .player-card>img */
body.download-page .player-card.custom-player > img{
  display:none;
}

body.download-page .custom-player .player-cover{
  width:92px;
  height:92px;
  border-radius:7px;
  overflow:hidden;
  flex:0 0 92px;
  background:#172033;
}

body.download-page .custom-player .player-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

body.download-page .custom-player .player-main{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}

body.download-page .custom-player .player-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
}

body.download-page .custom-player .player-meta b{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
  line-height:1.35;
  color:#fff;
}

body.download-page .custom-player .player-meta small{
  display:block;
  margin-top:8px;
  color:#cbd5e5;
  font-size:13px;
}

body.download-page .custom-player .player-buttons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
}

body.download-page .custom-player .player-buttons button{
  appearance:none;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

body.download-page .custom-player .player-buttons .play-btn{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff;
  font-size:22px;
  font-weight:900;
  box-shadow:0 12px 32px rgba(255,79,147,.32);
}

body.download-page .custom-player .audio-wrap{
  display:flex;
  flex-direction:column;
  gap:14px;
}

body.download-page .custom-player .audio-wrap audio{
  display:none;
}

body.download-page .custom-player .progress-area{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 46px;
  align-items:center;
  gap:14px;
  color:#fff;
}

body.download-page .custom-player .progress-area span{
  color:#fff;
  font-size:12px;
  line-height:1;
}

body.download-page .custom-player .progress-area span:last-child{
  text-align:right;
}

body.download-page .custom-player .progress-bar{
  height:4px;
  border-radius:99px;
  background:#2b354b;
  position:relative;
  overflow:visible;
  cursor:pointer;
}

body.download-page .custom-player .progress-line{
  width:0%;
  height:100%;
  border-radius:99px;
  background:linear-gradient(90deg,#ff62a6,#ec3d85);
  position:relative;
}

body.download-page .custom-player .progress-line:after{
  content:"";
  position:absolute;
  right:-5px;
  top:50%;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translateY(-50%);
  background:#fff;
  box-shadow:0 0 0 2px rgba(255,255,255,.18);
}

body.download-page .custom-player .volume-wrap{
  display:grid;
  grid-template-columns:24px minmax(120px,180px);
  align-items:center;
  gap:12px;
}

body.download-page .custom-player .volume-wrap span{
  color:#fff;
  font-size:16px;
}

body.download-page .custom-player .volume-wrap input{
  width:100%;
  height:4px;
  accent-color:#ff4f93;
  cursor:pointer;
}

/* Supaya rule player lama tidak mengganggu custom player */
body.download-page .custom-player .player-control,
body.download-page .custom-player .progress,
body.download-page .custom-player .volume{
  all:unset;
}

/* Tablet */
@media(max-width:980px) and (min-width:781px){
  body.download-page .player-card.custom-player{
    align-items:flex-start;
  }

  body.download-page .custom-player .player-top{
    grid-template-columns:1fr;
    gap:14px;
  }

  body.download-page .custom-player .player-buttons{
    justify-content:center;
  }
}

/* Mobile */
@media(max-width:780px){
  body.download-page .player-card.custom-player{
    margin-top:14px;
    padding:14px 16px;
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:12px;
    align-items:start;
    border-radius:10px;
  }

  body.download-page .custom-player .player-cover{
    width:58px;
    height:58px;
    flex-basis:58px;
    border-radius:7px;
  }

  body.download-page .custom-player .player-main{
    width:100%;
    gap:12px;
  }

  body.download-page .custom-player .player-top{
    display:block;
  }

  body.download-page .custom-player .player-meta b{
    font-size:13px;
    line-height:1.35;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }

  body.download-page .custom-player .player-meta small{
    margin-top:5px;
    font-size:11px;
  }

  body.download-page .custom-player .player-buttons{
    grid-column:1 / -1;
    width:100%;
    margin-top:12px;
    justify-content:center;
    gap:28px;
  }

  body.download-page .custom-player .player-buttons button{
    font-size:20px;
  }

  body.download-page .custom-player .player-buttons .play-btn{
    width:46px;
    height:46px;
    font-size:18px;
  }

  body.download-page .custom-player .audio-wrap{
    grid-column:1 / -1;
    gap:12px;
  }

  body.download-page .custom-player .progress-area{
    grid-template-columns:40px minmax(0,1fr) 40px;
    gap:10px;
  }

  body.download-page .custom-player .progress-area span{
    font-size:10px;
  }

  body.download-page .custom-player .volume-wrap{
    grid-template-columns:22px minmax(0,1fr);
  }

  body.download-page .custom-player .volume-wrap span{
    font-size:13px;
  }
}

@media(max-width:390px){
  body.download-page .player-card.custom-player{
    padding:13px 14px;
  }

  body.download-page .custom-player .player-buttons{
    gap:22px;
  }
}


/* ===== LOGIN PAGE MERGED CSS ===== */

:root{
  --bg:#040814;
  --panel:#0c1225;
  --text:#ffffff;
  --muted:#b9c1d3;
  --line:rgba(255,255,255,.12);
  --pink:#ff4f93;
  --pink2:#e9367f;
  --violet:#7c4dff;
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,body{
  min-height:100%;
}

body{
  font-family:Inter,system-ui,Segoe UI,sans-serif;
  background:#edf1f6;
  color:var(--text);
  padding:12px;
}

a{
  color:inherit;
  text-decoration:none;
}

button,input{
  font-family:inherit;
}

.login----------------------------shell{
  position:relative;
  min-height:calc(100vh - 24px);
  max-width:1840px;
  margin:auto;
  overflow:hidden;
  border-radius:8px;
  background:
    linear-gradient(90deg,rgba(4,8,20,.65) 0%,rgba(4,8,20,.35) 45%,rgba(4,8,20,.65) 100%),
    var(--osanime-bg-rzy) center/cover no-repeat;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:76px 78px 120px;
}

.login----------------------------shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 38% 18%,rgba(255,79,147,.15),transparent 32%),
    radial-gradient(circle at 52% 82%,rgba(124,77,255,.15),transparent 34%),
    linear-gradient(180deg,rgba(4,8,20,.05),rgba(4,8,20,.45));
}

.login-left,
.login-right{
  position:relative;
  z-index:2;
}

.login----------------------------shell .logo{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
}

.login----------------------------shell .mark{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--pink);
  border:2px solid var(--pink);
  font-size:38px;
  box-shadow:0 0 28px rgba(255,79,147,.35);
}

.login----------------------------shell .logo-title{
  font-size:34px;
  font-weight:900;
  line-height:.95;
  letter-spacing:-1px;
}

.login----------------------------shell .logo-title span,
.intro h1 span,
.login-card p span,
.signup a,
.forgot{
  color:var(--pink);
}

.login----------------------------shell .logo-sub{
  display:block;
  margin-top:8px;
  font-size:13px;
  letter-spacing:5px;
  font-weight:800;
}

.intro{
  margin-top:96px;
}

.intro h1{
  font-size:38px;
  line-height:1.45;
  letter-spacing:-.8px;
  font-weight:900;
}

.line{
  width:68px;
  height:3px;
  background:var(--pink);
  border-radius:99px;
  margin:24px 0;
}

.intro p{
  color:#f0f3fb;
  font-size:16px;
  line-height:1.8;
}

.feature-list{
  margin-top:235px;
  display:flex;
  flex-direction:column;
  gap:30px;
  max-width:340px;
}

.feature{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:16px;
  align-items:center;
}

.feature-icon{
  width:70px;
  height:70px;
  border-radius:10px;
  display:grid;
  place-items:center;
  color:var(--pink);
  font-size:32px;
  background:rgba(255,79,147,.08);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 32px rgba(0,0,0,.26);
}

.feature b{
  display:block;
  font-size:16px;
  margin-bottom:7px;
}

.feature small{
  color:#d4d9e7;
  font-size:14px;
  line-height:1.5;
}

.login-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.login-card{
  width:min(100%,790px);
  min-height:960px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg,rgba(13,18,39,.78),rgba(8,12,28,.82));
  backdrop-filter:blur(10px);
  padding:126px 112px 70px;
  box-shadow:0 30px 70px rgba(0,0,0,.32);
}

.login-card h2{
  font-size:34px;
  letter-spacing:-.7px;
  margin-bottom:20px;
}

.login-card>p{
  color:#d7dce8;
  font-size:18px;
  margin-bottom:58px;
}

.login-card label{
  display:block;
  font-size:15px;
  font-weight:800;
  margin:0 0 14px;
}

.field{
  height:68px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 22px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:8px;
  background:rgba(4,8,20,.28);
  margin-bottom:32px;
}

.field span{
  color:#d5dbea;
  font-size:24px;
  width:24px;
  text-align:center;
}

.field input{
  flex:1;
  min-width:0;
  height:100%;
  color:#fff;
  font-size:16px;
  outline:0;
  border:0;
  background:transparent;
}

.field input::placeholder{
  color:#929bad;
}

.eye{
  border:0;
  background:transparent;
  color:#d9deeb;
  cursor:pointer;
  font-size:26px;
}

.forgot{
  display:block;
  text-align:right;
  font-size:16px;
  margin:-4px 0 30px;
}

.login-btn{
  width:100%;
  height:68px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff5ca2,#e9367f);
  color:#fff;
  font-size:17px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 20px 38px rgba(255,79,147,.26);
}

.divider{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  margin:48px 0 34px;
  color:#aeb6c8;
  font-size:15px;
}

.divider span{
  height:1px;
  background:rgba(255,255,255,.18);
}

.divider em{
  font-style:normal;
}

.socials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.socials a{
  height:64px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#fff;
  font-size:16px;
  font-weight:800;
  background:rgba(7,12,28,.35);
}

.socials b{
  font-size:27px;
  line-height:1;
}

.socials .g{
  color:#fff;
  font-weight:900;
  background:linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335);
  -webkit-background-clip:text;
  color:transparent;
}

.socials .d{
  color:#7d8cff;
}

.signup{
  margin-top:54px;
  text-align:center;
  color:#c7cfdd;
  font-size:17px;
}

.signup a{
  font-weight:700;
  margin-left:6px;
}





.mark.small{
  width:38px;
  height:38px;
  font-size:23px;
}











/* Tablet */
@media(max-width:1180px){
  .login----------------------------shell{
    grid-template-columns:1fr;
    padding:44px 28px 120px;
  }

  .login-left{
    min-height:auto;
  }

  .intro{
    margin-top:52px;
  }

  .feature-list{
    margin-top:44px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    max-width:none;
    gap:14px;
  }

  .feature{
    grid-template-columns:54px 1fr;
    background:rgba(17,36,.42);
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    padding:12px;
  }

  .feature-icon{
    width:54px;
    height:54px;
    font-size:24px;
  }

  .login-right{
    margin-top:42px;
    justify-content:center;
  }

  .login-card{
    width:100%;
    max-width:760px;
    min-height:auto;
    padding:60px;
  }

  
}

/* Mobile */
@media(max-width:780px){
  body{
    padding:0;
    background:#040916;
  }

  .login----------------------------shell{
    min-height:100vh;
    border-radius:0;
    border:0;
    padding:24px 18px 150px;
    display:block;
    background:
      linear-gradient(180deg,rgba(4,8,20,.84),rgba(4,8,20,.98)),
      var(--osanime-bg-rzy) center top/cover no-repeat;
  }

  .logo{
    gap:10px;
  }.mark{
  width:30px;
  height:30px;
  font-size:18px;
}

  .logo-title{
    font-size:23px;
  }

  .logo-sub{
    font-size:9px;
    letter-spacing:3px;
  }

  .intro{
    margin-top:42px;
  }

  .intro h1{
    font-size:28px;
    line-height:1.36;
  }

  .intro p{
    font-size:14px;
    line-height:1.7;
  }

  .feature-list{
    margin-top:32px;
    display:flex;
    gap:14px;
  }

  .feature{
    grid-template-columns:48px 1fr;
    padding:12px;
  }

  .feature-icon{
    width:48px;
    height:48px;
    font-size:22px;
  }

  .feature b{
    font-size:13px;
  }

  .feature small{
    font-size:11px;
  }

  .login-right{
    margin-top:30px;
  }

  .login-card{
    width:100%;
    min-height:auto;
    padding:28px 18px;
    border-radius:12px;
  }

  .login-card h2{
    font-size:25px;
  }

  .login-card>p{
    font-size:14px;
    line-height:1.6;
    margin-bottom:30px;
  }

  .login-card label{
    font-size:13px;
    margin-bottom:10px;
  }

  .field{
    height:54px;
    margin-bottom:22px;
    padding:0 14px;
    gap:12px;
  }

  .field span{
    font-size:18px;
  }

  .field input{
    font-size:14px;
  }

  .eye{
    font-size:22px;
  }

  .forgot{
    font-size:13px;
    margin:-2px 0 24px;
  }

  .login-btn{
    height:54px;
    font-size:15px;
  }

  .divider{
    margin:32px 0 22px;
    gap:12px;
    font-size:12px;
  }

  .socials{
    grid-template-columns:1fr;
    gap:10px;
  }

  .socials a{
    height:52px;
    font-size:14px;
  }

  .signup{
    margin-top:28px;
    font-size:14px;
  }

  

  

  

  
}

@media(max-width:380px){
  .login----------------------------shell{
    padding-left:14px;
    padding-right:14px;
  }

  .intro h1{
    font-size:25px;
  }

  .login-card{
    padding:24px 14px;
  }
}


/* Wapkiz Login Fix */
.wapkiz-login input[type="text"],
.wapkiz-login input[type="email"],
.wapkiz-login input[type="password"]{
  flex:1;
  min-width:0;
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:16px;
  font-family:inherit;
}

.wapkiz-login input::placeholder{
  color:#929bad;
}

.submit-wrap{
  width:100%;
}

.submit-wrap input[type="submit"],
.submit-wrap button[type="submit"]{
  width:100%;
  height:68px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff5ca2,#e9367f);
  color:#fff;
  font-size:17px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 20px 38px rgba(255,79,147,.26);
}

@media(max-width:780px){
  .submit-wrap input[type="submit"],
  .submit-wrap button[type="submit"]{
    height:54px;
    font-size:15px;
  }
}

/* =========================================
   REGISTER FORM SAME AS LOGIN
   Tambahkan di paling bawah style.css
   ========================================= */

/* Alias kalau HTML kamu memakai login-----------------------------shell */
.login-----------------------------shell{
  position:relative;
  min-height:calc(100vh - 24px);
  max-width:1840px;
  margin:auto;
  overflow:hidden;
  border-radius:8px;
  background:
    linear-gradient(90deg,rgba(4,8,20,.65) 0%,rgba(4,8,20,.35) 45%,rgba(4,8,20,.65) 100%),
    var(--osanime-bg-rzy) center/cover no-repeat;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:76px 78px 120px;
}

.login-----------------------------shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 38% 18%,rgba(255,79,147,.15),transparent 32%),
    radial-gradient(circle at 52% 82%,rgba(124,77,255,.15),transparent 34%),
    linear-gradient(180deg,rgba(4,8,20,.05),rgba(4,8,20,.45));
}

.register-page .login-left,
.register-page .login-right{
  position:relative;
  z-index:2;
}

/* Register card dibuat sama feel login, tapi lebih compact agar field banyak tetap rapi */
.register-page .register-card{
  min-height:auto;
  padding:62px 72px 50px;
}

.register-page .register-card h2{
  font-size:34px;
  letter-spacing:-.7px;
  margin-bottom:12px;
}

.register-page .register-card>p{
  margin-bottom:34px;
}

.register-page .wapkiz-register .field{
  height:58px;
  margin-bottom:20px;
}

.register-page .wapkiz-register label{
  margin-bottom:10px;
}

.register-page .wapkiz-register input[type="text"],
.register-page .wapkiz-register input[type="email"],
.register-page .wapkiz-register input[type="password"],
.register-page .wapkiz-register select{
  flex:1;
  min-width:0;
  width:100%;
  height:100%;
  color:#fff;
  font-size:16px;
  outline:0;
  border:0;
  background:transparent;
  font-family:inherit;
}

.register-page .wapkiz-register select{
  appearance:none;
  cursor:pointer;
}

.register-page .wapkiz-register input::placeholder{
  color:#929bad;
}

/* Gender select dari Wapkiz */
.register-page .wapkiz-register .field select option{
  background:#0c1225;
  color:#fff;
}

/* Checkbox agreement */
.register-page .agree{
  display:flex !important;
  align-items:flex-start;
  gap:10px;
  margin:4px 0 24px !important;
  color:#dce3f1;
  font-size:14px !important;
  line-height:1.5;
  font-weight:500 !important;
}

.register-page .agree input{
  appearance:none;
  width:18px;
  height:18px;
  border-radius:4px;
  border:1px solid #ff9fca;
  background:transparent;
  flex:0 0 18px;
  margin-top:2px;
}

.register-page .agree input:checked{
  background:#ff4f93;
  box-shadow:inset 0 0 0 3px #081124;
}

.register-page .agree a{
  color:#ff4f93;
}

/* Tombol submit register pakai style login */
.register-page .submit-wrap input[type="submit"],
.register-page .submit-wrap button[type="submit"]{
  width:100%;
  height:62px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff5ca2,#e9367f);
  color:#fff;
  font-size:17px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 20px 38px rgba(255,79,147,.26);
}

/* Kiri register: 4 fitur tetap rapi */
.register-page .register-feature-list{
  margin-top:54px;
}

.register-page .register-feature-list .feature{
  margin-bottom:0;
}

/* Mobile */
@media(max-width:1180px){
  .login-----------------------------shell{
    grid-template-columns:1fr;
    padding:44px 28px 120px;
  }

  .register-page .login-right{
    margin-top:42px;
    justify-content:center;
  }

  .register-page .register-card{
    width:100%;
    max-width:760px;
    padding:50px;
  }

  .register-page .register-feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    max-width:none;
    margin-top:44px;
  }
}

@media(max-width:780px){
  .login-----------------------------shell{
    min-height:100vh;
    border-radius:0;
    border:0;
    padding:24px 18px 150px;
    display:block;
    background:
      linear-gradient(180deg,rgba(4,8,20,.84),rgba(4,8,20,.98)),
      var(--osanime-bg-rzy) center top/cover no-repeat;
  }

  .register-page .register-card{
    width:100%;
    padding:28px 18px;
    border-radius:12px;
  }

  .register-page .register-card h2{
    font-size:25px;
  }

  .register-page .register-card>p{
    font-size:14px;
    line-height:1.6;
    margin-bottom:26px;
  }

  .register-page .wapkiz-register .field{
    height:54px;
    margin-bottom:18px;
    padding:0 14px;
  }

  .register-page .wapkiz-register input[type="text"],
  .register-page .wapkiz-register input[type="email"],
  .register-page .wapkiz-register input[type="password"],
  .register-page .wapkiz-register select{
    font-size:14px;
  }

  .register-page .submit-wrap input[type="submit"],
  .register-page .submit-wrap button[type="submit"]{
    height:54px;
    font-size:15px;
  }

  .register-page .register-feature-list{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:32px;
  }
}





body.register-page .login----------------------------shell{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  min-height:100vh;
  padding-bottom:160px;
}

body.register-page .login-left,
body.register-page .login-right{
  width:50%;
}



/* tablet */
@media(max-width:1180px){

  body.register-page .login-left,
  body.register-page .login-right{
    width:100%;
  }

  

}

/* mobile */
@media(max-width:780px){

  body.register-page .login----------------------------shell{
    padding-bottom:180px;
  }

  

}


/* =========================================
   NEW update PAGE
   ========================================= */

body.new-update-page{
  background:#edf1f7;
  padding:14px;
}

body.new-update-page .update-page{
  max-width:1460px;
  margin:auto;
  background:#040916;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(0,0,0,.35);
  border:1px solid rgba(5,10,25,.9);
}

body.new-update-page .update-hero{
  position:relative;
  min-height:340px;
  padding:42px 46px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between                          ;
  background:
    linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,9,20,.82) 38%,rgba(5,9,20,.35)),
    var(--osanime-bg-rzy) center/cover;
}

body.new-update-page .update-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 70% 20%,rgba(124,77,255,.35),transparent 30%),
    radial-gradient(circle at 55% 80%,rgba(255,79,147,.18),transparent 25%);
}

body.new-update-page .hero-left,
body.new-update-page .hero-right{
  position:relative;
  z-index:2;
}

body.new-update-page .hero-left{
  max-width:520px;
  margin-top:18px;
}

body.new-update-page .hero-left small{
  color:#ff4f93;
  font-weight:800;
  font-size:14px;
}

body.new-update-page .hero-left h1{
  margin-top:12px;
  font-size:56px;
  line-height:1.08;
  font-weight:900;
}

body.new-update-page .hero-left p{
  margin-top:22px;
  color:#d9e2f1;
  line-height:1.7;
  font-size:16px;
}

body.new-update-page .stats-box{
  width:360px;
  padding:26px;
  border-radius:10px;
  background:rgba(10,15,30,.75);
  border:1px solid rgba(255,255,255,.08);
}

body.new-update-page .stat-item{
  display:flex;
  align-items:center;
  gap:16px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.new-update-page .stat-item:last-child{
  border-bottom:0;
}

body.new-update-page .stat-item i{
  color:#ff4f93;
  font-size:22px;
  width:26px;
}

body.new-update-page .stat-item span{
  display:block;
  color:#bfc8da;
  font-size:13px;
}

body.new-update-page .stat-item b{
  font-size:30px;
}

body.new-update-page .update-content{
  padding:26px 36px 36px;
  background:linear-gradient(180deg,#071020,#040813);
}

body.new-update-page .top-filter{
  display:flex;
  justify-content:space-between                          ;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}

body.new-update-page .genre-select{
  width:190px;
  height:44px;
  border-radius:7px;
  border:1px solid rgba(255,255,255,.08);
  background:#111a2e;
  color:#fff;
  padding:0 14px;
}

body.new-update-page .table-wrap{
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;
  overflow:hidden;
  background:linear-gradient(180deg,#0d1628,#091224);
}

body.new-update-page .table-head,
body.new-update-page .table-row{
  display:grid;
  grid-template-columns:70px 1.7fr 1fr 1.2fr 1fr 180px 60px;
  align-items:center;
}

body.new-update-page .table-head{
  height:62px;
  padding:0 20px;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
  color:#c5d0df;
}

body.new-update-page .table-row{
  padding:18px 20px;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.new-update-page .table-row:last-child{
  border-bottom:0;
}

body.new-update-page .rank{
  width:38px;
  height:38px;
  border-radius:7px;
  display:grid;
  place-items:center;
  background:#121d31;
  color:#ff4f93;
  font-weight:900;
}

body.new-update-page .song{
  display:flex;
  align-items:center;
  gap:14px;
}

body.new-update-page .song img{
  width:56px;
  height:56px;
  border-radius:8px;
  object-fit:cover;
}

body.new-update-page .song b{
  display:block;
  font-size:15px;
  margin-bottom:6px;
}

body.new-update-page .song small{
  color:#bfc8da;
  font-size:12px;
}

body.new-update-page .new{
  background:#ff4f93;
  padding:4px 7px;
  border-radius:4px;
  font-size:10px;
  font-weight:800;
  margin-left:8px;
}

body.new-update-page .artist,
body.new-update-page .album,
body.new-update-page .uploader,
body.new-update-page .time{
  color:#d9e2f1;
  font-size:14px;
}

body.new-update-page .uploader{
  display:flex;
  align-items:center;
  gap:10px;
}

body.new-update-page .uploader img{
  width:36px;
  height:36px;
  border-radius:50%;
}

body.new-update-page .download{
  color:#ff4f93;
  font-size:22px;
  justify-self:center;
}

body.new-update-page .pagination{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:28px;
}

body.new-update-page .pagination button{
  width:40px;
  height:36px;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.08);
  background:#091224;
  color:#fff;
}

body.new-update-page .pagination .active{
  background:#ff4f93;
  border:0;
}

@media(max-width:780px){

  body.new-update-page{
    padding:0;
    background:#040916;
  }

  body.new-update-page .update-page{
    border-radius:0;
    border:0;
  }

  body.new-update-page .update-hero{
    min-height:auto;
    display:block;
    padding:26px 18px 22px;
  }

  body.new-update-page .hero-left h1{
    font-size:34px;
  }

  body.new-update-page .hero-left p{
    font-size:13px;
    margin-top:14px;
  }

  body.new-update-page .stats-box{
    width:100%;
    margin-top:20px;
    padding:18px;
  }

  body.new-update-page .update-content{
    padding:16px 12px 24px;
  }

  body.new-update-page .top-filter{
    display:block;
  }

  body.new-update-page .genre-select{
    width:100%;
    margin-top:12px;
  }

  body.new-update-page .table-head{
    display:none;
  }

  body.new-update-page .table-row{
    grid-template-columns:50px 1fr 28px;
    gap:12px;
    padding:14px 12px;
  }

  body.new-update-page .artist,
  body.new-update-page .album,
  body.new-update-page .uploader,
  body.new-update-page .time{
    display:none;
  }
}


/* =========================================
   update PAGE TABS PERFECT MATCH
   ========================================= */

body.new-update-page .tabs{
  display:flex;
  align-items:center;
  gap:0;
  background:#0d1527;
  border:1px solid rgba(255,255,255,.06);
  border-radius:8px;
  overflow:hidden;
  padding:0;
  height:46px;
}

body.new-update-page .tabs button{
  min-width:98px;
  height:46px;
  border:0;
  outline:0;
  background:transparent;
  color:#ffffff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
  cursor:pointer;
  transition:.2s;
  position:relative;
}

body.new-update-page .tabs button:hover{
  background:rgba(255,255,255,.03);
}

body.new-update-page .tabs button.active{
  background:linear-gradient(180deg,#ff5ca2,#ec3d85);
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 6px 18px rgba(255,79,147,.22);
}

body.new-update-page .tabs button.active:after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}

@media(max-width:780px){

  body.new-update-page .tabs{
    width:100%;
    overflow:hidden;
    border-radius:8px;
    height:42px;
  }

  body.new-update-page .tabs button{
    min-width:auto;
    flex:1;
    height:42px;
    font-size:10px;
    padding:0 6px;
  }

}






/* =========================================
   RECOMMEND SECTION FIX - match reference image
   ========================================= */

body.download-page .recommend-card{
  margin-top:16px;
  margin-bottom:16px;
  padding:18px 18px 14px;
  background:linear-gradient(180deg,#10182c,#091226);
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
}

body.download-page .recommend-card .panel-head{
  display:flex;
  align-items:center;
  margin-bottom:14px;
}

body.download-page .recommend-card .panel-head h2{
  font-size:16px;
  font-weight:900;
  padding-left:10px;
  border-left:3px solid var(--pink);
  line-height:1.2;
}

body.download-page .recommend-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

body.download-page .rec-item{
  min-width:0;
  min-height:92px;
  padding:12px;
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:center;
  background:#111a2e;
  border:1px solid rgba(255,255,255,.04);
  border-radius:8px;
}

body.download-page .rec-item img{
  width:68px;
  height:68px;
  border-radius:6px;
  object-fit:cover;
  display:block;
}

body.download-page .rec-item div{
  min-width:0;
}

body.download-page .rec-item b{
  display:block;
  color:#fff;
  font-size:12px;
  line-height:1.35;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.download-page .rec-item small{
  display:block;
  margin:5px 0 8px;
  color:#c6d0e2;
  font-size:10px;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.download-page .rec-item a{
  width:max-content;
  height:28px;
  padding:0 16px;
  display:inline-grid;
  place-items:center;
  border-radius:5px;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff;
  font-size:11px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(255,79,147,.18);
}

body.download-page .rec-item a:hover{
  filter:brightness(1.08);
}

@media(max-width:980px) and (min-width:781px){
  body.download-page .recommend-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  body.download-page .recommend-card{
    margin-top:12px;
    padding:14px;
    border-radius:10px;
  }

  body.download-page .recommend-card .panel-head{
    margin-bottom:12px;
  }

  body.download-page .recommend-card .panel-head h2{
    font-size:14px;
  }

  body.download-page .recommend-row{
    grid-template-columns:1fr;
    gap:10px;
  }

  body.download-page .rec-item{
    min-height:76px;
    grid-template-columns:56px minmax(0,1fr);
    gap:10px;
    padding:10px;
    border-radius:8px;
  }

  body.download-page .rec-item img{
    width:56px;
    height:56px;
  }

  body.download-page .rec-item b{
    font-size:12px;
  }

  body.download-page .rec-item small{
    font-size:10px;
    margin:4px 0 7px;
  }

  body.download-page .rec-item a{
    height:26px;
    padding:0 14px;
    font-size:10px;
  }
}


/* =========================================
   WAPKIZ RECOMMENDATION FIX - final
   Keeps all [fm] repeated recommendation items inside the card
   and makes the layout match the reference image.
   ========================================= */
body.download-page .recommend-card{
  margin-top:16px;
  margin-bottom:16px;
  padding:18px;
  background:linear-gradient(180deg,#10182c,#091226);
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  overflow:hidden;
}

body.download-page .recommend-card .panel-head{
  margin-bottom:14px;
}

body.download-page .recommend-card .panel-head h2{
  font-size:16px;
  font-weight:900;
  padding-left:10px;
  border-left:3px solid var(--pink);
}

body.download-page .recommend-row{
  width:100%;
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}

body.download-page .rec-item{
  min-width:0;
  min-height:92px;
  padding:12px;
  display:grid !important;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:center;
  background:#111a2e;
  border:1px solid rgba(255,255,255,.04);
  border-radius:8px;
}

body.download-page .rec-item img{
  width:68px;
  height:68px;
  border-radius:6px;
  object-fit:cover;
  display:block;
  background:#172033;
}

body.download-page .rec-item div{
  min-width:0;
}

body.download-page .rec-item b{
  display:block;
  color:#fff;
  font-size:12px;
  line-height:1.35;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.download-page .rec-item small{
  display:block;
  margin:5px 0 8px;
  color:#c6d0e2;
  font-size:10px;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.download-page .rec-item a{
  width:max-content;
  height:28px;
  padding:0 16px;
  display:inline-grid;
  place-items:center;
  border-radius:5px;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff;
  font-size:11px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(255,79,147,.18);
}

@media(max-width:980px) and (min-width:781px){
  body.download-page .recommend-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  body.download-page .recommend-card{
    margin-top:12px;
    padding:14px;
    border-radius:10px;
  }

  body.download-page .recommend-row{
    grid-template-columns:1fr;
    gap:10px;
  }

  body.download-page .rec-item{
    min-height:76px;
    grid-template-columns:56px minmax(0,1fr);
    gap:10px;
    padding:10px;
    border-radius:8px;
  }

  body.download-page .rec-item img{
    width:56px;
    height:56px;
  }

  body.download-page .rec-item b{
    font-size:12px;
  }

  body.download-page .rec-item small{
    font-size:10px;
    margin:4px 0 7px;
  }

  body.download-page .rec-item a{
    height:26px;
    padding:0 14px;
    font-size:10px;
  }
}




/* =========================================
   CATEGORY PAGE - JPOP ANIME
   ========================================= */
body.category-page{
  background:#eef2f7;
  color:var(--text);
  padding:14px;
}
body.category-page .page{
  max-width:1460px;
  border-radius:10px;
  overflow:hidden;
  background:#040916;
}
body.category-page .topbar{
  height:76px;
  background:#040814;
  padding:0 32px;
  gap:24px;
}
body.category-page .nav{
  gap:28px;
  margin-left:22px;
}
body.category-page .nav-dropdown.active > button,
body.category-page .dropdown.active > .dropdown-btn{
  color:var(--pink);
}
body.category-page .nav-dropdown.active > button{
  position:relative;
}

body.category-page .nav-dropdown{
  position:relative;
}
body.category-page .nav-dropdown-menu{
  display:none;
  position:absolute;
  top:140%;
  left:0;
  min-width:230px;
  padding:10px;
  border-radius:10px;
  background:#091226;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 18px 40px rgba(0,0,0,.38);
  z-index:1000;
}
body.category-page .nav-dropdown:hover .nav-dropdown-menu,
body.category-page .nav-dropdown-menu.show{
  display:flex;
  flex-direction:column;
  gap:6px;
}
body.category-page .nav-dropdown-menu a{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 12px;
  border-radius:8px;
  background:#10182c;
  font-size:12px;
}
body.category-page .nav-dropdown-menu a small{
  margin-left:auto;
  color:#b7c1d7;
}
body.category-page .category-hero{
  min-height:210px;
  padding:30px 36px;
  background:
    linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,9,20,.82) 40%,rgba(5,9,20,.18) 100%),
    var(--osanime-bg-osnh) center 42%/cover no-repeat;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.category-page .breadcrumb{
  display:flex;
  align-items:center;
  gap:12px;
  color:#cbd5e5;
  font-size:12px;
  margin-bottom:16px;
}
body.category-page .breadcrumb a{
  color:var(--pink);
  font-weight:700;
}
body.category-page .category-hero h1{
  font-size:34px;
  line-height:1.15;
  margin-bottom:12px;
}
body.category-page .category-hero p{
  width:min(420px,100%);
  color:#e3e9f4;
  font-size:15px;
  line-height:1.7;
}
body.category-page .category-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  gap:22px;
  padding:24px 28px 18px;
  background:linear-gradient(180deg,#071020,#040813);
}
body.category-page .section-head{
  display:flex;
  align-items:center;
  justify-content:space-between                      ;
  margin-bottom:16px;
}
body.category-page .section-head h2,
body.category-page .cat-side-card h3{
  font-size:14px;
  font-weight:900;
  padding-left:9px;
  border-left:3px solid var(--pink);
}
body.category-page .category-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(110px,1fr));
  gap:12px;
  margin-bottom:28px;
}
body.category-page .category-card{
  min-height:140px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  background:linear-gradient(180deg,#10182c,#091226);
  padding:18px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
  transition:.22s;
}
body.category-page .category-card:hover,
body.category-page .category-card.active{
  border-color:var(--pink);
  box-shadow:0 0 0 1px rgba(255,79,147,.18),0 18px 38px rgba(255,79,147,.08);
}
body.category-page .cat-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#7c4dff,#326dff);
  color:#fff;
  font-size:24px;
}
body.category-page .cat-icon.pink,
body.category-page .category-card:nth-child(5n/**/+1) .cat-icon{
  background:linear-gradient(135deg,#ff62a6,#e9367f);
}
body.category-page .category-card:nth-child(5n/**/+2) .cat-icon{
  background:linear-gradient(135deg,#6f48ff,#442bb5);
}
body.category-page .category-card:nth-child(5n/**/+3) .cat-icon{
  background:linear-gradient(135deg,#3ba3ff,#1b55c9);
}
body.category-page .category-card:nth-child(5n/**/+4) .cat-icon{
  background:linear-gradient(135deg,#42d06d,#258a40);
}
body.category-page .category-card:nth-child(5n/**/+5) .cat-icon{
  background:linear-gradient(135deg,#20d2c0,#0b8d7f);
}
body.category-page .category-card b{
  font-size:13px;
  line-height:1.3;
}
body.category-page .category-card small{
  color:#cbd5e5;
  font-size:11px;
}
body.category-page .category-list-head{
  margin-bottom:10px;
}
body.category-page .category-sort{
  width:150px;
  height:40px;
  background:#091226;
  color:#fff;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  padding:0 12px;
  outline:0;
}
body.category-page .category-table{
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  overflow:hidden;
  background:rgba(10,17,34,.55);
}
body.category-page .category-table-head,
body.category-page .category-song-row{
  display:grid;
  grid-template-columns:44px minmax(280px,1.5fr) minmax(110px,.75fr) minmax(140px,.85fr) 100px 130px 72px;
  align-items:center;
  gap:14px;
}
body.category-page .category-table-head{
  height:44px;
  color:#b9c4d6;
  font-size:11px;
  padding:0 18px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
body.category-page .category-song-row{
  min-height:82px;
  padding:10px 18px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
body.category-page .category-song-row:last-child{
  border-bottom:0;
}
body.category-page .cat-rank{
  width:26px;
  height:26px;
  border-radius:5px;
  display:grid;
  place-items:center;
  background:#10182c;
  color:var(--pink);
  font-weight:900;
  font-size:12px;
}
body.category-page .cat-song-title{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:14px;
  align-items:center;
  position:relative;
  min-width:0;
}
body.category-page .cat-song-title img{
  width:72px;
  height:52px;
  object-fit:cover;
  border-radius:6px;
}
body.category-page .cat-song-title button{
  position:absolute;
  left:22px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:50%;
  border:0;
  color:#fff;
  background:var(--pink);
}
body.category-page .cat-song-title b{
  display:block;
  font-size:13px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
body.category-page .cat-song-title b span{
  background:var(--pink);
  border-radius:3px;
  padding:3px 5px;
  font-size:9px;
  margin-left:6px;
}
body.category-page .cat-song-title small,
body.category-page .cat-artist,
body.category-page .cat-album,
body.category-page .cat-time{
  color:#c4ccdb;
  font-size:12px;
}
body.category-page .cat-badge{
  width:max-content;
  max-width:100%;
  border:1px solid rgba(255,79,147,.55);
  color:#ff7ab0;
  padding:5px 9px;
  border-radius:5px;
  font-size:11px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.category-page .cat-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
}
body.category-page .cat-actions a{
  color:var(--pink);
  font-size:18px;
}
body.category-page .cat-actions button{
  border:0;
  background:transparent;
  color:#d7deec;
  cursor:pointer;
}
body.category-page .category-pagination{
  display:flex;
  justify-content:center;
  gap:10px;
  padding:18px 0 0;
}
body.category-page .category-pagination a{
  width:36px;
  height:34px;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.08);
  background:#091224;
  display:grid;
  place-items:center;
  font-size:12px;
}
body.category-page .category-pagination a.active{
  background:var(--pink);
  border-color:transparent;
}
body.category-page .category-sidebar{
  display:flex;
  flex-direction:column;
  gap:14px;
}
body.category-page .cat-side-card{
  background:linear-gradient(180deg,#10182c,#091226);
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  padding:16px;
}
body.category-page .side-head{
  display:flex;
  align-items:center;
  justify-content:space-between                      ;
  margin-bottom:10px;
}
body.category-page .side-head span{
  color:#d2d9e8;
  font-size:11px;
}
body.category-page .filter-card a{
  display:flex;
  align-items:center;
  justify-content:space-between                      ;
  padding:9px 4px;
  color:#d8e0ef;
  font-size:12px;
}
body.category-page .filter-card a.active{
  color:var(--pink);
}
body.category-page .filter-card b{
  font-size:11px;
  font-weight:600;
}
body.category-page .popular-card h3{
  margin-bottom:14px;
}
body.category-page .popular-item{
  display:grid;
  grid-template-columns:22px 44px 1fr;
  align-items:center;
  gap:9px;
  padding:7px 0;
}
body.category-page .popular-item span{
  width:20px;
  height:20px;
  border-radius:4px;
  display:grid;
  place-items:center;
  background:#1c263c;
  color:var(--pink);
  font-size:11px;
  font-weight:900;
}
body.category-page .popular-item img{
  width:44px;
  height:44px;
  border-radius:5px;
  object-fit:cover;
}
body.category-page .popular-item b{
  display:block;
  font-size:10px;
  line-height:1.25;
}
body.category-page .popular-item small{
  color:#b8c3d5;
  font-size:9px;
}
body.category-page .music-hitz-banner{
  min-height:112px;
  padding:20px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:space-between                      ;
  background:
    linear-gradient(90deg,rgba(16,24,44,.98),rgba(16,24,44,.55)),
    var(--osanime-bg-lih) center/cover no-repeat;
  border:1px solid rgba(255,255,255,.09);
}
body.category-page .music-hitz-banner h3{
  font-size:18px;
  margin-bottom:6px;
}
body.category-page .music-hitz-banner p{
  color:#cbd5e5;
  font-size:11px;
}
body.category-page .music-hitz-banner a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--pink);
  font-weight:900;
}
body.category-page .category-empty,
body.category-page .side-empty{
  grid-column:1/-1;
  padding:22px;
  text-align:center;
  color:#cbd5e5;
}

@media(max-width:1180px){
  body.category-page .category-content{
    grid-template-columns:1fr;
  }
  body.category-page .category-sidebar{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  body.category-page .music-hitz-banner{
    grid-column:1/-1;
  }
  body.category-page .category-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:780px){
  body.category-page{
    padding:0;
    background:#040916;
  }
  body.category-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border-radius:0;
    border:0;
  }
  body.category-page .topbar{
    height:72px;
    padding:0 18px;
    justify-content:space-between                      ;
  }
  body.category-page .hamb,
  body.category-page .mobile-search{
    display:block;
    font-size:24px;
  }
  body.category-page .topbar>.logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }
  body.category-page .nav,
  body.category-page .search,
  body.category-page .topbar>.btn{
    display:none!important;
  }
  body.category-page .topbar.search-open .search{
    display:flex!important;
    position:absolute;
    left:14px;
    right:14px;
    top:76px;
    width:auto;
    margin:0;
    background:#071020;
    z-index:20;
  }
  body.category-page .category-hero{
    min-height:176px;
    padding:20px 18px;
    background-position:center top;
  }
  body.category-page .breadcrumb{
    font-size:11px;
    margin-bottom:14px;
  }
  body.category-page .category-hero h1{
    font-size:22px;
  }
  body.category-page .category-hero p{
    font-size:12px;
    line-height:1.55;
    max-width:240px;
  }
  body.category-page .category-content{
    display:block;
    padding:16px 12px 0;
  }
  body.category-page .section-head h2,
  body.category-page .cat-side-card h3{
    font-size:12px;
  }
  body.category-page .category-grid{
    display:flex;
    gap:9px;
    overflow-x:auto;
    padding-bottom:8px;
    margin-bottom:18px;
    scrollbar-width:none;
  }
  body.category-page .category-grid::-webkit-scrollbar{
    display:none;
  }
  body.category-page .category-card{
    min-width:84px;
    min-height:92px;
    padding:12px 8px;
    gap:7px;
  }
  body.category-page .cat-icon{
    width:44px;
    height:44px;
    font-size:18px;
  }
  body.category-page .category-card b{
    font-size:10px;
  }
  body.category-page .category-card small{
    font-size:9px;
  }
  body.category-page .category-list-head{
    align-items:center;
  }
  body.category-page .category-sort{
    width:100px;
    height:34px;
    font-size:11px;
  }
  body.category-page .category-table-head{
    display:none;
  }
  body.category-page .category-table{
    border:0;
    background:transparent;
  }
  body.category-page .category-song-row{
    grid-template-columns:24px 1fr 24px;
    gap:8px;
    min-height:72px;
    padding:9px 0;
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  body.category-page .cat-song-title{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
  }
  body.category-page .cat-song-title img{
    width:58px;
    height:50px;
  }
  body.category-page .cat-song-title button{
    display:none;
  }
  body.category-page .cat-song-title b{
    font-size:11px;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }
  body.category-page .cat-song-title small{
    font-size:9px;
    margin-top:4px;
  }
  body.category-page .cat-artist,
  body.category-page .cat-album,
  body.category-page .cat-badge,
  body.category-page .cat-time{
    display:none;
  }
  body.category-page .cat-rank{
    width:22px;
    height:22px;
    font-size:10px;
  }
  body.category-page .cat-actions{
    justify-content:flex-end;
  }
  body.category-page .cat-actions button{
    display:none;
  }
  body.category-page .category-pagination{
    justify-content:flex-end;
    padding:14px 0 12px;
  }
  body.category-page .category-pagination a{
    width:30px;
    height:30px;
    font-size:11px;
  }
  body.category-page .category-sidebar{
    display:block;
    margin-top:8px;
  }
  body.category-page .filter-card{
    display:none;
  }
  body.category-page .popular-card{
    margin-bottom:14px;
  }
  body.category-page .popular-card .popular-item{
    grid-template-columns:20px 44px 1fr;
  }
  body.category-page .music-hitz-banner{
    display:none;
  }
}


/* =========================================
   CATEGORY TABLE FINAL FIX - added by ChatGPT
   Fix judul/artist supaya tidak numpuk dan badge kategori kosong
   ========================================= */
body.category-page .category-table{
  width:100%;
  overflow:hidden;
}

body.category-page .category-table-head,
body.category-page .category-song-row{
  grid-template-columns:44px minmax(330px,2fr) minmax(110px,.75fr) minmax(120px,.75fr) 86px 128px 54px !important;
  gap:16px !important;
}

body.category-page .category-song-row{
  min-height:86px;
}

body.category-page .cat-song-title{
  min-width:0 !important;
  overflow:hidden;
}

body.category-page .cat-song-title > div{
  min-width:0;
  overflow:hidden;
}

body.category-page .cat-song-title b{
  display:block;
  max-width:100%;
  line-height:1.35;
  white-space:normal !important;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

body.category-page .cat-song-title b span{
  display:inline-block;
  vertical-align:middle;
  margin-left:6px;
}

body.category-page .cat-song-title small{
  display:block;
  margin-top:4px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.category-page .cat-artist,
body.category-page .cat-album,
body.category-page .cat-time{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.category-page .cat-badge{
  min-width:34px;
  min-height:18px;
  text-align:center;
}

@media(max-width:1180px) and (min-width:781px){
  body.category-page .category-content{
    grid-template-columns:minmax(0,1fr) 280px;
  }

  body.category-page .category-table-head,
  body.category-page .category-song-row{
    grid-template-columns:36px minmax(260px,2fr) minmax(90px,.7fr) minmax(90px,.7fr) 74px 112px 46px !important;
    gap:10px !important;
  }
}

@media(max-width:780px){
  body.category-page .category-song-row{
    grid-template-columns:24px minmax(0,1fr) 28px !important;
  }
}

/* REAL WAPKIZ PAGING FIX */
body.category-page .category-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

body.category-page .category-pagination a,
body.category-page .category-pagination span,
body.category-page .category-pagination b{
  min-width:38px;
  height:34px;
  padding:0 12px;
  border-radius:6px;
  display:inline-grid;
  place-items:center;
  background:#091224;
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-size:13px;
  font-weight:800;
}

body.category-page .category-pagination .active,
body.category-page .category-pagination b,
body.category-page .category-pagination span.current{
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  border-color:transparent;
}

@media(max-width:780px){
  body.category-page .category-pagination{
    justify-content:center;
    gap:8px;
  }
  body.category-page .category-pagination a,
  body.category-page .category-pagination span,
  body.category-page .category-pagination b{
    min-width:30px;
    height:30px;
    padding:0 9px;
    font-size:11px;
  }
}


/* ===== CATEGORY SORT DROPDOWN - real Wapkiz order ===== */
.category-sort-wrap{
  position:relative;
  min-width:190px;
  z-index:30;
}

.category-sort-btn{
  width:100%;
  height:46px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:linear-gradient(180deg,#111a2e,#0a1224);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between                      ;
  gap:12px;
  padding:0 16px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.category-sort-btn i{
  color:var(--pink);
  transition:.2s ease;
}

.category-sort-btn.open i{
  transform:rotate(180deg);
}

.category-sort-menu{
  display:none;
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:238px;
  padding:8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,#111a2e,#070d1d);
  box-shadow:0 24px 60px rgba(0,0,0,.45);
}

.category-sort-menu.show{
  display:block;
}

.category-sort-menu a{
  display:grid;
  grid-template-columns:30px 1fr;
  grid-template-areas:
    "icon title"
    "icon desc";
  column-gap:10px;
  align-items:center;
  padding:11px 12px;
  border-radius:11px;
  color:#fff;
  transition:.2s ease;
}

.category-sort-menu a:hover,
.category-sort-menu a.active{
  background:rgba(255,79,147,.13);
  color:#ff6eaa;
}

.category-sort-menu a i{
  grid-area:icon;
  width:30px;
  height:30px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:rgba(255,79,147,.13);
  color:var(--pink);
}

.category-sort-menu a span{
  grid-area:title;
  font-size:13px;
  font-weight:900;
}

.category-sort-menu a small{
  grid-area:desc;
  color:#aeb8c8;
  font-size:10px;
  margin-top:3px;
}

@media(max-width:780px){
  .category-list-head{
    gap:12px;
    align-items:stretch;
  }

  .category-sort-wrap{
    width:100%;
  }

  .category-sort-menu{
    left:0;
    right:auto;
    width:100%;
  }
}


/* CATEGORY ACTIVE STATE FIX */
body.category-page .dropdown-menu > a.active,
body.category-page .nav-dropdown-menu > a.active{
  color:var(--pink) !important;
  background:rgba(255,79,147,.12) !important;
  border-color:rgba(255,79,147,.25) !important;
}

body.category-page .filter-card > a.active{
  color:var(--pink) !important;
}

body.category-page .category-card.active b{
  color:#fff;
}

body.category-page .category-card.active small{
  color:#ffc0dc;
}


/* CATEGORY TAB ACTIVE REAL FIX - only selected to-id stays active */
body.category-page .category-grid .category-card.active:not(.is-current-cat),
body.category-page .category-grid .category-card:not(.is-current-cat){
  border-color:rgba(255,255,255,.09);
  box-shadow:none;
}

body.category-page .category-grid .category-card.is-current-cat,
body.category-page .category-grid .category-card.active.is-current-cat{
  border-color:var(--pink) !important;
  box-shadow:0 0 0 1px rgba(255,79,147,.18),0 18px 38px rgba(255,79,147,.08) !important;
}

body.category-page .filter-card > a.active:not(.is-current-cat),
body.category-page .filter-card > a:not(.is-current-cat){
  color:#fff !important;
}

body.category-page .filter-card > a.is-current-cat,
body.category-page .filter-card > a.active.is-current-cat{
  color:var(--pink) !important;
}

body.category-page .dropdown-menu > a.active:not(.is-current-cat),
body.category-page .nav-dropdown-menu > a.active:not(.is-current-cat){
  color:#fff !important;
  background:#10182c !important;
  border-color:transparent !important;
}

body.category-page .dropdown-menu > a.is-current-cat,
body.category-page .nav-dropdown-menu > a.is-current-cat{
  color:var(--pink) !important;
  background:rgba(255,79,147,.12) !important;
  border-color:rgba(255,79,147,.25) !important;
}


/* FINAL HARD FIX: category card active hanya yang punya class .is-current-cat */
body.category-page .category-grid .category-card,
body.category-page .category-grid .category-card.active,
body.category-page .category-grid .category-card:hover,
body.category-page .category-grid .category-card.active:hover{
  border-color:rgba(255,255,255,.09) !important;
  box-shadow:none !important;
}

body.category-page .category-grid .category-card.is-current-cat,
body.category-page .category-grid .category-card.is-current-cat:hover,
body.category-page .category-grid .category-card.active.is-current-cat,
body.category-page .category-grid .category-card.active.is-current-cat:hover{
  border-color:var(--pink) !important;
  box-shadow:0 0 0 1px rgba(255,79,147,.18),0 18px 38px rgba(255,79,147,.08) !important;
}

body.category-page .filter-card > a,
body.category-page .filter-card > a.active{
  color:#fff !important;
}

body.category-page .filter-card > a.is-current-cat,
body.category-page .filter-card > a.active.is-current-cat{
  color:var(--pink) !important;
}


/* FORCE category active fix */
.category-grid .category-card,
.filter-card > a,
.dropdown-menu > a,
.nav-dropdown-menu > a{
  border-color: rgba(255,255,255,.09) !important;
  box-shadow:none !important;
}
.category-grid .category-card.is-current-cat{
  border-color: var(--pink) !important;
  box-shadow: 0 0 0 1px rgba(255,79,147,.18),0 18px 38px rgba(255,79,147,.08) !important;
}
.filter-card > a.is-current-cat,
.dropdown-menu > a.is-current-cat,
.nav-dropdown-menu > a.is-current-cat{
  color: var(--pink) !important;
  background: rgba(255,79,147,.12) !important;
}


/* =========================================
   BLOG VIEW PAGE - JPOPANIME
   ========================================= */
body.blog-view-page{background:#eef2f7;color:var(--text);padding:14px}
body.blog-view-page .page{max-width:1460px;margin:auto;background:#040916;border-radius:10px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.35);border:1px solid rgba(5,10,25,.9)}
body.blog-view-page .topbar{height:76px;background:#040814;display:flex;align-items:center;padding:0 32px;border-bottom:1px solid rgba(255,255,255,.06);gap:26px}
body.blog-view-page .nav{gap:34px;margin-left:28px}
body.blog-view-page .nav a.active{color:var(--pink)}

.blog-view-wrap{padding:24px 42px 0;background:linear-gradient(180deg,#071020,#040813)}
.blog-breadcrumb{display:flex;align-items:center;gap:12px;color:#cbd5e5;font-size:12px;margin-bottom:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.blog-breadcrumb a{color:var(--pink);font-weight:700}.blog-breadcrumb b{font-weight:500;color:#dbe4f3;overflow:hidden;text-overflow:ellipsis}
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:30px;align-items:start}.blog-main-post{min-width:0}.blog-hero-post{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;margin-bottom:24px}.blog-cover{width:250px;height:250px;border-radius:7px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.38);background:#111a2e}.blog-cover img{width:100%;height:100%;object-fit:cover}.blog-info{padding-top:25px}.blog-cat{display:inline-flex;align-items:center;height:24px;border:1px solid var(--pink);border-radius:4px;color:var(--pink);padding:0 10px;font-size:12px;font-weight:800;margin-bottom:12px}.blog-info h1{font-size:30px;line-height:1.25;letter-spacing:-.5px;margin-bottom:12px}.blog-meta-line{font-size:13px;color:#cbd5e5;margin-bottom:16px}.blog-meta-line b{color:#fff}.blog-meta-line i{font-style:normal;color:var(--pink);margin:0 10px}.blog-stats{display:flex;align-items:center;gap:25px;color:#d7deeb;font-size:13px;flex-wrap:wrap}.blog-stats i{color:#dce4f2;margin-right:8px}.blog-card{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.blog-card h2{font-size:16px;font-weight:900;margin-bottom:16px;padding-left:9px;border-left:3px solid var(--pink)}.blog-text{font-size:14px;line-height:1.75;color:#d5deed}.blog-text p{margin-bottom:12px}.blog-download-box{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:16px 18px;display:grid;grid-template-columns:44px minmax(0,1fr) 190px;gap:14px;align-items:center}.download-icon{width:34px;height:34px;border-radius:5px;background:rgba(255,79,147,.16);display:grid;place-items:center;color:var(--pink);font-size:17px}.blog-download-box b{display:block;font-size:14px}.blog-download-box small{display:block;color:#c7d1e3;margin-top:5px;font-size:11px}.blog-download-box .download-main{height:40px;border-radius:6px;display:grid;place-items:center;background:linear-gradient(180deg,#ff62a6,#ec3d85);font-size:12px;font-weight:900}.file-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 24px}.file-info-grid div{display:grid;grid-template-columns:22px 1fr;gap:4px 10px;align-items:start;color:#cbd5e5;font-size:12px}.file-info-grid i{grid-row:1/3;color:#e4ecf7;font-size:15px}.file-info-grid span{color:#aeb8ca}.file-info-grid b{font-size:12px;color:#fff;font-weight:600}.comment-input{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px;display:grid;grid-template-columns:42px minmax(0,1fr) 120px;gap:12px;align-items:center}.comment-input img{width:42px;height:42px;border-radius:50%;object-fit:cover}.comment-input input{height:42px;background:transparent;border:0;outline:0;color:#fff;font-size:13px}.comment-input button{height:42px;border:0;border-radius:6px;background:linear-gradient(180deg,#ff62a6,#ec3d85);color:#fff;font-weight:900;font-size:12px}.comment-list{padding-left:16px;border-left:1px solid rgba(255,79,147,.6);margin-top:18px}.comment-item{display:grid;grid-template-columns:42px 1fr;gap:12px;margin-bottom:20px}.comment-item img{width:42px;height:42px;border-radius:50%;object-fit:cover}.comment-item b{font-size:13px}.comment-item small{margin-left:16px;color:#aeb8ca;font-size:11px}.comment-item p{font-size:13px;color:#fff;margin:7px 0}.comment-item a{font-size:12px;color:var(--pink);font-weight:700}.blog-sidebar{display:flex;flex-direction:column;gap:14px}.blog-side-card{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:18px}.blog-side-card h3{font-size:15px;margin-bottom:16px;padding-left:8px;border-left:3px solid var(--pink)}.author-row{display:grid;grid-template-columns:62px 1fr;gap:13px;align-items:center}.author-row img{width:62px;height:62px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.15)}.author-row b{font-size:16px}.author-row span{display:inline-grid;place-items:center;height:21px;margin-left:8px;padding:0 8px;border-radius:5px;background:#8b5cf6;font-size:11px;font-weight:800}.author-row small{display:block;margin-top:8px;color:#c9d3e4;font-size:12px}.author-stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;margin:18px 0}.author-stats b{font-size:15px}.author-stats small{display:block;color:#c8d2e4;font-size:11px;margin-top:4px}.author-card>a{height:40px;border-radius:6px;background:linear-gradient(180deg,#ff62a6,#ec3d85);display:grid;place-items:center;font-size:12px;font-weight:900}.side-category-card a{display:grid;grid-template-columns:24px 1fr auto;gap:9px;align-items:center;padding:9px 0;color:#d8e1ef;font-size:13px}.side-category-card i{font-size:15px;color:#fff}.side-category-card b{font-weight:600;color:#dbe4f3}.related-post{display:grid;grid-template-columns:58px 1fr;gap:11px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.related-post:last-child{border-bottom:0}.related-post img{width:58px;height:58px;border-radius:5px;object-fit:cover;background:#fff}.related-post b{display:block;font-size:12px;line-height:1.25}.related-post small,.related-post em{display:block;color:#b9c4d6;font-size:11px;margin-top:3px;font-style:normal}.share-post-card .share-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.share-post-card .share-buttons a{height:40px;border-radius:6px;display:grid;place-items:center}.fb{background:#3156b3}.tw{background:#1da1f2}.wa{background:#15b95e}.ln{background:#172136}.blog-empty{background:#10182c;border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:30px;color:#dbe3f0}.side-empty{font-size:12px;color:#b7c1d7;padding:8px 0}
@media(max-width:980px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{display:grid;grid-template-columns:1fr 1fr}.share-post-card{grid-column:1/-1}}
@media(max-width:780px){body.blog-view-page{padding:0;background:#040916}body.blog-view-page .page{max-width:none;min-height:100vh;border-radius:0;border:0}body.blog-view-page .topbar{height:72px;padding:0 18px;justify-content:space-between                      }body.blog-view-page .hamb,body.blog-view-page .mobile-search{display:block;font-size:24px}body.blog-view-page .topbar>.logo{position:absolute;left:50%;transform:translateX(-50%)}body.blog-view-page .nav,body.blog-view-page .search,body.blog-view-page .topbar>.btn{display:none}.blog-view-wrap{padding:18px 14px 0}.blog-breadcrumb{font-size:10px;gap:8px;margin-bottom:16px}.blog-layout{display:block}.blog-hero-post{display:block;margin-bottom:10px}.blog-cover{width:100%;height:auto;aspect-ratio:1/1;margin-bottom:14px;border-radius:7px}.blog-info{padding-top:0}.blog-cat{height:22px;font-size:11px}.blog-info h1{font-size:20px;line-height:1.32;margin-bottom:10px}.blog-meta-line{font-size:11px;line-height:1.55}.blog-stats{gap:14px;font-size:11px}.blog-card{padding:15px 0}.blog-card h2{font-size:13px;margin-bottom:12px}.blog-text{font-size:12px;line-height:1.65;max-height:70px;overflow:hidden}.blog-download-box{grid-template-columns:40px 1fr;gap:10px;padding:12px;border-radius:8px}.blog-download-box .download-main{grid-column:1/-1;height:42px}.file-info-grid{grid-template-columns:1fr;gap:12px}.comment-input{grid-template-columns:38px 1fr;gap:10px}.comment-input img{width:38px;height:38px}.comment-input button{grid-column:1/-1}.comment-list{padding-left:10px}.comment-item{grid-template-columns:36px 1fr}.comment-item img{width:36px;height:36px}.blog-sidebar{display:block}.blog-side-card{padding:14px;margin-bottom:10px}.blog-side-card h3{font-size:13px;margin-bottom:12px}.author-row{grid-template-columns:50px 1fr}.author-row img{width:50px;height:50px}.author-row b{font-size:14px}.author-stats{margin:14px 0}.related-post{grid-template-columns:52px 1fr}.related-post img{width:52px;height:52px}}


/* Blog Wapkiz dynamic cleanup */
.blog-empty.small{padding:14px;border-radius:8px;background:rgba(255,255,255,.04);color:#cbd5e5;font-size:13px;line-height:1.55}
.blog-view-page .blog-text img{max-width:100%;height:auto;border-radius:10px;margin:10px 0}
.blog-view-page .blog-text a{color:var(--pink);font-weight:800}
.blog-view-page .blog-text p{margin-bottom:12px}

/* ===== BLOG VIEW WAPKIZ CLEAN FIX ===== */
body.blog-view-page .comment-form-box{
  background:#111a2e;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  padding:16px;
  margin-bottom:16px;
}
body.blog-view-page .comment-form-row{
  display:grid;
  grid-template-columns:1fr 120px;
  gap:12px;
  align-items:start;
}
body.blog-view-page .comment-form-row textarea,
body.blog-view-page .comment-form-row input[type="text"]{
  width:100%;
  min-height:48px;
  background:#0b1326;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  padding:12px 14px;
  outline:none;
  resize:vertical;
}
body.blog-view-page .comment-submit input,
body.blog-view-page .comment-submit button{
  width:100%;
  min-height:44px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff62a6,#f13c83);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
body.blog-view-page .comment-list{display:flex;flex-direction:column;gap:14px}
body.blog-view-page .comment-item{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.blog-view-page .comment-avatar img,
body.blog-view-page .comment-avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  overflow:hidden;
  background:#172136;
}
body.blog-view-page .comment-avatar img{object-fit:cover;display:block}
body.blog-view-page .comment-head{display:flex;gap:12px;align-items:center;margin-bottom:6px}
body.blog-view-page .comment-head b{font-size:13px;color:#fff}
body.blog-view-page .comment-head small{font-size:11px;color:#aeb8c8}
body.blog-view-page .comment-body p{font-size:13px;color:#dbe3f0;line-height:1.55}
body.blog-view-page .blog-card h2,
body.blog-view-page .blog-side-card h3{border-left:3px solid var(--pink);padding-left:8px}
@media(max-width:780px){
  body.blog-view-page .comment-form-row{grid-template-columns:1fr}
  body.blog-view-page .comment-submit input,
  body.blog-view-page .comment-submit button{height:42px}
}


/* =====================================================
   BLOG VIEW CLEAN FIX
   - hide top left blog thumbnail
   - hide top right author/avatar image
   - remove Wapkiz smileys text/list from comment form
   - make comment form neat and responsive
   ===================================================== */
body.blog-view-page .blog-cover{
  display:none !important;
}

body.blog-view-page .blog-hero-post{
  display:block !important;
  grid-template-columns:1fr !important;
}

body.blog-view-page .blog-info{
  padding-top:0 !important;
  max-width:760px;
}

body.blog-view-page .author-row{
  display:block !important;
}

body.blog-view-page .author-row img{
  display:none !important;
}

body.blog-view-page .author-row div{
  display:block;
}

body.blog-view-page .clean-comment-form{
  background:linear-gradient(180deg,#10182c,#091226) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:10px !important;
  padding:16px !important;
}

body.blog-view-page .clean-comment-form img,
body.blog-view-page .comment-form-box img{
  display:none !important;
}

body.blog-view-page .clean-comment-form table,
body.blog-view-page .clean-comment-form center,
body.blog-view-page .clean-comment-form .smilies,
body.blog-view-page .clean-comment-form .smiley,
body.blog-view-page .clean-comment-form [class*="smil"],
body.blog-view-page .clean-comment-form [id*="smil"]{
  display:none !important;
}

body.blog-view-page .custom-comment-form{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}

body.blog-view-page .comment-textarea{
  font-size:0 !important;
  line-height:0 !important;
}

body.blog-view-page .comment-textarea textarea{
  display:block !important;
  width:100% !important;
  min-height:120px !important;
  resize:vertical !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:#0b1326 !important;
  color:#fff !important;
  border-radius:9px !important;
  padding:15px 16px !important;
  font-size:14px !important;
  line-height:1.55 !important;
  outline:none !important;
  box-shadow:none !important;
}

body.blog-view-page .comment-textarea textarea:focus{
  border-color:var(--pink) !important;
  box-shadow:0 0 0 3px rgba(255,79,147,.14) !important;
}

body.blog-view-page .comment-submit-wrap{
  display:flex !important;
  justify-content:flex-end !important;
  font-size:0 !important;
}

body.blog-view-page .comment-submit-wrap input,
body.blog-view-page .comment-submit-wrap button{
  width:auto !important;
  min-width:170px !important;
  height:46px !important;
  border:0 !important;
  border-radius:9px !important;
  background:linear-gradient(180deg,#ff62a6,#ec3d85) !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:13px !important;
  cursor:pointer !important;
  padding:0 28px !important;
  text-align:center !important;
}

body.blog-view-page .blog-empty.small{
  border-radius:9px !important;
  padding:14px 16px !important;
  background:#10182c !important;
}

@media(max-width:780px){
  body.blog-view-page .blog-info{
    max-width:none;
  }

  body.blog-view-page .clean-comment-form{
    padding:13px !important;
  }

  body.blog-view-page .comment-textarea textarea{
    min-height:105px !important;
    padding:13px 14px !important;
    font-size:13px !important;
  }

  body.blog-view-page .comment-submit-wrap{
    justify-content:stretch !important;
  }

  body.blog-view-page .comment-submit-wrap input,
  body.blog-view-page .comment-submit-wrap button{
    width:100% !important;
    min-width:0 !important;
  }
}


/* =========================================
   BLOG LIST PAGE - POSTINGAN TERBARU
   ========================================= */
body.blog-list-page{background:#eef2f7;color:var(--text);padding:14px}
body.blog-list-page .page{max-width:1460px;border-radius:10px;background:#040916;overflow:hidden}
body.blog-list-page .topbar{height:76px;background:#040814;padding:0 32px;border-bottom:1px solid rgba(255,255,255,.06)}
body.blog-list-page .nav{gap:34px}
body.blog-list-page .nav a.active{color:var(--pink);position:relative}

.blog-list-hero{min-height:270px;padding:40px 50px;background:linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,9,20,.72) 38%,rgba(5,9,20,.28) 70%),var(--osanime-bg-rzy) center 38%/cover no-repeat;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}
.blog-list-hero-text{max-width:480px}.blog-list-hero-text span{display:block;color:var(--pink);font-size:13px;font-weight:900;margin-bottom:14px}.blog-list-hero-text h1{font-size:34px;line-height:1.16;letter-spacing:-.8px;margin-bottom:18px}.blog-list-hero-text p{font-size:14px;line-height:1.6;color:#e2e8f5}
.blog-list-wrap{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding:0 36px 0;background:linear-gradient(180deg,#071020,#040813)}
.blog-list-main{min-width:0}.blog-list-card{margin-top:-2px;background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:18px 18px 0;overflow:hidden}.blog-list-head{display:flex;align-items:center;justify-content:space-between                      ;margin-bottom:14px}.blog-list-head h2,.blog-list-side-card h3{font-size:15px;font-weight:900;padding-left:9px;border-left:3px solid var(--pink)}.blog-sort{display:flex;align-items:center;gap:12px;color:#cbd5e5;font-size:12px}.blog-sort select{width:130px;height:36px;background:#10182a;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:0 12px;outline:0}
.blog-list-item{display:grid;grid-template-columns:180px minmax(0,1fr) 118px;gap:20px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.blog-list-item:last-of-type{border-bottom:0}.blog-list-thumb{width:180px;height:108px;border-radius:7px;overflow:hidden;background:#172033}.blog-list-thumb img{width:100%;height:100%;object-fit:cover}.blog-list-cat{display:inline-flex;color:var(--pink);border:1px solid var(--pink);border-radius:4px;padding:4px 8px;font-size:10px;font-weight:800;text-transform:uppercase;margin-bottom:10px}.blog-list-info h3{font-size:20px;line-height:1.25;margin-bottom:7px}.blog-list-info small{display:block;color:#cbd5e5;font-size:12px;margin-bottom:9px}.blog-list-info small i{color:var(--pink);font-style:normal;margin:0 8px}.blog-list-info p{font-size:13px;color:#aeb8c8;line-height:1.45}.blog-list-stat{display:flex;flex-direction:column;gap:14px;align-items:flex-end;color:#fff;font-size:13px}.blog-list-stat span{display:flex;gap:8px;align-items:center}.blog-list-stat i{color:#e6edf8}.blog-list-pagination{display:flex;justify-content:center;gap:8px;padding:18px 0}.blog-list-pagination a,.blog-list-pagination span{min-width:34px;height:34px;padding:0 10px;border-radius:6px;background:#091224;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;font-size:12px}.blog-list-pagination .active{background:var(--pink);border-color:var(--pink)}
.blog-list-sidebar{padding-top:14px;display:flex;flex-direction:column;gap:14px}.blog-list-side-card{background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:16px}.category-widget a{height:39px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;color:#e4ebf7;font-size:13px;border-radius:6px;padding:0 10px}.category-widget a.active{background:linear-gradient(180deg,#ff62a6,#ec3d85);color:#fff}.category-widget b{font-weight:600;color:#f1f5fb}.stats-widget div{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.07)}.stats-widget div:last-child{border-bottom:0}.stats-widget i{width:34px;height:34px;border-radius:7px;display:grid;place-items:center;background:rgba(255,79,147,.12);color:var(--pink)}.stats-widget span{font-size:11px;color:#c6d0e2}.stats-widget b{font-size:16px}.popular-blog{display:grid;grid-template-columns:28px 52px 1fr;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07)}.popular-blog>span{width:24px;height:24px;border-radius:5px;background:#1c263c;color:var(--pink);display:grid;place-items:center;font-weight:900;font-size:12px}.popular-blog img{width:52px;height:52px;object-fit:cover;border-radius:5px}.popular-blog b{display:block;font-size:12px;line-height:1.25}.popular-blog small{display:block;color:#c6d0e2;font-size:10px;margin-top:4px}.see-all-posts{height:38px;border-radius:6px;border:1px solid var(--pink);color:var(--pink);display:grid;place-items:center;margin-top:12px;font-size:11px;font-weight:900}.blog-empty,.side-empty{background:#0d1628;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:16px;color:#dbe3f0;font-size:13px}
@media(max-width:780px){body.blog-list-page{padding:0;background:#040916}body.blog-list-page .page{max-width:none;border-radius:0;border:0;min-height:100vh}body.blog-list-page .topbar{height:72px;padding:0 18px;justify-content:space-between                      }body.blog-list-page .hamb,body.blog-list-page .mobile-search{display:block;font-size:24px}body.blog-list-page .topbar>.logo{position:absolute;left:50%;transform:translateX(-50%)}body.blog-list-page .nav,body.blog-list-page .search,body.blog-list-page .topbar>.btn{display:none}.blog-list-hero{min-height:192px;margin:0 12px 14px;border-radius:8px;padding:22px 18px;background-position:center top}.blog-list-hero-text span{font-size:11px;margin-bottom:10px}.blog-list-hero-text h1{font-size:20px;line-height:1.25;margin-bottom:12px}.blog-list-hero-text p{font-size:11px;max-width:270px}.blog-list-wrap{display:block;padding:0 12px;background:#040916}.blog-list-sidebar{display:none}.blog-list-card{padding:0;background:transparent;border:0;border-radius:0}.blog-list-head{display:block;margin-bottom:12px}.blog-list-head h2{display:none}.blog-sort{height:42px;background:#0d1628;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:0 12px}.blog-sort select{margin-left:auto;background:transparent;border:0;width:auto}.blog-list-item{grid-template-columns:95px minmax(0,1fr);gap:12px;background:#0d1628;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:9px;margin-bottom:8px}.blog-list-thumb{width:95px;height:88px}.blog-list-cat{font-size:9px;padding:3px 6px;margin-bottom:6px}.blog-list-info h3{font-size:14px;margin-bottom:5px;line-height:1.25}.blog-list-info small{font-size:10px;margin-bottom:7px}.blog-list-info p{display:none}.blog-list-stat{grid-column:2;flex-direction:row;gap:14px;justify-content:flex-start;align-items:center;font-size:11px;margin-top:-5px}.blog-list-pagination{justify-content:center;padding:14px 0 18px}.sidebar-overlay{display:block}.sidebar{display:block}}


/* ===== BLOG LIST CATEGORY FROM WAPKIZ FIX ===== */
body.blog-list-page .category-widget .blog-cat-link{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
}

body.blog-list-page .category-widget .blog-cat-link span{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

body.blog-list-page .category-widget .blog-cat-link.active{
  background:linear-gradient(180deg,#ff62a6,#ec3d85) !important;
  color:#fff !important;
  border-color:rgba(255,79,147,.45) !important;
}

body.blog-list-page .category-widget .blog-cat-link.active b,
body.blog-list-page .category-widget .blog-cat-link.active i{
  color:#fff !important;
}

@media(max-width:780px){
  body.blog-list-page .category-widget{
    margin-bottom:12px;
  }
}


/* =========================================
   MUSIC HITZ LOADING + MOBILE LIST FIX
   Added by ChatGPT
   ========================================= */
.music-hitz-loader{
  min-height:230px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
  padding:22px 10px;
  border-radius:10px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,79,147,.16), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.06);
}

.music-loader-disc{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;
  background:
    radial-gradient(circle, #071020 0 18%, transparent 19%),
    conic-gradient(from 0deg, var(--pink), var(--violet), var(--blue), var(--pink));
  animation:musicDiscSpin 1.15s linear infinite;
  box-shadow:0 0 28px rgba(255,79,147,.22);
}

.music-loader-disc span{
  width:16px;
  height:16px;
  border-radius:50%;
  background:#091226;
  border:2px solid rgba(255,255,255,.35);
}

.music-loader-text b{
  display:block;
  font-size:13px;
  color:#fff;
  margin-bottom:6px;
}

.music-loader-text small{
  display:block;
  max-width:250px;
  color:#c4ccdb;
  font-size:10.5px;
  line-height:1.45;
}

.music-loader-bars{
  height:24px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:5px;
}

.music-loader-bars i{
  display:block;
  width:5px;
  height:9px;
  border-radius:99px;
  background:linear-gradient(180deg, var(--pink), var(--violet));
  animation:musicBars 0.8s ease-in-out infinite;
}

.music-loader-bars i:nth-child(2){animation-delay:.1s}
.music-loader-bars i:nth-child(3){animation-delay:.2s}
.music-loader-bars i:nth-child(4){animation-delay:.3s}

@keyframes musicDiscSpin{
  to{transform:rotate(360deg)}
}

@keyframes musicBars{
  0%,100%{height:8px;opacity:.55}
  50%{height:24px;opacity:1}
}

@media(max-width:780px){
  .grid .updates,
  .grid .posts{
    display:block !important;
  }

  .grid{
    gap:10px;
  }

  .updates .song{
    grid-template-columns:46px 1fr 38px 22px;
    gap:9px;
  }

  .updates .tag{
    font-size:9px;
    padding:4px 6px;
  }

  .post{
    grid-template-columns:32px 1fr;
  }

  .mobile-accord{
    display:none !important;
  }

  .music-hitz-loader{
    min-height:150px;
    padding:18px 10px;
  }

  .music-loader-disc{
    width:50px;
    height:50px;
  }

  .music-loader-text b{
    font-size:12px;
  }

  .music-loader-text small{
    font-size:9.5px;
  }
}



body.music-hitz-page{
  background:#eef2f7;
  color:var(--text);
  padding:14px;
}

body.music-hitz-page .page{
  max-width:1460px;
  border-radius:10px;
}

body.music-hitz-page .topbar{
  height:76px;
  background:#040814;
  padding:0 32px;
}

body.music-hitz-page .nav{
  gap:34px;
}



body.music-hitz-page .hitz-hero{
  min-height:295px;
  background:linear-gradient(90deg,rgba(5,9,20,.98),rgba(5,9,20,.72),rgba(5,9,20,.25)),var(--osanime-bg-rzy) center 40%/cover;
  display:flex;
  align-items:center;
  padding:48px 52px;
}

body.music-hitz-page .hitz-hero-text{
  max-width:560px;
}

body.music-hitz-page .hitz-hero h1{
  font-size:44px;
  line-height:1.05;
  letter-spacing:-1.5px;
  margin-bottom:16px;
}

body.music-hitz-page .hitz-hero p{
  color:#eaf0fb;
  font-size:15px;
  line-height:1.7;
  margin-bottom:24px;
}

body.music-hitz-page .hitz-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:12px;
  padding:16px 36px 0;
  background:linear-gradient(180deg,#071020,#040813);
}

body.music-hitz-page .hitz-card,
body.music-hitz-page .hitz-side-card{
  background:linear-gradient(180deg,#10182c,#091226);
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
}

body.music-hitz-page .hitz-head{
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

body.music-hitz-page .hitz-head h2,
body.music-hitz-page .hitz-side-card h3{
  font-size:15px;
  font-weight:900;
  border-left:3px solid var(--pink);
  padding-left:8px;
}

body.music-hitz-page .hitz-table{
  width:100%;
}

body.music-hitz-page .hitz-row{
  display:grid;
  grid-template-columns:50px minmax(260px,1fr) 150px 210px 130px 70px;
  gap:16px;
  align-items:center;
  min-height:76px;
  padding:0 18px;
  border-bottom:1px solid rgba(255,255,255,.065);
  font-size:12px;
  color:#dbe4f2;
}

body.music-hitz-page .hitz-row-head{
  min-height:42px;
  color:#aeb8c8;
  font-size:11px;
  text-transform:uppercase;
}

body.music-hitz-page .hitz-row:not(.hitz-row-head):hover{
  background:rgba(255,255,255,.025);
}

body.music-hitz-page .rank{
  width:28px;
  height:28px;
  border-radius:5px;
  background:#0b1428;
  color:var(--pink);
  display:grid;
  place-items:center;
  font-weight:900;
}

body.music-hitz-page .song-cell{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  min-width:0;
}

body.music-hitz-page .song-cell img{
  width:54px;
  height:54px;
  border-radius:6px;
  object-fit:cover;
  background:#172136;
}

body.music-hitz-page .song-cell b{
  font-size:13px;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.music-hitz-page .song-cell em{
  font-style:normal;
  background:var(--pink);
  font-size:9px;
  padding:4px 6px;
  border-radius:4px;
  font-weight:900;
}

body.music-hitz-page .action-icons{
  display:flex;
  justify-content:flex-end;
  gap:18px;
  color:var(--pink);
  font-size:17px;
}

body.music-hitz-page .hitz-empty,
body.music-hitz-page .side-empty{
  padding:18px;
  color:#dbe3f0;
}

body.music-hitz-page .hitz-pagination{
  display:flex;
  justify-content:center;
  gap:10px;
  padding:18px;
}

body.music-hitz-page .hitz-pagination a,
body.music-hitz-page .hitz-pagination span{
  width:36px;
  height:34px;
  background:#091224;
  border:1px solid rgba(255,255,255,.1);
  border-radius:5px;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:13px;
}

body.music-hitz-page .hitz-pagination b,
body.music-hitz-page .hitz-pagination .active{
  background:var(--pink)!important;
  border-color:var(--pink)!important;
}

body.music-hitz-page .hitz-sidebar{
  display:flex;
  flex-direction:column;
  gap:12px;
}

body.music-hitz-page .hitz-side-card{
  padding:16px;
}

body.music-hitz-page .stats-box div{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:8px;
  margin-top:14px;
}

body.music-hitz-page .stats-box i{
  color:var(--pink);
  font-size:18px;
  grid-row:span 2;
}

body.music-hitz-page .stats-box span{
  font-size:11px;
  color:#b9c4d6;
}

body.music-hitz-page .stats-box b{
  font-size:18px;
}

body.music-hitz-page .popular-song{
  display:grid;
  grid-template-columns:24px 46px 1fr;
  gap:10px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.music-hitz-page .popular-song>span{
  height:25px;
  border-radius:5px;
  background:#1c263c;
  color:var(--pink);
  display:grid;
  place-items:center;
  font-weight:900;
}

body.music-hitz-page .popular-song img{
  width:46px;
  height:46px;
  border-radius:5px;
  object-fit:cover;
}

body.music-hitz-page .popular-song b{
  display:block;
  font-size:12px;
  line-height:1.25;
}

body.music-hitz-page .popular-song small{
  display:block;
  color:#aeb8c8;
  font-size:10px;
  margin-top:4px;
}

body.music-hitz-page .see-all-hitz{
  height:40px;
  border:1px solid var(--pink);
  border-radius:7px;
  color:var(--pink);
  font-size:12px;
  font-weight:900;
  display:grid;
  place-items:center;
  margin-top:14px;
}

body.music-hitz-page .upload-box{
  display:grid;
  grid-template-columns:1fr 84px;
  align-items:center;
  gap:14px;
}

body.music-hitz-page .upload-box p{
  color:#b9c4d6;
  font-size:12px;
  line-height:1.6;
  margin:15px 0;
}

body.music-hitz-page .cloud-music{
  width:86px;
  height:86px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle,#ff4f93 0,#7c4dff 45%,transparent 70%);
  font-size:32px;
  color:#fff;
  filter:drop-shadow(0 16px 22px rgba(255,79,147,.25));
}

@media(max-width:780px){
  body.music-hitz-page{
    padding:0;
    background:#040916;
  }

  body.music-hitz-page .page{
    border-radius:0;
    border:0;
    max-width:none;
    min-height:100vh;
  }

  body.music-hitz-page .topbar{
    height:72px;
    padding:0 18px;
    justify-content:space-between                      ;
  }

  body.music-hitz-page .topbar>.logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }

  body.music-hitz-page .hitz-hero{
    min-height:174px;
    padding:30px 18px;
    background-position:center top;
  }

  body.music-hitz-page .hitz-hero h1{
    font-size:25px;
    margin-bottom:10px;
  }

  body.music-hitz-page .hitz-hero p{
    font-size:12px;
    line-height:1.55;
    margin-bottom:14px;
    width:58%;
  }

  body.music-hitz-page .hitz-hero .btn{
    height:36px;
    font-size:10px;
  }

  body.music-hitz-page .hitz-wrap{
    display:block;
    padding:16px 12px 0;
  }

  body.music-hitz-page .stats-box{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:6px;
    margin-bottom:16px;
  }

  body.music-hitz-page .stats-box h3{
    grid-column:1/-1;
  }

  body.music-hitz-page .stats-box div{
    display:block;
    background:#0d172c;
    border:1px solid rgba(255,255,255,.07);
    border-radius:7px;
    text-align:center;
    padding:10px 5px;
    margin:0;
  }

  body.music-hitz-page .stats-box i{
    display:block;
    margin-bottom:6px;
  }

  body.music-hitz-page .stats-box span{
    display:block;
    font-size:9px;
  }

  body.music-hitz-page .stats-box b{
    font-size:13px;
  }

  body.music-hitz-page .hitz-main{
    margin-top:16px;
  }

  body.music-hitz-page .hitz-card{
    background:transparent;
    border:0;
  }

  body.music-hitz-page .hitz-head,
  body.music-hitz-page .hitz-row-head{
    display:none;
  }

  body.music-hitz-page .hitz-table{
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  body.music-hitz-page .hitz-row{
    grid-template-columns:28px 82px 1fr 24px;
    gap:10px;
    min-height:auto;
    background:#10182c;
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    padding:10px;
  }

  body.music-hitz-page .hitz-row span:nth-child(3),
  body.music-hitz-page .hitz-row span:nth-child(4){
    display:none;
  }

  body.music-hitz-page .hitz-row span:nth-child(5){
    grid-column:3/4;
    color:#aeb8c8;
    font-size:10px;
  }

  body.music-hitz-page .song-cell{
    grid-template-columns:82px;
    gap:0;
    grid-row:1/3;
  }

  body.music-hitz-page .song-cell img{
    width:82px;
    height:72px;
  }

  body.music-hitz-page .song-cell b{
    position:absolute;
    left:130px;
    right:42px;
    margin-top:2px;
    white-space:normal;
    font-size:13px;
    line-height:1.25;
  }

  body.music-hitz-page .song-cell em{
    position:absolute;
    left:130px;
    margin-top:40px;
    font-size:8px;
  }

  body.music-hitz-page .rank{
    width:26px;
    height:26px;
  }

  body.music-hitz-page .action-icons{
    grid-column:4;
    grid-row:1/3;
    font-size:18px;
  }

  body.music-hitz-page .action-icons i:last-child{
    display:none;
  }

  body.music-hitz-page .hitz-pagination{
    justify-content:flex-end;
    padding:14px 0;
  }

  body.music-hitz-page .hitz-pagination:before{
    content:"Halaman";
    margin-right:auto;
    color:#cbd5e5;
    font-size:11px;
    align-self:center;
  }

  body.music-hitz-page .hitz-pagination a,
  body.music-hitz-page .hitz-pagination span{
    width:28px;
    height:28px;
  }

  body.music-hitz-page .popular-song{
    grid-template-columns:28px 58px 1fr;
    padding:10px 0;
  }

  body.music-hitz-page .popular-song img{
    width:58px;
    height:58px;
  }

  body.music-hitz-page .see-all-hitz{
    height:42px;
  }

  body.music-hitz-page .upload-box{
    grid-template-columns:1fr 70px;
  }

  body.music-hitz-page .cloud-music{
    width:70px;
    height:70px;
  }
}

/* =========================================
   MUSIC HITZ FINAL LAYOUT FIX
   Rapikan tabel agar tidak nabrak sidebar / keluar card
   ========================================= */
body.music-hitz-page,
body.music-hitz-page *{
  box-sizing:border-box;
}

body.music-hitz-page .page{
  overflow:hidden;
}

body.music-hitz-page .hitz-wrap{
  grid-template-columns:minmax(0,1fr) 310px !important;
  gap:14px !important;
  overflow:hidden;
}

body.music-hitz-page .hitz-main,
body.music-hitz-page .hitz-card,
body.music-hitz-page .hitz-table,
body.music-hitz-page #musicHitzTableBody{
  min-width:0;
  max-width:100%;
}

body.music-hitz-page .hitz-card{
  overflow:hidden;
}

body.music-hitz-page .hitz-row{
  width:100%;
  max-width:100%;
  grid-template-columns:42px minmax(220px,1.35fr) minmax(110px,.65fr) minmax(120px,.75fr) minmax(110px,.65fr) 42px !important;
  gap:10px !important;
  padding:0 14px !important;
  overflow:hidden;
}

body.music-hitz-page .hitz-row > span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.music-hitz-page .song-cell{
  min-width:0;
  grid-template-columns:58px minmax(0,1fr) auto !important;
  gap:12px !important;
}

body.music-hitz-page .song-cell img{
  width:58px;
  height:58px;
  flex:0 0 58px;
}

body.music-hitz-page .song-cell b,
body.music-hitz-page .popular-song b{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.music-hitz-page .action-icons{
  justify-content:center !important;
  gap:0 !important;
  min-width:0;
}

body.music-hitz-page .action-icons i:first-child{
  font-size:18px;
}

body.music-hitz-page .action-icons i:last-child{
  display:none;
}

body.music-hitz-page .hitz-sidebar{
  min-width:0;
}

body.music-hitz-page .hitz-side-card{
  overflow:hidden;
}

body.music-hitz-page .popular-song{
  min-width:0;
  grid-template-columns:28px 48px minmax(0,1fr) !important;
}

body.music-hitz-page .popular-song > div{
  min-width:0;
}

body.music-hitz-page .hitz-pagination button,
body.music-hitz-page .hitz-pagination a,
body.music-hitz-page .hitz-pagination span{
  width:36px;
  height:34px;
  background:#091224;
  border:1px solid rgba(255,255,255,.1);
  border-radius:5px;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:13px;
  cursor:pointer;
}

body.music-hitz-page .hitz-pagination button.active,
body.music-hitz-page .hitz-pagination a.active,
body.music-hitz-page .hitz-pagination b,
body.music-hitz-page .hitz-pagination .active{
  background:var(--pink)!important;
  border-color:var(--pink)!important;
}

body.music-hitz-page .hitz-pagination button:disabled{
  opacity:.65;
  cursor:default;
}

@media(max-width:1100px) and (min-width:781px){
  body.music-hitz-page .hitz-wrap{
    grid-template-columns:minmax(0,1fr) 280px !important;
    padding-left:24px !important;
    padding-right:24px !important;
  }

  body.music-hitz-page .hitz-row{
    grid-template-columns:36px minmax(190px,1.3fr) minmax(90px,.6fr) minmax(90px,.65fr) minmax(95px,.6fr) 36px !important;
    gap:8px !important;
    padding-left:12px !important;
    padding-right:12px !important;
    font-size:11px;
  }

  body.music-hitz-page .song-cell{
    grid-template-columns:52px minmax(0,1fr) auto !important;
    gap:10px !important;
  }

  body.music-hitz-page .song-cell img{
    width:52px;
    height:52px;
  }
}

@media(max-width:780px){
  body.music-hitz-page .hitz-wrap{
    display:flex !important;
    flex-direction:column;
    padding:16px 12px 0 !important;
    overflow:visible;
  }

  body.music-hitz-page .hitz-main{
    order:2;
    margin-top:0 !important;
  }

  body.music-hitz-page .hitz-sidebar{
    order:1;
  }

  body.music-hitz-page .hitz-card{
    background:transparent;
    border:0;
    overflow:visible;
  }

  body.music-hitz-page .hitz-table{
    display:flex;
    flex-direction:column;
    gap:9px;
  }

  body.music-hitz-page #musicHitzTableBody{
    display:flex;
    flex-direction:column;
    gap:9px;
  }

  body.music-hitz-page .hitz-row{
    position:relative;
    display:grid;
    grid-template-columns:28px 74px minmax(0,1fr) 24px !important;
    gap:10px !important;
    min-height:92px;
    padding:10px !important;
    background:#10182c;
    border:1px solid rgba(255,255,255,.08);
    border-radius:9px;
  }

  body.music-hitz-page .hitz-row-head{
    display:none !important;
  }

  body.music-hitz-page .song-cell{
    grid-column:2 / 4;
    grid-row:1 / 3;
    display:grid;
    grid-template-columns:74px minmax(0,1fr) !important;
    grid-template-rows:auto auto;
    gap:4px 10px !important;
    align-items:start;
  }

  body.music-hitz-page .song-cell img{
    width:74px !important;
    height:74px !important;
    grid-row:1 / 3;
  }

  body.music-hitz-page .song-cell b{
    position:static !important;
    white-space:normal !important;
    font-size:13px !important;
    line-height:1.28;
    margin:0 !important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }

  body.music-hitz-page .song-cell em{
    position:static !important;
    width:max-content;
    margin:2px 0 0 0 !important;
  }

  body.music-hitz-page .hitz-row > span:nth-child(3),
  body.music-hitz-page .hitz-row > span:nth-child(4){
    display:none !important;
  }

  body.music-hitz-page .hitz-row > span:nth-child(5){
    grid-column:3 / 4;
    grid-row:2;
    align-self:end;
    color:#aeb8c8;
    font-size:10px;
    padding-bottom:4px;
  }

  body.music-hitz-page .action-icons{
    grid-column:4;
    grid-row:1 / 3;
    align-self:center;
  }

  body.music-hitz-page .stats-box{
    order:1;
  }

  body.music-hitz-page .popular-box{
    order:2;
  }

  body.music-hitz-page .upload-box{
    order:3;
  }

  body.music-hitz-page .hitz-pagination button,
  body.music-hitz-page .hitz-pagination a,
  body.music-hitz-page .hitz-pagination span{
    width:28px;
    height:28px;
    font-size:11px;
  }
}


/* ==============================
   NEW update STAT SMALL LOADER
   ============================== */
.new-update-page .stat-loading{
  display:inline-block;
  width:1em;
  height:1em;
  min-width:1em;
  border-radius:50%;
  border:2px solid rgba(255,79,147,.22);
  border-top-color:#ff4f93;
  border-right-color:#ff4f93;
  vertical-align:-0.12em;
  animation:newUpdateStatSpin .72s linear infinite;
  box-shadow:0 0 8px rgba(255,79,147,.28);
}

@keyframes newUpdateStatSpin{
  to{transform:rotate(360deg)}
}


/* =========================================
   INDEX PANEL CARD ALIGNMENT FIX
   - Music Hitz & Update Terbaru: seluruh card bisa diklik
   - Icon download dihilangkan
   - Postingan terbaru memakai thumbnail %thumb%
   - Tinggi item dibuat selaras
========================================= */

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  align-items:stretch;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .grid .panel{
  min-width:0;
  height:100%;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .song,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post{
  min-height:64px;
  display:grid;
  align-items:center;
  gap:12px;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#fff;
  transition:.18s ease;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) a.song,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) a.post{
  cursor:pointer;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) a.song:hover,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) a.post:hover{
  background:rgba(255,79,147,.07);
  border-radius:8px;
  padding-left:8px;
  padding-right:8px;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) #musicHitzList .song{
  grid-template-columns:30px 48px minmax(0,1fr) !important;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .updates .song{
  grid-template-columns:48px minmax(0,1fr) 42px !important;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .posts .post{
  grid-template-columns:48px minmax(0,1fr) !important;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-cover,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb img,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .cover{
  width:48px;
  height:48px;
  border-radius:6px;
  object-fit:cover;
  background:#172033;
  flex:0 0 48px;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post b,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .song b{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height:1.25;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post small,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .song small{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height:1.35;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-icon,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .dl{
  display:none !important;
}

body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .empty-song,
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .empty-post{
  grid-template-columns:1fr !important;
}

@media(max-width:780px){
  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .grid{
    grid-template-columns:1fr !important;
  }

  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) #musicHitzList .song,
  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .updates .song,
  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .posts .post{
    min-height:58px;
  }

  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .updates .song{
    grid-template-columns:42px minmax(0,1fr) 38px !important;
  }

  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .posts .post{
    grid-template-columns:42px minmax(0,1fr) !important;
  }

  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-cover,
  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb,
  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb img,
  body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .cover{
    width:42px;
    height:42px;
  }
}


/* BLOG POST THUMB FIX - %thumb% dari Wapkiz biasanya sudah berupa tag gambar */
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb{
  display:block;
  overflow:hidden;
}
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb img{
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:6px !important;
}
body:not(.download-page):not(.search-page):not(.music-hitz-page):not(.new-update-page) .post-thumb:empty{
  background:#172033;
}


/* =========================================
   NEW update JS LIST + FILTER TAB FIX
   ========================================= */
.new-update-page .tabs button{
  cursor:pointer;
  transition:.2s ease;
}

.new-update-page .tabs button.active{
  background:linear-gradient(180deg,#ff62a6,#ec3d85) !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(255,79,147,.22);
}

.new-update-page a.table-row,
.new-update-page .clickable-update-row{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}

.new-update-page .clickable-update-row{
  transition:.18s ease;
}

.new-update-page .clickable-update-row:hover{
  background:rgba(255,79,147,.08);
  border-color:rgba(255,79,147,.18);
}

.new-update-page .table-row .song img{
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:6px;
  background:#172033;
  flex:0 0 48px;
}

.new-update-page .table-row .song b,
.new-update-page .table-row .song small,
.new-update-page .table-row .artist,
.new-update-page .table-row .album,
.new-update-page .table-row .uploader,
.new-update-page .table-row .time{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

.new-update-page .table-row .song b{
  display:block;
  white-space:nowrap;
}

.new-update-page .table-row .song small{
  display:block;
  white-space:nowrap;
}

.new-update-page .pagination button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

@media(max-width:780px){
  .new-update-page .table-row .song img{
    width:42px;
    height:42px;
  }
}

/* =========================================
   FINAL NEW update FILTER & TABLE LAYOUT FIX
   Fix: filter category/tabs tidak saling timpa + table lebih rapi
   ========================================= */
body.new-update-page .update-page,
body.new-update-page .update-content,
body.new-update-page .table-wrap{
  overflow:visible !important;
}

body.new-update-page .update-content{
  position:relative;
  z-index:5;
}

body.new-update-page .top-filter{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between                       !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  position:relative;
  z-index:50;
}

body.new-update-page .top-filter .tabs{
  flex:1 1 520px;
  max-width:100%;
  min-width:0;
}

body.new-update-page .top-filter .tabs button{
  white-space:nowrap;
}

body.new-update-page .category-select[aria-hidden="true"],
body.new-update-page .category-source{
  display:none !important;
}

body.new-update-page .update-category-filter{
  flex:0 0 240px;
  width:240px;
  min-width:220px;
  max-width:100%;
  position:relative;
  z-index:80;
}

body.new-update-page .update-category-filter .category-sort-btn{
  height:46px;
  border-radius:10px;
  white-space:nowrap;
}

body.new-update-page .update-category-filter .category-sort-btn span{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.new-update-page .update-category-filter .category-sort-menu{
  right:0;
  left:auto;
  width:270px;
  max-width:min(270px, calc(100vw - 32px));
  max-height:320px;
  overflow-y:auto;
  z-index:9999;
}

body.new-update-page .table-wrap{
  position:relative;
  z-index:1;
  clear:both;
}

body.new-update-page .table-head,
body.new-update-page .table-row{
  grid-template-columns:54px minmax(240px,2fr) minmax(110px,.9fr) minmax(120px,1fr) minmax(130px,1fr) minmax(110px,.8fr) 42px !important;
  column-gap:14px;
}

body.new-update-page .table-head > div,
body.new-update-page .table-row > div,
body.new-update-page .table-row .song > div{
  min-width:0;
}

body.new-update-page .table-row{
  align-items:center;
}

body.new-update-page .table-row .rank{
  width:34px;
  height:34px;
}

body.new-update-page .table-row .song{
  min-width:0;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:12px;
}

body.new-update-page .table-row .song img{
  width:48px !important;
  height:48px !important;
}

body.new-update-page .table-row .song b,
body.new-update-page .table-row .song small,
body.new-update-page .table-row .artist,
body.new-update-page .table-row .album,
body.new-update-page .table-row .uploader,
body.new-update-page .table-row .time{
  display:block;
  max-width:100%;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.new-update-page .table-row .uploader{
  display:flex;
}

body.new-update-page .table-row .uploader img{
  flex:0 0 30px;
  width:30px;
  height:30px;
}

@media(max-width:980px) and (min-width:781px){
  body.new-update-page .top-filter .tabs{
    flex-basis:100%;
  }

  body.new-update-page .update-category-filter{
    flex:0 0 280px;
    width:280px;
  }

  body.new-update-page .table-wrap{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  body.new-update-page .table-head,
  body.new-update-page .table-row{
    min-width:920px;
  }
}

@media(max-width:780px){
  body.new-update-page .top-filter{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
    margin-bottom:16px !important;
  }

  body.new-update-page .top-filter .tabs{
    flex:none;
    width:100%;
    height:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:visible;
  }

  body.new-update-page .top-filter .tabs button{
    width:100%;
    height:42px;
    min-width:0;
    font-size:10px;
    padding:0 6px;
  }

  body.new-update-page .update-category-filter{
    width:100%;
    min-width:0;
    flex:none;
    z-index:90;
  }

  body.new-update-page .update-category-filter .category-sort-btn{
    height:44px;
    border-radius:9px;
  }

  body.new-update-page .update-category-filter .category-sort-menu{
    left:0 !important;
    right:auto !important;
    width:100% !important;
    max-width:100% !important;
    max-height:280px;
  }

  body.new-update-page .table-wrap{
    overflow:hidden !important;
    border-radius:12px;
  }

  body.new-update-page .table-row{
    grid-template-columns:34px minmax(0,1fr) 28px !important;
    gap:10px !important;
    padding:12px !important;
  }

  body.new-update-page .table-row .rank{
    width:30px;
    height:30px;
    font-size:12px;
  }

  body.new-update-page .table-row .song{
    grid-template-columns:42px minmax(0,1fr);
    gap:10px;
  }

  body.new-update-page .table-row .song img{
    width:42px !important;
    height:42px !important;
  }

  body.new-update-page .table-row .song b{
    font-size:12px;
    line-height:1.25;
  }

  body.new-update-page .table-row .song small{
    font-size:10px;
    margin-top:3px;
  }

  body.new-update-page .table-row .new{
    padding:2px 5px;
    font-size:8px;
    margin-left:4px;
  }

  body.new-update-page .table-row .download{
    font-size:18px;
  }
}

@media(max-width:380px){
  body.new-update-page .top-filter .tabs button{
    font-size:9px;
  }

  body.new-update-page .table-row{
    grid-template-columns:30px minmax(0,1fr) 24px !important;
    gap:8px !important;
    padding:10px !important;
  }

  body.new-update-page .table-row .song{
    grid-template-columns:38px minmax(0,1fr);
    gap:8px;
  }

  body.new-update-page .table-row .song img{
    width:38px !important;
    height:38px !important;
  }
}


/* =========================================================
   NEW update MOBILE MATCH - clean layout like reference image
   Added fix: mobile hero, compact stats, tabs/category, song cards
   ========================================================= */

body.new-update-page .category-select[aria-hidden="true"]{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
  left:-9999px !important;
}

body.new-update-page .topbar{
  position:relative;
  z-index:40;
}

body.new-update-page .update-category-filter{
  position:relative;
  z-index:25;
}

body.new-update-page .category-sort-menu{
  z-index:80;
}

@media(max-width:780px){

  body.new-update-page{
    padding:0 !important;
    background:#040916 !important;
    overflow-x:hidden;
  }

  body.new-update-page .update-page{
    width:100%;
    min-height:100vh;
    max-width:none;
    border:0 !important;
    border-radius:0 !important;
    overflow:hidden;
    box-shadow:none;
    background:#040916;
  }

  body.new-update-page .topbar{
    height:72px !important;
    padding:0 18px !important;
    display:flex;
    align-items:center;
    justify-content:space-between                       !important;
    background:#040814;
    border-bottom:1px solid rgba(255,255,255,.06);
  }

  body.new-update-page .hamb,
  body.new-update-page .mobile-search{
    width:34px;
    height:34px;
    display:grid !important;
    place-items:center;
    font-size:25px;
    color:#fff;
    line-height:1;
    flex:0 0 34px;
    z-index:3;
  }

  body.new-update-page .topbar > .logo{
    position:absolute !important;
    left:50% !important;
    top:50%;
    transform:translate(-50%,-50%) !important;
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    max-width:190px;
    white-space:nowrap;
    z-index:2;
  }

  body.new-update-page .topbar .mark{
    width:34px;
    height:34px;
    font-size:19px;
  }

  body.new-update-page .topbar .logo-title{
    font-size:18px;
    line-height:.95;
  }

  body.new-update-page .topbar .logo-sub{
    font-size:8px;
    letter-spacing:1.45px;
    margin-top:4px;
  }

  body.new-update-page .nav,
  body.new-update-page .search,
  body.new-update-page .topbar > .btn{
    display:none !important;
  }

  body.new-update-page .topbar.search-open .search{
    display:flex !important;
    position:absolute;
    left:12px;
    right:12px;
    top:78px;
    width:auto;
    height:42px;
    margin:0;
    z-index:100;
    background:#071020;
    border-radius:8px;
  }

  body.new-update-page .update-hero{
    min-height:236px !important;
    padding:22px 18px 14px !important;
    display:block !important;
    background:
      linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,9,20,.88) 42%,rgba(5,9,20,.42) 100%),
      var(--osanime-bg-rzy) center top/cover !important;
    border-bottom:1px solid rgba(255,255,255,.06);
  }

  body.new-update-page .update-hero:before{
    background:
      radial-gradient(circle at 80% 25%,rgba(124,77,255,.28),transparent 32%),
      radial-gradient(circle at 35% 100%,rgba(255,79,147,.12),transparent 35%);
  }

  body.new-update-page .hero-left{
    max-width:245px;
    margin:0;
  }

  body.new-update-page .hero-left small{
    font-size:11px;
    letter-spacing:.2px;
  }

  body.new-update-page .hero-left h1{
    margin-top:8px;
    font-size:22px !important;
    line-height:1.18;
    letter-spacing:-.4px;
  }

  body.new-update-page .hero-left p{
    margin-top:10px;
    font-size:11px !important;
    line-height:1.55;
    color:#e6edf8;
  }

  body.new-update-page .hero-right{
    margin-top:18px;
    width:100%;
  }

  body.new-update-page .stats-box{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    overflow:hidden;
    border-radius:8px;
    background:rgba(8,14,29,.74);
    border:1px solid rgba(255,255,255,.08);
  }

  body.new-update-page .stat-item{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:11px 4px;
    text-align:center;
    border-bottom:0 !important;
    border-right:1px solid rgba(255,255,255,.06);
  }

  body.new-update-page .stat-item:last-child{
    border-right:0;
  }

  body.new-update-page .stat-item i{
    width:auto;
    font-size:15px;
    margin:0;
  }

  body.new-update-page .stat-item span{
    font-size:9px;
    line-height:1.2;
    color:#d6deec;
  }

  body.new-update-page .stat-item b{
    font-size:13px !important;
    line-height:1;
    color:#fff;
  }

  body.new-update-page .update-content{
    padding:14px 12px 24px !important;
    background:linear-gradient(180deg,#071020,#040813);
  }

  body.new-update-page .top-filter{
    display:flex !important;
    flex-direction:column;
    align-items:stretch !important;
    gap:10px !important;
    margin-bottom:12px !important;
  }

  body.new-update-page .tabs{
    width:100% !important;
    height:40px !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-radius:7px !important;
    overflow:hidden;
  }

  body.new-update-page .tabs button{
    width:auto !important;
    min-width:0 !important;
    height:40px !important;
    padding:0 4px !important;
    font-size:9px !important;
    letter-spacing:0;
    white-space:nowrap;
  }

  body.new-update-page .update-category-filter,
  body.new-update-page .category-sort-wrap{
    width:100% !important;
    max-width:none !important;
    position:relative;
  }

  body.new-update-page .category-sort-btn{
    width:100% !important;
    height:40px !important;
    padding:0 12px !important;
    border-radius:7px !important;
    background:#091224;
    border:1px solid rgba(255,255,255,.09);
    display:flex;
    align-items:center;
    justify-content:space-between                      ;
    color:#fff;
  }

  body.new-update-page .category-sort-btn span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:11px;
  }

  body.new-update-page .category-sort-menu{
    left:0 !important;
    right:0 !important;
    top:calc(100% + 6px) !important;
    width:100% !important;
    max-height:260px;
    overflow-y:auto;
    border-radius:9px;
    background:#10182c;
    box-shadow:0 18px 38px rgba(0,0,0,.35);
  }

  body.new-update-page .table-wrap{
    border-radius:8px !important;
    overflow:hidden !important;
    background:rgba(8,14,29,.65);
  }

  body.new-update-page .table-head{
    display:none !important;
  }

  body.new-update-page .table-row{
    position:relative;
    display:grid !important;
    grid-template-columns:28px minmax(0,1fr) 24px !important;
    gap:10px !important;
    align-items:center;
    min-height:66px;
    padding:10px 10px !important;
    border-bottom:1px solid rgba(255,255,255,.06);
    background:linear-gradient(90deg,rgba(12,20,38,.86),rgba(8,14,29,.68));
  }

  body.new-update-page .rank{
    width:26px !important;
    height:26px !important;
    border-radius:4px !important;
    font-size:12px !important;
    align-self:center;
  }

  body.new-update-page .song{
    min-width:0;
    display:grid !important;
    grid-template-columns:46px minmax(0,1fr);
    gap:10px;
    align-items:center;
  }

  body.new-update-page .song img{
    width:46px !important;
    height:46px !important;
    border-radius:6px !important;
  }

  body.new-update-page .song b{
    display:block;
    max-width:100%;
    margin:0 0 3px !important;
    font-size:11px !important;
    line-height:1.25;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  body.new-update-page .song small{
    display:block;
    max-width:100%;
    font-size:10px !important;
    line-height:1.25;
    color:#c8d2e2;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  body.new-update-page .new{
    padding:2px 4px !important;
    border-radius:3px !important;
    font-size:7px !important;
    margin-left:4px !important;
    vertical-align:middle;
  }

  body.new-update-page .artist,
  body.new-update-page .album,
  body.new-update-page .uploader,
  body.new-update-page .time{
    display:none !important;
  }

  body.new-update-page .download{
    display:grid !important;
    place-items:center;
    width:24px;
    height:34px;
    font-size:16px !important;
    justify-self:end !important;
    color:#ff4f93;
  }

  body.new-update-page .pagination{
    margin-top:14px !important;
    padding:0 !important;
    display:flex;
    justify-content:flex-start !important;
    gap:6px !important;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  body.new-update-page .pagination button{
    flex:0 0 auto;
    width:30px !important;
    height:28px !important;
    border-radius:5px !important;
    font-size:11px !important;
  }

  

  

  
}

@media(max-width:390px){
  body.new-update-page .update-content{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  body.new-update-page .update-hero{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  body.new-update-page .hero-left{
    max-width:230px;
  }

  body.new-update-page .song{
    grid-template-columns:42px minmax(0,1fr);
    gap:8px;
  }

  body.new-update-page .song img{
    width:42px !important;
    height:42px !important;
  }

  body.new-update-page .song b{
    font-size:10.5px !important;
  }

  body.new-update-page .tabs button{
    font-size:8.5px !important;
  }
}


/* =====================================================
   AUTH LOGIN & REGISTER FINAL THEME - matched index login UI
   ===================================================== */
body.login-page,
body.register-page{
  padding:12px !important;
  background:#edf1f7 !important;
  color:#fff !important;
  overflow-x:hidden;
}
body.login-page .auth-----------------------shell,
body.register-page .auth-----------------------shell,
body.login-page .login-------------------------shell,
body.login-page .login----------------------------shell,
body.login-page .login-----------------------------shell,
body.register-page .login-------------------------shell,
body.register-page .login----------------------------shell,
body.register-page .login-----------------------------shell{
  position:relative;
  max-width:1460px;
  min-height:calc(100vh - 24px);
  margin:auto;
  overflow:hidden;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg,rgba(4,8,20,.96) 0%,rgba(4,8,20,.78) 42%,rgba(4,8,20,.92) 100%),
    var(--osanime-bg-rzy) center/cover no-repeat;
  box-shadow:0 18px 55px rgba(0,0,0,.35);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  gap:34px;
  padding:42px 46px 110px;
}
body.login-page .auth-----------------------shell:before,
body.register-page .auth-----------------------shell:before,
body.login-page .login-------------------------shell:before,
body.login-page .login----------------------------shell:before,
body.login-page .login-----------------------------shell:before,
body.register-page .login-------------------------shell:before,
body.register-page .login----------------------------shell:before,
body.register-page .login-----------------------------shell:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 74% 18%,rgba(255,79,147,.20),transparent 28%),
    radial-gradient(circle at 48% 70%,rgba(124,77,255,.22),transparent 38%),
    linear-gradient(180deg,rgba(4,8,20,.02),rgba(4,8,20,.32));
}
body.login-page .login-left,
body.login-page .login-right,
body.register-page .login-left,
body.register-page .login-right{
  position:relative;
  z-index:2;
}
body.login-page .login-left,
body.register-page .login-left{
  display:flex;
  flex-direction:column;
  min-width:0;
}
body.login-page .login-left .logo,
body.register-page .login-left .logo{
  position:relative !important;
  left:auto !important;
  transform:none !important;
}
body.login-page .login-left .mark,
body.register-page .login-left .mark{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
  color:#ff4f93;
  border:2px solid #ff4f93;
  background:rgba(255,79,147,.06);
  box-shadow:0 0 22px rgba(255,79,147,.34);
}
body.login-page .login-left .logo-title,
body.register-page .login-left .logo-title{
  font-size:23px;
  line-height:.92;
  letter-spacing:-.6px;
}
body.login-page .login-left .logo-sub,
body.register-page .login-left .logo-sub{
  font-size:9px;
  letter-spacing:2.7px;
  margin-top:5px;
}
body.login-page .intro,
body.register-page .intro{
  margin-top:70px;
  max-width:620px;
}
body.login-page .intro h1,
body.register-page .intro h1{
  font-size:50px;
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:900;
  text-shadow:0 8px 24px rgba(0,0,0,.34);
}
body.login-page .intro h1 span,
body.register-page .intro h1 span{
  color:#ff4f93;
}
body.login-page .line,
body.register-page .line{
  width:72px;
  height:4px;
  margin:22px 0;
  border-radius:99px;
  background:#ff4f93;
}
body.login-page .intro p,
body.register-page .intro p{
  color:#e6edf9;
  font-size:16px;
  line-height:1.75;
  max-width:540px;
}
body.login-page .feature-list,
body.register-page .feature-list{
  margin-top:auto;
  padding-top:42px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:920px;
}
body.login-page .feature,
body.register-page .feature{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:13px;
  align-items:center;
  padding:16px;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(17,27,48,.82),rgba(10,18,35,.82));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 16px 38px rgba(0,0,0,.24);
}
body.login-page .feature-icon,
body.register-page .feature-icon{
  width:54px;
  height:54px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:25px;
  color:#ff4f93;
  background:rgba(255,79,147,.12);
  border:1px solid rgba(255,255,255,.08);
}
body.login-page .feature b,
body.register-page .feature b{
  display:block;
  font-size:13px;
  margin-bottom:5px;
}
body.login-page .feature small,
body.register-page .feature small{
  color:#c9d3e7;
  font-size:11.5px;
  line-height:1.45;
}
body.login-page .login-right,
body.register-page .login-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
body.login-page .login-card,
body.register-page .login-card,
body.register-page .register-card{
  width:100%;
  max-width:500px;
  min-height:auto;
  padding:34px;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(13,18,39,.92),rgba(7,12,28,.94));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 70px rgba(0,0,0,.36);
  backdrop-filter:blur(12px);
}
body.login-page .login-card h2,
body.register-page .login-card h2,
body.register-page .register-card h2{
  font-size:28px;
  line-height:1.2;
  letter-spacing:-.7px;
  margin-bottom:12px;
}
body.login-page .login-card>p,
body.register-page .login-card>p,
body.register-page .register-card>p{
  font-size:14px;
  line-height:1.6;
  color:#cbd5e5;
  margin-bottom:26px;
}
body.login-page .login-card>p span,
body.register-page .login-card>p span,
body.register-page .register-card>p span{
  color:#ff4f93;
}
body.login-page label,
body.register-page label{
  display:block;
  margin:0 0 9px;
  font-size:12px;
  font-weight:900;
  color:#fff;
}
body.login-page .field,
body.register-page .field{
  width:100%;
  height:52px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 15px;
  margin-bottom:18px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(4,8,20,.38);
}
body.login-page .field span,
body.register-page .field span{
  width:20px;
  text-align:center;
  color:#d8e0ef;
  font-size:18px;
  flex:0 0 20px;
}
body.login-page .field input,
body.register-page .field input,
body.register-page .field select,
body.login-page .field textarea,
body.register-page .field textarea{
  flex:1;
  min-width:0;
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent !important;
  color:#fff !important;
  font-size:14px;
  font-family:inherit;
}
body.register-page .field select option{
  background:#0c1225;
  color:#fff;
}
body.login-page .field input::placeholder,
body.register-page .field input::placeholder{
  color:#8792a8;
}
body.login-page .eye,
body.register-page .eye{
  border:0;
  background:transparent;
  color:#dbe4f4;
  cursor:pointer;
  font-size:18px;
}
body.login-page .forgot,
body.register-page .forgot{
  display:block;
  text-align:right;
  margin:-5px 0 18px;
  font-size:12px;
  color:#ff4f93;
}
body.login-page .submit-wrap input[type="submit"],
body.login-page .submit-wrap button[type="submit"],
body.register-page .submit-wrap input[type="submit"],
body.register-page .submit-wrap button[type="submit"],
body.login-page .login-btn,
body.register-page .login-btn{
  width:100%;
  height:52px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 36px rgba(255,79,147,.25);
}
body.login-page .divider,
body.register-page .divider{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  margin:26px 0 18px;
  color:#9da8bd;
  font-size:12px;
}
body.login-page .divider span,
body.register-page .divider span{
  height:1px;
  background:rgba(255,255,255,.12);
}
body.login-page .divider em,
body.register-page .divider em{
  font-style:normal;
}
body.login-page .socials,
body.register-page .socials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
body.login-page .socials a,
body.register-page .socials a{
  height:46px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(7,12,28,.5);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
body.login-page .socials b,
body.register-page .socials b{
  font-size:18px;
}
body.login-page .signup,
body.register-page .signup{
  margin-top:24px;
  text-align:center;
  color:#c7cfdd;
  font-size:13px;
}
body.login-page .signup a,
body.register-page .signup a{
  color:#ff4f93;
  font-weight:800;
}
body.register-page .agree{
  display:flex !important;
  gap:10px;
  align-items:flex-start;
  margin:2px 0 18px !important;
  color:#d7deec;
  font-size:12px !important;
  line-height:1.5;
}
body.register-page .agree input{
  width:16px;
  height:16px;
  margin-top:1px;
  accent-color:#ff4f93;
}









@media(max-width:980px){
  body.login-page .auth-----------------------shell,
  body.register-page .auth-----------------------shell,
  body.login-page .login-------------------------shell,
  body.login-page .login----------------------------shell,
  body.login-page .login-----------------------------shell,
  body.register-page .login-------------------------shell,
  body.register-page .login----------------------------shell,
  body.register-page .login-----------------------------shell{
    grid-template-columns:1fr;
    padding:32px 28px 110px;
  }
  body.login-page .login-right,
  body.register-page .login-right{
    justify-content:center;
  }
  body.login-page .intro,
  body.register-page .intro{
    margin-top:50px;
  }
  body.login-page .feature-list,
  body.register-page .feature-list{
    margin-top:34px;
    padding-top:0;
  }
}
@media(max-width:780px){
  body.login-page,
  body.register-page{
    padding:0 !important;
    background:#040916 !important;
  }
  body.login-page .auth-----------------------shell,
  body.register-page .auth-----------------------shell,
  body.login-page .login-------------------------shell,
  body.login-page .login----------------------------shell,
  body.login-page .login-----------------------------shell,
  body.register-page .login-------------------------shell,
  body.register-page .login----------------------------shell,
  body.register-page .login-----------------------------shell{
    display:block;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
    padding:24px 16px 150px;
    background:
      linear-gradient(180deg,rgba(4,8,20,.72) 0%,rgba(4,8,20,.90) 36%,rgba(4,8,20,.98) 100%),
      var(--osanime-bg-rzy) center top/cover no-repeat;
  }
  body.login-page .login-left .logo,
  body.register-page .login-left .logo{
    margin:0 auto;
  }
  body.login-page .login-left .mark,
  body.register-page .login-left .mark{
    width:34px;
    height:34px;
    font-size:20px;
  }
  body.login-page .login-left .logo-title,
  body.register-page .login-left .logo-title{
    font-size:18px;
  }
  body.login-page .login-left .logo-sub,
  body.register-page .login-left .logo-sub{
    font-size:8px;
    letter-spacing:1.8px;
  }
  body.login-page .intro,
  body.register-page .intro{
    margin-top:34px;
    text-align:left;
  }
  body.login-page .intro h1,
  body.register-page .intro h1{
    font-size:30px;
    line-height:1.14;
    letter-spacing:-.7px;
  }
  body.login-page .intro p,
  body.register-page .intro p{
    font-size:13px;
    line-height:1.6;
  }
  body.login-page .feature-list,
  body.register-page .feature-list{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin:28px 0 16px;
  }
  body.login-page .feature,
  body.register-page .feature{
    display:flex;
    flex-direction:column;
    text-align:center;
    gap:7px;
    padding:12px 6px;
  }
  body.login-page .feature-icon,
  body.register-page .feature-icon{
    width:42px;
    height:42px;
    font-size:20px;
  }
  body.login-page .feature b,
  body.register-page .feature b{
    font-size:10px;
  }
  body.login-page .feature small,
  body.register-page .feature small{
    display:none;
  }
  body.login-page .login-card,
  body.register-page .login-card,
  body.register-page .register-card{
    max-width:none;
    padding:22px 16px;
    border-radius:12px;
  }
  body.login-page .login-card h2,
  body.register-page .login-card h2,
  body.register-page .register-card h2{
    font-size:24px;
  }
  body.login-page .field,
  body.register-page .field{
    height:50px;
    margin-bottom:16px;
  }
  body.login-page .socials,
  body.register-page .socials{
    grid-template-columns:1fr;
  }
  
  
  
}


/* =========================================================
   AUTH PAGES HARD FIX - Login & Register sama tema index
   Tempel di PALING BAWAH agar menimpa CSS lama yang bentrok
   ========================================================= */
body.login-page,
body.register-page{
  margin:0 !important;
  padding:12px !important;
  min-height:100vh !important;
  overflow-x:hidden !important;
  background:#edf1f6 !important;
  color:#fff !important;
  font-family:Inter,system-ui,Segoe UI,sans-serif !important;
}
body.login-page a,
body.register-page a{ text-decoration:none !important; color:inherit; }
body.login-page .auth-----------------------shell,
body.login-page .login-------------------------shell,
body.login-page .login----------------------------shell,
body.register-page .auth-----------------------shell,
body.register-page .login-------------------------shell,
body.register-page .login----------------------------shell{
  position:relative !important;
  max-width:1540px !important;
  min-height:calc(100vh - 24px) !important;
  margin:0 auto !important;
  border-radius:10px !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 420px !important;
  gap:58px !important;
  align-items:center !important;
  padding:54px 64px 94px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.35) !important;
  background:
    linear-gradient(90deg,rgba(4,8,20,.96) 0%,rgba(4,8,20,.72) 47%,rgba(4,8,20,.94) 100%),
    radial-gradient(circle at 78% 25%,rgba(255,79,147,.22),transparent 32%),
    var(--osanime-bg-rzy) center/cover no-repeat !important;
}
body.login-page .auth-----------------------shell:before,
body.login-page .login-------------------------shell:before,
body.register-page .auth-----------------------shell:before,
body.register-page .login-------------------------shell:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(4,8,20,.06),rgba(4,8,20,.38)) !important;
}
body.login-page .login-left,
body.login-page .login-right,
body.register-page .login-left,
body.register-page .login-right{
  position:relative !important;
  z-index:2 !important;
}
body.login-page .login-left,
body.register-page .login-left{
  align-self:stretch !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
}
body.login-page .logo,
body.register-page .logo{
  position:relative !important;
  left:auto !important;
  transform:none !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  width:max-content !important;
}
body.login-page .mark,
body.register-page .mark{
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#ff4f93 !important;
  border:2px solid #ff4f93 !important;
  background:rgba(255,79,147,.08) !important;
  font-size:25px !important;
  box-shadow:0 0 24px rgba(255,79,147,.35) !important;
}
body.login-page .mark.small,
body.register-page .mark.small{ width:34px !important; height:34px !important; font-size:20px !important; }
body.login-page .logo-title,
body.register-page .logo-title{
  font-size:22px !important;
  line-height:.92 !important;
  font-weight:900 !important;
  letter-spacing:-.6px !important;
  color:#fff !important;
}
body.login-page .logo-title span,
body.register-page .logo-title span,
body.login-page .intro h1 span,
body.register-page .intro h1 span,
body.login-page .login-card p span,
body.register-page .login-card p span,
body.login-page .signup a,
body.register-page .signup a,
body.login-page .forgot,
body.register-page .forgot{ color:#ff4f93 !important; }
body.login-page .logo-sub,
body.register-page .logo-sub{
  display:block !important;
  margin-top:5px !important;
  font-size:8px !important;
  letter-spacing:2.4px !important;
  font-weight:900 !important;
  color:#fff !important;
}
body.login-page .intro,
body.register-page .intro{ margin-top:78px !important; max-width:560px !important; }
body.login-page .intro h1,
body.register-page .intro h1{
  margin:0 !important;
  font-size:54px !important;
  line-height:1.08 !important;
  letter-spacing:-1.6px !important;
  font-weight:950 !important;
  color:#fff !important;
}
body.login-page .line,
body.register-page .line{
  width:78px !important;
  height:4px !important;
  border-radius:99px !important;
  background:#ff4f93 !important;
  margin:28px 0 !important;
}
body.login-page .intro p,
body.register-page .intro p{
  max-width:470px !important;
  color:#eef3ff !important;
  font-size:17px !important;
  line-height:1.8 !important;
}
body.login-page .feature-list,
body.register-page .feature-list{
  margin-top:auto !important;
  padding-top:52px !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  max-width:760px !important;
}
body.login-page .feature,
body.register-page .feature{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  padding:14px !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,rgba(16,25,46,.82),rgba(8,15,31,.82)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 18px 36px rgba(0,0,0,.22) !important;
}
body.login-page .feature-icon,
body.register-page .feature-icon{
  width:48px !important;
  height:48px !important;
  flex:0 0 48px !important;
  border-radius:12px !important;
  display:grid !important;
  place-items:center !important;
  color:#ff4f93 !important;
  background:rgba(255,79,147,.12) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  font-size:24px !important;
}
body.login-page .feature b,
body.register-page .feature b{ display:block !important; color:#fff !important; font-size:13px !important; margin-bottom:4px !important; }
body.login-page .feature small,
body.register-page .feature small{ color:#c8d2e4 !important; font-size:11px !important; line-height:1.45 !important; }
body.login-page .login-right,
body.register-page .login-right{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  min-width:0 !important;
}
body.login-page .login-card,
body.register-page .login-card,
body.register-page .register-card{
  width:100% !important;
  max-width:420px !important;
  min-height:0 !important;
  border-radius:12px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:linear-gradient(180deg,rgba(13,18,39,.88),rgba(8,12,28,.90)) !important;
  backdrop-filter:blur(14px) !important;
  padding:36px 38px !important;
  box-shadow:0 26px 70px rgba(0,0,0,.35) !important;
}
body.login-page .login-card h2,
body.register-page .login-card h2,
body.register-page .register-card h2{
  margin:0 0 12px !important;
  font-size:31px !important;
  line-height:1.14 !important;
  letter-spacing:-.8px !important;
  color:#fff !important;
}
body.login-page .login-card>p,
body.register-page .login-card>p,
body.register-page .register-card>p{
  color:#d7dce8 !important;
  font-size:15px !important;
  line-height:1.65 !important;
  margin:0 0 26px !important;
}
body.login-page .login-card label,
body.register-page .login-card label,
body.register-page .register-card label{
  display:block !important;
  margin:0 0 9px !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
}
body.login-page .field,
body.register-page .field{
  width:100% !important;
  height:52px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 0 18px !important;
  padding:0 16px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:9px !important;
  background:rgba(4,8,20,.32) !important;
  color:#fff !important;
  overflow:hidden !important;
}
body.login-page .field span,
body.register-page .field span{
  width:22px !important;
  flex:0 0 22px !important;
  color:#d5dbea !important;
  font-size:18px !important;
  text-align:center !important;
}
body.login-page .field input,
body.login-page .field select,
body.register-page .field input,
body.register-page .field select{
  width:100% !important;
  min-width:0 !important;
  height:100% !important;
  flex:1 1 auto !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#fff !important;
  font-size:14px !important;
  box-shadow:none !important;
}
body.login-page .field input::placeholder,
body.register-page .field input::placeholder{ color:#9ba5b9 !important; }
body.login-page .eye,
body.register-page .eye{
  flex:0 0 auto !important;
  border:0 !important;
  background:transparent !important;
  color:#d9deeb !important;
  cursor:pointer !important;
  font-size:18px !important;
}
body.login-page .forgot,
body.register-page .forgot{
  display:block !important;
  margin:-2px 0 18px !important;
  text-align:right !important;
  font-size:13px !important;
}
body.login-page .submit-wrap input,
body.login-page .submit-wrap button,
body.login-page input[type="submit"],
body.register-page .submit-wrap input,
body.register-page .submit-wrap button,
body.register-page input[type="submit"]{
  width:100% !important;
  height:52px !important;
  border:0 !important;
  border-radius:9px !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(180deg,#ff5ca2,#e9367f) !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 18px 34px rgba(255,79,147,.24) !important;
}
body.login-page .divider,
body.register-page .divider{
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  gap:13px !important;
  margin:28px 0 18px !important;
  color:#aeb6c8 !important;
  font-size:12px !important;
}
body.login-page .divider span,
body.register-page .divider span{ height:1px !important; background:rgba(255,255,255,.16) !important; }
body.login-page .divider em,
body.register-page .divider em{ font-style:normal !important; white-space:nowrap !important; }
body.login-page .socials,
body.register-page .socials{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:10px !important;
}
body.login-page .socials a,
body.register-page .socials a{
  height:48px !important;
  border-radius:8px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  background:rgba(7,12,28,.36) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
}
body.login-page .socials b,
body.register-page .socials b{ font-size:20px !important; }
body.login-page .signup,
body.register-page .signup{ margin-top:24px !important; text-align:center !important; color:#c7cfdd !important; font-size:14px !important; }
body.login-page .signup a,
body.register-page .signup a{ font-weight:900 !important; }
body.register-page .rules,
body.register-page .terms-row{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin:2px 0 18px !important;
  color:#c7cfdd !important;
  font-size:12px !important;
  line-height:1.5 !important;
}
body.register-page .rules input,
body.register-page .terms-row input{ margin-top:2px !important; accent-color:#ff4f93 !important; }








@media(max-width:1100px){
  body.login-page .auth-----------------------shell,
  body.login-page .login-------------------------shell,
  body.register-page .auth-----------------------shell,
  body.register-page .login-------------------------shell{
    grid-template-columns:1fr !important;
    gap:28px !important;
    padding:34px 28px 100px !important;
  }
  body.login-page .login-right,
  body.register-page .login-right{ justify-content:center !important; }
  body.login-page .feature-list,
  body.register-page .feature-list{ margin-top:34px !important; padding-top:0 !important; }
}
@media(max-width:780px){
  body.login-page,
  body.register-page{ padding:0 !important; background:#040916 !important; }
  body.login-page .auth-----------------------shell,
  body.login-page .login-------------------------shell,
  body.register-page .auth-----------------------shell,
  body.register-page .login-------------------------shell{
    display:block !important;
    min-height:100vh !important;
    border-radius:0 !important;
    border:0 !important;
    box-shadow:none !important;
    padding:22px 16px 132px !important;
    background:
      linear-gradient(180deg,rgba(4,8,20,.76) 0%,rgba(4,8,20,.92) 40%,rgba(4,8,20,.98) 100%),
      var(--osanime-bg-rzy) center top/cover no-repeat !important;
  }
  body.login-page .login-left .logo,
  body.register-page .login-left .logo{ margin:0 auto !important; }
  body.login-page .mark,
  body.register-page .mark{ width:36px !important; height:36px !important; font-size:20px !important; }
  body.login-page .logo-title,
  body.register-page .logo-title{ font-size:18px !important; }
  body.login-page .logo-sub,
  body.register-page .logo-sub{ font-size:8px !important; letter-spacing:1.8px !important; }
  body.login-page .intro,
  body.register-page .intro{ margin-top:34px !important; }
  body.login-page .intro h1,
  body.register-page .intro h1{ font-size:32px !important; line-height:1.12 !important; }
  body.login-page .intro p,
  body.register-page .intro p{ font-size:13px !important; line-height:1.6 !important; }
  body.login-page .line,
  body.register-page .line{ width:64px !important; height:3px !important; margin:20px 0 !important; }
  body.login-page .feature-list,
  body.register-page .feature-list{ grid-template-columns:repeat(3,1fr) !important; gap:8px !important; margin:24px 0 14px !important; }
  body.login-page .feature,
  body.register-page .feature{ flex-direction:column !important; text-align:center !important; padding:12px 6px !important; }
  body.login-page .feature-icon,
  body.register-page .feature-icon{ width:42px !important; height:42px !important; flex-basis:42px !important; font-size:20px !important; }
  body.login-page .feature b,
  body.register-page .feature b{ font-size:10px !important; }
  body.login-page .feature small,
  body.register-page .feature small{ display:none !important; }
  body.login-page .login-card,
  body.register-page .login-card,
  body.register-page .register-card{ max-width:none !important; padding:22px 16px !important; border-radius:12px !important; }
  body.login-page .login-card h2,
  body.register-page .login-card h2{ font-size:24px !important; }
  body.login-page .socials,
  body.register-page .socials{ grid-template-columns:1fr !important; }
  
  
  
}

/* REGISTER PAGE FINAL FIX - scoped */
body.register-page{--auth-pink:#ff3f8f;--auth-line:rgba(255,255,255,.13);margin:0!important;padding:8px!important;min-height:100vh!important;overflow-x:hidden!important;background:#edf1f6!important;color:#fff!important;font-family:Inter,system-ui,Segoe UI,sans-serif!important}
body.register-page *{box-sizing:border-box}
body.register-page a{text-decoration:none;color:inherit}
body.register-page .register-auth-----------------------shell{position:relative;min-height:calc(100vh - 16px);max-width:1880px;margin:0 auto;overflow:hidden;border-radius:8px;background:linear-gradient(90deg,rgba(3,8,20,.96),rgba(3,8,20,.72),rgba(3,8,20,.96)),var(--osanime-bg-rzy) center/cover no-repeat;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 55px rgba(0,0,0,.36);display:grid;grid-template-columns:minmax(420px,.94fr) minmax(620px,1fr);gap:34px;padding:54px 58px 118px}
body.register-page .register-auth-----------------------shell:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 29% 22%,rgba(255,63,143,.22),transparent 27%),linear-gradient(180deg,rgba(3,8,20,.05),rgba(3,8,20,.48));pointer-events:none}
body.register-page .register-left,
body.register-page .register-right{position:relative;z-index:2}
body.register-page .register-left{min-height:760px;display:flex;flex-direction:column;padding-right:26px;background:linear-gradient(90deg,rgba(3,8,20,.25),rgba(3,8,20,.06)),var(--osanime-bg-osnh) 72% 50%/auto 92% no-repeat}
body.register-page .register-logo{display:flex;align-items:center;gap:14px;width:max-content}
body.register-page .register-mark{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:var(--auth-pink);border:2px solid var(--auth-pink);font-size:36px;line-height:1;box-shadow:0 0 28px rgba(255,63,143,.36)}
body.register-page .register-logo-title{font-size:34px;font-weight:900;line-height:.92;letter-spacing:-1px}
body.register-page .register-logo-title span,
body.register-page .register-intro h1 span,
body.register-page .register-card p span,
body.register-page .register-agree a,
body.register-page .register-login-link a{color:var(--auth-pink)}
body.register-page .register-logo-sub{display:block;margin-top:8px;font-size:12px;letter-spacing:5px;font-weight:800}
body.register-page .register-intro{margin-top:115px;max-width:520px}
body.register-page .register-intro h1{font-size:37px;line-height:1.42;font-weight:900;letter-spacing:-.8px;text-shadow:0 4px 20px rgba(0,0,0,.35)}
body.register-page .register-line{width:70px;height:3px;background:var(--auth-pink);border-radius:99px;margin:26px 0}
body.register-page .register-intro p{max-width:440px;color:#f2f5fb;font-size:17px;line-height:1.8}
body.register-page .register-feature-list{margin-top:auto;padding-bottom:12px;display:flex;flex-direction:column;gap:24px;max-width:445px}
body.register-page .register-feature{display:grid;grid-template-columns:68px minmax(0,1fr);gap:18px;align-items:center}
body.register-page .register-feature-icon{width:68px;height:68px;border-radius:10px;display:grid;place-items:center;color:var(--auth-pink);font-size:31px;background:rgba(255,63,143,.1);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 34px rgba(0,0,0,.28)}
body.register-page .register-feature b{display:block;margin-bottom:7px;font-size:16px;color:#fff}
body.register-page .register-feature small{color:#d8deec;font-size:14px;line-height:1.55}
body.register-page .register-right{display:flex;align-items:center;justify-content:flex-end}
body.register-page .register-card{width:100%;max-width:860px;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(17,36,.86),rgba(7,12,28,.9));backdrop-filter:blur(12px);box-shadow:0 30px 72px rgba(0,0,0,.34);padding:48px 56px 34px}
body.register-page .register-card h2{font-size:34px;line-height:1.1;letter-spacing:-.7px;margin:0 0 13px}
body.register-page .register-card>p{color:#d9deea;font-size:18px;margin:0 0 38px}
body.register-page .register-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
body.register-page .register-control{margin-bottom:22px}
body.register-page .register-control label{display:block;margin:0 0 11px;font-size:14px;font-weight:800;color:#fff}
body.register-page .register-field{position:relative;height:60px;display:flex;align-items:center;gap:14px;padding:0 18px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(3,8,20,.32)}
body.register-page .register-field span{flex:0 0 24px;width:24px;text-align:center;color:#d9dfeb;font-size:20px}
body.register-page .register-field input,body.register-page .register-field select{flex:1;min-width:0;width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-size:15px!important;box-shadow:none!important}
body.register-page .register-field select option{color:#111}
body.register-page .register-check{margin-left:auto;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;color:#27f17d;border:1px solid #27f17d;font-size:11px;font-style:normal}
body.register-page .register-eye{margin-left:auto;flex:0 0 auto;border:0;outline:0;background:transparent;color:#fff;font-size:22px;cursor:pointer}
body.register-page .register-help{display:block;margin-top:8px;color:#c6cedd;font-size:12px}
body.register-page .register-strength{display:grid;grid-template-columns:auto 1fr 1fr 1fr auto;align-items:center;gap:6px;margin:-8px 0 22px;color:#d7dcea;font-size:12px}
body.register-page .register-strength i{height:5px;border-radius:99px;background:rgba(255,255,255,.11)}
body.register-page .register-strength b{margin-left:auto;color:var(--auth-pink);font-size:12px;font-weight:500}
body.register-page .register-agree{display:flex!important;align-items:center;gap:13px;margin:6px 0 28px!important;color:#d7dcea;font-size:15px!important;font-weight:400!important}
body.register-page .register-agree input{width:18px;height:18px;accent-color:var(--auth-pink)}
body.register-page .register-submit input,body.register-page .register-submit button,body.register-page .register-submit .button,body.register-page .register-submit-btn{width:100%!important;height:62px!important;border:0!important;border-radius:8px!important;background:linear-gradient(180deg,#ff5ca2,#df2e78)!important;color:#fff!important;font-size:16px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 20px 38px rgba(255,63,143,.24)!important}
body.register-page .register-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin:34px 0 28px;color:#c7cfde;font-size:15px}
body.register-page .register-divider span{height:1px;background:rgba(255,255,255,.18)}
body.register-page .register-divider em{font-style:normal}
body.register-page .register-socials{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.register-page .register-socials a{height:62px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:rgba(7,12,28,.38);display:flex;align-items:center;justify-content:center;gap:14px;color:#fff;font-size:16px;font-weight:800}
body.register-page .register-socials b{font-size:27px;line-height:1}
body.register-page .register-socials .g{background:linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335);-webkit-background-clip:text;color:transparent}
body.register-page .register-socials .d{color:#7d8cff}
body.register-page .register-login-link{margin-top:34px;text-align:center;color:#d8deeb;font-size:16px}
body.register-page .register-login-link a{font-weight:700}

body.register-page .register-mark.small{width:38px;height:38px;font-size:22px}





@media(max-width:1180px){body.register-page .register-auth-----------------------shell{grid-template-columns:1fr;padding:36px 28px 120px}body.register-page .register-left{min-height:auto;background:none;padding-right:0}body.register-page .register-intro{margin-top:52px}body.register-page .register-feature-list{margin-top:34px;display:grid;grid-template-columns:repeat(2,1fr);max-width:none;padding-bottom:0;gap:14px}body.register-page .register-feature{grid-template-columns:54px 1fr;padding:13px;border-radius:10px;background:rgba(17,36,.58);border:1px solid rgba(255,255,255,.08)}body.register-page .register-feature-icon{width:54px;height:54px;font-size:24px}body.register-page .register-right{justify-content:center}body.register-page .register-card{max-width:none}}
@media(max-width:780px){body.register-page{padding:0!important;background:#040916!important}body.register-page .register-auth-----------------------shell{min-height:100vh;border-radius:0;border:0;display:block;padding:22px 16px 96px;background:linear-gradient(180deg,rgba(3,8,20,.82),rgba(3,8,20,.96)),var(--osanime-bg-rzy) center top/cover no-repeat}body.register-page .register-logo{margin:0 auto}body.register-page .register-mark{width:40px;height:40px;font-size:23px}body.register-page .register-logo-title{font-size:20px}body.register-page .register-logo-sub{font-size:8px;letter-spacing:2.4px;margin-top:4px}body.register-page .register-intro{margin-top:30px}body.register-page .register-intro h1{font-size:25px;line-height:1.35}body.register-page .register-line{margin:18px 0}body.register-page .register-intro p{font-size:13px;line-height:1.65}body.register-page .register-feature-list{display:none}body.register-page .register-right{margin-top:22px}body.register-page .register-card{padding:22px 16px;border-radius:12px}body.register-page .register-card h2{font-size:25px}body.register-page .register-card>p{font-size:14px;margin-bottom:24px}body.register-page .register-grid{grid-template-columns:1fr;gap:0}body.register-page .register-control{margin-bottom:16px}body.register-page .register-control label{font-size:12px;margin-bottom:8px}body.register-page .register-field{height:50px;padding:0 14px;gap:10px}body.register-page .register-field span{font-size:16px;flex-basis:18px;width:18px}body.register-page .register-field input,body.register-page .register-field select{font-size:13px!important}body.register-page .register-strength{grid-template-columns:1fr 1fr 1fr auto;font-size:10px}body.register-page .register-strength span{grid-column:1/-1}body.register-page .register-agree{font-size:12px!important;align-items:flex-start}body.register-page .register-submit input,body.register-page .register-submit button,body.register-page .register-submit .button,body.register-page .register-submit-btn{height:50px!important;font-size:14px!important}body.register-page .register-divider{gap:12px;margin:26px 0 18px;font-size:12px}body.register-page .register-socials{grid-template-columns:1fr;gap:10px}body.register-page .register-socials a{height:48px;font-size:13px}body.register-page .register-login-link{margin-top:22px;font-size:13px}}


/* =====================================================
   FINAL LAYOUT LIKE REFERENCE + FIX PROFILE PHOTO
   ===================================================== */
:root{--nav-h:74px;}
body.index-login-page{padding:10px 18px;background:#eef2f7;}
body.index-login-page .page{max-width:1500px;border-radius:10px;overflow:hidden;background:#040916;}
body.index-login-page .topbar{height:74px;padding:0 34px;gap:28px;background:#040814;display:flex;align-items:center;}
body.index-login-page .topbar .logo{position:static;transform:none;flex:0 0 auto;}
body.index-login-page .nav{margin-left:30px;gap:32px;flex:0 1 auto;}
body.index-login-page .nav a{font-size:12px;white-space:nowrap;}

body.index-login-page .search{margin-left:auto;width:220px;height:40px;flex:0 0 220px;border-radius:7px;}
body.index-login-page .notif-btn{position:relative;width:34px;height:34px;display:grid;place-items:center;color:#fff;font-size:17px;flex:0 0 34px;z-index:35;}
body.index-login-page .notif-btn:before{content:"";position:absolute;right:7px;top:4px;width:8px;height:8px;border-radius:50%;background:#ff2d83;border:2px solid #040814;}
body.index-login-page .notif-btn span{position:absolute;right:4px;top:2px;width:5px;height:5px;border-radius:50%;background:#fff;opacity:.95;}
body.index-login-page .desktop-user-box{height:42px;display:flex!important;align-items:center;gap:9px;flex:0 0 auto;}
body.index-login-page .user-avatar,body.index-login-page .mobile-user-avatar{position:relative;width:38px;height:38px;flex:0 0 38px;border-radius:50%;overflow:visible;border:1px solid rgba(255,255,255,.28);background:linear-gradient(135deg,#ff57a2,#7c4dff);}
body.index-login-page .user-avatar img,body.index-login-page .mobile-user-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;}
body.index-login-page .user-avatar span,body.index-login-page .mobile-user-avatar span{position:absolute;right:-1px;bottom:1px;width:10px;height:10px;border-radius:50%;background:#20e26d;border:2px solid #040814;}
body.index-login-page .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.1;max-width:96px;}
body.index-login-page .user-info b{max-width:96px;font-size:12px;font-weight:900;}
body.index-login-page .user-info small{font-size:10px;color:#c9d2e6;font-weight:700;}
body.index-login-page .user-caret{background:transparent;color:#fff;width:18px;height:18px;font-size:11px;}
body.index-login-page .hero{min-height:378px;}
body.index-login-page .hero-slide{padding:60px 70px 42px;background-position:center center;}
body.index-login-page .hero-content{top:0;max-width:520px;}
body.index-login-page .hero h1{font-size:46px;line-height:1.06;margin-bottom:18px;}
body.index-login-page .hero p{font-size:15px;line-height:1.6;}body.index-login-page .hero-actions{left:70px;top:284px;}
body.index-login-page .dots{bottom:23px;}
body.index-login-page .content{padding:24px 42px 0;}
body.index-login-page .quick{gap:16px;margin-bottom:16px;}
body.index-login-page .quick-card{height:98px;border-radius:9px;padding:20px 28px;}
body.index-login-page .grid{grid-template-columns:1fr 1fr 1.2fr;gap:16px;}
body.index-login-page .panel{border-radius:9px;padding:18px 20px;}
body.index-login-page .members{margin-top:16px;}
body.index-login-page .member-row{grid-template-columns:repeat(5,1fr);}


@media(max-width:1180px) and (min-width:781px){
  body.index-login-page .topbar{padding:0 22px;gap:16px;}
  body.index-login-page .nav{gap:16px;margin-left:14px;}
  body.index-login-page .search{width:190px;flex-basis:190px;}
  body.index-login-page .user-info{display:none;}
}

@media(max-width:780px){
  body.index-login-page{padding:0;background:#040916;}
  body.index-login-page .page{width:100%;max-width:none;min-height:100vh;border-radius:0;border:0;box-shadow:none;}
  body.index-login-page .topbar{height:74px!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:space-between                     !important;gap:0!important;}
  body.index-login-page .hamb{display:grid!important;place-items:center;width:40px;height:40px;font-size:27px;line-height:1;z-index:45;}
  body.index-login-page .topbar>.logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:20!important;margin:0!important;max-width:178px!important;gap:9px;}
  body.index-login-page .topbar>.logo .mark{width:34px!important;height:34px!important;font-size:20px!important;flex:0 0 34px!important;}
  body.index-login-page .topbar>.logo .logo-title{font-size:18px!important;white-space:nowrap!important;}
  body.index-login-page .topbar>.logo .logo-sub{font-size:7px!important;letter-spacing:2px!important;white-space:nowrap!important;}
  body.index-login-page .nav,body.index-login-page .search,body.index-login-page .desktop-user-box{display:none!important;}
  body.index-login-page .notif-btn{display:grid!important;margin-left:auto;margin-right:10px;width:34px;height:34px;z-index:45;}
  body.index-login-page .mobile-user-avatar{display:block!important;width:38px!important;height:38px!important;z-index:45;margin-left:0!important;}
  body.index-login-page .hero{min-height:213px;background:#050913;}
  body.index-login-page .hero-slide{padding:24px 22px;background-size:cover;background-position:center top;}
  body.index-login-page .hero-slide:before{background:linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,9,20,.78) 49%,rgba(5,9,20,.18) 100%);}
  body.index-login-page .hero-content{top:0;max-width:235px;}
  body.index-login-page .hero h1{font-size:22px;line-height:1.12;letter-spacing:-.5px;margin:2px 0 10px;}
  body.index-login-page .hero p{font-size:11px;line-height:1.45;margin:0 0 12px;max-width:230px;}
  body.index-login-page .hero-actions{left:22px;top:142px;}
  body.index-login-page .hero-actions .btn.pink{display:grid;height:34px;padding:0 14px;font-size:10px;}
  body.index-login-page .dots{bottom:12px;left:50%;transform:translateX(-50%);}
  body.index-login-page .content{padding:14px 12px 0;background:#071020;}
  body.index-login-page .quick{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px;}
  body.index-login-page .quick-card{height:68px;padding:8px 4px;border-radius:7px;gap:5px;align-items:center;justify-content:center;}
  body.index-login-page .quick-icon{font-size:26px;line-height:1;}
  body.index-login-page .quick-card h3{font-size:8px;line-height:1.15;}
  body.index-login-page .grid{display:block;}
  body.index-login-page .panel{padding:12px;border-radius:8px;margin-bottom:10px;}
  body.index-login-page .grid .updates,body.index-login-page .grid .posts{display:block!important;}
  body.index-login-page .song{grid-template-columns:28px 42px minmax(0,1fr) 20px;gap:9px;}
  body.index-login-page .member-row{grid-template-columns:repeat(4,1fr);gap:7px;}
  body.index-login-page .member{padding:8px 4px;gap:7px;}
  body.index-login-page .avatar{width:50px;height:50px;}
  body.index-login-page .mini{height:24px;padding:0 14px;font-size:8px;}
  
}



/* =========================================
   FIX DETAIL DOWNLOAD MOBILE + PLAY BUTTON
   added by ChatGPT
   ========================================= */
body.download-page .download-main{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  line-height:1 !important;
}

body.download-page .download-main i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  font-size:14px !important;
  line-height:1 !important;
  flex:0 0 auto !important;
}

body.download-page .custom-player .play-btn i,
body.download-page .custom-player .player-buttons button i{
  pointer-events:none;
  line-height:1;
}

body.download-page .custom-player .play-btn.is-playing{
  box-shadow:0 12px 34px rgba(255,79,147,.42), 0 0 0 5px rgba(255,79,147,.12);
}

@media(max-width:780px){
  body.download-page .song-info-detail{
    background:linear-gradient(180deg,#10182c,#091226);
    border:1px solid rgba(255,255,255,.09);
    border-radius:12px;
    padding:16px !important;
    box-shadow:0 12px 34px rgba(0,0,0,.18);
  }

  body.download-page .song-info-detail h1{
    margin-bottom:12px !important;
  }

  body.download-page .artist-line{
    padding-bottom:14px;
    margin-bottom:14px !important;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  body.download-page .info-grid{
    display:table !important;
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.09);
    border-radius:10px;
    background:rgba(4,9,22,.42);
  }

  body.download-page .info-grid div{
    display:table-row !important;
    font-size:12px !important;
  }

  body.download-page .info-grid div:nth-child(even){
    background:rgba(255,255,255,.025);
  }

  body.download-page .info-grid i,
  body.download-page .info-grid span,
  body.download-page .info-grid em{
    display:table-cell !important;
    vertical-align:middle;
    padding:11px 10px;
    border-bottom:1px solid rgba(255,255,255,.075);
  }

  body.download-page .info-grid div:last-child i,
  body.download-page .info-grid div:last-child span,
  body.download-page .info-grid div:last-child em{
    border-bottom:0;
  }

  body.download-page .info-grid i{
    width:38px;
    text-align:center;
    color:var(--pink);
    font-size:13px;
  }

  body.download-page .info-grid span{
    width:35%;
    color:#b9c6d9;
    font-weight:800;
  }

  body.download-page .info-grid em{
    color:#fff;
    text-align:right;
    word-break:break-word;
  }

  body.download-page .download-main{
    height:46px !important;
    border-radius:10px !important;
    font-size:13px !important;
    letter-spacing:.2px;
  }

  body.download-page .download-main i{
    font-size:15px !important;
  }

  body.download-page .custom-player .player-buttons .play-btn{
    display:grid !important;
    place-items:center !important;
  }
}


/* EXTRA PLAYER/DOWNLOAD FIX */
body.download-page .download-main{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
}
body.download-page .download-main i{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
}
body.download-page .custom-player .play-btn.is-playing i{
  transform:none!important;
}

/* DESC + SHARE STATIC TEMPLATE FIX */
body.download-page .static-desc p{
  font-size:14px;
  color:#d3dbe8;
  line-height:1.7;
  margin-bottom:12px;
}
body.download-page .static-desc b{color:#fff}
body.download-page .static-desc ul{
  list-style:none;
  display:grid;
  gap:10px;
  margin-top:14px;
}
body.download-page .static-desc li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#d3dbe8;
  font-size:13px;
  line-height:1.45;
}
body.download-page .static-desc li i{
  color:var(--pink);
  margin-top:3px;
}
body.download-page .share-buttons a,
body.download-page .share-buttons button{
  height:42px;
  border-radius:6px;
  display:grid;
  place-items:center;
  font-weight:900;
  border:0;
  color:#fff;
  cursor:pointer;
  font-size:16px;
}
body.download-page .copy-status{
  display:block;
  min-height:18px;
  margin-top:10px;
  color:#9ee7b7;
  font-size:12px;
  font-weight:800;
}
@media(max-width:780px){
  body.download-page .static-desc p{font-size:13px}
  body.download-page .static-desc li{font-size:12px}
  body.download-page .share-buttons a,
  body.download-page .share-buttons button{height:40px}
}


/* COPY LINK ANIMATION FIX */
body.download-page .share-card{
  position:relative;
  overflow:hidden;
}
body.download-page .copy-page-link{
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
body.download-page .copy-page-link.copied{
  transform:scale(.92);
  background:linear-gradient(180deg,#1fd36d,#11a650)!important;
  box-shadow:0 0 0 6px rgba(31,2109,.16);
}
body.download-page .copy-page-link.copied i:before{
  content:"";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
}
body.download-page .share-card.copy-anim:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:9px;
  background:radial-gradient(circle at 82% 66%,rgba(31,2109,.18),transparent 42%);
  animation:copyPulse .75s ease both;
}
body.download-page .copy-toast{
  position:absolute;
  right:18px;
  bottom:14px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(16,24,44,.96);
  border:1px solid rgba(31,2109,.38);
  color:#9ee7b7;
  font-size:12px;
  font-weight:900;
  opacity:0;
  transform:translateY(12px) scale(.96);
  pointer-events:none;
  transition:.25s ease;
  box-shadow:0 14px 30px rgba(0,0,0,.25);
}
body.download-page .copy-toast.show{
  opacity:1;
  transform:translateY(0) scale(1);
}
@keyframes copyPulse{
  0%{opacity:0;transform:scale(.98)}
  35%{opacity:1;transform:scale(1)}
  100%{opacity:0;transform:scale(1.02)}
}
@media(max-width:780px){
  body.download-page .copy-toast{
    right:14px;
    bottom:10px;
    font-size:11px;
    padding:8px 10px;
  }
}


/* =========================================
   FINAL REQUEST FIX:
   - Copy link: only icon link changes to check
   - Mobile music detail table value not right aligned
   ========================================= */
body.download-page .copy-status,
body.download-page .copy-toast{
  display:none!important;
}
body.download-page .share-card.copy-anim:after{
  display:none!important;
}
body.download-page .copy-page-link.copied{
  transform:scale(1.06)!important;
  background:linear-gradient(180deg,#1fd36d,#11a650)!important;
  box-shadow:0 0 0 5px rgba(31,2109,.14)!important;
}
body.download-page .copy-page-link.copied i:before{
  content:normal!important;
}

@media(max-width:780px){
  body.download-page .info-grid{
    display:block!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:10px!important;
    overflow:hidden!important;
    background:#091226!important;
    gap:0!important;
  }

  body.download-page .info-grid div{
    display:grid!important;
    grid-template-columns:22px 86px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    padding:12px 14px!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
    font-size:12px!important;
  }

  body.download-page .info-grid div:last-child{
    border-bottom:0!important;
  }

  body.download-page .info-grid i{
    color:var(--pink)!important;
    text-align:center!important;
  }

  body.download-page .info-grid span{
    color:#aeb8c8!important;
    text-align:left!important;
    justify-self:start!important;
  }

  body.download-page .info-grid em{
    color:#fff!important;
    text-align:left!important;
    justify-self:start!important;
    font-weight:700!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
}

@media(max-width:390px){
  body.download-page .info-grid div{
    grid-template-columns:20px 78px minmax(0,1fr)!important;
    padding:11px 12px!important;
    gap:8px!important;
    font-size:11px!important;
  }
}

/* =========================================
   FINAL FIX - copy icon only + compact mobile table
   ========================================= */
body.download-page .copy-status,
body.download-page .copy-toast,
body.download-page .share-card.copy-anim:after{
  display:none!important;
}

body.download-page .copy-page-link,
body.download-page .copy-page-link.copied,
body.download-page .copy-page-link:active,
body.download-page .copy-page-link:focus{
  transform:none!important;
  box-shadow:none!important;
  outline:none!important;
}

body.download-page .copy-page-link.copied{
  background:#172136!important;
  color:#fff!important;
}

@media(max-width:780px){
  body.download-page .info-grid{
    display:block!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:10px!important;
    overflow:hidden!important;
    background:#091226!important;
    gap:0!important;
    margin-top:2px!important;
  }

  body.download-page .info-grid div{
    display:grid!important;
    grid-template-columns:18px 78px minmax(0,1fr)!important;
    align-items:center!important;
    gap:8px!important;
    padding:8px 12px!important;
    min-height:36px!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
    font-size:11.5px!important;
    line-height:1.25!important;
  }

  body.download-page .info-grid div:last-child{
    border-bottom:0!important;
  }

  body.download-page .info-grid i{
    color:var(--pink)!important;
    text-align:center!important;
    font-size:12px!important;
  }

  body.download-page .info-grid span{
    color:#aeb8c8!important;
    text-align:left!important;
    justify-self:start!important;
    line-height:1.25!important;
  }

  body.download-page .info-grid em{
    color:#fff!important;
    text-align:left!important;
    justify-self:start!important;
    font-weight:600!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    line-height:1.25!important;
  }
}

@media(max-width:390px){
  body.download-page .info-grid div{
    grid-template-columns:17px 72px minmax(0,1fr)!important;
    padding:7px 10px!important;
    min-height:34px!important;
    gap:7px!important;
    font-size:11px!important;
  }
}


/* =========================================================
   FIX CATEGORY DROPDOWN CORETAN DESKTOP
   Garis active navbar hanya untuk link utama, bukan item dropdown.
   ========================================================= */

/* matikan underline bawaan pada link active di area dropdown */
.nav-dropdown-menu a.active::after,
.nav-dropdown-menu a.is-current-cat::after,
.dropdown-menu a.active::after,
.dropdown-menu a.is-current-cat::after,
.nav-dropdown a.active::after,
.nav-dropdown a.is-current-cat::after{
  content:none !important;
  display:none !important;
}

/* pastikan item dropdown tidak punya pseudo underline */
.nav-dropdown-menu a::after,
.dropdown-menu a::after{
  content:none !important;
  display:none !important;
}

/* underline active hanya untuk direct nav link, tidak bocor ke dropdown */
.nav > a.active{
  color:var(--pink);
  position:relative;
}



/* active state untuk tombol category desktop */
.nav-dropdown.active > button,
.nav-dropdown:hover > button{
  color:var(--pink);
}

/* kalau category aktif, underline diletakkan di tombol dropdown, bukan di item menu */
.nav-dropdown.active{
  position:relative;
}



/* cegah garis/pseudo lama muncul di dalam box dropdown */
.nav-dropdown-menu{
  overflow:hidden;
}

.nav-dropdown-menu a,
.dropdown-menu a{
  position:relative;
  text-decoration:none !important;
  border-bottom:0 !important;
}

/* Wapkiz/browser kadang memberi decoration pada link aktif */
.nav-dropdown-menu a *,
.dropdown-menu a *{
  text-decoration:none !important;
}












@media(max-width:780px){
  body.blog-view-page .blog-view-wrap,
  body.index-login-page.blog-view-page .blog-view-wrap{
    padding-bottom:0 !important;
  }

  body.blog-view-page .blog-card,
  body.index-login-page.blog-view-page .blog-card{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.blog-view-page .blog-desc-card,
  body.index-login-page.blog-view-page .blog-desc-card{
    padding-top:16px !important;
    padding-bottom:16px !important;
  }

  body.blog-view-page .blog-text,
  body.index-login-page.blog-view-page .blog-text{
    display:block !important;
    max-height:none !important;
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
    font-size:13px !important;
    line-height:1.75 !important;
    color:#d5deed !important;
  }

  body.blog-view-page .blog-text *,
  body.index-login-page.blog-view-page .blog-text *{
    max-width:100% !important;
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
  }

  body.blog-view-page .blog-text p,
  body.index-login-page.blog-view-page .blog-text p{
    display:block !important;
    margin-bottom:12px !important;
  }

  body.blog-view-page .blog-text img,
  body.index-login-page.blog-view-page .blog-text img,
  body.blog-view-page .blog-text video,
  body.index-login-page.blog-view-page .blog-text video,
  body.blog-view-page .blog-text iframe,
  body.index-login-page.blog-view-page .blog-text iframe{
    max-width:100% !important;
    height:auto !important;
  }

  

  

  

  
}


/* =========================================
   BLOG VIEW MOBILE - INFORMASI POSTINGAN RAPI
   Added by ChatGPT
   ========================================= */
@media(max-width:780px){
  body.blog-view-page .blog-file-card,
  body.index-login-page.blog-view-page .blog-file-card{
    margin-top:8px !important;
    padding:16px 0 18px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
  }

  body.blog-view-page .blog-file-card h2,
  body.index-login-page.blog-view-page .blog-file-card h2{
    font-size:13px !important;
    line-height:1.2 !important;
    margin-bottom:12px !important;
    padding-left:9px !important;
    border-left:3px solid var(--pink) !important;
    letter-spacing:.2px !important;
  }

  body.blog-view-page .file-info-grid,
  body.index-login-page.blog-view-page .file-info-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }

  body.blog-view-page .file-info-grid div,
  body.index-login-page.blog-view-page .file-info-grid div{
    display:grid !important;
    grid-template-columns:34px minmax(0,1fr) !important;
    grid-template-rows:auto auto !important;
    gap:2px 9px !important;
    align-items:center !important;
    min-width:0 !important;
    padding:11px 10px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:10px !important;
    background:linear-gradient(180deg,#10182c,#091226) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.12) !important;
  }

  body.blog-view-page .file-info-grid i,
  body.index-login-page.blog-view-page .file-info-grid i{
    grid-row:1 / 3 !important;
    width:34px !important;
    height:34px !important;
    border-radius:9px !important;
    display:grid !important;
    place-items:center !important;
    color:var(--pink) !important;
    background:rgba(255,79,147,.12) !important;
    font-size:14px !important;
  }

  body.blog-view-page .file-info-grid span,
  body.index-login-page.blog-view-page .file-info-grid span{
    display:block !important;
    min-width:0 !important;
    color:#9faabd !important;
    font-size:10px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.blog-view-page .file-info-grid b,
  body.index-login-page.blog-view-page .file-info-grid b{
    display:block !important;
    min-width:0 !important;
    color:#fff !important;
    font-size:11.5px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.blog-view-page .file-info-grid div:nth-child(1),
  body.index-login-page.blog-view-page .file-info-grid div:nth-child(1),
  body.blog-view-page .file-info-grid div:nth-child(4),
  body.index-login-page.blog-view-page .file-info-grid div:nth-child(4){
    grid-column:1 / -1 !important;
  }

  body.blog-view-page .file-info-grid div:nth-child(1) b,
  body.index-login-page.blog-view-page .file-info-grid div:nth-child(1) b,
  body.blog-view-page .file-info-grid div:nth-child(4) b,
  body.index-login-page.blog-view-page .file-info-grid div:nth-child(4) b{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
  }

  body.blog-view-page .author-card,
  body.index-login-page.blog-view-page .author-card{
    padding:15px !important;
    border-radius:12px !important;
  }

  body.blog-view-page .author-stats,
  body.index-login-page.blog-view-page .author-stats{
    gap:8px !important;
    margin:14px 0 !important;
  }

  body.blog-view-page .author-stats div,
  body.index-login-page.blog-view-page .author-stats div{
    min-width:0 !important;
    padding:10px 6px !important;
    border-radius:10px !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid rgba(255,255,255,.07) !important;
  }

  body.blog-view-page .author-stats b,
  body.index-login-page.blog-view-page .author-stats b{
    display:block !important;
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:12px !important;
  }

  body.blog-view-page .author-stats small,
  body.index-login-page.blog-view-page .author-stats small{
    font-size:10px !important;
    line-height:1.2 !important;
  }
}

@media(max-width:360px){
  body.blog-view-page .file-info-grid,
  body.index-login-page.blog-view-page .file-info-grid{
    grid-template-columns:1fr !important;
  }

  body.blog-view-page .file-info-grid div,
  body.index-login-page.blog-view-page .file-info-grid div{
    grid-column:1 / -1 !important;
  }
}



/* FIX MOBILE TABS HORIZONTAL SCROLL - SAFE, NO JS CHANGE */
@media(max-width:780px){
  body.new-update-page .top-filter{
    min-width:0!important;
  }
  body.new-update-page .tabs{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    grid-template-columns:none!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    height:42px!important;
  }
  body.new-update-page .tabs::-webkit-scrollbar{display:none!important;}
  body.new-update-page .tabs button{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:118px!important;
    height:42px!important;
    padding:0 16px!important;
    white-space:nowrap!important;
  }
}



/* ===== EDIT PROFILE PAGE - JPOPANIME ===== */
body.edit-profile-page{font-family:Inter,system-ui,Segoe UI,sans-serif;background:#edf1f7;color:#fff;padding:14px}body.edit-profile-page *{box-sizing:border-box}body.edit-profile-page .page{max-width:1460px;margin:auto;background:#040916;border-radius:10px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.35);border:1px solid rgba(5,10,25,.9)}body.edit-profile-page .topbar{height:76px;background:#040814;display:flex;align-items:center;padding:0 32px;border-bottom:1px solid rgba(255,255,255,.06);gap:22px}body.edit-profile-page .logo{display:flex;align-items:center;gap:12px;font-weight:900}body.edit-profile-page .mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff57a2,#7c4dff);font-size:19px;box-shadow:0 0 22px rgba(255,79,147,.45)}body.edit-profile-page .logo-title{font-size:22px;line-height:.95}body.edit-profile-page .logo-title span{color:#ff4f93}body.edit-profile-page .logo-sub{display:block;font-size:10px;letter-spacing:2.6px;margin-top:5px}body.edit-profile-page .nav{display:flex;gap:34px;margin-left:25px;font-size:12px;font-weight:900;white-space:nowrap}body.edit-profile-page .search{margin-left:auto;width:220px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:7px;display:flex;align-items:center;padding-left:14px}body.edit-profile-page .search input{min-width:0;flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:12px}body.edit-profile-page .search button{width:38px;background:transparent;border:0;color:#fff;font-size:18px}body.edit-profile-page .btn{height:40px;border-radius:7px;border:1px solid rgba(255,255,255,.2);background:#071023;color:#fff;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;text-decoration:none}body.edit-profile-page .btn.pink,body.edit-profile-page .btn.save{background:linear-gradient(180deg,#ff62a6,#ec3d85);border:0}body.edit-profile-page .hamb,body.edit-profile-page .mobile-search{display:none;background:transparent;border:0;color:#fff;font-size:24px}.edit-hero{background:linear-gradient(180deg,rgba(5,13,27,.25),#061020 120px,#040916),radial-gradient(circle at 70px 30px,rgba(255,79,147,.13),transparent 260px),url("https://images.unsplash.com/photo-1519608487953-e999c86e7455?auto=format&fit=crop&w=1600&q=70") top center/cover no-repeat;padding:26px 28px 0}.edit-profile-page .breadcrumb{display:flex;align-items:center;gap:14px;color:#cbd5e5;font-size:12px;margin-bottom:22px}.edit-profile-page .breadcrumb a{color:#ff4f93;font-weight:700}.edit-profile-page .breadcrumb b{font-weight:500;color:#dbe4f3}.edit-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 380px;gap:28px}.account-menu,.card{background:linear-gradient(180deg,rgba(16,24,44,.94),rgba(8,18,34,.96));border:1px solid rgba(255,255,255,.09);border-radius:8px}.account-menu{padding:18px 8px;height:max-content}.account-menu h3,.card h3{text-transform:uppercase;font-size:14px;font-weight:900;border-left:3px solid #ff4f93;padding-left:8px;margin:0 16px 18px}.account-menu a{display:flex;align-items:center;gap:16px;padding:16px 18px;margin:0 0 4px;border-radius:6px;color:#fff;border:1px solid transparent}.account-menu a.active{background:rgba(255,79,147,.08);border-color:#ff4f93}.account-menu i{width:24px;text-align:center;font-size:18px}.account-menu b{display:block;font-size:13px}.account-menu small{display:block;color:#aeb8c8;font-size:11px;margin-top:4px}.page-title{margin:6px 0 18px}.page-title h1{font-size:29px;line-height:1.1;margin:0 0 8px}.page-title p{color:#e6ebf3;margin:0;font-size:15px}.profile-form{display:flex;flex-direction:column;gap:12px}.card{padding:18px 18px 16px}.photo-row{display:flex;align-items:center;gap:28px}.avatar-upload{width:128px;height:128px;border-radius:50%;display:block;position:relative;margin-left:20px;cursor:pointer}.avatar-upload img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.78)}.avatar-upload span,.cam{position:absolute;right:3px;bottom:8px;width:26px;height:26px;border-radius:50%;background:#0e1728;border:2px solid rgba(255,255,255,.28);display:grid;place-items:center;color:#fff}.avatar-upload input{display:none}.photo-action p{font-size:12px;color:#d4dcea;margin-bottom:14px}.photo-action button{height:40px;min-width:130px;border-radius:6px;border:1px solid #ff4f93;color:#ff4f93;background:transparent;font-weight:900}.photo-action a{display:block;color:#ff2f68;font-size:12px;margin-top:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.form-grid.two{gap:18px 28px}label{font-size:12px;color:#fff}input,textarea,select{width:100%;height:40px;margin-top:8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#091426;color:#fff;padding:0 14px;outline:none}textarea{height:58px;padding:12px 14px;resize:none}select{appearance:none;background:#091426 url("data:image/svg+xml,svg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'path d='M4 6l4 4 4-4z'//svg") calc(100% - 12px) center/12px no-repeat}.field{position:relative;margin-top:8px}.field input{margin-top:0}.field em{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:9px;font-style:normal;color:#46f27b;background:rgba(47,194,85,.24);padding:4px 7px;border-radius:3px}.field.icon i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#fff}.field.icon input{padding-left:38px}.count{display:block;text-align:right;color:#aeb8c8;font-size:10px;margin-top:3px}.check{display:flex;align-items:center;gap:10px;margin-top:16px}.check input{width:16px;height:16px;margin:0;accent-color:#ff4f93}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.form-actions .btn{min-width:122px}.form-actions .cancel{background:#071023}.preview-col{padding-top:116px;display:flex;flex-direction:column;gap:14px}.preview-card{position:relative;text-align:center;padding:18px 16px 24px}.preview-card h3{text-align:left;margin-left:0}.cover-bg{height:132px;border-radius:6px;background:linear-gradient(180deg,rgba(5,9,20,.15),rgba(5,9,20,.35)),url("https://images.unsplash.com/photo-1519608487953-e999c86e7455?auto=format&fit=crop&w=900&q=70") center/cover;margin-bottom:0}.preview-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.8);margin-top:-42px}.preview-card .cam{right:130px;bottom:145px}.preview-card h2{font-size:16px;margin:8px 0}.preview-card h2 span{font-size:10px;background:#7d4dff;padding:3px 7px;border-radius:4px;margin-left:4px}.preview-card p{font-size:12px;color:#ccd6e5}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.stats i{color:#ff4f93}.stats b{display:block;font-size:12px}.stats small{font-size:11px;color:#fff}.tips-card{padding:18px 18px 20px}.tips-card h3{margin-left:0}.tips-card div{display:grid;grid-template-columns:30px 1fr;gap:12px;margin:22px 0}.tips-card i{font-size:16px}.tips-card b{display:block;font-size:12px}.tips-card small{display:block;color:#aeb8c8;font-size:11px;margin-top:5px}.mobile-bottom-nav{display:none}.edit-profile-page .sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.25s;z-index:80}.edit-profile-page .sidebar{position:fixed;top:0;left:-310px;width:290px;max-width:82vw;height:100vh;background:#071020;border-right:1px solid rgba(255,255,255,.1);z-index:90;padding:28px 22px;transition:.25s;box-shadow:20px 0 50px rgba(0,0,0,.4)}.edit-profile-page .sidebar.open{left:0}.edit-profile-page .sidebar-overlay.show{opacity:1;pointer-events:auto}.edit-profile-page .close-sidebar{position:absolute;right:16px;top:12px;background:transparent;border:0;color:#fff;font-size:30px}.edit-profile-page .sidebar-nav{display:flex;flex-direction:column;gap:14px;margin-top:32px}.edit-profile-page .sidebar-nav a{padding:13px;border-radius:9px;background:#10182c;font-size:13px;font-weight:800}.edit-profile-page .sidebar-logo{margin-bottom:34px}
@media(max-width:1100px){.edit-layout{grid-template-columns:250px minmax(0,1fr)}.preview-col{display:none}.account-menu small{display:none}.account-menu a{padding:14px}}
@media(max-width:780px){body.edit-profile-page{padding:0;background:#040916}.edit-profile-page .page{border-radius:0;border:0;max-width:none;min-height:100vh}.edit-profile-page .topbar{height:72px;padding:0 18px;justify-content:space-between               ;position:relative}.edit-profile-page .hamb,.edit-profile-page .mobile-search{display:block}.edit-profile-page .topbar>.logo{position:absolute;left:50%;transform:translateX(-50%)}.edit-profile-page .logo-title{font-size:18px}.edit-profile-page .logo-sub{font-size:8px;letter-spacing:1.8px}.edit-profile-page .mark{width:34px;height:34px}.edit-profile-page .nav,.edit-profile-page .topbar>.btn{display:none}.edit-profile-page .search{display:none}.edit-profile-page .topbar.search-open .search{display:flex;position:absolute;left:14px;right:14px;top:72px;width:auto;margin:0;background:#071020;z-index:20}.edit-hero{padding:18px 14px 0;background:linear-gradient(180deg,rgba(6,14,30,.9),#040916 160px)}.edit-profile-page .breadcrumb{font-size:11px;gap:9px;margin-bottom:16px}.edit-layout{display:block}.account-menu,.preview-col{display:none}.page-title{margin:0 0 14px}.page-title h1{font-size:22px}.page-title p{font-size:13px}.profile-form{gap:12px}.card{border-radius:8px;padding:14px 14px 15px}.card h3{font-size:12px;margin:0 0 14px}.photo-row{gap:18px}.avatar-upload{width:92px;height:92px;margin-left:6px}.avatar-upload span{width:24px;height:24px;right:-2px;bottom:5px}.photo-action p{font-size:11px;line-height:1.6;margin-bottom:10px}.photo-action button{height:38px;min-width:120px;font-size:11px}.photo-action a{font-size:11px;margin-top:14px}.form-grid,.form-grid.two{grid-template-columns:1fr;gap:13px}input,select{height:38px}textarea{height:54px}.pref-card{padding-bottom:86px}.form-actions{position:static;margin-top:16px;display:grid;grid-template-columns:1fr 1.25fr}.form-actions .btn{min-width:0}.mobile-bottom-nav{display:grid;position:fixed;left:0;right:0;bottom:0;height:68px;background:#071020;border-top:1px solid rgba(255,255,255,.1);grid-template-columns:repeat(5,1fr);z-index:70}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#dbe3ef;font-size:10px}.mobile-bottom-nav i{font-size:18px}.mobile-bottom-nav .active{color:#ff4f93}.mobile-bottom-nav .active:after{content:"";position:absolute;bottom:0;width:36px;height:2px;background:#ff4f93}.edit-profile-page .sidebar{display:block}.edit-profile-page .sidebar-overlay{display:block}}


/* ===== FIX EDIT PROFILE WAPKIZ WRAPPER / DESKTOP SIDEBAR =====
   Wapkiz biasanya tidak memakai tag  dari file element, jadi semua style
   tidak boleh bergantung pada body.edit-profile-page saja. */
.edit-profile-root,
.edit-profile-page{
  font-family:Inter,system-ui,Segoe UI,sans-serif;
  background:#edf1f7;
  color:#fff;
  padding:14px;
  min-height:100vh;
}
.edit-profile-page *{box-sizing:border-box}
.edit-profile-page .page{
  width:100%;
  max-width:1460px;
  margin:0 auto;
  background:#040916;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(0,0,0,.35);
  border:1px solid rgba(5,10,25,.9);
}
.edit-profile-page .edit-hero{width:100%;}
.edit-profile-page .edit-layout{
  display:grid !important;
  grid-template-columns:300px minmax(0,1fr) 380px !important;
  gap:28px !important;
  align-items:start !important;
}
.edit-profile-page .account-menu{
  display:block !important;
  width:300px !important;
  min-width:300px !important;
  max-width:300px !important;
  grid-column:1 !important;
  height:max-content !important;
}
.edit-profile-page .edit-main{
  grid-column:2 !important;
  min-width:0 !important;
  width:100% !important;
}
.edit-profile-page .preview-col{
  grid-column:3 !important;
  display:flex !important;
  padding-top:116px !important;
  flex-direction:column !important;
  gap:14px !important;
  min-width:0 !important;
}
.edit-profile-page .form-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:18px 28px !important;}
.edit-profile-page .topbar{overflow:visible !important;}

@media(max-width:1250px){
  .edit-profile-page .edit-layout{grid-template-columns:280px minmax(0,1fr) !important;}
  .edit-profile-page .account-menu{width:280px !important;min-width:280px !important;max-width:280px !important;}
  .edit-profile-page .preview-col{display:none !important;}
}
@media(max-width:860px){
  .edit-profile-root,.edit-profile-page{padding:0;background:#040916;}
  .edit-profile-page .page{max-width:none;min-height:100vh;border:0;border-radius:0;box-shadow:none;}
  .edit-profile-page .edit-layout{display:block !important;}
  .edit-profile-page .account-menu,.edit-profile-page .preview-col{display:none !important;}
  .edit-profile-page .edit-main{display:block !important;width:100% !important;}
  .edit-profile-page .form-grid,.edit-profile-page .form-grid.two{grid-template-columns:1fr !important;gap:13px !important;}
}

/* FOTO PROFILE FIX: cegah avatar Wapkiz rusak/loading terus */
.edit-profile-page .avatar-upload,
.edit-profile-root .avatar-upload{
  flex:0 0 128px !important;
  width:128px !important;
  height:128px !important;
  min-width:128px !important;
  min-height:128px !important;
  overflow:visible !important;
}
.edit-profile-page .avatar-upload img,
.edit-profile-root .avatar-upload img,
.edit-profile-page .preview-avatar,
.edit-profile-root .preview-avatar{
  display:block !important;
  background:#0b1426 url("https://cdns.klimg.com/kapanlagi.com/p/paging/10-karakter-anime-cewek-paling-cant-3-65e92.jpg") center/cover no-repeat !important;
  object-fit:cover !important;
  object-position:center !important;
}
.edit-profile-page .avatar-upload img,
.edit-profile-root .avatar-upload img{
  width:128px !important;
  height:128px !important;
  border-radius:50% !important;
}
.edit-profile-page .preview-avatar,
.edit-profile-root .preview-avatar{
  width:96px !important;
  height:96px !important;
  border-radius:50% !important;
}
@media(max-width:780px){
  .edit-profile-page .avatar-upload,
  .edit-profile-root .avatar-upload{
    flex-basis:92px !important;
    width:92px !important;
    height:92px !important;
    min-width:92px !important;
    min-height:92px !important;
  }
  .edit-profile-page .avatar-upload img,
  .edit-profile-root .avatar-upload img{
    width:92px !important;
    height:92px !important;
  }
}

/* =========================================
   MUSIC MEMBER LIST PAGE - PHP 8.5 / REAL DB
   Single global system for /members/music-member-list.php
   ========================================= */

body.music-member-page.music-member-php-page{
  --mm-panel:#0d182c;
  --mm-panel2:#111f36;
  --mm-line:rgba(255,255,255,.085);
  --mm-line-strong:rgba(255,255,255,.13);
  --mm-pink:#ff4f93;
  --mm-purple:#9f6cff;
  --mm-blue:#65bbff;
  --mm-green:#55d99f;
  --mm-gold:#ffc94f;
}

body.music-member-page.music-member-php-page .page{
  overflow:visible;
}

body.music-member-page.music-member-php-page .mm-hero{
  position:relative;
  min-height:300px;
  overflow:hidden;
  padding:44px clamp(22px,3.4vw,48px) 28px;
  background:
    linear-gradient(90deg,rgba(5,9,20,.99),rgba(5,10,24,.86) 46%,rgba(5,9,20,.35)),
    var(--osanime-bg-osnh) center/cover;
}

body.music-member-page.music-member-php-page .mm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 18%,rgba(124,77,255,.25),transparent 30%),
    radial-gradient(circle at 40% 100%,rgba(255,79,147,.16),transparent 31%);
  pointer-events:none;
}

body.music-member-page.music-member-php-page .mm-hero::after{
  content:"";
  position:absolute;
  right:3%;
  top:0;
  width:42%;
  height:100%;
  background:var(--osanime-bg-rzy) right center/contain no-repeat;
  opacity:.60;
  pointer-events:none;
}

body.music-member-page.music-member-php-page .mm-hero-inner{
  position:relative;
  z-index:2;
  max-width:1050px;
}

body.music-member-page.music-member-php-page .mm-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:8px;
  color:#ff82b2;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.15px;
}

body.music-member-page.music-member-php-page .mm-hero h1{
  max-width:650px;
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(34px,4vw,48px);
  line-height:1.04;
  letter-spacing:-1.6px;
}

body.music-member-page.music-member-php-page .mm-hero h1 span{
  color:var(--mm-pink);
}

body.music-member-page.music-member-php-page .mm-hero p{
  max-width:650px;
  margin:0;
  color:#d2dcea;
  font-size:13px;
  line-height:1.65;
}

body.music-member-page.music-member-php-page .mm-stats{
  width:min(100%,900px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:26px;
}

body.music-member-page.music-member-php-page .mm-stat{
  min-width:0;
  min-height:74px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(11,21,40,.78);
  backdrop-filter:blur(8px);
}

body.music-member-page.music-member-php-page .mm-stat>i{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--mm-pink);
  background:rgba(255,79,147,.10);
  font-size:15px;
}

body.music-member-page.music-member-php-page .mm-stat:nth-child(2)>i{
  color:var(--mm-green);
  background:rgba(85,217,159,.10);
}

body.music-member-page.music-member-php-page .mm-stat:nth-child(3)>i{
  color:var(--mm-blue);
  background:rgba(101,187,255,.10);
}

body.music-member-page.music-member-php-page .mm-stat-top>i{
  color:var(--mm-gold);
  background:rgba(255,201,79,.10);
}

body.music-member-page.music-member-php-page .mm-stat small,
body.music-member-page.music-member-php-page .mm-stat span{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-stat small{
  margin-bottom:3px;
  color:#94a2b8;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.55px;
}

body.music-member-page.music-member-php-page .mm-stat b{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:17px;
  line-height:1.1;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-stat span{
  margin-top:3px;
  color:#99a7ba;
  font-size:8.5px;
}

body.music-member-page.music-member-php-page .mm-content{
  padding:18px clamp(18px,2.8vw,38px) 22px;
  background:
    radial-gradient(circle at 0 30%,rgba(255,79,147,.06),transparent 27%),
    linear-gradient(180deg,#071020,#040916);
}

body.music-member-page.music-member-php-page .mm-alert{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:12px;
  padding:0 13px;
  border:1px solid rgba(255,91,112,.20);
  border-radius:10px;
  color:#ffd2d8;
  background:rgba(255,91,112,.08);
  font-size:11px;
}

body.music-member-page.music-member-php-page .mm-toolbar{
  display:grid;
  grid-template-columns:minmax(250px,1fr) auto auto;
  gap:10px;
  align-items:center;
  margin-bottom:14px;
}

body.music-member-page.music-member-php-page .mm-search{
  height:42px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;
  background:#091326;
}

body.music-member-page.music-member-php-page .mm-search>i{
  color:#7f8da3;
  font-size:11px;
}

body.music-member-page.music-member-php-page .mm-search input{
  min-width:0;
  flex:1;
  height:100%;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
  font-size:11px;
}

body.music-member-page.music-member-php-page .mm-search>a{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:#b3bfd0;
  background:rgba(255,255,255,.05);
  font-size:10px;
}

body.music-member-page.music-member-php-page .mm-result-count{
  display:flex;
  align-items:baseline;
  gap:5px;
  min-width:max-content;
  color:#91a0b6;
  font-size:9.5px;
}

body.music-member-page.music-member-php-page .mm-result-count b{
  color:#fff;
  font-size:12px;
}

body.music-member-page.music-member-php-page .mm-sort-form{
  display:flex;
  align-items:center;
  gap:8px;
}

body.music-member-page.music-member-php-page .mm-sort-form label{
  color:#78879c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.7px;
}

body.music-member-page.music-member-php-page .mm-sort-form select{
  height:38px;
  min-width:145px;
  padding:0 30px 0 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  outline:0;
  color:#dfe6f0;
  background:#091326;
  font-size:10px;
  font-weight:750;
}

body.music-member-page.music-member-php-page .mm-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:16px;
  align-items:stretch;
  overflow:visible;
}

body.music-member-page.music-member-php-page .mm-main{
  min-width:0;
  align-self:start;
  display:flex;
  flex-direction:column;
  gap:14px;
}

body.music-member-page.music-member-php-page .mm-panel{
  min-width:0;
  border:1px solid var(--mm-line);
  border-radius:14px;
  background:linear-gradient(180deg,#101b30,#091426);
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}

body.music-member-page.music-member-php-page .mm-members-panel,
body.music-member-page.music-member-php-page .mm-recent-panel,
body.music-member-page.music-member-php-page .mm-ranking-panel{
  padding:15px;
}

body.music-member-page.music-member-php-page .mm-panel-head{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

body.music-member-page.music-member-php-page .mm-panel-head>div{
  padding-left:9px;
  border-left:3px solid var(--mm-pink);
}

body.music-member-page.music-member-php-page .mm-panel-head span{
  display:block;
  margin-bottom:2px;
  color:#79889f;
  font-size:7px;
  font-weight:900;
  letter-spacing:.8px;
}

body.music-member-page.music-member-php-page .mm-panel-head h2{
  margin:0;
  color:#fff;
  font-size:14px;
}

body.music-member-page.music-member-php-page .mm-panel-head>small,
body.music-member-page.music-member-php-page .mm-panel-head>a{
  color:#9cabbf;
  font-size:9px;
  font-weight:700;
}

body.music-member-page.music-member-php-page .mm-panel-head>a{
  color:#d4a4ff;
}

body.music-member-page.music-member-php-page .mm-member-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

body.music-member-page.music-member-php-page .mm-member-card{
  min-width:0;
  padding:13px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:12px;
  background:linear-gradient(180deg,#121f35,#0c172a);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

@media(hover:hover) and (pointer:fine){
  body.music-member-page.music-member-php-page .mm-member-card:hover{
    transform:translateY(-2px);
    border-color:rgba(255,79,147,.24);
    box-shadow:0 14px 30px rgba(0,0,0,.20);
  }
}

body.music-member-page.music-member-php-page .mm-member-top{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:10px;
  align-items:center;
}

body.music-member-page.music-member-php-page .mm-avatar-wrap{
  position:relative;
  width:52px;
  height:52px;
}

body.music-member-page.music-member-php-page .mm-member-avatar{
  width:52px;
  height:52px;
  display:block;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.20);
  border-radius:50%;
  background:#162138;
}

body.music-member-page.music-member-php-page .mm-active-dot{
  position:absolute;
  right:0;
  bottom:2px;
  width:12px;
  height:12px;
  border:2px solid #101b30;
  border-radius:50%;
  background:var(--mm-green);
  box-shadow:0 0 10px rgba(85,217,159,.28);
}

body.music-member-page.music-member-php-page .mm-member-identity{
  min-width:0;
}

body.music-member-page.music-member-php-page .mm-member-identity b,
body.music-member-page.music-member-php-page .mm-member-identity small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-member-identity b{
  color:#fff;
  font-size:11.5px;
}

body.music-member-page.music-member-php-page .mm-member-identity small{
  margin-top:3px;
  color:#8e9db2;
  font-size:9px;
}

body.music-member-page.music-member-php-page .mm-member-location{
  min-width:0;
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:10px;
  color:#98a7bb;
  font-size:8.5px;
}

body.music-member-page.music-member-php-page .mm-member-location i{
  color:#ff77aa;
}

body.music-member-page.music-member-php-page .mm-member-location span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-member-bio{
  height:31px;
  display:-webkit-box;
  margin:9px 0 10px;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  color:#b1bdcd;
  font-size:9px;
  line-height:1.55;
}

body.music-member-page.music-member-php-page .mm-member-bio.muted{
  color:#75849a;
}

body.music-member-page.music-member-php-page .mm-member-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:5px;
}

body.music-member-page.music-member-php-page .mm-member-metrics>span{
  min-width:0;
  padding:7px 5px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:rgba(255,255,255,.025);
  text-align:center;
}

body.music-member-page.music-member-php-page .mm-member-metrics b,
body.music-member-page.music-member-php-page .mm-member-metrics small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-member-metrics b{
  color:#fff;
  font-size:10.5px;
}

body.music-member-page.music-member-php-page .mm-member-metrics small{
  margin-top:2px;
  color:#75849a;
  font-size:7px;
}

body.music-member-page.music-member-php-page .mm-member-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid rgba(255,255,255,.055);
}

body.music-member-page.music-member-php-page .mm-member-footer>span{
  min-width:0;
  overflow:hidden;
  color:#78879b;
  font-size:7.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-member-footer>a{
  min-width:max-content;
  color:#ff78aa;
  font-size:8px;
  font-weight:800;
}

body.music-member-page.music-member-php-page .mm-side{
  position:relative;
  min-width:0;
  min-height:100%;
  align-self:stretch;
  overflow:visible;
}

body.music-member-page.music-member-php-page .mm-side-sticky{
  position:sticky;
  top:18px;
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
  overscroll-behavior-y:contain;
}

body.music-member-page.music-member-php-page .mm-side-sticky::-webkit-scrollbar{
  display:none;
}

body.music-member-page.music-member-php-page .mm-ranking-list{
  display:flex;
  flex-direction:column;
}

body.music-member-page.music-member-php-page .mm-rank-row{
  min-width:0;
  min-height:58px;
  display:grid;
  grid-template-columns:28px 40px minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.055);
}

body.music-member-page.music-member-php-page .mm-rank-row:last-child{
  border-bottom:0;
}

body.music-member-page.music-member-php-page .mm-rank-number{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:7px;
  color:#ff82b2;
  background:rgba(255,79,147,.09);
  font-size:8px;
  font-weight:900;
}

body.music-member-page.music-member-php-page .mm-rank-row:nth-child(1) .mm-rank-number{
  color:#231800;
  background:linear-gradient(180deg,#ffd95b,#f7ad19);
}

body.music-member-page.music-member-php-page .mm-rank-row:nth-child(2) .mm-rank-number{
  color:#26303d;
  background:linear-gradient(180deg,#f4f6f8,#9aa5b5);
}

body.music-member-page.music-member-php-page .mm-rank-row:nth-child(3) .mm-rank-number{
  color:#fff;
  background:linear-gradient(180deg,#eb8a51,#ad4d20);
}

body.music-member-page.music-member-php-page .mm-rank-row>img{
  width:38px;
  height:38px;
  object-fit:cover;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.17);
}

body.music-member-page.music-member-php-page .mm-rank-copy{
  min-width:0;
}

body.music-member-page.music-member-php-page .mm-rank-copy b,
body.music-member-page.music-member-php-page .mm-rank-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-rank-copy b{
  color:#fff;
  font-size:10px;
}

body.music-member-page.music-member-php-page .mm-rank-copy small{
  margin-top:3px;
  color:#7e8da2;
  font-size:8px;
}

body.music-member-page.music-member-php-page .mm-rank-score{
  text-align:right;
}

body.music-member-page.music-member-php-page .mm-rank-score b,
body.music-member-page.music-member-php-page .mm-rank-score small{
  display:block;
}

body.music-member-page.music-member-php-page .mm-rank-score b{
  color:#fff;
  font-size:10px;
}

body.music-member-page.music-member-php-page .mm-rank-score small{
  color:#738198;
  font-size:7px;
}

body.music-member-page.music-member-php-page .mm-community-note{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  padding:13px;
}

body.music-member-page.music-member-php-page .mm-community-note>i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--mm-green);
  background:rgba(85,217,159,.08);
}

body.music-member-page.music-member-php-page .mm-community-note h3{
  margin:0 0 4px;
  color:#fff;
  font-size:10.5px;
}

body.music-member-page.music-member-php-page .mm-community-note p{
  margin:0;
  color:#8998ad;
  font-size:8.5px;
  line-height:1.55;
}

body.music-member-page.music-member-php-page .mm-recent-list{
  display:flex;
  flex-direction:column;
}

body.music-member-page.music-member-php-page .mm-recent-row{
  min-width:0;
  min-height:60px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) minmax(110px,155px) 58px;
  gap:10px;
  align-items:center;
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.055);
}

body.music-member-page.music-member-php-page .mm-recent-row:last-child{
  border-bottom:0;
}

body.music-member-page.music-member-php-page .mm-recent-cover{
  width:44px;
  height:44px;
  object-fit:cover;
  border-radius:8px;
  background:#172136;
}

body.music-member-page.music-member-php-page .mm-recent-copy{
  min-width:0;
}

body.music-member-page.music-member-php-page .mm-recent-copy b,
body.music-member-page.music-member-php-page .mm-recent-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-recent-copy b{
  color:#fff;
  font-size:10.5px;
}

body.music-member-page.music-member-php-page .mm-recent-copy small{
  margin-top:3px;
  color:#8b9ab0;
  font-size:8.5px;
}

body.music-member-page.music-member-php-page .mm-recent-uploader{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  color:#b8c4d3;
  font-size:8.5px;
}

body.music-member-page.music-member-php-page .mm-recent-uploader img{
  width:28px;
  height:28px;
  flex:0 0 28px;
  object-fit:cover;
  border-radius:50%;
}

body.music-member-page.music-member-php-page .mm-recent-uploader span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.music-member-page.music-member-php-page .mm-recent-hits{
  justify-self:end;
  color:#ff75a9;
  font-size:8.5px;
  font-weight:800;
}

body.music-member-page.music-member-php-page .mm-recent-hits i{
  margin-right:4px;
}

body.music-member-page.music-member-php-page .mm-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:14px;
}

body.music-member-page.music-member-php-page .mm-pagination a{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  color:#aeb9c9;
  background:#0a1426;
  font-size:9px;
  font-weight:800;
}

body.music-member-page.music-member-php-page .mm-pagination a.active{
  border-color:transparent;
  color:#fff;
  background:linear-gradient(180deg,#ff5d9f,#e9367d);
}

body.music-member-page.music-member-php-page .mm-empty{
  min-height:200px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px;
  text-align:center;
  color:#8e9db2;
}

body.music-member-page.music-member-php-page .mm-empty>i{
  margin-bottom:10px;
  color:#ff73a8;
  font-size:25px;
}

body.music-member-page.music-member-php-page .mm-empty h3{
  margin:0 0 5px;
  color:#fff;
  font-size:13px;
}

body.music-member-page.music-member-php-page .mm-empty p{
  margin:0;
  font-size:9.5px;
}

body.music-member-page.music-member-php-page .mm-empty.compact{
  min-height:80px;
  padding:12px;
  font-size:9px;
}

/* Laptop */
@media(max-width:1200px) and (min-width:981px){
  body.music-member-page.music-member-php-page .mm-layout{
    grid-template-columns:minmax(0,1fr) 285px;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Tablet / compact notebook */
@media(max-width:980px) and (min-width:781px){
  body.music-member-page.music-member-php-page .mm-hero{
    min-height:280px;
    padding-left:24px;
    padding-right:24px;
  }

  body.music-member-page.music-member-php-page .mm-stats{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  body.music-member-page.music-member-php-page .mm-content{
    padding-left:20px;
    padding-right:20px;
  }

  body.music-member-page.music-member-php-page .mm-layout{
    grid-template-columns:1fr;
  }

  body.music-member-page.music-member-php-page .mm-side{
    min-height:0;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:grid;
    grid-template-columns:1fr .7fr;
    overflow:visible;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Phone */
@media(max-width:780px){
  body.music-member-page.music-member-php-page .page{
    overflow:hidden;
  }

  body.music-member-page.music-member-php-page .mm-hero{
    min-height:0;
    padding:22px 14px 15px;
  }

  body.music-member-page.music-member-php-page .mm-hero::after{
    right:-13%;
    width:60%;
    opacity:.45;
  }

  body.music-member-page.music-member-php-page .mm-kicker{
    font-size:7.5px;
  }

  body.music-member-page.music-member-php-page .mm-hero h1{
    max-width:280px;
    font-size:28px;
  }

  body.music-member-page.music-member-php-page .mm-hero p{
    max-width:300px;
    font-size:10.5px;
  }

  body.music-member-page.music-member-php-page .mm-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    margin-top:16px;
  }

  body.music-member-page.music-member-php-page .mm-stat{
    min-height:58px;
    grid-template-columns:29px minmax(0,1fr);
    gap:7px;
    padding:8px;
    border-radius:10px;
  }

  body.music-member-page.music-member-php-page .mm-stat>i{
    width:27px;
    height:27px;
    border-radius:8px;
    font-size:11px;
  }

  body.music-member-page.music-member-php-page .mm-stat small{
    font-size:6.5px;
  }

  body.music-member-page.music-member-php-page .mm-stat b{
    font-size:13px;
  }

  body.music-member-page.music-member-php-page .mm-stat span{
    font-size:7px;
  }

  body.music-member-page.music-member-php-page .mm-content{
    padding:11px 9px 16px;
  }

  body.music-member-page.music-member-php-page .mm-toolbar{
    grid-template-columns:1fr auto;
    gap:7px;
  }

  body.music-member-page.music-member-php-page .mm-search{
    grid-column:1/-1;
    height:40px;
  }

  body.music-member-page.music-member-php-page .mm-result-count{
    justify-self:start;
  }

  body.music-member-page.music-member-php-page .mm-sort-form label{
    display:none;
  }

  body.music-member-page.music-member-php-page .mm-sort-form select{
    height:34px;
    min-width:132px;
    font-size:9px;
  }

  body.music-member-page.music-member-php-page .mm-layout{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  body.music-member-page.music-member-php-page .mm-main{
    order:1;
    gap:10px;
  }

  body.music-member-page.music-member-php-page .mm-side{
    order:2;
    min-height:0;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:block;
    overflow:visible;
  }

  body.music-member-page.music-member-php-page .mm-community-note{
    margin-top:9px;
  }

  body.music-member-page.music-member-php-page .mm-members-panel,
  body.music-member-page.music-member-php-page .mm-recent-panel,
  body.music-member-page.music-member-php-page .mm-ranking-panel{
    padding:10px;
    border-radius:11px;
  }

  body.music-member-page.music-member-php-page .mm-panel-head{
    min-height:34px;
    margin-bottom:9px;
  }

  body.music-member-page.music-member-php-page .mm-panel-head h2{
    font-size:12px;
  }

  body.music-member-page.music-member-php-page .mm-panel-head>small{
    display:none;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }

  body.music-member-page.music-member-php-page .mm-member-card{
    padding:9px;
    border-radius:10px;
  }

  body.music-member-page.music-member-php-page .mm-member-top{
    grid-template-columns:42px minmax(0,1fr);
    gap:8px;
  }

  body.music-member-page.music-member-php-page .mm-avatar-wrap,
  body.music-member-page.music-member-php-page .mm-member-avatar{
    width:42px;
    height:42px;
  }

  body.music-member-page.music-member-php-page .mm-member-identity b{
    font-size:10px;
  }

  body.music-member-page.music-member-php-page .mm-member-identity small,
  body.music-member-page.music-member-php-page .mm-member-location{
    font-size:7.5px;
  }

  body.music-member-page.music-member-php-page .mm-member-bio{
    height:28px;
    margin:7px 0;
    font-size:8px;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics{
    gap:4px;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics>span{
    padding:5px 3px;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics b{
    font-size:9px;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics small{
    font-size:6px;
  }

  body.music-member-page.music-member-php-page .mm-member-footer>span{
    display:none;
  }

  body.music-member-page.music-member-php-page .mm-member-footer{
    justify-content:flex-end;
  }

  body.music-member-page.music-member-php-page .mm-recent-row{
    grid-template-columns:38px minmax(0,1fr) 50px;
    gap:7px;
    min-height:52px;
  }

  body.music-member-page.music-member-php-page .mm-recent-cover{
    width:36px;
    height:36px;
  }

  body.music-member-page.music-member-php-page .mm-recent-copy b{
    font-size:9px;
  }

  body.music-member-page.music-member-php-page .mm-recent-copy small{
    font-size:7px;
  }

  body.music-member-page.music-member-php-page .mm-recent-uploader{
    display:none;
  }

  body.music-member-page.music-member-php-page .mm-recent-hits{
    font-size:7.5px;
  }
}

@media(max-width:480px){
  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:1fr;
  }

  body.music-member-page.music-member-php-page .mm-member-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) 132px;
    grid-template-areas:
      "top metrics"
      "location metrics"
      "bio metrics"
      "footer footer";
    column-gap:9px;
  }

  body.music-member-page.music-member-php-page .mm-member-top{grid-area:top}
  body.music-member-page.music-member-php-page .mm-member-location{grid-area:location}
  body.music-member-page.music-member-php-page .mm-member-bio{grid-area:bio}
  body.music-member-page.music-member-php-page .mm-member-metrics{
    grid-area:metrics;
    grid-template-columns:1fr;
    align-self:stretch;
  }
  body.music-member-page.music-member-php-page .mm-member-footer{grid-area:footer}

  body.music-member-page.music-member-php-page .mm-member-metrics>span{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:6px;
    padding:5px 7px;
    text-align:left;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics small{
    margin:0;
  }
}

@media(prefers-reduced-motion:reduce){
  body.music-member-page.music-member-php-page *,
  body.music-member-page.music-member-php-page *::before,
  body.music-member-page.music-member-php-page *::after{
    transition:none!important;
    animation:none!important;
  }
}

/* =========================================
   MEMBER PROFILE TABS CLICKABLE FIX
   ========================================= */
body.music-member-page .member-tabs{
  position:relative!important;
  z-index:15!important;
}
body.music-member-page .member-tabs a{
  cursor:pointer!important;
  pointer-events:auto!important;
  user-select:none!important;
}
body.music-member-page .member-extra-panel{
  margin-top:14px!important;
  padding:22px!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#10182c,#091226)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  color:#fff!important;
}
body.music-member-page .member-extra-head h2{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  font-size:17px!important;
  margin:0 0 8px!important;
}
body.music-member-page .member-extra-head h2 i{
  color:var(--pink)!important;
}
body.music-member-page .member-extra-head p,
body.music-member-page .member-extra-empty small,
body.music-member-page .member-about-text{
  color:#c7d0df!important;
  font-size:13px!important;
  line-height:1.55!important;
}
body.music-member-page .member-extra-empty{
  margin-top:16px!important;
  min-height:150px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  text-align:center!important;
  border-radius:10px!important;
  background:#0b1427!important;
  border:1px dashed rgba(255,255,255,.14)!important;
  padding:18px!important;
}
body.music-member-page .member-extra-empty > i{
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,79,147,.16)!important;
  color:var(--pink)!important;
  font-size:20px!important;
}
body.music-member-page .member-extra-empty b{
  font-size:15px!important;
}
body.music-member-page .member-extra-btn{
  margin-top:8px!important;
  height:38px!important;
  padding:0 18px!important;
  border-radius:7px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#ff62a6,#ec3d85)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.music-member-page .member-about-box{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:10px!important;
  margin:18px 0!important;
}
body.music-member-page .member-about-box div{
  padding:14px!important;
  border-radius:9px!important;
  background:#0b1427!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.music-member-page .member-about-box small{
  display:block!important;
  color:#aeb8ca!important;
  font-size:10px!important;
  margin-bottom:7px!important;
}
body.music-member-page .member-about-box b{
  display:block!important;
  color:#fff!important;
  font-size:15px!important;
  word-break:break-word!important;
}
@media(max-width:780px){
  body.music-member-page .member-tabs{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding-bottom:0!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.music-member-page .member-tabs a{
    min-width:74px!important;
    flex:0 0 auto!important;
    padding:0 8px!important;
  }
  body.music-member-page .member-extra-panel{
    margin-top:12px!important;
    padding:16px!important;
  }
  body.music-member-page .member-extra-head h2{
    font-size:14px!important;
  }
  body.music-member-page .member-extra-head p,
  body.music-member-page .member-extra-empty small,
  body.music-member-page .member-about-text{
    font-size:12px!important;
  }
  body.music-member-page .member-about-box{
    grid-template-columns:1fr 1fr!important;
  }
}


/* =========================================
   MOBILE MEMBER SIDEBAR FULL SHOW FIX
   Tampilkan Statistik Member, Genre, Upload Terbaru, dan Bagikan Profile di mobile
   ========================================= */
@media(max-width:780px){
  body.music-member-page .member-side{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    margin-top:16px !important;
  }

  body.music-member-page .member-side > .member-side-card,
  body.music-member-page .member-side > .share-card,
  body.music-member-page .member-profile-share-card{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:14px !important;
    border-radius:10px !important;
    background:linear-gradient(180deg,#10182c,#091226) !important;
    border:1px solid rgba(255,255,255,.09) !important;
  }

  body.music-member-page .member-side-card h3,
  body.music-member-page .member-profile-share-card h2{
    font-size:13px !important;
    line-height:1.25 !important;
    margin:0 0 12px !important;
  }

  body.music-member-page .member-stat-row{
    display:grid !important;
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:center !important;
    padding:10px !important;
    margin-bottom:8px !important;
    border-radius:8px !important;
    background:#0b1427 !important;
    border:1px solid rgba(255,255,255,.07) !important;
  }

  body.music-member-page .member-stat-row:last-child{
    margin-bottom:0 !important;
  }

  body.music-member-page .member-stat-icon{
    width:38px !important;
    height:38px !important;
    border-radius:9px !important;
    display:grid !important;
    place-items:center !important;
    background:rgba(255,79,147,.14) !important;
    color:#ff4f93 !important;
  }

  body.music-member-page .member-stat-row small{
    display:block !important;
    font-size:10px !important;
    color:#b7c1d7 !important;
    margin-bottom:3px !important;
  }

  body.music-member-page .member-stat-row b{
    display:block !important;
    font-size:14px !important;
    color:#fff !important;
  }

  body.music-member-page #memberCategoryBox{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
  }

  body.music-member-page .member-category-row{
    display:grid !important;
    grid-template-columns:26px minmax(0,1fr) auto !important;
    gap:9px !important;
    align-items:center !important;
    padding:9px 10px !important;
    border-radius:8px !important;
    background:#0b1427 !important;
    border:1px solid rgba(255,255,255,.07) !important;
    font-size:11px !important;
  }

  body.music-member-page .member-category-row span:nth-child(2){
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  body.music-member-page .member-category-row span:last-child{
    min-width:28px !important;
    height:22px !important;
    padding:0 8px !important;
    border-radius:999px !important;
    display:grid !important;
    place-items:center !important;
    background:rgba(255,79,147,.16) !important;
    color:#ff6fa9 !important;
    font-weight:900 !important;
  }

  body.music-member-page .member-profile-share-card .share-buttons{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:8px !important;
  }

  body.music-member-page .member-profile-share-card .share-buttons a,
  body.music-member-page .member-profile-share-card .share-buttons button{
    height:38px !important;
    min-width:0 !important;
    border-radius:8px !important;
    font-size:13px !important;
  }
}


/* About profile data fields */
body.music-member-page .member-profile-data-box .member-profile-field b{word-break:break-word;}
body.music-member-page .member-about-text:empty{display:none!important;}


/* FIX REMOVE TOP MEMBER TEXT + BACKGROUND IMAGE */
body.music-member-page .member-bg,
body.music-member-page .member-breadcrumb,
body.music-member-page .member-title{
  display:none !important;
}
body.music-member-page .member-page-wrap{
  padding-top:24px !important;
}
@media(max-width:780px){
  body.music-member-page .member-page-wrap{
    padding-top:16px !important;
  }
}


/* =========================================
   PROFILE COVER GRADIENT FIX
   Foto sampul tampil dari kiri sampai kanan, bagian kiri tetap gelap untuk teks,
   lalu overlay makin transparan ke kanan.
   ========================================= */
body.music-member-page .member-profile-card{
  background:#0b1427 !important;
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
body.music-member-page .member-profile-card:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:var(--osanime-bg-osnh) center/cover no-repeat !important;
  opacity:.78 !important;
  z-index:0 !important;
  pointer-events:none !important;
}
body.music-member-page .member-profile-card:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  width:auto !important;
  background:
    linear-gradient(90deg,
      rgba(7,14,30,.94) 0%,
      rgba(7,14,30,.82) 26%,
      rgba(7,14,30,.56) 48%,
      rgba(7,14,30,.24) 72%,
      rgba(7,14,30,.06) 100%) !important;
  opacity:1 !important;
  z-index:1 !important;
  pointer-events:none !important;
}
body.music-member-page .member-profile-avatar,
body.music-member-page .member-profile-info{
  position:relative !important;
  z-index:3 !important;
}
@media(max-width:780px){
  body.music-member-page .member-profile-card:before{
    opacity:.68 !important;
    background-position:center !important;
  }
  body.music-member-page .member-profile-card:after{
    background:
      linear-gradient(90deg,
        rgba(7,14,30,.95) 0%,
        rgba(7,14,30,.84) 38%,
        rgba(7,14,30,.52) 68%,
        rgba(7,14,30,.18) 100%) !important;
  }
}


/* =========================================
   DOWNLOAD USER FAVORITE BUTTON FIX
   Tombol tambah favorite + localStorage state
   ========================================= */
body.download-page .favorite-btn{
  margin: -8px 0 22px;
  min-height: 42px;
  width: fit-content;
  max-width: 100%;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid rgba(255,79,147,.92);
  background: rgba(255,79,147,.05);
  color: var(--pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  cursor: pointer;
  transition: .22s ease;
}

body.download-page .favorite-btn:hover{
  background: rgba(255,79,147,.14);
  box-shadow: 0 0 0 4px rgba(255,79,147,.08);
  transform: translateY(-1px);
}

body.download-page .favorite-btn i{
  font-size: 17px;
  line-height: 1;
}

body.download-page .favorite-btn.is-favorite{
  background: linear-gradient(180deg,#ff62a6,#ec3d85);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 32px rgba(255,79,147,.22);
}

.favorite-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%,18px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(10,16,32,.96);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(0,0,0,.38);
  transition: .22s ease;
}

.favorite-toast.show{
  opacity: 1;
  transform: translate(-50%,0);
}

@media(max-width:780px){
  body.download-page .favorite-btn{
    width: 100%;
    min-height: 42px;
    margin: 0 0 16px;
    border-radius: 11px;
    font-size: 11px;
  }

  body.download-page .favorite-btn i{
    font-size: 16px;
  }

  .favorite-toast{
    left: 14px;
    right: 14px;
    bottom: 18px;
    transform: translateY(16px);
    text-align: center;
    border-radius: 12px;
  }

  .favorite-toast.show{
    transform: translateY(0);
  }
}


/* =========================================================
   FAVORITE PAGE — PROFESSIONAL RESPONSIVE UI 2026
   One clean system for favorite.php.
   Replaces the previous Favorite page CSS instead of stacking it.
   ========================================================= */

body.favorite-page.favorite-php-page{
  --fav-bg:#040916;
  --fav-panel:#0c1528;
  --fav-panel-2:#101b31;
  --fav-panel-3:#131f36;
  --fav-line:rgba(255,255,255,.085);
  --fav-line-strong:rgba(255,255,255,.13);
  --fav-text:#f8fbff;
  --fav-muted:#9eabc0;
  --fav-muted-2:#c7d1df;
  --fav-pink:#ff4f93;
  --fav-pink-2:#ed367d;
  --fav-violet:#8c64ff;
  --fav-blue:#60b8ff;
  --fav-green:#53d69a;
  --fav-radius:16px;
  --fav-radius-sm:12px;

  color:var(--fav-text);
  background:
    radial-gradient(circle at 50% -10%,rgba(124,77,255,.12),transparent 34%),
    #e9edf3;
  padding:14px;
}

body.favorite-page.favorite-php-page .page{
  width:100%;
  max-width:1480px;
  margin:0 auto;
  border-radius:14px;
  border:1px solid rgba(5,10,25,.92);
  background:var(--fav-bg);
  box-shadow:0 26px 70px rgba(6,10,24,.32);
  overflow:hidden;
}

body.favorite-page.favorite-php-page .favorite-wrap{
  position:relative;
  isolation:isolate;
  padding:24px clamp(20px,2.8vw,42px) 22px;
  background:
    radial-gradient(circle at 0 0,rgba(255,79,147,.075),transparent 27%),
    radial-gradient(circle at 100% 18%,rgba(124,77,255,.075),transparent 30%),
    linear-gradient(180deg,#071020 0,#040916 38%,#040916 100%);
}

body.favorite-page.favorite-php-page .breadcrumb{
  min-height:30px;
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 15px;
  color:#8f9db2;
  font-size:11px;
  font-weight:650;
}

body.favorite-page.favorite-php-page .breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#dce4ef;
  transition:color .18s ease;
}

body.favorite-page.favorite-php-page .breadcrumb a:hover{
  color:var(--fav-pink);
}

body.favorite-page.favorite-php-page .breadcrumb b{
  color:#fff;
  font-weight:750;
}

/* ---------- HERO ---------- */

body.favorite-page.favorite-php-page .favorite-hero{
  position:relative;
  min-height:242px;
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  align-items:center;
  gap:26px;
  margin-bottom:18px;
  padding:30px 34px;
  overflow:hidden;
  border:1px solid var(--fav-line-strong);
  border-radius:20px;
  background:#0b1427;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}

body.favorite-page.favorite-php-page .favorite-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,13,29,.98) 0%,rgba(8,15,32,.92) 42%,rgba(8,15,32,.48) 72%,rgba(8,15,32,.14) 100%),
    url("https://i.imghippo.com/files/zWpI1358JY.jpg") center 30%/cover no-repeat;
  transform:scale(1.02);
}

body.favorite-page.favorite-php-page .favorite-hero::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-90px;
  top:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,147,.17),transparent 65%);
  pointer-events:none;
}

body.favorite-page.favorite-php-page .favorite-hero > *{
  position:relative;
  z-index:2;
}

body.favorite-page.favorite-php-page .fav-big-icon{
  width:88px;
  height:88px;
  display:grid;
  place-items:center;
  border-radius:24px;
  border:1px solid rgba(255,79,147,.42);
  background:
    linear-gradient(145deg,rgba(255,79,147,.19),rgba(124,77,255,.10)),
    rgba(8,15,32,.72);
  color:var(--fav-pink);
  font-size:34px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 16px 40px rgba(255,79,147,.16);
  backdrop-filter:blur(10px);
}

body.favorite-page.favorite-php-page .favorite-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
  color:#ff87b7;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.25px;
  text-transform:uppercase;
}

body.favorite-page.favorite-php-page .favorite-eyebrow > span{
  color:#6d7a91;
}

body.favorite-page.favorite-php-page .favorite-title h1{
  margin:0 0 8px;
  font-size:clamp(30px,3vw,39px);
  line-height:1.06;
  letter-spacing:-1.25px;
  color:#fff;
}

body.favorite-page.favorite-php-page .favorite-title > p{
  max-width:720px;
  margin:0 0 22px;
  color:#c3cddd;
  font-size:13px;
  line-height:1.65;
}

body.favorite-page.favorite-php-page .favorite-stats{
  width:min(100%,790px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

body.favorite-page.favorite-php-page .fav-stat{
  min-width:0;
  min-height:68px;
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(12,22,42,.68);
  backdrop-filter:blur(9px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

body.favorite-page.favorite-php-page .fav-stat i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--fav-pink);
  background:rgba(255,79,147,.12);
  font-size:14px;
}

body.favorite-page.favorite-php-page .fav-stat:nth-child(2) i{
  color:#aa8aff;
  background:rgba(140,100,255,.13);
}

body.favorite-page.favorite-php-page .fav-stat:nth-child(3) i{
  color:#73c5ff;
  background:rgba(96,184,255,.12);
}

body.favorite-page.favorite-php-page .fav-stat:nth-child(4) i{
  color:#73dda9;
  background:rgba(83,214,154,.11);
}

body.favorite-page.favorite-php-page .fav-stat b{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#fff;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body.favorite-page.favorite-php-page .fav-stat small{
  display:block;
  min-width:0;
  margin-top:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#98a5b9;
  font-size:9.5px;
  font-weight:650;
}

/* ---------- MAIN LAYOUT ---------- */

body.favorite-page.favorite-php-page .favorite-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:18px;
  align-items:stretch;
  overflow:visible;
}

body.favorite-page.favorite-php-page .favorite-panel{
  min-width:0;
  align-self:start;
  overflow:hidden;
  border:1px solid var(--fav-line);
  border-radius:var(--fav-radius);
  background:
    linear-gradient(180deg,rgba(15,25,45,.97),rgba(7,15,29,.98));
  box-shadow:0 14px 36px rgba(0,0,0,.15);
}

/* ---------- TOOLBAR ---------- */

body.favorite-page.favorite-php-page .favorite-toolbar{
  display:grid;
  grid-template-columns:minmax(220px,1.15fr) minmax(180px,.72fr) auto auto;
  gap:10px;
  align-items:center;
  min-height:68px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.065);
  background:rgba(8,16,31,.78);
}

body.favorite-page.favorite-php-page .favorite-search{
  position:relative;
  height:42px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;
  background:#091326;
  transition:border-color .18s ease,box-shadow .18s ease;
}

body.favorite-page.favorite-php-page .favorite-search:focus-within{
  border-color:rgba(255,79,147,.58);
  box-shadow:0 0 0 3px rgba(255,79,147,.09);
}

body.favorite-page.favorite-php-page .favorite-search input{
  min-width:0;
  flex:1;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:12px;
}

body.favorite-page.favorite-php-page .favorite-search input::placeholder{
  color:#718097;
}

body.favorite-page.favorite-php-page .favorite-search i{
  color:#8190a7;
  font-size:12px;
}

body.favorite-page.favorite-php-page .favorite-sort{
  width:100%;
  height:42px;
  margin:0;
  padding:0 34px 0 12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;
  outline:0;
  appearance:none;
  color:#dfe6f0;
  font-size:11px;
  font-weight:700;
  background:
    linear-gradient(45deg,transparent 50%,#8090a7 50%) calc(100% - 17px) 17px/5px 5px no-repeat,
    linear-gradient(135deg,#8090a7 50%,transparent 50%) calc(100% - 12px) 17px/5px 5px no-repeat,
    #091326;
}

body.favorite-page.favorite-php-page #favoriteResultCount{
  justify-self:end;
  min-width:max-content;
  padding:7px 9px;
  border-radius:8px;
  color:#94a2b8;
  background:rgba(255,255,255,.035);
  font-size:10px;
  font-weight:800;
}

body.favorite-page.favorite-php-page .favorite-view-toggle{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:5px;
  padding:4px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:10px;
  background:#091326;
}

body.favorite-page.favorite-php-page .favorite-view-toggle button{
  min-width:66px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0;
  padding:0 10px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#8e9db3;
  cursor:pointer;
  font-size:10px;
  font-weight:850;
  transition:.17s ease;
}

body.favorite-page.favorite-php-page .favorite-view-toggle button.active{
  color:#fff;
  background:linear-gradient(180deg,#ff5d9f,#e9367d);
  box-shadow:0 7px 18px rgba(255,79,147,.20);
}

/* ---------- FAVORITE GRID ---------- */

body.favorite-page.favorite-php-page .favorite-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
  padding:14px;
}

body.favorite-page.favorite-php-page .favorite-card{
  position:relative;
  min-width:0;
  overflow:visible;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:
    linear-gradient(180deg,#121e34 0,#0c1629 100%);
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

@media(hover:hover) and (pointer:fine){
  body.favorite-page.favorite-php-page .favorite-card:hover{
    transform:translateY(-3px);
    border-color:rgba(255,79,147,.30);
    box-shadow:0 18px 38px rgba(0,0,0,.26);
  }
}

body.favorite-page.favorite-php-page .favorite-thumb{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:13px 13px 0 0;
  background:#111b30;
}

body.favorite-page.favorite-php-page .favorite-thumb > a{
  display:block;
  width:100%;
  height:100%;
}

body.favorite-page.favorite-php-page .favorite-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease,filter .3s ease;
}

@media(hover:hover) and (pointer:fine){
  body.favorite-page.favorite-php-page .favorite-card:hover .favorite-thumb img{
    transform:scale(1.035);
    filter:saturate(1.05);
  }
}

body.favorite-page.favorite-php-page .favorite-thumb::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:46%;
  pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(4,9,22,.62));
}

body.favorite-page.favorite-php-page .remove-fav{
  position:absolute;
  top:9px;
  right:9px;
  z-index:4;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(7,13,28,.72);
  color:#ff77aa;
  cursor:pointer;
  font-size:13px;
  backdrop-filter:blur(8px);
  box-shadow:0 8px 20px rgba(0,0,0,.22);
  transition:.17s ease;
}

body.favorite-page.favorite-php-page .remove-fav:hover{
  color:#fff;
  border-color:rgba(255,79,147,.48);
  background:rgba(255,79,147,.92);
}

body.favorite-page.favorite-php-page .favorite-card-body{
  min-width:0;
  padding:12px 12px 11px;
}

body.favorite-page.favorite-php-page .favorite-card-body h3{
  min-height:38px;
  margin:0 0 5px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  color:#fff;
  font-size:13px;
  line-height:1.42;
  font-weight:850;
}

body.favorite-page.favorite-php-page .favorite-card-body h3 a{
  transition:color .16s ease;
}

body.favorite-page.favorite-php-page .favorite-card-body h3 a:hover{
  color:#ff7bae;
}

body.favorite-page.favorite-php-page .favorite-card-body > small{
  min-height:30px;
  display:-webkit-box;
  margin-bottom:8px;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  color:#91a0b6;
  font-size:9.5px;
  line-height:1.45;
}

body.favorite-page.favorite-php-page .genre-pill{
  max-width:100%;
  min-height:22px;
  display:inline-flex;
  align-items:center;
  margin:0 0 10px;
  padding:0 8px;
  overflow:hidden;
  border:1px solid rgba(255,79,147,.11);
  border-radius:7px;
  color:#ff82b2;
  background:rgba(255,79,147,.09);
  font-size:9px;
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.favorite-page.favorite-php-page .favorite-actions{
  display:grid;
  grid-template-columns:38px 38px 1fr;
  gap:7px;
  align-items:center;
}

body.favorite-page.favorite-php-page .favorite-actions > a,
body.favorite-page.favorite-php-page .favorite-actions > button,
body.favorite-page.favorite-php-page .favorite-more-wrap > button{
  width:38px;
  height:34px;
  display:grid;
  place-items:center;
  margin:0;
  padding:0;
  border:1px solid rgba(255,255,255,.085);
  border-radius:9px;
  background:#121f35;
  color:#dce5f1;
  cursor:pointer;
  font-size:12px;
  transition:.17s ease;
}

body.favorite-page.favorite-php-page .favorite-actions .play-fav{
  border-color:transparent;
  color:#fff;
  background:linear-gradient(180deg,#ff5e9f,#e9367d);
  box-shadow:0 7px 17px rgba(255,79,147,.18);
}

body.favorite-page.favorite-php-page .favorite-actions button:disabled{
  opacity:.4;
  cursor:not-allowed;
  box-shadow:none;
}

body.favorite-page.favorite-php-page .favorite-actions > a:hover,
body.favorite-page.favorite-php-page .favorite-more-wrap > button:hover{
  border-color:rgba(255,255,255,.15);
  background:#182842;
  color:#fff;
}

body.favorite-page.favorite-php-page .favorite-more-wrap{
  position:relative;
  justify-self:end;
  width:38px;
  height:34px;
  z-index:20;
}

body.favorite-page.favorite-php-page .favorite-more-wrap .more-btn{
  width:38px;
  height:34px;
}

body.favorite-page.favorite-php-page .favorite-more-menu{
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  min-width:176px;
  padding:6px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  background:#0a1427;
  box-shadow:0 18px 45px rgba(0,0,0,.43);
  opacity:0;
  visibility:hidden;
  transform:translateY(-5px);
  transition:.16s ease;
  z-index:80;
}

body.favorite-page.favorite-php-page .favorite-more-wrap.open .favorite-more-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

body.favorite-page.favorite-php-page .favorite-more-menu::before{
  content:"";
  position:absolute;
  top:-5px;
  right:13px;
  width:9px;
  height:9px;
  border-left:1px solid rgba(255,255,255,.11);
  border-top:1px solid rgba(255,255,255,.11);
  background:#0a1427;
  transform:rotate(45deg);
}

body.favorite-page.favorite-php-page .favorite-more-menu .remove-from-menu{
  width:100%;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  padding:0 10px;
  border:0;
  border-radius:7px;
  color:#ffc0d7;
  background:rgba(255,79,147,.09);
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

body.favorite-page.favorite-php-page .favorite-more-menu .remove-from-menu:hover{
  color:#fff;
  background:rgba(255,79,147,.92);
}

/* ---------- LIST MODE ---------- */

body.favorite-page.favorite-php-page .favorite-list.list-mode{
  grid-template-columns:1fr;
  gap:7px;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:94px;
  padding:8px;
  overflow:visible;
  border-radius:12px;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-thumb{
  width:78px;
  height:78px;
  aspect-ratio:auto;
  border-radius:9px;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-thumb::after{
  display:none;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card-body{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "title actions"
    "meta actions"
    "genre actions";
  align-items:center;
  column-gap:14px;
  padding:2px 4px 2px 0;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card-body h3{
  grid-area:title;
  min-height:0;
  margin-bottom:2px;
  -webkit-line-clamp:1;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card-body > small{
  grid-area:meta;
  min-height:0;
  margin-bottom:4px;
  -webkit-line-clamp:1;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .genre-pill{
  grid-area:genre;
  width:max-content;
  margin:0;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-actions{
  grid-area:actions;
  min-width:132px;
}

body.favorite-page.favorite-php-page .favorite-list.list-mode .remove-fav{
  position:absolute;
  top:6px;
  right:6px;
  width:30px;
  height:30px;
  opacity:0;
  pointer-events:none;
}

/* ---------- EMPTY STATE ---------- */

body.favorite-page.favorite-php-page .favorite-empty{
  grid-column:1/-1;
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:36px 20px;
  text-align:center;
  color:#d8e1ed;
}

body.favorite-page.favorite-php-page .favorite-empty > i{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin-bottom:17px;
  border:1px solid rgba(255,79,147,.17);
  border-radius:22px;
  color:var(--fav-pink);
  background:rgba(255,79,147,.075);
  font-size:27px;
}

body.favorite-page.favorite-php-page .favorite-empty h3{
  margin:0 0 7px;
  color:#fff;
  font-size:17px;
}

body.favorite-page.favorite-php-page .favorite-empty p{
  max-width:500px;
  margin:0;
  color:#8f9db2;
  font-size:11.5px;
  line-height:1.7;
}

/* ---------- SIDEBAR ---------- */

body.favorite-page.favorite-php-page .favorite-side{
  position:relative;
  align-self:stretch;
  min-width:0;
  min-height:100%;
  overflow:visible;
}

body.favorite-page.favorite-php-page .favorite-side-sticky{
  position:sticky;
  top:18px;
  width:100%;
  height:fit-content;
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior-y:contain;
  scrollbar-width:none;
  outline:none;
}

body.favorite-page.favorite-php-page .favorite-side-sticky::-webkit-scrollbar{
  width:0;
  height:0;
  display:none;
}

body.favorite-page.favorite-php-page .favorite-side-sticky:focus-visible{
  border-radius:14px;
  box-shadow:0 0 0 2px rgba(255,79,147,.25);
}

body.favorite-page.favorite-php-page .favorite-side-card{
  flex:0 0 auto;
  padding:17px;
  border:1px solid var(--fav-line);
  border-radius:14px;
  background:
    linear-gradient(180deg,rgba(17,29,50,.96),rgba(9,18,34,.98));
  box-shadow:0 10px 28px rgba(0,0,0,.13);
}

body.favorite-page.favorite-php-page .favorite-side-card h2,
body.favorite-page.favorite-php-page .favorite-side-card h3{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:0;
  border:0;
  color:#fff;
  font-size:12px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.35px;
}

body.favorite-page.favorite-php-page .favorite-side-card h2::before,
body.favorite-page.favorite-php-page .favorite-side-card h3::before{
  content:"";
  width:3px;
  height:15px;
  flex:0 0 3px;
  border-radius:99px;
  background:linear-gradient(180deg,#ff63a3,#c660ff);
}

body.favorite-page.favorite-php-page .quick-btns{
  display:grid;
  gap:8px;
}

body.favorite-page.favorite-php-page .quick-btns button,
body.favorite-page.favorite-php-page .quick-btns a{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:10px;
  color:#dce5f1;
  background:#0a1427;
  cursor:pointer;
  font-size:11px;
  font-weight:820;
  text-align:left;
  transition:.17s ease;
}

body.favorite-page.favorite-php-page .quick-btns button i,
body.favorite-page.favorite-php-page .quick-btns a i{
  width:18px;
  min-width:18px;
  display:inline-flex;
  justify-content:center;
  font-size:13px;
}

body.favorite-page.favorite-php-page .quick-btns .pink{
  border-color:transparent;
  color:#fff;
  background:linear-gradient(180deg,#ff5e9f,#e9367d);
  box-shadow:0 9px 21px rgba(255,79,147,.16);
}

body.favorite-page.favorite-php-page #clearFavBtn{
  color:#ffb7d1;
  border-color:rgba(255,79,147,.14);
  background:rgba(255,79,147,.055);
}

body.favorite-page.favorite-php-page #clearFavBtn:hover{
  color:#fff;
  background:rgba(255,79,147,.14);
}

body.favorite-page.favorite-php-page .info-illust{
  position:relative;
  min-height:142px;
  overflow:hidden;
}

body.favorite-page.favorite-php-page .info-illust p,
body.favorite-page.favorite-php-page .tips p{
  position:relative;
  z-index:2;
  margin:0;
  color:#9eabc0;
  font-size:11px;
  line-height:1.65;
}

body.favorite-page.favorite-php-page .info-illust p{
  max-width:205px;
}

body.favorite-page.favorite-php-page .info-illust::after{
  content:"♥";
  position:absolute;
  right:15px;
  bottom:5px;
  color:rgba(255,79,147,.105);
  font-size:78px;
  line-height:1;
  transform:rotate(-8deg);
  pointer-events:none;
}

body.favorite-page.favorite-php-page .tips{
  background:
    linear-gradient(145deg,rgba(124,77,255,.07),transparent 60%),
    linear-gradient(180deg,rgba(17,29,50,.96),rgba(9,18,34,.98));
}

body.favorite-page.favorite-php-page .tips h3 i{
  color:#ffcc67;
}

/* ---------- PLAYER ---------- */

/*
 * Desktop player uses 4 visual zones:
 * artwork | metadata | centered controls/progress | volume
 * Controls and timeline share the same middle column so the player does not
 * look stretched horizontally on wide screens.
 */
body.favorite-page.favorite-php-page .favorite-player{
  position:sticky;
  bottom:12px;
  z-index:40;
  min-width:0;
  min-height:86px;

  display:grid;
  grid-template-columns:64px minmax(170px,250px) minmax(360px,1fr) 150px;
  grid-template-rows:auto auto;
  grid-template-areas:
    "cover meta controls volume"
    "cover meta progress volume";
  align-items:center;
  column-gap:16px;
  row-gap:5px;

  margin:16px 0 0;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.105);
  border-radius:15px;
  background:rgba(8,16,31,.94);
  box-shadow:0 18px 46px rgba(0,0,0,.30);
  backdrop-filter:blur(16px);
}

body.favorite-page.favorite-php-page .fav-player-cover{
  grid-area:cover;
  width:64px;
  height:64px;
  border-radius:11px;
  object-fit:cover;
  background:#131e32;
  box-shadow:0 7px 18px rgba(0,0,0,.22);
}

body.favorite-page.favorite-php-page .fav-player-meta{
  grid-area:meta;
  min-width:0;
  align-self:center;
}

body.favorite-page.favorite-php-page .fav-player-meta b{
  display:block;
  min-width:0;
  overflow:hidden;
  color:#fff;
  font-size:12px;
  font-weight:850;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.favorite-page.favorite-php-page .fav-player-meta small{
  display:block;
  margin-top:4px;
  overflow:hidden;
  color:#8797ae;
  font-size:9.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.favorite-page.favorite-php-page .fav-player-buttons{
  grid-area:controls;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  align-self:end;
}

body.favorite-page.favorite-php-page .fav-player-buttons button{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  padding:0;
  border:0;
  border-radius:50%;
  color:#9eacc0;
  background:transparent;
  cursor:pointer;
  font-size:12px;
  transition:.16s ease;
}

body.favorite-page.favorite-php-page .fav-player-buttons button:hover,
body.favorite-page.favorite-php-page .fav-player-buttons button.active{
  color:#fff;
  background:rgba(255,255,255,.055);
}

body.favorite-page.favorite-php-page .fav-player-buttons .main-play{
  width:46px;
  height:46px;
  color:#fff;
  font-size:15px;
  background:linear-gradient(180deg,#ff5e9f,#e9367d);
  box-shadow:0 9px 22px rgba(255,79,147,.24);
}

body.favorite-page.favorite-php-page .fav-progress{
  grid-area:progress;
  width:min(100%,680px);
  min-width:0;
  justify-self:center;
  align-self:start;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 34px;
  align-items:center;
  gap:9px;
  color:#7f8ca1;
  font-size:9px;
  font-variant-numeric:tabular-nums;
}

body.favorite-page.favorite-php-page .fav-progress > span:first-child{
  text-align:right;
}

body.favorite-page.favorite-php-page .fav-progress > span:last-child{
  text-align:left;
}

body.favorite-page.favorite-php-page .fav-progress-bar{
  position:relative;
  height:4px;
  border-radius:99px;
  background:#263249;
  cursor:pointer;
}

body.favorite-page.favorite-php-page .fav-progress-line{
  width:0;
  height:100%;
  position:relative;
  border-radius:inherit;
  background:linear-gradient(90deg,#ff5e9f,#b565ff);
}

body.favorite-page.favorite-php-page .fav-progress-line::after{
  content:"";
  position:absolute;
  top:50%;
  right:-4px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
  transform:translateY(-50%);
}

body.favorite-page.favorite-php-page .fav-volume{
  grid-area:volume;
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  align-items:center;
  gap:8px;
  color:#8d9bb0;
  font-size:11px;
}

body.favorite-page.favorite-php-page .fav-volume input{
  width:100%;
  margin:0;
  accent-color:var(--fav-pink);
}

/* ---------- TOAST ---------- */

body.favorite-page.favorite-php-page .favorite-toast{
  border-color:rgba(255,255,255,.11);
  background:rgba(8,16,31,.96);
  box-shadow:0 18px 50px rgba(0,0,0,.35);
  backdrop-filter:blur(12px);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Large desktop */
@media(min-width:1500px){
  body.favorite-page.favorite-php-page .page{
    max-width:1540px;
  }

  body.favorite-page.favorite-php-page .favorite-layout{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:20px;
  }

  body.favorite-page.favorite-php-page .favorite-list{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
  }
}

/* Laptop */
@media(max-width:1280px) and (min-width:1051px){
  body.favorite-page.favorite-php-page .favorite-wrap{
    padding-left:24px;
    padding-right:24px;
  }

  body.favorite-page.favorite-php-page .favorite-layout{
    grid-template-columns:minmax(0,1fr) 286px;
    gap:15px;
  }

  body.favorite-page.favorite-php-page .favorite-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body.favorite-page.favorite-php-page .favorite-toolbar{
    grid-template-columns:minmax(190px,1fr) 180px auto;
  }

  body.favorite-page.favorite-php-page #favoriteResultCount{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-player{
    min-height:82px;
    grid-template-columns:58px minmax(150px,210px) minmax(300px,1fr);
    grid-template-areas:
      "cover meta controls"
      "cover meta progress";
    column-gap:14px;
    row-gap:4px;
  }

  body.favorite-page.favorite-php-page .fav-player-cover{
    width:58px;
    height:58px;
  }

  body.favorite-page.favorite-php-page .fav-progress{
    width:min(100%,610px);
  }

  body.favorite-page.favorite-php-page .fav-volume{
    display:none;
  }
}

/* Small laptop / landscape tablet */
@media(max-width:1050px) and (min-width:781px){
  body.favorite-page.favorite-php-page .favorite-wrap{
    padding:20px 20px 22px;
  }

  body.favorite-page.favorite-php-page .favorite-hero{
    grid-template-columns:76px minmax(0,1fr);
    gap:20px;
    padding:26px;
  }

  body.favorite-page.favorite-php-page .fav-big-icon{
    width:72px;
    height:72px;
    border-radius:20px;
    font-size:28px;
  }

  body.favorite-page.favorite-php-page .favorite-stats{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  body.favorite-page.favorite-php-page .favorite-layout{
    grid-template-columns:1fr;
    gap:14px;
  }

  body.favorite-page.favorite-php-page .favorite-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body.favorite-page.favorite-php-page .favorite-side{
    min-height:0;
  }

  body.favorite-page.favorite-php-page .favorite-side-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:grid;
    grid-template-columns:1.05fr 1fr 1fr;
    gap:12px;
    overflow:visible;
  }

  body.favorite-page.favorite-php-page .favorite-side-card{
    min-height:100%;
  }

  body.favorite-page.favorite-php-page .favorite-player{
    min-height:80px;
    grid-template-columns:56px minmax(140px,210px) minmax(260px,1fr);
    grid-template-areas:
      "cover meta controls"
      "cover meta progress";
    column-gap:12px;
    row-gap:4px;
    padding:9px 12px;
  }

  body.favorite-page.favorite-php-page .fav-player-cover{
    width:56px;
    height:56px;
  }

  body.favorite-page.favorite-php-page .fav-player-buttons{
    gap:9px;
  }

  body.favorite-page.favorite-php-page .fav-player-buttons .main-play{
    width:42px;
    height:42px;
  }

  body.favorite-page.favorite-php-page .fav-progress{
    width:100%;
  }

  body.favorite-page.favorite-php-page .fav-volume{
    display:none;
  }
}

/* Tablet / large phone */
@media(max-width:780px){
  body.favorite-page.favorite-php-page{
    padding:0;
    background:#040916;
  }

  body.favorite-page.favorite-php-page .page{
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.favorite-page.favorite-php-page .favorite-wrap{
    padding:14px 12px 18px;
    overflow:hidden;
  }

  body.favorite-page.favorite-php-page .breadcrumb{
    margin-bottom:11px;
    font-size:10px;
  }

  body.favorite-page.favorite-php-page .favorite-hero{
    min-height:0;
    grid-template-columns:58px minmax(0,1fr);
    gap:14px;
    padding:17px;
    border-radius:15px;
    margin-bottom:12px;
  }

  body.favorite-page.favorite-php-page .favorite-hero::before{
    background:
      linear-gradient(90deg,rgba(7,13,29,.98),rgba(8,15,32,.87) 70%,rgba(8,15,32,.52)),
      url("https://i.imghippo.com/files/zWpI1358JY.jpg") center/cover no-repeat;
  }

  body.favorite-page.favorite-php-page .fav-big-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    font-size:21px;
  }

  body.favorite-page.favorite-php-page .favorite-eyebrow{
    margin-bottom:5px;
    font-size:8px;
    letter-spacing:.9px;
  }

  body.favorite-page.favorite-php-page .favorite-title h1{
    margin-bottom:5px;
    font-size:22px;
    letter-spacing:-.6px;
  }

  body.favorite-page.favorite-php-page .favorite-title > p{
    margin-bottom:12px;
    font-size:10.5px;
    line-height:1.55;
  }

  body.favorite-page.favorite-php-page .favorite-stats{
    grid-column:1/-1;
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    margin-top:2px;
  }

  body.favorite-page.favorite-php-page .fav-stat{
    min-height:54px;
    grid-template-columns:30px minmax(0,1fr);
    gap:8px;
    padding:8px 9px;
    border-radius:10px;
  }

  body.favorite-page.favorite-php-page .fav-stat i{
    width:28px;
    height:28px;
    border-radius:8px;
    font-size:11px;
  }

  body.favorite-page.favorite-php-page .fav-stat b{
    font-size:14px;
  }

  body.favorite-page.favorite-php-page .fav-stat small{
    margin-top:2px;
    font-size:8.5px;
  }

  body.favorite-page.favorite-php-page .favorite-layout{
    display:block;
  }

  body.favorite-page.favorite-php-page .favorite-panel{
    border-radius:14px;
  }

  body.favorite-page.favorite-php-page .favorite-toolbar{
    grid-template-columns:minmax(0,1fr) minmax(128px,.62fr);
    gap:8px;
    min-height:0;
    padding:10px;
  }

  body.favorite-page.favorite-php-page .favorite-search,
  body.favorite-page.favorite-php-page .favorite-sort{
    height:40px;
  }

  body.favorite-page.favorite-php-page .favorite-search input,
  body.favorite-page.favorite-php-page .favorite-sort{
    font-size:10.5px;
  }

  body.favorite-page.favorite-php-page #favoriteResultCount{
    justify-self:start;
    padding:5px 7px;
    font-size:9px;
  }

  body.favorite-page.favorite-php-page .favorite-view-toggle{
    justify-self:end;
  }

  body.favorite-page.favorite-php-page .favorite-view-toggle button{
    min-width:38px;
    width:38px;
    height:32px;
    padding:0;
    font-size:0;
  }

  body.favorite-page.favorite-php-page .favorite-view-toggle button i{
    font-size:12px;
  }

  body.favorite-page.favorite-php-page .favorite-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    padding:10px;
  }

  body.favorite-page.favorite-php-page .favorite-card{
    border-radius:12px;
  }

  body.favorite-page.favorite-php-page .favorite-thumb{
    border-radius:11px 11px 0 0;
  }

  body.favorite-page.favorite-php-page .favorite-card-body{
    padding:9px;
  }

  body.favorite-page.favorite-php-page .favorite-card-body h3{
    min-height:34px;
    font-size:11px;
  }

  body.favorite-page.favorite-php-page .favorite-card-body > small{
    min-height:27px;
    font-size:8.5px;
  }

  body.favorite-page.favorite-php-page .genre-pill{
    min-height:20px;
    margin-bottom:8px;
    font-size:8px;
  }

  body.favorite-page.favorite-php-page .favorite-actions{
    grid-template-columns:34px 34px 1fr;
    gap:6px;
  }

  body.favorite-page.favorite-php-page .favorite-actions > a,
  body.favorite-page.favorite-php-page .favorite-actions > button,
  body.favorite-page.favorite-php-page .favorite-more-wrap,
  body.favorite-page.favorite-php-page .favorite-more-wrap .more-btn{
    width:34px;
    height:32px;
  }

  body.favorite-page.favorite-php-page .favorite-side{
    margin-top:12px;
  }

  body.favorite-page.favorite-php-page .favorite-side-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    overflow:visible;
  }

  body.favorite-page.favorite-php-page .favorite-side-card{
    padding:13px;
    border-radius:12px;
  }

  body.favorite-page.favorite-php-page .favorite-side-sticky > .favorite-side-card:first-child{
    grid-column:1/-1;
  }

  body.favorite-page.favorite-php-page .favorite-side-card h2,
  body.favorite-page.favorite-php-page .favorite-side-card h3{
    margin-bottom:10px;
    font-size:10.5px;
  }

  body.favorite-page.favorite-php-page .info-illust{
    min-height:112px;
  }

  body.favorite-page.favorite-php-page .info-illust p,
  body.favorite-page.favorite-php-page .tips p{
    font-size:9.5px;
  }

  body.favorite-page.favorite-php-page .quick-btns{
    grid-template-columns:1fr 1fr;
  }

  body.favorite-page.favorite-php-page .quick-btns button,
  body.favorite-page.favorite-php-page .quick-btns a{
    min-height:40px;
    justify-content:center;
    padding:0 10px;
    font-size:10px;
    text-align:center;
  }

  body.favorite-page.favorite-php-page .favorite-player{
    bottom:8px;
    min-height:0;
    grid-template-columns:48px minmax(0,1fr) 48px;
    grid-template-rows:auto auto;
    grid-template-areas:
      "cover meta controls"
      "progress progress progress";
    column-gap:9px;
    row-gap:7px;
    margin-top:12px;
    padding:8px 9px;
    border-radius:13px;
  }

  body.favorite-page.favorite-php-page .fav-player-cover{
    width:48px;
    height:48px;
    border-radius:9px;
  }

  body.favorite-page.favorite-php-page .fav-player-meta b{
    font-size:10.5px;
  }

  body.favorite-page.favorite-php-page .fav-player-meta small{
    font-size:8.5px;
  }

  body.favorite-page.favorite-php-page .fav-player-buttons{
    gap:0;
  }

  body.favorite-page.favorite-php-page .fav-player-buttons button:not(.main-play){
    display:none;
  }

  body.favorite-page.favorite-php-page .fav-player-buttons .main-play{
    width:40px;
    height:40px;
    font-size:13px;
  }

  body.favorite-page.favorite-php-page .fav-progress{
    width:100%;
    grid-area:progress;
    grid-template-columns:30px minmax(0,1fr) 30px;
    gap:7px;
    font-size:8px;
  }

  body.favorite-page.favorite-php-page .fav-volume{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-more-menu{
    top:auto;
    right:0;
    bottom:calc(100% + 7px);
    min-width:166px;
  }

  body.favorite-page.favorite-php-page .favorite-more-menu::before{
    top:auto;
    bottom:-5px;
    transform:rotate(225deg);
  }

  body.favorite-page.favorite-php-page .favorite-toast{
    left:12px;
    right:12px;
    bottom:12px;
    border-radius:11px;
    text-align:center;
    font-size:10px;
  }
}

/* Compact phones: change cards into a clean horizontal list */
@media(max-width:520px){
  body.favorite-page.favorite-php-page .favorite-wrap{
    padding-left:9px;
    padding-right:9px;
  }

  body.favorite-page.favorite-php-page .favorite-hero{
    grid-template-columns:48px minmax(0,1fr);
    gap:11px;
    padding:14px 13px;
  }

  body.favorite-page.favorite-php-page .fav-big-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:18px;
  }

  body.favorite-page.favorite-php-page .favorite-eyebrow{
    font-size:7.5px;
  }

  body.favorite-page.favorite-php-page .favorite-title h1{
    font-size:20px;
  }

  body.favorite-page.favorite-php-page .favorite-title > p{
    font-size:9.5px;
  }

  body.favorite-page.favorite-php-page .favorite-toolbar{
    grid-template-columns:1fr 40px;
  }

  body.favorite-page.favorite-php-page .favorite-search{
    grid-column:1/-1;
  }

  body.favorite-page.favorite-php-page .favorite-sort{
    grid-column:1/2;
    width:100%;
  }

  body.favorite-page.favorite-php-page #favoriteResultCount{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-view-toggle{
    grid-column:2/3;
    grid-row:2;
  }

  body.favorite-page.favorite-php-page .favorite-view-toggle button{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-view-toggle button:last-child{
    display:grid;
  }

  body.favorite-page.favorite-php-page .favorite-list,
  body.favorite-page.favorite-php-page .favorite-list.list-mode{
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:8px;
  }

  body.favorite-page.favorite-php-page .favorite-card,
  body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card{
    display:grid;
    grid-template-columns:66px minmax(0,1fr);
    gap:10px;
    min-height:82px;
    padding:7px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:11px;
    background:rgba(15,26,45,.88);
  }

  body.favorite-page.favorite-php-page .favorite-thumb,
  body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-thumb{
    width:66px;
    height:66px;
    aspect-ratio:auto;
    border-radius:9px;
  }

  body.favorite-page.favorite-php-page .favorite-thumb::after{
    display:none;
  }

  body.favorite-page.favorite-php-page .remove-fav{
    top:4px;
    right:4px;
    width:26px;
    height:26px;
    border-radius:8px;
    font-size:10px;
  }

  body.favorite-page.favorite-php-page .favorite-card-body,
  body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card-body{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "title actions"
      "meta actions";
    align-content:center;
    column-gap:8px;
    padding:0;
  }

  body.favorite-page.favorite-php-page .favorite-card-body h3,
  body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card-body h3{
    grid-area:title;
    min-height:0;
    margin:0 0 3px;
    font-size:10.5px;
    -webkit-line-clamp:2;
  }

  body.favorite-page.favorite-php-page .favorite-card-body > small,
  body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-card-body > small{
    grid-area:meta;
    min-height:0;
    margin:0;
    font-size:8.5px;
    -webkit-line-clamp:1;
  }

  body.favorite-page.favorite-php-page .genre-pill{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-actions,
  body.favorite-page.favorite-php-page .favorite-list.list-mode .favorite-actions{
    grid-area:actions;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:5px;
  }

  body.favorite-page.favorite-php-page .favorite-actions > a,
  body.favorite-page.favorite-php-page .favorite-actions > button,
  body.favorite-page.favorite-php-page .favorite-more-wrap,
  body.favorite-page.favorite-php-page .favorite-more-wrap .more-btn{
    width:30px;
    height:27px;
  }

  body.favorite-page.favorite-php-page .favorite-actions > a{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-more-wrap{
    display:none;
  }

  body.favorite-page.favorite-php-page .favorite-list.list-mode .remove-fav{
    opacity:1;
    pointer-events:auto;
    position:absolute;
    top:4px;
    right:4px;
  }

  body.favorite-page.favorite-php-page .favorite-side-sticky{
    grid-template-columns:1fr;
  }

  body.favorite-page.favorite-php-page .favorite-side-sticky > .favorite-side-card:first-child{
    grid-column:auto;
  }

  body.favorite-page.favorite-php-page .favorite-side-sticky > .info-illust,
  body.favorite-page.favorite-php-page .favorite-side-sticky > .tips{
    display:none;
  }

  body.favorite-page.favorite-php-page .quick-btns{
    grid-template-columns:1fr;
  }

  body.favorite-page.favorite-php-page .favorite-player{
    grid-template-columns:44px minmax(0,1fr) 42px;
    padding:7px 8px;
  }

  body.favorite-page.favorite-php-page .fav-player-cover{
    width:44px;
    height:44px;
  }

  body.favorite-page.favorite-php-page .fav-progress{
    grid-template-columns:28px minmax(0,1fr) 28px;
  }
}

/* Very small phones */
@media(max-width:380px){
  body.favorite-page.favorite-php-page .favorite-stats{
    grid-template-columns:1fr 1fr;
  }

  body.favorite-page.favorite-php-page .fav-stat{
    padding:7px;
  }

  body.favorite-page.favorite-php-page .favorite-sort{
    font-size:9.5px;
  }

  body.favorite-page.favorite-php-page .favorite-player{
    grid-template-columns:40px minmax(0,1fr) 40px;
    gap:7px;
  }

  body.favorite-page.favorite-php-page .fav-player-cover{
    width:40px;
    height:40px;
  }
}

/* Short laptop screens: keep right sidebar usable */
@media(min-width:1051px) and (max-height:760px){
  body.favorite-page.favorite-php-page .favorite-side-sticky{
    top:10px;
    max-height:calc(100vh - 20px);
  }
}


/* ---------- Account security ---------- */

body.settings-page.settings-php-page .settings-account-summary{
  grid-template-columns:62px minmax(0,1fr) auto;
}

body.settings-page.settings-php-page .settings-account-summary-copy{
  min-width:0;
}

body.settings-page.settings-php-page .settings-account-summary-copy b,
body.settings-page.settings-php-page .settings-account-summary-copy span,
body.settings-page.settings-php-page .settings-account-summary-copy small{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-account-verified{
  min-height:25px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0 8px;
  border-radius:7px;
  color:#8af0b5;
  background:rgba(85,217,159,.09);
  font-size:7.5px;
  font-weight:850;
}

body.settings-page.settings-php-page .settings-security-stack{
  display:flex;
  flex-direction:column;
  gap:11px;
}

body.settings-page.settings-php-page .settings-security-card{
  min-width:0;
  padding:14px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:11px;
  background:rgba(255,255,255,.018);
}

body.settings-page.settings-php-page .settings-security-head{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

body.settings-page.settings-php-page .settings-security-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  font-size:12px;
}

body.settings-page.settings-php-page .settings-security-icon.username{
  color:#ff7bab;
  background:rgba(255,79,147,.09);
}

body.settings-page.settings-php-page .settings-security-icon.email{
  color:#70c2ff;
  background:rgba(99,185,255,.09);
}

body.settings-page.settings-php-page .settings-security-icon.password{
  color:#b796ff;
  background:rgba(141,99,255,.10);
}

body.settings-page.settings-php-page .settings-security-head h3{
  margin:0 0 3px;
  color:#fff;
  font-size:10.5px;
}

body.settings-page.settings-php-page .settings-security-head p{
  margin:0;
  color:#8190a5;
  font-size:7.5px;
  line-height:1.45;
}

body.settings-page.settings-php-page .settings-cooldown{
  min-height:26px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0 8px;
  border-radius:7px;
  font-size:7.5px;
  font-weight:800;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-cooldown.available{
  color:#8df1b7;
  background:rgba(85,217,159,.09);
}

body.settings-page.settings-php-page .settings-cooldown.locked{
  color:#e4c17d;
  background:rgba(255,198,101,.08);
}

body.settings-page.settings-php-page .settings-current-value{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:39px;
  margin-bottom:12px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:9px;
  background:#081326;
}

body.settings-page.settings-php-page .settings-current-value>span{
  color:#738299;
  font-size:7.5px;
}

body.settings-page.settings-php-page .settings-current-value>b{
  min-width:0;
  overflow:hidden;
  color:#fff;
  font-size:9px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-current-value>em{
  margin-left:auto;
  min-width:max-content;
  color:#8df1b7;
  font-size:7.5px;
  font-style:normal;
  font-weight:800;
}

body.settings-page.settings-php-page .settings-security-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}

body.settings-page.settings-php-page .settings-password-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

body.settings-page.settings-php-page .settings-field-help{
  display:block;
  margin-top:5px;
  color:#6f7f96;
  font-size:7px;
  line-height:1.4;
  font-weight:600;
}

body.settings-page.settings-php-page .settings-password-field{
  width:100%;
  height:42px;
  display:flex;
  align-items:center;
  margin-top:6px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:#071326;
}

body.settings-page.settings-php-page .settings-password-field:focus-within{
  border-color:rgba(255,79,147,.56);
  box-shadow:0 0 0 3px rgba(255,79,147,.075);
}

body.settings-page.settings-php-page .settings-password-field input{
  min-width:0;
  flex:1;
  height:100%;
  padding:0 10px;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
  font-size:9.5px;
}

body.settings-page.settings-php-page .settings-password-field button{
  width:38px;
  height:100%;
  display:grid;
  place-items:center;
  flex:0 0 38px;
  padding:0;
  border:0;
  border-left:1px solid rgba(255,255,255,.055);
  color:#8291a7;
  background:transparent;
  cursor:pointer;
}

body.settings-page.settings-php-page .settings-password-field button:hover{
  color:#fff;
  background:rgba(255,255,255,.035);
}

body.settings-page.settings-php-page .settings-security-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  padding-top:11px;
  border-top:1px solid rgba(255,255,255,.055);
}

body.settings-page.settings-php-page .settings-security-actions>span{
  max-width:65%;
  color:#718198;
  font-size:7px;
  line-height:1.45;
}

body.settings-page.settings-php-page .settings-security-btn{
  min-width:132px;
  min-height:35px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 11px;
  border:0;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(180deg,#ff5f9f,#e9367d);
  box-shadow:0 7px 16px rgba(255,79,147,.15);
  cursor:pointer;
  font-size:8.5px;
  font-weight:850;
}

body.settings-page.settings-php-page .settings-security-btn.secondary{
  background:linear-gradient(180deg,#596f9d,#40567e);
  box-shadow:none;
}

body.settings-page.settings-php-page .settings-security-btn.danger{
  background:linear-gradient(180deg,#9b5cf5,#7042d8);
  box-shadow:0 7px 16px rgba(141,99,255,.14);
}

body.settings-page.settings-php-page .settings-security-btn:disabled,
body.settings-page.settings-php-page .settings-input:disabled,
body.settings-page.settings-php-page .settings-password-field input:disabled{
  opacity:.48;
  cursor:not-allowed;
}

body.settings-page.settings-php-page .settings-verification-box{
  margin-bottom:12px;
  padding:11px;
  border:1px solid rgba(99,185,255,.16);
  border-radius:10px;
  background:rgba(99,185,255,.05);
}

body.settings-page.settings-php-page .settings-verification-box>div:first-child{
  display:grid;
  grid-template-columns:33px minmax(0,1fr);
  gap:9px;
  align-items:start;
}

body.settings-page.settings-php-page .settings-verification-icon{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#74c4ff;
  background:rgba(99,185,255,.10);
  font-size:11px;
}

body.settings-page.settings-php-page .settings-verification-box b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:9px;
}

body.settings-page.settings-php-page .settings-verification-box p{
  margin:0;
  color:#8f9db2;
  font-size:7.5px;
  line-height:1.5;
}

body.settings-page.settings-php-page .settings-verification-form{
  display:grid;
  grid-template-columns:minmax(120px,180px) auto;
  gap:7px;
  margin-top:10px;
}

body.settings-page.settings-php-page .settings-code-input{
  height:35px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  outline:0;
  color:#fff;
  background:#071326;
  font-size:12px;
  font-weight:900;
  letter-spacing:4px;
  text-align:center;
}

body.settings-page.settings-php-page .settings-password-rules{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:9px;
}

body.settings-page.settings-php-page .settings-password-rules span{
  min-height:24px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0 7px;
  border-radius:6px;
  color:#8e9db2;
  background:rgba(255,255,255,.035);
  font-size:7px;
}

body.settings-page.settings-php-page .settings-password-rules i{
  color:#67dba1;
}

body.settings-page.settings-php-page .settings-panel-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.055);
}

body.settings-page.settings-php-page .settings-panel-actions .settings-save-btn{
  min-width:130px;
}

/* Prevent the previous username "Verified" badge from overlapping inputs. */
body.settings-page.settings-php-page .settings-verified-field{
  overflow:visible;
}

@media(max-width:980px) and (min-width:781px){
  body.settings-page.settings-php-page .settings-password-grid{
    grid-template-columns:1fr;
  }

  body.settings-page.settings-php-page .settings-security-head{
    grid-template-columns:38px minmax(0,1fr);
  }

  body.settings-page.settings-php-page .settings-cooldown{
    grid-column:2;
    justify-self:start;
  }
}

@media(max-width:780px){
  body.settings-page.settings-php-page .settings-account-summary{
    grid-template-columns:52px minmax(0,1fr);
  }

  body.settings-page.settings-php-page .settings-account-verified{
    grid-column:2;
    justify-self:start;
  }

  body.settings-page.settings-php-page .settings-security-card{
    padding:11px;
  }

  body.settings-page.settings-php-page .settings-security-head{
    grid-template-columns:32px minmax(0,1fr);
    gap:8px;
  }

  body.settings-page.settings-php-page .settings-security-icon{
    width:30px;
    height:30px;
    border-radius:8px;
  }

  body.settings-page.settings-php-page .settings-cooldown{
    grid-column:1/-1;
    justify-self:start;
    margin-left:40px;
  }

  body.settings-page.settings-php-page .settings-security-grid,
  body.settings-page.settings-php-page .settings-password-grid{
    grid-template-columns:1fr;
  }

  body.settings-page.settings-php-page .settings-security-actions{
    display:block;
  }

  body.settings-page.settings-php-page .settings-security-actions>span{
    display:block;
    max-width:none;
    margin-bottom:8px;
  }

  body.settings-page.settings-php-page .settings-security-btn{
    width:100%;
  }

  body.settings-page.settings-php-page .settings-verification-form{
    grid-template-columns:1fr;
  }

  body.settings-page.settings-php-page .settings-code-input{
    width:100%;
  }

  body.settings-page.settings-php-page .settings-panel-actions .settings-save-btn{
    width:100%;
  }
}


/* Accessibility */
@media(prefers-reduced-motion:reduce){
  body.favorite-page.favorite-php-page *,
  body.favorite-page.favorite-php-page *::before,
  body.favorite-page.favorite-php-page *::after{
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }
}


/* Preserved from previous CSS: unrelated header/profile menu icon alignment */
@media(max-width:780px){
  body.index-login-page .profile-menu a[href*="site-profile"] i,
  body.index-login-page .profile-menu a[href*="site-my-files"] i{
    width:18px !important;
    text-align:center !important;
  }
}

/* EDIT FILE SAFE SUPPORT */
body.edit-file-page [data-edit-wrap]{display:block!important;background:linear-gradient(180deg,#071020,#040813)!important;}
body.edit-file-page [data-edit-leftbar]{display:none!important;}
body.edit-file-page [data-edit-content]{padding:24px 38px 18px!important;min-width:0!important;}
@media(max-width:780px){body.edit-file-page [data-edit-content]{padding:18px 14px 0!important;}}







/* ===== EDIT PROFILE FINAL: sidebar kiri dihapus dari HTML, layout 2 kolom tanpa leftbar ===== */
#jpa-edit-profile .jpa-hamb{display:none!important;}
@media (min-width:1051px){
  #jpa-edit-profile .jpa-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:0!important;align-items:start!important;}
  #jpa-edit-profile .jpa-main{border-left:0!important;border-right:1px solid var(--line)!important;padding-left:38px!important;padding-right:38px!important;}
  #jpa-edit-profile .jpa-preview{display:block!important;padding-top:132px!important;align-self:start!important;}
}
@media (min-width:781px) and (max-width:1050px){
  #jpa-edit-profile .jpa-layout{display:grid!important;grid-template-columns:1fr!important;gap:0!important;}
  #jpa-edit-profile .jpa-main{border-right:0!important;padding-left:28px!important;padding-right:28px!important;}
  #jpa-edit-profile .jpa-preview{display:block!important;padding:0 28px 24px!important;}
}
@media (max-width:780px){
  #jpa-edit-profile .jpa-layout{display:block!important;}
  #jpa-edit-profile .jpa-main{padding:18px 14px 0!important;border-right:0!important;}
  #jpa-edit-profile .jpa-preview{display:block!important;padding:0 14px 18px!important;background:#050a16!important;}
  #jpa-edit-profile .jpa-preview .jpa-card{margin-bottom:12px!important;}
}

/* =========================================================
   AUTH LOGIN & REGISTER MODERN ANIME FIX - ChatGPT
   Target: login-modern-anime-fixed.html + register-modern-anime-fixed.html
   Tampilan dibuat mirip referensi gambar: split image + glass card.
   ========================================================= */
body.auth-screen-page{
  --auth-bg:#040814;
  --auth-panel:rgba(7,12,28,.72);
  --auth-panel-2:rgba(10,15,33,.86);
  --auth-line:rgba(255,255,255,.12);
  --auth-text:#fff;
  --auth-muted:#c4cada;
  --auth-pink:#ff3f8f;
  --auth-pink-2:#e62f78;
  --auth-violet:#7c4dff;
  padding:12px!important;
  margin:0!important;
  min-height:100vh!important;
  background:#eef2f7!important;
  color:#fff!important;
  font-family:Inter,system-ui,Segoe UI,sans-serif!important;
}
body.auth-screen-page *{box-sizing:border-box}
body.auth-screen-page a{text-decoration:none;color:inherit}
body.auth-screen-page button,
body.auth-screen-page input,
body.auth-screen-page select,
body.auth-screen-page textarea{font-family:inherit!important}

body.auth-screen-page .auth-screen{
  width:100%;
  max-width:1880px;
  min-height:calc(100vh - 24px);
  margin:0 auto;
  position:relative;
  overflow:hidden;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 62px rgba(0,0,0,.35);
  background:
    linear-gradient(90deg,rgba(2,7,19,.96) 0%,rgba(4,8,20,.64) 46%,rgba(2,7,19,.98) 100%),
    var(--osanime-bg-rzy) center/cover no-repeat;
  display:grid;
  grid-template-columns:minmax(460px,.92fr) minmax(560px,1fr);
  gap:42px;
  padding:78px 78px 128px;
}
body.auth-screen-page .auth-screen:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 37% 22%,rgba(255,63,143,.18),transparent 28%),
    radial-gradient(circle at 47% 75%,rgba(124,77,255,.18),transparent 30%),
    linear-gradient(180deg,rgba(3,7,18,0),rgba(3,7,18,.58));
  pointer-events:none;
}
body.auth-screen-page .auth-screen:after{
  content:"";
  position:absolute;
  left:48px;
  right:48px;
  bottom:126px;
  height:1px;
  background:rgba(255,255,255,.08);
  pointer-events:none;
}
body.auth-screen-page .auth-left,
body.auth-screen-page .auth-right{position:relative;z-index:2}
body.auth-screen-page .auth-left{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
body.auth-screen-page .auth-right{min-width:0;display:flex;align-items:center;justify-content:flex-end}

body.auth-screen-page .auth-logo{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  position:relative!important;
  left:auto!important;
  transform:none!important;
  width:max-content!important;
  max-width:100%!important;
}
body.auth-screen-page .auth-logo-mark{
  width:62px;
  height:62px;
  border-radius:50%;
  border:2px solid var(--auth-pink);
  display:grid;
  place-items:center;
  color:var(--auth-pink);
  font-size:30px;
  line-height:1;
  box-shadow:0 0 28px rgba(255,63,143,.35);
  background:rgba(255,63,143,.05);
}
body.auth-screen-page .auth-logo-title{
  font-size:34px;
  font-weight:950;
  line-height:.92;
  letter-spacing:-1.3px;
  color:#fff;
}
body.auth-screen-page .auth-logo-title span,
body.auth-screen-page .auth-intro h1 span,
body.auth-screen-page .auth-card p span,
body.auth-screen-page .auth-bottom-link a,
body.auth-screen-page .auth-forgot a,
body.auth-screen-page .auth-forgot{color:var(--auth-pink)!important}
body.auth-screen-page .auth-logo-sub{
  display:block;
  margin-top:9px;
  font-size:13px;
  letter-spacing:5px;
  font-weight:900;
  color:#fff;
}

body.auth-screen-page .auth-intro{margin-top:92px;max-width:610px}
body.auth-screen-page .auth-intro h1{
  margin:0;
  color:#fff;
  font-size:38px;
  line-height:1.43;
  font-weight:950;
  letter-spacing:-.9px;
}
body.auth-screen-page .auth-line{width:70px;height:3px;background:var(--auth-pink);border-radius:99px;margin:24px 0 22px}
body.auth-screen-page .auth-intro p{margin:0;color:#f0f3fb;font-size:16px;line-height:1.85;max-width:520px}

body.auth-screen-page .auth-feature-list{display:flex;flex-direction:column;gap:26px;width:100%;max-width:410px}
body.auth-screen-page .login-features{margin-top:238px}
body.auth-screen-page .register-features{margin-top:58px;gap:25px}
body.auth-screen-page .auth-feature{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;min-width:0}
body.auth-screen-page .auth-feature-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--auth-pink);
  font-size:28px;
  background:linear-gradient(180deg,rgba(255,63,143,.13),rgba(255,63,143,.04));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
body.auth-screen-page .auth-feature b{display:block;font-size:16px;line-height:1.35;color:#fff;margin-bottom:5px}
body.auth-screen-page .auth-feature small{display:block;font-size:14px;line-height:1.45;color:#d6dbe7}

body.auth-screen-page .auth-card{
  width:100%;
  max-width:810px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(180deg,rgba(10,16,34,.77),rgba(8,12,28,.62));
  box-shadow:0 24px 58px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.03);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
body.auth-screen-page .auth-screen-login .auth-card{max-width:810px;padding:124px 116px 84px}
body.auth-screen-page .auth-screen-register .auth-card{max-width:860px;padding:48px 56px 36px}
body.auth-screen-page .auth-card h2{margin:0 0 14px;color:#fff;font-size:34px;line-height:1.15;font-weight:950;letter-spacing:-.8px}
body.auth-screen-page .auth-card>p{margin:0 0 46px;color:#d6dbe7;font-size:17px;line-height:1.55}
body.auth-screen-page .auth-screen-register .auth-card>p{margin-bottom:34px}

body.auth-screen-page .auth-form label,
body.auth-screen-page .auth-control label{display:block;color:#fff;font-size:14px;font-weight:900;margin:0 0 12px}
body.auth-screen-page .auth-control{margin-bottom:24px}
body.auth-screen-page .auth-grid{display:grid;gap:20px}
body.auth-screen-page .auth-grid.two{grid-template-columns:1fr 1fr;align-items:start}
body.auth-screen-page .auth-field{
  height:68px;
  width:100%;
  display:flex;
  align-items:center;
  gap:18px;
  padding:0 22px;
  border-radius:8px;
  color:#fff;
  background:rgba(7,12,28,.52);
  border:1px solid rgba(255,255,255,.14);
  transition:.2s ease;
}
body.auth-screen-page .auth-field:focus-within{border-color:rgba(255,63,143,.54);box-shadow:0 0 0 4px rgba(255,63,143,.08);background:rgba(8,13,30,.76)}
body.auth-screen-page .auth-field>span{width:22px;flex:0 0 22px;color:#fff;font-size:20px;opacity:.88;text-align:center}
body.auth-screen-page .auth-field input,
body.auth-screen-page .auth-field select,
body.auth-screen-page .auth-field textarea{
  width:100%!important;
  min-width:0!important;
  flex:1 1 auto!important;
  height:100%!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:15px!important;
  box-shadow:none!important;
  padding:0!important;
}
body.auth-screen-page .auth-field input::placeholder,
body.auth-screen-page .auth-field textarea::placeholder{color:#aeb5c6!important}
body.auth-screen-page .auth-field select option{background:#0b1327;color:#fff}
body.auth-screen-page .auth-form>label:not(:first-of-type){margin-top:30px}
body.auth-screen-page .auth-eye{width:36px;height:36px;border:0;background:transparent!important;color:#fff!important;display:grid;place-items:center;cursor:pointer;font-size:18px;flex:0 0 36px;padding:0!important}
body.auth-screen-page .auth-check{font-style:normal;color:#23e176;font-size:18px;flex:0 0 auto}
body.auth-screen-page .auth-help{display:block;margin-top:8px;color:#c8cedc;font-size:12px;line-height:1.35}
body.auth-screen-page .auth-forgot{margin:24px 0 28px;text-align:right;font-size:15px;font-weight:700}
body.auth-screen-page .auth-forgot a{color:var(--auth-pink)!important}

body.auth-screen-page .auth-submit input,
body.auth-screen-page .auth-submit button,
body.auth-screen-page .auth-submit .button,
body.auth-screen-page .auth-submit-btn{
  width:100%!important;
  height:68px!important;
  border:0!important;
  border-radius:8px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,#f33d8b,#df2d74)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 14px 34px rgba(255,63,143,.24)!important;
  text-align:center!important;
}
body.auth-screen-page .auth-submit input:hover,
body.auth-screen-page .auth-submit button:hover{filter:brightness(1.06)}

body.auth-screen-page .auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin:56px 0 36px;color:#c0c6d4;font-size:15px}
body.auth-screen-page .auth-screen-register .auth-divider{margin:40px 0 26px}
body.auth-screen-page .auth-divider span{height:1px;background:rgba(255,255,255,.18)}
body.auth-screen-page .auth-divider em{font-style:normal;white-space:nowrap}
body.auth-screen-page .auth-socials{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.auth-screen-page .auth-socials a{height:66px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:rgba(8,13,30,.58);display:flex;align-items:center;justify-content:center;gap:14px;color:#fff;font-size:16px;font-weight:900}
body.auth-screen-page .auth-socials b{font-size:24px;line-height:1;color:#fff;display:grid;place-items:center;min-width:24px}
body.auth-screen-page .auth-socials .google{color:#fff;font-family:Arial,sans-serif;background:linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335);-webkit-background-clip:text;background-clip:text;color:transparent}
body.auth-screen-page .auth-socials .discord{color:#6876ff}
body.auth-screen-page .auth-bottom-link{text-align:center;color:#d3d7e2;font-size:16px;margin-top:48px}
body.auth-screen-page .auth-screen-register .auth-bottom-link{margin-top:34px}
body.auth-screen-page .auth-bottom-link a{font-weight:800}

body.auth-screen-page .auth-strength{display:grid;grid-template-columns:auto 1fr 1fr 1fr auto;align-items:center;gap:8px;margin:-10px 0 24px;color:#d8deea;font-size:12px}
body.auth-screen-page .auth-strength i{height:5px;border-radius:99px;background:rgba(255,255,255,.11)}
body.auth-screen-page .auth-strength b{font-size:12px;color:var(--auth-pink);font-weight:800}
body.auth-screen-page .auth-agree{display:flex!important;align-items:center;gap:13px;color:#e1e6ef!important;font-size:15px!important;line-height:1.5;margin:8px 0 32px!important;cursor:pointer}
body.auth-screen-page .auth-agree input{appearance:none;width:19px!important;height:19px!important;flex:0 0 19px;border-radius:4px;border:1px solid rgba(255,63,143,.75);background:rgba(255,255,255,.03);position:relative}
body.auth-screen-page .auth-agree input:checked{background:var(--auth-pink)}
body.auth-screen-page .auth-agree input:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900}
body.auth-screen-page .auth-agree a{color:var(--auth-pink)!important}


body.auth-screen-page .auth-logo-mark.small{width:42px;height:42px;font-size:20px;border-width:1.5px}






@media(max-width:1320px){
  body.auth-screen-page .auth-screen{grid-template-columns:minmax(380px,.85fr) minmax(520px,1fr);padding:56px 48px 118px;gap:30px}
  body.auth-screen-page .auth-screen-login .auth-card{padding:86px 64px 64px}
  body.auth-screen-page .auth-screen-register .auth-card{padding:42px 38px 32px}
  body.auth-screen-page .login-features{margin-top:160px}
  body.auth-screen-page .auth-intro h1{font-size:34px}
  body.auth-screen-page .auth-card h2{font-size:30px}
  
}
@media(max-width:1060px){
  body.auth-screen-page .auth-screen{grid-template-columns:1fr;padding:38px 28px 112px;gap:28px;background-position:center top}
  body.auth-screen-page .auth-right{justify-content:center}
  body.auth-screen-page .auth-screen-login .auth-card,
  body.auth-screen-page .auth-screen-register .auth-card{max-width:760px;padding:42px 34px}
  body.auth-screen-page .auth-intro{margin-top:54px}
  body.auth-screen-page .login-features{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);max-width:none;gap:12px}
  body.auth-screen-page .register-features{display:grid;grid-template-columns:repeat(2,1fr);max-width:none;gap:12px}
  body.auth-screen-page .auth-feature{grid-template-columns:52px 1fr;background:rgba(9,15,32,.52);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px}
  body.auth-screen-page .auth-feature-icon{width:52px;height:52px;font-size:22px}
  body.auth-screen-page .auth-feature b{font-size:13px}
  body.auth-screen-page .auth-feature small{font-size:12px}
  
  
}
@media(max-width:780px){
  body.auth-screen-page{padding:0!important;background:#040916!important}
  body.auth-screen-page .auth-screen{min-height:100vh;border-radius:0;border:0;display:block;padding:22px 16px 96px;background:linear-gradient(180deg,rgba(3,7,18,.78),rgba(3,7,18,.96)),var(--osanime-bg-rzy) center top/cover no-repeat}
  body.auth-screen-page .auth-screen:after{display:none}
  body.auth-screen-page .auth-logo{margin:0 auto!important}
  body.auth-screen-page .auth-logo-mark{width:40px;height:40px;font-size:19px}
  body.auth-screen-page .auth-logo-title{font-size:21px}
  body.auth-screen-page .auth-logo-sub{font-size:8px;letter-spacing:2.4px;margin-top:5px}
  body.auth-screen-page .auth-intro{margin-top:30px;text-align:left}
  body.auth-screen-page .auth-intro h1{font-size:25px;line-height:1.35}
  body.auth-screen-page .auth-line{margin:18px 0;width:58px}
  body.auth-screen-page .auth-intro p{font-size:13px;line-height:1.65}
  body.auth-screen-page .auth-feature-list{display:none!important}
  body.auth-screen-page .auth-right{margin-top:22px}
  body.auth-screen-page .auth-screen-login .auth-card,
  body.auth-screen-page .auth-screen-register .auth-card{padding:22px 16px;border-radius:12px;max-width:none}
  body.auth-screen-page .auth-card h2{font-size:25px}
  body.auth-screen-page .auth-card>p{font-size:14px;margin-bottom:26px}
  body.auth-screen-page .auth-grid.two{grid-template-columns:1fr;gap:0}
  body.auth-screen-page .auth-control{margin-bottom:16px}
  body.auth-screen-page .auth-form label,
  body.auth-screen-page .auth-control label{font-size:12px;margin-bottom:8px}
  body.auth-screen-page .auth-form>label:not(:first-of-type){margin-top:16px}
  body.auth-screen-page .auth-field{height:50px;border-radius:8px;padding:0 14px;gap:10px}
  body.auth-screen-page .auth-field>span{width:18px;flex-basis:18px;font-size:16px}
  body.auth-screen-page .auth-field input,
  body.auth-screen-page .auth-field select,
  body.auth-screen-page .auth-field textarea{font-size:13px!important}
  body.auth-screen-page .auth-eye{width:30px;height:30px;font-size:15px}
  body.auth-screen-page .auth-forgot{font-size:13px;margin:16px 0 18px}
  body.auth-screen-page .auth-submit input,
  body.auth-screen-page .auth-submit button,
  body.auth-screen-page .auth-submit .button,
  body.auth-screen-page .auth-submit-btn{height:50px!important;font-size:14px!important}
  body.auth-screen-page .auth-divider{gap:12px;margin:28px 0 18px;font-size:12px}
  body.auth-screen-page .auth-socials{grid-template-columns:1fr;gap:10px}
  body.auth-screen-page .auth-socials a{height:48px;font-size:13px}
  body.auth-screen-page .auth-bottom-link{font-size:13px;margin-top:22px}
  body.auth-screen-page .auth-strength{grid-template-columns:1fr 1fr 1fr auto;font-size:10px;margin:-4px 0 16px}
  body.auth-screen-page .auth-strength span{grid-column:1/-1}
  body.auth-screen-page .auth-agree{font-size:12px!important;align-items:flex-start;margin:4px 0 20px!important}
  
  
  
}


/* =========================================================
   REGISTER FORM VERTICAL CLEAN FIX - ChatGPT
   - Form register dibuat vertikal penuh
   - Tanggal lahir dihapus dari HTML
   - Checkbox dirapikan
   - Submit memakai tag Wapkiz asli :submit:
   ========================================================= */
body.auth-screen-page .auth-screen-register{
  grid-template-columns:minmax(420px,.9fr) minmax(420px,720px)!important;
  gap:54px!important;
}
body.auth-screen-page .auth-screen-register .auth-right{
  justify-content:flex-end!important;
  align-items:center!important;
}
body.auth-screen-page .auth-screen-register .auth-card,
body.auth-screen-page .auth-screen-register .register-card{
  width:100%!important;
  max-width:720px!important;
  padding:44px 54px 42px!important;
}
body.auth-screen-page .register-form-vertical .auth-grid,
body.auth-screen-page .register-form-vertical .auth-grid.two{
  display:block!important;
  grid-template-columns:1fr!important;
  gap:0!important;
}
body.auth-screen-page .register-form-vertical .auth-control{
  width:100%!important;
  margin-bottom:20px!important;
}
body.auth-screen-page .register-form-vertical .auth-field{
  width:100%!important;
  min-width:0!important;
}
body.auth-screen-page .register-form-vertical .auth-field input,
body.auth-screen-page .register-form-vertical .auth-field select,
body.auth-screen-page .register-form-vertical .auth-field textarea{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  display:block!important;
}
body.auth-screen-page .register-form-vertical .auth-help{
  margin-top:7px!important;
  padding-left:0!important;
  display:block!important;
}
body.auth-screen-page .auth-screen-register .auth-strength{
  margin:-4px 0 20px!important;
}
body.auth-screen-page .register-form-vertical .auth-agree{
  width:100%!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:12px!important;
  margin:6px 0 24px!important;
  padding:0!important;
  color:#e6ebf5!important;
  font-size:14px!important;
  line-height:1.55!important;
}
body.auth-screen-page .register-form-vertical .auth-agree input{
  margin:2px 0 0!important;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  flex:0 0 20px!important;
}
body.auth-screen-page .register-form-vertical .auth-agree span{
  display:block!important;
  min-width:0!important;
}
body.auth-screen-page .register-form-vertical .auth-submit{
  width:100%!important;
  margin-top:4px!important;
}
body.auth-screen-page .register-form-vertical .auth-submit input,
body.auth-screen-page .register-form-vertical .auth-submit button,
body.auth-screen-page .register-form-vertical .auth-submit .button,
body.auth-screen-page .register-form-vertical .auth-submit-btn{
  width:100%!important;
  max-width:none!important;
}

/* Wapkiz kadang memberi style inline pada input register, paksa penuh dan rapi */
body.auth-screen-page .register-form-vertical input[type="text"],
body.auth-screen-page .register-form-vertical input[type="email"],
body.auth-screen-page .register-form-vertical input[type="password"],
body.auth-screen-page .register-form-vertical select,
body.auth-screen-page .register-form-vertical textarea{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

@media(max-width:980px){
  body.auth-screen-page .auth-screen-register{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  body.auth-screen-page .auth-screen-register .auth-card,
  body.auth-screen-page .auth-screen-register .register-card{
    max-width:none!important;
  }
}

@media(max-width:780px){
  body.auth-screen-page .auth-screen-register .auth-card,
  body.auth-screen-page .auth-screen-register .register-card{
    padding:24px 18px 26px!important;
  }
  body.auth-screen-page .register-form-vertical .auth-control{
    margin-bottom:16px!important;
  }
  body.auth-screen-page .register-form-vertical .auth-agree{
    grid-template-columns:20px minmax(0,1fr)!important;
    column-gap:10px!important;
    font-size:12px!important;
    margin:2px 0 20px!important;
  }
}


/* =========================================================
   REGISTER CHECKBOX SQUARE + REQUIRED CLEAN FIX - ChatGPT
   - Checkbox kotak rapi, bukan persegi panjang
   - Form register tetap vertikal walau CSS lama masih ikut terbaca
   - :submit: tetap asli dari Wapkiz
   ========================================================= */
body.auth-screen-page .register-form-vertical{
  display:block!important;
}
body.auth-screen-page .register-form-vertical .auth-grid,
body.auth-screen-page .register-form-vertical .auth-grid.two{
  display:block!important;
  grid-template-columns:1fr!important;
}
body.auth-screen-page .register-form-vertical .auth-control{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin-bottom:18px!important;
}
body.auth-screen-page .register-form-vertical .auth-field{
  width:100%!important;
  max-width:none!important;
}
body.auth-screen-page .register-form-vertical .auth-help{
  display:block!important;
  margin-top:7px!important;
  line-height:1.45!important;
}

body.auth-screen-page .register-form-vertical .auth-agree,
body.auth-screen-page .register-form-vertical .register-agree-clean{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:11px!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:4px 0 22px!important;
  padding:0!important;
  color:#e8edf8!important;
  font-size:14px!important;
  line-height:1.55!important;
  cursor:pointer!important;
}
body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"],
body.auth-screen-page .register-form-vertical .auth-agree-check{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  flex:0 0 18px!important;
  aspect-ratio:1/1!important;
  padding:0!important;
  margin:3px 0 0!important;
  border-radius:4px!important;
  border:1.5px solid rgba(255,79,147,.9)!important;
  background:rgba(255,255,255,.03)!important;
  box-shadow:none!important;
  position:relative!important;
  cursor:pointer!important;
  vertical-align:top!important;
}
body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"]:checked,
body.auth-screen-page .register-form-vertical .auth-agree-check:checked{
  background:linear-gradient(180deg,#ff62a6,#ec3d85)!important;
  border-color:#ff4f93!important;
}
body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"]:checked:after,
body.auth-screen-page .register-form-vertical .auth-agree-check:checked:after{
  content:"✓"!important;
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}
body.auth-screen-page .register-form-vertical .auth-agree span,
body.auth-screen-page .register-form-vertical .register-agree-clean span{
  display:block!important;
  min-width:0!important;
  flex:1 1 auto!important;
  padding-top:0!important;
}
body.auth-screen-page .register-form-vertical .auth-agree a{
  color:#ff4f93!important;
  font-weight:900!important;
}
body.auth-screen-page .register-form-vertical .auth-submit input,
body.auth-screen-page .register-form-vertical .auth-submit button{
  width:100%!important;
}
@media(max-width:780px){
  body.auth-screen-page .register-form-vertical .auth-agree,
  body.auth-screen-page .register-form-vertical .register-agree-clean{
    gap:10px!important;
    font-size:12px!important;
    line-height:1.45!important;
    margin:2px 0 18px!important;
  }
  body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"],
  body.auth-screen-page .register-form-vertical .auth-agree-check{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    max-width:17px!important;
    min-height:17px!important;
    max-height:17px!important;
    flex-basis:17px!important;
    margin-top:2px!important;
  }
}


/* =========================================================
   FINAL DESKTOP REGISTER COMPACT + REAL PASSWORD STRENGTH
   - Card register desktop diperkecil
   - Checkbox dipaksa kotak rapi
   - Bar kekuatan password bergerak real-time via JS
   ========================================================= */
@media(min-width:981px){
  body.auth-screen-page .auth-screen-register{
    grid-template-columns:minmax(390px,.95fr) minmax(360px,600px)!important;
    gap:42px!important;
    padding-top:42px!important;
    padding-bottom:104px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-card,
  body.auth-screen-page .auth-screen-register .register-card{
    max-width:560px!important;
    padding:30px 36px 28px!important;
    border-radius:13px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-card h2,
  body.auth-screen-page .auth-screen-register .register-card h2{
    font-size:28px!important;
    margin-bottom:8px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-card>p,
  body.auth-screen-page .auth-screen-register .register-card>p{
    font-size:14px!important;
    margin-bottom:22px!important;
  }

  body.auth-screen-page .register-form-vertical .auth-control{
    margin-bottom:13px!important;
  }

  body.auth-screen-page .register-form-vertical .auth-control label{
    font-size:12px!important;
    margin-bottom:7px!important;
  }

  body.auth-screen-page .register-form-vertical .auth-field{
    height:48px!important;
    border-radius:8px!important;
    padding:0 15px!important;
    gap:11px!important;
  }

  body.auth-screen-page .register-form-vertical .auth-help{
    font-size:11px!important;
    margin-top:5px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-strength{
    margin:0 0 14px!important;
  }

  body.auth-screen-page .register-form-vertical .auth-agree,
  body.auth-screen-page .register-form-vertical .register-agree-clean{
    margin:2px 0 16px!important;
  }

  body.auth-screen-page .register-form-vertical .auth-submit input,
  body.auth-screen-page .register-form-vertical .auth-submit button,
  body.auth-screen-page .register-form-vertical .auth-submit .button,
  body.auth-screen-page .register-form-vertical .auth-submit-btn{
    height:48px!important;
    font-size:14px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-divider{
    margin:24px 0 16px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-socials a{
    height:44px!important;
    font-size:12px!important;
  }

  body.auth-screen-page .auth-screen-register .auth-bottom-link{
    margin-top:20px!important;
    font-size:13px!important;
  }
}

body.auth-screen-page .register-form-vertical .auth-agree,
body.auth-screen-page .register-form-vertical .register-agree-clean{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
}

body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"],
body.auth-screen-page .register-form-vertical .auth-agree-check{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  display:inline-grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  flex:0 0 18px!important;
  aspect-ratio:1 / 1!important;
  padding:0!important;
  margin:3px 0 0!important;
  border-radius:4px!important;
  border:1.5px solid rgba(255,79,147,.95)!important;
  background:rgba(255,255,255,.04)!important;
  box-shadow:0 0 0 0 rgba(255,79,147,0)!important;
  position:relative!important;
  overflow:hidden!important;
  cursor:pointer!important;
}

body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"]:focus,
body.auth-screen-page .register-form-vertical .auth-agree-check:focus{
  outline:none!important;
  box-shadow:0 0 0 3px rgba(255,79,147,.18)!important;
}

body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"]:checked,
body.auth-screen-page .register-form-vertical .auth-agree-check:checked{
  background:linear-gradient(180deg,#ff62a6,#ec3d85)!important;
  border-color:#ff4f93!important;
}

body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"]:checked:after,
body.auth-screen-page .register-form-vertical .auth-agree-check:checked:after{
  content:"✓"!important;
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}

body.auth-screen-page .register-form-vertical .auth-agree span,
body.auth-screen-page .register-form-vertical .register-agree-clean span{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  padding:0!important;
}

body.auth-screen-page .auth-strength{
  transition:.25s ease!important;
}
body.auth-screen-page .auth-strength i{
  position:relative!important;
  overflow:hidden!important;
  transition:background .25s ease, transform .25s ease, box-shadow .25s ease!important;
}
body.auth-screen-page .auth-strength i:before{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-105%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);
}
body.auth-screen-page .auth-strength i.active{
  transform:scaleY(1.18)!important;
  box-shadow:0 0 12px rgba(255,79,147,.28)!important;
}
body.auth-screen-page .auth-strength i.active:before{
  animation:authStrengthMove 1.1s linear infinite;
}
body.auth-screen-page .auth-strength.strength-empty i{
  background:rgba(255,255,255,.11)!important;
  box-shadow:none!important;
  transform:none!important;
}
body.auth-screen-page .auth-strength.strength-empty b{color:#aeb7c8!important}
body.auth-screen-page .auth-strength.strength-weak i.active{background:#ff4f93!important}
body.auth-screen-page .auth-strength.strength-weak b{color:#ff4f93!important}
body.auth-screen-page .auth-strength.strength-medium i.active{background:#ffb84d!important;box-shadow:0 0 12px rgba(255,184,77,.25)!important}
body.auth-screen-page .auth-strength.strength-medium b{color:#ffb84d!important}
body.auth-screen-page .auth-strength.strength-strong i.active{background:#27e38a!important;box-shadow:0 0 12px rgba(39,227,138,.25)!important}
body.auth-screen-page .auth-strength.strength-strong b{color:#27e38a!important}

@keyframes authStrengthMove{
  0%{transform:translateX(-105%)}
  100%{transform:translateX(105%)}
}

@media(max-width:780px){
  body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"],
  body.auth-screen-page .register-form-vertical .auth-agree-check{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    max-width:17px!important;
    min-height:17px!important;
    max-height:17px!important;
    flex-basis:17px!important;
    border-radius:4px!important;
  }
}


/* ===== REGISTER CLEAN: no password strength, checkbox only box clickable ===== */
body.auth-screen-page .auth-strength,
body.auth-screen-page .auth-screen-register .auth-strength{
  display:none!important;
}

body.auth-screen-page .auth-divider,
body.auth-screen-page .auth-socials{
  display:none!important;
}

body.auth-screen-page .register-form-vertical .auth-agree,
body.auth-screen-page .register-form-vertical .register-agree-clean{
  cursor:default!important;
  user-select:text!important;
  margin:10px 0 22px!important;
}

body.auth-screen-page .register-form-vertical .auth-agree input[type="checkbox"],
body.auth-screen-page .register-form-vertical .auth-agree-check{
  cursor:pointer!important;
  pointer-events:auto!important;
}

body.auth-screen-page .register-form-vertical .auth-agree span,
body.auth-screen-page .register-form-vertical .register-agree-clean span{
  cursor:default!important;
  pointer-events:auto!important;
}

body.auth-screen-page .register-form-vertical .auth-agree a{
  cursor:pointer!important;
}

body.auth-screen-page .auth-bottom-link{
  margin-top:22px!important;
}

/* =========================================
   OSANIME LOGO FIX - replace old JPOPANIME logo
   ========================================= */
.logo.osanime-logo,
body.search-page .logo.osanime-logo {
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
  width:auto !important;
  min-width:0 !important;
  text-decoration:none !important;
}

.logo.osanime-logo .osanime-logo-img,
body.search-page .logo.osanime-logo .osanime-logo-img {
  display:block !important;
  height:44px !important;
  width:auto !important;
  max-width:185px !important;
  object-fit:contain !important;
}

.sidebar .logo.osanime-logo,
.sidebar-logo.osanime-logo,
body.search-page .sidebar .logo.osanime-logo,
body.search-page .sidebar-logo.osanime-logo {
  position:relative !important;
  left:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:100% !important;
  margin-top:6px !important;
  margin-bottom:30px !important;
  padding-right:42px !important;
}

.sidebar .logo.osanime-logo .osanime-logo-img,
.sidebar-logo.osanime-logo .osanime-logo-img,
body.search-page .sidebar .logo.osanime-logo .osanime-logo-img,
body.search-page .sidebar-logo.osanime-logo .osanime-logo-img {
  height:48px !important;
  max-width:205px !important;
}



.logo.osanime-logo .mark,
.logo.osanime-logo .logo-title,
.logo.osanime-logo .logo-sub {
  display:none !important;
}

@media(max-width:780px){
  .topbar>.logo.osanime-logo,
  body.search-page .topbar>.logo.osanime-logo {
    position:absolute !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    justify-content:center !important;
  }

  .topbar>.logo.osanime-logo .osanime-logo-img,
  body.search-page .topbar>.logo.osanime-logo .osanime-logo-img {
    height:36px !important;
    max-width:150px !important;
  }

  .sidebar .logo.osanime-logo .osanime-logo-img,
  body.search-page .sidebar .logo.osanime-logo .osanime-logo-img {
    height:44px !important;
    max-width:190px !important;
  }
}


/* =========================================
   OSANIME LOGO FORCE FIX v2
   Paksa logo lama (♫ JPOPANIME MUSIC HUB) diganti gambar
   ========================================= */
.logo.osanime-logo,
.topbar > a.logo,
.sidebar > a.logo,
body.index-login-page .topbar > a.logo,
body.index-login-page .sidebar > a.logo,
body.search-page .topbar > a.logo,
body.search-page .sidebar > a.logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  width:auto!important;
  min-width:118px!important;
  height:54px!important;
  overflow:hidden!important;
  font-size:0!important;
  line-height:0!important;
  color:transparent!important;
  text-indent:0!important;
  text-decoration:none!important;
  background:transparent!important;
}

.logo.osanime-logo > *:not(.osanime-logo-img),
.topbar > a.logo > *:not(.osanime-logo-img),
.sidebar > a.logo > *:not(.osanime-logo-img),
body.index-login-page .topbar > a.logo > *:not(.osanime-logo-img),
body.index-login-page .sidebar > a.logo > *:not(.osanime-logo-img),
body.search-page .topbar > a.logo > *:not(.osanime-logo-img),
body.search-page .sidebar > a.logo > *:not(.osanime-logo-img){
  display:none!important;
}

.logo.osanime-logo .osanime-logo-img,
.topbar > a.logo .osanime-logo-img,
.sidebar > a.logo .osanime-logo-img,
body.index-login-page .topbar > a.logo .osanime-logo-img,
body.index-login-page .sidebar > a.logo .osanime-logo-img,
body.search-page .topbar > a.logo .osanime-logo-img,
body.search-page .sidebar > a.logo .osanime-logo-img{
  display:block!important;
  height:44px!important;
  width:auto!important;
  max-width:190px!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}.topbar > a.logo:not(.osanime-logo)::before,
.sidebar > a.logo:not(.osanime-logo)::before,
body.index-login-page .topbar > a.logo:not(.osanime-logo)::before,
body.index-login-page .sidebar > a.logo:not(.osanime-logo)::before,
body.search-page .topbar > a.logo:not(.osanime-logo)::before,
body.search-page .sidebar > a.logo:not(.osanime-logo)::before{
  content:""!important;
  display:block!important;
  width:155px!important;
  height:44px!important;
  background:url("https://i.ibb.co.com/5X3T42Mn/osanime.webp") left center/contain no-repeat!important;
  flex:0 0 155px!important;
}

.sidebar > a.logo,
.sidebar-logo,
body.index-login-page .sidebar > a.logo,
body.search-page .sidebar > a.logo{
  position:relative!important;
  left:auto!important;
  transform:none!important;
  min-width:0!important;
  width:100%!important;
  height:58px!important;
  margin-top:6px!important;
  margin-bottom:30px!important;
  padding-right:42px!important;
}



@media(max-width:780px){
  .topbar > a.logo,
  body.index-login-page .topbar > a.logo,
  body.search-page .topbar > a.logo{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    justify-content:center!important;
    min-width:120px!important;
    height:46px!important;
  }
  .topbar > a.logo .osanime-logo-img,
  body.index-login-page .topbar > a.logo .osanime-logo-img,
  body.search-page .topbar > a.logo .osanime-logo-img{
    height:36px!important;
    max-width:150px!important;
  }
  .topbar > a.logo:not(.osanime-logo)::before,
  body.index-login-page .topbar > a.logo:not(.osanime-logo)::before,
  body.search-page .topbar > a.logo:not(.osanime-logo)::before{
    width:138px!important;
    height:36px!important;
    flex-basis:138px!important;
    background-position:center!important;
  }
}

/* =========================================
   FINAL MOBILE LOGO SYMMETRIC FIX
   Supaya logo header mobile benar-benar di tengah,
   tidak turun / tidak geser walau logo lama diganti via CSS
   ========================================= */
@media(max-width:780px){
  body.index-login-page .topbar,
  body.search-page .topbar,
  body.download-page .topbar,
  .topbar{
    position:relative!important;
    height:68px!important;
    min-height:68px!important;
    padding:0 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between        !important;
    overflow:visible!important;
  }

  body.index-login-page .hamb,
  body.search-page .hamb,
  body.download-page .hamb,
  .hamb{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    font-size:27px!important;
    line-height:1!important;
    margin:0!important;
    padding:0!important;
    z-index:25!important;
  }

  body.index-login-page .mobile-search,
  body.search-page .mobile-search,
  body.download-page .mobile-search,
  .mobile-search{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    font-size:29px!important;
    line-height:1!important;
    margin-left:auto!important;
    margin-right:8px!important;
    padding:0!important;
    z-index:25!important;
  }

  body.index-login-page .mobile-user-avatar,
  body.search-page .mobile-user-avatar,
  body.download-page .mobile-user-avatar,
  .mobile-user-avatar{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    flex:0 0 38px!important;
    margin:0!important;
    padding:0!important;
    z-index:25!important;
  }

  body.index-login-page .topbar > a.logo,
  body.search-page .topbar > a.logo,
  body.download-page .topbar > a.logo,
  .topbar > a.logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    line-height:0!important;
    z-index:12!important;
  }

  body.index-login-page .topbar > a.logo .osanime-logo-img,
  body.search-page .topbar > a.logo .osanime-logo-img,
  body.download-page .topbar > a.logo .osanime-logo-img,
  .topbar > a.logo .osanime-logo-img{
    display:block!important;
    width:auto!important;
    height:32px!important;
    max-width:136px!important;
    max-height:32px!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    vertical-align:middle!important;
  }  body.index-login-page .topbar > a.logo:not(.osanime-logo)::before,
  body.search-page .topbar > a.logo:not(.osanime-logo)::before,
  body.download-page .topbar > a.logo:not(.osanime-logo)::before,
  .topbar > a.logo:not(.osanime-logo)::before{
    content:""!important;
    display:block!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
    flex:0 0 136px!important;
    margin:0!important;
    padding:0!important;
    background:url("https://i.ibb.co.com/5X3T42Mn/osanime.webp") center center/contain no-repeat!important;
    transform:none!important;
  }

  body.index-login-page .topbar > a.logo > *:not(.osanime-logo-img),
  body.search-page .topbar > a.logo > *:not(.osanime-logo-img),
  body.download-page .topbar > a.logo > *:not(.osanime-logo-img),
  .topbar > a.logo > *:not(.osanime-logo-img){
    display:none!important;
  }
}

@media(max-width:390px){
  body.index-login-page .topbar > a.logo,
  body.search-page .topbar > a.logo,
  body.download-page .topbar > a.logo,
  .topbar > a.logo{
    width:124px!important;
    min-width:124px!important;
    max-width:124px!important;
  }
  body.index-login-page .topbar > a.logo:not(.osanime-logo)::before,
  body.search-page .topbar > a.logo:not(.osanime-logo)::before,
  body.download-page .topbar > a.logo:not(.osanime-logo)::before,
  .topbar > a.logo:not(.osanime-logo)::before{
    width:124px!important;
    min-width:124px!important;
    max-width:124px!important;
    flex-basis:124px!important;
  }
}

/* =========================================
   HERO BUTTON OVERLAP FIX - added by ChatGPT
   Keeps Follow Us / See Latest Updates below the hero text
   ========================================= */
body.index-login-page .hero{
  min-height:390px!important;
}

body.index-login-page .hero-content{
  top:-18px!important;
  padding-bottom:70px!important;
}

body.index-login-page .hero p{
  max-width:560px!important;
  margin-bottom:0!important;
}

body.index-login-page .hero-actions{
  position:absolute!important;
  left:48px!important;
  top:318px!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

@media(max-width:780px){
  body.index-login-page .hero{
    min-height:292px!important;
  }

  body.index-login-page .hero-content{
    top:0!important;
    padding-bottom:62px!important;
  }

  body.index-login-page .hero p{
    max-width:300px!important;
    margin-bottom:0!important;
  }

  body.index-login-page .hero-actions{
    left:20px!important;
    top:224px!important;
    gap:8px!important;
  }

  body.index-login-page .hero-actions .btn.pink{
    height:36px!important;
    padding:0 18px!important;
    font-size:11px!important;
  }
}

@media(max-width:390px){
  body.index-login-page .hero{
    min-height:304px!important;
  }

  body.index-login-page .hero-actions{
    top:238px!important;
  }
}


/* =========================================
   MOBILE HOME FIX - show Latest Updates & Latest Posts
   ========================================= */
@media(max-width:780px){
  body.index-login-page .grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  body.index-login-page .grid .updates,
  body.index-login-page .grid .posts{
    display:block !important;
    width:100% !important;
    margin-bottom:10px !important;
  }

  body.index-login-page .updates .song{
    grid-template-columns:42px minmax(0,1fr) 38px !important;
    gap:10px !important;
    align-items:center !important;
  }

  body.index-login-page .updates .song .cover{
    width:42px !important;
    height:42px !important;
  }

  body.index-login-page .updates .song b,
  body.index-login-page .post b{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height:1.35;
  }

  body.index-login-page .updates .tag{
    justify-self:end;
    font-size:9px !important;
    padding:4px 6px !important;
  }

  body.index-login-page .posts .post{
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:center !important;
  }

  body.index-login-page .mobile-accord{
    display:none !important;
  }
}



@media(min-width:781px){
  body.search-page .search-content{
    align-items:start!important;
  }

  body.search-page .right-sidebar{
    position:sticky!important;
    top:18px!important;
    align-self:start!important;
    max-height:calc(100vh - 28px)!important;
    overflow-y:auto!important;
    scrollbar-width:thin;
  }

  body.search-page .right-sidebar::-webkit-scrollbar{
    width:6px;
  }

  body.search-page .right-sidebar::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.18);
    border-radius:20px;
  }
}





/* Same pattern as upload page .upload-inner + .upload-side */
@media(min-width:1101px){
  body.search-page .search-content{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:24px!important;
    align-items:start!important;
  }

  body.search-page .main-results{
    min-width:0!important;
  }

  body.search-page .right-sidebar{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
    position:sticky!important;
    top:92px!important;
    align-self:start!important;
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.search-page .right-sidebar .side-card{
    border-radius:12px!important;
    padding:20px!important;
  }
}

@media(max-width:1100px){
  body.search-page .search-content{
    display:block!important;
  }

  body.search-page .right-sidebar{
    display:block!important;
    position:static!important;
    margin-top:16px!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* =========================================
   GLOBAL FIX - Uploader link pink color
   ========================================= */
body.download-page .info-grid em a[href*="site-profile.html?to-user="],
body.download-page .info-grid em a[href*="site-profile.htm?to-user="],
body.download-page .info-grid em a[href*="site-profile.html?to-user%3D"],
body.download-page .info-grid em a[title]{
  color:var(--pink,#ff4f93)!important;
  font-weight:900!important;
}

body.download-page .info-grid em a[href*="site-profile.html?to-user="]:hover,
body.download-page .info-grid em a[href*="site-profile.htm?to-user="]:hover,
body.download-page .info-grid em a[href*="site-profile.html?to-user%3D"]:hover,
body.download-page .info-grid em a[title]:hover{
  color:#ff7ab0!important;
  text-decoration:underline!important;
}


body{
  padding-bottom:150px !important;
}

@media(max-width:780px){
  body{
    padding-bottom:150px !important;
  }
}


/* =========================================================
   FORGOT PASSWORD PAGE - OSANIME
   Modern, responsive, scoped to body.forgot-password-page
   ========================================================= */
body.forgot-password-page .forgot-screen{
  grid-template-columns:minmax(430px,.88fr) minmax(520px,760px);
  gap:54px;
}
body.forgot-password-page .forgot-left{
  justify-content:flex-start;
}
body.forgot-password-page .forgot-intro{
  margin-top:86px;
  max-width:590px;
}
body.forgot-password-page .forgot-eyebrow{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  padding:8px 12px;
  border:1px solid rgba(255,79,147,.25);
  border-radius:999px;
  background:rgba(255,79,147,.08);
  color:#ff8fba;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
}
body.forgot-password-page .forgot-features{
  margin-top:112px;
}
body.forgot-password-page .forgot-right{
  justify-content:flex-end;
  align-items:center;
}
body.forgot-password-page .forgot-card{
  position:relative;
  max-width:700px!important;
  padding:58px 62px 52px!important;
  overflow:hidden;
}
body.forgot-password-page .forgot-card:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-110px;
  top:-110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,147,.16),rgba(124,77,255,.06) 45%,transparent 70%);
  pointer-events:none;
}
body.forgot-password-page .forgot-card-icon{
  position:relative;
  width:58px;
  height:58px;
  margin-bottom:26px;
  display:grid;
  place-items:center;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(145deg,rgba(255,79,147,.20),rgba(124,77,255,.15));
  color:#ff75aa;
  font-size:23px;
  box-shadow:0 14px 34px rgba(0,0,0,.20);
}
body.forgot-password-page .forgot-card>p{
  max-width:520px;
  margin-bottom:32px!important;
}
body.forgot-password-page .forgot-message{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:12px;
  align-items:start;
  margin:0 0 24px;
  padding:15px 16px;
  border-radius:10px;
  font-size:12px;
  line-height:1.55;
}
body.forgot-password-page .forgot-message-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  font-size:15px;
}
body.forgot-password-page .forgot-message b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:13px;
}
body.forgot-password-page .forgot-message span:not(.forgot-message-icon){
  display:block;
  color:#d7deea;
}
body.forgot-password-page .forgot-message-success{
  border:1px solid rgba(39,227,138,.28);
  background:rgba(39,227,138,.07);
}
body.forgot-password-page .forgot-message-success .forgot-message-icon{
  color:#72efb2;
  background:rgba(39,227,138,.12);
}
body.forgot-password-page .forgot-message-error{
  border:1px solid rgba(255,79,147,.32);
  background:rgba(255,79,147,.07);
}
body.forgot-password-page .forgot-message-error .forgot-message-icon{
  color:#ff8ab5;
  background:rgba(255,79,147,.12);
}
body.forgot-password-page .forgot-form .auth-control{
  margin-bottom:24px;
}
body.forgot-password-page .forgot-identifier-field.has-error{
  border-color:rgba(255,94,146,.70)!important;
  box-shadow:0 0 0 4px rgba(255,79,147,.07);
}
body.forgot-password-page .forgot-field-help,
body.forgot-password-page .forgot-field-error{
  display:flex;
  align-items:flex-start;
  gap:6px;
  margin-top:8px;
  font-size:11.5px;
  line-height:1.45;
}
body.forgot-password-page .forgot-field-help{
  color:#aeb7c9;
}
body.forgot-password-page .forgot-field-error{
  color:#ff8ab5;
}
body.forgot-password-page .forgot-submit{
  margin-top:8px;
}
body.forgot-password-page .forgot-submit .auth-submit-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  transition:transform .18s ease,filter .18s ease,opacity .18s ease!important;
}
body.forgot-password-page .forgot-submit .auth-submit-btn:hover{
  transform:translateY(-1px);
}
body.forgot-password-page .forgot-submit .auth-submit-btn:disabled{
  cursor:wait!important;
  opacity:.78!important;
  transform:none!important;
}
body.forgot-password-page .forgot-security-note{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:18px;
  padding:12px 13px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.025);
  color:#9fa9bb;
  font-size:11px;
  line-height:1.5;
}
body.forgot-password-page .forgot-security-note i{
  margin-top:2px;
  color:#8d96a8;
}
body.forgot-password-page .forgot-back-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}
body.forgot-password-page .forgot-back-link,
body.forgot-password-page .forgot-register-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  font-size:13px;
  font-weight:800;
}
body.forgot-password-page .forgot-back-link{
  color:#e8edf7;
}
body.forgot-password-page .forgot-back-link:hover{
  color:#fff;
}
body.forgot-password-page .forgot-register-link{
  color:var(--auth-pink,#ff4f93);
}

@media(max-width:1320px){
  body.forgot-password-page .forgot-screen{
    grid-template-columns:minmax(360px,.8fr) minmax(500px,1fr);
    gap:34px;
  }
  body.forgot-password-page .forgot-card{
    max-width:680px!important;
    padding:48px 48px 44px!important;
  }
  body.forgot-password-page .forgot-features{
    margin-top:72px;
  }
}

@media(max-width:1060px){
  body.forgot-password-page .forgot-screen{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body.forgot-password-page .forgot-left{
    max-width:760px;
    width:100%;
    margin:0 auto;
  }
  body.forgot-password-page .forgot-intro{
    margin-top:44px;
  }
  body.forgot-password-page .forgot-features{
    margin-top:34px!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:none!important;
    gap:12px!important;
  }
  body.forgot-password-page .forgot-right{
    width:100%;
    justify-content:center!important;
  }
  body.forgot-password-page .forgot-card{
    width:100%;
    max-width:760px!important;
    padding:42px 40px!important;
  }
}

@media(max-width:780px){
  body.forgot-password-page .forgot-screen{
    padding-top:max(20px,env(safe-area-inset-top))!important;
    padding-left:max(16px,env(safe-area-inset-left))!important;
    padding-right:max(16px,env(safe-area-inset-right))!important;
    padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }
  body.forgot-password-page .forgot-left{
    width:100%;
  }
  body.forgot-password-page .forgot-intro{
    margin-top:28px!important;
    text-align:center!important;
  }
  body.forgot-password-page .forgot-eyebrow{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:14px;
    padding:7px 10px;
    font-size:10.5px;
  }
  body.forgot-password-page .forgot-intro h1{
    font-size:26px!important;
    line-height:1.25!important;
  }
  body.forgot-password-page .forgot-intro .auth-line{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.forgot-password-page .forgot-intro p{
    max-width:520px;
    margin:0 auto!important;
  }
  body.forgot-password-page .forgot-features{
    display:none!important;
  }
  body.forgot-password-page .forgot-right{
    margin-top:20px!important;
  }
  body.forgot-password-page .forgot-card{
    max-width:none!important;
    padding:24px 18px 22px!important;
    border-radius:14px!important;
  }
  body.forgot-password-page .forgot-card-icon{
    width:48px;
    height:48px;
    margin-bottom:18px;
    border-radius:13px;
    font-size:19px;
  }
  body.forgot-password-page .forgot-card h2{
    font-size:24px!important;
  }
  body.forgot-password-page .forgot-card>p{
    margin-bottom:24px!important;
    font-size:13px!important;
  }
  body.forgot-password-page .forgot-message{
    grid-template-columns:34px minmax(0,1fr);
    padding:13px;
    margin-bottom:18px;
  }
  body.forgot-password-page .forgot-message-icon{
    width:30px;
    height:30px;
    border-radius:8px;
  }
  body.forgot-password-page .forgot-form .auth-control{
    margin-bottom:18px!important;
  }
  body.forgot-password-page .forgot-security-note{
    font-size:10.5px;
    margin-top:14px;
  }
  body.forgot-password-page .forgot-back-row{
    margin-top:22px;
    padding-top:18px;
  }
  body.forgot-password-page .forgot-back-link,
  body.forgot-password-page .forgot-register-link{
    font-size:12px;
  }
}

@media(max-width:420px){
  body.forgot-password-page .forgot-screen{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.forgot-password-page .forgot-card{
    padding:22px 15px 20px!important;
  }
  body.forgot-password-page .forgot-intro h1{
    font-size:23px!important;
  }
  body.forgot-password-page .forgot-back-row{
    align-items:stretch;
    flex-direction:column;
    gap:8px;
  }
  body.forgot-password-page .forgot-back-link,
  body.forgot-password-page .forgot-register-link{
    justify-content:center;
    width:100%;
    min-height:40px;
    border-radius:8px;
  }
  body.forgot-password-page .forgot-back-link{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
  }
}

@media(hover:none){
  body.forgot-password-page .forgot-submit .auth-submit-btn:hover{
    transform:none;
  }
}




body.index-php-page{
  min-width:0;
  overflow-x:hidden;
}
body.index-php-page.sidebar-is-open{
  overflow:hidden;
}
body.index-php-page .page{
  position:relative;
  isolation:isolate;
  width:100%;
}
body.index-php-page .skip-link{
  position:fixed!important;
  left:12px!important;
  top:-52px!important;
  z-index:99999!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  background:#ff4f93!important;
  color:#fff!important;
  font-weight:900!important;
  transition:top .2s ease!important;
}
body.index-php-page .skip-link:focus{top:12px!important}
body.index-php-page .dropdown-empty{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 13px;
  color:rgba(255,255,255,.6);
  font-size:12px;
}
body.index-php-page .cat-count{opacity:.65;font-size:.9em}
body.index-php-page .topbar{
  position:relative;
  z-index:70;
}
body.index-php-page .nav-dropdown,
body.index-php-page .desktop-user-box{position:relative}
body.index-php-page .nav-dropdown-menu,
body.index-php-page .profile-dropdown{
  z-index:180;
}
body.index-php-page .desktop-user-box{
  margin-left:4px;
}
body.index-php-page .user-menu-toggle{
  min-height:40px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:#071023;
  color:#fff;
  cursor:pointer;
}
body.index-php-page .desktop-user-avatar{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#ff57a2,#7c4dff);
}
body.index-php-page .desktop-user-name{
  max-width:120px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  font-weight:800;
}
body.index-php-page .profile-dropdown{
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  width:230px;
  display:none;
  padding:10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:#0b1326;
  box-shadow:0 18px 45px rgba(0,0,0,.42);
}
body.index-php-page .profile-dropdown.show{display:block}
body.index-php-page .profile-dropdown-meta{
  padding:9px 10px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.index-php-page .profile-dropdown-meta strong,
body.index-php-page .profile-dropdown-meta small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.index-php-page .profile-dropdown-meta strong{font-size:13px}
body.index-php-page .profile-dropdown-meta small{margin-top:5px;color:#9faabd;font-size:11px}
body.index-php-page .profile-dropdown>a{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:8px;
  padding:10px;
  border-radius:7px;
  font-size:12px;
  font-weight:800;
}
body.index-php-page .profile-dropdown>a:hover{background:rgba(255,255,255,.06);color:#ff4f93}
body.index-php-page .index-alert{
  margin-bottom:16px;
  padding:13px 15px;
  border-radius:9px;
  font-size:13px;
  line-height:1.5;
}
body.index-php-page .index-alert.error{
  color:#ffd5e4;
  border:1px solid rgba(255,79,147,.34);
  background:rgba(255,79,147,.08);
}
body.index-php-page .index-search-panel{margin-bottom:16px}
body.index-php-page .index-result-summary{
  margin:-5px 0 15px;
  color:#b8c2d3;
  font-size:12px;
}
body.index-php-page .index-search-results-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body.index-php-page .index-search-card{
  min-width:0;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) 18px;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  background:#111a2e;
}
body.index-php-page .index-search-card:hover{border-color:rgba(255,79,147,.4);background:#151f35}
body.index-php-page .index-search-card img{width:54px;height:54px;border-radius:7px;object-fit:cover;background:#172033}
body.index-php-page .index-search-card span{min-width:0}
body.index-php-page .index-search-card b,
body.index-php-page .index-search-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.index-php-page .index-search-card b{font-size:12px}
body.index-php-page .index-search-card small{margin-top:6px;color:#aeb8c8;font-size:10.5px}
body.index-php-page .index-search-card>i{color:#ff4f93;font-size:11px}
body.index-php-page .index-empty-state{
  width:100%;
  padding:18px;
  border:1px dashed rgba(255,255,255,.12);
  border-radius:9px;
  color:#aeb8c8;
  background:rgba(255,255,255,.025);
  font-size:12px;
  line-height:1.5;
}
body.index-php-page .music-list{min-width:0}
body.index-php-page .song-copy{min-width:0}
body.index-php-page .song-copy b,
body.index-php-page .song-copy small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.index-php-page .index-post-placeholder{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:12px 0;
  color:#d8e0ef;
}
body.index-php-page .index-post-placeholder b{font-size:12px}
body.index-php-page .index-post-placeholder small{display:block;margin-top:5px;color:#aeb8c8;font-size:10.5px;line-height:1.55}
body.index-php-page #memberUploadList .avatar-wrap{
  display:grid;
  place-items:center;
}
body.index-php-page #memberUploadList .member-avatar-fallback{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:3px solid #11172a;
  background:linear-gradient(135deg,#1a2440,#0d1428);
  color:#fff;
  font-size:26px;
}
body.index-php-page .index-member-empty{grid-column:1/-1}

@media(max-width:1180px){
  body.index-php-page .topbar{gap:16px;padding-left:24px;padding-right:24px}
  body.index-php-page .nav{gap:12px;margin-left:8px}
  body.index-php-page .nav a,
  body.index-php-page .nav-dropdown button{font-size:11px}
  body.index-php-page .search{width:190px}
  body.index-php-page .index-main-grid{grid-template-columns:1fr 1fr}
  body.index-php-page .index-main-grid .posts{grid-column:1/-1}
}

@media(max-width:900px) and (min-width:781px){
  body.index-php-page .topbar .nav{display:none}
  body.index-php-page .hamb{display:block!important;font-size:24px}
  body.index-php-page .topbar{justify-content:flex-start}
  body.index-php-page .topbar>.logo{margin-right:auto}
  body.index-php-page .index-search-results-grid{grid-template-columns:1fr}
}

@media(max-width:780px){
  body.index-php-page{padding:0!important;background:#040916!important}
  body.index-php-page .page{max-width:none!important;min-height:100vh!important;border:0!important;border-radius:0!important;box-shadow:none!important}
  body.index-php-page .topbar{
    position:relative!important;
    height:68px!important;
    padding:0 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    overflow:visible!important;
  }
  body.index-php-page .hamb,
  body.index-php-page .mobile-search{display:block!important;position:relative;z-index:190}
  body.index-php-page .topbar>.logo{position:absolute!important;left:50%!important;transform:translateX(-50%)!important;z-index:80!important}
  body.index-php-page .topbar>.btn,
  body.index-php-page .desktop-user-box{display:none!important}
  body.index-php-page .topbar .search{display:none!important}
  body.index-php-page .topbar.search-open .search{
    display:flex!important;
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    top:72px!important;
    width:auto!important;
    height:44px!important;
    margin:0!important;
    z-index:220!important;
    background:#071020!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:8px!important;
    box-shadow:0 12px 30px rgba(0,0,0,.35)!important;
  }
  body.index-php-page .hero{min-height:235px}
  body.index-php-page .hero-slide{padding:34px 18px 58px}
  body.index-php-page .hero h1{font-size:24px;line-height:1.08;margin-top:5px}
  body.index-php-page .hero p{max-width:75%;font-size:12px;line-height:1.5}
  body.index-php-page .hero-actions{left:18px;top:auto;bottom:28px}
  body.index-php-page .dots{bottom:12px}
  body.index-php-page .content{padding:14px 12px 0}
  body.index-php-page .quick{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  body.index-php-page .quick-card{min-width:0;height:76px;padding:8px 5px;gap:5px}
  body.index-php-page .index-main-grid{grid-template-columns:1fr}
  body.index-php-page .index-main-grid .posts{grid-column:auto}
  body.index-php-page .index-search-results-grid{grid-template-columns:1fr}
  body.index-php-page .index-search-card{grid-template-columns:48px minmax(0,1fr) 16px;padding:8px}
  body.index-php-page .index-search-card img{width:48px;height:48px}
  body.index-php-page .song{min-width:0}
  body.index-php-page .sidebar{z-index:260!important}
  body.index-php-page .sidebar-overlay{z-index:250!important}
  body.index-php-page .mobile-auth{display:grid!important}
}

@media(max-width:520px){
  body.index-php-page .hero{min-height:220px}
  body.index-php-page .hero h1{font-size:21px}
  body.index-php-page .hero p{max-width:86%;font-size:11.5px}
  body.index-php-page .quick{grid-template-columns:1fr}
  body.index-php-page .quick-card{
    height:auto;
    min-height:64px;
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    align-items:center;
    text-align:left;
    padding:10px 12px;
    gap:10px;
  }
  body.index-php-page .quick-icon{font-size:25px}
  body.index-php-page .quick-card h3{font-size:11px}
  body.index-php-page .quick-card p{display:block;font-size:10px;line-height:1.4}
  body.index-php-page .panel{padding:12px 10px}
  body.index-php-page .panel h2{font-size:12px}
  body.index-php-page .song{grid-template-columns:26px 42px minmax(0,1fr) 20px!important;gap:8px!important}
  body.index-php-page .updates .song{grid-template-columns:42px minmax(0,1fr) 36px!important}
  body.index-php-page .song-copy small{font-size:9px}
}

@media(max-width:360px){
  body.index-php-page .topbar{padding:0 12px!important}
  body.index-php-page .topbar .logo-title{font-size:15px!important}
  body.index-php-page .logo-sub{font-size:7px!important;letter-spacing:1.5px!important}
  body.index-php-page .hero h1{font-size:19px}
  body.index-php-page .hero-actions .btn{padding:0 12px;font-size:10px}
}

@media(prefers-reduced-motion:reduce){
  body.index-php-page *,
  body.index-php-page *::before,
  body.index-php-page *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* Premium member uploader cards moved out of the old inline index HTML. */
body.index-php-page .panel.members{
  position:relative;
  overflow:hidden;
  margin-top:18px;
  padding:18px 20px 20px;
  border:1px solid rgba(255,60,170,.55)!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 0 100%,rgba(255,54,165,.22),transparent 34%),
    radial-gradient(circle at 100% 100%,rgba(111,87,255,.20),transparent 38%),
    linear-gradient(180deg,rgba(11,16,34,.94),rgba(7,10,24,.96))!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.04) inset,0 0 22px rgba(255,54,165,.22),0 18px 45px rgba(0,0,0,.42)!important;
}
body.index-php-page .panel.members:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1.5px);
  background-size:18px 18px;
  opacity:.09;
}
body.index-php-page .panel.members:after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,transparent,#ff4ea3,#8b65ff,transparent);
  box-shadow:0 0 18px rgba(255,78,163,.8);
}
body.index-php-page .panel.members .panel-head{position:relative;z-index:2;margin-bottom:16px}
body.index-php-page #memberUploadList.member-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
body.index-php-page #memberUploadList .member{
  position:relative;
  min-width:0;
  min-height:160px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:16px 12px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 12px 30px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
body.index-php-page #memberUploadList .member:hover{
  transform:translateY(-4px);
  border-color:rgba(255,74,166,.55);
  box-shadow:0 18px 35px rgba(0,0,0,.34),0 0 20px rgba(255,74,166,.18);
}
body.index-php-page #memberUploadList .member-rank{
  position:absolute;
  top:10px;
  left:10px;
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:14px;
  color:#fff;
  border:2px solid rgba(255,255,255,.55);
  background:linear-gradient(135deg,#ffb633,#d87000);
  box-shadow:0 4px 12px rgba(0,0,0,.32),0 0 14px rgba(255,190,65,.38);
}
body.index-php-page #memberUploadList .member:nth-child(2) .member-rank{background:linear-gradient(135deg,#d9d6ff,#7d70cf)}
body.index-php-page #memberUploadList .member:nth-child(3) .member-rank{background:linear-gradient(135deg,#ff9d58,#b74e19)}
body.index-php-page #memberUploadList .member:nth-child(n/**/+4) .member-rank{background:linear-gradient(135deg,#ff4ba1,#7b55ff);font-size:12px}
body.index-php-page #memberUploadList .member-top-icon{
  position:absolute;
  top:17px;
  right:17px;
  color:#ffd761;
  font-size:18px;
  filter:drop-shadow(0 0 8px rgba(255,215,97,.55));
}
body.index-php-page #memberUploadList .avatar-wrap{
  position:relative;
  width:76px;
  height:76px;
  margin:0 auto 10px;
  border-radius:50%;
  padding:3px;
  background:conic-gradient(from 180deg,#ff4ba1,#8e64ff,#48c5ff,#ff4ba1);
  box-shadow:0 0 0 4px rgba(255,75,161,.09),0 0 18px rgba(255,75,161,.42);
}
body.index-php-page #memberUploadList .verified{
  position:absolute;
  right:0;
  bottom:4px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  color:#fff;
  background:#ff3e93;
  box-shadow:0 0 10px rgba(255,62,147,.7);
}
body.index-php-page #memberUploadList .member-info{width:100%;min-width:0}
body.index-php-page #memberUploadList .member b{
  display:block;
  max-width:100%;
  color:#fff;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body.index-php-page #memberUploadList .member small{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-top:5px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:700;
}
body.index-php-page #memberUploadList .member small:before{content:"☁";color:#fff;opacity:.9}
body.index-php-page #memberUploadList .member .mini{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:88px;
  margin-top:12px;
  padding:8px 12px;
  border-radius:7px;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff!important;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(236,61,133,.25);
}
@media(max-width:780px){
  body.index-php-page .panel.members{margin:16px 0 0;padding:13px 10px 14px;border-radius:14px!important}
  body.index-php-page #memberUploadList.member-row{
    display:flex;
    flex-direction:row;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 4px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  body.index-php-page #memberUploadList.member-row::-webkit-scrollbar{display:none}
  body.index-php-page #memberUploadList .member{flex:0 0 92px;min-height:128px;padding:13px 8px 11px;border-radius:14px;scroll-snap-align:start}
  body.index-php-page #memberUploadList .member-rank{width:24px;height:24px;top:7px;left:7px;font-size:11px;border-width:1px}
  body.index-php-page #memberUploadList .member-top-icon{display:none}
  body.index-php-page #memberUploadList .avatar-wrap{width:58px;height:58px;margin-bottom:8px;padding:2px}
  body.index-php-page #memberUploadList .member-avatar-fallback{font-size:20px}
  body.index-php-page #memberUploadList .verified{width:16px;height:16px;font-size:9px;bottom:2px}
  body.index-php-page #memberUploadList .member b{font-size:10px;max-width:76px}
  body.index-php-page #memberUploadList .member small{font-size:9px;margin-top:4px;gap:3px;white-space:nowrap}
  body.index-php-page #memberUploadList .member .mini{min-width:62px;margin-top:8px;padding:7px;font-size:8px;border-radius:6px}
  body.index-php-page .index-member-empty{flex:0 0 100%}
}



body.index-php-page{
  --idx-bg:#040916;
  --idx-panel:#0d1629;
  --idx-panel-2:#101a30;
  --idx-line:rgba(255,255,255,.09);
  --idx-line-strong:rgba(255,255,255,.15);
  --idx-text:#fff;
  --idx-muted:#b8c2d4;
  --idx-pink:#ff4f93;
  --idx-pink-2:#ec3d85;
  --idx-violet:#8b5cf6;
  --idx-blue:#64b8ff;
  margin:0!important;
  min-width:320px;
  min-height:100vh;
  padding:0!important;
  overflow-x:hidden;
  color:var(--idx-text);
  background:#040916!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

body.index-php-page.sidebar-is-open{overflow:hidden!important}
body.index-php-page *,body.index-php-page *::before,body.index-php-page *::after{box-sizing:border-box}
body.index-php-page button,body.index-php-page input{font:inherit}
body.index-php-page a{text-decoration:none}

body.index-php-page .skip-link{
  position:fixed!important;
  left:14px!important;
  top:-60px!important;
  z-index:9999!important;
  padding:10px 14px!important;
  border-radius:9px!important;
  background:var(--idx-pink)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  transition:top .18s ease!important;
}
body.index-php-page .skip-link:focus{top:14px!important}

/* One visual shell regardless of PHP include boundaries. */
body.index-php-page .page{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-height:100vh!important;
  margin:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:var(--idx-bg)!important;
  box-shadow:none!important;
}

/* ------------------------------ HERO ------------------------------ */
body.index-php-page .hero{
  position:relative!important;
  z-index:1!important;
  min-height:365px!important;
  overflow:hidden!important;
  background:#050913!important;
}
body.index-php-page .hero-slide{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  padding:68px 48px 86px!important;
  opacity:0!important;
  visibility:hidden!important;
  background-position:center!important;
  background-size:cover!important;
  transition:opacity .4s ease,visibility .4s ease!important;
}
body.index-php-page .hero-slide::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,10,24,.88) 36%,rgba(5,9,20,.38) 64%,rgba(5,9,20,.14) 100%)!important;
}
body.index-php-page .hero-slide.active{opacity:1!important;visibility:visible!important}
body.index-php-page .hero-content{position:relative!important;z-index:2!important;top:0!important;max-width:570px!important}
body.index-php-page .hero h1{
  margin:0 0 18px!important;
  color:#fff!important;
  font-size:46px!important;
  line-height:1.04!important;
  font-weight:950!important;
  letter-spacing:-1.8px!important;
  text-shadow:0 4px 16px rgba(0,0,0,.38)!important;
}
body.index-php-page .hero p{margin:0!important;color:#dce4f1!important;font-size:15px!important;line-height:1.65!important}
body.index-php-page .accent{color:var(--idx-pink)!important}
body.index-php-page .hero-actions{
  position:absolute!important;
  left:48px!important;
  top:auto!important;
  bottom:34px!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.index-php-page .hero-actions .btn{
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 17px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:7px!important;
  background:rgba(7,16,35,.83)!important;
  color:#fff!important;
  font-size:10.5px!important;
  font-weight:900!important;
}
body.index-php-page .hero-actions .btn.pink{border-color:transparent!important;background:linear-gradient(180deg,#ff62a6,#ec3d85)!important}
body.index-php-page .hero-actions .arrow{color:#fff!important;font-size:24px!important}
body.index-php-page .slide-btn{
  position:absolute!important;
  top:50%!important;
  z-index:9!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  transform:translateY(-50%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:50%!important;
  background:rgba(7,14,30,.5)!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:1!important;
  opacity:.48!important;
  cursor:pointer!important;
}
body.index-php-page .slide-btn:hover{opacity:1!important}
body.index-php-page .slide-btn.prev{left:13px!important}
body.index-php-page .slide-btn.next{right:13px!important}
body.index-php-page .dots{
  position:absolute!important;
  left:50%!important;
  bottom:25px!important;
  z-index:10!important;
  display:flex!important;
  gap:8px!important;
  transform:translateX(-50%)!important;
}
body.index-php-page .dots button{
  width:8px!important;
  height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:99px!important;
  background:#cdd6e5!important;
  cursor:pointer!important;
  transition:width .18s ease,background .18s ease!important;
}
body.index-php-page .dots button.active{width:22px!important;background:var(--idx-pink)!important}

/* ------------------------------ CONTENT ------------------------------ */
body.index-php-page .content{
  width:100%!important;
  padding:24px 34px 0!important;
  background:linear-gradient(180deg,#071020,#040813)!important;
}
body.index-php-page .panel{
  min-width:0!important;
  border:1px solid var(--idx-line)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#10182c,#091226)!important;
  box-shadow:none!important;
}
body.index-php-page .panel-head{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:15px!important}
body.index-php-page .panel-head h2{
  min-width:0!important;
  margin:0!important;
  padding-left:9px!important;
  border-left:3px solid var(--idx-pink)!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
body.index-php-page .panel-head .see{margin-left:auto!important;color:#c796ff!important;font-size:9.5px!important;font-weight:900!important;white-space:nowrap!important}
body.index-php-page .panel-head .see:hover{color:#fff!important}

body.index-php-page .index-alert,
body.index-php-page .index-search-panel{margin-bottom:16px!important}
body.index-php-page .index-search-panel{padding:18px!important}
body.index-php-page .index-search-results-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
body.index-php-page .index-search-card{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:11px!important;
  padding:9px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:#111a2e!important;
  color:#fff!important;
}
body.index-php-page .index-search-card img{width:54px!important;height:54px!important;border-radius:7px!important;object-fit:cover!important}
body.index-php-page .index-search-card span{min-width:0!important}
body.index-php-page .index-search-card b,
body.index-php-page .index-search-card small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.index-php-page .index-search-card b{font-size:11.5px!important}
body.index-php-page .index-search-card small{margin-top:5px!important;color:#9eabbd!important;font-size:9.5px!important}

body.index-php-page .quick{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-bottom:14px!important;
}
body.index-php-page .quick-card{
  min-width:0!important;
  min-height:86px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  gap:17px!important;
  padding:15px 20px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#111b30,#0b1326)!important;
  color:#fff!important;
  transition:transform .18s ease,border-color .18s ease!important;
}
body.index-php-page .quick-card:hover{transform:translateY(-2px)!important;border-color:rgba(255,79,147,.3)!important}
body.index-php-page .quick-icon{font-size:36px!important;line-height:1!important;color:var(--idx-pink)!important;text-align:center!important}
body.index-php-page .quick-card:nth-child(2) .quick-icon{color:var(--idx-violet)!important}
body.index-php-page .quick-card:nth-child(3) .quick-icon{color:var(--idx-blue)!important}
body.index-php-page .quick-card h3{margin:0 0 5px!important;color:#fff!important;font-size:12px!important;font-weight:900!important}
body.index-php-page .quick-card p{margin:0!important;color:#b9c4d5!important;font-size:10px!important;line-height:1.45!important}

body.index-php-page .index-main-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.08fr)!important;
  gap:13px!important;
  align-items:start!important;
}
body.index-php-page .index-main-grid>.panel{padding:17px!important}
body.index-php-page .music-list{min-width:0!important}
body.index-php-page .song{
  min-width:0!important;
  min-height:62px!important;
  display:grid!important;
  grid-template-columns:30px 48px minmax(0,1fr) 22px!important;
  align-items:center!important;
  gap:10px!important;
  padding:7px 0!important;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
  color:#fff!important;
}
body.index-php-page .song:last-child{border-bottom:0!important}
body.index-php-page .updates .song{grid-template-columns:48px minmax(0,1fr) auto!important}
body.index-php-page .song .rank{
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:5px!important;
  background:#1c263c!important;
  color:var(--idx-pink)!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.index-php-page .song .cover{width:48px!important;height:48px!important;border-radius:6px!important;object-fit:cover!important;background:#172033!important}
body.index-php-page .song-copy{min-width:0!important}
body.index-php-page .song-copy b,
body.index-php-page .song-copy small{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.index-php-page .song-copy b{color:#fff!important;font-size:11px!important;line-height:1.3!important}
body.index-php-page .song-copy small{margin-top:4px!important;color:#aeb8c8!important;font-size:9px!important;line-height:1.45!important}
body.index-php-page .song .dl{justify-self:end!important;color:var(--idx-pink)!important;font-size:16px!important}
body.index-php-page .song .tag{
  min-width:36px!important;
  justify-self:end!important;
  padding:5px 6px!important;
  border-radius:5px!important;
  background:var(--idx-pink)!important;
  color:#fff!important;
  font-size:8px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:center!important;
}
body.index-php-page .index-post-placeholder{padding:9px 0!important}
body.index-php-page .mobile-accord{display:none!important}
body.index-php-page .index-empty-state{padding:16px!important;border:1px dashed rgba(255,255,255,.12)!important;border-radius:8px!important;color:#9eabba!important;background:rgba(255,255,255,.02)!important;font-size:10.5px!important}

/* Member panel keeps the premium look but is normalized to the PHP layout. */
body.index-php-page .panel.members{margin:14px 0 0!important;padding:17px 18px 19px!important;border-radius:15px!important}
body.index-php-page .panel.members .panel-head{position:relative!important;z-index:3!important;margin-bottom:14px!important}
body.index-php-page .panel.members .panel-head h2::before{display:none!important;content:none!important}
body.index-php-page #memberUploadList.member-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important}
body.index-php-page #memberUploadList .member{min-height:145px!important;padding:14px 10px 12px!important;border-radius:13px!important}
body.index-php-page #memberUploadList .avatar-wrap{width:68px!important;height:68px!important;margin-bottom:9px!important}
body.index-php-page #memberUploadList .member-avatar-fallback{font-size:23px!important}
body.index-php-page #memberUploadList .member-rank{width:27px!important;height:27px!important;top:8px!important;left:8px!important;font-size:11px!important}
body.index-php-page #memberUploadList .member-top-icon{top:12px!important;right:12px!important;font-size:15px!important}
body.index-php-page #memberUploadList .member b{font-size:11px!important}
body.index-php-page #memberUploadList .member small{font-size:9px!important}
body.index-php-page #memberUploadList .member .mini{min-width:76px!important;margin-top:9px!important;padding:7px 9px!important;font-size:8px!important}










/* ------------------------------ RESPONSIVE: LAPTOP ------------------------------ */
@media(max-width:1280px){
  body.index-php-page .content{padding-left:26px!important;padding-right:26px!important}
}

@media(max-width:1100px) and (min-width:781px){
  body.index-php-page .index-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.index-php-page .index-main-grid>.posts{grid-column:1/-1!important}
  body.index-php-page .index-search-results-grid{grid-template-columns:1fr!important}
  body.index-php-page #memberUploadList.member-row{grid-template-columns:repeat(5,minmax(120px,1fr))!important;overflow-x:auto!important;padding-bottom:5px!important}
}

/* ------------------------------ RESPONSIVE: MOBILE ------------------------------ */
@media(max-width:780px){
  body.index-php-page{
    min-width:0!important;
    padding:0!important;
    background:#040916!important;
  }
  body.index-php-page .page{
    min-height:100vh!important;
    min-height:100dvh!important;
    max-width:none!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.index-php-page .hero{min-height:270px!important}
  body.index-php-page .hero-slide{padding:34px 18px 75px!important;background-position:center!important}
  body.index-php-page .hero-slide::before{background:linear-gradient(90deg,rgba(5,9,20,.96) 0%,rgba(5,9,20,.78) 56%,rgba(5,9,20,.32) 100%)!important}
  body.index-php-page .hero-content{max-width:78%!important}
  body.index-php-page .hero h1{font-size:25px!important;line-height:1.08!important;letter-spacing:-.8px!important;margin-bottom:12px!important}
  body.index-php-page .hero p{font-size:11.5px!important;line-height:1.5!important}
  body.index-php-page .slide-btn{display:none!important}
  body.index-php-page .hero-actions{left:18px!important;bottom:31px!important;gap:8px!important}
  body.index-php-page .hero-actions .btn{height:34px!important;padding:0 13px!important;font-size:9px!important}
  body.index-php-page .hero-actions .arrow{display:none!important}
  body.index-php-page .dots{bottom:11px!important}

  body.index-php-page .content{padding:14px 12px 0!important}
  body.index-php-page .quick{gap:7px!important;margin-bottom:10px!important}
  body.index-php-page .quick-card{
    min-height:72px!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:5px!important;
    padding:9px 6px!important;
    text-align:center!important;
  }
  body.index-php-page .quick-icon{font-size:26px!important}
  body.index-php-page .quick-card h3{font-size:9px!important;margin:0!important}
  body.index-php-page .quick-card p{display:none!important}
  body.index-php-page .index-main-grid{grid-template-columns:1fr!important;gap:10px!important}
  body.index-php-page .index-main-grid>.posts{grid-column:auto!important}
  body.index-php-page .index-main-grid>.panel{padding:13px 12px!important}
  body.index-php-page .panel-head{margin-bottom:11px!important}
  body.index-php-page .panel-head h2{font-size:12px!important}
  body.index-php-page .index-search-results-grid{grid-template-columns:1fr!important}
  body.index-php-page .index-search-card{grid-template-columns:46px minmax(0,1fr) 14px!important;padding:8px!important}
  body.index-php-page .index-search-card img{width:46px!important;height:46px!important}
  body.index-php-page .song{grid-template-columns:27px 43px minmax(0,1fr) 19px!important;gap:8px!important;min-height:58px!important}
  body.index-php-page .updates .song{grid-template-columns:43px minmax(0,1fr) 34px!important}
  body.index-php-page .song .cover{width:43px!important;height:43px!important}
  body.index-php-page .song-copy b{font-size:10.5px!important}
  body.index-php-page .song-copy small{font-size:8.5px!important}
  body.index-php-page .mobile-accord{display:none!important}

  body.index-php-page .panel.members{margin-top:11px!important;padding:13px 10px 14px!important;border-radius:13px!important}
  body.index-php-page #memberUploadList.member-row{
    display:flex!important;
    grid-template-columns:none!important;
    gap:9px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 2px 4px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
  }
  body.index-php-page #memberUploadList.member-row::-webkit-scrollbar{display:none!important}
  body.index-php-page #memberUploadList .member{flex:0 0 94px!important;min-height:126px!important;padding:12px 7px 10px!important;scroll-snap-align:start!important}
  body.index-php-page #memberUploadList .avatar-wrap{width:56px!important;height:56px!important}
  body.index-php-page #memberUploadList .member b{max-width:80px!important;font-size:9.5px!important}
  body.index-php-page #memberUploadList .member small{font-size:8px!important;white-space:nowrap!important}
  body.index-php-page #memberUploadList .member-top-icon{display:none!important}

  
  
  
  
}

@media(max-width:520px){
  body.index-php-page .hero{min-height:245px!important}
  body.index-php-page .hero-slide{padding:30px 16px 70px!important}
  body.index-php-page .hero-content{max-width:88%!important}
  body.index-php-page .hero h1{font-size:22px!important}
  body.index-php-page .hero p{font-size:10.5px!important}
  body.index-php-page .hero-actions{left:16px!important}
  body.index-php-page .hero-actions .btn:not(.pink){display:none!important}
  body.index-php-page .quick{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  body.index-php-page .quick-card{
    min-height:58px!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    justify-items:stretch!important;
    align-items:center!important;
    gap:10px!important;
    padding:9px 11px!important;
    text-align:left!important;
  }
  body.index-php-page .quick-icon{font-size:22px!important}
  body.index-php-page .quick-card h3{font-size:10px!important}
  body.index-php-page .quick-card p{display:block!important;margin-top:3px!important;font-size:8.5px!important;line-height:1.35!important}
  body.index-php-page .panel-head h2{max-width:72%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  
}

@media(max-width:390px){
  body.index-php-page .hero h1{font-size:20px!important}
  body.index-php-page .hero p{font-size:10px!important}
  body.index-php-page .content{padding-left:9px!important;padding-right:9px!important}
  body.index-php-page .index-main-grid>.panel{padding:11px 9px!important}
  body.index-php-page .song{grid-template-columns:25px 40px minmax(0,1fr) 18px!important;gap:7px!important}
  body.index-php-page .updates .song{grid-template-columns:40px minmax(0,1fr) 32px!important}
  body.index-php-page .song .cover{width:40px!important;height:40px!important}
  body.index-php-page #memberUploadList .member{flex-basis:88px!important}
}

@media(prefers-reduced-motion:reduce){
  body.index-php-page *,body.index-php-page *::before,body.index-php-page *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* =========================================================
   DOWNLOAD PHP - FINAL TABLET RESPONSIVE FIX
   Scope: /download/download.php (body.download-php-page)
   Tablet: 781px - 1180px
   ========================================================= */
@media (min-width:781px) and (max-width:1180px){
  body.download-page.download-php-page{
    padding:10px !important;
    overflow-x:hidden !important;
    background:#eef2f7 !important;
  }

  body.download-page.download-php-page .page{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 auto !important;
    overflow:visible !important;
  }

  body.download-page.download-php-page .download-wrap{
    width:100% !important;
    min-width:0 !important;
    padding:22px 24px 0 !important;
  }

  body.download-page.download-php-page .breadcrumb{
    min-width:0 !important;
    max-width:100% !important;
    gap:9px !important;
    margin-bottom:20px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }

  body.download-page.download-php-page .breadcrumb b{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  /* Main detail: image + information, download card moves below. */
  body.download-page.download-php-page .song-hero-detail{
    width:100% !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:minmax(260px,310px) minmax(0,1fr) !important;
    gap:24px !important;
    align-items:start !important;
  }

  body.download-page.download-php-page .cover-large{
    width:100% !important;
    max-width:310px !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    justify-self:start !important;
    border-radius:10px !important;
  }

  body.download-page.download-php-page .cover-large img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
  }

  body.download-page.download-php-page .song-info-detail{
    width:100% !important;
    min-width:0 !important;
    padding:4px 0 0 !important;
  }

  body.download-page.download-php-page .category{
    margin-bottom:10px !important;
    font-size:11px !important;
    line-height:1.4 !important;
  }

  body.download-page.download-php-page .song-info-detail h1{
    max-width:100% !important;
    margin:0 0 14px !important;
    font-size:clamp(24px,3.1vw,30px) !important;
    line-height:1.18 !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  body.download-page.download-php-page .artist-line{
    min-width:0 !important;
    margin-bottom:16px !important;
    gap:10px !important;
  }

  body.download-page.download-php-page .artist-line b{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:14px !important;
  }

  body.download-page.download-php-page .favorite-btn{
    max-width:100% !important;
    margin:0 0 16px !important;
  }

  /* A single-column metadata table prevents values becoming 1-2 words wide. */
  body.download-page.download-php-page .info-grid{
    width:100% !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:10px !important;
    background:rgba(4,9,22,.38) !important;
  }

  body.download-page.download-php-page .info-grid div{
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:22px 108px minmax(0,1fr) !important;
    align-items:center !important;
    gap:9px !important;
    padding:9px 12px !important;
    border-bottom:1px solid rgba(255,255,255,.065) !important;
    font-size:12px !important;
    line-height:1.35 !important;
  }

  body.download-page.download-php-page .info-grid div:last-child{
    border-bottom:0 !important;
  }

  body.download-page.download-php-page .info-grid i{
    width:22px !important;
    color:var(--pink) !important;
    text-align:center !important;
  }

  body.download-page.download-php-page .info-grid span{
    min-width:0 !important;
    color:#aeb8c8 !important;
    font-weight:700 !important;
    white-space:nowrap !important;
  }

  body.download-page.download-php-page .info-grid em{
    min-width:0 !important;
    color:#fff !important;
    text-align:left !important;
    justify-self:start !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  body.download-page.download-php-page .download-card-wrap{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin-top:0 !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    gap:14px !important;
    justify-self:stretch !important;
  }

  body.download-page.download-php-page .download-card,
  body.download-page.download-php-page .notice-card{
    min-width:0 !important;
    height:100% !important;
  }

  body.download-page.download-php-page .download-card{
    display:flex !important;
    flex-direction:column !important;
    padding:18px !important;
  }

  body.download-page.download-php-page .download-card h2{
    margin-bottom:12px !important;
  }

  body.download-page.download-php-page .download-card .cloud{
    width:52px !important;
    height:52px !important;
    margin:0 auto 12px !important;
    font-size:26px !important;
  }

  body.download-page.download-php-page .download-card p{
    margin-bottom:14px !important;
  }

  body.download-page.download-php-page .download-main{
    width:100% !important;
    margin-top:auto !important;
  }

  /* Player must never overflow tablet width. */
  body.download-page.download-php-page .player-card.custom-player{
    width:100% !important;
    min-width:0 !important;
    margin-top:18px !important;
    padding:16px 18px !important;
    display:grid !important;
    grid-template-columns:76px minmax(0,1fr) !important;
    gap:16px !important;
    align-items:center !important;
  }

  body.download-page.download-php-page .custom-player .player-cover{
    width:76px !important;
    height:76px !important;
    flex-basis:76px !important;
  }

  body.download-page.download-php-page .custom-player .player-main{
    width:100% !important;
    min-width:0 !important;
    gap:12px !important;
  }

  body.download-page.download-php-page .custom-player .player-top{
    width:100% !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:14px !important;
    align-items:center !important;
  }

  body.download-page.download-php-page .custom-player .player-meta{
    min-width:0 !important;
  }

  body.download-page.download-php-page .custom-player .player-buttons{
    flex:0 0 auto !important;
    gap:14px !important;
  }

  body.download-page.download-php-page .custom-player .player-buttons .play-btn{
    width:48px !important;
    height:48px !important;
    font-size:18px !important;
  }

  body.download-page.download-php-page .custom-player .progress-area{
    width:100% !important;
    min-width:0 !important;
    grid-template-columns:38px minmax(0,1fr) 38px !important;
    gap:9px !important;
  }

  /* Below-detail cards and recommendations. */
  body.download-page.download-php-page .desc-share{
    width:100% !important;
    min-width:0 !important;
    grid-template-columns:minmax(0,1fr) 280px !important;
    gap:14px !important;
    margin-top:14px !important;
  }

  body.download-page.download-php-page .desc-card,
  body.download-page.download-php-page .share-card{
    min-width:0 !important;
    padding:18px !important;
  }

  body.download-page.download-php-page .recommend-row{
    width:100% !important;
    min-width:0 !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  body.download-page.download-php-page .rec-item{
    min-width:0 !important;
    grid-template-columns:58px minmax(0,1fr) !important;
    gap:9px !important;
    padding:10px !important;
  }

  body.download-page.download-php-page .rec-item img{
    width:58px !important;
    height:58px !important;
  }

  body.download-page.download-php-page .rec-item b,
  body.download-page.download-php-page .rec-item small{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.download-page.download-php-page .rec-item b{
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    white-space:normal !important;
    line-height:1.3 !important;
  }
}

/* Narrow tablet / portrait tablet. */
@media (min-width:781px) and (max-width:920px){
  body.download-page.download-php-page .download-wrap{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  body.download-page.download-php-page .song-hero-detail{
    grid-template-columns:250px minmax(0,1fr) !important;
    gap:20px !important;
  }

  body.download-page.download-php-page .cover-large{
    max-width:250px !important;
  }

  body.download-page.download-php-page .song-info-detail h1{
    font-size:24px !important;
  }

  body.download-page.download-php-page .info-grid div{
    grid-template-columns:20px 96px minmax(0,1fr) !important;
    padding:8px 10px !important;
    gap:8px !important;
    font-size:11.5px !important;
  }

  body.download-page.download-php-page .desc-share{
    grid-template-columns:1fr !important;
  }

  body.download-page.download-php-page .share-buttons{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }

  body.download-page.download-php-page .recommend-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

/* Keep the existing phone layout, but stop long DB values from widening the page. */
@media (max-width:780px){
  body.download-page.download-php-page,
  body.download-page.download-php-page .page,
  body.download-page.download-php-page .download-wrap,
  body.download-page.download-php-page .song-hero-detail,
  body.download-page.download-php-page .song-info-detail,
  body.download-page.download-php-page .download-card-wrap,
  body.download-page.download-php-page .player-card,
  body.download-page.download-php-page .desc-share,
  body.download-page.download-php-page .recommend-card{
    max-width:100% !important;
    min-width:0 !important;
  }

  body.download-page.download-php-page .song-info-detail h1,
  body.download-page.download-php-page .info-grid em,
  body.download-page.download-php-page .static-desc,
  body.download-page.download-php-page .rec-item{
    overflow-wrap:anywhere !important;
  }
}


/* DOWNLOAD PHP - tablet header follows the same compact behavior as Index. */
@media (min-width:781px) and (max-width:1180px){
  body.download-page.download-php-page .topbar{
    position:relative !important;
    min-width:0 !important;
    height:74px !important;
    padding:0 22px !important;
    gap:14px !important;
    overflow:visible !important;
  }

  body.download-page.download-php-page .hamb{
    width:38px !important;
    height:38px !important;
    display:grid !important;
    place-items:center !important;
    flex:0 0 38px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:8px !important;
    background:rgba(255,255,255,.04) !important;
    color:#fff !important;
    font-size:18px !important;
    cursor:pointer !important;
  }

  body.download-page.download-php-page .topbar .nav{
    display:none !important;
  }

  body.download-page.download-php-page .topbar > .logo{
    position:static !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    flex:0 0 auto !important;
    margin:0 4px 0 0 !important;
  }

  body.download-page.download-php-page .topbar .search{
    width:clamp(180px,24vw,250px) !important;
    max-width:250px !important;
    min-width:150px !important;
    margin-left:auto !important;
    flex:0 1 250px !important;
  }

  body.download-page.download-php-page .mobile-search{
    display:none !important;
  }

  body.download-page.download-php-page .desktop-user-box{
    flex:0 0 auto !important;
  }
}

@media (min-width:781px) and (max-width:920px){
  body.download-page.download-php-page .topbar{
    padding-left:18px !important;
    padding-right:18px !important;
    gap:10px !important;
  }

  body.download-page.download-php-page .topbar .search{
    width:180px !important;
    min-width:140px !important;
    flex-basis:180px !important;
  }

  body.download-page.download-php-page .desktop-user-box .user-info{
    display:none !important;
  }
}

/* ======================================================================
   SEARCH PHP 8.5 - FINAL GLOBAL LAYER
   Search page now uses /assets/css/style.css only.
   Scoped to .search-page.search-php-page so other OSANIME pages are safe.
   ====================================================================== */

body.search-page.search-php-page{
  background:#eef2f7;
  color:var(--text);
  padding:14px;
}

body.search-page.search-php-page .page{
  width:100%;
  max-width:1460px;
  min-width:0;
  margin:0 auto;
  overflow:visible;
  border-radius:10px;
  background:#040916;
}

body.search-page.search-php-page .topbar{
  position:relative;
  z-index:70;
  min-width:0;
}

body.search-page.search-php-page .topbar .search{
  min-width:170px;
  max-width:260px;
  flex:1 1 230px;
}

body.search-page.search-php-page .search-hero{
  min-height:220px;
  padding:38px clamp(28px,5vw,72px);
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(5,9,20,.98),rgba(5,9,20,.74),rgba(5,9,20,.34)),
    var(--osanime-bg-rzy) center 38%/cover no-repeat;
}

body.search-page.search-php-page .search-box-wrap{
  width:min(100%,620px);
  min-width:0;
}

body.search-page.search-php-page .search-box-wrap h1{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.4px;
}

body.search-page.search-php-page .big-search{
  width:min(100%,560px);
  height:58px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:9px;
  background:rgba(8,14,30,.88);
  box-shadow:0 14px 38px rgba(0,0,0,.18);
}

body.search-page.search-php-page .big-search:focus-within{
  border-color:rgba(255,79,147,.75);
  box-shadow:0 0 0 3px rgba(255,79,147,.13),0 14px 38px rgba(0,0,0,.18);
}

body.search-page.search-php-page .big-search input{
  width:100%;
  min-width:0;
  flex:1 1 auto;
  height:100%;
  padding:0 20px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:15px;
}

body.search-page.search-php-page .big-search input::placeholder{
  color:#95a2b8;
}

body.search-page.search-php-page .big-search button{
  width:58px;
  height:100%;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border:0;
  color:#fff;
  background:linear-gradient(180deg,#ff5ca2,#ec3d85);
  cursor:pointer;
  font-size:19px;
}

body.search-page.search-php-page .search-box-wrap p{
  margin-top:14px;
  color:#edf2fb;
  font-size:14px;
  line-height:1.6;
}

body.search-page.search-php-page .search-box-wrap p b{
  color:var(--pink);
}

body.search-page.search-php-page .search-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:20px;
  align-items:start;
  padding:24px clamp(24px,3.8vw,54px) 8px;
  background:linear-gradient(180deg,#071020,#040813);
}

body.search-page.search-php-page .main-results,
body.search-page.search-php-page .right-sidebar,
body.search-page.search-php-page .result-info{
  min-width:0;
}

body.search-page.search-php-page .filters-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

body.search-page.search-php-page .tabs{
  min-width:0;
  display:flex;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  background:#111a2c;
}

body.search-page.search-php-page .tabs button{
  min-width:88px;
  height:42px;
  padding:0 14px;
  border:0;
  background:transparent;
  color:#dce5f4;
  font-size:11px;
  font-weight:900;
  letter-spacing:.15px;
  cursor:pointer;
  transition:background .2s ease,color .2s ease;
}

body.search-page.search-php-page .tabs button:hover{
  background:rgba(255,255,255,.045);
}

body.search-page.search-php-page .tabs button.active{
  color:#fff!important;
  background:linear-gradient(180deg,#ff62a6,#ec3d85)!important;
}

body.search-page.search-php-page .sort{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
  color:#cbd5e5;
  font-size:12px;
  white-space:nowrap;
}

body.search-page.search-php-page .sort select{
  width:136px;
  height:40px;
  padding:0 30px 0 11px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  outline:0;
  background:#10182a;
  color:#fff;
  font-size:12px;
  cursor:pointer;
}

body.search-page.search-php-page .search-found-count{
  margin:0 0 12px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  background:#10182c;
  color:#dbe3f0;
  font-size:13px;
  font-weight:700;
}

body.search-page.search-php-page .search-found-count b{
  color:var(--pink);
}

body.search-page.search-php-page .results-list{
  padding-right:18px;
  border-right:1px solid rgba(255,255,255,.07);
}

body.search-page.search-php-page .result-item{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:156px minmax(0,1fr) 28px;
  gap:20px;
  align-items:center;
  margin:0 0 12px;
  padding:12px;
  border:1px solid transparent;
  border-bottom-color:rgba(255,255,255,.07);
  border-radius:8px;
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

body.search-page.search-php-page .result-item:hover{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.075);
  transform:translateY(-1px);
}

body.search-page.search-php-page .thumb{
  position:relative;
  width:156px;
  height:108px;
  overflow:hidden;
  border-radius:8px;
  background:#172033;
}

body.search-page.search-php-page .thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

body.search-page.search-php-page .thumb .play-badge{
  position:absolute;
  left:12px;
  bottom:12px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff;
  font-size:13px;
  box-shadow:0 8px 20px rgba(255,79,147,.3);
}

body.search-page.search-php-page .result-info h2{
  max-width:100%;
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  overflow-wrap:anywhere;
}

body.search-page.search-php-page .result-info h2 em{
  display:inline-flex;
  align-items:center;
  min-height:23px;
  margin-left:7px;
  padding:3px 7px;
  border-radius:4px;
  vertical-align:middle;
  color:#fff;
  background:var(--pink);
  font-size:9px;
  line-height:1;
  font-style:normal;
  font-weight:900;
}

body.search-page.search-php-page .result-info h2 em.all-label,
body.search-page.search-php-page .result-info h2 em.title-label{background:#ff4f93}
body.search-page.search-php-page .result-info h2 em.album-label{background:#7c4dff}
body.search-page.search-php-page .result-info h2 em.artist-label{background:#38a4ff}
body.search-page.search-php-page .result-info h2 em.anime-label{background:#ff9f1c;color:#071020}

body.search-page.search-php-page .meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  margin:12px 0 10px;
  color:#cbd5e5;
  font-size:11px;
  line-height:1.45;
}

body.search-page.search-php-page .meta span{
  min-width:0;
  overflow-wrap:anywhere;
}

body.search-page.search-php-page .meta .artist{
  color:#fff;
  font-weight:700;
}

body.search-page.search-php-page .meta i{
  margin-right:3px;
  color:#ff77ad;
  font-style:normal;
}

body.search-page.search-php-page .result-info p{
  color:#9facbf;
  font-size:11px;
  line-height:1.55;
  overflow-wrap:anywhere;
}

body.search-page.search-php-page .result-info p i{
  margin:0 7px;
  color:#66738a;
  font-style:normal;
}

body.search-page.search-php-page .search-result-arrow{
  justify-self:end;
  color:#ff4f93;
  font-size:17px;
}

body.search-page.search-php-page .search-empty{
  min-height:88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  padding:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:#10182c;
  color:#dbe3f0;
}

body.search-page.search-php-page .search-empty small,
body.search-page.search-php-page .side-empty{
  color:#aeb8c8;
}

body.search-page.search-php-page .search-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  padding:12px 0 18px;
}

body.search-page.search-php-page .search-pagination a{
  min-width:34px;
  height:34px;
  padding:0 9px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:6px;
  background:#091224;
  color:#fff;
  font-size:12px;
  font-weight:800;
}

body.search-page.search-php-page .search-pagination a:hover{
  border-color:rgba(255,79,147,.5);
  color:#ff8fbb;
}

body.search-page.search-php-page .search-pagination a.active{
  border-color:transparent;
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  color:#fff;
}

body.search-page.search-php-page .pagination-gap{
  padding:0 2px;
  color:#8290a9;
}

body.search-page.search-php-page .right-sidebar{
  display:flex;
  flex-direction:column;
  gap:14px;
}

body.search-page.search-php-page .side-card{
  min-width:0;
  padding:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:linear-gradient(180deg,#10182c,#091226);
}

body.search-page.search-php-page .side-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

body.search-page.search-php-page .side-card h3{
  min-width:0;
  padding-left:8px;
  border-left:3px solid var(--pink);
  color:#fff;
  font-size:13px;
  line-height:1.3;
}

body.search-page.search-php-page .side-head a,
body.search-page.search-php-page .search-clear-history{
  flex:0 0 auto;
  border:0;
  background:transparent;
  color:#c796ff;
  font-family:inherit;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}

body.search-page.search-php-page .chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

body.search-page.search-php-page .chips a,
body.search-page.search-php-page #searchHistory .history-chip{
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:6px;
  overflow:hidden;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:6px;
  background:#172136;
  color:#dbe3f0;
  font-size:10px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

body.search-page.search-php-page .popular-artists a.artist-row{
  color:inherit!important;
  text-decoration:none!important;
}

body.search-page.search-php-page .artist-row{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 16px;
  gap:10px;
  align-items:center;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#fff;
  font-size:12px;
}

body.search-page.search-php-page .artist-row:last-child{
  border-bottom:0;
}

body.search-page.search-php-page .artist-row img{
  width:38px;
  height:38px;
  display:block;
  border-radius:50%;
  object-fit:cover;
}

body.search-page.search-php-page .artist-row div{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

body.search-page.search-php-page .artist-row small{
  display:block;
  margin-top:3px;
  overflow:hidden;
  color:#aeb8c8;
  font-size:10px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

body.search-page.search-php-page .hitz ol{
  list-style:none;
  counter-reset:search-hitz;
}

body.search-page.search-php-page .hitz ol li{
  counter-increment:search-hitz;
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:8px;
  align-items:start;
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.search-page.search-php-page .hitz ol li:last-child{
  border-bottom:0;
}

body.search-page.search-php-page .hitz ol li::before{
  content:counter(search-hitz);
  height:24px;
  display:grid;
  place-items:center;
  border-radius:4px;
  background:#1c263c;
  color:var(--pink);
  font-size:11px;
  font-weight:900;
}

body.search-page.search-php-page .hitz ol li a{
  min-width:0;
  display:block;
  color:inherit!important;
  text-decoration:none!important;
}

body.search-page.search-php-page .hitz ol li b{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:11px;
  line-height:1.35;
  white-space:nowrap;
  text-overflow:ellipsis;
}

body.search-page.search-php-page .hitz ol li small{
  display:block;
  margin-top:3px;
  overflow:hidden;
  color:#aeb8c8;
  font-size:9px;
  line-height:1.4;
  white-space:nowrap;
  text-overflow:ellipsis;
}

/* Large desktop: keep suggestions visible while scrolling. */
@media(min-width:1081px){
  body.search-page.search-php-page .right-sidebar{
    position:sticky;
    top:18px;
    max-height:calc(100vh - 36px);
    overflow-y:auto;
    scrollbar-width:thin;
  }

  body.search-page.search-php-page .right-sidebar::-webkit-scrollbar{width:5px}
  body.search-page.search-php-page .right-sidebar::-webkit-scrollbar-thumb{
    border-radius:20px;
    background:rgba(255,255,255,.16);
  }
}

/* Tablet / small laptop. */
@media(max-width:1180px) and (min-width:781px){
  body.search-page.search-php-page .topbar{
    padding-left:20px!important;
    padding-right:20px!important;
    gap:16px!important;
  }

  body.search-page.search-php-page .search-content{
    grid-template-columns:minmax(0,1fr) 270px;
    gap:16px;
    padding-left:24px;
    padding-right:24px;
  }

  body.search-page.search-php-page .result-item{
    grid-template-columns:132px minmax(0,1fr) 24px;
    gap:15px;
  }

  body.search-page.search-php-page .thumb{
    width:132px;
    height:94px;
  }

  body.search-page.search-php-page .result-info h2{font-size:16px}
  body.search-page.search-php-page .meta{gap:7px 11px}
}

/* On narrower tablets, prioritize results and move sidebar below. */
@media(max-width:1080px) and (min-width:781px){
  body.search-page.search-php-page .hamb{
    display:block!important;
    flex:0 0 auto;
    font-size:22px;
  }

  body.search-page.search-php-page .topbar .nav{
    display:none!important;
  }

  body.search-page.search-php-page .topbar .logo{
    margin-right:auto;
  }

  body.search-page.search-php-page .topbar .search{
    width:min(30vw,240px);
    flex:0 1 240px;
    margin-left:0;
  }

  body.search-page.search-php-page .search-content{
    grid-template-columns:1fr;
  }

  body.search-page.search-php-page .results-list{
    padding-right:0;
    border-right:0;
  }

  body.search-page.search-php-page .right-sidebar{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:2px;
  }

  body.search-page.search-php-page .side-card{
    min-height:100%;
  }
}

/* Mobile. */
@media(max-width:780px){
  body.search-page.search-php-page{
    padding:0!important;
    background:#040916!important;
    overflow-x:hidden;
  }

  body.search-page.search-php-page .page{
    max-width:none!important;
    min-height:100vh;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.search-page.search-php-page .topbar{
    height:68px!important;
    padding:0 14px!important;
    overflow:visible!important;
  }

  body.search-page.search-php-page .hamb,
  body.search-page.search-php-page .mobile-search{
    position:relative;
    z-index:130;
    display:grid!important;
    place-items:center;
    width:38px;
    height:38px;
    font-size:20px!important;
    pointer-events:auto!important;
  }

  body.search-page.search-php-page .topbar>.logo{
    position:absolute!important;
    left:50%!important;
    z-index:30;
    transform:translateX(-50%)!important;
  }

  body.search-page.search-php-page .topbar .search{
    display:none!important;
  }

  body.search-page.search-php-page .topbar.search-open .search{
    position:absolute!important;
    top:72px!important;
    left:12px!important;
    right:12px!important;
    z-index:160!important;
    width:auto!important;
    max-width:none!important;
    height:44px!important;
    display:flex!important;
    margin:0!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:8px!important;
    background:#071020!important;
    box-shadow:0 12px 30px rgba(0,0,0,.28);
  }

  body.search-page.search-php-page .search-hero{
    min-height:176px;
    padding:24px 16px;
    background-position:center top;
  }

  body.search-page.search-php-page .search-box-wrap h1{
    margin-bottom:12px;
    font-size:20px;
  }

  body.search-page.search-php-page .big-search{
    width:100%;
    height:48px;
  }

  body.search-page.search-php-page .big-search input{
    padding:0 14px;
    font-size:13px;
  }

  body.search-page.search-php-page .big-search button{
    width:48px;
    flex-basis:48px;
    font-size:16px;
  }

  body.search-page.search-php-page .search-box-wrap p{
    margin-top:11px;
    font-size:12px;
  }

  body.search-page.search-php-page .search-content{
    display:block!important;
    padding:14px 12px 4px!important;
  }

  body.search-page.search-php-page .filters-row{
    display:block!important;
    margin-bottom:14px;
  }

  body.search-page.search-php-page .tabs{
    display:flex!important;
    width:100%;
    margin-bottom:10px;
    overflow-x:auto!important;
    border-radius:7px;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }

  body.search-page.search-php-page .tabs::-webkit-scrollbar{display:none}

  body.search-page.search-php-page .tabs button{
    flex:0 0 auto!important;
    min-width:90px!important;
    height:40px!important;
    padding:0 13px!important;
    font-size:10px!important;
    scroll-snap-align:start;
  }

  body.search-page.search-php-page .sort{
    width:100%;
    height:38px;
    padding:0 10px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:7px;
    background:#0f182a;
    font-size:10px;
  }

  body.search-page.search-php-page .sort select{
    width:130px;
    height:32px;
    margin-left:auto;
    border:0;
    background:transparent;
    font-size:10px;
  }

  body.search-page.search-php-page .results-list{
    padding-right:0!important;
    border-right:0!important;
  }

  body.search-page.search-php-page .result-item{
    grid-template-columns:86px minmax(0,1fr) 18px!important;
    gap:11px!important;
    margin-bottom:8px;
    padding:9px 4px 10px!important;
    border-radius:6px;
  }

  body.search-page.search-php-page .result-item:hover{
    transform:none;
  }

  body.search-page.search-php-page .thumb{
    width:86px!important;
    height:72px!important;
    border-radius:7px;
  }

  body.search-page.search-php-page .thumb .play-badge{
    left:7px!important;
    bottom:7px!important;
    width:30px!important;
    height:30px!important;
    font-size:10px!important;
  }

  body.search-page.search-php-page .result-info h2{
    display:-webkit-box;
    overflow:hidden;
    font-size:12px!important;
    line-height:1.35;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }

  body.search-page.search-php-page .result-info h2 em{
    display:none!important;
  }

  body.search-page.search-php-page .meta{
    gap:4px 8px!important;
    margin:7px 0 0!important;
    font-size:9px!important;
  }

  body.search-page.search-php-page .meta span:nth-child(n/**/+3){
    display:none;
  }

  body.search-page.search-php-page .result-info p{
    display:none!important;
  }

  body.search-page.search-php-page .search-result-arrow{
    font-size:13px!important;
  }

  body.search-page.search-php-page .search-found-count{
    padding:9px 11px;
    font-size:11px;
  }

  body.search-page.search-php-page .search-empty{
    min-height:80px;
    padding:18px 14px;
    font-size:13px;
  }

  body.search-page.search-php-page .search-empty small{font-size:11px}

  body.search-page.search-php-page .search-pagination{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:10px 0 15px;
    scrollbar-width:none;
  }

  body.search-page.search-php-page .search-pagination::-webkit-scrollbar{display:none}

  body.search-page.search-php-page .search-pagination a{
    min-width:32px;
    height:32px;
    flex:0 0 auto;
    font-size:11px;
  }

  body.search-page.search-php-page .right-sidebar{
    display:block!important;
    margin-top:10px!important;
  }

  body.search-page.search-php-page .right-sidebar .side-card{
    margin-bottom:10px;
    padding:14px;
  }

  /* Keep history useful on phones, hide heavy recommendation side cards. */
  body.search-page.search-php-page .right-sidebar .popular-artists,
  body.search-page.search-php-page .right-sidebar .hitz{
    display:none!important;
  }

  

  

  

  
}

@media(max-width:390px){
  body.search-page.search-php-page .search-content{padding-left:10px!important;padding-right:10px!important}
  body.search-page.search-php-page .result-item{grid-template-columns:76px minmax(0,1fr) 14px!important;gap:9px!important}
  body.search-page.search-php-page .thumb{width:76px!important;height:66px!important}
  body.search-page.search-php-page .tabs button{min-width:84px!important}
  body.search-page.search-php-page .meta span:nth-child(n/**/+2){display:none}
}

/* =========================================================
   NEW UPDATE PHP 8.5 - FINAL GLOBAL CSS LAYER
   Scoped to .new-update-php-page so other pages stay intact.
   ========================================================= */
body.new-update-page.new-update-php-page .tabs a{
  min-width:98px;
  height:46px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
  white-space:nowrap;
  position:relative;
  transition:.2s ease;
}

body.new-update-page.new-update-php-page .tabs a:hover{
  background:rgba(255,255,255,.04);
}

body.new-update-page.new-update-php-page .tabs a.active{
  background:linear-gradient(180deg,#ff5ca2,#ec3d85);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 6px 18px rgba(255,79,147,.22);
}

body.new-update-page.new-update-php-page .tabs a.active::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}

body.new-update-page.new-update-php-page .update-category-native{
  margin:0;
}

body.new-update-page.new-update-php-page .update-category-native > summary{
  list-style:none;
  cursor:pointer;
}

body.new-update-page.new-update-php-page .update-category-native > summary::-webkit-details-marker{
  display:none;
}

body.new-update-page.new-update-php-page .update-category-native[open] .category-sort-btn i{
  transform:rotate(180deg);
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu{
  display:none;
}

body.new-update-page.new-update-php-page .update-category-native[open] .category-sort-menu{
  display:flex;
}

body.new-update-page.new-update-php-page .update-result-summary{
  min-height:38px;
  margin:-4px 0 12px;
  padding:0 4px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#d6dfed;
  font-size:12px;
}

body.new-update-page.new-update-php-page .update-result-summary span{
  font-weight:800;
  color:#fff;
}

body.new-update-page.new-update-php-page .update-result-summary small{
  color:#aeb8c8;
}

body.new-update-page.new-update-php-page .mobile-song-artist{
  display:none;
}

body.new-update-page.new-update-php-page .update-empty{
  min-height:110px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:linear-gradient(180deg,#10182c,#091226);
  color:#fff;
  text-align:left;
}

body.new-update-page.new-update-php-page .update-empty > i{
  color:#ff4f93;
  font-size:24px;
}

body.new-update-page.new-update-php-page .update-empty b,
body.new-update-page.new-update-php-page .update-empty small{
  display:block;
}

body.new-update-page.new-update-php-page .update-empty small{
  margin-top:5px;
  color:#aeb8c8;
  font-size:12px;
}

body.new-update-page.new-update-php-page .update-empty-in-table{
  border:0;
  border-radius:0;
  background:transparent;
}

body.new-update-page.new-update-php-page .update-pagination a,
body.new-update-page.new-update-php-page .update-pagination span{
  min-width:40px;
  height:36px;
  padding:0 10px;
  border-radius:6px;
  display:inline-grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  background:#091224;
  color:#fff;
  font-size:12px;
  font-weight:800;
}

body.new-update-page.new-update-php-page .update-pagination a:hover{
  border-color:rgba(255,79,147,.45);
  color:#ff7daf;
}

body.new-update-page.new-update-php-page .update-pagination a.active{
  background:#ff4f93;
  border-color:transparent;
  color:#fff;
}

body.new-update-page.new-update-php-page .update-pagination .pagination-gap{
  min-width:24px;
  padding:0;
  border:0;
  background:transparent;
  color:#77849a;
}

body.new-update-page.new-update-php-page .clickable-update-row{
  color:inherit;
  text-decoration:none;
}

body.new-update-page.new-update-php-page .clickable-update-row:focus-visible{
  outline:2px solid #ff4f93;
  outline-offset:-2px;
}

body.new-update-page.new-update-php-page .table-row .uploader img{
  display:none!important;
}

body.new-update-page.new-update-php-page .table-row .song > div{
  min-width:0;
}

body.new-update-page.new-update-php-page .table-row .song b{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.new-update-page.new-update-php-page .table-row .song small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.new-update-page.new-update-php-page .topbar .nav > a.active{
  position:relative;
}



@media(max-width:1180px) and (min-width:981px){
  body.new-update-page.new-update-php-page .update-hero{
    padding:36px 34px;
  }

  body.new-update-page.new-update-php-page .hero-left h1{
    font-size:48px;
  }

  body.new-update-page.new-update-php-page .stats-box{
    width:320px;
  }

  body.new-update-page.new-update-php-page .update-content{
    padding-left:24px;
    padding-right:24px;
  }

  body.new-update-page.new-update-php-page .table-head,
  body.new-update-page.new-update-php-page .table-row{
    grid-template-columns:48px minmax(250px,1.55fr) minmax(105px,.72fr) minmax(105px,.76fr) minmax(90px,.65fr) 124px 36px!important;
    gap:10px!important;
    min-width:0!important;
  }
}

@media(max-width:980px) and (min-width:781px){
  body.new-update-page.new-update-php-page .update-hero{
    min-height:auto;
    padding:32px 28px;
  }

  body.new-update-page.new-update-php-page .hero-left{
    max-width:430px;
  }

  body.new-update-page.new-update-php-page .hero-left h1{
    font-size:42px;
  }

  body.new-update-page.new-update-php-page .stats-box{
    width:280px;
    padding:20px;
  }

  body.new-update-page.new-update-php-page .stat-item{
    padding:10px 0;
  }

  body.new-update-page.new-update-php-page .stat-item b{
    font-size:24px;
  }

  body.new-update-page.new-update-php-page .update-content{
    padding:22px 20px 30px;
  }

  body.new-update-page.new-update-php-page .top-filter .tabs{
    flex-basis:100%;
  }

  body.new-update-page.new-update-php-page .table-wrap{
    overflow:hidden!important;
  }

  body.new-update-page.new-update-php-page .table-head,
  body.new-update-page.new-update-php-page .table-row{
    grid-template-columns:44px minmax(240px,1.8fr) minmax(110px,.8fr) 128px 34px!important;
    gap:10px!important;
    min-width:0!important;
  }

  body.new-update-page.new-update-php-page .table-head > div:nth-child(4),
  body.new-update-page.new-update-php-page .table-head > div:nth-child(5),
  body.new-update-page.new-update-php-page .table-row .album,
  body.new-update-page.new-update-php-page .table-row .uploader{
    display:none!important;
  }
}

@media(max-width:780px){
  body.new-update-page.new-update-php-page .topbar{
    position:relative!important;
    overflow:visible!important;
    z-index:60!important;
  }

  body.new-update-page.new-update-php-page .hamb,
  body.new-update-page.new-update-php-page .mobile-search{
    position:relative!important;
    z-index:120!important;
    pointer-events:auto!important;
  }

  body.new-update-page.new-update-php-page .topbar .search{
    display:none!important;
  }

  body.new-update-page.new-update-php-page .topbar.search-open .search{
    display:flex!important;
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:72px!important;
    width:auto!important;
    height:42px!important;
    margin:0!important;
    background:#071020!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:7px!important;
    z-index:150!important;
  }

  body.new-update-page.new-update-php-page .update-hero{
    padding:24px 18px 20px;
  }

  body.new-update-page.new-update-php-page .hero-left{
    margin-top:4px;
  }

  body.new-update-page.new-update-php-page .hero-left h1{
    font-size:32px;
    line-height:1.08;
  }

  body.new-update-page.new-update-php-page .stats-box{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px 14px;
  }

  body.new-update-page.new-update-php-page .stat-item{
    min-width:0;
    padding:10px 0;
  }

  body.new-update-page.new-update-php-page .stat-item:nth-last-child(-n/**/+2){
    border-bottom:0;
  }

  body.new-update-page.new-update-php-page .stat-item i{
    font-size:18px;
  }

  body.new-update-page.new-update-php-page .stat-item span{
    font-size:10px;
  }

  body.new-update-page.new-update-php-page .stat-item b{
    font-size:21px;
  }

  body.new-update-page.new-update-php-page .top-filter{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }

  body.new-update-page.new-update-php-page .tabs{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
    height:42px!important;
  }

  body.new-update-page.new-update-php-page .tabs::-webkit-scrollbar{
    display:none;
  }

  body.new-update-page.new-update-php-page .tabs a{
    flex:0 0 auto!important;
    min-width:112px!important;
    height:42px!important;
    padding:0 14px!important;
    font-size:10px!important;
  }

  body.new-update-page.new-update-php-page .update-category-filter{
    width:100%!important;
    min-width:0!important;
    flex:none!important;
  }

  body.new-update-page.new-update-php-page .update-category-filter .category-sort-menu{
    left:0!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
  }

  body.new-update-page.new-update-php-page .update-result-summary{
    min-height:30px;
    margin-top:0;
    flex-wrap:wrap;
    gap:6px 10px;
  }

  body.new-update-page.new-update-php-page .mobile-song-artist{
    display:block!important;
    margin-top:3px;
    color:rgba(255,255,255,.78);
    font-size:11px;
    font-weight:600;
    line-height:1.25;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  body.new-update-page.new-update-php-page .update-pagination{
    gap:8px;
    margin-top:20px;
    flex-wrap:wrap;
  }

  body.new-update-page.new-update-php-page .update-pagination a,
  body.new-update-page.new-update-php-page .update-pagination span{
    min-width:30px;
    height:30px;
    padding:0 8px;
    font-size:11px;
  }

  

  

  

  
}

/* =========================================================
   NEW UPDATE PHP - MODERN PROFESSIONAL RESPONSIVE FIX v23
   Final scoped layer. Only affects /updates/new-update.php.
   ========================================================= */
body.new-update-page.new-update-php-page .update-content{
  padding:28px 34px 38px!important;
}

body.new-update-page.new-update-php-page .top-filter{
  align-items:stretch!important;
  gap:14px!important;
  margin-bottom:18px!important;
}

body.new-update-page.new-update-php-page .top-filter .tabs{
  min-height:46px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(17,26,46,.95),rgba(11,19,38,.95));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}

body.new-update-page.new-update-php-page .tabs a{
  border-right:1px solid rgba(255,255,255,.055);
}

body.new-update-page.new-update-php-page .tabs a:last-child{
  border-right:0;
}

body.new-update-page.new-update-php-page .update-category-native > summary{
  min-height:46px;
  border-radius:12px!important;
  background:linear-gradient(180deg,#111a2e,#0b1427)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

body.new-update-page.new-update-php-page .update-category-native > summary:hover{
  border-color:rgba(255,79,147,.32)!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu{
  margin-top:8px;
  padding:8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:#0d1628;
  box-shadow:0 24px 60px rgba(0,0,0,.42);
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a{
  border-radius:8px;
}

body.new-update-page.new-update-php-page .update-result-summary{
  min-height:40px;
  margin:0 0 14px!important;
  padding:0 2px;
}

body.new-update-page.new-update-php-page .update-result-summary span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,79,147,.10);
  border:1px solid rgba(255,79,147,.18);
  color:#ffd5e6;
}

body.new-update-page.new-update-php-page .table-wrap{
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.085)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#0d1628,#081121)!important;
  box-shadow:0 14px 40px rgba(0,0,0,.16);
}

body.new-update-page.new-update-php-page .table-head,
body.new-update-page.new-update-php-page .table-row{
  grid-template-columns:54px minmax(320px,2.1fr) minmax(130px,.9fr) minmax(145px,1fr) minmax(115px,.8fr) 150px 42px!important;
  column-gap:16px!important;
}

body.new-update-page.new-update-php-page .table-head{
  height:54px!important;
  padding:0 18px!important;
  background:rgba(255,255,255,.018);
  color:#aebad0!important;
  letter-spacing:.12px;
}

body.new-update-page.new-update-php-page .table-row{
  min-height:84px!important;
  padding:12px 18px!important;
  background:transparent;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

body.new-update-page.new-update-php-page .table-row:hover{
  background:linear-gradient(90deg,rgba(255,79,147,.075),rgba(124,77,255,.035))!important;
}

body.new-update-page.new-update-php-page .table-row .rank{
  width:34px!important;
  height:34px!important;
  border-radius:8px!important;
  background:#111c31!important;
  border:1px solid rgba(255,255,255,.045);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}

/* Neutralize global .song rules that were creating an inner line/padding. */
body.new-update-page.new-update-php-page .table-row .song{
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:13px!important;
  align-items:center!important;
  background:transparent!important;
}

body.new-update-page.new-update-php-page .table-row .song img{
  width:56px!important;
  height:56px!important;
  border-radius:9px!important;
  object-fit:cover!important;
  box-shadow:0 8px 18px rgba(0,0,0,.24);
}

body.new-update-page.new-update-php-page .song-copy{
  min-width:0;
}

body.new-update-page.new-update-php-page .song-title-row{
  min-width:0;
  display:flex;
  align-items:flex-start;
  gap:7px;
}

body.new-update-page.new-update-php-page .song-title-text{
  min-width:0;
  flex:1 1 auto;
  display:-webkit-box!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden!important;
  white-space:normal!important;
  text-overflow:ellipsis;
  color:#fff;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:800;
  margin:0!important;
}

body.new-update-page.new-update-php-page .new{
  flex:0 0 auto;
  margin:1px 0 0!important;
  padding:3px 6px!important;
  border-radius:5px!important;
  font-size:8px!important;
  line-height:1.1;
  letter-spacing:.35px;
  box-shadow:0 5px 12px rgba(255,79,147,.18);
}

body.new-update-page.new-update-php-page .song-submeta{
  display:flex!important;
  align-items:center;
  min-width:0;
  gap:4px;
  margin-top:6px!important;
  color:#8f9bb0!important;
  font-size:10.5px!important;
  line-height:1.25!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis;
}

body.new-update-page.new-update-php-page .song-submeta > span{
  min-width:0;
}

body.new-update-page.new-update-php-page .mobile-update-date{
  display:none;
}

body.new-update-page.new-update-php-page .table-row .artist,
body.new-update-page.new-update-php-page .table-row .album,
body.new-update-page.new-update-php-page .table-row .uploader,
body.new-update-page.new-update-php-page .table-row .time{
  color:#cbd5e5!important;
  font-size:12.5px!important;
  line-height:1.35;
}

body.new-update-page.new-update-php-page .table-row .download{
  width:34px;
  height:34px;
  display:grid!important;
  place-items:center;
  justify-self:end!important;
  border-radius:50%;
  border:1px solid rgba(255,79,147,.18);
  background:rgba(255,79,147,.07);
  color:#ff5c9e!important;
  font-size:14px!important;
  transition:.18s ease;
}

body.new-update-page.new-update-php-page .table-row:hover .download{
  background:#ff4f93;
  border-color:#ff4f93;
  color:#fff!important;
  transform:translateX(2px);
}

body.new-update-page.new-update-php-page .update-pagination{
  align-items:center;
  justify-content:center!important;
  margin-top:24px!important;
}

/* Laptop/tablet: keep the table readable instead of forcing horizontal overflow. */
@media(max-width:1180px) and (min-width:981px){
  body.new-update-page.new-update-php-page .table-head,
  body.new-update-page.new-update-php-page .table-row{
    grid-template-columns:46px minmax(280px,1.8fr) minmax(115px,.8fr) minmax(130px,.85fr) 128px 38px!important;
    gap:12px!important;
  }

  body.new-update-page.new-update-php-page .table-head > div:nth-child(5),
  body.new-update-page.new-update-php-page .table-row .uploader{
    display:none!important;
  }
}

@media(max-width:980px) and (min-width:781px){
  body.new-update-page.new-update-php-page .update-content{
    padding:22px 20px 30px!important;
  }

  body.new-update-page.new-update-php-page .table-head,
  body.new-update-page.new-update-php-page .table-row{
    grid-template-columns:44px minmax(260px,1.9fr) minmax(115px,.8fr) 126px 36px!important;
    gap:11px!important;
  }

  body.new-update-page.new-update-php-page .table-head > div:nth-child(4),
  body.new-update-page.new-update-php-page .table-head > div:nth-child(5),
  body.new-update-page.new-update-php-page .table-row .album,
  body.new-update-page.new-update-php-page .table-row .uploader{
    display:none!important;
  }

  body.new-update-page.new-update-php-page .table-row .song{
    grid-template-columns:52px minmax(0,1fr)!important;
  }

  body.new-update-page.new-update-php-page .table-row .song img{
    width:52px!important;
    height:52px!important;
  }
}

@media(max-width:780px){
  body.new-update-page.new-update-php-page .update-hero{
    padding:20px 16px 16px!important;
  }

  body.new-update-page.new-update-php-page .hero-left{
    max-width:280px!important;
  }

  body.new-update-page.new-update-php-page .hero-left h1{
    font-size:24px!important;
    line-height:1.14!important;
  }

  body.new-update-page.new-update-php-page .hero-left p{
    max-width:330px;
    font-size:11px!important;
    line-height:1.5!important;
  }

  body.new-update-page.new-update-php-page .stats-box{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    border-radius:12px!important;
  }

  body.new-update-page.new-update-php-page .stat-item{
    min-height:66px;
    padding:10px 8px!important;
    border-right:1px solid rgba(255,255,255,.06)!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
  }

  body.new-update-page.new-update-php-page .stat-item:nth-child(2n){
    border-right:0!important;
  }

  body.new-update-page.new-update-php-page .stat-item:nth-child(n/**/+3){
    border-bottom:0!important;
  }

  body.new-update-page.new-update-php-page .update-content{
    padding:14px 12px 26px!important;
  }

  body.new-update-page.new-update-php-page .top-filter{
    gap:10px!important;
    margin-bottom:12px!important;
  }

  body.new-update-page.new-update-php-page .top-filter .tabs,
  body.new-update-page.new-update-php-page .tabs{
    width:100%!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    overflow:hidden!important;
    gap:1px!important;
    border-radius:12px!important;
  }

  body.new-update-page.new-update-php-page .tabs a{
    min-width:0!important;
    width:100%!important;
    height:40px!important;
    padding:0 8px!important;
    font-size:9.5px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.045);
  }

  body.new-update-page.new-update-php-page .tabs a:nth-last-child(-n/**/+2){
    border-bottom:0;
  }

  body.new-update-page.new-update-php-page .update-category-native > summary{
    min-height:42px!important;
    padding:0 12px!important;
  }

  body.new-update-page.new-update-php-page .update-result-summary{
    margin:2px 0 12px!important;
    padding:0!important;
  }

  body.new-update-page.new-update-php-page .update-result-summary span{
    min-height:28px;
    padding:0 10px;
    font-size:10.5px;
  }

  body.new-update-page.new-update-php-page .table-wrap{
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  body.new-update-page.new-update-php-page #newUpdateListBody{
    display:grid;
    gap:8px;
  }

  body.new-update-page.new-update-php-page .table-head{
    display:none!important;
  }

  body.new-update-page.new-update-php-page .table-row{
    min-height:86px!important;
    padding:11px 10px!important;
    grid-template-columns:34px minmax(0,1fr) 34px!important;
    gap:10px!important;
    border:1px solid rgba(255,255,255,.07)!important;
    border-radius:12px!important;
    background:linear-gradient(180deg,rgba(15,24,43,.97),rgba(8,16,31,.97))!important;
    box-shadow:0 8px 22px rgba(0,0,0,.10);
  }

  body.new-update-page.new-update-php-page .table-row:hover,
  body.new-update-page.new-update-php-page .table-row:active{
    border-color:rgba(255,79,147,.28)!important;
    background:linear-gradient(180deg,rgba(26,27,50,.98),rgba(16,18,36,.98))!important;
  }

  body.new-update-page.new-update-php-page .table-row .rank{
    width:30px!important;
    height:30px!important;
    border-radius:8px!important;
    font-size:11px!important;
  }

  body.new-update-page.new-update-php-page .table-row .song{
    grid-template-columns:54px minmax(0,1fr)!important;
    gap:10px!important;
  }

  body.new-update-page.new-update-php-page .table-row .song img{
    width:54px!important;
    height:54px!important;
    border-radius:9px!important;
  }

  body.new-update-page.new-update-php-page .song-title-row{
    gap:5px;
  }

  body.new-update-page.new-update-php-page .song-title-text{
    font-size:12.5px!important;
    line-height:1.28!important;
    -webkit-line-clamp:2!important;
  }

  body.new-update-page.new-update-php-page .new{
    padding:2px 5px!important;
    font-size:7px!important;
  }

  body.new-update-page.new-update-php-page .mobile-song-artist{
    display:block!important;
    max-width:100%;
    margin-top:4px!important;
    color:#d1d9e7!important;
    font-size:10.5px!important;
    line-height:1.2!important;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  body.new-update-page.new-update-php-page .song-submeta{
    margin-top:4px!important;
    font-size:9.5px!important;
  }

  body.new-update-page.new-update-php-page .song-category-meta,
  body.new-update-page.new-update-php-page .meta-separator,
  body.new-update-page.new-update-php-page .song-date-meta{
    display:none!important;
  }

  body.new-update-page.new-update-php-page .mobile-update-date{
    display:block!important;
    color:#8794a9!important;
  }

  body.new-update-page.new-update-php-page .table-row .artist,
  body.new-update-page.new-update-php-page .table-row .album,
  body.new-update-page.new-update-php-page .table-row .uploader,
  body.new-update-page.new-update-php-page .table-row .time{
    display:none!important;
  }

  body.new-update-page.new-update-php-page .table-row .download{
    width:30px!important;
    height:30px!important;
    font-size:12px!important;
    justify-self:end!important;
  }

  body.new-update-page.new-update-php-page .update-pagination{
    justify-content:center!important;
    margin-top:18px!important;
    overflow-x:auto;
    padding-bottom:2px;
  }
}

@media(max-width:390px){
  body.new-update-page.new-update-php-page .table-row{
    grid-template-columns:30px minmax(0,1fr) 30px!important;
    gap:8px!important;
    padding:10px 8px!important;
  }

  body.new-update-page.new-update-php-page .table-row .song{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.new-update-page.new-update-php-page .table-row .song img{
    width:48px!important;
    height:48px!important;
  }

  body.new-update-page.new-update-php-page .song-title-text{
    font-size:12px!important;
  }
}

/* =========================================================
   NEW UPDATE FILTER UI FIX v24
   - proportional category filter/dropdown
   - vertical category menu (no horizontal card overflow)
   - mobile period tabs horizontal swipe with hidden scrollbar
   ========================================================= */

/* Desktop / laptop: stable proportion between period tabs and category filter. */
body.new-update-page.new-update-php-page .top-filter{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 280px!important;
  align-items:start!important;
  gap:16px!important;
  flex-wrap:unset!important;
  position:relative;
  z-index:70;
}

body.new-update-page.new-update-php-page .top-filter .tabs{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
}

body.new-update-page.new-update-php-page .update-category-filter,
body.new-update-page.new-update-php-page .update-category-native{
  width:280px!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  justify-self:end;
  position:relative;
  z-index:120;
}

body.new-update-page.new-update-php-page .update-category-native > summary{
  width:100%!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#111b30 0%,#0b1428 100%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.025)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}

body.new-update-page.new-update-php-page .update-category-native > summary:hover,
body.new-update-page.new-update-php-page .update-category-native[open] > summary{
  border-color:rgba(255,79,147,.35)!important;
  background:linear-gradient(180deg,#151d34 0%,#0e172d 100%)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.20),0 0 0 3px rgba(255,79,147,.06)!important;
}

body.new-update-page.new-update-php-page .update-category-native > summary span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:12.5px!important;
  font-weight:800!important;
  letter-spacing:.01em;
}

body.new-update-page.new-update-php-page .update-category-native > summary i{
  flex:0 0 auto;
  color:var(--pink,#ff4f93)!important;
  font-size:13px!important;
  transition:transform .18s ease!important;
}

/* Critical fix: old rule used display:flex, causing category items to become a horizontal strip. */
body.new-update-page.new-update-php-page .update-category-native[open] .category-sort-menu{
  display:block!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:auto!important;
  right:0!important;
  width:330px!important;
  min-width:280px!important;
  max-width:min(330px,calc(100vw - 32px))!important;
  max-height:min(420px,calc(100vh - 150px))!important;
  margin:0!important;
  padding:8px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,#10192d 0%,#091225 100%)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.015) inset!important;
  z-index:9999!important;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a{
  width:100%!important;
  min-width:0!important;
  min-height:56px!important;
  margin:0 0 4px!important;
  padding:9px 10px!important;
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  grid-template-areas:"icon title" "icon desc"!important;
  column-gap:10px!important;
  row-gap:2px!important;
  align-items:center!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a:last-child{
  margin-bottom:0!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a:hover{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.055)!important;
  transform:translateX(2px);
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a.active{
  background:linear-gradient(90deg,rgba(255,79,147,.15),rgba(124,77,255,.07))!important;
  border-color:rgba(255,79,147,.22)!important;
  color:#fff!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a i{
  grid-area:icon!important;
  width:34px!important;
  height:34px!important;
  border-radius:9px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,79,147,.11)!important;
  color:#ff5d9f!important;
  font-size:13px!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a span{
  grid-area:title!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#f8fbff!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
}

body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a small{
  grid-area:desc!important;
  min-width:0!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#8f9bb0!important;
  font-size:9.5px!important;
  line-height:1.25!important;
  font-weight:500!important;
}

/* Tablet: category still remains compact, but does not steal table width. */
@media(max-width:980px) and (min-width:781px){
  body.new-update-page.new-update-php-page .top-filter{
    grid-template-columns:minmax(0,1fr) 230px!important;
    gap:12px!important;
  }

  body.new-update-page.new-update-php-page .update-category-filter,
  body.new-update-page.new-update-php-page .update-category-native{
    width:230px!important;
  }

  body.new-update-page.new-update-php-page .update-category-native .category-sort-menu{
    width:300px!important;
    min-width:260px!important;
  }
}

/* Mobile: period tabs are one horizontal swipe rail, with no scrollbar indicator. */
@media(max-width:780px){
  body.new-update-page.new-update-php-page .top-filter{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
  }

  body.new-update-page.new-update-php-page .top-filter .tabs,
  body.new-update-page.new-update-php-page .tabs{
    width:100%!important;
    max-width:100%!important;
    height:42px!important;
    min-height:42px!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    grid-template-columns:none!important;
    gap:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-behavior:smooth;
    scroll-snap-type:x proximity;
    overscroll-behavior-inline:contain;
    touch-action:pan-x;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    border-radius:11px!important;
  }

  body.new-update-page.new-update-php-page .top-filter .tabs::-webkit-scrollbar,
  body.new-update-page.new-update-php-page .tabs::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }

  body.new-update-page.new-update-php-page .tabs a{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:112px!important;
    height:42px!important;
    padding:0 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    scroll-snap-align:start;
    white-space:nowrap!important;
    font-size:10px!important;
    border-right:1px solid rgba(255,255,255,.055)!important;
    border-bottom:0!important;
  }

  body.new-update-page.new-update-php-page .tabs a:last-child{
    border-right:0!important;
  }

  body.new-update-page.new-update-php-page .update-category-filter,
  body.new-update-page.new-update-php-page .update-category-native{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    justify-self:stretch;
  }

  body.new-update-page.new-update-php-page .update-category-native > summary{
    width:100%!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 13px!important;
  }

  body.new-update-page.new-update-php-page .update-category-native .category-sort-menu{
    left:0!important;
    right:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    max-height:310px!important;
    border-radius:12px!important;
  }

  body.new-update-page.new-update-php-page .update-category-native .category-sort-menu a{
    min-height:52px!important;
    padding:8px 9px!important;
  }
}

@media(max-width:390px){
  body.new-update-page.new-update-php-page .tabs a{
    min-width:104px!important;
    padding:0 13px!important;
    font-size:9.5px!important;
  }
}

body.index-login-page.index-php-page.new-update-page.new-update-php-page
.topbar .nav > a.active {
  position: relative !important;
}



/* Desktop compact header variants: stay attached to the header bottom. */

/* =========================================================
   PRIMARY NAV ACTIVE UNDERLINE - SINGLE SOURCE OF TRUTH
   Keep this block as the only rule controlling the underline
   below desktop header navigation items.
   ========================================================= */
@media (min-width: 781px) {
  .topbar .nav > a.active,
  .topbar .nav-dropdown.active > button {
    position: relative !important;
  }

  .topbar .nav > a.active::after,
  .topbar .nav-dropdown.active > button::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -16px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 2px !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--idx-pink, var(--pink, #ff4f93)) !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }
}


/* =========================================================
   CATEGORY PHP 8.5 - DATABASE PAGE FINAL LAYER
   Scoped to the PHP category page so older category styles
   remain harmless for any legacy pages still online.
   ========================================================= */
body.category-page.category-php-page .category-root{
  overflow:visible;
}

body.category-page.category-php-page .category-content{
  align-items:start;
  overflow:visible;
}

body.category-page.category-php-page .category-main{
  min-width:0;
}

body.category-page.category-php-page .category-total-pill,
body.category-page.category-php-page .category-result-count{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(255,79,147,.18);
  background:rgba(255,79,147,.08);
  color:#ff9bc3;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}

body.category-page.category-php-page .category-list-head > div:first-child{
  min-width:0;
}

body.category-page.category-php-page .category-list-head .category-result-count{
  margin-top:8px;
}

body.category-page.category-php-page .category-card{
  position:relative;
  overflow:hidden;
}

body.category-page.category-php-page .category-card::after{
  content:"";
  position:absolute;
  inset:auto 16px 0;
  height:2px;
  border-radius:999px;
  background:transparent;
  transition:.2s ease;
}

body.category-page.category-php-page .category-card.active::after{
  background:var(--pink,#ff4f93);
}

body.category-page.category-php-page .category-card:hover{
  transform:translateY(-2px);
}

body.category-page.category-php-page .category-sort-native{
  position:relative;
  min-width:190px;
  z-index:35;
}

body.category-page.category-php-page .category-sort-native > summary{
  list-style:none;
}

body.category-page.category-php-page .category-sort-native > summary::-webkit-details-marker{
  display:none;
}

body.category-page.category-php-page .category-sort-native[open] > .category-sort-btn i{
  transform:rotate(180deg);
}

body.category-page.category-php-page .category-sort-native .category-sort-menu{
  display:none;
  z-index:100;
}

body.category-page.category-php-page .category-sort-native[open] .category-sort-menu{
  display:block;
}

body.category-page.category-php-page .category-table{
  overflow:hidden;
  box-shadow:0 16px 42px rgba(0,0,0,.12);
}

body.category-page.category-php-page .category-song-row{
  transition:background .18s ease,border-color .18s ease;
}

body.category-page.category-php-page .category-song-row:hover{
  background:rgba(255,255,255,.025);
}

body.category-page.category-php-page .cat-song-title img{
  background:#111a2e;
}

body.category-page.category-php-page .cat-song-title b span{
  padding:3px 6px;
  border-radius:5px;
  background:rgba(255,79,147,.14);
  color:#ff76ad;
  font-size:8px;
  line-height:1;
  font-weight:900;
}

body.category-page.category-php-page .cat-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-width:48px;
  min-height:24px;
  padding:0 8px;
  border-radius:7px;
  border:1px solid rgba(255,255,255,.08);
  background:#10182c;
  color:#dbe5f4;
  font-size:9px;
  font-weight:900;
}

body.category-page.category-php-page .cat-actions a{
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,79,147,.10);
  border:1px solid rgba(255,79,147,.18);
  color:var(--pink,#ff4f93);
  transition:.18s ease;
}

body.category-page.category-php-page .cat-actions a:hover{
  background:var(--pink,#ff4f93);
  color:#fff;
  transform:translateX(2px);
}

body.category-page.category-php-page .category-sidebar{
  position:sticky;
  top:92px;
  align-self:start;
  max-height:calc(100vh - 110px);
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
}

body.category-page.category-php-page .category-sidebar::-webkit-scrollbar{
  display:none;
}

body.category-page.category-php-page .filter-card a{
  border-radius:7px;
  padding:9px 8px;
  transition:.18s ease;
}

body.category-page.category-php-page .filter-card a:hover,
body.category-page.category-php-page .filter-card a.active{
  background:rgba(255,79,147,.09);
}

body.category-page.category-php-page .filter-card a b{
  min-width:34px;
  text-align:right;
  color:#aeb9ca;
}

body.category-page.category-php-page .filter-card a.active b{
  color:#ff9bc3;
}

body.category-page.category-php-page .popular-item{
  border-radius:7px;
  padding:7px 5px;
  transition:.18s ease;
}

body.category-page.category-php-page .popular-item:hover{
  background:rgba(255,255,255,.035);
}

body.category-page.category-php-page .popular-item > div{
  min-width:0;
}

body.category-page.category-php-page .popular-item b{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.category-page.category-php-page .category-empty-table,
body.category-page.category-php-page .category-error{
  min-height:160px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
}

body.category-page.category-php-page .category-empty-table i,
body.category-page.category-php-page .category-error i{
  color:var(--pink,#ff4f93);
  font-size:26px;
}

body.category-page.category-php-page .category-empty-table b,
body.category-page.category-php-page .category-error b{
  color:#fff;
  font-size:14px;
}

body.category-page.category-php-page .category-empty-table small,
body.category-page.category-php-page .category-error small{
  color:#aeb9ca;
  font-size:11px;
}

body.category-page.category-php-page .category-pagination .pagination-gap{
  border:0!important;
  background:transparent!important;
  color:#7f8aa0!important;
  box-shadow:none!important;
}

/* CATEGORY is a button inside the primary nav, so let the shared
   global active underline rule style it exactly like HOME/UPDATES. */
body.category-page.category-php-page .topbar .nav-dropdown.active > button{
  color:var(--idx-pink,var(--pink,#ff4f93))!important;
}

@media(max-width:1180px) and (min-width:781px){
  body.category-page.category-php-page .category-content{
    grid-template-columns:1fr!important;
  }

  body.category-page.category-php-page .category-sidebar{
    position:relative;
    top:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    max-height:none;
    overflow:visible;
    margin-top:18px;
  }

  body.category-page.category-php-page .music-hitz-banner{
    grid-column:1/-1;
  }
}

@media(max-width:780px){
  body.category-page.category-php-page .category-content{
    padding:16px 12px 12px;
  }

  body.category-page.category-php-page .section-head{
    gap:10px;
  }

  body.category-page.category-php-page .category-total-pill{
    min-height:24px;
    padding:0 9px;
    font-size:9px;
  }

  body.category-page.category-php-page .category-grid{
    scroll-snap-type:x proximity;
    overscroll-behavior-x:contain;
  }

  body.category-page.category-php-page .category-card{
    scroll-snap-align:start;
    flex:0 0 96px;
    min-width:96px;
    min-height:104px;
  }

  body.category-page.category-php-page .category-list-head{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:10px;
    align-items:stretch;
  }

  body.category-page.category-php-page .category-sort-native{
    width:100%;
    min-width:0;
  }

  body.category-page.category-php-page .category-sort-btn{
    height:42px;
    border-radius:9px;
  }

  body.category-page.category-php-page .category-sort-menu{
    left:0;
    right:auto;
    width:100%;
  }

  body.category-page.category-php-page .category-table{
    overflow:visible;
  }

  body.category-page.category-php-page .category-song-row{
    grid-template-columns:28px minmax(0,1fr) 30px!important;
    gap:9px!important;
    min-height:82px;
    padding:10px 4px;
  }

  body.category-page.category-php-page .cat-song-title{
    grid-template-columns:60px minmax(0,1fr)!important;
    gap:10px;
  }

  body.category-page.category-php-page .cat-song-title img{
    width:60px;
    height:54px;
  }

  body.category-page.category-php-page .cat-song-title b{
    font-size:11px;
    -webkit-line-clamp:2;
  }

  body.category-page.category-php-page .cat-actions a{
    width:28px;
    height:28px;
    font-size:11px;
  }

  body.category-page.category-php-page .category-pagination{
    justify-content:center!important;
  }

  body.category-page.category-php-page .category-sidebar{
    position:relative;
    top:auto;
    display:block;
    max-height:none;
    overflow:visible;
    margin-top:10px;
  }

  body.category-page.category-php-page .filter-card{
    display:none;
  }

  body.category-page.category-php-page .popular-card{
    margin-bottom:0;
  }

  body.category-page.category-php-page .music-hitz-banner{
    display:none;
  }
}




/* =========================================================
   PROFILE PHP 8.5 — COMPLETE STANDALONE REPAIR
   Scoped only to /profile/profile.php.
   This block no longer depends on the old Music Member List CSS.
   ========================================================= */

body.music-member-page.profile-php-page{
  /*
   * No static profile cover is defined here.
   * --profile-cover-image is injected by profile.php from users.cover_photo.
   */
  --profile-bg:#040916;
  --profile-panel:#0c172a;
  --profile-panel-2:#111d33;
  --profile-line:rgba(255,255,255,.085);
  --profile-line-strong:rgba(255,255,255,.13);
  --profile-text:#f7f9fd;
  --profile-muted:#95a4b8;
  --profile-muted-2:#c6d0df;
  --profile-pink:#ff4f93;
  --profile-purple:#a06cff;
  --profile-blue:#63b9ff;
  --profile-green:#55d99f;
}

body.music-member-page.profile-php-page .page{
  overflow:visible;
}

body.music-member-page.profile-php-page .member-page-wrap{
  padding:24px 26px 26px!important;
  background:
    radial-gradient(circle at 0 18%,rgba(255,79,147,.055),transparent 26%),
    linear-gradient(180deg,#071020,#040813)!important;
}

body.music-member-page.profile-php-page .member-main{
  position:relative;
  z-index:2;
  min-width:0;
}

body.music-member-page.profile-php-page .member-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:18px!important;
  align-items:stretch!important;
  overflow:visible!important;
}

body.music-member-page.profile-php-page .profile-main-column{
  min-width:0!important;
  align-self:start!important;
}

/* ---------- Profile cover / identity ---------- */

body.music-member-page.profile-php-page .profile-identity-card{
  position:relative!important;
  isolation:isolate!important;
  min-height:218px!important;
  display:grid!important;
  grid-template-columns:120px minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
  padding:25px 28px!important;
  overflow:hidden!important;

  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:14px!important;
  background:#0b1427!important;
  box-shadow:0 16px 42px rgba(0,0,0,.20)!important;
}

body.music-member-page.profile-php-page .profile-identity-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  pointer-events:none!important;

  /* No static image fallback. Empty DB cover = clean profile gradient. */
  background:
    radial-gradient(circle at 78% 20%,rgba(160,108,255,.18),transparent 30%),
    linear-gradient(135deg,#101d35,#091426 56%,#071020)!important;
  opacity:1!important;
}

body.music-member-page.profile-php-page .profile-identity-card.has-profile-cover::before{
  background-image:var(--profile-cover-image)!important;
  background-position:center 52%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body.music-member-page.profile-php-page .profile-identity-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;

  width:auto!important;
  height:auto!important;
  opacity:1!important;
  /* Lighter overlay: cover stays visible while profile text remains readable. */
  background:
    linear-gradient(90deg,
      rgba(5,10,24,.86) 0%,
      rgba(6,12,27,.74) 34%,
      rgba(7,14,30,.50) 62%,
      rgba(7,14,30,.28) 100%
    ),
    linear-gradient(180deg,rgba(5,10,24,.06),rgba(5,10,24,.40))!important;
}

body.music-member-page.profile-php-page .member-profile-avatar{
  position:relative!important;
  z-index:2!important;
  width:112px!important;
  height:112px!important;
  display:block!important;
  object-fit:cover!important;
  align-self:start!important;
  margin:0!important;

  border:3px solid rgba(255,255,255,.82)!important;
  border-radius:50%!important;
  background:#10182c!important;
  box-shadow:0 12px 30px rgba(0,0,0,.30)!important;
}

body.music-member-page.profile-php-page .member-profile-info{
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  align-self:center!important;
}

body.music-member-page.profile-php-page .member-profile-name{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0 0 8px!important;
}

body.music-member-page.profile-php-page .profile-name-copy{
  min-width:0!important;
}

body.music-member-page.profile-php-page .profile-name-copy h2{
  max-width:620px!important;
  margin:0!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:29px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.55px!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .profile-name-copy small{
  display:block!important;
  margin-top:5px!important;
  color:#aab7c9!important;
  font-size:11px!important;
  font-weight:700!important;
}

body.music-member-page.profile-php-page .member-badge{
  min-height:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 8px!important;
  margin:0!important;

  border:1px solid rgba(255,79,147,.20)!important;
  border-radius:7px!important;
  color:#ff8ab7!important;
  background:rgba(255,79,147,.10)!important;
  font-size:9px!important;
  font-weight:850!important;
}

body.music-member-page.profile-php-page .member-joined{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 10px!important;
  color:#cbd5e4!important;
  font-size:11px!important;
  line-height:1.4!important;
}

body.music-member-page.profile-php-page .member-joined i{
  color:var(--profile-pink)!important;
}

body.music-member-page.profile-php-page .member-bio{
  max-width:690px!important;
  min-height:0!important;
  margin:0 0 11px!important;
  color:#dbe4f1!important;
  font-size:11px!important;
  line-height:1.6!important;
}

body.music-member-page.profile-php-page .profile-muted-bio{
  color:#96a4b8!important;
}

body.music-member-page.profile-php-page .profile-identity-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 14px!important;
}

body.music-member-page.profile-php-page .member-website-link,
body.music-member-page.profile-php-page .member-owner-link{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 11px!important;
  margin:0!important;

  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:8px!important;
  color:#e5ebf4!important;
  background:rgba(10,20,39,.78)!important;
  font-size:10px!important;
  font-weight:800!important;
  backdrop-filter:blur(7px);
}

body.music-member-page.profile-php-page .member-website-link:hover,
body.music-member-page.profile-php-page .member-owner-link:hover{
  border-color:rgba(255,79,147,.48)!important;
  color:#ff78aa!important;
  background:rgba(255,79,147,.10)!important;
}

body.music-member-page.profile-php-page .member-stats-inline{
  width:min(100%,520px)!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin:0!important;
  padding-top:11px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}

body.music-member-page.profile-php-page .member-stats-inline>div{
  min-width:0!important;
  padding:0 15px!important;
  border-left:1px solid rgba(255,255,255,.09)!important;
}

body.music-member-page.profile-php-page .member-stats-inline>div:first-child{
  padding-left:0!important;
  border-left:0!important;
}

body.music-member-page.profile-php-page .member-stats-inline b,
body.music-member-page.profile-php-page .member-stats-inline small{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .member-stats-inline b{
  color:#fff!important;
  font-size:16px!important;
  line-height:1.1!important;
  font-weight:900!important;
}

body.music-member-page.profile-php-page .member-stats-inline small{
  margin-top:3px!important;
  color:#9aa8bb!important;
  font-size:8.5px!important;
}

/* ---------- Tabs ---------- */

body.music-member-page.profile-php-page .member-tabs{
  position:relative!important;
  z-index:15!important;
  width:100%!important;
  height:54px!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:28px!important;
  margin:10px 0 0!important;
  padding:0 5px!important;
  overflow:visible!important;

  border-bottom:1px solid rgba(255,255,255,.08)!important;
  background:transparent!important;
}

body.music-member-page.profile-php-page .member-tabs a{
  position:relative!important;
  min-width:0!important;
  height:54px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 3px!important;

  color:#9eacbf!important;
  font-size:10.5px!important;
  font-weight:850!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  user-select:none!important;
}

body.music-member-page.profile-php-page .member-tabs a:hover,
body.music-member-page.profile-php-page .member-tabs a.active{
  color:#fff!important;
}

body.music-member-page.profile-php-page .member-tabs a.active::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-1px!important;
  height:2px!important;
  border-radius:99px!important;
  background:var(--profile-pink)!important;
}

/* ---------- Upload toolbar ---------- */

body.music-member-page.profile-php-page .profile-upload-toolbar{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(260px,360px) minmax(0,1fr) 190px 155px!important;
  align-items:center!important;
  gap:10px!important;
  margin:14px 0 11px!important;
  padding:0!important;
}

body.music-member-page.profile-php-page .member-toolbar-spacer{
  display:block!important;
}

body.music-member-page.profile-php-page .member-search-box{
  min-width:0!important;
  height:40px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 8px 0 12px!important;

  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:9px!important;
  background:#091326!important;
}

body.music-member-page.profile-php-page .member-search-box>i{
  flex:0 0 auto!important;
  color:#8594aa!important;
  font-size:11px!important;
}

body.music-member-page.profile-php-page .member-search-box input{
  min-width:0!important;
  flex:1!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  color:#fff!important;
  background:transparent!important;
  font-size:10.5px!important;
}

body.music-member-page.profile-php-page .member-search-box input::placeholder{
  color:#75849a!important;
}

body.music-member-page.profile-php-page .member-search-box button{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:7px!important;
  color:#ff78aa!important;
  background:rgba(255,79,147,.10)!important;
  cursor:pointer!important;
}

body.music-member-page.profile-php-page .member-select{
  width:100%!important;
  height:40px!important;
  margin:0!important;
  padding:0 29px 0 10px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:9px!important;
  outline:0!important;
  color:#dfe6ef!important;
  background:#091326!important;
  font-size:10px!important;
  font-weight:750!important;
}

/* ---------- Upload table ---------- */

body.music-member-page.profile-php-page .member-list-panel{
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#101b30,#091426)!important;
}

body.music-member-page.profile-php-page .member-table{
  width:100%!important;
  table-layout:fixed!important;
  border-collapse:collapse!important;
  color:#dce5f1!important;
}

body.music-member-page.profile-php-page .member-table thead{
  background:rgba(255,255,255,.025)!important;
}

body.music-member-page.profile-php-page .member-table th{
  height:39px!important;
  padding:0 9px!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  color:#9cabbf!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.35px!important;
  text-align:left!important;
}

body.music-member-page.profile-php-page .member-table td{
  height:60px!important;
  padding:7px 9px!important;
  overflow:hidden!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
  color:#cbd5e4!important;
  font-size:9.5px!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}

body.music-member-page.profile-php-page .member-table tbody tr:last-child td{
  border-bottom:0!important;
}

body.music-member-page.profile-php-page .member-table tbody tr:hover{
  background:rgba(255,255,255,.025)!important;
}

body.music-member-page.profile-php-page .member-table th:nth-child(1){width:42px!important}
body.music-member-page.profile-php-page .member-table th:nth-child(2){width:34%!important}
body.music-member-page.profile-php-page .member-table th:nth-child(3){width:15%!important}
body.music-member-page.profile-php-page .member-table th:nth-child(4){width:17%!important}
body.music-member-page.profile-php-page .member-table th:nth-child(5){width:105px!important}
body.music-member-page.profile-php-page .member-table th:nth-child(6){width:120px!important}
body.music-member-page.profile-php-page .member-table th:nth-child(7){width:38px!important}

body.music-member-page.profile-php-page .member-num{
  color:#738198!important;
  font-size:9px!important;
}

body.music-member-page.profile-php-page .member-song-info{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  align-items:center!important;
  gap:9px!important;
}

body.music-member-page.profile-php-page .member-song-thumb{
  width:44px!important;
  height:44px!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:7px!important;
  background:#18243a!important;
}

body.music-member-page.profile-php-page .member-song-info>span{
  min-width:0!important;
}

body.music-member-page.profile-php-page .member-song-title{
  max-width:100%!important;
  display:block!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:800!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .member-song-meta{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  margin-top:4px!important;
  color:#7f8da2!important;
  font-size:7.5px!important;
}

body.music-member-page.profile-php-page .member-dot{
  width:3px!important;
  height:3px!important;
  flex:0 0 3px!important;
  border-radius:50%!important;
  background:#65748a!important;
}

body.music-member-page.profile-php-page .member-cat{
  max-width:95px!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  padding:0 7px!important;
  overflow:hidden!important;

  border:1px solid rgba(255,79,147,.12)!important;
  border-radius:6px!important;
  color:#ff81b2!important;
  background:rgba(255,79,147,.08)!important;
  font-size:8px!important;
  font-weight:750!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .member-download{
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  margin-left:auto!important;
  border-radius:7px!important;
  color:#ff75aa!important;
  background:rgba(255,79,147,.08)!important;
  font-size:10px!important;
}

body.music-member-page.profile-php-page .member-mobile-list{
  display:none!important;
}

/* ---------- Empty state / pagination ---------- */

body.music-member-page.profile-php-page .member-empty,
body.music-member-page.profile-php-page .profile-upload-empty{
  min-height:210px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:20px!important;
  color:#dce4f2!important;
  text-align:center!important;
}

body.music-member-page.profile-php-page .profile-upload-empty>i{
  width:48px!important;
  height:48px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  color:#ff4f93!important;
  background:rgba(255,79,147,.11)!important;
  font-size:20px!important;
}

body.music-member-page.profile-php-page .profile-upload-empty b{
  font-size:14px!important;
}

body.music-member-page.profile-php-page .profile-upload-empty small{
  color:#97a5b9!important;
  font-size:10px!important;
}

body.music-member-page.profile-php-page .member-pagination{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin:13px 0 0!important;
}

body.music-member-page.profile-php-page .member-pagination a,
body.music-member-page.profile-php-page .member-pagination span{
  min-width:32px!important;
  height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 9px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:8px!important;
  color:#aeb8c8!important;
  background:#0b1427!important;
  font-size:9px!important;
  font-weight:800!important;
}

body.music-member-page.profile-php-page .member-pagination a.active{
  border-color:transparent!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ff5d9f,#e9367d)!important;
}

body.music-member-page.profile-php-page .member-pagination .member-page-dots{
  min-width:18px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#718097!important;
}

/* ---------- Posts / About ---------- */

body.music-member-page.profile-php-page .member-extra-panel{
  min-height:290px!important;
  margin-top:14px!important;
  padding:18px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:11px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#101b30,#091426)!important;
}

body.music-member-page.profile-php-page .member-extra-head h2{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 5px!important;
  color:#fff!important;
  font-size:14px!important;
}

body.music-member-page.profile-php-page .member-extra-head h2 i{
  color:#ff72a8!important;
}

body.music-member-page.profile-php-page .member-extra-head p{
  margin:0!important;
  color:#93a1b5!important;
  font-size:10px!important;
}

body.music-member-page.profile-php-page .member-extra-empty{
  min-height:205px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  color:#dce4f1!important;
  text-align:center!important;
}

body.music-member-page.profile-php-page .member-extra-empty>i{
  color:#ff72a8!important;
  font-size:23px!important;
}

body.music-member-page.profile-php-page .member-extra-empty small{
  color:#8998ad!important;
  font-size:9.5px!important;
}

body.music-member-page.profile-php-page .member-about-box{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-top:14px!important;
}

body.music-member-page.profile-php-page .member-about-box>div{
  min-width:0!important;
  padding:11px!important;
  border:1px solid rgba(255,255,255,.065)!important;
  border-radius:9px!important;
  background:#0b1427!important;
}

body.music-member-page.profile-php-page .member-about-box small,
body.music-member-page.profile-php-page .member-about-box b{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.music-member-page.profile-php-page .member-about-box small{
  margin-bottom:5px!important;
  color:#7f8ea3!important;
  font-size:8px!important;
}

body.music-member-page.profile-php-page .member-about-box b{
  color:#fff!important;
  font-size:10.5px!important;
  word-break:break-word!important;
}

body.music-member-page.profile-php-page .member-about-box a{
  color:#ff72a8!important;
  word-break:break-all!important;
}

body.music-member-page.profile-php-page .member-about-text{
  margin:10px 0 0!important;
  padding:12px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:9px!important;
  color:#aebacd!important;
  background:#0b1427!important;
  font-size:10px!important;
  line-height:1.65!important;
}

/* ---------- Right sidebar ---------- */

body.music-member-page.profile-php-page .profile-member-side{
  position:sticky!important;
  top:18px!important;
  align-self:start!important;
  min-width:0!important;
  max-height:calc(100vh - 36px)!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior-y:contain!important;
  scrollbar-width:none!important;
}

body.music-member-page.profile-php-page .profile-member-side::-webkit-scrollbar{
  display:none!important;
}

body.music-member-page.profile-php-page .member-side-card,
body.music-member-page.profile-php-page .member-profile-share-card{
  flex:0 0 auto!important;
  min-width:0!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid rgba(255,255,255,.085)!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#101b30,#091426)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.10)!important;
}

body.music-member-page.profile-php-page .member-side-card>h3{
  min-height:20px!important;
  display:flex!important;
  align-items:center!important;
  margin:0 0 10px!important;
  padding-left:8px!important;
  border-left:3px solid var(--profile-pink)!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:900!important;
}

/* Member statistics */
body.music-member-page.profile-php-page .member-stat-row{
  min-height:48px!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:9px!important;
  padding:7px 0!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
}

body.music-member-page.profile-php-page .member-stat-row:last-child{
  border-bottom:0!important;
}

body.music-member-page.profile-php-page .member-stat-icon{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  color:#ff76aa!important;
  background:rgba(255,79,147,.09)!important;
  font-size:12px!important;
}

body.music-member-page.profile-php-page .member-stat-row>div{
  min-width:0!important;
}

body.music-member-page.profile-php-page .member-stat-row small,
body.music-member-page.profile-php-page .member-stat-row b{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .member-stat-row small{
  margin:0 0 3px!important;
  color:#8998ad!important;
  font-size:8px!important;
}

body.music-member-page.profile-php-page .member-stat-row b{
  color:#fff!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:850!important;
}

body.music-member-page.profile-php-page .profile-stat-date{
  font-size:9.5px!important;
}

/* Genres */
body.music-member-page.profile-php-page .member-category-row{
  min-height:35px!important;
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:7px!important;
  margin:2px 0!important;
  padding:6px 7px!important;
  border:1px solid transparent!important;
  border-radius:7px!important;
  color:#c3cedd!important;
  background:transparent!important;
  font-size:9px!important;
}

body.music-member-page.profile-php-page .member-category-row>i{
  color:#8d9cb1!important;
  font-size:10px!important;
}

body.music-member-page.profile-php-page .member-category-row>span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .member-category-row>b{
  min-width:22px!important;
  color:#8b99ae!important;
  font-size:8px!important;
  text-align:right!important;
}

body.music-member-page.profile-php-page .member-category-row:hover,
body.music-member-page.profile-php-page .member-category-row.active{
  border-color:rgba(255,79,147,.10)!important;
  color:#fff!important;
  background:rgba(255,79,147,.075)!important;
}

body.music-member-page.profile-php-page .member-category-row.active>i,
body.music-member-page.profile-php-page .member-category-row.active>b{
  color:#ff72a8!important;
}

/* Latest uploads */
body.music-member-page.profile-php-page .member-recent-row{
  min-width:0!important;
  min-height:55px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px 0!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
  border-radius:0!important;
  background:transparent!important;
}

body.music-member-page.profile-php-page .member-recent-row:last-child{
  border-bottom:0!important;
}

body.music-member-page.profile-php-page .member-recent-row:hover{
  background:rgba(255,255,255,.025)!important;
}

body.music-member-page.profile-php-page .member-recent-row>img{
  width:42px!important;
  height:42px!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:7px!important;
  background:#172239!important;
}

body.music-member-page.profile-php-page .member-recent-row>span{
  min-width:0!important;
}

body.music-member-page.profile-php-page .member-recent-row b,
body.music-member-page.profile-php-page .member-recent-row small{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .member-recent-row b{
  color:#fff!important;
  font-size:9.5px!important;
}

body.music-member-page.profile-php-page .member-recent-row small{
  margin-top:3px!important;
  color:#7f8ea4!important;
  font-size:7.5px!important;
}

body.music-member-page.profile-php-page .profile-side-empty{
  padding:10px 2px!important;
  color:#7f8ea3!important;
  font-size:9px!important;
}

/* Share */
body.music-member-page.profile-php-page .member-profile-share-card h2{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:10.5px!important;
}

body.music-member-page.profile-php-page .member-profile-share-card h2 i{
  color:#ff72a8!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .share-buttons{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:6px!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .share-buttons a,
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons button{
  width:100%!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:8px!important;
  color:#fff!important;
  background:#0c172a!important;
  cursor:pointer!important;
  font-size:11px!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .share-buttons .fb:hover{background:#1877f2!important}
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons .tw:hover{background:#191919!important}
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons .wa:hover{background:#1fa855!important}
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons .ln:hover,
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons button.copied{background:#8b5cf6!important}

/* ---------- Not found ---------- */

body.music-member-page.profile-php-page .profile-not-found{
  min-height:470px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:28px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:12px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#101b30,#091426)!important;
  text-align:center!important;
}

body.music-member-page.profile-php-page .profile-not-found-icon{
  width:60px!important;
  height:60px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  color:#ff72a8!important;
  background:rgba(255,79,147,.11)!important;
  font-size:25px!important;
}

body.music-member-page.profile-php-page .profile-not-found h1{
  margin:0!important;
  font-size:22px!important;
}

body.music-member-page.profile-php-page .profile-not-found p{
  margin:0!important;
  color:#95a4b8!important;
  font-size:11px!important;
}

/* ---------- Laptop ---------- */

@media(max-width:1180px) and (min-width:901px){
  body.music-member-page.profile-php-page .member-layout{
    grid-template-columns:minmax(0,1fr) 270px!important;
    gap:14px!important;
  }

  body.music-member-page.profile-php-page .profile-upload-toolbar{
    grid-template-columns:minmax(230px,1fr) 165px 145px!important;
  }

  body.music-member-page.profile-php-page .member-toolbar-spacer{
    display:none!important;
  }

  body.music-member-page.profile-php-page .member-table th:nth-child(4),
  body.music-member-page.profile-php-page .member-table td:nth-child(4){
    display:none!important;
  }
}

/* ---------- Tablet ---------- */

@media(max-width:900px) and (min-width:781px){
  body.music-member-page.profile-php-page .member-page-wrap{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  body.music-member-page.profile-php-page .member-layout{
    grid-template-columns:1fr!important;
    gap:13px!important;
  }

  body.music-member-page.profile-php-page .profile-member-side{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    overflow:visible!important;
  }

  body.music-member-page.profile-php-page .profile-member-side>.member-profile-share-card{
    grid-column:1/-1!important;
  }

  body.music-member-page.profile-php-page .profile-upload-toolbar{
    grid-template-columns:minmax(220px,1fr) 165px 145px!important;
  }

  body.music-member-page.profile-php-page .member-toolbar-spacer{
    display:none!important;
  }
}

/* ---------- Mobile ---------- */

@media(max-width:780px){
  body.music-member-page.profile-php-page{
    padding:0!important;
    background:#040916!important;
    overflow-x:hidden!important;
  }

  body.music-member-page.profile-php-page .page{
    overflow:hidden!important;
  }

  body.music-member-page.profile-php-page .member-page-wrap{
    padding:12px 10px 18px!important;
  }

  body.music-member-page.profile-php-page .member-layout{
    display:block!important;
  }

  body.music-member-page.profile-php-page .profile-identity-card{
    min-height:auto!important;
    grid-template-columns:74px minmax(0,1fr)!important;
    align-items:start!important;
    gap:11px!important;
    padding:13px!important;
    border-radius:11px!important;
  }

  body.music-member-page.profile-php-page .profile-identity-card::before{
    background-position:center!important;
  }

  body.music-member-page.profile-php-page .member-profile-avatar{
    width:70px!important;
    height:70px!important;
    border-radius:50%!important;
  }

  body.music-member-page.profile-php-page .member-profile-name{
    gap:6px!important;
    margin-bottom:5px!important;
  }

  body.music-member-page.profile-php-page .profile-name-copy h2{
    max-width:190px!important;
    font-size:17px!important;
  }

  body.music-member-page.profile-php-page .profile-name-copy small{
    margin-top:3px!important;
    font-size:9px!important;
  }

  body.music-member-page.profile-php-page .member-badge{
    min-height:19px!important;
    padding:0 6px!important;
    font-size:8px!important;
  }

  body.music-member-page.profile-php-page .member-joined{
    margin-bottom:6px!important;
    font-size:9px!important;
  }

  body.music-member-page.profile-php-page .member-bio{
    margin-bottom:7px!important;
    font-size:9px!important;
    line-height:1.5!important;
  }

  body.music-member-page.profile-php-page .profile-identity-actions{
    gap:6px!important;
    margin-bottom:8px!important;
  }

  body.music-member-page.profile-php-page .member-website-link,
  body.music-member-page.profile-php-page .member-owner-link{
    min-height:29px!important;
    padding:0 8px!important;
    font-size:8.5px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline{
    grid-column:1/-1!important;
    width:100%!important;
    margin-top:3px!important;
    padding-top:9px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline>div{
    padding:0 8px!important;
    text-align:center!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline>div:first-child{
    padding-left:8px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline b{
    font-size:13px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline small{
    font-size:7.5px!important;
  }

  body.music-member-page.profile-php-page .member-tabs{
    height:46px!important;
    gap:5px!important;
    margin-top:7px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }

  body.music-member-page.profile-php-page .member-tabs::-webkit-scrollbar{
    display:none!important;
  }

  body.music-member-page.profile-php-page .member-tabs a{
    min-width:80px!important;
    height:46px!important;
    flex:0 0 auto!important;
    padding:0 8px!important;
    font-size:9px!important;
  }

  body.music-member-page.profile-php-page .profile-upload-toolbar{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    margin:9px 0!important;
  }

  body.music-member-page.profile-php-page .member-toolbar-spacer{
    display:none!important;
  }

  body.music-member-page.profile-php-page .member-search-box{
    grid-column:1/-1!important;
    width:100%!important;
    height:38px!important;
  }

  body.music-member-page.profile-php-page .member-select{
    width:100%!important;
    height:36px!important;
    font-size:9px!important;
  }

  body.music-member-page.profile-php-page .member-table{
    display:none!important;
  }

  body.music-member-page.profile-php-page .member-list-panel{
    border:0!important;
    background:transparent!important;
    overflow:visible!important;
  }

  body.music-member-page.profile-php-page .member-mobile-list{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
    padding:0!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile{
    width:100%!important;
    min-width:0!important;
    min-height:72px!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) 16px!important;
    align-items:center!important;
    gap:9px!important;
    padding:7px!important;
    margin:0!important;
    overflow:hidden!important;

    border:1px solid rgba(255,255,255,.07)!important;
    border-radius:9px!important;
    color:#fff!important;
    background:linear-gradient(180deg,#101b30,#091426)!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile>img{
    width:62px!important;
    height:58px!important;
    display:block!important;
    object-fit:cover!important;
    border-radius:7px!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile>span{
    min-width:0!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile b,
  body.music-member-page.profile-php-page .member-card-mobile small{
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile b{
    margin-bottom:3px!important;
    font-size:10px!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile small{
    margin-top:2px!important;
    color:#8998ad!important;
    font-size:7.5px!important;
  }

  body.music-member-page.profile-php-page .member-card-mobile .member-download{
    width:16px!important;
    height:auto!important;
    margin:0!important;
    background:transparent!important;
  }

  body.music-member-page.profile-php-page .member-pagination{
    gap:5px!important;
    margin-top:11px!important;
  }

  body.music-member-page.profile-php-page .member-pagination a,
  body.music-member-page.profile-php-page .member-pagination span{
    min-width:29px!important;
    height:29px!important;
    padding:0 7px!important;
    font-size:8.5px!important;
  }

  body.music-member-page.profile-php-page .member-extra-panel{
    min-height:230px!important;
    margin-top:9px!important;
    padding:12px!important;
  }

  body.music-member-page.profile-php-page .member-about-box{
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }

  body.music-member-page.profile-php-page .profile-member-side{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    margin-top:10px!important;
    overflow:visible!important;
  }

  body.music-member-page.profile-php-page .member-side-card,
  body.music-member-page.profile-php-page .member-profile-share-card{
    padding:11px!important;
    border-radius:10px!important;
  }

  body.music-member-page.profile-php-page .member-stat-row{
    min-height:43px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
  }

  body.music-member-page.profile-php-page .member-stat-icon{
    width:28px!important;
    height:28px!important;
  }

  body.music-member-page.profile-php-page .member-profile-share-card .share-buttons{
    grid-template-columns:repeat(4,1fr)!important;
  }

  body.music-member-page.profile-php-page .profile-not-found{
    min-height:330px!important;
    padding:18px!important;
  }
}

@media(max-width:480px){
  body.music-member-page.profile-php-page .profile-identity-card{
    grid-template-columns:64px minmax(0,1fr)!important;
  }

  body.music-member-page.profile-php-page .member-profile-avatar{
    width:60px!important;
    height:60px!important;
  }

  body.music-member-page.profile-php-page .profile-name-copy h2{
    max-width:150px!important;
    font-size:15px!important;
  }

  body.music-member-page.profile-php-page .member-about-box{
    grid-template-columns:1fr!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.music-member-page.profile-php-page *,
  body.music-member-page.profile-php-page *::before,
  body.music-member-page.profile-php-page *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}



/* =========================================================
   LATEST POSTS PHP 8.5 - FINAL DB-DRIVEN LAYOUT
   Scoped to blog-list-php-page so other OSANIME pages stay untouched.
   ========================================================= */
body.blog-list-page.blog-list-php-page .blog-list-wrap{
  align-items:start;
  padding-top:24px;
  padding-bottom:28px;
  overflow:visible;
}
body.blog-list-page.blog-list-php-page .blog-list-card{
  margin-top:0;
  overflow:visible;
  padding:20px;
  border-radius:12px;
}
body.blog-list-page.blog-list-php-page .blog-list-head{
  gap:18px;
  margin-bottom:12px;
}
body.blog-list-page.blog-list-php-page .blog-list-head h2{
  flex:1 1 auto;
}
body.blog-list-page.blog-list-php-page .blog-result-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.025);
  border-radius:9px;
  color:#aeb8ca;
  font-size:11px;
}
body.blog-list-page.blog-list-php-page .blog-result-meta b{color:#fff;font-size:12px}
body.blog-list-page.blog-list-php-page .blog-list-item{
  grid-template-columns:180px minmax(0,1fr) 98px;
  gap:20px;
  padding:16px 8px;
  border-radius:10px;
  transition:background .18s ease,transform .18s ease,border-color .18s ease;
}
body.blog-list-page.blog-list-php-page .blog-list-item:hover{
  background:rgba(255,255,255,.035);
  transform:translateY(-1px);
}
body.blog-list-page.blog-list-php-page .blog-list-thumb{
  position:relative;
  width:180px;
  height:112px;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}
body.blog-list-page.blog-list-php-page .blog-list-thumb img{display:block}
body.blog-list-page.blog-list-php-page .blog-list-info{min-width:0}
body.blog-list-page.blog-list-php-page .blog-list-info h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  word-break:break-word;
}
body.blog-list-page.blog-list-php-page .blog-list-info p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
body.blog-list-page.blog-list-php-page .blog-list-cat{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.blog-list-page.blog-list-php-page .blog-author-link{color:#fff;font-weight:700}
body.blog-list-page.blog-list-php-page .blog-author-link:hover{color:var(--pink)}
body.blog-list-page.blog-list-php-page .blog-list-stat{
  min-width:86px;
  align-items:flex-end;
}
body.blog-list-page.blog-list-php-page .blog-list-stat span{
  min-height:32px;
  padding:0 10px;
  border-radius:8px;
  background:#0b1427;
  border:1px solid rgba(255,255,255,.07);
  white-space:nowrap;
}
body.blog-list-page.blog-list-php-page .blog-list-stat i{color:var(--pink)}

body.blog-list-page.blog-list-php-page .blog-sort{height:auto;background:transparent;border:0;padding:0}
body.blog-list-page.blog-list-php-page .blog-sort-wrap{position:relative;min-width:185px}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-btn{
  width:100%;
  height:42px;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.12);
  background:#0d1628;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 14px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-btn:hover,
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-btn.open{
  border-color:rgba(255,79,147,.45);
  box-shadow:0 0 0 3px rgba(255,79,147,.08);
}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-btn i{transition:transform .18s ease}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-btn.open i{transform:rotate(180deg)}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu{
  display:none;
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  min-width:240px;
  z-index:120;
  padding:8px;
  border-radius:10px;
  background:#081225;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 50px rgba(0,0,0,.42);
}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu.show{display:block}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu a{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:2px 9px;
  align-items:center;
  padding:10px;
  border-radius:8px;
}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu a i{grid-row:1/3;color:var(--pink)}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu a span{font-size:12px;font-weight:900}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu a small{color:#98a6bc;font-size:10px}
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu a:hover,
body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu a.active{background:rgba(255,79,147,.12);color:var(--pink)}

body.blog-list-page.blog-list-php-page .blog-list-sidebar{
  position:sticky;
  top:92px;
  align-self:start;
  padding-top:0;
}
body.blog-list-page.blog-list-php-page .blog-list-side-card{border-radius:11px}
body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link{
  height:42px;
  grid-template-columns:24px minmax(0,1fr) auto;
  border:1px solid transparent;
}
body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link:hover{background:rgba(255,255,255,.04)}
body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link.active{
  background:linear-gradient(180deg,#ff62a6,#ec3d85);
  border-color:transparent;
  color:#fff;
}
body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link span{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
body.blog-list-page.blog-list-php-page .stats-widget div{grid-template-columns:38px minmax(0,1fr) auto}
body.blog-list-page.blog-list-php-page .stats-widget b{font-variant-numeric:tabular-nums}
body.blog-list-page.blog-list-php-page .popular-blog{border-radius:7px;padding:8px 5px}
body.blog-list-page.blog-list-php-page .popular-blog:hover{background:rgba(255,255,255,.035)}
body.blog-list-page.blog-list-php-page .popular-blog div{min-width:0}
body.blog-list-page.blog-list-php-page .popular-blog b{
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
body.blog-list-page.blog-list-php-page .blog-empty{
  min-height:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;
}
body.blog-list-page.blog-list-php-page .blog-empty i{font-size:28px;color:var(--pink)}
body.blog-list-page.blog-list-php-page .blog-empty b{font-size:15px}
body.blog-list-page.blog-list-php-page .blog-empty small{color:#9ba8bb}

/* Detail page supplied with Latest Posts so source_id links are never dead. */
body.blog-view-page.blog-view-php-page .blog-db-view-wrap{padding:26px 38px 32px;background:linear-gradient(180deg,#071020,#040813)}
body.blog-view-page.blog-view-php-page .blog-db-breadcrumb{display:flex;gap:10px;align-items:center;color:#b8c4d6;font-size:12px;margin-bottom:18px;min-width:0}
body.blog-view-page.blog-view-php-page .blog-db-breadcrumb a{color:var(--pink);font-weight:800}
body.blog-view-page.blog-view-php-page .blog-db-article{max-width:960px;margin:auto;background:linear-gradient(180deg,#10182c,#091226);border:1px solid rgba(255,255,255,.09);border-radius:12px;overflow:hidden}
body.blog-view-page.blog-view-php-page .blog-db-cover{width:100%;aspect-ratio:16/7;object-fit:cover;display:block;background:#10182c}
body.blog-view-page.blog-view-php-page .blog-db-body{padding:26px 28px 30px}
body.blog-view-page.blog-view-php-page .blog-db-cat{display:inline-flex;padding:5px 9px;border-radius:5px;background:rgba(255,79,147,.12);color:var(--pink);font-size:10px;font-weight:900;margin-bottom:12px}
body.blog-view-page.blog-view-php-page .blog-db-body h1{font-size:32px;line-height:1.2;margin-bottom:12px}
body.blog-view-page.blog-view-php-page .blog-db-meta{display:flex;gap:10px;flex-wrap:wrap;color:#aeb8ca;font-size:12px;margin-bottom:22px}
body.blog-view-page.blog-view-php-page .blog-db-meta a{color:#fff;font-weight:700}
body.blog-view-page.blog-view-php-page .blog-db-content{font-size:14px;line-height:1.85;color:#d8e0ec;white-space:normal;word-break:break-word}
body.blog-view-page.blog-view-php-page .blog-db-source{display:inline-flex;margin-top:24px;color:var(--pink);font-size:12px;font-weight:800}

@media(max-width:1100px) and (min-width:781px){
  body.blog-list-page.blog-list-php-page .blog-list-wrap{grid-template-columns:minmax(0,1fr) 290px;padding-left:24px;padding-right:24px}
  body.blog-list-page.blog-list-php-page .blog-list-item{grid-template-columns:150px minmax(0,1fr) 82px;gap:16px}
  body.blog-list-page.blog-list-php-page .blog-list-thumb{width:150px;height:96px}
}

@media(max-width:780px){
  body.blog-list-page.blog-list-php-page .blog-list-wrap{padding:0 12px 20px}
  body.blog-list-page.blog-list-php-page .blog-list-card{padding:0;background:transparent;border:0}
  body.blog-list-page.blog-list-php-page .blog-list-head{display:flex;align-items:center}
  body.blog-list-page.blog-list-php-page .blog-list-head h2{display:block;font-size:13px}
  body.blog-list-page.blog-list-php-page .blog-sort{margin-left:auto;width:auto}
  body.blog-list-page.blog-list-php-page .blog-sort label{display:none}
  body.blog-list-page.blog-list-php-page .blog-sort-wrap{min-width:138px;width:138px}
  body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-btn{height:38px;padding:0 11px;font-size:11px}
  body.blog-list-page.blog-list-php-page .blog-sort-wrap .category-sort-menu{min-width:210px;right:0}
  body.blog-list-page.blog-list-php-page .blog-result-meta{font-size:10px;padding:9px 10px}
  body.blog-list-page.blog-list-php-page .blog-list-item{
    grid-template-columns:96px minmax(0,1fr);
    gap:11px;
    padding:10px;
    background:#0d1628;
    border:1px solid rgba(255,255,255,.08);
    margin-bottom:9px;
    transform:none;
  }
  body.blog-list-page.blog-list-php-page .blog-list-thumb{width:96px;height:86px;border-radius:8px}
  body.blog-list-page.blog-list-php-page .blog-list-info h3{font-size:13px;-webkit-line-clamp:2}
  body.blog-list-page.blog-list-php-page .blog-list-info small{font-size:9.5px;margin-bottom:0;line-height:1.45}
  body.blog-list-page.blog-list-php-page .blog-list-info p{display:none}
  body.blog-list-page.blog-list-php-page .blog-list-stat{grid-column:2;flex-direction:row;align-items:center;min-width:0;margin-top:-2px}
  body.blog-list-page.blog-list-php-page .blog-list-stat span{min-height:26px;font-size:10px;padding:0 8px}
  body.blog-list-page.blog-list-php-page .blog-list-sidebar{display:none;position:static}
  body.blog-list-page.blog-list-php-page .blog-list-pagination{gap:6px;flex-wrap:wrap}
  body.blog-list-page.blog-list-php-page .blog-list-pagination a,
  body.blog-list-page.blog-list-php-page .blog-list-pagination span{min-width:30px;height:30px;font-size:11px;padding:0 8px}
  body.blog-view-page.blog-view-php-page .blog-db-view-wrap{padding:16px 12px 24px}
  body.blog-view-page.blog-view-php-page .blog-db-body{padding:18px 16px 22px}
  body.blog-view-page.blog-view-php-page .blog-db-body h1{font-size:22px}
  body.blog-view-page.blog-view-php-page .blog-db-cover{aspect-ratio:16/9}
  body.blog-view-page.blog-view-php-page .blog-db-content{font-size:13px;line-height:1.75}
}

/* =========================================================
   LATEST POSTS PHP - DESKTOP STICKY / SCROLLABLE SIDEBAR
   One desktop source of truth for the right sidebar.
   ========================================================= */
@media (min-width: 781px) {
  body.blog-list-page.blog-list-php-page .blog-list-wrap {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
    overflow: visible;
  }

  body.blog-list-page.blog-list-php-page .blog-list-sidebar {
    position: sticky !important;
    top: 18px !important;
    align-self: start !important;

    max-height: calc(100vh - 36px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;

    padding: 0 2px 2px 0 !important;
    margin: 0 !important;
  }

  body.blog-list-page.blog-list-php-page .blog-list-sidebar::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.blog-list-page.blog-list-php-page .blog-list-side-card {
    flex: 0 0 auto;
    padding: 18px !important;
    border-radius: 14px !important;
    background:
      linear-gradient(180deg, rgba(17, 27, 48, .98), rgba(8, 18, 36, .98)) !important;
    border: 1px solid rgba(255, 255, 255, .085) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
  }

  body.blog-list-page.blog-list-php-page .blog-list-side-card h3 {
    margin: 0 0 14px !important;
    padding-left: 10px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    letter-spacing: -.15px;
    border-left: 3px solid var(--pink) !important;
  }

  body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link {
    min-height: 44px !important;
    height: auto !important;
    padding: 8px 11px !important;
    border-radius: 9px !important;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
  }

  body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link:hover {
    background: rgba(255, 255, 255, .045) !important;
    border-color: rgba(255, 255, 255, .08) !important;
    transform: translateX(2px);
  }

  body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link.active {
    background: linear-gradient(180deg, #ff5ca2, #ec3d85) !important;
    border-color: transparent !important;
    box-shadow: 0 8px 20px rgba(255, 79, 147, .18);
    transform: none;
  }

  body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link i {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: rgba(255, 255, 255, .045);
  }

  body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link.active i {
    background: rgba(255, 255, 255, .14);
  }

  body.blog-list-page.blog-list-php-page .category-widget .blog-cat-link b {
    font-variant-numeric: tabular-nums;
    font-size: 13px;
  }

  body.blog-list-page.blog-list-php-page .stats-widget > div {
    min-height: 58px;
    padding: 10px 0 !important;
  }

  body.blog-list-page.blog-list-php-page .stats-widget > div:first-of-type {
    padding-top: 4px !important;
  }

  body.blog-list-page.blog-list-php-page .stats-widget > div:last-child {
    padding-bottom: 2px !important;
  }

  body.blog-list-page.blog-list-php-page .stats-widget i {
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
    background: rgba(255, 79, 147, .12) !important;
  }

  body.blog-list-page.blog-list-php-page .stats-widget span {
    font-size: 11px !important;
    color: #c8d2e3 !important;
  }

  body.blog-list-page.blog-list-php-page .stats-widget b {
    font-size: 16px !important;
    color: #fff;
  }

  body.blog-list-page.blog-list-php-page .popular-blog {
    min-height: 68px;
    padding: 8px !important;
    border-radius: 9px !important;
    transition: background .16s ease, transform .16s ease;
  }

  body.blog-list-page.blog-list-php-page .popular-blog:hover {
    background: rgba(255, 255, 255, .045) !important;
    transform: translateX(2px);
  }

  body.blog-list-page.blog-list-php-page .popular-blog img {
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }

  body.blog-list-page.blog-list-php-page .popular-blog > span {
    width: 26px;
    height: 26px;
    border-radius: 7px;
  }

  body.blog-list-page.blog-list-php-page .see-all-posts {
    height: 40px !important;
    margin-top: 12px !important;
    border-radius: 9px !important;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
  }

  body.blog-list-page.blog-list-php-page .see-all-posts:hover {
    background: rgba(255, 79, 147, .12);
    border-color: rgba(255, 79, 147, .7);
    color: #fff;
  }
}

@media (max-width: 1100px) and (min-width: 781px) {
  body.blog-list-page.blog-list-php-page .blog-list-wrap {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
  }

  body.blog-list-page.blog-list-php-page .blog-list-sidebar {
    top: 14px !important;
    max-height: calc(100vh - 28px) !important;
  }
}

/* =========================================================
   LATEST POSTS PHP - FULL HEIGHT SIDEBAR RAIL + STICKY INNER
   Outer rail stretches with the blog list; inner content follows
   viewport and can scroll independently without a visible bar.
   ========================================================= */
@media (min-width: 781px) {
  body.blog-list-page.blog-list-php-page .blog-list-wrap {
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.blog-list-page.blog-list-php-page .blog-list-main {
    min-width: 0;
    align-self: start;
  }

  body.blog-list-page.blog-list-php-page .blog-list-sidebar {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow: visible !important;

    display: block !important;
    margin: 0 !important;
    padding: 14px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    background:
      linear-gradient(180deg, rgba(12,22,42,.96) 0%, rgba(7,16,31,.98) 55%, rgba(5,13,27,.99) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  }

  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky {
    position: sticky !important;
    top: 18px !important;

    max-height: calc(100vh - 36px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;

    padding: 0 2px 2px 0 !important;
    outline: none !important;
  }

  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky:focus-visible {
    border-radius: 12px;
    box-shadow: 0 0 0 2px rgba(255,79,147,.28);
  }

  body.blog-list-page.blog-list-php-page .blog-list-side-card {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 1100px) and (min-width: 781px) {
  body.blog-list-page.blog-list-php-page .blog-list-sidebar {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky {
    top: 14px !important;
    max-height: calc(100vh - 28px) !important;
    gap: 12px !important;
  }
}

@media (max-width: 780px) {
  body.blog-list-page.blog-list-php-page .blog-list-sidebar,
  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky {
    display: none !important;
  }
}

/* =========================================================
   LATEST POSTS - FINAL FOLLOW-SCROLL SIDEBAR FIX
   Sidebar kanan tetap mengikuti viewport saat halaman discroll.
   Scoped hanya untuk /blog/latest-posts.php.
   ========================================================= */
@media (min-width: 781px) {

  /* overflow:hidden pada .page membuat position:sticky
     memakai ancestor yang salah / tidak mengikuti viewport. */
  body.blog-list-page.blog-list-php-page .page {
    overflow: visible !important;
  }

  /* Parent grid harus membiarkan sticky bekerja terhadap
     tinggi kolom daftar post. */
  body.blog-list-page.blog-list-php-page .blog-list-wrap {
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.blog-list-page.blog-list-php-page .blog-list-main {
    min-width: 0 !important;
    align-self: start !important;
  }

  /* Sidebar luar menjadi rail setinggi area daftar post. */
  body.blog-list-page.blog-list-php-page .blog-list-sidebar {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Isi sidebar inilah yang mengikuti scroll. */
  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky {
    position: sticky !important;
    top: 18px !important;
    height: fit-content !important;
    max-height: calc(100vh - 36px) !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
}

@media (max-width: 1100px) and (min-width: 781px) {
  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky {
    top: 14px !important;
    max-height: calc(100vh - 28px) !important;
  }
}

/* Mobile tetap tidak menampilkan sidebar desktop. */
@media (max-width: 780px) {
  body.blog-list-page.blog-list-php-page .blog-list-sidebar,
  body.blog-list-page.blog-list-php-page .blog-sidebar-sticky {
    display: none !important;
  }
}


/* ========================================================================
   OSANIME BLOG POST PHP 8.5 - FINAL SCOPED LAYER
   Keeps legacy blog-view rules from affecting the PHP post page.
   ======================================================================== */
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-php-wrap{
  padding:26px 38px 30px!important;
  background:linear-gradient(180deg,#071020 0%,#050b18 55%,#040813 100%)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 340px!important;
  gap:24px!important;
  align-items:stretch!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-main-post{
  min-width:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-hero{
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:center!important;
  margin:0 0 22px!important;
  padding:20px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(18,28,49,.96),rgba(7,15,31,.94))!important;
  box-shadow:0 18px 45px rgba(0,0,0,.18)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-cover{
  display:block!important;
  width:220px!important;
  height:160px!important;
  margin:0!important;
  border-radius:11px!important;
  overflow:hidden!important;
  background:#111a2e!important;
  box-shadow:0 14px 32px rgba(0,0,0,.30)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-cover img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-info{
  padding:0!important;
  max-width:none!important;
  min-width:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-info h1{
  font-size:clamp(24px,2.4vw,34px)!important;
  line-height:1.18!important;
  letter-spacing:-.7px!important;
  margin:0 0 12px!important;
  overflow-wrap:anywhere!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-meta-line{
  line-height:1.6!important;
  margin-bottom:13px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-meta-line a:hover{
  color:var(--pink)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-stats{
  gap:10px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-stats span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:32px!important;
  padding:0 11px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.035)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-stats i{
  margin:0!important;
  color:var(--pink)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-card{
  margin-top:14px!important;
  padding:20px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#10182c,#091226)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-card > h2{
  margin:0 0 16px!important;
  font-size:15px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content{
  max-height:none!important;
  overflow:visible!important;
  font-size:14px!important;
  line-height:1.85!important;
  color:#d7e0ee!important;
  overflow-wrap:anywhere!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > p,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > ul,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > ol,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > blockquote,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > pre{
  margin:0 0 15px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > ul,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > ol{
  padding-left:22px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > h2,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > h3,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > h4{
  border:0!important;
  padding:0!important;
  margin:22px 0 10px!important;
  line-height:1.35!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > img{
  display:block!important;
  max-width:100%!important;
  height:auto!important;
  margin:16px auto!important;
  border-radius:12px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > blockquote{
  padding:14px 16px!important;
  border-left:3px solid var(--pink)!important;
  border-radius:0 10px 10px 0!important;
  background:rgba(255,79,147,.07)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > pre,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content > pre{
  overflow:auto!important;
  padding:14px!important;
  border-radius:10px!important;
  background:#050b17!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-source{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:12px!important;
  color:var(--pink)!important;
  font-size:12px!important;
  font-weight:800!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid>div{
  min-width:0!important;
  padding:13px!important;
  border-radius:10px!important;
  background:#0b1427!important;
  border:1px solid rgba(255,255,255,.06)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid b{
  overflow-wrap:anywhere!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-comments-heading{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:14px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-comments-heading h2{
  margin:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-comments-heading h2 span{
  display:inline-grid!important;
  place-items:center!important;
  min-width:25px!important;
  height:25px!important;
  margin-left:7px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:rgba(255,79,147,.14)!important;
  color:var(--pink)!important;
  font-size:11px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-comments-heading>small{
  color:#9eabc0!important;
  font-size:11px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-alert{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 12px!important;
  padding:11px 13px!important;
  border-radius:9px!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-alert.success{
  color:#c7f9da!important;
  border:1px solid rgba(71,214,125,.24)!important;
  background:rgba(71,214,125,.09)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-alert.error{
  color:#ffd2df!important;
  border:1px solid rgba(255,79,147,.26)!important;
  background:rgba(255,79,147,.09)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .osanime-comment-form{
  display:block!important;
  margin:0!important;
  padding:14px!important;
  border-radius:12px!important;
  background:#0b1427!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-user{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-bottom:11px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-user img{
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  border:2px solid rgba(255,255,255,.13)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-user b{
  display:block!important;
  font-size:12px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-user small{
  display:block!important;
  margin-top:2px!important;
  color:#9ba8bc!important;
  font-size:10px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .osanime-comment-form textarea{
  display:block!important;
  width:100%!important;
  min-height:112px!important;
  max-height:280px!important;
  resize:vertical!important;
  padding:13px 14px!important;
  border-radius:10px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  outline:0!important;
  background:#071020!important;
  color:#fff!important;
  font:inherit!important;
  font-size:13px!important;
  line-height:1.55!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .osanime-comment-form textarea:focus{
  border-color:rgba(255,79,147,.55)!important;
  box-shadow:0 0 0 3px rgba(255,79,147,.09)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:10px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-footer small{
  color:#8390a5!important;
  font-size:10px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-footer button{
  min-width:150px!important;
  height:39px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#ff62a6,#ec3d85)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto auto!important;
  gap:10px!important;
  align-items:center!important;
  padding:14px!important;
  border-radius:12px!important;
  background:#0b1427!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>i{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:rgba(255,79,147,.12)!important;
  color:var(--pink)!important;
  font-size:18px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box b{
  display:block!important;
  font-size:12px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box small{
  display:block!important;
  margin-top:3px!important;
  color:#9eabc0!important;
  font-size:10px!important;
  line-height:1.45!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a{
  min-width:84px!important;
  height:36px!important;
  padding:0 13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#ff62a6,#ec3d85)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a.secondary{
  background:#111c31!important;
  border:1px solid rgba(255,255,255,.09)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .osanime-comment-list{
  margin-top:16px!important;
  padding:0!important;
  border:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .osanime-comment-item{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  margin:0!important;
  padding:13px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:11px!important;
  background:#0b1427!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-avatar,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-avatar img{
  display:block!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  overflow:hidden!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-avatar img{
  object-fit:cover!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-head{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:0 0 6px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-head small{
  margin:0!important;
  color:#8795aa!important;
  font-size:10px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-body p{
  margin:0!important;
  color:#d7dfeb!important;
  font-size:12px!important;
  line-height:1.65!important;
  overflow-wrap:anywhere!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar{
  display:block!important;
  align-self:stretch!important;
  min-width:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky{
  position:sticky!important;
  top:18px!important;
  max-height:calc(100vh - 36px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  overscroll-behavior-y:contain!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky>.blog-side-card{
  margin:0 0 12px!important;
  border-radius:12px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky>.blog-side-card:last-child{
  margin-bottom:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-author-card .author-row{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:center!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-author-card .author-row img{
  display:block!important;
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  object-fit:cover!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-author-card .author-row b{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-author-card .author-row span{
  display:inline-flex!important;
  margin:5px 0 0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .post-author-bio{
  margin:14px 0 0!important;
  color:#aeb9ca!important;
  font-size:11px!important;
  line-height:1.55!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .author-stats{
  gap:5px!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .author-stats>div{
  min-width:0!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .author-stats b{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .related-post{
  border-radius:8px!important;
  padding:8px!important;
  border-bottom:0!important;
  transition:background .18s ease,transform .18s ease!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .related-post:hover{
  background:rgba(255,255,255,.045)!important;
  transform:translateX(2px)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .share-post-card .share-buttons button{
  height:40px!important;
  border:0!important;
  border-radius:6px!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  cursor:pointer!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .share-post-card .share-buttons .copied{
  background:#1d8b55!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-not-found{
  display:flex!important;
  min-height:220px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-align:center!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-not-found>i{
  font-size:32px!important;
  color:var(--pink)!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-empty.small{
  text-align:center!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media (max-width:1100px) and (min-width:781px){
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-php-wrap{
    padding:22px 24px 28px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout{
    grid-template-columns:minmax(0,1fr) 300px!important;
    gap:18px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-hero{
    grid-template-columns:180px minmax(0,1fr)!important;
    gap:20px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-cover{
    width:180px!important;
    height:138px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:900px) and (min-width:781px){
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout{
    grid-template-columns:1fr!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky>.blog-side-card{
    margin:0!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .share-post-card{
    grid-column:1/-1!important;
  }
}

@media (max-width:780px){
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-php-wrap{
    padding:16px 13px 84px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-breadcrumb{
    margin-bottom:13px!important;
    gap:7px!important;
    font-size:10px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout{
    display:block!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-hero{
    display:block!important;
    padding:13px!important;
    margin-bottom:12px!important;
    border-radius:11px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-cover{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    margin:0 0 15px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-info h1{
    font-size:22px!important;
    line-height:1.28!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-stats{
    gap:7px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-stats span{
    min-height:29px!important;
    padding:0 9px!important;
    font-size:10px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-card{
    margin-top:10px!important;
    padding:14px!important;
    border-radius:11px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content{
    max-height:none!important;
    overflow:visible!important;
    font-size:12px!important;
    line-height:1.78!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid>div{
    padding:10px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-comments-heading{
    display:block!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-comments-heading>small{
    display:block!important;
    margin-top:6px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box{
    grid-template-columns:40px minmax(0,1fr)!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a{
    grid-column:auto!important;
    min-width:0!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a:first-of-type{
    grid-column:1/2!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a.secondary{
    grid-column:2/3!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-footer{
    align-items:center!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-form-footer button{
    min-width:132px!important;
    padding:0 12px!important;
    font-size:10px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .osanime-comment-item{
    grid-template-columns:36px minmax(0,1fr)!important;
    padding:11px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-avatar,
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-avatar img{
    width:36px!important;
    height:36px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar{
    margin-top:12px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    display:block!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky>.blog-side-card{
    margin:0 0 10px!important;
  }
}

@media (max-width:430px){
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-info-card .file-info-grid{
    grid-template-columns:1fr!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box{
    grid-template-columns:38px minmax(0,1fr)!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a,
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a:first-of-type,
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .comment-login-box>a.secondary{
    grid-column:1/-1!important;
    width:100%!important;
  }
}


/* =========================================================
   BLOG COMMENTS -> LATEST POSTS INTEGRATION
   Keep views + comment count compact on desktop and mobile.
   ========================================================= */
body.blog-list-page.blog-list-php-page .blog-list-stat {
  gap: 9px !important;
}
body.blog-list-page.blog-list-php-page .blog-list-stat span {
  min-width: 88px;
  min-height: 34px;
  justify-content: center;
  padding: 0 10px;
  border-radius: 9px;
  background: rgba(8,16,34,.66);
  border: 1px solid rgba(255,255,255,.08);
}
body.blog-list-page.blog-list-php-page .blog-list-stat .fa-comment-dots {
  color: var(--pink, #ff4f93) !important;
}
@media (max-width: 780px) {
  body.blog-list-page.blog-list-php-page .blog-list-stat {
    display: flex !important;
    flex-direction: row !important;
    gap: 7px !important;
  }
  body.blog-list-page.blog-list-php-page .blog-list-stat span {
    min-width: 0 !important;
    min-height: 28px !important;
    padding: 0 9px !important;
  }
}


/* =========================================================
   BLOG POST content_html renderer
   - Rich imported HTML keeps its own scoped card/grid styling.
   - The wrapper stays inside the post column on every viewport.
   ========================================================= */
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content-card{
  overflow:hidden!important;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  color:inherit;
  font-size:inherit;
  line-height:inherit;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content,
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content *{
  box-sizing:border-box;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content img{
  max-width:100%;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content table{
  width:100%;
  max-width:100%;
  border-collapse:collapse;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content pre{
  max-width:100%;
  overflow:auto;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-fallback{
  white-space:normal;
}
@media(max-width:780px){
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content-card{
    padding:12px!important;
  }
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-content .blog-post-rich-content{
    font-size:12px;
  }
}


/* =========================================================
   BLOG POST legacy/common HTML compatibility
   Keeps imported content_html visually faithful while scoped.
   ========================================================= */
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content center{
  display:block;
  width:100%;
  text-align:center;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content center > img,
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content [align="center"] > img{
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content img[align="center"]{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content img[align="left"]{
  float:left;
  margin:6px 16px 10px 0;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content img[align="right"]{
  float:right;
  margin:6px 0 10px 16px;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content [align="center"]{
  text-align:center;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content [align="right"]{
  text-align:right;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content [align="justify"]{
  text-align:justify;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content mark{
  background:#ffd166;
  color:#111827;
  padding:0 .18em;
  border-radius:.2em;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content sub,
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content sup{
  font-size:.75em;
  line-height:0;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content dl{
  margin:14px 0;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content dt{
  font-weight:800;
  margin-top:10px;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content dd{
  margin:4px 0 10px 18px;
  color:#cbd5e1;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content details{
  margin:14px 0;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:rgba(9,18,36,.55);
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content summary{
  cursor:pointer;
  font-weight:800;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content blockquote{
  margin:16px 0;
  padding:12px 16px;
  border-left:3px solid var(--pink,#ff4f93);
  background:rgba(255,255,255,.035);
  border-radius:0 8px 8px 0;
}
body.blog-view-page.blog-view-php-page.blog-post-comments-page
.blog-post-content .blog-post-rich-content::after{
  content:"";
  display:block;
  clear:both;
}

/* =========================================================
   BLOG POST - FINAL SAME-AS-LATEST-POSTS SIDEBAR FOLLOW SCROLL
   Mekanisme sidebar /blog/post.php dibuat sama dengan Latest Posts:
   - outer sidebar = full-height rail
   - inner sidebar = sticky mengikuti viewport
   - sidebar tetap di kolom kanan pada tablet/desktop >= 781px
   - jika isi sidebar lebih tinggi dari viewport, bisa scroll sendiri
   - mobile <= 780px tetap mengikuti layout mobile yang sudah ada
   ========================================================= */
@media (min-width: 781px) {

  /*
   * position:sticky tidak boleh terkurung oleh .page overflow:hidden.
   * Scoped hanya ke halaman post PHP agar halaman lain tidak berubah.
   */
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .page {
    overflow: visible !important;
  }

  /*
   * Sama seperti Latest Posts: grid parent dibuat stretch agar rail sidebar
   * mempunyai tinggi yang sama dengan area main post.
   */
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 24px !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-main-post {
    min-width: 0 !important;
    align-self: start !important;
  }

  /*
   * Outer sidebar hanya menjadi rail.
   * Jangan sticky-kan outer element, sticky ada pada inner wrapper.
   */
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar {
    display: block !important;
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    min-width: 0 !important;
    min-height: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 !important;
  }

  /*
   * Inner wrapper mengikuti scroll persis seperti sidebar Latest Posts.
   */
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky {
    position: sticky !important;
    top: 18px !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;

    width: 100% !important;
    height: fit-content !important;
    max-height: calc(100vh - 36px) !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky > .blog-side-card {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

/*
 * Sama dengan Latest Posts: pada tablet desktop tetap memakai kolom sidebar,
 * bukan dipindahkan ke bawah seperti rule lama post.php.
 */
@media (max-width: 1100px) and (min-width: 781px) {
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-php-wrap {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 20px !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky {
    top: 14px !important;
    max-height: calc(100vh - 28px) !important;
    gap: 12px !important;
  }
}

/*
 * Mobile tetap seperti desain post sekarang.
 * Sidebar tidak sticky karena menjadi bagian dari alur konten mobile.
 */
@media (max-width: 780px) {
  body.blog-view-page.blog-view-php-page.blog-post-comments-page .page {
    overflow: hidden;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-layout {
    display: block !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar {
    position: static !important;
    min-height: 0 !important;
    margin-top: 12px !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky {
    position: relative !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
  }

  body.blog-view-page.blog-view-php-page.blog-post-comments-page .blog-post-sidebar-sticky > .blog-side-card {
    margin: 0 0 10px !important;
  }
}


/* ============================================================
   MUSIC HITZ RESPONSIVE PRO - 2026-08
   Final scoped layer for desktop / tablet / mobile.
   ============================================================ */
body.music-hitz-page.music-hitz-php-page{
  --hitz-surface:#0d172b;
  --hitz-surface-2:#101b31;
  --hitz-border:rgba(255,255,255,.085);
  --hitz-muted:#98a7bf;
  --hitz-soft:#c9d4e6;
}

body.music-hitz-page.music-hitz-php-page #top-hitz{
  scroll-margin-top:20px;
}

body.music-hitz-page.music-hitz-php-page .hitz-hero{
  min-height:260px!important;
  padding:44px clamp(28px,4vw,58px)!important;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,8,19,.98) 0%,rgba(5,10,24,.88) 42%,rgba(5,9,20,.36) 78%,rgba(5,9,20,.2) 100%),
    var(--osanime-bg-rzy) center 38%/cover!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-hero:after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-80px;
  bottom:-220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,147,.24),rgba(124,77,255,.08) 45%,transparent 70%);
  z-index:-1;
}
body.music-hitz-page.music-hitz-php-page .hitz-hero-text{
  max-width:620px!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-hero h1{
  margin:0 0 12px!important;
  font-size:clamp(34px,4vw,50px)!important;
  letter-spacing:-1.6px!important;
  line-height:1!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-hero p{
  max-width:580px!important;
  margin:0 0 20px!important;
  color:#d9e3f2!important;
  font-size:14px!important;
  line-height:1.7!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-hero .btn{
  min-width:132px;
  height:40px!important;
  border-radius:9px!important;
  box-shadow:0 10px 26px rgba(255,79,147,.22);
}

body.music-hitz-page.music-hitz-php-page .hitz-wrap{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 330px!important;
  align-items:start!important;
  gap:18px!important;
  padding:24px clamp(22px,3vw,42px) 20px!important;
  overflow:visible!important;
  background:linear-gradient(180deg,#071020,#040813)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-main,
body.music-hitz-page.music-hitz-php-page .hitz-card,
body.music-hitz-page.music-hitz-php-page .hitz-table{
  min-width:0!important;
  width:100%!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-card,
body.music-hitz-page.music-hitz-php-page .hitz-side-card{
  background:linear-gradient(180deg,rgba(16,27,49,.98),rgba(8,18,37,.98))!important;
  border:1px solid var(--hitz-border)!important;
  border-radius:14px!important;
  box-shadow:0 14px 36px rgba(0,0,0,.18)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-card{
  overflow:hidden!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-head{
  min-height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:18px 20px!important;
  border-bottom:1px solid var(--hitz-border)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-head-copy{
  min-width:0;
}
body.music-hitz-page.music-hitz-php-page .hitz-head h2{
  margin:0!important;
  padding-left:11px!important;
  border-left:3px solid var(--pink)!important;
  font-size:16px!important;
  line-height:1.25!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-head p{
  margin:7px 0 0 14px!important;
  color:var(--hitz-muted)!important;
  font-size:11px!important;
  line-height:1.45!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-period{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:#0b1528;
  color:#cbd5e5;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}
body.music-hitz-page.music-hitz-php-page .hitz-period i{color:var(--pink)}

body.music-hitz-page.music-hitz-php-page .hitz-row{
  width:100%!important;
  min-height:84px!important;
  display:grid!important;
  grid-template-columns:42px minmax(235px,1.45fr) minmax(105px,.72fr) minmax(125px,.82fr) 108px 82px!important;
  gap:12px!important;
  align-items:center!important;
  padding:0 18px!important;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
  color:#dce5f3!important;
  font-size:12px!important;
  overflow:hidden!important;
  transition:background .18s ease,border-color .18s ease!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-row-head{
  min-height:44px!important;
  background:rgba(4,10,23,.3)!important;
  color:#8291aa!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.35px!important;
  text-transform:uppercase!important;
}
body.music-hitz-page.music-hitz-php-page a.hitz-row:hover{
  background:rgba(255,255,255,.028)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-row:last-child{
  border-bottom:0!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-row>span{
  min-width:0!important;
}
body.music-hitz-page.music-hitz-php-page .rank{
  width:30px!important;
  height:30px!important;
  border:1px solid rgba(255,79,147,.12)!important;
  border-radius:8px!important;
  background:rgba(255,79,147,.07)!important;
  color:var(--pink)!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.music-hitz-page.music-hitz-php-page .song-cell{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
body.music-hitz-page.music-hitz-php-page .song-cell img{
  width:58px!important;
  height:58px!important;
  border-radius:9px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 6px 18px rgba(0,0,0,.18)!important;
}
body.music-hitz-page.music-hitz-php-page .song-cell b{
  min-width:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.music-hitz-page.music-hitz-php-page .song-cell em{
  padding:5px 7px!important;
  border-radius:6px!important;
  background:linear-gradient(180deg,#ff5b9e,#ed3f82)!important;
  font-size:8px!important;
  letter-spacing:.25px!important;
  box-shadow:0 6px 16px rgba(255,79,147,.16)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-meta-cell{
  color:#cbd6e6!important;
  line-height:1.35!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-meta-cell:before{
  display:none;
}
body.music-hitz-page.music-hitz-php-page .hitz-download-cell{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  justify-self:end!important;
  padding:8px 10px!important;
  border:1px solid rgba(255,79,147,.15)!important;
  border-radius:9px!important;
  background:rgba(255,79,147,.055)!important;
  color:var(--pink)!important;
  font-size:12px!important;
  white-space:nowrap!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-download-cell i{
  font-size:14px!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-download-cell strong{
  font-size:12px!important;
  font-weight:900!important;
}

body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  position:sticky!important;
  top:18px!important;
  max-height:calc(100vh - 36px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  scrollbar-width:none!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-sidebar::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
body.music-hitz-page.music-hitz-php-page .hitz-side-card{
  padding:18px!important;
  overflow:hidden!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-side-card h3{
  margin:0 0 14px!important;
  padding-left:10px!important;
  border-left:3px solid var(--pink)!important;
  font-size:14px!important;
  line-height:1.25!important;
}
body.music-hitz-page.music-hitz-php-page .stats-box div{
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) auto!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:2px 10px!important;
  margin:0!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
}
body.music-hitz-page.music-hitz-php-page .stats-box div:last-child{border-bottom:0!important;padding-bottom:0!important}
body.music-hitz-page.music-hitz-php-page .stats-box i{
  width:40px!important;
  height:40px!important;
  grid-column:1!important;
  grid-row:1/3!important;
  display:grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:rgba(255,79,147,.11)!important;
  color:var(--pink)!important;
  font-size:16px!important;
}
body.music-hitz-page.music-hitz-php-page .stats-box span{
  grid-column:2!important;
  grid-row:1!important;
  color:#aab7ca!important;
  font-size:10px!important;
  line-height:1.25!important;
}
body.music-hitz-page.music-hitz-php-page .stats-box b{
  grid-column:2!important;
  grid-row:2!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.05!important;
}
body.music-hitz-page.music-hitz-php-page .popular-song{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:28px 52px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}
body.music-hitz-page.music-hitz-php-page .popular-song:last-of-type{border-bottom:0!important}
body.music-hitz-page.music-hitz-php-page .popular-song>span{
  width:28px!important;
  height:28px!important;
  border-radius:7px!important;
  background:rgba(255,79,147,.08)!important;
  border:1px solid rgba(255,79,147,.12)!important;
}
body.music-hitz-page.music-hitz-php-page .popular-song img{
  width:52px!important;
  height:52px!important;
  border-radius:8px!important;
}
body.music-hitz-page.music-hitz-php-page .popular-song div{min-width:0!important}
body.music-hitz-page.music-hitz-php-page .popular-song b{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:11px!important;
}
body.music-hitz-page.music-hitz-php-page .popular-song small{
  color:#8fa0b8!important;
  font-size:9px!important;
}
body.music-hitz-page.music-hitz-php-page .upload-box{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 74px!important;
  gap:12px!important;
  align-items:center!important;
}
body.music-hitz-page.music-hitz-php-page .upload-box p{
  margin:10px 0 14px!important;
  color:#aebbd0!important;
  font-size:10px!important;
  line-height:1.55!important;
}
body.music-hitz-page.music-hitz-php-page .upload-box .btn{
  width:max-content!important;
  max-width:100%!important;
  height:36px!important;
  padding:0 13px!important;
  font-size:9px!important;
}
body.music-hitz-page.music-hitz-php-page .cloud-music{
  width:68px!important;
  height:68px!important;
  font-size:24px!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-pagination{
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:14px 18px!important;
  border-top:1px solid rgba(255,255,255,.055)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-pagination:before{display:none!important}
body.music-hitz-page.music-hitz-php-page .hitz-pagination a,
body.music-hitz-page.music-hitz-php-page .hitz-pagination span{
  width:34px!important;
  height:34px!important;
  border-radius:8px!important;
  background:#0a1427!important;
  border:1px solid rgba(255,255,255,.09)!important;
  font-size:12px!important;
  transition:.18s ease!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-pagination a:hover{
  border-color:rgba(255,79,147,.45)!important;
  color:var(--pink)!important;
}
body.music-hitz-page.music-hitz-php-page .hitz-pagination .active{
  background:linear-gradient(180deg,#ff5b9f,#ed3f82)!important;
  border-color:transparent!important;
  box-shadow:0 7px 18px rgba(255,79,147,.2)!important;
}

/* Landscape tablets and compact notebooks */
@media (max-width:1199px) and (min-width:900px){
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    grid-template-columns:1fr!important;
    padding:22px 26px 18px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:14px!important;
  }
  body.music-hitz-page.music-hitz-php-page .upload-box{
    grid-column:1/-1!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row{
    grid-template-columns:40px minmax(220px,1.35fr) minmax(100px,.7fr) minmax(115px,.8fr) 100px 78px!important;
    gap:10px!important;
    padding:0 15px!important;
  }
}

/* Portrait tablets: card rows, no cramped desktop table */
@media (max-width:899px) and (min-width:601px){
  body.music-hitz-page.music-hitz-php-page{
    padding:0!important;
    background:#040916!important;
  }
  body.music-hitz-page.music-hitz-php-page .page{
    width:100%!important;
    max-width:none!important;
    border:0!important;
    border-radius:0!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:225px!important;
    padding:36px 30px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:18px 18px 16px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:14px!important;
  }
  body.music-hitz-page.music-hitz-php-page .upload-box{grid-column:1/-1!important}
  body.music-hitz-page.music-hitz-php-page .hitz-head{
    min-height:auto!important;
    align-items:flex-start!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-period{
    white-space:normal!important;
    text-align:right!important;
    line-height:1.35!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row-head{display:none!important}
  body.music-hitz-page.music-hitz-php-page .hitz-table{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    padding:12px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row:not(.hitz-row-head){
    position:relative!important;
    min-height:126px!important;
    display:grid!important;
    grid-template-columns:34px 64px minmax(0,1fr) auto!important;
    grid-template-rows:auto auto auto!important;
    gap:7px 10px!important;
    padding:12px!important;
    border:1px solid rgba(255,255,255,.075)!important;
    border-radius:12px!important;
    background:rgba(11,21,40,.78)!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-rank-cell{
    grid-column:1!important;
    grid-row:1/4!important;
    align-self:start!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell{
    grid-column:2/4!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell img{
    width:64px!important;
    height:64px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell b{
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-meta-cell{
    grid-column:3!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-meta-cell:before{
    content:attr(data-label);
    display:inline-block!important;
    flex:0 0 58px;
    color:#71809a;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-artist-cell{grid-row:2!important}
  body.music-hitz-page.music-hitz-php-page .hitz-album-cell{grid-row:3!important}
  body.music-hitz-page.music-hitz-php-page .hitz-date-cell{
    grid-column:2/4!important;
    grid-row:4!important;
    padding-left:74px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell{
    grid-column:4!important;
    grid-row:1/5!important;
    align-self:center!important;
    justify-self:end!important;
  }
}

/* Phones */
@media (max-width:600px){
  body.music-hitz-page.music-hitz-php-page{
    padding:0!important;
    background:#040916!important;
  }
  body.music-hitz-page.music-hitz-php-page .page{
    max-width:none!important;
    width:100%!important;
    min-height:100vh!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:188px!important;
    padding:28px 18px!important;
    background-position:62% top!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero h1{
    font-size:29px!important;
    margin-bottom:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero p{
    width:min(78%,420px)!important;
    font-size:11px!important;
    line-height:1.55!important;
    margin-bottom:14px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero .btn{
    min-width:112px!important;
    height:35px!important;
    padding:0 13px!important;
    font-size:9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    padding:12px 10px 12px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-main{order:1!important}
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    order:2!important;
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-card{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-head{
    min-height:auto!important;
    display:block!important;
    padding:8px 4px 12px!important;
    border-bottom:0!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-head h2{
    font-size:13px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-head p{
    margin-top:5px!important;
    font-size:9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-period{
    margin:9px 0 0 14px!important;
    width:max-content!important;
    max-width:calc(100% - 14px)!important;
    padding:7px 9px!important;
    font-size:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row-head{display:none!important}
  body.music-hitz-page.music-hitz-php-page .hitz-table{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row:not(.hitz-row-head){
    position:relative!important;
    min-height:104px!important;
    display:grid!important;
    grid-template-columns:30px 58px minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    gap:6px 9px!important;
    padding:10px!important;
    border:1px solid rgba(255,255,255,.075)!important;
    border-radius:11px!important;
    background:linear-gradient(180deg,rgba(16,27,49,.98),rgba(9,18,35,.98))!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-rank-cell{
    grid-column:1!important;
    grid-row:1/3!important;
    width:27px!important;
    height:27px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell{
    grid-column:2/4!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    gap:3px 9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell img{
    width:58px!important;
    height:58px!important;
    grid-row:1/3!important;
    border-radius:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell b{
    font-size:12px!important;
    white-space:normal!important;
    line-height:1.28!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell em{
    width:max-content!important;
    padding:4px 6px!important;
    font-size:7px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-artist-cell{
    grid-column:3!important;
    grid-row:2!important;
    color:#aebbd0!important;
    font-size:10px!important;
    white-space:nowrap!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-artist-cell:before{
    content:""!important;
    display:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-album-cell,
  body.music-hitz-page.music-hitz-php-page .hitz-date-cell{
    display:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell{
    grid-column:4!important;
    grid-row:1/3!important;
    align-self:center!important;
    padding:7px 8px!important;
    gap:5px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell strong{
    font-size:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell i{
    font-size:12px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-side-card{
    padding:14px!important;
    border-radius:11px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box h3{
    grid-column:1/-1!important;
    margin-bottom:2px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box div{
    min-height:78px!important;
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    gap:2px 8px!important;
    padding:10px!important;
    border:1px solid rgba(255,255,255,.065)!important;
    border-radius:9px!important;
    background:#0b1528!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box i{
    width:34px!important;
    height:34px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box span{
    grid-column:2!important;
    font-size:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box b{
    grid-column:2!important;
    font-size:16px!important;
  }
  body.music-hitz-page.music-hitz-php-page .popular-song{
    grid-template-columns:26px 48px minmax(0,1fr)!important;
    padding:9px 0!important;
  }
  body.music-hitz-page.music-hitz-php-page .popular-song img{
    width:48px!important;
    height:48px!important;
  }
  body.music-hitz-page.music-hitz-php-page .upload-box{
    grid-template-columns:minmax(0,1fr) 58px!important;
  }
  body.music-hitz-page.music-hitz-php-page .cloud-music{
    width:56px!important;
    height:56px!important;
    font-size:20px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-pagination{
    min-height:52px!important;
    padding:10px 0 2px!important;
    gap:6px!important;
    border-top:0!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-pagination a,
  body.music-hitz-page.music-hitz-php-page .hitz-pagination span{
    width:30px!important;
    height:30px!important;
    border-radius:7px!important;
    font-size:10px!important;
  }
}

@media (max-width:380px){
  body.music-hitz-page.music-hitz-php-page .hitz-row:not(.hitz-row-head){
    grid-template-columns:27px 52px minmax(0,1fr) auto!important;
    gap:6px 7px!important;
    padding:9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell{
    grid-template-columns:52px minmax(0,1fr)!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell img{
    width:52px!important;
    height:52px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell{
    padding:6px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell strong{display:none!important}
}

/* Music Hitz tablet header: switch to compact mobile-style controls before the nav gets crowded. */
@media (min-width:781px) and (max-width:1024px){
  body.music-hitz-page.index-php-page .topbar{
    position:relative!important;
    height:70px!important;
    min-height:70px!important;
    padding:0 16px!important;
    justify-content:space-between!important;
    gap:8px!important;
  }
  body.music-hitz-page.index-php-page .hamb{
    position:relative!important;
    z-index:210!important;
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 38px!important;
    padding:0!important;
    border:0!important;
    border-radius:9px!important;
    background:rgba(255,255,255,.04)!important;
    color:#fff!important;
    font-size:17px!important;
  }
  body.music-hitz-page.index-php-page .topbar>.logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    z-index:190!important;
    margin:0!important;
    transform:translate(-50%,-50%)!important;
  }
  body.music-hitz-page.index-php-page .topbar>.logo .mark{
    width:33px!important;
    height:33px!important;
    min-width:33px!important;
    font-size:19px!important;
  }
  body.music-hitz-page.index-php-page .topbar>.logo .logo-title{font-size:16px!important}
  body.music-hitz-page.index-php-page .topbar>.logo .logo-sub{font-size:6.5px!important;letter-spacing:1.55px!important}
  body.music-hitz-page.index-php-page .nav,
  body.music-hitz-page.index-php-page .search,
  body.music-hitz-page.index-php-page .guest-auth-actions,
  body.music-hitz-page.index-user-page .desktop-user-box{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.music-hitz-page.index-php-page .mobile-header-actions{
    position:relative!important;
    z-index:210!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    margin-left:auto!important;
  }
  body.music-hitz-page.index-php-page .mobile-search{
    width:36px!important;
    height:36px!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 36px!important;
    padding:0!important;
    border:0!important;
    border-radius:9px!important;
    background:rgba(255,255,255,.04)!important;
    color:#fff!important;
    font-size:14px!important;
  }
  body.music-hitz-page.index-user-page .mobile-user-avatar{
    position:relative!important;
    width:36px!important;
    height:36px!important;
    display:block!important;
    flex:0 0 36px!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.2)!important;
    border-radius:50%!important;
    background:#10182d!important;
  }
}

/* =========================================================
   MUSIC HITZ PHP - DESKTOP SIDEBAR BALANCE FIX
   Prevent sticky flex cards from shrinking/clipping and use
   the available desktop rail more efficiently.
   ========================================================= */
@media (min-width:1200px){
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    grid-template-columns:minmax(0,1fr) 350px!important;
    gap:20px!important;
    align-items:start!important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    min-width:0!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    scrollbar-width:none!important;
    padding:0 2px 2px 0!important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  /* Critical fix: flex children must never shrink and clip their content. */
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar > .hitz-side-card{
    flex:0 0 auto!important;
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
  }

  /* Compact 2x2 statistics: all four values are visible at once. */
  body.music-hitz-page.music-hitz-php-page .stats-box{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:18px!important;
  }

  body.music-hitz-page.music-hitz-php-page .stats-box h3{
    grid-column:1/-1!important;
    margin:0 0 4px!important;
  }

  body.music-hitz-page.music-hitz-php-page .stats-box div{
    min-width:0!important;
    min-height:82px!important;
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    align-items:center!important;
    gap:2px 9px!important;
    margin:0!important;
    padding:11px!important;
    border:1px solid rgba(255,255,255,.07)!important;
    border-radius:11px!important;
    background:linear-gradient(180deg,rgba(14,25,46,.92),rgba(8,17,33,.92))!important;
  }

  body.music-hitz-page.music-hitz-php-page .stats-box div:last-child{
    border-bottom:1px solid rgba(255,255,255,.07)!important;
    padding-bottom:11px!important;
  }

  body.music-hitz-page.music-hitz-php-page .stats-box i{
    width:38px!important;
    height:38px!important;
    grid-column:1!important;
    grid-row:1/3!important;
    border-radius:10px!important;
    font-size:15px!important;
  }

  body.music-hitz-page.music-hitz-php-page .stats-box span{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    font-size:9px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }

  body.music-hitz-page.music-hitz-php-page .stats-box b{
    grid-column:2!important;
    grid-row:2!important;
    min-width:0!important;
    font-size:18px!important;
    line-height:1.08!important;
  }

  body.music-hitz-page.music-hitz-php-page .popular-box{
    padding:18px!important;
  }

  body.music-hitz-page.music-hitz-php-page .popular-song{
    grid-template-columns:30px 50px minmax(0,1fr)!important;
    gap:10px!important;
    min-height:68px!important;
    padding:8px 0!important;
  }

  body.music-hitz-page.music-hitz-php-page .popular-song > span{
    width:30px!important;
    height:30px!important;
  }

  body.music-hitz-page.music-hitz-php-page .popular-song img{
    width:50px!important;
    height:50px!important;
  }

  body.music-hitz-page.music-hitz-php-page .popular-song b{
    display:block!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:11px!important;
  }

  body.music-hitz-page.music-hitz-php-page .upload-box{
    min-height:118px!important;
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 62px!important;
    gap:12px!important;
  }

  body.music-hitz-page.music-hitz-php-page .upload-box p{
    margin:8px 0 12px!important;
  }

  body.music-hitz-page.music-hitz-php-page .cloud-music{
    width:58px!important;
    height:58px!important;
    font-size:21px!important;
  }
}

/* Large desktop: give the sidebar a little more breathing room. */
@media (min-width:1450px){
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    grid-template-columns:minmax(0,1fr) 370px!important;
    gap:22px!important;
  }
}

/* =========================================================
   MUSIC HITZ - FINAL SAME-AS-LATEST-POSTS FOLLOW-SCROLL SIDEBAR
   Mekanisme mengikuti Latest Posts:
   - .hitz-sidebar = outer full-height rail
   - .hitz-sidebar-sticky = sticky inner content
   - mengikuti viewport saat halaman discroll
   - sidebar dapat scroll sendiri jika lebih tinggi dari viewport
   - desktop/tablet >= 781px tetap berada di kolom kanan
   ========================================================= */
@media (min-width: 781px) {

  /* Sama seperti Latest Posts:
     jangan biarkan overflow:hidden pada .page memutus sticky viewport. */
  body.music-hitz-page.music-hitz-php-page .page {
    overflow: visible !important;
  }

  /* Outer grid harus stretch agar rail sidebar sepanjang main content. */
  body.music-hitz-page.music-hitz-php-page .hitz-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 350px !important;
    gap: 20px !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-main {
    min-width: 0 !important;
    align-self: start !important;
  }

  /* Outer sidebar hanya menjadi rail, bukan elemen sticky. */
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;

    display: block !important;
    min-width: 0 !important;
    min-height: 100% !important;
    height: auto !important;
    max-height: none !important;

    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Inner wrapper yang benar-benar mengikuti scroll. */
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky {
    position: sticky !important;
    top: 18px !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;

    width: 100% !important;
    height: fit-content !important;
    max-height: calc(100vh - 36px) !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch;

    padding: 0 2px 2px 0 !important;
    outline: none !important;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky:focus-visible {
    border-radius: 12px;
    box-shadow: 0 0 0 2px rgba(255,79,147,.28);
  }

  /* Card tidak boleh mengecil ketika sticky container memiliki max-height. */
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky > .hitz-side-card {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
  }
}

/* Tablet / notebook sempit: pola sama dengan Latest Posts.
   Sidebar tetap kanan, hanya lebarnya diperkecil. */
@media (max-width: 1100px) and (min-width: 781px) {
  body.music-hitz-page.music-hitz-php-page .hitz-wrap {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 20px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky {
    top: 14px !important;
    max-height: calc(100vh - 28px) !important;
    gap: 12px !important;
  }
}

/* Mobile tetap mengikuti flow normal agar tidak mengganggu UX layar kecil. */
@media (max-width: 780px) {
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar {
    position: static !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky {
    position: relative !important;
    top: auto !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;

    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky > .hitz-side-card {
    flex: none !important;
    width: 100% !important;
  }
}

/* =========================================================
   MUSIC HITZ - FINAL MULTI-DEVICE RESPONSIVE PRO
   Breakpoints:
   >= 1500      : wide desktop
   1200-1499    : desktop/laptop
   992-1199     : compact laptop + sticky sidebar
   781-991      : tablet / small notebook, single main column
   601-780      : portrait tablet / large phone cards
   <= 600       : phone cards
   <= 420       : compact phone
   ========================================================= */

body.music-hitz-page.music-hitz-php-page{
  --hitz-page-pad:clamp(14px,2.2vw,34px);
  --hitz-card-radius:14px;
  --hitz-touch:44px;
}

/* Better scaling for very wide screens without making content excessively wide. */
@media (min-width:1500px){
  body.music-hitz-page.music-hitz-php-page .page{
    max-width:1540px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:280px!important;
    padding-left:64px!important;
    padding-right:64px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    grid-template-columns:minmax(0,1fr) 370px!important;
    gap:24px!important;
    padding:28px 48px 24px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row{
    grid-template-columns:44px minmax(260px,1.55fr) minmax(120px,.72fr) minmax(140px,.82fr) 112px 90px!important;
  }
}

/* Standard desktop and normal laptops. */
@media (min-width:1200px) and (max-width:1499px){
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    grid-template-columns:minmax(0,1fr) 350px!important;
    gap:20px!important;
    align-items:stretch!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    position:relative!important;
    align-self:stretch!important;
    min-height:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky{
    position:sticky!important;
    top:18px!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
  }
}

/* Compact laptops: keep sticky sidebar, simplify the main ranking table. */
@media (min-width:992px) and (max-width:1199px){
  body.music-hitz-page.music-hitz-php-page{
    padding:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .page{
    max-width:none!important;
    width:100%!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:230px!important;
    padding:36px 36px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero h1{
    font-size:clamp(34px,4vw,44px)!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 290px!important;
    gap:18px!important;
    align-items:stretch!important;
    padding:20px 22px 18px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    position:relative!important;
    align-self:stretch!important;
    min-height:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky{
    position:sticky!important;
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    overflow-y:auto!important;
    gap:12px!important;
  }

  /* Album is the least essential column on compact laptops. */
  body.music-hitz-page.music-hitz-php-page .hitz-row-head > span:nth-child(4),
  body.music-hitz-page.music-hitz-php-page .hitz-album-cell{
    display:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row{
    grid-template-columns:38px minmax(200px,1.45fr) minmax(88px,.68fr) 92px 72px!important;
    gap:9px!important;
    min-height:78px!important;
    padding:0 13px!important;
  }
  body.music-hitz-page.music-hitz-php-page .song-cell{
    grid-template-columns:52px minmax(0,1fr) auto!important;
    gap:9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .song-cell img{
    width:52px!important;
    height:52px!important;
  }
  body.music-hitz-page.music-hitz-php-page .song-cell b{
    font-size:12px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-side-card{
    padding:15px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box{
    grid-template-columns:1fr!important;
  }
}

/* Tablets / small notebooks: main content gets full width; sidebar becomes cards below. */
@media (min-width:781px) and (max-width:991px){
  body.music-hitz-page.music-hitz-php-page{
    padding:0!important;
    background:#040916!important;
  }
  body.music-hitz-page.music-hitz-php-page .page{
    width:100%!important;
    max-width:none!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:220px!important;
    padding:34px 28px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero h1{
    font-size:36px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:18px 18px 20px!important;
    overflow:visible!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-main{
    width:100%!important;
    min-width:0!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    display:block!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:14px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky > .upload-box{
    grid-column:1/-1!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky > .hitz-side-card{
    width:100%!important;
    min-width:0!important;
  }
}

/* 900-991 can keep the table because the main content is now full width. */
@media (min-width:900px) and (max-width:991px){
  body.music-hitz-page.music-hitz-php-page .hitz-row{
    grid-template-columns:40px minmax(220px,1.4fr) minmax(95px,.7fr) minmax(110px,.78fr) 96px 76px!important;
    gap:9px!important;
    padding:0 14px!important;
  }
}

/* Portrait tablet / large phones: retain card layout but improve rhythm and touch targets. */
@media (min-width:601px) and (max-width:899px){
  body.music-hitz-page.music-hitz-php-page .hitz-head{
    padding:15px 16px!important;
    gap:12px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-head h2{
    font-size:15px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-period{
    flex:0 1 auto!important;
    max-width:46%!important;
    justify-content:flex-end!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-table{
    padding:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row:not(.hitz-row-head){
    min-height:124px!important;
    border-radius:13px!important;
    box-shadow:0 8px 20px rgba(0,0,0,.12)!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell{
    min-height:40px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-pagination a,
  body.music-hitz-page.music-hitz-php-page .hitz-pagination span{
    min-width:36px!important;
    width:36px!important;
    height:36px!important;
  }
}

/* Phones. */
@media (max-width:600px){
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:180px!important;
    padding:24px 16px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero h1{
    font-size:clamp(27px,9vw,32px)!important;
    letter-spacing:-.8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero p{
    width:min(86%,430px)!important;
    font-size:11px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    padding:12px 10px 16px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row:not(.hitz-row-head){
    min-height:108px!important;
    border-radius:12px!important;
    padding:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell b{
    font-size:12px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box div{
    min-width:0!important;
  }
  body.music-hitz-page.music-hitz-php-page .upload-box .btn{
    min-height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
}

/* Compact phones: prevent title/actions from competing for width. */
@media (max-width:420px){
  body.music-hitz-page.music-hitz-php-page .hitz-hero{
    min-height:168px!important;
    padding:22px 14px!important;
    background-position:66% top!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-hero p{
    width:92%!important;
    max-width:310px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-wrap{
    padding-left:8px!important;
    padding-right:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-row:not(.hitz-row-head){
    grid-template-columns:27px 52px minmax(0,1fr) 34px!important;
    gap:6px 7px!important;
    padding:9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell{
    grid-template-columns:52px minmax(0,1fr)!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell img{
    width:52px!important;
    height:52px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-song-cell em{
    display:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell{
    width:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    padding:0!important;
    border-radius:9px!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-download-cell strong{
    display:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box{
    gap:7px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box div{
    min-height:72px!important;
    padding:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .stats-box b{
    font-size:15px!important;
  }
  body.music-hitz-page.music-hitz-php-page .popular-song{
    grid-template-columns:24px 46px minmax(0,1fr)!important;
    gap:8px!important;
  }
  body.music-hitz-page.music-hitz-php-page .popular-song img{
    width:46px!important;
    height:46px!important;
  }
  body.music-hitz-page.music-hitz-php-page .cloud-music{
    display:none!important;
  }
  body.music-hitz-page.music-hitz-php-page .upload-box{
    grid-template-columns:1fr!important;
  }
}

/* Short laptop screens: keep the sticky rail usable without wasting vertical space. */
@media (min-width:992px) and (max-height:760px){
  body.music-hitz-page.music-hitz-php-page .hitz-sidebar-sticky{
    top:10px!important;
    max-height:calc(100vh - 20px)!important;
  }
  body.music-hitz-page.music-hitz-php-page .hitz-side-card{
    padding:14px!important;
  }
}

/* Pointer devices get subtle hover polish; touch devices are not dependent on hover. */
@media (hover:hover) and (pointer:fine){
  body.music-hitz-page.music-hitz-php-page a.hitz-row:hover{
    transform:translateY(-1px);
    background:rgba(255,255,255,.035)!important;
  }
  body.music-hitz-page.music-hitz-php-page .popular-song:hover{
    transform:translateX(2px);
    background:rgba(255,255,255,.03)!important;
  }
}

/* Respect reduced-motion preference. */
@media (prefers-reduced-motion:reduce){
  body.music-hitz-page.music-hitz-php-page *,
  body.music-hitz-page.music-hitz-php-page *::before,
  body.music-hitz-page.music-hitz-php-page *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}



/* =========================================================
   OSANIME MEMBER UPLOAD + MY FILES PHP 8.5
   Merged into GLOBAL style.css
   Scoped: upload-file-page.upload-php-page / my-files-page.upload-php-page
   ========================================================= */

/* OSANIME member upload + My Files. Scoped to PHP member pages. */
body.upload-file-page.upload-php-page,
body.my-files-page.upload-php-page{
  --upload-card:#101a2d;
  --upload-card-2:#0b1426;
  --upload-line:rgba(255,255,255,.09);
  --upload-muted:#aebbd0;
  --upload-pink:var(--pink,#ff4f93);
  --upload-green:#38d982;
}

body.upload-file-page.upload-php-page .upload-shell{
  min-height:760px;
  padding:30px 36px 34px;
  background:
    radial-gradient(circle at 90% 5%,rgba(88,63,190,.13),transparent 28%),
    linear-gradient(180deg,#071020 0%,#040813 100%);
}
body.upload-file-page.upload-php-page .upload-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:24px;
}
body.upload-file-page.upload-php-page .upload-heading>div{min-width:0;max-width:780px}
body.upload-file-page.upload-php-page .upload-eyebrow{
  display:block;
  margin-bottom:8px;
  color:var(--upload-pink);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.5px;
}
body.upload-file-page.upload-php-page .upload-heading h1{
  margin:0 0 9px;
  color:#fff;
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.5px;
}
body.upload-file-page.upload-php-page .upload-heading p{
  max-width:760px;
  color:#c8d2e3;
  font-size:14px;
  line-height:1.65;
}
body.upload-file-page.upload-php-page .upload-my-files{
  flex:0 0 auto;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:#0d172a;
  color:#fff;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:850;
  transition:.2s ease;
}
body.upload-file-page.upload-php-page .upload-my-files:hover{
  border-color:rgba(255,79,147,.55);
  color:var(--upload-pink);
  transform:translateY(-1px);
}

body.upload-file-page.upload-php-page .upload-stepbar{
  display:grid;
  grid-template-columns:72px 1fr 82px 1fr 82px 1fr 72px 1fr 62px;
  align-items:start;
  max-width:760px;
  margin:0 0 25px;
}
body.upload-file-page.upload-php-page .upload-stepbar>div{text-align:center;color:#768399;transition:.2s}
body.upload-file-page.upload-php-page .upload-stepbar>div b{
  width:34px;height:34px;margin:0 auto 7px;border-radius:50%;
  display:grid;place-items:center;
  background:#0b1425;border:1px solid rgba(255,255,255,.16);
  color:#aab5c8;font-size:12px;font-weight:900;transition:.2s;
}
body.upload-file-page.upload-php-page .upload-stepbar>div span{display:block;font-size:10px;font-weight:800;white-space:nowrap}
body.upload-file-page.upload-php-page .upload-stepbar>i{height:2px;margin-top:16px;background:rgba(255,255,255,.12);border-radius:99px;transition:.2s}
body.upload-file-page.upload-php-page .upload-stepbar>div.active,
body.upload-file-page.upload-php-page .upload-stepbar>div.done{color:#fff}
body.upload-file-page.upload-php-page .upload-stepbar>div.active b{
  border-color:transparent;background:linear-gradient(180deg,#ff68aa,#ec3d85);
  color:#fff;box-shadow:0 8px 24px rgba(255,79,147,.28)
}
body.upload-file-page.upload-php-page .upload-stepbar>div.done b{border-color:rgba(56,217,130,.5);background:rgba(56,217,130,.13);color:var(--upload-green)}
body.upload-file-page.upload-php-page .upload-stepbar>div.done + i{background:linear-gradient(90deg,var(--upload-green),rgba(255,255,255,.16))}

body.upload-file-page.upload-php-page .upload-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:20px;
  align-items:start;
}
body.upload-file-page.upload-php-page .upload-main-card,
body.upload-file-page.upload-php-page .upload-side-card{
  background:linear-gradient(180deg,rgba(17,27,47,.98),rgba(9,18,38,.98));
  border:1px solid var(--upload-line);
  border-radius:14px;
  box-shadow:0 18px 46px rgba(0,0,0,.16);
}
body.upload-file-page.upload-php-page .upload-main-card{padding:18px}
body.upload-file-page.upload-php-page .upload-side{
  display:flex;flex-direction:column;gap:13px;
  position:sticky;top:18px;align-self:start;
  max-height:calc(100vh - 36px);overflow-y:auto;overflow-x:hidden;
  scrollbar-width:none;-ms-overflow-style:none;
}
body.upload-file-page.upload-php-page .upload-side::-webkit-scrollbar{display:none;width:0;height:0}
body.upload-file-page.upload-php-page .upload-side-card{padding:18px}
body.upload-file-page.upload-php-page .side-card-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}
body.upload-file-page.upload-php-page .side-card-title i{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:rgba(255,79,147,.12);color:var(--upload-pink);font-size:15px}
body.upload-file-page.upload-php-page .side-card-title h3{font-size:14px;color:#fff}
body.upload-file-page.upload-php-page .upload-side-card>b{display:block;font-size:13px;margin-bottom:7px;color:#fff;overflow-wrap:anywhere}
body.upload-file-page.upload-php-page .upload-side-card p,
body.upload-file-page.upload-php-page .upload-side-card li{color:#aebbd0;font-size:12px;line-height:1.55}
body.upload-file-page.upload-php-page .upload-side-card ul{list-style:none;display:grid;gap:9px}
body.upload-file-page.upload-php-page .upload-side-card li{position:relative;padding-left:18px}
body.upload-file-page.upload-php-page .upload-side-card li:before{content:"✓";position:absolute;left:0;color:var(--upload-green);font-weight:900}
body.upload-file-page.upload-php-page .drive-state{
  display:inline-flex;align-items:center;gap:7px;margin-bottom:13px;
  min-height:27px;padding:0 9px;border-radius:99px;
  font-size:10px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;
}
body.upload-file-page.upload-php-page .drive-state span{width:7px;height:7px;border-radius:50%}
body.upload-file-page.upload-php-page .drive-state.ready{background:rgba(56,217,130,.1);color:#72e9aa;border:1px solid rgba(56,217,130,.22)}
body.upload-file-page.upload-php-page .drive-state.ready span{background:#38d982;box-shadow:0 0 12px rgba(56,217,130,.7)}
body.upload-file-page.upload-php-page .drive-state.offline{background:rgba(255,95,120,.1);color:#ff91a5;border:1px solid rgba(255,95,120,.22)}
body.upload-file-page.upload-php-page .drive-state.offline span{background:#ff5f78}

body.upload-file-page.upload-php-page .upload-alert,
body.my-files-page.upload-php-page .upload-alert{
  margin-bottom:14px;padding:12px 14px;border-radius:10px;
  display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;
  border:1px solid rgba(255,193,92,.22);background:rgba(255,171,64,.08);color:#fff;
}
body.upload-file-page.upload-php-page .upload-alert>i,
body.my-files-page.upload-php-page .upload-alert>i{font-size:17px;color:#ffc56d;text-align:center}
body.upload-file-page.upload-php-page .upload-alert b,
body.my-files-page.upload-php-page .upload-alert b{display:block;font-size:12px;margin-bottom:3px}
body.upload-file-page.upload-php-page .upload-alert span,
body.my-files-page.upload-php-page .upload-alert span{display:block;color:#c8d2e1;font-size:11px;line-height:1.45}
body.upload-file-page.upload-php-page .upload-alert.success,
body.my-files-page.upload-php-page .upload-alert.success{border-color:rgba(56,217,130,.25);background:rgba(56,217,130,.08)}
body.upload-file-page.upload-php-page .upload-alert.success>i,
body.my-files-page.upload-php-page .upload-alert.success>i{color:#55e99d}

body.upload-file-page.upload-php-page .upload-dropzone{
  min-height:245px;
  padding:28px 20px;
  border:1.5px dashed rgba(255,255,255,.2);
  border-radius:12px;
  background:radial-gradient(circle at center,rgba(255,79,147,.07),transparent 52%),#091224;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  cursor:pointer;outline:0;transition:.2s ease;
}
body.upload-file-page.upload-php-page .upload-dropzone:hover,
body.upload-file-page.upload-php-page .upload-dropzone:focus-visible,
body.upload-file-page.upload-php-page .upload-dropzone.is-dragging{
  border-color:rgba(255,79,147,.8);background:radial-gradient(circle at center,rgba(255,79,147,.12),transparent 58%),#0a1326;
  box-shadow:inset 0 0 0 1px rgba(255,79,147,.08)
}
body.upload-file-page.upload-php-page .upload-cloud{
  width:58px;height:58px;border-radius:17px;display:grid;place-items:center;
  margin-bottom:14px;background:linear-gradient(145deg,rgba(255,79,147,.2),rgba(126,85,255,.16));
  color:var(--upload-pink);font-size:26px;box-shadow:0 14px 32px rgba(0,0,0,.16)
}
body.upload-file-page.upload-php-page .upload-dropzone h2{font-size:17px;margin-bottom:5px;color:#fff}
body.upload-file-page.upload-php-page .upload-dropzone p{font-size:12px;color:#9facbf;margin-bottom:13px}
body.upload-file-page.upload-php-page .upload-dropzone small{display:block;margin-top:12px;color:#7f8da4;font-size:10px}
body.upload-file-page.upload-php-page .upload-choose-btn{
  min-height:39px;padding:0 15px;border:0;border-radius:8px;
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(180deg,#ff61a5,#eb3b83);color:#fff;
  font-size:11px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(255,79,147,.2)
}

body.upload-file-page.upload-php-page .upload-options{
  display:grid;grid-template-columns:1fr 1fr 1fr 130px;gap:11px;margin-top:14px;
}
body.upload-file-page.upload-php-page .upload-field{min-width:0;display:flex;flex-direction:column;gap:6px}
body.upload-file-page.upload-php-page .upload-field label{font-size:10px;font-weight:800;color:#c7d0df}
body.upload-file-page.upload-php-page .upload-field label small{font-weight:500;color:#7e8ba0}
body.upload-file-page.upload-php-page .upload-field input,
body.upload-file-page.upload-php-page .upload-field select{
  width:100%;min-width:0;height:40px;padding:0 11px;
  border:1px solid rgba(255,255,255,.1);border-radius:8px;
  background:#091326;color:#fff;outline:none;font-size:11px;
}
body.upload-file-page.upload-php-page .upload-field input:focus,
body.upload-file-page.upload-php-page .upload-field select:focus{border-color:rgba(255,79,147,.65);box-shadow:0 0 0 3px rgba(255,79,147,.08)}

body.upload-file-page.upload-php-page .upload-quality-card{
  margin-top:12px;padding:13px 14px;border:1px solid rgba(255,255,255,.08);border-radius:10px;
  background:#0a1426;display:flex;align-items:center;justify-content:space-between;gap:16px;
}
body.upload-file-page.upload-php-page .upload-quality-card h3{font-size:12px;margin-bottom:3px;color:#fff}
body.upload-file-page.upload-php-page .upload-quality-card p{color:#8694aa;font-size:10px;line-height:1.45}
body.upload-file-page.upload-php-page .quality-checks{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
body.upload-file-page.upload-php-page .quality-checks label{cursor:pointer}
body.upload-file-page.upload-php-page .quality-checks input{position:absolute;opacity:0;pointer-events:none}
body.upload-file-page.upload-php-page .quality-checks span{
  min-height:31px;padding:0 10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#101b30;
  display:inline-flex;align-items:center;color:#b8c4d5;font-size:10px;font-weight:800;transition:.18s
}
body.upload-file-page.upload-php-page .quality-checks input:checked+span{border-color:rgba(255,79,147,.5);background:rgba(255,79,147,.12);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,79,147,.05)}

body.upload-file-page.upload-php-page .upload-queue{display:grid;gap:9px;margin-top:14px}
body.upload-file-page.upload-php-page .upload-queue-empty{
  min-height:70px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#091224;
  display:flex;align-items:center;justify-content:center;gap:9px;color:#8190a8;font-size:11px
}
body.upload-file-page.upload-php-page .upload-queue-empty i{color:var(--upload-pink)}
body.upload-file-page.upload-php-page .upload-queue-item{
  display:grid;grid-template-columns:52px minmax(0,1fr) 34px;gap:12px;align-items:center;
  padding:11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#091326;transition:.2s
}
body.upload-file-page.upload-php-page .upload-queue-item.processing{border-color:rgba(255,79,147,.24)}
body.upload-file-page.upload-php-page .upload-queue-item.done{border-color:rgba(56,217,130,.2)}
body.upload-file-page.upload-php-page .upload-queue-item.failed{border-color:rgba(255,95,120,.25)}
body.upload-file-page.upload-php-page .upload-item-media{width:52px;height:52px;border-radius:9px;overflow:hidden;background:#142039;display:grid;place-items:center}
body.upload-file-page.upload-php-page .upload-item-icon{color:var(--upload-pink);font-size:18px}
body.upload-file-page.upload-php-page .upload-item-cover{width:100%;height:100%;object-fit:cover;display:block}
body.upload-file-page.upload-php-page .upload-item-copy{min-width:0}
body.upload-file-page.upload-php-page .upload-item-title-row{display:flex;align-items:center;gap:8px;min-width:0}
body.upload-file-page.upload-php-page .upload-item-title-row b{min-width:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:11.5px}
body.upload-file-page.upload-php-page .upload-item-title-row>[data-source-id]{flex:0 0 auto;padding:3px 6px;border-radius:5px;background:rgba(255,79,147,.1);color:#ff81b3;font-size:9px;font-weight:850}
body.upload-file-page.upload-php-page .upload-item-copy>small{display:block;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8190a6;font-size:9.5px}
body.upload-file-page.upload-php-page .upload-item-progress{height:5px;margin-top:8px;overflow:hidden;border-radius:99px;background:#202b3f}
body.upload-file-page.upload-php-page .upload-item-progress>span{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#ff4f93,#8b66ff);transition:width .25s ease}
body.upload-file-page.upload-php-page .upload-queue-item.done .upload-item-progress>span{background:#38d982}
body.upload-file-page.upload-php-page .upload-queue-item.failed .upload-item-progress>span{background:#ff617a}
body.upload-file-page.upload-php-page .upload-item-state{display:flex;justify-content:space-between;gap:10px;margin-top:5px;color:#8d9bb1;font-size:9px}
body.upload-file-page.upload-php-page .upload-item-state strong{color:#d8dfeb}
body.upload-file-page.upload-php-page .upload-item-error{margin-top:6px;color:#ff8fa3;font-size:9.5px;line-height:1.4}
body.upload-file-page.upload-php-page .upload-item-error i{margin-right:5px}
body.upload-file-page.upload-php-page .upload-remove{
  width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:#7d899c;display:grid;place-items:center;cursor:pointer
}
body.upload-file-page.upload-php-page .upload-remove:hover:not(:disabled){background:rgba(255,255,255,.06);color:#fff}
body.upload-file-page.upload-php-page .upload-remove:disabled{opacity:.2;cursor:default}

body.upload-file-page.upload-php-page .upload-actions{
  display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.07)
}
body.upload-file-page.upload-php-page .upload-actions>span{color:#8d9bb0;font-size:10px}
body.upload-file-page.upload-php-page #startUploadBtn{
  min-width:170px;height:42px;padding:0 17px;border:0;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:linear-gradient(180deg,#ff61a5,#ea3c83);color:#fff;font-size:11px;font-weight:900;cursor:pointer
}
body.upload-file-page.upload-php-page #startUploadBtn:disabled{filter:saturate(.4);opacity:.45;cursor:not-allowed}

/* My Files */
body.my-files-page.upload-php-page .my-files-shell{
  min-height:720px;padding:30px 36px 36px;
  background:radial-gradient(circle at 90% 5%,rgba(88,63,190,.12),transparent 28%),linear-gradient(180deg,#071020,#040813)
}
body.my-files-page.upload-php-page .my-files-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}
body.my-files-page.upload-php-page .my-files-head>div>span{display:block;color:var(--upload-pink);font-size:10px;font-weight:900;letter-spacing:1.4px;margin-bottom:7px}
body.my-files-page.upload-php-page .my-files-head h1{font-size:29px;line-height:1.15;margin-bottom:6px}
body.my-files-page.upload-php-page .my-files-head p{font-size:12px;color:#aab6ca}
body.my-files-page.upload-php-page .my-files-head>a,
body.my-files-page.upload-php-page .my-files-empty>a{
  min-height:40px;padding:0 14px;border-radius:8px;background:linear-gradient(180deg,#ff61a5,#ea3c83);color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900
}
body.my-files-page.upload-php-page .my-files-summary{display:inline-flex;align-items:baseline;gap:6px;margin-bottom:12px;padding:7px 10px;border-radius:8px;background:#0e182a;border:1px solid rgba(255,255,255,.07)}
body.my-files-page.upload-php-page .my-files-summary b{font-size:15px;color:#fff}
body.my-files-page.upload-php-page .my-files-summary span{font-size:9px;color:#8997ab;text-transform:uppercase;font-weight:800}
body.my-files-page.upload-php-page .my-files-list{display:grid;gap:8px}
body.my-files-page.upload-php-page .my-file-row{
  min-width:0;display:grid;grid-template-columns:64px minmax(0,1fr) 190px 70px;gap:14px;align-items:center;
  min-height:88px;padding:11px 13px;border:1px solid rgba(255,255,255,.075);border-radius:10px;background:linear-gradient(180deg,#10192c,#0b1426)
}
body.my-files-page.upload-php-page .my-file-row>img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#172136}
body.my-files-page.upload-php-page .my-file-copy{min-width:0}
body.my-files-page.upload-php-page .my-file-copy>div{display:flex;align-items:center;gap:7px;margin-bottom:4px}
body.my-files-page.upload-php-page .my-file-source{font-size:8.5px;color:#8998ae;font-weight:800}
body.my-files-page.upload-php-page .my-file-status{padding:3px 6px;border-radius:99px;background:rgba(56,217,130,.1);color:#6be6a6;font-size:8px;font-weight:900}
body.my-files-page.upload-php-page .my-file-status.processing{background:rgba(255,79,147,.12);color:#ff80b4}
body.my-files-page.upload-php-page .my-file-status.failed{background:rgba(255,95,120,.12);color:#ff8ca0}
body.my-files-page.upload-php-page .my-file-copy h2{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}
body.my-files-page.upload-php-page .my-file-copy p{font-size:10px;color:#aab6c8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.my-files-page.upload-php-page .my-file-copy small{display:block;margin-top:5px;color:#ff8ca0;font-size:9px;line-height:1.4}
body.my-files-page.upload-php-page .my-file-meta{display:flex;flex-direction:column;gap:6px;color:#8f9db0;font-size:9.5px}
body.my-files-page.upload-php-page .my-file-meta i{width:15px;color:#ff68a7}
body.my-files-page.upload-php-page .my-file-actions{justify-self:end}
body.my-files-page.upload-php-page .my-file-actions a{min-width:58px;height:31px;border:1px solid rgba(255,79,147,.32);border-radius:7px;color:#ff79af;display:grid;place-items:center;font-size:9px;font-weight:900}
body.my-files-page.upload-php-page .my-file-actions a:hover{background:rgba(255,79,147,.1)}
body.my-files-page.upload-php-page .my-files-empty{min-height:280px;border:1px dashed rgba(255,255,255,.12);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#091224;padding:24px}
body.my-files-page.upload-php-page .my-files-empty>i{font-size:32px;color:#ff5d9e;margin-bottom:12px}
body.my-files-page.upload-php-page .my-files-empty h2{font-size:16px;margin-bottom:6px}
body.my-files-page.upload-php-page .my-files-empty p{font-size:11px;color:#8d9ab0;margin-bottom:14px}
body.my-files-page.upload-php-page .my-files-pagination{display:flex;justify-content:center;gap:6px;margin-top:16px}
body.my-files-page.upload-php-page .my-files-pagination a{width:32px;height:32px;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#0c1628;display:grid;place-items:center;font-size:10px;font-weight:800}
body.my-files-page.upload-php-page .my-files-pagination a.active{background:#ff4f93;border-color:#ff4f93}

/* Large tablet: stop compressing the main uploader/sidebar into a narrow desktop layout. */
@media (max-width:1120px){
  body.upload-file-page.upload-php-page .upload-shell,
  body.my-files-page.upload-php-page .my-files-shell{padding-left:24px;padding-right:24px}
  body.upload-file-page.upload-php-page .upload-grid{grid-template-columns:1fr}
  body.upload-file-page.upload-php-page .upload-side{position:static;max-height:none;overflow:visible;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
  body.upload-file-page.upload-php-page .upload-options{grid-template-columns:1fr 1fr}
  body.upload-file-page.upload-php-page .upload-field.small-field{max-width:none}
  body.my-files-page.upload-php-page .my-file-row{grid-template-columns:60px minmax(0,1fr) 150px 64px}
}
@media (max-width:900px){
  body.upload-file-page.upload-php-page .upload-side{grid-template-columns:1fr 1fr}
  body.upload-file-page.upload-php-page .upload-side-card:last-child{grid-column:1/-1}
  body.upload-file-page.upload-php-page .upload-quality-card{align-items:flex-start;flex-direction:column}
  body.upload-file-page.upload-php-page .quality-checks{justify-content:flex-start}
  body.my-files-page.upload-php-page .my-file-row{grid-template-columns:58px minmax(0,1fr) 60px}
  body.my-files-page.upload-php-page .my-file-meta{grid-column:2;grid-row:2;flex-direction:row;gap:12px}
  body.my-files-page.upload-php-page .my-file-actions{grid-column:3;grid-row:1/3;align-self:center}
}
@media (max-width:780px){
  body.upload-file-page.upload-php-page .upload-shell,
  body.my-files-page.upload-php-page .my-files-shell{min-height:0;padding:20px 14px 24px}
  body.upload-file-page.upload-php-page .upload-heading,
  body.my-files-page.upload-php-page .my-files-head{align-items:flex-start}
  body.upload-file-page.upload-php-page .upload-heading h1,
  body.my-files-page.upload-php-page .my-files-head h1{font-size:23px}
  body.upload-file-page.upload-php-page .upload-heading p{font-size:12px;line-height:1.55}
  body.upload-file-page.upload-php-page .upload-my-files{min-height:37px;padding:0 11px;font-size:10px}
  body.upload-file-page.upload-php-page .upload-stepbar{grid-template-columns:52px 1fr 58px 1fr 58px 1fr 48px 1fr 42px;max-width:100%;margin-bottom:18px}
  body.upload-file-page.upload-php-page .upload-stepbar>div b{width:29px;height:29px;margin-bottom:5px;font-size:10px}
  body.upload-file-page.upload-php-page .upload-stepbar>div span{font-size:8px}
  body.upload-file-page.upload-php-page .upload-stepbar>i{margin-top:14px}
  body.upload-file-page.upload-php-page .upload-main-card{padding:12px;border-radius:11px}
  body.upload-file-page.upload-php-page .upload-dropzone{min-height:210px;padding:22px 12px}
  body.upload-file-page.upload-php-page .upload-cloud{width:50px;height:50px;font-size:22px}
  body.upload-file-page.upload-php-page .upload-dropzone h2{font-size:15px}
  body.upload-file-page.upload-php-page .upload-options{grid-template-columns:1fr 1fr;gap:9px}
  body.upload-file-page.upload-php-page .upload-quality-card{padding:11px}
  body.upload-file-page.upload-php-page .upload-side{grid-template-columns:1fr;margin-top:0}
  body.upload-file-page.upload-php-page .upload-side-card:last-child{grid-column:auto}
  body.upload-file-page.upload-php-page .upload-side-card{padding:15px}
  body.upload-file-page.upload-php-page .upload-actions{align-items:stretch;flex-direction:column}
  body.upload-file-page.upload-php-page #startUploadBtn{width:100%}
  body.my-files-page.upload-php-page .my-files-head{margin-bottom:14px}
  body.my-files-page.upload-php-page .my-files-head p{font-size:10px;line-height:1.45}
  body.my-files-page.upload-php-page .my-files-head>a{min-height:36px;padding:0 10px;font-size:9px}
  body.my-files-page.upload-php-page .my-file-row{grid-template-columns:54px minmax(0,1fr) 52px;gap:10px;padding:10px}
  body.my-files-page.upload-php-page .my-file-row>img{width:54px;height:54px}
  body.my-files-page.upload-php-page .my-file-copy h2{font-size:11.5px}
  body.my-files-page.upload-php-page .my-file-copy p{font-size:9px}
  body.my-files-page.upload-php-page .my-file-actions a{min-width:50px;height:29px;font-size:8px}
}
@media (max-width:560px){
  body.upload-file-page.upload-php-page .upload-heading,
  body.my-files-page.upload-php-page .my-files-head{display:block}
  body.upload-file-page.upload-php-page .upload-my-files,
  body.my-files-page.upload-php-page .my-files-head>a{margin-top:12px}
  body.upload-file-page.upload-php-page .upload-stepbar{grid-template-columns:repeat(5,1fr);gap:4px}
  body.upload-file-page.upload-php-page .upload-stepbar>i{display:none}
  body.upload-file-page.upload-php-page .upload-options{grid-template-columns:1fr}
  body.upload-file-page.upload-php-page .quality-checks{display:grid;grid-template-columns:1fr 1fr;width:100%}
  body.upload-file-page.upload-php-page .quality-checks span{width:100%;justify-content:center}
  body.upload-file-page.upload-php-page .upload-queue-item{grid-template-columns:45px minmax(0,1fr) 28px;gap:9px;padding:9px}
  body.upload-file-page.upload-php-page .upload-item-media{width:45px;height:45px}
  body.upload-file-page.upload-php-page .upload-item-title-row b{font-size:10.5px}
  body.my-files-page.upload-php-page .my-file-row{grid-template-columns:48px minmax(0,1fr) 46px}
  body.my-files-page.upload-php-page .my-file-row>img{width:48px;height:48px}
  body.my-files-page.upload-php-page .my-file-meta{font-size:8.5px;flex-wrap:wrap}
}

/* ==========================================================================
   OSANIME MY FILES PHP + VISIBILITY + EDIT — FINAL GLOBAL LAYER
   ========================================================================== */
body.my-files-page.my-files-php-page{--mf-public:#52e38a;--mf-users:#68b8ff;--mf-draft:#ffc15c}
body.my-files-page.my-files-php-page .mf-title-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
body.my-files-page.my-files-php-page .mf-upload-btn{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:linear-gradient(180deg,#ff5fa4,#ec3e84);color:#fff;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px rgba(255,79,147,.16)}
body.my-files-page.my-files-php-page .mf-notice{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:center;margin:0 0 16px;padding:12px 14px;border:1px solid rgba(82,227,138,.22);border-radius:9px;background:rgba(82,227,138,.08)}
body.my-files-page.my-files-php-page .mf-notice>i{color:#5ce99a;font-size:18px;text-align:center}
body.my-files-page.my-files-php-page .mf-notice b{display:block;font-size:12px}
body.my-files-page.my-files-php-page .mf-notice span{display:block;margin-top:3px;color:#b8c5d8;font-size:10.5px;line-height:1.45}
@media(min-width:1101px){body.my-files-page.my-files-php-page .mf-stats-visibility{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
body.my-files-page.my-files-php-page .mf-stat-draft i{color:var(--mf-draft);background:rgba(255,193,92,.14)}
body.my-files-page.my-files-php-page .mf-toolbar.php-visibility{grid-template-columns:minmax(340px,1fr) minmax(220px,300px) 150px!important}
body.my-files-page.my-files-php-page .mf-tabs a{position:relative;flex:0 0 auto;min-height:36px;padding:0 0 12px;display:inline-flex;align-items:center;gap:7px;color:#d7dfed;font-size:12px;font-weight:900;text-decoration:none}
body.my-files-page.my-files-php-page .mf-tabs a small{min-width:20px;height:19px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:99px;background:#1a263d;color:#9cabc0;font-size:8px;font-weight:900}
body.my-files-page.my-files-php-page .mf-tabs a.active{color:#ff4f93}
body.my-files-page.my-files-php-page .mf-tabs a.active small{background:rgba(255,79,147,.13);color:#ff7eb2}
body.my-files-page.my-files-php-page .mf-tabs a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:99px;background:#ff4f93}
body.my-files-page.my-files-php-page .mf-sort-form{margin:0}
body.my-files-page.my-files-php-page .mf-sort-form .sort-select{display:block}
body.my-files-page.my-files-php-page .mf-badge.users{color:var(--mf-users);background:rgba(104,184,255,.12);border:1px solid rgba(104,184,255,.22)}
body.my-files-page.my-files-php-page .mf-badge.draft{color:var(--mf-draft);background:rgba(255,193,92,.12);border:1px solid rgba(255,193,92,.22)}
body.my-files-page.my-files-php-page .mf-status{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
body.my-files-page.my-files-php-page .mf-mini-status{min-height:17px;padding:0 6px;display:inline-flex;align-items:center;border-radius:4px;background:rgba(82,227,138,.10);color:#68e9a4;font-size:7px;font-weight:900;letter-spacing:.4px}
body.my-files-page.my-files-php-page .mf-mini-status.processing{background:rgba(255,79,147,.11);color:#ff80b3}
body.my-files-page.my-files-php-page .mf-mini-status.failed{background:rgba(255,93,118,.12);color:#ff899d}
body.my-files-page.my-files-php-page .mf-processing-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#55df91;box-shadow:0 0 0 4px rgba(85,223,145,.08)}
body.my-files-page.my-files-php-page .mf-processing-dot.processing{background:#ff5d9f;box-shadow:0 0 0 4px rgba(255,93,159,.08)}
body.my-files-page.my-files-php-page .mf-processing-dot.failed{background:#ff657d;box-shadow:0 0 0 4px rgba(255,101,125,.08)}
body.my-files-page.my-files-php-page .mf-date small{display:block;margin-top:4px;color:#7f8da3;font-size:8.5px}
body.my-files-page.my-files-php-page .mf-error-text{color:#ff899d!important;white-space:normal!important}
body.my-files-page.my-files-php-page .mf-pages a.active{border-color:#ff4f93;background:#ff4f93}
body.my-files-page.my-files-php-page .mf-more-native{display:none;position:relative}
body.my-files-page.my-files-php-page .mf-more-native summary{width:28px;height:32px;display:grid;place-items:center;border-radius:8px;color:#fff;cursor:pointer;list-style:none;font-size:20px;font-weight:900}
body.my-files-page.my-files-php-page .mf-more-native summary::-webkit-details-marker{display:none}
body.my-files-page.my-files-php-page .mf-more-native>div{position:absolute;right:0;top:34px;z-index:100;min-width:132px;padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0a1427;box-shadow:0 14px 34px rgba(0,0,0,.46)}
body.my-files-page.my-files-php-page .mf-more-native>div a{width:100%!important;min-height:34px;padding:0 10px;display:flex!important;align-items:center;justify-content:flex-start;gap:8px;border-radius:7px;color:#fff;font-size:11px;font-weight:900}
body.my-files-page.my-files-php-page .mf-more-native>div a:hover{background:#15213a;color:#ff6da9}
@media(max-width:1100px) and (min-width:781px){
body.my-files-page.my-files-php-page .mf-stats-visibility{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.my-files-page.my-files-php-page .mf-toolbar.php-visibility{grid-template-columns:1fr 150px!important}
body.my-files-page.my-files-php-page .mf-toolbar.php-visibility .mf-tabs{grid-column:1/-1}
body.my-files-page.my-files-php-page .mf-search{grid-column:auto!important}
}
@media(max-width:780px){
body.my-files-page.my-files-php-page .mf-title-actions{display:block}
body.my-files-page.my-files-php-page .mf-upload-btn{margin-top:12px;min-height:37px;padding:0 12px;font-size:10px}
body.my-files-page.my-files-php-page .mf-stats-visibility{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.my-files-page.my-files-php-page .mf-toolbar.php-visibility{grid-template-columns:minmax(0,1fr) 118px!important}
body.my-files-page.my-files-php-page .mf-toolbar.php-visibility .mf-tabs{grid-column:1/-1!important;display:flex!important;gap:18px!important;overflow-x:auto!important;scrollbar-width:none!important}
body.my-files-page.my-files-php-page .mf-tabs a{min-height:31px;padding-bottom:8px;font-size:10px}
body.my-files-page.my-files-php-page .mf-tabs a small{height:16px;min-width:16px;padding:0 4px;font-size:7px}
body.my-files-page.my-files-php-page .mf-search{grid-column:1!important;height:36px!important}
body.my-files-page.my-files-php-page .mf-sort-form{grid-column:2!important}
body.my-files-page.my-files-php-page .mf-sort-form .sort-select{height:36px!important}
body.my-files-page.my-files-php-page .mf-status{display:none!important}
body.my-files-page.my-files-php-page .mf-more-native{display:block!important}
body.my-files-page.my-files-php-page .mf-actions>a{display:none!important}
body.my-files-page.my-files-php-page .mf-actions{overflow:visible!important}
}

/* EDIT MUSIC */
body.edit-file-page.edit-music-php-page{background:#eef2f7}
body.edit-file-page.edit-music-php-page .edit-music-shell{min-height:640px;padding:28px 38px 34px;background:linear-gradient(180deg,#071020,#040813)}
body.edit-file-page.edit-music-php-page .edit-music-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#94a2b8;font-size:10px;font-weight:800}
body.edit-file-page.edit-music-php-page .edit-music-breadcrumb a:hover{color:#ff6da9}
body.edit-file-page.edit-music-php-page .edit-music-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
body.edit-file-page.edit-music-php-page .edit-music-head>div>span{display:block;margin-bottom:6px;color:#ff5d9f;font-size:9px;font-weight:900;letter-spacing:1.5px}
body.edit-file-page.edit-music-php-page .edit-music-head h1{max-width:780px;overflow:hidden;margin-bottom:5px;font-size:27px;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}
body.edit-file-page.edit-music-php-page .edit-music-head p{color:#9cabc0;font-size:11px}
body.edit-file-page.edit-music-php-page .edit-music-head>a{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0d172a;color:#dce5f3;font-size:10px;font-weight:900}
body.edit-file-page.edit-music-php-page .edit-music-alert{display:grid;grid-template-columns:34px 1fr;gap:10px;margin-bottom:16px;padding:12px 14px;border:1px solid rgba(255,103,130,.24);border-radius:9px;background:rgba(255,103,130,.08)}
body.edit-file-page.edit-music-php-page .edit-music-alert>i{color:#ff7891;text-align:center;font-size:17px}
body.edit-file-page.edit-music-php-page .edit-music-alert b{display:block;font-size:11px}
body.edit-file-page.edit-music-php-page .edit-music-alert span{display:block;margin-top:3px;color:#ffc0cb;font-size:9.5px}
body.edit-file-page.edit-music-php-page .edit-music-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}
body.edit-file-page.edit-music-php-page .edit-music-main,body.edit-file-page.edit-music-php-page .edit-music-side{display:grid;gap:14px}
body.edit-file-page.edit-music-php-page .edit-music-side{position:sticky;top:16px}
body.edit-file-page.edit-music-php-page .edit-card{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:linear-gradient(180deg,#101a2e,#0a1427);box-shadow:0 14px 34px rgba(0,0,0,.16)}
body.edit-file-page.edit-music-php-page .edit-cover-card{display:flex;align-items:center;gap:14px}
body.edit-file-page.edit-music-php-page .edit-cover-card img{width:76px;height:76px;flex:0 0 76px;object-fit:cover;border-radius:9px;background:#182238}
body.edit-file-page.edit-music-php-page .edit-cover-card span{display:block;color:#8796ac;font-size:9px;font-weight:800}
body.edit-file-page.edit-music-php-page .edit-cover-card b{display:block;margin:4px 0 8px;font-size:17px}
body.edit-file-page.edit-music-php-page .edit-process-status{min-height:20px;padding:0 7px;display:inline-flex;align-items:center;border-radius:5px;color:#63e89e;background:rgba(82,227,138,.10);font-size:7.5px;font-weight:900}
body.edit-file-page.edit-music-php-page .edit-process-status.processing{color:#ff83b5;background:rgba(255,79,147,.12)}
body.edit-file-page.edit-music-php-page .edit-process-status.failed{color:#ff899d;background:rgba(255,100,125,.12)}
body.edit-file-page.edit-music-php-page .edit-card-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:16px}
body.edit-file-page.edit-music-php-page .edit-card-title>i{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:8px;color:#ff5d9f;background:rgba(255,79,147,.12)}
body.edit-file-page.edit-music-php-page .edit-card-title h2{font-size:13px}
body.edit-file-page.edit-music-php-page .edit-card-title p{margin-top:3px;color:#8e9db2;font-size:9.5px;line-height:1.4}
body.edit-file-page.edit-music-php-page .edit-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.edit-file-page.edit-music-php-page .edit-field-grid label{display:block;min-width:0}
body.edit-file-page.edit-music-php-page .edit-field-grid label.wide{grid-column:1/-1}
body.edit-file-page.edit-music-php-page .edit-field-grid label>span{display:block;margin-bottom:6px;color:#c4cede;font-size:9.5px;font-weight:900}
body.edit-file-page.edit-music-php-page .edit-field-grid input{width:100%;height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.1);border-radius:7px;outline:0;background:#071123;color:#fff;font-size:11px}
body.edit-file-page.edit-music-php-page .edit-field-grid input:focus{border-color:#ff4f93;box-shadow:0 0 0 3px rgba(255,79,147,.09)}
body.edit-file-page.edit-music-php-page .edit-field-grid label>small{display:block;margin-top:5px;color:#77869c;font-size:8.5px;line-height:1.4}
body.edit-file-page.edit-music-php-page .visibility-option{position:relative;min-height:72px;margin-top:9px;padding:12px;display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#081225;cursor:pointer}
body.edit-file-page.edit-music-php-page .visibility-option input{position:absolute;opacity:0;pointer-events:none}
body.edit-file-page.edit-music-php-page .visibility-option>i{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#15213a}
body.edit-file-page.edit-music-php-page .visibility-option b{display:block;font-size:11px}
body.edit-file-page.edit-music-php-page .visibility-option small{display:block;margin-top:3px;color:#8796aa;font-size:8.5px;line-height:1.35}
body.edit-file-page.edit-music-php-page .visibility-option.selected,body.edit-file-page.edit-music-php-page .visibility-option:has(input:checked){border-color:rgba(255,79,147,.42);box-shadow:0 0 0 2px rgba(255,79,147,.05)}
body.edit-file-page.edit-music-php-page .visibility-option.public>i{color:#58e594;background:rgba(82,227,138,.12)}
body.edit-file-page.edit-music-php-page .visibility-option.users>i{color:#68b8ff;background:rgba(104,184,255,.12)}
body.edit-file-page.edit-music-php-page .visibility-option.draft>i{color:#ffc15c;background:rgba(255,193,92,.12)}
body.edit-file-page.edit-music-php-page .visibility-option:has(input:disabled){opacity:.48;cursor:not-allowed}
body.edit-file-page.edit-music-php-page .visibility-processing-note{margin-top:10px;padding:9px 10px;border-radius:7px;color:#b5c0d0;background:#071123;font-size:8.5px;line-height:1.4}
body.edit-file-page.edit-music-php-page .edit-save-card{display:grid;gap:9px}
body.edit-file-page.edit-music-php-page .edit-save-card button,body.edit-file-page.edit-music-php-page .edit-save-card a{min-height:41px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:900;cursor:pointer}
body.edit-file-page.edit-music-php-page .edit-save-card button{border:0;background:linear-gradient(180deg,#ff5fa4,#ec3e84);color:#fff}
body.edit-file-page.edit-music-php-page .edit-save-card a{border:1px solid rgba(255,255,255,.1);background:#091326;color:#dce5f2}
@media(max-width:980px){body.edit-file-page.edit-music-php-page .edit-music-grid{grid-template-columns:1fr}body.edit-file-page.edit-music-php-page .edit-music-side{position:static;grid-template-columns:minmax(0,1fr) 240px}}
@media(max-width:780px){
body.edit-file-page.edit-music-php-page{padding:0!important;background:#040916!important}
body.edit-file-page.edit-music-php-page .page{width:100%;max-width:none;min-height:100vh;border:0;border-radius:0}
body.edit-file-page.edit-music-php-page .edit-music-shell{padding:18px 12px 24px}
body.edit-file-page.edit-music-php-page .edit-music-head{display:block}
body.edit-file-page.edit-music-php-page .edit-music-head h1{font-size:21px}
body.edit-file-page.edit-music-php-page .edit-music-head>a{margin-top:11px;min-height:36px}
body.edit-file-page.edit-music-php-page .edit-music-side{grid-template-columns:1fr}
body.edit-file-page.edit-music-php-page .edit-card{padding:14px;border-radius:9px}
body.edit-file-page.edit-music-php-page .edit-cover-card img{width:62px;height:62px;flex-basis:62px}
body.edit-file-page.edit-music-php-page .edit-field-grid{grid-template-columns:1fr}
body.edit-file-page.edit-music-php-page .edit-field-grid label.wide{grid-column:auto}
body.edit-file-page.edit-music-php-page .edit-field-grid input{height:39px}
}

/* ==========================================================================
   OSANIME MY FILES MODERN AJAX UI — GLOBAL CSS
   Source: /my-files/my-files.php
   Scoped to body.my-files-modern-page
   ========================================================================== */
body.my-files-modern-page{
    --mf-bg:#07101f;
    --mf-panel:#0d1729;
    --mf-panel-2:#101d32;
    --mf-border:rgba(255,255,255,.075);
    --mf-text:#f7f9fc;
    --mf-muted:#8f9db2;
    --mf-pink:#ff4f97;
    --mf-pink-2:#ff6dad;
    --mf-green:#55e59a;
    --mf-blue:#69b8ff;
    --mf-yellow:#ffc968;
}
body.my-files-modern-page .mf-wrap{
    width:min(100%,1480px);
    margin:0 auto;
    padding:28px 34px 36px;
}
body.my-files-modern-page .mf-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:21px;
    color:var(--mf-muted);
    font-size:11px;
    font-weight:800;
}
body.my-files-modern-page .mf-breadcrumb a{
    color:#ff619f;
}
body.my-files-modern-page .mf-breadcrumb span{
    opacity:.5;
}
body.my-files-modern-page .mf-page-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:22px;
}
body.my-files-modern-page .mf-page-head h1{
    margin:0;
    color:var(--mf-text);
    font-size:clamp(27px,3vw,38px);
    line-height:1.08;
    letter-spacing:-.8px;
}
body.my-files-modern-page .mf-page-head p{
    margin:8px 0 0;
    color:#a7b3c5;
    font-size:12px;
}
body.my-files-modern-page .mf-upload-btn{
    min-height:44px;
    padding:0 17px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:11px;
    background:linear-gradient(135deg,var(--mf-pink),#e8438a);
    box-shadow:0 10px 28px rgba(255,79,151,.22);
    color:#fff;
    font-size:11px;
    font-weight:900;
    white-space:nowrap;
    transition:transform .18s ease,box-shadow .18s ease;
}
body.my-files-modern-page .mf-upload-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(255,79,151,.28);
}
body.my-files-modern-page .mf-notice{
    margin-bottom:16px;
    padding:12px 14px;
    display:flex;
    align-items:flex-start;
    gap:11px;
    border:1px solid rgba(85,229,154,.18);
    border-radius:11px;
    background:rgba(85,229,154,.075);
}
body.my-files-modern-page .mf-notice>i{
    margin-top:1px;
    color:var(--mf-green);
}
body.my-files-modern-page .mf-notice b{
    display:block;
    color:#fff;
    font-size:11px;
}
body.my-files-modern-page .mf-notice span{
    display:block;
    margin-top:3px;
    color:#aeb9c9;
    font-size:9.5px;
}
body.my-files-modern-page .mf-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-bottom:18px;
}
body.my-files-modern-page .mf-stat-card{
    min-height:108px;
    padding:15px 16px;
    display:flex;
    align-items:center;
    gap:14px;
    border:1px solid var(--mf-border);
    border-radius:13px;
    background:linear-gradient(180deg,rgba(17,31,53,.95),rgba(11,22,39,.95));
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}
body.my-files-modern-page .mf-stat-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:grid;
    place-items:center;
    border-radius:14px;
    font-size:19px;
}
body.my-files-modern-page .mf-stat-card.total .mf-stat-icon{background:rgba(255,79,151,.16);color:#ff6baa}
body.my-files-modern-page .mf-stat-card.public .mf-stat-icon{background:rgba(85,229,154,.13);color:var(--mf-green)}
body.my-files-modern-page .mf-stat-card.users .mf-stat-icon{background:rgba(105,184,255,.13);color:var(--mf-blue)}
body.my-files-modern-page .mf-stat-card.draft .mf-stat-icon{background:rgba(255,201,104,.13);color:var(--mf-yellow)}
body.my-files-modern-page .mf-stat-card span{
    display:block;
    color:#a4b0c1;
    font-size:10px;
    font-weight:800;
}
body.my-files-modern-page .mf-stat-card strong{
    display:block;
    margin:2px 0 1px;
    color:#fff;
    font-size:25px;
    line-height:1;
    letter-spacing:-.5px;
}
body.my-files-modern-page .mf-stat-card small{
    color:#8594aa;
    font-size:8.5px;
}
body.my-files-modern-page .mf-panel{
    overflow:hidden;
    border:1px solid var(--mf-border);
    border-radius:15px;
    background:linear-gradient(180deg,rgba(13,24,42,.98),rgba(8,18,33,.98));
    box-shadow:0 18px 45px rgba(0,0,0,.1);
}
body.my-files-modern-page .mf-toolbar{
    padding:15px 18px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(230px,320px) 150px;
    gap:12px;
    align-items:center;
    border-bottom:1px solid var(--mf-border);
}
body.my-files-modern-page .mf-tabs{
    min-width:0;
    display:flex;
    align-items:center;
    gap:6px;
}
body.my-files-modern-page .mf-tab{
    min-height:36px;
    padding:0 12px;
    border:0;
    border-radius:9px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:transparent;
    color:#aab5c6;
    font-size:10.5px;
    font-weight:900;
    cursor:pointer;
    transition:background .18s ease,color .18s ease,transform .18s ease;
}
body.my-files-modern-page .mf-tab:hover{
    color:#fff;
    background:rgba(255,255,255,.045);
}
body.my-files-modern-page .mf-tab.active{
    color:#fff;
    background:rgba(255,79,151,.13);
    box-shadow:inset 0 0 0 1px rgba(255,79,151,.18);
}
body.my-files-modern-page .mf-tab.active::before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--mf-pink);
}
body.my-files-modern-page .mf-tab small{
    min-width:19px;
    height:19px;
    padding:0 5px;
    display:grid;
    place-items:center;
    border-radius:99px;
    background:#1a2940;
    color:#93a2b8;
    font-size:7.5px;
}
body.my-files-modern-page .mf-tab.active small{
    background:rgba(255,79,151,.17);
    color:#ff83b5;
}
body.my-files-modern-page .mf-search{
    height:39px;
    min-width:0;
    display:flex;
    align-items:center;
    border:1px solid rgba(255,255,255,.085);
    border-radius:10px;
    background:#081223;
    transition:border-color .18s ease,box-shadow .18s ease;
}
body.my-files-modern-page .mf-search:focus-within{
    border-color:rgba(255,79,151,.48);
    box-shadow:0 0 0 3px rgba(255,79,151,.07);
}
body.my-files-modern-page .mf-search input{
    min-width:0;
    flex:1;
    height:100%;
    padding:0 0 0 13px;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
    font-size:10.5px;
}
body.my-files-modern-page .mf-search input::placeholder{color:#6f7f96}
body.my-files-modern-page .mf-search button{
    width:42px;
    height:100%;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
}
body.my-files-modern-page .mf-sort-select{
    width:100%;
    height:39px;
    padding:0 34px 0 12px;
    border:1px solid rgba(255,255,255,.085);
    border-radius:10px;
    outline:0;
    background:#081223;
    color:#fff;
    font-size:10.5px;
    font-weight:800;
}
body.my-files-modern-page .mf-list-head,
body.my-files-modern-page .mf-file-row{
    display:grid;
    grid-template-columns:minmax(320px,1.65fr) minmax(135px,.6fr) minmax(190px,.75fr) 90px;
    gap:16px;
    align-items:center;
}
body.my-files-modern-page .mf-list-head{
    min-height:43px;
    padding:0 18px;
    color:#76869d;
    font-size:8px;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
    border-bottom:1px solid var(--mf-border);
}
body.my-files-modern-page .mf-file-row{
    position:relative;
    min-height:86px;
    padding:12px 18px;
    border-bottom:1px solid rgba(255,255,255,.055);
    transition:background .16s ease;
}
body.my-files-modern-page .mf-file-row:last-child{border-bottom:0}
body.my-files-modern-page .mf-file-row:hover{background:rgba(255,255,255,.022)}
body.my-files-modern-page .mf-file-primary{
    min-width:0;
    display:flex;
    align-items:center;
    gap:12px;
}
body.my-files-modern-page .mf-cover{
    position:relative;
    width:56px;
    height:56px;
    flex:0 0 56px;
    overflow:hidden;
    border-radius:10px;
    background:#152039;
    box-shadow:0 8px 18px rgba(0,0,0,.15);
}
body.my-files-modern-page .mf-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
}
body.my-files-modern-page .mf-cover-play{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    background:rgba(4,8,18,.42);
    color:#fff;
    opacity:0;
    transition:opacity .18s ease;
}
body.my-files-modern-page .mf-cover:hover .mf-cover-play{opacity:1}
body.my-files-modern-page .mf-cover-play i{font-size:12px}
body.my-files-modern-page .mf-file-copy{
    min-width:0;
}
body.my-files-modern-page .mf-file-title-line{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
}
body.my-files-modern-page .mf-file-title{
    max-width:100%;
    overflow:hidden;
    color:#fff;
    font-size:12.5px;
    font-weight:900;
    text-overflow:ellipsis;
    white-space:nowrap;
}
body.my-files-modern-page .mf-file-title:hover{color:#ff77ae}
body.my-files-modern-page .mf-file-copy p{
    max-width:100%;
    overflow:hidden;
    margin:5px 0 0;
    color:#94a3b7;
    font-size:9.5px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
body.my-files-modern-page .mf-status-dot{
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:#55e59a;
    box-shadow:0 0 0 4px rgba(85,229,154,.08);
}
body.my-files-modern-page .mf-status-dot.processing{background:#ff63a4;box-shadow:0 0 0 4px rgba(255,99,164,.08)}
body.my-files-modern-page .mf-status-dot.failed{background:#ff6e85;box-shadow:0 0 0 4px rgba(255,110,133,.08)}
body.my-files-modern-page .mf-visibility-cell{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
}
body.my-files-modern-page .mf-visibility-pill{
    min-height:27px;
    padding:0 9px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    border-radius:8px;
    font-size:8.5px;
    font-weight:900;
}
body.my-files-modern-page .mf-visibility-pill.public{color:#65eca4;background:rgba(85,229,154,.1);border:1px solid rgba(85,229,154,.15)}
body.my-files-modern-page .mf-visibility-pill.users{color:#7bc4ff;background:rgba(105,184,255,.1);border:1px solid rgba(105,184,255,.15)}
body.my-files-modern-page .mf-visibility-pill.draft{color:#ffd27d;background:rgba(255,201,104,.1);border:1px solid rgba(255,201,104,.15)}
body.my-files-modern-page .mf-processing-pill{
    min-height:18px;
    padding:0 6px;
    display:inline-flex;
    align-items:center;
    border-radius:5px;
    background:rgba(85,229,154,.08);
    color:#6ceaa6;
    font-size:6.8px;
    font-weight:900;
    letter-spacing:.35px;
}
body.my-files-modern-page .mf-processing-pill.processing{background:rgba(255,99,164,.09);color:#ff89ba}
body.my-files-modern-page .mf-processing-pill.failed{background:rgba(255,110,133,.09);color:#ff98a8}
body.my-files-modern-page .mf-updated-cell strong{
    display:block;
    color:#d6deea;
    font-size:9.5px;
    font-weight:800;
}
body.my-files-modern-page .mf-updated-cell small{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
    margin-top:5px;
    color:#718198;
    font-size:7.8px;
}
body.my-files-modern-page .mf-action-cell{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
}
body.my-files-modern-page .mf-icon-btn{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.07);
    border-radius:9px;
    background:#0a1528;
    color:#cbd5e3;
    font-size:12px;
    transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
body.my-files-modern-page .mf-icon-btn:hover{
    transform:translateY(-1px);
    color:#fff;
    background:#14223a;
}
body.my-files-modern-page .mf-icon-btn.primary{
    color:#ff75ad;
    border-color:rgba(255,79,151,.12);
}
body.my-files-modern-page .mf-mobile-meta{
    display:none;
}
body.my-files-modern-page .mf-list-shell{
    position:relative;
    min-height:120px;
}
body.my-files-modern-page .mf-list-shell.is-loading::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:10;
    background:rgba(7,16,31,.58);
    backdrop-filter:blur(1px);
}
body.my-files-modern-page .mf-list-shell.is-loading::before{
    content:"";
    position:absolute;
    z-index:11;
    left:50%;
    top:44px;
    width:24px;
    height:24px;
    margin-left:-12px;
    border:2px solid rgba(255,255,255,.14);
    border-top-color:#ff5f9e;
    border-radius:50%;
    animation:mfSpin .7s linear infinite;
}
@keyframes mfSpin{to{transform:rotate(360deg)}}
body.my-files-modern-page .mf-pagination{
    min-height:53px;
    padding:10px 18px;
    display:flex;
    align-items:center;
    border-top:1px solid var(--mf-border);
}
body.my-files-modern-page .mf-pagination-inner{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}
body.my-files-modern-page .mf-results-summary{
    color:#75859b;
    font-size:8.8px;
}
body.my-files-modern-page .mf-results-summary strong{color:#d9e1ec}
body.my-files-modern-page .mf-results-summary span{margin:0 5px}
body.my-files-modern-page .mf-page-buttons{
    display:flex;
    align-items:center;
    gap:5px;
}
body.my-files-modern-page .mf-page-buttons a{
    min-width:30px;
    height:30px;
    padding:0 7px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.07);
    border-radius:8px;
    background:#0a1528;
    color:#aab7c8;
    font-size:9px;
    font-weight:900;
}
body.my-files-modern-page .mf-page-buttons a:hover{color:#fff;background:#14223a}
body.my-files-modern-page .mf-page-buttons a.active{
    border-color:#ff4f97;
    background:#ff4f97;
    color:#fff;
}
body.my-files-modern-page .mf-page-gap{color:#68778c}
body.my-files-modern-page .mf-empty-state{
    padding:62px 20px;
    text-align:center;
}
body.my-files-modern-page .mf-empty-icon{
    width:54px;
    height:54px;
    margin:0 auto 13px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:rgba(255,255,255,.045);
    color:#728198;
    font-size:21px;
}
body.my-files-modern-page .mf-empty-state h3{
    margin:0;
    color:#fff;
    font-size:14px;
}
body.my-files-modern-page .mf-empty-state p{
    margin:6px 0 15px;
    color:#7f8ea4;
    font-size:9.5px;
}
body.my-files-modern-page .mf-empty-state a{
    min-height:35px;
    padding:0 12px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    border-radius:9px;
    background:#ff4f97;
    color:#fff;
    font-size:9.5px;
    font-weight:900;
}
body.my-files-modern-page .mf-live{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
}

@media(max-width:1050px){
    body.my-files-modern-page .mf-wrap{padding:24px 22px 32px}
    body.my-files-modern-page .mf-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    body.my-files-modern-page .mf-toolbar{
        grid-template-columns:minmax(0,1fr) 145px;
    }
    body.my-files-modern-page .mf-tabs{
        grid-column:1/-1;
        order:-1;
        overflow-x:auto;
        padding-bottom:2px;
        scrollbar-width:none;
    }
    body.my-files-modern-page .mf-tabs::-webkit-scrollbar{display:none}
    body.my-files-modern-page .mf-list-head,
    body.my-files-modern-page .mf-file-row{
        grid-template-columns:minmax(280px,1.45fr) minmax(120px,.6fr) minmax(165px,.75fr) 82px;
        gap:12px;
    }
}

@media(max-width:760px){
    body.my-files-modern-page .mf-wrap{padding:18px 12px 26px}
    body.my-files-modern-page .mf-breadcrumb{margin-bottom:15px;font-size:9px}
    body.my-files-modern-page .mf-page-head{
        display:block;
        margin-bottom:17px;
    }
    body.my-files-modern-page .mf-page-head h1{font-size:28px}
    body.my-files-modern-page .mf-page-head p{font-size:10px;line-height:1.5}
    body.my-files-modern-page .mf-upload-btn{
        margin-top:13px;
        min-height:39px;
        padding:0 13px;
        border-radius:9px;
        font-size:9.5px;
    }
    body.my-files-modern-page .mf-stat-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
        margin-bottom:12px;
    }
    body.my-files-modern-page .mf-stat-card{
        min-height:88px;
        padding:11px;
        gap:9px;
        border-radius:11px;
    }
    body.my-files-modern-page .mf-stat-icon{
        width:39px;
        height:39px;
        flex-basis:39px;
        border-radius:11px;
        font-size:15px;
    }
    body.my-files-modern-page .mf-stat-card span{font-size:8.5px}
    body.my-files-modern-page .mf-stat-card strong{font-size:20px}
    body.my-files-modern-page .mf-stat-card small{font-size:7.5px}
    body.my-files-modern-page .mf-panel{border-radius:12px}
    body.my-files-modern-page .mf-toolbar{
        padding:11px;
        grid-template-columns:minmax(0,1fr) 114px;
        gap:8px;
    }
    body.my-files-modern-page .mf-tabs{
        gap:4px;
    }
    body.my-files-modern-page .mf-tab{
        min-height:32px;
        padding:0 9px;
        border-radius:8px;
        font-size:9px;
    }
    body.my-files-modern-page .mf-tab small{
        min-width:17px;
        height:17px;
        font-size:6.7px;
    }
    body.my-files-modern-page .mf-search,
    body.my-files-modern-page .mf-sort-select{height:36px}
    body.my-files-modern-page .mf-search input{font-size:9px}
    body.my-files-modern-page .mf-sort-select{font-size:8.5px;padding-left:9px}
    body.my-files-modern-page .mf-list-head{display:none}
    body.my-files-modern-page .mf-file-row{
        min-height:0;
        padding:12px;
        grid-template-columns:minmax(0,1fr) auto;
        gap:10px;
        align-items:center;
    }
    body.my-files-modern-page .mf-file-primary{gap:10px}
    body.my-files-modern-page .mf-cover{
        width:52px;
        height:52px;
        flex-basis:52px;
        border-radius:9px;
    }
    body.my-files-modern-page .mf-file-title{font-size:11px}
    body.my-files-modern-page .mf-file-copy p{font-size:8.3px}
    body.my-files-modern-page .mf-visibility-cell,
    body.my-files-modern-page .mf-updated-cell{display:none}
    body.my-files-modern-page .mf-mobile-meta{
        margin-top:7px;
        display:flex;
        align-items:center;
        gap:5px;
    }
    body.my-files-modern-page .mf-mobile-meta .mf-visibility-pill{
        min-height:21px;
        padding:0 7px;
        font-size:7px;
    }
    body.my-files-modern-page .mf-mobile-meta .mf-processing-pill{
        min-height:18px;
        font-size:6.2px;
    }
    body.my-files-modern-page .mf-action-cell{
        gap:5px;
    }
    body.my-files-modern-page .mf-icon-btn{
        width:31px;
        height:31px;
        border-radius:8px;
        font-size:10px;
    }
    body.my-files-modern-page .mf-pagination{
        min-height:49px;
        padding:9px 11px;
    }
    body.my-files-modern-page .mf-pagination-inner{
        align-items:flex-start;
        flex-direction:column;
    }
    body.my-files-modern-page .mf-page-buttons{
        width:100%;
        overflow-x:auto;
        scrollbar-width:none;
    }
}

@media(max-width:430px){
    body.my-files-modern-page .mf-stat-grid{
        grid-template-columns:1fr 1fr;
    }
    body.my-files-modern-page .mf-stat-card{
        display:block;
        min-height:101px;
    }
    body.my-files-modern-page .mf-stat-icon{
        margin-bottom:8px;
    }
    body.my-files-modern-page .mf-toolbar{
        grid-template-columns:1fr;
    }
    body.my-files-modern-page .mf-tabs{
        grid-column:auto;
    }
    body.my-files-modern-page .mf-file-row{
        padding:11px 10px;
    }
    body.my-files-modern-page .mf-cover{
        width:48px;
        height:48px;
        flex-basis:48px;
    }
    body.my-files-modern-page .mf-action-cell .mf-icon-btn:first-child{
        display:none;
    }
}

/* ==========================================================================
   OSANIME EDIT MUSIC — CATEGORY DROPDOWN + STICKY SIDEBAR + VISIBILITY FIX
   Final scoped layer
   ========================================================================== */

body.edit-file-page.edit-music-php-page .edit-music-grid{
  overflow:visible;
}

body.edit-file-page.edit-music-php-page .edit-music-main{
  min-width:0;
}

@media(min-width:981px){
  body.edit-file-page.edit-music-php-page .edit-music-side{
    position:sticky !important;
    top:18px !important;
    align-self:start;
    height:max-content;
    max-height:calc(100vh - 36px);
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:3px;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    scrollbar-color:rgba(255,255,255,.16) transparent;
  }

  body.edit-file-page.edit-music-php-page .edit-music-side::-webkit-scrollbar{
    width:5px;
  }

  body.edit-file-page.edit-music-php-page .edit-music-side::-webkit-scrollbar-thumb{
    border-radius:99px;
    background:rgba(255,255,255,.16);
  }
}

/* Real dropdown for Category */
body.edit-file-page.edit-music-php-page .edit-select-wrap{
  position:relative;
  width:100%;
}

body.edit-file-page.edit-music-php-page .edit-category-select{
  width:100%;
  height:40px;
  padding:0 38px 0 12px;
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  outline:0;
  background:#071123;
  color:#fff;
  font-family:inherit;
  font-size:11px;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

body.edit-file-page.edit-music-php-page .edit-category-select:hover{
  border-color:rgba(255,255,255,.18);
  background:#09152a;
}

body.edit-file-page.edit-music-php-page .edit-category-select:focus{
  border-color:#ff4f93;
  box-shadow:0 0 0 3px rgba(255,79,147,.09);
}

body.edit-file-page.edit-music-php-page .edit-category-select option{
  background:#0b1528;
  color:#fff;
}

body.edit-file-page.edit-music-php-page .edit-select-wrap>i{
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  color:#8e9db2;
  font-size:10px;
  pointer-events:none;
}

/* Visibility status summary */
body.edit-file-page.edit-music-php-page .visibility-current{
  min-height:42px;
  margin:0 0 11px;
  padding:9px 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:9px;
  background:#071123;
}

body.edit-file-page.edit-music-php-page .visibility-current>span{
  color:#8e9db2;
  font-size:8.5px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.55px;
}

body.edit-file-page.edit-music-php-page .visibility-current>strong{
  min-height:24px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  border-radius:7px;
  font-size:8px;
  font-weight:900;
  letter-spacing:.15px;
}

body.edit-file-page.edit-music-php-page .visibility-current>strong.public{
  color:#67eba4;
  background:rgba(82,227,138,.11);
  border:1px solid rgba(82,227,138,.19);
}

body.edit-file-page.edit-music-php-page .visibility-current>strong.users{
  color:#75c0ff;
  background:rgba(104,184,255,.11);
  border:1px solid rgba(104,184,255,.2);
}

body.edit-file-page.edit-music-php-page .visibility-current>strong.draft{
  color:#ffd07b;
  background:rgba(255,193,92,.11);
  border:1px solid rgba(255,193,92,.2);
}

/* Clear visibility cards. Do not use the old static .selected class. */
body.edit-file-page.edit-music-php-page .visibility-option{
  min-height:76px;
  grid-template-columns:36px minmax(0,1fr) 24px;
  gap:11px;
  border:1px solid rgba(255,255,255,.075);
  background:linear-gradient(180deg,#091426,#071123);
  transition:
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

body.edit-file-page.edit-music-php-page .visibility-option:hover:not(:has(input:disabled)){
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.15);
}

body.edit-file-page.edit-music-php-page .visibility-option>i{
  width:36px;
  height:36px;
  border-radius:10px;
  transition:transform .18s ease,box-shadow .18s ease;
}

body.edit-file-page.edit-music-php-page .visibility-option b{
  color:#f6f8fc;
  font-size:11px;
}

body.edit-file-page.edit-music-php-page .visibility-option small{
  margin-top:4px;
  color:#8392a8;
  font-size:8.5px;
}

body.edit-file-page.edit-music-php-page .visibility-check{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  align-self:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:#111d31;
  color:transparent;
  font-size:8px;
  transition:all .18s ease;
}

body.edit-file-page.edit-music-php-page .visibility-option.is-selected{
  transform:none;
}

body.edit-file-page.edit-music-php-page .visibility-option.public.is-selected{
  border-color:rgba(82,227,138,.48);
  background:linear-gradient(180deg,rgba(82,227,138,.09),rgba(7,17,35,.98));
  box-shadow:0 0 0 2px rgba(82,227,138,.07),0 10px 24px rgba(0,0,0,.08);
}

body.edit-file-page.edit-music-php-page .visibility-option.users.is-selected{
  border-color:rgba(104,184,255,.5);
  background:linear-gradient(180deg,rgba(104,184,255,.09),rgba(7,17,35,.98));
  box-shadow:0 0 0 2px rgba(104,184,255,.07),0 10px 24px rgba(0,0,0,.08);
}

body.edit-file-page.edit-music-php-page .visibility-option.draft.is-selected{
  border-color:rgba(255,193,92,.52);
  background:linear-gradient(180deg,rgba(255,193,92,.09),rgba(7,17,35,.98));
  box-shadow:0 0 0 2px rgba(255,193,92,.07),0 10px 24px rgba(0,0,0,.08);
}

body.edit-file-page.edit-music-php-page .visibility-option.public.is-selected>i{
  box-shadow:0 0 0 4px rgba(82,227,138,.06);
}

body.edit-file-page.edit-music-php-page .visibility-option.users.is-selected>i{
  box-shadow:0 0 0 4px rgba(104,184,255,.06);
}

body.edit-file-page.edit-music-php-page .visibility-option.draft.is-selected>i{
  box-shadow:0 0 0 4px rgba(255,193,92,.06);
}

body.edit-file-page.edit-music-php-page .visibility-option.public.is-selected .visibility-check{
  color:#071123;
  border-color:#58e594;
  background:#58e594;
}

body.edit-file-page.edit-music-php-page .visibility-option.users.is-selected .visibility-check{
  color:#071123;
  border-color:#68b8ff;
  background:#68b8ff;
}

body.edit-file-page.edit-music-php-page .visibility-option.draft.is-selected .visibility-check{
  color:#071123;
  border-color:#ffc15c;
  background:#ffc15c;
}

/* Neutralize the old server-rendered selected rule if an older cached rule remains. */
body.edit-file-page.edit-music-php-page .visibility-option.selected:not(.is-selected){
  border-color:rgba(255,255,255,.075);
  box-shadow:none;
  background:linear-gradient(180deg,#091426,#071123);
}

/* Keep disabled states obvious but readable. */
body.edit-file-page.edit-music-php-page .visibility-option:has(input:disabled){
  opacity:.5;
  cursor:not-allowed;
}

@media(max-width:980px){
  body.edit-file-page.edit-music-php-page .edit-music-side{
    max-height:none;
    overflow:visible;
  }
}

@media(max-width:780px){
  body.edit-file-page.edit-music-php-page .edit-category-select{
    height:39px;
    font-size:10.5px;
  }

  body.edit-file-page.edit-music-php-page .visibility-current{
    min-height:40px;
  }

  body.edit-file-page.edit-music-php-page .visibility-option{
    min-height:70px;
    grid-template-columns:34px minmax(0,1fr) 22px;
    padding:11px;
  }

  body.edit-file-page.edit-music-php-page .visibility-option>i{
    width:34px;
    height:34px;
  }

  body.edit-file-page.edit-music-php-page .visibility-check{
    width:20px;
    height:20px;
  }
}

/* =========================================================
   EDIT MUSIC - FINAL SAME-AS-LATEST-POSTS FOLLOW-SCROLL SIDEBAR
   Same architecture as Latest Posts:
   - .edit-music-side = outer full-height rail
   - .edit-music-side-sticky = sticky inner content
   - follows viewport while scrolling the edit form
   ========================================================= */
@media (min-width: 981px) {

  /* Sticky must not be trapped by a clipping page ancestor. */
  body.edit-file-page.edit-music-php-page .page {
    overflow: visible !important;
  }

  /* Let the sidebar rail stretch to the height of the form/main column. */
  body.edit-file-page.edit-music-php-page .edit-music-grid {
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.edit-file-page.edit-music-php-page .edit-music-main {
    min-width: 0 !important;
    align-self: start !important;
  }

  /* Outer aside is only the rail, not the sticky element. */
  body.edit-file-page.edit-music-php-page .edit-music-side {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;

    display: block !important;
    min-width: 0 !important;
    min-height: 100% !important;
    height: auto !important;
    max-height: none !important;

    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* This inner wrapper follows the viewport, exactly like Latest Posts. */
  body.edit-file-page.edit-music-php-page .edit-music-side-sticky {
    position: sticky !important;
    top: 18px !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;

    width: 100% !important;
    height: fit-content !important;
    max-height: calc(100vh - 36px) !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    outline: none !important;
  }

  body.edit-file-page.edit-music-php-page .edit-music-side-sticky::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  body.edit-file-page.edit-music-php-page .edit-music-side-sticky:focus-visible {
    border-radius: 12px;
    box-shadow: 0 0 0 2px rgba(255,79,147,.28);
  }

  body.edit-file-page.edit-music-php-page .edit-music-side-sticky > .edit-card {
    min-width: 0 !important;
    margin: 0 !important;
  }
}

/* Slightly tighter sticky offset for compact laptop heights. */
@media (min-width: 981px) and (max-width: 1100px) {
  body.edit-file-page.edit-music-php-page .edit-music-side-sticky {
    top: 14px !important;
    max-height: calc(100vh - 28px) !important;
  }
}

/* Existing responsive layout is preserved below 981px.
   The sidebar returns to normal document flow when it sits below the form. */
@media (max-width: 980px) {
  body.edit-file-page.edit-music-php-page .edit-music-side {
    position: static !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.edit-file-page.edit-music-php-page .edit-music-side-sticky {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;

    display: grid !important;
    grid-template-columns: minmax(0,1fr) 240px !important;
    gap: 14px !important;
  }
}

@media (max-width: 780px) {
  body.edit-file-page.edit-music-php-page .edit-music-side-sticky {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   OSANIME FAQ PHP 8.5 — ROOT PAGE
   Scoped to body.faq-page
   ========================================================================== */

body.faq-page{
  background:#eef2f7;
  color:#fff;
  padding:14px;
}

body.faq-page .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  border-radius:10px;
  overflow:visible;
}

body.faq-page .faq-shell{
  min-height:720px;
  background:#050913;
}

body.faq-page .faq-main{
  min-width:0;
  background:
    radial-gradient(circle at 74% 0,rgba(126,74,255,.14),transparent 34%),
    linear-gradient(180deg,#071020,#040813);
}

body.faq-page .faq-hero{
  position:relative;
  min-height:215px;
  overflow:hidden;
  padding:42px 48px 34px;
  background:
    linear-gradient(90deg,rgba(5,9,20,.99) 0%,rgba(5,9,20,.88) 42%,rgba(5,9,20,.48) 100%),
    var(--osanime-bg-rzy) center 42%/cover;
}

body.faq-page .faq-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 38%,rgba(255,79,147,.18),transparent 28%),
    linear-gradient(180deg,transparent 55%,rgba(4,8,19,.34));
}

body.faq-page .mf-breadcrumb{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:23px;
  color:#b9c5d8;
  font-size:10px;
  font-weight:700;
}

body.faq-page .mf-breadcrumb a{
  color:#ff5a9d;
  font-weight:900;
}

body.faq-page .mf-breadcrumb span{
  color:#62728b;
}

body.faq-page .faq-hero-copy{
  position:relative;
  z-index:2;
  max-width:570px;
}

body.faq-page .faq-kicker{
  display:block;
  margin-bottom:7px;
  color:#ff5e9f;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.5px;
}

body.faq-page .faq-hero h1{
  margin:0 0 10px;
  color:#fff;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1px;
}

body.faq-page .faq-hero p{
  max-width:530px;
  margin:0;
  color:#d0dae9;
  font-size:13px;
  line-height:1.65;
}

body.faq-page .faq-content{
  width:min(100%,1160px);
  margin:0 auto;
  padding:0 30px 34px;
}

body.faq-page .faq-search-card{
  position:relative;
  z-index:5;
  min-height:112px;
  margin-top:-24px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  gap:24px;
  align-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:13px;
  background:linear-gradient(180deg,#111c31,#0b1529);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}

body.faq-page .faq-search-copy{
  min-width:0;
  display:flex;
  align-items:center;
  gap:13px;
}

body.faq-page .faq-search-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,79,147,.25);
  border-radius:13px;
  background:rgba(255,79,147,.11);
  color:#ff66a5;
  font-size:20px;
}

body.faq-page .faq-search-card h2{
  margin:0 0 4px;
  font-size:16px;
}

body.faq-page .faq-search-card p{
  margin:0;
  color:#9eacc0;
  font-size:10px;
}

body.faq-page .faq-search-box{
  height:43px;
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 10px 0 13px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:#071122;
  transition:border-color .18s ease,box-shadow .18s ease;
}

body.faq-page .faq-search-box:focus-within{
  border-color:rgba(255,79,147,.52);
  box-shadow:0 0 0 3px rgba(255,79,147,.08);
}

body.faq-page .faq-search-box>i{
  color:#6e7d94;
  font-size:11px;
}

body.faq-page .faq-search-box input{
  min-width:0;
  flex:1;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:10.5px;
}

body.faq-page .faq-search-box input::placeholder{
  color:#66768e;
}

body.faq-page .faq-search-box button{
  width:28px;
  height:28px;
  border:0;
  border-radius:7px;
  background:rgba(255,255,255,.05);
  color:#99a8bd;
  cursor:pointer;
}

body.faq-page .faq-grid-area{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:18px;
  margin-top:18px;
  align-items:start;
}

body.faq-page .faq-left{
  min-width:0;
}

body.faq-page .faq-panel,
body.faq-page .faq-contact-card{
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.faq-page .faq-panel{
  padding:17px;
}

body.faq-page .faq-panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

body.faq-page .faq-panel-head>div>span,
body.faq-page .faq-list-title>div>span{
  display:block;
  margin-bottom:4px;
  color:#78879d;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

body.faq-page .faq-panel-head h2,
body.faq-page .faq-list-title h2{
  margin:0;
  font-size:14px;
}

body.faq-page .faq-panel-head>button{
  min-height:28px;
  padding:0 9px;
  border:1px solid rgba(255,79,147,.14);
  border-radius:7px;
  background:rgba(255,79,147,.07);
  color:#ff70aa;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}

body.faq-page .faq-panel-head>button.active{
  color:#fff;
  background:#ff4f93;
  border-color:#ff4f93;
}

body.faq-page .help-cats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}

body.faq-page .help-cat{
  min-width:0;
  min-height:152px;
  padding:17px 12px 13px;
  display:flex;
  flex-direction:column;
  align-items:center;
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;
  background:#0b1629;
  color:#fff;
  text-align:center;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

body.faq-page .help-cat:hover{
  transform:translateY(-2px);
  border-color:rgba(255,79,147,.28);
  background:#0e1a30;
}

body.faq-page .help-cat.active{
  border-color:rgba(255,79,147,.42);
  background:linear-gradient(180deg,rgba(255,79,147,.09),#0b1629);
  box-shadow:0 0 0 2px rgba(255,79,147,.05);
}

body.faq-page .help-cat-icon{
  width:48px;
  height:48px;
  margin-bottom:12px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,79,147,.25);
  border-radius:14px;
  background:rgba(255,79,147,.10);
  color:#ff5e9f;
  font-size:19px;
}

body.faq-page .help-cat b{
  margin-bottom:7px;
  font-size:10.5px;
  line-height:1.3;
}

body.faq-page .help-cat p{
  margin:0;
  color:#8f9db1;
  font-size:8px;
  line-height:1.48;
}

body.faq-page .help-cat-action{
  margin-top:auto;
  padding-top:10px;
  color:#ff6aa7;
  font-size:7.5px;
  font-weight:900;
}

body.faq-page .faq-list-wrap{
  margin-top:17px;
}

body.faq-page .faq-list-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin:0 4px 10px;
}

body.faq-page .faq-list-title>strong{
  color:#7f8da2;
  font-size:8px;
  font-weight:800;
}

body.faq-page .faq-list{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.faq-page .faq-item{
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.faq-page .faq-item:last-of-type{
  border-bottom:0;
}

body.faq-page .faq-item[hidden]{
  display:none!important;
}

body.faq-page .faq-q{
  width:100%;
  min-height:56px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:0;
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease;
}

body.faq-page .faq-q:hover{
  background:rgba(255,255,255,.022);
}

body.faq-page .faq-q>span{
  min-width:0;
  display:flex;
  align-items:center;
  gap:11px;
}

body.faq-page .faq-q small{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:#152139;
  color:#ff6ba8;
  font-size:7px;
  font-weight:900;
}

body.faq-page .faq-q b{
  font-size:10.5px;
  line-height:1.45;
}

body.faq-page .faq-q>i{
  color:#738198;
  font-size:9px;
  transition:transform .18s ease,color .18s ease;
}

body.faq-page .faq-item.open .faq-q{
  background:rgba(255,79,147,.035);
}

body.faq-page .faq-item.open .faq-q>i{
  transform:rotate(180deg);
  color:#ff62a1;
}

body.faq-page .faq-a{
  padding:0 52px 15px;
  color:#aab7c9;
}

body.faq-page .faq-a[hidden]{
  display:none!important;
}

body.faq-page .faq-a p{
  margin:0;
  font-size:9.5px;
  line-height:1.68;
}

body.faq-page .faq-empty{
  padding:42px 20px;
  text-align:center;
}

body.faq-page .faq-empty[hidden]{
  display:none!important;
}

body.faq-page .faq-empty>span{
  width:48px;
  height:48px;
  margin:0 auto 10px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#718198;
  font-size:18px;
}

body.faq-page .faq-empty b{
  display:block;
  margin-bottom:4px;
  font-size:11px;
}

body.faq-page .faq-empty p{
  margin:0 0 12px;
  color:#7e8da3;
  font-size:8.5px;
}

body.faq-page .faq-empty button{
  min-height:31px;
  padding:0 11px;
  border:0;
  border-radius:8px;
  background:#ff4f93;
  color:#fff;
  font-size:8.5px;
  font-weight:900;
  cursor:pointer;
}

body.faq-page .faq-contact-card{
  position:sticky;
  top:16px;
  padding:20px;
}

body.faq-page .faq-contact-icon{
  width:46px;
  height:46px;
  margin-bottom:13px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,79,147,.23);
  border-radius:13px;
  background:rgba(255,79,147,.10);
  color:#ff66a5;
  font-size:18px;
}

body.faq-page .faq-contact-card h3{
  margin:0;
  font-size:14px;
}

body.faq-page .faq-contact-card>p{
  margin:7px 0 15px;
  color:#97a6ba;
  font-size:9.5px;
  line-height:1.55;
}

body.faq-page .contact-btn{
  min-height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:9px;
  background:linear-gradient(180deg,#ff5fa3,#eb3d84);
  color:#fff;
  font-size:9.5px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(255,79,147,.13);
}

body.faq-page .contact-meta{
  margin-top:16px;
  padding-top:4px;
  border-top:1px solid rgba(255,255,255,.06);
}

body.faq-page .contact-row{
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  gap:9px;
  margin-top:14px;
}

body.faq-page .contact-row>i{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#142037;
  color:#ff65a3;
  font-size:9px;
}

body.faq-page .contact-row b{
  display:block;
  margin-bottom:3px;
  font-size:8.5px;
}

body.faq-page .contact-row span{
  display:block;
  overflow-wrap:anywhere;
  color:#8392a8;
  font-size:8px;
  line-height:1.45;
}

body.faq-page .profile-menu a.active{
  color:#ff5d9f;
  background:rgba(255,79,147,.09);
}

@media(max-width:980px){
  body.faq-page .faq-content{
    padding-left:20px;
    padding-right:20px;
  }

  body.faq-page .faq-search-card{
    grid-template-columns:1fr;
    gap:14px;
  }

  body.faq-page .faq-grid-area{
    grid-template-columns:1fr;
  }

  body.faq-page .faq-contact-card{
    position:static;
  }
}

@media(max-width:780px){
  body.faq-page{
    padding:0;
    background:#040916;
  }

  body.faq-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.faq-page .faq-hero{
    min-height:168px;
    padding:22px 14px 28px;
    background:
      linear-gradient(90deg,rgba(5,9,20,.98),rgba(5,9,20,.82)),
      var(--osanime-bg-rzy) center/cover;
  }

  body.faq-page .mf-breadcrumb{
    margin-bottom:18px;
    font-size:9px;
  }

  body.faq-page .faq-kicker{
    font-size:7px;
  }

  body.faq-page .faq-hero h1{
    font-size:25px;
  }

  body.faq-page .faq-hero p{
    max-width:340px;
    font-size:10.5px;
    line-height:1.55;
  }

  body.faq-page .faq-content{
    width:100%;
    padding:0 11px 24px;
  }

  body.faq-page .faq-search-card{
    min-height:0;
    margin-top:-14px;
    padding:14px;
    gap:12px;
    border-radius:11px;
  }

  body.faq-page .faq-search-icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    border-radius:10px;
    font-size:16px;
  }

  body.faq-page .faq-search-card h2{
    font-size:13px;
  }

  body.faq-page .faq-search-card p{
    font-size:8.5px;
  }

  body.faq-page .faq-search-box{
    height:39px;
  }

  body.faq-page .faq-grid-area{
    margin-top:12px;
    gap:12px;
  }

  body.faq-page .faq-panel{
    padding:13px;
    border-radius:11px;
  }

  body.faq-page .faq-panel-head h2,
  body.faq-page .faq-list-title h2{
    font-size:12px;
  }

  body.faq-page .help-cats{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding:1px 1px 7px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.faq-page .help-cats::-webkit-scrollbar{
    display:none;
  }

  body.faq-page .help-cat{
    width:108px;
    min-width:108px;
    min-height:112px;
    flex:0 0 108px;
    padding:12px 8px;
    scroll-snap-align:start;
  }

  body.faq-page .help-cat-icon{
    width:42px;
    height:42px;
    margin-bottom:8px;
    border-radius:12px;
    font-size:16px;
  }

  body.faq-page .help-cat b{
    margin:0;
    font-size:9px;
  }

  body.faq-page .help-cat p,
  body.faq-page .help-cat-action{
    display:none;
  }

  body.faq-page .faq-list-wrap{
    margin-top:14px;
  }

  body.faq-page .faq-list-title{
    margin-left:1px;
    margin-right:1px;
  }

  body.faq-page .faq-q{
    min-height:55px;
    padding:10px 11px;
  }

  body.faq-page .faq-q>span{
    gap:9px;
  }

  body.faq-page .faq-q small{
    width:24px;
    height:24px;
    flex-basis:24px;
  }

  body.faq-page .faq-q b{
    font-size:9.5px;
  }

  body.faq-page .faq-a{
    padding:0 44px 13px;
  }

  body.faq-page .faq-a p{
    font-size:9px;
    line-height:1.6;
  }

  body.faq-page .faq-contact-card{
    padding:16px;
    border-radius:11px;
  }

  body.faq-page .contact-meta{
    display:none;
  }
}

@media(max-width:380px){
  body.faq-page .faq-content{
    padding-left:9px;
    padding-right:9px;
  }

  body.faq-page .faq-search-card{
    padding:12px;
  }

  body.faq-page .help-cat{
    width:100px;
    min-width:100px;
    flex-basis:100px;
  }
}

/* ==========================================================================
   OSANIME FAQ OPTIMIZED HELP CENTER — FINAL OVERRIDE
   ========================================================================== */

body.faq-page.faq-optimized-page .faq-hero{
  min-height:240px;
  padding-bottom:44px;
}

body.faq-page.faq-optimized-page .faq-hero-copy{
  max-width:640px;
}

body.faq-page.faq-optimized-page .faq-hero h1{
  font-size:39px;
}

body.faq-page.faq-optimized-page .faq-hero-actions{
  position:relative;
  z-index:2;
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:9px;
}

body.faq-page.faq-optimized-page .faq-hero-actions button,
body.faq-page.faq-optimized-page .faq-hero-actions a{
  min-height:36px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:8px;
  font-family:inherit;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}

body.faq-page.faq-optimized-page .faq-hero-actions button{
  border:0;
  background:linear-gradient(180deg,#ff5fa3,#e93d84);
  color:#fff;
}

body.faq-page.faq-optimized-page .faq-hero-actions a{
  border:1px solid rgba(255,255,255,.13);
  background:rgba(7,17,34,.65);
  color:#dce5f1;
}

body.faq-page.faq-optimized-page .faq-search-card{
  grid-template-columns:minmax(250px,.8fr) minmax(340px,1.2fr);
  grid-template-areas:
    "copy search"
    "popular popular";
  row-gap:12px;
}

body.faq-page.faq-optimized-page .faq-search-copy{grid-area:copy}
body.faq-page.faq-optimized-page .faq-search-box{grid-area:search}

body.faq-page.faq-optimized-page .faq-search-box kbd{
  min-width:23px;
  height:23px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-bottom-color:rgba(255,255,255,.17);
  border-radius:6px;
  background:#111d31;
  color:#75849b;
  font-size:8px;
  font-family:inherit;
}

body.faq-page.faq-optimized-page .faq-popular-searches{
  grid-area:popular;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  padding-top:2px;
}

body.faq-page.faq-optimized-page .faq-popular-searches>span{
  margin-right:2px;
  color:#74839a;
  font-size:7.5px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.55px;
}

body.faq-page.faq-optimized-page .faq-popular-searches button{
  min-height:26px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:7px;
  background:#101c31;
  color:#aeb9c9;
  font-family:inherit;
  font-size:7.8px;
  font-weight:800;
  cursor:pointer;
}

body.faq-page.faq-optimized-page .faq-popular-searches button:hover{
  color:#fff;
  border-color:rgba(255,79,147,.24);
  background:rgba(255,79,147,.07);
}

body.faq-page.faq-optimized-page .faq-quick-actions{
  margin-top:13px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

body.faq-page.faq-optimized-page .faq-quick-action{
  min-height:78px;
  padding:13px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 20px;
  gap:10px;
  align-items:center;
  border:1px solid rgba(255,255,255,.075);
  border-radius:11px;
  background:linear-gradient(180deg,#101a2e,#0a1427);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

body.faq-page.faq-optimized-page .faq-quick-action:hover{
  transform:translateY(-1px);
  background:#101c32;
}

body.faq-page.faq-optimized-page .faq-quick-action>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  font-size:14px;
}

body.faq-page.faq-optimized-page .faq-quick-action.pink>span{
  color:#ff65a4;
  background:rgba(255,79,147,.11);
}

body.faq-page.faq-optimized-page .faq-quick-action.violet>span{
  color:#b288ff;
  background:rgba(166,105,255,.11);
}

body.faq-page.faq-optimized-page .faq-quick-action.blue>span{
  color:#73c2ff;
  background:rgba(100,184,255,.11);
}

body.faq-page.faq-optimized-page .faq-quick-action b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:9.5px;
}

body.faq-page.faq-optimized-page .faq-quick-action small{
  display:block;
  color:#8291a6;
  font-size:7.7px;
  line-height:1.45;
}

body.faq-page.faq-optimized-page .faq-quick-action>i{
  justify-self:end;
  color:#65748a;
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-member-tip{
  margin-top:10px;
  padding:11px 13px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  border:1px solid rgba(255,193,92,.14);
  border-radius:10px;
  background:rgba(255,193,92,.055);
}

body.faq-page.faq-optimized-page .faq-member-tip>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,193,92,.12);
  color:#ffc96c;
}

body.faq-page.faq-optimized-page .faq-member-tip b{
  display:block;
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-member-tip p{
  margin:3px 0 0;
  color:#8897ab;
  font-size:7.8px;
}

body.faq-page.faq-optimized-page .faq-member-tip>a{
  min-height:31px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  border-radius:8px;
  background:#ff4f93;
  color:#fff;
  font-size:8px;
  font-weight:900;
}

body.faq-page.faq-optimized-page .faq-grid-area{
  grid-template-columns:minmax(0,1fr) 295px;
}

body.faq-page.faq-optimized-page .help-cats{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.faq-page.faq-optimized-page .help-cat{
  min-height:145px;
}

body.faq-page.faq-optimized-page .faq-answer-actions{
  margin-top:12px;
  padding-top:10px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  border-top:1px solid rgba(255,255,255,.05);
}

body.faq-page.faq-optimized-page .faq-answer-actions>span{
  margin-right:3px;
  color:#6f7f95;
  font-size:7.5px;
  font-weight:800;
}

body.faq-page.faq-optimized-page .faq-answer-actions button{
  min-height:26px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:7px;
  background:#101b2e;
  color:#9ba9bc;
  font-family:inherit;
  font-size:7.5px;
  font-weight:800;
  cursor:pointer;
}

body.faq-page.faq-optimized-page .faq-answer-actions button:hover{
  color:#fff;
  background:#142138;
}

body.faq-page.faq-optimized-page .faq-answer-actions button.done{
  color:#64eaa0;
  border-color:rgba(82,227,138,.14);
  background:rgba(82,227,138,.06);
}

body.faq-page.faq-optimized-page .faq-empty>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}

body.faq-page.faq-optimized-page .faq-empty>div>a{
  min-height:31px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  background:#101b2e;
  color:#d2dbe8;
  font-size:8.5px;
  font-weight:900;
}

body.faq-page.faq-optimized-page .faq-support-column{
  position:sticky;
  top:16px;
  display:grid;
  gap:10px;
}

body.faq-page.faq-optimized-page .faq-support-column .faq-contact-card{
  position:static;
}

body.faq-page.faq-optimized-page .faq-support-checklist{
  margin-top:15px;
  padding:12px;
  display:grid;
  gap:8px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:9px;
  background:#071123;
}

body.faq-page.faq-optimized-page .faq-support-checklist>b{
  margin-bottom:1px;
  color:#e8edf5;
  font-size:8.5px;
}

body.faq-page.faq-optimized-page .faq-support-checklist>span{
  display:grid;
  grid-template-columns:15px minmax(0,1fr);
  gap:6px;
  align-items:start;
  color:#8998ad;
  font-size:7.7px;
  line-height:1.4;
}

body.faq-page.faq-optimized-page .faq-support-checklist>span i{
  color:#5ce59a;
}

body.faq-page.faq-optimized-page .faq-support-checklist>small{
  margin-top:3px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.05);
  color:#ffc772;
  font-size:7.4px;
  font-weight:800;
}

body.faq-page.faq-optimized-page .faq-safe-card{
  padding:12px 13px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:9px;
  align-items:center;
  border:1px solid rgba(82,227,138,.09);
  border-radius:10px;
  background:rgba(82,227,138,.045);
}

body.faq-page.faq-optimized-page .faq-safe-card>i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(82,227,138,.09);
  color:#65e7a0;
  font-size:11px;
}

body.faq-page.faq-optimized-page .faq-safe-card b{
  display:block;
  font-size:8.5px;
}

body.faq-page.faq-optimized-page .faq-safe-card p{
  margin:3px 0 0;
  color:#7d8da2;
  font-size:7.4px;
  line-height:1.4;
}

@media(max-width:980px){
  body.faq-page.faq-optimized-page .faq-search-card{
    grid-template-columns:1fr;
    grid-template-areas:
      "copy"
      "search"
      "popular";
  }

  body.faq-page.faq-optimized-page .faq-grid-area{
    grid-template-columns:1fr;
  }

  body.faq-page.faq-optimized-page .faq-support-column{
    position:static;
    grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);
  }
}

@media(max-width:780px){
  body.faq-page.faq-optimized-page .faq-hero{
    min-height:190px;
    padding-bottom:33px;
  }

  body.faq-page.faq-optimized-page .faq-hero h1{
    font-size:27px;
  }

  body.faq-page.faq-optimized-page .faq-hero-actions{
    margin-top:14px;
  }

  body.faq-page.faq-optimized-page .faq-hero-actions button,
  body.faq-page.faq-optimized-page .faq-hero-actions a{
    min-height:33px;
    padding:0 10px;
    font-size:8px;
  }

  body.faq-page.faq-optimized-page .faq-search-card{
    margin-top:-17px;
  }

  body.faq-page.faq-optimized-page .faq-search-box kbd{
    display:none;
  }

  body.faq-page.faq-optimized-page .faq-popular-searches{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }

  body.faq-page.faq-optimized-page .faq-popular-searches::-webkit-scrollbar{
    display:none;
  }

  body.faq-page.faq-optimized-page .faq-popular-searches>*{
    flex:0 0 auto;
  }

  body.faq-page.faq-optimized-page .faq-quick-actions{
    grid-template-columns:1fr;
    gap:7px;
  }

  body.faq-page.faq-optimized-page .faq-quick-action{
    min-height:66px;
    padding:11px;
  }

  body.faq-page.faq-optimized-page .faq-member-tip{
    grid-template-columns:32px minmax(0,1fr);
  }

  body.faq-page.faq-optimized-page .faq-member-tip>a{
    grid-column:1/-1;
    justify-content:center;
  }

  body.faq-page.faq-optimized-page .help-cats{
    display:flex;
    grid-template-columns:none;
  }

  body.faq-page.faq-optimized-page .help-cat{
    min-height:112px;
  }

  body.faq-page.faq-optimized-page .faq-answer-actions{
    padding-left:0;
  }

  body.faq-page.faq-optimized-page .faq-support-column{
    grid-template-columns:1fr;
  }

  body.faq-page.faq-optimized-page .faq-support-checklist{
    display:grid;
  }

  body.faq-page.faq-optimized-page .faq-contact-card .contact-meta{
    display:none;
  }
}

@media(max-width:380px){
  body.faq-page.faq-optimized-page .faq-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  body.faq-page.faq-optimized-page .faq-hero-actions button,
  body.faq-page.faq-optimized-page .faq-hero-actions a{
    width:100%;
  }
}

/* ==========================================================================
   OSANIME FAQ — FONT SIZE BALANCE FINAL
   Makes FAQ typography consistent with the rest of the PHP site.
   ========================================================================== */

body.faq-page.faq-optimized-page .mf-breadcrumb{
  font-size:10px;
}

body.faq-page.faq-optimized-page .faq-kicker{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-hero p{
  font-size:12px;
}

body.faq-page.faq-optimized-page .faq-hero-actions button,
body.faq-page.faq-optimized-page .faq-hero-actions a{
  font-size:10px;
}

body.faq-page.faq-optimized-page .faq-search-card h2{
  font-size:16px;
}

body.faq-page.faq-optimized-page .faq-search-card p{
  font-size:10.5px;
}

body.faq-page.faq-optimized-page .faq-search-box input{
  font-size:11px;
}

body.faq-page.faq-optimized-page .faq-search-box kbd{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-popular-searches>span{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-popular-searches button{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-quick-action b{
  font-size:11px;
}

body.faq-page.faq-optimized-page .faq-quick-action small{
  font-size:9.5px;
  line-height:1.5;
}

body.faq-page.faq-optimized-page .faq-member-tip b{
  font-size:10.5px;
}

body.faq-page.faq-optimized-page .faq-member-tip p{
  font-size:9.5px;
}

body.faq-page.faq-optimized-page .faq-member-tip>a{
  font-size:9.5px;
}

body.faq-page.faq-optimized-page .faq-panel-head>div>span,
body.faq-page.faq-optimized-page .faq-list-title>div>span{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-panel-head h2,
body.faq-page.faq-optimized-page .faq-list-title h2{
  font-size:15px;
}

body.faq-page.faq-optimized-page .faq-panel-head>button{
  font-size:9px;
}

body.faq-page.faq-optimized-page .help-cat b{
  font-size:11px;
}

body.faq-page.faq-optimized-page .help-cat p{
  font-size:9.5px;
  line-height:1.55;
}

body.faq-page.faq-optimized-page .help-cat-action{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-list-title>strong{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-q small{
  font-size:8px;
}

body.faq-page.faq-optimized-page .faq-q b{
  font-size:11px;
  line-height:1.5;
}

body.faq-page.faq-optimized-page .faq-a p{
  font-size:10.5px;
  line-height:1.7;
}

body.faq-page.faq-optimized-page .faq-answer-actions>span{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-answer-actions button{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-empty b{
  font-size:12px;
}

body.faq-page.faq-optimized-page .faq-empty p{
  font-size:10px;
}

body.faq-page.faq-optimized-page .faq-empty button,
body.faq-page.faq-optimized-page .faq-empty>div>a{
  font-size:9.5px;
}

body.faq-page.faq-optimized-page .faq-contact-card h3{
  font-size:15px;
}

body.faq-page.faq-optimized-page .faq-contact-card>p{
  font-size:10.5px;
  line-height:1.6;
}

body.faq-page.faq-optimized-page .contact-btn{
  font-size:10px;
}

body.faq-page.faq-optimized-page .faq-support-checklist>b{
  font-size:10px;
}

body.faq-page.faq-optimized-page .faq-support-checklist>span{
  font-size:9px;
  line-height:1.5;
}

body.faq-page.faq-optimized-page .faq-support-checklist>small{
  font-size:8.5px;
}

body.faq-page.faq-optimized-page .contact-row b{
  font-size:9.5px;
}

body.faq-page.faq-optimized-page .contact-row span{
  font-size:9px;
}

body.faq-page.faq-optimized-page .faq-safe-card b{
  font-size:9.5px;
}

body.faq-page.faq-optimized-page .faq-safe-card p{
  font-size:8.8px;
  line-height:1.5;
}

@media(max-width:780px){
  body.faq-page.faq-optimized-page .mf-breadcrumb{
    font-size:9.5px;
  }

  body.faq-page.faq-optimized-page .faq-kicker{
    font-size:8px;
  }

  body.faq-page.faq-optimized-page .faq-hero p{
    font-size:11px;
  }

  body.faq-page.faq-optimized-page .faq-hero-actions button,
  body.faq-page.faq-optimized-page .faq-hero-actions a{
    font-size:9px;
  }

  body.faq-page.faq-optimized-page .faq-search-card h2{
    font-size:14px;
  }

  body.faq-page.faq-optimized-page .faq-search-card p{
    font-size:9.5px;
  }

  body.faq-page.faq-optimized-page .faq-search-box input{
    font-size:10.5px;
  }

  body.faq-page.faq-optimized-page .faq-popular-searches>span,
  body.faq-page.faq-optimized-page .faq-popular-searches button{
    font-size:8.5px;
  }

  body.faq-page.faq-optimized-page .faq-quick-action b{
    font-size:10.5px;
  }

  body.faq-page.faq-optimized-page .faq-quick-action small{
    font-size:9px;
  }

  body.faq-page.faq-optimized-page .faq-panel-head h2,
  body.faq-page.faq-optimized-page .faq-list-title h2{
    font-size:13px;
  }

  body.faq-page.faq-optimized-page .help-cat b{
    font-size:10px;
  }

  body.faq-page.faq-optimized-page .faq-q b{
    font-size:10px;
  }

  body.faq-page.faq-optimized-page .faq-a p{
    font-size:9.8px;
  }

  body.faq-page.faq-optimized-page .faq-contact-card h3{
    font-size:13px;
  }

  body.faq-page.faq-optimized-page .faq-contact-card>p{
    font-size:9.8px;
  }
}

/* =========================================================
   FAQ - FINAL LATEST-POSTS SIDEBAR + TYPOGRAPHY CONSISTENCY
   - Sidebar uses outer rail + inner sticky, same as Latest Posts.
   - FAQ typography uses the same comfortable scale as Latest Posts.
   - Scoped only to FAQ optimized page.
   ========================================================= */

@media (min-width:981px){
  body.faq-page.faq-optimized-page .page,
  body.faq-page.faq-optimized-page .faq-shell,
  body.faq-page.faq-optimized-page .faq-main,
  body.faq-page.faq-optimized-page .faq-content{
    overflow:visible!important;
  }

  body.faq-page.faq-optimized-page .faq-grid-area{
    grid-template-columns:minmax(0,1fr) 295px!important;
    align-items:stretch!important;
    overflow:visible!important;
  }

  body.faq-page.faq-optimized-page .faq-left{
    min-width:0!important;
    align-self:start!important;
  }

  body.faq-page.faq-optimized-page .faq-support-column{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.faq-page.faq-optimized-page .faq-support-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.faq-page.faq-optimized-page .faq-support-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.faq-page.faq-optimized-page .faq-support-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.faq-page.faq-optimized-page .faq-support-sticky>.faq-contact-card,
  body.faq-page.faq-optimized-page .faq-support-sticky>.faq-safe-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }

  body.faq-page.faq-optimized-page .faq-support-column .faq-contact-card{
    position:static!important;
    top:auto!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.faq-page.faq-optimized-page .faq-grid-area{
    grid-template-columns:minmax(0,1fr) 280px!important;
    gap:18px!important;
  }
  body.faq-page.faq-optimized-page .faq-support-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px){
  body.faq-page.faq-optimized-page .faq-support-column{
    position:static!important;
    top:auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.faq-page.faq-optimized-page .faq-support-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(240px,.55fr)!important;
    gap:12px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
}

@media (max-width:780px){
  body.faq-page.faq-optimized-page .faq-support-sticky{
    grid-template-columns:1fr!important;
  }
}

body.faq-page.faq-optimized-page .faq-kicker{font-size:13px!important;line-height:1.2!important}
body.faq-page.faq-optimized-page .faq-hero h1{font-size:34px!important;line-height:1.16!important;letter-spacing:-.8px!important}
body.faq-page.faq-optimized-page .faq-hero p{font-size:14px!important;line-height:1.6!important}
body.faq-page.faq-optimized-page .mf-breadcrumb{font-size:11px!important}
body.faq-page.faq-optimized-page .faq-hero-actions button,
body.faq-page.faq-optimized-page .faq-hero-actions a{font-size:11px!important}

body.faq-page.faq-optimized-page .faq-search-card h2{font-size:15px!important;line-height:1.3!important}
body.faq-page.faq-optimized-page .faq-search-card p{font-size:12px!important;line-height:1.55!important}
body.faq-page.faq-optimized-page .faq-search-box input{font-size:12px!important}
body.faq-page.faq-optimized-page .faq-search-box kbd{font-size:10px!important}
body.faq-page.faq-optimized-page .faq-popular-searches>span,
body.faq-page.faq-optimized-page .faq-popular-searches button{font-size:11px!important}

body.faq-page.faq-optimized-page .faq-quick-action b{font-size:12px!important;line-height:1.35!important}
body.faq-page.faq-optimized-page .faq-quick-action small{font-size:10.5px!important;line-height:1.5!important}
body.faq-page.faq-optimized-page .faq-member-tip b{font-size:12px!important}
body.faq-page.faq-optimized-page .faq-member-tip p,
body.faq-page.faq-optimized-page .faq-member-tip>a{font-size:11px!important;line-height:1.5!important}

body.faq-page.faq-optimized-page .faq-panel-head>div>span,
body.faq-page.faq-optimized-page .faq-list-title>div>span{font-size:10px!important}
body.faq-page.faq-optimized-page .faq-panel-head h2,
body.faq-page.faq-optimized-page .faq-list-title h2{font-size:15px!important;line-height:1.3!important}
body.faq-page.faq-optimized-page .faq-panel-head>button{min-height:34px!important;padding:0 11px!important;font-size:11px!important}

body.faq-page.faq-optimized-page .help-cat b{font-size:12px!important;line-height:1.35!important}
body.faq-page.faq-optimized-page .help-cat p{font-size:11px!important;line-height:1.55!important}
body.faq-page.faq-optimized-page .help-cat-action{font-size:10px!important}
body.faq-page.faq-optimized-page .faq-list-title>strong{font-size:11px!important}

body.faq-page.faq-optimized-page .faq-q{min-height:62px!important;padding:12px 14px!important}
body.faq-page.faq-optimized-page .faq-q small{font-size:10px!important}
body.faq-page.faq-optimized-page .faq-q b{font-size:13px!important;line-height:1.5!important}
body.faq-page.faq-optimized-page .faq-q>i{font-size:11px!important}
body.faq-page.faq-optimized-page .faq-a p{font-size:13px!important;line-height:1.7!important}
body.faq-page.faq-optimized-page .faq-answer-actions>span,
body.faq-page.faq-optimized-page .faq-answer-actions button{font-size:10.5px!important}

body.faq-page.faq-optimized-page .faq-empty b{font-size:13px!important}
body.faq-page.faq-optimized-page .faq-empty p{font-size:12px!important;line-height:1.55!important}
body.faq-page.faq-optimized-page .faq-empty button,
body.faq-page.faq-optimized-page .faq-empty>div>a{font-size:11px!important}

body.faq-page.faq-optimized-page .faq-contact-card h3{font-size:15px!important;line-height:1.25!important}
body.faq-page.faq-optimized-page .faq-contact-card>p{font-size:12px!important;line-height:1.6!important}
body.faq-page.faq-optimized-page .contact-btn{min-height:40px!important;font-size:11px!important}
body.faq-page.faq-optimized-page .faq-support-checklist>b{font-size:12px!important}
body.faq-page.faq-optimized-page .faq-support-checklist>span{font-size:11px!important;line-height:1.5!important}
body.faq-page.faq-optimized-page .faq-support-checklist>small{font-size:10px!important;line-height:1.45!important}
body.faq-page.faq-optimized-page .contact-row b,
body.faq-page.faq-optimized-page .contact-row span{font-size:11px!important;line-height:1.4!important}
body.faq-page.faq-optimized-page .faq-safe-card b{font-size:11px!important}
body.faq-page.faq-optimized-page .faq-safe-card p{font-size:10.5px!important;line-height:1.5!important}

@media (max-width:780px){
  body.faq-page.faq-optimized-page .faq-kicker{font-size:11px!important}
  body.faq-page.faq-optimized-page .faq-hero h1{font-size:26px!important}
  body.faq-page.faq-optimized-page .faq-hero p{font-size:12px!important}
  body.faq-page.faq-optimized-page .faq-hero-actions button,
  body.faq-page.faq-optimized-page .faq-hero-actions a{min-height:38px!important;font-size:10.5px!important}
  body.faq-page.faq-optimized-page .faq-search-card h2{font-size:14px!important}
  body.faq-page.faq-optimized-page .faq-search-card p,
  body.faq-page.faq-optimized-page .faq-search-box input{font-size:11px!important}
  body.faq-page.faq-optimized-page .faq-popular-searches>span,
  body.faq-page.faq-optimized-page .faq-popular-searches button{font-size:10px!important}
  body.faq-page.faq-optimized-page .faq-quick-action b{font-size:11.5px!important}
  body.faq-page.faq-optimized-page .faq-quick-action small{font-size:10px!important}
  body.faq-page.faq-optimized-page .faq-panel-head h2,
  body.faq-page.faq-optimized-page .faq-list-title h2{font-size:14px!important}
  body.faq-page.faq-optimized-page .help-cat b{font-size:11px!important}
  body.faq-page.faq-optimized-page .faq-q b{font-size:12.5px!important}
  body.faq-page.faq-optimized-page .faq-a p{font-size:12px!important;line-height:1.65!important}
  body.faq-page.faq-optimized-page .faq-contact-card h3{font-size:14px!important}
  body.faq-page.faq-optimized-page .faq-contact-card>p{font-size:11.5px!important}
  body.faq-page.faq-optimized-page .faq-support-checklist>b{font-size:11.5px!important}
  body.faq-page.faq-optimized-page .faq-support-checklist>span{font-size:10.5px!important}
  body.faq-page.faq-optimized-page .faq-safe-card b{font-size:11px!important}
  body.faq-page.faq-optimized-page .faq-safe-card p{font-size:10px!important}
}








/* Exact same desktop image sizing as header. */

/* ==========================================================================
   OSANIME GLOBAL FOOTER — ONLY STYLES USED BY footer.php
   ========================================================================== */

footer.foot{
  box-sizing:border-box;
  width:100%;
  min-height:84px;
  margin:0;
  padding:15px clamp(18px,3vw,38px);

  display:grid;
  grid-template-columns:minmax(155px,1fr) auto minmax(155px,1fr);
  align-items:center;
  gap:24px;

  border-top:1px solid rgba(255,255,255,.08);
  background:#040916;
  color:#fff;
}

/* Logo from footer.php */
footer.foot > a.logo.osanime-logo{
  justify-self:start;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  width:auto!important;
  min-width:155px!important;
  height:54px!important;

  margin:0!important;
  padding:0!important;
  gap:0!important;

  overflow:visible!important;
  background:transparent!important;
  text-decoration:none!important;
}

footer.foot > a.logo.osanime-logo::before{
  content:none!important;
  display:none!important;
}

footer.foot > a.logo.osanime-logo .osanime-logo-img{
  display:block!important;
  width:auto!important;
  height:44px!important;
  max-width:190px!important;

  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Navigation from footer.php */
footer.foot > nav{
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 13px;

  margin:0;
  color:#b8c2d2;
  font-size:10px;
  font-weight:700;
  line-height:1.4;
}

footer.foot > nav a{
  color:inherit;
  text-decoration:none;
  transition:color .16s ease;
}

footer.foot > nav a:hover,
footer.foot > nav a:focus-visible{
  color:var(--pink,#ff4f93);
}

footer.foot > nav > span{
  color:#566278;
  font-size:9px;
}

/* Copyright from footer.php */
footer.foot > .copy{
  justify-self:end;
  margin:0;
  color:#aeb7c6;
  font-size:10px;
  line-height:1.45;
  text-align:right;
  white-space:nowrap;
}

footer.foot .mobile-only{
  display:none;
}

/* Tablet */
@media(max-width:980px) and (min-width:781px){
  footer.foot{
    grid-template-columns:minmax(145px,.8fr) auto minmax(145px,.8fr);
    gap:18px;
    padding-left:24px;
    padding-right:24px;
  }

  footer.foot > a.logo.osanime-logo{
    min-width:145px!important;
  }

  footer.foot > a.logo.osanime-logo .osanime-logo-img{
    height:40px!important;
    max-width:172px!important;
  }

  footer.foot > nav{
    gap:7px 10px;
    font-size:9.5px;
  }

  footer.foot > .copy{
    font-size:9.5px;
  }
}

/* Mobile */
@media(max-width:780px){
  footer.foot{
    min-height:104px;
    grid-template-columns:1fr;
    justify-items:center;
    gap:10px;
    padding:18px 14px;
    text-align:center;
  }

  footer.foot > a.logo.osanime-logo.desktop-only{
    display:none!important;
  }

  footer.foot > nav{
    justify-self:center;
    gap:8px 10px;
    font-size:10px;
  }

  footer.foot > .copy{
    justify-self:center;
    font-size:10px;
    line-height:1.5;
    text-align:center;
    white-space:normal;
  }

  footer.foot .mobile-only{
    display:inline!important;
  }
}

/* Small phones */
@media(max-width:420px){
  footer.foot{
    min-height:96px;
    gap:9px;
    padding:16px 10px;
  }

  footer.foot > nav{
    gap:10px 12px;
    font-size:9.5px;
  }

  footer.foot > nav > span{
    display:none;
  }

  footer.foot > .copy{
    font-size:9.5px;
  }
}

/* =========================================================
   OSANIME TERMS OF SERVICE — ROOT /tos.php
   Scoped to body.tos-page.tos-php-page
   ========================================================= */

body.tos-page.tos-php-page{
  --tos-panel:#0b1528;
  --tos-panel-2:#101c32;
  --tos-line:rgba(255,255,255,.085);
  --tos-line-strong:rgba(255,255,255,.13);
  --tos-text:#f7f9fd;
  --tos-muted:#9ca9bc;
  --tos-muted-2:#cbd4e2;
  --tos-pink:#ff4f93;
  --tos-violet:#8d5cff;
  --tos-green:#55d99f;
}

body.tos-page.tos-php-page .tos-shell{
  min-height:640px;
  padding:24px clamp(18px,3vw,42px) 22px;
  background:
    radial-gradient(circle at 100% 0,rgba(141,92,255,.08),transparent 28%),
    radial-gradient(circle at 0 24%,rgba(255,79,147,.06),transparent 25%),
    linear-gradient(180deg,#071020,#040916);
}

body.tos-page.tos-php-page .tos-breadcrumb{
  min-height:30px;
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:#8997ac;
  font-size:11px;
  font-weight:700;
}

body.tos-page.tos-php-page .tos-breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#dce5f1;
}

body.tos-page.tos-php-page .tos-breadcrumb a:hover{
  color:var(--tos-pink);
}

body.tos-page.tos-php-page .tos-breadcrumb b{
  color:#fff;
}

/* Login/Register bridge */

body.tos-page.tos-php-page .tos-auth-bridge{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  padding:10px 12px;
  border:1px solid rgba(255,79,147,.15);
  border-radius:11px;
  background:rgba(255,79,147,.055);
}

body.tos-page.tos-php-page .tos-auth-bridge-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#ff77aa;
  background:rgba(255,79,147,.11);
  font-size:13px;
}

body.tos-page.tos-php-page .tos-auth-bridge b{
  display:block;
  margin-bottom:2px;
  color:#fff;
  font-size:11px;
}

body.tos-page.tos-php-page .tos-auth-bridge span{
  display:block;
  color:#9ba8bb;
  font-size:10px;
  line-height:1.45;
}

body.tos-page.tos-php-page .tos-auth-bridge > a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  background:#0c172b;
  color:#fff;
  font-size:10px;
  font-weight:800;
}

/* Page heading */

body.tos-page.tos-php-page .tos-page-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}

body.tos-page.tos-php-page .tos-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:7px;
  color:#ff7caf;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.15px;
}

body.tos-page.tos-php-page .tos-page-head h1{
  margin:0;
  color:#fff;
  font-size:clamp(28px,3vw,38px);
  line-height:1.08;
  letter-spacing:-1px;
}

body.tos-page.tos-php-page .tos-page-head p{
  max-width:650px;
  margin:8px 0 0;
  color:#9daabc;
  font-size:11.5px;
  line-height:1.6;
}

body.tos-page.tos-php-page .tos-updated{
  flex:0 0 auto;
  min-width:170px;
  padding:10px 12px;
  border:1px solid var(--tos-line);
  border-radius:10px;
  background:rgba(13,24,43,.72);
  text-align:right;
}

body.tos-page.tos-php-page .tos-updated span,
body.tos-page.tos-php-page .tos-updated b{
  display:block;
}

body.tos-page.tos-php-page .tos-updated span{
  margin-bottom:4px;
  color:#8492a7;
  font-size:9px;
}

body.tos-page.tos-php-page .tos-updated span i{
  margin-right:5px;
  color:var(--tos-pink);
}

body.tos-page.tos-php-page .tos-updated b{
  color:#fff;
  font-size:11px;
}

/* Hero */

body.tos-page.tos-php-page .tos-hero{
  position:relative;
  min-height:190px;
  display:grid;
  grid-template-columns:100px minmax(0,1fr);
  align-items:center;
  gap:24px;
  margin-bottom:18px;
  padding:26px 32px;
  overflow:hidden;
  border:1px solid var(--tos-line-strong);
  border-radius:16px;
  background:#0b1427;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
}

body.tos-page.tos-php-page .tos-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,14,30,.98),rgba(8,16,34,.90) 46%,rgba(8,16,34,.35)),
    var(--osanime-bg-rzy) center 38%/cover no-repeat;
}

body.tos-page.tos-php-page .tos-hero::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-70px;
  top:-110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,147,.15),transparent 67%);
}

body.tos-page.tos-php-page .tos-hero > *{
  position:relative;
  z-index:2;
}

body.tos-page.tos-php-page .tos-hero-icon{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,79,147,.29);
  border-radius:22px;
  color:var(--tos-pink);
  background:rgba(255,79,147,.085);
  font-size:37px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 34px rgba(255,79,147,.12);
}

body.tos-page.tos-php-page .tos-hero-label{
  display:block;
  margin-bottom:6px;
  color:#ff79ad;
  font-size:8.5px;
  font-weight:900;
  letter-spacing:1.1px;
}

body.tos-page.tos-php-page .tos-hero h2{
  margin:0 0 8px;
  color:#fff;
  font-size:24px;
  letter-spacing:-.45px;
}

body.tos-page.tos-php-page .tos-hero h2 span{
  color:var(--tos-pink);
}

body.tos-page.tos-php-page .tos-hero p{
  max-width:690px;
  margin:0;
  color:#b9c5d7;
  font-size:11.5px;
  line-height:1.7;
}

body.tos-page.tos-php-page .tos-hero-actions{
  min-height:36px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

body.tos-page.tos-php-page .tos-btn{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:9px;
  color:#fff;
  background:#0d192e;
  font-size:10px;
  font-weight:850;
}

body.tos-page.tos-php-page .tos-btn.primary{
  border-color:transparent;
  background:linear-gradient(180deg,#ff5e9f,#e9367d);
}

body.tos-page.tos-php-page .tos-status{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 11px;
  border:1px solid rgba(85,217,159,.16);
  border-radius:9px;
  color:#b8f4d7;
  background:rgba(85,217,159,.07);
  font-size:10px;
  font-weight:800;
}

body.tos-page.tos-php-page .tos-status i{
  color:var(--tos-green);
}

/* Layout */

body.tos-page.tos-php-page .tos-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:18px;
  align-items:stretch;
  overflow:visible;
}

body.tos-page.tos-php-page .tos-article{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:9px;
}

/* Terms cards */

body.tos-page.tos-php-page .tos-card{
  overflow:hidden;
  border:1px solid var(--tos-line);
  border-radius:13px;
  background:linear-gradient(180deg,#101b30,#0a1427);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  scroll-margin-top:18px;
}

body.tos-page.tos-php-page .tos-card.open{
  border-color:rgba(255,79,147,.18);
}

body.tos-page.tos-php-page .tos-card-toggle{
  width:100%;
  min-height:74px;
  display:grid;
  grid-template-columns:34px 42px minmax(0,1fr) 24px;
  align-items:center;
  gap:12px;
  margin:0;
  padding:12px 14px;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  text-align:left;
}

body.tos-page.tos-php-page .tos-num{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#ff90ba;
  background:rgba(255,79,147,.095);
  font-size:9px;
  font-weight:900;
  font-variant-numeric:tabular-nums;
}

body.tos-page.tos-php-page .tos-item-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  color:#b9c7dc;
  background:#111e34;
  font-size:15px;
}

body.tos-page.tos-php-page .tos-card.open .tos-item-icon{
  color:var(--tos-pink);
  border-color:rgba(255,79,147,.12);
  background:rgba(255,79,147,.07);
}

body.tos-page.tos-php-page .tos-card-title{
  min-width:0;
}

body.tos-page.tos-php-page .tos-card-title b{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:12px;
}

body.tos-page.tos-php-page .tos-card-title small{
  display:block;
  overflow:hidden;
  color:#8796ab;
  font-size:9.5px;
  line-height:1.45;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.tos-page.tos-php-page .tos-chevron{
  justify-self:end;
  color:#7f8da2;
  font-size:10px;
  transition:transform .18s ease,color .18s ease;
}

body.tos-page.tos-php-page .tos-card.open .tos-chevron{
  color:var(--tos-pink);
  transform:rotate(180deg);
}

body.tos-page.tos-php-page .tos-card-body{
  padding:0 16px 16px 102px;
  color:#aebacc;
  font-size:11px;
  line-height:1.75;
}

body.tos-page.tos-php-page .tos-card-body[hidden]{
  display:none;
}

body.tos-page.tos-php-page .tos-card-body::before{
  content:"";
  display:block;
  height:1px;
  margin-bottom:13px;
  background:linear-gradient(90deg,rgba(255,255,255,.08),transparent);
}

body.tos-page.tos-php-page .tos-card-body p{
  margin:0 0 9px;
}

body.tos-page.tos-php-page .tos-card-body p:last-child{
  margin-bottom:0;
}

body.tos-page.tos-php-page .tos-inline-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:4px;
  color:#ff78ab;
  font-size:10px;
  font-weight:850;
}

/* Sticky right rail */

body.tos-page.tos-php-page .tos-aside{
  position:relative;
  min-width:0;
  min-height:100%;
  align-self:stretch;
}

body.tos-page.tos-php-page .tos-aside-sticky{
  position:sticky;
  top:18px;
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
  gap:11px;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior-y:contain;
  scrollbar-width:none;
}

body.tos-page.tos-php-page .tos-aside-sticky::-webkit-scrollbar{
  display:none;
}

body.tos-page.tos-php-page .tos-side-card{
  flex:0 0 auto;
  padding:15px;
  border:1px solid var(--tos-line);
  border-radius:13px;
  background:linear-gradient(180deg,#101b30,#0a1427);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}

body.tos-page.tos-php-page .tos-side-head{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:9px;
  margin-bottom:12px;
}

body.tos-page.tos-php-page .tos-side-head > span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:var(--tos-pink);
  background:rgba(255,79,147,.08);
  font-size:12px;
}

body.tos-page.tos-php-page .tos-side-head small{
  display:block;
  margin-bottom:2px;
  color:#75849a;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:1px;
}

body.tos-page.tos-php-page .tos-side-head h2{
  margin:0;
  color:#fff;
  font-size:12px;
}

body.tos-page.tos-php-page .tos-mini-list{
  display:flex;
  flex-direction:column;
  gap:3px;
}

body.tos-page.tos-php-page .tos-mini-list a{
  min-height:34px;
  display:grid;
  grid-template-columns:25px minmax(0,1fr);
  align-items:center;
  gap:7px;
  padding:0 8px;
  border-radius:8px;
  color:#9ba9bc;
  font-size:9.5px;
  font-weight:700;
  transition:.15s ease;
}

body.tos-page.tos-php-page .tos-mini-list a span{
  color:#66758a;
  font-size:8px;
  font-weight:900;
}

body.tos-page.tos-php-page .tos-mini-list a:hover,
body.tos-page.tos-php-page .tos-mini-list a.active{
  color:#fff;
  background:rgba(255,79,147,.075);
}

body.tos-page.tos-php-page .tos-mini-list a.active span{
  color:var(--tos-pink);
}

body.tos-page.tos-php-page .tos-note{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  background:
    linear-gradient(145deg,rgba(255,79,147,.065),rgba(141,92,255,.045)),
    linear-gradient(180deg,#101b30,#0a1427);
}

body.tos-page.tos-php-page .tos-note-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#ff7eae;
  background:rgba(255,79,147,.085);
}

body.tos-page.tos-php-page .tos-note h3,
body.tos-page.tos-php-page .tos-account-card h3{
  margin:0 0 6px;
  color:#fff;
  font-size:11px;
}

body.tos-page.tos-php-page .tos-note p,
body.tos-page.tos-php-page .tos-account-card p{
  margin:0;
  color:#93a1b5;
  font-size:9.5px;
  line-height:1.6;
}

body.tos-page.tos-php-page .tos-account-card > span{
  display:block;
  margin-bottom:6px;
  color:#ff77aa;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:1px;
}

body.tos-page.tos-php-page .tos-account-card > div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:11px;
}

body.tos-page.tos-php-page .tos-account-card > div a,
body.tos-page.tos-php-page .tos-member-home{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  color:#fff;
  background:#0d192e;
  font-size:9.5px;
  font-weight:800;
}

body.tos-page.tos-php-page .tos-account-card > div a:first-child{
  border-color:transparent;
  background:linear-gradient(180deg,#ff5e9f,#e9367d);
}

body.tos-page.tos-php-page .tos-member-home{
  margin-top:11px;
}

/* Bottom return row */

body.tos-page.tos-php-page .tos-bottom-actions{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:15px;
  padding:10px 12px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#7f8da2;
  font-size:9.5px;
}

body.tos-page.tos-php-page .tos-bottom-actions > a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  color:#dfe6ef;
  background:#0b1629;
  font-size:9.5px;
  font-weight:800;
}

/* Laptop */

@media(max-width:1100px) and (min-width:781px){
  body.tos-page.tos-php-page .tos-shell{
    padding-left:22px;
    padding-right:22px;
  }

  body.tos-page.tos-php-page .tos-layout{
    grid-template-columns:minmax(0,1fr) 270px;
    gap:14px;
  }

  body.tos-page.tos-php-page .tos-hero{
    grid-template-columns:80px minmax(0,1fr);
    padding:24px;
  }

  body.tos-page.tos-php-page .tos-hero-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    font-size:30px;
  }
}

/* Tablet / phone */

@media(max-width:780px){
  body.tos-page.tos-php-page .tos-shell{
    padding:14px 12px 16px;
  }

  body.tos-page.tos-php-page .tos-breadcrumb{
    margin-bottom:11px;
    font-size:10px;
  }

  body.tos-page.tos-php-page .tos-auth-bridge{
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    padding:9px;
  }

  body.tos-page.tos-php-page .tos-auth-bridge-icon{
    width:32px;
    height:32px;
  }

  body.tos-page.tos-php-page .tos-auth-bridge > a{
    grid-column:1/-1;
    width:100%;
    justify-content:center;
  }

  body.tos-page.tos-php-page .tos-page-head{
    display:block;
    margin-bottom:12px;
  }

  body.tos-page.tos-php-page .tos-page-head h1{
    font-size:26px;
  }

  body.tos-page.tos-php-page .tos-page-head p{
    font-size:10.5px;
  }

  body.tos-page.tos-php-page .tos-updated{
    width:max-content;
    min-width:0;
    margin-top:10px;
    padding:7px 9px;
    text-align:left;
  }

  body.tos-page.tos-php-page .tos-updated span,
  body.tos-page.tos-php-page .tos-updated b{
    display:inline;
    font-size:9px;
  }

  body.tos-page.tos-php-page .tos-updated b::before{
    content:" • ";
    color:#5f6d82;
  }

  body.tos-page.tos-php-page .tos-hero{
    min-height:0;
    grid-template-columns:50px minmax(0,1fr);
    gap:12px;
    margin-bottom:12px;
    padding:15px;
    border-radius:13px;
  }

  body.tos-page.tos-php-page .tos-hero::before{
    background:
      linear-gradient(90deg,rgba(7,14,30,.98),rgba(8,16,34,.79)),
      var(--osanime-bg-rzy) center/cover no-repeat;
  }

  body.tos-page.tos-php-page .tos-hero-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    font-size:19px;
  }

  body.tos-page.tos-php-page .tos-hero-label{
    font-size:7.5px;
  }

  body.tos-page.tos-php-page .tos-hero h2{
    font-size:18px;
  }

  body.tos-page.tos-php-page .tos-hero p{
    font-size:9.5px;
    line-height:1.6;
  }

  body.tos-page.tos-php-page .tos-hero-actions{
    grid-column:1/-1;
    margin-top:10px;
  }

  body.tos-page.tos-php-page .tos-btn,
  body.tos-page.tos-php-page .tos-status{
    min-height:34px;
    font-size:9px;
  }

  body.tos-page.tos-php-page .tos-layout{
    display:block;
  }

  body.tos-page.tos-php-page .tos-article{
    gap:7px;
  }

  body.tos-page.tos-php-page .tos-card{
    border-radius:11px;
  }

  body.tos-page.tos-php-page .tos-card-toggle{
    min-height:62px;
    grid-template-columns:31px 36px minmax(0,1fr) 20px;
    gap:8px;
    padding:9px 10px;
  }

  body.tos-page.tos-php-page .tos-num{
    width:28px;
    height:28px;
    border-radius:8px;
    font-size:8px;
  }

  body.tos-page.tos-php-page .tos-item-icon{
    width:34px;
    height:34px;
    border-radius:9px;
    font-size:12px;
  }

  body.tos-page.tos-php-page .tos-card-title b{
    font-size:10.5px;
  }

  body.tos-page.tos-php-page .tos-card-title small{
    font-size:8.5px;
  }

  body.tos-page.tos-php-page .tos-card-body{
    padding:0 11px 12px 85px;
    font-size:10px;
    line-height:1.7;
  }

  body.tos-page.tos-php-page .tos-aside{
    margin-top:11px;
    min-height:0;
  }

  body.tos-page.tos-php-page .tos-aside-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    overflow:visible;
  }

  body.tos-page.tos-php-page .tos-on-page{
    display:none;
  }

  body.tos-page.tos-php-page .tos-side-card{
    min-width:0;
    padding:12px;
    border-radius:11px;
  }

  body.tos-page.tos-php-page .tos-note{
    grid-template-columns:30px minmax(0,1fr);
    gap:8px;
  }

  body.tos-page.tos-php-page .tos-note-icon{
    width:28px;
    height:28px;
  }

  body.tos-page.tos-php-page .tos-note h3,
  body.tos-page.tos-php-page .tos-account-card h3{
    font-size:10px;
  }

  body.tos-page.tos-php-page .tos-note p,
  body.tos-page.tos-php-page .tos-account-card p{
    font-size:8.5px;
  }

  body.tos-page.tos-php-page .tos-bottom-actions{
    display:block;
    margin-top:11px;
    padding:11px 0 0;
  }

  body.tos-page.tos-php-page .tos-bottom-actions > a{
    width:100%;
    justify-content:center;
  }

  body.tos-page.tos-php-page .tos-bottom-actions > span{
    display:block;
    margin-top:9px;
    text-align:center;
    line-height:1.5;
  }
}

@media(max-width:520px){
  body.tos-page.tos-php-page .tos-aside-sticky{
    grid-template-columns:1fr;
  }

  body.tos-page.tos-php-page .tos-card-toggle{
    grid-template-columns:29px minmax(0,1fr) 18px;
  }

  body.tos-page.tos-php-page .tos-item-icon{
    display:none;
  }

  body.tos-page.tos-php-page .tos-card-title small{
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
  }

  body.tos-page.tos-php-page .tos-card-body{
    padding-left:49px;
  }
}

@media(prefers-reduced-motion:reduce){
  body.tos-page.tos-php-page *,
  body.tos-page.tos-php-page *::before,
  body.tos-page.tos-php-page *::after{
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }
}

/* =========================================================
   TOS - FINAL FAQ-MATCHED SIDEBAR STICKY + TYPOGRAPHY
   - Same outer rail + inner sticky behavior as FAQ.
   - Ancestor overflow is opened so position:sticky can follow scroll.
   - Sidebar typography is raised to the same comfortable FAQ scale.
   - Scoped only to the PHP Terms of Service page.
   ========================================================= */

@media (min-width:781px){
  body.tos-page.tos-php-page .page,
  body.tos-page.tos-php-page .tos-root,
  body.tos-page.tos-php-page .tos-shell,
  body.tos-page.tos-php-page .tos-layout{
    overflow:visible!important;
  }

  body.tos-page.tos-php-page .tos-layout{
    align-items:stretch!important;
  }

  body.tos-page.tos-php-page .tos-article{
    min-width:0!important;
    align-self:start!important;
  }

  body.tos-page.tos-php-page .tos-aside{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.tos-page.tos-php-page .tos-aside-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.tos-page.tos-php-page .tos-aside-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.tos-page.tos-php-page .tos-aside-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.tos-page.tos-php-page .tos-aside-sticky>.tos-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:781px) and (max-width:1100px){
  body.tos-page.tos-php-page .tos-aside-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

/* Sidebar font sizes matched to the final FAQ typography scale. */
body.tos-page.tos-php-page .tos-side-head small{
  font-size:10px!important;
  line-height:1.35!important;
}

body.tos-page.tos-php-page .tos-side-head h2{
  font-size:15px!important;
  line-height:1.3!important;
}

body.tos-page.tos-php-page .tos-mini-list a{
  min-height:38px!important;
  font-size:11px!important;
  line-height:1.45!important;
}

body.tos-page.tos-php-page .tos-mini-list a span{
  font-size:10px!important;
}

body.tos-page.tos-php-page .tos-note h3,
body.tos-page.tos-php-page .tos-account-card h3{
  font-size:15px!important;
  line-height:1.25!important;
}

body.tos-page.tos-php-page .tos-note p,
body.tos-page.tos-php-page .tos-account-card p{
  font-size:12px!important;
  line-height:1.6!important;
}

body.tos-page.tos-php-page .tos-account-card > span{
  font-size:10px!important;
}

body.tos-page.tos-php-page .tos-account-card > div a,
body.tos-page.tos-php-page .tos-member-home{
  min-height:40px!important;
  font-size:11px!important;
}

@media (max-width:780px){
  /* Keep the existing mobile stack, but use FAQ-like readable type. */
  body.tos-page.tos-php-page .tos-side-head small{font-size:9px!important}
  body.tos-page.tos-php-page .tos-side-head h2{font-size:14px!important}
  body.tos-page.tos-php-page .tos-note h3,
  body.tos-page.tos-php-page .tos-account-card h3{font-size:14px!important}
  body.tos-page.tos-php-page .tos-note p,
  body.tos-page.tos-php-page .tos-account-card p{font-size:11.5px!important}
  body.tos-page.tos-php-page .tos-account-card > span{font-size:9.5px!important}
  body.tos-page.tos-php-page .tos-account-card > div a,
  body.tos-page.tos-php-page .tos-member-home{font-size:10.5px!important}
}

/* =========================================================
   OSANIME PRIVACY POLICY — ROOT /privacy.php
   Global CSS block, scoped to body.privacy-page.privacy-php-page
   ========================================================= */

body.privacy-page.privacy-php-page{
  --privacy-panel:#0b1528;
  --privacy-panel-2:#101c32;
  --privacy-line:rgba(255,255,255,.085);
  --privacy-line-strong:rgba(255,255,255,.13);
  --privacy-text:#f7f9fd;
  --privacy-muted:#9ba8bc;
  --privacy-pink:#ff4f93;
  --privacy-violet:#8d5cff;
  --privacy-green:#55d99f;
}

body.privacy-page.privacy-php-page .privacy-shell{
  min-height:640px;
  padding:24px clamp(18px,3vw,42px) 22px;
  background:
    radial-gradient(circle at 100% 0,rgba(141,92,255,.08),transparent 28%),
    radial-gradient(circle at 0 24%,rgba(255,79,147,.06),transparent 25%),
    linear-gradient(180deg,#071020,#040916);
}

body.privacy-page.privacy-php-page .privacy-breadcrumb{
  min-height:30px;
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:#8997ac;
  font-size:11px;
  font-weight:700;
}

body.privacy-page.privacy-php-page .privacy-breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#dce5f1;
}
body.privacy-page.privacy-php-page .privacy-breadcrumb a:hover{color:var(--privacy-pink)}
body.privacy-page.privacy-php-page .privacy-breadcrumb b{color:#fff}

body.privacy-page.privacy-php-page .privacy-auth-bridge{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  padding:10px 12px;
  border:1px solid rgba(255,79,147,.15);
  border-radius:11px;
  background:rgba(255,79,147,.055);
}
body.privacy-page.privacy-php-page .privacy-auth-bridge-icon{
  width:36px;height:36px;display:grid;place-items:center;border-radius:9px;
  color:#ff77aa;background:rgba(255,79,147,.11);font-size:13px;
}
body.privacy-page.privacy-php-page .privacy-auth-bridge b{display:block;margin-bottom:2px;color:#fff;font-size:11px}
body.privacy-page.privacy-php-page .privacy-auth-bridge span{display:block;color:#9ba8bb;font-size:10px;line-height:1.45}
body.privacy-page.privacy-php-page .privacy-auth-bridge>a{
  min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;
  border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#0c172b;
  color:#fff;font-size:10px;font-weight:800;
}

body.privacy-page.privacy-php-page .privacy-page-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px;
}
body.privacy-page.privacy-php-page .privacy-kicker{
  display:inline-flex;align-items:center;gap:7px;margin-bottom:7px;color:#ff7caf;
  font-size:9px;font-weight:900;letter-spacing:1.15px;
}
body.privacy-page.privacy-php-page .privacy-page-head h1{
  margin:0;color:#fff;font-size:clamp(28px,3vw,38px);line-height:1.08;letter-spacing:-1px;
}
body.privacy-page.privacy-php-page .privacy-page-head p{
  max-width:680px;margin:8px 0 0;color:#9daabc;font-size:11.5px;line-height:1.6;
}
body.privacy-page.privacy-php-page .privacy-updated{
  flex:0 0 auto;min-width:170px;padding:10px 12px;border:1px solid var(--privacy-line);
  border-radius:10px;background:rgba(13,24,43,.72);text-align:right;
}
body.privacy-page.privacy-php-page .privacy-updated span,
body.privacy-page.privacy-php-page .privacy-updated b{display:block}
body.privacy-page.privacy-php-page .privacy-updated span{margin-bottom:4px;color:#8492a7;font-size:9px}
body.privacy-page.privacy-php-page .privacy-updated span i{margin-right:5px;color:var(--privacy-pink)}
body.privacy-page.privacy-php-page .privacy-updated b{color:#fff;font-size:11px}

body.privacy-page.privacy-php-page .privacy-hero{
  position:relative;min-height:190px;display:grid;grid-template-columns:100px minmax(0,1fr);
  align-items:center;gap:24px;margin-bottom:18px;padding:26px 32px;overflow:hidden;
  border:1px solid var(--privacy-line-strong);border-radius:16px;background:#0b1427;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
}
body.privacy-page.privacy-php-page .privacy-hero::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(7,14,30,.98),rgba(8,16,34,.90) 46%,rgba(8,16,34,.35)),
    var(--osanime-bg-rzy) center 38%/cover no-repeat;
}
body.privacy-page.privacy-php-page .privacy-hero::after{
  content:"";position:absolute;width:260px;height:260px;right:-70px;top:-110px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,147,.15),transparent 67%);
}
body.privacy-page.privacy-php-page .privacy-hero>*{position:relative;z-index:2}
body.privacy-page.privacy-php-page .privacy-hero-icon{
  width:86px;height:86px;display:grid;place-items:center;border:1px solid rgba(255,79,147,.29);
  border-radius:22px;color:var(--privacy-pink);background:rgba(255,79,147,.085);font-size:37px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 34px rgba(255,79,147,.12);
}
body.privacy-page.privacy-php-page .privacy-hero-label{
  display:block;margin-bottom:6px;color:#ff79ad;font-size:8.5px;font-weight:900;letter-spacing:1.1px;
}
body.privacy-page.privacy-php-page .privacy-hero h2{margin:0 0 8px;color:#fff;font-size:24px;letter-spacing:-.45px}
body.privacy-page.privacy-php-page .privacy-hero h2 span{color:var(--privacy-pink)}
body.privacy-page.privacy-php-page .privacy-hero p{max-width:700px;margin:0;color:#b9c5d7;font-size:11.5px;line-height:1.7}
body.privacy-page.privacy-php-page .privacy-hero-actions{min-height:36px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:14px}
body.privacy-page.privacy-php-page .privacy-btn{
  min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;
  border:1px solid rgba(255,255,255,.10);border-radius:9px;color:#fff;background:#0d192e;
  font-size:10px;font-weight:850;
}
body.privacy-page.privacy-php-page .privacy-btn.primary{border-color:transparent;background:linear-gradient(180deg,#ff5e9f,#e9367d)}
body.privacy-page.privacy-php-page .privacy-status{
  min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;
  border:1px solid rgba(85,217,159,.16);border-radius:9px;color:#b8f4d7;
  background:rgba(85,217,159,.07);font-size:10px;font-weight:800;
}
body.privacy-page.privacy-php-page .privacy-status i{color:var(--privacy-green)}

body.privacy-page.privacy-php-page .privacy-layout{
  display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:stretch;overflow:visible;
}
body.privacy-page.privacy-php-page .privacy-article{min-width:0;display:flex;flex-direction:column;gap:9px}

body.privacy-page.privacy-php-page .privacy-card{
  overflow:hidden;border:1px solid var(--privacy-line);border-radius:13px;
  background:linear-gradient(180deg,#101b30,#0a1427);box-shadow:0 8px 24px rgba(0,0,0,.10);
  scroll-margin-top:18px;
}
body.privacy-page.privacy-php-page .privacy-card.open{border-color:rgba(255,79,147,.18)}
body.privacy-page.privacy-php-page .privacy-card-toggle{
  width:100%;min-height:74px;display:grid;grid-template-columns:34px 42px minmax(0,1fr) 24px;
  align-items:center;gap:12px;margin:0;padding:12px 14px;border:0;background:transparent;color:#fff;
  cursor:pointer;text-align:left;
}
body.privacy-page.privacy-php-page .privacy-num{
  width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:#ff90ba;
  background:rgba(255,79,147,.095);font-size:9px;font-weight:900;font-variant-numeric:tabular-nums;
}
body.privacy-page.privacy-php-page .privacy-item-icon{
  width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.06);
  border-radius:10px;color:#b9c7dc;background:#111e34;font-size:15px;
}
body.privacy-page.privacy-php-page .privacy-card.open .privacy-item-icon{
  color:var(--privacy-pink);border-color:rgba(255,79,147,.12);background:rgba(255,79,147,.07);
}
body.privacy-page.privacy-php-page .privacy-card-title{min-width:0}
body.privacy-page.privacy-php-page .privacy-card-title b{display:block;margin-bottom:4px;color:#fff;font-size:12px}
body.privacy-page.privacy-php-page .privacy-card-title small{
  display:block;overflow:hidden;color:#8796ab;font-size:9.5px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap;
}
body.privacy-page.privacy-php-page .privacy-chevron{justify-self:end;color:#7f8da2;font-size:10px;transition:transform .18s ease,color .18s ease}
body.privacy-page.privacy-php-page .privacy-card.open .privacy-chevron{color:var(--privacy-pink);transform:rotate(180deg)}
body.privacy-page.privacy-php-page .privacy-card-body{
  padding:0 16px 16px 102px;color:#aebacc;font-size:11px;line-height:1.75;
}
body.privacy-page.privacy-php-page .privacy-card-body[hidden]{display:none}
body.privacy-page.privacy-php-page .privacy-card-body::before{
  content:"";display:block;height:1px;margin-bottom:13px;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent);
}
body.privacy-page.privacy-php-page .privacy-card-body p{margin:0 0 9px}
body.privacy-page.privacy-php-page .privacy-card-body p:last-child{margin-bottom:0}

/* Same outer-rail + inner-sticky pattern used on the other optimized sidebars. */
body.privacy-page.privacy-php-page .privacy-aside{
  position:relative;min-width:0;min-height:100%;align-self:stretch;overflow:visible;
}
body.privacy-page.privacy-php-page .privacy-aside-sticky{
  position:sticky;top:18px;max-height:calc(100vh - 36px);display:flex;flex-direction:column;gap:11px;
  overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;scrollbar-width:none;
}
body.privacy-page.privacy-php-page .privacy-aside-sticky::-webkit-scrollbar{display:none}
body.privacy-page.privacy-php-page .privacy-side-card{
  flex:0 0 auto;padding:15px;border:1px solid var(--privacy-line);border-radius:13px;
  background:linear-gradient(180deg,#101b30,#0a1427);box-shadow:0 8px 24px rgba(0,0,0,.10);
}
body.privacy-page.privacy-php-page .privacy-side-head{
  display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;margin-bottom:12px;
}
body.privacy-page.privacy-php-page .privacy-side-head>span{
  width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--privacy-pink);
  background:rgba(255,79,147,.08);font-size:12px;
}
body.privacy-page.privacy-php-page .privacy-side-head small{display:block;margin-bottom:2px;color:#75849a;font-size:7.5px;font-weight:900;letter-spacing:1px}
body.privacy-page.privacy-php-page .privacy-side-head h2{margin:0;color:#fff;font-size:12px}
body.privacy-page.privacy-php-page .privacy-mini-list{display:flex;flex-direction:column;gap:3px}
body.privacy-page.privacy-php-page .privacy-mini-list a{
  min-height:34px;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:7px;
  padding:0 8px;border-radius:8px;color:#9ba9bc;font-size:9.5px;font-weight:700;transition:.15s ease;
}
body.privacy-page.privacy-php-page .privacy-mini-list a span{color:#66758a;font-size:8px;font-weight:900}
body.privacy-page.privacy-php-page .privacy-mini-list a:hover,
body.privacy-page.privacy-php-page .privacy-mini-list a.active{color:#fff;background:rgba(255,79,147,.075)}
body.privacy-page.privacy-php-page .privacy-mini-list a.active span{color:var(--privacy-pink)}

body.privacy-page.privacy-php-page .privacy-important h3,
body.privacy-page.privacy-php-page .privacy-contact h3{
  display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#fff;font-size:11px;
}
body.privacy-page.privacy-php-page .privacy-important h3 i,
body.privacy-page.privacy-php-page .privacy-contact h3 i{color:var(--privacy-pink)}
body.privacy-page.privacy-php-page .privacy-important ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}
body.privacy-page.privacy-php-page .privacy-important li{
  display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;color:#aebacc;font-size:9.5px;line-height:1.55;
}
body.privacy-page.privacy-php-page .privacy-important li i{margin-top:2px;color:var(--privacy-pink);font-size:11px}

body.privacy-page.privacy-php-page .privacy-contact{
  position:relative;overflow:hidden;
  background:radial-gradient(circle at 95% 0,rgba(255,79,147,.13),transparent 35%),linear-gradient(180deg,#111d34,#091426);
}
body.privacy-page.privacy-php-page .privacy-contact p{margin:0 0 12px;color:#9eabc0;font-size:9.5px;line-height:1.6}
body.privacy-page.privacy-php-page .privacy-contact-row{
  display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:center;margin:7px 0;padding:8px;
  border:1px solid rgba(255,255,255,.06);border-radius:9px;background:rgba(255,255,255,.025);
}
body.privacy-page.privacy-php-page .privacy-contact-row>i{
  width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:var(--privacy-pink);
  background:rgba(255,79,147,.09);font-size:11px;
}
body.privacy-page.privacy-php-page .privacy-contact-row b{display:block;margin-bottom:2px;color:#fff;font-size:9.5px}
body.privacy-page.privacy-php-page .privacy-contact-row span{display:block;color:#aebacc;font-size:9px;line-height:1.4}
body.privacy-page.privacy-php-page .privacy-contact-btn{
  width:100%;min-height:36px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;
  border-radius:8px;color:#fff;background:linear-gradient(180deg,#ff5e9f,#e9367d);font-size:9.5px;font-weight:850;
}

body.privacy-page.privacy-php-page .privacy-bottom-actions{
  min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;padding:10px 12px;
  border-top:1px solid rgba(255,255,255,.06);color:#7f8da2;font-size:9.5px;
}
body.privacy-page.privacy-php-page .privacy-bottom-actions>a{
  min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid rgba(255,255,255,.08);
  border-radius:8px;color:#dfe6ef;background:#0b1629;font-size:9.5px;font-weight:800;
}

@media(max-width:1100px) and (min-width:781px){
  body.privacy-page.privacy-php-page .privacy-shell{padding-left:22px;padding-right:22px}
  body.privacy-page.privacy-php-page .privacy-layout{grid-template-columns:minmax(0,1fr) 280px;gap:14px}
  body.privacy-page.privacy-php-page .privacy-hero{grid-template-columns:80px minmax(0,1fr);padding:24px}
  body.privacy-page.privacy-php-page .privacy-hero-icon{width:70px;height:70px;border-radius:18px;font-size:30px}
  body.privacy-page.privacy-php-page .privacy-aside-sticky{top:14px;max-height:calc(100vh - 28px)}
}

@media(max-width:900px) and (min-width:781px){
  body.privacy-page.privacy-php-page .privacy-layout{grid-template-columns:1fr}
  body.privacy-page.privacy-php-page .privacy-aside{min-height:0}
  body.privacy-page.privacy-php-page .privacy-aside-sticky{
    position:relative;top:auto;max-height:none;display:grid;grid-template-columns:1fr 1fr;gap:10px;overflow:visible;
  }
  body.privacy-page.privacy-php-page .privacy-on-page{grid-column:1/-1}
}

@media(max-width:780px){
  body.privacy-page.privacy-php-page .privacy-shell{padding:14px 12px 16px;overflow:hidden}
  body.privacy-page.privacy-php-page .privacy-breadcrumb{margin-bottom:11px;font-size:10px}
  body.privacy-page.privacy-php-page .privacy-auth-bridge{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:9px}
  body.privacy-page.privacy-php-page .privacy-auth-bridge-icon{width:32px;height:32px}
  body.privacy-page.privacy-php-page .privacy-auth-bridge>a{grid-column:1/-1;width:100%;justify-content:center}
  body.privacy-page.privacy-php-page .privacy-page-head{display:block;margin-bottom:12px}
  body.privacy-page.privacy-php-page .privacy-page-head h1{font-size:26px}
  body.privacy-page.privacy-php-page .privacy-page-head p{font-size:10.5px}
  body.privacy-page.privacy-php-page .privacy-updated{width:max-content;min-width:0;margin-top:10px;padding:7px 9px;text-align:left}
  body.privacy-page.privacy-php-page .privacy-updated span,
  body.privacy-page.privacy-php-page .privacy-updated b{display:inline;font-size:9px}
  body.privacy-page.privacy-php-page .privacy-updated b::before{content:" • ";color:#5f6d82}
  body.privacy-page.privacy-php-page .privacy-hero{
    min-height:0;grid-template-columns:50px minmax(0,1fr);gap:12px;margin-bottom:12px;padding:15px;border-radius:13px;
  }
  body.privacy-page.privacy-php-page .privacy-hero::before{
    background:linear-gradient(90deg,rgba(7,14,30,.98),rgba(8,16,34,.79)),var(--osanime-bg-rzy) center/cover no-repeat;
  }
  body.privacy-page.privacy-php-page .privacy-hero-icon{width:46px;height:46px;border-radius:14px;font-size:19px}
  body.privacy-page.privacy-php-page .privacy-hero-label{font-size:7.5px}
  body.privacy-page.privacy-php-page .privacy-hero h2{font-size:18px}
  body.privacy-page.privacy-php-page .privacy-hero p{font-size:9.5px;line-height:1.6}
  body.privacy-page.privacy-php-page .privacy-hero-actions{grid-column:1/-1;margin-top:10px}
  body.privacy-page.privacy-php-page .privacy-btn,
  body.privacy-page.privacy-php-page .privacy-status{min-height:34px;font-size:9px}
  body.privacy-page.privacy-php-page .privacy-layout{display:block}
  body.privacy-page.privacy-php-page .privacy-article{gap:7px}
  body.privacy-page.privacy-php-page .privacy-card{border-radius:11px}
  body.privacy-page.privacy-php-page .privacy-card-toggle{
    min-height:62px;grid-template-columns:31px 36px minmax(0,1fr) 20px;gap:8px;padding:9px 10px;
  }
  body.privacy-page.privacy-php-page .privacy-num{width:28px;height:28px;border-radius:8px;font-size:8px}
  body.privacy-page.privacy-php-page .privacy-item-icon{width:34px;height:34px;border-radius:9px;font-size:12px}
  body.privacy-page.privacy-php-page .privacy-card-title b{font-size:10.5px}
  body.privacy-page.privacy-php-page .privacy-card-title small{font-size:8.5px}
  body.privacy-page.privacy-php-page .privacy-card-body{padding:0 11px 12px 85px;font-size:10px;line-height:1.7}
  body.privacy-page.privacy-php-page .privacy-aside{margin-top:11px;min-height:0}
  body.privacy-page.privacy-php-page .privacy-aside-sticky{
    position:relative;top:auto;max-height:none;display:grid;grid-template-columns:1fr 1fr;gap:8px;overflow:visible;
  }
  body.privacy-page.privacy-php-page .privacy-on-page{display:none}
  body.privacy-page.privacy-php-page .privacy-side-card{min-width:0;padding:12px;border-radius:11px}
  body.privacy-page.privacy-php-page .privacy-important{display:none}
  body.privacy-page.privacy-php-page .privacy-contact{grid-column:1/-1}
  body.privacy-page.privacy-php-page .privacy-contact-row{grid-template-columns:28px minmax(0,1fr)}
  body.privacy-page.privacy-php-page .privacy-bottom-actions{display:block;margin-top:11px;padding:11px 0 0}
  body.privacy-page.privacy-php-page .privacy-bottom-actions>a{width:100%;justify-content:center}
  body.privacy-page.privacy-php-page .privacy-bottom-actions>span{display:block;margin-top:9px;text-align:center;line-height:1.5}
}

@media(max-width:520px){
  body.privacy-page.privacy-php-page .privacy-aside-sticky{grid-template-columns:1fr}
  body.privacy-page.privacy-php-page .privacy-card-toggle{grid-template-columns:29px minmax(0,1fr) 18px}
  body.privacy-page.privacy-php-page .privacy-item-icon{display:none}
  body.privacy-page.privacy-php-page .privacy-card-title small{
    white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;
  }
  body.privacy-page.privacy-php-page .privacy-card-body{padding-left:49px}
}

@media(prefers-reduced-motion:reduce){
  body.privacy-page.privacy-php-page *,
  body.privacy-page.privacy-php-page *::before,
  body.privacy-page.privacy-php-page *::after{
    scroll-behavior:auto!important;animation:none!important;transition:none!important;
  }
}

/* =========================================================
   PRIVACY - FINAL FAQ-MATCHED SIDEBAR STICKY + TYPOGRAPHY
   - Uses the same outer rail + inner sticky mechanism as FAQ.
   - Opens ancestor overflow so sticky can follow page scrolling.
   - Sidebar typography uses the same readable FAQ scale.
   - Scoped only to /privacy.php.
   ========================================================= */

@media (min-width:981px){
  body.privacy-page.privacy-php-page .page,
  body.privacy-page.privacy-php-page .privacy-root,
  body.privacy-page.privacy-php-page .privacy-shell,
  body.privacy-page.privacy-php-page .privacy-layout{
    overflow:visible!important;
  }

  body.privacy-page.privacy-php-page .privacy-layout{
    align-items:stretch!important;
  }

  body.privacy-page.privacy-php-page .privacy-article{
    min-width:0!important;
    align-self:start!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.privacy-page.privacy-php-page .privacy-aside-sticky>.privacy-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.privacy-page.privacy-php-page .privacy-layout{
    grid-template-columns:minmax(0,1fr) 280px!important;
    gap:18px!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px) and (min-width:781px){
  body.privacy-page.privacy-php-page .privacy-layout{
    grid-template-columns:1fr!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside{
    position:static!important;
    top:auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin-top:12px!important;
  }

  body.privacy-page.privacy-php-page .privacy-aside-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(240px,.55fr)!important;
    gap:12px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }

  body.privacy-page.privacy-php-page .privacy-on-page{
    grid-column:1/-1!important;
  }
}

/* Sidebar typography matched to the FAQ final typography scale. */
body.privacy-page.privacy-php-page .privacy-side-head small{
  font-size:10px!important;
  line-height:1.35!important;
}

body.privacy-page.privacy-php-page .privacy-side-head h2{
  font-size:15px!important;
  line-height:1.3!important;
}

body.privacy-page.privacy-php-page .privacy-mini-list a{
  min-height:38px!important;
  font-size:11px!important;
  line-height:1.45!important;
}

body.privacy-page.privacy-php-page .privacy-mini-list a span{
  font-size:10px!important;
}

body.privacy-page.privacy-php-page .privacy-important h3,
body.privacy-page.privacy-php-page .privacy-contact h3{
  font-size:15px!important;
  line-height:1.25!important;
}

body.privacy-page.privacy-php-page .privacy-important li{
  font-size:11px!important;
  line-height:1.5!important;
}

body.privacy-page.privacy-php-page .privacy-contact p{
  font-size:12px!important;
  line-height:1.6!important;
}

body.privacy-page.privacy-php-page .privacy-contact-row b,
body.privacy-page.privacy-php-page .privacy-contact-row span{
  font-size:11px!important;
  line-height:1.4!important;
}

body.privacy-page.privacy-php-page .privacy-contact-btn{
  min-height:40px!important;
  font-size:11px!important;
}

@media (max-width:780px){
  body.privacy-page.privacy-php-page .privacy-side-head small{font-size:9px!important}
  body.privacy-page.privacy-php-page .privacy-side-head h2{font-size:14px!important}
  body.privacy-page.privacy-php-page .privacy-important h3,
  body.privacy-page.privacy-php-page .privacy-contact h3{font-size:14px!important}
  body.privacy-page.privacy-php-page .privacy-important li{font-size:10.5px!important}
  body.privacy-page.privacy-php-page .privacy-contact p{font-size:11.5px!important}
  body.privacy-page.privacy-php-page .privacy-contact-row b,
  body.privacy-page.privacy-php-page .privacy-contact-row span{font-size:10.5px!important}
  body.privacy-page.privacy-php-page .privacy-contact-btn{font-size:10.5px!important}
}
/* =========================================================
   MUSIC MEMBER LIST — FAQ-STYLE STICKY SIDEBAR + RESPONSIVE UI
   Final scoped layer. Keeps database/query behavior untouched.
   ========================================================= */

/* --- Shared visual polish / comfortable typography --- */
body.music-member-page.music-member-php-page .mm-content{
  position:relative;
}

body.music-member-page.music-member-php-page .mm-toolbar{
  padding:10px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(16,27,48,.92),rgba(9,20,38,.92));
  box-shadow:0 12px 30px rgba(0,0,0,.11);
}

body.music-member-page.music-member-php-page .mm-search{
  min-height:44px;
  border-radius:11px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

body.music-member-page.music-member-php-page .mm-search:focus-within{
  border-color:rgba(255,79,147,.38);
  background:#0b172b;
  box-shadow:0 0 0 3px rgba(255,79,147,.09);
}

body.music-member-page.music-member-php-page .mm-search input{
  font-size:12px;
}

body.music-member-page.music-member-php-page .mm-result-count{
  font-size:11px;
}

body.music-member-page.music-member-php-page .mm-result-count b{
  font-size:13px;
}

body.music-member-page.music-member-php-page .mm-sort-form label{
  font-size:10px;
}

body.music-member-page.music-member-php-page .mm-sort-form select{
  min-height:40px;
  font-size:11px;
  cursor:pointer;
}

body.music-member-page.music-member-php-page .mm-panel{
  border-radius:15px;
  background:
    linear-gradient(180deg,rgba(17,31,54,.98),rgba(9,20,38,.98));
  box-shadow:0 14px 34px rgba(0,0,0,.14);
}

body.music-member-page.music-member-php-page .mm-members-panel,
body.music-member-page.music-member-php-page .mm-recent-panel,
body.music-member-page.music-member-php-page .mm-ranking-panel{
  padding:17px;
}

body.music-member-page.music-member-php-page .mm-panel-head{
  min-height:44px;
  margin-bottom:14px;
}

body.music-member-page.music-member-php-page .mm-panel-head span{
  font-size:10px;
  line-height:1.25;
}

body.music-member-page.music-member-php-page .mm-panel-head h2{
  font-size:15px;
  line-height:1.3;
}

body.music-member-page.music-member-php-page .mm-panel-head>small,
body.music-member-page.music-member-php-page .mm-panel-head>a{
  font-size:11px;
  line-height:1.4;
}

/* Member cards */
body.music-member-page.music-member-php-page .mm-member-grid{
  gap:12px;
}

body.music-member-page.music-member-php-page .mm-member-card{
  position:relative;
  overflow:hidden;
  padding:15px;
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0,rgba(159,108,255,.07),transparent 31%),
    linear-gradient(180deg,#13223a,#0c182c);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

body.music-member-page.music-member-php-page .mm-member-card::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:2px;
  border-radius:999px;
  background:transparent;
  transition:background .18s ease;
}

@media(hover:hover) and (pointer:fine){
  body.music-member-page.music-member-php-page .mm-member-card:hover::after{
    background:linear-gradient(90deg,var(--mm-pink),var(--mm-purple));
  }
}

body.music-member-page.music-member-php-page .mm-member-top{
  grid-template-columns:56px minmax(0,1fr);
  gap:11px;
}

body.music-member-page.music-member-php-page .mm-avatar-wrap,
body.music-member-page.music-member-php-page .mm-member-avatar{
  width:56px;
  height:56px;
}

body.music-member-page.music-member-php-page .mm-member-avatar{
  border-color:rgba(255,255,255,.24);
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}

body.music-member-page.music-member-php-page .mm-member-identity b{
  font-size:13px;
  line-height:1.35;
}

body.music-member-page.music-member-php-page .mm-member-identity small{
  font-size:10.5px;
  line-height:1.4;
}

body.music-member-page.music-member-php-page .mm-member-location{
  margin-top:11px;
  font-size:10.5px;
  line-height:1.4;
}

body.music-member-page.music-member-php-page .mm-member-bio{
  height:auto;
  min-height:34px;
  margin:10px 0 11px;
  font-size:10.5px;
  line-height:1.6;
}

body.music-member-page.music-member-php-page .mm-member-metrics{
  gap:6px;
}

body.music-member-page.music-member-php-page .mm-member-metrics>span{
  padding:8px 5px;
  border-radius:9px;
  background:rgba(255,255,255,.03);
}

body.music-member-page.music-member-php-page .mm-member-metrics b{
  font-size:11.5px;
}

body.music-member-page.music-member-php-page .mm-member-metrics small{
  font-size:9px;
}

body.music-member-page.music-member-php-page .mm-member-footer{
  margin-top:11px;
  padding-top:10px;
}

body.music-member-page.music-member-php-page .mm-member-footer>span{
  font-size:9.5px;
}

body.music-member-page.music-member-php-page .mm-member-footer>a{
  font-size:10px;
}

/* Recent uploads */
body.music-member-page.music-member-php-page .mm-recent-row{
  min-height:68px;
  padding:9px 7px;
  border-radius:10px;
  transition:background .18s ease,transform .18s ease;
}

@media(hover:hover) and (pointer:fine){
  body.music-member-page.music-member-php-page .mm-recent-row:hover{
    background:rgba(255,255,255,.025);
    transform:translateX(2px);
  }
}

body.music-member-page.music-member-php-page .mm-recent-copy b{
  font-size:12px;
}

body.music-member-page.music-member-php-page .mm-recent-copy small,
body.music-member-page.music-member-php-page .mm-recent-uploader,
body.music-member-page.music-member-php-page .mm-recent-hits{
  font-size:10.5px;
}

/* --- FAQ-style outer rail + inner sticky sidebar --- */
@media (min-width:981px){
  body.music-member-page.music-member-php-page .page,
  body.music-member-page.music-member-php-page .mm-content,
  body.music-member-page.music-member-php-page .mm-layout{
    overflow:visible!important;
  }

  body.music-member-page.music-member-php-page .mm-layout{
    grid-template-columns:minmax(0,1fr) 310px!important;
    align-items:stretch!important;
  }

  body.music-member-page.music-member-php-page .mm-main{
    min-width:0!important;
    align-self:start!important;
  }

  body.music-member-page.music-member-php-page .mm-side{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky:focus-visible{
    border-radius:14px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.music-member-page.music-member-php-page .mm-side-sticky>.mm-panel{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

/* Sidebar typography aligned to FAQ scale */
body.music-member-page.music-member-php-page .mm-ranking-panel .mm-panel-head span{
  font-size:10px!important;
}

body.music-member-page.music-member-php-page .mm-ranking-panel .mm-panel-head h2{
  font-size:15px!important;
  line-height:1.3!important;
}

body.music-member-page.music-member-php-page .mm-rank-row{
  min-height:68px;
  grid-template-columns:30px 44px minmax(0,1fr) auto;
  gap:9px;
  padding:9px 2px;
}

body.music-member-page.music-member-php-page .mm-rank-row>img{
  width:42px;
  height:42px;
}

body.music-member-page.music-member-php-page .mm-rank-number{
  width:27px;
  height:27px;
  font-size:10px;
}

body.music-member-page.music-member-php-page .mm-rank-copy b{
  font-size:12px!important;
  line-height:1.4!important;
}

body.music-member-page.music-member-php-page .mm-rank-copy small{
  font-size:10.5px!important;
  line-height:1.4!important;
}

body.music-member-page.music-member-php-page .mm-rank-score b{
  font-size:12px!important;
}

body.music-member-page.music-member-php-page .mm-rank-score small{
  font-size:10px!important;
}

body.music-member-page.music-member-php-page .mm-community-note{
  grid-template-columns:40px minmax(0,1fr);
  gap:11px;
  padding:14px;
}

body.music-member-page.music-member-php-page .mm-community-note>i{
  width:38px;
  height:38px;
  font-size:14px;
}

body.music-member-page.music-member-php-page .mm-community-note h3{
  font-size:12px!important;
  line-height:1.35!important;
}

body.music-member-page.music-member-php-page .mm-community-note p{
  font-size:10.5px!important;
  line-height:1.55!important;
}

/* --- Large desktop --- */
@media (min-width:1281px){
  body.music-member-page.music-member-php-page .mm-layout{
    grid-template-columns:minmax(0,1fr) 320px!important;
    gap:20px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* --- Laptop --- */
@media (min-width:981px) and (max-width:1280px){
  body.music-member-page.music-member-php-page .mm-layout{
    grid-template-columns:minmax(0,1fr) 290px!important;
    gap:16px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

/* --- Tablet / compact notebook --- */
@media (min-width:781px) and (max-width:980px){
  body.music-member-page.music-member-php-page .mm-hero{
    min-height:0;
    padding:34px 24px 22px;
  }

  body.music-member-page.music-member-php-page .mm-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:650px;
  }

  body.music-member-page.music-member-php-page .mm-layout{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.music-member-page.music-member-php-page .mm-side{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(240px,.65fr)!important;
    gap:12px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
}

/* --- Phone / small tablet --- */
@media (max-width:780px){
  body.music-member-page.music-member-php-page .mm-hero{
    padding:26px 14px 18px!important;
  }

  body.music-member-page.music-member-php-page .mm-kicker{
    font-size:10px!important;
  }

  body.music-member-page.music-member-php-page .mm-hero h1{
    max-width:340px;
    font-size:30px!important;
    line-height:1.08!important;
  }

  body.music-member-page.music-member-php-page .mm-hero p{
    max-width:420px;
    font-size:12px!important;
    line-height:1.6!important;
  }

  body.music-member-page.music-member-php-page .mm-stat{
    min-height:66px;
    padding:9px 10px;
  }

  body.music-member-page.music-member-php-page .mm-stat small{
    font-size:8.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-stat b{
    font-size:15px!important;
  }

  body.music-member-page.music-member-php-page .mm-stat span{
    font-size:9px!important;
  }

  body.music-member-page.music-member-php-page .mm-content{
    padding:12px 10px 18px!important;
  }

  body.music-member-page.music-member-php-page .mm-toolbar{
    grid-template-columns:minmax(0,1fr) auto!important;
    padding:9px!important;
    gap:8px!important;
    border-radius:12px!important;
  }

  body.music-member-page.music-member-php-page .mm-search{
    grid-column:1/-1;
    min-height:42px;
  }

  body.music-member-page.music-member-php-page .mm-search input{
    font-size:11.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-result-count{
    font-size:10.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-sort-form select{
    min-width:142px;
    min-height:36px;
    font-size:10.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:11px!important;
  }

  body.music-member-page.music-member-php-page .mm-side{
    position:static!important;
    order:2!important;
    min-height:0!important;
  }

  body.music-member-page.music-member-php-page .mm-side-sticky{
    position:relative!important;
    top:auto!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }

  body.music-member-page.music-member-php-page .mm-ranking-panel,
  body.music-member-page.music-member-php-page .mm-community-note{
    margin-top:10px!important;
  }

  body.music-member-page.music-member-php-page .mm-members-panel,
  body.music-member-page.music-member-php-page .mm-recent-panel,
  body.music-member-page.music-member-php-page .mm-ranking-panel{
    padding:12px!important;
    border-radius:12px!important;
  }

  body.music-member-page.music-member-php-page .mm-panel-head{
    min-height:38px!important;
    margin-bottom:10px!important;
  }

  body.music-member-page.music-member-php-page .mm-panel-head span{
    font-size:9px!important;
  }

  body.music-member-page.music-member-php-page .mm-panel-head h2{
    font-size:14px!important;
  }

  body.music-member-page.music-member-php-page .mm-panel-head>small,
  body.music-member-page.music-member-php-page .mm-panel-head>a{
    font-size:10px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-card{
    padding:11px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-top{
    grid-template-columns:46px minmax(0,1fr)!important;
  }

  body.music-member-page.music-member-php-page .mm-avatar-wrap,
  body.music-member-page.music-member-php-page .mm-member-avatar{
    width:46px!important;
    height:46px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-identity b{
    font-size:11.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-identity small,
  body.music-member-page.music-member-php-page .mm-member-location{
    font-size:9.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-bio{
    min-height:31px!important;
    height:auto!important;
    font-size:9.5px!important;
    line-height:1.55!important;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics b{
    font-size:10.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics small{
    font-size:8px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-footer>a{
    font-size:9.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-recent-row{
    grid-template-columns:42px minmax(0,1fr) 58px!important;
    min-height:58px!important;
    gap:8px!important;
    padding:7px 2px!important;
  }

  body.music-member-page.music-member-php-page .mm-recent-cover{
    width:40px!important;
    height:40px!important;
  }

  body.music-member-page.music-member-php-page .mm-recent-copy b{
    font-size:10.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-recent-copy small,
  body.music-member-page.music-member-php-page .mm-recent-hits{
    font-size:9px!important;
  }

  body.music-member-page.music-member-php-page .mm-recent-uploader{
    display:none!important;
  }

  body.music-member-page.music-member-php-page .mm-rank-copy b{
    font-size:11.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-rank-copy small{
    font-size:10px!important;
  }

  body.music-member-page.music-member-php-page .mm-community-note h3{
    font-size:11.5px!important;
  }

  body.music-member-page.music-member-php-page .mm-community-note p{
    font-size:10px!important;
  }
}

/* --- Small phones: one clean member card per row, no cramped split layout --- */
@media (max-width:580px){
  body.music-member-page.music-member-php-page .mm-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.music-member-page.music-member-php-page .mm-member-grid{
    grid-template-columns:1fr!important;
  }

  body.music-member-page.music-member-php-page .mm-member-card{
    display:block!important;
    grid-template-columns:none!important;
    grid-template-areas:none!important;
    padding:13px!important;
  }

  body.music-member-page.music-member-php-page .mm-member-top,
  body.music-member-page.music-member-php-page .mm-member-location,
  body.music-member-page.music-member-php-page .mm-member-bio,
  body.music-member-page.music-member-php-page .mm-member-metrics,
  body.music-member-page.music-member-php-page .mm-member-footer{
    grid-area:auto!important;
  }

  body.music-member-page.music-member-php-page .mm-member-metrics{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  body.music-member-page.music-member-php-page .mm-member-footer{
    justify-content:space-between!important;
  }

  body.music-member-page.music-member-php-page .mm-member-footer>span{
    display:block!important;
    font-size:9px!important;
  }

  body.music-member-page.music-member-php-page .mm-ranking-panel .mm-panel-head h2{
    font-size:14px!important;
  }
}

@media (max-width:380px){
  body.music-member-page.music-member-php-page .mm-hero h1{
    font-size:27px!important;
  }

  body.music-member-page.music-member-php-page .mm-stat{
    grid-template-columns:30px minmax(0,1fr);
    padding:8px;
  }

  body.music-member-page.music-member-php-page .mm-stat>i{
    width:29px;
    height:29px;
  }

  body.music-member-page.music-member-php-page .mm-sort-form select{
    min-width:128px;
  }

  body.music-member-page.music-member-php-page .mm-rank-row{
    grid-template-columns:28px 40px minmax(0,1fr) auto;
    gap:7px;
  }
}


/* =========================================================
   PROFILE - FAQ-MATCHED STICKY SIDEBAR + COPY LINK FEEDBACK
   - Outer rail + inner sticky wrapper, matching FAQ behavior.
   - Sidebar typography uses the same comfortable FAQ scale.
   - Copy-link button animates from link -> check after clipboard copy.
   - Scoped only to profile.php.
   ========================================================= */

@media (min-width:981px){
  body.music-member-page.profile-php-page .page,
  body.music-member-page.profile-php-page .member-page-wrap,
  body.music-member-page.profile-php-page .member-main,
  body.music-member-page.profile-php-page .member-layout{
    overflow:visible!important;
  }

  body.music-member-page.profile-php-page .member-layout{
    align-items:stretch!important;
  }

  body.music-member-page.profile-php-page .profile-main-column{
    min-width:0!important;
    align-self:start!important;
  }

  body.music-member-page.profile-php-page .profile-member-side{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    padding:0 2px 2px 0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky:focus-visible{
    border-radius:12px!important;
    box-shadow:0 0 0 2px rgba(255,79,147,.28)!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky>.member-side-card,
  body.music-member-page.profile-php-page .profile-member-side-sticky>.member-profile-share-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.music-member-page.profile-php-page .profile-member-side-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px){
  body.music-member-page.profile-php-page .member-layout{
    grid-template-columns:1fr!important;
    gap:13px!important;
  }

  body.music-member-page.profile-php-page .profile-member-side{
    position:static!important;
    top:auto!important;
    display:block!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    margin-top:10px!important;
    overflow:visible!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:12px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    padding:0!important;
    overflow:visible!important;
    outline:none!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky>.member-profile-share-card{
    grid-column:1/-1!important;
  }
}

@media (max-width:780px){
  body.music-member-page.profile-php-page .profile-member-side-sticky{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  body.music-member-page.profile-php-page .profile-member-side-sticky>.member-profile-share-card{
    grid-column:auto!important;
  }
}

/* FAQ-scale sidebar typography */
body.music-member-page.profile-php-page .member-side-card>h3,
body.music-member-page.profile-php-page .member-profile-share-card h2{
  font-size:15px!important;
  line-height:1.3!important;
  letter-spacing:-.1px!important;
}

body.music-member-page.profile-php-page .member-stat-row small{
  font-size:10.5px!important;
  line-height:1.35!important;
}

body.music-member-page.profile-php-page .member-stat-row b{
  font-size:12px!important;
  line-height:1.35!important;
}

body.music-member-page.profile-php-page .profile-stat-date{
  font-size:11px!important;
}

body.music-member-page.profile-php-page .member-category-row{
  min-height:40px!important;
  padding:7px 8px!important;
  font-size:11px!important;
  line-height:1.4!important;
}

body.music-member-page.profile-php-page .member-category-row>i{
  font-size:12px!important;
}

body.music-member-page.profile-php-page .member-category-row>b{
  font-size:10.5px!important;
}

body.music-member-page.profile-php-page .member-recent-row{
  min-height:64px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:10px!important;
  padding:8px 0!important;
}

body.music-member-page.profile-php-page .member-recent-row>img{
  width:46px!important;
  height:46px!important;
}

body.music-member-page.profile-php-page .member-recent-row b{
  font-size:12px!important;
  line-height:1.35!important;
}

body.music-member-page.profile-php-page .member-recent-row small{
  margin-top:4px!important;
  font-size:10.5px!important;
  line-height:1.4!important;
}

body.music-member-page.profile-php-page .profile-side-empty{
  font-size:11px!important;
  line-height:1.5!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .share-buttons a,
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons button{
  height:40px!important;
  font-size:12px!important;
  transition:transform .18s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .share-buttons a:hover,
body.music-member-page.profile-php-page .member-profile-share-card .share-buttons button:hover{
  transform:translateY(-1px)!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .js-copy-profile-link.copied{
  color:#79e6ba!important;
  border-color:rgba(85,217,159,.45)!important;
  background:rgba(85,217,159,.14)!important;
  box-shadow:0 0 0 3px rgba(85,217,159,.08),0 8px 18px rgba(0,0,0,.16)!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .js-copy-profile-link.copied i{
  animation:profileCopyCheck .42s cubic-bezier(.2,.8,.2,1)!important;
}

body.music-member-page.profile-php-page .member-profile-share-card .js-copy-profile-link.copy-error{
  color:#ff9bac!important;
  border-color:rgba(255,95,120,.38)!important;
  background:rgba(255,95,120,.12)!important;
}

@keyframes profileCopyCheck{
  0%{transform:scale(.45) rotate(-18deg);opacity:.2}
  55%{transform:scale(1.25) rotate(6deg);opacity:1}
  100%{transform:scale(1) rotate(0);opacity:1}
}

@media (max-width:520px){
  body.music-member-page.profile-php-page .member-side-card>h3,
  body.music-member-page.profile-php-page .member-profile-share-card h2{
    font-size:14px!important;
  }

  body.music-member-page.profile-php-page .member-stat-row small,
  body.music-member-page.profile-php-page .member-recent-row small{
    font-size:10px!important;
  }

  body.music-member-page.profile-php-page .member-stat-row b,
  body.music-member-page.profile-php-page .member-recent-row b{
    font-size:11.5px!important;
  }

  body.music-member-page.profile-php-page .member-category-row{
    font-size:10.5px!important;
  }
}

/* =========================================================
   OSANIME SETTINGS PHP 8.5 — PROFESSIONAL TABBED UI
   Single scoped system for /settings/settings.php.
   ========================================================= */

body.settings-page.settings-php-page{
  --set-bg:#050a16;
  --set-panel:#0b1528;
  --set-panel-2:#0f1c32;
  --set-panel-soft:#101d33;
  --set-line:rgba(255,255,255,.085);
  --set-line-strong:rgba(255,255,255,.14);
  --set-text:#f7faff;
  --set-muted:#93a2b8;
  --set-muted-2:#c7d1df;
  --set-pink:#ff4f93;
  --set-pink-2:#e9367d;
  --set-purple:#8d63ff;
  --set-green:#55d99f;
  --set-warning:#ffc665;
  --set-danger:#ff7188;
  --set-radius:15px;
  --set-radius-sm:10px;
}

body.settings-page.settings-php-page .page{
  overflow:visible;
}

body.settings-page.settings-php-page .settings-shell{
  min-height:720px;
  padding:22px clamp(18px,2.8vw,38px) 25px;
  background:
    radial-gradient(circle at 100% 0,rgba(141,99,255,.07),transparent 30%),
    radial-gradient(circle at 0 30%,rgba(255,79,147,.05),transparent 27%),
    linear-gradient(180deg,#071020,#040916);
}

body.settings-page.settings-php-page .settings-breadcrumb{
  min-height:28px;
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:#8493a8;
  font-size:10px;
  font-weight:700;
}

body.settings-page.settings-php-page .settings-breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#dce5f1;
}

body.settings-page.settings-php-page .settings-breadcrumb a:hover{
  color:var(--set-pink);
}

body.settings-page.settings-php-page .settings-breadcrumb b{
  color:#fff;
}

/* Alerts */

body.settings-page.settings-php-page .settings-alert{
  display:grid;
  grid-template-columns:35px minmax(0,1fr);
  align-items:start;
  gap:10px;
  margin-bottom:11px;
  padding:10px 12px;
  border-radius:10px;
  font-size:10px;
  line-height:1.5;
}

body.settings-page.settings-php-page .settings-alert>i{
  width:33px;
  height:33px;
  display:grid;
  place-items:center;
  border-radius:9px;
  font-size:12px;
}

body.settings-page.settings-php-page .settings-alert b,
body.settings-page.settings-php-page .settings-alert span{
  display:block;
}

body.settings-page.settings-php-page .settings-alert b{
  margin-bottom:2px;
  color:#fff;
  font-size:10.5px;
}

body.settings-page.settings-php-page .settings-alert ul{
  margin:4px 0 0 17px;
  color:#dce5f1;
}

body.settings-page.settings-php-page .settings-alert.success{
  border:1px solid rgba(85,217,159,.20);
  color:#b8f1d6;
  background:rgba(85,217,159,.075);
}

body.settings-page.settings-php-page .settings-alert.success>i{
  color:var(--set-green);
  background:rgba(85,217,159,.10);
}

body.settings-page.settings-php-page .settings-alert.warning{
  border:1px solid rgba(255,198,101,.22);
  color:#f3d89c;
  background:rgba(255,198,101,.07);
}

body.settings-page.settings-php-page .settings-alert.warning>i{
  color:var(--set-warning);
  background:rgba(255,198,101,.10);
}

body.settings-page.settings-php-page .settings-alert.error{
  border:1px solid rgba(255,113,136,.24);
  color:#ffd1d8;
  background:rgba(255,113,136,.075);
}

body.settings-page.settings-php-page .settings-alert.error>i{
  color:var(--set-danger);
  background:rgba(255,113,136,.10);
}

/* Heading */

body.settings-page.settings-php-page .settings-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:15px;
}

body.settings-page.settings-php-page .settings-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:6px;
  color:#ff7eaf;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.05px;
}

body.settings-page.settings-php-page .settings-head h1{
  margin:0;
  color:#fff;
  font-size:clamp(26px,2.6vw,33px);
  line-height:1.08;
  letter-spacing:-.8px;
}

body.settings-page.settings-php-page .settings-head p{
  max-width:630px;
  margin:7px 0 0;
  color:#97a5ba;
  font-size:10.5px;
  line-height:1.55;
}

body.settings-page.settings-php-page .settings-view-profile{
  min-height:37px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  color:#e5ebf4;
  background:#0a1528;
  font-size:9.5px;
  font-weight:800;
  transition:.16s ease;
}

body.settings-page.settings-php-page .settings-view-profile:hover{
  color:#ff7dad;
  border-color:rgba(255,79,147,.30);
  background:rgba(255,79,147,.055);
}

/* Professional tab bar */

body.settings-page.settings-php-page .settings-tabs-shell{
  position:relative;
  width:min(100%,920px);
  margin-bottom:14px;
  padding:0 34px 18px;
}

body.settings-page.settings-php-page .settings-tabs{
  width:100%;
  display:flex;
  align-items:stretch;
  gap:6px;
  margin:0;
  padding:5px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  border:1px solid rgba(255,255,255,.075);
  border-radius:13px;
  background:#081326;
  box-shadow:0 9px 25px rgba(0,0,0,.10);
}

body.settings-page.settings-php-page .settings-tabs::-webkit-scrollbar{
  display:none;
}

body.settings-page.settings-php-page .settings-tabs-shell:before,
body.settings-page.settings-php-page .settings-tabs-shell:after{
  content:"";
  position:absolute;
  z-index:3;
  top:1px;
  bottom:19px;
  width:38px;
  pointer-events:none;
  opacity:0;
  transition:opacity .18s ease;
}

body.settings-page.settings-php-page .settings-tabs-shell:before{
  left:34px;
  background:linear-gradient(90deg,#081326 20%,transparent);
  border-radius:13px 0 0 13px;
}

body.settings-page.settings-php-page .settings-tabs-shell:after{
  right:34px;
  background:linear-gradient(270deg,#081326 20%,transparent);
  border-radius:0 13px 13px 0;
}

body.settings-page.settings-php-page .settings-tabs-shell.is-scrollable:not(.is-at-start):before,
body.settings-page.settings-php-page .settings-tabs-shell.is-scrollable:not(.is-at-end):after{
  opacity:1;
}

body.settings-page.settings-php-page .settings-tabs-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  width:28px;
  height:38px;
  display:grid;
  place-items:center;
  margin-top:-17px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  color:#d4dcea;
  background:#0b172b;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
  cursor:pointer;
  transition:.16s ease;
}

body.settings-page.settings-php-page .settings-tabs-arrow-left{
  left:0;
}

body.settings-page.settings-php-page .settings-tabs-arrow-right{
  right:0;
}

body.settings-page.settings-php-page .settings-tabs-arrow:hover:not(:disabled){
  color:#fff;
  border-color:rgba(255,79,147,.30);
  background:#122039;
}

body.settings-page.settings-php-page .settings-tabs-arrow:disabled{
  opacity:.22;
  cursor:default;
}

body.settings-page.settings-php-page .settings-tabs-shell:not(.is-scrollable) .settings-tabs-arrow{
  opacity:0;
  pointer-events:none;
}

body.settings-page.settings-php-page .settings-tabs-scroll-status{
  position:absolute;
  left:36px;
  right:36px;
  bottom:0;
  height:12px;
  display:flex;
  align-items:center;
  gap:9px;
}

body.settings-page.settings-php-page .settings-tabs-scroll-track{
  position:relative;
  flex:1;
  height:3px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.065);
}

body.settings-page.settings-php-page .settings-tabs-scroll-thumb{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ff4f93,#8d63ff);
  transform:translateX(0);
  transition:width .18s ease;
  will-change:transform,width;
}

body.settings-page.settings-php-page .settings-tabs-scroll-hint{
  display:none;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
  color:#718097;
  font-size:7.5px;
  font-weight:800;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-tabs-shell.is-scrollable .settings-tabs-scroll-hint{
  display:inline-flex;
}

body.settings-page.settings-php-page .settings-tab{
  position:relative;
  flex:1 0 190px;
  min-width:170px;
  max-width:240px;
  min-height:54px;
  scroll-snap-align:start;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:9px;
  margin:0;
  padding:7px 10px;
  border:1px solid transparent;
  border-radius:9px;
  color:#8d9bb0;
  background:transparent;
  cursor:pointer;
  text-align:left;
  transition:
    color .16s ease,
    background .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}

body.settings-page.settings-php-page .settings-tab:hover{
  color:#dce5f2;
  background:rgba(255,255,255,.035);
}

body.settings-page.settings-php-page .settings-tab.active{
  color:#fff;
  border-color:rgba(255,79,147,.17);
  background:
    linear-gradient(180deg,rgba(255,79,147,.11),rgba(255,79,147,.055)),
    #0d1a2f;
  box-shadow:0 7px 18px rgba(0,0,0,.14);
}

body.settings-page.settings-php-page .settings-tab.active:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:-6px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#ff4f93,#9c6cff);
  box-shadow:0 0 10px rgba(255,79,147,.28);
}

body.settings-page.settings-php-page .settings-tab-icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#9eabc0;
  background:rgba(255,255,255,.045);
  font-size:12px;
}

body.settings-page.settings-php-page .settings-tab.active .settings-tab-icon{
  color:#fff;
  background:linear-gradient(180deg,#ff5f9f,#e9367d);
  box-shadow:0 6px 15px rgba(255,79,147,.18);
}

body.settings-page.settings-php-page .settings-tab-copy{
  min-width:0;
}

body.settings-page.settings-php-page .settings-tab-copy b,
body.settings-page.settings-php-page .settings-tab-copy small{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-tab-copy b{
  font-size:10px;
  font-weight:850;
}

body.settings-page.settings-php-page .settings-tab-copy small{
  margin-top:2px;
  color:#728197;
  font-size:7.5px;
  font-weight:650;
}

body.settings-page.settings-php-page .settings-tab.active .settings-tab-copy small{
  color:#b2bfd0;
}

/* Main layout */

body.settings-page.settings-php-page .settings-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:16px;
  align-items:stretch;
  overflow:visible;
}

body.settings-page.settings-php-page .settings-form{
  grid-column:1;
  grid-row:1;
  min-width:0;
  width:100%;
  align-self:start;
}

body.settings-page.settings-php-page .settings-panels{
  min-width:0;
}

body.settings-page.settings-php-page .settings-panel{
  min-width:0;
  padding:18px;
  border:1px solid var(--set-line);
  border-radius:14px;
  background:
    radial-gradient(circle at 100% 0,rgba(141,99,255,.045),transparent 26%),
    linear-gradient(180deg,#101b30,#091426);
  box-shadow:0 10px 30px rgba(0,0,0,.13);
}

body.settings-page.settings-php-page.settings-tabs-enabled .settings-panel:not(.active){
  display:none;
}

body.settings-page.settings-php-page .settings-panel-intro{
  display:grid;
  grid-template-columns:39px minmax(0,1fr);
  align-items:center;
  gap:10px;
  margin-bottom:17px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.065);
}

body.settings-page.settings-php-page .settings-card-icon{
  width:37px;
  height:37px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#ff77aa;
  background:rgba(255,79,147,.09);
  font-size:13px;
}

body.settings-page.settings-php-page .settings-section-kicker{
  display:block;
  margin-bottom:2px;
  color:#ff74a8;
  font-size:7px;
  font-weight:900;
  letter-spacing:.8px;
}

body.settings-page.settings-php-page .settings-panel-intro h2{
  margin:0 0 3px;
  color:#fff;
  font-size:13px;
  line-height:1.2;
}

body.settings-page.settings-php-page .settings-panel-intro p{
  margin:0;
  color:#8796ab;
  font-size:8.5px;
  line-height:1.45;
}

/* Fields */

body.settings-page.settings-php-page .settings-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px 14px;
}

body.settings-page.settings-php-page .settings-wide{
  grid-column:1/-1;
}

body.settings-page.settings-php-page .settings-label{
  min-width:0;
  display:block;
  color:#dce5f1;
  font-size:9px;
  font-weight:750;
}

body.settings-page.settings-php-page .settings-label-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

body.settings-page.settings-php-page .settings-label-row small{
  color:#718097;
  font-size:7.5px;
  font-weight:700;
}

body.settings-page.settings-php-page .settings-input,
body.settings-page.settings-php-page .settings-select,
body.settings-page.settings-php-page .settings-textarea,
body.settings-page.settings-php-page .settings-verified-field{
  width:100%;
  margin-top:6px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  color:#fff;
  background:#071326;
}

body.settings-page.settings-php-page .settings-input,
body.settings-page.settings-php-page .settings-select{
  height:42px;
  padding:0 11px;
  outline:0;
  font-size:10px;
}

body.settings-page.settings-php-page .settings-select{
  appearance:auto;
}

body.settings-page.settings-php-page select.settings-select[name="country"]{
  cursor:pointer;
  text-overflow:ellipsis;
}

body.settings-page.settings-php-page .settings-textarea{
  min-height:104px;
  padding:10px 11px;
  outline:0;
  resize:vertical;
  font-size:10px;
  line-height:1.55;
}

body.settings-page.settings-php-page .settings-input:focus,
body.settings-page.settings-php-page .settings-select:focus,
body.settings-page.settings-php-page .settings-textarea:focus{
  border-color:rgba(255,79,147,.56);
  box-shadow:0 0 0 3px rgba(255,79,147,.075);
}

body.settings-page.settings-php-page .settings-verified-field{
  height:42px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

body.settings-page.settings-php-page .settings-verified-field input{
  min-width:0;
  flex:1;
  height:100%;
  padding:0 11px;
  border:0;
  outline:0;
  color:#aeb9c9;
  background:transparent;
  font-size:10px;
}

body.settings-page.settings-php-page .settings-verified-field em{
  min-width:max-content;
  margin-right:8px;
  padding:4px 7px;
  border-radius:5px;
  color:#8df1b7;
  background:rgba(85,217,159,.10);
  font-size:7.5px;
  font-style:normal;
  font-weight:800;
}

/* Notes */

body.settings-page.settings-php-page .settings-panel-note{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  align-items:start;
  gap:9px;
  margin-top:16px;
  padding:10px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:9px;
  background:rgba(255,255,255,.025);
}

body.settings-page.settings-php-page .settings-panel-note>i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:#ff77aa;
  background:rgba(255,79,147,.08);
  font-size:11px;
}

body.settings-page.settings-php-page .settings-panel-note.secure>i{
  color:#74dba7;
  background:rgba(85,217,159,.08);
}

body.settings-page.settings-php-page .settings-panel-note b,
body.settings-page.settings-php-page .settings-panel-note span{
  display:block;
}

body.settings-page.settings-php-page .settings-panel-note b{
  margin-bottom:2px;
  color:#fff;
  font-size:9px;
}

body.settings-page.settings-php-page .settings-panel-note span{
  color:#8190a5;
  font-size:8px;
  line-height:1.45;
}

/* Media tab */

body.settings-page.settings-php-page .settings-media-stack{
  display:flex;
  flex-direction:column;
  gap:11px;
}

body.settings-page.settings-php-page .settings-media-block{
  min-width:0;
  padding:13px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:11px;
  background:rgba(255,255,255,.02);
}

body.settings-page.settings-php-page .settings-media-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:11px;
}

body.settings-page.settings-php-page .settings-media-title b,
body.settings-page.settings-php-page .settings-media-title span{
  display:block;
}

body.settings-page.settings-php-page .settings-media-title b{
  color:#fff;
  font-size:10.5px;
}

body.settings-page.settings-php-page .settings-media-title span{
  margin-top:3px;
  color:#8090a6;
  font-size:8px;
}

body.settings-page.settings-php-page .settings-media-title em{
  min-width:max-content;
  padding:4px 6px;
  border-radius:6px;
  color:#8f9db2;
  background:rgba(255,255,255,.04);
  font-size:7px;
  font-style:normal;
  font-weight:750;
}

body.settings-page.settings-php-page .settings-avatar-editor{
  display:grid;
  grid-template-columns:116px minmax(0,1fr);
  align-items:center;
  gap:15px;
}

body.settings-page.settings-php-page .settings-avatar-button{
  position:relative;
  width:112px;
  height:112px;
  display:block;
  padding:0;
  overflow:visible;
  border:0;
  border-radius:50%;
  background:transparent;
  cursor:pointer;
}

body.settings-page.settings-php-page .settings-avatar-button img{
  width:112px;
  height:112px;
  display:block;
  object-fit:cover;
  border:3px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:#111d32;
  box-shadow:0 9px 24px rgba(0,0,0,.22);
}

body.settings-page.settings-php-page .settings-avatar-button>span{
  position:absolute;
  right:1px;
  bottom:5px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:2px solid #0f1b30;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(180deg,#ff5f9f,#e9367d);
  font-size:10px;
}

body.settings-page.settings-php-page .settings-media-actions,
body.settings-page.settings-php-page .settings-cover-actions{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
}

body.settings-page.settings-php-page .settings-file-input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
}

body.settings-page.settings-php-page .settings-media-button-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}

body.settings-page.settings-php-page .settings-primary-media-btn{
  min-height:35px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 11px;
  border:1px solid rgba(255,79,147,.40);
  border-radius:8px;
  color:#ff7bab;
  background:rgba(255,79,147,.055);
  cursor:pointer;
  font-size:9px;
  font-weight:850;
}

body.settings-page.settings-php-page .settings-primary-media-btn:hover{
  color:#fff;
  background:rgba(255,79,147,.14);
}

body.settings-page.settings-php-page .settings-media-actions>small,
body.settings-page.settings-php-page .settings-cover-actions>small{
  max-width:100%;
  overflow:hidden;
  color:#748399;
  font-size:7.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-remove-media{
  min-height:35px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 9px;
  border:1px solid rgba(255,113,136,.12);
  border-radius:8px;
  color:#ff9ab8;
  background:rgba(255,113,136,.04);
  cursor:pointer;
  font-size:8px;
}

body.settings-page.settings-php-page .settings-remove-media input{
  width:13px;
  height:13px;
  margin:0;
  accent-color:var(--set-pink);
}

body.settings-page.settings-php-page .settings-cover-preview{
  position:relative;
  width:100%;
  aspect-ratio:3.7/1;
  min-height:128px;
  display:block;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:#0c172a;
  cursor:pointer;
}

body.settings-page.settings-php-page .settings-cover-preview::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 38%,rgba(3,8,18,.62));
  pointer-events:none;
}

body.settings-page.settings-php-page .settings-cover-preview img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

body.settings-page.settings-php-page .settings-cover-preview>span{
  position:absolute;
  left:10px;
  bottom:9px;
  z-index:2;
  min-height:29px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:7px;
  color:#fff;
  background:rgba(6,12,28,.70);
  backdrop-filter:blur(7px);
  font-size:8.5px;
  font-weight:800;
}

body.settings-page.settings-php-page .settings-cover-actions{
  margin-top:9px;
}

/* Account tab */

body.settings-page.settings-php-page .settings-account-summary{
  display:grid;
  grid-template-columns:62px minmax(0,1fr);
  align-items:center;
  gap:11px;
  margin-bottom:15px;
  padding:11px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:10px;
  background:rgba(255,255,255,.022);
}

body.settings-page.settings-php-page .settings-account-avatar img{
  width:60px;
  height:60px;
  display:block;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.55);
  border-radius:50%;
}

body.settings-page.settings-php-page .settings-account-summary b,
body.settings-page.settings-php-page .settings-account-summary span,
body.settings-page.settings-php-page .settings-account-summary small{
  display:block;
}

body.settings-page.settings-php-page .settings-account-summary b{
  color:#fff;
  font-size:11px;
}

body.settings-page.settings-php-page .settings-account-summary span{
  margin-top:2px;
  color:#ff78aa;
  font-size:8.5px;
  font-weight:750;
}

body.settings-page.settings-php-page .settings-account-summary small{
  margin-top:4px;
  color:#7f8ea4;
  font-size:7.5px;
  line-height:1.4;
}

/* Save bar */

body.settings-page.settings-php-page .settings-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:11px;
  background:rgba(8,17,32,.80);
}

body.settings-page.settings-php-page .settings-save-hint{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#7f8ea4;
  font-size:8px;
}

body.settings-page.settings-php-page .settings-save-hint i{
  color:#64dca3;
}

body.settings-page.settings-php-page .settings-actions>div{
  display:flex;
  align-items:center;
  gap:7px;
}

body.settings-page.settings-php-page .settings-cancel-btn,
body.settings-page.settings-php-page .settings-save-btn{
  min-width:112px;
  min-height:37px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:8px;
  font-size:9px;
  font-weight:850;
}

body.settings-page.settings-php-page .settings-cancel-btn{
  border:1px solid rgba(255,255,255,.09);
  color:#c6d0de;
  background:#0a1528;
}

body.settings-page.settings-php-page .settings-save-btn{
  border:0;
  color:#fff;
  background:linear-gradient(180deg,#ff5f9f,#e9367d);
  box-shadow:0 8px 18px rgba(255,79,147,.18);
  cursor:pointer;
}

/* Preview */

body.settings-page.settings-php-page .settings-preview-column{
  grid-column:2;
  grid-row:1;
  position:relative;
  min-width:0;
  width:100%;
  min-height:100%;
  align-self:stretch;
  overflow:visible;
}

body.settings-page.settings-php-page .settings-preview-sticky{
  position:sticky;
  top:18px;
  width:100%;
  height:fit-content;
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
  gap:10px;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
  overscroll-behavior-y:contain;
}

body.settings-page.settings-php-page .settings-preview-sticky::-webkit-scrollbar{
  display:none;
}

body.settings-page.settings-php-page .settings-preview-card,
body.settings-page.settings-php-page .settings-side-help{
  flex:0 0 auto;
  width:100%;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--set-line);
  border-radius:13px;
  background:linear-gradient(180deg,#101b30,#091426);
  box-shadow:0 9px 25px rgba(0,0,0,.11);
}

body.settings-page.settings-php-page .settings-preview-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 13px 9px;
}

body.settings-page.settings-php-page .settings-preview-head>div>span{
  display:block;
  margin-bottom:2px;
  color:#ff78aa;
  font-size:7px;
  font-weight:900;
  letter-spacing:.8px;
}

body.settings-page.settings-php-page .settings-preview-head h2{
  margin:0;
  color:#fff;
  font-size:11.5px;
}

body.settings-page.settings-php-page .settings-preview-head>i{
  color:#78879c;
  font-size:11px;
}

body.settings-page.settings-php-page .settings-preview-cover{
  width:100%;
  height:116px;
  overflow:hidden;
  background:#111d31;
}

body.settings-page.settings-php-page .settings-preview-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

body.settings-page.settings-php-page .settings-preview-profile{
  padding:0 13px 12px;
  text-align:center;
}

body.settings-page.settings-php-page .settings-preview-avatar{
  width:78px;
  height:78px;
  display:block;
  margin:-39px auto 7px;
  object-fit:cover;
  border:3px solid rgba(255,255,255,.80);
  border-radius:50%;
  background:#111d31;
  box-shadow:0 8px 20px rgba(0,0,0,.23);
}

body.settings-page.settings-php-page .settings-preview-profile h3{
  margin:0 0 3px;
  color:#fff;
  font-size:11px;
}

body.settings-page.settings-php-page .settings-preview-profile h3 small{
  margin-left:4px;
  padding:3px 5px;
  border-radius:5px;
  color:#fff;
  background:linear-gradient(90deg,#8c5cff,#6c43ff);
  font-size:6.5px;
}

body.settings-page.settings-php-page .settings-preview-profile>b{
  display:block;
  color:#ff78aa;
  font-size:8px;
}

body.settings-page.settings-php-page .settings-preview-profile p{
  min-height:29px;
  margin:6px auto 0;
  color:#8f9db1;
  font-size:8px;
  line-height:1.5;
}

body.settings-page.settings-php-page .settings-preview-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:9px 7px 11px;
  border-top:1px solid rgba(255,255,255,.055);
}

body.settings-page.settings-php-page .settings-preview-stats>div{
  min-width:0;
  text-align:center;
}

body.settings-page.settings-php-page .settings-preview-stats i{
  display:block;
  margin-bottom:3px;
  color:#ff72a8;
  font-size:9px;
}

body.settings-page.settings-php-page .settings-preview-stats b,
body.settings-page.settings-php-page .settings-preview-stats span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.settings-page.settings-php-page .settings-preview-stats b{
  color:#fff;
  font-size:9.5px;
}

body.settings-page.settings-php-page .settings-preview-stats span{
  margin-top:2px;
  color:#75849a;
  font-size:6.5px;
}

body.settings-page.settings-php-page .settings-side-help{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:start;
  gap:9px;
  padding:11px;
}

body.settings-page.settings-php-page .settings-help-icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#ffc65c;
  background:rgba(255,198,92,.08);
  font-size:11px;
}

body.settings-page.settings-php-page .settings-side-help b,
body.settings-page.settings-php-page .settings-side-help p{
  display:block;
}

body.settings-page.settings-php-page .settings-side-help b{
  margin-bottom:3px;
  color:#fff;
  font-size:9px;
}

body.settings-page.settings-php-page .settings-side-help p{
  margin:0;
  color:#8090a5;
  font-size:7.5px;
  line-height:1.5;
}

/* Laptop */

@media(max-width:1120px) and (min-width:901px){
  body.settings-page.settings-php-page .settings-layout{
    grid-template-columns:minmax(0,1fr) 290px;
    gap:14px;
  }

  body.settings-page.settings-php-page .settings-cover-preview{
    min-height:118px;
  }
}

/* Tablet */

@media(max-width:900px) and (min-width:781px){
  body.settings-page.settings-php-page .settings-layout{
    grid-template-columns:1fr;
  }

  body.settings-page.settings-php-page .settings-form,
  body.settings-page.settings-php-page .settings-preview-column{
    grid-column:1;
    grid-row:auto;
  }

  body.settings-page.settings-php-page .settings-preview-column{
    min-height:0;
  }

  body.settings-page.settings-php-page .settings-preview-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:grid;
    grid-template-columns:310px minmax(0,1fr);
    gap:10px;
    overflow:visible;
  }

  body.settings-page.settings-php-page .settings-side-help{
    align-self:start;
  }
}

/* Mobile */

@media(max-width:780px){
  body.settings-page.settings-php-page{
    padding:0;
    background:#040916;
  }

  body.settings-page.settings-php-page .page{
    overflow:hidden;
  }

  body.settings-page.settings-php-page .settings-shell{
    padding:12px 9px 17px;
  }

  body.settings-page.settings-php-page .settings-breadcrumb{
    margin-bottom:9px;
    font-size:9px;
  }

  body.settings-page.settings-php-page .settings-head{
    align-items:flex-start;
    margin-bottom:11px;
  }

  body.settings-page.settings-php-page .settings-kicker{
    font-size:7px;
  }

  body.settings-page.settings-php-page .settings-head h1{
    font-size:21px;
  }

  body.settings-page.settings-php-page .settings-head p{
    max-width:270px;
    font-size:8.5px;
  }

  body.settings-page.settings-php-page .settings-view-profile{
    min-width:37px;
    width:37px;
    height:36px;
    padding:0;
  }

  body.settings-page.settings-php-page .settings-view-profile span{
    display:none;
  }

  body.settings-page.settings-php-page .settings-tabs-shell{
    width:100%;
    padding:0 29px 19px;
    margin-bottom:11px;
  }

  body.settings-page.settings-php-page .settings-tabs{
    gap:4px;
    padding:4px;
    border-radius:11px;
  }

  body.settings-page.settings-php-page .settings-tabs-arrow{
    width:25px;
    height:36px;
    margin-top:-17px;
    border-radius:8px;
    font-size:9px;
  }

  body.settings-page.settings-php-page .settings-tabs-scroll-status{
    left:31px;
    right:31px;
  }

  body.settings-page.settings-php-page .settings-tabs-scroll-hint{
    display:inline-flex;
    font-size:7px;
  }

  body.settings-page.settings-php-page .settings-tab{
    flex:0 0 132px;
    min-width:132px;
    max-width:132px;
    min-height:48px;
    grid-template-columns:29px minmax(0,1fr);
    gap:6px;
    padding:6px 7px;
    border-radius:8px;
  }

  body.settings-page.settings-php-page .settings-tab-icon{
    width:28px;
    height:28px;
    border-radius:8px;
    font-size:10px;
  }

  body.settings-page.settings-php-page .settings-tab-copy b{
    font-size:9px;
  }

  body.settings-page.settings-php-page .settings-tab-copy small{
    display:none;
  }

  body.settings-page.settings-php-page .settings-layout{
    display:block;
  }

  body.settings-page.settings-php-page .settings-form,
  body.settings-page.settings-php-page .settings-preview-column{
    width:100%;
  }

  body.settings-page.settings-php-page .settings-panel{
    padding:12px;
    border-radius:11px;
  }

  body.settings-page.settings-php-page .settings-panel-intro{
    grid-template-columns:33px minmax(0,1fr);
    gap:8px;
    margin-bottom:12px;
    padding-bottom:10px;
  }

  body.settings-page.settings-php-page .settings-card-icon{
    width:31px;
    height:31px;
    border-radius:8px;
    font-size:11px;
  }

  body.settings-page.settings-php-page .settings-panel-intro h2{
    font-size:11px;
  }

  body.settings-page.settings-php-page .settings-panel-intro p{
    font-size:7.5px;
  }

  body.settings-page.settings-php-page .settings-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  body.settings-page.settings-php-page .settings-wide{
    grid-column:auto;
  }

  body.settings-page.settings-php-page .settings-input,
  body.settings-page.settings-php-page .settings-select,
  body.settings-page.settings-php-page .settings-verified-field{
    height:40px;
  }

  body.settings-page.settings-php-page .settings-avatar-editor{
    grid-template-columns:88px minmax(0,1fr);
    gap:11px;
  }

  body.settings-page.settings-php-page .settings-avatar-button,
  body.settings-page.settings-php-page .settings-avatar-button img{
    width:84px;
    height:84px;
  }

  body.settings-page.settings-php-page .settings-avatar-button>span{
    width:26px;
    height:26px;
  }

  body.settings-page.settings-php-page .settings-media-title{
    display:block;
  }

  body.settings-page.settings-php-page .settings-media-title em{
    display:inline-block;
    margin-top:6px;
  }

  body.settings-page.settings-php-page .settings-cover-preview{
    aspect-ratio:2.8/1;
    min-height:108px;
  }

  body.settings-page.settings-php-page .settings-actions{
    position:sticky;
    bottom:7px;
    z-index:30;
    display:block;
    margin-top:8px;
    padding:7px;
    background:rgba(8,16,31,.95);
    backdrop-filter:blur(12px);
  }

  body.settings-page.settings-php-page .settings-save-hint{
    display:none;
  }

  body.settings-page.settings-php-page .settings-actions>div{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
  }

  body.settings-page.settings-php-page .settings-cancel-btn,
  body.settings-page.settings-php-page .settings-save-btn{
    min-width:0;
    min-height:39px;
  }

  body.settings-page.settings-php-page .settings-preview-column{
    margin-top:9px;
    min-height:0;
  }

  body.settings-page.settings-php-page .settings-preview-sticky{
    position:relative;
    top:auto;
    max-height:none;
    display:block;
    overflow:visible;
  }

  body.settings-page.settings-php-page .settings-side-help{
    display:none;
  }

  body.settings-page.settings-php-page .settings-preview-cover{
    height:108px;
  }
}

@media(max-width:430px){
  body.settings-page.settings-php-page .settings-tab{
    flex-basis:116px;
    min-width:116px;
    max-width:116px;
    grid-template-columns:26px minmax(0,1fr);
    justify-items:stretch;
    text-align:left;
    padding:6px;
  }

  body.settings-page.settings-php-page .settings-tab-icon{
    width:26px;
    height:26px;
  }

  body.settings-page.settings-php-page .settings-tab-copy small{
    display:none;
  }

  body.settings-page.settings-php-page .settings-avatar-editor{
    grid-template-columns:76px minmax(0,1fr);
  }

  body.settings-page.settings-php-page .settings-avatar-button,
  body.settings-page.settings-php-page .settings-avatar-button img{
    width:72px;
    height:72px;
  }

  body.settings-page.settings-php-page .settings-media-button-row{
    align-items:stretch;
  }

  body.settings-page.settings-php-page .settings-primary-media-btn,
  body.settings-page.settings-php-page .settings-remove-media{
    min-height:33px;
    font-size:8px;
  }
}

/* Accessibility */

body.settings-page.settings-php-page button:focus-visible,
body.settings-page.settings-php-page a:focus-visible,
body.settings-page.settings-php-page input:focus-visible,
body.settings-page.settings-php-page select:focus-visible,
body.settings-page.settings-php-page textarea:focus-visible{
  outline:2px solid rgba(255,79,147,.70);
  outline-offset:2px;
}

@media(prefers-reduced-motion:reduce){
  body.settings-page.settings-php-page *,
  body.settings-page.settings-php-page *::before,
  body.settings-page.settings-php-page *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}


/* =========================================================
   SETTINGS - FINAL FAQ-MATCHED SIDEBAR STICKY + TYPOGRAPHY
   - Same outer rail + inner sticky behavior as FAQ.
   - Sidebar follows the page while scrolling on desktop.
   - Internal scrolling is used only when sidebar exceeds viewport.
   - Typography follows the readable FAQ sidebar scale.
   - Scoped only to Settings PHP page.
   ========================================================= */

@media (min-width:901px){
  body.settings-page.settings-php-page .page,
  body.settings-page.settings-php-page .settings-shell,
  body.settings-page.settings-php-page .settings-layout{
    overflow:visible!important;
  }

  body.settings-page.settings-php-page .settings-layout{
    align-items:stretch!important;
  }

  body.settings-page.settings-php-page .settings-form{
    min-width:0!important;
    align-self:start!important;
  }

  body.settings-page.settings-php-page .settings-preview-column{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.settings-page.settings-php-page .settings-preview-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.settings-page.settings-php-page .settings-preview-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.settings-page.settings-php-page .settings-preview-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.settings-page.settings-php-page .settings-preview-sticky>.settings-preview-card,
  body.settings-page.settings-php-page .settings-preview-sticky>.settings-side-help{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:901px) and (max-width:1100px){
  body.settings-page.settings-php-page .settings-preview-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

/* FAQ-like sidebar typography */
body.settings-page.settings-php-page .settings-preview-head>div>span{
  font-size:10px!important;
  line-height:1.35!important;
}

body.settings-page.settings-php-page .settings-preview-head h2{
  font-size:15px!important;
  line-height:1.3!important;
}

body.settings-page.settings-php-page .settings-preview-head>i{
  font-size:13px!important;
}

body.settings-page.settings-php-page .settings-preview-profile h3{
  font-size:13px!important;
  line-height:1.35!important;
}

body.settings-page.settings-php-page .settings-preview-profile h3 small{
  font-size:10px!important;
  line-height:1.25!important;
}

body.settings-page.settings-php-page .settings-preview-profile>b{
  font-size:11px!important;
  line-height:1.4!important;
}

body.settings-page.settings-php-page .settings-preview-profile p{
  font-size:12px!important;
  line-height:1.6!important;
}

body.settings-page.settings-php-page .settings-preview-stats i{
  font-size:11px!important;
}

body.settings-page.settings-php-page .settings-preview-stats b{
  font-size:12px!important;
  line-height:1.35!important;
}

body.settings-page.settings-php-page .settings-preview-stats span{
  font-size:10.5px!important;
  line-height:1.4!important;
}

body.settings-page.settings-php-page .settings-side-help b{
  font-size:12px!important;
  line-height:1.35!important;
}

body.settings-page.settings-php-page .settings-side-help p{
  font-size:10.5px!important;
  line-height:1.5!important;
}

body.settings-page.settings-php-page .settings-help-icon{
  font-size:12px!important;
}

@media (max-width:900px){
  body.settings-page.settings-php-page .settings-preview-column{
    position:static!important;
    top:auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.settings-page.settings-php-page .settings-preview-sticky{
    position:relative!important;
    top:auto!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
}

@media (max-width:780px){
  body.settings-page.settings-php-page .settings-preview-head>div>span{font-size:9px!important}
  body.settings-page.settings-php-page .settings-preview-head h2{font-size:14px!important}
  body.settings-page.settings-php-page .settings-preview-profile h3{font-size:12.5px!important}
  body.settings-page.settings-php-page .settings-preview-profile h3 small{font-size:9.5px!important}
  body.settings-page.settings-php-page .settings-preview-profile>b{font-size:10.5px!important}
  body.settings-page.settings-php-page .settings-preview-profile p{font-size:11.5px!important}
  body.settings-page.settings-php-page .settings-preview-stats b{font-size:11.5px!important}
  body.settings-page.settings-php-page .settings-preview-stats span{font-size:10px!important}
  body.settings-page.settings-php-page .settings-side-help b{font-size:11.5px!important}
  body.settings-page.settings-php-page .settings-side-help p{font-size:10px!important}
}

/* ==========================================================================
   OSANIME ABOUT US PHP 8.5 — ROOT PAGE
   ========================================================================== */

body.about-user-page.about-php-page{
  background:#eef2f7;
  color:#fff;
  padding:14px;
}

body.about-user-page.about-php-page .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  border-radius:10px;
  overflow:visible;
}

body.about-user-page.about-php-page .about-hero{
  position:relative;
  min-height:390px;
  padding:30px 54px 22px;
  overflow:hidden;
  isolation:isolate;
  background:#050914;
}

body.about-user-page.about-php-page .about-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,#050914 0%,rgba(5,9,20,.96) 33%,rgba(5,9,20,.58) 61%,rgba(5,9,20,.88) 100%),
    var(--osanime-bg-osnh) center/cover no-repeat;
}

body.about-user-page.about-php-page .about-hero::after{
  content:"";
  position:absolute;
  right:4%;
  top:0;
  width:46%;
  height:100%;
  z-index:-2;
  pointer-events:none;
  opacity:.52;
  background:var(--osanime-bg-rzy) right center/contain no-repeat;
}

body.about-user-page.about-php-page .hero-glow{
  position:absolute;
  inset:auto 0 0;
  height:150px;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(4,9,22,.88));
}

body.about-user-page.about-php-page .about-hero-inner{
  position:relative;
  z-index:5;
}

body.about-user-page.about-php-page .breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:25px;
  color:#b9c6d9;
  font-size:10px;
  font-weight:800;
}

body.about-user-page.about-php-page .breadcrumb a{
  color:#ff5b9e;
}

body.about-user-page.about-php-page .breadcrumb span{
  color:#63748d;
}

body.about-user-page.about-php-page .about-title{
  max-width:640px;
}

body.about-user-page.about-php-page .about-kicker{
  display:block;
  margin-bottom:8px;
  color:#ff5c9d;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}

body.about-user-page.about-php-page .about-title h1{
  margin:0 0 14px;
  color:#fff;
  font-size:52px;
  line-height:1;
  letter-spacing:-1.8px;
}

body.about-user-page.about-php-page .about-title h1 span{
  color:#ff4f93;
}

body.about-user-page.about-php-page .about-title p{
  max-width:560px;
  margin:0;
  color:#dbe4f1;
  font-size:13px;
  line-height:1.7;
}

body.about-user-page.about-php-page .stats-row{
  margin-top:29px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

body.about-user-page.about-php-page .stat-card{
  min-width:0;
  min-height:96px;
  padding:16px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:12px;
  align-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(19,31,55,.98),rgba(10,20,38,.96));
  box-shadow:0 15px 32px rgba(0,0,0,.18);
}

body.about-user-page.about-php-page .stat-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#ff65a5;
  background:rgba(255,79,147,.12);
  font-size:19px;
}

body.about-user-page.about-php-page .stat-card:nth-child(2) .stat-icon{
  color:#72c0ff;
  background:rgba(101,184,255,.12);
}

body.about-user-page.about-php-page .stat-card:nth-child(3) .stat-icon{
  color:#b58aff;
  background:rgba(165,107,255,.12);
}

body.about-user-page.about-php-page .stat-card:nth-child(4) .stat-icon{
  color:#ffba62;
  background:rgba(255,155,50,.12);
}

body.about-user-page.about-php-page .stat-card small{
  display:block;
  margin-bottom:4px;
  overflow:hidden;
  color:#99a8bc;
  font-size:9px;
  font-weight:900;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

body.about-user-page.about-php-page .stat-card b{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1;
}

body.about-user-page.about-php-page .stat-card span{
  display:block;
  margin-top:6px;
  overflow:hidden;
  color:#9eacc0;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.about-user-page.about-php-page .about-content{
  padding:20px 54px 30px;
  background:linear-gradient(180deg,#071020,#040813);
}

body.about-user-page.about-php-page .about-grid{
  display:grid;
  grid-template-columns:1.25fr .95fr .82fr;
  gap:13px;
  align-items:stretch;
}

body.about-user-page.about-php-page .lower-grid{
  margin-top:13px;
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(260px,.7fr);
  gap:13px;
}

body.about-user-page.about-php-page .about-card{
  min-width:0;
  padding:17px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.about-user-page.about-php-page .card-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:13px;
  color:#fff;
  font-size:14px;
  font-weight:900;
}

body.about-user-page.about-php-page .title-icon{
  width:37px;
  height:37px;
  flex:0 0 37px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#ff61a1;
  background:rgba(255,79,147,.11);
  font-size:16px;
}

body.about-user-page.about-php-page .accordion-toggle{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  color:#8998ad;
}

body.about-user-page.about-php-page .story-card p{
  margin:0 0 13px;
  color:#cbd5e3;
  font-size:11px;
  line-height:1.75;
}

body.about-user-page.about-php-page .story-card p:last-child{
  margin-bottom:0;
}

body.about-user-page.about-php-page .heart{
  color:#ff4f93;
  font-weight:900;
}

body.about-user-page.about-php-page .mission-list,
body.about-user-page.about-php-page .why-list{
  display:grid;
  gap:11px;
}

body.about-user-page.about-php-page .mission-item,
body.about-user-page.about-php-page .why-item{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  align-items:center;
  padding-bottom:11px;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.about-user-page.about-php-page .mission-item:last-child,
body.about-user-page.about-php-page .why-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}

body.about-user-page.about-php-page .mission-item>i,
body.about-user-page.about-php-page .why-item>i{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#b689ff;
  background:rgba(165,107,255,.11);
  font-size:14px;
}

body.about-user-page.about-php-page .why-item:nth-child(1)>i{
  color:#ff64a3;
  background:rgba(255,79,147,.11);
}

body.about-user-page.about-php-page .why-item:nth-child(3)>i,
body.about-user-page.about-php-page .why-item:nth-child(4)>i{
  color:#74c0ff;
  background:rgba(101,184,255,.11);
}

body.about-user-page.about-php-page .mission-item b,
body.about-user-page.about-php-page .why-item b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:10.5px;
}

body.about-user-page.about-php-page .mission-item span,
body.about-user-page.about-php-page .why-item span{
  display:block;
  color:#93a2b6;
  font-size:9px;
  line-height:1.45;
}

body.about-user-page.about-php-page .feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

body.about-user-page.about-php-page .feature-card{
  min-width:0;
  min-height:76px;
  padding:11px;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) 14px;
  gap:9px;
  align-items:center;
  border:1px solid rgba(255,255,255,.065);
  border-radius:9px;
  background:#0c172a;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

body.about-user-page.about-php-page .feature-card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,79,147,.22);
  background:#101c31;
}

body.about-user-page.about-php-page .feature-card>i:first-child{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#ff64a3;
  background:rgba(255,79,147,.11);
  font-size:15px;
}

body.about-user-page.about-php-page .feature-card.blue>i:first-child{
  color:#72c0ff;
  background:rgba(101,184,255,.11);
}

body.about-user-page.about-php-page .feature-card.violet>i:first-child{
  color:#b78bff;
  background:rgba(165,107,255,.11);
}

body.about-user-page.about-php-page .feature-card b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:10px;
}

body.about-user-page.about-php-page .feature-card span span{
  display:block;
  color:#8796aa;
  font-size:8.5px;
  line-height:1.4;
}

body.about-user-page.about-php-page .feature-card .arrow{
  color:#68788f;
  font-size:8px;
}

body.about-user-page.about-php-page .value-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

body.about-user-page.about-php-page .value-tags span{
  min-height:34px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,79,147,.24);
  border-radius:8px;
  background:rgba(255,79,147,.055);
  color:#ff8abb;
  font-size:9px;
  font-weight:800;
}

body.about-user-page.about-php-page .contact-strip{
  margin-top:13px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:linear-gradient(90deg,#101a2e,#091326);
}

body.about-user-page.about-php-page .contact-box{
  min-width:0;
  min-height:84px;
  padding:14px 17px;
  display:grid;
  grid-template-columns:43px minmax(0,1fr);
  gap:11px;
  align-items:center;
  border-right:1px solid rgba(255,255,255,.07);
}

body.about-user-page.about-php-page .contact-box:last-child{
  border-right:0;
}

body.about-user-page.about-php-page .contact-box>i{
  width:41px;
  height:41px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#ff64a3;
  background:rgba(255,79,147,.11);
  font-size:16px;
}

body.about-user-page.about-php-page .contact-box:nth-child(2)>i{
  color:#72c0ff;
  background:rgba(101,184,255,.11);
}

body.about-user-page.about-php-page .contact-box:nth-child(3)>i{
  color:#b78bff;
  background:rgba(165,107,255,.11);
}

body.about-user-page.about-php-page .contact-box small{
  display:block;
  margin-bottom:3px;
  color:#7f8ea4;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}

body.about-user-page.about-php-page .contact-box b{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.about-user-page.about-php-page .contact-box span{
  display:block;
  margin-top:3px;
  color:#8796aa;
  font-size:8.5px;
  line-height:1.4;
}

body.about-user-page.about-php-page .foot nav a.active{
  color:#ff4f93;
}

@media(max-width:1100px){
  body.about-user-page.about-php-page .about-hero,
  body.about-user-page.about-php-page .about-content{
    padding-left:30px;
    padding-right:30px;
  }

  body.about-user-page.about-php-page .about-grid{
    grid-template-columns:1fr 1fr;
  }

  body.about-user-page.about-php-page .why-card{
    grid-column:1/-1;
  }

  body.about-user-page.about-php-page .lower-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:780px){
  body.about-user-page.about-php-page{
    padding:0;
    background:#040916;
  }

  body.about-user-page.about-php-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.about-user-page.about-php-page .about-hero{
    min-height:auto;
    padding:18px 13px 15px;
  }

  body.about-user-page.about-php-page .about-hero::after{
    right:-14%;
    width:67%;
    opacity:.28;
  }

  body.about-user-page.about-php-page .breadcrumb{
    margin-bottom:15px;
    font-size:9px;
  }

  body.about-user-page.about-php-page .about-kicker{
    font-size:7.5px;
  }

  body.about-user-page.about-php-page .about-title{
    max-width:330px;
  }

  body.about-user-page.about-php-page .about-title h1{
    margin-bottom:8px;
    font-size:30px;
    letter-spacing:-.8px;
  }

  body.about-user-page.about-php-page .about-title p{
    max-width:310px;
    font-size:10.5px;
    line-height:1.55;
  }

  body.about-user-page.about-php-page .stats-row{
    margin-top:18px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }

  body.about-user-page.about-php-page .stat-card{
    min-height:73px;
    padding:10px;
    grid-template-columns:37px minmax(0,1fr);
    gap:8px;
    border-radius:9px;
  }

  body.about-user-page.about-php-page .stat-icon{
    width:35px;
    height:35px;
    border-radius:9px;
    font-size:14px;
  }

  body.about-user-page.about-php-page .stat-card small{
    font-size:7px;
  }

  body.about-user-page.about-php-page .stat-card b{
    font-size:16px;
  }

  body.about-user-page.about-php-page .stat-card span{
    margin-top:3px;
    font-size:7.5px;
  }

  body.about-user-page.about-php-page .about-content{
    padding:10px 10px 20px;
  }

  body.about-user-page.about-php-page .about-grid,
  body.about-user-page.about-php-page .lower-grid{
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  body.about-user-page.about-php-page .lower-grid{
    margin-top:8px;
  }

  body.about-user-page.about-php-page .about-card{
    padding:12px;
    border-radius:10px;
  }

  body.about-user-page.about-php-page .card-title{
    margin-bottom:9px;
    font-size:12px;
  }

  body.about-user-page.about-php-page .title-icon{
    width:32px;
    height:32px;
    flex-basis:32px;
    font-size:13px;
  }

  body.about-user-page.about-php-page .accordion-toggle{
    display:grid;
    place-items:center;
    width:30px;
    height:30px;
  }

  body.about-user-page.about-php-page .accordion-card .card-body{
    max-height:900px;
    overflow:hidden;
    opacity:1;
    transition:max-height .22s ease,opacity .18s ease;
  }

  body.about-user-page.about-php-page .accordion-card.is-closed .card-body{
    max-height:0;
    opacity:0;
  }

  body.about-user-page.about-php-page .accordion-card.is-closed .card-title{
    margin-bottom:0;
  }

  body.about-user-page.about-php-page .story-card p{
    font-size:10px;
    line-height:1.6;
  }

  body.about-user-page.about-php-page .mission-item b,
  body.about-user-page.about-php-page .why-item b{
    font-size:10px;
  }

  body.about-user-page.about-php-page .mission-item span,
  body.about-user-page.about-php-page .why-item span{
    font-size:8.7px;
  }

  body.about-user-page.about-php-page .feature-grid{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:1px 1px 5px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.about-user-page.about-php-page .feature-grid::-webkit-scrollbar{
    display:none;
  }

  body.about-user-page.about-php-page .feature-card{
    width:145px;
    min-width:145px;
    min-height:105px;
    flex:0 0 145px;
    grid-template-columns:1fr;
    gap:7px;
    justify-items:center;
    text-align:center;
    scroll-snap-align:start;
  }

  body.about-user-page.about-php-page .feature-card .arrow{
    display:none;
  }

  body.about-user-page.about-php-page .feature-card span span{
    font-size:8px;
  }

  body.about-user-page.about-php-page .contact-strip{
    display:flex;
    flex-direction:column;
    gap:7px;
    border:0;
    background:transparent;
  }

  body.about-user-page.about-php-page .contact-box{
    min-height:68px;
    padding:11px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:9px;
    background:linear-gradient(180deg,#101a2e,#091326);
  }

  body.about-user-page.about-php-page .contact-box b{
    font-size:9.5px;
  }

  body.about-user-page.about-php-page .contact-box span{
    font-size:8px;
  }
}

@media(max-width:390px){
  body.about-user-page.about-php-page .stats-row{
    gap:6px;
  }

  body.about-user-page.about-php-page .stat-card{
    padding:9px 8px;
  }

  body.about-user-page.about-php-page .feature-card{
    width:132px;
    min-width:132px;
    flex-basis:132px;
  }
}

/* ==========================================================================
   OSANIME CONTACT US PHP 8.5 — ROOT PAGE
   ========================================================================== */

body.contact-user-page.contact-php-page{
  background:#eef2f7;
  color:#fff;
  padding:14px;
}

body.contact-user-page.contact-php-page .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  border-radius:10px;
  overflow:visible;
}

body.contact-user-page.contact-php-page .contact-page-wrap{
  min-width:0;
  overflow:hidden;
  background:linear-gradient(180deg,#071020 0%,#040813 100%);
}

body.contact-user-page.contact-php-page .contact-hero{
  position:relative;
  min-height:386px;
  padding:30px 54px 24px;
  overflow:hidden;
  isolation:isolate;
  background:#050914;
}

body.contact-user-page.contact-php-page .contact-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,#050914 0%,rgba(5,9,20,.96) 32%,rgba(5,9,20,.58) 64%,rgba(5,9,20,.90) 100%),
    var(--osanime-bg-osnh) center/cover no-repeat;
}

body.contact-user-page.contact-php-page .contact-hero::after{
  content:"";
  position:absolute;
  right:5%;
  top:0;
  width:43%;
  height:100%;
  z-index:-2;
  pointer-events:none;
  opacity:.54;
  background:var(--osanime-bg-rzy) right center/contain no-repeat;
}

body.contact-user-page.contact-php-page .contact-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:23px;
  color:#bfc8da;
  font-size:10px;
  font-weight:800;
}

body.contact-user-page.contact-php-page .contact-breadcrumb a{
  color:#ff5b9e;
}

body.contact-user-page.contact-php-page .contact-breadcrumb span{
  color:#63748d;
}

body.contact-user-page.contact-php-page .contact-title{
  max-width:640px;
}

body.contact-user-page.contact-php-page .contact-kicker{
  display:block;
  margin-bottom:8px;
  color:#ff5c9d;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}

body.contact-user-page.contact-php-page .contact-title h1{
  margin:0 0 13px;
  color:#fff;
  font-size:50px;
  line-height:1;
  letter-spacing:-1.7px;
}

body.contact-user-page.contact-php-page .contact-title h1 span{
  color:#ff4f93;
}

body.contact-user-page.contact-php-page .contact-title p{
  max-width:570px;
  margin:0;
  color:#dce5f2;
  font-size:13px;
  line-height:1.7;
}

body.contact-user-page.contact-php-page .contact-stats{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

body.contact-user-page.contact-php-page .contact-stat{
  min-width:0;
  min-height:96px;
  padding:15px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:11px;
  align-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(19,31,55,.98),rgba(10,20,38,.96));
  box-shadow:0 15px 32px rgba(0,0,0,.18);
}

body.contact-user-page.contact-php-page .contact-stat>i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#ff65a5;
  background:rgba(255,79,147,.12);
  font-size:18px;
}

body.contact-user-page.contact-php-page .contact-stat:nth-child(2)>i{
  color:#b58aff;
  background:rgba(165,107,255,.12);
}

body.contact-user-page.contact-php-page .contact-stat:nth-child(3)>i{
  color:#72c0ff;
  background:rgba(101,184,255,.12);
}

body.contact-user-page.contact-php-page .contact-stat:nth-child(4)>i{
  color:#ffba62;
  background:rgba(255,155,50,.12);
}

body.contact-user-page.contact-php-page .contact-stat b{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:10.5px;
}

body.contact-user-page.contact-php-page .contact-stat span{
  display:block;
  color:#98a7bb;
  font-size:9.5px;
  line-height:1.45;
}

body.contact-user-page.contact-php-page .contact-content{
  padding:18px 54px 30px;
  background:linear-gradient(180deg,#071020,#040813);
}

body.contact-user-page.contact-php-page .contact-alert{
  margin-bottom:13px;
  padding:12px 14px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:10px;
  align-items:start;
  border-radius:10px;
}

body.contact-user-page.contact-php-page .contact-alert>i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
}

body.contact-user-page.contact-php-page .contact-alert.success{
  border:1px solid rgba(85,229,154,.18);
  background:rgba(85,229,154,.07);
}

body.contact-user-page.contact-php-page .contact-alert.success>i{
  color:#62e99f;
  background:rgba(85,229,154,.10);
}

body.contact-user-page.contact-php-page .contact-alert.error{
  border:1px solid rgba(255,102,126,.18);
  background:rgba(255,102,126,.07);
}

body.contact-user-page.contact-php-page .contact-alert.error>i{
  color:#ff7a91;
  background:rgba(255,102,126,.10);
}

body.contact-user-page.contact-php-page .contact-alert b{
  display:block;
  margin-bottom:3px;
  font-size:11px;
}

body.contact-user-page.contact-php-page .contact-alert span,
body.contact-user-page.contact-php-page .contact-alert li{
  color:#9eacc0;
  font-size:10px;
  line-height:1.5;
}

body.contact-user-page.contact-php-page .contact-alert ul{
  margin:4px 0 0 17px;
}

body.contact-user-page.contact-php-page .contact-grid{
  display:grid;
  grid-template-columns:1.28fr 1fr 1fr .86fr;
  gap:13px;
  align-items:start;
}

body.contact-user-page.contact-php-page .contact-card{
  min-width:0;
  min-height:100%;
  padding:15px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.contact-user-page.contact-php-page .contact-card-title{
  width:100%;
  min-height:32px;
  padding:0;
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  background:transparent;
  color:#fff;
  font-family:inherit;
  font-size:11px;
  font-weight:900;
  text-align:left;
  text-transform:uppercase;
  cursor:default;
}

body.contact-user-page.contact-php-page .contact-card-title .num{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:linear-gradient(180deg,#a83e80,#6c244f);
  color:#fff;
  font-size:10px;
}

body.contact-user-page.contact-php-page .contact-card-title .chev{
  display:none;
  margin-left:auto;
  color:#8291a6;
  font-size:9px;
}

body.contact-user-page.contact-php-page .contact-card-body{
  margin-top:13px;
}

body.contact-user-page.contact-php-page .contact-form{
  display:grid;
  gap:10px;
}

body.contact-user-page.contact-php-page .field{
  display:block;
}

body.contact-user-page.contact-php-page .field>span{
  display:block;
  margin-bottom:6px;
  color:#a6b3c4;
  font-size:9px;
  font-weight:800;
}

body.contact-user-page.contact-php-page .field>div{
  position:relative;
}

body.contact-user-page.contact-php-page .field>div>i{
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  color:#77879d;
  font-size:11px;
  pointer-events:none;
}

body.contact-user-page.contact-php-page .field input,
body.contact-user-page.contact-php-page .field textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.11);
  border-radius:8px;
  outline:0;
  background:#071020;
  color:#fff;
  font-family:inherit;
  font-size:10.5px;
  transition:border-color .18s ease,box-shadow .18s ease;
}

body.contact-user-page.contact-php-page .field input{
  height:42px;
  padding:0 12px 0 36px;
}

body.contact-user-page.contact-php-page .field textarea{
  min-height:128px;
  padding:11px 12px;
  resize:vertical;
  line-height:1.55;
}

body.contact-user-page.contact-php-page .field input::placeholder,
body.contact-user-page.contact-php-page .field textarea::placeholder{
  color:#65758c;
}

body.contact-user-page.contact-php-page .field input:focus,
body.contact-user-page.contact-php-page .field textarea:focus{
  border-color:rgba(255,79,147,.58);
  box-shadow:0 0 0 3px rgba(255,79,147,.07);
}

body.contact-user-page.contact-php-page .contact-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

body.contact-user-page.contact-php-page .contact-form-note{
  padding:9px 10px;
  display:flex;
  align-items:flex-start;
  gap:7px;
  border:1px solid rgba(255,193,92,.09);
  border-radius:8px;
  background:rgba(255,193,92,.04);
  color:#99a7ba;
  font-size:8.8px;
  line-height:1.45;
}

body.contact-user-page.contact-php-page .contact-form-note i{
  margin-top:1px;
  color:#ffc66f;
}

body.contact-user-page.contact-php-page .send-btn{
  min-height:42px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff62a6,#e9367f);
  box-shadow:0 10px 20px rgba(255,79,147,.15);
  color:#fff;
  font-family:inherit;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}

body.contact-user-page.contact-php-page .send-btn i{
  margin-right:6px;
}

body.contact-user-page.contact-php-page .info-list,
body.contact-user-page.contact-php-page .help-list,
body.contact-user-page.contact-php-page .social-list{
  display:grid;
  gap:9px;
}

body.contact-user-page.contact-php-page .info-item{
  min-width:0;
  padding-bottom:10px;
  display:grid;
  grid-template-columns:39px minmax(0,1fr);
  gap:9px;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.contact-user-page.contact-php-page .info-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}

body.contact-user-page.contact-php-page .info-item>i{
  width:37px;
  height:37px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,79,147,.10);
  color:#ff63a3;
  font-size:14px;
}

body.contact-user-page.contact-php-page .info-item:nth-child(2)>i{
  color:#b589ff;
  background:rgba(165,107,255,.10);
}

body.contact-user-page.contact-php-page .info-item:nth-child(3)>i{
  color:#72c0ff;
  background:rgba(101,184,255,.10);
}

body.contact-user-page.contact-php-page .info-item b,
body.contact-user-page.contact-php-page .help-item b,
body.contact-user-page.contact-php-page .social-item b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:10px;
}

body.contact-user-page.contact-php-page .info-item span,
body.contact-user-page.contact-php-page .help-item span,
body.contact-user-page.contact-php-page .social-item span{
  display:block;
  overflow-wrap:anywhere;
  color:#8f9eb2;
  font-size:9px;
  line-height:1.45;
}

body.contact-user-page.contact-php-page .help-item,
body.contact-user-page.contact-php-page .social-item{
  min-width:0;
  min-height:58px;
  padding:9px;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 12px;
  gap:8px;
  align-items:center;
  border:1px solid rgba(255,255,255,.065);
  border-radius:8px;
  background:#0b1427;
  transition:background .18s ease,border-color .18s ease;
}

body.contact-user-page.contact-php-page .help-item:hover,
body.contact-user-page.contact-php-page .social-item:hover{
  border-color:rgba(255,79,147,.20);
  background:#101b30;
}

body.contact-user-page.contact-php-page .help-item>i:first-child,
body.contact-user-page.contact-php-page .social-item>i:first-child{
  justify-self:center;
  color:#72bdff;
  font-size:15px;
}

body.contact-user-page.contact-php-page .help-item:nth-child(2)>i:first-child{
  color:#b98aff;
}

body.contact-user-page.contact-php-page .help-item:nth-child(3)>i:first-child{
  color:#ff65a5;
}

body.contact-user-page.contact-php-page .social-item:nth-child(1)>i:first-child{
  color:#9f7cff;
}

body.contact-user-page.contact-php-page .social-item:nth-child(2)>i:first-child{
  color:#6ea1ff;
}

body.contact-user-page.contact-php-page .social-item:nth-child(3)>i:first-child{
  color:#52c4ff;
}

body.contact-user-page.contact-php-page .arrow{
  justify-self:end;
  color:#69798f;
  font-size:8px;
}

body.contact-user-page.contact-php-page .why-card{
  margin-top:13px;
  min-height:0;
}

body.contact-user-page.contact-php-page .why-list{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}

body.contact-user-page.contact-php-page .why-list span{
  min-width:0;
  min-height:38px;
  padding:8px;
  display:flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:#0b1427;
  color:#bec9d8;
  font-size:9px;
}

body.contact-user-page.contact-php-page .why-list i{
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ff4f93;
  color:#fff;
  font-size:7px;
}

body.contact-user-page.contact-php-page .contact-strip{
  margin-top:13px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:linear-gradient(90deg,#101a2e,#091326);
}

body.contact-user-page.contact-php-page .strip-box{
  min-width:0;
  min-height:84px;
  padding:13px 15px;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  border-right:1px solid rgba(255,255,255,.07);
}

body.contact-user-page.contact-php-page .strip-box:last-child{
  border-right:0;
}

body.contact-user-page.contact-php-page .strip-box>i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,79,147,.10);
  color:#ff64a3;
  font-size:15px;
}

body.contact-user-page.contact-php-page .strip-box:nth-child(2)>i{
  color:#72c0ff;
  background:rgba(101,184,255,.10);
}

body.contact-user-page.contact-php-page .strip-box:nth-child(3)>i{
  color:#b78bff;
  background:rgba(165,107,255,.10);
}

body.contact-user-page.contact-php-page .strip-box small{
  display:block;
  margin-bottom:3px;
  color:#7f8fa5;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}

body.contact-user-page.contact-php-page .strip-box b{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.contact-user-page.contact-php-page .strip-box span{
  display:block;
  margin-top:3px;
  color:#8796aa;
  font-size:8.5px;
  line-height:1.4;
}

body.contact-user-page.contact-php-page .strip-box>a{
  min-height:31px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:#ff4f93;
  color:#fff;
  font-size:8.5px;
  font-weight:900;
  white-space:nowrap;
}

body.contact-user-page.contact-php-page .strip-box:nth-child(3)>a{
  background:#8756e8;
}

body.contact-user-page.contact-php-page .foot nav a.active{
  color:#ff4f93;
}

@media(max-width:1180px){
  body.contact-user-page.contact-php-page .contact-hero,
  body.contact-user-page.contact-php-page .contact-content{
    padding-left:32px;
    padding-right:32px;
  }

  body.contact-user-page.contact-php-page .contact-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.contact-user-page.contact-php-page .contact-grid{
    grid-template-columns:1.2fr 1fr;
  }

  body.contact-user-page.contact-php-page .why-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  body.contact-user-page.contact-php-page{
    padding:0;
    background:#040916;
  }

  body.contact-user-page.contact-php-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.contact-user-page.contact-php-page .contact-hero{
    min-height:auto;
    padding:18px 13px 15px;
  }

  body.contact-user-page.contact-php-page .contact-hero::after{
    right:-16%;
    width:66%;
    opacity:.28;
  }

  body.contact-user-page.contact-php-page .contact-breadcrumb{
    margin-bottom:14px;
    font-size:9px;
  }

  body.contact-user-page.contact-php-page .contact-kicker{
    font-size:7.5px;
  }

  body.contact-user-page.contact-php-page .contact-title{
    max-width:330px;
  }

  body.contact-user-page.contact-php-page .contact-title h1{
    margin-bottom:8px;
    font-size:30px;
    letter-spacing:-.8px;
  }

  body.contact-user-page.contact-php-page .contact-title p{
    max-width:310px;
    font-size:10.5px;
    line-height:1.55;
  }

  body.contact-user-page.contact-php-page .contact-stats{
    margin-top:17px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }

  body.contact-user-page.contact-php-page .contact-stat{
    min-height:70px;
    padding:9px;
    grid-template-columns:35px minmax(0,1fr);
    gap:8px;
    border-radius:9px;
  }

  body.contact-user-page.contact-php-page .contact-stat>i{
    width:33px;
    height:33px;
    border-radius:8px;
    font-size:13px;
  }

  body.contact-user-page.contact-php-page .contact-stat b{
    margin-bottom:2px;
    font-size:8.5px;
  }

  body.contact-user-page.contact-php-page .contact-stat span{
    font-size:8px;
    line-height:1.3;
  }

  body.contact-user-page.contact-php-page .contact-content{
    padding:10px 10px 20px;
  }

  body.contact-user-page.contact-php-page .contact-grid{
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  body.contact-user-page.contact-php-page .contact-card{
    width:100%;
    min-height:0;
    padding:11px;
    border-radius:9px;
  }

  body.contact-user-page.contact-php-page .contact-card-title{
    min-height:30px;
    font-size:10px;
    cursor:pointer;
  }

  body.contact-user-page.contact-php-page .contact-card-title.static{
    cursor:default;
  }

  body.contact-user-page.contact-php-page .contact-card-title .num{
    width:25px;
    height:25px;
    flex-basis:25px;
    border-radius:7px;
    font-size:9px;
  }

  body.contact-user-page.contact-php-page .contact-card-title .chev{
    display:block;
    transition:transform .18s ease;
  }

  body.contact-user-page.contact-php-page .contact-card:not(.why-card) .contact-card-body{
    max-height:0;
    margin-top:0;
    overflow:hidden;
    opacity:0;
    transition:max-height .24s ease,opacity .18s ease,margin-top .18s ease;
  }

  body.contact-user-page.contact-php-page .contact-card.is-open .contact-card-body{
    max-height:1100px;
    margin-top:10px;
    opacity:1;
  }

  body.contact-user-page.contact-php-page .contact-card.is-open .contact-card-title .chev{
    transform:rotate(180deg);
  }

  body.contact-user-page.contact-php-page .field>span{
    font-size:8.5px;
  }

  body.contact-user-page.contact-php-page .field input,
  body.contact-user-page.contact-php-page .field textarea{
    font-size:10px;
  }

  body.contact-user-page.contact-php-page .why-card{
    margin-top:8px;
  }

  body.contact-user-page.contact-php-page .why-list{
    grid-template-columns:1fr;
  }

  body.contact-user-page.contact-php-page .contact-strip{
    margin-top:8px;
    grid-template-columns:1fr;
    border-radius:9px;
  }

  body.contact-user-page.contact-php-page .strip-box{
    min-height:66px;
    padding:10px 11px;
    grid-template-columns:36px minmax(0,1fr);
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.07);
  }

  body.contact-user-page.contact-php-page .strip-box:last-child{
    border-bottom:0;
  }

  body.contact-user-page.contact-php-page .strip-box>i{
    width:34px;
    height:34px;
    font-size:13px;
  }

  body.contact-user-page.contact-php-page .strip-box>a{
    display:none;
  }
}

/* ==========================================================================
   OSANIME CONTACT US — OPTIMIZED SUPPORT CENTER FINAL LAYER
   ========================================================================== */

body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero{
  min-height:430px;
  padding-bottom:26px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-title{
  max-width:670px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-title h1{
  font-size:47px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-title p{
  max-width:610px;
  font-size:12.5px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions{
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:9px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions button,
body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions a{
  min-height:36px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:8px;
  font-family:inherit;
  font-size:9.5px;
  font-weight:900;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions button{
  border:0;
  background:linear-gradient(180deg,#ff5fa3,#e93d84);
  color:#fff;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(255,79,147,.16);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions a{
  border:1px solid rgba(255,255,255,.13);
  background:rgba(7,17,34,.64);
  color:#dce5f1;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-stats{
  margin-top:23px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-stat{
  min-height:88px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-content{
  padding-top:16px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-panel,
body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-panel,
body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-card,
body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-panel{
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-panel{
  padding:16px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head{
  margin-bottom:13px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head>div>span{
  display:block;
  margin-bottom:3px;
  color:#76869c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.9px;
  text-transform:uppercase;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head h2{
  margin:0;
  color:#fff;
  font-size:15px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head p{
  margin:4px 0 0;
  color:#8c9aaf;
  font-size:9.5px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head>a{
  color:#ff6ca8;
  font-size:8.5px;
  font-weight:900;
  white-space:nowrap;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card{
  min-width:0;
  min-height:118px;
  padding:13px 10px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.065);
  border-radius:9px;
  background:#0b1629;
  color:#fff;
  text-align:left;
  font-family:inherit;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card:hover{
  transform:translateY(-2px);
  background:#101d33;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card>i{
  width:36px;
  height:36px;
  margin-bottom:10px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,79,147,.10);
  color:#ff65a5;
  font-size:14px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card.blue>i{
  color:#73c2ff;
  background:rgba(101,184,255,.10);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card.violet>i{
  color:#b78bff;
  background:rgba(165,107,255,.10);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card.amber>i{
  color:#ffc76e;
  background:rgba(255,193,92,.10);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card.green>i{
  color:#63e69e;
  background:rgba(82,227,138,.10);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card.cyan>i{
  color:#67d9eb;
  background:rgba(83,210,229,.10);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card b{
  margin-bottom:5px;
  font-size:10px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card span{
  color:#8392a8;
  font-size:8.4px;
  line-height:1.45;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
  margin-top:13px;
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.62fr);
  gap:13px;
  align-items:start;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-panel{
  padding:17px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-head{
  margin-bottom:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-step{
  display:block;
  margin-bottom:3px;
  color:#ff69a6;
  font-size:8px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-head h2{
  margin:0;
  color:#fff;
  font-size:16px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-head p{
  margin:4px 0 0;
  color:#8796aa;
  font-size:9.5px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-user-state{
  min-width:145px;
  padding:8px 10px;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:8px;
  align-items:center;
  border:1px solid rgba(255,255,255,.065);
  border-radius:9px;
  background:#0b1629;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-user-state>i{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,.045);
  color:#8998ad;
  font-size:10px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-user-state.member>i{
  color:#63e69e;
  background:rgba(82,227,138,.09);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-user-state small{
  display:block;
  color:#748399;
  font-size:7px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-user-state b{
  display:block;
  margin-top:2px;
  overflow:hidden;
  color:#fff;
  font-size:8.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form.optimized{
  gap:11px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-grid.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .field>span b{
  color:#ff6ba8;
}

body.contact-user-page.contact-php-page.contact-help-center-page .field>span em{
  color:#66768d;
  font-style:normal;
  font-weight:500;
}

body.contact-user-page.contact-php-page.contact-help-center-page .field>small{
  display:block;
  margin-top:5px;
  color:#65758b;
  font-size:7.8px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-select-wrap{
  position:relative;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-select-wrap select{
  width:100%;
  height:42px;
  padding:0 35px 0 11px;
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(255,255,255,.11);
  border-radius:8px;
  outline:0;
  background:#071020;
  color:#fff;
  font-family:inherit;
  font-size:10.5px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-select-wrap>i{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:#77879d;
  font-size:8px;
  pointer-events:none;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-select-wrap select:focus{
  border-color:rgba(255,79,147,.58);
  box-shadow:0 0 0 3px rgba(255,79,147,.07);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-message-meta{
  margin-top:5px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#65758b;
  font-size:7.8px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-message-meta span{
  flex:0 0 auto;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-message-meta b{
  color:#99a8bd;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-guidance{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-guidance>div{
  min-height:45px;
  padding:9px 10px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:7px;
  align-items:start;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:#0b1629;
  color:#8796aa;
  font-size:8px;
  line-height:1.45;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-guidance>div i{
  margin-top:1px;
  color:#72c0ff;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-guidance>div:last-child i{
  color:#ffc66f;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row{
  padding-top:3px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row>div{
  display:flex;
  align-items:center;
  gap:6px;
  color:#79899f;
  font-size:8.5px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row>div i{
  color:#9c78ff;
}

body.contact-user-page.contact-php-page.contact-help-center-page .send-btn{
  min-width:180px;
  padding:0 15px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .send-btn:disabled{
  opacity:.72;
  cursor:wait;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-side{
  position:sticky;
  top:16px;
  display:grid;
  gap:10px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-card{
  padding:14px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title{
  margin-bottom:11px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:9px;
  align-items:center;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title>i{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.09);
  color:#ff65a5;
  font-size:12px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title b{
  display:block;
  color:#fff;
  font-size:10px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title span{
  display:block;
  margin-top:2px;
  color:#7d8ca1;
  font-size:7.8px;
  line-height:1.35;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-checklist{
  display:grid;
  gap:7px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-checklist span{
  display:grid;
  grid-template-columns:17px minmax(0,1fr);
  gap:6px;
  align-items:start;
  color:#8796aa;
  font-size:8px;
  line-height:1.4;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-checklist i{
  color:#62e69d;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links{
  display:grid;
  gap:6px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a{
  min-height:37px;
  padding:0 9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:#0b1629;
  color:#bec8d7;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a>span{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a>span i{
  color:#ff65a5;
  font-size:9px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a b{
  overflow:hidden;
  font-size:8.3px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a>i{
  color:#65758b;
  font-size:7px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email{
  width:100%;
  min-height:48px;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:8px;
  background:#0b1629;
  color:#fff;
  font-family:inherit;
  text-align:left;
  cursor:pointer;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email small{
  display:block;
  margin-bottom:2px;
  color:#708097;
  font-size:7px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email b{
  display:block;
  overflow-wrap:anywhere;
  font-size:8.7px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email>i{
  color:#8c9bb0;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email.copied{
  border-color:rgba(82,227,138,.15);
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email.copied>i{
  color:#62e69d;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-email-link{
  min-height:34px;
  margin-top:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border-radius:8px;
  background:#ff4f93;
  color:#fff;
  font-size:8.5px;
  font-weight:900;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-panel{
  margin-top:13px;
  padding:15px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head.compact{
  margin-bottom:10px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid>a{
  min-width:0;
  min-height:66px;
  padding:11px;
  display:grid;
  grid-template-columns:36px minmax(0,1fr) 14px;
  gap:9px;
  align-items:center;
  border:1px solid rgba(255,255,255,.055);
  border-radius:9px;
  background:#0b1629;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid>a:hover{
  transform:translateY(-1px);
  background:#101d33;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid>a>i:first-child{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(165,107,255,.10);
  color:#aa82ff;
  font-size:14px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid>a:nth-child(2)>i:first-child{
  background:rgba(101,154,255,.10);
  color:#79a8ff;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid>a:nth-child(3)>i:first-child{
  background:rgba(83,197,235,.10);
  color:#63c9f0;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid b{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:9.5px;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid span{
  display:block;
  color:#7e8da2;
  font-size:8px;
  line-height:1.4;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid>a>i:last-child{
  color:#65758b;
  font-size:7px;
}

@media(max-width:1180px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
    grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);
  }
}

@media(max-width:900px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
    grid-template-columns:1fr;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-side{
    position:static;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero{
    min-height:auto;
    padding-bottom:15px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-title h1{
    font-size:29px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-title p{
    font-size:10.5px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions{
    margin-top:13px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions button,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-hero-actions a{
    min-height:33px;
    padding:0 10px;
    font-size:8.5px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-stats{
    margin-top:15px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-panel{
    padding:12px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-section-head h2{
    font-size:13px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-grid{
    display:flex;
    overflow-x:auto;
    gap:7px;
    padding:1px 1px 5px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-grid::-webkit-scrollbar{
    display:none;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-route-card{
    width:132px;
    min-width:132px;
    min-height:112px;
    flex:0 0 132px;
    scroll-snap-align:start;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-panel{
    padding:12px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-user-state{
    width:100%;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-grid.two{
    grid-template-columns:1fr;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-guidance{
    grid-template-columns:1fr;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row{
    align-items:stretch;
    flex-direction:column;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .send-btn{
    width:100%;
    min-width:0;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-side{
    grid-template-columns:1fr;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-community-grid{
    grid-template-columns:1fr;
  }
}

/* ==========================================================================
   OSANIME CONTACT US — FIELD COLLISION / OVERLAP FIX
   Root cause: legacy global .field and .field span rules from login/register
   were leaking into the Contact Us support form.
   ========================================================================== */

body.contact-user-page.contact-php-page.contact-help-center-page label.field{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  display:block !important;
  align-items:initial !important;
  gap:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Reset the legacy global .field span icon sizing only for Contact Us. */
body.contact-user-page.contact-php-page.contact-help-center-page label.field > span{
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  flex:0 0 auto !important;
  display:block !important;
  margin:0 0 6px !important;
  padding:0 !important;
  color:#a6b3c4 !important;
  font-size:9px !important;
  line-height:1.35 !important;
  text-align:left !important;
}

/* Inputs must not inherit the old login form 100%-height behavior. */
body.contact-user-page.contact-php-page.contact-help-center-page label.field input{
  flex:none !important;
  min-width:0 !important;
  height:42px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  line-height:normal !important;
}

body.contact-user-page.contact-php-page.contact-help-center-page label.field textarea{
  width:100% !important;
  min-width:0 !important;
  min-height:128px !important;
  height:auto !important;
  margin:0 !important;
  box-sizing:border-box !important;
}

/* Fix the 0/5000 counter shown oversized in the screenshot. */
body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta{
  width:100% !important;
  min-height:18px !important;
  margin:6px 0 0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  border:0 !important;
  background:transparent !important;
  color:#65758b !important;
  font-size:8px !important;
  line-height:1.35 !important;
}

body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta small{
  width:auto !important;
  min-width:0 !important;
  flex:1 1 auto !important;
  margin:0 !important;
  padding:0 !important;
  color:#65758b !important;
  font-size:8px !important;
  line-height:1.35 !important;
  text-align:left !important;
}

/* Critical: neutralize .field span {font-size:24px;width:24px}. */
body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta > span{
  width:auto !important;
  height:auto !important;
  min-width:max-content !important;
  flex:0 0 auto !important;
  margin:0 !important;
  padding:0 !important;
  color:#65758b !important;
  font-size:8px !important;
  line-height:1 !important;
  text-align:right !important;
  white-space:nowrap !important;
}

body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta > span b{
  width:auto !important;
  height:auto !important;
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  color:#99a8bd !important;
  font-size:8px !important;
  line-height:1 !important;
  text-align:inherit !important;
}

/* Keep guidance and submit area on their own rows with no accidental overlap. */
body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-guidance{
  position:relative !important;
  clear:both !important;
  width:100% !important;
  margin:0 !important;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row{
  position:relative !important;
  clear:both !important;
  width:100% !important;
  min-height:42px !important;
  margin:0 !important;
  padding-top:4px !important;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row > div{
  min-width:0 !important;
}

body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row .send-btn{
  position:relative !important;
  z-index:2 !important;
  flex:0 0 auto !important;
  margin:0 !important;
  white-space:nowrap !important;
}

/* Select field also needs the legacy field shell fully neutralized. */
body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-select-wrap{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

/* Desktop safety for narrower content widths. */
@media(max-width:1080px) and (min-width:781px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row{
    align-items:stretch !important;
    flex-direction:column !important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row .send-btn{
    align-self:flex-end !important;
  }
}

@media(max-width:780px){
  body.contact-user-page.contact-php-page.contact-help-center-page label.field > span{
    font-size:8.5px !important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page label.field input{
    height:41px !important;
    font-size:10px !important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page label.field textarea{
    min-height:118px !important;
    font-size:10px !important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta,
  body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta small,
  body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta > span,
  body.contact-user-page.contact-php-page.contact-help-center-page label.field .contact-message-meta > span b{
    font-size:7.8px !important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-submit-row .send-btn{
    width:100% !important;
  }
}


/* =========================================================
   CONTACT US - FINAL FAQ-MATCHED SIDEBAR STICKY + TYPOGRAPHY
   - Same outer rail + inner sticky mechanism as FAQ.
   - Opens ancestor overflow so sticky follows page scroll.
   - Sidebar typography uses the final readable FAQ scale.
   - Scoped only to the PHP Contact Us help-center page.
   ========================================================= */

@media (min-width:981px){
  body.contact-user-page.contact-php-page.contact-help-center-page .page,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-root,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-page-wrap,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-content,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
    overflow:visible!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
    align-items:stretch!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-form-panel{
    min-width:0!important;
    align-self:start!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-side{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky>.contact-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
    grid-template-columns:minmax(0,1fr) 280px!important;
    gap:18px!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px) and (min-width:781px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-workspace{
    grid-template-columns:1fr!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-side{
    position:static!important;
    top:auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
}

@media (max-width:780px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-side{
    position:static!important;
    top:auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.contact-user-page.contact-php-page.contact-help-center-page .contact-support-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
}

/* Sidebar typography matched to FAQ final typography scale. */
body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title b{
  font-size:15px!important;
  line-height:1.25!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title span{
  font-size:12px!important;
  line-height:1.5!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-checklist span{
  font-size:11px!important;
  line-height:1.5!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a{
  min-height:40px!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a b{
  font-size:11px!important;
  line-height:1.4!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a>span i{
  font-size:10.5px!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email{
  min-height:50px!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email small{
  font-size:10px!important;
  line-height:1.4!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email b{
  font-size:11px!important;
  line-height:1.4!important;
}
body.contact-user-page.contact-php-page.contact-help-center-page .contact-email-link{
  min-height:40px!important;
  font-size:11px!important;
}

@media (max-width:780px){
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title b{
    font-size:14px!important;
  }
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-side-title span{
    font-size:11.5px!important;
  }
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-checklist span{
    font-size:10.5px!important;
  }
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-help-links>a b,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-copy-email b,
  body.contact-user-page.contact-php-page.contact-help-center-page .contact-email-link{
    font-size:10.5px!important;
  }
}

/* ==========================================================================
   OSANIME DMCA PHP 8.5 — ROOT PAGE
   Fully scoped so legacy global .field rules cannot leak into the DMCA form.
   ========================================================================== */

body.dmca-page.dmca-php-page{
  background:#eef2f7;
  color:#fff;
  padding:14px;
}

body.dmca-page.dmca-php-page .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  border-radius:10px;
  overflow:visible;
}

body.dmca-page.dmca-php-page .dmca-wrap,
body.dmca-page.dmca-php-page .dmca-wrap *{
  box-sizing:border-box;
}

body.dmca-page.dmca-php-page .dmca-wrap{
  position:relative;
  min-width:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 0 0,rgba(255,79,147,.07),transparent 25%),
    linear-gradient(180deg,#061020,#040916 55%,#040916);
}

body.dmca-page.dmca-php-page .dmca-hero{
  position:relative;
  min-height:390px;
  padding:28px 54px 25px;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:#050914;
}

body.dmca-page.dmca-php-page .dmca-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,#050914 0%,rgba(5,9,20,.96) 34%,rgba(5,9,20,.58) 65%,rgba(5,9,20,.90) 100%),
    var(--osanime-bg-osnh) center/cover no-repeat;
}

body.dmca-page.dmca-php-page .dmca-hero::after{
  content:"";
  position:absolute;
  right:4%;
  top:0;
  width:44%;
  height:100%;
  z-index:-2;
  pointer-events:none;
  opacity:.40;
  background:var(--osanime-bg-rzy) right center/contain no-repeat;
}

body.dmca-page.dmca-php-page .dmca-hero-inner{
  position:relative;
  z-index:2;
}

body.dmca-page.dmca-php-page .dmca-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:20px;
  color:#c1ccdc;
  font-size:10px;
  font-weight:800;
}

body.dmca-page.dmca-php-page .dmca-breadcrumb a{
  color:#ff5c9e;
}

body.dmca-page.dmca-php-page .dmca-breadcrumb i{
  color:#66768c;
  font-size:8px;
}

body.dmca-page.dmca-php-page .dmca-kicker{
  display:block;
  margin-bottom:7px;
  color:#ff5c9d;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}

body.dmca-page.dmca-php-page .dmca-title{
  margin:0 0 10px;
  color:#fff;
  font-size:49px;
  line-height:1;
  letter-spacing:-1.5px;
}

body.dmca-page.dmca-php-page .dmca-desc{
  max-width:590px;
  margin:0;
  color:#dce5f2;
  font-size:12.5px;
  line-height:1.65;
}

body.dmca-page.dmca-php-page .dmca-hero-actions{
  margin-top:17px;
  display:flex;
  align-items:center;
  gap:9px;
}

body.dmca-page.dmca-php-page .dmca-hero-actions button,
body.dmca-page.dmca-php-page .dmca-hero-actions a{
  min-height:36px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:8px;
  font-family:inherit;
  font-size:9.5px;
  font-weight:900;
}

body.dmca-page.dmca-php-page .dmca-hero-actions button{
  border:0;
  background:linear-gradient(180deg,#ff5fa3,#e93d84);
  color:#fff;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(255,79,147,.15);
}

body.dmca-page.dmca-php-page .dmca-hero-actions a{
  border:1px solid rgba(255,255,255,.13);
  background:rgba(7,17,34,.64);
  color:#dce5f1;
}

body.dmca-page.dmca-php-page .policy-row{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:11px;
}

body.dmca-page.dmca-php-page .policy-card{
  min-width:0;
  min-height:89px;
  padding:14px;
  display:grid;
  grid-template-columns:45px minmax(0,1fr);
  gap:10px;
  align-items:center;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(18,30,53,.96),rgba(9,18,37,.95));
  box-shadow:0 13px 30px rgba(0,0,0,.16);
}

body.dmca-page.dmca-php-page .policy-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,79,147,.11);
  color:#ff65a5;
  font-size:17px;
}

body.dmca-page.dmca-php-page .policy-card:nth-child(2) .policy-icon{
  background:rgba(101,184,255,.11);
  color:#73c2ff;
}

body.dmca-page.dmca-php-page .policy-card:nth-child(3) .policy-icon{
  background:rgba(165,107,255,.11);
  color:#b78bff;
}

body.dmca-page.dmca-php-page .policy-card:nth-child(4) .policy-icon{
  background:rgba(255,193,92,.11);
  color:#ffc76e;
}

body.dmca-page.dmca-php-page .policy-card b{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:10.5px;
}

body.dmca-page.dmca-php-page .policy-card small{
  display:block;
  color:#92a1b5;
  font-size:9px;
  line-height:1.4;
}

body.dmca-page.dmca-php-page .dmca-content{
  padding:18px 54px 30px;
}

body.dmca-page.dmca-php-page .dmca-alert{
  margin-bottom:13px;
  padding:12px 14px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:10px;
  align-items:start;
  border-radius:10px;
}

body.dmca-page.dmca-php-page .dmca-alert>i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
}

body.dmca-page.dmca-php-page .dmca-alert.success{
  border:1px solid rgba(85,229,154,.18);
  background:rgba(85,229,154,.07);
}

body.dmca-page.dmca-php-page .dmca-alert.success>i{
  color:#62e99f;
  background:rgba(85,229,154,.10);
}

body.dmca-page.dmca-php-page .dmca-alert.error{
  border:1px solid rgba(255,102,126,.18);
  background:rgba(255,102,126,.07);
}

body.dmca-page.dmca-php-page .dmca-alert.error>i{
  color:#ff7a91;
  background:rgba(255,102,126,.10);
}

body.dmca-page.dmca-php-page .dmca-alert b{
  display:block;
  margin-bottom:3px;
  font-size:11px;
}

body.dmca-page.dmca-php-page .dmca-alert span,
body.dmca-page.dmca-php-page .dmca-alert li{
  color:#9eacc0;
  font-size:10px;
  line-height:1.5;
}

body.dmca-page.dmca-php-page .dmca-alert ul{
  margin:4px 0 0 17px;
}

body.dmca-page.dmca-php-page .dmca-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(390px,.86fr);
  gap:14px;
  align-items:start;
}

body.dmca-page.dmca-php-page .dmca-info-column{
  min-width:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}

body.dmca-page.dmca-php-page .dmca-info-card,
body.dmca-page.dmca-php-page .dmca-form-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.dmca-page.dmca-php-page .dmca-card-head,
body.dmca-page.dmca-php-page .dmca-static-head{
  width:100%;
  min-height:57px;
  padding:12px 14px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 20px;
  gap:9px;
  align-items:center;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.055);
  background:transparent;
  color:#fff;
  font-family:inherit;
  text-align:left;
}

body.dmca-page.dmca-php-page .dmca-card-head{
  cursor:default;
}

body.dmca-page.dmca-php-page .dmca-static-head{
  grid-template-columns:30px minmax(0,1fr);
}

body.dmca-page.dmca-php-page .card-no{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:linear-gradient(180deg,#ff5fa3,#a8326b);
  color:#fff;
  font-size:9px;
  font-weight:900;
}

body.dmca-page.dmca-php-page .dmca-card-head small,
body.dmca-page.dmca-php-page .dmca-static-head small{
  display:block;
  margin-bottom:2px;
  color:#728198;
  font-size:7px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
}

body.dmca-page.dmca-php-page .dmca-card-head b,
body.dmca-page.dmca-php-page .dmca-static-head b{
  display:block;
  font-size:10.5px;
}

body.dmca-page.dmca-php-page .dmca-card-head>i{
  justify-self:end;
  color:#6c7c92;
  font-size:8px;
}

body.dmca-page.dmca-php-page .dmca-card-body{
  padding:13px 14px 14px;
}

body.dmca-page.dmca-php-page .dmca-card-body p{
  margin:0 0 10px;
  color:#b9c5d5;
  font-size:10px;
  line-height:1.65;
}

body.dmca-page.dmca-php-page .dmca-card-body p:last-child{
  margin-bottom:0;
}

body.dmca-page.dmca-php-page .dmca-check-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
}

body.dmca-page.dmca-php-page .dmca-check-list li{
  list-style:none;
  display:grid;
  grid-template-columns:16px minmax(0,1fr);
  gap:6px;
  color:#b9c5d5;
  font-size:9.4px;
  line-height:1.45;
}

body.dmca-page.dmca-php-page .dmca-check-list i{
  margin-top:2px;
  color:#5de399;
  font-size:9px;
}

body.dmca-page.dmca-php-page .dmca-process-list{
  display:grid;
  gap:8px;
}

body.dmca-page.dmca-php-page .dmca-process-list>div{
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  gap:8px;
  align-items:start;
}

body.dmca-page.dmca-php-page .dmca-process-list>div>span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,79,147,.30);
  border-radius:50%;
  color:#ff67a5;
  font-size:8px;
  font-weight:900;
}

body.dmca-page.dmca-php-page .dmca-process-list b{
  display:block;
  margin-bottom:2px;
  color:#fff;
  font-size:9.5px;
}

body.dmca-page.dmca-php-page .dmca-process-list small{
  display:block;
  color:#8493a8;
  font-size:8.5px;
  line-height:1.4;
}

body.dmca-page.dmca-php-page .dmca-contact-card{
  grid-column:1/-1;
}

body.dmca-page.dmca-php-page .dmca-contact-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

body.dmca-page.dmca-php-page .dmca-contact-list button,
body.dmca-page.dmca-php-page .dmca-contact-list a{
  min-width:0;
  min-height:53px;
  padding:9px 10px;
  display:grid;
  grid-template-columns:31px minmax(0,1fr) 18px;
  gap:8px;
  align-items:center;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:#0b1629;
  color:#fff;
  font-family:inherit;
  text-align:left;
}

body.dmca-page.dmca-php-page .dmca-contact-list button{
  cursor:pointer;
}

body.dmca-page.dmca-php-page .dmca-contact-list>*>i:first-child{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.10);
  color:#ff65a5;
  font-size:11px;
}

body.dmca-page.dmca-php-page .dmca-contact-list>*:last-child>i:first-child{
  background:rgba(101,184,255,.10);
  color:#73c2ff;
}

body.dmca-page.dmca-php-page .dmca-contact-list small{
  display:block;
  margin-bottom:2px;
  color:#718198;
  font-size:7px;
}

body.dmca-page.dmca-php-page .dmca-contact-list b{
  display:block;
  overflow-wrap:anywhere;
  font-size:8.8px;
}

body.dmca-page.dmca-php-page .dmca-contact-list>*>i:last-child{
  justify-self:end;
  color:#75849a;
  font-size:8px;
}

body.dmca-page.dmca-php-page .dmca-contact-list button.copied>i:last-child{
  color:#61e69c;
}

body.dmca-page.dmca-php-page .dmca-form-card{
  position:sticky;
  top:16px;
  padding:17px;
}

body.dmca-page.dmca-php-page .dmca-form-head{
  margin-bottom:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

body.dmca-page.dmca-php-page .dmca-form-head>div:first-child>span{
  display:block;
  margin-bottom:3px;
  color:#ff68a6;
  font-size:8px;
  font-weight:900;
  letter-spacing:.8px;
}

body.dmca-page.dmca-php-page .dmca-form-head h2{
  margin:0;
  font-size:16px;
}

body.dmca-page.dmca-php-page .dmca-form-head p{
  margin:4px 0 0;
  color:#8796aa;
  font-size:9.4px;
  line-height:1.45;
}

body.dmca-page.dmca-php-page .dmca-account-state{
  min-width:132px;
  padding:7px 9px;
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  gap:7px;
  align-items:center;
  border:1px solid rgba(255,255,255,.06);
  border-radius:8px;
  background:#0b1629;
}

body.dmca-page.dmca-php-page .dmca-account-state>i{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:rgba(255,255,255,.045);
  color:#8291a6;
  font-size:9px;
}

body.dmca-page.dmca-php-page .dmca-account-state.member>i{
  color:#63e69e;
  background:rgba(82,227,138,.09);
}

body.dmca-page.dmca-php-page .dmca-account-state small{
  display:block;
  color:#718198;
  font-size:6.8px;
}

body.dmca-page.dmca-php-page .dmca-account-state b{
  display:block;
  margin-top:2px;
  overflow:hidden;
  font-size:8px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.dmca-page.dmca-php-page .dmca-request-form{
  display:grid;
  gap:10px;
}

body.dmca-page.dmca-php-page .dmca-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

body.dmca-page.dmca-php-page .dmca-form-row.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}

body.dmca-page.dmca-php-page .dmca-field{
  width:100%;
  min-width:0;
  height:auto;
  display:block;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}

body.dmca-page.dmca-php-page .dmca-field>span{
  display:block;
  width:auto;
  margin:0 0 5px;
  padding:0;
  color:#a9b5c5;
  font-size:8.8px;
  font-weight:800;
  line-height:1.35;
  text-align:left;
}

body.dmca-page.dmca-php-page .dmca-field>span b{
  color:#ff69a7;
}

body.dmca-page.dmca-php-page .dmca-field>span em{
  color:#64748a;
  font-style:normal;
  font-weight:500;
}

body.dmca-page.dmca-php-page .dmca-field>div{
  position:relative;
  width:100%;
}

body.dmca-page.dmca-php-page .dmca-field>div>i:first-child{
  position:absolute;
  left:11px;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  color:#74849a;
  font-size:10px;
  pointer-events:none;
}

body.dmca-page.dmca-php-page .dmca-field input,
body.dmca-page.dmca-php-page .dmca-field select,
body.dmca-page.dmca-php-page .dmca-field textarea{
  width:100%;
  min-width:0;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  outline:0;
  background:#071020;
  color:#fff;
  font-family:inherit;
  font-size:10px;
  transition:border-color .18s ease,box-shadow .18s ease;
}

body.dmca-page.dmca-php-page .dmca-field input{
  height:40px;
  padding:0 10px 0 33px;
}

body.dmca-page.dmca-php-page .dmca-field textarea{
  min-height:95px;
  padding:10px 11px;
  resize:vertical;
  line-height:1.5;
}

body.dmca-page.dmca-php-page .dmca-field input::placeholder,
body.dmca-page.dmca-php-page .dmca-field textarea::placeholder{
  color:#63738a;
}

body.dmca-page.dmca-php-page .dmca-field input:focus,
body.dmca-page.dmca-php-page .dmca-field select:focus,
body.dmca-page.dmca-php-page .dmca-field textarea:focus{
  border-color:rgba(255,79,147,.55);
  box-shadow:0 0 0 3px rgba(255,79,147,.07);
}

body.dmca-page.dmca-php-page .dmca-select-wrap{
  position:relative;
}

body.dmca-page.dmca-php-page .dmca-select-wrap select{
  height:40px;
  padding:0 34px 0 10px;
  appearance:none;
  -webkit-appearance:none;
}

body.dmca-page.dmca-php-page .dmca-select-wrap>i{
  position:absolute;
  right:11px;
  left:auto!important;
  top:50%;
  transform:translateY(-50%);
  color:#73839a;
  font-size:8px;
  pointer-events:none;
}

body.dmca-page.dmca-php-page .dmca-field>small{
  display:block;
  margin-top:4px;
  color:#65758b;
  font-size:7.4px;
  line-height:1.4;
}

body.dmca-page.dmca-php-page .dmca-char-count{
  margin-top:4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#65758b;
  font-size:7.4px;
}

body.dmca-page.dmca-php-page .dmca-char-count span,
body.dmca-page.dmca-php-page .dmca-char-count b{
  width:auto;
  height:auto;
  margin:0;
  padding:0;
  font-size:inherit;
  line-height:1;
}

body.dmca-page.dmca-php-page .dmca-declarations{
  display:grid;
  gap:7px;
}

body.dmca-page.dmca-php-page .dmca-declarations label{
  min-width:0;
  padding:9px 10px;
  display:grid;
  grid-template-columns:17px minmax(0,1fr);
  gap:7px;
  align-items:start;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:#0b1629;
  cursor:pointer;
}

body.dmca-page.dmca-php-page .dmca-declarations input{
  width:15px;
  height:15px;
  margin-top:1px;
  accent-color:#ff4f93;
}

body.dmca-page.dmca-php-page .dmca-declarations span{
  width:auto;
  color:#8e9db1;
  font-size:7.8px;
  line-height:1.45;
  text-align:left;
}

body.dmca-page.dmca-php-page .dmca-form-note{
  padding:9px 10px;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:7px;
  align-items:start;
  border:1px solid rgba(101,184,255,.08);
  border-radius:8px;
  background:rgba(101,184,255,.035);
  color:#8494aa;
  font-size:7.8px;
  line-height:1.45;
}

body.dmca-page.dmca-php-page .dmca-form-note i{
  margin-top:1px;
  color:#73c2ff;
}

body.dmca-page.dmca-php-page .dmca-form-note a{
  color:#ff6ba8;
  font-weight:900;
}

body.dmca-page.dmca-php-page .dmca-submit-btn{
  min-height:43px;
  border:0;
  border-radius:8px;
  background:linear-gradient(180deg,#ff62a6,#e9367f);
  box-shadow:0 9px 20px rgba(255,79,147,.14);
  color:#fff;
  font-family:inherit;
  font-size:9.5px;
  font-weight:900;
  cursor:pointer;
}

body.dmca-page.dmca-php-page .dmca-submit-btn i{
  margin-right:6px;
}

body.dmca-page.dmca-php-page .dmca-submit-btn:disabled{
  opacity:.72;
  cursor:wait;
}

body.dmca-page.dmca-php-page .foot nav a.active{
  color:#ff4f93;
}

@media(max-width:1100px){
  body.dmca-page.dmca-php-page .dmca-hero,
  body.dmca-page.dmca-php-page .dmca-content{
    padding-left:30px;
    padding-right:30px;
  }

  body.dmca-page.dmca-php-page .policy-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.dmca-page.dmca-php-page .dmca-layout{
    grid-template-columns:1fr;
  }

  body.dmca-page.dmca-php-page .dmca-form-card{
    position:static;
  }
}

@media(max-width:780px){
  body.dmca-page.dmca-php-page{
    padding:0;
    background:#040916;
  }

  body.dmca-page.dmca-php-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.dmca-page.dmca-php-page .dmca-hero{
    min-height:auto;
    padding:17px 12px 15px;
  }

  body.dmca-page.dmca-php-page .dmca-hero::after{
    right:-17%;
    width:67%;
    opacity:.24;
  }

  body.dmca-page.dmca-php-page .dmca-breadcrumb{
    margin-bottom:13px;
    font-size:9px;
  }

  body.dmca-page.dmca-php-page .dmca-kicker{
    font-size:7.5px;
  }

  body.dmca-page.dmca-php-page .dmca-title{
    margin-bottom:7px;
    font-size:30px;
  }

  body.dmca-page.dmca-php-page .dmca-desc{
    max-width:310px;
    font-size:10.5px;
    line-height:1.55;
  }

  body.dmca-page.dmca-php-page .dmca-hero-actions{
    margin-top:12px;
  }

  body.dmca-page.dmca-php-page .dmca-hero-actions button,
  body.dmca-page.dmca-php-page .dmca-hero-actions a{
    min-height:33px;
    padding:0 10px;
    font-size:8.5px;
  }

  body.dmca-page.dmca-php-page .policy-row{
    margin-top:15px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }

  body.dmca-page.dmca-php-page .policy-card{
    min-height:73px;
    padding:9px;
    grid-template-columns:33px minmax(0,1fr);
    gap:7px;
    border-radius:9px;
  }

  body.dmca-page.dmca-php-page .policy-icon{
    width:32px;
    height:32px;
    border-radius:8px;
    font-size:13px;
  }

  body.dmca-page.dmca-php-page .policy-card b{
    font-size:8.5px;
  }

  body.dmca-page.dmca-php-page .policy-card small{
    font-size:7.5px;
    line-height:1.3;
  }

  body.dmca-page.dmca-php-page .dmca-content{
    padding:10px 10px 20px;
  }

  body.dmca-page.dmca-php-page .dmca-info-column{
    grid-template-columns:1fr;
    gap:8px;
  }

  body.dmca-page.dmca-php-page .dmca-contact-card{
    grid-column:auto;
  }

  body.dmca-page.dmca-php-page .dmca-card-head{
    cursor:pointer;
  }

  body.dmca-page.dmca-php-page [data-dmca-card].is-collapsed .dmca-card-body{
    display:none;
  }

  body.dmca-page.dmca-php-page [data-dmca-card].is-collapsed .dmca-card-head>i{
    transform:rotate(-90deg);
  }

  body.dmca-page.dmca-php-page .dmca-contact-list{
    grid-template-columns:1fr;
  }

  body.dmca-page.dmca-php-page .dmca-form-card{
    margin-top:8px;
    padding:12px;
  }

  body.dmca-page.dmca-php-page .dmca-form-head{
    align-items:flex-start;
    flex-direction:column;
    gap:9px;
  }

  body.dmca-page.dmca-php-page .dmca-account-state{
    width:100%;
  }

  body.dmca-page.dmca-php-page .dmca-form-row.two{
    grid-template-columns:1fr;
    gap:9px;
  }

  body.dmca-page.dmca-php-page .dmca-field input,
  body.dmca-page.dmca-php-page .dmca-select-wrap select{
    height:41px;
    font-size:10px;
  }

  body.dmca-page.dmca-php-page .dmca-field textarea{
    min-height:105px;
    font-size:10px;
  }

  body.dmca-page.dmca-php-page .dmca-submit-btn{
    width:100%;
  }
}

/* ==========================================================================
   OSANIME DMCA — PREMIUM UX / VISUAL OPTIMIZATION FINAL LAYER
   ========================================================================== */

body.dmca-page.dmca-php-page.dmca-premium-page{
  --dmca-panel:#0d182c;
  --dmca-panel-2:#091326;
  --dmca-soft:#101d33;
  --dmca-line:rgba(255,255,255,.075);
  --dmca-muted:#95a4b8;
  --dmca-pink:#ff4f93;
}

/* Hero: cleaner hierarchy and more balanced height */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-hero{
  min-height:360px;
  padding-top:26px;
  padding-bottom:22px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-title{
  font-size:46px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-desc{
  max-width:640px;
  font-size:13px;
  line-height:1.7;
}

body.dmca-page.dmca-php-page.dmca-premium-page .policy-row{
  margin-top:21px;
  gap:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .policy-card{
  min-height:82px;
  padding:12px 13px;
  border-color:rgba(255,255,255,.085);
  background:
    linear-gradient(180deg,rgba(19,31,54,.94),rgba(9,18,37,.94));
}

body.dmca-page.dmca-php-page.dmca-premium-page .policy-card b{
  font-size:11px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .policy-card small{
  font-size:9.5px;
  line-height:1.45;
}

/* New quick guide */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-guide{
  min-height:76px;
  margin-bottom:13px;
  padding:11px 14px;
  display:grid;
  grid-template-columns:minmax(210px,.9fr) minmax(165px,1fr) 16px minmax(165px,1fr) 16px minmax(165px,1fr);
  gap:9px;
  align-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:
    radial-gradient(circle at 0 50%,rgba(255,79,147,.08),transparent 26%),
    linear-gradient(180deg,#101b30,#0a1427);
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-intro,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-step{
  min-width:0;
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:9px;
  align-items:center;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-intro>span,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-step>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,79,147,.10);
  color:#ff6ba8;
  font-size:11px;
  font-weight:900;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-step>span{
  border:1px solid rgba(255,79,147,.16);
  background:#111e34;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-intro small{
  display:block;
  margin-bottom:2px;
  color:#ff6aa7;
  font-size:8px;
  font-weight:900;
  letter-spacing:.75px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-intro b,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-step b{
  display:block;
  color:#fff;
  font-size:10.5px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-step small{
  display:block;
  margin-top:3px;
  color:#8291a6;
  font-size:9px;
  line-height:1.35;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-arrow{
  justify-self:center;
  color:#42526a;
  font-size:8px;
}

/* Main composition: information sidebar + larger form */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-layout{
  grid-template-columns:minmax(320px,.72fr) minmax(560px,1.35fr);
  gap:13px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-column{
  grid-template-columns:1fr;
  gap:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-card{
  grid-column:auto;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-card,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-card{
  border-color:var(--dmca-line);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-card-head,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-static-head{
  min-height:61px;
  padding:13px 14px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-card-head small,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-static-head small{
  font-size:8px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-card-head b,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-static-head b{
  font-size:12px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-card-body{
  padding:14px 15px 15px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-card-body p{
  font-size:11px;
  line-height:1.7;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-check-list{
  gap:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-check-list li{
  font-size:10px;
  line-height:1.5;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-process-list{
  gap:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-process-list b{
  font-size:10.5px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-process-list small{
  font-size:9.5px;
  line-height:1.45;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-list{
  grid-template-columns:1fr;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-list button,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-list a{
  min-height:57px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-list small{
  font-size:8px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-list b{
  font-size:9.5px;
}

/* Form card is now the main visual focus */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-card{
  position:relative;
  top:auto;
  padding:18px;
  background:
    radial-gradient(circle at 100% 0,rgba(170,102,255,.06),transparent 25%),
    linear-gradient(180deg,#101a2f,#091326);
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-head{
  margin-bottom:13px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.055);
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-head h2{
  font-size:18px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-head p{
  font-size:10px;
}

/* Progress */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-progress{
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:9px;
  background:#091426;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-progress-copy{
  margin-bottom:7px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#8291a6;
  font-size:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-progress-copy b{
  color:#dce4ef;
  font-size:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-progress-track{
  height:5px;
  overflow:hidden;
  border-radius:99px;
  background:#152137;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-progress-track>span{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ff4f93,#a96bff);
  transition:width .22s ease;
}

/* Form sections */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section{
  padding:13px;
  display:grid;
  gap:10px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:10px;
  background:rgba(7,16,32,.56);
  transition:border-color .18s ease,background .18s ease;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section.is-complete{
  border-color:rgba(82,227,138,.15);
  background:
    linear-gradient(180deg,rgba(82,227,138,.025),rgba(7,16,32,.58));
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section-head{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:9px;
  align-items:center;
  padding-bottom:9px;
  border-bottom:1px solid rgba(255,255,255,.05);
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section-head>span{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.11);
  color:#ff69a7;
  font-size:9px;
  font-weight:900;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section.is-complete .dmca-form-section-head>span{
  background:rgba(82,227,138,.10);
  color:#62e69d;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section-head small{
  display:block;
  margin-bottom:2px;
  color:#708097;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.65px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section-head h3{
  margin:0;
  color:#fff;
  font-size:11.5px;
}

/* Improve field readability — larger than previous tiny UI */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field>span{
  font-size:10px;
  margin-bottom:6px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field input,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field select,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field textarea{
  font-size:11px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field input,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-select-wrap select{
  height:43px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field textarea{
  min-height:108px;
  line-height:1.55;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field>small,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-char-count{
  font-size:8.5px;
}

/* Better legal declaration readability */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-declarations label{
  min-height:58px;
  padding:10px 11px;
  grid-template-columns:19px minmax(0,1fr);
  border-color:rgba(255,255,255,.065);
  background:#0a1528;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-declarations input{
  width:16px;
  height:16px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-declarations span{
  font-size:9px;
  line-height:1.5;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-declarations span b{
  display:block;
  margin-bottom:2px;
  color:#dce5f1;
  font-size:9.5px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-signature-field{
  margin-top:1px;
}

/* Submit area */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-note{
  font-size:8.8px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-area{
  padding-top:2px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-summary{
  min-width:0;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:8px;
  align-items:center;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-summary>i{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(82,227,138,.08);
  color:#62e69d;
  font-size:10px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-summary b{
  display:block;
  color:#d9e2ef;
  font-size:9px;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-summary small{
  display:block;
  margin-top:2px;
  color:#718197;
  font-size:8px;
  line-height:1.35;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-btn{
  min-width:185px;
  min-height:44px;
  padding:0 15px;
  flex:0 0 auto;
  font-size:10px;
  white-space:nowrap;
}

@media(max-width:1180px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-guide{
    grid-template-columns:1fr 1fr 1fr;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-intro{
    grid-column:1/-1;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-arrow{
    display:none;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-layout{
    grid-template-columns:minmax(280px,.7fr) minmax(500px,1.3fr);
  }
}

@media(max-width:980px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-layout{
    grid-template-columns:1fr;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-column{
    grid-template-columns:1fr 1fr;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-card{
    grid-column:1/-1;
  }
}

@media(max-width:780px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-hero{
    min-height:auto;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-title{
    font-size:30px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-desc{
    font-size:10.8px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-guide{
    display:flex;
    overflow-x:auto;
    gap:7px;
    padding:10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-guide::-webkit-scrollbar{
    display:none;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-intro,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-guide-step{
    width:190px;
    min-width:190px;
    flex:0 0 190px;
    scroll-snap-align:start;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-column{
    grid-template-columns:1fr;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-contact-card{
    grid-column:auto;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-card{
    padding:12px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-head h2{
    font-size:15px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section{
    padding:11px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-form-section-head h3{
    font-size:10.5px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field>span{
    font-size:9.5px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field input,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field select,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-field textarea{
    font-size:10px;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-area{
    align-items:stretch;
    flex-direction:column;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-submit-btn{
    width:100%;
    min-width:0;
  }
}

/* =========================================================
   DMCA - FINAL FAQ-MATCHED LEFT SIDEBAR STICKY + TYPOGRAPHY
   - Outer left column is the rail; inner wrapper follows scroll.
   - Same sticky behavior and comfortable type scale as FAQ.
   - Scoped only to DMCA PHP premium page.
   ========================================================= */

@media (min-width:981px){
  body.dmca-page.dmca-php-page.dmca-premium-page .page,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-root,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-wrap,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-content,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-layout{
    overflow:visible!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-layout{
    align-items:stretch!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-column{
    position:relative!important;
    top:auto!important;
    display:block!important;
    align-self:stretch!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky>.dmca-info-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-column{
    position:static!important;
    top:auto!important;
    display:block!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky>.dmca-contact-card{
    grid-column:1/-1!important;
  }
}

@media (max-width:780px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky>.dmca-contact-card{
    grid-column:auto!important;
  }
}

/* FAQ-matched sidebar typography */
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-card-head small,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-static-head small{
  font-size:10px!important;
  line-height:1.35!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-card-head b,
body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-static-head b{
  font-size:15px!important;
  line-height:1.25!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-card-body p{
  font-size:12px!important;
  line-height:1.6!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-check-list li{
  font-size:11px!important;
  line-height:1.5!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-process-list b{
  font-size:11px!important;
  line-height:1.4!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-process-list small{
  font-size:10.5px!important;
  line-height:1.5!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-contact-list small{
  font-size:10px!important;
  line-height:1.35!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-contact-list b{
  font-size:11px!important;
  line-height:1.4!important;
}

body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .card-no{
  font-size:11px!important;
}

@media (max-width:780px){
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-card-head b,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-static-head b{
    font-size:14px!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-card-body p{
    font-size:11.5px!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-check-list li,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-process-list b,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-contact-list b{
    font-size:10.5px!important;
  }

  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-process-list small,
  body.dmca-page.dmca-php-page.dmca-premium-page .dmca-info-sticky .dmca-contact-list small{
    font-size:10px!important;
  }
}

/* ==========================================================================
   OSANIME ANIME DIRECTORY — PHP 8.5 / LOCAL API
   ========================================================================== */

body.anime-directory-page.anime-php-page{
  background:#eef2f7;
  color:#fff;
  padding:14px;
}

body.anime-directory-page.anime-php-page .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  border-radius:10px;
  overflow:visible;
}

body.anime-directory-page.anime-php-page .anime-directory{
  min-width:0;
  background:linear-gradient(180deg,#071020,#040813);
}

body.anime-directory-page.anime-php-page .anime-directory-hero{
  position:relative;
  min-height:285px;
  padding:34px 52px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.06);
  background:#050914;
}

body.anime-directory-page.anime-php-page .anime-directory-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,rgba(5,9,20,.98) 0%,rgba(5,9,20,.90) 38%,rgba(5,9,20,.46) 68%,rgba(5,9,20,.82) 100%),
    var(--osanime-bg-osnh) center/cover no-repeat;
}

body.anime-directory-page.anime-php-page .anime-directory-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 80% 25%,rgba(170,102,255,.18),transparent 25%),
    radial-gradient(circle at 62% 90%,rgba(255,79,147,.10),transparent 28%);
}

body.anime-directory-page.anime-php-page .anime-directory-hero-copy{
  position:relative;
  z-index:2;
  max-width:690px;
}

body.anime-directory-page.anime-php-page .anime-directory-breadcrumb{
  margin-bottom:19px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#b9c5d6;
  font-size:10px;
  font-weight:800;
}

body.anime-directory-page.anime-php-page .anime-directory-breadcrumb a{
  color:#ff65a5;
}

body.anime-directory-page.anime-php-page .anime-directory-breadcrumb span{
  color:#64748b;
}

body.anime-directory-page.anime-php-page .anime-directory-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:8px;
  color:#ff6ba8;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
}

body.anime-directory-page.anime-php-page .anime-directory-hero h1{
  margin:0 0 10px;
  color:#fff;
  font-size:43px;
  line-height:1.05;
  letter-spacing:-1.4px;
}

body.anime-directory-page.anime-php-page .anime-directory-hero h1 span{
  color:#ff4f93;
}

body.anime-directory-page.anime-php-page .anime-directory-hero p{
  max-width:590px;
  margin:0;
  color:#d4ddea;
  font-size:12.5px;
  line-height:1.7;
}

body.anime-directory-page.anime-php-page .anime-directory-hero-meta{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

body.anime-directory-page.anime-php-page .anime-directory-hero-meta>div{
  min-height:54px;
  padding:8px 11px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:8px;
  align-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  background:rgba(7,16,32,.74);
  backdrop-filter:blur(7px);
}

body.anime-directory-page.anime-php-page .anime-directory-hero-meta>div>i{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.10);
  color:#ff66a5;
  font-size:10px;
}

body.anime-directory-page.anime-php-page .anime-directory-hero-meta b{
  display:block;
  color:#fff;
  font-size:9.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-hero-meta small{
  display:block;
  margin-top:2px;
  color:#8493a8;
  font-size:7.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-content{
  padding:18px 48px 30px;
}

body.anime-directory-page.anime-php-page .anime-directory-toolbar{
  padding:15px;
  display:grid;
  grid-template-columns:minmax(210px,.62fr) minmax(540px,1.38fr);
  gap:18px;
  align-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:linear-gradient(180deg,#101a2e,#091326);
}

body.anime-directory-page.anime-php-page .anime-directory-toolbar>div>span{
  display:block;
  margin-bottom:3px;
  color:#ff68a6;
  font-size:8px;
  font-weight:900;
  letter-spacing:.9px;
}

body.anime-directory-page.anime-php-page .anime-directory-toolbar h2{
  margin:0;
  font-size:16px;
}

body.anime-directory-page.anime-php-page .anime-directory-toolbar p{
  margin:4px 0 0;
  color:#8998ad;
  font-size:9.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-search{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(220px,1fr) 135px 86px 68px;
  gap:8px;
}

body.anime-directory-page.anime-php-page .anime-directory-search-input,
body.anime-directory-page.anime-php-page .anime-directory-select-wrap{
  position:relative;
  min-width:0;
}

body.anime-directory-page.anime-php-page .anime-directory-search-input>i{
  position:absolute;
  left:11px;
  top:50%;
  transform:translateY(-50%);
  color:#728198;
  font-size:10px;
}

body.anime-directory-page.anime-php-page .anime-directory-search input,
body.anime-directory-page.anime-php-page .anime-directory-search select{
  width:100%;
  height:40px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  outline:0;
  background:#071123;
  color:#fff;
  font-family:inherit;
  font-size:10px;
}

body.anime-directory-page.anime-php-page .anime-directory-search input{
  padding:0 34px 0 32px;
}

body.anime-directory-page.anime-php-page .anime-directory-search input::placeholder{
  color:#65758c;
}

body.anime-directory-page.anime-php-page .anime-directory-search select{
  padding:0 30px 0 10px;
  appearance:none;
  -webkit-appearance:none;
}

body.anime-directory-page.anime-php-page .anime-directory-select-wrap>i{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  color:#728198;
  font-size:7px;
  pointer-events:none;
}

body.anime-directory-page.anime-php-page [data-anime-query-clear]{
  position:absolute;
  right:6px;
  top:6px;
  width:28px;
  height:28px;
  border:0;
  border-radius:7px;
  background:#111d31;
  color:#8594a8;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page .anime-directory-search>button{
  height:40px;
  border:0;
  border-radius:8px;
  background:#ff4f93;
  color:#fff;
  font-family:inherit;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page .anime-directory-search>button.secondary{
  border:1px solid rgba(255,255,255,.08);
  background:#172238;
  color:#c8d2df;
}

body.anime-directory-page.anime-php-page .anime-directory-active-filters{
  margin-top:9px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

body.anime-directory-page.anime-php-page .anime-directory-active-filters[hidden]{
  display:none!important;
}

body.anime-directory-page.anime-php-page .anime-directory-active-filters button{
  min-height:28px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid rgba(255,79,147,.16);
  border-radius:7px;
  background:rgba(255,79,147,.06);
  color:#ff8abb;
  font-family:inherit;
  font-size:8px;
  font-weight:800;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page .anime-directory-layout{
  margin-top:12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:13px;
  align-items:start;
}

body.anime-directory-page.anime-php-page .anime-directory-main{
  min-width:0;
  padding:13px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:linear-gradient(180deg,#0e192d,#081225);
}

body.anime-directory-page.anime-php-page .anime-directory-list{
  display:grid;
  gap:9px;
}

body.anime-directory-page.anime-php-page .anime-directory-item{
  min-width:0;
  min-height:155px;
  padding:10px;
  display:grid;
  grid-template-columns:105px minmax(0,1fr) 92px;
  gap:13px;
  align-items:stretch;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.065);
  border-radius:10px;
  background:#0b1629;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

body.anime-directory-page.anime-php-page .anime-directory-item:hover{
  transform:translateY(-1px);
  border-color:rgba(255,79,147,.24);
  background:#101d33;
}

body.anime-directory-page.anime-php-page .anime-directory-poster{
  position:relative;
  width:105px;
  min-width:105px;
  height:145px;
  overflow:hidden;
  border-radius:8px;
  background:#111d31;
}

body.anime-directory-page.anime-php-page .anime-directory-poster img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

body.anime-directory-page.anime-php-page .anime-directory-no-poster{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#627188;
  font-size:22px;
}

body.anime-directory-page.anime-php-page .anime-directory-type{
  position:absolute;
  left:6px;
  bottom:6px;
  min-height:22px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  border-radius:6px;
  background:rgba(5,9,20,.84);
  color:#fff;
  font-size:7.5px;
  font-weight:900;
  backdrop-filter:blur(4px);
}

body.anime-directory-page.anime-php-page .anime-directory-item-copy{
  min-width:0;
  padding:2px 0;
}

body.anime-directory-page.anime-php-page .anime-directory-item-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}

body.anime-directory-page.anime-php-page .anime-directory-subtitle{
  color:#ff70aa;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.4px;
  text-transform:uppercase;
}

body.anime-directory-page.anime-php-page .anime-directory-score{
  color:#ffd272;
  font-size:8px;
  font-weight:900;
}

body.anime-directory-page.anime-php-page .anime-directory-score i{
  margin-right:3px;
}

body.anime-directory-page.anime-php-page .anime-directory-item h3{
  margin:5px 0 7px;
  color:#fff;
  font-size:15px;
  line-height:1.3;
}

body.anime-directory-page.anime-php-page .anime-directory-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  color:#9dacbf;
  font-size:8.5px;
  font-weight:700;
}

body.anime-directory-page.anime-php-page .anime-directory-meta span{
  display:inline-flex;
  align-items:center;
  gap:4px;
}

body.anime-directory-page.anime-php-page .anime-directory-meta i{
  color:#718198;
}

body.anime-directory-page.anime-php-page .anime-directory-item-copy>p{
  margin:8px 0 8px;
  max-width:780px;
  display:-webkit-box;
  overflow:hidden;
  color:#97a6b9;
  font-size:9px;
  line-height:1.5;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

body.anime-directory-page.anime-php-page .anime-directory-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

body.anime-directory-page.anime-php-page .anime-directory-tags span{
  min-height:22px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:6px;
  background:#111d31;
  color:#a9b6c7;
  font-size:7.5px;
  font-weight:800;
}

body.anime-directory-page.anime-php-page .anime-directory-tags i{
  color:#ff65a4;
  font-size:6px;
}

body.anime-directory-page.anime-php-page .anime-directory-open{
  align-self:center;
  justify-self:stretch;
  min-height:37px;
  padding:0 9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  border:1px solid rgba(255,79,147,.13);
  border-radius:8px;
  background:rgba(255,79,147,.055);
  color:#ff7caf;
  font-size:8px;
  font-weight:900;
}

body.anime-directory-page.anime-php-page .anime-directory-sidebar{
  position:sticky;
  top:16px;
  display:grid;
  gap:9px;
}

body.anime-directory-page.anime-php-page .anime-directory-side-card{
  min-width:0;
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:linear-gradient(180deg,#0f1a2e,#091326);
}

body.anime-directory-page.anime-php-page .anime-directory-side-head{
  margin-bottom:9px;
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:8px;
  align-items:center;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head>span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.09);
  color:#ff65a5;
  font-size:10px;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head b{
  display:block;
  font-size:10px;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head small{
  display:block;
  margin-top:2px;
  color:#748399;
  font-size:7.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list{
  max-height:280px;
  overflow-y:auto;
  display:grid;
  gap:3px;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.12) transparent;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button{
  width:100%;
  min-height:34px;
  padding:0 8px;
  display:grid;
  grid-template-columns:17px minmax(0,1fr) auto;
  gap:7px;
  align-items:center;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#a9b6c7;
  font-family:inherit;
  text-align:left;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button:hover,
body.anime-directory-page.anime-php-page .anime-directory-filter-list button.active{
  background:rgba(255,79,147,.075);
  color:#ff73ac;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button>i{
  color:#65758c;
  font-size:8px;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button.active>i{
  color:#ff65a5;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button>span{
  overflow:hidden;
  font-size:8.5px;
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button>b{
  min-width:22px;
  padding:3px 5px;
  border-radius:5px;
  background:#142138;
  color:#8392a8;
  font-size:7px;
  text-align:center;
}

body.anime-directory-page.anime-php-page .anime-directory-side-loading{
  padding:10px 8px;
  color:#728198;
  font-size:8.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-loading{
  min-height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
  color:#aeb9c9;
  font-size:9.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-loading[hidden]{
  display:none!important;
}

body.anime-directory-page.anime-php-page .anime-directory-spinner{
  width:28px;
  height:28px;
  border:3px solid rgba(255,255,255,.09);
  border-top-color:#ff4f93;
  border-radius:50%;
  animation:animeDirectorySpin .7s linear infinite;
}

@keyframes animeDirectorySpin{
  to{transform:rotate(360deg)}
}

body.anime-directory-page.anime-php-page .anime-directory-empty{
  min-height:210px;
  padding:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
}

body.anime-directory-page.anime-php-page .anime-directory-empty[hidden]{
  display:none!important;
}

body.anime-directory-page.anime-php-page .anime-directory-empty>span{
  width:48px;
  height:48px;
  margin-bottom:10px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#111d31;
  color:#718198;
  font-size:17px;
}

body.anime-directory-page.anime-php-page .anime-directory-empty>b{
  font-size:11px;
}

body.anime-directory-page.anime-php-page .anime-directory-empty>p{
  margin:4px 0 11px;
  color:#7e8da2;
  font-size:8.5px;
}

body.anime-directory-page.anime-php-page .anime-directory-empty>button{
  min-height:31px;
  padding:0 10px;
  border:0;
  border-radius:7px;
  background:#ff4f93;
  color:#fff;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page .anime-directory-pagination{
  margin-top:12px;
  padding-top:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-top:1px solid rgba(255,255,255,.05);
}

body.anime-directory-page.anime-php-page .anime-directory-pagination button{
  min-height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:7px;
  background:#111d31;
  color:#c3cedd;
  font-family:inherit;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page .anime-directory-pagination button:disabled{
  opacity:.42;
  cursor:not-allowed;
}

body.anime-directory-page.anime-php-page .anime-directory-pagination>span{
  min-height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  border-radius:7px;
  background:rgba(255,79,147,.08);
  color:#ff78ad;
  font-size:8px;
  font-weight:900;
}

@media(max-width:1080px){
  body.anime-directory-page.anime-php-page .anime-directory-content{
    padding-left:28px;
    padding-right:28px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-toolbar{
    grid-template-columns:1fr;
  }

  body.anime-directory-page.anime-php-page .anime-directory-layout{
    grid-template-columns:minmax(0,1fr) 250px;
  }
}

@media(max-width:860px){
  body.anime-directory-page.anime-php-page .anime-directory-layout{
    grid-template-columns:1fr;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar{
    position:static;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  body.anime-directory-page.anime-php-page{
    padding:0;
    background:#040916;
  }

  body.anime-directory-page.anime-php-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero{
    min-height:220px;
    padding:20px 14px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-breadcrumb{
    margin-bottom:14px;
    font-size:9px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-kicker{
    font-size:7.5px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero h1{
    font-size:28px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero p{
    max-width:330px;
    font-size:10.5px;
    line-height:1.55;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero-meta{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero-meta>div{
    min-height:48px;
    padding:7px;
    grid-template-columns:26px minmax(0,1fr);
    gap:6px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero-meta>div>i{
    width:25px;
    height:25px;
    font-size:8px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero-meta b{
    font-size:8px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero-meta small{
    font-size:6.5px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-content{
    padding:10px 10px 20px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-toolbar{
    padding:12px;
    gap:10px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-toolbar h2{
    font-size:13px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-toolbar p{
    font-size:8.5px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-search{
    grid-template-columns:1fr 110px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-search-input{
    grid-column:1/-1;
  }

  body.anime-directory-page.anime-php-page .anime-directory-search>button{
    font-size:8.5px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-main{
    padding:9px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-item{
    min-height:132px;
    padding:8px;
    grid-template-columns:82px minmax(0,1fr);
    gap:10px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-poster{
    width:82px;
    min-width:82px;
    height:116px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-item h3{
    margin:4px 0 6px;
    font-size:11px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-meta{
    gap:6px 8px;
    font-size:7.5px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-item-copy>p{
    display:none;
  }

  body.anime-directory-page.anime-php-page .anime-directory-tags{
    margin-top:7px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-tags span{
    min-height:20px;
    font-size:6.8px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-open{
    grid-column:1/-1;
    min-height:31px;
    margin-top:0;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding-bottom:2px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar::-webkit-scrollbar{
    display:none;
  }

  body.anime-directory-page.anime-php-page .anime-directory-side-card{
    width:230px;
    min-width:230px;
    flex:0 0 230px;
    scroll-snap-align:start;
  }

  body.anime-directory-page.anime-php-page .anime-directory-filter-list{
    max-height:210px;
  }
}

@media(max-width:390px){
  body.anime-directory-page.anime-php-page .anime-directory-hero-meta{
    grid-template-columns:1fr 1fr;
  }

  body.anime-directory-page.anime-php-page .anime-directory-hero-meta>div:last-child{
    display:none;
  }
}


/* =========================================================
   ANIME DIRECTORY — FAQ-MATCHED RIGHT SIDEBAR + CLEAN UI
   - Outer sidebar acts as the rail; inner wrapper is sticky.
   - Desktop typography follows the comfortable FAQ scale.
   - Tablet/mobile stay non-sticky and preserve responsive cards.
   - Scoped only to anime-directory-page.anime-php-page.
   ========================================================= */

@media (min-width:981px){
  body.anime-directory-page.anime-php-page .page,
  body.anime-directory-page.anime-php-page .anime-directory,
  body.anime-directory-page.anime-php-page .anime-directory-content,
  body.anime-directory-page.anime-php-page .anime-directory-layout{
    overflow:visible!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-layout{
    align-items:stretch!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-main{
    min-width:0!important;
    align-self:start!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky>.anime-directory-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.anime-directory-page.anime-php-page .anime-directory-layout{
    grid-template-columns:minmax(0,1fr) 280px!important;
    gap:16px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px){
  body.anime-directory-page.anime-php-page .anime-directory-sidebar{
    position:static!important;
    top:auto!important;
    display:block!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky{
    position:relative!important;
    top:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
    outline:none!important;
  }
}

@media (max-width:860px) and (min-width:781px){
  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
  }
}

@media (max-width:780px){
  body.anime-directory-page.anime-php-page .anime-directory-sidebar{
    display:block!important;
    overflow:visible!important;
    padding-bottom:0!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky{
    display:flex!important;
    flex-direction:row!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch;
    padding:0 0 2px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky::-webkit-scrollbar{
    display:none!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky>.anime-directory-side-card{
    width:230px!important;
    min-width:230px!important;
    flex:0 0 230px!important;
    scroll-snap-align:start;
  }
}

/* FAQ-matched sidebar typography */
body.anime-directory-page.anime-php-page .anime-directory-side-card{
  padding:15px!important;
  border-radius:12px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head{
  margin-bottom:12px!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:10px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head>span{
  width:34px!important;
  height:34px!important;
  border-radius:9px!important;
  font-size:12px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head b{
  font-size:15px!important;
  line-height:1.25!important;
}

body.anime-directory-page.anime-php-page .anime-directory-side-head small{
  margin-top:3px!important;
  font-size:11px!important;
  line-height:1.45!important;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list{
  gap:4px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button{
  min-height:40px!important;
  padding:0 10px!important;
  grid-template-columns:19px minmax(0,1fr) auto!important;
  gap:8px!important;
  border-radius:8px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button>i{
  font-size:10.5px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button>span{
  font-size:11px!important;
  line-height:1.4!important;
}

body.anime-directory-page.anime-php-page .anime-directory-filter-list button>b{
  min-width:28px!important;
  padding:4px 6px!important;
  font-size:10px!important;
}

body.anime-directory-page.anime-php-page .anime-directory-side-loading{
  padding:11px 9px!important;
  font-size:11px!important;
  line-height:1.5!important;
}

@media (max-width:780px){
  body.anime-directory-page.anime-php-page .anime-directory-side-card{
    padding:13px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-side-head{
    margin-bottom:10px!important;
    grid-template-columns:33px minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-side-head>span{
    width:31px!important;
    height:31px!important;
    font-size:11px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-side-head b{
    font-size:14px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-side-head small{
    font-size:10.5px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-filter-list button{
    min-height:38px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-filter-list button>span{
    font-size:10.5px!important;
  }

  body.anime-directory-page.anime-php-page .anime-directory-filter-list button>b{
    font-size:9.5px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.anime-directory-page.anime-php-page .anime-directory-sidebar-sticky{
    scroll-behavior:auto!important;
  }
}

/* ==========================================================================
   OSANIME ANIME DETAIL — PHP 8.5 / CONNECTED TO /anime/anime.php
   ========================================================================== */

body.anime-detail-page.anime-detail-php-page{
  background:#eef2f7;
  color:#fff;
  padding:14px;
}

body.anime-detail-page.anime-detail-php-page .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  border-radius:10px;
  overflow:visible;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-shell,
body.anime-detail-page.anime-detail-php-page .anime-detail-shell *{
  box-sizing:border-box;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-shell{
  min-width:0;
  background:linear-gradient(180deg,#061020,#040813);
}

body.anime-detail-page.anime-detail-php-page [hidden]{
  display:none!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-loading-screen,
body.anime-detail-page.anime-detail-php-page .anime-detail-error-screen{
  min-height:520px;
  padding:40px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  background:
    radial-gradient(circle at 50% 20%,rgba(255,79,147,.07),transparent 28%),
    #050914;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-loader{
  width:38px;
  height:38px;
  margin-bottom:14px;
  border:3px solid rgba(255,255,255,.08);
  border-top-color:#ff4f93;
  border-radius:50%;
  animation:animeDetailSpin .72s linear infinite;
}

@keyframes animeDetailSpin{
  to{transform:rotate(360deg)}
}

body.anime-detail-page.anime-detail-php-page .anime-detail-loading-screen>b{
  color:#fff;
  font-size:13px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-loading-screen>small{
  margin-top:5px;
  color:#7d8ca1;
  font-size:9px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-error-screen>span{
  width:52px;
  height:52px;
  margin-bottom:12px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,94,122,.09);
  color:#ff748b;
  font-size:19px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-error-screen h1{
  margin:0;
  font-size:19px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-error-screen p{
  max-width:440px;
  margin:7px 0 14px;
  color:#8998ad;
  font-size:10px;
  line-height:1.55;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-error-screen a{
  min-height:36px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-radius:8px;
  background:#ff4f93;
  color:#fff;
  font-size:9px;
  font-weight:900;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero{
  --anime-detail-background:none;
  position:relative;
  min-height:360px;
  padding:27px 48px 28px;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.06);
  background:#050914;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,#050914 0%,rgba(5,9,20,.95) 35%,rgba(5,9,20,.66) 70%,rgba(5,9,20,.90) 100%),
    var(--anime-detail-background) center/cover no-repeat;
  filter:saturate(.95);
  transform:scale(1.025);
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 72% 20%,rgba(170,102,255,.16),transparent 28%),
    radial-gradient(circle at 58% 92%,rgba(255,79,147,.10),transparent 28%);
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 65%,rgba(4,8,19,.62));
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero-inner{
  position:relative;
  z-index:2;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb{
  margin-bottom:16px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#aeb9ca;
  font-size:9px;
  font-weight:800;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb a{
  color:#ff69a7;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb b{
  max-width:280px;
  overflow:hidden;
  color:#c9d2df;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb span{
  color:#5f6f86;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero-grid{
  display:grid;
  grid-template-columns:185px minmax(0,1fr);
  gap:22px;
  align-items:center;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-poster-wrap{
  position:relative;
  width:185px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
  width:185px;
  height:260px;
  display:block;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
  background:#111c30;
  box-shadow:0 20px 45px rgba(0,0,0,.30);
}

body.anime-detail-page.anime-detail-php-page .anime-detail-poster-type{
  position:absolute;
  left:8px;
  bottom:8px;
  min-height:25px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:7px;
  background:rgba(5,9,20,.84);
  backdrop-filter:blur(5px);
  color:#fff;
  font-size:8px;
  font-weight:900;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:7px;
  color:#ff6ba8;
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-hero-copy h1{
  max-width:820px;
  margin:0;
  color:#fff;
  font-size:34px;
  line-height:1.12;
  letter-spacing:-.7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-alt-title{
  margin:6px 0 0;
  color:#aeb9ca;
  font-size:10px;
  font-weight:600;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-tags{
  margin-top:11px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-tags>span{
  min-height:27px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:7px;
  background:rgba(7,16,32,.75);
  color:#c2cddd;
  font-size:8px;
  font-weight:800;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-tags i{
  color:#ff69a7;
  font-size:7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-description{
  max-width:790px;
  margin:11px 0 0;
  display:-webkit-box;
  overflow:hidden;
  color:#cbd4e1;
  font-size:10.5px;
  line-height:1.65;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-actions{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-primary,
body.anime-detail-page.anime-detail-php-page .anime-detail-secondary{
  min-height:37px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:8px;
  color:#fff;
  font-size:9px;
  font-weight:900;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-primary{
  background:linear-gradient(180deg,#ff5da1,#e93c83);
  box-shadow:0 8px 20px rgba(255,79,147,.14);
}

body.anime-detail-page.anime-detail-php-page .anime-detail-secondary{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(10,21,40,.82);
  color:#c9d3df;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-content{
  padding:15px 48px 30px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:13px;
  align-items:start;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-main{
  min-width:0;
  display:grid;
  gap:12px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-card,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-card{
  min-width:0;
  border:1px solid rgba(255,255,255,.075);
  border-radius:11px;
  background:linear-gradient(180deg,#0f1a2e,#091326);
}

body.anime-detail-page.anime-detail-php-page .anime-detail-card{
  padding:15px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-section-head{
  margin-bottom:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-section-head>div:first-child>span{
  display:block;
  margin-bottom:2px;
  color:#ff66a5;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.8px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-section-head h2{
  margin:0;
  color:#fff;
  font-size:14px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-section-head p{
  margin:4px 0 0;
  color:#7f8fa4;
  font-size:8.5px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-info-item{
  min-width:0;
  padding:10px 11px;
  display:grid;
  grid-template-columns:115px minmax(0,1fr);
  gap:10px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:8px;
  background:#0a1528;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-info-item>span{
  color:#78889e;
  font-size:7.8px;
  font-weight:900;
  letter-spacing:.25px;
  text-transform:uppercase;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-info-item>b{
  min-width:0;
  color:#dce4ef;
  font-size:8.8px;
  line-height:1.45;
  overflow-wrap:anywhere;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episodes-head{
  align-items:flex-end;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-summary{
  min-width:93px;
  padding:7px 9px;
  border:1px solid rgba(255,79,147,.11);
  border-radius:8px;
  background:rgba(255,79,147,.045);
  text-align:center;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-summary b{
  display:block;
  color:#ff75ad;
  font-size:13px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-summary small{
  display:block;
  margin-top:2px;
  color:#738399;
  font-size:6.7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools{
  margin-bottom:9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools>div{
  position:relative;
  width:min(300px,100%);
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools>div>i{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  color:#718198;
  font-size:8px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools input{
  width:100%;
  height:34px;
  padding:0 10px 0 29px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:7px;
  outline:0;
  background:#091426;
  color:#fff;
  font-size:8.5px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools>span{
  color:#718198;
  font-size:7.8px;
  font-weight:800;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-list{
  display:grid;
  gap:7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
  min-width:0;
  padding:9px;
  display:grid;
  grid-template-columns:37px minmax(0,1fr) 75px;
  gap:9px;
  align-items:center;
  border:1px solid rgba(255,255,255,.05);
  border-radius:9px;
  background:#0a1528;
  transition:border-color .16s ease,background .16s ease;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item:hover{
  border-color:rgba(255,79,147,.15);
  background:#0e1b30;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-number{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.09);
  color:#ff6da9;
  font-size:9px;
  font-weight:900;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-copy{
  min-width:0;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-copy>b{
  display:block;
  color:#fff;
  font-size:9.5px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-copy>small{
  display:block;
  margin-top:2px;
  color:#66768d;
  font-size:7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list{
  margin-top:5px;
  display:flex;
  flex-wrap:wrap;
  gap:4px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>a,
body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>span{
  min-height:21px;
  padding:0 6px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:5px;
  background:#111d31;
  color:#9eacbf;
  font-size:6.8px;
  font-weight:800;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>a:hover{
  border-color:rgba(255,79,147,.14);
  color:#ff72ab;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
  min-height:33px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border-radius:7px;
  background:#ff4f93;
  color:#fff;
  font-size:8px;
  font-weight:900;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes{
  min-height:145px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  color:#7b8ba0;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes>i{
  margin-bottom:7px;
  font-size:18px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes>b{
  color:#c5cfdd;
  font-size:9px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes>span{
  margin-top:3px;
  font-size:7.5px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
  position:sticky;
  top:16px;
  display:grid;
  gap:9px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-card{
  padding:12px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head{
  margin-bottom:9px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:8px;
  align-items:center;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head>span{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.09);
  color:#ff67a6;
  font-size:9px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head b{
  display:block;
  font-size:9.5px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head small{
  display:block;
  margin-top:2px;
  color:#718198;
  font-size:7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-list{
  display:grid;
  gap:3px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a{
  min-height:33px;
  padding:0 7px;
  display:grid;
  grid-template-columns:17px minmax(0,1fr) auto;
  gap:7px;
  align-items:center;
  border-radius:7px;
  color:#9eacbf;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row{
  border-bottom:1px solid rgba(255,255,255,.035);
  border-radius:0;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a:hover{
  background:rgba(255,79,147,.06);
  color:#ff72ab;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>i,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>i:first-child{
  color:#697990;
  font-size:7.5px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>span,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>span{
  min-width:0;
  overflow:hidden;
  font-size:8px;
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>b{
  max-width:118px;
  overflow:hidden;
  color:#d5deea;
  font-size:7.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>i:last-child{
  color:#596981;
  font-size:6px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list{
  display:grid;
  gap:6px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list>a{
  min-width:0;
  padding:6px;
  display:grid;
  grid-template-columns:45px minmax(0,1fr) 12px;
  gap:7px;
  align-items:center;
  border:1px solid rgba(255,255,255,.045);
  border-radius:8px;
  background:#0a1528;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list img,
body.anime-detail-page.anime-detail-php-page .anime-detail-related-placeholder{
  width:45px;
  height:62px;
  display:grid;
  place-items:center;
  object-fit:cover;
  border-radius:6px;
  background:#111d31;
  color:#64748b;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list b{
  display:-webkit-box;
  overflow:hidden;
  color:#dce4ef;
  font-size:8.5px;
  line-height:1.35;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list small{
  display:block;
  margin-top:3px;
  color:#708097;
  font-size:7px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list>a>i{
  color:#596981;
  font-size:6px;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-placeholder{
  padding:8px 6px;
  color:#708097;
  font-size:8px;
}

@media(max-width:1080px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-content{
    padding-left:28px;
    padding-right:28px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
    grid-template-columns:minmax(0,1fr) 250px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:860px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
    grid-template-columns:1fr;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:780px){
  body.anime-detail-page.anime-detail-php-page{
    padding:0;
    background:#040916;
  }

  body.anime-detail-page.anime-detail-php-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero{
    min-height:auto;
    padding:16px 12px 17px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb{
    margin-bottom:12px;
    font-size:8px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb b{
    max-width:120px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-grid{
    grid-template-columns:92px minmax(0,1fr);
    gap:11px;
    align-items:start;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    width:92px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    height:130px;
    border-radius:9px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-type{
    left:5px;
    bottom:5px;
    min-height:20px;
    padding:0 5px;
    font-size:6.5px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-kicker{
    margin-bottom:4px;
    font-size:6.5px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-copy h1{
    font-size:17px;
    line-height:1.18;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-alt-title{
    margin-top:4px;
    font-size:8px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-tags{
    margin-top:7px;
    gap:4px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-tags>span{
    min-height:22px;
    padding:0 5px;
    font-size:6.5px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-description{
    margin-top:7px;
    font-size:8px;
    line-height:1.5;
    -webkit-line-clamp:3;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-actions{
    margin-top:8px;
    gap:5px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-primary,
  body.anime-detail-page.anime-detail-php-page .anime-detail-secondary{
    min-height:31px;
    padding:0 8px;
    font-size:7px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-content{
    padding:9px 9px 20px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-card{
    padding:11px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head{
    align-items:flex-start;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head h2{
    font-size:12px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head p{
    font-size:7.5px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-grid{
    grid-template-columns:1fr;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-item{
    grid-template-columns:100px minmax(0,1fr);
    padding:8px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-item>span{
    font-size:7px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-item>b{
    font-size:8px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools{
    align-items:stretch;
    flex-direction:column;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools>div{
    width:100%;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    grid-template-columns:32px minmax(0,1fr);
    gap:7px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-number{
    width:31px;
    height:31px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    grid-column:1/-1;
    width:100%;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding-bottom:2px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar::-webkit-scrollbar{
    display:none;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-card{
    width:235px;
    min-width:235px;
    flex:0 0 235px;
    scroll-snap-align:start;
  }
}

@media(max-width:420px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-grid{
    grid-template-columns:82px minmax(0,1fr);
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    width:82px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    height:116px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-copy h1{
    font-size:15px;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-secondary:last-child{
    display:none;
  }
}
/* ==========================================================================
   ANIME DETAIL - FAQ-MATCHED RIGHT SIDEBAR + TYPOGRAPHY
   Outer rail + inner sticky wrapper, scoped only to Anime Detail.
   ========================================================================== */

@media (min-width:981px){
  body.anime-detail-page.anime-detail-php-page .page,
  body.anime-detail-page.anime-detail-php-page .anime-detail-shell,
  body.anime-detail-page.anime-detail-php-page [data-detail-content],
  body.anime-detail-page.anime-detail-php-page .anime-detail-content,
  body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
    overflow:visible!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
    align-items:stretch!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-main{
    align-self:start!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky>.anime-detail-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

@media (max-width:980px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    position:static!important;
    top:auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    position:relative!important;
    top:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
  }
}

/* FAQ-like comfortable sidebar typography */
body.anime-detail-page.anime-detail-php-page .anime-detail-side-card{
  padding:14px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head{
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:10px!important;
  margin-bottom:12px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head>span{
  width:35px!important;
  height:35px!important;
  border-radius:9px!important;
  font-size:12px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head b{
  font-size:15px!important;
  line-height:1.25!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-head small{
  margin-top:3px!important;
  font-size:11px!important;
  line-height:1.45!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-list{
  gap:4px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a{
  min-height:39px!important;
  padding:5px 8px!important;
  grid-template-columns:18px minmax(0,1fr) auto!important;
  gap:8px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>i,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>i:first-child{
  font-size:10px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>span,
body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>span{
  font-size:11px!important;
  line-height:1.4!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>b{
  max-width:130px!important;
  font-size:10.5px!important;
  line-height:1.4!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>i:last-child{
  font-size:8px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list{
  gap:8px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list>a{
  padding:7px!important;
  grid-template-columns:48px minmax(0,1fr) 12px!important;
  gap:9px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list img,
body.anime-detail-page.anime-detail-php-page .anime-detail-related-placeholder{
  width:48px!important;
  height:66px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list b{
  font-size:11px!important;
  line-height:1.4!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list small{
  margin-top:4px!important;
  font-size:10px!important;
  line-height:1.4!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-related-list>a>i{
  font-size:8px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-placeholder{
  font-size:10.5px!important;
  line-height:1.5!important;
}

/* Existing Anime Detail layout becomes two sidebar cards per row on compact tablet. */
@media (max-width:860px) and (min-width:781px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    display:block!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
}

/* Preserve the current horizontal swipe experience on phones, but move it to the inner wrapper. */
@media (max-width:780px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    display:block!important;
    overflow:visible!important;
    padding-bottom:0!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    display:flex!important;
    flex-direction:row!important;
    gap:8px!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 0 2px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky::-webkit-scrollbar{
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:250px!important;
    min-width:250px!important;
    flex:0 0 250px!important;
    scroll-snap-align:start!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-head b{
    font-size:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-head small{
    font-size:10.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>span,
  body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>span,
  body.anime-detail-page.anime-detail-php-page .anime-detail-related-list b{
    font-size:10.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>b,
  body.anime-detail-page.anime-detail-php-page .anime-detail-related-list small{
    font-size:9.8px!important;
  }
}
/* ==========================================================================
   ANIME DETAIL - FINAL RESPONSIVE POLISH
   Fixes compact/mobile episode cards and improves tablet/phone readability.
   Scoped only to Anime Detail.
   ========================================================================== */

/* Medium desktop / compact notebook */
@media (min-width:981px) and (max-width:1180px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-content{
    padding-left:24px!important;
    padding-right:24px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
    grid-template-columns:minmax(0,1fr) 270px!important;
    gap:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-head b{
    font-size:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-head small{
    font-size:10.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-side-row>span,
  body.anime-detail-page.anime-detail-php-page .anime-detail-side-list>a>span{
    font-size:10.5px!important;
  }
}

/* Tablet: one main column + compact 2x2 sidebar grid */
@media (max-width:980px) and (min-width:781px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-hero{
    padding:24px 28px 26px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-grid{
    grid-template-columns:160px minmax(0,1fr)!important;
    gap:20px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    width:160px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    height:224px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-copy h1{
    font-size:28px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-description{
    font-size:12px!important;
    line-height:1.65!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-content{
    padding:18px 22px 28px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-layout{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    display:block!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:start!important;
    gap:12px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:100%!important;
    min-width:0!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    grid-template-columns:40px minmax(0,1fr) 86px!important;
    gap:10px!important;
    padding:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    width:86px!important;
    min-height:38px!important;
    font-size:10px!important;
  }
}

/* Phones / resized browser windows */
@media (max-width:780px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-shell{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero{
    padding:15px 12px 18px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb{
    gap:6px!important;
    margin-bottom:12px!important;
    font-size:9.5px!important;
    line-height:1.3!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-breadcrumb b{
    max-width:145px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-grid{
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:12px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    width:104px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    height:146px!important;
    border-radius:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-type{
    min-height:22px!important;
    padding:0 6px!important;
    font-size:8.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-kicker{
    margin-bottom:5px!important;
    font-size:9px!important;
    letter-spacing:.7px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-copy h1{
    font-size:21px!important;
    line-height:1.18!important;
    letter-spacing:-.3px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-alt-title{
    margin-top:5px!important;
    font-size:10px!important;
    line-height:1.4!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-tags{
    margin-top:8px!important;
    gap:5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-tags>span{
    min-height:24px!important;
    padding:0 7px!important;
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-tags i{
    font-size:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-description{
    margin-top:9px!important;
    font-size:11px!important;
    line-height:1.58!important;
    -webkit-line-clamp:4!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-actions{
    margin-top:10px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-primary{
    grid-column:1/-1!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-primary,
  body.anime-detail-page.anime-detail-php-page .anime-detail-secondary{
    width:100%!important;
    min-height:38px!important;
    padding:0 9px!important;
    font-size:10px!important;
    line-height:1.2!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-secondary:last-child{
    display:inline-flex!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-content{
    padding:11px 10px 24px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-layout,
  body.anime-detail-page.anime-detail-php-page .anime-detail-main{
    gap:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-card{
    padding:12px!important;
    border-radius:12px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head{
    margin-bottom:11px!important;
    gap:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head>div:first-child>span{
    font-size:9px!important;
    letter-spacing:.65px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head h2{
    font-size:15px!important;
    line-height:1.3!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-section-head p{
    margin-top:4px!important;
    font-size:10.5px!important;
    line-height:1.5!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-summary{
    padding:7px 9px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-summary b{
    font-size:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-summary small{
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-grid{
    gap:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-item{
    grid-template-columns:minmax(82px,34%) minmax(0,1fr)!important;
    gap:9px!important;
    padding:9px 10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-item>span{
    font-size:10px!important;
    line-height:1.4!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-info-item>b{
    font-size:11px!important;
    line-height:1.45!important;
    overflow-wrap:anywhere!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools{
    margin-bottom:11px!important;
    gap:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools>div>i{
    left:12px!important;
    font-size:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools input{
    height:42px!important;
    padding:0 12px 0 35px!important;
    border-radius:9px!important;
    font-size:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-tools>span{
    padding-left:2px!important;
    font-size:10px!important;
    line-height:1.35!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-list{
    gap:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    min-height:78px!important;
    padding:10px!important;
    grid-template-columns:38px minmax(0,1fr) 78px!important;
    gap:9px!important;
    align-items:center!important;
    border-radius:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-number{
    width:36px!important;
    height:36px!important;
    border-radius:9px!important;
    font-size:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-copy>b{
    font-size:12px!important;
    line-height:1.3!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-copy>small{
    margin-top:2px!important;
    font-size:9.5px!important;
    line-height:1.35!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list{
    margin-top:6px!important;
    gap:5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>a,
  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>span{
    min-height:26px!important;
    padding:0 7px!important;
    gap:4px!important;
    border-radius:6px!important;
    font-size:9px!important;
    line-height:1!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    grid-column:auto!important;
    width:78px!important;
    min-width:78px!important;
    min-height:38px!important;
    padding:0 8px!important;
    align-self:center!important;
    border-radius:8px!important;
    font-size:10.5px!important;
    line-height:1!important;
    box-shadow:0 7px 16px rgba(255,79,147,.16)!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button i{
    font-size:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button span{
    display:inline!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes{
    min-height:130px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes>b{
    font-size:12px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-no-episodes>span{
    margin-top:5px!important;
    padding:0 12px!important;
    font-size:10.5px!important;
    line-height:1.5!important;
  }

  /* Sidebar stays swipeable on phones, with a useful visible card width. */
  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar{
    margin-top:1px!important;
    overflow:visible!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    gap:10px!important;
    padding:0 1px 4px!important;
    scroll-padding-inline:1px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:min(84vw,300px)!important;
    min-width:min(84vw,300px)!important;
    flex:0 0 min(84vw,300px)!important;
    border-radius:11px!important;
  }
}

/* Small phones */
@media (max-width:480px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-grid{
    grid-template-columns:92px minmax(0,1fr)!important;
    gap:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    width:92px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-poster{
    height:130px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-hero-copy h1{
    font-size:18px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-description{
    font-size:10.5px!important;
    -webkit-line-clamp:3!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-tags>span:nth-child(n+5){
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    grid-template-columns:36px minmax(0,1fr) 72px!important;
    gap:8px!important;
    padding:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    width:72px!important;
    min-width:72px!important;
    min-height:36px!important;
    padding:0 6px!important;
    font-size:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>a,
  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>span{
    min-height:25px!important;
    padding:0 6px!important;
    font-size:8.5px!important;
  }
}

/* Very narrow phones */
@media (max-width:360px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-content{
    padding-left:8px!important;
    padding-right:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-card{
    padding:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    grid-template-columns:34px minmax(0,1fr) 66px!important;
    gap:7px!important;
    padding:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-number{
    width:33px!important;
    height:33px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    width:66px!important;
    min-width:66px!important;
    padding:0 5px!important;
    font-size:9.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button i{
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list{
    gap:4px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>a,
  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>span{
    min-height:24px!important;
    padding:0 5px!important;
    font-size:8px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body.anime-detail-page.anime-detail-php-page .anime-detail-sidebar-sticky{
    scroll-behavior:auto!important;
  }
}

/* ==========================================================================\n   ANIME DETAIL - FINAL MOBILE WATCH + NON-LINK QUALITY FIX\n   - Quality badges are display-only; no direct download/GD links.\n   - Watch button lives inside episode content so it cannot be pushed offscreen.\n   ========================================================================== */

body.anime-detail-page.anime-detail-php-page .anime-detail-episode-bottom{
  margin-top:7px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-width:0!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list{
  margin-top:0!important;
  min-width:0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>a{
  display:none!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-badge,
body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>span{
  min-height:25px!important;
  padding:0 7px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:6px!important;
  background:#111d31!important;
  color:#aebdd0!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  cursor:default!important;
  pointer-events:none!important;
  user-select:none!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-badge i{
  color:#7f91aa!important;
  font-size:8px!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-quality-badge.muted{
  color:#738399!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
  flex:0 0 auto!important;
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  width:auto!important;
  min-width:82px!important;
  min-height:36px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#ff5fa3,#ec3d84)!important;
  color:#fff!important;
  font-size:10.5px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  position:relative!important;
  z-index:3!important;
}

body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button i,
body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button span{
  display:inline-block!important;
  visibility:visible!important;
  opacity:1!important;
}

@media (max-width:780px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-copy{
    min-width:0!important;
    width:100%!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-bottom{
    width:100%!important;
    margin-top:8px!important;
    gap:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list{
    flex:1 1 auto!important;
    min-width:0!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:78px!important;
    min-height:36px!important;
    padding:0 10px!important;
    font-size:10px!important;
  }
}

@media (max-width:480px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-item{
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-bottom{
    align-items:flex-end!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-badge,
  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list>span{
    min-height:24px!important;
    padding:0 6px!important;
    font-size:8.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    min-width:74px!important;
    min-height:34px!important;
    padding:0 9px!important;
    font-size:9.8px!important;
  }
}

@media (max-width:360px){
  body.anime-detail-page.anime-detail-php-page .anime-detail-episode-bottom{
    flex-wrap:wrap!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-quality-list{
    flex:1 1 100%!important;
  }

  body.anime-detail-page.anime-detail-php-page .anime-detail-watch-button{
    margin-left:auto!important;
    min-width:76px!important;
  }
}

/* ==========================================================================
   OSANIME ANIME DETAIL — RESPONSIVE PRO FINAL LAYER
   Final presentation layer for wide desktop, notebook, tablet and phones.
   Existing API, episode, watch and shared header/footer behavior is untouched.
   ========================================================================== */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro{
  --ad-bg:#040916;
  --ad-panel:#0c172a;
  --ad-panel-2:#0a1426;
  --ad-soft:#111d31;
  --ad-line:rgba(255,255,255,.075);
  --ad-line-strong:rgba(255,255,255,.12);
  --ad-text:#f7f9fc;
  --ad-text-2:#d6dfeb;
  --ad-muted:#92a1b5;
  --ad-muted-2:#718198;
  --ad-pink:#ff4f93;
  --ad-pink-2:#eb3b82;
  --ad-radius:14px;
  --ad-shadow:0 16px 42px rgba(0,0,0,.17);
}

/* ---- foundation / overflow safety ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .page,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-shell,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-main,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar{
  min-width:0!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro{
  overflow-x:hidden!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-shell{
  width:100%!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 8% 18%,rgba(255,79,147,.045),transparent 23%),
    linear-gradient(180deg,#071020 0%,#040916 42%,#040813 100%)!important;
}

/* ---- loading / error ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-loading-screen,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-error-screen{
  min-height:clamp(390px,58vh,620px)!important;
  padding:44px 20px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-loading-screen>b{
  font-size:14px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-loading-screen>small{
  margin-top:6px!important;
  font-size:11px!important;
}

/* ---- hero ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero{
  min-height:390px!important;
  padding:
    clamp(22px,2.6vw,38px)
    clamp(22px,4vw,58px)
    clamp(25px,3vw,42px)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero::before{
  background:
    linear-gradient(90deg,
      rgba(4,8,18,.985) 0%,
      rgba(4,8,18,.94) 30%,
      rgba(5,9,20,.70) 64%,
      rgba(5,9,20,.90) 100%
    ),
    var(--anime-detail-background) center 28%/cover no-repeat!important;
  filter:saturate(.92) contrast(1.02)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero::after{
  background:
    radial-gradient(circle at 68% 18%,rgba(170,102,255,.16),transparent 28%),
    radial-gradient(circle at 52% 92%,rgba(255,79,147,.10),transparent 27%),
    linear-gradient(180deg,transparent 55%,rgba(4,8,19,.54) 100%)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-inner{
  width:min(100%,1320px)!important;
  margin:0 auto!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-breadcrumb{
  margin-bottom:18px!important;
  gap:8px!important;
  font-size:11px!important;
  line-height:1.4!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-breadcrumb b{
  max-width:min(46vw,430px)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
  grid-template-columns:clamp(170px,15vw,210px) minmax(0,1fr)!important;
  gap:clamp(20px,2.5vw,34px)!important;
  align-items:center!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
  width:clamp(170px,15vw,210px)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
  height:auto!important;
  aspect-ratio:2/2.82!important;
  border-radius:15px!important;
  border-color:rgba(255,255,255,.15)!important;
  box-shadow:0 23px 55px rgba(0,0,0,.38)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-type{
  left:9px!important;
  bottom:9px!important;
  min-height:27px!important;
  padding:0 9px!important;
  border-radius:7px!important;
  font-size:9px!important;
  letter-spacing:.2px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-kicker{
  margin-bottom:8px!important;
  font-size:9px!important;
  letter-spacing:1.15px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy{
  min-width:0!important;
  max-width:900px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy h1{
  max-width:900px!important;
  font-size:clamp(29px,3vw,44px)!important;
  line-height:1.08!important;
  letter-spacing:-1px!important;
  text-wrap:balance;
  overflow-wrap:anywhere!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-alt-title{
  margin-top:7px!important;
  color:#b5c1d1!important;
  font-size:12px!important;
  line-height:1.45!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-tags{
  margin-top:13px!important;
  gap:6px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-tags>span{
  min-height:29px!important;
  padding:0 9px!important;
  gap:5px!important;
  border-radius:7px!important;
  background:rgba(8,18,35,.76)!important;
  color:#c8d3e1!important;
  font-size:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-description{
  max-width:850px!important;
  margin-top:13px!important;
  color:#c7d1de!important;
  font-size:12px!important;
  line-height:1.72!important;
  -webkit-line-clamp:5!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-actions{
  margin-top:16px!important;
  gap:8px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-primary,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-secondary{
  min-height:40px!important;
  padding:0 13px!important;
  gap:7px!important;
  border-radius:9px!important;
  font-size:10px!important;
}

/* ---- main content ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content{
  width:min(100%,1420px)!important;
  margin:0 auto!important;
  padding:
    clamp(14px,1.8vw,24px)
    clamp(18px,3.4vw,48px)
    clamp(28px,3vw,42px)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout{
  grid-template-columns:minmax(0,1fr) clamp(280px,23vw,330px)!important;
  gap:clamp(12px,1.5vw,18px)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-main{
  gap:14px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-card,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-card{
  border-color:var(--ad-line)!important;
  border-radius:var(--ad-radius)!important;
  background:
    linear-gradient(180deg,rgba(16,27,47,.98),rgba(8,18,36,.98))!important;
  box-shadow:var(--ad-shadow)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-card{
  padding:clamp(14px,1.5vw,20px)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head{
  margin-bottom:14px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head>div:first-child>span{
  margin-bottom:3px!important;
  font-size:8.5px!important;
  letter-spacing:.9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head h2{
  font-size:17px!important;
  line-height:1.25!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head p{
  margin-top:5px!important;
  color:#8292a7!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}

/* ---- information grid ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item{
  min-height:48px!important;
  padding:11px 12px!important;
  grid-template-columns:minmax(96px,118px) minmax(0,1fr)!important;
  gap:11px!important;
  align-items:start!important;
  border-color:rgba(255,255,255,.055)!important;
  border-radius:9px!important;
  background:#091529!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item>span{
  color:#7f8fa5!important;
  font-size:9px!important;
  line-height:1.45!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item>b{
  color:#dbe4ef!important;
  font-size:10.5px!important;
  line-height:1.5!important;
}

/* ---- episodes ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-summary{
  min-width:104px!important;
  padding:8px 10px!important;
  border-radius:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-summary b{
  font-size:15px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-summary small{
  margin-top:2px!important;
  font-size:7.5px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools{
  margin-bottom:11px!important;
  gap:10px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools>div{
  width:min(360px,100%)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools>div>i{
  left:12px!important;
  font-size:10px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools input{
  height:40px!important;
  padding:0 12px 0 34px!important;
  border-radius:9px!important;
  font-size:10px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools>span{
  color:#75859b!important;
  font-size:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-list{
  gap:8px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-item{
  min-height:76px!important;
  padding:11px!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  border-color:rgba(255,255,255,.055)!important;
  border-radius:10px!important;
  background:#091529!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-number{
  width:38px!important;
  height:38px!important;
  border-radius:9px!important;
  font-size:11px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-copy{
  min-width:0!important;
  width:100%!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-copy>b{
  display:block!important;
  color:#f5f8fc!important;
  font-size:12.5px!important;
  line-height:1.35!important;
  overflow-wrap:anywhere!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-copy>small{
  margin-top:3px!important;
  color:#718198!important;
  font-size:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-bottom{
  width:100%!important;
  margin-top:8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-list{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-badge,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-list>span{
  min-height:26px!important;
  padding:0 8px!important;
  border-radius:6px!important;
  background:#111e33!important;
  color:#aebdd0!important;
  font-size:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-watch-button{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:88px!important;
  min-height:38px!important;
  padding:0 12px!important;
  gap:6px!important;
  border-radius:8px!important;
  font-size:10.5px!important;
  box-shadow:0 8px 20px rgba(255,79,147,.16)!important;
}

/* ---- sidebar ---- */

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar{
  position:relative!important;
  top:auto!important;
  min-width:0!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky{
  position:sticky!important;
  top:16px!important;
  max-height:calc(100vh - 32px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  padding-right:2px!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(255,255,255,.12) transparent!important;
  overscroll-behavior:contain!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky::-webkit-scrollbar{
  width:4px!important;
  height:4px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky::-webkit-scrollbar-thumb{
  border-radius:20px!important;
  background:rgba(255,255,255,.12)!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-card{
  width:100%!important;
  min-width:0!important;
  padding:13px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-head{
  margin-bottom:10px!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-head>span{
  width:33px!important;
  height:33px!important;
  border-radius:8px!important;
  font-size:10px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-head b{
  font-size:11.5px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-head small{
  margin-top:2px!important;
  font-size:8.5px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-row,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-list>a{
  min-height:36px!important;
  padding:0 8px!important;
  grid-template-columns:18px minmax(0,1fr) auto!important;
  gap:7px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-row>span,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-list>a>span{
  font-size:9.5px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-row>b{
  max-width:130px!important;
  font-size:9px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-related-list{
  gap:7px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-related-list>a{
  min-height:76px!important;
  padding:7px!important;
  grid-template-columns:48px minmax(0,1fr) 12px!important;
  gap:8px!important;
  border-radius:8px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-related-list img,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-related-placeholder{
  width:48px!important;
  height:67px!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-related-list b{
  font-size:9.5px!important;
  line-height:1.4!important;
}

body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-related-list small{
  margin-top:3px!important;
  font-size:8px!important;
}

/* keyboard users */
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro a:focus-visible,
body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro input:focus-visible{
  outline:2px solid rgba(255,79,147,.75)!important;
  outline-offset:2px!important;
}

/* pointer hover only, so touch devices do not get sticky hover states */
@media (hover:hover) and (pointer:fine){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-primary:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 10px 25px rgba(255,79,147,.22)!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-secondary:hover,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-watch-button:hover{
    transform:translateY(-1px)!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-item:hover{
    border-color:rgba(255,79,147,.18)!important;
    background:#0d1a2e!important;
  }
}

/* ==========================================================================
   COMPACT NOTEBOOK — 981px to 1180px
   ========================================================================== */

@media (min-width:981px) and (max-width:1180px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero{
    min-height:350px!important;
    padding:24px 28px 28px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
    grid-template-columns:165px minmax(0,1fr)!important;
    gap:22px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    width:165px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy h1{
    font-size:30px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-description{
    font-size:11.5px!important;
    -webkit-line-clamp:4!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content{
    padding:16px 24px 32px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout{
    grid-template-columns:minmax(0,1fr) 270px!important;
    gap:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-grid{
    grid-template-columns:1fr!important;
  }
}

/* ==========================================================================
   TABLET — 781px to 980px
   ========================================================================== */

@media (min-width:781px) and (max-width:980px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero{
    min-height:330px!important;
    padding:22px 24px 25px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-breadcrumb{
    font-size:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
    grid-template-columns:150px minmax(0,1fr)!important;
    gap:20px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    width:150px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy h1{
    font-size:27px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-description{
    font-size:11.5px!important;
    line-height:1.65!important;
    -webkit-line-clamp:4!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content{
    padding:16px 20px 28px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar{
    display:block!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:100%!important;
    min-width:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* ==========================================================================
   PHONE / SMALL TABLET — up to 780px
   ========================================================================== */

@media (max-width:780px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro{
    padding:0!important;
    background:var(--ad-bg)!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .page{
    width:100%!important;
    max-width:none!important;
    min-height:100svh!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero{
    min-height:auto!important;
    padding:
      15px
      max(12px,env(safe-area-inset-right))
      17px
      max(12px,env(safe-area-inset-left))!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero::before{
    background:
      linear-gradient(90deg,rgba(4,8,18,.975),rgba(5,9,20,.81) 52%,rgba(5,9,20,.90)),
      var(--anime-detail-background) center 24%/cover no-repeat!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-breadcrumb{
    margin-bottom:12px!important;
    gap:6px!important;
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-breadcrumb b{
    max-width:34vw!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:start!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    width:104px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    aspect-ratio:2/2.82!important;
    height:auto!important;
    border-radius:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-type{
    left:5px!important;
    bottom:5px!important;
    min-height:21px!important;
    padding:0 6px!important;
    font-size:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-kicker{
    margin-bottom:4px!important;
    font-size:7px!important;
    letter-spacing:.8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy h1{
    font-size:clamp(18px,5.3vw,24px)!important;
    line-height:1.13!important;
    letter-spacing:-.35px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-alt-title{
    margin-top:4px!important;
    font-size:9.5px!important;
    line-height:1.35!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-tags{
    margin-top:7px!important;
    gap:4px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-tags>span{
    min-height:23px!important;
    padding:0 6px!important;
    font-size:7.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-tags>span:nth-child(n+6){
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-description{
    margin-top:7px!important;
    color:#bac6d5!important;
    font-size:10px!important;
    line-height:1.55!important;
    -webkit-line-clamp:3!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-actions{
    margin-top:9px!important;
    gap:5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-primary,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-secondary{
    min-height:33px!important;
    padding:0 9px!important;
    border-radius:7px!important;
    font-size:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content{
    padding:
      9px
      max(9px,env(safe-area-inset-right))
      22px
      max(9px,env(safe-area-inset-left))!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-main{
    gap:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-card{
    padding:12px!important;
    border-radius:11px!important;
    box-shadow:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head{
    margin-bottom:11px!important;
    gap:8px!important;
    align-items:flex-start!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head h2{
    font-size:14px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-section-head p{
    margin-top:3px!important;
    font-size:9px!important;
    line-height:1.4!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-grid{
    grid-template-columns:1fr!important;
    gap:6px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item{
    min-height:42px!important;
    padding:9px 10px!important;
    grid-template-columns:minmax(88px,105px) minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item>span{
    font-size:8.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item>b{
    font-size:9.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-summary{
    min-width:82px!important;
    padding:6px 8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-summary b{
    font-size:13px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools{
    margin-bottom:9px!important;
    align-items:stretch!important;
    flex-direction:column!important;
    gap:6px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools>div{
    width:100%!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools input{
    height:39px!important;
    font-size:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-tools>span{
    padding-left:2px!important;
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-item{
    min-height:76px!important;
    padding:10px!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:start!important;
    border-radius:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-number{
    width:35px!important;
    height:35px!important;
    border-radius:8px!important;
    font-size:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-copy>b{
    font-size:11.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-copy>small{
    font-size:8.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-bottom{
    margin-top:7px!important;
    gap:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-list{
    gap:4px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-badge,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-list>span{
    min-height:24px!important;
    padding:0 6px!important;
    font-size:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-watch-button{
    min-width:76px!important;
    min-height:35px!important;
    padding:0 9px!important;
    border-radius:8px!important;
    font-size:9.5px!important;
  }

  /* phone sidebar becomes a stable horizontal card carousel */
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar{
    display:block!important;
    overflow:visible!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    display:flex!important;
    flex-direction:row!important;
    gap:8px!important;
    padding:0 1px 4px!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:1px!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky::-webkit-scrollbar{
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:min(82vw,300px)!important;
    min-width:min(82vw,300px)!important;
    flex:0 0 min(82vw,300px)!important;
    padding:12px!important;
    border-radius:11px!important;
    scroll-snap-align:start!important;
    box-shadow:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-head b{
    font-size:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-head small{
    font-size:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-row>span,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-list>a>span{
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-side-row>b{
    font-size:8.5px!important;
  }
}

/* ==========================================================================
   SMALL PHONE — up to 480px
   ========================================================================== */

@media (max-width:480px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
    grid-template-columns:92px minmax(0,1fr)!important;
    gap:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    width:92px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy h1{
    font-size:18px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-description{
    font-size:9.5px!important;
    -webkit-line-clamp:3!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-tags>span:nth-child(n+5){
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-primary,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-secondary{
    min-height:31px!important;
    padding:0 8px!important;
    font-size:7.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item{
    grid-template-columns:88px minmax(0,1fr)!important;
    padding:8px 9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-bottom{
    align-items:flex-end!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-watch-button{
    min-width:72px!important;
    min-height:34px!important;
    padding:0 8px!important;
    font-size:9px!important;
  }
}

/* ==========================================================================
   VERY NARROW PHONE — up to 360px
   ========================================================================== */

@media (max-width:360px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero{
    padding-left:9px!important;
    padding-right:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
    grid-template-columns:82px minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    width:82px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-copy h1{
    font-size:16px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-alt-title{
    font-size:8.5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-description{
    font-size:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-secondary:last-child{
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content{
    padding-left:7px!important;
    padding-right:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-card{
    padding:10px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-info-item{
    grid-template-columns:80px minmax(0,1fr)!important;
    gap:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-item{
    grid-template-columns:33px minmax(0,1fr)!important;
    gap:7px!important;
    padding:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-number{
    width:32px!important;
    height:32px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-episode-bottom{
    flex-wrap:wrap!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-quality-list{
    flex:1 1 100%!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-watch-button{
    margin-left:auto!important;
    min-width:72px!important;
  }
}

/* ==========================================================================
   WIDE DESKTOP — 1440px+
   ========================================================================== */

@media (min-width:1440px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero{
    min-height:420px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-hero-grid{
    grid-template-columns:210px minmax(0,1fr)!important;
    gap:34px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster-wrap,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-poster{
    width:210px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content{
    max-width:1420px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro *,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro *::before,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}

/* ==========================================================================
   OSANIME ANIME DETAIL — RESPONSIVE V2 / SCREENSHOT FIX
   Fixes:
   1. No clipped horizontal sidebar cards on phone / narrow browser windows.
   2. No large dead gap caused by equal-height tablet grid rows.
   3. Tablet sidebar uses an intentional asymmetric dashboard layout.
   4. Related Anime adapts to available width.
   ========================================================================== */

/* ---------- 821px–980px: tablet / small browser window ---------- */
@media (min-width:821px) and (max-width:980px){

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;

    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
    grid-template-areas:
      "quick genres"
      "quick themes"
      "related related"!important;

    gap:12px!important;
    padding:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(1){
    grid-area:quick!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(2){
    grid-area:genres!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(3){
    grid-area:themes!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(4){
    grid-area:related!important;
  }

  /* Related Anime uses the extra horizontal room instead of becoming one tall list. */
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(4)
  .anime-detail-related-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-related-list>a{
    min-height:78px!important;
  }
}

/* ---------- <=820px: stack cards; never show a cut-off next panel ---------- */
@media (max-width:820px){

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
    margin-top:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky{
    position:static!important;
    top:auto!important;
    width:100%!important;
    max-height:none!important;

    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;

    overflow:visible!important;
    padding:0!important;

    scroll-snap-type:none!important;
    scroll-padding:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    flex:none!important;
    margin:0!important;
    scroll-snap-align:none!important;
  }

  /* Genres and Themes become compact two-column lists where useful. */
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(2)
  .anime-detail-side-list,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(3)
  .anime-detail-side-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:8px!important;
    row-gap:3px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(2)
  .anime-detail-side-list>a,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(3)
  .anime-detail-side-list>a{
    min-width:0!important;
    width:100%!important;
  }

  /* Related Anime uses 2 columns on medium phones / narrow desktop windows. */
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-related-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-related-list>a{
    min-width:0!important;
    width:100%!important;
  }
}

/* ---------- <=640px: tighter but still full-width ---------- */
@media (max-width:640px){

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-content{
    padding-left:8px!important;
    padding-right:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-layout{
    gap:9px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-side-card{
    border-radius:10px!important;
    padding:11px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-side-head{
    margin-bottom:8px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-side-row,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-side-list>a{
    min-height:35px!important;
  }
}

/* ---------- <=520px: no multi-column squeeze ---------- */
@media (max-width:520px){

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(2)
  .anime-detail-side-list,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:nth-child(3)
  .anime-detail-side-list,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-related-list{
    grid-template-columns:1fr!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-side-row>b{
    max-width:46%!important;
    white-space:normal!important;
    text-align:right!important;
    line-height:1.35!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-related-list>a{
    min-height:72px!important;
  }
}

/* ---------- very short viewport: never trap page scroll in desktop sidebar ---------- */
@media (min-width:981px) and (max-height:720px){

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* ========================================================================== 
   ANIME DETAIL — FINAL DESKTOP STICKY SIDEBAR FIX
   Match the Terms of Service right rail behavior.
   Keep tablet/mobile layout unchanged; desktop sidebar follows page scroll.
   ========================================================================== */
@media (min-width:981px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .page,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-root,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-shell,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro [data-detail-content],
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-content,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout{
    overflow:visible!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-layout{
    align-items:stretch!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-main{
    min-width:0!important;
    align-self:start!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky>.anime-detail-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro .anime-detail-sidebar-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

/* ========================================================================== 
   ANIME DETAIL — MOBILE QUICK INFO READABILITY FIX
   Prevent Quick Info values from collapsing into a tiny right-hand column.
   Scoped only to the first sidebar card on tablet/phone layouts.
   ========================================================================== */
@media (max-width:820px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    width:100%!important;
    min-width:0!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row{
    display:grid!important;
    grid-template-columns:18px minmax(72px,.75fr) minmax(0,1.25fr)!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    min-height:40px!important;
    padding:7px 8px!important;
    align-items:center!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row>i{
    width:18px!important;
    min-width:18px!important;
    text-align:center!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row>span{
    min-width:0!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    font-size:10.5px!important;
    line-height:1.35!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row>b{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    justify-self:stretch!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    text-align:right!important;
    font-size:10.5px!important;
    line-height:1.35!important;
  }
}

@media (max-width:420px){
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row{
    grid-template-columns:16px minmax(66px,.82fr) minmax(0,1.18fr)!important;
    gap:6px!important;
    padding:7px 5px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row>i{
    width:16px!important;
    min-width:16px!important;
  }

  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row>span,
  body.anime-detail-page.anime-detail-php-page.anime-detail-responsive-pro
  .anime-detail-sidebar-sticky>.anime-detail-side-card:first-child .anime-detail-side-row>b{
    font-size:10px!important;
  }
}

/* ==========================================================================
   OSANIME ANIME DIRECTORY — RESPONSIVE PRO FINAL LAYER
   Scoped to .anime-directory-responsive-pro so it does not affect other pages.
   ========================================================================== */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro{
  --anime-bg:#040916;
  --anime-panel:#0d182b;
  --anime-panel-2:#091426;
  --anime-soft:#111e33;
  --anime-line:rgba(255,255,255,.075);
  --anime-line-strong:rgba(255,255,255,.12);
  --anime-text:#f6f8fc;
  --anime-text-2:#d6dfeb;
  --anime-muted:#91a0b4;
  --anime-muted-2:#708097;
  --anime-pink:#ff4f93;
  --anime-pink-2:#e83c82;
  --anime-radius:13px;
  overflow-x:hidden!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory *,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory *::before,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory *::after{
  box-sizing:border-box;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-main,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar{
  min-width:0!important;
}

/* ---------- Hero ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero{
  min-height:clamp(280px,27vw,370px)!important;
  padding:
    clamp(26px,3vw,44px)
    clamp(24px,4vw,58px)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero::before{
  background:
    linear-gradient(
      90deg,
      rgba(4,8,18,.985) 0%,
      rgba(4,8,18,.93) 34%,
      rgba(5,9,20,.58) 66%,
      rgba(5,9,20,.86) 100%
    ),
    var(--osanime-bg-osnh) center 38%/cover no-repeat!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero::after{
  background:
    radial-gradient(circle at 78% 20%,rgba(170,102,255,.17),transparent 28%),
    radial-gradient(circle at 60% 92%,rgba(255,79,147,.11),transparent 29%),
    linear-gradient(180deg,transparent 58%,rgba(4,8,18,.33))!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-copy{
  width:min(100%,720px)!important;
  max-width:720px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-breadcrumb{
  margin-bottom:18px!important;
  font-size:11px!important;
  line-height:1.4!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-kicker{
  margin-bottom:8px!important;
  font-size:9px!important;
  letter-spacing:1.2px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero h1{
  margin-bottom:11px!important;
  font-size:clamp(34px,4vw,52px)!important;
  line-height:1.04!important;
  letter-spacing:-1.6px!important;
  text-wrap:balance;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero p{
  max-width:620px!important;
  color:#d3dce9!important;
  font-size:13px!important;
  line-height:1.7!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta{
  margin-top:20px!important;
  gap:8px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta>div{
  min-width:0!important;
  min-height:58px!important;
  padding:9px 12px!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:9px!important;
  border-color:rgba(255,255,255,.10)!important;
  border-radius:10px!important;
  background:rgba(7,16,32,.74)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.08)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta>div>i{
  width:31px!important;
  height:31px!important;
  border-radius:8px!important;
  font-size:11px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta b{
  font-size:10.5px!important;
  line-height:1.25!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta small{
  margin-top:2px!important;
  font-size:8.5px!important;
  line-height:1.3!important;
}

/* ---------- Content / toolbar ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content{
  width:min(100%,1420px)!important;
  margin:0 auto!important;
  padding:
    clamp(15px,1.8vw,24px)
    clamp(18px,3.4vw,48px)
    clamp(28px,3vw,42px)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar{
  padding:16px!important;
  grid-template-columns:minmax(185px,.55fr) minmax(0,1.45fr)!important;
  gap:18px!important;
  border-color:var(--anime-line)!important;
  border-radius:var(--anime-radius)!important;
  background:
    radial-gradient(circle at 100% 0,rgba(170,102,255,.05),transparent 28%),
    linear-gradient(180deg,#101b30,#091426)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.09)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar>div>span{
  margin-bottom:3px!important;
  font-size:8.5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar h2{
  font-size:18px!important;
  line-height:1.25!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar p{
  margin-top:4px!important;
  color:#8494aa!important;
  font-size:10px!important;
  line-height:1.4!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search{
  grid-template-columns:minmax(200px,1fr) 140px 92px 76px!important;
  gap:8px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search input,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search select{
  height:42px!important;
  border-color:rgba(255,255,255,.095)!important;
  border-radius:9px!important;
  background:#071225!important;
  font-size:10.5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search input:focus,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search select:focus{
  border-color:rgba(255,79,147,.52)!important;
  box-shadow:0 0 0 3px rgba(255,79,147,.07)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro [data-anime-query-clear]{
  top:7px!important;
  width:28px!important;
  height:28px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search>button{
  height:42px!important;
  border-radius:9px!important;
  font-size:9.5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-toggle{
  display:none;
  min-height:42px;
  padding:0 12px;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  background:#111d31;
  color:#dce4ef;
  font-family:inherit;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-toggle>b{
  min-width:21px;
  height:21px;
  padding:0 5px;
  display:inline-grid;
  place-items:center;
  border-radius:99px;
  background:var(--anime-pink);
  color:#fff;
  font-size:8px;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-active-filters{
  margin-top:10px!important;
  gap:6px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-active-filters button{
  min-height:31px!important;
  padding:0 10px!important;
  border-radius:8px!important;
  font-size:8.5px!important;
}

/* ---------- Main layout ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
  margin-top:13px!important;
  grid-template-columns:minmax(0,1fr) clamp(275px,22vw,315px)!important;
  gap:14px!important;
  align-items:start!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-main{
  padding:14px!important;
  border-color:var(--anime-line)!important;
  border-radius:var(--anime-radius)!important;
  background:linear-gradient(180deg,#0f1a2e,#081225)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.08)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-list{
  gap:10px!important;
}

/* ---------- Anime card ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
  min-height:178px!important;
  padding:12px!important;
  grid-template-columns:118px minmax(0,1fr) 108px!important;
  gap:14px!important;
  border-color:rgba(255,255,255,.06)!important;
  border-radius:11px!important;
  background:#0a1629!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
  width:118px!important;
  min-width:118px!important;
  height:auto!important;
  aspect-ratio:2/2.82!important;
  border-radius:9px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster img{
  transition:transform .25s ease!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-type{
  left:7px!important;
  bottom:7px!important;
  min-height:24px!important;
  padding:0 7px!important;
  font-size:8px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item-copy{
  padding:2px 0!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-subtitle{
  font-size:8px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-score{
  padding:4px 6px!important;
  border-radius:6px!important;
  background:rgba(255,200,89,.06)!important;
  font-size:9px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item h3{
  margin:6px 0 8px!important;
  color:#f7f9fc!important;
  font-size:17px!important;
  line-height:1.3!important;
  overflow-wrap:anywhere!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-meta{
  gap:7px 12px!important;
  color:#a0aec1!important;
  font-size:9.5px!important;
  line-height:1.4!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item-copy>p{
  margin:9px 0!important;
  max-width:820px!important;
  color:#96a6ba!important;
  font-size:10.5px!important;
  line-height:1.55!important;
  -webkit-line-clamp:3!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-tags{
  gap:5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-tags span{
  min-height:24px!important;
  padding:0 7px!important;
  border-radius:6px!important;
  font-size:8.5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-open{
  align-self:center!important;
  min-height:42px!important;
  padding:0 11px!important;
  border-radius:9px!important;
  font-size:9.5px!important;
}

@media (hover:hover) and (pointer:fine){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(255,79,147,.22)!important;
    background:#0d1a2f!important;
    box-shadow:0 10px 24px rgba(0,0,0,.10)!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item:hover .anime-directory-poster img{
    transform:scale(1.035)!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-open:hover{
    background:rgba(255,79,147,.10)!important;
  }
}

/* ---------- Filters sidebar ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar{
  position:relative!important;
  top:auto!important;
  align-self:stretch!important;
  display:block!important;
  min-width:0!important;
  min-height:100%!important;
  height:auto!important;
  overflow:visible!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky{
  position:sticky!important;
  top:16px!important;
  width:100%!important;
  height:fit-content!important;
  max-height:calc(100vh - 32px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  padding:0 2px 2px 0!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(255,255,255,.11) transparent!important;
  overscroll-behavior:contain!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky::-webkit-scrollbar{
  width:4px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky::-webkit-scrollbar-thumb{
  border-radius:20px!important;
  background:rgba(255,255,255,.12)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-card{
  width:100%!important;
  min-width:0!important;
  flex:none!important;
  padding:13px!important;
  border-color:var(--anime-line)!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#0f1a2e,#091326)!important;
  box-shadow:0 9px 22px rgba(0,0,0,.06)!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head{
  margin-bottom:10px!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:9px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head>span{
  width:33px!important;
  height:33px!important;
  border-radius:8px!important;
  font-size:10px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head b{
  font-size:12.5px!important;
  line-height:1.3!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head small{
  margin-top:2px!important;
  font-size:9px!important;
  line-height:1.35!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list{
  max-height:260px!important;
  gap:3px!important;
  overflow-y:auto!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list button{
  min-height:36px!important;
  padding:0 8px!important;
  grid-template-columns:18px minmax(0,1fr) auto!important;
  gap:7px!important;
  border-radius:7px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list button>i{
  font-size:9px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list button>span{
  font-size:9.5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list button>b{
  min-width:25px!important;
  padding:3px 5px!important;
  font-size:8px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-head{
  display:none;
}

/* ---------- Loading / empty / pagination ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-loading{
  min-height:240px!important;
  font-size:10.5px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-spinner{
  width:31px!important;
  height:31px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-empty{
  min-height:250px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-empty>b{
  font-size:13px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-empty>p{
  margin-top:5px!important;
  font-size:10px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-empty>button{
  min-height:35px!important;
  padding:0 12px!important;
  font-size:9px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination{
  margin-top:14px!important;
  padding-top:13px!important;
  display:grid!important;
  grid-template-columns:minmax(90px,1fr) auto minmax(90px,1fr)!important;
  gap:8px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination button{
  min-height:38px!important;
  padding:0 12px!important;
  border-radius:8px!important;
  font-size:9px!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination button:first-child{
  justify-self:start!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination button:last-child{
  justify-self:end!important;
}

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination>span{
  min-height:38px!important;
  padding:0 11px!important;
  font-size:9px!important;
}

/* ==========================================================================
   NOTEBOOK / COMPACT DESKTOP — 981px to 1180px
   ========================================================================== */

@media (min-width:981px) and (max-width:1180px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content{
    padding-left:24px!important;
    padding-right:24px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar{
    grid-template-columns:1fr!important;
    gap:11px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search{
    grid-template-columns:minmax(220px,1fr) 145px 92px 76px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
    grid-template-columns:minmax(0,1fr) 275px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
    grid-template-columns:108px minmax(0,1fr) 96px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
    width:108px!important;
    min-width:108px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item h3{
    font-size:15.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item-copy>p{
    -webkit-line-clamp:2!important;
  }
}

/* ==========================================================================
   TABLET — 781px to 980px
   Filters move above results and become a 3-card dashboard.
   ========================================================================== */

@media (min-width:781px) and (max-width:980px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero{
    min-height:300px!important;
    padding:28px 28px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero h1{
    font-size:37px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content{
    padding:16px 20px 30px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar{
    grid-template-columns:1fr!important;
    gap:11px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search{
    grid-template-columns:minmax(220px,1fr) 140px 92px 76px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar{
    order:-1!important;
    min-height:0!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky{
    position:static!important;
    top:auto!important;
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    padding:0!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-card{
    height:auto!important;
    min-height:0!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list{
    max-height:225px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
    grid-template-columns:112px minmax(0,1fr) 100px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
    width:112px!important;
    min-width:112px!important;
  }
}

/* ==========================================================================
   PHONE / SMALL TABLET — <=780px
   Mobile filter drawer is inline and full width, never horizontally clipped.
   ========================================================================== */

@media (max-width:780px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro{
    padding:0!important;
    background:var(--anime-bg)!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .page{
    width:100%!important;
    max-width:none!important;
    min-height:100svh!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero{
    min-height:auto!important;
    padding:
      18px
      max(13px,env(safe-area-inset-right))
      18px
      max(13px,env(safe-area-inset-left))!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero::before{
    background:
      linear-gradient(
        90deg,
        rgba(4,8,18,.98) 0%,
        rgba(4,8,18,.88) 48%,
        rgba(5,9,20,.80) 100%
      ),
      var(--osanime-bg-osnh) center 34%/cover no-repeat!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-breadcrumb{
    margin-bottom:12px!important;
    font-size:9px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-kicker{
    font-size:7.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero h1{
    margin-bottom:7px!important;
    font-size:30px!important;
    letter-spacing:-.8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero p{
    max-width:360px!important;
    font-size:10.5px!important;
    line-height:1.55!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta{
    margin-top:14px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta>div{
    min-height:50px!important;
    padding:7px 8px!important;
    grid-template-columns:27px minmax(0,1fr)!important;
    gap:6px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta>div:nth-child(3){
    grid-column:1/-1!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta>div>i{
    width:26px!important;
    height:26px!important;
    font-size:8.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta b{
    font-size:8.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero-meta small{
    font-size:7px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content{
    padding:
      9px
      max(9px,env(safe-area-inset-right))
      22px
      max(9px,env(safe-area-inset-left))!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar{
    padding:11px!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    border-radius:11px!important;
    box-shadow:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar h2{
    font-size:14px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-toolbar p{
    font-size:9px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search{
    grid-template-columns:minmax(0,1fr) 108px 72px!important;
    gap:6px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search-input{
    grid-column:1/-1!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search input,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search select,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search>button{
    height:39px!important;
    font-size:9.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search>button.secondary{
    width:72px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-toggle{
    display:flex!important;
    width:100%!important;
    min-height:39px!important;
    font-size:9.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-active-filters{
    margin:8px 1px 0!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    padding-bottom:2px!important;
    scrollbar-width:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-active-filters::-webkit-scrollbar{
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-active-filters button{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-main{
    padding:8px!important;
    border-radius:10px!important;
    box-shadow:none!important;
  }

  /* Filter panel is hidden until Browse Filters is tapped. */
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar{
    order:-1!important;
    display:none!important;
    width:100%!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory.filters-open .anime-directory-sidebar{
    display:block!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-head{
    margin-bottom:8px!important;
    min-height:47px!important;
    padding:9px 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    border:1px solid var(--anime-line)!important;
    border-radius:10px!important;
    background:linear-gradient(180deg,#101b30,#091426)!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-head span{
    display:block!important;
    margin-bottom:2px!important;
    color:#ff69a7!important;
    font-size:7px!important;
    font-weight:900!important;
    letter-spacing:.8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-head b{
    display:block!important;
    font-size:11px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-mobile-filter-head button{
    width:32px!important;
    height:32px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid rgba(255,255,255,.07)!important;
    border-radius:8px!important;
    background:#111d31!important;
    color:#cbd5e2!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky{
    position:static!important;
    top:auto!important;
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:0!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    padding:11px!important;
    border-radius:10px!important;
    box-shadow:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head{
    margin-bottom:8px!important;
    grid-template-columns:31px minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head>span{
    width:30px!important;
    height:30px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head b{
    font-size:11px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-side-head small{
    font-size:8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list{
    max-height:185px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list button{
    min-height:34px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-filter-list button>span{
    font-size:9px!important;
  }

  /* Mobile anime cards */
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
    min-height:0!important;
    padding:9px!important;
    grid-template-columns:92px minmax(0,1fr)!important;
    gap:10px!important;
    border-radius:10px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
    width:92px!important;
    min-width:92px!important;
    height:auto!important;
    aspect-ratio:2/2.82!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item-top{
    gap:5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-subtitle{
    font-size:7px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-score{
    padding:3px 5px!important;
    font-size:7.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item h3{
    margin:4px 0 6px!important;
    font-size:12.5px!important;
    line-height:1.3!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-meta{
    gap:5px 7px!important;
    font-size:8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item-copy>p{
    margin:6px 0!important;
    font-size:8.8px!important;
    line-height:1.45!important;
    -webkit-line-clamp:2!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-tags{
    gap:4px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-tags span{
    min-height:21px!important;
    padding:0 5px!important;
    font-size:7px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-tags span:nth-child(n+3){
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-open{
    grid-column:1/-1!important;
    min-height:34px!important;
    padding:0 10px!important;
    font-size:8.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination{
    grid-template-columns:1fr auto 1fr!important;
    gap:6px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination button{
    min-height:35px!important;
    padding:0 8px!important;
    font-size:8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination>span{
    min-height:35px!important;
    padding:0 8px!important;
    font-size:8px!important;
  }
}

/* ==========================================================================
   SMALL PHONE — <=480px
   ========================================================================== */

@media (max-width:480px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search{
    grid-template-columns:1fr 1fr!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-select-wrap{
    grid-column:1/-1!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search>button{
    width:100%!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-search>button.secondary{
    width:100%!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item-copy>p{
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
    width:86px!important;
    min-width:86px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
    grid-template-columns:86px minmax(0,1fr)!important;
    gap:9px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-meta span:nth-child(2){
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination button{
    font-size:0!important;
    min-width:36px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination button i{
    font-size:9px!important;
    margin:0!important;
  }
}

/* ==========================================================================
   VERY NARROW PHONE — <=360px
   ========================================================================== */

@media (max-width:360px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero{
    padding-left:9px!important;
    padding-right:9px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-hero h1{
    font-size:26px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content{
    padding-left:7px!important;
    padding-right:7px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-main{
    padding:7px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
    grid-template-columns:78px minmax(0,1fr)!important;
    gap:8px!important;
    padding:8px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
    width:78px!important;
    min-width:78px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-subtitle{
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item h3{
    font-size:11.5px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-tags span:nth-child(n+2){
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-pagination>span{
    padding:0 6px!important;
    font-size:7.5px!important;
  }
}

/* ---------- Wide desktop ---------- */

@media (min-width:1440px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
    grid-template-columns:minmax(0,1fr) 315px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-item{
    grid-template-columns:124px minmax(0,1fr) 112px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-poster{
    width:124px!important;
    min-width:124px!important;
  }
}

/* ---------- Short desktop viewport ---------- */

@media (min-width:981px) and (max-height:720px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* ---------- Accessibility ---------- */

body.anime-directory-page.anime-php-page.anime-directory-responsive-pro a:focus-visible,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro button:focus-visible,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro input:focus-visible,
body.anime-directory-page.anime-php-page.anime-directory-responsive-pro select:focus-visible{
  outline:2px solid rgba(255,79,147,.72)!important;
  outline-offset:2px!important;
}

@media (prefers-reduced-motion:reduce){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro *,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro *::before,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}

/* ==========================================================================
   OSANIME ANIME DIRECTORY — FILTER TABLE BELOW ANIME LIST
   Tablet/mobile filter section follows the Anime List instead of appearing
   before it. Desktop sidebar remains on the right.
   ========================================================================== */

/* Tablet: Anime List first, then Genres | Themes | Season */
@media (min-width:781px) and (max-width:980px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro
  .anime-directory-main{
    order:1!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro
  .anime-directory-sidebar{
    order:2!important;
    margin-top:2px!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro
  .anime-directory-sidebar-sticky{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* Mobile: when Browse Filters is opened, filter cards also appear below
   the Anime List rather than above it. */
@media (max-width:780px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro
  .anime-directory-main{
    order:1!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro
  .anime-directory-sidebar{
    order:2!important;
    margin-top:0!important;
  }
}

/* ==========================================================================
   FINAL FIX — ANIME DIRECTORY RIGHT SIDEBAR STICKY LIKE TOS
   Desktop only: the right filter rail follows the viewport while scrolling.
   Appended last intentionally so older responsive overrides cannot disable it.
   ========================================================================== */
@media (min-width:981px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro{
    /* `clip` prevents horizontal spill without creating a sticky-breaking
       scroll container (unlike overflow-x:hidden on some layouts). */
    overflow-x:clip!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .page,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-root,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-content,
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
    overflow:visible!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-layout{
    align-items:stretch!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-main{
    min-width:0!important;
    align-self:start!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky:focus-visible{
    border-radius:12px;
    box-shadow:0 0 0 2px rgba(255,79,147,.28);
  }

  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky>.anime-directory-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

@media (min-width:981px) and (max-width:1100px){
  body.anime-directory-page.anime-php-page.anime-directory-responsive-pro .anime-directory-sidebar-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

/* ==========================================================================
   OSANIME ANIME WATCH — PHP 8.5 / CONNECTED TO ANIME DETAIL
   ========================================================================== */

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro{
  --ow-bg:#040916;
  --ow-panel:#0d182b;
  --ow-panel-2:#091426;
  --ow-soft:#111e33;
  --ow-line:rgba(255,255,255,.075);
  --ow-line-strong:rgba(255,255,255,.12);
  --ow-text:#f7f9fc;
  --ow-text-2:#d5deea;
  --ow-muted:#91a0b4;
  --ow-muted-2:#708097;
  --ow-pink:#ff4f93;
  --ow-pink-2:#e83b82;
  background:#eef2f7;
  color:#fff;
  padding:14px;
  overflow-x:hidden;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .page{
  max-width:1460px;
  min-height:calc(100vh - 28px);
  overflow:visible;
  border-radius:10px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch *,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch *::before,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch *::after{
  box-sizing:border-box;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch{
  min-width:0;
  min-height:540px;
  padding:18px clamp(18px,3.4vw,48px) 34px;
  background:
    radial-gradient(circle at 5% 0,rgba(255,79,147,.05),transparent 25%),
    radial-gradient(circle at 95% 12%,rgba(170,102,255,.04),transparent 26%),
    linear-gradient(180deg,#071020,#040916 48%,#040813);
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro [hidden]{
  display:none!important;
}

/* Loading / error */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-loading,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-spinner{
  width:37px;
  height:37px;
  margin-bottom:13px;
  border:3px solid rgba(255,255,255,.08);
  border-top-color:var(--ow-pink);
  border-radius:50%;
  animation:osanimeWatchSpin .7s linear infinite;
}

@keyframes osanimeWatchSpin{
  to{transform:rotate(360deg)}
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-loading>b{
  font-size:14px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-loading>small{
  margin-top:5px;
  color:var(--ow-muted-2);
  font-size:10px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error>span{
  width:53px;
  height:53px;
  margin-bottom:12px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,101,128,.09);
  color:#ff778f;
  font-size:19px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error h1{
  margin:0;
  font-size:20px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error p{
  max-width:450px;
  margin:7px 0 14px;
  color:var(--ow-muted);
  font-size:10px;
  line-height:1.55;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error>div{
  display:flex;
  gap:7px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error a{
  min-height:36px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid var(--ow-line);
  border-radius:8px;
  background:#101c31;
  color:#d9e2ee;
  font-size:9px;
  font-weight:900;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-error a:last-child{
  border:0;
  background:var(--ow-pink);
  color:#fff;
}

/* Breadcrumb */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-content{
  width:min(100%,1360px);
  margin:0 auto;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-breadcrumb{
  min-width:0;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#9cabbf;
  font-size:9px;
  font-weight:800;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-breadcrumb a{
  color:#ff72ab;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-breadcrumb span{
  color:#586980;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-breadcrumb b{
  min-width:0;
  overflow:hidden;
  color:#cbd5e2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Layout */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(270px,21vw,310px);
  gap:14px;
  align-items:start;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-main{
  min-width:0;
  display:grid;
  gap:12px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-card,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episodes-card,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-synopsis-card,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-card{
  min-width:0;
  border:1px solid var(--ow-line);
  border-radius:13px;
  background:linear-gradient(180deg,#0f1a2e,#081225);
  box-shadow:0 13px 32px rgba(0,0,0,.10);
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-card{
  padding:15px;
}

/* Heading */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading{
  margin-bottom:12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-copy{
  min-width:0;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:4px;
  color:#ff6ba8;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.8px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading h1{
  margin:0;
  color:#fff;
  font-size:clamp(18px,2vw,27px);
  line-height:1.22;
  overflow-wrap:anywhere;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading p{
  margin:5px 0 0;
  color:#8c9cb1;
  font-size:9.5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:7px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>a,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>span{
  min-height:34px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:8px;
  font-size:8px;
  font-weight:900;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>a{
  border:1px solid var(--ow-line);
  background:#101c31;
  color:#cbd5e2;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>span{
  border:1px solid rgba(255,79,147,.16);
  background:rgba(255,79,147,.07);
  color:#ff82b5;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>span.ready{
  border-color:rgba(80,220,143,.13);
  background:rgba(80,220,143,.055);
  color:#66e39f;
}

/* Player */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-screen{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:#000;
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-screen iframe{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  display:block;
  border:0;
  background:#000;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-screen-placeholder{
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:7px;
  background:#03060c;
  color:#748399;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-screen-placeholder>i{
  width:47px;
  height:47px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,79,147,.10);
  color:#ff6ba8;
  font-size:16px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-screen-placeholder>b{
  font-size:9px;
}

/* Player controls */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-controls{
  margin-top:11px;
  padding:10px;
  display:grid;
  grid-template-columns:108px minmax(0,1fr) 108px;
  gap:9px;
  align-items:center;
  border:1px solid rgba(255,255,255,.055);
  border-radius:10px;
  background:#091427;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-nav{
  min-height:39px;
  padding:0 9px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:1px solid var(--ow-line);
  border-radius:8px;
  background:#111e33;
  color:#d8e1ed;
  font-size:8.5px;
  font-weight:900;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-nav.disabled{
  opacity:.38;
  pointer-events:none;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control{
  min-width:0;
  text-align:center;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control>small{
  display:block;
  margin-bottom:5px;
  color:#718198;
  font-size:7px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control>div{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control button{
  min-height:32px;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#111e33;
  color:#bfcbd9;
  font-family:inherit;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control button.active{
  border-color:transparent;
  background:linear-gradient(180deg,#ff5ca1,#e83c82);
  color:#fff;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control button:disabled{
  opacity:.42;
  cursor:not-allowed;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-no-quality,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-inline-loading{
  color:#77879c;
  font-size:8px;
  font-weight:800;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-meta{
  margin-top:8px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-meta>span{
  min-height:27px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:7px;
  background:#0a1528;
  color:#9dacbf;
  font-size:7.5px;
  font-weight:800;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-meta i{
  color:#ff69a7;
}

/* Episodes */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episodes-card,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-synopsis-card{
  padding:14px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-section-head{
  margin-bottom:10px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-section-head>div:first-child>span{
  display:block;
  margin-bottom:2px;
  color:#ff67a5;
  font-size:7px;
  font-weight:900;
  letter-spacing:.75px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-section-head h2{
  margin:0;
  font-size:14px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-section-head p{
  margin:3px 0 0;
  color:#75859a;
  font-size:8px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-count{
  min-width:75px;
  padding:6px 8px;
  border:1px solid rgba(255,79,147,.10);
  border-radius:8px;
  background:rgba(255,79,147,.04);
  text-align:center;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-count>b{
  display:block;
  color:#ff75ad;
  font-size:12px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-count>small{
  display:block;
  margin-top:1px;
  color:#718198;
  font-size:6.5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools{
  margin-bottom:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools>div{
  position:relative;
  width:min(280px,100%);
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools>div>i{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  color:#718198;
  font-size:8px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools input{
  width:100%;
  height:34px;
  padding:0 9px 0 28px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:7px;
  outline:0;
  background:#091427;
  color:#fff;
  font-family:inherit;
  font-size:8.5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools input:focus{
  border-color:rgba(255,79,147,.48);
  box-shadow:0 0 0 3px rgba(255,79,147,.06);
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools>span{
  color:#708097;
  font-size:7.5px;
  font-weight:800;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-item{
  min-width:0;
  min-height:68px;
  padding:8px;
  display:grid;
  grid-template-columns:31px minmax(0,1fr) auto;
  gap:7px;
  align-items:center;
  border:1px solid rgba(255,255,255,.05);
  border-radius:8px;
  background:#0a1528;
  color:#d7e0ec;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-item.active{
  border-color:rgba(255,79,147,.25);
  background:rgba(255,79,147,.075);
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-number{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:rgba(255,79,147,.08);
  color:#ff70aa;
  font-size:8px;
  font-weight:900;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-copy{
  min-width:0;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-copy>b{
  display:block;
  overflow:hidden;
  color:#fff;
  font-size:8.5px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-copy>small{
  display:block;
  margin-top:3px;
  overflow:hidden;
  color:#6f7f95;
  font-size:6.7px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-play{
  min-height:28px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border-radius:6px;
  background:#111e33;
  color:#aab8ca;
  font-size:7px;
  font-weight:900;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-item.active .osanime-watch-episode-play{
  background:var(--ow-pink);
  color:#fff;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-no-episodes{
  grid-column:1/-1;
  min-height:125px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  color:#718198;
  text-align:center;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-no-episodes>i{
  margin-bottom:6px;
  font-size:16px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-no-episodes>b{
  color:#bcc8d7;
  font-size:8.5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-no-episodes>span{
  margin-top:3px;
  font-size:7px;
}

/* Synopsis */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-synopsis-card>p{
  margin:0;
  color:#aab8ca;
  font-size:9px;
  line-height:1.65;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-tags{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-tags>span{
  min-height:23px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:6px;
  background:#111e33;
  color:#9eacbf;
  font-size:7px;
  font-weight:800;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-tags i{
  color:#ff69a7;
  font-size:6px;
}

/* Sidebar */
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar{
  position:relative;
  min-width:0;
  align-self:stretch;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky{
  position:sticky;
  top:16px;
  max-height:calc(100vh - 32px);
  overflow-y:auto;
  overflow-x:hidden;
  display:grid;
  gap:9px;
  padding-right:2px;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.11) transparent;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-card{
  padding:12px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-head{
  margin-bottom:9px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:8px;
  align-items:center;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-head>span{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,79,147,.09);
  color:#ff69a7;
  font-size:9px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-head b{
  display:block;
  font-size:9.5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-head small{
  display:block;
  margin-top:2px;
  color:#718198;
  font-size:7px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-card{
  min-width:0;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:9px;
  align-items:center;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-media img,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-media>span{
  width:58px;
  height:82px;
  display:grid;
  place-items:center;
  object-fit:cover;
  border-radius:7px;
  background:#111e33;
  color:#68788f;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-copy{
  min-width:0;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-copy>b{
  display:-webkit-box;
  overflow:hidden;
  color:#fff;
  font-size:9.5px;
  line-height:1.4;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-copy>small{
  display:block;
  margin-top:4px;
  color:#8796aa;
  font-size:7.5px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-now-copy>span{
  margin-top:6px;
  min-height:23px;
  padding:0 6px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border-radius:6px;
  background:rgba(255,79,147,.07);
  color:#ff75ad;
  font-size:7px;
  font-weight:900;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related{
  display:grid;
  gap:6px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related>a{
  min-width:0;
  padding:6px;
  display:grid;
  grid-template-columns:43px minmax(0,1fr) 10px;
  gap:7px;
  align-items:center;
  border:1px solid rgba(255,255,255,.04);
  border-radius:7px;
  background:#0a1528;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related img,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related-placeholder{
  width:43px;
  height:60px;
  display:grid;
  place-items:center;
  object-fit:cover;
  border-radius:6px;
  background:#111e33;
  color:#68788f;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related>a>span{
  min-width:0;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related b{
  display:-webkit-box;
  overflow:hidden;
  color:#dbe4ef;
  font-size:8px;
  line-height:1.35;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related small{
  display:block;
  margin-top:3px;
  color:#6e7e94;
  font-size:6.7px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related>a>i{
  color:#55667e;
  font-size:6px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quick-links{
  display:grid;
  gap:3px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quick-links>a{
  min-height:34px;
  padding:0 7px;
  display:grid;
  grid-template-columns:17px minmax(0,1fr) 10px;
  gap:7px;
  align-items:center;
  border-radius:7px;
  color:#9dacbf;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quick-links>a:hover{
  background:rgba(255,79,147,.06);
  color:#ff72ab;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quick-links i{
  font-size:7px;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quick-links span{
  font-size:8px;
  font-weight:800;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-placeholder{
  padding:7px 4px;
  color:#718198;
  font-size:8px;
}

/* Hover / focus */
@media (hover:hover) and (pointer:fine){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-item:hover{
    transform:translateY(-1px);
    border-color:rgba(255,79,147,.18);
    background:#0d1a2e;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control button:hover:not(:disabled){
    border-color:rgba(255,79,147,.26);
    color:#fff;
  }
}

body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro a:focus-visible,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro button:focus-visible,
body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro input:focus-visible{
  outline:2px solid rgba(255,79,147,.72);
  outline-offset:2px;
}

/* Compact desktop */
@media (min-width:981px) and (max-width:1180px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch{
    padding-left:24px;
    padding-right:24px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout{
    grid-template-columns:minmax(0,1fr) 260px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Tablet */
@media (min-width:781px) and (max-width:980px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch{
    padding:14px 20px 28px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout{
    grid-template-columns:1fr;
    gap:12px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky{
    position:static;
    max-height:none;
    overflow:visible;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-card{
    height:auto;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Phone */
@media (max-width:780px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro{
    padding:0;
    background:var(--ow-bg);
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .page{
    width:100%;
    max-width:none;
    min-height:100svh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch{
    min-height:100svh;
    padding:
      10px
      max(9px,env(safe-area-inset-right))
      22px
      max(9px,env(safe-area-inset-left));
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-breadcrumb{
    margin:0 2px 9px;
    font-size:7.5px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout{
    grid-template-columns:1fr;
    gap:9px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-main{
    gap:9px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-card,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episodes-card,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-synopsis-card{
    padding:10px;
    border-radius:10px;
    box-shadow:none;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading{
    margin-bottom:9px;
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading h1{
    font-size:17px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading p{
    font-size:8.5px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions{
    width:100%;
    justify-content:space-between;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>a,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>span{
    min-height:31px;
    font-size:7px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-screen{
    border-radius:8px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-controls{
    margin-top:8px;
    padding:8px;
    grid-template-columns:36px minmax(0,1fr) 36px;
    gap:6px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-nav{
    min-width:36px;
    min-height:36px;
    padding:0;
    font-size:8px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-nav>span{
    display:none;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control button{
    min-height:29px;
    padding:0 6px;
    font-size:7px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-meta{
    margin-top:6px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-player-meta>span{
    min-height:24px;
    font-size:6.5px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-section-head h2{
    font-size:12px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-section-head p{
    font-size:7px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools{
    align-items:stretch;
    flex-direction:column;
    gap:5px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-tools>div{
    width:100%;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-list{
    grid-template-columns:1fr;
    gap:6px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-item{
    min-height:62px;
    padding:8px;
    grid-template-columns:32px minmax(0,1fr) auto;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-copy>b{
    font-size:8.5px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-play{
    min-height:27px;
    font-size:6.8px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-synopsis-card>p{
    font-size:8.5px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar{
    min-width:0;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky{
    position:static;
    max-height:none;
    overflow:visible;
    grid-template-columns:1fr;
    gap:8px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-side-card{
    padding:10px;
    border-radius:10px;
    box-shadow:none;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Small phone */
@media (max-width:480px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-related{
    grid-template-columns:1fr;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading-actions>span{
    max-width:120px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-item{
    grid-template-columns:30px minmax(0,1fr) 29px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-play{
    width:29px;
    padding:0;
    justify-content:center;
    font-size:0;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-play i{
    font-size:7px;
  }
}

/* Very narrow phone */
@media (max-width:360px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch{
    padding-left:7px;
    padding-right:7px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-heading h1{
    font-size:15px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-quality-control button{
    padding:0 5px;
    font-size:6.5px;
  }
}

/* Wide desktop */
@media (min-width:1440px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout{
    grid-template-columns:minmax(0,1fr) 310px;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-episode-list{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

/* Short desktop viewport: avoid trapping scroll in the sticky sidebar */
@media (min-width:981px) and (max-height:720px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky{
    position:static;
    max-height:none;
    overflow:visible;
  }
}

@media (prefers-reduced-motion:reduce){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro *,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro *::before,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}

/* ========================================================================== 
   OSANIME WATCH PAGE — CINEMATIC PRO FINAL LAYER
   Modern streaming layout for /anime/anime-watch.php
   ========================================================================== */

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page{
  --ow-bg:#030711;
  --ow-bg-2:#060c18;
  --ow-surface:#0a1424;
  --ow-surface-2:#0d192b;
  --ow-surface-3:#111f34;
  --ow-line:rgba(255,255,255,.075);
  --ow-line-strong:rgba(255,255,255,.13);
  --ow-text:#f8fafc;
  --ow-text-2:#d7e0ec;
  --ow-muted:#8c9bb0;
  --ow-muted-2:#65758b;
  --ow-pink:#ff4f93;
  --ow-pink-2:#e83b82;
  --ow-green:#43df8f;
  overflow-x:hidden!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .anime-watch-root{
  overflow:visible!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch *,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch *::before,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch *::after{
  box-sizing:border-box!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch{
  min-width:0!important;
  min-height:620px!important;
  padding:18px clamp(18px,3vw,44px) 42px!important;
  background:
    radial-gradient(circle at 18% -5%,rgba(255,79,147,.10),transparent 24%),
    radial-gradient(circle at 86% 5%,rgba(85,117,255,.08),transparent 24%),
    linear-gradient(180deg,#06101f 0,#030814 38%,#02060f 100%)!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-content{
  width:min(100%,1450px)!important;
  margin:0 auto!important;
}

/* Breadcrumb becomes a subtle utility row instead of a visual block. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-breadcrumb{
  min-height:30px!important;
  margin:0 2px 12px!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#718299!important;
  font-size:9px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-breadcrumb a{
  flex:0 0 auto!important;
  color:#aab7c8!important;
  transition:color .16s ease!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-breadcrumb a:hover{
  color:#ff6fa9!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-breadcrumb span{
  color:#425269!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-breadcrumb b{
  min-width:0!important;
  overflow:hidden!important;
  color:#d5deea!important;
  text-overflow:ellipsis!important;
}

/* Main desktop composition: player dominates the page. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) clamp(285px,21vw,325px)!important;
  gap:16px!important;
  align-items:start!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-main{
  min-width:0!important;
  display:grid!important;
  gap:14px!important;
}

/* Player area intentionally has less 'card' chrome. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-player-card{
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading{
  margin:0 0 12px!important;
  padding:0 2px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-copy{
  min-width:0!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-kicker{
  margin:0 0 5px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#ff69a5!important;
  font-size:7.5px!important;
  font-weight:950!important;
  letter-spacing:1.15px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading h1{
  max-width:900px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(22px,2.15vw,31px)!important;
  line-height:1.12!important;
  letter-spacing:-.7px!important;
  overflow-wrap:anywhere!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading p{
  margin:6px 0 0!important;
  color:#8d9db3!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>a,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>span{
  min-height:34px!important;
  padding:0 10px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  border-radius:999px!important;
  font-size:8px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>a{
  border:1px solid rgba(255,255,255,.09)!important;
  background:rgba(13,25,43,.72)!important;
  color:#d2dce8!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>a:hover{
  border-color:rgba(255,255,255,.16)!important;
  background:#122139!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>span{
  border:1px solid rgba(255,79,147,.16)!important;
  background:rgba(255,79,147,.06)!important;
  color:#ff81b5!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>span.ready{
  border-color:rgba(67,223,143,.16)!important;
  background:rgba(67,223,143,.055)!important;
  color:#62e6a2!important;
}

/* Large cinematic player frame. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.105)!important;
  border-radius:16px!important;
  background:#000!important;
  box-shadow:
    0 22px 55px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.015) inset!important;
  isolation:isolate!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  box-shadow:inset 0 0 70px rgba(0,0,0,.15)!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen iframe{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  border:0!important;
  background:#000!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen-placeholder{
  z-index:4!important;
  background:radial-gradient(circle at 50% 42%,#101d32 0,#030711 45%,#000 100%)!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen-placeholder>i{
  width:58px!important;
  height:58px!important;
  background:linear-gradient(135deg,#ff5ca1,#e83c82)!important;
  color:#fff!important;
  box-shadow:0 14px 36px rgba(232,60,130,.30)!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen-placeholder>b{
  color:#cbd5e1!important;
  font-size:9px!important;
}

/* Quality + episode navigation becomes a slim streaming toolbar. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-controls{
  margin-top:10px!important;
  min-height:58px!important;
  padding:8px!important;
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr) 112px!important;
  align-items:center!important;
  gap:8px!important;
  border:1px solid var(--ow-line)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,rgba(13,25,43,.92),rgba(8,17,31,.96))!important;
  box-shadow:none!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-nav{
  min-height:40px!important;
  padding:0 10px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:9px!important;
  background:#101e33!important;
  color:#cbd6e3!important;
  font-size:8px!important;
  font-weight:900!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-nav:not(.disabled):hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,79,147,.22)!important;
  background:#15243b!important;
  color:#fff!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-nav.disabled{
  opacity:.32!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control{
  min-width:0!important;
  text-align:center!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control>small{
  display:block!important;
  margin-bottom:5px!important;
  color:#63748b!important;
  font-size:6.8px!important;
  font-weight:950!important;
  letter-spacing:.8px!important;
  text-transform:uppercase!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control>div{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:5px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control button{
  min-height:31px!important;
  padding:0 9px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:8px!important;
  background:#101e33!important;
  color:#9eacc0!important;
  font-size:7.5px!important;
  font-weight:900!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control button.active{
  border-color:transparent!important;
  background:linear-gradient(180deg,#ff5ca1,#e83c82)!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(232,60,130,.18)!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-player-meta{
  margin:8px 2px 0!important;
  gap:6px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-player-meta>span{
  min-height:25px!important;
  padding:0 8px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:999px!important;
  background:rgba(10,20,36,.72)!important;
  color:#8798ad!important;
  font-size:7px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-player-meta i{
  color:#ff64a1!important;
}

/* Sections below the player have cleaner hierarchy. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episodes-card,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-synopsis-card{
  min-width:0!important;
  padding:16px!important;
  border:1px solid var(--ow-line)!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#0c1729,#07111f)!important;
  box-shadow:none!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head{
  margin-bottom:12px!important;
  align-items:center!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head>div:first-child>span{
  color:#ff63a1!important;
  font-size:6.8px!important;
  letter-spacing:1px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head h2{
  font-size:15px!important;
  letter-spacing:-.2px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head p{
  margin-top:4px!important;
  color:#75869c!important;
  font-size:8.3px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-count{
  min-width:72px!important;
  padding:7px 9px!important;
  border:1px solid rgba(255,79,147,.11)!important;
  border-radius:9px!important;
  background:rgba(255,79,147,.045)!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-count>b{
  font-size:12px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-tools{
  margin-bottom:10px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-tools>div{
  width:min(340px,100%)!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-tools input{
  height:37px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:9px!important;
  background:#081326!important;
  color:#fff!important;
  font-size:8.8px!important;
}

/* Two columns is more readable than tiny 3/4-column episode cards. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-item{
  min-width:0!important;
  min-height:66px!important;
  padding:8px 9px!important;
  grid-template-columns:34px minmax(0,1fr) auto!important;
  gap:8px!important;
  border:1px solid rgba(255,255,255,.05)!important;
  border-radius:9px!important;
  background:#091427!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-item.active{
  border-color:rgba(255,79,147,.25)!important;
  background:linear-gradient(90deg,rgba(255,79,147,.105),rgba(255,79,147,.035))!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-number{
  width:33px!important;
  height:33px!important;
  border-radius:8px!important;
  background:#121f34!important;
  color:#ff6da8!important;
  font-size:8px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-copy>b{
  font-size:8.7px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-copy>small{
  color:#65758b!important;
  font-size:6.7px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-play{
  min-height:29px!important;
  padding:0 8px!important;
  border-radius:7px!important;
  background:#111f34!important;
  color:#96a6ba!important;
  font-size:6.8px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-item.active .osanime-watch-episode-play{
  background:#ff4f93!important;
  color:#fff!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-synopsis-card>p{
  color:#a6b4c5!important;
  font-size:9.3px!important;
  line-height:1.7!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-tags{
  margin-top:11px!important;
  gap:5px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-tags>span{
  min-height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:#101d31!important;
  color:#91a1b5!important;
  font-size:6.8px!important;
}

/* Sidebar: same hierarchy as streaming recommendation rails. */
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar{
  min-width:0!important;
  position:relative!important;
  align-self:stretch!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky{
  position:sticky!important;
  top:14px!important;
  max-height:calc(100vh - 28px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  display:grid!important;
  gap:10px!important;
  padding-right:2px!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(255,255,255,.10) transparent!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-side-card{
  min-width:0!important;
  padding:13px!important;
  border:1px solid var(--ow-line)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#0d192b,#081326)!important;
  box-shadow:none!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-side-head{
  margin-bottom:9px!important;
  grid-template-columns:31px minmax(0,1fr)!important;
  gap:8px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-side-head>span{
  width:30px!important;
  height:30px!important;
  border-radius:8px!important;
  background:rgba(255,79,147,.08)!important;
  color:#ff65a1!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-side-head b{
  font-size:10px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-side-head small{
  color:#687990!important;
  font-size:6.8px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-card{
  grid-template-columns:62px minmax(0,1fr)!important;
  gap:9px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-media img,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-media>span{
  width:62px!important;
  height:88px!important;
  border-radius:8px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-copy>b{
  font-size:9px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-copy>small{
  color:#7b8ca2!important;
  font-size:7px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-copy>span{
  min-height:23px!important;
  border-radius:999px!important;
  background:rgba(255,79,147,.08)!important;
  font-size:6.8px!important;
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related{
  gap:6px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related>a{
  min-width:0!important;
  min-height:72px!important;
  padding:6px!important;
  grid-template-columns:46px minmax(0,1fr) 10px!important;
  gap:8px!important;
  border:1px solid rgba(255,255,255,.04)!important;
  border-radius:8px!important;
  background:#091427!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related img,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related-placeholder{
  width:46px!important;
  height:64px!important;
  border-radius:7px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related b{
  color:#dce5f0!important;
  font-size:7.8px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related small{
  color:#65758b!important;
  font-size:6.5px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quick-links{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:4px!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quick-links>a{
  min-height:36px!important;
  padding:0 8px!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.018)!important;
}
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quick-links>a:hover{
  background:rgba(255,79,147,.055)!important;
}

@media (hover:hover) and (pointer:fine){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-item:hover,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related>a:hover{
    transform:translateY(-1px)!important;
    border-color:rgba(255,79,147,.16)!important;
    background:#0c192d!important;
  }
}

/* Notebook: preserve a large player, slightly slimmer sidebar. */
@media (min-width:981px) and (max-width:1180px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch{
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
    grid-template-columns:minmax(0,1fr) 270px!important;
    gap:12px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading h1{
    font-size:24px!important;
  }
}

/* Tablet: recommendations become a dashboard under the main content. */
@media (min-width:781px) and (max-width:980px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch{
    padding:14px 20px 30px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky>.osanime-watch-side-card:nth-child(3){
    grid-column:1/-1!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quick-links{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Phone / small tablet. */
@media (max-width:780px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page{
    padding:0!important;
    background:var(--ow-bg)!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .page{
    width:100%!important;
    max-width:none!important;
    min-height:100svh!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch{
    padding:
      9px
      max(9px,env(safe-area-inset-right))
      24px
      max(9px,env(safe-area-inset-left))!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-breadcrumb{
    margin-bottom:8px!important;
    font-size:7.5px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-main{
    gap:9px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading{
    margin-bottom:9px!important;
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:7px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading h1{
    font-size:18px!important;
    letter-spacing:-.35px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading p{
    margin-top:4px!important;
    font-size:8.5px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions{
    width:100%!important;
    justify-content:space-between!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>a,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>span{
    min-height:31px!important;
    padding:0 9px!important;
    font-size:7px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-screen{
    border-radius:10px!important;
    box-shadow:0 12px 30px rgba(0,0,0,.30)!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-controls{
    margin-top:7px!important;
    min-height:53px!important;
    padding:7px!important;
    grid-template-columns:38px minmax(0,1fr) 38px!important;
    gap:5px!important;
    border-radius:10px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-nav{
    min-width:38px!important;
    min-height:38px!important;
    padding:0!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-nav>span{
    display:none!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control>div{
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    padding:1px 2px!important;
    scrollbar-width:none!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control>div::-webkit-scrollbar{
    display:none!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control button{
    flex:0 0 auto!important;
    min-height:29px!important;
    padding:0 7px!important;
    font-size:6.8px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-player-meta{
    margin-top:6px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-player-meta>span{
    min-height:23px!important;
    font-size:6.4px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episodes-card,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-synopsis-card,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-side-card{
    padding:11px!important;
    border-radius:10px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head{
    margin-bottom:9px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head h2{
    font-size:12.5px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-section-head p{
    font-size:7.2px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-tools{
    align-items:stretch!important;
    flex-direction:column!important;
    gap:5px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-tools>div{
    width:100%!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-list{
    grid-template-columns:1fr!important;
    gap:6px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-item{
    min-height:62px!important;
    padding:8px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quick-links{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:520px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-related{
    grid-template-columns:1fr!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-card{
    grid-template-columns:54px minmax(0,1fr)!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-media img,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-now-media>span{
    width:54px!important;
    height:76px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-item{
    grid-template-columns:31px minmax(0,1fr) 30px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-play{
    width:30px!important;
    padding:0!important;
    justify-content:center!important;
    font-size:0!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-episode-play i{
    font-size:7px!important;
  }
}

@media (max-width:360px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch{
    padding-left:6px!important;
    padding-right:6px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading h1{
    font-size:16px!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-heading-actions>span{
    max-width:120px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-quality-control button{
    padding:0 6px!important;
    font-size:6.4px!important;
  }
}

@media (min-width:1440px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
    grid-template-columns:minmax(0,1fr) 325px!important;
  }
}

@media (min-width:981px) and (max-height:720px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page a:focus-visible,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page button:focus-visible,
body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page input:focus-visible{
  outline:2px solid rgba(255,79,147,.72)!important;
  outline-offset:2px!important;
}

@media (prefers-reduced-motion:reduce){
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch *,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch *::before,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}

/* ========================================================================== 
   ANIME WATCH — FINAL DESKTOP STICKY SIDEBAR FIX
   Match Terms of Service right-rail behavior.
   - Desktop only (>= 981px)
   - Ancestors stay overflow-visible so position:sticky can follow page scroll
   - Outer sidebar stretches with the main content
   - Inner rail remains pinned near the viewport top
   - If the rail is taller than the viewport, it scrolls internally
   ========================================================================== */
@media (min-width:981px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .page,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-content,
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .page,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-content,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
    overflow:visible!important;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-layout,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-layout{
    align-items:stretch!important;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-main,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-main{
    min-width:0!important;
    align-self:start!important;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    display:block!important;
    min-width:0!important;
    min-height:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky{
    position:sticky!important;
    top:18px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
    height:fit-content!important;
    max-height:calc(100vh - 36px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 2px 0!important;
    outline:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky::-webkit-scrollbar,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }

  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky>.osanime-watch-side-card,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky>.osanime-watch-side-card{
    flex:0 0 auto!important;
    width:100%!important;
    margin:0!important;
  }
}

/* Same compact offset used by the TOS sidebar on smaller desktop widths. */
@media (min-width:981px) and (max-width:1100px){
  body.anime-watch-page.anime-watch-php-page.anime-watch-responsive-pro .osanime-watch-sidebar-sticky,
  body.anime-watch-page.anime-watch-php-page.anime-watch-cinematic-page .osanime-watch-sidebar-sticky{
    top:14px!important;
    max-height:calc(100vh - 28px)!important;
    gap:12px!important;
  }
}

/* ==========================================================================
   OSANIME HOME — MODERN OPTIMIZED FINAL LAYER
   Scope: index.php only
   Keeps all existing homepage functionality while improving hierarchy,
   readability, cards, member avatars, hover/focus states and responsiveness.
   ========================================================================== */

body.index-php-page.index-home-optimized{
  --home-surface:#0b1528;
  --home-surface-2:#101c32;
  --home-surface-3:#142139;
  --home-line:rgba(255,255,255,.085);
  --home-line-hover:rgba(255,255,255,.15);
  --home-text:#f8fbff;
  --home-muted:#9eabc0;
  --home-pink:#ff4f93;
  --home-violet:#9d73ff;
  --home-blue:#64b8ff;
}

/* Hero */
body.index-php-page.index-home-optimized .hero{
  min-height:350px!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
}
body.index-php-page.index-home-optimized .hero-slide{
  padding:66px 52px 82px!important;
}
body.index-php-page.index-home-optimized .hero-slide::before{
  background:
    linear-gradient(90deg,rgba(3,8,18,.985) 0%,rgba(4,10,23,.91) 37%,rgba(5,9,20,.42) 66%,rgba(5,9,20,.14) 100%),
    radial-gradient(circle at 73% 20%,rgba(124,77,255,.26),transparent 31%),
    radial-gradient(circle at 51% 100%,rgba(255,79,147,.15),transparent 30%)!important;
}
body.index-php-page.index-home-optimized .hero-content{
  top:0!important;
  max-width:600px!important;
}
body.index-php-page.index-home-optimized .index-hero-kicker{
  min-height:26px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:12px;
  padding:0 10px;
  border:1px solid rgba(255,79,147,.18);
  border-radius:999px;
  background:rgba(255,79,147,.09);
  color:#ff91bd;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
}
body.index-php-page.index-home-optimized .index-hero-kicker i{
  font-size:10px;
}
body.index-php-page.index-home-optimized .hero h1{
  max-width:570px!important;
  margin:0 0 14px!important;
  font-size:clamp(38px,4vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-1.8px!important;
}
body.index-php-page.index-home-optimized .hero p{
  max-width:540px!important;
  margin:0!important;
  color:#cbd6e6!important;
  font-size:13px!important;
  line-height:1.65!important;
}
body.index-php-page.index-home-optimized .hero-actions{
  left:52px!important;
  top:auto!important;
  bottom:34px!important;
}
body.index-php-page.index-home-optimized .hero-actions .btn{
  min-height:38px!important;
  border-radius:9px!important;
}
body.index-php-page.index-home-optimized .dots{
  bottom:18px!important;
}

/* Main spacing + section cards */
body.index-php-page.index-home-optimized .content{
  padding:26px 34px 0!important;
  background:
    radial-gradient(circle at 15% 0,rgba(255,79,147,.035),transparent 26%),
    linear-gradient(180deg,#071020 0%,#040813 100%)!important;
}
body.index-php-page.index-home-optimized .panel{
  border-color:var(--home-line)!important;
  border-radius:14px!important;
  background:
    linear-gradient(180deg,rgba(16,27,48,.97),rgba(8,18,36,.97))!important;
  box-shadow:0 12px 28px rgba(0,0,0,.08)!important;
}
body.index-php-page.index-home-optimized .panel-head{
  min-height:29px!important;
  margin-bottom:13px!important;
}
body.index-php-page.index-home-optimized .panel-head h2{
  font-size:14px!important;
  letter-spacing:.01em!important;
}
body.index-php-page.index-home-optimized .panel-head .see{
  min-height:27px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:0 8px!important;
  border:1px solid rgba(157,115,255,.13)!important;
  border-radius:7px!important;
  background:rgba(157,115,255,.055)!important;
  font-size:9px!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease!important;
}
body.index-php-page.index-home-optimized .panel-head .see:hover{
  border-color:rgba(157,115,255,.28)!important;
  background:rgba(157,115,255,.11)!important;
}

/* Quick navigation */
body.index-php-page.index-home-optimized .quick{
  gap:11px!important;
  margin-bottom:14px!important;
}
body.index-php-page.index-home-optimized .quick-card{
  min-height:92px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:14px!important;
  padding:16px 18px!important;
  border-color:var(--home-line)!important;
  border-radius:13px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(255,255,255,.025),transparent 34%),
    linear-gradient(180deg,#101d33,#0a1529)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.07)!important;
}
body.index-php-page.index-home-optimized .quick-card:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(255,79,147,.24)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.12)!important;
}
body.index-php-page.index-home-optimized .quick-icon{
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,79,147,.15)!important;
  border-radius:12px!important;
  background:rgba(255,79,147,.08)!important;
  font-size:19px!important;
}
body.index-php-page.index-home-optimized .quick-card:nth-child(2) .quick-icon{
  border-color:rgba(157,115,255,.16)!important;
  background:rgba(157,115,255,.08)!important;
}
body.index-php-page.index-home-optimized .quick-card:nth-child(3) .quick-icon{
  border-color:rgba(100,184,255,.16)!important;
  background:rgba(100,184,255,.08)!important;
}
body.index-php-page.index-home-optimized .quick-card h3{
  font-size:12px!important;
}
body.index-php-page.index-home-optimized .quick-card p{
  color:#94a4ba!important;
  font-size:10px!important;
  line-height:1.5!important;
}

/* Main 3-panel dashboard */
body.index-php-page.index-home-optimized .index-main-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.05fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
body.index-php-page.index-home-optimized .index-main-grid>.panel{
  height:100%!important;
  padding:16px!important;
}

/* Music rows */
body.index-php-page.index-home-optimized .song{
  min-height:64px!important;
  margin:0 -5px!important;
  padding:8px 5px!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
  border-radius:8px!important;
  transition:background .16s ease,transform .16s ease!important;
}
body.index-php-page.index-home-optimized .song:hover{
  background:rgba(255,255,255,.028)!important;
}
body.index-php-page.index-home-optimized .song .cover{
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:8px!important;
}
body.index-php-page.index-home-optimized .song-copy b{
  font-size:11.5px!important;
  line-height:1.35!important;
}
body.index-php-page.index-home-optimized .song-copy small{
  color:#8999af!important;
  font-size:9.3px!important;
}
body.index-php-page.index-home-optimized .song .rank{
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:7px!important;
  background:#15223a!important;
}
body.index-php-page.index-home-optimized .song .tag{
  border-radius:999px!important;
  background:rgba(255,79,147,.12)!important;
  color:#ff8db8!important;
  box-shadow:inset 0 0 0 1px rgba(255,79,147,.18)!important;
}

/* Latest posts */
body.index-php-page.index-home-optimized .index-latest-post-list{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
body.index-php-page.index-home-optimized .index-latest-post{
  min-height:62px!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:6px!important;
  border:1px solid transparent!important;
  border-bottom:0!important;
  border-radius:9px!important;
  transition:background .16s ease,border-color .16s ease!important;
}
body.index-php-page.index-home-optimized .index-latest-post:hover{
  border-color:rgba(255,255,255,.07)!important;
  background:rgba(255,255,255,.026)!important;
}
body.index-php-page.index-home-optimized .index-latest-post .post-thumb{
  width:50px!important;
  height:50px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:8px!important;
  object-fit:cover!important;
}
body.index-php-page.index-home-optimized .index-post-copy{
  min-width:0!important;
}
body.index-php-page.index-home-optimized .index-post-copy b{
  display:block!important;
  overflow:hidden!important;
  color:#f8fbff!important;
  font-size:11.2px!important;
  line-height:1.35!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.index-php-page.index-home-optimized .index-post-copy small{
  display:block!important;
  overflow:hidden!important;
  margin-top:5px!important;
  color:#8190a5!important;
  font-size:8.8px!important;
  line-height:1.35!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.index-php-page.index-home-optimized .index-post-copy small .fa-thumbtack{
  color:var(--home-pink)!important;
}

/* Top uploaders / members — users.foto is always rendered as the avatar */
body.index-php-page.index-home-optimized .panel.members{
  margin-top:13px!important;
  padding:17px!important;
  overflow:hidden!important;
}
body.index-php-page.index-home-optimized #memberUploadList.member-row{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member{
  position:relative!important;
  min-width:0!important;
  min-height:158px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  padding:14px 10px 12px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.065)!important;
  border-radius:13px!important;
  background:
    radial-gradient(circle at 50% -12%,rgba(255,79,147,.08),transparent 43%),
    linear-gradient(180deg,#101c31,#0a1528)!important;
  text-align:center!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(255,79,147,.19)!important;
  background:
    radial-gradient(circle at 50% -12%,rgba(255,79,147,.11),transparent 43%),
    linear-gradient(180deg,#122039,#0b172c)!important;
}
body.index-php-page.index-home-optimized #memberUploadList .avatar-wrap{
  position:relative!important;
  width:72px!important;
  height:72px!important;
  flex:0 0 72px!important;
  display:block!important;
  margin:2px 0 10px!important;
  padding:3px!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,rgba(255,79,147,.95),rgba(124,77,255,.8))!important;
  box-shadow:0 9px 22px rgba(0,0,0,.2)!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member-index-avatar{
  width:100%!important;
  height:100%!important;
  display:block!important;
  border:2px solid #0b1528!important;
  border-radius:50%!important;
  background:#111d31!important;
  object-fit:cover!important;
}
body.index-php-page.index-home-optimized #memberUploadList .verified{
  right:0!important;
  bottom:2px!important;
  width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
  border:2px solid #0c172a!important;
  border-radius:50%!important;
  background:#4ca8ff!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:900!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member-rank{
  top:9px!important;
  left:9px!important;
  width:26px!important;
  height:26px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.16)!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member-top-icon{
  top:11px!important;
  right:11px!important;
  color:#ffd56b!important;
  font-size:13px!important;
  filter:drop-shadow(0 3px 8px rgba(255,197,62,.18))!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member-info{
  width:100%!important;
  min-width:0!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member-name-link{
  display:block!important;
  min-width:0!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member b{
  max-width:100%!important;
  display:block!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1.3!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member small{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  margin:5px 0 0!important;
  color:#8797ad!important;
  font-size:9px!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member small::before{
  content:"\f093"!important;
  font-family:"Font Awesome 6 Free"!important;
  font-weight:900!important;
  color:#73859d!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member .mini{
  min-width:0!important;
  min-height:27px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:9px!important;
  padding:0 10px!important;
  border:1px solid rgba(255,79,147,.16)!important;
  border-radius:7px!important;
  background:rgba(255,79,147,.075)!important;
  color:#ff8eb9!important;
  box-shadow:none!important;
  font-size:8px!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}
body.index-php-page.index-home-optimized #memberUploadList .member .mini:hover{
  border-color:rgba(255,79,147,.30)!important;
  background:rgba(255,79,147,.13)!important;
  color:#fff!important;
}

/* Search result polish */
body.index-php-page.index-home-optimized .index-search-card{
  border-radius:11px!important;
  background:linear-gradient(180deg,#101d31,#0b162a)!important;
  transition:transform .16s ease,border-color .16s ease!important;
}
body.index-php-page.index-home-optimized .index-search-card:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,79,147,.18)!important;
}

/* Keyboard accessibility */
body.index-php-page.index-home-optimized a:focus-visible,
body.index-php-page.index-home-optimized button:focus-visible,
body.index-php-page.index-home-optimized input:focus-visible{
  outline:2px solid rgba(255,79,147,.82)!important;
  outline-offset:2px!important;
}

/* Laptop/tablet */
@media(max-width:1180px) and (min-width:781px){
  body.index-php-page.index-home-optimized .hero{
    min-height:320px!important;
  }
  body.index-php-page.index-home-optimized .hero-slide{
    padding:52px 34px 78px!important;
  }
  body.index-php-page.index-home-optimized .hero-actions{
    left:34px!important;
  }
  body.index-php-page.index-home-optimized .content{
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body.index-php-page.index-home-optimized .index-main-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.index-php-page.index-home-optimized .index-main-grid>.posts{
    grid-column:1/-1!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList.member-row{
    grid-template-columns:repeat(5,minmax(116px,1fr))!important;
    overflow-x:auto!important;
    padding-bottom:4px!important;
    scrollbar-width:thin!important;
  }
}

/* Mobile */
@media(max-width:780px){
  body.index-php-page.index-home-optimized .hero{
    min-height:270px!important;
  }
  body.index-php-page.index-home-optimized .hero-slide{
    padding:30px 18px 72px!important;
  }
  body.index-php-page.index-home-optimized .hero-content{
    max-width:82%!important;
  }
  body.index-php-page.index-home-optimized .index-hero-kicker{
    min-height:22px!important;
    margin-bottom:9px!important;
    padding:0 8px!important;
    font-size:7.5px!important;
  }
  body.index-php-page.index-home-optimized .hero h1{
    font-size:25px!important;
    letter-spacing:-.8px!important;
  }
  body.index-php-page.index-home-optimized .hero p{
    max-width:92%!important;
    font-size:11px!important;
  }
  body.index-php-page.index-home-optimized .hero-actions{
    left:18px!important;
    bottom:30px!important;
  }
  body.index-php-page.index-home-optimized .content{
    padding:14px 12px 0!important;
  }
  body.index-php-page.index-home-optimized .quick{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  body.index-php-page.index-home-optimized .quick-card{
    min-height:74px!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:5px!important;
    padding:8px 5px!important;
    text-align:center!important;
  }
  body.index-php-page.index-home-optimized .quick-icon{
    width:34px!important;
    height:34px!important;
    border-radius:9px!important;
    font-size:15px!important;
  }
  body.index-php-page.index-home-optimized .quick-card h3{
    font-size:9px!important;
  }
  body.index-php-page.index-home-optimized .quick-card p{
    display:none!important;
  }
  body.index-php-page.index-home-optimized .index-main-grid{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  body.index-php-page.index-home-optimized .index-main-grid>.posts{
    grid-column:auto!important;
  }
  body.index-php-page.index-home-optimized .index-main-grid>.panel{
    padding:13px 11px!important;
  }
  body.index-php-page.index-home-optimized .panel-head h2{
    font-size:12px!important;
  }
  body.index-php-page.index-home-optimized .index-latest-post{
    grid-template-columns:48px minmax(0,1fr)!important;
    min-height:58px!important;
  }
  body.index-php-page.index-home-optimized .index-latest-post .post-thumb{
    width:46px!important;
    height:46px!important;
  }
  body.index-php-page.index-home-optimized .panel.members{
    padding:13px 10px 14px!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList.member-row{
    display:flex!important;
    grid-template-columns:none!important;
    gap:9px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 2px 5px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList.member-row::-webkit-scrollbar{
    display:none!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList .member{
    flex:0 0 112px!important;
    min-height:144px!important;
    padding:12px 8px 10px!important;
    scroll-snap-align:start!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList .avatar-wrap{
    width:62px!important;
    height:62px!important;
    flex-basis:62px!important;
    margin-bottom:8px!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList .member b{
    font-size:10px!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList .member small{
    font-size:8.5px!important;
  }
  body.index-php-page.index-home-optimized #memberUploadList .member .mini{
    min-height:25px!important;
    margin-top:8px!important;
    padding:0 8px!important;
    font-size:7.5px!important;
  }
}

/* Small phones: quick links become readable rows instead of tiny tiles. */
@media(max-width:520px){
  body.index-php-page.index-home-optimized .hero{
    min-height:250px!important;
  }
  body.index-php-page.index-home-optimized .hero-content{
    max-width:90%!important;
  }
  body.index-php-page.index-home-optimized .index-hero-kicker{
    font-size:7px!important;
  }
  body.index-php-page.index-home-optimized .hero h1{
    font-size:22px!important;
  }
  body.index-php-page.index-home-optimized .quick{
    grid-template-columns:1fr!important;
  }
  body.index-php-page.index-home-optimized .quick-card{
    min-height:62px!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    justify-items:stretch!important;
    gap:10px!important;
    padding:10px 11px!important;
    text-align:left!important;
  }
  body.index-php-page.index-home-optimized .quick-icon{
    width:36px!important;
    height:36px!important;
  }
  body.index-php-page.index-home-optimized .quick-card h3{
    font-size:10px!important;
  }
  body.index-php-page.index-home-optimized .quick-card p{
    display:block!important;
    margin-top:2px!important;
    font-size:8.5px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.index-php-page.index-home-optimized *,
  body.index-php-page.index-home-optimized *::before,
  body.index-php-page.index-home-optimized *::after{
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important;
  }
}

/* ==========================================================================
   OSANIME PROFILE SOCIAL — FOLLOW + LIKE
   Scoped to /profile/profile.php
   ========================================================================== */

body.music-member-page.profile-php-page .profile-social-actions{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
}

body.music-member-page.profile-php-page .profile-social-btn{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:8px!important;
  background:rgba(8,18,36,.82)!important;
  color:#e9eef7!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:850!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease,
    color .16s ease,
    opacity .16s ease!important;
}

body.music-member-page.profile-php-page .profile-social-btn:hover{
  transform:translateY(-1px)!important;
}

body.music-member-page.profile-php-page .profile-social-btn.follow{
  border-color:rgba(255,79,147,.28)!important;
  background:linear-gradient(180deg,rgba(255,79,147,.22),rgba(255,79,147,.11))!important;
  color:#ff9bc0!important;
}

body.music-member-page.profile-php-page .profile-social-btn.follow:hover,
body.music-member-page.profile-php-page .profile-social-btn.follow.active{
  border-color:rgba(255,79,147,.52)!important;
  background:linear-gradient(180deg,#ff5d9e,#e83d80)!important;
  color:#fff!important;
}

body.music-member-page.profile-php-page .profile-social-btn.like{
  border-color:rgba(160,108,255,.23)!important;
  background:rgba(160,108,255,.08)!important;
  color:#cdb7ff!important;
}

body.music-member-page.profile-php-page .profile-social-btn.like:hover,
body.music-member-page.profile-php-page .profile-social-btn.like.active{
  border-color:rgba(255,79,147,.42)!important;
  background:rgba(255,79,147,.14)!important;
  color:#ff8db8!important;
}

body.music-member-page.profile-php-page .profile-social-btn:disabled{
  transform:none!important;
  cursor:not-allowed!important;
  opacity:.55!important;
}

body.music-member-page.profile-php-page .profile-social-btn.loading{
  pointer-events:none!important;
  opacity:.66!important;
}

body.music-member-page.profile-php-page .profile-social-btn.loading i{
  animation:profileSocialPulse .72s ease-in-out infinite alternate!important;
}

@keyframes profileSocialPulse{
  from{transform:scale(.86);opacity:.55}
  to{transform:scale(1.08);opacity:1}
}

body.music-member-page.profile-php-page .profile-social-feedback{
  min-height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  margin:0!important;
  color:#79e6ba!important;
  font-size:9.5px!important;
  font-weight:750!important;
  line-height:1.4!important;
  opacity:0!important;
  transition:max-height .18s ease,opacity .18s ease,margin .18s ease!important;
}

body.music-member-page.profile-php-page .profile-social-feedback.show{
  max-height:34px!important;
  margin:-5px 0 9px!important;
  opacity:1!important;
}

body.music-member-page.profile-php-page .profile-social-feedback.error{
  color:#ff9bac!important;
}

/* Five compact profile stats: uploads / views / followers / likes / points */
body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social{
  width:min(100%,690px)!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}

body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social>div{
  text-align:left!important;
}

body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social b{
  white-space:nowrap!important;
}

/* Login required modal */
body.profile-modal-open{
  overflow:hidden!important;
}

body.music-member-page.profile-php-page .profile-login-modal{
  position:fixed!important;
  inset:0!important;
  z-index:1200!important;
  display:grid!important;
  place-items:center!important;
  padding:18px!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .18s ease,visibility .18s ease!important;
}

body.music-member-page.profile-php-page .profile-login-modal.open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

body.music-member-page.profile-php-page .profile-login-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(1,5,13,.78)!important;
  backdrop-filter:blur(6px)!important;
}

body.music-member-page.profile-php-page .profile-login-dialog{
  position:relative!important;
  z-index:2!important;
  width:min(100%,410px)!important;
  padding:27px 25px 22px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  outline:none!important;
  background:
    radial-gradient(circle at 50% -20%,rgba(255,79,147,.12),transparent 40%),
    linear-gradient(180deg,#101d33,#081326)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.48)!important;
  text-align:center!important;
  transform:translateY(10px) scale(.985)!important;
  transition:transform .18s ease!important;
}

body.music-member-page.profile-php-page .profile-login-modal.open .profile-login-dialog{
  transform:translateY(0) scale(1)!important;
}

body.music-member-page.profile-php-page .profile-login-close{
  position:absolute!important;
  top:11px!important;
  right:11px!important;
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.035)!important;
  color:#aab6c8!important;
  cursor:pointer!important;
}

body.music-member-page.profile-php-page .profile-login-icon{
  width:56px!important;
  height:56px!important;
  display:grid!important;
  place-items:center!important;
  margin:0 auto 12px!important;
  border:1px solid rgba(255,79,147,.22)!important;
  border-radius:16px!important;
  background:rgba(255,79,147,.095)!important;
  color:#ff79aa!important;
  font-size:21px!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}

body.music-member-page.profile-php-page .profile-login-kicker{
  display:block!important;
  margin-bottom:6px!important;
  color:#ff82b2!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:1.3px!important;
}

body.music-member-page.profile-php-page .profile-login-dialog h2{
  margin:0!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.2!important;
}

body.music-member-page.profile-php-page .profile-login-dialog p{
  max-width:330px!important;
  margin:10px auto 18px!important;
  color:#aebbd0!important;
  font-size:11px!important;
  line-height:1.65!important;
}

body.music-member-page.profile-php-page .profile-login-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
}

body.music-member-page.profile-php-page .profile-login-primary,
body.music-member-page.profile-php-page .profile-login-secondary{
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 13px!important;
  border-radius:9px!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

body.music-member-page.profile-php-page .profile-login-primary{
  border:0!important;
  background:linear-gradient(180deg,#ff5c9f,#e83b7f)!important;
  color:#fff!important;
  box-shadow:0 9px 22px rgba(232,59,127,.19)!important;
}

body.music-member-page.profile-php-page .profile-login-secondary{
  border:1px solid rgba(255,255,255,.10)!important;
  background:#0b172b!important;
  color:#cbd5e3!important;
}

body.music-member-page.profile-php-page .profile-login-register{
  display:block!important;
  margin-top:14px!important;
  color:#7f8ea5!important;
  font-size:9px!important;
}

body.music-member-page.profile-php-page .profile-login-register a{
  color:#d0b8ff!important;
  font-weight:850!important;
}

@media(max-width:780px){
  body.music-member-page.profile-php-page .profile-identity-actions{
    align-items:flex-start!important;
  }

  body.music-member-page.profile-php-page .profile-social-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }

  body.music-member-page.profile-php-page .profile-social-btn{
    min-width:0!important;
    min-height:31px!important;
    padding:0 8px!important;
    font-size:8.5px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:0!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social>div{
    padding:0 5px!important;
    text-align:center!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social>div:first-child{
    padding-left:5px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social b{
    font-size:12px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social small{
    font-size:6.7px!important;
  }
}

@media(max-width:480px){
  body.music-member-page.profile-php-page .profile-login-dialog{
    padding:24px 16px 18px!important;
    border-radius:14px!important;
  }

  body.music-member-page.profile-php-page .profile-login-actions{
    grid-template-columns:1fr!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social b{
    font-size:11px!important;
  }

  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social small{
    font-size:6px!important;
    letter-spacing:-.1px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.music-member-page.profile-php-page .profile-login-modal,
  body.music-member-page.profile-php-page .profile-login-dialog,
  body.music-member-page.profile-php-page .profile-social-btn,
  body.music-member-page.profile-php-page .profile-social-feedback{
    transition:none!important;
  }

  body.music-member-page.profile-php-page .profile-social-btn.loading i{
    animation:none!important;
  }
}

/* ==========================================================================
   OSANIME PROFILE SOCIAL LISTS — CLICKABLE FOLLOWERS + LIKES
   ========================================================================== */

body.music-member-page.profile-php-page .profile-stat-button{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:2px!important;
  padding:0 15px!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.09)!important;
  background:transparent!important;
  color:inherit!important;
  font-family:inherit!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:background .16s ease,color .16s ease!important;
}

body.music-member-page.profile-php-page .profile-stat-button:hover{
  background:rgba(255,255,255,.035)!important;
}

body.music-member-page.profile-php-page .profile-stat-button b{
  color:#fff!important;
}

body.music-member-page.profile-php-page .profile-stat-button small{
  color:#8f9eb3!important;
}

body.music-member-page.profile-php-page .profile-stat-button:hover small{
  color:#ff8db8!important;
}

body.music-member-page.profile-php-page .profile-sidebar-social-trigger{
  width:100%!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  background:transparent!important;
  color:inherit!important;
  font-family:inherit!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:background .16s ease!important;
}

body.music-member-page.profile-php-page .profile-sidebar-social-trigger:hover{
  background:rgba(255,255,255,.035)!important;
}

body.music-member-page.profile-php-page .profile-social-list-arrow{
  margin-left:auto!important;
  color:#65758c!important;
  font-size:9px!important;
  transition:transform .16s ease,color .16s ease!important;
}

body.music-member-page.profile-php-page .profile-sidebar-social-trigger:hover .profile-social-list-arrow{
  transform:translateX(2px)!important;
  color:#ff7eae!important;
}

body.music-member-page.profile-php-page .profile-social-list-modal{
  position:fixed!important;
  inset:0!important;
  z-index:1210!important;
  display:grid!important;
  place-items:center!important;
  padding:18px!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .18s ease,visibility .18s ease!important;
}

body.music-member-page.profile-php-page .profile-social-list-modal.open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

body.music-member-page.profile-php-page .profile-social-list-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(1,5,13,.80)!important;
  backdrop-filter:blur(6px)!important;
}

body.music-member-page.profile-php-page .profile-social-list-dialog{
  position:relative!important;
  z-index:2!important;
  width:min(100%,470px)!important;
  max-height:min(76vh,620px)!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  outline:none!important;
  background:
    radial-gradient(circle at 100% 0,rgba(160,108,255,.09),transparent 31%),
    linear-gradient(180deg,#101d33,#081326)!important;
  box-shadow:0 28px 78px rgba(0,0,0,.50)!important;
  transform:translateY(10px) scale(.985)!important;
  transition:transform .18s ease!important;
}

body.music-member-page.profile-php-page .profile-social-list-modal.open .profile-social-list-dialog{
  transform:translateY(0) scale(1)!important;
}

body.music-member-page.profile-php-page .profile-social-list-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:15px!important;
  padding:18px 18px 14px!important;
  border-bottom:1px solid rgba(255,255,255,.075)!important;
}

body.music-member-page.profile-php-page .profile-social-list-kicker{
  display:block!important;
  margin-bottom:4px!important;
  color:#ff83b3!important;
  font-size:7.5px!important;
  font-weight:900!important;
  letter-spacing:1.2px!important;
}

body.music-member-page.profile-php-page .profile-social-list-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.2!important;
}

body.music-member-page.profile-php-page .profile-social-list-head small{
  display:block!important;
  margin-top:4px!important;
  color:#8d9bb0!important;
  font-size:9px!important;
}

body.music-member-page.profile-php-page .profile-social-list-close{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.035)!important;
  color:#a9b5c7!important;
  cursor:pointer!important;
}

body.music-member-page.profile-php-page .profile-social-list-body{
  min-height:180px!important;
  overflow-y:auto!important;
  padding:8px!important;
  scrollbar-width:thin!important;
}

body.music-member-page.profile-php-page .profile-social-user-row{
  min-height:62px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:11px!important;
  padding:7px 9px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  color:#fff!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}

body.music-member-page.profile-php-page .profile-social-user-row:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,79,147,.14)!important;
  background:rgba(255,255,255,.035)!important;
}

body.music-member-page.profile-php-page .profile-social-user-row img{
  width:48px!important;
  height:48px!important;
  display:block!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:50%!important;
  background:#111d31!important;
  object-fit:cover!important;
}

body.music-member-page.profile-php-page .profile-social-user-row>span{
  min-width:0!important;
}

body.music-member-page.profile-php-page .profile-social-user-row b,
body.music-member-page.profile-php-page .profile-social-user-row small{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.music-member-page.profile-php-page .profile-social-user-row b{
  font-size:11px!important;
  line-height:1.35!important;
}

body.music-member-page.profile-php-page .profile-social-user-row small{
  margin-top:3px!important;
  color:#8897ac!important;
  font-size:8.8px!important;
}

body.music-member-page.profile-php-page .profile-social-user-row>i{
  color:#5f7189!important;
  font-size:9px!important;
}

body.music-member-page.profile-php-page .profile-social-list-loading,
body.music-member-page.profile-php-page .profile-social-list-empty{
  min-height:170px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:#91a0b6!important;
  text-align:center!important;
}

body.music-member-page.profile-php-page .profile-social-list-loading>span{
  width:25px!important;
  height:25px!important;
  border:2px solid rgba(255,255,255,.12)!important;
  border-top-color:#ff5f9e!important;
  border-radius:50%!important;
  animation:profileSocialListSpin .7s linear infinite!important;
}

@keyframes profileSocialListSpin{
  to{transform:rotate(360deg)}
}

body.music-member-page.profile-php-page .profile-social-list-loading small,
body.music-member-page.profile-php-page .profile-social-list-empty small{
  font-size:9px!important;
}

body.music-member-page.profile-php-page .profile-social-list-empty>span{
  width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:rgba(255,79,147,.075)!important;
  color:#ff83b3!important;
  font-size:16px!important;
}

body.music-member-page.profile-php-page .profile-social-list-empty b{
  color:#eaf0f8!important;
  font-size:11px!important;
}

body.music-member-page.profile-php-page .profile-social-list-empty.error>span{
  color:#ff9aab!important;
  background:rgba(255,95,120,.08)!important;
}

body.music-member-page.profile-php-page .profile-social-list-more{
  min-height:38px!important;
  margin:0 14px 14px!important;
  border:1px solid rgba(255,79,147,.18)!important;
  border-radius:9px!important;
  background:rgba(255,79,147,.085)!important;
  color:#ff8eb9!important;
  font-family:inherit!important;
  font-size:9px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

body.music-member-page.profile-php-page .profile-social-list-more:hover{
  background:rgba(255,79,147,.14)!important;
}

body.music-member-page.profile-php-page .profile-social-list-more.loading{
  opacity:.6!important;
  cursor:wait!important;
}

@media(max-width:780px){
  body.music-member-page.profile-php-page .member-stats-inline.profile-stats-social{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }

  body.music-member-page.profile-php-page .profile-stat-button{
    align-items:center!important;
    padding:0 5px!important;
    text-align:center!important;
  }

  body.music-member-page.profile-php-page .profile-social-list-modal{
    padding:10px!important;
  }

  body.music-member-page.profile-php-page .profile-social-list-dialog{
    width:100%!important;
    max-height:80vh!important;
    border-radius:14px!important;
  }

  body.music-member-page.profile-php-page .profile-social-list-head{
    padding:15px 14px 12px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.music-member-page.profile-php-page .profile-social-list-modal,
  body.music-member-page.profile-php-page .profile-social-list-dialog,
  body.music-member-page.profile-php-page .profile-social-user-row{
    transition:none!important;
  }

  body.music-member-page.profile-php-page .profile-social-list-loading>span{
    animation:none!important;
  }
}

/* ==========================================================================
   OSANIME HOME HERO — TEXT / BUTTON OVERLAP FIX
   The CTA row now lives inside each active slide's content flow instead of
   being absolutely positioned over the hero copy.
   ========================================================================== */

body.index-php-page.index-home-optimized .hero{
  min-height:430px!important;
}

body.index-php-page.index-home-optimized .hero-slide{
  padding:50px 52px 66px!important;
  pointer-events:none!important;
}

body.index-php-page.index-home-optimized .hero-slide.active{
  pointer-events:auto!important;
}

body.index-php-page.index-home-optimized .hero-content{
  width:min(100%,620px)!important;
  max-width:620px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}

body.index-php-page.index-home-optimized .hero h1{
  max-width:600px!important;
  font-size:clamp(38px,3.55vw,48px)!important;
  line-height:1.025!important;
  letter-spacing:-1.55px!important;
  margin:0 0 14px!important;
}

body.index-php-page.index-home-optimized .hero p{
  width:min(100%,540px)!important;
  max-width:540px!important;
  margin:0!important;
  color:#cbd6e6!important;
  font-size:13px!important;
  line-height:1.62!important;
}

/*
 * Critical fix:
 * no absolute/top/bottom positioning for the CTA row.
 * It always starts after the description with its own spacing.
 */
body.index-php-page.index-home-optimized .hero-content .hero-actions{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:20px 0 0!important;
  transform:none!important;
}

body.index-php-page.index-home-optimized .hero-content .hero-actions .btn{
  min-height:38px!important;
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 17px!important;
  border-radius:9px!important;
  white-space:nowrap!important;
}

body.index-php-page.index-home-optimized .hero-content .hero-actions .arrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:38px!important;
  margin-left:0!important;
  font-size:23px!important;
}

/* Leave a clear bottom zone for carousel dots. */
body.index-php-page.index-home-optimized .dots{
  bottom:17px!important;
}

/* Laptop/tablet */
@media(max-width:1180px) and (min-width:781px){
  body.index-php-page.index-home-optimized .hero{
    min-height:400px!important;
  }

  body.index-php-page.index-home-optimized .hero-slide{
    padding:44px 34px 60px!important;
  }

  body.index-php-page.index-home-optimized .hero-content{
    width:min(100%,570px)!important;
    max-width:570px!important;
  }

  body.index-php-page.index-home-optimized .hero h1{
    font-size:clamp(35px,4vw,44px)!important;
  }

  body.index-php-page.index-home-optimized .hero p{
    max-width:500px!important;
    font-size:12.5px!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions{
    margin-top:18px!important;
  }
}

/* Mobile */
@media(max-width:780px){
  body.index-php-page.index-home-optimized .hero{
    min-height:330px!important;
  }

  body.index-php-page.index-home-optimized .hero-slide{
    padding:27px 18px 48px!important;
  }

  body.index-php-page.index-home-optimized .hero-content{
    width:min(100%,88%)!important;
    max-width:88%!important;
  }

  body.index-php-page.index-home-optimized .hero h1{
    font-size:25px!important;
    line-height:1.04!important;
    margin-bottom:10px!important;
  }

  body.index-php-page.index-home-optimized .hero p{
    width:100%!important;
    max-width:100%!important;
    font-size:11px!important;
    line-height:1.5!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions{
    gap:7px!important;
    margin-top:14px!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions .btn{
    min-height:34px!important;
    height:34px!important;
    padding:0 12px!important;
    font-size:9px!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions .btn:not(.pink){
    display:inline-flex!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions .arrow{
    display:none!important;
  }

  body.index-php-page.index-home-optimized .dots{
    bottom:12px!important;
  }
}

/* Small phones: keep the primary CTA only so hero copy never gets cramped. */
@media(max-width:520px){
  body.index-php-page.index-home-optimized .hero{
    min-height:310px!important;
  }

  body.index-php-page.index-home-optimized .hero-slide{
    padding:23px 16px 46px!important;
  }

  body.index-php-page.index-home-optimized .hero-content{
    width:min(100%,92%)!important;
    max-width:92%!important;
  }

  body.index-php-page.index-home-optimized .hero h1{
    font-size:22px!important;
    line-height:1.045!important;
  }

  body.index-php-page.index-home-optimized .hero p{
    font-size:10.5px!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions{
    margin-top:12px!important;
  }

  body.index-php-page.index-home-optimized .hero-content .hero-actions .btn:not(.pink),
  body.index-php-page.index-home-optimized .hero-content .hero-actions .arrow{
    display:none!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.index-php-page.index-home-optimized .hero-slide{
    transition:none!important;
  }
}

/* ==========================================================================
   OSANIME — GLOBAL FULL WIDTH DESKTOP
   Applies to ALL site pages on desktop/tablet landscape (781px+).
   Removes the old centered "card/page frame" and outer grey margins.
   ========================================================================== */

@media(min-width:781px){
  html,
  body{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }

  body{
    min-height:100vh!important;
    background:#040916!important;
  }

  /*
   * Main site shell used by index, search, download, category, blog,
   * music hitz, profile, settings, anime, FAQ, about, contact, DMCA, etc.
   */
  .page{
    width:100%!important;
    max-width:none!important;
    min-height:100vh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  /*
   * Latest Updates page uses .update-page instead of .page.
   */
  .update-page,
  body.new-update-page .update-page{
    width:100%!important;
    max-width:none!important;
    min-height:100vh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  /*
   * Login/Register use their own shell class instead of .page.
   * Both historical aliases are supported by the shared stylesheet.
   */
  .login----------------------------shell,
  .login-----------------------------shell,
  body.login-page .login----------------------------shell,
  body.login-page .login-----------------------------shell,
  body.register-page .login----------------------------shell,
  body.register-page .login-----------------------------shell,
  body.register-page .login-------------------------shell{
    width:100%!important;
    max-width:none!important;
    min-height:100vh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  /*
   * Common full-width structural areas should never inherit an old max width.
   */
  .topbar,
  .hero,
  .content,
  .foot{
    max-width:none!important;
  }
}

/*
 * On very wide monitors, keep the SITE full-width but preserve comfortable
 * internal spacing. This is content padding, not an outer page margin.
 */
@media(min-width:1600px){
  .topbar{
    padding-left:clamp(38px,3vw,72px)!important;
    padding-right:clamp(38px,3vw,72px)!important;
  }
}

/*
 * Mobile already uses edge-to-edge layouts in the existing stylesheet.
 * Keep it explicit so later desktop overrides cannot reintroduce a frame.
 */
@media(max-width:780px){
  body{
    margin:0!important;
    padding:0!important;
  }

  .page,
  .update-page,
  .login----------------------------shell,
  .login-----------------------------shell{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    border-radius:0!important;
  }
}


/* =========================================================
   INDEX.PHP - HARD FULLSCREEN DESKTOP GUARD
   Keep this at the END of the stylesheet.
   ========================================================= */
@media (min-width:781px){
  html body.index-php-page{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#040916!important;
  }

  html body.index-php-page > .page,
  html body.index-php-page .page{
    width:100%!important;
    max-width:none!important;
    min-height:100vh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
}

/* =========================================================
   INDEX - MUSIC UPLOADED BY MEMBERS: 5 cards one horizontal row
   Desktop only. Keeps tablet/mobile behavior unchanged.
   ========================================================= */
@media (min-width:1181px){
  body.index-php-page.index-home-optimized #memberUploadList.member-row{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  body.index-php-page.index-home-optimized #memberUploadList .member{
    width:100% !important;
    min-width:0 !important;
    height:100% !important;
  }
}

/* ==========================================================================
   OSANIME GLOBAL FOOTER V2 — MODERN + HELPFUL
   Overrides the old compact .foot layout and is safe across shared pages.
   ========================================================================== */

footer.foot.osanime-site-footer{
  --of-bg:#050b16;
  --of-panel:#0b1425;
  --of-panel-2:#0d182b;
  --of-line:rgba(255,255,255,.075);
  --of-line-strong:rgba(255,255,255,.12);
  --of-text:#f7f9fc;
  --of-muted:#8796aa;
  --of-pink:#ff4f93;
  --of-violet:#9d73ff;

  width:100%!important;
  min-height:0!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-top:1px solid var(--of-line)!important;
  border-radius:0!important;
  background:
    radial-gradient(circle at 12% 0,rgba(255,79,147,.075),transparent 28%),
    radial-gradient(circle at 92% 16%,rgba(157,115,255,.07),transparent 26%),
    linear-gradient(180deg,#07101f 0%,var(--of-bg) 72%)!important;
  color:var(--of-text)!important;
  box-shadow:none!important;
}

footer.foot.osanime-site-footer *{
  box-sizing:border-box!important;
}

footer.foot.osanime-site-footer a{
  text-decoration:none!important;
}

footer.foot.osanime-site-footer .osanime-footer-main{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(280px,1.5fr) minmax(150px,.65fr) minmax(160px,.7fr) minmax(270px,1fr)!important;
  gap:clamp(28px,3vw,54px)!important;
  padding:clamp(34px,4vw,58px) clamp(24px,4vw,70px) 34px!important;
}

footer.foot.osanime-site-footer .osanime-footer-brand{
  min-width:0!important;
}

footer.foot.osanime-site-footer .osanime-footer-logo{
  width:max-content!important;
  max-width:100%!important;
  display:inline-flex!important;
  align-items:center!important;
  margin:0 0 17px!important;
}

footer.foot.osanime-site-footer .osanime-footer-logo-img{
  width:auto!important;
  height:46px!important;
  max-width:180px!important;
  display:block!important;
  object-fit:contain!important;
}

footer.foot.osanime-site-footer .osanime-footer-brand h2{
  max-width:420px!important;
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:clamp(17px,1.25vw,21px)!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:-.35px!important;
}

footer.foot.osanime-site-footer .osanime-footer-brand>p{
  max-width:460px!important;
  margin:0!important;
  color:#8f9eb2!important;
  font-size:11.5px!important;
  line-height:1.75!important;
}

footer.foot.osanime-site-footer .osanime-footer-brand-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:19px!important;
}

footer.foot.osanime-site-footer .osanime-footer-primary,
footer.foot.osanime-site-footer .osanime-footer-secondary{
  min-height:35px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 12px!important;
  border-radius:8px!important;
  font-size:9px!important;
  font-weight:900!important;
  line-height:1!important;
  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease,
    color .16s ease!important;
}

footer.foot.osanime-site-footer .osanime-footer-primary{
  border:1px solid rgba(255,79,147,.34)!important;
  background:linear-gradient(180deg,rgba(255,79,147,.22),rgba(255,79,147,.12))!important;
  color:#ff9ec3!important;
}

footer.foot.osanime-site-footer .osanime-footer-secondary{
  border:1px solid rgba(157,115,255,.22)!important;
  background:rgba(157,115,255,.07)!important;
  color:#c9b8ff!important;
}

footer.foot.osanime-site-footer .osanime-footer-primary:hover,
footer.foot.osanime-site-footer .osanime-footer-secondary:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
}

footer.foot.osanime-site-footer .osanime-footer-column{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:4px!important;
  margin:0!important;
  color:inherit!important;
  text-align:left!important;
}

footer.foot.osanime-site-footer .osanime-footer-column h3{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.55px!important;
  text-transform:uppercase!important;
}

footer.foot.osanime-site-footer .osanime-footer-column a{
  width:100%!important;
  min-height:31px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  padding:0 8px!important;
  border:1px solid transparent!important;
  border-radius:7px!important;
  color:#8998ac!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.3!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}

footer.foot.osanime-site-footer .osanime-footer-column a i{
  width:15px!important;
  flex:0 0 15px!important;
  margin:0!important;
  color:#65758c!important;
  font-size:10px!important;
  text-align:center!important;
}

footer.foot.osanime-site-footer .osanime-footer-column a:hover,
footer.foot.osanime-site-footer .osanime-footer-column a:focus-visible{
  border-color:rgba(255,255,255,.07)!important;
  background:rgba(255,255,255,.025)!important;
  color:#fff!important;
}

footer.foot.osanime-site-footer .osanime-footer-column a:hover i,
footer.foot.osanime-site-footer .osanime-footer-column a:focus-visible i{
  color:var(--of-pink)!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-card{
  min-width:0!important;
  align-self:start!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  padding:15px!important;
  border:1px solid var(--of-line)!important;
  border-radius:12px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(255,79,147,.06),transparent 35%),
    linear-gradient(180deg,var(--of-panel-2),var(--of-panel))!important;
  box-shadow:0 14px 30px rgba(0,0,0,.10)!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-icon{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,79,147,.16)!important;
  border-radius:10px!important;
  background:rgba(255,79,147,.075)!important;
  color:#ff7eae!important;
  font-size:16px!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-card small{
  display:block!important;
  margin:1px 0 4px!important;
  color:#ff7ead!important;
  font-size:7px!important;
  font-weight:900!important;
  letter-spacing:1px!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-card h3{
  margin:0!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.3!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-card p{
  grid-column:2!important;
  margin:6px 0 0!important;
  color:#8291a6!important;
  font-size:9px!important;
  line-height:1.55!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-card>a{
  grid-column:2!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:31px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:10px!important;
  padding:0 10px!important;
  border:1px solid rgba(255,79,147,.18)!important;
  border-radius:7px!important;
  background:rgba(255,79,147,.07)!important;
  color:#ff90b9!important;
  font-size:8.5px!important;
  font-weight:900!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}

footer.foot.osanime-site-footer .osanime-footer-help-card>a:hover{
  border-color:rgba(255,79,147,.32)!important;
  background:rgba(255,79,147,.12)!important;
  color:#fff!important;
}

footer.foot.osanime-site-footer .osanime-footer-utility{
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto auto auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px clamp(24px,4vw,70px)!important;
  border-top:1px solid var(--of-line)!important;
  border-bottom:1px solid var(--of-line)!important;
  background:rgba(255,255,255,.012)!important;
}

footer.foot.osanime-site-footer .osanime-footer-tags{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
}

footer.foot.osanime-site-footer .osanime-footer-tags span{
  min-height:25px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0 8px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.018)!important;
  color:#74849a!important;
  font-size:7.5px!important;
  font-weight:850!important;
}

footer.foot.osanime-site-footer .osanime-footer-tags i{
  color:#a576ff!important;
  font-size:8px!important;
}

footer.foot.osanime-site-footer .osanime-footer-language{
  min-width:0!important;
  justify-self:end!important;
}

footer.foot.osanime-site-footer .osanime-footer-social,
footer.foot.osanime-site-footer .osanime-footer-top{
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 10px!important;
  border:1px solid var(--of-line)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.025)!important;
  color:#93a1b5!important;
  font-family:inherit!important;
  font-size:8.5px!important;
  font-weight:850!important;
  cursor:pointer!important;
  transition:background .16s ease,border-color .16s ease,color .16s ease!important;
}

footer.foot.osanime-site-footer .osanime-footer-social:hover,
footer.foot.osanime-site-footer .osanime-footer-top:hover{
  border-color:rgba(255,79,147,.19)!important;
  background:rgba(255,79,147,.06)!important;
  color:#fff!important;
}

footer.foot.osanime-site-footer .osanime-footer-social i{
  color:#77a7ff!important;
}

footer.foot.osanime-site-footer .osanime-footer-top{
  appearance:none!important;
  outline:0!important;
}

footer.foot.osanime-site-footer .osanime-footer-bottom{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:12px clamp(24px,4vw,70px)!important;
  color:#68788e!important;
}

footer.foot.osanime-site-footer .osanime-footer-bottom p{
  margin:0!important;
  font-size:8.5px!important;
  line-height:1.5!important;
}

footer.foot.osanime-site-footer .osanime-footer-note{
  text-align:right!important;
}

/* Tablet */
@media(max-width:1080px) and (min-width:781px){
  footer.foot.osanime-site-footer .osanime-footer-main{
    grid-template-columns:minmax(260px,1.3fr) repeat(2,minmax(145px,.65fr))!important;
    gap:30px!important;
    padding-left:32px!important;
    padding-right:32px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-help-card{
    grid-column:1/-1!important;
    width:100%!important;
    grid-template-columns:42px minmax(0,1fr) auto!important;
    align-items:center!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-help-card p{
    grid-column:2!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-help-card>a{
    grid-column:3!important;
    grid-row:1/3!important;
    align-self:center!important;
    margin:0!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-utility,
  footer.foot.osanime-site-footer .osanime-footer-bottom{
    padding-left:32px!important;
    padding-right:32px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-utility{
    grid-template-columns:minmax(0,1fr) auto auto!important;
    row-gap:9px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-tags{
    grid-column:1/-1!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-language{
    justify-self:start!important;
  }
}

/* Mobile */
@media(max-width:780px){
  footer.foot.osanime-site-footer{
    text-align:left!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-main{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:26px 14px!important;
    padding:30px 16px 22px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-brand{
    grid-column:1/-1!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-logo{
    display:inline-flex!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-logo-img{
    height:40px!important;
    max-width:160px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-brand h2{
    max-width:320px!important;
    font-size:16px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-brand>p{
    max-width:390px!important;
    font-size:10px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-brand-actions{
    margin-top:15px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-primary,
  footer.foot.osanime-site-footer .osanime-footer-secondary{
    min-height:33px!important;
    font-size:8px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-column{
    width:100%!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-column h3{
    font-size:9px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-column a{
    min-height:29px!important;
    padding:0 4px!important;
    font-size:9px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-help-card{
    grid-column:1/-1!important;
    padding:13px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-utility{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:9px!important;
    padding:12px 16px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-language{
    grid-column:1/-1!important;
    order:1!important;
    width:100%!important;
    justify-self:stretch!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-social{
    order:2!important;
    width:100%!important;
    justify-self:stretch!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-top{
    order:2!important;
    width:100%!important;
    justify-self:stretch!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-tags{
    grid-column:1/-1!important;
    order:3!important;
    justify-content:center!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-bottom{
    min-height:0!important;
    display:block!important;
    padding:15px 16px 18px!important;
    text-align:left!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-bottom p{
    font-size:8px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-note{
    margin-top:4px!important;
    text-align:left!important;
  }
}

/* Very small phones */
@media(max-width:420px){
  footer.foot.osanime-site-footer .osanime-footer-main{
    grid-template-columns:1fr!important;
    gap:22px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-brand-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-primary,
  footer.foot.osanime-site-footer .osanime-footer-secondary{
    width:100%!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-brand,
  footer.foot.osanime-site-footer .osanime-footer-help-card{
    grid-column:auto!important;
  }

  footer.foot.osanime-site-footer .osanime-footer-column{
    padding-top:4px!important;
    border-top:1px solid rgba(255,255,255,.055)!important;
  }
}

footer.foot.osanime-site-footer a:focus-visible,
footer.foot.osanime-site-footer button:focus-visible{
  outline:2px solid rgba(255,79,147,.82)!important;
  outline-offset:2px!important;
}

@media(prefers-reduced-motion:reduce){
  footer.foot.osanime-site-footer *,
  footer.foot.osanime-site-footer *::before,
  footer.foot.osanime-site-footer *::after{
    transition:none!important;
    scroll-behavior:auto!important;
  }
}

/* =========================================================
   ANIME DIRECTORY - TITLE + RATING ALIGNMENT FIX
   Title stays left, rating stays right on the same row.
   Subtitle + UNCENSORED remain below the title row.
   ========================================================= */
body.anime-directory-page.anime-php-page .anime-directory-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-width:0;
}

body.anime-directory-page.anime-php-page .anime-directory-title-row h3{
  flex:1 1 auto;
  min-width:0;
  margin:5px 0 7px;
}

body.anime-directory-page.anime-php-page .anime-directory-title-row .anime-directory-score{
  flex:0 0 auto;
  margin-left:auto;
  padding-top:7px;
  white-space:nowrap;
  text-align:right;
}

body.anime-directory-page.anime-php-page .anime-directory-publish-meta-under-title{
  margin-top:0;
  margin-bottom:9px;
}

body.anime-directory-page.anime-php-page .anime-directory-publish-meta-under-title:empty{
  display:none;
}

@media(max-width:780px){
  body.anime-directory-page.anime-php-page .anime-directory-title-row{
    gap:8px;
  }

  body.anime-directory-page.anime-php-page .anime-directory-title-row .anime-directory-score{
    padding-top:6px;
  }
}

/* =========================================================
   OSANIME ACCESS GATE V2 — POLISHED / CONFLICT-SAFE
   Fullscreen login + 18+ verification UI.
   ========================================================= */
html.osanime-access-locked,
html.osanime-access-locked body,
body.osanime-access-locked{
  overflow:hidden!important;
}

.osanime-access-lock,
.osanime-access-lock *{
  box-sizing:border-box!important;
}

.osanime-access-lock{
  --gate-bg:#050b17;
  --gate-panel:#0c1629;
  --gate-panel-2:#111d34;
  --gate-border:rgba(255,255,255,.10);
  --gate-text:#f8fbff;
  --gate-muted:#9eacc1;
  --gate-pink:#ff4f93;
  --gate-pink-2:#e83c80;
  --gate-violet:#a56dff;

  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  width:100%!important;
  height:100dvh!important;
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
  padding:clamp(14px,2.4vw,32px)!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  background:
    radial-gradient(circle at 50% 9%,rgba(255,79,147,.11),transparent 31%),
    radial-gradient(circle at 82% 74%,rgba(165,109,255,.075),transparent 27%),
    rgba(1,5,15,.92)!important;
  -webkit-backdrop-filter:blur(10px) brightness(.30)!important;
  backdrop-filter:blur(10px) brightness(.30)!important;
  isolation:isolate!important;
}

.osanime-access-lock::before{
  content:"";
  position:fixed!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px)!important;
  background-size:34px 34px!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.62),transparent 72%)!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.62),transparent 72%)!important;
}

.osanime-access-modal{
  position:relative!important;
  z-index:2!important;
  width:min(100%,590px)!important;
  max-height:calc(100dvh - 28px)!important;
  margin:auto!important;
  padding:clamp(22px,3vw,34px)!important;
  overflow:auto!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(255,79,147,.34) transparent!important;
  border:1px solid var(--gate-border)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 50% -12%,rgba(255,79,147,.09),transparent 35%),
    linear-gradient(180deg,var(--gate-panel-2),var(--gate-panel))!important;
  box-shadow:
    0 36px 110px rgba(0,0,0,.68),
    0 0 0 1px rgba(255,79,147,.025) inset!important;
  color:var(--gate-text)!important;
  text-align:center!important;
}

.osanime-access-modal::-webkit-scrollbar{width:7px!important}
.osanime-access-modal::-webkit-scrollbar-thumb{background:rgba(255,79,147,.25)!important;border-radius:999px!important}

.osanime-access-icon{
  width:62px!important;
  height:62px!important;
  display:grid!important;
  place-items:center!important;
  margin:0 auto 14px!important;
  border:1px solid rgba(255,79,147,.30)!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,rgba(255,79,147,.14),rgba(165,109,255,.07))!important;
  color:#ff78ad!important;
  font-size:25px!important;
  box-shadow:0 14px 34px rgba(255,79,147,.08)!important;
}

.osanime-age-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-height:24px!important;
  margin:0 auto 10px!important;
  padding:0 9px!important;
  border:1px solid rgba(255,79,147,.18)!important;
  border-radius:999px!important;
  background:rgba(255,79,147,.065)!important;
  color:#ff8cba!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:1.15px!important;
  text-transform:uppercase!important;
}

.osanime-access-modal h1{
  margin:0 0 9px!important;
  color:#fff!important;
  font-size:clamp(24px,3vw,30px)!important;
  font-weight:900!important;
  line-height:1.12!important;
  letter-spacing:-.65px!important;
}

.osanime-access-modal>p,
.osanime-age-intro{
  width:100%!important;
  max-width:500px!important;
  margin:0 auto!important;
  color:#aebbd0!important;
  font-size:13px!important;
  line-height:1.65!important;
}

.osanime-age-trust-row{
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:14px 0 0!important;
}

.osanime-age-trust-row span{
  min-height:27px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0 9px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.025)!important;
  color:#8798af!important;
  font-size:8.5px!important;
  font-weight:800!important;
}

.osanime-age-trust-row i{color:#b994ff!important;font-size:8px!important}

.osanime-access-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  margin-top:21px!important;
}

.osanime-access-actions a,
.osanime-access-modal button{
  min-height:46px!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0!important;
  padding:0 16px!important;
  border-radius:10px!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:transform .16s ease,filter .16s ease,border-color .16s ease!important;
}

.osanime-access-actions a:hover,
.osanime-access-modal button:hover{transform:translateY(-1px)!important;filter:brightness(1.05)!important}

.osanime-access-primary{
  border:0!important;
  color:#fff!important;
  background:linear-gradient(180deg,#ff5d9e,#e83d80)!important;
  box-shadow:0 12px 28px rgba(232,61,128,.18)!important;
}

.osanime-access-secondary{
  border:1px solid rgba(255,255,255,.10)!important;
  color:#dce5f2!important;
  background:#111c30!important;
}

.osanime-age-form{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  margin:20px 0 0!important;
  padding:15px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:14px!important;
  background:rgba(2,8,20,.38)!important;
  text-align:left!important;
}

.osanime-age-field{display:block!important;width:100%!important}

.osanime-age-field-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 7px!important;
}

.osanime-age-field-head label,
.osanime-age-form>label:not(.osanime-age-confirm){
  display:block!important;
  margin:0!important;
  color:#dfe7f3!important;
  font-size:10.5px!important;
  font-weight:900!important;
  line-height:1.3!important;
}

.osanime-age-field-head span{
  color:#ff83b2!important;
  font-size:7.5px!important;
  font-weight:900!important;
  letter-spacing:.6px!important;
  text-transform:uppercase!important;
}

.osanime-age-form input[type="date"]{
  appearance:auto!important;
  -webkit-appearance:auto!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:10px!important;
  outline:0!important;
  background:#030915!important;
  color:#fff!important;
  color-scheme:dark!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:48px!important;
  box-shadow:none!important;
}

.osanime-age-form input[type="date"]:focus,
.osanime-age-form input[type="date"]:focus-visible{
  border-color:rgba(255,79,147,.68)!important;
  box-shadow:0 0 0 3px rgba(255,79,147,.10)!important;
}

.osanime-age-field-help{
  display:block!important;
  margin:7px 1px 0!important;
  color:#708099!important;
  font-size:8.5px!important;
  line-height:1.5!important;
}

/* Conflict-proof custom checkbox: global site input rules cannot stretch it. */
.osanime-age-confirm{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  align-items:start!important;
  justify-content:initial!important;
  gap:10px!important;
  margin:0!important;
  padding:11px 12px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.018)!important;
  color:#aebbd0!important;
  cursor:pointer!important;
}

.osanime-age-confirm input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:relative!important;
  inset:auto!important;
  width:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  height:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  margin:1px 0 0!important;
  padding:0!important;
  flex:0 0 18px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:5px!important;
  outline:0!important;
  background:#071020!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

.osanime-age-confirm input[type="checkbox"]::after{
  content:""!important;
  position:absolute!important;
  left:5px!important;
  top:2px!important;
  width:5px!important;
  height:9px!important;
  border:solid #fff!important;
  border-width:0 2px 2px 0!important;
  transform:rotate(45deg) scale(0)!important;
  transform-origin:center!important;
  transition:transform .12s ease!important;
}

.osanime-age-confirm input[type="checkbox"]:checked{
  border-color:#ff4f93!important;
  background:linear-gradient(180deg,#ff5d9e,#e83d80)!important;
}

.osanime-age-confirm input[type="checkbox"]:checked::after{transform:rotate(45deg) scale(1)!important}
.osanime-age-confirm input[type="checkbox"]:focus-visible{box-shadow:0 0 0 3px rgba(255,79,147,.13)!important}

.osanime-age-confirm>span{
  min-width:0!important;
  display:block!important;
  color:#aebbd0!important;
  font-size:9.5px!important;
  font-weight:600!important;
  line-height:1.55!important;
  overflow-wrap:anywhere!important;
}

.osanime-age-confirm>span b{
  display:block!important;
  margin:0 0 2px!important;
  color:#dce5f2!important;
  font-size:9.5px!important;
  font-weight:850!important;
}

.osanime-age-confirm>span small{
  display:block!important;
  color:#7f8da2!important;
  font-size:8.5px!important;
  font-weight:550!important;
  line-height:1.5!important;
}

.osanime-age-form .osanime-access-primary{
  width:100%!important;
  min-height:47px!important;
  margin-top:1px!important;
}

.osanime-age-error,
.osanime-age-denied{
  margin:15px 0 0!important;
  padding:11px 12px!important;
  border:1px solid rgba(239,106,106,.24)!important;
  border-radius:10px!important;
  background:rgba(239,106,106,.075)!important;
  color:#ffc7cf!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.55!important;
  text-align:left!important;
}

.osanime-age-note{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:12px 2px 0!important;
  color:#76869d!important;
  font-size:8.7px!important;
  line-height:1.55!important;
  text-align:left!important;
}

.osanime-age-note i{
  flex:0 0 auto!important;
  margin-top:2px!important;
  color:#9a77ee!important;
}

.osanime-age-exit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:14px auto 0!important;
  color:#8898ad!important;
  font-size:9px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.osanime-age-exit:hover{color:#fff!important}

.osanime-access-lock a:focus-visible,
.osanime-access-lock button:focus-visible{
  outline:2px solid rgba(255,79,147,.82)!important;
  outline-offset:2px!important;
}

@media(max-width:620px){
  .osanime-access-lock{
    place-items:start center!important;
    padding:10px!important;
  }
  .osanime-access-modal{
    width:100%!important;
    max-height:none!important;
    min-height:calc(100dvh - 20px)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:22px 16px!important;
    border-radius:16px!important;
  }
  .osanime-access-icon{
    width:54px!important;
    height:54px!important;
    margin-bottom:11px!important;
    border-radius:15px!important;
    font-size:21px!important;
  }
  .osanime-access-modal h1{font-size:23px!important}
  .osanime-access-modal>p,.osanime-age-intro{font-size:11.5px!important;line-height:1.6!important}
  .osanime-age-trust-row{margin-top:11px!important}
  .osanime-age-form{margin-top:15px!important;padding:12px!important;gap:10px!important}
  .osanime-age-form input[type="date"]{height:44px!important;min-height:44px!important;max-height:44px!important;font-size:12px!important;line-height:44px!important}
  .osanime-access-actions{grid-template-columns:1fr!important;margin-top:17px!important}
  .osanime-age-note{font-size:8.2px!important}
}

@media(max-height:760px) and (min-width:621px){
  .osanime-access-modal{padding:20px 25px!important}
  .osanime-access-icon{width:52px!important;height:52px!important;margin-bottom:10px!important;font-size:21px!important;border-radius:15px!important}
  .osanime-age-kicker{margin-bottom:7px!important}
  .osanime-access-modal h1{font-size:24px!important;margin-bottom:6px!important}
  .osanime-access-modal>p,.osanime-age-intro{font-size:11.5px!important;line-height:1.5!important}
  .osanime-age-trust-row{margin-top:9px!important}
  .osanime-age-form{margin-top:13px!important;padding:12px!important;gap:9px!important}
  .osanime-age-form input[type="date"]{height:43px!important;min-height:43px!important;max-height:43px!important;line-height:43px!important}
  .osanime-age-confirm{padding:9px 10px!important}
  .osanime-age-note{margin-top:9px!important}
  .osanime-age-exit{margin-top:9px!important}
}

@media(prefers-reduced-motion:reduce){
  .osanime-access-lock *,
  .osanime-access-lock *::before,
  .osanime-access-lock *::after{transition:none!important;scroll-behavior:auto!important}
}

/* =========================================
   OSANIME DOWNLOAD FILES PAGE - PREMIUM UI V2
   Scoped to body.download-files-page
   ========================================= */
body.download-files-page{
  background:#eef2f7;
  color:var(--text);
  padding:14px;
}

body.download-files-page .page{
  max-width:1460px;
  margin:auto;
  min-height:calc(100vh - 28px);
  background:#040916;
  border:1px solid rgba(5,10,25,.9);
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(0,0,0,.35);
}

body.download-files-page .topbar{
  height:76px;
  padding:0 32px;
  background:#040814;
  border-bottom:1px solid rgba(255,255,255,.06);
}

body.download-files-page .nav{gap:34px}

body.download-files-page .df-shell{
  --df-panel:#0b1427;
  --df-panel-2:#0e192e;
  --df-line:rgba(255,255,255,.085);
  --df-muted:#91a0b7;
  --df-soft:#cbd5e5;
  width:100%;
  padding:28px 46px 42px;
  background:
    radial-gradient(circle at 88% 0%,rgba(124,77,255,.11),transparent 26%),
    radial-gradient(circle at 15% 18%,rgba(255,79,147,.08),transparent 24%),
    linear-gradient(180deg,#071020 0%,#040813 100%);
}

body.download-files-page .df-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  margin:0 0 18px;
  color:#8290a7;
  font-size:11px;
  font-weight:700;
}

body.download-files-page .df-breadcrumb a{
  color:#c4cede;
  transition:color .18s ease;
}
body.download-files-page .df-breadcrumb a:hover{color:var(--pink)}
body.download-files-page .df-breadcrumb i.fa-chevron-right{font-size:7px;color:#546177}
body.download-files-page .df-breadcrumb span:last-child{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--pink);
}

body.download-files-page .df-hero-card{
  position:relative;
  display:grid;
  grid-template-columns:132px minmax(0,1fr) 300px;
  gap:24px;
  align-items:center;
  min-height:180px;
  padding:24px;
  overflow:hidden;
  border:1px solid var(--df-line);
  border-radius:16px;
  background:
    linear-gradient(112deg,rgba(255,79,147,.075),transparent 38%),
    linear-gradient(180deg,#101a30,#091326);
  box-shadow:0 18px 48px rgba(0,0,0,.2);
}

body.download-files-page .df-hero-card:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-110px;
  top:-135px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(124,77,255,.18),transparent 68%);
  pointer-events:none;
}

body.download-files-page .df-artwork-wrap{
  position:relative;
  z-index:1;
  width:132px;
  height:132px;
}

body.download-files-page .df-artwork{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:14px;
  background:#101a2d;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 32px rgba(0,0,0,.34);
}

body.download-files-page .df-artwork-status{
  position:absolute;
  right:-6px;
  bottom:-6px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:4px solid #0d172b;
  border-radius:50%;
  background:#32c887;
  color:#fff;
  font-size:10px;
  box-shadow:0 8px 18px rgba(50,200,135,.24);
}

body.download-files-page .df-hero-copy{
  position:relative;
  z-index:1;
  min-width:0;
}

body.download-files-page .df-kicker,
body.download-files-page .df-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#ff72ad;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:1.7px;
}

body.download-files-page .df-hero-copy h1{
  max-width:760px;
  margin:9px 0 8px;
  color:#fff;
  font-size:28px;
  line-height:1.22;
  letter-spacing:-.55px;
  overflow-wrap:anywhere;
}

body.download-files-page .df-artist{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  color:#bdc8d9;
  font-size:12px;
}
body.download-files-page .df-artist i{color:#7f8da4;font-size:10px}

body.download-files-page .df-hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:18px;
}

body.download-files-page .df-hero-pills span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#cbd5e4;
  font-size:9px;
  font-weight:800;
}
body.download-files-page .df-hero-pills i{color:#ff69aa}

body.download-files-page .df-trust-card{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:16px;
  border:1px solid rgba(50,200,135,.16);
  border-radius:12px;
  background:rgba(50,200,135,.055);
}

body.download-files-page .df-trust-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(50,200,135,.11);
  color:#5ce0a2;
  font-size:19px;
}
body.download-files-page .df-trust-card b{display:block;color:#e9fff4;font-size:11px}
body.download-files-page .df-trust-card p{
  margin:6px 0 0;
  color:#8fb6a5;
  font-size:9.5px;
  line-height:1.55;
}

body.download-files-page .df-options-panel{
  margin-top:16px;
  padding:22px;
  border:1px solid var(--df-line);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(14,25,46,.98),rgba(8,18,35,.98));
}

body.download-files-page .df-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:0 2px 18px;
  border-bottom:1px solid rgba(255,255,255,.065);
}

body.download-files-page .df-section-head h2{
  margin:7px 0 0;
  color:#fff;
  font-size:20px;
  line-height:1.25;
}
body.download-files-page .df-section-head p{
  max-width:670px;
  margin:6px 0 0;
  color:#8f9db1;
  font-size:10.5px;
  line-height:1.55;
}

body.download-files-page .df-file-count{
  min-width:78px;
  padding:10px 12px;
  text-align:center;
  border:1px solid rgba(255,79,147,.16);
  border-radius:10px;
  background:rgba(255,79,147,.055);
}
body.download-files-page .df-file-count strong{
  display:block;
  color:#ff72ad;
  font-size:20px;
  line-height:1;
}
body.download-files-page .df-file-count span{
  display:block;
  margin-top:5px;
  color:#9aa8bc;
  font-size:7px;
  font-weight:900;
  letter-spacing:1.2px;
}

body.download-files-page .df-file-list{
  display:grid;
  gap:9px;
  margin-top:16px;
}

body.download-files-page .df-file-row{
  position:relative;
  display:grid;
  grid-template-columns:34px 48px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  min-height:92px;
  padding:14px 14px 14px 12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:#0a1427;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

body.download-files-page .df-file-row:hover{
  transform:translateY(-1px);
  border-color:rgba(255,79,147,.22);
  background:#0d182d;
  box-shadow:0 12px 26px rgba(0,0,0,.16);
}

body.download-files-page .df-file-row.is-original{
  background:
    linear-gradient(90deg,rgba(124,77,255,.07),transparent 34%),
    #0a1427;
  border-color:rgba(124,77,255,.18);
}

body.download-files-page .df-file-number{
  color:#536178;
  font-size:9px;
  font-weight:900;
  letter-spacing:.6px;
  text-align:center;
}

body.download-files-page .df-file-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:rgba(255,79,147,.09);
  color:#ff65a7;
  font-size:18px;
}
body.download-files-page .is-original .df-file-icon{
  background:rgba(124,77,255,.12);
  color:#b994ff;
}

body.download-files-page .df-file-info{min-width:0}
body.download-files-page .df-file-title-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
body.download-files-page .df-file-title-line strong{
  color:#f7f9ff;
  font-size:13px;
  line-height:1.3;
}

body.download-files-page .df-badge{
  min-height:20px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0 7px;
  border-radius:999px;
  font-size:7px;
  line-height:1;
  font-weight:900;
  letter-spacing:.55px;
}
body.download-files-page .df-badge-best{
  color:#d8c4ff;
  background:rgba(124,77,255,.12);
  border:1px solid rgba(124,77,255,.18);
}
body.download-files-page .df-badge-light{
  color:#ffd0e5;
  background:rgba(255,79,147,.11);
  border:1px solid rgba(255,79,147,.18);
}

body.download-files-page .df-file-info>p{
  margin:5px 0 0;
  color:#8290a5;
  font-size:9.5px;
  line-height:1.45;
}

body.download-files-page .df-file-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 13px;
  min-width:0;
  margin-top:8px;
}
body.download-files-page .df-file-meta span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:0;
  color:#9ba8bb;
  font-size:8.5px;
}
body.download-files-page .df-file-meta i{color:#66758d;font-size:8px}
body.download-files-page .df-file-meta .df-file-name{
  max-width:310px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.download-files-page .df-download-btn{
  min-width:118px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 14px;
  border:0;
  border-radius:9px;
  background:linear-gradient(180deg,#ff61a5,#ea3b83);
  color:#fff;
  box-shadow:0 9px 20px rgba(236,61,133,.18);
  font-size:9px;
  font-weight:900;
  letter-spacing:.45px;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
body.download-files-page .df-download-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
  box-shadow:0 12px 26px rgba(236,61,133,.26);
}
body.download-files-page .df-download-btn i{font-size:10px}

body.download-files-page .df-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
body.download-files-page .df-info-card{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:11px;
  align-items:start;
  padding:14px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:11px;
  background:rgba(10,20,39,.82);
}
body.download-files-page .df-info-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,255,255,.04);
  color:#ff6aaa;
  font-size:14px;
}
body.download-files-page .df-info-card b{display:block;color:#e9edf6;font-size:10px}
body.download-files-page .df-info-card p{
  margin:4px 0 0;
  color:#79879c;
  font-size:8.5px;
  line-height:1.5;
}

body.download-files-page .df-return{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:17px;
  color:#9eabbf;
  font-size:10px;
  font-weight:800;
  transition:color .18s ease;
}
body.download-files-page .df-return:hover{color:#ff6aaa}

@media(max-width:1050px) and (min-width:781px){
  body.download-files-page .df-shell{padding:24px 30px 38px}
  body.download-files-page .df-hero-card{grid-template-columns:110px minmax(0,1fr)}
  body.download-files-page .df-artwork-wrap{width:110px;height:110px}
  body.download-files-page .df-trust-card{grid-column:1/-1}
  body.download-files-page .df-info-grid{grid-template-columns:1fr}
}

@media(max-width:780px){
  body.download-files-page{
    padding:0;
    background:#040916;
  }
  body.download-files-page .page{
    width:100%;
    max-width:none;
    min-height:100vh;
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  body.download-files-page .topbar{
    height:72px;
    padding:0 18px;
    justify-content:space-between;
  }
  body.download-files-page .hamb,
  body.download-files-page .mobile-search{display:block;font-size:24px}
  body.download-files-page .topbar>.logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }
  body.download-files-page .nav,
  body.download-files-page .search,
  body.download-files-page .topbar>.btn{display:none}

  body.download-files-page .df-shell{
    padding:18px 14px 30px;
    background:linear-gradient(180deg,#071020,#040813);
  }
  body.download-files-page .df-breadcrumb{
    margin-bottom:13px;
    gap:7px;
    font-size:9px;
  }
  body.download-files-page .df-breadcrumb a:first-child span{display:none}

  body.download-files-page .df-hero-card{
    grid-template-columns:78px minmax(0,1fr);
    gap:13px;
    min-height:0;
    padding:14px;
    border-radius:13px;
  }
  body.download-files-page .df-artwork-wrap{width:78px;height:78px}
  body.download-files-page .df-artwork{border-radius:10px}
  body.download-files-page .df-artwork-status{
    width:24px;height:24px;right:-4px;bottom:-4px;border-width:3px;font-size:8px;
  }
  body.download-files-page .df-kicker{font-size:7px;letter-spacing:1.2px}
  body.download-files-page .df-hero-copy h1{
    margin:6px 0 5px;
    font-size:17px;
    line-height:1.28;
  }
  body.download-files-page .df-artist{font-size:9.5px}
  body.download-files-page .df-hero-pills{
    grid-column:1/-1;
    margin-top:10px;
    gap:5px;
  }
  body.download-files-page .df-hero-pills span{
    min-height:24px;
    padding:0 8px;
    font-size:7.5px;
  }
  body.download-files-page .df-trust-card{
    grid-column:1/-1;
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    margin-top:2px;
    padding:11px;
  }
  body.download-files-page .df-trust-icon{width:34px;height:34px;font-size:14px}
  body.download-files-page .df-trust-card b{font-size:9px}
  body.download-files-page .df-trust-card p{font-size:8px;margin-top:3px}

  body.download-files-page .df-options-panel{
    margin-top:11px;
    padding:14px;
    border-radius:13px;
  }
  body.download-files-page .df-section-head{
    align-items:flex-start;
    gap:10px;
    padding-bottom:13px;
  }
  body.download-files-page .df-section-kicker{font-size:7px}
  body.download-files-page .df-section-head h2{font-size:15px;margin-top:5px}
  body.download-files-page .df-section-head p{font-size:8.5px;line-height:1.45}
  body.download-files-page .df-file-count{
    min-width:60px;
    padding:8px 9px;
  }
  body.download-files-page .df-file-count strong{font-size:16px}
  body.download-files-page .df-file-count span{font-size:6px}

  body.download-files-page .df-file-list{gap:8px;margin-top:12px}
  body.download-files-page .df-file-row{
    grid-template-columns:38px minmax(0,1fr);
    gap:10px;
    min-height:0;
    padding:12px;
    border-radius:11px;
  }
  body.download-files-page .df-file-number{display:none}
  body.download-files-page .df-file-icon{
    width:38px;height:38px;border-radius:9px;font-size:14px;
  }
  body.download-files-page .df-file-title-line{gap:6px}
  body.download-files-page .df-file-title-line strong{font-size:11px}
  body.download-files-page .df-badge{min-height:18px;font-size:6px;padding:0 6px}
  body.download-files-page .df-file-info>p{font-size:8px;margin-top:4px}
  body.download-files-page .df-file-meta{gap:5px 10px;margin-top:7px}
  body.download-files-page .df-file-meta span{font-size:7.5px}
  body.download-files-page .df-file-meta .df-file-name{
    width:100%;
    max-width:100%;
  }
  body.download-files-page .df-download-btn{
    grid-column:1/-1;
    width:100%;
    min-width:0;
    height:38px;
    margin-top:1px;
    font-size:8.5px;
  }

  body.download-files-page .df-info-grid{
    grid-template-columns:1fr;
    gap:7px;
    margin-top:9px;
  }
  body.download-files-page .df-info-card{
    grid-template-columns:32px minmax(0,1fr);
    gap:9px;
    padding:11px;
  }
  body.download-files-page .df-info-icon{width:32px;height:32px;font-size:12px}
  body.download-files-page .df-info-card b{font-size:9px}
  body.download-files-page .df-info-card p{font-size:7.5px}
  body.download-files-page .df-return{margin-top:14px;font-size:9px}
}

@media(max-width:390px){
  body.download-files-page .df-shell{padding-left:12px;padding-right:12px}
  body.download-files-page .df-hero-card{grid-template-columns:70px minmax(0,1fr)}
  body.download-files-page .df-artwork-wrap{width:70px;height:70px}
  body.download-files-page .df-hero-copy h1{font-size:15px}
  body.download-files-page .df-section-head p{display:none}
}
/* ===== END OSANIME DOWNLOAD FILES PAGE - PREMIUM UI V2 ===== */
/* =========================================
   DOWNLOAD FILES - SECURE DELIVERY REFINEMENT
   ========================================= */
body.download-files-page .df-trust-card b,
body.download-files-page .df-info-card b{
  letter-spacing:-.01em;
}

body.download-files-page .df-download-btn{
  position:relative;
  overflow:hidden;
}

body.download-files-page .df-download-btn:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.13) 45%,transparent 70%);
  transform:translateX(-120%);
  transition:transform .45s ease;
  pointer-events:none;
}

body.download-files-page .df-download-btn:hover:after{
  transform:translateX(120%);
}

body.download-files-page .df-file-meta .fa-cloud-arrow-down,
body.download-files-page .df-hero-pills .fa-shield-halved{
  color:#7fdcff;
}

/* ==========================================================
   OSANIME DOWNLOAD WAITING PAGE
   ========================================================== */
body.download-waiting-page{background:#eef2f7;color:#fff;padding:14px}
body.download-waiting-page .page{max-width:1460px;border-radius:10px}
body.download-waiting-page .dw-shell{
  min-height:760px;padding:26px 40px 34px;
  background:
    radial-gradient(circle at 78% 0%,rgba(124,77,255,.11),transparent 28%),
    radial-gradient(circle at 12% 16%,rgba(255,79,147,.10),transparent 24%),
    linear-gradient(180deg,#071020 0%,#040813 100%)
}
body.download-waiting-page .dw-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:22px;color:#8695ac;font-size:11px}
body.download-waiting-page .dw-breadcrumb a{color:#c9d3e3;font-weight:800;transition:.2s}
body.download-waiting-page .dw-breadcrumb a:first-child{color:var(--pink)}
body.download-waiting-page .dw-breadcrumb a:hover{color:#fff}
body.download-waiting-page .dw-breadcrumb>i{font-size:7px;color:#526077}
body.download-waiting-page .dw-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}
body.download-waiting-page .dw-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;color:#ff72ae;font-size:9px;letter-spacing:1.4px;font-weight:900}
body.download-waiting-page .dw-heading h1{margin:0;color:#fff;font-size:27px;line-height:1.18;letter-spacing:-.7px}
body.download-waiting-page .dw-heading p{max-width:680px;margin:9px 0 0;color:#9eabc0;font-size:12px;line-height:1.65}
body.download-waiting-page .dw-back{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#0b1528;color:#cdd6e5;font-size:10px;font-weight:900;transition:.2s}
body.download-waiting-page .dw-back:hover{border-color:rgba(255,79,147,.35);color:#fff;transform:translateY(-1px)}
body.download-waiting-page .dw-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}
body.download-waiting-page .dw-main{min-width:0}
body.download-waiting-page .dw-prepare-card,
body.download-waiting-page .dw-ready-card,
body.download-waiting-page .dw-side-card,
body.download-waiting-page .dw-security-card{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(145deg,rgba(16,26,48,.97),rgba(7,16,32,.97));
  box-shadow:0 18px 48px rgba(0,0,0,.18)
}
body.download-waiting-page .dw-prepare-card{
  min-height:360px;display:grid;grid-template-columns:210px minmax(0,1fr);gap:32px;align-items:center;
  padding:30px;border-radius:14px;overflow:hidden;position:relative
}
body.download-waiting-page .dw-prepare-card:after{content:"";position:absolute;width:280px;height:280px;right:-120px;top:-150px;border-radius:50%;background:rgba(255,79,147,.08);pointer-events:none}
body.download-waiting-page .dw-progress-wrap{display:grid;place-items:center}
body.download-waiting-page .dw-progress-circle{
  --dw-progress:0deg;width:188px;height:188px;border-radius:50%;display:grid;place-items:center;position:relative;
  background:conic-gradient(var(--pink) var(--dw-progress),rgba(255,79,147,.12) 0);
  box-shadow:0 0 0 1px rgba(255,255,255,.04),0 24px 55px rgba(0,0,0,.22),0 0 42px rgba(255,79,147,.11)
}
body.download-waiting-page .dw-progress-circle:before{content:"";position:absolute;inset:10px;border-radius:50%;background:radial-gradient(circle at 38% 28%,rgba(255,255,255,.035),transparent 42%),#0c162a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
body.download-waiting-page .dw-progress-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px}
body.download-waiting-page .dw-progress-inner i{color:#ff66a5;font-size:48px;filter:drop-shadow(0 8px 18px rgba(255,79,147,.24))}
body.download-waiting-page .dw-progress-inner strong{color:#fff;font-size:18px}
body.download-waiting-page .dw-prepare-copy{min-width:0;position:relative;z-index:2}
body.download-waiting-page .dw-status-chip,
body.download-waiting-page .dw-ready-chip{min-height:25px;display:inline-flex;align-items:center;gap:7px;padding:0 9px;margin-bottom:12px;border-radius:99px;font-size:8px;font-weight:900;letter-spacing:1px}
body.download-waiting-page .dw-status-chip{color:#ff80b4;border:1px solid rgba(255,79,147,.22);background:rgba(255,79,147,.08)}
body.download-waiting-page .dw-prepare-copy h2{margin:0 0 9px;color:#fff;font-size:21px}
body.download-waiting-page .dw-prepare-copy>p{max-width:650px;margin:0 0 21px;color:#a6b2c6;font-size:11px;line-height:1.7}
body.download-waiting-page .dw-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:20px}
body.download-waiting-page .dw-step{min-width:0;min-height:72px;display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:rgba(255,255,255,.025);transition:.25s}
body.download-waiting-page .dw-step>b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#19243a;color:#7f8ca2;font-size:10px;font-weight:900}
body.download-waiting-page .dw-step strong{display:block;overflow:hidden;color:#b9c4d5;font-size:9px;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}
body.download-waiting-page .dw-step small{display:block;margin-top:3px;color:#697891;font-size:7.5px;line-height:1.35}
body.download-waiting-page .dw-step.is-current{border-color:rgba(255,79,147,.2);background:rgba(255,79,147,.055)}
body.download-waiting-page .dw-step.is-current>b,
body.download-waiting-page .dw-step.is-done>b{color:#fff;background:linear-gradient(180deg,#ff62a6,#e9367f);box-shadow:0 0 0 5px rgba(255,79,147,.065)}
body.download-waiting-page .dw-step.is-current strong,
body.download-waiting-page .dw-step.is-done strong{color:#fff}
body.download-waiting-page .dw-countdown{min-height:78px;display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:12px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#081327}
body.download-waiting-page .dw-countdown>span{color:#8d9bb1;font-size:9px;font-weight:800}
body.download-waiting-page .dw-countdown>div{display:flex;align-items:flex-end;gap:6px;padding:0 13px;border-left:1px solid rgba(255,255,255,.07);border-right:1px solid rgba(255,255,255,.07)}
body.download-waiting-page .dw-countdown strong{color:var(--pink);font-size:30px;line-height:1}
body.download-waiting-page .dw-countdown em{margin-bottom:2px;color:#d0d8e5;font-size:9px;font-style:normal;text-transform:uppercase}
body.download-waiting-page .dw-countdown small{display:flex;align-items:center;gap:7px;color:#738299;font-size:8.5px;line-height:1.5}
body.download-waiting-page .dw-ready-card{min-height:230px;display:grid;grid-template-columns:128px minmax(0,1fr);gap:26px;align-items:center;margin-top:14px;padding:24px 28px;border-radius:14px;opacity:.45;filter:saturate(.35);transform:translateY(3px);transition:.35s}
body.download-waiting-page.dw-is-ready .dw-ready-card{opacity:1;filter:none;transform:none;border-color:rgba(72,221,120,.17)}
body.download-waiting-page .dw-ready-icon{width:112px;height:112px;display:grid;place-items:center;border-radius:50%;color:#48dd78;font-size:42px;background:radial-gradient(circle at center,#0d1a2d 57%,transparent 58%),conic-gradient(#48dd78 340deg,rgba(72,221,120,.12) 0);box-shadow:0 0 35px rgba(72,221,120,.08)}
body.download-waiting-page .dw-ready-chip{color:#67e894;border:1px solid rgba(72,221,120,.2);background:rgba(72,221,120,.07)}
body.download-waiting-page .dw-ready-copy h2{margin:0 0 7px;color:#fff;font-size:18px}
body.download-waiting-page .dw-ready-copy>p{margin:0 0 14px;color:#98a6bc;font-size:10px;line-height:1.6}
body.download-waiting-page .dw-file-preview{max-width:520px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:11px;align-items:center;padding:9px;margin-bottom:14px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#081327}
body.download-waiting-page .dw-file-preview img{width:56px;height:56px;object-fit:cover;border-radius:8px}
body.download-waiting-page .dw-file-preview b{display:block;overflow:hidden;color:#fff;font-size:10.5px;white-space:nowrap;text-overflow:ellipsis}
body.download-waiting-page .dw-file-preview span{display:block;overflow:hidden;margin-top:3px;color:#a5b2c5;font-size:8.5px;white-space:nowrap;text-overflow:ellipsis}
body.download-waiting-page .dw-file-preview small{display:block;margin-top:4px;color:#75859c;font-size:7.5px}
body.download-waiting-page .dw-ready-actions{display:flex;gap:9px}
body.download-waiting-page .dw-continue,
body.download-waiting-page .dw-copy{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;font-size:9px;font-weight:900;cursor:pointer;transition:.2s}
body.download-waiting-page .dw-continue{min-width:190px;padding:0 14px;border:0;color:#fff;background:linear-gradient(180deg,#ff62a6,#e9367f);box-shadow:0 11px 24px rgba(255,79,147,.16)}
body.download-waiting-page .dw-continue:hover:not(.is-disabled){transform:translateY(-1px);box-shadow:0 14px 30px rgba(255,79,147,.22)}
body.download-waiting-page .dw-continue.is-disabled{pointer-events:none;opacity:.38;filter:saturate(.4)}
body.download-waiting-page .dw-copy{min-width:112px;padding:0 12px;border:1px solid rgba(255,255,255,.1);background:#0b162a;color:#c8d2e1}
body.download-waiting-page .dw-copy:disabled{cursor:not-allowed;opacity:.38}
body.download-waiting-page .dw-session-note{display:flex;align-items:center;gap:7px;margin-top:11px;color:#718198;font-size:7.5px}
body.download-waiting-page .dw-side{display:flex;flex-direction:column;gap:12px;position:sticky;top:14px}
body.download-waiting-page .dw-side-card{padding:15px;border-radius:12px}
body.download-waiting-page .dw-side-card>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:11px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.06)}
body.download-waiting-page .dw-side-card>header span{display:block;margin-bottom:4px;color:#718199;font-size:7px;font-weight:900;letter-spacing:1.15px}
body.download-waiting-page .dw-side-card>header h3{margin:0;color:#fff;font-size:12px}
body.download-waiting-page .dw-side-card>header>i{color:#ff609f;font-size:18px}
body.download-waiting-page .dw-side-latest>header>i{color:#65baff}
body.download-waiting-page .dw-side-list{display:flex;flex-direction:column}
body.download-waiting-page .dw-side-song{display:grid;grid-template-columns:26px 44px minmax(0,1fr);gap:8px;align-items:center;min-height:61px;padding:7px 2px;border-bottom:1px solid rgba(255,255,255,.055);transition:.18s}
body.download-waiting-page .dw-side-song:last-child{border-bottom:0}
body.download-waiting-page .dw-side-song:hover{padding-left:6px;padding-right:6px;border-radius:8px;background:rgba(255,255,255,.025)}
body.download-waiting-page .dw-rank{width:24px;height:24px;display:grid;place-items:center;border-radius:6px;background:#18233a;color:#ff6daa;font-size:7px;font-weight:900}
body.download-waiting-page .dw-side-song img{width:44px;height:44px;object-fit:cover;border-radius:7px;background:#172136}
body.download-waiting-page .dw-side-song>span:last-child{min-width:0}
body.download-waiting-page .dw-side-song b{display:block;overflow:hidden;color:#f7f9ff;font-size:9px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}
body.download-waiting-page .dw-side-song small{display:block;overflow:hidden;margin-top:4px;color:#728198;font-size:7.5px;white-space:nowrap;text-overflow:ellipsis}
body.download-waiting-page .dw-empty{padding:18px 8px;color:#718198;font-size:9px;text-align:center}
body.download-waiting-page .dw-security-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:13px;border-radius:12px;background:linear-gradient(135deg,rgba(72,221,120,.055),rgba(9,18,38,.95))}
body.download-waiting-page .dw-security-card>i{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:#62e58f;background:rgba(72,221,120,.08)}
body.download-waiting-page .dw-security-card b{display:block;color:#eaf4ee;font-size:9px}
body.download-waiting-page .dw-security-card p{margin:4px 0 0;color:#77889d;font-size:7.5px;line-height:1.45}
@media(max-width:1100px) and (min-width:781px){
  body.download-waiting-page .dw-layout{grid-template-columns:1fr}
  body.download-waiting-page .dw-side{position:static;display:grid;grid-template-columns:1fr 1fr}
  body.download-waiting-page .dw-security-card{grid-column:1/-1}
}
@media(max-width:780px){
  body.download-waiting-page{padding:0;background:#040916}
  body.download-waiting-page .page{max-width:none;min-height:100vh;border-radius:0;border:0}
  body.download-waiting-page .dw-shell{min-height:auto;padding:18px 14px 26px}
  body.download-waiting-page .dw-breadcrumb{gap:7px;margin-bottom:15px;font-size:9px}
  body.download-waiting-page .dw-heading{display:block;margin-bottom:15px}
  body.download-waiting-page .dw-heading h1{font-size:20px}
  body.download-waiting-page .dw-heading p{font-size:10px;line-height:1.55}
  body.download-waiting-page .dw-back{display:none}
  body.download-waiting-page .dw-layout{display:block}
  body.download-waiting-page .dw-prepare-card{min-height:0;display:block;padding:20px 14px 15px;text-align:center}
  body.download-waiting-page .dw-progress-circle{width:118px;height:118px;margin:0 auto 17px}
  body.download-waiting-page .dw-progress-circle:before{inset:7px}
  body.download-waiting-page .dw-progress-inner{gap:6px}
  body.download-waiting-page .dw-progress-inner i{font-size:33px}
  body.download-waiting-page .dw-progress-inner strong{font-size:13px}
  body.download-waiting-page .dw-prepare-copy h2{font-size:15px}
  body.download-waiting-page .dw-prepare-copy>p{max-width:300px;margin:0 auto 17px;font-size:9px}
  body.download-waiting-page .dw-steps{grid-template-columns:1fr;text-align:left}
  body.download-waiting-page .dw-step{min-height:55px;grid-template-columns:30px 1fr}
  body.download-waiting-page .dw-step strong{white-space:normal}
  body.download-waiting-page .dw-countdown{grid-template-columns:1fr;gap:8px;margin-top:12px;text-align:center}
  body.download-waiting-page .dw-countdown>div{justify-content:center;padding:8px 0;border:0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
  body.download-waiting-page .dw-countdown small{justify-content:center}
  body.download-waiting-page .dw-ready-card{min-height:0;display:block;margin-top:12px;padding:20px 14px;text-align:center}
  body.download-waiting-page .dw-ready-icon{width:82px;height:82px;margin:0 auto 13px;font-size:31px}
  body.download-waiting-page .dw-ready-copy h2{font-size:14px}
  body.download-waiting-page .dw-file-preview{text-align:left}
  body.download-waiting-page .dw-ready-actions{flex-direction:column}
  body.download-waiting-page .dw-continue,body.download-waiting-page .dw-copy{width:100%;min-width:0}
  body.download-waiting-page .dw-session-note{justify-content:center}
  body.download-waiting-page .dw-side{position:static;margin-top:14px}
  body.download-waiting-page .dw-side-card{padding:13px}
}
@media(max-width:390px){
  body.download-waiting-page .dw-shell{padding-left:12px;padding-right:12px}
  body.download-waiting-page .dw-heading h1{font-size:18px}
}
/* ==========================================================
   OSANIME DOWNLOAD ERROR / 404 PAGE
   ========================================================== */
body.download-error-page{
  min-height:100vh;
  margin:0;
  padding:24px;
  display:grid;
  place-items:center;
  overflow-x:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 16% 14%,rgba(255,79,147,.16),transparent 28%),
    radial-gradient(circle at 86% 82%,rgba(124,77,255,.15),transparent 30%),
    linear-gradient(145deg,#030713 0%,#071020 54%,#040813 100%);
}

body.download-error-page .de-shell{
  position:relative;
  width:min(100%,760px);
  min-height:620px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

body.download-error-page .de-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(12px);
  pointer-events:none;
  opacity:.58;
}

body.download-error-page .de-glow-one{
  width:250px;
  height:250px;
  left:-70px;
  top:55px;
  background:radial-gradient(circle,rgba(255,79,147,.17),transparent 68%);
}

body.download-error-page .de-glow-two{
  width:310px;
  height:310px;
  right:-110px;
  bottom:30px;
  background:radial-gradient(circle,rgba(124,77,255,.16),transparent 68%);
}

body.download-error-page .de-card{
  position:relative;
  z-index:2;
  width:min(100%,650px);
  padding:28px 42px 34px;
  overflow:hidden;
  text-align:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:
    linear-gradient(145deg,rgba(15,25,46,.96),rgba(6,14,29,.97));
  box-shadow:
    0 30px 80px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.025);
}

body.download-error-page .de-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,93,166,.55),rgba(124,77,255,.5),transparent);
}

body.download-error-page .de-brand{
  width:max-content;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  transition:transform .2s ease,opacity .2s ease;
}

body.download-error-page .de-brand:hover{
  transform:translateY(-1px);
  opacity:.94;
}

body.download-error-page .de-brand-logo{
  display:block;
  width:auto;
  height:42px;
  max-width:min(210px,62vw);
  object-fit:contain;
}

body.download-error-page .de-code-wrap{
  position:relative;
  width:min(100%,430px);
  height:154px;
  display:grid;
  place-items:center;
  margin:0 auto 2px;
}

body.download-error-page .de-code{
  display:block;
  color:transparent;
  font-size:134px;
  line-height:1;
  letter-spacing:-9px;
  font-weight:950;
  -webkit-text-stroke:2px rgba(255,255,255,.09);
  text-shadow:0 22px 55px rgba(0,0,0,.25);
  user-select:none;
}



body.download-error-page .de-status{
  min-height:27px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 10px;
  margin-bottom:13px;
  border:1px solid rgba(255,79,147,.20);
  border-radius:99px;
  color:#ff79b2;
  background:rgba(255,79,147,.07);
  font-size:7.5px;
  letter-spacing:1.25px;
  font-weight:900;
}

body.download-error-page .de-card h1{
  max-width:520px;
  margin:0 auto;
  color:#fff;
  font-size:27px;
  line-height:1.2;
  letter-spacing:-.65px;
}

body.download-error-page .de-card>p{
  max-width:490px;
  margin:11px auto 0;
  color:#93a1b7;
  font-size:11px;
  line-height:1.72;
}

body.download-error-page .de-reasons{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px;
  margin:20px auto 0;
}

body.download-error-page .de-reasons span{
  min-height:29px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:8px;
  color:#8492a8;
  background:rgba(255,255,255,.025);
  font-size:7.5px;
  font-weight:800;
}

body.download-error-page .de-reasons i{
  color:#a9b4c6;
}

body.download-error-page .de-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:23px;
}

body.download-error-page .de-primary,
body.download-error-page .de-secondary{
  min-height:43px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 17px;
  border-radius:10px;
  font-size:9px;
  font-weight:900;
  transition:.2s ease;
}

body.download-error-page .de-primary{
  min-width:174px;
  color:#fff;
  background:linear-gradient(180deg,#ff62a6,#e9367f);
  box-shadow:0 12px 28px rgba(255,79,147,.17);
}

body.download-error-page .de-secondary{
  min-width:108px;
  color:#cbd5e4;
  border:1px solid rgba(255,255,255,.09);
  background:#0a1529;
}

body.download-error-page .de-primary:hover,
body.download-error-page .de-secondary:hover{
  transform:translateY(-1px);
}

body.download-error-page .de-primary:hover{
  box-shadow:0 16px 35px rgba(255,79,147,.23);
}

body.download-error-page .de-secondary:hover{
  border-color:rgba(255,79,147,.25);
  color:#fff;
}

body.download-error-page .de-help{
  max-width:500px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  margin:22px auto 0;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.055);
  color:#68778e;
  font-size:7.5px;
  line-height:1.55;
}

body.download-error-page .de-help i{
  margin-top:1px;
  color:#8290a5;
}

body.download-error-page .de-footer{
  position:relative;
  z-index:2;
  margin:14px 0 0;
  color:#536278;
  font-size:7px;
  letter-spacing:.65px;
  font-weight:800;
}

@media(max-width:780px){
  body.download-error-page{
    padding:14px;
  }

  body.download-error-page .de-shell{
    min-height:calc(100vh - 28px);
  }

  body.download-error-page .de-card{
    padding:24px 18px 26px;
    border-radius:17px;
  }

  body.download-error-page .de-brand{
    margin-bottom:12px;
  }


  body.download-error-page .de-brand-logo{
    height:36px;
    max-width:190px;
  }

  body.download-error-page .de-code-wrap{
    height:118px;
  }

  body.download-error-page .de-code{
    font-size:100px;
    letter-spacing:-7px;
  }

  body.download-error-page .de-card h1{
    font-size:21px;
  }

  body.download-error-page .de-card>p{
    max-width:360px;
    font-size:10px;
  }

  body.download-error-page .de-reasons{
    gap:5px;
    margin-top:16px;
  }

  body.download-error-page .de-reasons span{
    min-height:27px;
    font-size:7px;
  }

  body.download-error-page .de-actions{
    flex-direction:column;
    margin-top:19px;
  }

  body.download-error-page .de-primary,
  body.download-error-page .de-secondary{
    width:100%;
    min-width:0;
  }
}

@media(max-width:390px){
  body.download-error-page{
    padding:10px;
  }

  body.download-error-page .de-card{
    padding-left:14px;
    padding-right:14px;
  }

  body.download-error-page .de-code{
    font-size:88px;
  }

  body.download-error-page .de-reasons span:nth-child(2){
    display:none;
  }
}

/* ==========================================================
   OSANIME FAQ INTEGRATION TUTORIAL POLISH
   ========================================================== */

body.faq-page.faq-optimized-page .faq-integration-guide{
  margin-top:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:
    linear-gradient(180deg,rgba(11,22,42,.96),rgba(6,16,32,.96));
}

body.faq-page.faq-optimized-page .faq-integration-guide-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.018);
}

body.faq-page.faq-optimized-page .faq-integration-guide-head>span{
  width:31px;
  height:31px;
  flex:0 0 31px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,79,147,.18);
  border-radius:9px;
  background:rgba(255,79,147,.08);
  color:#ff6aa8;
  font-size:11px;
}

body.faq-page.faq-optimized-page .faq-integration-guide-head b{
  display:block;
  color:#edf2fa;
  font-size:11.5px;
  line-height:1.25;
}

body.faq-page.faq-optimized-page .faq-integration-guide-head small{
  display:block;
  margin-top:2px;
  color:#75869d;
  font-size:9.5px;
  line-height:1.35;
}

body.faq-page.faq-optimized-page .faq-integration-steps{
  list-style:none;
  margin:0;
  padding:7px 14px 9px;
}

body.faq-page.faq-optimized-page .faq-integration-steps li{
  position:relative;
  display:grid;
  grid-template-columns:25px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:8px 0;
  color:#a4b3c8;
  font-size:11px;
  line-height:1.55;
}

body.faq-page.faq-optimized-page .faq-integration-steps li+li{
  border-top:1px solid rgba(255,255,255,.045);
}

body.faq-page.faq-optimized-page .faq-step-number{
  width:23px;
  height:23px;
  display:grid;
  place-items:center;
  border:1px solid rgba(92,229,154,.16);
  border-radius:50%;
  background:rgba(92,229,154,.075);
  color:#62e5a0;
  font-size:9px;
  font-weight:900;
  line-height:1;
}

body.faq-page.faq-optimized-page .faq-integration-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:11px;
}

body.faq-page.faq-optimized-page .faq-integration-link{
  min-height:37px;
  width:auto;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 13px;
  border:1px solid transparent;
  border-radius:9px;
  font-size:10.5px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease,
    color .16s ease;
}

body.faq-page.faq-optimized-page .faq-integration-link:hover{
  transform:translateY(-1px);
}

body.faq-page.faq-optimized-page .faq-integration-link.primary{
  background:linear-gradient(180deg,#ff5da2,#ec3f86);
  color:#fff;
  box-shadow:0 7px 18px rgba(255,79,147,.12);
}

body.faq-page.faq-optimized-page .faq-integration-link.primary:hover{
  background:linear-gradient(180deg,#ff6cab,#f14990);
}

body.faq-page.faq-optimized-page .faq-integration-link.secondary{
  border-color:rgba(255,255,255,.09);
  background:#101b2e;
  color:#d5deeb;
}

body.faq-page.faq-optimized-page .faq-integration-link.secondary:hover{
  border-color:rgba(255,79,147,.20);
  background:#142139;
  color:#fff;
}

body.faq-page.faq-optimized-page .faq-integration-link-arrow{
  margin-left:2px;
  opacity:.58;
  font-size:8px;
}

body.faq-page.faq-optimized-page .faq-integration-links
+.faq-answer-actions{
  margin-top:14px;
}

@media(max-width:780px){
  body.faq-page.faq-optimized-page .faq-integration-guide{
    margin-top:12px;
    border-radius:10px;
  }

  body.faq-page.faq-optimized-page .faq-integration-guide-head{
    padding:11px 12px;
  }

  body.faq-page.faq-optimized-page .faq-integration-guide-head b{
    font-size:11px;
  }

  body.faq-page.faq-optimized-page .faq-integration-guide-head small{
    font-size:9px;
  }

  body.faq-page.faq-optimized-page .faq-integration-steps{
    padding:6px 12px 8px;
  }

  body.faq-page.faq-optimized-page .faq-integration-steps li{
    grid-template-columns:23px minmax(0,1fr);
    gap:8px;
    padding:8px 0;
    font-size:10.5px;
    line-height:1.5;
  }

  body.faq-page.faq-optimized-page .faq-step-number{
    width:21px;
    height:21px;
    font-size:8.5px;
  }

  body.faq-page.faq-optimized-page .faq-integration-links{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
  }

  body.faq-page.faq-optimized-page .faq-integration-link{
    width:100%;
    min-height:39px;
    justify-content:flex-start;
    padding:0 12px;
    white-space:normal;
    line-height:1.35;
  }

  body.faq-page.faq-optimized-page .faq-integration-link-arrow{
    margin-left:auto;
  }
}

@media(max-width:430px){
  body.faq-page.faq-optimized-page .faq-integration-guide-head>span{
    width:29px;
    height:29px;
    flex-basis:29px;
  }

  body.faq-page.faq-optimized-page .faq-integration-steps li{
    font-size:10px;
  }

  body.faq-page.faq-optimized-page .faq-integration-link{
    font-size:10px;
  }
}

/* =========================================================
   OSANIME SHARED HEADER — CANONICAL RESPONSIVE SOURCE
   Applies to header_guest.php + header_user.php.
   Legacy duplicate header/dropdown/sidebar fixes above were removed.
   ========================================================= */
body.index-php-page{
  --hdr-height:76px;
  --hdr-height-compact:70px;
  --hdr-height-mobile:66px;
  --hdr-bg:rgba(4,8,20,.96);
  --hdr-panel:#0b1427;
  --hdr-panel-2:#101b31;
  --hdr-border:rgba(255,255,255,.09);
  --hdr-border-strong:rgba(255,255,255,.15);
  --hdr-text:#f7f9ff;
  --hdr-muted:#8f9cb0;
  --hdr-pink:var(--idx-pink,var(--pink,#ff4f93));
}

/* Dropdowns are allowed to extend beyond the header shell. */
body.index-php-page .page{
  overflow:visible!important;
}
body.index-php-page.sidebar-is-open{
  overflow:hidden!important;
  touch-action:none;
}

/* ---------- Topbar shell ---------- */
body.index-php-page .topbar.osanime-header{
  position:sticky!important;
  top:0!important;
  z-index:1600!important;
  width:100%!important;
  height:var(--hdr-height)!important;
  min-height:var(--hdr-height)!important;
  display:flex!important;
  align-items:center!important;
  gap:clamp(14px,1.5vw,24px)!important;
  padding-left:clamp(20px,2.35vw,38px)!important;
  padding-right:clamp(20px,2.35vw,38px)!important;
  padding-top:0!important;
  padding-bottom:0!important;
  overflow:visible!important;
  border-bottom:1px solid var(--hdr-border)!important;
  background:
    radial-gradient(circle at 15% -60%,rgba(255,79,147,.12),transparent 36%),
    linear-gradient(180deg,rgba(4,8,20,.985),rgba(6,14,29,.965))!important;
  box-shadow:0 8px 24px rgba(0,0,0,.12)!important;
  backdrop-filter:blur(16px) saturate(135%)!important;
  -webkit-backdrop-filter:blur(16px) saturate(135%)!important;
  isolation:isolate!important;
}

/* ---------- Brand ---------- */
body.index-php-page .topbar.osanime-header>.site-brand,
body.index-php-page .osanime-sidebar>.site-brand{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  gap:10px!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  color:#fff!important;
  text-decoration:none!important;
}
body.index-php-page .site-brand .mark{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#ff5a9d 0%,#b252ff 55%,#6d63ff 100%)!important;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(170,76,255,.22),inset 0 1px 0 rgba(255,255,255,.18)!important;
  font-size:20px!important;
  line-height:1!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
body.index-php-page .site-brand:hover .mark{
  transform:translateY(-1px)!important;
  box-shadow:0 10px 28px rgba(255,79,147,.28),inset 0 1px 0 rgba(255,255,255,.2)!important;
}
body.index-php-page .site-brand .logo-title{
  color:#fff!important;
  font-size:18px!important;
  line-height:.95!important;
  font-weight:950!important;
  letter-spacing:-.45px!important;
  white-space:nowrap!important;
}
body.index-php-page .site-brand .logo-title span{color:var(--hdr-pink)!important}
body.index-php-page .site-brand .logo-sub{
  display:block!important;
  margin-top:5px!important;
  color:#dbe2ef!important;
  font-size:7px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:2.3px!important;
  white-space:nowrap!important;
}

/* ---------- Desktop navigation ---------- */
body.index-php-page .topbar.osanime-header .site-nav{
  position:relative!important;
  z-index:20!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  flex:0 1 auto!important;
  margin:0!important;
  overflow:visible!important;
  white-space:nowrap!important;
}
body.index-php-page .topbar.osanime-header .site-nav>a,
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button{
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 10px!important;
  border:1px solid transparent!important;
  border-radius:9px!important;
  background:transparent!important;
  color:#dfe6f2!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:820!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease!important;
}
body.index-php-page .topbar.osanime-header .site-nav>a i,
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button i{
  margin:0!important;
  color:#8e9bb0!important;
  font-size:11px!important;
  transition:color .16s ease,transform .16s ease!important;
}
body.index-php-page .topbar.osanime-header .site-nav>a:hover,
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button:hover{
  border-color:rgba(255,255,255,.065)!important;
  background:rgba(255,255,255,.045)!important;
  color:#fff!important;
}
body.index-php-page .topbar.osanime-header .site-nav>a:hover i,
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button:hover i{color:#fff!important}
body.index-php-page .topbar.osanime-header .site-nav>a.active,
body.index-php-page .topbar.osanime-header .site-nav-dropdown.active>button,
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button[aria-expanded="true"]{
  border-color:rgba(255,79,147,.22)!important;
  background:linear-gradient(180deg,rgba(255,79,147,.13),rgba(255,79,147,.065))!important;
  color:#ff79ae!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
body.index-php-page .topbar.osanime-header .site-nav>a.active i,
body.index-php-page .topbar.osanime-header .site-nav-dropdown.active>button i,
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button[aria-expanded="true"] i{color:#ff79ae!important}
body.index-php-page .topbar.osanime-header .site-nav>a.active::after,
body.index-php-page .topbar.osanime-header .site-nav-dropdown.active>button::after{display:none!important;content:none!important}

/* ---------- Desktop category dropdown: click-driven, scrollable ---------- */
body.index-php-page .topbar.osanime-header .site-nav-dropdown{
  position:relative!important;
  z-index:50!important;
  display:flex!important;
  align-items:center!important;
  overflow:visible!important;
}
body.index-php-page .topbar.osanime-header .site-nav-dropdown:hover>.nav-dropdown-menu{display:none!important}
body.index-php-page .topbar.osanime-header .site-nav-dropdown>.nav-dropdown-menu{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  left:0!important;
  right:auto!important;
  z-index:1700!important;
  width:292px!important;
  min-width:260px!important;
  max-width:min(360px,calc(100vw - 28px))!important;
  max-height:min(430px,calc(100vh - 110px))!important;
  display:none!important;
  flex-direction:column!important;
  gap:4px!important;
  margin:0!important;
  padding:9px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(255,79,147,.46) transparent!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,rgba(16,27,49,.995),rgba(7,14,29,.995))!important;
  box-shadow:0 24px 62px rgba(0,0,0,.52)!important;
  transform-origin:top left!important;
}
body.index-php-page .topbar.osanime-header .site-nav-dropdown>.nav-dropdown-menu.show{
  display:flex!important;
  animation:osanimeHeaderMenuIn .15s ease-out both!important;
}
body.index-php-page .topbar.osanime-header .nav-dropdown-menu::-webkit-scrollbar{width:5px!important}
body.index-php-page .topbar.osanime-header .nav-dropdown-menu::-webkit-scrollbar-thumb{background:rgba(255,79,147,.38)!important;border-radius:999px!important}
body.index-php-page .topbar.osanime-header .nav-dropdown-menu>a,
body.index-php-page .topbar.osanime-header .nav-dropdown-menu>.dropdown-empty{
  min-width:0!important;
  min-height:42px!important;
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:9px!important;
  padding:9px 10px!important;
  border:1px solid transparent!important;
  border-radius:9px!important;
  background:transparent!important;
  color:#e8eef8!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:760!important;
}
body.index-php-page .topbar.osanime-header .nav-dropdown-menu>a>span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.index-php-page .topbar.osanime-header .nav-dropdown-menu>a:hover{
  border-color:rgba(255,255,255,.06)!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
}
body.index-php-page .topbar.osanime-header .nav-dropdown-menu>a.active,
body.index-php-page .topbar.osanime-header .nav-dropdown-menu>a.is-current-cat{
  border-color:rgba(255,79,147,.24)!important;
  background:rgba(255,79,147,.105)!important;
  color:#ff78ae!important;
}
body.index-php-page .topbar.osanime-header .cat-count{
  min-width:26px!important;
  color:#8f9bb0!important;
  font-size:9px!important;
  font-weight:850!important;
  text-align:right!important;
}
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button .fa-chevron-down{
  font-size:9px!important;
  transition:transform .18s ease!important;
}
body.index-php-page .topbar.osanime-header .site-nav-dropdown>button[aria-expanded="true"] .fa-chevron-down{transform:rotate(180deg)!important}

/* ---------- Search ---------- */
body.index-php-page .topbar.osanime-header>.site-search{
  position:relative!important;
  z-index:25!important;
  width:clamp(180px,17vw,255px)!important;
  min-width:150px!important;
  max-width:255px!important;
  height:40px!important;
  display:flex!important;
  align-items:center!important;
  flex:1 1 220px!important;
  margin-left:auto!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:10px!important;
  background:rgba(7,14,29,.74)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.index-php-page .topbar.osanime-header>.site-search:hover{border-color:rgba(255,255,255,.19)!important;background:rgba(9,18,35,.86)!important}
body.index-php-page .topbar.osanime-header>.site-search.active,
body.index-php-page .topbar.osanime-header>.site-search:focus-within{
  border-color:rgba(255,79,147,.58)!important;
  background:#081226!important;
  box-shadow:0 0 0 3px rgba(255,79,147,.095)!important;
}
body.index-php-page .topbar.osanime-header>.site-search input{
  min-width:0!important;
  width:100%!important;
  height:100%!important;
  flex:1 1 auto!important;
  padding:0 4px 0 13px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:11px!important;
  box-shadow:none!important;
}
body.index-php-page .topbar.osanime-header>.site-search input::placeholder{color:#7e8a9f!important}
body.index-php-page .topbar.osanime-header>.site-search button{
  width:38px!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 38px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#dfe6f2!important;
  font-size:13px!important;
  cursor:pointer!important;
}
body.index-php-page .topbar.osanime-header>.site-search button:hover{color:#ff79ae!important}

/* ---------- Guest actions ---------- */
body.index-php-page .topbar.osanime-header>.site-auth-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
}
body.index-php-page .topbar.osanime-header>.site-auth-actions .btn{
  min-width:74px!important;
  height:40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.035)!important;
  color:#fff!important;
  font-size:10.5px!important;
  font-weight:900!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}
body.index-php-page .topbar.osanime-header>.site-auth-actions .btn:hover{transform:translateY(-1px)!important;border-color:rgba(255,255,255,.22)!important;background:rgba(255,255,255,.065)!important}
body.index-php-page .topbar.osanime-header>.site-auth-actions .btn.pink{
  border-color:rgba(255,79,147,.18)!important;
  background:linear-gradient(180deg,#ff5d9f,#ea3b83)!important;
  box-shadow:0 8px 20px rgba(236,61,133,.19)!important;
}

/* ---------- Logged-in account trigger ---------- */
body.index-user-page .topbar.osanime-header>.site-user-box{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  height:42px!important;
  margin:0!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
body.index-user-page .topbar.osanime-header .user-menu-toggle{
  height:42px!important;
  max-width:194px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:4px 10px 4px 5px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.035)!important;
  color:#fff!important;
  cursor:pointer!important;
  transition:border-color .16s ease,background .16s ease!important;
}
body.index-user-page .topbar.osanime-header .user-menu-toggle:hover,
body.index-user-page .topbar.osanime-header .user-menu-toggle[aria-expanded="true"]{
  border-color:rgba(255,79,147,.36)!important;
  background:rgba(255,255,255,.06)!important;
}
body.index-user-page .topbar.osanime-header .user-avatar,
body.index-user-page .topbar.osanime-header .mobile-user-avatar,
body.index-user-page .topbar.osanime-header .profile-photo{
  position:relative!important;
  overflow:visible!important;
  border-radius:50%!important;
  background:#10192b!important;
}
body.index-user-page .topbar.osanime-header .user-avatar{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
}
body.index-user-page .topbar.osanime-header .user-avatar img,
body.index-user-page .topbar.osanime-header .mobile-user-avatar img,
body.index-user-page .topbar.osanime-header .profile-photo img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
body.index-user-page .topbar.osanime-header .online-dot{
  position:absolute!important;
  right:-1px!important;
  bottom:1px!important;
  width:9px!important;
  height:9px!important;
  border:2px solid #061020!important;
  border-radius:50%!important;
  background:#2ddd77!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.2)!important;
}
body.index-user-page .topbar.osanime-header .user-info{
  min-width:0!important;
  max-width:105px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:2px!important;
  line-height:1.05!important;
}
body.index-user-page .topbar.osanime-header .user-info b,
body.index-user-page .topbar.osanime-header .user-info small{
  max-width:100%!important;
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.index-user-page .topbar.osanime-header .user-info b{color:#fff!important;font-size:10.5px!important;font-weight:900!important}
body.index-user-page .topbar.osanime-header .user-info small{color:#8996aa!important;font-size:8.5px!important;font-weight:750!important}
body.index-user-page .topbar.osanime-header .user-caret{
  width:auto!important;
  height:auto!important;
  display:block!important;
  margin-left:1px!important;
  border:0!important;
  background:transparent!important;
  color:#8390a5!important;
  font-size:9px!important;
  transition:transform .18s ease,color .18s ease!important;
}
body.index-user-page .topbar.osanime-header .user-menu-toggle[aria-expanded="true"] .user-caret{transform:rotate(180deg)!important;color:#ff79ae!important}

/* ---------- Profile dropdown ---------- */
body.index-user-page .topbar.osanime-header>.site-profile-dropdown{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  right:clamp(14px,2.35vw,38px)!important;
  z-index:1750!important;
  width:292px!important;
  max-width:calc(100vw - 24px)!important;
  max-height:calc(100vh - 104px)!important;
  display:block!important;
  padding:13px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(14,24,44,.995),rgba(7,14,28,.995))!important;
  box-shadow:0 24px 64px rgba(0,0,0,.55)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(7px) scale(.985)!important;
  transform-origin:top right!important;
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease!important;
  scrollbar-width:thin!important;
}
body.index-user-page .topbar.osanime-header>.site-profile-dropdown.show{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
body.index-user-page .topbar.osanime-header>.site-profile-dropdown::before{
  content:""!important;
  position:absolute!important;
  top:-6px!important;
  right:26px!important;
  width:12px!important;
  height:12px!important;
  border-left:1px solid rgba(255,255,255,.10)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  background:#0e182c!important;
  transform:rotate(45deg)!important;
}
body.index-user-page .topbar.osanime-header .profile-head{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:center!important;
  padding:3px 3px 12px!important;
  border-bottom:1px solid rgba(255,255,255,.075)!important;
}
body.index-user-page .topbar.osanime-header .profile-photo{width:48px!important;height:48px!important}
body.index-user-page .topbar.osanime-header .profile-meta{min-width:0!important}
body.index-user-page .topbar.osanime-header .profile-meta b,
body.index-user-page .topbar.osanime-header .profile-meta small{
  max-width:100%!important;
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.index-user-page .topbar.osanime-header .profile-meta b{color:#fff!important;font-size:12px!important;font-weight:900!important}
body.index-user-page .topbar.osanime-header .profile-meta small{margin-top:5px!important;color:#8f9cb0!important;font-size:9px!important;background:transparent!important;padding:0!important}
body.index-user-page .topbar.osanime-header .profile-menu{display:flex!important;flex-direction:column!important;gap:2px!important;padding-top:8px!important}
body.index-user-page .topbar.osanime-header .profile-menu a{
  min-height:39px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 9px!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  color:#dfe6f2!important;
  font-size:10.5px!important;
  font-weight:780!important;
}
body.index-user-page .topbar.osanime-header .profile-menu a i{width:17px!important;color:#8f9cb0!important;text-align:center!important}
body.index-user-page .topbar.osanime-header .profile-menu a:hover,
body.index-user-page .topbar.osanime-header .profile-menu a.active{border-color:rgba(255,255,255,.055)!important;background:rgba(255,255,255,.05)!important;color:#fff!important}
body.index-user-page .topbar.osanime-header .profile-menu a:hover i,
body.index-user-page .topbar.osanime-header .profile-menu a.active i{color:#ff79ae!important}
body.index-user-page .topbar.osanime-header .profile-menu a.logout{margin-top:3px!important;color:#ff7cac!important}

/* ---------- Mobile/tablet action buttons ---------- */
body.index-php-page .topbar.osanime-header>.hamb,
body.index-php-page .topbar.osanime-header>.site-mobile-actions,
body.index-php-page .topbar.osanime-header .mobile-search,
body.index-user-page .topbar.osanime-header .mobile-user-avatar{
  display:none!important;
}
body.index-php-page .topbar.osanime-header>.hamb,
body.index-php-page .topbar.osanime-header .mobile-search{
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  color:#f3f6fc!important;
  cursor:pointer!important;
  transition:border-color .16s ease,background .16s ease,color .16s ease!important;
}
body.index-php-page .topbar.osanime-header>.hamb:hover,
body.index-php-page .topbar.osanime-header .mobile-search:hover{border-color:rgba(255,79,147,.25)!important;background:rgba(255,79,147,.07)!important;color:#ff79ae!important}

/* ---------- Off-canvas sidebar ---------- */
body.index-php-page .osanime-sidebar-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:1800!important;
  display:block!important;
  background:rgba(0,4,12,.64)!important;
  backdrop-filter:blur(2px)!important;
  -webkit-backdrop-filter:blur(2px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .2s ease,visibility .2s ease!important;
}
body.index-php-page .osanime-sidebar-overlay.show{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
body.index-php-page .osanime-sidebar{
  position:fixed!important;
  top:0!important;
  bottom:0!important;
  left:0!important;
  z-index:1810!important;
  width:min(320px,88vw)!important;
  max-width:320px!important;
  height:100vh!important;
  height:100dvh!important;
  display:flex!important;
  flex-direction:column!important;
  padding:22px 16px max(20px,env(safe-area-inset-bottom))!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  border-right:1px solid rgba(255,255,255,.095)!important;
  background:
    radial-gradient(circle at 10% 0,rgba(255,79,147,.11),transparent 25%),
    linear-gradient(180deg,#081124 0%,#050b18 100%)!important;
  box-shadow:24px 0 60px rgba(0,0,0,.46)!important;
  transform:translate3d(-105%,0,0)!important;
  transition:transform .22s cubic-bezier(.2,.8,.2,1)!important;
}
body.index-php-page .osanime-sidebar.open{transform:translate3d(0,0,0)!important}
body.index-php-page .osanime-sidebar .close-sidebar{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  z-index:5!important;
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.035)!important;
  color:#dfe6f2!important;
  font-size:23px!important;
  line-height:1!important;
  cursor:pointer!important;
}
body.index-php-page .osanime-sidebar>.sidebar-logo{
  width:calc(100% - 42px)!important;
  padding:2px 0 18px!important;
  margin:0 0 12px!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
}
body.index-php-page .osanime-sidebar .sidebar-nav{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  margin:0!important;
}
body.index-php-page .osanime-sidebar .sidebar-nav>a,
body.index-php-page .osanime-sidebar .dropdown-btn{
  width:100%!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 12px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#dce4f0!important;
  font-size:11.5px!important;
  font-weight:820!important;
  text-align:left!important;
  cursor:pointer!important;
}
body.index-php-page .osanime-sidebar .dropdown-btn{justify-content:space-between!important}
body.index-php-page .osanime-sidebar .dropdown-btn>span{display:flex!important;align-items:center!important;gap:10px!important}
body.index-php-page .osanime-sidebar .sidebar-nav>a i,
body.index-php-page .osanime-sidebar .dropdown-btn i{width:18px!important;margin:0!important;color:#8290a6!important;font-size:12px!important;text-align:center!important}
body.index-php-page .osanime-sidebar .sidebar-nav>a:hover,
body.index-php-page .osanime-sidebar .dropdown-btn:hover{border-color:rgba(255,255,255,.055)!important;background:rgba(255,255,255,.045)!important;color:#fff!important}
body.index-php-page .osanime-sidebar .sidebar-nav>a.active,
body.index-php-page .osanime-sidebar .site-sidebar-dropdown.active>.dropdown-btn{
  border-color:rgba(255,79,147,.19)!important;
  background:rgba(255,79,147,.085)!important;
  color:#ff7caf!important;
}
body.index-php-page .osanime-sidebar .sidebar-nav>a.active i,
body.index-php-page .osanime-sidebar .site-sidebar-dropdown.active>.dropdown-btn i{color:#ff7caf!important}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown{width:100%!important;position:relative!important}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu{
  position:static!important;
  width:100%!important;
  min-width:0!important;
  max-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  margin:0!important;
  padding:0 4px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:max-height .22s ease,opacity .16s ease,padding .22s ease!important;
}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown.open>.dropdown-menu,
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu.show{
  max-height:min(420px,48vh)!important;
  padding:6px 4px 3px!important;
  overflow-y:auto!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu>a{
  min-height:39px!important;
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 10px!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.025)!important;
  color:#cfd8e6!important;
  font-size:10.5px!important;
  font-weight:760!important;
}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu>a>span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu>a:hover{background:rgba(255,255,255,.05)!important;color:#fff!important}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu>a.active,
body.index-php-page .osanime-sidebar .site-sidebar-dropdown>.dropdown-menu>a.is-current-cat{border-color:rgba(255,79,147,.16)!important;background:rgba(255,79,147,.08)!important;color:#ff7caf!important}
body.index-php-page .osanime-sidebar .dropdown-chevron{margin-left:auto!important;transition:transform .18s ease!important}
body.index-php-page .osanime-sidebar .site-sidebar-dropdown.open .dropdown-chevron{transform:rotate(180deg)!important}

/* Guest auth inside sidebar. */
body.index-guest-page .osanime-sidebar .site-mobile-auth{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  margin-top:10px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.065)!important;
}
body.index-guest-page .osanime-sidebar .site-mobile-auth a{
  width:100%!important;
  min-height:42px!important;
  display:grid!important;
  place-items:center!important;
  padding:0 12px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.035)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.index-guest-page .osanime-sidebar .site-mobile-auth a:last-child{border-color:rgba(255,79,147,.18)!important;background:linear-gradient(180deg,#ff5d9f,#ea3b83)!important}

/* Logged-in account card inside sidebar. */
body.index-user-page .osanime-sidebar .site-sidebar-account{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 28px!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:11px!important;
  padding:10px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.035)!important;
}
body.index-user-page .osanime-sidebar .site-sidebar-account>img{width:40px!important;height:40px!important;border-radius:50%!important;object-fit:cover!important}
body.index-user-page .osanime-sidebar .site-sidebar-account>div{min-width:0!important}
body.index-user-page .osanime-sidebar .site-sidebar-account strong,
body.index-user-page .osanime-sidebar .site-sidebar-account small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.index-user-page .osanime-sidebar .site-sidebar-account strong{color:#fff!important;font-size:10.5px!important}
body.index-user-page .osanime-sidebar .site-sidebar-account small{margin-top:3px!important;color:#8491a6!important;font-size:8.5px!important}
body.index-user-page .osanime-sidebar .site-sidebar-account>a{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:8px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-size:9px!important}

/* ---------- Responsive: medium laptop/tablet ---------- */
@media (max-width:1280px){
  body.index-php-page .topbar.osanime-header{gap:12px!important;padding-left:22px!important;padding-right:22px!important}
  body.index-php-page .topbar.osanime-header .site-nav>a,
  body.index-php-page .topbar.osanime-header .site-nav-dropdown>button{padding-left:8px!important;padding-right:8px!important;font-size:10px!important}
  body.index-php-page .topbar.osanime-header>.site-search{max-width:205px!important}
  body.index-user-page .topbar.osanime-header .user-info{max-width:82px!important}
}

@media (max-width:1180px) and (min-width:961px){
  body.index-php-page .topbar.osanime-header>.hamb{
    width:38px!important;height:38px!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;padding:0!important;border-radius:10px!important;font-size:15px!important
  }
  body.index-php-page .topbar.osanime-header .site-nav{display:none!important}
  body.index-php-page .topbar.osanime-header>.site-brand{margin-right:4px!important}
  body.index-php-page .topbar.osanime-header>.site-search{width:auto!important;max-width:310px!important;flex:1 1 230px!important}
}

/* ---------- Responsive: small tablet and phones ---------- */
@media (max-width:960px){
  body.index-php-page .topbar.osanime-header{
    height:var(--hdr-height-compact)!important;
    min-height:var(--hdr-height-compact)!important;
    justify-content:space-between!important;
    gap:8px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  body.index-php-page .topbar.osanime-header>.hamb{
    position:relative!important;z-index:30!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;padding:0!important;border-radius:10px!important;font-size:15px!important
  }
  body.index-php-page .topbar.osanime-header>.site-brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    z-index:20!important;
    margin:0!important;
    transform:translate(-50%,-50%)!important;
  }
  body.index-php-page .topbar.osanime-header>.site-brand .mark{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;font-size:18px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .logo-title{font-size:16px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .logo-sub{font-size:6.5px!important;letter-spacing:1.65px!important}
  body.index-php-page .topbar.osanime-header .site-nav,
  body.index-php-page .topbar.osanime-header>.site-auth-actions,
  body.index-user-page .topbar.osanime-header>.site-user-box{display:none!important;visibility:hidden!important;pointer-events:none!important}
  body.index-php-page .topbar.osanime-header>.site-mobile-actions{
    position:relative!important;
    z-index:30!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    margin-left:auto!important;
  }
  body.index-php-page .topbar.osanime-header .mobile-search{
    width:36px!important;height:36px!important;display:grid!important;place-items:center!important;flex:0 0 36px!important;padding:0!important;border-radius:10px!important;font-size:13px!important
  }
  body.index-user-page .topbar.osanime-header .mobile-user-avatar{
    position:relative!important;
    width:36px!important;
    height:36px!important;
    display:block!important;
    flex:0 0 36px!important;
    padding:0!important;
    overflow:visible!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:50%!important;
    background:#10192b!important;
    cursor:pointer!important;
  }
  body.index-php-page .topbar.osanime-header>.site-search{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    top:calc(100% + 8px)!important;
    z-index:1760!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    display:none!important;
    margin:0!important;
    border-radius:11px!important;
    background:#081226!important;
    box-shadow:0 16px 38px rgba(0,0,0,.46)!important;
  }
  body.index-php-page .topbar.osanime-header.search-open>.site-search{
    display:flex!important;
    animation:osanimeHeaderSearchIn .16s ease-out both!important;
  }
  body.index-user-page .topbar.osanime-header>.site-profile-dropdown{
    top:calc(100% + 8px)!important;
    right:10px!important;
    width:min(292px,calc(100vw - 20px))!important;
    max-height:calc(100vh - 92px)!important;
  }
}

@media (max-width:780px){
  body.index-php-page .topbar.osanime-header{
    height:var(--hdr-height-mobile)!important;
    min-height:var(--hdr-height-mobile)!important;
    padding-left:max(12px,env(safe-area-inset-left))!important;
    padding-right:max(12px,env(safe-area-inset-right))!important;
  }
  body.index-php-page .topbar.osanime-header>.hamb{width:36px!important;height:36px!important;flex-basis:36px!important}
  body.index-php-page .osanime-sidebar{width:min(310px,90vw)!important;padding-top:max(18px,env(safe-area-inset-top))!important}
  body.index-php-page .topbar.osanime-header>.site-search{left:10px!important;right:10px!important}
}

@media (max-width:520px){
  body.index-php-page .topbar.osanime-header>.site-brand{gap:7px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .mark{width:31px!important;height:31px!important;min-width:31px!important;font-size:16px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .logo-title{font-size:14.5px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .logo-sub{font-size:6px!important;letter-spacing:1.35px!important}
}

@media (max-width:420px){
  body.index-php-page .topbar.osanime-header{padding-left:10px!important;padding-right:10px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .mark{display:none!important}
  body.index-php-page .topbar.osanime-header>.site-brand{gap:0!important}
  body.index-php-page .topbar.osanime-header>.site-brand .logo-title{font-size:14px!important}
  body.index-php-page .topbar.osanime-header>.hamb,
  body.index-php-page .topbar.osanime-header .mobile-search,
  body.index-user-page .topbar.osanime-header .mobile-user-avatar{width:34px!important;height:34px!important;flex-basis:34px!important}
  body.index-php-page .topbar.osanime-header>.site-mobile-actions{gap:5px!important}
}

@media (max-width:340px){
  body.index-php-page .topbar.osanime-header>.site-brand .logo-title{font-size:13px!important}
  body.index-php-page .topbar.osanime-header>.site-brand .logo-sub{font-size:5.5px!important;letter-spacing:1.05px!important}
  body.index-php-page .topbar.osanime-header>.hamb,
  body.index-php-page .topbar.osanime-header .mobile-search,
  body.index-user-page .topbar.osanime-header .mobile-user-avatar{width:32px!important;height:32px!important;flex-basis:32px!important}
}

@media (max-height:560px){
  body.index-php-page .topbar.osanime-header .nav-dropdown-menu{max-height:calc(100vh - 96px)!important}
  body.index-user-page .topbar.osanime-header>.site-profile-dropdown{max-height:calc(100vh - 86px)!important}
}

@media (hover:none){
  body.index-php-page .site-brand:hover .mark,
  body.index-php-page .topbar.osanime-header>.site-auth-actions .btn:hover{transform:none!important}
}

@media (prefers-reduced-motion:reduce){
  body.index-php-page .topbar.osanime-header *,
  body.index-php-page .osanime-sidebar,
  body.index-php-page .osanime-sidebar-overlay{
    animation:none!important;
    transition:none!important;
  }
}

@keyframes osanimeHeaderMenuIn{
  from{opacity:0;transform:translateY(-5px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes osanimeHeaderSearchIn{
  from{opacity:0;transform:translateY(-5px)}
  to{opacity:1;transform:translateY(0)}
}



/* ==========================================================================
   OSANIME HOME — ANIME CATALOG PREVIEW
   Uses the same visibility-filtered anime dataset as /anime/anime.php.
   Scoped to index.php so it cannot affect the full anime directory.
   ========================================================================== */

body.index-php-page.index-home-optimized .index-anime-panel{
  margin-top:14px!important;
  padding:18px!important;
  overflow:hidden!important;
}

body.index-php-page.index-home-optimized .index-anime-panel-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:15px!important;
}

body.index-php-page.index-home-optimized .index-anime-heading{
  min-width:0!important;
}

body.index-php-page.index-home-optimized .index-anime-heading h2{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding-left:0!important;
  border-left:0!important;
}

body.index-php-page.index-home-optimized .index-anime-heading h2 i{
  width:27px!important;
  height:27px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 27px!important;
  border:1px solid rgba(255,79,147,.18)!important;
  border-radius:8px!important;
  background:rgba(255,79,147,.08)!important;
  color:#ff77aa!important;
  font-size:11px!important;
}

body.index-php-page.index-home-optimized .index-anime-heading small{
  display:block!important;
  margin-top:5px!important;
  color:#7f90a8!important;
  font-size:9px!important;
  line-height:1.4!important;
}

body.index-php-page.index-home-optimized .index-anime-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
}

body.index-php-page.index-home-optimized .index-anime-card{
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:12px!important;
  background:
    linear-gradient(180deg,rgba(18,30,51,.98),rgba(8,17,33,.98))!important;
  box-shadow:0 8px 22px rgba(0,0,0,.09)!important;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease!important;
}

body.index-php-page.index-home-optimized .index-anime-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(255,79,147,.24)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.16)!important;
}

body.index-php-page.index-home-optimized .index-anime-poster{
  position:relative!important;
  overflow:hidden!important;
  width:100%!important;
  aspect-ratio:2/3!important;
  background:#0a1221!important;
}

body.index-php-page.index-home-optimized .index-anime-poster::after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:42%!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,transparent,rgba(5,10,20,.82))!important;
}

body.index-php-page.index-home-optimized .index-anime-poster img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  transition:transform .28s ease!important;
}

body.index-php-page.index-home-optimized .index-anime-card:hover .index-anime-poster img{
  transform:scale(1.035)!important;
}

body.index-php-page.index-home-optimized .index-anime-type,
body.index-php-page.index-home-optimized .index-anime-score,
body.index-php-page.index-home-optimized .index-anime-visibility{
  position:absolute!important;
  z-index:2!important;
  min-height:23px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0 7px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:7px!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  font-size:8px!important;
  font-weight:850!important;
  line-height:1!important;
  white-space:nowrap!important;
}

body.index-php-page.index-home-optimized .index-anime-type{
  top:8px!important;
  left:8px!important;
  background:rgba(5,12,25,.78)!important;
  color:#eaf1fb!important;
}

body.index-php-page.index-home-optimized .index-anime-score{
  top:8px!important;
  right:8px!important;
  border-color:rgba(255,209,102,.20)!important;
  background:rgba(34,28,14,.78)!important;
  color:#ffd979!important;
}

body.index-php-page.index-home-optimized .index-anime-score i{
  font-size:7px!important;
}

body.index-php-page.index-home-optimized .index-anime-visibility{
  left:8px!important;
  bottom:8px!important;
  border-color:rgba(157,115,255,.22)!important;
  background:rgba(50,34,91,.78)!important;
  color:#d8c8ff!important;
}

body.index-php-page.index-home-optimized .index-anime-copy{
  padding:11px 11px 10px!important;
}

body.index-php-page.index-home-optimized .index-anime-copy h3{
  display:-webkit-box!important;
  min-height:31px!important;
  overflow:hidden!important;
  color:#f8fbff!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1.4!important;
  letter-spacing:-.01em!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}

body.index-php-page.index-home-optimized .index-anime-meta{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px 8px!important;
  margin-top:8px!important;
  color:#8393a9!important;
  font-size:8px!important;
  line-height:1.35!important;
}

body.index-php-page.index-home-optimized .index-anime-meta span{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
}

body.index-php-page.index-home-optimized .index-anime-meta i{
  color:#697d98!important;
  font-size:7px!important;
}

body.index-php-page.index-home-optimized .index-anime-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:7px!important;
  margin-top:9px!important;
  padding-top:8px!important;
  border-top:1px solid rgba(255,255,255,.055)!important;
  color:#8191a7!important;
  font-size:8px!important;
}

body.index-php-page.index-home-optimized .index-anime-bottom>span:last-child{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

body.index-php-page.index-home-optimized .index-anime-status{
  min-width:0!important;
  overflow:hidden!important;
  color:#a5b2c5!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.index-php-page.index-home-optimized .index-anime-panel + .panel.members{
  margin-top:14px!important;
}

/* Laptop / tablet */
@media(max-width:1180px) and (min-width:781px){
  body.index-php-page.index-home-optimized .index-anime-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  body.index-php-page.index-home-optimized .index-anime-copy h3{
    font-size:11.5px!important;
  }
}

/* Phones */
@media(max-width:780px){
  body.index-php-page.index-home-optimized .index-anime-panel{
    margin-top:10px!important;
    padding:13px 10px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-panel-head{
    align-items:center!important;
    margin-bottom:11px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-heading small{
    font-size:8px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-card{
    border-radius:10px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-type,
  body.index-php-page.index-home-optimized .index-anime-score,
  body.index-php-page.index-home-optimized .index-anime-visibility{
    min-height:20px!important;
    padding:0 6px!important;
    border-radius:6px!important;
    font-size:7px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-type,
  body.index-php-page.index-home-optimized .index-anime-visibility{
    left:6px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-type,
  body.index-php-page.index-home-optimized .index-anime-score{
    top:6px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-score{
    right:6px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-visibility{
    bottom:6px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-copy{
    padding:9px 8px 8px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-copy h3{
    min-height:29px!important;
    font-size:10px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-meta{
    gap:4px 7px!important;
    margin-top:6px!important;
    font-size:7.5px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-bottom{
    margin-top:7px!important;
    padding-top:7px!important;
    font-size:7.5px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-panel + .panel.members{
    margin-top:10px!important;
  }
}

/* Very small phones */
@media(max-width:380px){
  body.index-php-page.index-home-optimized .index-anime-grid{
    gap:7px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-copy{
    padding-left:7px!important;
    padding-right:7px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-copy h3{
    font-size:9.3px!important;
  }

  body.index-php-page.index-home-optimized .index-anime-heading small{
    display:none!important;
  }
}

/* ==========================================================================
   OSANIME MEMBER NOTIFICATION CENTER
   ========================================================================== */
body.index-user-page .topbar.osanime-header .notification-bell{
  position:relative!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;
  flex:0 0 40px!important;padding:0!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:50%!important;
  background:rgba(255,255,255,.035)!important;color:#e8eef8!important;cursor:pointer!important;font-size:15px!important;
  transition:.16s ease!important
}
body.index-user-page .topbar.osanime-header .notification-bell:hover,
body.index-user-page .topbar.osanime-header .notification-bell[aria-expanded="true"]{
  border-color:rgba(255,79,147,.35)!important;background:rgba(255,79,147,.08)!important;color:#ff84b3!important
}
body.index-user-page .topbar.osanime-header .notification-badge{
  position:absolute!important;top:-4px!important;right:-5px!important;min-width:17px!important;height:17px!important;
  display:none!important;align-items:center!important;justify-content:center!important;padding:0 4px!important;
  border:2px solid #071020!important;border-radius:999px!important;background:#ff4f93!important;color:#fff!important;
  font-size:8px!important;font-weight:950!important;line-height:1!important
}
body.index-user-page .topbar.osanime-header .notification-badge.show{display:flex!important}
body.index-user-page .topbar.osanime-header .mobile-notification-toggle{display:none!important}

body.index-user-page .notification-dropdown{
  position:fixed!important;z-index:2100!important;width:min(390px,calc(100vw - 20px))!important;
  max-height:min(620px,calc(100vh - 90px))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;
  border:1px solid rgba(255,255,255,.11)!important;border-radius:15px!important;
  background:linear-gradient(180deg,rgba(14,24,44,.998),rgba(7,14,28,.998))!important;
  box-shadow:0 28px 70px rgba(0,0,0,.58)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transform:translateY(7px) scale(.985)!important;transform-origin:top right!important;transition:.16s ease!important
}
body.index-user-page .notification-dropdown.show{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
body.index-user-page .notification-dropdown-head{
  min-height:66px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  padding:14px 15px!important;border-bottom:1px solid rgba(255,255,255,.075)!important;background:rgba(255,255,255,.018)!important
}
body.index-user-page .notification-dropdown-head b{display:block!important;color:#fff!important;font-size:13px!important;font-weight:900!important}
body.index-user-page .notification-dropdown-head small{display:block!important;margin-top:4px!important;color:#8290a5!important;font-size:9px!important}
body.index-user-page .notification-mark-all{
  min-height:30px!important;padding:0 10px!important;border:1px solid rgba(255,79,147,.17)!important;border-radius:8px!important;
  background:rgba(255,79,147,.07)!important;color:#ff88b5!important;font-size:8.5px!important;font-weight:850!important;cursor:pointer!important
}
body.index-user-page .notification-list{min-height:120px!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important}
body.index-user-page .notification-item{
  position:relative!important;width:100%!important;min-height:82px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 8px!important;
  gap:11px!important;align-items:start!important;padding:13px 14px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.055)!important;
  background:transparent!important;color:#eef3fb!important;text-align:left!important;font:inherit!important;cursor:pointer!important
}
body.index-user-page .notification-item:hover{background:rgba(255,255,255,.035)!important}
body.index-user-page .notification-item.is-unread{background:linear-gradient(90deg,rgba(255,79,147,.075),rgba(255,255,255,.015))!important}
body.index-user-page .notification-item-icon{
  width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.08)!important;
  border-radius:11px!important;background:#131f34!important;color:#aebbd0!important;font-size:13px!important
}
body.index-user-page .notification-type-welcome .notification-item-icon{background:rgba(58,132,193,.10)!important;color:#77c5ff!important}
body.index-user-page .notification-type-login .notification-item-icon{background:rgba(38,139,84,.11)!important;color:#62e399!important}
body.index-user-page .notification-type-system .notification-item-icon{background:rgba(113,73,185,.12)!important;color:#c6a6ff!important}
body.index-user-page .notification-type-dmca .notification-item-icon{background:rgba(187,50,84,.13)!important;color:#ff88aa!important}
body.index-user-page .notification-item-copy{min-width:0!important}
body.index-user-page .notification-item-top{display:flex!important;justify-content:space-between!important;gap:10px!important}
body.index-user-page .notification-item-top b{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#fff!important;font-size:10.5px!important;font-weight:900!important}
body.index-user-page .notification-item-top small{flex:0 0 auto!important;color:#738198!important;font-size:7.5px!important}
body.index-user-page .notification-message{
  display:-webkit-box!important;margin-top:6px!important;overflow:hidden!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
  color:#aeb9ca!important;font-size:9px!important;line-height:1.48!important
}
body.index-user-page .notification-kind{
  display:inline-flex!important;margin-top:7px!important;padding:3px 6px!important;border:1px solid rgba(255,255,255,.07)!important;
  border-radius:999px!important;background:rgba(255,255,255,.035)!important;color:#7e8da3!important;font-size:6.8px!important;font-weight:900!important
}
body.index-user-page .notification-unread-dot{align-self:center!important;width:7px!important;height:7px!important;border-radius:50%!important;background:transparent!important}
body.index-user-page .notification-item.is-unread .notification-unread-dot{background:#ff4f93!important;box-shadow:0 0 10px rgba(255,79,147,.55)!important}
body.index-user-page .notification-empty{
  min-height:170px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:7px!important;padding:25px!important;color:#718096!important;text-align:center!important
}
body.index-user-page .notification-empty i{font-size:22px!important}.notification-empty b{font-size:11px!important}
body.index-user-page .notification-empty small{max-width:240px!important;font-size:8.5px!important;line-height:1.5!important}
body.index-user-page .notification-dropdown-foot{
  min-height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:8px 12px!important;
  border-top:1px solid rgba(255,255,255,.065)!important;color:#66758c!important;font-size:7.5px!important
}

@media(max-width:960px){
  body.index-user-page .topbar.osanime-header>.desktop-notification-toggle{display:none!important}
  body.index-user-page .topbar.osanime-header .mobile-notification-toggle{
    width:36px!important;height:36px!important;display:grid!important;flex-basis:36px!important;border-radius:10px!important;font-size:13px!important
  }
  body.index-user-page .notification-dropdown{width:min(380px,calc(100vw - 20px))!important;max-height:calc(100vh - 86px)!important}
}
@media(max-width:420px){
  body.index-user-page .topbar.osanime-header .mobile-notification-toggle{width:34px!important;height:34px!important;flex-basis:34px!important}
  body.index-user-page .notification-dropdown{width:calc(100vw - 16px)!important;border-radius:13px!important}
  body.index-user-page .notification-item{grid-template-columns:36px minmax(0,1fr) 7px!important;gap:9px!important;padding:12px!important}
  body.index-user-page .notification-item-icon{width:34px!important;height:34px!important}
  body.index-user-page .notification-item-top small{display:none!important}
}



/* ==========================================================================
   OSANIME AUTH - FULLSCREEN DESKTOP / LARGE SCREEN
   Removes the outer page margin/padding/card frame while preserving the
   internal auth layout for Login, Register and Forgot Password.
   ========================================================================== */
@media (min-width: 781px) {
  html {
    width: 100%;
    min-height: 100%;
  }

  body.auth-screen-page {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #040814 !important;
    overflow-x: hidden !important;
  }

  body.auth-screen-page .auth-screen {
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}


/* ==========================================================================
   OSANIME NOTIFICATION DROPDOWN - RESPONSIVE FINAL
   Desktop / tablet / phone optimization.
   ========================================================================== */

body.index-user-page .notification-dropdown{
  --notification-available-height:calc(100dvh - 92px);
  width:clamp(360px,31vw,440px)!important;
  max-width:calc(100vw - 16px)!important;
  max-height:min(640px,var(--notification-available-height))!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border-radius:14px!important;
  isolation:isolate!important;
  contain:layout paint!important;
}

body.index-user-page .notification-dropdown-head,
body.index-user-page .notification-dropdown-foot{
  flex:0 0 auto!important;
}

body.index-user-page .notification-dropdown-head{
  min-height:68px!important;
  padding:14px 16px!important;
}

body.index-user-page .notification-dropdown-head b{
  font-size:14px!important;
  line-height:1.2!important;
}

body.index-user-page .notification-dropdown-head small{
  font-size:9.5px!important;
  line-height:1.35!important;
}

body.index-user-page .notification-mark-all{
  flex:0 0 auto!important;
  min-height:32px!important;
  max-width:160px!important;
  padding:0 11px!important;
  white-space:nowrap!important;
  font-size:9px!important;
  line-height:1.2!important;
  touch-action:manipulation!important;
}

body.index-user-page .notification-list{
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
}

body.index-user-page .notification-list::-webkit-scrollbar{
  width:6px!important;
}

body.index-user-page .notification-list::-webkit-scrollbar-track{
  background:transparent!important;
}

body.index-user-page .notification-list::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.13)!important;
  border-radius:99px!important;
}

body.index-user-page .notification-item{
  min-height:84px!important;
  grid-template-columns:42px minmax(0,1fr) 8px!important;
  gap:12px!important;
  padding:13px 15px!important;
}

body.index-user-page .notification-item-icon{
  width:40px!important;
  height:40px!important;
  border-radius:11px!important;
  font-size:14px!important;
}

body.index-user-page .notification-item-copy{
  width:100%!important;
  min-width:0!important;
}

body.index-user-page .notification-item-top{
  align-items:flex-start!important;
  gap:8px!important;
}

body.index-user-page .notification-item-top b{
  min-width:0!important;
  font-size:11px!important;
  line-height:1.35!important;
}

body.index-user-page .notification-item-top small{
  padding-top:1px!important;
  font-size:8px!important;
  line-height:1.3!important;
}

body.index-user-page .notification-message{
  margin-top:5px!important;
  font-size:9.5px!important;
  line-height:1.5!important;
}

body.index-user-page .notification-kind{
  margin-top:7px!important;
  padding:3px 7px!important;
  font-size:7px!important;
}

body.index-user-page .notification-dropdown-foot{
  min-height:38px!important;
  padding:8px 14px!important;
  text-align:center!important;
  line-height:1.35!important;
}

/* Medium desktop / tablet */
@media (max-width:1200px){
  body.index-user-page .notification-dropdown{
    width:min(420px,calc(100vw - 20px))!important;
  }
}

/* Tablet / compact browser window */
@media (max-width:960px){
  body.index-user-page .notification-dropdown{
    width:min(420px,calc(100vw - 16px))!important;
    max-height:min(620px,var(--notification-available-height))!important;
  }

  body.index-user-page .notification-dropdown-head{
    padding:13px 14px!important;
  }

  body.index-user-page .notification-item{
    min-height:80px!important;
    grid-template-columns:40px minmax(0,1fr) 8px!important;
    gap:10px!important;
    padding:12px 13px!important;
  }

  body.index-user-page .notification-item-icon{
    width:38px!important;
    height:38px!important;
  }
}

/* Phones: dropdown becomes a viewport-safe sheet below the header. */
@media (max-width:600px){
  body.index-user-page .notification-dropdown{
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:none!important;
    max-height:min(680px,var(--notification-available-height))!important;
    border-radius:13px!important;
    transform-origin:top center!important;
  }

  body.index-user-page .notification-dropdown-head{
    min-height:64px!important;
    gap:9px!important;
    padding:12px!important;
  }

  body.index-user-page .notification-dropdown-head b{
    font-size:13px!important;
  }

  body.index-user-page .notification-dropdown-head small{
    margin-top:3px!important;
    font-size:9px!important;
  }

  body.index-user-page .notification-mark-all{
    min-height:30px!important;
    max-width:145px!important;
    padding:0 9px!important;
    font-size:8.5px!important;
  }

  body.index-user-page .notification-item{
    min-height:76px!important;
    grid-template-columns:38px minmax(0,1fr) 7px!important;
    gap:9px!important;
    padding:11px 12px!important;
  }

  body.index-user-page .notification-item-icon{
    width:36px!important;
    height:36px!important;
    border-radius:10px!important;
    font-size:13px!important;
  }

  body.index-user-page .notification-item-top b{
    font-size:10.5px!important;
  }

  body.index-user-page .notification-item-top small{
    font-size:7.5px!important;
  }

  body.index-user-page .notification-message{
    margin-top:4px!important;
    font-size:9px!important;
  }

  body.index-user-page .notification-kind{
    margin-top:6px!important;
  }

  body.index-user-page .notification-dropdown-foot{
    min-height:34px!important;
    padding:7px 10px!important;
    font-size:7px!important;
  }
}

/* Small phones */
@media (max-width:420px){
  body.index-user-page .notification-dropdown{
    left:6px!important;
    right:6px!important;
    width:auto!important;
    border-radius:12px!important;
  }

  body.index-user-page .notification-dropdown-head{
    min-height:60px!important;
    padding:10px 11px!important;
  }

  body.index-user-page .notification-mark-all{
    max-width:132px!important;
    padding:0 8px!important;
    font-size:8px!important;
  }

  body.index-user-page .notification-item{
    min-height:72px!important;
    grid-template-columns:36px minmax(0,1fr) 7px!important;
    gap:8px!important;
    padding:10px!important;
  }

  body.index-user-page .notification-item-icon{
    width:34px!important;
    height:34px!important;
  }

  body.index-user-page .notification-item-top small{
    display:none!important;
  }

  body.index-user-page .notification-message{
    -webkit-line-clamp:2!important;
  }
}

/* Very narrow devices */
@media (max-width:350px){
  body.index-user-page .notification-dropdown-head{
    align-items:flex-start!important;
  }

  body.index-user-page .notification-mark-all{
    max-width:112px!important;
    white-space:normal!important;
    height:auto!important;
    min-height:30px!important;
    padding:5px 7px!important;
  }

  body.index-user-page .notification-item{
    grid-template-columns:34px minmax(0,1fr) 6px!important;
    gap:7px!important;
    padding:9px!important;
  }

  body.index-user-page .notification-item-icon{
    width:32px!important;
    height:32px!important;
  }
}


/* ==========================================================================
   OSANIME SETTINGS EMAIL VERIFICATION + READABILITY FINAL
   - Slightly larger, more readable typography.
   - Professional 6-digit verification panel.
   - Responsive on desktop, tablet and mobile.
   ========================================================================== */

body.settings-page.settings-php-page .settings-breadcrumb{
  font-size:11px!important;
}

body.settings-page.settings-php-page .settings-kicker{
  font-size:9px!important;
}

body.settings-page.settings-php-page .settings-head p{
  font-size:12px!important;
}

body.settings-page.settings-php-page .settings-view-profile{
  font-size:10.5px!important;
}

body.settings-page.settings-php-page .settings-tab-copy b{
  font-size:11px!important;
}

body.settings-page.settings-php-page .settings-tab-copy small{
  font-size:8.5px!important;
}

body.settings-page.settings-php-page .settings-section-kicker{
  font-size:8px!important;
}

body.settings-page.settings-php-page .settings-panel-intro h2{
  font-size:14px!important;
}

body.settings-page.settings-php-page .settings-panel-intro p{
  font-size:10px!important;
  line-height:1.55!important;
}

body.settings-page.settings-php-page .settings-label{
  font-size:10.5px!important;
}

body.settings-page.settings-php-page .settings-label-row small{
  font-size:8.5px!important;
}

body.settings-page.settings-php-page .settings-input,
body.settings-page.settings-php-page .settings-select,
body.settings-page.settings-php-page .settings-textarea,
body.settings-page.settings-php-page .settings-verified-field input,
body.settings-page.settings-php-page .settings-password-field input{
  font-size:11.5px!important;
}

body.settings-page.settings-php-page .settings-field-help{
  font-size:8.5px!important;
  line-height:1.5!important;
}

body.settings-page.settings-php-page .settings-panel-note b{
  font-size:10.5px!important;
}

body.settings-page.settings-php-page .settings-panel-note span{
  font-size:9px!important;
}

body.settings-page.settings-php-page .settings-account-summary b{
  font-size:12px!important;
}

body.settings-page.settings-php-page .settings-account-summary span{
  font-size:9.5px!important;
}

body.settings-page.settings-php-page .settings-account-summary small,
body.settings-page.settings-php-page .settings-account-verified{
  font-size:8.5px!important;
}

body.settings-page.settings-php-page .settings-security-head h3{
  font-size:12px!important;
}

body.settings-page.settings-php-page .settings-security-head p{
  font-size:9px!important;
  line-height:1.55!important;
}

body.settings-page.settings-php-page .settings-cooldown{
  font-size:8.5px!important;
}

body.settings-page.settings-php-page .settings-current-value>span,
body.settings-page.settings-php-page .settings-current-value>em{
  font-size:8.5px!important;
}

body.settings-page.settings-php-page .settings-current-value>b{
  font-size:10.5px!important;
}

body.settings-page.settings-php-page .settings-security-actions>span{
  font-size:8.5px!important;
  line-height:1.55!important;
}

body.settings-page.settings-php-page .settings-security-btn{
  min-height:39px!important;
  font-size:10px!important;
}

/* Verification panel */
body.settings-page.settings-php-page .settings-verification-box{
  position:relative;
  scroll-margin-top:100px;
  margin:0 0 15px!important;
  padding:16px!important;
  overflow:hidden;
  border:1px solid rgba(104,190,255,.26)!important;
  border-radius:13px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(98,185,255,.13),transparent 36%),
    linear-gradient(180deg,rgba(17,38,67,.94),rgba(9,26,48,.96))!important;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}

body.settings-page.settings-php-page .settings-verification-box::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,#63b9ff,#8d63ff);
}

body.settings-page.settings-php-page .settings-verification-box>div:first-child{
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
}

body.settings-page.settings-php-page .settings-verification-icon{
  width:42px!important;
  height:42px!important;
  border-radius:11px!important;
  color:#8fd2ff!important;
  background:rgba(99,185,255,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(126,205,255,.10);
  font-size:15px!important;
}

body.settings-page.settings-php-page .settings-verification-box b{
  margin-bottom:4px!important;
  font-size:12px!important;
  line-height:1.35!important;
}

body.settings-page.settings-php-page .settings-verification-box p{
  font-size:9.5px!important;
  line-height:1.6!important;
}

body.settings-page.settings-php-page .settings-verification-form{
  display:grid!important;
  grid-template-columns:minmax(190px,240px) minmax(138px,max-content)!important;
  align-items:stretch!important;
  gap:10px!important;
  margin-top:14px!important;
}

body.settings-page.settings-php-page .settings-code-input{
  width:100%!important;
  height:44px!important;
  padding:0 14px!important;
  border:1px solid rgba(126,205,255,.25)!important;
  border-radius:10px!important;
  background:#071326!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:900!important;
  letter-spacing:7px!important;
  text-align:center!important;
  caret-color:#ff69a8;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}

body.settings-page.settings-php-page .settings-code-input:focus{
  border-color:rgba(99,185,255,.72)!important;
  background:#0a1930!important;
  box-shadow:0 0 0 4px rgba(99,185,255,.09)!important;
}

body.settings-page.settings-php-page .settings-verification-form .settings-security-btn{
  min-width:138px!important;
  min-height:44px!important;
  padding:0 16px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#ff5f9f,#e9367d)!important;
  box-shadow:0 9px 20px rgba(255,79,147,.17)!important;
  font-size:10.5px!important;
}

body.settings-page.settings-php-page .settings-verification-form .settings-security-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.06);
}

body.settings-page.settings-php-page .settings-verification-form .settings-security-btn:active{
  transform:translateY(0);
}

@media(max-width:780px){
  body.settings-page.settings-php-page .settings-breadcrumb{
    font-size:10px!important;
  }

  body.settings-page.settings-php-page .settings-kicker{
    font-size:8px!important;
  }

  body.settings-page.settings-php-page .settings-head p{
    max-width:310px!important;
    font-size:10px!important;
  }

  body.settings-page.settings-php-page .settings-tab-copy b{
    font-size:10px!important;
  }

  body.settings-page.settings-php-page .settings-panel-intro h2{
    font-size:12.5px!important;
  }

  body.settings-page.settings-php-page .settings-panel-intro p{
    font-size:9px!important;
  }

  body.settings-page.settings-php-page .settings-label{
    font-size:10px!important;
  }

  body.settings-page.settings-php-page .settings-input,
  body.settings-page.settings-php-page .settings-select,
  body.settings-page.settings-php-page .settings-textarea,
  body.settings-page.settings-php-page .settings-verified-field input,
  body.settings-page.settings-php-page .settings-password-field input{
    font-size:11px!important;
  }

  body.settings-page.settings-php-page .settings-security-head{
    grid-template-columns:38px minmax(0,1fr)!important;
  }

  body.settings-page.settings-php-page .settings-security-head .settings-cooldown{
    grid-column:1/-1;
    justify-self:start;
    margin-top:2px;
  }

  body.settings-page.settings-php-page .settings-security-head h3{
    font-size:11px!important;
  }

  body.settings-page.settings-php-page .settings-security-head p{
    font-size:8.5px!important;
  }

  body.settings-page.settings-php-page .settings-verification-box{
    padding:14px!important;
  }

  body.settings-page.settings-php-page .settings-verification-form{
    grid-template-columns:1fr!important;
  }

  body.settings-page.settings-php-page .settings-code-input{
    height:46px!important;
    font-size:18px!important;
    letter-spacing:8px!important;
  }

  body.settings-page.settings-php-page .settings-verification-form .settings-security-btn{
    width:100%!important;
    min-height:43px!important;
  }

  body.settings-page.settings-php-page .settings-security-actions{
    align-items:stretch!important;
    flex-direction:column!important;
  }

  body.settings-page.settings-php-page .settings-security-actions>span{
    max-width:none!important;
    font-size:8.5px!important;
  }

  body.settings-page.settings-php-page .settings-security-actions .settings-security-btn{
    width:100%!important;
  }
}

@media(max-width:430px){
  body.settings-page.settings-php-page .settings-verification-box>div:first-child{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px!important;
  }

  body.settings-page.settings-php-page .settings-verification-icon{
    width:36px!important;
    height:36px!important;
    font-size:13px!important;
  }

  body.settings-page.settings-php-page .settings-verification-box b{
    font-size:11px!important;
  }

  body.settings-page.settings-php-page .settings-verification-box p{
    font-size:9px!important;
  }
}
