:root { --herbie-primary: #1e56ed; --herbie-primary-dark: #123eb8; --herbie-dark: #0c111d; --herbie-text-main: #0f172a; --herbie-text-muted: #64748b; --herbie-border: #e2e8f0; --herbie-radius-sm: 8px; --herbie-radius-md: 14px; --herbie-radius-lg: 20px; --herbie-shadow: 0 10px 25px -5px rgba(15,23,42,0.06), 0 8px 10px -6px rgba(15,23,42,0.04); --herbie-font: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.herbie-body { font-family: var(--herbie-font); background-color: #ffffff; color: var(--herbie-text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.herbie-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.herbie-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--herbie-primary); margin-bottom: 12px; }
.herbie-badge::before { content: ""; width: 8px; height: 8px; background-color: var(--herbie-primary); border-radius: 50%; display: inline-block; }
.herbie-section-title { font-size: 2.25rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; color: var(--herbie-text-main); margin-bottom: 12px; }
.herbie-section-desc { font-size: 1.0625rem; color: var(--herbie-text-muted); max-width: 620px; margin-bottom: 40px; }
.herbie-text-center { text-align: center; }
.herbie-text-center .herbie-section-desc { margin-left: auto; margin-right: auto; }
.herbie-meta-section-head { background: #f1f5f9; padding: 10px 14px; font-weight: 700; margin: 18px 0 10px; border-left: 4px solid #1e56ed; font-size: 14px; }
.herbie-meta-subtitle { background: #f1f5f9; padding: 10px 14px; font-weight: 700; margin-bottom: 12px; border-left: 4px solid #1e56ed; font-size: 13px; }
.herbie-meta-help { font-size: 12px; color: #64748b; margin-top: 4px; }
.herbie-form-group { margin-bottom: 20px; }
.herbie-form-group label.herbie-label-title { display: block; font-weight: 700; margin-bottom: 6px; font-size: 13px; }
.herbie-checklist-table { width: 100%; border-collapse: collapse; margin-top: 8px; background: #ffffff; }
.herbie-checklist-table th { background: #f1f5f9; padding: 10px; border: 1px solid #e2e8f0; font-size: 12px; text-align: left; }
.herbie-checklist-table td { padding: 8px 10px; border: 1px solid #e2e8f0; vertical-align: middle; }
.herbie-checklist-table input[type="text"] { width: 100%; }
.herbie-action-btns { display: flex; gap: 6px; }
.herbie-acc-wrap { margin: 10px 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.herbie-acc-item { border: 1px solid #cbd5e1; border-radius: 8px; margin-bottom: 12px; background: #ffffff; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.herbie-acc-header { background: #0f172a; color: #ffffff; padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background 0.15s ease; }
.herbie-acc-header:hover { background: #1e293b; }
.herbie-acc-title-box { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.herbie-acc-arrow { font-size: 11px; transition: transform 0.2s ease; display: inline-block; width: 14px; text-align: center; }
.herbie-acc-item.is-open .herbie-acc-arrow { transform: rotate(90deg); }
.herbie-acc-controls { display: flex; align-items: center; gap: 14px; cursor: default; }
.herbie-acc-controls label { font-size: 12px; font-weight: 600; color: #cbd5e1; }
.herbie-acc-order { width: 55px !important; padding: 3px 6px; text-align: center; border-radius: 4px; border: 1px solid #475569; background: #1e293b; color: #ffffff; font-weight: 700; font-size: 13px; }
.herbie-acc-status { padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; border: none; cursor: pointer; }
.herbie-acc-status.status-on { background: #10b981; color: #ffffff; }
.herbie-acc-status.status-off { background: #ef4444; color: #ffffff; }
.herbie-acc-body { padding: 20px; background: #ffffff; border-top: 1px solid #e2e8f0; display: none; }
.herbie-input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.herbie-input-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.herbie-help-note { font-size: 12px; color: #64748b; margin-top: 4px; }
.herbie-color-field { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.herbie-color-input { width: 44px; height: 36px; padding: 2px; border: 1px solid #cbd5e1; border-radius: 4px; cursor: pointer; }
.herbie-pkg-card { border: 1px solid #cbd5e1; border-radius: 8px; margin-bottom: 12px; background: #ffffff; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.herbie-pkg-header { background: #f8fafc; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; border-bottom: 1px solid transparent; transition: all 0.15s ease; }
.herbie-pkg-header:hover { background: #f1f5f9; }
.herbie-pkg-card.is-open .herbie-pkg-header { background: #f1f5f9; border-bottom-color: #e2e8f0; }
.herbie-pkg-title-box { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 700; color: #0f172a; }
.herbie-pkg-arrow { font-size: 10px; transition: transform 0.2s ease; display: inline-block; width: 14px; text-align: center; color: #64748b; }
.herbie-pkg-card.is-open .herbie-pkg-arrow { transform: rotate(90deg); color: #0f172a; }
.herbie-pkg-badge-info { font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 999px; background: #e2e8f0; color: #475569; }
.herbie-pkg-badge-featured { background: #dbeafe; color: #1e40af; }
.herbie-pkg-actions { display: flex; gap: 8px; align-items: center; }
.herbie-pkg-body { padding: 18px; background: #ffffff; display: none; }
.herbie-pkg-card.is-open .herbie-pkg-body { display: block; }