*{box-sizing:border-box}
:root{
    --bg:#fff;
    --ink:#171728;
    --muted:#6f7181;
    --line:#ececf2;
    --soft:#f7f7fb;
    --brand:#ff4d6d;
    --brand2:#6957ff;
    --brand-dark:#e8395b;
    --shadow:0 18px 50px rgba(34,31,64,.10);
    --radius:22px;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.narrow{width:min(780px,100%)}
.narrow-wide{width:min(940px,calc(100% - 32px))}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(236,236,242,.9)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:23px;font-weight:900;letter-spacing:-.8px;white-space:nowrap}
.brand>span>span{color:var(--brand)}
.brand img{border-radius:12px}
.main-nav{display:flex;align-items:center;gap:22px;margin-left:8px}
.main-nav a{font-size:14px;font-weight:750;color:#343546}
.main-nav a:hover{color:var(--brand)}
.header-search{position:relative;margin-left:auto;width:min(350px,34vw)}
.header-search input{width:100%;height:44px;border:1px solid var(--line);background:var(--soft);border-radius:999px;padding:0 48px 0 18px;outline:0;color:var(--ink)}
.header-search input:focus{border-color:#bcb7ff;box-shadow:0 0 0 4px rgba(105,87,255,.10);background:#fff}
.header-search button{position:absolute;right:6px;top:6px;width:32px;height:32px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--brand2)}
.header-search svg,.hero-search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.nav-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:8px}
.nav-toggle span{display:block;width:22px;height:2px;background:#222;margin:4px 0;border-radius:2px}

.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:8px;overflow:hidden;z-index:80}
.search-suggestions[hidden]{display:none}
.suggestion-label{padding:9px 10px 5px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9a9baa}
.suggestion-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px}
.suggestion-item:hover{background:var(--soft)}
.suggestion-item img{width:38px;height:38px;object-fit:cover;border-radius:10px;background:#eee}
.suggestion-item span{display:flex;flex-direction:column;min-width:0}
.suggestion-item strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggestion-item small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggestion-all{display:block;margin-top:6px;border-top:1px solid var(--line);padding:12px 10px 8px;text-align:center;font-size:13px;font-weight:800;color:var(--brand2)}
.suggestion-empty{padding:18px;text-align:center;color:var(--muted);font-size:13px}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff1f5 0%,#f2f0ff 54%,#eefaff 100%)}
.hero:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.46);right:-100px;top:-160px}
.hero-inner{min-height:520px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:34px}
.hero-copy{position:relative;z-index:2;max-width:720px;padding:72px 0}
.eyebrow,.section-kicker{display:inline-block;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}
.hero h1,.page-hero h1,.artist-hero h1,.song-hero h1{margin:12px 0 14px;font-size:clamp(38px,6vw,67px);line-height:.98;letter-spacing:-2.8px}
.hero p,.page-hero p,.artist-hero p{font-size:18px;line-height:1.6;color:#595b6e;margin:0}
.hero-search{position:relative;display:flex;gap:10px;margin-top:30px;width:min(680px,100%)}
.hero-search input{flex:1;min-width:0;height:62px;border:1px solid rgba(105,87,255,.14);border-radius:18px;background:#fff;padding:0 20px;outline:none;box-shadow:0 12px 34px rgba(43,39,81,.08)}
.hero-search input:focus{border-color:#a9a2ff;box-shadow:0 0 0 4px rgba(105,87,255,.11),0 15px 40px rgba(43,39,81,.10)}
.hero-search button{height:62px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--brand),#ff795d);color:#fff;font-weight:850;padding:0 24px;display:flex;align-items:center;gap:9px;box-shadow:0 12px 28px rgba(255,77,109,.25)}
.hero-search button:hover{transform:translateY(-1px)}
.hero-suggestions{top:72px}
.hero-links{display:flex;gap:10px;align-items:center;margin-top:18px;font-size:13px;font-weight:750;color:#6b6d7f}
.hero-links a:hover{color:var(--brand2)}
.hero-art{position:relative;display:grid;place-items:center;min-height:380px}
.vinyl{width:min(330px,34vw);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle at center,#1d1d2b 0 8px,#28283a 9px 14px,#171722 15px 20px);box-shadow:0 34px 70px rgba(40,35,74,.26);display:grid;place-items:center;transform:rotate(-7deg)}
.vinyl:after{content:"";position:absolute;width:44%;height:44%;border-radius:50%;background:linear-gradient(135deg,var(--brand),#ff905d);box-shadow:inset 0 0 0 12px rgba(255,255,255,.12)}
.vinyl-center{position:relative;z-index:2;color:#fff;font-size:28px;font-weight:950}
.note{position:absolute;font-size:52px;font-weight:900;color:var(--brand2);opacity:.20}
.note-1{top:16%;left:8%;transform:rotate(-15deg)}
.note-2{right:4%;bottom:20%;font-size:70px;color:var(--brand)}

.section{padding:72px 0}
.soft-section{background:var(--soft)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-head h2{margin:7px 0 0;font-size:clamp(27px,3vw,38px);letter-spacing:-1.4px}
.text-link{font-size:14px;font-weight:850;color:var(--brand2)}
.text-link:hover{color:var(--brand)}
.song-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.song-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s ease}
.song-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}
.song-cover{position:relative;aspect-ratio:1.35/1;overflow:hidden;background:#f1f1f5;display:block}
.song-cover img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.song-card:hover .song-cover img{transform:scale(1.04)}
.play-dot{position:absolute;right:12px;bottom:12px;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--brand);display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 8px 24px rgba(30,30,48,.18)}
.song-card-body{padding:15px 16px 16px}
.song-title{display:block;font-weight:900;font-size:16px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.song-title:hover,.song-artist:hover{color:var(--brand)}
.song-artist{display:block;margin-top:5px;color:#666878;font-size:14px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.song-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}
.song-meta span{font-size:11px;font-weight:800;color:#828493;background:var(--soft);padding:6px 8px;border-radius:999px}

.artist-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.artist-bubble{display:flex;flex-direction:column;align-items:center;text-align:center;padding:18px 12px;border-radius:20px;transition:.2s;background:#fff}
.artist-bubble:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.artist-bubble img{width:112px;height:112px;border-radius:50%;object-fit:cover;background:#eee;box-shadow:0 10px 24px rgba(35,33,60,.13)}
.artist-bubble strong{margin-top:12px;font-size:15px}
.artist-bubble span{margin-top:4px;color:var(--muted);font-size:12px}
.chip-cloud{display:flex;flex-wrap:wrap;gap:12px}
.genre-chip{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:14px;font-weight:800}
.genre-chip:hover{border-color:#d6d1ff;background:#f7f5ff;color:var(--brand2)}

.list-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}
.song-row{display:grid;grid-template-columns:42px 54px minmax(0,1fr) auto 24px;gap:14px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line)}
.song-row:last-child{border-bottom:0}
.song-row:hover{background:#fbfbfd}
.row-number{font-size:12px;color:#a1a2ad;font-weight:850}
.song-row img{width:54px;height:54px;border-radius:12px;object-fit:cover;background:#eee}
.song-row-main{display:flex;flex-direction:column;min-width:0}
.song-row-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.song-row-main small{color:var(--muted);margin-top:4px}
.song-row-views{font-size:12px;color:#858694;font-weight:750}
.row-arrow{font-size:18px;color:var(--brand2)}

.az-callout{padding-top:60px}
.az-panel{border-radius:28px;padding:38px;background:linear-gradient(135deg,#202036,#30265d);color:#fff;display:grid;grid-template-columns:.7fr 1.3fr;gap:34px;align-items:center}
.az-panel h2{font-size:34px;margin:8px 0 8px;letter-spacing:-1.2px}
.az-panel p{color:#c9c8da;margin:0;line-height:1.6}
.az-grid{display:grid;grid-template-columns:repeat(13,1fr);gap:8px}
.az-grid a{height:42px;border-radius:10px;background:rgba(255,255,255,.10);display:grid;place-items:center;font-weight:850}
.az-grid a:hover,.az-grid a.active{background:#fff;color:var(--brand2)}
.az-grid.large{grid-template-columns:repeat(13,1fr);gap:14px}
.az-grid.large a{height:68px;background:var(--soft);color:var(--ink);font-size:20px;border:1px solid var(--line)}
.az-grid.large a:hover{background:var(--brand2);color:#fff}
.top-az{margin-bottom:28px}
.top-az a{background:var(--soft);color:#555666;border:1px solid var(--line)}
.top-az a.active{background:var(--brand2);color:#fff;border-color:var(--brand2)}

.page-hero{background:linear-gradient(135deg,#fff1f5,#f5f3ff)}
.page-hero.small{padding:60px 0}
.page-hero.small h1{font-size:clamp(34px,5vw,54px)}
.page-search{max-width:720px}
.breadcrumb{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:750;color:#858696;margin-bottom:14px}
.breadcrumb a:hover{color:var(--brand2)}
.breadcrumb.light{color:#cbc9db}
.breadcrumb.light a{color:#fff}

.empty-state{padding:60px 20px;text-align:center;border:1px dashed #d7d7e0;border-radius:24px;background:#fcfcfe}
.empty-state.big{padding:100px 20px}
.empty-state h1,.empty-state h2{margin:10px 0;font-size:30px}
.empty-state p{color:var(--muted);margin:0 auto 20px;max-width:600px}
.empty-icon{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;margin:0 auto 18px;background:#f3f1ff;color:var(--brand2);font-size:26px;font-weight:950}

.search-section-head{margin-top:54px}
.search-artists{grid-template-columns:repeat(6,minmax(0,1fr))}
.search-artists .artist-bubble img{width:96px;height:96px}

.ranking-list{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden}
.ranking-item{display:grid;grid-template-columns:50px 58px minmax(0,1fr) auto 100px;gap:14px;align-items:center;padding:13px 18px;border-bottom:1px solid var(--line)}
.ranking-item:last-child{border-bottom:0}
.ranking-item:hover{background:#fbfbfd}
.ranking-number{font-size:18px;font-weight:950;color:#b0b1bc}
.ranking-item:nth-child(-n+3) .ranking-number{color:var(--brand)}
.ranking-item img{width:58px;height:58px;border-radius:13px;object-fit:cover}
.ranking-main{display:flex;flex-direction:column;min-width:0}
.ranking-main a:first-child{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ranking-main a:last-child{font-size:13px;color:var(--muted);margin-top:4px}
.rank-genre{font-size:12px;background:var(--soft);padding:7px 10px;border-radius:999px;font-weight:800;color:#777887}
.ranking-views{text-align:right;font-size:13px;color:#555666}

.artist-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.artist-directory-item{display:grid;grid-template-columns:54px minmax(0,1fr) 24px;gap:13px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:11px;background:#fff}
.artist-directory-item:hover{box-shadow:0 12px 30px rgba(40,38,73,.08);border-color:#ddd9ff}
.artist-directory-item img{width:54px;height:54px;border-radius:50%;object-fit:cover}
.artist-directory-item span:nth-child(2){display:flex;flex-direction:column;min-width:0}
.artist-directory-item strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.artist-directory-item small{margin-top:4px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pagination{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;margin-top:30px}
.pagination a{font-size:13px;font-weight:850;color:var(--brand2)}
.pagination a:last-child{text-align:right}
.pagination strong{font-size:12px;color:var(--muted)}

.genre-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.genre-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.genre-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.genre-symbol{grid-row:1/3;width:46px;height:46px;border-radius:14px;background:#f3f1ff;color:var(--brand2);display:grid;place-items:center;font-size:20px;font-weight:950}
.genre-card strong{font-size:16px}
.genre-card small{color:var(--muted)}
.genre-card .row-arrow{grid-column:3;grid-row:1/3}

.artist-hero{background:linear-gradient(135deg,#201e34,#40316d);color:#fff;padding:54px 0 58px}
.artist-hero-grid{display:grid;grid-template-columns:180px minmax(0,1fr);gap:30px;align-items:center}
.artist-main-image{width:180px;height:180px;border-radius:28px;object-fit:cover;background:#36334d;box-shadow:0 20px 45px rgba(0,0,0,.22)}
.artist-hero h1{font-size:clamp(40px,6vw,68px);margin:8px 0 8px}
.artist-hero p{color:#c9c7d8;max-width:620px}
.light-text{color:#ff9caf}
.hero-genre{display:inline-block;margin-bottom:10px;padding:7px 10px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#e7e4f4;font-size:12px;font-weight:800}
.artist-list-head{align-items:center}
.sort-tabs{display:flex;gap:7px;background:var(--soft);padding:5px;border-radius:999px;border:1px solid var(--line)}
.sort-tabs a{padding:8px 12px;border-radius:999px;font-size:12px;font-weight:850;color:#737482}
.sort-tabs a.active{background:#fff;color:var(--brand2);box-shadow:0 4px 12px rgba(30,28,60,.07)}

.song-hero{padding:44px 0 48px;background:linear-gradient(180deg,#fff,#faf9ff)}
.song-hero-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:center}
.song-main-image{width:230px;height:230px;border-radius:28px;object-fit:cover;background:#eee;box-shadow:0 22px 55px rgba(39,35,70,.18)}
.song-hero h1{font-size:clamp(36px,5vw,58px);margin:9px 0 7px}
.artist-name-big{font-size:20px;font-weight:850;color:var(--brand2)}
.artist-name-big:hover{color:var(--brand)}
.song-facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.song-facts span,.song-facts a{padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;gap:6px;font-size:12px;color:#696a79}
.song-facts b{color:#252635}
.song-actions{display:flex;gap:10px;margin-top:20px}
.btn-secondary{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:850;color:#4b4c5d}
.btn-secondary:hover{border-color:#cfcaff;color:var(--brand2)}

.lyrics-section{padding-top:38px}
.lyrics-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:34px;align-items:start;justify-content:center}
.lyrics-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:30px}
.lyrics-card-head{display:flex;justify-content:space-between;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:26px}
.lyrics-card-head h2{margin:5px 0 0;font-size:27px;letter-spacing:-.8px}
.language-pill{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f3f1ff;color:var(--brand2);font-size:12px;font-weight:950}
.lyrics-text{white-space:pre-line;font-size:18px;line-height:1.85;color:#252635;font-family:Georgia,"Times New Roman",serif}
.song-side{display:grid;gap:16px}
.side-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px}
.side-card h3{margin:0 0 12px;font-size:18px}
.side-artist{display:flex;align-items:center;gap:12px}
.side-artist img{width:58px;height:58px;border-radius:50%;object-fit:cover}
.side-artist span{font-size:13px;font-weight:800;color:#555666}
.side-artist b{color:var(--brand2)}
.album-cover{width:100%;aspect-ratio:1;object-fit:cover;border-radius:15px;margin:10px 0 12px}
.side-card>strong,.side-card>small{display:block}
.side-card>small{color:var(--muted);margin-top:4px}

.prose{font-size:17px;line-height:1.8;color:#454655}
.prose p{margin:0 0 20px}

.site-footer{border-top:1px solid var(--line);padding:52px 0 24px;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:40px}
.footer-brand{margin-bottom:12px}
.footer-grid p{color:var(--muted);max-width:380px;line-height:1.6}
.footer-grid h3{font-size:13px;margin:0 0 14px;text-transform:uppercase;letter-spacing:.08em}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}
.footer-grid>div:not(:first-child) a{font-size:14px;color:#626372;margin:5px 0}
.footer-grid a:hover{color:var(--brand)}
.footer-bottom{border-top:1px solid var(--line);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#9899a5;font-size:12px}

@media (max-width:1050px){
    .song-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .artist-row{grid-template-columns:repeat(4,minmax(0,1fr))}
    .main-nav{display:none}
    .header-search{width:min(420px,50vw)}
    .lyrics-layout{grid-template-columns:minmax(0,1fr) 260px}
    .az-grid{grid-template-columns:repeat(9,1fr)}
}
@media (max-width:820px){
    .nav-wrap{height:68px;gap:12px}
    .brand{font-size:20px}
    .brand img{width:34px;height:34px}
    .nav-toggle{display:block}
    .main-nav{position:absolute;top:68px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);margin:0}
    .main-nav.open{display:flex}
    .main-nav a{padding:9px 8px}
    .header-search{width:auto;flex:1}
    .header-search input{font-size:13px}
    .hero-inner{grid-template-columns:1fr;min-height:auto}
    .hero-copy{padding:64px 0}
    .hero-art{display:none}
    .hero h1{letter-spacing:-2px}
    .song-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .artist-row{grid-template-columns:repeat(3,minmax(0,1fr))}
    .az-panel{grid-template-columns:1fr}
    .az-grid,.az-grid.large{grid-template-columns:repeat(7,1fr)}
    .genre-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .artist-directory{grid-template-columns:1fr}
    .song-hero-grid{grid-template-columns:170px minmax(0,1fr);gap:24px}
    .song-main-image{width:170px;height:170px}
    .lyrics-layout{grid-template-columns:1fr}
    .song-side{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ranking-item{grid-template-columns:38px 52px minmax(0,1fr) 80px}
    .ranking-item img{width:52px;height:52px}
    .rank-genre{display:none}
    .footer-grid{grid-template-columns:1fr 1fr}
    .footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width:600px){
    .container{width:min(100% - 24px,1180px)}
    .site-header .brand>span{display:none}
    .header-search input{height:40px;padding-left:14px}
    .header-search button{top:4px;right:4px}
    .hero-copy{padding:48px 0}
    .hero h1,.page-hero h1,.artist-hero h1,.song-hero h1{font-size:38px;letter-spacing:-1.5px}
    .hero p,.page-hero p,.artist-hero p{font-size:16px}
    .hero-search{display:block}
    .hero-search input{width:100%;height:56px}
    .hero-search button{width:100%;height:52px;justify-content:center;margin-top:9px}
    .hero-suggestions{top:66px}
    .section{padding:52px 0}
    .section-head{align-items:flex-start;flex-direction:column;margin-bottom:22px;gap:10px}
    .section-head h2{font-size:29px}
    .song-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .song-cover{aspect-ratio:1/1}
    .song-card-body{padding:12px}
    .song-title{font-size:14px}
    .song-artist{font-size:12px}
    .song-meta span{font-size:10px}
    .artist-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .artist-bubble{padding:14px 8px}
    .artist-bubble img{width:88px;height:88px}
    .song-row{grid-template-columns:46px minmax(0,1fr) 20px;padding:10px 12px;gap:10px}
    .song-row .row-number,.song-row-views{display:none}
    .song-row img{width:46px;height:46px}
    .az-panel{padding:26px 20px}
    .az-grid,.az-grid.large{grid-template-columns:repeat(5,1fr)}
    .az-grid.large a{height:54px}
    .page-hero.small{padding:44px 0}
    .genre-grid{grid-template-columns:1fr}
    .search-artists{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ranking-item{grid-template-columns:34px 48px minmax(0,1fr);padding:10px 12px;gap:9px}
    .ranking-number{font-size:14px}
    .ranking-item img{width:48px;height:48px}
    .ranking-views{display:none}
    .artist-hero{padding:38px 0}
    .artist-hero-grid{grid-template-columns:110px minmax(0,1fr);gap:18px}
    .artist-main-image{width:110px;height:110px;border-radius:20px}
    .artist-hero p{display:none}
    .artist-list-head{align-items:flex-start}
    .song-hero-grid{grid-template-columns:1fr}
    .song-main-image{width:150px;height:150px;border-radius:22px}
    .song-facts{gap:7px}
    .song-facts span,.song-facts a{font-size:11px}
    .lyrics-card{padding:20px 17px}
    .lyrics-text{font-size:17px;line-height:1.8}
    .song-side{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
    .footer-bottom{flex-direction:column}
}

/* LetraCanta international UI */
:root{--brand:#ff3f8f;--brand2:#6a55ff;--brand-dark:#d92575}
.header-inner{height:76px;display:flex;align-items:center;gap:26px}
.brand-dot{color:var(--brand)}
.main-nav{margin-left:auto}
.lang-select-wrap{display:flex;align-items:center}
.lang-select{height:38px;max-width:145px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 30px 0 12px;color:#38394a;font-weight:800;font-size:12px;outline:0}
.hero-grid{min-height:520px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:34px}
.search-shell{position:relative;display:flex;gap:10px;width:100%}
.search-shell input{padding-left:48px}
.search-icon{position:absolute;z-index:2;left:17px;top:50%;transform:translateY(-50%);font-size:24px;color:#9a9baa}
.search-shell .search-suggestions{top:calc(100% + 8px)}
.vinyl{position:relative;color:#fff;font-size:24px;font-weight:950;letter-spacing:.08em}
.vinyl>span{position:relative;z-index:2}
.note.n1{top:12%;left:7%;transform:rotate(-15deg)}
.note.n2{right:4%;bottom:20%;font-size:70px;color:var(--brand)}
.note.n3{left:13%;bottom:6%;font-size:40px}
.section-head.compact{align-items:center}.section-head.compact h2{font-size:28px}
.split-home{display:grid;grid-template-columns:1.25fr .75fr;gap:36px;align-items:start}
.artist-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.artist-mini{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:15px;background:#fff}
.artist-mini:hover{box-shadow:0 10px 28px rgba(34,31,64,.08)}
.artist-mini img{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#eee;flex:0 0 auto}
.artist-mini span{display:flex;flex-direction:column;min-width:0}.artist-mini strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.artist-mini small{color:var(--muted);font-size:11px;margin-top:3px}
.chip{padding:11px 15px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800}.chip:hover{color:var(--brand2);border-color:#d8d3ff}.chip.small{padding:7px 10px;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}
.song-card-img{position:relative;aspect-ratio:1.35/1;overflow:hidden;background:#f1f1f5}.song-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.song-card:hover .song-card-img img{transform:scale(1.04)}
.lang-badge{position:absolute;right:10px;top:10px;padding:5px 7px;border-radius:999px;background:rgba(17,17,28,.72);color:#fff;font-size:10px;font-weight:900;backdrop-filter:blur(6px)}
.song-card-body{display:flex;flex-direction:column}.song-card-body strong{font-size:16px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-card-body>span{font-size:13px;color:var(--muted);margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-card-body small{font-size:11px;color:#9293a0;margin-top:9px}
.song-list,.artist-song-list{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}
.song-row{grid-template-columns:54px minmax(0,1fr) auto}.song-row-meta{font-size:11px;color:#858694;font-weight:800}
.top-gap{margin-top:50px}
.alphabet-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.alphabet-grid a{height:62px;display:grid;place-items:center;border:1px solid var(--line);border-radius:16px;font-size:18px;font-weight:900;background:#fff}.alphabet-grid a:hover{background:var(--brand2);color:#fff;border-color:var(--brand2)}
.alphabet-inline{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:28px}.alphabet-inline a{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--soft);font-size:12px;font-weight:900}.alphabet-inline a.active,.alphabet-inline a:hover{background:var(--brand2);color:#fff}
.artist-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.artist-card{display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:16px;padding:11px;background:#fff}.artist-card:hover{box-shadow:0 12px 30px rgba(40,38,73,.08);border-color:#ddd9ff}.artist-card img{width:54px;height:54px;border-radius:50%;object-fit:cover}.artist-card span{display:flex;flex-direction:column;min-width:0}.artist-card strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.artist-card small{color:var(--muted);font-size:11px;margin-top:4px}
.genre-card{grid-template-columns:1fr;gap:5px}.genre-card span{color:var(--muted);font-size:12px}
.ranking-table{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden}.ranking-head,.ranking-row{display:grid;grid-template-columns:60px minmax(0,1fr) 120px;gap:14px;align-items:center;padding:13px 18px}.ranking-head{background:var(--soft);font-size:11px;font-weight:900;text-transform:uppercase;color:#8b8c99}.ranking-row{border-top:1px solid var(--line)}.ranking-row:hover{background:#fbfbfd}.rank-num{font-size:18px;font-weight:950;color:#aaa}.rank-song{display:flex;align-items:center;gap:12px;min-width:0}.rank-song img{width:52px;height:52px;border-radius:12px;object-fit:cover}.rank-song>span{display:flex;flex-direction:column;min-width:0}.rank-song strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-song small{font-size:12px;color:var(--muted);margin-top:4px}.rank-views{text-align:right;font-size:13px;font-weight:800;color:#666}
.artist-avatar{width:180px;height:180px;border-radius:28px;object-fit:cover;background:#36334d;box-shadow:0 20px 45px rgba(0,0,0,.22)}
.artist-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#d8d6e8;font-size:13px}.artist-description{margin-top:14px!important}.artist-section-head{align-items:center}.sort-pills{display:flex;gap:7px;background:var(--soft);padding:5px;border-radius:999px;border:1px solid var(--line)}.sort-pills a{padding:8px 12px;border-radius:999px;font-size:12px;font-weight:850;color:#737482}.sort-pills a.active{background:#fff;color:var(--brand2);box-shadow:0 4px 12px rgba(30,28,60,.07)}
.song-cover{width:230px;height:230px;aspect-ratio:auto;border-radius:28px;object-fit:cover;background:#eee;box-shadow:0 22px 55px rgba(39,35,70,.18)}
.song-byline{font-size:20px!important;color:var(--brand2)!important;font-weight:850}
.song-facts>div{padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:4px;font-size:12px;min-width:100px}.song-facts>div span{padding:0;border:0;background:transparent;font-size:10px;text-transform:uppercase;font-weight:900;color:#999}.song-facts>div strong{font-size:12px;color:#252635}.song-facts>div strong a{padding:0;border:0;background:transparent;color:var(--brand2)}
.ghost-button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:850;color:#4b4c5d}.ghost-button:hover{border-color:#cfcaff;color:var(--brand2)}
.song-content-section{padding-top:38px}.song-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:34px;align-items:start;justify-content:center}.lyrics-title-row{display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:22px}.lyrics-title-row h2{margin:0;font-size:27px}.lyrics-lang-pill{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border-radius:13px;background:#f3f1ff;color:var(--brand2);font-size:11px;font-weight:950}.translation-note{padding:12px 14px;border-radius:13px;background:#fff9e8;color:#7e6224;font-size:12px;line-height:1.55;margin-bottom:20px}.song-sidebar{display:grid;gap:16px}.sidebar-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px}.sidebar-card h3{margin:0 0 12px;font-size:17px}.language-links{display:flex;flex-wrap:wrap;gap:7px}.language-links a{padding:7px 9px;border-radius:9px;background:var(--soft);font-size:11px;font-weight:850}.language-links a.active,.language-links a:hover{background:var(--brand2);color:#fff}.album-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:15px;margin-bottom:12px}.album-card span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.original-lyrics{margin-top:28px;border-top:1px solid var(--line);padding-top:20px}.original-lyrics summary{cursor:pointer;font-weight:850;color:var(--brand2)}.compact-lyrics{font-size:16px;margin-top:20px}
.footer-grid{grid-template-columns:1.4fr .6fr}.footer-links{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-content:flex-start;justify-content:flex-end;gap:10px 18px}.footer-links a{margin:0!important}.footer-bottom{display:block}
html[dir="rtl"] .main-nav{margin-left:0;margin-right:auto}html[dir="rtl"] .search-icon{left:auto;right:17px}html[dir="rtl"] .search-shell input{padding-left:20px;padding-right:48px}html[dir="rtl"] .rank-views{text-align:left}
@media(max-width:1050px){.song-layout{grid-template-columns:minmax(0,1fr) 260px}.split-home{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.header-inner{height:68px}.main-nav{top:68px}.hero-grid{grid-template-columns:1fr;min-height:auto}.song-layout{grid-template-columns:1fr}.song-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.artist-cards{grid-template-columns:1fr}.alphabet-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.footer-links{justify-content:flex-start}.lang-select{max-width:none;width:100%}}
@media(max-width:600px){.header-inner{height:64px}.main-nav{top:64px}.search-shell{display:block}.search-icon{top:28px}.search-shell button{margin-top:9px}.song-card-img{aspect-ratio:1/1}.artist-mini-grid{grid-template-columns:1fr}.alphabet-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.alphabet-grid a{height:52px}.ranking-head,.ranking-row{grid-template-columns:38px minmax(0,1fr);padding:10px 12px}.ranking-head span:last-child,.rank-views{display:none}.rank-song img{width:46px;height:46px}.artist-avatar{width:110px;height:110px;border-radius:20px}.song-cover{width:150px;height:150px;border-radius:22px}.song-sidebar{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.lyrics-card{padding:20px 17px}}

/* ===== LetraCanta V2: fast search, reader controls, sharing ===== */
:root{--lyrics-font-family:Georgia,"Times New Roman",serif;--lyrics-font-size:18px}
.lang-select{max-width:175px}

/* Search results: text-first, Google-like. No one-image-per-song downloads. */
.search-results-section{padding-top:48px}
.search-results-container{width:min(880px,calc(100% - 32px));margin:0 auto}
.google-results-group{display:grid;gap:0}
.google-results-group>h2{font-size:18px;margin:0 0 12px;color:#555768}
.top-gap-search{margin-top:38px}
.google-result{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px 4px;border-bottom:1px solid var(--line);align-items:start}
.google-result:last-child{border-bottom:0}
.google-result:hover .google-result-copy strong{color:var(--brand)}
.result-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f1efff;color:var(--brand2);font-size:16px;font-weight:950;margin-top:3px}
.artist-result-icon{background:#fff0f5;color:var(--brand)}
.google-result-copy{display:flex;flex-direction:column;min-width:0}
.google-result-copy .result-path{font-size:11px;color:#6d806f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}
.google-result-copy strong{font-size:20px;line-height:1.25;color:#372bc4;font-weight:750;white-space:normal}
.google-result-copy>span{font-size:13px;color:var(--muted);margin-top:5px;line-height:1.45}

/* Autocomplete is also text-first for speed. */
.suggestion-item-text{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:7px 8px}
.suggestion-type-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f1efff;color:var(--brand2);font-size:13px;font-weight:950}
.suggestion-item-text strong{font-size:13px}
.suggestion-item-text small{font-size:11px}

/* Artist page: a single artist portrait in the hero, never repeated per song. */
.artist-song-row{grid-template-columns:minmax(0,1fr) auto 24px!important;gap:14px}
.artist-song-row .song-row-main{padding-left:4px}
.artist-song-row .row-arrow{font-size:20px;color:var(--brand2);text-align:center}

/* Share */
.share-block{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}
.share-label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#77798a}
.share-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.share-button{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:#414254;font-size:12px;font-weight:950;box-shadow:0 5px 14px rgba(28,27,50,.05)}
.share-button:hover{transform:translateY(-1px);border-color:#cbc6ff;color:var(--brand2)}
.share-button.whatsapp:hover{color:#128c4a}.share-button.facebook:hover{color:#1769d2}.share-button.twitter:hover{color:#111}.share-button.telegram:hover{color:#168bd1}

/* Reader settings */
.reader-controls{width:min(1094px,100%);margin:0 auto 18px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(38,35,70,.05)}
.reader-control-title{display:flex;align-items:center;gap:8px;padding-right:4px}
.reader-control-title strong{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f2f0ff;color:var(--brand2);font-size:15px}
.reader-control-title span{font-size:12px;font-weight:850;color:#555768}
.reader-font-control,.reader-size-control{display:flex;align-items:center;gap:8px}
.reader-font-control>span,.reader-size-control>span{font-size:11px;font-weight:850;color:#77798a}
.reader-font-control select{height:36px;border:1px solid var(--line);border-radius:10px;background:var(--soft);padding:0 30px 0 10px;font-size:12px;font-weight:750;color:#3e3f50;outline:0}
.reader-size-control button,.reader-reset{height:34px;border:1px solid var(--line);border-radius:10px;background:var(--soft);padding:0 10px;font-size:12px;font-weight:900;color:#4a4b5d}
.reader-size-control button:hover,.reader-reset:hover{border-color:#cbc6ff;color:var(--brand2);background:#fff}
.reader-size-control output{min-width:28px;text-align:center;font-size:12px;font-weight:900;color:#555768}
.reader-reset{margin-left:auto}
.lyrics-text{font-family:var(--lyrics-font-family)!important;font-size:var(--lyrics-font-size)!important}
.compact-lyrics{font-size:calc(var(--lyrics-font-size) - 2px)!important}
.song-layout:has(.song-sidebar:empty){grid-template-columns:minmax(0,820px)}
.song-sidebar:empty{display:none}

@media(max-width:700px){
    .google-result{grid-template-columns:32px minmax(0,1fr);gap:9px;padding:12px 0}
    .result-icon{width:30px;height:30px}
    .google-result-copy strong{font-size:18px}
    .reader-controls{gap:10px;padding:10px}
    .reader-control-title{width:100%}
    .reader-font-control{flex:1 1 180px}
    .reader-font-control select{flex:1;min-width:0}
    .reader-size-control{flex:1 1 190px}
    .reader-reset{margin-left:0}
    .artist-song-row{grid-template-columns:minmax(0,1fr) 20px!important}
    .artist-song-row .song-row-meta{display:none}
}


/* ===== LetraCanta V2.1: centered header search, thumbnails, album pages, SVG share icons ===== */
.header-v21{display:grid;grid-template-columns:auto minmax(280px,520px) auto;align-items:center;gap:24px;height:76px}
.header-v21 .brand{justify-self:start}
.header-cinema-search{width:100%;min-width:0;position:relative;justify-self:center}
.cinema-search-shell{position:relative;width:100%;height:44px;border:1px solid #e5e3ef;border-radius:999px;background:#f7f7fb;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:.18s ease}
.cinema-search-shell:focus-within{background:#fff;border-color:#bbb4ff;box-shadow:0 0 0 4px rgba(105,87,255,.09),0 8px 24px rgba(42,38,75,.07)}
.cinema-search-shell>svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:none;stroke:#8c8d9b;stroke-width:2;stroke-linecap:round}
.cinema-search-shell input{width:100%;height:42px;border:0;background:transparent;outline:0;padding:0 48px 0 43px;color:var(--ink);font-size:13px;font-weight:650}
.cinema-search-shell button{position:absolute;right:5px;top:5px;width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--brand2);box-shadow:0 3px 10px rgba(40,37,68,.08)}
.cinema-search-shell button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.header-search-suggestions{top:calc(100% + 9px);left:0;right:0;max-height:min(520px,70vh);overflow:auto}
.header-v21 .main-nav{margin-left:0;justify-self:end;gap:18px}

.google-result{grid-template-columns:48px minmax(0,1fr);align-items:start}
.result-thumb{width:44px;height:44px;border-radius:10px;object-fit:cover;background:#eee;margin-top:2px;box-shadow:0 3px 10px rgba(37,35,62,.08)}
.artist-thumb{border-radius:50%}
.suggestion-item-text{grid-template-columns:38px minmax(0,1fr)}
.suggestion-thumb{width:36px!important;height:36px!important;border-radius:9px!important;object-fit:cover;background:#eee}
.suggestion-item-text:first-of-type .suggestion-thumb{border-radius:50%}

.share-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.share-button svg .fill-icon{fill:currentColor;stroke:none}
.share-button.facebook svg{width:17px;height:17px}
.album-card-link{display:block;transition:.18s ease}
.album-card-link:hover{transform:translateY(-2px);border-color:#d7d2ff;box-shadow:0 12px 28px rgba(38,35,70,.08)}

.album-hero{background:linear-gradient(135deg,#26213f 0%,#40346e 62%,#6a55ff 150%);color:#fff;padding:64px 0}
.album-hero-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:38px;align-items:center}
.album-hero-cover{width:240px;height:240px;object-fit:cover;border-radius:28px;background:#37324e;box-shadow:0 26px 60px rgba(0,0,0,.28)}
.album-hero h1{margin:8px 0 10px;font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-2px}
.album-byline{font-size:20px;margin:0;color:#e2dfff;font-weight:850}.album-byline a:hover{color:#fff}
.album-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.album-meta>span{min-width:100px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.08);display:flex;flex-direction:column;gap:4px}
.album-meta small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#c7c1ec;font-weight:900}.album-meta strong{font-size:13px}.album-meta a{color:#fff}
.album-publisher{margin:17px 0 0;color:#d0cbea;font-size:13px;font-weight:750}.album-description{max-width:800px;margin:12px 0 0!important;color:#d8d4ea!important;font-size:14px!important;line-height:1.65!important}
.album-tracks-section{padding-top:58px}.album-section-head{align-items:center}.album-track-list{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden}
.album-track-row{display:grid;grid-template-columns:46px minmax(0,1fr) 28px;gap:12px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--line);transition:.15s ease}.album-track-row:last-child{border-bottom:0}.album-track-row:hover{background:#faf9ff}.album-track-num{font-size:12px;font-weight:900;color:#a2a3ae;text-align:center}.album-track-copy{display:flex;flex-direction:column;min-width:0}.album-track-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.album-track-copy small{margin-top:4px;color:var(--muted);font-size:11px}.album-track-row .row-arrow{color:var(--brand2);font-size:20px;text-align:center}

html[dir="rtl"] .cinema-search-shell>svg{left:auto;right:15px}html[dir="rtl"] .cinema-search-shell input{padding-left:48px;padding-right:43px}html[dir="rtl"] .cinema-search-shell button{right:auto;left:5px}
@media(max-width:1050px){.header-v21{grid-template-columns:auto minmax(220px,1fr) auto;gap:16px}.header-v21 .brand>span{display:none}.header-v21 .main-nav{gap:12px}.lang-select{max-width:145px}}
@media(max-width:820px){.header-v21{grid-template-columns:auto minmax(0,1fr) auto;height:68px;gap:12px}.header-cinema-search{max-width:none}.header-v21 .main-nav{position:absolute;top:68px;left:16px;right:16px;justify-self:auto}.header-v21 .nav-toggle{display:block;margin-left:0}.album-hero-grid{grid-template-columns:170px minmax(0,1fr);gap:24px}.album-hero-cover{width:170px;height:170px;border-radius:22px}}
@media(max-width:600px){.header-v21{height:64px;gap:8px}.header-v21 .brand img{width:34px;height:34px}.cinema-search-shell{height:40px}.cinema-search-shell input{height:38px;padding-left:38px;padding-right:40px;font-size:12px}.cinema-search-shell>svg{left:12px;width:16px;height:16px}.cinema-search-shell button{width:30px;height:30px;top:4px;right:4px}.header-v21 .main-nav{top:64px}.google-result{grid-template-columns:42px minmax(0,1fr)}.result-thumb{width:38px;height:38px;border-radius:9px}.album-hero{padding:42px 0}.album-hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center}.album-hero-cover{width:190px;height:190px}.album-meta{justify-content:center}.album-description{display:none}.album-section-head{align-items:flex-start}.album-section-head .text-link{display:none}}
