*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f7f9fc;color:#182033;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;line-height:1.55}
a{color:inherit}img{max-width:100%}button,input,textarea,select{font:inherit}
.container{width:min(1165px,calc(100% - 24px));margin:auto;min-width:0}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);border-bottom:1px solid #e5e9f1;backdrop-filter:blur(12px);box-shadow:0 2px 12px rgba(20,30,60,.05)}
.nav{min-height:62px;display:flex;align-items:center;gap:16px;min-width:0}.brand{font-size:24px;font-weight:900;text-decoration:none;white-space:nowrap;flex:0 0 auto}.brand>span span,.footer-brand span:not(.muted){color:#c2185b}.brand img{display:block;width:165px;height:38px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:18px;font-size:14px;white-space:nowrap;min-width:0}.nav-links a{text-decoration:none;color:#4d5870;font-weight:650}.nav-links a:hover{color:#c2185b}
.search{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;margin-left:auto;width:min(280px,100%);min-width:0}.search input{width:100%;min-width:0;border:1px solid #d6ddeb;border-right:0;background:#fff;color:#182033;padding:9px 11px;border-radius:9px 0 0 9px;outline:none;font-size:13px}.search input:focus{border-color:#d85b8b;box-shadow:0 0 0 3px rgba(255,61,142,.1)}.search button{border:0;background:#c2185b;color:#fff;min-width:58px;padding:0 13px;border-radius:0 9px 9px 0;font-size:13px;font-weight:800;cursor:pointer}.search button:hover{background:#ad1457}
.hero{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:16px;align-items:center;margin:10px 0;padding:16px 20px;border-radius:13px;border:1px solid #e1e6f0;background:linear-gradient(135deg,#fff 0%,#fff7fb 52%,#f1f5ff 100%);box-shadow:0 5px 18px rgba(30,45,80,.055);overflow:hidden}.hero h1{font-size:clamp(25px,2.8vw,35px);line-height:1.1;margin:3px 0 6px;color:#172033}.hero p{max-width:700px;color:#667085;font-size:13px;line-height:1.5;margin:0}.hero .search{width:100%;max-width:680px;margin:10px 0 0}.eyebrow{color:#c2185b;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.12em}.hero-side{padding:10px}.hero-side strong{font-size:15px}.hero-side p{font-size:12px;color:#667085}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:7px}.hero-stat{padding:7px;background:#fff;border:1px solid #e5e9f1;border-radius:8px}.hero-stat b{display:block;font-size:16px}.hero-stat span{font-size:11px;color:#5f6b7d}
.section{margin:18px 0}.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px}.section-title h1,.section-title h2{margin:0;color:#182033}.section-title h2{font-size:20px}.section-title p{margin:4px 0 0}.view-more{font-size:12px;color:#b21657;text-decoration:none;font-weight:800}
.grid{display:grid;grid-template-columns:repeat(auto-fill,116px);justify-content:start;gap:14px}.card{background:#fff;border:1px solid #e5e9f1;border-radius:10px;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;box-shadow:0 3px 12px rgba(20,30,60,.045)}.card:hover{transform:translateY(-2px);border-color:#ffc0da;box-shadow:0 8px 20px rgba(20,30,60,.09)}.cover-wrap{position:relative}.cover{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#eef2f7}.play-pill{position:absolute;right:7px;bottom:7px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#c2185b;color:#fff;box-shadow:0 6px 16px rgba(255,61,142,.28);font-size:11px}.card-body{padding:7px 4px 5px}.card h3{margin:0 0 2px;font-size:12px;line-height:1.3;color:#1c2537;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meta,.muted{color:#5f6b7d;font-size:11px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{padding:6px 9px;border:1px solid #e0e5ee;background:#fff;border-radius:999px;text-decoration:none;color:#4e5a70;font-size:12px;box-shadow:0 2px 8px rgba(20,30,60,.035)}.chip:hover{border-color:#d97a9e;color:#b21657;background:#fff8fb}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:9px 13px;text-decoration:none;cursor:pointer;font-weight:800;white-space:nowrap}.primary{background:#c2185b;color:#fff}.secondary{background:#edf2ff;color:#31446f}

/* Song page: compact fixed boxed two-column desktop layout. */
.song-page{width:min(1165px,calc(100% - 24px));max-width:1165px;margin:12px auto;min-width:0}.breadcrumbs{font-size:12px;color:#5f6b7d;margin:0 0 8px}.breadcrumbs a{color:#53617a;text-decoration:none}.song-main-box{background:#fff;border:1px solid #e1e6ef;border-radius:12px;box-shadow:0 5px 18px rgba(20,30,60,.055);padding:10px}.song-hero-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:10px;align-items:stretch}.song-art-cell{grid-column:1;grid-row:1}.song-cover{display:block;width:260px;height:260px;max-width:260px;aspect-ratio:1/1;object-fit:cover;border-radius:8px;background:#eef2f7;box-shadow:0 4px 12px rgba(20,30,60,.08)}.song-head-cell{grid-column:2;grid-row:1;display:grid;grid-template-rows:50px 1fr;gap:7px;min-width:0;width:100%;height:260px;overflow:hidden}.song-head-row{height:50px;border:1px solid #e4e8f0;border-radius:7px;background:#fbfcfe;padding:6px 9px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;overflow:hidden}.song-head-copy{min-width:0}.song-head-copy h1{font-size:19px;line-height:1.15;margin:0 0 3px;color:#182033;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-head-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;color:#5d687b;font-size:12px;line-height:1.25}.song-head-meta a{color:#b21657;text-decoration:none}.song-head-actions{display:flex;align-items:center;gap:5px;flex:0 0 auto;min-width:0;max-width:145px;overflow:hidden}.song-head-actions a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:6px;padding:5px 8px;font-size:11px;font-weight:800;white-space:nowrap}.share-btn{color:#fff;background:#c2185b}.download-btn{color:#b21657;background:#fff7fa;border:1px solid #ffd0e2}.song-player-col{min-width:0;width:100%;height:203px;overflow:hidden}.song-player-col .player-box{width:100%;height:203px;padding:4px;background:#fbfcfe;border:1px solid #e2e7ef;border-radius:7px;box-shadow:0 2px 8px rgba(20,30,60,.04);display:flex;align-items:stretch;justify-content:center;overflow:hidden}.song-player-col .player-box iframe{width:100%;max-width:100%;min-width:0;height:100%;display:block;border:0;border-radius:4px;flex:1 1 auto}.song-player-col .player{width:100%;max-width:100%;min-width:0}.song-player-col .notice{width:100%;font-size:12px;padding:12px}.song-lower-grid{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:10px;margin-top:10px}.song-panel{padding:10px 11px;border:1px solid #e1e6ef;border-radius:8px;background:#fff;min-width:0}.song-panel h2{font-size:15px;line-height:1.25;margin:0 0 7px;color:#182033}.song-details-panel dl{display:grid;grid-template-columns:76px minmax(0,1fr);column-gap:8px;row-gap:3px;margin:0}.song-details-panel dt,.song-details-panel dd{margin:0;font-size:12.5px;line-height:1.45}.song-details-panel dt{font-weight:800;color:#667085}.song-details-panel dd{color:#39445a;overflow-wrap:anywhere}.song-details-panel a{color:#b21657;text-decoration:none}.song-description-panel{min-height:150px}.song-description-panel p{font-size:13.5px;line-height:1.55;color:#4e596d;margin:0}.song-tags-panel{margin-top:10px;padding:9px 11px;display:flex;align-items:flex-start;gap:12px}.song-tags-panel h2{margin:3px 0 0;flex:0 0 auto}.tag-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;flex:1}.song-tags-panel .tag{display:inline-flex;padding:5px 9px;border:1px solid #ffd0e2;background:#fff7fa;color:#b21657;border-radius:6px;font-size:11.5px;font-weight:700;text-decoration:none}.song-page>.section{margin-top:14px}.song-page>.section .grid{grid-template-columns:repeat(auto-fill,116px);justify-content:start;gap:14px}.song-page>.section .cover{aspect-ratio:1/1}.song-page>.section .card-body{padding:7px 4px 5px}.song-page>.section .card h3{font-size:12px}.song-page>.section .meta{font-size:11px}
.footer{margin-top:45px;background:#fff;border-top:1px solid #e5e9f1;padding:24px 0 35px}.footer-links{display:flex;flex-wrap:wrap;gap:9px 15px;margin:9px 0}.footer-links a{color:#5b6679;text-decoration:none;font-size:12px}.footer-links a:hover{color:#c2185b}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.article-card{background:#fff;border:1px solid #e5e9f1;border-radius:12px;overflow:hidden;box-shadow:0 5px 16px rgba(20,30,60,.05)}.article-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.article-card a{text-decoration:none;color:inherit}.article-card h2,.article-card h3{margin:8px 0;color:#182033;font-size:17px;line-height:1.3}.article-card p{color:#667085;font-size:13px;line-height:1.55}.article-single{max-width:920px}.article-head h1{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:8px 0}.article-hero{width:100%;max-height:560px;object-fit:cover;border-radius:14px;margin:14px 0}.article-content{font-size:16px;line-height:1.8;color:#202633}.article-disclaimer{margin-top:24px;padding:13px 15px;border-radius:10px;background:#f6f7fb;color:#596273;font-size:12px}
.legal{max-width:900px}.legal h1{font-size:34px;color:#182033}.legal h2{margin-top:25px;color:#182033}.legal p,.legal li{line-height:1.75;color:#4b5563}.legal a{color:#d63384}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{padding:9px;border:1px solid #d6ddeb;border-radius:8px;background:#fff;color:#182033;outline:none}.field textarea{min-height:110px;resize:vertical}.artist-search{width:100%;padding:9px 10px;border:1px solid #d6ddeb;border-radius:8px;background:#fff;color:#182033;outline:none;margin-bottom:7px}.artist-search:focus{border-color:#d85b8b;box-shadow:0 0 0 3px rgba(255,61,142,.1)}.artist-box{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:7px;padding:9px;border:1px solid #d6ddeb;border-radius:9px;max-height:240px;overflow:auto}.artist-choice{padding:7px;background:#f7f9fc;border-radius:7px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stat{padding:14px;background:#fff;border:1px solid #e2e7ef;border-radius:11px}.stat b{display:block;font-size:25px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:9px;border-bottom:1px solid #e2e7ef;text-align:left}.alert{padding:10px 12px;border-radius:9px;margin-bottom:12px}.success{background:#e9f8ef}.error{background:#fff0f2}.score{padding:13px;border:1px solid #d6ddeb;border-radius:10px;background:#fff}.score-bar{height:8px;background:#e7ebf2;border-radius:99px;overflow:hidden}.score-bar span{display:block;height:100%;background:#c2185b}.source-panel{padding:12px;border:1px solid #d6ddeb;border-radius:9px;background:#fff}.bar-row{display:grid;grid-template-columns:50px 1fr 150px;gap:8px;align-items:center;margin:8px 0;font-size:12px}.bar{height:8px;background:#e7ebf2;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;background:#c2185b}.empty,.notice{padding:18px;background:#fff;border:1px solid #e2e7ef;border-radius:11px;color:#667085;box-shadow:0 4px 14px rgba(20,30,60,.04)}.empty-search{margin-top:14px;text-align:center;padding:32px 18px;background:#fff;border:1px solid #e2e7ef;border-radius:13px;box-shadow:0 5px 16px rgba(20,30,60,.05)}.empty-search h2{margin:0 0 6px;color:#182033}.empty-search p{margin:0 0 14px;color:#5f6b7d}.brand-big{font-size:32px;font-weight:900}.brand-big span{color:#c2185b}.blog-intro{padding:18px;background:#fff;border:1px solid #e2e7ef;border-radius:13px;box-shadow:0 5px 16px rgba(20,30,60,.05)}.blog-intro h3{margin-top:0;color:#182033}.large-search{width:100%;max-width:760px;margin:0}.ad-wrap{margin:16px auto;text-align:center;overflow:hidden}.ad-wrap iframe,.ad-wrap ins{max-width:100%}html,body{max-width:100%;overflow-x:hidden}

@media(max-width:1199px){.grid,.song-page>.section .grid{grid-template-columns:repeat(auto-fill,116px);justify-content:start}.nav-links{gap:14px}.search{width:250px}}
@media(max-width:900px){.nav-links{display:none}.nav{flex-wrap:wrap;padding:8px 0}.nav .search{order:3;width:100%;margin-left:0}.hero{grid-template-columns:1fr}.hero-side{display:none}.grid,.song-page>.section .grid{grid-template-columns:repeat(4,116px);justify-content:start}.song-hero-grid{grid-template-columns:220px minmax(0,1fr);gap:9px}.song-cover{width:220px;height:220px;max-width:220px}.song-head-cell{height:220px;grid-template-rows:48px 1fr}.song-head-copy h1{font-size:18px}.song-player-col,.song-player-col .player-box{height:165px}.song-lower-grid{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:700px){.container{width:calc(100% - 20px)}.song-page{width:calc(100% - 20px);max-width:none}.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px);justify-content:start;gap:10px}.hero{padding:13px 15px}.hero h1{font-size:24px}.section{margin:15px 0}.song-page{margin:10px auto}.song-main-box{padding:9px}.song-hero-grid{grid-template-columns:1fr;gap:9px}.song-art-cell{grid-column:1;grid-row:auto}.song-cover{width:210px;height:210px;max-width:210px;margin:0 auto}.song-head-cell{grid-column:1;grid-row:auto;height:auto;display:grid;grid-template-rows:auto auto;gap:8px}.song-head-row{height:auto;min-height:48px;align-items:flex-start}.song-head-copy h1{font-size:18px;white-space:normal}.song-head-actions{flex-direction:row;align-items:center}.song-head-actions a{padding:6px 8px}.song-player-col,.song-player-col .player-box{height:auto;min-height:0}.song-player-col .player-box iframe{height:auto;aspect-ratio:16/9}.song-lower-grid{grid-template-columns:1fr;gap:9px}.song-description-panel{min-height:0}.song-tags-panel{display:block}.song-tags-panel h2{margin:0 0 7px}.tag-list{justify-content:flex-start}.footer{margin-top:35px}.article-grid{grid-template-columns:1fr}}
@media(max-width:420px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px);justify-content:start;gap:9px}.card-body{padding:8px}.card h3{font-size:13.5px}.meta{font-size:11.5px}.hero h1{font-size:22px}.song-cover{width:180px;height:180px}.song-head-row{padding:8px}.song-head-meta{font-size:11.5px}.song-head-actions a{font-size:10.5px}.song-panel{padding:10px}.song-description-panel p{font-size:13px}}

/* Admin UI: restored/complete light CMS layout. */
.admin-body{background:#f5f7fb;color:#182033;min-height:100vh}
.admin-layout{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}
.admin-sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #e2e7ef;padding:14px 12px;display:flex;flex-direction:column;overflow:auto}
.admin-brand{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:20px;font-weight:900;padding:8px 9px;margin-bottom:4px}.admin-brand>span:last-child span{color:#c2185b}.brand-mark{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#fff0f7;font-size:16px}
.admin-user{font-size:11px;color:#667085;padding:4px 9px 12px;border-bottom:1px solid #edf0f5;margin-bottom:8px}
.admin-nav{display:flex;flex-direction:column;gap:2px}.admin-nav-label{font-size:10px;font-weight:900;color:#667085;text-transform:uppercase;letter-spacing:.08em;padding:11px 9px 4px}.admin-nav a,.admin-site-link,.admin-logout{display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:7px;text-decoration:none;color:#4f5b70;font-size:12.5px;font-weight:650}.admin-nav a:hover,.admin-site-link:hover,.admin-logout:hover{background:#fff1f7;color:#b21657}.admin-sidebar-bottom{margin-top:auto;padding-top:10px;border-top:1px solid #edf0f5;display:grid;gap:3px}
.admin-main{min-width:0;padding:18px 20px 35px;overflow:hidden}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-kicker{display:block;color:#c2185b;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.08em}.admin-topbar strong{font-size:22px;line-height:1.2}.admin-card{background:#fff;border:1px solid #e1e6ef;border-radius:10px;padding:13px;margin:0 0 12px;box-shadow:0 3px 12px rgba(20,30,60,.04);min-width:0}.admin-card h1,.admin-card h2{margin:0 0 10px;color:#182033}.admin-card h1{font-size:19px}.admin-card h2{font-size:15px}.admin-help{color:#697589;font-size:12px;line-height:1.55}.admin-actions{display:flex;flex-wrap:wrap;gap:7px}.admin-main .stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.admin-main .stat{padding:12px;background:#fff;border:1px solid #e1e6ef;border-radius:10px;box-shadow:0 3px 12px rgba(20,30,60,.035)}.admin-main .stat b{font-size:24px;line-height:1.15}.admin-main .stat .muted{font-size:11px}
.admin-main .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-main .field{gap:5px}.admin-main .field label{font-size:11px;font-weight:800;color:#59657a}.admin-main .field input,.admin-main .field textarea,.admin-main .field select{padding:8px 9px;border-radius:7px;font-size:13px}.admin-main .field textarea{min-height:95px}.admin-main .btn{padding:8px 11px;font-size:12px}.danger{background:#fff0f2;color:#d92d4f;border:1px solid #ffd0d8}.admin-table-wrap{width:100%;overflow:auto}.admin-table{font-size:12px}.admin-table th{font-size:11px;color:#697589;background:#f8f9fc}.admin-table th,.admin-table td{padding:8px 7px;white-space:nowrap}.admin-table td:first-child{white-space:normal;min-width:160px}.admin-main .search{max-width:420px;margin:0 0 10px}.admin-main .search input{font-size:12px}.admin-mobile-menu{display:none}.login{min-height:100vh;display:grid;place-items:center;padding:20px}.login .admin-card{width:min(410px,100%);padding:22px}.login .field{margin-bottom:12px}.login h1{font-size:22px}
@media(max-width:1050px){.admin-layout{grid-template-columns:200px minmax(0,1fr)}.admin-main{padding:15px}.admin-main .stats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.admin-layout{display:block}.admin-sidebar{display:none}.admin-mobile-menu{display:block;background:#fff;border-bottom:1px solid #e2e7ef;padding:10px 12px;position:sticky;top:0;z-index:40}.admin-mobile-menu summary{cursor:pointer;font-weight:800;color:#344054}.admin-mobile-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding-top:10px}.admin-mobile-links a{padding:8px;border-radius:7px;background:#f7f9fc;text-decoration:none;color:#4f5b70;font-size:12px}.admin-main .stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-main .form-grid{grid-template-columns:1fr}}
@media(max-width:480px){.admin-main{padding:11px}.admin-topbar{align-items:flex-start}.admin-topbar strong{font-size:18px}.admin-main .stats{grid-template-columns:1fr 1fr;gap:7px}.admin-main .stat{padding:10px}.admin-main .stat b{font-size:21px}.admin-mobile-links{grid-template-columns:1fr}}

/* FINAL GLOBAL 116px CARD GRID — explicit fixed image box */
.grid{display:grid!important;grid-template-columns:repeat(auto-fill,116px)!important;grid-auto-rows:auto!important;justify-content:start!important;align-items:start!important;gap:14px!important}
.grid .card{width:116px!important;min-width:116px!important;max-width:116px!important}
.grid .cover-wrap{position:relative!important;width:116px!important;height:116px!important;min-height:116px!important;max-height:116px!important;aspect-ratio:1/1!important;overflow:hidden!important}
.grid .cover-wrap .cover,.grid img.cover,.song-page .grid img.cover{display:block!important;width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center!important}
.grid .card-body{width:116px!important;box-sizing:border-box!important;overflow:hidden!important}
.song-page>.section .grid{grid-template-columns:repeat(auto-fill,116px)!important;grid-auto-rows:auto!important;justify-content:start!important;gap:14px!important}
.song-page>.section .grid .card{width:116px!important;min-width:116px!important;max-width:116px!important}
.song-page>.section .grid .cover-wrap{width:116px!important;height:116px!important;min-height:116px!important;max-height:116px!important}
.song-page>.section .grid .cover{width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;object-fit:cover!important}
@media(max-width:700px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px)!important;justify-content:start!important;gap:10px!important}}
@media(max-width:420px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px)!important;justify-content:start!important;gap:9px!important}}

/* Performance-only tuning: preserves the existing visual UI. */
.cover{content-visibility:auto;}

/* FINAL COMPACT GRID LOCK — same card system on all song listing pages */
.grid{display:grid!important;grid-template-columns:repeat(auto-fill,116px)!important;grid-auto-rows:auto!important;justify-content:start!important;align-items:start!important;gap:12px!important}
.grid .card{width:116px!important;min-width:116px!important;max-width:116px!important;box-sizing:border-box!important}
.grid .cover-wrap{position:relative!important;width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;overflow:hidden!important;aspect-ratio:1/1!important}
.grid .cover-wrap .cover,.grid img.cover,.song-page .grid img.cover{display:block!important;width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;object-fit:cover!important;object-position:center!important;aspect-ratio:1/1!important}
.grid .card-body{width:116px!important;max-width:116px!important;box-sizing:border-box!important;overflow:hidden!important;padding:6px 3px 5px!important}
.grid .card h3{font-size:12px!important;line-height:1.28!important;margin:0 0 2px!important}
.grid .meta{font-size:10.5px!important;line-height:1.25!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.song-page>.section .grid{grid-template-columns:repeat(auto-fill,116px)!important;gap:12px!important}
.song-page>.section .grid .card,.song-page>.section .grid .cover-wrap{width:116px!important;min-width:116px!important;max-width:116px!important}
.song-page>.section .grid .cover-wrap{height:116px!important;min-height:116px!important;max-height:116px!important}
.song-page>.section .grid .cover{width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;object-fit:cover!important}
@media(max-width:700px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px)!important;justify-content:start!important;gap:10px!important}}
@media(max-width:420px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px)!important;justify-content:start!important;gap:9px!important}}


/* ACCESSIBILITY FINAL: preserve the visual system while meeting contrast/focus/touch guidance. */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:12px;top:-60px;z-index:100;background:#182033;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:800;box-shadow:0 4px 14px rgba(20,30,60,.18)}
.skip-link:focus{top:12px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #7b1e4d;outline-offset:2px}
.search button{background:#c2185b;color:#fff;min-height:44px}.search button:hover{background:#ad1457}
.btn{min-height:44px}.chip{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.view-more{min-height:44px;display:inline-flex;align-items:center}
.nav-links a{min-height:44px;display:inline-flex;align-items:center}.home-quick{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:14px}.home-quick a{min-height:44px;display:inline-flex;align-items:center;padding:0 4px}
.play-pill{width:44px;height:44px;right:4px;bottom:4px;background:#c2185b;color:#fff}
.song-head-actions a{min-height:44px}.song-tags-panel .tag{min-height:44px;align-items:center}
.admin-nav a,.admin-site-link,.admin-logout{min-height:44px}.admin-mobile-links a{min-height:44px;display:flex;align-items:center}.admin-main .btn{min-height:44px}
@media(max-width:700px){
  .nav-links a{padding:0 6px}.home-quick{display:flex;flex-wrap:wrap;gap:18px}.home-quick a{padding:0 8px}
  .play-pill{width:44px;height:44px}
  .song-head-actions{flex-wrap:wrap}.song-head-actions a{min-height:44px}
}


/* ACCESSIBILITY 48PX TOUCH TARGETS — mobile only; desktop card dimensions stay unchanged. */
@media(max-width:700px){
  .search button,.btn,.chip,.view-more,.home-quick a,.nav-links a,.song-head-actions a,.song-tags-panel .tag{min-height:48px}
  .play-pill{width:48px;height:48px;right:3px;bottom:3px}
  .admin-nav a,.admin-site-link,.admin-logout,.admin-mobile-links a,.admin-main .btn{min-height:48px}
}

.category-box{display:flex;flex-wrap:wrap;gap:8px;max-height:150px;overflow:auto;padding:10px;border:1px solid #ddd;border-radius:10px;background:#fff}.category-choice{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #eee;border-radius:8px;cursor:pointer;background:#fff}.category-choice input{margin:0}.category-choice:has(input:checked){border-color:#c2185b;background:#fff5f8}@media(max-width:700px){.category-choice{padding:9px 10px;min-height:44px}}

/* FINAL MOBILE GRID BALANCE — use available width more efficiently while keeping 116px cards. */
@media (min-width:421px) and (max-width:700px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px)!important;justify-content:start!important;gap:10px!important}}
@media (max-width:420px){.grid,.song-page>.section .grid{grid-template-columns:repeat(2,116px)!important;justify-content:start!important;gap:9px!important}}

/* FINAL MOBILE GRID: exactly 2 columns, no horizontal overflow */
@media (max-width:700px){
  .grid,.song-page>.section .grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    max-width:100%!important;
    gap:10px!important;
    justify-content:stretch!important;
    box-sizing:border-box!important;
  }
  .grid .card,.song-page>.section .grid .card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
  .grid .cover-wrap,.song-page>.section .grid .cover-wrap{
    width:100%!important;
    height:auto!important;
    min-width:0!important;
    min-height:0!important;
    max-width:none!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
  }
  .grid .cover-wrap .cover,.grid img.cover,.song-page .grid img.cover{
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-width:none!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
  }
  .grid .card-body,.song-page>.section .grid .card-body{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
}

.live-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.live-head h2{margin:0;font-size:18px}.live-count{display:inline-grid;place-items:center;min-width:28px;height:24px;padding:0 7px;border-radius:999px;background:#c2185b;color:#fff;font-size:12px;vertical-align:2px}.live-status{font-size:11px;color:#5f6b7d;white-space:nowrap}.live-table-wrap{overflow:auto}.live-table{min-width:620px}.live-table td a{color:#b21657;text-decoration:none}.live-table td a:hover{text-decoration:underline}
@media(max-width:700px){.live-head{align-items:center}.live-table{min-width:520px}}

/* FINAL 20260911 admin songs table: columns/actions visible. */

/* Article SEO/content enhancements */
.article-lead{font-size:1.08rem;line-height:1.7;font-weight:600;margin:18px 0 24px}.article-inline-link{text-decoration:underline;text-underline-offset:2px;font-weight:600}.article-related{margin-top:34px;padding-top:24px;border-top:1px solid var(--border,#e5e7eb)}.article-related .song-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(116px,116px));gap:16px}.article-related .song-card{display:block;text-decoration:none}.article-related .song-card img{width:116px;height:116px;object-fit:cover;border-radius:10px}.article-related .song-info{padding-top:7px;font-size:.86rem;line-height:1.25}.article-related .article-grid{margin-top:0}.article-content a{color:inherit}

/* Article readability + pagination */
.article-single{max-width:860px;margin-left:auto;margin-right:auto}
.article-content{max-width:760px;margin:0 auto;font-size:17px;line-height:1.9;letter-spacing:.005em}
.article-content p{margin:0 0 20px}
.article-content h2{font-size:24px;line-height:1.3;margin:30px 0 12px;color:#182033}
.article-read-break{height:1px;margin:24px 0;background:#eef1f5}
.article-inline-link{color:#1769aa;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:600}
.article-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin:28px 0 8px;flex-wrap:wrap}
.article-pagination .page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 11px;border:1px solid #dfe4ec;border-radius:8px;background:#fff;color:#273244;text-decoration:none;font-size:14px}
.article-pagination .page-link.active{font-weight:700;border-color:#1d6fd1;background:#1d6fd1;color:#fff}
.article-pagination .page-link.disabled{pointer-events:none;opacity:.45}
.article-pagination .page-gap{padding:0 4px;color:#8b95a5}
.articles-list .article-grid{margin-top:10px}
@media(max-width:700px){.article-content{font-size:16px;line-height:1.8;max-width:none}.article-content h2{font-size:21px;margin-top:24px}.article-pagination{gap:5px}.article-pagination .page-link{min-width:36px;height:36px;padding:0 9px}}


/* ARTICLE FINAL 3 — scoped; preserves the existing global SongsMaza card system. */
.article-single{max-width:920px!important;margin-left:auto!important;margin-right:auto!important}
.article-single .article-content{max-width:780px!important;margin:0 auto!important;font-size:17px!important;line-height:1.9!important;color:#202633!important}
.article-single .article-content p{margin:0 0 20px!important}
.article-single .article-content h2{margin:34px 0 13px!important;font-size:25px!important;line-height:1.3!important;color:#182033!important}
.article-single .article-content h3{margin:28px 0 9px!important;font-size:19px!important;line-height:1.4!important;color:#182033!important;padding-bottom:7px!important;border-bottom:1px solid #edf0f5!important}
.article-inline-link{color:#a31550!important;text-decoration:underline!important;text-underline-offset:3px!important;font-weight:700!important}
.article-related{margin-top:36px!important;padding-top:24px!important;border-top:1px solid #e5e9f1!important}
.article-related .article-song-grid{display:grid!important;grid-template-columns:repeat(auto-fill,116px)!important;justify-content:start!important;align-items:start!important;gap:12px!important}
.article-related .article-song-grid .card{width:116px!important;min-width:116px!important;max-width:116px!important}
.article-related .article-song-grid .cover-wrap{width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;overflow:hidden!important}
.article-related .article-song-grid .cover{display:block!important;width:116px!important;height:116px!important;min-width:116px!important;min-height:116px!important;max-width:116px!important;max-height:116px!important;object-fit:cover!important}
.article-related .article-song-grid .card-body{width:116px!important;max-width:116px!important;overflow:hidden!important}
.article-related .article-song-grid .card h3{font-size:12px!important;line-height:1.28!important;margin:0 0 2px!important;padding:0!important;border:0!important}
.article-pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:28px 0 8px!important;flex-wrap:wrap!important}
.article-pagination .page-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:38px!important;padding:0 11px!important;border:1px solid #dfe4ec!important;border-radius:8px!important;background:#fff!important;color:#273244!important;text-decoration:none!important;font-size:14px!important}
.article-pagination .page-link.active{font-weight:700!important;border-color:#1d6fd1!important;background:#1d6fd1!important;color:#fff!important}
.article-pagination .page-link.disabled{pointer-events:none!important;opacity:.45!important}
.article-pagination .page-gap{padding:0 4px!important;color:#8b95a5!important}
@media(max-width:700px){.article-single .article-content{max-width:none!important;font-size:16px!important;line-height:1.82!important}.article-single .article-content h2{font-size:21px!important;margin-top:27px!important}.article-related .article-song-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:10px!important}.article-related .article-song-grid .card{width:100%!important;min-width:0!important;max-width:none!important}.article-related .article-song-grid .cover-wrap{width:100%!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;aspect-ratio:1/1!important}.article-related .article-song-grid .cover{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important}.article-related .article-song-grid .card-body{width:100%!important;max-width:none!important}.article-pagination{gap:5px!important}.article-pagination .page-link{min-width:36px!important;height:36px!important;padding:0 9px!important}}
