
/* ThutaSone Reader Pro v40 Final Premium Polish */
:root{
  --ts-v40-bg:#050713;
  --ts-v40-panel:rgba(15,23,42,.74);
  --ts-v40-blue:#38bdf8;
  --ts-v40-purple:#8b5cf6;
  --ts-v40-gold:#fbbf24;
}
body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.home .tsv3-home{
  background:
    radial-gradient(circle at 18% 0,rgba(56,189,248,.12),transparent 32%),
    radial-gradient(circle at 85% 8%,rgba(139,92,246,.14),transparent 32%),
    linear-gradient(180deg,#050713,#080b16 58%,#050713)!important;
}
body.home .tsv3-card,
body.home .tsv3-cat,
body.home .tsv3-premium-panel{
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
body.home .tsv3-card:hover,
body.home .tsv3-cat:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 60px rgba(0,0,0,.32),0 0 30px rgba(56,189,248,.08)!important;
}
body.single-library_item .th-user-audio-page,
body.single-library_item .ts36-player-page{
  min-height:100vh;
}
body.single-library_item .th-user-cover,
body.single-library_item .ts36-cover{
  background:#111827;
}
@media(max-width:560px){
  body.home .tsv3-section{margin-bottom:30px!important}
}
