:root{--bg: #f7f8fb;--surface: #ffffff;--surface-soft: #f1f5f9;--card: #ffffff;--text: #1f2937;--muted: #64748b;--muted-light: #94a3b8;--border: #e2e8f0;--border-strong: #cbd5e1;--primary: #5b6cff;--primary-hover: #4655d8;--primary-soft: #eef0ff;--purple: #875a7b;--purple-soft: #f5edf3;--green: #16a34a;--green-soft: #dcfce7;--orange: #f59e0b;--orange-soft: #fff7ed;--red: #dc2626;--red-soft: #fee2e2;--blue-soft: #dbeafe;--info: #2563eb;--info-soft: var(--blue-soft);--panel: var(--card);--panel2: var(--surface-soft);--panel3: #e8ecf4;--bg-elevated: var(--surface);--accent: var(--primary);--accent-dim: var(--primary-hover);--danger: var(--red);--warn: #d97706;--ok: var(--green);--radius: 16px;--radius-sm: 10px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow: 0 4px 20px rgba(15, 23, 42, .07);--shadow-md: 0 8px 30px rgba(15, 23, 42, .1);--shadow-sidebar: 2px 0 16px rgba(15, 23, 42, .04);--font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--row-h: 44px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;font-size:14px;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline;color:var(--primary-hover)}.layout{display:flex;min-height:100%}.sidebar{width:252px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);padding:1.15rem .9rem;display:flex;flex-direction:column;gap:.2rem;box-shadow:var(--shadow-sidebar)}.sidebar-brand{font-weight:700;font-size:1.15rem;padding:.4rem .75rem 1rem;color:var(--text);border-bottom:1px solid var(--border);margin-bottom:.75rem;letter-spacing:-.02em}.sidebar-sub{font-size:.72rem;color:var(--muted);font-weight:500;margin-top:.35rem;text-transform:uppercase;letter-spacing:.06em}.nav-link{display:block;padding:.55rem .8rem;border-radius:var(--radius-sm);color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s ease,color .15s ease}.nav-link:hover{background:var(--surface-soft);color:var(--text);text-decoration:none}.nav-link.active{background:var(--primary-soft);color:var(--primary);border:1px solid rgba(91,108,255,.22);text-decoration:none;box-shadow:var(--shadow-sm)}.nav-link-label{display:block;font-weight:600}.nav-link-hint{display:block;font-size:.68rem;font-weight:400;color:var(--muted);margin-top:.15rem;line-height:1.25}.nav-link.active .nav-link-hint{color:var(--muted);opacity:.95}.page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}.page-header h1{margin-bottom:.35rem}.page-subtitle{margin:0;max-width:52rem;color:var(--muted);font-size:.92rem;line-height:1.5;font-weight:400}.page-header-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.empty-state{padding:2.25rem 1.5rem;text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-soft)}.empty-state-title{font-weight:600;color:var(--text);margin-bottom:.35rem}.empty-state-hint{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45;max-width:28rem;margin-inline:auto}.empty-state-actions{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.tech-details{font-size:.82rem;color:var(--muted)}.tech-details>summary{cursor:pointer;color:var(--primary);font-weight:500;-webkit-user-select:none;user-select:none}.tech-details-body{margin-top:.5rem;padding:.65rem .75rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:360px;overflow:auto}.loading-block{display:flex;align-items:center;gap:.65rem;padding:.75rem 0}.loading-skel{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--border);border-top-color:var(--primary);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stat-card{position:relative;display:flex;flex-direction:column;gap:.4rem;min-height:128px;transition:border-color .15s ease,box-shadow .15s ease}.stat-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.stat-card-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}.stat-card-value{font-size:1.85rem;font-weight:700;letter-spacing:-.03em;line-height:1.08;color:var(--text)}.stat-card-desc{font-size:.84rem;color:var(--muted);line-height:1.45;flex:1}.stat-card-footer{margin-top:auto;padding-top:.45rem}.stat-card--actionable{cursor:default}.stat-card--actionable:hover{border-color:#5b6cff47;box-shadow:var(--shadow-md)}.table-sticky-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-sm);max-width:100%}.table-sticky-wrap table.data thead th{position:sticky;top:0;z-index:1;box-shadow:0 1px 0 var(--border)}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.filter-bar input[type=search],.filter-bar input:not([type=checkbox]){min-width:200px;flex:1 1 200px;max-width:360px}.chip-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--muted);padding:.32rem .55rem;border-radius:999px;border:1px solid var(--border);background:var(--card);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .12s ease,background .12s ease}.chip-toggle input{margin:0}.chip-toggle:hover{border-color:var(--border-strong);background:var(--surface-soft)}.chip-toggle:has(input:checked){border-color:#5b6cff73;color:var(--primary);background:var(--primary-soft)}.conversation-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.25rem;align-items:start}@media (max-width: 1100px){.conversation-layout{grid-template-columns:1fr}}.thread-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;min-height:420px;box-shadow:var(--shadow-sm)}.thread-scroll{display:flex;flex-direction:column;gap:.5rem;max-height:min(70vh,720px);overflow-y:auto;padding-right:.25rem}.bubble{max-width:92%;padding:.6rem .8rem;border-radius:14px;font-size:.875rem;line-height:1.45}.bubble-in{align-self:flex-start;background:var(--surface-soft);border:1px solid var(--border)}.bubble-out{align-self:flex-end;background:var(--primary-soft);border:1px solid rgba(91,108,255,.25);color:var(--text)}.bubble-meta{font-size:.68rem;color:var(--muted);margin-bottom:.25rem}.side-panel-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.95rem 1.05rem;margin-bottom:.85rem;box-shadow:var(--shadow-sm)}.side-panel-section h2{margin:0 0 .5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.kv-grid{display:grid;grid-template-columns:auto 1fr;gap:.25rem .65rem;font-size:.82rem}.kv-grid dt{margin:0;color:var(--muted);font-weight:500}.kv-grid dd{margin:0}.lead-cards-mobile{display:none;flex-direction:column;gap:.75rem}.lead-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.05rem;background:var(--card);box-shadow:var(--shadow-sm)}@media (max-width: 960px){.lead-table-desktop{display:none}.lead-cards-mobile{display:flex}}.follow-section{margin-bottom:.25rem}.follow-section-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem 1.15rem;margin-bottom:1.15rem;box-shadow:var(--shadow-sm)}.follow-section-card h2{margin:0 0 .65rem;font-size:1rem;font-weight:600;color:var(--text);text-transform:none;letter-spacing:-.01em}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.tab{padding:.5rem .85rem;font-size:.84rem;font-weight:600;color:var(--muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:color .12s ease,border-color .12s ease}.tab:hover{color:var(--text)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.tabs.tabs--pill-group{border-bottom:none;background:var(--surface-soft);padding:4px;border-radius:12px;margin-bottom:.85rem;gap:2px}.tabs.tabs--pill-group .tab{flex:1;text-align:center;border-bottom:none;margin-bottom:0;border-radius:10px;padding:.45rem .5rem;font-size:.78rem}.tabs.tabs--pill-group .tab.active{background:var(--card);color:var(--primary);box-shadow:var(--shadow-sm);border:1px solid var(--border)}.chat-bubble-row{display:flex;margin-bottom:.65rem}.chat-bubble-row.user{justify-content:flex-end}.chat-bubble-row.assistant,.chat-bubble-row.system{justify-content:flex-start}.chat-bubble{max-width:88%;padding:.7rem .9rem;border-radius:16px;font-size:.875rem;line-height:1.5;white-space:pre-wrap}.chat-bubble.user{background:var(--primary-soft);color:var(--text);border:1px solid rgba(91,108,255,.22);border-radius:16px 16px 4px}.chat-bubble.assistant{background:var(--card);border:1px solid var(--border);border-radius:16px 16px 16px 4px;box-shadow:var(--shadow-sm)}.chat-bubble.system{background:var(--orange-soft);border:1px solid rgba(245,158,11,.35);font-size:.8rem;color:#b45309}.suggested-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.65rem}.suggested-chip{font-size:.78rem;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer;font-weight:500;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.suggested-chip:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft)}.suggested-chip:disabled{opacity:.5;cursor:not-allowed}.helper-note{margin:0 .75rem .5rem;padding:.55rem .7rem;font-size:.8rem;line-height:1.45;color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.btn-danger{background:var(--red-soft);border:1px solid rgba(220,38,38,.35);color:var(--red);font-weight:600;cursor:pointer}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-ghost{background:var(--card);border:1px solid var(--border);color:var(--muted);cursor:pointer;font-weight:500}.btn-ghost:hover:not(:disabled){color:var(--text);border-color:var(--border-strong);background:var(--surface-soft)}.draft-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .8rem;margin-bottom:.45rem;text-align:left;width:100%;background:var(--surface-soft);color:var(--text);cursor:pointer;font:inherit;transition:border-color .12s ease,box-shadow .12s ease}.draft-card:hover{border-color:var(--border-strong)}.draft-card.selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px #5b6cff33}.draft-card-title{font-weight:600;font-size:.86rem}.draft-card-meta{font-size:.72rem;color:var(--muted);margin-top:.2rem}.main{flex:1;padding:1.4rem 1.85rem 2.25rem;overflow:auto;max-width:1480px}h1{font-size:1.45rem;font-weight:650;margin:0 0 1.1rem;letter-spacing:-.03em;color:var(--text)}h2{font-size:1rem;margin:1.5rem 0 .65rem;color:var(--text);font-weight:600;text-transform:none;letter-spacing:-.01em}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.1rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem 1.2rem;box-shadow:var(--shadow-sm)}.card-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.card-value{font-size:1.5rem;font-weight:700;margin-top:.4rem;letter-spacing:-.02em}.card-hint{font-size:.76rem;color:var(--muted);margin-top:.4rem;line-height:1.35}.system-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:.75rem}.sys-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem;box-shadow:var(--shadow-sm)}.sys-card h3{margin:0 0 .4rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.sys-card .val{font-size:1.08rem;font-weight:650}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-sm);max-width:100%}table.data{width:100%;border-collapse:collapse;font-size:.8125rem;table-layout:fixed}table.data th,table.data td{padding:.55rem .7rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;line-height:1.35;min-height:var(--row-h)}table.data th{background:linear-gradient(180deg,#f8fafc 0%,var(--surface-soft) 100%);color:var(--muted);font-weight:600;white-space:nowrap;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}table.data tbody tr{background:var(--card)}table.data tbody tr:hover td{background:#f8fafc}table.data tr:last-child td{border-bottom:none}.cell-truncate-wrap{min-width:0}.cell-truncate{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted{color:var(--muted)}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;white-space:normal}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.01em;margin:.08rem .08rem 0 0;vertical-align:middle;white-space:nowrap}.badge-muted{background:var(--surface-soft);color:var(--muted);border:1px solid var(--border)}.badge-ok{background:var(--green-soft);color:#15803d;border:1px solid rgba(22,163,74,.25)}.badge-warn{background:var(--orange-soft);color:#b45309;border:1px solid rgba(245,158,11,.35)}.badge-danger{background:var(--red-soft);color:#b91c1c;border:1px solid rgba(220,38,38,.28)}.badge-accent{background:var(--primary-soft);color:var(--primary-hover);border:1px solid rgba(91,108,255,.28)}.badge-info{background:var(--info-soft);color:var(--info);border:1px solid rgba(37,99,235,.22)}.toolbar{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-bottom:1rem}input,select,button{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--card);color:var(--text);padding:.48rem .72rem;font-size:.875rem;transition:border-color .12s ease,box-shadow .12s ease}input::placeholder,select::placeholder{color:var(--muted-light)}input:focus,select:focus,button:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #5b6cff33}button:disabled,.btn-ghost:disabled{opacity:.52;cursor:not-allowed}button.primary,.btn-primary{background:var(--primary);border-color:transparent;color:#fff;cursor:pointer;font-weight:600;box-shadow:0 1px 2px #5b6cff40}button.primary:hover:not(:disabled),.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-sm{display:inline-block;padding:.34rem .65rem;font-size:.78rem;border-radius:999px;background:var(--card);border:1px solid var(--border);color:var(--primary);font-weight:600;text-decoration:none;cursor:pointer;transition:background .12s ease,border-color .12s ease}.btn-sm:hover{background:var(--primary-soft);border-color:#5b6cff59;text-decoration:none}.link-btn{background:none;border:none;color:var(--primary);cursor:pointer;font-size:.74rem;padding:.15rem 0;margin-left:.25rem;text-decoration:underline;text-underline-offset:2px}.link-btn:hover{color:var(--primary-hover)}.state{padding:1rem 1.15rem;border-radius:var(--radius-lg);border:1px dashed var(--border-strong);color:var(--muted);background:var(--surface-soft)}.state-error{border-color:#dc262659;border-style:solid;color:#b91c1c;background:var(--red-soft)}.error{padding:1rem 1.15rem;border-radius:var(--radius-lg);border:1px solid rgba(220,38,38,.3);color:#b91c1c;background:var(--red-soft);margin-top:.5rem}.state-sub{margin-top:.45rem;color:var(--muted);font-size:.85rem}.loading{color:var(--muted);padding:.75rem 0;font-size:.9rem}.empty{padding:2rem 1.25rem;text-align:center;color:var(--muted);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-soft)}.mono{font-family:ui-monospace,Cascadia Mono,monospace;font-size:.78rem;word-break:break-word}.row-due-overdue td{background:#fef2f2}.row-due-overdue:hover td{background:#fee2e2}.row-due-today td{background:var(--orange-soft)}.row-due-today:hover td{background:#ffedd5}.alert-banner{border:1px solid rgba(245,158,11,.35);background:var(--orange-soft);color:#92400e;padding:.85rem 1.1rem;border-radius:var(--radius-lg);font-size:.88rem;margin-bottom:1rem;line-height:1.5}.alert-banner strong{color:#78350f}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:720px;width:100%;max-height:min(80vh,640px);display:flex;flex-direction:column;box-shadow:var(--shadow-md)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;border-bottom:1px solid var(--border)}.modal-title{margin:0;font-size:1.05rem;font-weight:650;color:var(--text)}.modal-close{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);font-size:1.35rem;line-height:1;cursor:pointer;padding:.15rem .45rem}.modal-close:hover{color:var(--text);background:var(--card)}.modal-body{padding:1.1rem;overflow:auto;white-space:pre-wrap;font-size:.86rem;line-height:1.5;color:var(--text)}.modal-footer{display:flex;gap:.5rem;justify-content:flex-end;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--surface-soft);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.badge-row{display:flex;flex-wrap:wrap;gap:.2rem;align-items:center}.phone-cell{font-variant-numeric:tabular-nums}.draft-detail-box{margin-top:.5rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--purple-soft)}.admin-sara-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,400px);gap:1.15rem;align-items:start}@media (max-width: 960px){.admin-sara-grid{grid-template-columns:1fr}}.chat-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);min-height:420px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.chat-messages{flex:1;padding:1.05rem;overflow:auto;color:var(--text);font-size:.9rem}.chat-input-row{display:flex;gap:.5rem;padding:.85rem;border-top:1px solid var(--border);background:var(--surface-soft);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.chat-input-row input{flex:1}.side-stack{display:flex;flex-direction:column;gap:.85rem}.side-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem;box-shadow:var(--shadow-sm)}.side-card h3{margin:0 0 .5rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}@media (max-width: 768px){.layout{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid var(--border)}.nav-link{flex:1 1 auto;text-align:center}}.priority-center{margin-bottom:1.65rem}.priority-center-title{margin:0 0 .85rem;font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.priority-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem}.priority-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.05rem 1.15rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.35rem;min-height:128px;transition:border-color .15s ease,box-shadow .15s ease}.priority-card:hover{border-color:#5b6cff47;box-shadow:var(--shadow-md)}.priority-card-title{font-weight:650;font-size:.95rem;color:var(--text);line-height:1.35}.priority-card-sub{margin:0;font-size:.82rem;line-height:1.45;flex:1}.priority-card-footer{margin-top:.35rem}.priority-empty{padding:1.35rem 1.25rem;text-align:center}.priority-empty-title{font-weight:650;margin:0 0 .4rem;font-size:1rem}.priority-empty-hint{margin:0 auto;max-width:32rem;font-size:.88rem}.priority-empty-actions{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.chip-toggle-accent:has(input:checked){border-color:#dc262659;background:var(--red-soft);color:#991b1b}.leads-summary-strip{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.1rem;align-items:center}.leads-summary-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--text);font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color .12s ease,background .12s ease}.leads-summary-pill:hover{border-color:var(--border-strong);background:var(--surface-soft)}.leads-summary-pill-active{border-color:#5b6cff66;background:var(--primary-soft);color:var(--primary-hover)}.leads-summary-count{font-weight:700;font-size:.78rem;color:var(--muted);background:var(--surface-soft);border-radius:999px;padding:.08rem .4rem;min-width:1.35rem;text-align:center}.leads-summary-pill-active .leads-summary-count{background:#5b6cff26;color:var(--primary-hover)}.welcome-panel{padding:.15rem .25rem .5rem}.welcome-panel-title{margin:0 0 .45rem;font-size:1.05rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.welcome-panel-lead{margin:0 0 1rem;font-size:.86rem;line-height:1.5}.welcome-panel-section-label{margin:0 0 .4rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.welcome-panel-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.welcome-panel-examples{display:flex;flex-direction:column;gap:.4rem}.welcome-example-btn{text-align:left;font:inherit;font-size:.8rem;line-height:1.4;padding:.45rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-soft);color:var(--text);cursor:pointer;transition:border-color .12s ease,background .12s ease}.welcome-example-btn:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft)}.welcome-example-btn:disabled{opacity:.5;cursor:not-allowed}.side-empty-state{padding:.75rem .25rem;text-align:center}.side-empty-title{font-weight:650;margin:0 0 .4rem;font-size:.92rem}.thinking-hint{margin:0 .85rem;padding:.35rem .5rem;font-size:.8rem;color:var(--muted);font-style:italic}.upload-dropzone{margin:0 .75rem .65rem;padding:.65rem .75rem;border:1px dashed var(--border);border-radius:8px;background:var(--panel, rgba(0, 0, 0, .02))}.upload-dropzone--active{border-color:var(--accent, #3b82f6);background:#3b82f60f}.ig-collapsible{margin:0 .75rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--panel, rgba(0, 0, 0, .02))}.ig-collapsible__head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem .75rem;border:none;background:transparent;cursor:pointer;text-align:left}.ig-collapsible__title{display:block;font-size:.88rem;font-weight:600}.ig-collapsible__subtitle{display:block;font-size:.74rem;color:var(--muted);margin-top:.15rem}.ig-collapsible__chevron{font-size:.85rem;color:var(--muted)}.ig-collapsible__body{padding:0 .75rem .75rem}.ig-library{padding:.25rem 0}.ig-library__header{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.ig-library__title{margin:0;font-size:1rem;font-weight:600}.ig-library__subtitle{margin:.25rem 0 0;font-size:.78rem;color:var(--muted);line-height:1.45;max-width:36rem}.ig-library__sync-actions{display:flex;gap:.4rem;flex-wrap:wrap}.ig-sync-report{font-size:.78rem;line-height:1.45;padding:.5rem .65rem;margin:0 0 .5rem;border-radius:6px;background:#3b82f614;border:1px solid rgba(59,130,246,.2)}.ig-sync-report strong{margin-right:.35rem}.ig-sync-report__more{display:block;margin-top:.25rem;color:var(--muted)}.ig-connection-info{font-size:.72rem;margin:0 0 .5rem;line-height:1.4}.ig-reclassify-report{font-size:.78rem;line-height:1.45;padding:.5rem .65rem;margin:0 0 .5rem;border-radius:6px;background:#eab3081a;border:1px solid rgba(234,179,8,.25)}.ig-reclassify-report strong{margin-right:.35rem}.ig-reclassify-progress{margin:0 0 .5rem;font-size:.78rem}.ig-card--skipped{border-style:dashed}.ig-advanced-filters input[type=search]{min-width:10rem;padding:.35rem .5rem;font-size:.78rem}.ig-library__intro{font-size:.78rem;margin:0 0 .65rem;line-height:1.45}.ig-safety-notes{background:#3b82f614;border:1px solid rgba(59,130,246,.25);border-radius:8px;padding:.5rem .65rem;margin-bottom:.65rem;font-size:.76rem;line-height:1.45}.ig-safety-notes p{margin:0}.ig-safety-notes .muted{margin-top:.2rem}.ig-stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.45rem;margin-bottom:.75rem}.ig-stat-card{border:1px solid var(--border);border-radius:8px;padding:.45rem .5rem;background:var(--bg, #fff);text-align:center}.ig-stat-card--button{cursor:pointer;font:inherit;color:inherit;width:100%}.ig-stat-card--button:hover{border-color:var(--accent, #2563eb);background:#2563eb0a}.ig-stat-card--highlight{border-color:#22c55e73;background:#22c55e0f}.ig-stat-card--muted{opacity:.9}.ig-stat-card__value{display:block;font-size:1.25rem;font-weight:700;line-height:1.2}.ig-stat-card__value--sm{font-size:.72rem;font-weight:600}.ig-stat-card__label{display:block;font-size:.66rem;color:var(--muted);margin-top:.15rem;line-height:1.3}.ig-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem;border-bottom:1px solid var(--border);padding-bottom:.35rem}.ig-tabs__tab{border:none;background:transparent;padding:.35rem .55rem;font-size:.74rem;border-radius:6px;cursor:pointer;color:var(--muted)}.ig-tabs__tab--active{background:var(--accent, #3b82f6);color:#fff;font-weight:600}.ig-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.ig-chip{border:1px solid var(--border);background:var(--panel);border-radius:999px;padding:.2rem .55rem;font-size:.7rem;cursor:pointer}.ig-chip--active{border-color:var(--accent, #3b82f6);background:#3b82f61f;font-weight:600}.ig-more-filters{border:none;background:none;font-size:.72rem;color:var(--accent, #3b82f6);cursor:pointer;padding:0;margin-bottom:.35rem;text-decoration:underline}.ig-advanced-filters{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.ig-advanced-filters select{font-size:.72rem;padding:.25rem .35rem}.ig-bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.65rem;padding:.45rem .5rem;background:var(--panel);border-radius:8px;border:1px solid var(--border)}.ig-bulk-bar__select{display:flex;align-items:center;gap:.3rem;font-size:.74rem}.ig-bulk-bar__count{font-size:.74rem;font-weight:600}.ig-error{color:var(--danger, #c44);font-size:.78rem}.ig-note{font-size:.76rem;margin-bottom:.5rem}.ig-empty{text-align:center;padding:1.5rem 1rem;border:1px dashed var(--border);border-radius:8px}.ig-empty h4{margin:0 0 .35rem}.ig-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.65rem;max-height:62vh;overflow-y:auto;padding:.15rem}.ig-card{border:1px solid var(--border);border-radius:10px;padding:.55rem;background:var(--bg, #fff);display:flex;flex-direction:column;gap:.35rem}.ig-card__top{display:flex;gap:.4rem;align-items:flex-start}.ig-card__check{padding-top:.15rem}.ig-card__thumb{width:100%;max-width:200px;height:140px;object-fit:cover;border-radius:8px;flex:1}.ig-card__meta{display:flex;justify-content:space-between;font-size:.68rem;color:var(--muted)}.ig-card__source{font-weight:600;color:var(--text, inherit)}.ig-card__type-badge{display:inline-block;font-size:.66rem;font-weight:600;padding:.12rem .4rem;border-radius:4px;background:var(--panel);border:1px solid var(--border);width:fit-content}.ig-card__reel-note{font-size:.72rem;margin:0;line-height:1.4;color:var(--muted)}.ig-card__suggested{margin:0;font-size:.76rem;line-height:1.4}.ig-card__reason{margin:0;font-size:.72rem;line-height:1.4;color:var(--muted)}.ig-confidence{display:inline-block;font-size:.66rem;font-weight:600;padding:.1rem .4rem;border-radius:4px;width:fit-content}.ig-confidence--high{background:#22c55e26;color:#15803d}.ig-confidence--medium{background:#eab30826;color:#a16207}.ig-confidence--low{background:#94a3b833;color:#64748b}.ig-card__tags{display:flex;flex-wrap:wrap;gap:.25rem}.ig-tag{font-size:.64rem;padding:.08rem .35rem;border-radius:999px;background:var(--panel);border:1px solid var(--border)}.ig-badge{display:block;font-size:.7rem;padding:.35rem .45rem;border-radius:6px;line-height:1.35;font-weight:500}.ig-badge--internal{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.ig-badge--approved{background:#22c55e1f;color:#166534;border:1px solid rgba(34,197,94,.35)}.ig-badge--link{background:#3b82f61a;color:#1d4ed8;border:1px solid rgba(59,130,246,.3)}.ig-badge--ready{background:#eab3081f;color:#854d0e;border:1px solid rgba(234,179,8,.35)}.ig-badge--warn{background:#f973161f;color:#c2410c;border:1px solid rgba(249,115,22,.35)}.ig-card__approved-line{margin:0;font-size:.76rem;font-weight:600;color:#166534}.ig-card__open-ig{align-self:flex-start;text-decoration:none}.ig-card__actions{display:flex;flex-direction:column;gap:.3rem;margin-top:.25rem}.ig-card__btn-primary{width:100%}.ig-card__hint{font-size:.68rem;margin:0}.ig-tech-details{margin-top:1rem;font-size:.76rem}.ig-tech-details summary{cursor:pointer;font-weight:600;margin-bottom:.35rem}.ig-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ig-modal{background:var(--bg, #fff);border-radius:10px;padding:1rem 1.1rem;max-width:420px;width:100%;box-shadow:0 12px 40px #0003}.ig-modal__title{margin:0 0 .35rem;font-size:1rem}.ig-modal__lead{margin:0 0 .75rem;font-size:.82rem;line-height:1.45}.ig-modal__fields{display:grid;gap:.55rem;margin-bottom:.75rem}.ig-modal__fields label{display:grid;gap:.2rem;font-size:.74rem;font-weight:600}.ig-modal__fields select{font-size:.78rem;font-weight:400;padding:.35rem .4rem}.ig-modal__actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-access-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.admin-access-card{width:100%;max-width:420px}.admin-access-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.admin-access-sub{margin:0 0 1.25rem;color:var(--muted);font-size:.88rem;line-height:1.45}.admin-access-form{display:flex;flex-direction:column;gap:.5rem}.admin-access-label{font-size:.78rem;font-weight:600;color:var(--muted)}.admin-access-input{width:100%;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;background:var(--surface)}.admin-access-input:focus{outline:2px solid var(--primary-soft);border-color:var(--primary)}.admin-access-error{margin:0;color:var(--red);font-size:.82rem}.admin-access-submit{margin-top:.5rem;width:100%;padding:.55rem 1rem;border:none;border-radius:var(--radius-sm)}
