#ibs-smart-launcher{position:fixed;right:18px;bottom:72px;z-index:2147483000;border:0;border-radius:999px;padding:11px 16px;font:700 13px/1.2 system-ui,-apple-system,Segoe UI,sans-serif;background:#111827;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.28);cursor:pointer}
#ibs-smart-panel{position:fixed;right:14px;bottom:122px;width:min(430px,calc(100vw - 20px));max-height:min(76vh,760px);z-index:2147482999;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.28);display:none;overflow:hidden;font:14px/1.4 system-ui,-apple-system,Segoe UI,sans-serif}#ibs-smart-panel.open{display:flex;flex-direction:column}.ibs-smart-head{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;background:#111827;color:#fff}.ibs-smart-title{font-weight:800}.ibs-smart-sub{font-size:11px;opacity:.78}.ibs-smart-close{border:0;background:transparent;color:#fff;font-size:22px;cursor:pointer}.ibs-smart-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.ibs-smart-tab{border:0;border-radius:9px;padding:8px 6px;background:transparent;font-weight:700;cursor:pointer}.ibs-smart-tab.active{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.12)}.ibs-smart-body{overflow:auto;padding:12px}.ibs-smart-section{display:none}.ibs-smart-section.active{display:block}.ibs-smart-row{display:flex;gap:8px;align-items:center}.ibs-smart-input,.ibs-smart-select,.ibs-smart-textarea{box-sizing:border-box;width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:9px 10px;background:#fff;color:#111827}.ibs-smart-textarea{min-height:78px;resize:vertical}.ibs-smart-btn{border:0;border-radius:9px;padding:8px 10px;background:#1f2937;color:#fff;font-weight:700;cursor:pointer}.ibs-smart-btn.secondary{background:#e5e7eb;color:#111827}.ibs-smart-btn.good{background:#166534}.ibs-smart-btn.warn{background:#92400e}.ibs-smart-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px;margin:8px 0;background:#fff}.ibs-smart-name{font-weight:800}.ibs-smart-meta{font-size:12px;color:#6b7280;margin-top:2px}.ibs-smart-badges{display:flex;gap:5px;flex-wrap:wrap;margin:7px 0}.ibs-smart-badge{font-size:11px;padding:3px 7px;border-radius:999px;background:#eef2ff}.ibs-smart-badge.hot{background:#fee2e2;color:#991b1b}.ibs-smart-badge.overdue{background:#ffedd5;color:#9a3412}.ibs-smart-badge.today{background:#dcfce7;color:#166534}.ibs-smart-actions{display:flex;gap:6px;flex-wrap:wrap}.ibs-smart-empty{padding:18px;text-align:center;color:#6b7280}.ibs-smart-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:10px}.ibs-smart-kpi{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:8px;text-align:center}.ibs-smart-kpi b{display:block;font-size:18px}.ibs-smart-note{font-size:12px;color:#6b7280}.ibs-smart-divider{height:1px;background:#e5e7eb;margin:10px 0}.ibs-smart-modal{position:fixed;inset:0;z-index:2147483640;background:rgba(17,24,39,.55);display:none;align-items:center;justify-content:center;padding:12px}.ibs-smart-modal.open{display:flex}.ibs-smart-dialog{width:min(520px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:14px;padding:15px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.ibs-smart-grid2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ibs-smart-label{font-size:12px;font-weight:700;margin:8px 0 4px}.ibs-smart-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:2147483647;background:#111827;color:#fff;padding:10px 14px;border-radius:10px;display:none;max-width:90vw}.ibs-smart-toast.show{display:block}.ibs-smart-result-type{font-size:10px;font-weight:800;letter-spacing:.04em;color:#6b7280}.ibs-smart-quality{white-space:pre-wrap;font-size:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:9px;margin-top:8px}@media(max-width:640px){#ibs-smart-launcher{right:10px;bottom:64px}#ibs-smart-panel{right:5px;left:5px;bottom:112px;width:auto;max-height:78vh}.ibs-smart-grid2{grid-template-columns:1fr}}

#ibs-smart-sticky{position:fixed;left:50%;bottom:10px;transform:translate(-50%,120%);z-index:2147483500;display:flex;align-items:center;gap:10px;max-width:calc(100vw - 20px);padding:8px 10px;border:1px solid #d1d5db;border-radius:14px;background:#fff;box-shadow:0 12px 36px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:.18s ease;font:13px/1.2 system-ui,-apple-system,Segoe UI,sans-serif}#ibs-smart-sticky.show{transform:translate(-50%,0);opacity:1;pointer-events:auto}.ibs-smart-sticky-name{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800;color:#111827}.ibs-smart-sticky-actions{display:flex;gap:6px}.ibs-smart-sticky-actions button{border:0;border-radius:9px;padding:8px 10px;background:#111827;color:#fff;font-weight:700}.ibs-smart-card.is-selected{outline:2px solid #111827;outline-offset:1px}@media(max-width:760px){#ibs-smart-sticky{left:6px;right:6px;bottom:6px;transform:translateY(120%);max-width:none;justify-content:space-between}#ibs-smart-sticky.show{transform:translateY(0)}.ibs-smart-sticky-name{display:none}.ibs-smart-sticky-actions{width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.ibs-smart-sticky-actions button{padding:10px 5px;font-size:12px}}

