/*
Theme Name: rbbeste-design
Theme URI: https://regensburgsbeste.de
Author: RB
Description: Lightweight premium-first directory theme for RegensburgsBeste
Version: 1.0.0
Text Domain: rbbeste-design
*/

:root{
  --rb-primary:#0b5bd3;
  --rb-accent:#c62828;
  --rb-badge:#ffd54f;
  --rb-radius:16px;
  --rb-container:1100px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial}
a{color:var(--rb-primary);text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:var(--rb-container);margin:0 auto;padding:0 16px}
.rb-grid{display:grid;gap:16px}
@media(min-width:768px){.rb-grid--cards{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1100px){.rb-grid--cards{grid-template-columns:repeat(3,1fr)}}

.rb-card{background:#fff;border:1px solid #eaeaea;border-radius:var(--rb-radius);padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.rb-card h2{margin:.2em 0 .5em;font-size:1.1rem}
.rb-muted{color:#666}
.rb-badge{display:inline-block;background:var(--rb-badge);color:#111;padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:600;margin-right:8px}
.rb-btn{display:inline-block;background:var(--rb-primary);color:#fff;padding:10px 14px;border-radius:10px}
.rb-btn:hover{filter:brightness(.95);text-decoration:none}

.rb-entry-badge{position:absolute;top:12px;left:12px}
.rb-vote{display:flex;align-items:center;gap:8px}
.rb-vote button{border:0;border-radius:999px;padding:8px 12px;background:var(--rb-accent);color:#fff;cursor:pointer}
.rb-vote button[disabled]{opacity:.6;cursor:not-allowed}

header.site-header{border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:50}
.site-header__inner{display:flex;align-items:center;gap:16px;min-height:64px}
.site-nav{margin-left:auto;display:flex;gap:16px;align-items:center}

.site-footer{border-top:1px solid #eee;padding:32px 0;color:#555;background:#f9fafb;margin-top:48px}
