/* Base styles */
.rb-container{max-width:1200px;margin:24px auto;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}
.rb-grid{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:1024px){.rb-grid{grid-template-columns:1fr 1fr}}
.rb-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.rb-card-h{padding:12px 16px;border-bottom:1px solid #e5e7eb}
.rb-card-c{padding:16px}
.rb-h2{font-weight:700;margin:8px 0 12px}
.rb-label{display:block;font-size:12px;color:#6b7280;text-transform:uppercase;margin-bottom:4px}
.rb-input,.rb-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:10px}
.rb-row{display:grid;gap:12px}
@media(min-width:640px){.rb-row{grid-template-columns:1fr 1fr 1fr}}
.rb-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #d1d5db;border-radius:10px;padding:10px 14px;background:#f9fafb;cursor:pointer;color:#111827;font-weight:600;text-decoration:none}
.rb-btn:hover{background:#f3f4f6}
.rb-btn:disabled{opacity:.6;cursor:not-allowed}
.rb-btn.primary{background:#111827;color:#ffffff;border-color:#111827}
.rb-btn.primary:hover{background:#0b1220}
.rb-badge{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;border-radius:9999px;padding:4px 10px;font-size:12px;margin:2px}
.rb-sep{height:1px;background:#e5e7eb;margin:8px 0}
.rb-preview{background:#fff;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.05);padding:16px;max-width:794px;margin:0 auto}
.rb-header{border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:12px}

/* Templates */
.tpl-modern .name{font-weight:800;font-size:28px;color:#111827}
.tpl-modern .headline{font-size:14px;color:#374151}
.tpl-modern .section-title{font-weight:700;margin:20px 0 8px;color:#111827}
.tpl-modern .rb-header{border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:12px}

.tpl-classic{font-family:Georgia,serif}
.tpl-classic .name{font-weight:800;font-size:28px;color:#111827}
.tpl-classic .headline{font-style:italic;color:#374151}
.tpl-classic .section-title{font-weight:700;margin:20px 0 8px;border-bottom:2px solid #111827;padding-bottom:6px;color:#111827}
.tpl-classic ul{list-style:disc}

.tpl-minimal .name{font-weight:800;font-size:30px;color:#111827}
.tpl-minimal .headline{font-size:13px;color:#6b7280}
.tpl-minimal .section-title{font-weight:700;margin:16px 0 6px;color:#111827}
.tpl-minimal .rb-header{border:none;margin-bottom:8px;padding-bottom:0}

/* Accent color */
#rb-preview { --accent:#111827; }
#rb-preview .section-title { color: var(--accent); }
.tpl-classic .section-title { border-color: var(--accent); }
