:host, .haybot-root { all: initial; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans'; }
.hb-wrap { position: fixed; right: 24px; bottom: 24px; z-index: 2147483647; }
.hb-button { display:inline-flex; align-items:center; gap:.5rem; padding:.75rem 1rem; border-radius:999px; border:none; cursor:pointer; font-weight:600; box-shadow:0 10px 24px rgba(0,0,0,.15); }
.hb-button svg { width:20px; height:20px; }
.hb-modal { position: fixed; inset:0; background: rgba(0,0,0,.35); display:none; align-items:center; justify-content:center; padding:16px; }
.hb-card { width: 100%; max-width: 520px; background:#fff; border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,.2); overflow:hidden; }
.hb-header { padding:16px 20px; font-weight:700; }
.hb-content { padding:16px 20px 20px; }
.hb-row { display:flex; gap:12px; }
.hb-row > * { flex:1 }
.hb-field { margin-bottom:12px; }
.hb-label { font-weight:600; display:block; margin:0 0 6px; font-size:14px; }
.hb-input, .hb-select, .hb-textarea { width:100%; border:1px solid #e5e7eb; border-radius:12px; padding:12px 14px; font-size:14px; outline: none; }
.hb-input:focus, .hb-select:focus, .hb-textarea:focus { border-color: #d1a97a; box-shadow:0 0 0 4px rgba(225,185,140,.25); }
.hb-actions { display:flex; gap:12px; margin-top:8px; }
.hb-btn { flex:1; padding:12px 14px; border-radius:12px; border:1px solid transparent; font-weight:600; cursor:pointer; }
.hb-btn.primary { color:#fff; }
.hb-btn.secondary { background:#fff; border-color:#e5e7eb; }
.hb-hint { font-size:12px; color:#6b7280; margin-top:4px; }
.hb-badge { font-size:12px; padding:2px 8px; border-radius:999px; background:#f3f4f6; }
.hb-footer { padding:12px 20px 18px; display:flex; justify-content:space-between; align-items:center; border-top:1px solid #f1f5f9; color:#6b7280; font-size:12px; }
.hb-success { text-align:center; padding:24px; }
.hb-success h4 { margin:0 0 8px; }
.hb-toast { position: fixed; left:50%; transform:translateX(-50%); bottom: 24px; background:#111827; color:#fff; padding:10px 14px; border-radius:999px; box-shadow:0 6px 20px rgba(0,0,0,.3); display:none; }
.hb-error { color:#b91c1c; font-size:12px; margin-top:6px; }
.hb-radio-group { display:flex; gap:12px; flex-wrap:wrap; }
.hb-radio-group label { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border:1px solid #e5e7eb; border-radius:999px; cursor:pointer; font-size:13px; }
.hb-radio-group input { all:unset; }
.hb-spinner { width:18px; height:18px; border-radius:999px; border:3px solid #fff; border-top-color:rgba(255,255,255,.3); animation: hbspin 1s linear infinite; display:none; }
@keyframes hbspin { to { transform: rotate(360deg); } }
