:root {
  color-scheme:light;
  --ink:#162239;--muted:#5f6c80;--line:#dfe6f0;--panel:#fff;
  --soft:#f4f7fc;--navy:#111b33;--navy2:#222d4b;--link:#2249b4;
  --teal:#00796f;--accent:#e9a64d;--shadow:0 14px 34px rgba(18,32,57,.06);
  --radius:16px;
}
*{box-sizing:border-box}
html{background:var(--soft)}
body{margin:0;background:linear-gradient(180deg,#eef2fa 0,#f5f7fc 330px,#f7f9fc 100%);color:var(--ink);font:400 15px/1.62 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;min-height:100vh}
a{color:var(--link);font-weight:650;text-decoration:none;overflow-wrap:anywhere}
a:hover{text-decoration:underline}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--navy);color:#aebdd8;padding:7px max(18px,calc((100vw - 1100px)/2));font-size:11px;font-weight:750;letter-spacing:.1em}
.topbar a{color:#c2d4ee;font-size:11px}
.site-head-shell{background:var(--navy2);box-shadow:0 8px 22px rgba(18,29,53,.11)}
.site-head{max-width:1100px;margin:auto;min-height:80px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.site-brand{display:flex;align-items:center;gap:14px;min-width:0;color:white}
.site-brand img{width:160px;max-height:58px;object-fit:contain;border-radius:9px}
.site-brand:hover{text-decoration:none}
.site-tag{color:#c2ccdf;font-size:12px;font-weight:500;white-space:nowrap}
.site-nav{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.site-nav a{color:#f1f5ff;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);border-radius:9px;padding:8px 12px;font-size:13px;font-weight:650;white-space:nowrap;transition:background .2s}
.site-nav a:hover{background:rgba(255,255,255,.19);text-decoration:none}
.wrap{max-width:1100px;padding:20px 18px 36px;margin:0 auto;min-width:0}
.home-hero{background:radial-gradient(circle at 90% 0,rgba(72,143,170,.35),transparent 38%),linear-gradient(130deg,#182643,#26385b);color:#fff;border:1px solid #364b6f;border-radius:20px;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(235px,.8fr);gap:26px;align-items:center;margin:0 0 20px;box-shadow:var(--shadow)}
.eyebrow{color:#ffce88;font-size:11px;letter-spacing:.17em;font-weight:800}
.home-hero h1{font-size:clamp(25px,3vw,37px);line-height:1.15;letter-spacing:-.04em;color:#fff;margin:9px 0}
.home-hero p{color:#d4ddec;max-width:440px;margin:0 0 19px;font-size:14px}
.hero-button{display:inline-flex;align-items:center;background:#fff;color:#203251;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:800}
.hero-button:hover{background:#eef4ff;text-decoration:none}
.hero-feature{display:flex;align-items:center;gap:14px;padding:11px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:15px;color:#fff;min-width:0}
.hero-feature img{height:112px;width:112px;object-fit:cover;border-radius:11px;background:#fff}
.hero-feature span{min-width:0}.hero-feature small{display:block;color:#c9d6e8;font-size:10px;letter-spacing:.09em;font-weight:800}.hero-feature strong{display:block;color:#fff;font-size:16px;line-height:1.4;margin-top:5px;overflow-wrap:anywhere}
.hero-feature:hover{text-decoration:none;background:rgba(255,255,255,.15)}
.page-title{font-size:clamp(23px,3vw,29px);line-height:1.28;letter-spacing:-.02em;margin:0 0 15px;color:var(--ink)}
.breadcrumb{padding:12px 14px;background:#fff;color:var(--muted);border:1px solid var(--line);border-radius:12px;margin-bottom:16px;font-size:12px;line-height:1.6}
.breadcrumb strong{color:var(--ink)}
.bar{margin-top:17px;background:var(--navy2);color:#fff;padding:11px 16px;border:1px solid #364763;border-radius:13px 13px 0 0;font-weight:800;font-size:14px;letter-spacing:.015em}
.bar.gray{background:#e9eef7;color:#283956;border-color:var(--line)}
.row,.listrow,.track{display:block;min-height:46px;padding:12px 16px;background:#fff;border:1px solid var(--line);border-top:0;line-height:1.55;overflow-wrap:anywhere}
.bar+.row,.bar+.listrow,.bar+.track{border-top:0}
.row:hover,.listrow:hover,.track:hover{background:#fafdff}
.bar+.row:last-child,.bar+.listrow:last-child{border-radius:0 0 12px 12px}
.listtext{min-width:0;line-height:1.6}.red{color:#bd3548}.green,.artist-link{color:var(--teal)}.muted{color:var(--muted)}
.info-box{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start;padding:20px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin:0 0 15px}
.detail-cover{display:block;width:220px;height:220px;object-fit:cover;border-radius:13px;background:#eef1f4;box-shadow:0 8px 22px rgba(20,31,49,.10)}
.info{min-width:0;line-height:1.6}.info div{padding:5px 0;border-bottom:1px solid #edf1f7;font-size:14px}.info div:last-child{border-bottom:0}.info b{color:#233552}
.desc-box,.faq,.seo-footer{padding:16px 18px;background:var(--panel);border:1px solid var(--line);border-radius:13px;line-height:1.7;color:#43536e;margin:15px 0;box-shadow:var(--shadow)}
.desc-box b{color:var(--ink)}.seo-footer p{margin:0}.seo-footer h1,.seo-footer h2,.seo-footer h3{display:none}
.download{display:inline-block;padding:11px 15px;margin:8px 8px 0 0;border:1px solid #cbd8eb;background:#fff;border-radius:10px;box-shadow:0 2px 6px rgba(20,34,55,.04)}.download:hover{border-color:#89a5d9}
.download a{color:var(--link)}
.artist-buttons{background:#fff;border:1px solid var(--line);border-radius:13px;padding:10px;margin-bottom:12px}.artist-btn{display:inline-block;border:1px solid #cfdbed;background:#f6f8fd;color:var(--link);border-radius:9px;padding:7px 12px;margin:3px}.artist-btn:hover{background:#e8efff;text-decoration:none}
.pager{margin:16px 0;padding:13px 15px;background:#fff;border:1px solid var(--line);border-radius:12px;color:var(--muted)}.pager a{margin-right:12px}
.az-links{display:flex;flex-wrap:wrap;gap:6px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;margin:10px 0}.az-links a{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff}
.home-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.home-nav a{padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px}
.site-home-link{margin:17px 0 0;border-radius:12px;border-top:1px solid var(--line)}
.footer{margin-top:16px;padding:18px 16px;text-align:center;background:var(--navy2);color:#d4dfed;border-radius:12px;font-size:12px}
h2,h3,h4{font-size:17px;line-height:1.35;margin:16px 0 10px;color:var(--ink)}h5{font-size:15px;color:var(--ink)}
@media(max-width:800px){.site-head{display:block;text-align:center}.site-brand{justify-content:center}.site-nav{justify-content:center;margin-top:12px}.site-tag{display:none}.home-hero{grid-template-columns:1fr}.hero-feature{max-width:420px}.topbar{padding:7px 14px}}
@media(max-width:520px){.wrap{padding:14px 10px 24px}.site-head{padding:12px 8px}.site-brand img{width:142px}.site-nav{gap:5px}.site-nav a{padding:7px 10px;font-size:12px}.home-hero{padding:23px 19px;gap:18px;border-radius:16px}.hero-feature img{width:86px;height:86px}.bar{margin-top:14px}.info-box{display:block;padding:16px}.detail-cover{width:210px;height:210px;max-width:100%;margin:0 auto 16px}.row,.listrow,.track{padding:11px 12px}.download{display:block;text-align:center;margin:9px 0 0}.page-title{font-size:23px}.topbar a{display:none}}

/* ------------------------------------------------------------
   MrJatt.is simple classic update: blue header, border, search.
   Existing song/album links, page semantics and layouts unchanged.
   ------------------------------------------------------------ */
:root {
  --ink:#253749;--muted:#697786;--line:#d9e0e7;--panel:#fff;
  --soft:#f2f4f6;--navy:#173b61;--navy2:#204e79;
  --link:#16547d;--teal:#255c7c;--accent:#316b9b;
  --shadow:none;--radius:4px;
}
html{background:var(--soft)}
body{background:var(--soft);color:var(--ink);font:400 14px/1.55 Arial,Helvetica,sans-serif}
.site-head-shell{background:var(--navy);box-shadow:none;border-bottom:2px solid #316b9b}
.site-head{max-width:1020px;min-height:91px;padding:9px 20px;justify-content:flex-start}
.site-brand{gap:15px}
.site-brand img{width:160px;height:75px;max-height:75px;object-fit:contain;border-radius:0}
.site-tag{color:#cfdfeb;font-size:12px}
.site-search-shell{background:#f7fafc;border-bottom:1px solid var(--line);padding:13px 20px}
.site-search{display:flex;gap:7px;max-width:980px;margin:0 auto}
.site-search input{flex:1;min-width:0;max-width:590px;border:1px solid #bccbd8;border-radius:4px;background:white;padding:11px 12px;font:inherit;color:var(--ink);outline-color:var(--link)}
.site-search button{border:0;border-radius:4px;background:var(--navy2);color:white;font:700 13px Arial,Helvetica,sans-serif;padding:0 21px;min-height:41px;cursor:pointer}
.site-search button:hover{background:#173b61}
.wrap{max-width:1020px;margin:0 auto;padding:20px 20px 34px;background:#fff;min-height:80vh;box-shadow:0 0 0 1px #e2e6ea}
.home-hero{background:#f7fafc;color:var(--ink);border:1px solid var(--line);border-radius:4px;box-shadow:none;padding:18px 20px;gap:15px}
.eyebrow{color:#316b9b;letter-spacing:.06em}
.home-hero h1{color:#193b59;font-size:23px;letter-spacing:0;margin:5px 0}
.home-hero p{color:var(--muted)}
.hero-feature{background:white;border-color:var(--line);border-radius:4px;color:var(--ink)}
.hero-feature:hover{background:#f2f7fb}
.hero-feature strong{color:var(--link)}
.hero-feature small{color:var(--muted)}
.hero-feature img{border-radius:3px;height:88px;width:88px}
.hero-button{border:1px solid var(--line);border-radius:3px;background:#fff;color:var(--link)}
.bar{background:#f3f6f9;color:#173d61;border-color:var(--line);border-left:4px solid #316b9b;border-radius:0;padding:9px 12px;text-transform:uppercase;font-size:14px}
.bar.gray{background:#f3f6f9;color:#173d61}
.row,.listrow,.track{padding:10px 12px;min-height:42px}
.bar+.row:last-child,.bar+.listrow:last-child{border-radius:0}
.breadcrumb,.desc-box,.faq,.seo-footer,.info-box,.artist-buttons,.pager,.az-links,.download,.footer,.site-home-link{border-radius:3px;box-shadow:none}
.detail-cover{border-radius:3px;box-shadow:none}
.footer{background:#f7f9fb;color:var(--muted);border-top:1px solid var(--line)}
@media(max-width:800px){.site-head{display:flex;text-align:left}.site-brand{justify-content:flex-start}.site-tag{display:none}}
@media(max-width:520px){.site-head{padding:8px 14px;min-height:80px}.site-brand img{width:145px;height:68px}.site-search-shell{padding:12px 14px}.site-search input{padding:10px}.site-search button{padding:0 12px}.wrap{padding:14px 12px 24px}.home-hero{padding:14px;gap:12px}}

/* Latest requested centered text brand, matched section bars and 16px H1. */
.site-head{display:flex!important;justify-content:center!important;text-align:center!important;min-height:60px!important;padding:8px 16px!important}
.site-brand{display:flex!important;width:100%;justify-content:center!important;text-align:center!important;color:#fff!important}
.brand-text{display:block;color:#fff;font-size:32px;font-weight:800;letter-spacing:-1px;line-height:1.3}
@media(max-width:520px){.brand-text{font-size:29px}}
:root{--line:#b5c5d5}
.bar,.bar.gray{background:#204e79!important;color:#fff!important;border:1px solid #173b61!important;border-left:4px solid #102d49!important;border-radius:0!important}
.breadcrumb,.info-box,.desc-box,.faq,.seo-footer,.artist-buttons,.pager,.az-links,.download,.site-home-link{border-color:#b5c5d5!important}
.row,.listrow,.track{border-color:#b5c5d5!important}
.info div{border-bottom-color:#c3d0de!important}
h1.page-title{background:#204e79!important;color:#fff!important;border:1px solid #173b61!important;border-left:4px solid #102d49!important;border-radius:0!important;padding:12px 14px!important;margin:12px 0!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;letter-spacing:0!important}
