/*
Theme Name: Nova Sly Fresh
Theme URI: https://slys.us
Author: Brandon Flores
Author URI: https://slys.us
Description: A clean, modern artist theme with a sticky player, events, albums, tracks, and projects. Blue/black color scheme with improved layout and accessibility.
Version: 3.0.0
Text Domain: nova-sly-fresh
*/
:root{
  --bg:#0b0f14;
  --bg-soft:#121823;
  --card:#0f1520;
  --accent:#2b6fff;
  --accent-2:#00d2ff;
  --text:#e9eef6;
  --muted:#9fb0c5;
  --border:rgba(255,255,255,0.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 'Helvetica Neue', Arial, 'Apple Color Emoji','Segoe UI Emoji';
  background: linear-gradient(180deg,var(--bg) 0%, var(--bg-soft) 100%);
  color: var(--text);
  line-height: 1.6;
}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(11,15,20,0.8);
  backdrop-filter: blur(8px);
  border-bottom:1px solid var(--border);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--text)}
.menu{display:flex;gap:16px;align-items:center}
.menu a{color:var(--text);opacity:.9}
.menu a.active, .menu a:hover{opacity:1;color:#fff}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:#000; font-weight:700; padding:10px 14px; border-radius:12px; border:0;
}
.btn.secondary{background:#1a2231;color:var(--text);border:1px solid var(--border)}
.hero{position:relative; padding:80px 0 56px; overflow:hidden}
.hero .title{font-size:44px; line-height:1.1; margin:0 0 12px; letter-spacing:.2px}
.hero .subtitle{max-width:800px; color:var(--muted); margin:0 0 24px}
.grid{display:grid; gap:16px}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width: 900px){.grid.cols-3,.grid.cols-4{grid-template-columns:1fr 1fr}}
@media (max-width: 600px){.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}}
.card{
  background:linear-gradient(180deg,var(--card), #0c121d);
  border:1px solid var(--border); border-radius:16px; padding:16px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 10px 30px rgba(0,0,0,0.2);
}
.card h3{margin:6px 0 8px; font-size:18px}
.card p{margin:0;color:var(--muted)}
.section{padding:36px 0;border-top:1px solid var(--border)}
.section h2{margin:0 0 16px;font-size:24px}
.footer{padding:40px 0;color:var(--muted);border-top:1px solid var(--border)}
/* Sticky player */
.sticky-player{
  position:fixed; left:16px; right:16px; bottom:16px; z-index:60;
  background:#0a0f18eb; backdrop-filter: blur(10px); border:1px solid var(--border);
  border-radius:16px; padding:12px 14px; display:flex; align-items:center; gap:12px;
}
.sticky-player .track{flex:1; min-width:0}
.sticky-player .track .t-title{white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.sticky-player button{all:unset; cursor:pointer; padding:8px 10px; border-radius:10px; background:#121a28}
/* Forms */
input, select, textarea{
  background:#0f1725; border:1px solid var(--border); color:var(--text); border-radius:12px;
  padding:10px 12px; width:100%;
}
label{display:block;margin:10px 0 6px;color:var(--muted)}
.newsletter{display:flex; gap:10px; align-items:center}
.newsletter input{flex:1}
.badge{display:inline-block;background:#0f1725;border:1px solid var(--border);border-radius:999px;padding:6px 10px;color:var(--muted)}
*/
