/*
Theme Name: RastyleVerse
Theme URI: https://rastyle.co.ke/
Author: RastyleVerse
Description: Ultra-light, mobile-first WordPress theme for the RastyleVerse suite. Player-free build.
Version: 0.3.4
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: rastyleverse
*/

:root{
  --rv-bg:#0a0a0a;
  --rv-panel:#121212;
  --rv-text:#f0f0f0;
  --rv-muted:#a6a6a6;
  --rv-accent:#31e6a6;
  --rv-border:#1e1e1e;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:var(--rv-bg);
  color:var(--rv-text);
  font:400 16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
}
a{color:var(--rv-accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.site-header, .site-footer{
  background:var(--rv-panel);
  border-bottom:1px solid var(--rv-border);
}
.site-header{position:sticky;top:0;z-index:50}
.wrap{max-width:1120px;margin:0 auto;padding:16px}
.brand{display:flex;align-items:center;gap:10px}
.brand__logo{width:28px;height:28px;border-radius:6px;background:var(--rv-accent)}
.brand__name{font-weight:700;letter-spacing:.2px}
.nav{
  display:flex;gap:16px;overflow:auto;padding:8px 0;margin-top:8px;
}
.nav a{color:var(--rv-text);opacity:.9;padding:6px 10px;border-radius:10px}
.nav a[aria-current="page"], .nav a:hover{
  background:#1a1a1a;
  text-decoration:none
}
.main{min-height:60vh}
.panel{background:var(--rv-panel);border:1px solid var(--rv-border);border-radius:14px;padding:16px;margin:12px 0}
.panel h2{margin:0 0 10px 0}
.entry{padding:16px;border-bottom:1px dashed var(--rv-border)}
.entry:last-child{border-bottom:0}
.site-footer{border-top:1px solid var(--rv-border);border-bottom:0;margin-top:32px}
.site-footer small{color:var(--rv-muted)}
/* No audio player elements exist in this theme build */



