:root{
      --bg:#f4f8fc;
      --card:#ffffff;
      --text:#102033;
      --muted:#64748b;
      --line:#d9e6ef;
      --primary:#0ea5e9;
      --primary2:#06b6d4;
      --accent:#8b5cf6;
      --teal:#14b8a6;
      --soft:#eef9ff;
      --soft2:#f6f3ff;
      --dark:#0b1c2f;
      --radius:24px;
      --radius-sm:18px;
      --shadow:0 16px 40px rgba(15,23,42,.08);
      --shadow-lg:0 24px 60px rgba(15,23,42,.14);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth;overflow-x:hidden}
    body{
      margin:0;
      font-family:"Vazirmatn",sans-serif;
      background:
        radial-gradient(circle at top right, rgba(14,165,233,.12), transparent 30%),
        radial-gradient(circle at top left, rgba(139,92,246,.12), transparent 28%),
        linear-gradient(180deg,#f8fbff 0%, #f3f8fb 100%);
      color:var(--text);
      padding-bottom:10px;
      transition:padding-bottom .25s ease;
    }

    body.player-visible{
      padding-bottom:calc(var(--player-offset, 112px) + 16px);
    }

    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    button,input,textarea{font-family:inherit}
    .container{width:min(1280px, calc(100% - 28px));margin:auto}

    .header{
      position:sticky;top:0;z-index:100;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(217,230,239,.8);
    }

    .header-inner{
      min-height:88px;
      display:grid;
      grid-template-columns:220px 1fr auto;
      gap:20px;
      align-items:center;
    }

    .brand{
      display:flex;align-items:center;gap:12px;
      font-size:20px;font-weight:900;color:#0f4c81;cursor:pointer;
      white-space:nowrap;
    }

    .brand-icon{
      width:50px;height:50px;border-radius:0;
      background:transparent !important;
      display:flex;align-items:center;justify-content:center;
      color:#fff;box-shadow:0 12px 30px rgba(59,130,246,.24),0 8px 22px rgba(124,58,237,.16);
      flex:0 0 50px;overflow:visible;
      line-height:0;
    }

    .brand-icon svg{width:26px;height:26px;fill:currentColor}
    .brand-icon img{width:100%;height:100%;object-fit:contain;border-radius:0;display:block;background:transparent !important;}

    .nav{
      display:flex;justify-content:flex-end;align-items:center;
      gap:26px;flex-wrap:wrap;
    }

    /* wp_nav_menu خروجی li دارد؛ بولت‌ها حذف شوند */
    .nav li{list-style:none;margin:0;padding:0;display:flex}

    .nav a{
      font-size:14px;font-weight:800;color:#334155;position:relative;
      transition:.2s;cursor:pointer;padding:8px 0;
    }
    .nav a:hover,.nav a.active{color:var(--primary)}
    .nav a.active::after,
    .nav a:hover::after{
      content:"";position:absolute;right:0;left:0;bottom:-2px;height:3px;
      border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent));
    }

    .menu-toggle{
      display:none;
      width:50px;height:50px;border:0;border-radius:16px;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;cursor:pointer;
      align-items:center;justify-content:center;
      box-shadow:none;
    }
    .menu-toggle svg{width:24px;height:24px;fill:currentColor}

    .search-section{padding:28px 0 18px}
    .search-box{
      max-width:860px;height:76px;margin:auto;
      background:#fff;border:1px solid var(--line);border-radius:999px;
      display:grid;grid-template-columns:1fr 60px;align-items:center;
      padding:8px 10px 8px 8px;box-shadow:var(--shadow);
      gap:10px;
    }

    .search-box input{
      border:0;outline:0;background:transparent;
      font-size:16px;color:#223548;padding:0 18px;
    }

    .search-box button{
      width:58px;height:58px;border:0;border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
      box-shadow:0 10px 24px rgba(14,165,233,.25);
      transition:.2s;
    }
    .search-box button:hover{transform:scale(1.03)}
    .search-box button svg{width:22px;height:22px;fill:currentColor}

    .mobile-nav-search{display:none;}

    .main-layout{
      display:grid;grid-template-columns:300px minmax(0,1fr);
      gap:24px;align-items:start;margin-top:10px;
    }

    .sidebar{
      display:flex;flex-direction:column;gap:18px;
      position:sticky;top:106px;
    }

    body:not(.home) .main-layout{
      grid-template-columns:minmax(0,1fr);
    }

    body:not(.home) .sidebar{
      display:none !important;
    }


    .widget,.page-box,.download-card,.lyric-box,.comment-box,.footer-main,.song-row,.keywords-box{
      background:#fff;border:1px solid rgba(217,230,239,.9);
      border-radius:var(--radius);box-shadow:var(--shadow);
    }

    .widget{padding:22px}
    .best-week-widget{
      background:transparent !important;
      border:0 !important;
      box-shadow:none !important;
      padding:0 !important;
    }
    .best-week-widget h3{margin-bottom:14px}
    .widget h3,.section-title{
      margin:0 0 16px;font-size:17px;font-weight:900;color:var(--text)
    }

    .category-list,.artist-list,.best-list{display:flex;flex-direction:column;gap:12px}
    .best-week-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .best-week-grid .music-card{margin:0}
    .best-week-grid-home{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .best-week-grid .cover,
    .best-week-grid-home .cover{
      aspect-ratio:1/1;
      border-radius:18px;
    }
    .best-week-grid .cover-content,
    .best-week-grid-home .cover-content{
      padding:12px;
    }
    .best-week-grid .cover-title,
    .best-week-grid-home .cover-title{
      font-size:14px;
      line-height:1.4;
    }
    .best-week-grid .cover-artist,
    .best-week-grid-home .cover-artist{
      font-size:11px;
    }
    .category-list a,.artist-list a,.best-list a{
      display:flex;align-items:center;justify-content:space-between;
      padding:12px 14px;border-radius:16px;background:#f9fcff;
      border:1px solid #e8f1f7;color:#334155;font-weight:800;transition:.2s;
      gap:10px;
    }
    .category-list a:hover,.artist-list a:hover,.best-list a:hover{
      background:var(--soft);color:#0284c7;transform:translateY(-1px);
    }

    .artist-list.scrollable{
      max-height:1120px;
      overflow-y:auto;
      padding-left:4px;
    }

    .artist-list.scrollable::-webkit-scrollbar{
      width:8px;
    }
    .artist-list.scrollable::-webkit-scrollbar-thumb{
      background:#cfe7f5;
      border-radius:999px;
    }

    .badge{
      min-width:38px;height:28px;border-radius:999px;
      background:#e4f7ff;color:#0284c7;display:flex;align-items:center;justify-content:center;
      font-size:12px;font-weight:900;padding:0 8px;
    }

    .category-name{
      flex:1 1 auto;
      min-width:0;
    }

    .view{display:none}
    .view.active{display:block}

    .section{
      margin-bottom:28px;
    }

    .section.transparent{
      background:transparent !important;
      border:0 !important;
      box-shadow:none !important;
      padding:0 !important;
    }

    .section-head{
      display:flex;align-items:center;justify-content:space-between;
      gap:12px;margin-bottom:16px;
    }

    .section-title{margin:0}
    .section-subtitle{
      margin:10px 0 0;color:var(--muted);font-size:14px;line-height:2
    }

    .grid-4{
      display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
    }

    .music-card{
      background:transparent;
      border:0;
      border-radius:24px;
      overflow:hidden;
      transition:.25s;
      position:relative;
    }

    .music-card:hover{transform:translateY(-4px)}
    .cover-link{display:block}
    .cover{
      aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:24px;
      background:linear-gradient(135deg,#0ea5e9,#14b8a6,#8b5cf6);
      box-shadow:var(--shadow);
    }

    .cover-img{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
      display:block;
    }

    .cover::before{
      content:"";position:absolute;width:170px;height:170px;border-radius:50%;
      background:rgba(255,255,255,.15);right:-55px;top:-55px;
    }

    .cover::after{
      content:"";position:absolute;width:100px;height:100px;border-radius:30px;
      border:2px solid rgba(255,255,255,.22);left:18px;top:18px;transform:rotate(-18deg);
    }

    .cover-overlay{
      position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.55));
      z-index:1;
      transition:.25s;
    }

    .cover-content{
      position:absolute;inset:0;z-index:2;
      display:flex;flex-direction:column;justify-content:flex-end;
      padding:18px;color:#fff;
      transition:.25s;
    }

    .cover-title{margin-top:5px;font-size:17px;font-weight:900;line-height:1.5}
    .cover-artist{margin-top:4px;font-size:13px;font-weight:700;opacity:.95}

    .featured-card .cover-overlay,
    .album-hover-card .cover-overlay{
      background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.62));
      opacity:0;
    }

    .featured-card .cover-content,
    .album-hover-card .cover-content{
      opacity:0;
      transform:translateY(18px);
    }

    .featured-card:hover .cover-overlay,
    .album-hover-card:hover .cover-overlay{
      opacity:1;
    }

    .featured-card:hover .cover-content,
    .album-hover-card:hover .cover-content{
      opacity:1;
      transform:translateY(0);
    }

    .plain-cover .cover-overlay,
    .plain-cover .cover-content{
      display:none;
    }

    .plain-cover::before,
    .plain-cover::after{
      display:none !important;
    }

    .plain-cover{
      background:transparent !important;
      box-shadow:none !important;
    }

    .plain-cover .cover-img{
      image-rendering:auto;
      filter:none !important;
      backface-visibility:hidden;
      transform:translateZ(0);
      opacity:1 !important;
    }

    .cover-fallback{
      position:absolute;
      inset:0;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:10px;
      text-align:center;
      padding:18px;
      color:#fff;
      background:linear-gradient(135deg, rgba(14,165,233,.95), rgba(20,184,166,.92), rgba(139,92,246,.94));
    }
    .cover-fallback-icon{
      width:72px;height:72px;border-radius:24px;
      display:flex;align-items:center;justify-content:center;
      background:rgba(255,255,255,.15);
      font-size:34px;font-weight:900;
      box-shadow:0 12px 30px rgba(0,0,0,.08);
    }
    .cover-fallback-title{
      font-size:18px;
      line-height:1.5;
      font-weight:900;
      max-width:90%;
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:3;
      overflow:hidden;
    }
    .cover-fallback-artist{
      font-size:13px;
      font-weight:700;
      opacity:.95;
      line-height:1.4;
    }

    .download-cover .cover{background:#fff !important;position:relative}
    .download-cover .cover:hover{transform:none !important;}
    .download-cover .cover-img{object-fit:cover;width:100%;height:100%;}
    .card-body{
      display:none;
    }

    .song-list{display:flex;flex-direction:column;gap:16px}

    .song-row{
      padding:16px;
      display:grid;
      grid-template-columns:150px minmax(0,1fr) 290px;
      gap:18px;align-items:center;
    }

    .song-row .cover{border-radius:22px}

    .song-info{
      min-width:0;
      transition:.25s;
    }

    .song-info h3{
      margin:0 0 8px;font-size:20px;font-weight:900;line-height:1.45;
    }

    .song-info h3 a:hover{color:var(--primary)}
    .song-info p{
      margin:0 0 10px;color:#52677c;line-height:2;font-size:14px
    }

    /* خلاصه/معرفی کوتاه در لیست‌ها با سه‌نقطه */
    .b2a-excerpt{
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:3;
      overflow:hidden;
    }

    .artist-link{
      display:inline-block;color:#0284c7;font-weight:800;
      font-size:14px;margin-bottom:8px;
    }
    .artist-link:hover{color:var(--accent)}

    .song-tags{display:flex;flex-wrap:wrap;gap:8px}
    .tag,
    .keyword-chip{
      min-height:32px;padding:6px 12px;border-radius:999px;
      background:#eafaff;color:#0284c7;font-size:13px;font-weight:800;
      display:inline-flex;align-items:center;justify-content:center;
    }
    .keyword-chip{border:0;text-decoration:none;transition:none;cursor:default}
    .keyword-chip:hover{transform:none;filter:none;color:#0369a1}

    .song-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }

    .play-btn,.download-btn,.readmore-btn{
      border:0;cursor:pointer;font-weight:800;transition:.25s ease;
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-width:140px;height:48px;padding:0 18px;border-radius:999px;
      font-size:13px;line-height:1.2;
      position:relative;
      overflow:hidden;
    }

    .play-btn{
      background:#f3faff;
      color:#0369a1;
      box-shadow:none;
    }

    .readmore-btn{
      background:#eff8ff;
      color:#0369a1;
      box-shadow:none;
    }

    .download-btn{
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;
      box-shadow:none;
    }

    .play-btn::before,.download-btn::before,.readmore-btn::before,.solid-btn::before,.soft-btn::before,.more-btn::before,.mini-btn::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(120deg,transparent 15%,rgba(255,255,255,.18) 50%,transparent 85%);
      transform:translateX(-120%);
      transition:transform .55s ease;
      pointer-events:none;
    }

    .play-btn:hover::before,.download-btn:hover::before,.readmore-btn:hover::before,.solid-btn:hover::before,.soft-btn:hover::before,.more-btn:hover::before,.mini-btn:hover::before{
      transform:translateX(120%);
    }

    .play-btn:hover,.download-btn:hover,.readmore-btn:hover{transform:translateY(-3px);filter:brightness(1.03)}

    .pagination{
      display:flex;align-items:center;justify-content:center;gap:8px;
      flex-wrap:wrap;margin-top:22px;
    }

    .pagination a,
    .pagination button,
    .pagination span{
      min-width:44px;height:44px;border-radius:14px;border:1px solid var(--line);
      background:#fff;color:#334155;font-weight:900;padding:0 12px;
      display:inline-flex;align-items:center;justify-content:center;
    }

    .pagination a{
      text-decoration:none;
      cursor:pointer;
    }

    .pagination button{
      cursor:pointer;
      font:inherit;
    }

    .pagination a.current,
    .pagination span.active{
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;border-color:transparent;
    }

    .pagination .dots{
      background:transparent;
      border-color:transparent;
      min-width:auto;
      padding:0 4px;
    }

    .more-wrap{
      display:flex;justify-content:flex-start;margin-top:20px;
    }
    .more-btn{
      height:48px;padding:0 22px;border:0;border-radius:999px;cursor:pointer;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;font-weight:800;font-size:13px;box-shadow:none;
      position:relative;overflow:hidden;transition:.25s ease;
    }
    .more-btn:hover{transform:translateY(-3px) scale(1.01);filter:brightness(1.03)}

    .page-box{padding:24px}
    .page-box h1{
      margin:0 0 10px;font-size:24px;font-weight:900;line-height:1.5;
    }
    .page-box p{color:#52677c;line-height:2;margin:0}

    .download-layout{
      display:grid;grid-template-columns:300px 1fr;gap:22px;margin-top:22px;
      min-width:0;
    }

    .download-cover{
      border-radius:26px;overflow:hidden;box-shadow:var(--shadow);
      aspect-ratio:1/1;min-height:unset;
      display:block;
      background:transparent;
      min-width:0;
    }
    .download-cover .cover{width:100%;height:100%;aspect-ratio:1/1;transform:none !important;background:transparent !important;}
    .download-cover .cover:hover{transform:none !important;}
    .download-card{padding:24px;min-width:0}
    .download-card h2{margin:0 0 8px;font-size:22px;font-weight:900}
    .download-card .artist-link{font-size:17px;margin-bottom:12px}
    .download-actions{
      display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;
    }

    .solid-btn,.soft-btn{
      min-height:54px;padding:12px 22px;border:0;border-radius:999px;
      font-weight:800;cursor:pointer;font-size:14px;line-height:1.6;
      display:inline-flex;align-items:center;justify-content:center;
      opacity:1;
      position:relative;
      overflow:hidden;
      transition:.25s ease;
    }
    .solid-btn{
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;
      box-shadow:none;
    }
    .soft-btn{
      background:#f3faff;
      color:#0369a1;
      box-shadow:none;
    }

    .solid-btn:hover,.soft-btn:hover,.mini-btn:hover{transform:translateY(-3px) scale(1.01)}
    .solid-btn:active,.soft-btn:active,.mini-btn:active{transform:translateY(0) scale(1)}
    .solid-btn:hover{filter:brightness(1.03);box-shadow:0 18px 36px rgba(14,165,233,.28)}
    .soft-btn:hover{filter:brightness(1.03);box-shadow:0 16px 32px rgba(14,165,233,.22)}
    .mini-btn:hover{filter:brightness(1.03)}
    .solid-btn:focus-visible,.soft-btn:focus-visible,.mini-btn:focus-visible{
      outline:3px solid rgba(14,165,233,.35);outline-offset:3px;
    }

    .lyric-box,.comment-box,.keywords-box,.suggest-box{padding:24px;margin-top:20px;min-width:0}
    .lyric-box h3,.comment-box h3,.keywords-box h3,.suggest-box h3{
      margin:0 0 12px;font-size:20px;font-weight:900;
    }
    .lyric-box p{white-space:pre-line;color:#52677c;line-height:2.2}

    .keywords-list{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }

    .keyword-chip{
      padding:8px 14px;
      border-radius:999px;
      background:#f3fbff;
      border:1px solid #d9eef9;
      color:#0369a1;
      font-size:13px;
      font-weight:800;
    }

    .comment-form{
      display:grid;gap:12px;margin-top:14px;
    }

    .comment-form input,.comment-form textarea{
      width:100%;border:1px solid var(--line);background:#fbfdff;
      border-radius:18px;outline:0;padding:14px 16px;font-size:14px;
    }
    .comment-form textarea{min-height:120px;resize:vertical}

    .track-list{
      display:flex;flex-direction:column;gap:12px;margin-top:18px;
      min-width:0;
    }

    .track-item{
      display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;
      padding:14px;border:1px solid var(--line);border-radius:18px;background:#fbfdff;
      min-width:0;
    }

    .track-num{
      width:56px;height:56px;border-radius:18px;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;display:flex;align-items:center;justify-content:center;
      font-weight:900;font-size:16px;
    }

    .track-item h4{
      margin:0 0 4px;font-size:16px;font-weight:900;
      overflow-wrap:anywhere;word-break:break-word;
    }
    .track-item p{
      margin:0;color:var(--muted);font-size:13px;line-height:1.8;
      overflow-wrap:anywhere;word-break:break-word;
    }
    .track-actions{
      display:flex;gap:8px;flex-wrap:wrap;min-width:0;
    }

    .mini-btn{
      min-width:98px;height:42px;border:0;border-radius:999px;cursor:pointer;
      font-weight:800;font-size:13px;padding:0 14px;
    }
    .mini-btn.play{background:#f3faff;color:#0369a1;box-shadow:none}
    .mini-btn.down{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;box-shadow:none}

    .footer{margin-top:26px;padding-top:6px}
    .footer-main{
      padding:28px;
      background:
        linear-gradient(135deg, rgba(14,165,233,.06), rgba(139,92,246,.06)),
        #fff;
    }
    .footer-grid{
      display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:22px;
    }

    .footer-main h3{
      margin:0 0 12px;font-size:17px;font-weight:900;
    }
    .footer-main p,.footer-main a{
      color:#64748b;line-height:2;font-size:14px;
    }
    .footer-main a:hover{color:var(--primary)}

    .footer-bottom{
      margin-top:18px;padding-top:18px;border-top:1px solid #e9f0f6;
      display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
      font-size:13px;color:#7b8da2;
    }

    .copyright-inline{
      display:flex;align-items:center;gap:6px;flex-wrap:wrap;
    }

    .designer-inline{
      display:flex;align-items:center;gap:6px;flex-wrap:wrap;
    }

    .designer-inline a{
      font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .designer-inline a strong{
      font-weight:900;
      font-size:15px;
    }

    .player{
      position:fixed;left:0;right:0;bottom:0;z-index:120;
      background:rgba(9,21,36,.94);
      backdrop-filter:blur(16px);
      border-top:1px solid rgba(255,255,255,.08);
      box-shadow:none;
      transform:translateY(110%);
      opacity:0;
      pointer-events:none;
      visibility:hidden;
      transition:transform .3s ease, opacity .3s ease, visibility .3s ease;
    }
    .player.is-visible{
      transform:translateY(0);
      opacity:1;
      pointer-events:auto;
      visibility:visible;
    }

    .player-inner{
      width:min(1280px, calc(100% - 28px));
      min-height:106px;margin:auto;
      display:grid;grid-template-columns:280px 1fr 240px;gap:16px;align-items:center;
      padding:12px 0;
    }

    .now{
      display:flex;align-items:center;gap:12px;min-width:0;
    }
    .now-cover{
      width:60px;height:60px;border-radius:18px;
      background:linear-gradient(135deg,var(--primary),var(--teal),var(--accent));
      box-shadow:0 12px 28px rgba(14,165,233,.2);
      flex:0 0 auto;
    }
    .now h4{
      margin:0 0 4px;font-size:16px;font-weight:900;color:#fff;
      white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }
    .now p{
      margin:0;color:#cbd5e1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }

    .player-center{
      display:flex;flex-direction:column;gap:10px;
    }

    .player-controls{
      display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;
    }

    .player-controls button{
      border:0;cursor:pointer;background:rgba(255,255,255,.08);
      color:#fff;width:46px;height:46px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      transition:.2s;
      box-shadow:none;
    }
    .player-controls button:hover{background:rgba(255,255,255,.14)}
    .player-controls button.main{
      width:60px;height:60px;border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:none;
    }
    .player-controls svg{width:20px;height:20px;fill:currentColor}

    .player-progress-wrap{
      display:grid;
      grid-template-columns:56px 1fr 56px;
      gap:10px;
      align-items:center;
      color:#d8e3ef;
      font-size:12px;
    }

    .progress{
      width:100%;height:8px;border-radius:999px;
      background:rgba(255,255,255,.12);overflow:hidden;position:relative;
      cursor:pointer;
    }
    .progress-bar{
      width:0%;height:100%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      border-radius:999px;
    }

    .player-side{
      display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#d8e3ef;font-size:13px;flex-wrap:wrap;
    }

    .volume-wrap{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:200px;
    }

    .volume-wrap span{
      font-size:13px;
      color:#d8e3ef;
      font-weight:700;
      min-width:28px;
    }

    .volume-slider{
      --volume-percent:80%;
      -webkit-appearance:none;
      appearance:none;
      width:160px;
      height:6px;
      border-radius:999px;
      background:linear-gradient(to left,var(--primary) 0%,var(--accent) var(--volume-percent),rgba(255,255,255,.18) var(--volume-percent),rgba(255,255,255,.18) 100%);
      outline:0;
      cursor:pointer;
    }

    .volume-slider::-webkit-slider-thumb{
      -webkit-appearance:none;
      appearance:none;
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      border:2px solid var(--primary);
      box-shadow:0 0 0 3px rgba(255,255,255,.12);
    }

    .volume-slider::-moz-range-thumb{
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      border:2px solid var(--primary);
      box-shadow:0 0 0 3px rgba(255,255,255,.12);
    }

    .volume-slider::-moz-range-track{
      height:6px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
    }

    audio{display:none}

    @media(max-width:1100px){
      body.home .main-layout{grid-template-columns:1fr}
      body.home .sidebar{display:none !important}
      body.home .mobile-best-week{display:block !important}
      .grid-4{grid-template-columns:repeat(2,1fr)}
      .download-layout{grid-template-columns:1fr}
      .download-cover{max-width:420px;margin:0 auto;}
      .footer-grid{grid-template-columns:1fr 1fr}
      .player-inner{grid-template-columns:1fr;gap:10px;padding:12px 0}
      .player-side{justify-content:center}
      .song-row{grid-template-columns:130px 1fr 1fr}
    }

    @media(max-width:900px){
      .song-row{
        grid-template-columns:130px 1fr;
      }
      .song-actions{
        grid-column:1/-1;justify-content:flex-start;
      }
    }

    @media(max-width:820px){
      .track-item{
        grid-template-columns:52px 1fr;
      }
      .track-actions{
        grid-column:1/-1;
      }
    }

    @media(max-width:700px){
      body{padding-bottom:0}
      .main-layout{grid-template-columns:1fr}
      .sidebar{display:none !important}
      .mobile-best-week{display:block !important}
      .search-section-desktop{display:none !important}
      .header-inner{
        grid-template-columns:1fr auto;
        padding:12px 0 10px;
        position:relative;
        align-items:center;
      }
      .brand{justify-content:flex-start;font-size:22px;gap:8px;padding-right:0;margin-right:0}
      .brand-icon{width:42px;height:42px;border-radius:0;background:transparent !important;overflow:visible}
      .brand-icon img{border-radius:0;object-fit:contain;background:transparent !important}
      .brand-icon svg{width:22px;height:22px}
      .menu-toggle{
        display:flex;
        position:fixed;
        top:14px;
        left:14px;
        z-index:9999;
        margin:0;
      }
      .search-section{display:none !important;padding:12px 0 14px}
      .search-box{width:100%;height:58px}
      .search-box input{font-size:15px;padding:0 14px}
      .search-box button{width:48px;height:48px}
      .header-inner{
        min-height:72px;
      }
      .nav{
        display:none;
        grid-column:1/-1;
        width:100%;
        background:#fff;
        border:1px solid #e8f1f7;
        border-radius:20px;
        padding:14px;
        box-shadow:var(--shadow);
        justify-content:center;
        flex-direction:column;
        gap:6px;
      }
      .nav.open{display:flex}
      .nav a{width:100%;text-align:center;padding:12px 0}
      .mobile-nav-search{
        display:grid !important;
        order:-1;
        grid-template-columns:1fr 48px;
        gap:8px;
        width:100%;
        margin-top:4px;
        padding-top:12px;
        border-top:1px solid #edf4f8;
      }
      .mobile-nav-search input{
        width:100%;
        border:1px solid #e8f1f7;
        border-radius:14px;
        padding:0 14px;
        height:48px;
        font-size:15px;
        outline:0;
      }
      .mobile-nav-search button{
        width:48px;height:48px;border:0;border-radius:14px;
        background:linear-gradient(135deg,var(--primary),var(--accent));
        color:#fff;display:flex;align-items:center;justify-content:center;
      }
      .mobile-nav-search svg{width:20px;height:20px;fill:currentColor}
      .grid-4{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}
      .search-box{height:58px}
      .song-row{grid-template-columns:1fr}
      .song-actions{
        justify-content:flex-start;
        flex-direction:column;
        align-items:stretch;
      }
      .song-actions .play-btn,
      .song-actions .download-btn,
      .song-actions .readmore-btn{
        width:100%;
      }
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{justify-content:center;text-align:center}
      .download-actions{
        display:grid;grid-template-columns:1fr 1fr;
      }
      .solid-btn,.soft-btn,.song-actions .play-btn,.song-actions .download-btn,.song-actions .readmore-btn{
        width:100%;
        min-height:54px;
        font-size:15px;
      }
      .player-progress-wrap{
        grid-template-columns:44px 1fr 44px;
      }
      .music-card .card-body{padding:10px 4px 0}
      .music-card .card-title{font-size:14px;line-height:1.45}
      .music-card .card-subtitle{font-size:12px}
      .featured-card .cover,
      .album-hover-card .cover{
        border-radius:16px !important;
      }
      .cover-content{padding:10px}
      .cover-title{font-size:14px}
      .cover-artist{font-size:12px}
      .suggested-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}
      .suggested-grid .cover{border-radius:16px !important;}
      .suggested-grid .cover-content{padding:10px !important;}
      .suggested-grid .cover-title{font-size:13px;line-height:1.45;}
      .suggested-grid .cover-artist{display:none !important;}
      .best-week-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
      .mobile-best-week{display:block !important}
    }

    @media(max-width:480px){
      .download-actions{
        grid-template-columns:1fr;
      }
      .track-item{
        grid-template-columns:1fr;
      }
      .track-num{
        width:52px;height:52px;
      }
      .player-controls{
        gap:8px;
      }
      .player-controls button{
        width:42px;height:42px;
      }
      .player-controls button.main{
        width:54px;height:54px;
      }
      .volume-wrap{
        min-width:100%;
        justify-content:center;
      }
    }


.solid-btn,.soft-btn,.track-btn{
  box-shadow:none !important;
  transition:all .25s ease;
}
.solid-btn:hover,.soft-btn:hover,.track-btn:hover{
  transform:translateY(-3px) scale(1.02);
  filter:brightness(1.05);
}
.suggested-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.suggested-item{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.suggested-item img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.suggested-item span{
  padding:10px;
  font-size:14px;
  font-weight:700;
}
@media(max-width:768px){
 .suggested-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}


    .music-card .card-body{
      display:block;
      padding:14px 6px 0;
      text-align:center;
    }

    .music-card .card-title{
      margin:0;
      font-size:16px;
      font-weight:900;
      line-height:1.6;
    }

    .music-card .card-title a{
      color:#0f172a;
    }

    .music-card .card-title a:hover{
      color:var(--primary);
    }

    .music-card .card-subtitle{
      margin:4px 0 0;
      font-size:13px;
      color:#64748b;
      font-weight:700;
      line-height:1.7;
    }

    .featured-card .card-body,
    .album-hover-card .card-body{
      padding-top:12px;
    }


@media (max-width: 768px){
  .grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .featured-card .cover,
  .album-hover-card .cover{
    border-radius:16px !important;
  }
  .featured-card,
  .album-hover-card{
    transform:none !important;
  }
  .section.transparent .music-card{
    max-width:100%;
  }
}


.mobile-best-week{display:none;}

@media (max-width: 768px){
  .suggested-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .download-cover{
    display:block !important;
    width:100%;
  }
  .download-cover .cover{background:#fff !important;aspect-ratio:1/1;min-height:unset;position:relative;transform:none !important;display:block;}
  .download-cover .cover:hover{transform:none !important;}
}


/* Best of the Week covers should match featured-post sizing on mobile */
.best-week-grid-home.grid-4{
  grid-template-columns:repeat(4,minmax(0,210px));
  justify-content:center;
  justify-items:center;
}
.best-week-grid .music-card,
.best-week-grid-home.grid-4 .music-card{
  width:100%;
  max-width:210px;
  margin-inline:auto;
}
@media (max-width:1100px){
  .best-week-grid-home.grid-4{
    grid-template-columns:repeat(2,minmax(0,190px));
  }
  .best-week-grid .music-card,
  .best-week-grid-home.grid-4 .music-card{
    max-width:190px;
  }
}
@media (max-width:768px){
  .best-week-grid-home.grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .best-week-grid .music-card,
  .best-week-grid-home.grid-4 .music-card{
    max-width:none !important;
    width:100% !important;
  }
  .best-week-grid-home .cover,
  .best-week-grid .cover{
    aspect-ratio:1/1;
  }
}
@media (max-width:480px){
  .best-week-grid .music-card,
  .best-week-grid-home.grid-4 .music-card{
    max-width:none !important;
    width:100% !important;
  }
}



/* Button halo cleanup */
.play-btn,.download-btn,.readmore-btn,.solid-btn,.soft-btn,.more-btn,.mini-btn,.menu-toggle,.search-box button,.mobile-nav-search button,.player-controls button.main{
  box-shadow:none !important;
}

.download-cover{
  background:transparent !important;
}
.download-cover .cover{
  background:transparent !important;
}

.download-layout > *,
.track-item > *{
  min-width:0;
}

.download-card,
.track-item > div:nth-child(2),
.track-item > div:nth-child(3){
  min-width:0;
}


.tag-page .tag-archive-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg,#f7fbff,#eef8ff);
  border:1px solid #d9eef9;
  margin-bottom:18px;
}

.tag-page .tag-archive-hero strong{
  display:block;
  font-size:16px;
  font-weight:900;
  color:#0f4c81;
  margin-bottom:4px;
}

.tag-page .tag-archive-hero p{
  margin:0;
  color:#52677c;
  line-height:1.9;
  font-size:14px;
}

.tag-count-badge{
  flex:0 0 auto;
  min-width:92px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d9e6ef;
  color:#0369a1;
  font-weight:900;
  text-align:center;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.tag-page .tag-grid{
  margin-top:0;
}

.tag-page{
  max-width:none;
}
.tag-page .tag-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media (max-width: 1024px){
  .tag-page .tag-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .tag-page .tag-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 768px){
  .tag-page .tag-archive-hero{
    flex-direction:column;
    align-items:flex-start;
  }
}


.b2a-info-box,
.b2a-half{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:12px 0;
  padding:12px 14px;
  border:1px solid rgba(100,116,139,.18);
  border-radius:16px;
  background:rgba(248,250,252,.72);
  color:#475569;
  line-height:2;
}
.b2a-info-box p,
.b2a-half p{margin:0;color:inherit;line-height:2}
.b2a-info-icon,
.b2a-half-icon{
  width:22px;
  height:22px;
  min-width:22px;
  margin-top:5px;
  display:inline-block;
  background:currentColor;
  opacity:.78;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.b2a-info-icon{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E");
}
.b2a-half-icon{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12V7H5a2 2 0 0 1 0-4h14v4'/%3E%3Cpath d='M3 5v14a2 2 0 0 0 2 2h16v-5'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='M16 10v4'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12V7H5a2 2 0 0 1 0-4h14v4'/%3E%3Cpath d='M3 5v14a2 2 0 0 0 2 2h16v-5'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='M16 10v4'/%3E%3C/svg%3E");
}


/* Final SEO/UX revisions */
.download-side{min-width:0;display:flex;flex-direction:column;gap:12px;}
.download-card h2.b2a-english-title{font-weight:500;font-size:20px;letter-spacing:.1px;direction:ltr;text-align:left;line-height:1.55;color:#1f2937;}
.b2a-rating{display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 12px;border:1px solid rgba(100,116,139,.18);border-radius:16px;background:rgba(248,250,252,.72);color:#475569;font-size:13px;line-height:1.8;}
.b2a-rating-stars{position:relative;display:inline-block;width:94px;min-width:94px;height:20px;line-height:20px;letter-spacing:1px;color:#cbd5e1;direction:ltr;}
.b2a-rating-stars::before{content:"★★★★★";position:absolute;left:0;top:0;}
.b2a-rating-stars span{position:absolute;left:0;top:0;height:20px;overflow:hidden;color:#64748b;}
.b2a-rating-stars span::before{content:"★★★★★";position:absolute;left:0;top:0;}
.b2a-rating-text{white-space:normal;}
@media (max-width: 768px){.download-card h2.b2a-english-title{text-align:center;font-size:18px}.b2a-rating{flex-direction:column;gap:4px;text-align:center}}

/* v7 interactive rating */
.b2a-rating{flex-wrap:wrap;gap:8px 10px;position:relative;}
.b2a-rating-stars{position:relative;display:inline-flex;align-items:center;justify-content:center;width:118px;min-width:118px;height:28px;line-height:28px;direction:ltr;color:#cbd5e1;letter-spacing:0;}
.b2a-rating-stars::before{display:none!important;content:""!important;}
.b2a-rating-fill{position:absolute!important;left:0;top:0;height:28px!important;overflow:hidden;color:#64748b;white-space:nowrap;pointer-events:none;z-index:1;width:0;}
.b2a-rating-fill::before{content:"★★★★★";position:absolute;left:0;top:0;font-size:22px;letter-spacing:1px;line-height:28px;}
.b2a-rate-star{position:relative;z-index:2;width:23px;height:28px;border:0;background:transparent;color:transparent;cursor:pointer;padding:0;margin:0;font-size:22px;line-height:28px;}
.b2a-rate-star:disabled{cursor:not-allowed;}
.b2a-rating-text{font-size:13px;color:#475569;}
.b2a-rating-message{flex-basis:100%;font-size:12px;color:#64748b;text-align:center;margin-top:-2px;}
.b2a-rating.is-rated .b2a-rating-message{color:#475569;}
.b2a-rating-stars::after{content:"★★★★★";position:absolute;left:0;top:0;font-size:22px;letter-spacing:1px;line-height:28px;color:#cbd5e1;z-index:0;pointer-events:none;}

/* v8 final responsive/rating/player fixes */
html,body{max-width:100%;overflow-x:hidden;}
.main-layout,.content,.page-box,.download-layout,.download-side,.download-card,.lyric-box,.track-list,.track-item,.player,.player-inner{max-width:100%;box-sizing:border-box;}
.b2a-rating{
  width:100%;
  max-width:300px;
  margin:10px auto 0;
  padding:9px 10px;
  border-radius:14px;
  gap:6px 8px;
  line-height:1.5;
  background:#fff;
  border-color:rgba(14,165,233,.16);
}
.b2a-rating-stars{
  width:92px!important;
  min-width:92px!important;
  height:22px!important;
  line-height:22px!important;
  flex:0 0 92px;
}
.b2a-rating-stars::after,
.b2a-rating-fill::before{
  font-size:17px!important;
  line-height:22px!important;
  letter-spacing:1px!important;
}
.b2a-rating-fill{height:22px!important;color:#94a3b8;}
.b2a-rating.is-rated .b2a-rating-fill,
.b2a-rating:hover .b2a-rating-fill{color:var(--primary);}
.b2a-rate-star{width:18px!important;height:22px!important;line-height:22px!important;font-size:17px!important;}
.b2a-rating-text{font-size:12px!important;color:#475569;white-space:nowrap;}
.b2a-rating-message{display:none!important;}
.b2a-rating.is-loading{opacity:.65;pointer-events:none;}
.track-actions{justify-content:flex-end;max-width:100%;}
.track-actions .mini-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;}
@media(max-width:820px){
  .download-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;}
  .download-side{width:100%;align-items:center;}
  .download-card{width:100%;}
  .track-item{grid-template-columns:44px minmax(0,1fr)!important;gap:10px;padding:12px;}
  .track-num{width:44px!important;height:44px!important;border-radius:14px!important;}
  .track-actions{grid-column:1/-1!important;width:100%;justify-content:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .track-actions .mini-btn{width:100%;min-width:0;height:40px;}
  .player-inner{width:calc(100% - 20px)!important;grid-template-columns:minmax(0,1fr)!important;gap:8px;min-height:auto;padding:10px 0 12px;}
  .now{justify-content:center;width:100%;}
  .now h4,.now p{text-align:right;max-width:calc(100vw - 100px);}
  .player-progress-wrap{grid-template-columns:42px minmax(0,1fr) 42px!important;gap:7px;}
  .player-side{justify-content:center;width:100%;}
  .volume-wrap{min-width:0!important;width:min(240px,100%)!important;}
  .volume-slider{width:100%!important;}
}
@media(max-width:480px){
  .page-box,.download-card,.lyric-box,.comment-box,.keywords-box,.suggest-box{padding:16px!important;}
  .download-cover{width:min(100%,320px)!important;}
  .b2a-rating{max-width:260px;gap:5px;padding:8px;}
  .b2a-rating-text{font-size:11.5px!important;}
  .player-controls{gap:6px!important;}
  .player-controls button{width:38px!important;height:38px!important;border-radius:12px!important;}
  .player-controls button.main{width:50px!important;height:50px!important;}
}


/* v9 mobile album, compact rating, and sticky player hard fixes */
*,*::before,*::after{box-sizing:border-box;}
html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
img,video,iframe,audio{max-width:100%;}
.container,.main-layout,main,.content,section,.section,.grid-4,.suggested-grid,.song-list,.track-list,.page-box,.download-layout,.download-card,.download-side,.lyric-box,.comment-box,.keywords-box{max-width:100%!important;min-width:0!important;box-sizing:border-box;}
.music-card,.album-hover-card,.featured-card,.cover-link,.cover,.cover-img{max-width:100%!important;min-width:0!important;box-sizing:border-box;}

/* Album archives/cards must never create horizontal scrolling on mobile */
@media(max-width:768px){
  body.post-type-archive-album .grid-4,
  body.tax-artist .grid-4,
  body.search .grid-4,
  .grid-4{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  .music-card,.album-hover-card,.featured-card{width:100%!important;overflow:hidden!important;transform:none!important;}
  .cover-link{display:block!important;width:100%!important;overflow:hidden!important;}
  .cover{width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;border-radius:16px!important;}
  .cover::before,.cover::after{max-width:60%!important;max-height:60%!important;}
  .cover-title,.cover-artist,.card-title,.card-subtitle{overflow:hidden!important;text-overflow:ellipsis;word-break:break-word!important;overflow-wrap:anywhere!important;}
}
@media(max-width:380px){
  .grid-4{grid-template-columns:1fr!important;}
}

/* Album track list mobile fix */
.track-item{min-width:0!important;overflow:hidden!important;}
.track-item > *{min-width:0!important;}
.track-item h4,.track-item p{overflow:hidden!important;text-overflow:ellipsis;word-break:break-word!important;overflow-wrap:anywhere!important;}
.track-actions{min-width:0!important;}
@media(max-width:820px){
  .track-list{width:100%!important;overflow:hidden!important;}
  .track-item{width:100%!important;grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;}
  .track-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;}
  .track-actions .mini-btn{width:100%!important;min-width:0!important;max-width:100%!important;height:40px!important;}
}

/* Compact rating: no large mobile gap, stars and text stay close */
.b2a-rating{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:100%!important;
  margin:8px auto 0!important;
  padding:7px 9px!important;
  gap:6px!important;
  border-radius:13px!important;
  line-height:1.3!important;
}
.b2a-rating-stars{flex:0 0 88px!important;width:88px!important;min-width:88px!important;height:20px!important;line-height:20px!important;}
.b2a-rating-stars::after,.b2a-rating-fill::before{font-size:16px!important;line-height:20px!important;letter-spacing:.5px!important;}
.b2a-rating-fill{height:20px!important;color:#94a3b8!important;}
.b2a-rating.is-rated .b2a-rating-fill,.b2a-rating:hover .b2a-rating-fill{color:var(--primary)!important;}
.b2a-rate-star{width:17.6px!important;height:20px!important;line-height:20px!important;font-size:16px!important;}
.b2a-rating-text{font-size:11.5px!important;white-space:nowrap!important;margin:0!important;}
.b2a-rating-message{display:none!important;}
@media(max-width:480px){
  .b2a-rating{gap:5px!important;padding:6px 8px!important;margin-top:7px!important;}
  .b2a-rating-stars{flex-basis:82px!important;width:82px!important;min-width:82px!important;}
  .b2a-rating-stars::after,.b2a-rating-fill::before{font-size:15px!important;letter-spacing:.3px!important;}
  .b2a-rate-star{width:16.4px!important;font-size:15px!important;}
  .b2a-rating-text{font-size:11px!important;}
}

/* Player must be visible after play on all pages, including album mobile */
.player{
  display:block!important;
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  max-width:100%!important;
  z-index:99999!important;
}
.player.is-visible{
  display:block!important;
  transform:translate3d(0,0,0)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
body.player-visible{padding-bottom:calc(var(--player-offset,112px) + 14px)!important;}
.player-inner{max-width:1280px!important;box-sizing:border-box!important;}
@media(max-width:820px){
  .player{max-height:58vh!important;overflow:visible!important;}
  .player-inner{width:calc(100% - 20px)!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;min-height:auto!important;padding:10px 0 12px!important;}
  .now{width:100%!important;min-width:0!important;justify-content:center!important;}
  .now > div:last-child{min-width:0!important;max-width:calc(100vw - 100px)!important;}
  .now h4,.now p{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:right!important;}
  .player-progress-wrap{width:100%!important;grid-template-columns:42px minmax(0,1fr) 42px!important;gap:7px!important;}
  .player-controls{width:100%!important;gap:6px!important;flex-wrap:nowrap!important;}
  .player-controls button{flex:0 0 auto!important;width:38px!important;height:38px!important;border-radius:12px!important;}
  .player-controls button.main{width:50px!important;height:50px!important;}
  .player-side{width:100%!important;justify-content:center!important;}
  .volume-wrap{width:min(240px,100%)!important;min-width:0!important;}
  .volume-slider{width:100%!important;}
}


/* v10 final mobile album overflow, best-week cleanup, footer spacing */
.mobile-best-week .section-subtitle,
.best-week-widget .section-subtitle{
  display:none!important;
}

@media(max-width:820px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  body.single-album,
  body.single-album .container,
  body.single-album .main-layout,
  body.single-album main,
  body.single-album .content,
  body.single-album section,
  body.single-album .page-box,
  body.single-album .download-layout,
  body.single-album .download-side,
  body.single-album .download-card,
  body.single-album .lyric-box,
  body.single-album .track-list,
  body.single-album .track-item,
  body.single-album .suggested-grid,
  body.single-album .grid-4,
  body.single-album .music-card,
  body.single-album .cover-link,
  body.single-album .cover,
  body.single-album .footer,
  body.single-album .footer-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }
  body.single-album .container{
    width:100%!important;
    padding-right:14px!important;
    padding-left:14px!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
  body.single-album .download-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
  }
  body.single-album .download-cover{
    width:min(100%,320px)!important;
    max-width:320px!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
  body.single-album .track-item{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr)!important;
    gap:10px!important;
    padding:12px!important;
  }
  body.single-album .track-actions{
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
  }
  body.single-album .track-actions .mini-btn,
  body.single-album .download-actions .solid-btn,
  body.single-album .download-actions .soft-btn{
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
  }
  body.single-album .track-item h4,
  body.single-album .track-item p,
  body.single-album .download-card h2,
  body.single-album .page-box h1{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  body.single-album .player,
  body.single-album .player-inner{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.single-album .player-inner{
    width:calc(100% - 20px)!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
  .footer{
    margin-bottom:14px!important;
  }
}

@media(max-width:480px){
  body.single-album .container{
    padding-right:12px!important;
    padding-left:12px!important;
  }
  body.single-album .page-box,
  body.single-album .download-card,
  body.single-album .lyric-box,
  body.single-album .comment-box,
  body.single-album .keywords-box{
    padding:15px!important;
  }
  .footer{
    margin-bottom:16px!important;
  }
}

/* v11 strict single album mobile layout fix */
@media (max-width: 820px){
  html, body{
    overflow-x:hidden!important;
    overscroll-behavior-x:none!important;
  }
  body.single-album{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  body.single-album .main-layout{
    display:block!important;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    margin-right:auto!important;
    margin-left:auto!important;
    padding-right:0!important;
    padding-left:0!important;
    overflow:hidden!important;
  }
  body.single-album .content,
  body.single-album section,
  body.single-album .page-box,
  body.single-album .download-layout,
  body.single-album .download-side,
  body.single-album .download-card,
  body.single-album .download-cover,
  body.single-album .lyric-box,
  body.single-album .track-list,
  body.single-album .track-item,
  body.single-album .keywords-box,
  body.single-album .comment-box,
  body.single-album .section,
  body.single-album .suggested-grid,
  body.single-album .footer,
  body.single-album .footer-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }
  body.single-album .page-box,
  body.single-album .download-card,
  body.single-album .lyric-box,
  body.single-album .keywords-box,
  body.single-album .comment-box{
    padding:15px!important;
    border-radius:20px!important;
  }
  body.single-album .download-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
    margin-top:16px!important;
  }
  body.single-album .download-side{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
  }
  body.single-album .download-cover{
    width:min(100%, 310px)!important;
    max-width:310px!important;
    margin:0 auto!important;
  }
  body.single-album .download-card h2.b2a-english-title,
  body.single-album .page-box h1,
  body.single-album .download-card .artist-link{
    max-width:100%!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    text-align:center!important;
  }
  body.single-album .download-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
  }
  body.single-album .download-actions .solid-btn,
  body.single-album .download-actions .soft-btn{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding-right:8px!important;
    padding-left:8px!important;
    white-space:normal!important;
  }
  body.single-album .track-list{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  body.single-album .track-item{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:9px!important;
    padding:10px!important;
    align-items:center!important;
    border-radius:16px!important;
  }
  body.single-album .track-num{
    width:38px!important;
    height:38px!important;
    border-radius:13px!important;
    font-size:14px!important;
  }
  body.single-album .track-item > div:nth-child(2){
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  body.single-album .track-item h4,
  body.single-album .track-item p{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    word-break:normal!important;
  }
  body.single-album .track-actions{
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  body.single-album .track-actions .mini-btn{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding-right:6px!important;
    padding-left:6px!important;
    white-space:nowrap!important;
  }
  body.single-album .suggested-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.single-album .music-card,
  body.single-album .album-hover-card,
  body.single-album .featured-card,
  body.single-album .cover-link,
  body.single-album .cover,
  body.single-album .cover-img{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  body.single-album .b2a-rating{
    width:auto!important;
    max-width:240px!important;
    margin:8px auto 0!important;
    gap:5px!important;
  }
}
@media (max-width: 380px){
  body.single-album .main-layout{
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
  }
  body.single-album .download-actions,
  body.single-album .track-actions,
  body.single-album .suggested-grid{
    grid-template-columns:1fr!important;
  }
}

/* Artist SEO profile - v14: هماهنگ با ظاهر روشن قالب */
.artist-profile-section{overflow:hidden}
.artist-hero-card{min-height:250px;border-radius:var(--radius);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:28px;margin-bottom:22px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.artist-hero-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(16,32,51,.46));pointer-events:none}
.artist-hero-content{color:#fff;max-width:760px;text-shadow:0 2px 18px rgba(16,32,51,.22);position:relative;z-index:1}
.artist-kicker{display:inline-flex;background:rgba(255,255,255,.24);backdrop-filter:blur(10px);border-radius:999px;padding:7px 14px;font-size:13px;margin-bottom:12px;color:#fff}
.artist-hero-content h1{font-size:42px;line-height:1.35;margin:0 0 8px;font-weight:900;color:#fff}
.artist-hero-content p{margin:0 0 16px;font-size:16px;color:rgba(255,255,255,.95)}
.artist-stats{display:flex;flex-wrap:wrap;gap:10px}
.artist-stats span{background:rgba(255,255,255,.24);border-radius:14px;padding:8px 12px;font-weight:800;font-size:13px;color:#fff}
.artist-bio-box,.b2a-seo-text-box{background:var(--card);border:0;border-radius:var(--radius);padding:22px;margin-bottom:24px;box-shadow:var(--shadow)}
.artist-bio-box h2,.b2a-seo-text-box h2,.b2a-seo-text-box h3{font-size:20px;margin:0 0 10px;color:var(--text);font-weight:900}
.artist-bio-text,.b2a-seo-text-box p,.b2a-seo-text-box li{color:var(--muted);line-height:2;font-size:15px}
.artist-bio-text p,.b2a-seo-text-box p{margin:0 0 10px}
.b2a-info-table{width:100%;border-collapse:separate;border-spacing:0 10px;margin-top:10px}
.b2a-info-table th,.b2a-info-table td{background:var(--soft);padding:12px 14px;text-align:right;color:var(--text);font-size:14px}
.b2a-info-table th{width:150px;color:#0f4c81;font-weight:900;border-radius:0 14px 14px 0}
.b2a-info-table td{color:var(--muted);border-radius:14px 0 0 14px}
.b2a-related-searches{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.b2a-related-searches a,.b2a-related-searches span{background:var(--soft);color:#0f4c81;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800}
@media(max-width:700px){.artist-hero-card{min-height:220px;border-radius:22px;padding:20px}.artist-hero-content h1{font-size:30px}.artist-stats span{font-size:12px}.b2a-info-table th{width:110px}}

/* SEO content layout refinements - v16 */
.b2a-track-info-panel{
  margin:24px 0;
  padding:18px;
  border-radius:var(--radius-sm);
  background:rgba(248,250,252,.72);
  border:1px solid rgba(100,116,139,.14);
  box-shadow:none;
}
.b2a-track-info-panel h2{
  margin:0 0 14px;
  font-size:18px;
  line-height:1.7;
  color:var(--text);
  font-weight:900;
}
.b2a-track-info-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.b2a-track-info-grid div{
  background:#fff;
  border-radius:14px;
  padding:12px 14px;
  min-width:0;
  border:1px solid rgba(100,116,139,.10);
}
.b2a-track-info-grid span{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  margin-bottom:5px;
}
.b2a-track-info-grid strong{
  display:block;
  color:var(--text);
  font-size:14px;
  line-height:1.8;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.b2a-artist-short-note{
  margin-top:24px;
  margin-bottom:24px;
}
.b2a-artist-page-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:8px;
  padding:10px 16px;
  border-radius:999px;
  background:var(--primary);
  color:#fff !important;
  font-size:13px;
  font-weight:900;
  line-height:1.8;
  text-decoration:none;
  transition:.2s;
}
.b2a-artist-page-btn:hover{transform:translateY(-2px);filter:brightness(.96)}
.b2a-text-links-section{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:24px 0;
}
.b2a-text-links-box{
  background:var(--card);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:var(--shadow);
  min-width:0;
}
.b2a-text-links-box h2{
  margin:0 0 14px;
  color:var(--text);
  font-size:20px;
  font-weight:900;
}
.b2a-text-links-box ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.b2a-text-links-box li{margin:0;padding:0;min-width:0}
.b2a-text-links-box a{
  display:block;
  color:#334155;
  background:rgba(248,250,252,.8);
  border-radius:14px;
  padding:10px 12px;
  font-size:14px;
  font-weight:800;
  line-height:1.9;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  transition:.2s;
}
.b2a-text-links-box a:hover{
  color:var(--primary);
  background:rgba(248,250,252,1);
}
.b2a-empty-note{
  margin:0;
  color:var(--muted);
  line-height:2;
  font-size:14px;
  font-weight:700;
}
.artist-hero-card.artist-hero-card-search::before{
  background:linear-gradient(135deg,rgba(22,163,74,.88),rgba(20,184,166,.74));
}
.artist-hero-card.artist-hero-card-search .artist-kicker,
.artist-hero-card.artist-hero-card-search .artist-stats span{
  background:rgba(255,255,255,.18);
  color:#fff;
}
.artist-hero-card.artist-hero-card-search .artist-hero-content h1,
.artist-hero-card.artist-hero-card-search .artist-hero-content p{
  color:#fff;
}
@media(max-width:900px){
  .b2a-track-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .b2a-text-links-section{grid-template-columns:1fr;}
}
@media(max-width:560px){
  .b2a-track-info-panel{padding:14px;border-radius:18px;}
  .b2a-track-info-grid{grid-template-columns:1fr;gap:10px;}
  .b2a-text-links-box{padding:18px;border-radius:20px;}
}

/* v18: linked keyword chips */
a.keyword-chip{ text-decoration:none; color:inherit; }
a.keyword-chip:hover{ text-decoration:none; }

/* v19: clean keyword archive pages */
.tag-page-clean{
  width:100%;
}
.tag-archive-hero-clean{
  background:#fff !important;
  border:0 !important;
  box-shadow:var(--shadow);
  margin:0 0 22px !important;
}
.tag-archive-hero-clean strong{
  color:#0f172a !important;
}
.tag-song-list{
  gap:14px;
}
.tag-archive-row{
  align-items:center;
}
.tag-archive-row h3{
  margin:0 0 6px;
  font-size:16px;
  font-weight:900;
}
.tag-archive-row h3 a{
  color:#0f172a;
  text-decoration:none;
}
.tag-archive-row p{
  margin:0;
  color:#64748b;
  line-height:1.9;
}
.empty-section-note{
  background:#fff;
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:18px 20px;
  color:#64748b;
  line-height:2;
}
@media (max-width:768px){
  .tag-archive-row{
    grid-template-columns:72px minmax(0,1fr);
  }
  .tag-archive-row .download-mini{
    grid-column:1 / -1;
    justify-self:stretch;
    text-align:center;
  }
}

/* v20 home SEO blocks: best month + mobile taxonomies */
.mobile-best-month,
.mobile-home-taxonomies{display:none;}

.mobile-taxonomy-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.mobile-taxonomy-widget .artist-list.scrollable{max-height:520px;}

@media(max-width:1100px){
  body.home .mobile-best-month{display:block !important;}
}

@media(max-width:700px){
  body.home .mobile-best-month,
  body.home .mobile-home-taxonomies{display:block !important;}
  .mobile-taxonomy-grid{grid-template-columns:1fr;gap:14px;}
  .mobile-taxonomy-widget{padding:18px;}
  .mobile-taxonomy-widget .artist-list.scrollable{max-height:420px;}
}

/* v21 SEO archive and artist knowledge improvements */
.b2a-archive-index-section .section-head,
.b2a-genre-tax-section .section-head{margin-bottom:14px}
.b2a-index-intro{
  background:var(--card);
  border-radius:22px;
  box-shadow:var(--shadow-soft, 0 12px 40px rgba(15,23,42,.06));
  padding:18px 20px;
  margin:0 0 22px;
  color:var(--muted);
  line-height:2;
  font-size:15px;
}
.b2a-alpha-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 22px;
}
.b2a-alpha-nav a{
  min-width:40px;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--card);
  border-radius:14px;
  color:var(--text);
  font-weight:900;
  box-shadow:var(--shadow-soft, 0 12px 40px rgba(15,23,42,.06));
}
.b2a-letter-block{margin:0 0 24px}
.b2a-letter-block h2{
  font-size:18px;
  margin:0 0 14px;
  color:var(--text);
  font-weight:900;
}
.b2a-letter-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.b2a-index-pill{
  background:var(--card);
  border-radius:18px;
  padding:14px 16px;
  box-shadow:var(--shadow-soft, 0 12px 40px rgba(15,23,42,.06));
  display:flex;
  flex-direction:column;
  gap:5px;
  color:var(--text);
  min-height:74px;
  justify-content:center;
}
.b2a-index-pill strong{font-weight:900;color:var(--text);line-height:1.8}
.b2a-index-pill span{font-size:13px;color:var(--muted);line-height:1.8}
.b2a-index-pill:hover{transform:translateY(-2px);filter:brightness(.985)}
.b2a-artist-knowledge-box{
  background:var(--card);
  border-radius:var(--radius);
  padding:22px;
  margin:0 0 24px;
  box-shadow:var(--shadow);
}
.b2a-artist-knowledge-box h2{font-size:20px;margin:0 0 14px;color:var(--text);font-weight:900}
.b2a-knowledge-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.b2a-knowledge-grid div{
  background:rgba(248,250,252,.86);
  border-radius:18px;
  padding:13px 14px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.b2a-knowledge-grid span{font-size:12px;color:var(--muted);font-weight:800}
.b2a-knowledge-grid strong,.b2a-knowledge-grid a{font-size:14px;color:var(--text);font-weight:900;line-height:1.8}
.b2a-artist-similar-section{margin-top:26px}
.b2a-home-seo-shortcuts{display:block}
@media(max-width:1100px){
  .b2a-letter-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .b2a-knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:700px){
  .b2a-letter-grid{grid-template-columns:1fr;}
  .b2a-knowledge-grid{grid-template-columns:1fr;}
  .b2a-index-intro{padding:16px;border-radius:18px;font-size:14px}
  .b2a-alpha-nav a{min-width:36px;min-height:34px;border-radius:12px}
}

/* v22: manual SEO columns for song archive */
.b2a-song-archive-intro{margin-bottom:18px}
.b2a-archive-intro-text{
  margin:10px 0 0;
  color:var(--muted);
  line-height:2.1;
  font-size:15px;
}
.b2a-archive-featured-section{margin-bottom:24px}
.b2a-archive-featured-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.b2a-archive-featured-card{
  background:var(--card);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft, 0 12px 40px rgba(15,23,42,.06));
  padding:20px;
  min-width:0;
}
.b2a-archive-featured-head h2{
  margin:0 0 14px;
  font-size:18px;
  font-weight:900;
  color:var(--text);
}
.b2a-archive-text-list{
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:b2a-archive-count;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.b2a-archive-text-list li{
  counter-increment:b2a-archive-count;
  display:flex;
  gap:10px;
  align-items:flex-start;
  line-height:1.9;
}
.b2a-archive-text-list li::before{
  content:counter(b2a-archive-count);
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(22,163,74,.10);
  color:var(--primary);
  font-weight:900;
  font-size:12px;
  margin-top:2px;
}
.b2a-archive-text-list a{
  color:var(--text);
  font-weight:800;
  line-height:1.9;
}
.b2a-archive-text-list a:hover{color:var(--primary)}
.b2a-archive-featured-empty{
  margin:0;
  color:var(--muted);
  line-height:2;
  font-size:14px;
}
@media(max-width:800px){
  .b2a-archive-featured-grid{grid-template-columns:1fr;gap:14px}
  .b2a-archive-featured-card{padding:16px;border-radius:18px}
  .b2a-archive-intro-text{font-size:14px}
}


/* v23 UX + speed polish */
.b2a-home-shortcut-grid .b2a-index-pill{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  border:0;
  box-shadow:none;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.b2a-home-shortcut-grid .b2a-index-pill strong,
.b2a-home-shortcut-grid .b2a-index-pill span{color:#fff;}
.b2a-home-shortcut-grid .b2a-index-pill::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,transparent 15%,rgba(255,255,255,.18) 50%,transparent 85%);
  transform:translateX(-120%);transition:transform .55s ease;pointer-events:none;
}
.b2a-home-shortcut-grid .b2a-index-pill:hover::before{transform:translateX(120%)}
.b2a-home-shortcut-grid .b2a-index-pill:hover{transform:translateY(-3px);filter:brightness(1.03)}

.b2a-artist-page-btn.download-btn{
  min-width:140px;
  height:48px;
  padding:0 18px;
  margin-top:10px;
  line-height:1.2;
  box-shadow:none !important;
}

.b2a-artist-similar-section{
  grid-template-columns:minmax(0,1fr);
}
.b2a-artist-similar-box ul{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.b2a-artist-similar-box a{
  text-align:center;
  background:#f6fbf8;
  border:1px solid rgba(22,163,74,.10);
}
.b2a-artist-similar-box a:hover{
  background:rgba(22,163,74,.08);
  color:var(--primary);
}
.artist-profile-section .b2a-knowledge-grid div,
.artist-profile-section .b2a-text-links-box a{
  box-shadow:none;
}
.b2a-archive-featured-grid:empty,
.b2a-popular-songs-home .grid-4:empty{display:none;}

@media(max-width:1000px){
  .b2a-artist-similar-box ul{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:560px){
  .b2a-artist-similar-box ul{grid-template-columns:repeat(2,minmax(0,1fr));}
  .b2a-home-shortcut-grid .b2a-index-pill{min-height:66px;padding:12px 14px;}
}


/* Web S update: artists page buttons match sidebar column buttons */
body.page-template-page-artists .b2a-archive-index-section .b2a-letter-grid,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-letter-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-index-pill,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-index-pill{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:auto;
  padding:12px 14px;
  border-radius:16px;
  background:#f9fcff;
  border:1px solid #e8f1f7;
  box-shadow:none;
  color:#334155;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-index-pill strong,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-index-pill strong{
  color:#334155;
  font-size:14px;
  line-height:1.7;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-index-pill span,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-index-pill span{
  color:#64748b;
  font-size:12px;
  white-space:nowrap;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-index-pill:hover,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-index-pill:hover{
  background:var(--soft);
  color:#0284c7;
  transform:translateY(-1px);
  filter:none;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-index-pill:hover strong,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-index-pill:hover strong{
  color:#0284c7;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-alpha-nav a,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-alpha-nav a{
  background:#f9fcff;
  border:1px solid #e8f1f7;
  box-shadow:none;
}
body.page-template-page-artists .b2a-archive-index-section .b2a-index-intro,
body.page-template-page-artists-php .b2a-archive-index-section .b2a-index-intro{
  box-shadow:none;
  border:1px solid #e8f1f7;
  background:#fff;
}
@media(max-width:900px){
  body.page-template-page-artists .b2a-archive-index-section .b2a-letter-grid,
  body.page-template-page-artists-php .b2a-archive-index-section .b2a-letter-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  body.page-template-page-artists .b2a-archive-index-section .b2a-letter-grid,
  body.page-template-page-artists-php .b2a-archive-index-section .b2a-letter-grid{grid-template-columns:1fr;}
}

/* Web S update: artist archive button uses the same color as main download button */
body.single-song .b2a-artist-page-btn.download-btn,
body.single-album .b2a-artist-page-btn.download-btn{
  min-height:54px;
  height:auto;
  padding:12px 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff !important;
  box-shadow:none !important;
  font-size:14px;
}
body.single-song .b2a-artist-page-btn.download-btn:hover,
body.single-album .b2a-artist-page-btn.download-btn:hover{
  transform:translateY(-3px) scale(1.01);
  filter:brightness(1.03);
}


/* Web S final fix: B2A logo clean in all versions + archive text list softer */
.brand-icon,
.header .brand-icon{
  width:50px !important;
  height:50px !important;
  flex:0 0 50px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:0 10px 24px rgba(59,130,246,.22),0 8px 20px rgba(124,58,237,.16) !important;
  border-radius:16px !important;
  overflow:hidden !important;
}
.brand-icon::before,
.brand-icon::after{content:none !important;display:none !important;}
.brand-icon img,
.header .brand-icon img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:cover !important;
  border-radius:16px !important;
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
}
@media(max-width:700px){
  .brand-icon,
  .header .brand-icon{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
    border-radius:14px !important;
    background:transparent !important;
    background-color:transparent !important;
    overflow:hidden !important;
  }
  .brand-icon img,
  .header .brand-icon img{border-radius:14px !important;object-fit:cover !important;background:transparent !important;}
}
.b2a-archive-text-list{gap:8px !important;}
.b2a-archive-text-list li{gap:9px !important;align-items:flex-start !important;}
.b2a-archive-text-list li::before{
  background:linear-gradient(135deg,rgba(14,165,233,.14),rgba(124,58,237,.16)) !important;
  color:#2563eb !important;
  border:1px solid rgba(59,130,246,.12) !important;
  box-shadow:none !important;
}
.b2a-archive-text-list a{
  font-size:14px !important;
  font-weight:700 !important;
  line-height:2.05 !important;
  color:#0f172a !important;
}
.b2a-archive-featured-head h2{font-size:17px !important;}
@media(max-width:700px){
  .b2a-archive-text-list a{font-size:13px !important;font-weight:700 !important;line-height:2 !important;}
  .b2a-archive-text-list li::before{width:26px !important;height:26px !important;flex-basis:26px !important;font-size:11px !important;}
}


/* Web S final precise fixes: logo no white bg, archive intro spacing, popular list hover, tag links */
.header .brand-icon,
.brand-icon{
  width:50px !important;
  height:50px !important;
  flex:0 0 50px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  outline:0 !important;
  background:none !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
}
.header .brand-icon img,
.brand-icon img{
  display:block !important;
  width:50px !important;
  height:50px !important;
  max-width:50px !important;
  max-height:50px !important;
  object-fit:contain !important;
  border-radius:14px !important;
  background:none !important;
  background-color:transparent !important;
  box-shadow:0 10px 24px rgba(37,99,235,.18),0 8px 18px rgba(124,58,237,.14) !important;
}
@media(max-width:700px){
  .header .brand-icon,
  .brand-icon{width:42px !important;height:42px !important;flex-basis:42px !important;background:none !important;box-shadow:none !important;overflow:visible !important;}
  .header .brand-icon img,
  .brand-icon img{width:42px !important;height:42px !important;max-width:42px !important;max-height:42px !important;border-radius:12px !important;object-fit:contain !important;background:none !important;}
}
.b2a-song-archive-intro .section-head{margin-bottom:8px !important;}
.b2a-song-archive-intro .section-subtitle{margin-bottom:0 !important;}
.b2a-song-archive-intro .b2a-archive-intro-text{margin-top:6px !important;line-height:2.05 !important;}
.b2a-archive-text-list li::before{
  background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.18)) !important;
  color:#4f46e5 !important;
  border:1px solid rgba(124,58,237,.18) !important;
}
.b2a-archive-text-list a{
  transition:color .2s ease, transform .2s ease, text-shadow .2s ease !important;
}
.b2a-archive-text-list a:hover{
  color:#2563eb !important;
  text-shadow:0 6px 18px rgba(37,99,235,.15) !important;
}
.b2a-archive-text-list li:hover a{transform:translateX(-2px);}
.keywords-list a.keyword-chip{ text-decoration:none !important; }
.keywords-list a.keyword-chip:hover{ color:#2563eb !important; border-color:rgba(37,99,235,.28) !important; background:rgba(37,99,235,.06) !important; }


/* Web S deep final: clean logo, usable archive featured lists, SEO tag chips */
.header .brand-icon,
.brand-icon{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  outline:0 !important;
  padding:0 !important;
  overflow:visible !important;
  border-radius:0 !important;
}
.header .brand-icon img,
.brand-icon img{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  outline:0 !important;
  display:block !important;
  object-fit:contain !important;
  border-radius:16px !important;
}
@media(max-width:700px){
  .header .brand-icon img,.brand-icon img{border-radius:14px !important;}
}
.b2a-archive-featured-card{
  background:rgba(255,255,255,.78) !important;
  border:1px solid rgba(219,234,254,.95) !important;
  box-shadow:0 18px 45px rgba(15,23,42,.06) !important;
}
.b2a-archive-text-list{gap:7px !important;counter-reset:b2aArchive !important;}
.b2a-archive-text-list li{
  gap:10px !important;
  border-radius:14px !important;
  padding:5px 7px !important;
  transition:background .2s ease, transform .2s ease !important;
}
.b2a-archive-text-list li::before{
  background:linear-gradient(135deg,#eef7ff,#f3efff) !important;
  color:#0ea5e9 !important;
  border:1px solid rgba(14,165,233,.18) !important;
  box-shadow:0 8px 18px rgba(14,165,233,.10) !important;
  font-weight:900 !important;
}
.b2a-archive-text-list li:hover{
  background:linear-gradient(135deg,rgba(14,165,233,.06),rgba(124,58,237,.06)) !important;
  transform:translateX(-2px) !important;
}
.b2a-archive-text-list a{
  color:#0f2746 !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.95 !important;
  transition:color .2s ease !important;
}
.b2a-archive-text-list a:hover,
.b2a-archive-text-list li:hover a{
  color:#0284c7 !important;
  text-shadow:none !important;
}
.keywords-list a.keyword-chip{
  cursor:pointer !important;
  text-decoration:none !important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease !important;
}
.keywords-list a.keyword-chip:hover{
  color:#0284c7 !important;
  border-color:rgba(14,165,233,.28) !important;
  background:linear-gradient(135deg,rgba(14,165,233,.08),rgba(124,58,237,.06)) !important;
  transform:translateY(-1px) !important;
}
.b2a-song-archive-intro .section-head{margin-bottom:5px !important;}
.b2a-song-archive-intro .b2a-archive-intro-text{margin-top:3px !important;}

/* Web S requested final pass: logo, tag archive, archive-featured list colors */
.header .brand-icon,
.brand-icon{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  outline:0 !important;
  padding:0 !important;
  overflow:visible !important;
}
.header .brand-icon img,
.brand-icon img{
  display:block !important;
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  outline:0 !important;
  object-fit:contain !important;
  border-radius:18px !important;
}
@media(max-width:700px){
  .header .brand-icon img,.brand-icon img{border-radius:16px !important;}
}

.b2a-archive-text-list li::before{
  background:#f7f3ff !important;
  color:#7c3aed !important;
  border:1px solid rgba(124,58,237,.16) !important;
  box-shadow:none !important;
}
.b2a-archive-text-list li{
  background:transparent !important;
  box-shadow:none !important;
  transition:background .18s ease, transform .18s ease, border-color .18s ease !important;
}
.b2a-archive-text-list li:hover{
  background:rgba(124,58,237,.055) !important;
  transform:translateX(-2px) !important;
}
.b2a-archive-text-list a,
.b2a-archive-text-list a:visited{
  color:#10213b !important;
  text-decoration:none !important;
}
.b2a-archive-text-list a:hover,
.b2a-archive-text-list li:hover a{
  color:#7c3aed !important;
  text-shadow:none !important;
}


/* B2A clean tag archive fix - 2026
   صفحه برچسب باید دقیقاً مثل آرشیو موزیک یک ستون استاندارد داشته باشد.
   تمام نسخه‌های قبلی tag CSS حذف شد تا عرض کارت‌ها نشکند. */
body.tag,
body.archive.tag{
  overflow-x:hidden !important;
}
body.tag main.container.main-layout,
body.archive.tag main.container.main-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  width:min(100% - 40px,1280px) !important;
  max-width:1280px !important;
  margin:10px auto 0 !important;
  gap:24px !important;
  align-items:start !important;
}
body.tag .sidebar,
body.archive.tag .sidebar{
  display:none !important;
}
body.tag .b2a-tag-archive-page,
body.archive.tag .b2a-tag-archive-page{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  display:block !important;
  clear:both !important;
}
body.tag .b2a-tag-count,
body.archive.tag .b2a-tag-count{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid #dbe6ef !important;
  color:#475569 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
body.tag .song-list,
body.archive.tag .song-list{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  width:100% !important;
  min-width:0 !important;
}
body.tag .song-row,
body.archive.tag .song-row{
  width:100% !important;
  min-width:0 !important;
  grid-template-columns:150px minmax(0,1fr) 290px !important;
}
body.tag .song-info,
body.archive.tag .song-info,
body.tag .song-actions,
body.archive.tag .song-actions{
  min-width:0 !important;
}
body.tag .song-info h3,
body.archive.tag .song-info h3,
body.tag .song-info h3 a,
body.archive.tag .song-info h3 a{
  word-break:normal !important;
  overflow-wrap:normal !important;
  white-space:normal !important;
  writing-mode:horizontal-tb !important;
}
body.tag .footer,
body.archive.tag .footer{
  clear:both !important;
}
@media(max-width:980px){
  body.tag main.container.main-layout,
  body.archive.tag main.container.main-layout{
    width:min(100% - 24px,1280px) !important;
  }
  body.tag .song-row,
  body.archive.tag .song-row{
    grid-template-columns:130px minmax(0,1fr) 220px !important;
  }
}
@media(max-width:760px){
  body.tag main.container.main-layout,
  body.archive.tag main.container.main-layout{
    width:min(100% - 20px,1280px) !important;
  }
  body.tag .song-row,
  body.archive.tag .song-row{
    grid-template-columns:1fr !important;
  }
}

/* Web S final tag archive emergency fix
   دلیل بهم‌ریختگی: وردپرس روی صفحه برچسب به body کلاس tag می‌دهد و استایل عمومی .tag کل body را inline-flex کرده بود. */
body.tag,
body.archive.tag{
  display:block !important;
  align-items:initial !important;
  justify-content:initial !important;
  min-height:100vh !important;
  padding:0 !important;
  border-radius:0 !important;
  background:var(--bg) !important;
  color:var(--text) !important;
  font-size:inherit !important;
  font-weight:inherit !important;
  overflow-x:hidden !important;
}
body.tag main.container.main-layout,
body.archive.tag main.container.main-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  width:min(100% - 40px,1280px) !important;
  max-width:1280px !important;
  margin:10px auto 0 !important;
  gap:24px !important;
  align-items:start !important;
}
body.tag .sidebar,
body.archive.tag .sidebar{display:none !important;}
body.tag .b2a-tag-archive-page,
body.archive.tag .b2a-tag-archive-page{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}
body.tag .song-list,
body.archive.tag .song-list{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  width:100% !important;
}
body.tag .song-row,
body.archive.tag .song-row{
  display:grid !important;
  width:100% !important;
  grid-template-columns:150px minmax(0,1fr) 290px !important;
  gap:18px !important;
  align-items:center !important;
}
body.tag .song-actions,
body.archive.tag .song-actions{
  display:flex !important;
  flex-direction:row !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
body.tag .song-info h3,
body.archive.tag .song-info h3,
body.tag .song-info h3 a,
body.archive.tag .song-info h3 a{
  writing-mode:horizontal-tb !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}
body.tag .footer,
body.archive.tag .footer{
  display:block !important;
  clear:both !important;
  width:100% !important;
}
body.tag .b2a-tag-count,
body.archive.tag .b2a-tag-count{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid #dbe6ef !important;
  color:#475569 !important;
  font-weight:900 !important;
}
@media(max-width:980px){
  body.tag main.container.main-layout,
  body.archive.tag main.container.main-layout{width:min(100% - 24px,1280px) !important;}
  body.tag .song-row,
  body.archive.tag .song-row{grid-template-columns:130px minmax(0,1fr) !important;}
  body.tag .song-actions,
  body.archive.tag .song-actions{grid-column:1/-1;justify-content:flex-start !important;}
}
@media(max-width:760px){
  body.tag main.container.main-layout,
  body.archive.tag main.container.main-layout{width:min(100% - 20px,1280px) !important;}
  body.tag .song-row,
  body.archive.tag .song-row{grid-template-columns:1fr !important;}
  body.tag .song-actions,
  body.archive.tag .song-actions{flex-direction:column !important;align-items:stretch !important;}
  body.tag .song-actions .play-btn,
  body.tag .song-actions .download-btn,
  body.tag .song-actions .readmore-btn{width:100% !important;}
}


/* Web S final requested fixes - tag/footer/archive/mobile sections */
@media (min-width: 981px){
  body.tag .footer,
  body.archive.tag .footer{
    margin-bottom:24px !important;
  }
  body.tag .footer-main,
  body.archive.tag .footer-main{
    margin-bottom:0 !important;
  }
}
body.tag .b2a-song-archive-intro .section-subtitle,
body.archive.tag .b2a-song-archive-intro .section-subtitle{
  display:none !important;
}
.b2a-archive-text-list li::before{
  background:#f8fafc !important;
  color:#64748b !important;
  border:1px solid #e2e8f0 !important;
}
.b2a-archive-text-list a,
.b2a-archive-text-list a:hover{
  color:#334155 !important;
  text-decoration:none !important;
}
body.post-type-archive-song .b2a-song-archive-intro .section-subtitle{
  display:none !important;
}
body.home .mobile-best-week,
body.home .mobile-best-month{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}
@media (max-width: 1100px){
  body.home .mobile-best-week,
  body.home .mobile-best-month{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  body.home .mobile-best-week .best-week-grid-home,
  body.home .mobile-best-month .best-week-grid-home{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
}


/* v24 fix: desktop best-week/month must stay only in sidebar; mobile/tablet keeps them under featured */
@media (min-width:1101px){
  body.home .mobile-best-week,
  body.home .mobile-best-month{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    height:0 !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
  }
}
@media (max-width:1100px){
  body.home .mobile-best-week,
  body.home .mobile-best-month{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    overflow:visible !important;
  }
  body.home .mobile-best-week .best-week-grid-home,
  body.home .mobile-best-month .best-week-grid-home{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
}

/* v25 fix: mobile/tablet best month/week must render selected cards, desktop copy stays hidden under featured */
@media (min-width:1101px){
  body.home main .mobile-best-week,
  body.home main .mobile-best-month,
  body.home .content .mobile-best-week,
  body.home .content .mobile-best-month{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    height:0 !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
  }
}
@media (max-width:1100px){
  body.home .mobile-best-week,
  body.home .mobile-best-month{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    overflow:visible !important;
    margin-top:26px !important;
  }
  body.home .mobile-best-week .best-week-grid-home,
  body.home .mobile-best-month .best-week-grid-home{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  body.home .mobile-best-week .music-card,
  body.home .mobile-best-month .music-card,
  body.home .mobile-best-week .album-hover-card,
  body.home .mobile-best-month .album-hover-card{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    width:100% !important;
    max-width:none !important;
  }
  body.home .mobile-best-week .cover,
  body.home .mobile-best-month .cover{
    display:block !important;
    aspect-ratio:1/1 !important;
    min-height:unset !important;
  }
}

/* v26: home popular songs section - visible on all devices under featured */
body.home .b2a-popular-songs-home{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  clear:both;
  margin-top:18px;
}
body.home .b2a-popular-songs-home .b2a-six-card-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:100%;
}
body.home .b2a-popular-songs-home .music-card,
body.home .b2a-popular-songs-home .album-hover-card{
  display:block !important;
  width:100%;
  max-width:none;
  margin:0;
}
body.home .b2a-popular-songs-home .cover{
  aspect-ratio:1/1;
}
@media (max-width:1100px){
  body.home .b2a-popular-songs-home .b2a-six-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
}
@media (max-width:600px){
  body.home .b2a-popular-songs-home{margin-top:16px;}
  body.home .b2a-popular-songs-home .b2a-six-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
}

/* v27: Popular songs home block must always keep its position above latest songs */
body.home .b2a-popular-songs-home{display:block!important;visibility:visible!important;opacity:1!important;clear:both;margin:18px 0 0!important;}
body.home .b2a-popular-songs-home .b2a-admin-empty-note{margin:0;color:#64748b;line-height:2;background:rgba(255,255,255,.55);border:1px dashed rgba(30,64,175,.25);border-radius:16px;padding:12px 14px;}
body.home .b2a-popular-songs-home .b2a-six-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;}
@media (max-width:1100px){body.home .b2a-popular-songs-home .b2a-six-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}}
@media (max-width:600px){body.home .b2a-popular-songs-home .b2a-six-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}}

/* v28: spacing between popular songs and featured posts */
body.home .b2a-popular-songs-home{
  margin:0 0 42px 0 !important;
  padding-bottom:6px !important;
  clear:both !important;
}
body.home .b2a-popular-songs-home + .section{
  margin-top:0 !important;
  padding-top:0 !important;
  clear:both !important;
}
@media (max-width:1100px){
  body.home .b2a-popular-songs-home{margin-bottom:34px !important;padding-bottom:4px !important;}
}
@media (max-width:600px){
  body.home .b2a-popular-songs-home{margin-bottom:28px !important;padding-bottom:2px !important;}
}

/* v30: Music Analysis archive/single pages */
.b2a-analysis-hero{
  background:linear-gradient(135deg,#ffffff 0%,#f0f9ff 100%);
  border:1px solid rgba(217,230,239,.95);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:22px;
}
.b2a-analysis-hero .section-title{font-size:22px;margin-bottom:8px}
.b2a-analysis-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.b2a-analysis-hero-tags span,.b2a-analysis-mood{
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px 12px;border-radius:999px;background:#e4f7ff;color:#0284c7;
  font-size:12px;font-weight:900;border:1px solid #d1efff
}
.b2a-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.b2a-analysis-card{
  background:#fff;border:1px solid rgba(217,230,239,.95);border-radius:24px;
  box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:145px 1fr;gap:0;
  transition:.22s;min-width:0
}
.b2a-analysis-card:hover{transform:translateY(-2px)}
.b2a-analysis-cover{display:block;background:#f3f8fc;min-height:145px;overflow:hidden}
.b2a-analysis-cover img,.b2a-analysis-single-cover img{width:100%;height:100%;object-fit:cover;display:block}
.b2a-analysis-cover-placeholder{
  width:100%;height:100%;min-height:145px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#e0f2fe,#f8fafc);color:#0284c7;font-weight:900
}
.b2a-analysis-card-body{padding:16px;min-width:0}
.b2a-analysis-card-body h3{margin:0 0 10px;font-size:16px;line-height:1.8}
.b2a-analysis-card-body h3 a{color:var(--text)}
.b2a-analysis-card-body p{margin:0 0 12px;color:#64748b;line-height:2;font-size:13px}
.b2a-analysis-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.b2a-analysis-meta-row span{
  padding:6px 9px;border-radius:999px;background:#f8fbfd;border:1px solid #e8f1f7;color:#334155;
  font-size:11px;font-weight:800
}
.b2a-analysis-single-hero{display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:stretch;margin-bottom:22px}
.b2a-analysis-single-cover{border-radius:24px;overflow:hidden;background:#f3f8fc;min-height:260px}
.b2a-analysis-single-head{display:flex;flex-direction:column;justify-content:center;min-width:0}
.b2a-analysis-label{display:inline-flex;width:max-content;padding:8px 12px;border-radius:999px;background:#e4f7ff;color:#0284c7;font-weight:900;font-size:12px;margin-bottom:12px}
.b2a-analysis-single-head h1{margin:0 0 12px;font-size:25px;line-height:1.8;color:var(--text)}
.b2a-analysis-single-head p{margin:0;color:#64748b;line-height:2;font-size:14px}
.b2a-analysis-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.b2a-analysis-specs div{background:#f8fbfd;border:1px solid #e8f1f7;border-radius:16px;padding:12px;min-width:0}
.b2a-analysis-specs span{display:block;color:#64748b;font-size:12px;margin-bottom:6px}
.b2a-analysis-specs strong{display:block;color:var(--text);font-size:14px;line-height:1.6;word-break:break-word}
.b2a-analysis-box{margin-bottom:18px}
.b2a-analysis-box h2{margin:0 0 12px;color:var(--text);font-size:18px;line-height:1.8}
.b2a-analysis-box p{line-height:2.15;color:#334155}
.b2a-analysis-chords-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.b2a-chord-pre,.b2a-lyrics-chords{
  margin:0;white-space:pre-wrap;direction:ltr;text-align:left;background:#f8fbfd;border:1px solid #e8f1f7;
  border-radius:18px;padding:16px;line-height:2;font-family:Consolas,Monaco,monospace;color:#1e293b;overflow:auto
}
.b2a-lyrics-chords{direction:rtl;text-align:right;font-family:inherit}
@media(max-width:900px){
  .b2a-analysis-grid{grid-template-columns:1fr}
  .b2a-analysis-single-hero{grid-template-columns:1fr}
  .b2a-analysis-single-cover{min-height:auto;aspect-ratio:1/1}
  .b2a-analysis-specs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .b2a-analysis-chords-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .b2a-analysis-card{grid-template-columns:1fr}
  .b2a-analysis-cover{aspect-ratio:1/1;min-height:auto}
  .b2a-analysis-specs{grid-template-columns:1fr}
  .b2a-analysis-single-head h1{font-size:21px}
}

.b2a-analysis-audio{margin:18px 0 10px;padding:12px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}
.b2a-analysis-audio audio{width:100%;display:block}

/* v32 - Music Analysis UX fixes */
.b2a-analysis-jump-nav{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 18px;padding:12px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.06)}
.b2a-analysis-jump-nav a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:14px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff!important;text-decoration:none;font-size:13px;font-weight:800;line-height:1.5;transition:.2s ease}
.b2a-analysis-jump-nav a:hover{transform:translateY(-2px);filter:brightness(1.03)}
.b2a-analysis-single-cover{overflow:hidden;border-radius:22px;background:#f8fafc}
.b2a-analysis-single-cover img,.b2a-analysis-cover img{width:100%;height:100%;object-fit:cover;display:block}
.b2a-analysis-cover-placeholder{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:220px;border-radius:18px}
.b2a-analysis-box{scroll-margin-top:90px}
.b2a-chord-pre,.b2a-lyrics-chords{white-space:pre-wrap;direction:rtl;text-align:right;line-height:2.25;font-size:15px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:16px;overflow:auto}
.keywords-list a.keyword-chip{display:inline-flex;text-decoration:none;background:linear-gradient(135deg,#16a34a,#22c55e)!important;color:#fff!important;border:0!important}
.keywords-list a.keyword-chip:hover{filter:brightness(1.05);transform:translateY(-1px)}
.b2a-analysis-audio audio{width:100%;margin-top:12px}
@media(max-width:720px){.b2a-analysis-jump-nav{gap:8px}.b2a-analysis-jump-nav a{flex:1 1 calc(50% - 8px);font-size:12px;padding:9px 10px}}

/* v33 - Analysis SEO/tag/media UX fixes */
.b2a-analysis-jump-nav a{
  background:linear-gradient(135deg,#2563eb,#7c3aed)!important;
  color:#fff!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(37,99,235,.18)!important;
}
.b2a-analysis-jump-nav a:hover{filter:brightness(1.05)!important;transform:translateY(-2px)!important}
.b2a-analysis-chords-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch}
.b2a-chord-pre{
  font-family:inherit!important;
  direction:rtl!important;
  text-align:right!important;
  line-height:2.15!important;
  font-size:14px!important;
  white-space:pre-wrap!important;
}
.b2a-lyrics-chords{font-family:inherit!important;line-height:2.25!important}
.keywords-list a.keyword-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:#f3fbff!important;
  border:1px solid #d9eef9!important;
  color:#0369a1!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.keywords-list a.keyword-chip:hover{
  color:#0284c7!important;
  border-color:rgba(14,165,233,.28)!important;
  background:linear-gradient(135deg,rgba(14,165,233,.08),rgba(124,58,237,.06))!important;
  transform:translateY(-1px)!important;
}
.b2a-analysis-faq-list{display:grid;gap:12px;margin-top:8px}
.b2a-analysis-faq-item{
  background:#f8fbfd;
  border:1px solid #e8f1f7;
  border-radius:18px;
  padding:16px 18px;
}
.b2a-analysis-faq-item h3{margin:0 0 8px!important;font-size:15px!important;line-height:1.9;color:var(--text);font-weight:900}
.b2a-analysis-faq-item p{margin:0!important;line-height:2.1;color:#52677c}
@media(max-width:900px){.b2a-analysis-chords-grid{grid-template-columns:1fr!important}}

/* v34 - تحلیل آثار: بهبود خوانایی، برچسب‌ها، کاور و بخش‌های مرتبط */
.b2a-analysis-single-cover{background:#f8fbff!important;display:flex;align-items:center;justify-content:center;min-height:300px!important;box-shadow:0 16px 40px rgba(15,23,42,.08)}
.b2a-analysis-single-cover img{width:100%!important;height:auto!important;max-height:430px!important;object-fit:contain!important;background:#f8fbff!important}
.b2a-analysis-box{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;border:1px solid #e6eef7!important;border-radius:24px!important;box-shadow:0 12px 32px rgba(15,23,42,.045)!important;padding:24px!important;position:relative;overflow:hidden}
.b2a-analysis-box:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#3b82f6,#8b5cf6);opacity:.75}
.b2a-analysis-box:nth-of-type(odd){background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)!important}
.b2a-analysis-box h2{padding-bottom:10px;border-bottom:1px solid rgba(15,23,42,.07)}
.b2a-analysis-box p{font-size:15px;line-height:2.25!important;color:#26364a!important;margin:0 0 14px!important}
.b2a-analysis-jump-nav a{background:linear-gradient(135deg,#3b82f6,#8b5cf6)!important;border:0!important;color:#fff!important;box-shadow:0 10px 22px rgba(59,130,246,.22)!important}
.keywords-box .keyword-chip,.keywords-list .keyword-chip{background:#eef6ff!important;border:1px solid #dbeafe!important;color:#2563eb!important;border-radius:999px!important;padding:8px 12px!important;font-weight:800!important;text-decoration:none!important}
.keywords-box .keyword-chip:hover,.keywords-list .keyword-chip:hover{background:#2563eb!important;color:#fff!important}
.b2a-analysis-chords-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}
.b2a-chord-pre,.b2a-lyrics-chords{font-family:inherit!important;font-size:15px!important;line-height:2.15!important;color:#26364a!important;white-space:pre-wrap!important;background:#f8fbff!important;border:1px solid #e6eef7!important;border-radius:18px!important;padding:16px!important;direction:rtl!important;text-align:right!important}
.b2a-analysis-faq-list{display:grid!important;gap:14px!important;margin-top:12px!important}
.b2a-analysis-faq-item{background:#fff!important;border:1px solid #e6eef7!important;border-radius:18px!important;padding:16px 18px!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important}
.b2a-analysis-faq-item h3{margin:0 0 10px!important;line-height:1.9!important;font-size:15px!important;color:#0f172a!important}
.b2a-analysis-faq-item p{margin:0!important;line-height:2.15!important;color:#52677c!important}
.b2a-analysis-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}
.b2a-analysis-related-list{display:grid;gap:12px}
.b2a-analysis-mini-card{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center;background:#fff;border:1px solid #e6eef7;border-radius:18px;padding:10px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.b2a-analysis-mini-cover{display:block;aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#f3f8fc}
.b2a-analysis-mini-cover img{width:100%;height:100%;object-fit:cover;display:block}
.b2a-analysis-mini-body span{display:inline-flex;color:#2563eb;background:#eef6ff;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:900;margin-bottom:6px}
.b2a-analysis-mini-body h3{margin:0 0 5px!important;font-size:14px!important;line-height:1.8!important;border:0!important;padding:0!important}
.b2a-analysis-mini-body h3 a{color:#0f172a;text-decoration:none}
.b2a-analysis-mini-body p{margin:0!important;color:#64748b!important;font-size:12px!important;line-height:1.9!important}
.b2a-analysis-mini-meta{color:#334155!important;font-weight:800!important;margin-bottom:4px!important}
.b2a-analysis-related-song-list .song-card,.b2a-analysis-related-song-list .song-row{margin-bottom:10px}
@media(max-width:900px){.b2a-analysis-related-grid,.b2a-analysis-chords-grid{grid-template-columns:1fr!important}.b2a-analysis-single-cover{min-height:auto!important}.b2a-analysis-mini-card{grid-template-columns:82px 1fr}}

/* v35 - اصلاح نهایی تحلیل آثار، برچسب‌ها و بخش‌های مرتبط */
.b2a-analysis-single-cover{
  min-height:260px!important;
  aspect-ratio:1/1!important;
  background:#f8fafc!important;
  box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
}
.b2a-analysis-single-cover img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  background:#f8fafc!important;
}
.b2a-analysis-box{
  background:#fff!important;
  border:1px solid #e6eef7!important;
  border-radius:22px!important;
  box-shadow:0 10px 26px rgba(15,23,42,.035)!important;
  padding:22px!important;
  overflow:visible!important;
}
.b2a-analysis-box:before{display:none!important;content:none!important}
.b2a-analysis-box:nth-of-type(odd){background:#fff!important}
.b2a-analysis-box h2{padding-bottom:8px!important;margin-bottom:10px!important;border-bottom:1px solid rgba(15,23,42,.06)!important}
.b2a-analysis-box p{line-height:2.05!important;margin:0 0 8px!important;color:#26364a!important}
.b2a-analysis-related-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;margin:18px 0!important}
.b2a-analysis-title-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:0!important}
.b2a-analysis-title-list li{margin:0!important;padding:10px 0!important;border-bottom:1px solid rgba(15,23,42,.07)!important;line-height:1.9!important}
.b2a-analysis-title-list li:last-child{border-bottom:0!important}
.b2a-analysis-title-list a{color:#0f172a!important;text-decoration:none!important;font-weight:800!important;font-size:14px!important}
.b2a-analysis-title-list a:hover{color:#2563eb!important}
@media(max-width:900px){.b2a-analysis-related-grid{grid-template-columns:1fr!important}.b2a-analysis-single-cover{min-height:auto!important}}


/* v36 - tag archive text, menu/footer cleanup, analysis cover link */
.b2a-analysis-single-hero{align-items:center!important}
.b2a-analysis-single-cover{
  width:min(430px,100%)!important;
  max-width:430px!important;
  min-height:auto!important;
  aspect-ratio:16/10!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#f8fafc!important;
}
.b2a-analysis-cover-link{display:block!important;width:100%!important;height:100%!important;text-decoration:none!important}
.b2a-analysis-single-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
@media(max-width:900px){.b2a-analysis-single-cover{width:100%!important;max-width:520px!important;aspect-ratio:16/10!important}}

/* v37 - تحلیل آثار: کاور دوباره عمودی و گوشه صفحه مثل نسخه‌های قبلی */
.b2a-analysis-single-hero{
  display:grid!important;
  grid-template-columns:280px 1fr!important;
  gap:24px!important;
  align-items:stretch!important;
}
.b2a-analysis-single-cover{
  width:100%!important;
  max-width:280px!important;
  min-height:360px!important;
  aspect-ratio:3/4!important;
  margin:0!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#f8fafc!important;
  box-shadow:0 18px 42px rgba(15,23,42,.09)!important;
}
.b2a-analysis-cover-link{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.b2a-analysis-single-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
@media(max-width:900px){
  .b2a-analysis-single-hero{grid-template-columns:1fr!important;}
  .b2a-analysis-single-cover{
    width:100%!important;
    max-width:360px!important;
    min-height:auto!important;
    aspect-ratio:3/4!important;
    margin:0 auto 18px!important;
  }
}


/* v39 - Web S: final requested fixes */
.header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  box-shadow:0 8px 24px rgba(15,23,42,.045);
}
.admin-bar .header{top:32px!important}
@media(max-width:782px){.admin-bar .header{top:46px!important}}
.search-section-desktop{position:relative!important;z-index:1!important}
.b2a-analysis-faq-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  margin-top:14px!important;
}
.b2a-analysis-faq-item{
  display:block!important;
  width:100%!important;
  background:#fff!important;
  border:1px solid #e6eef7!important;
  border-radius:18px!important;
  padding:16px 18px!important;
  box-shadow:0 8px 22px rgba(15,23,42,.04)!important;
}
.b2a-analysis-faq-item h3{
  display:block!important;
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  font-size:15px!important;
  line-height:1.9!important;
  color:#0f172a!important;
  font-weight:900!important;
}
.b2a-analysis-faq-item p{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-size:14px!important;
  line-height:2.15!important;
  color:#52677c!important;
}

/* v40 - Web S: real fixed top menu while scrolling */
html{scroll-padding-top:110px!important;}
body{padding-top:88px!important;}
.header{
  position:fixed!important;
  top:0!important;
  right:0!important;
  left:0!important;
  width:100%!important;
  z-index:999999!important;
  transform:none!important;
  will-change:auto!important;
}
.admin-bar .header{top:32px!important;}
@media(max-width:782px){.admin-bar .header{top:46px!important;}}
@media(max-width:700px){
  body{padding-top:72px!important;}
  html{scroll-padding-top:92px!important;}
  .header-inner{min-height:72px!important;}
  .menu-toggle{position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;z-index:1000000!important;}
  .nav{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:0!important;z-index:999999!important;}
}
