
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#0c0a09;color:#fafaf9;font-family:'Nunito Sans', Arial, sans-serif;line-height:1.6}
a{color:#f59e0b}
img{max-width:100%;height:auto}
.shub-pager{display:flex;gap:1rem;margin:2rem 0;align-items:center;flex-wrap:wrap}
.shub-pager a{text-decoration:none;padding:.4rem .8rem;border:1px solid #292524;color:#fafaf9}
.shub-related{margin-top:2.5rem}
.shub-related ul{padding-left:1.2rem}

.shub-wrap{max-width:980px;margin:0 auto;padding:1rem}
.shub-top{display:flex;justify-content:space-between;align-items:center;background:#1c1917;border:1px solid #292524;padding:.75rem 1rem;margin-bottom:1rem}
.shub-brand{font-family:'Russo One', Impact, sans-serif;font-size:1.5rem;color:#f59e0b;text-transform:uppercase;letter-spacing:.06em}
.shub-grid{display:grid;grid-template-columns:1fr;gap:.75rem}
@media(min-width:768px){.shub-grid{grid-template-columns:1fr 1fr}}
.shub-card{background:#1c1917;border-left:4px solid #f59e0b;padding:1rem 1.1rem}
.shub-card h2{font-family:'Russo One', Impact, sans-serif;font-size:1.15rem;margin:0 0 .4rem;text-transform:uppercase}
.shub-chip{display:inline-block;background:#f59e0b;color:#111;font-size:.7rem;font-weight:700;padding:.15rem .45rem;margin-bottom:.5rem}
.shub-nav a{color:#fafaf9;text-decoration:none;margin-left:1rem;font-size:.9rem;font-weight:600}
.shub-post{background:#1c1917;padding:1.25rem;border:1px solid #292524}
.shub-footer{margin-top:2rem;color:#a8a29e;font-size:.8rem;text-align:center}
