@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Manrope:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bt-font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bt-font-heading: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{font-family:var(--bt-font-body);background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--bt-font-heading);letter-spacing:-.02em}.container{max-width:1400px;margin:0 auto}header{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:20px;text-align:center}.app-header-sticky{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:16px;padding:10px 24px;background:#fffffff5;backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px);text-align:left;margin-bottom:12px}.app-header-single-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.app-header-title{text-align:left;margin:0;padding:0;font-size:1.35em;line-height:1.1}.app-header-single-row .header-nav{margin-top:0}.app-header-context-slot{display:flex;align-items:center;margin-left:8px}header h1{font-size:2.5em;color:#333;margin-bottom:10px}header p{color:#666;font-size:1.1em}section{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:20px}h2{color:#333;margin-bottom:20px;font-size:1.5em}.input-group{display:flex;gap:10px}.input-group select{padding:12px 16px;border:1px solid #ddd;border-radius:5px;font-size:14px;cursor:pointer;background:#fff;min-width:110px}.input-group select:hover{border-color:#007bff}.input-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.settings-group{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:5px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.settings-group label{font-weight:600;color:#555}.settings-group select{padding:8px 12px;border:1px solid #ddd;border-radius:5px;font-size:14px;cursor:pointer}.settings-note{color:#666;font-size:12px;font-style:italic;margin-left:auto}#newSiteUrl{flex:1;padding:12px;border:2px solid #ddd;border-radius:5px;font-size:1em}#newSiteUrl:focus{outline:none;border-color:#667eea}button{padding:12px 24px;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:1em;cursor:pointer;transition:background .3s}button:hover{background:#5568d3}button.danger{background:#e74c3c}button.danger:hover{background:#c0392b}button.secondary{background:#fff;color:#333;border:1px solid #ddd;font-weight:500}button.secondary:hover{background:#f8f9fa;border-color:#bbb;box-shadow:0 1px 3px #00000014}button:disabled,button[disabled]{opacity:.5;cursor:not-allowed}button.secondary:disabled,button.secondary[disabled]{background:#f5f5f5;color:#999;border-color:#e0e0e0}.site-card{background:#fff;border:1px solid #e2e4e9;padding:20px;margin-bottom:16px;border-radius:12px;transition:all .25s ease;position:relative;box-shadow:0 1px 3px #0000000a}.owned-toggle{position:absolute;top:16px;right:16px;background:#1e293b;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .2s ease;z-index:15;box-shadow:0 2px 8px #00000026}.owned-toggle:hover{background:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.owned-toggle.active{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #05966959}.owned-toggle.active:hover{background:linear-gradient(135deg,#047857,#065f46)}.site-card:hover{border-color:#d0d4dc;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.site-card.placeholder-card{border:2px dashed #667eea;background:linear-gradient(135deg,#f8f9ff,#f0f4ff);position:relative;overflow:hidden}.site-card.placeholder-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);animation:placeholder-shimmer 1.5s infinite}@keyframes placeholder-shimmer{0%{left:-100%}to{left:100%}}.placeholder-card .placeholder-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.placeholder-card .placeholder-thumbnail{width:80px;height:80px;border-radius:8px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:flex;align-items:center;justify-content:center;font-size:28px;color:#667eea;animation:placeholder-pulse 2s ease-in-out infinite}@keyframes placeholder-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.placeholder-card .placeholder-info{flex:1}.placeholder-card .placeholder-url{font-size:16px;font-weight:600;color:#667eea;margin-bottom:8px;word-break:break-all}.placeholder-card .placeholder-status{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.placeholder-card .placeholder-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:placeholder-spin .8s linear infinite}@keyframes placeholder-spin{to{transform:rotate(360deg)}}.placeholder-card .placeholder-progress{margin-top:16px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.placeholder-card .placeholder-progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease;width:0%}.placeholder-card .placeholder-steps{margin-top:12px;padding:8px 12px;background:#ffffffb3;border-radius:6px;font-size:12px;font-family:SF Mono,Monaco,monospace;color:#4b5563;max-height:80px;overflow-y:auto}.placeholder-card .placeholder-step{padding:2px 0;display:flex;align-items:center;gap:6px}.placeholder-card .placeholder-step:last-child{color:#111827;font-weight:500}.placeholder-card.error{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.placeholder-card.error:before{display:none}.placeholder-card.error .placeholder-thumbnail{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#ef4444}.placeholder-card.error .placeholder-status{color:#dc2626}.placeholder-card.success{border-color:#22c55e;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.placeholder-card.success:before{display:none}.placeholder-card.success .placeholder-thumbnail{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#22c55e}.site-card h3{color:#667eea;margin-bottom:10px;word-break:break-all}.site-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin:15px 0;font-size:.9em;color:#666}.site-actions{display:flex;flex-wrap:wrap;gap:10px;padding:10px 14px;background:linear-gradient(to bottom,#f8f9fa,#f0f1f3);border-top:1px solid #e9ecef;border-radius:0 0 8px 8px;margin:12px -14px -14px}.snapshot-item{border:1px solid #ddd;padding:15px;margin-bottom:10px;border-radius:5px;display:flex;justify-content:space-between;align-items:center}.snapshot-item.changed{border-left:4px solid #e74c3c;background:#fff5f5}.snapshot-item.unchanged{border-left:4px solid #95a5a6}.snapshot-actions{display:flex;gap:10px}.diff-view,.snapshots-view{position:fixed;inset:20px;background:#fff;z-index:1000;overflow-y:auto;padding:0}.diff-header,.snapshots-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid #eee;position:sticky;top:0;background:#fff;z-index:10}.snapshots-actions{display:flex;gap:8px;align-items:center}#diffContent{padding:20px;font-family:Courier New,monospace;font-size:.9em;line-height:1.6;white-space:pre-wrap;word-break:break-all}.diff-line{padding:2px 5px}.diff-add{background:#d4edda;color:#155724}.diff-remove{background:#f8d7da;color:#721c24}.diff-unchanged{color:#666}.rendered-views{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px}.rendered-view{border:2px solid #eee;border-radius:5px;overflow:hidden}.rendered-view h3{background:#f8f9fa;padding:10px;margin:0;border-bottom:2px solid #eee}.rendered-view iframe{width:100%;height:600px;border:none}#diffMeta{padding:20px;background:#f8f9fa;border-bottom:2px solid #eee}.badge{display:inline-block;padding:4px 8px;border-radius:3px;font-size:.85em;font-weight:700}.badge.success{background:#d4edda;color:#155724}.badge.warning{background:#fff3cd;color:#856404}.badge.info{background:#d1ecf1;color:#0c5460}.loading{text-align:center;padding:40px;color:#666}.empty{text-align:center;padding:40px;color:#999;font-style:italic}#snapshotsList{padding:20px}.progress-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000}.progress-content{background:#fff;padding:30px;border-radius:10px;min-width:0;max-width:600px;width:95%}.progress-bar{width:100%;height:30px;background:#f0f0f0;border-radius:15px;overflow:hidden;margin:20px 0}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;width:0%}.progress-status{font-size:16px;color:#333;font-weight:600;margin-bottom:10px}.progress-details{font-size:14px;color:#666;white-space:pre-wrap;font-family:Monaco,Courier New,monospace;background:#f8f9fa;padding:10px;border-radius:5px;margin-top:10px;max-height:100px;overflow-y:auto}.social-results{margin-top:15px;max-height:200px;overflow-y:auto}.social-result{padding:8px;margin:5px 0;background:#f8f9fa;border-left:3px solid #667eea;border-radius:3px;font-size:14px}.site-header{display:flex;gap:18px;margin-bottom:16px;align-items:flex-start}.site-thumbnail{width:120px;min-width:120px;height:140px;object-fit:cover;object-position:top;border-radius:10px;border:none;background:linear-gradient(145deg,#f0f2f5,#e4e7ec);box-shadow:0 2px 8px #0000000f,inset 0 0 0 1px #0000000a;color:transparent;font-size:0}.site-thumbnail-placeholder{width:120px;height:140px;min-width:120px;min-height:140px;border-radius:10px;border:none;background:linear-gradient(145deg,#667eea,#5a67d8);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.15);flex-shrink:0;letter-spacing:-.5px;box-shadow:0 2px 8px #667eea40}.company-name{display:block;font-size:13px;font-weight:500;color:#64748b;margin-top:2px;letter-spacing:.01em}.company-summary{font-size:13px;line-height:1.5;color:#475569;margin-top:8px;padding:10px 12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border-left:3px solid #667eea}.site-badges{display:flex;gap:6px;margin-top:10px;align-items:center;flex-wrap:wrap}.hiring-badge{font-size:11px;padding:4px 10px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;border-radius:20px;font-weight:600;letter-spacing:.02em;border:1px solid rgba(4,120,87,.15)}.social-icon-wrapper{display:inline-block;position:relative;margin-right:4px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f0f0f0;border-radius:50%;text-decoration:none;color:#333;font-weight:700;font-size:14px;transition:all .2s;cursor:pointer;z-index:1}.social-icon-verified{background:#e8f5e9;border:2px solid #4caf50}.social-icon:hover{background:#667eea;color:#fff;transform:scale(1.1)}.follower-count{position:absolute;top:-8px;right:-8px;background:#4caf50;color:#fff;font-size:10px;font-weight:700;padding:2px 4px;border-radius:8px;min-width:20px;text-align:center;box-shadow:0 2px 4px #0003}.social-section{background:#f5f3ff;border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #8b5cf6}.social-section-empty{opacity:.8}.social-header{display:flex;justify-content:space-between;align-items:center}.social-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.social-title{font-weight:600;font-size:14px;color:#6d28d9}.social-count{background:#8b5cf6;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.social-toggle{background:none;border:none;color:#6d28d9;cursor:pointer;font-size:13px;padding:4px 8px}.social-toggle:hover{text-decoration:underline}.social-note{font-size:13px;color:#6c757d;font-style:italic;text-align:center;padding:8px}.follower-stats{background:#f5f3ff;border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #8b5cf6}.follower-stats-empty{opacity:.8}.follower-stats-header{display:flex;justify-content:space-between;align-items:center}.follower-stats-title{font-weight:600;font-size:14px;color:#6d28d9}.follower-total{background:#8b5cf6;color:#fff;font-weight:600;font-size:12px;padding:2px 8px;border-radius:12px}.follower-stats-note{font-size:13px;color:#6c757d;font-style:italic;text-align:center;padding:8px}.follower-rows{display:flex;flex-direction:column;gap:8px;margin-top:10px}.follower-rows.collapsed{display:none}.follower-row{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px 12px;border-radius:6px;border-left:4px solid #dee2e6;transition:all .2s;text-decoration:none;color:inherit;cursor:pointer}.follower-row:hover{box-shadow:0 2px 8px #0000001a;transform:translate(2px);background:#f8f9fa}.follower-row-success{border-left-color:#4caf50}.follower-row-failed{border-left-color:#ffc107;opacity:.8}.follower-row-warning{border-left-color:#fd7e14;background:#fff8f0}.follower-platform{display:flex;align-items:center;gap:8px;min-width:100px}.follower-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#667eea;color:#fff;border-radius:50%;font-weight:700;font-size:12px}.follower-platform-name{font-weight:500;color:#495057;text-transform:capitalize}.follower-count-wrapper{display:flex;flex-direction:column;align-items:center;flex:1;gap:2px}.follower-count-display{font-size:18px;font-weight:700;color:#212529;text-align:center}.follower-view-count{font-size:12px;font-weight:500;color:#6c757d}.follower-row-failed .follower-count-display{color:#6c757d;font-weight:400}.follower-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:60px}.follower-method{font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:#e9ecef;color:#495057}.follower-row-success .follower-method{background:#d4edda;color:#155724}.follower-row-failed .follower-method{background:#fff3cd;color:#856404}.follower-time{font-size:11px;color:#868e96}.company-summary{font-size:14px;color:#666;margin-top:8px;line-height:1.4;max-width:500px}.contact-info{background:#f8f9fa;border-radius:8px;padding:12px 16px;margin:12px 0}.contact-header{font-weight:600;font-size:14px;color:#495057;margin-bottom:8px}.contact-items{display:flex;flex-wrap:wrap;gap:16px}.contact-item{display:flex;align-items:center;gap:6px}.contact-icon{font-size:14px}.contact-value{font-size:13px;color:#212529;text-decoration:none}.contact-value:hover{color:#667eea;text-decoration:underline}.jobs-section{background:#f8f9fa;border-radius:8px;padding:12px 16px;margin:12px 0}.jobs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.jobs-title{font-weight:600;font-size:14px;color:#495057}a.jobs-title{color:#495057;text-decoration:none}a.jobs-title:hover{color:#4caf50;text-decoration:underline}.jobs-count{background:#4caf50;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.jobs-table{width:100%;border-collapse:collapse;font-size:13px}.jobs-table th{text-align:left;padding:6px 8px;border-bottom:1px solid #dee2e6;color:#6c757d;font-weight:500;font-size:11px;text-transform:uppercase}.jobs-table td{padding:8px;border-bottom:1px solid #e9ecef}.job-title a{color:#212529;text-decoration:none;font-weight:500}.job-location{color:#6c757d;font-size:12px}.jobs-more{text-align:center;color:#6c757d;font-size:12px;margin-top:8px;font-style:italic}.jobs-note{color:#6c757d;font-size:13px;font-style:italic}.hiring-badge{background:#d4edda;color:#155724;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.blog-section{background:#f0f9ff;border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #0ea5e9}.blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.blog-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.blog-title{font-weight:600;font-size:14px;color:#0369a1}a.blog-title{text-decoration:none}a.blog-title:hover{color:#0ea5e9;text-decoration:underline}.blog-count{background:#0ea5e9;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.blog-platform{background:#e0f2fe;color:#0369a1;padding:2px 8px;border-radius:4px;font-size:11px;text-transform:capitalize}.new-posts-badge{background:#dcfce7;color:#166534;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.blog-toggle{background:none;border:none;color:#0369a1;cursor:pointer;font-size:13px;padding:4px 8px}.blog-toggle:hover{text-decoration:underline}.blog-posts{margin-top:10px}.blog-posts.collapsed{display:none}.blog-table{width:100%;border-collapse:collapse;font-size:13px}.blog-table th{text-align:left;padding:6px 8px;border-bottom:1px solid #bae6fd;color:#0369a1;font-weight:500;font-size:11px;text-transform:uppercase}.blog-table td{padding:8px;border-bottom:1px solid #e0f2fe}.blog-title a{color:#212529;text-decoration:none;font-weight:500}.blog-title a:hover{color:#0ea5e9;text-decoration:underline}.blog-date{color:#6c757d;font-size:12px;white-space:nowrap}.blog-more{text-align:center;color:#6c757d;font-size:12px;margin-top:8px;font-style:italic}.events-section{background:#f8fafc;border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #6366f1}.events-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.events-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.events-title{font-weight:600;font-size:14px;color:#4338ca}a.events-title{color:#4338ca;text-decoration:none}a.events-title:hover{color:#6366f1;text-decoration:underline}.events-count{background:#6366f1;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.new-events-badge{background:#e0e7ff;color:#3730a3;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.events-toggle{background:none;border:none;color:#4338ca;cursor:pointer;font-size:13px;padding:4px 8px}.events-toggle:hover{text-decoration:underline}.events-list{margin-top:10px}.events-list.collapsed{display:none}.events-table{width:100%;border-collapse:collapse;font-size:13px}.events-table th{text-align:left;padding:6px 8px;border-bottom:1px solid #c7d2fe;color:#4338ca;font-weight:500;font-size:11px;text-transform:uppercase}.events-table td{padding:8px;border-bottom:1px solid #e0e7ff}.event-row.event-past{opacity:.6}.event-name{display:flex;align-items:center;gap:6px}.event-icon{font-size:14px}.event-name a{color:#212529;text-decoration:none;font-weight:500}.event-name a:hover{color:#a855f7;text-decoration:underline}.event-date{color:#6c757d;font-size:12px;white-space:nowrap}.event-location{color:#6c757d;font-size:12px}.events-more{text-align:center;color:#6c757d;font-size:12px;margin-top:8px;font-style:italic}.news-section{background:#fff7ed;border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #f97316}.news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.news-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.news-section .news-title{font-weight:600;font-size:14px;color:#c2410c}.news-count{background:#f97316;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.news-toggle{background:none;border:none;color:#c2410c;cursor:pointer;font-size:13px;padding:4px 8px}.news-toggle:hover{text-decoration:underline}.news-articles{margin-top:10px}.news-articles.collapsed{display:none}.news-table{width:100%;border-collapse:collapse;font-size:13px}.news-row td{padding:8px;border-bottom:1px solid #fed7aa}.news-signal{width:30px;text-align:center;font-size:16px}.news-row .news-title{font-weight:500}.news-row .news-title a{color:#212529;text-decoration:none}.news-row .news-title a:hover{color:#f97316;text-decoration:underline}.news-source{color:#6c757d;font-size:12px;margin-top:2px}.news-summary{color:#78716c;font-size:12px;margin-top:4px;font-style:italic}.news-more{text-align:center;color:#6c757d;font-size:12px;margin-top:8px;font-style:italic}.documents-section{background:#f0fdf4;border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #22c55e}.documents-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.documents-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.documents-title{font-weight:600;font-size:14px;color:#15803d}.documents-count{background:#22c55e;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.documents-toggle{background:none;border:none;color:#15803d;cursor:pointer;font-size:13px;padding:4px 8px}.documents-toggle:hover{text-decoration:underline}.documents-list{margin-top:10px}.documents-list.collapsed{display:none}.documents-table{width:100%;border-collapse:collapse;font-size:13px}.documents-table th{text-align:left;padding:6px 8px;border-bottom:1px solid #bbf7d0;color:#15803d;font-weight:500;font-size:11px;text-transform:uppercase}.documents-table td{padding:8px;border-bottom:1px solid #dcfce7}.document-name{display:flex;align-items:center;gap:6px}.document-icon{font-size:14px}.document-name a{color:#212529;text-decoration:none;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.document-name a:hover{color:#22c55e;text-decoration:underline}.document-type{color:#6c757d;font-size:11px;font-weight:600}.document-size,.document-date{color:#6c757d;font-size:12px;white-space:nowrap}.documents-more{text-align:center;color:#6c757d;font-size:12px;margin-top:8px;font-style:italic}.change-summary{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;padding:12px 16px;margin:12px 0;border-left:3px solid #f59e0b}.change-summary-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.change-summary-icon{font-size:16px}.change-summary-title{font-weight:600;font-size:13px;color:#92400e}.change-summary-time{margin-left:auto;font-size:11px;color:#b45309}.change-summary-text{font-size:13px;color:#78350f;line-height:1.4}.change-badges{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.change-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.change-badge.change-jobs{background:#dcfce7;color:#166534}.change-badge.change-blog{background:#dbeafe;color:#1e40af}.change-badge.change-events{background:#f3e8ff;color:#6b21a8}.change-badge.change-html{background:#fef3c7;color:#92400e}.site-title-area h3 a{color:#333;text-decoration:none}.site-title-area h3 a:hover{color:#667eea;text-decoration:underline}.toast-notification{position:fixed;bottom:20px;right:20px;background:#333;color:#fff;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px #0000004d;transform:translateY(100px);opacity:0;transition:all .3s ease;z-index:10000;max-width:400px}.toast-notification.toast-visible{transform:translateY(0);opacity:1}.toast-success{background:#28a745}.toast-error{background:#dc3545}.toast-info{background:#17a2b8}.toast-icon{font-size:18px;font-weight:700}.toast-message{font-size:14px;line-height:1.4}.confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001}.confirm-dialog{background:#fff;padding:24px;border-radius:12px;max-width:400px;width:90%;box-shadow:0 10px 40px #0003}.confirm-dialog h4{margin:0 0 12px;font-size:18px;color:#333}.confirm-dialog p{margin:0 0 20px;color:#666;line-height:1.5}.confirm-buttons{display:flex;gap:10px;justify-content:flex-end}.confirm-btn-cancel,.confirm-btn-confirm{padding:8px 16px;border-radius:6px;border:none;font-size:14px;cursor:pointer;transition:all .2s}.confirm-btn-cancel{background:#e9ecef;color:#495057}.confirm-btn-cancel:hover{background:#dee2e6}.confirm-btn-confirm{background:#667eea;color:#fff}.confirm-btn-confirm:hover{background:#5a6fd6}.confirm-btn-confirm.btn-danger{background:#dc3545}.confirm-btn-confirm.btn-danger:hover{background:#c82333}.progress-subtitle{color:#666;font-size:14px;margin:8px 0 16px}.progress-results{margin-top:16px;max-height:150px;overflow-y:auto}.modal-result-item{padding:6px 0;font-size:13px;border-bottom:1px solid #eee}.modal-result-item:last-child{border-bottom:none}.progress-close-btn{margin-top:16px;padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;width:100%}.progress-close-btn:hover{background:#5a6fd6}.modal-closing{opacity:0;transform:scale(.95);transition:all .3s ease}.jobs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.jobs-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.jobs-summary{font-size:13px;color:#666;margin-bottom:10px;font-style:italic}.growth-phase{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500;cursor:help}.phase-stable{background:#e9ecef;color:#495057}.phase-building{background:#d4edda;color:#155724}.phase-product{background:#cce5ff;color:#004085}.phase-scaling{background:#fff3cd;color:#856404}.phase-gtm{background:#f8d7da;color:#721c24}.phase-growth{background:#d1ecf1;color:#0c5460}.phase-rapid{background:#f5c6cb;color:#721c24}.dept-breakdown{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.dept-tag{font-size:11px;background:#f0f0f0;padding:2px 6px;border-radius:4px;color:#555}.jobs-toggle{font-size:12px;padding:4px 10px;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.jobs-toggle:hover{background:#5a6fd6}.jobs-positions{max-height:400px;overflow-y:auto;transition:max-height .3s ease,opacity .3s ease}.jobs-positions.collapsed{max-height:0;overflow:hidden;opacity:0}.jobs-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:8px}.jobs-table th{text-align:left;padding:6px 8px;border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;font-size:10px;text-transform:uppercase;position:sticky;top:0;background:#f8f9fa}.jobs-table td{padding:8px;border-bottom:1px solid #e9ecef;vertical-align:middle}.jobs-table .job-row:hover{background:#f8f9fa}.job-title{font-weight:500}.job-title a{color:#333;text-decoration:none}.job-title a:hover{color:#667eea;text-decoration:underline}.job-dept{color:#666;font-size:11px}.job-location{color:#888;font-size:11px;white-space:nowrap}.job-date{color:#888;font-size:11px;white-space:nowrap;text-align:right}.job-date-recent{color:#28a745;font-weight:500}.dept-engineering{border-left:3px solid #28a745}.dept-product{border-left:3px solid #6f42c1}.dept-sales{border-left:3px solid #fd7e14}.dept-marketing{border-left:3px solid #e83e8c}.dept-customer{border-left:3px solid #17a2b8}.dept-operations{border-left:3px solid #6c757d}.dept-executive{border-left:3px solid #343a40}.jobs-note a{color:#667eea;text-decoration:none}.jobs-note a:hover{text-decoration:underline}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;padding:50px 40px;border-radius:16px;box-shadow:0 10px 40px #0003;text-align:center;max-width:400px;width:100%}.login-card h1{font-size:2.5em;color:#333;margin-bottom:10px}.login-card>p{color:#666;margin-bottom:30px}.google-login-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#fff;border:2px solid #ddd;padding:14px 30px;border-radius:8px;font-size:16px;font-weight:500;color:#333;cursor:pointer;text-decoration:none;transition:all .2s ease}.google-login-btn:hover{border-color:#4285f4;box-shadow:0 2px 8px #4285f44d}.login-note{margin-top:20px;font-size:12px;color:#999}header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.header-left h1{margin-bottom:5px}.nav-dropdown{position:relative;display:inline-flex}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;font:inherit}.nav-dropdown-arrow{font-size:.65em;opacity:.6}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;z-index:60;padding:4px 0}.nav-dropdown-item{display:block;width:100%;padding:8px 14px;background:none;border:none;text-align:left;font-size:.9rem;color:#333;cursor:pointer;transition:background .15s}.nav-dropdown-item:hover{background:#667eea14;color:#4f46e5}.app-header-sticky .header-left{flex:1 1 auto;min-width:0;text-align:left}.app-header-sticky .header-right{flex:0 0 auto;margin-left:auto}.header-right{display:flex;align-items:center;gap:12px}.header-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.header-btn:hover{background:#f5f5f5;border-color:#ccc}.header-btn.share-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.logout-btn{padding:8px 16px;background:transparent;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px}.logout-btn:hover{background:#f5f5f5}.account-section,.admin-panel{margin-bottom:20px}.account-header,.admin-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px 0}.account-header:hover,.admin-header:hover{opacity:.8}.toggle-icon{font-size:12px;color:#666}.account-content,.admin-content{padding-top:15px;border-top:1px solid #eee}.usage-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.usage-item{background:#f8f9fa;padding:15px;border-radius:8px}.usage-label{display:block;font-size:12px;color:#666;margin-bottom:5px}.usage-value{display:block;font-size:18px;font-weight:600;color:#333}.usage-bar{margin-top:8px;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.usage-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px;margin-bottom:25px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:10px;text-align:center}.stat-value{font-size:28px;font-weight:700}.stat-label{font-size:12px;opacity:.9;margin-top:5px}.admin-section{margin-bottom:25px}.admin-section h3{margin-bottom:15px;color:#333}.setting-row{display:flex;align-items:center;gap:15px;margin-bottom:12px}.setting-row label{min-width:160px;font-size:14px}.setting-row input,.setting-row select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px}.save-btn:hover{opacity:.9}.admin-users-table{width:100%;border-collapse:collapse;font-size:14px}.admin-users-table th,.admin-users-table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.admin-users-table th{background:#f8f9fa;font-weight:600}.admin-users-table .avatar-small{width:30px;height:30px;border-radius:50%;vertical-align:middle;margin-right:8px}.admin-actions{display:flex;gap:8px}button.small{padding:6px 12px;font-size:12px}.section-desc{font-size:13px;color:#666;margin-bottom:15px}.e2e-controls{display:flex;gap:12px;align-items:center;margin-bottom:15px}.e2e-controls select{padding:10px 14px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:280px}.run-tests-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s}.run-tests-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.run-tests-btn:disabled{opacity:.6;cursor:not-allowed}.e2e-results{background:#f8f9fa;border-radius:8px;padding:15px;max-height:400px;overflow-y:auto}.e2e-summary{margin-bottom:15px}.e2e-summary p{margin:0;font-size:14px}.e2e-summary .error{color:#dc2626}.e2e-final-summary{padding:12px 15px;border-radius:6px;margin-bottom:10px}.e2e-final-summary.success{background:#d1fae5;border:1px solid #10b981}.e2e-final-summary.warning{background:#fef3c7;border:1px solid #f59e0b}.e2e-final-summary.error{background:#fee2e2;border:1px solid #ef4444}.e2e-final-summary h4{margin:0 0 10px;font-size:15px}.e2e-stats{display:flex;gap:15px;flex-wrap:wrap;font-size:13px}.e2e-stats .stat{padding:4px 10px;background:#ffffffb3;border-radius:4px}.e2e-stats .stat.pass{color:#059669}.e2e-stats .stat.fail{color:#dc2626}.e2e-stats .stat.skip{color:#6b7280}.e2e-details{font-size:13px}.e2e-details h5{margin:10px 0 5px;color:#dc2626}.test-result{padding:6px 10px;margin:4px 0;border-radius:4px;font-family:monospace;font-size:12px}.test-result.pass{background:#d1fae5;color:#065f46}.test-result.fail{background:#fee2e2;color:#991b1b}.test-result .error-detail{font-size:11px;margin-top:4px;padding:6px;background:#0000000d;border-radius:3px;word-break:break-word}.fixture-warning{padding:10px 14px;border-radius:6px;margin-bottom:12px;font-size:13px}.fixture-warning.warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.fixture-warning.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.site-limit-info{margin-top:10px;font-size:13px;color:#666}@media(max-width:600px){.login-card{padding:30px 20px}header{flex-direction:column;text-align:center}.header-right{justify-content:center}.setting-row{flex-direction:column;align-items:flex-start}.setting-row label{min-width:auto}.admin-users-table{font-size:12px}.admin-actions{flex-direction:column}}.user-dropdown{position:relative}.user-dropdown-trigger{display:flex;align-items:center;gap:10px;padding:8px 12px;background:transparent;border:1px solid #eee;border-radius:8px;cursor:pointer;font-size:14px;color:#000;transition:all .2s}.user-dropdown-trigger:hover{background:#f5f5f5;border-color:#ddd}.dropdown-arrow{font-size:10px;color:#666;transition:transform .2s}.user-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:280px;max-height:78vh;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;overflow:auto}.user-dropdown.open .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-section{padding:15px}.dropdown-section-title{font-size:12px;font-weight:600;color:#666;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.dropdown-usage{display:flex;flex-direction:column;gap:8px}.dropdown-usage-item{display:flex;justify-content:space-between;font-size:13px;color:#333}.dropdown-usage-item span:last-child{font-weight:600}.usage-bar.small{height:4px;margin:4px 0}.dropdown-divider{height:1px;background:#eee;margin:0}.dropdown-btn{width:100%;padding:12px 15px;border:none;background:transparent;text-align:left;font-size:14px;color:#000;cursor:pointer;transition:background .2s}.dropdown-btn:hover{background:#f5f5f5}.dropdown-btn.logout{color:#dc3545}.dropdown-btn.logout:hover{background:#fff5f5}.dropdown-btn.danger{color:#fff;background-color:#dc3545;font-weight:500;border-radius:6px;margin:5px 10px;width:calc(100% - 20px)}.dropdown-btn.danger:hover{background-color:#c82333;color:#fff}.dropdown-help-text{font-size:12px;color:#666;margin:0 0 10px;line-height:1.35}.agent-token-form{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.agent-token-input{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;color:#222;background:#fff}.agent-token-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea26}.dropdown-btn.agent-token-create{border:1px solid #dee2ff;background:#f7f8ff;color:#3f51b5;border-radius:6px;padding:9px 10px}.dropdown-btn.agent-token-create:hover{background:#eef1ff}.dropdown-btn.agent-token-create:disabled{opacity:.65;cursor:not-allowed}.dropdown-btn.small{width:auto;padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:12px}.dropdown-btn.small:hover{background:#f5f5f5}.dropdown-btn.small.danger-link{color:#c62828;border-color:#f3c7c7;background:#fff5f5}.dropdown-btn.small.danger-link:hover{background:#ffecec}.dropdown-btn.small:disabled{opacity:.6;cursor:not-allowed}.agent-token-created{border:1px solid #d9dffc;background:#f6f8ff;border-radius:8px;padding:8px;margin-bottom:10px}.agent-token-created-label{font-size:11px;font-weight:600;color:#3f51b5;margin-bottom:6px}.agent-token-value{display:block;width:100%;word-break:break-all;white-space:pre-wrap;font-size:11px;line-height:1.35;background:#fff;border:1px solid #e1e6ff;border-radius:6px;padding:7px;color:#1f2937}.agent-token-created-actions{display:flex;gap:8px;margin-top:8px}.agent-token-list{display:flex;flex-direction:column;gap:8px}.agent-token-item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;border:1px solid #eee;border-radius:8px;padding:8px;background:#fafafa}.agent-token-main{min-width:0;flex:1}.agent-token-name{font-size:12px;font-weight:600;color:#2c3e50;margin-bottom:2px}.agent-token-meta{font-size:11px;color:#666;line-height:1.3;word-break:break-word}.agent-token-empty{font-size:12px;color:#777}.agent-token-error{font-size:12px;color:#b3261e}.btn-danger{background:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.btn-danger:hover{background:#c82333}.btn-danger:disabled{background:#e57373;cursor:not-allowed}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #ddd;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#e9ecef;border-color:#ccc}.btn-secondary:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;overflow-y:auto;animation:fadeIn .2s ease}.modal-overlay .modal-content{background:#fff;border-radius:12px;width:100%;max-width:480px;box-shadow:0 10px 40px #0003;animation:slideUp .25s ease}.modal-overlay .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.modal-overlay .modal-header h3{margin:0;font-size:18px;font-weight:600}.modal-overlay .modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666;padding:4px 8px}.modal-overlay .modal-close:hover{color:#333}.app-modal-close{width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#64748b;font-size:16px;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;font-family:inherit}.app-modal-close:hover{background:#f1f5f9;color:#0f172a}.app-modal-close:active{background:#e2e8f0;transform:scale(.95)}.app-modal-close:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.modal-overlay .modal-body{padding:20px}.modal-overlay .modal-footer{padding:16px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:12px}.admin-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.admin-modal-content{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;padding:30px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.admin-modal-header h2{margin:0;font-size:24px}.close-btn{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-btn:hover{background:#eee}.account-section,.admin-panel{display:none!important}.verbose-modal .progress-content,.verbose-modal.progress-modal .verbose-content{max-width:700px;width:95%}.verbose-content{max-width:700px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.progress-header h3{margin:0;font-size:1.3em}.progress-elapsed{font-family:Menlo,Monaco,Courier New,monospace;font-size:14px;color:#666;background:#f5f5f5;padding:4px 10px;border-radius:4px}.progress-steps{display:flex;justify-content:space-between;margin:20px 0;padding:0 10px}.progress-steps .step{font-size:12px;color:#999;padding:6px 12px;border-radius:20px;background:#f5f5f5;transition:all .3s ease}.progress-steps .step.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);font-weight:600}.progress-steps .step.complete{color:#fff;background:#28a745}.log-console-wrapper{margin-top:20px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.log-console-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;font-size:13px;font-weight:600;color:#555}.log-toggle{padding:4px 10px;font-size:11px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;transition:background .2s}.log-toggle:hover{background:#f0f0f0}.log-console{max-height:250px;overflow-y:auto;background:#1e1e1e;padding:12px;font-family:Menlo,Monaco,Courier New,monospace;font-size:12px;line-height:1.6}.log-entry{padding:2px 0;white-space:pre-wrap;word-break:break-word}.log-entry.log-info{color:#9cdcfe}.log-entry.log-warn{color:#dcdcaa}.log-entry.log-error{color:#f48771}.log-entry.log-step{color:#4ec9b0;font-weight:600}.log-entry.log-debug{color:gray}.log-console::-webkit-scrollbar{width:8px}.log-console::-webkit-scrollbar-track{background:#2d2d2d}.log-console::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.log-console::-webkit-scrollbar-thumb:hover{background:#666}.verbose-content .progress-status{font-size:16px;font-weight:500;margin:15px 0 10px}.verbose-content .progress-details{font-size:13px;color:#666;margin-bottom:10px;min-height:20px}.verbose-content .progress-close-btn{margin-top:20px;width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.verbose-content .progress-close-btn:hover{opacity:.9}@media(max-width:600px){.verbose-content{padding:20px 15px}.progress-steps{flex-wrap:wrap;gap:8px;justify-content:center}.progress-steps .step{font-size:11px;padding:4px 8px}.log-console{max-height:180px;font-size:11px}.progress-header h3{font-size:1.1em}}.crunchbase-section{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border:1px solid #e0e7ff;border-radius:10px;padding:15px;margin:15px 0}.crunchbase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.crunchbase-title{font-weight:600;font-size:14px;color:#4338ca}.crunchbase-link{font-size:12px;color:#6366f1;text-decoration:none}.crunchbase-link:hover{text-decoration:underline}.crunchbase-data{display:flex;flex-direction:column;gap:10px}.crunchbase-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d}.crunchbase-label{font-size:13px;color:#666}.crunchbase-value{font-size:14px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}.funding-amount{font-size:16px;font-weight:700;color:#059669}.funding-stage{font-size:11px;padding:3px 8px;border-radius:12px;font-weight:600;text-transform:uppercase}.stage-seed{background:#d1fae5;color:#065f46}.stage-preseed{background:#fef3c7;color:#92400e}.stage-series-a{background:#dbeafe;color:#1e40af}.stage-series-b{background:#e0e7ff;color:#3730a3}.stage-series-c{background:#ede9fe;color:#5b21b6}.stage-series-d{background:#fce7f3;color:#9d174d}.stage-ipo{background:#fef9c3;color:#a16207}.stage-acquired{background:#f3e8ff;color:#7c3aed}.stage-other{background:#f3f4f6;color:#4b5563}.crunchbase-meta{font-size:11px;color:#999;text-align:right;margin-top:10px}.crunchbase-results{margin-top:20px}.cb-result-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #86efac;border-radius:10px;padding:15px}.cb-result-card h4{margin:0 0 12px;color:#166534;font-size:14px}.cb-result-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:13px}.cb-result-row:last-of-type{border-bottom:none}.cb-result-row span{color:#666;min-width:90px}.cb-result-row strong{color:#333}.cb-badge{font-size:10px;padding:2px 6px;background:#dbeafe;color:#1e40af;border-radius:10px;font-weight:600}.cb-link{display:block;margin-top:12px;text-align:center;font-size:12px;color:#059669;text-decoration:none}.cb-link:hover{text-decoration:underline}@media(max-width:600px){.crunchbase-header,.crunchbase-row{flex-direction:column;align-items:flex-start;gap:5px}.crunchbase-value{width:100%;justify-content:flex-start}}.metadata-icons-bar{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0 0;padding:0;background:transparent;border:none;border-radius:0}.meta-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.meta-icon-active{background:#fff;box-shadow:0 1px 3px #00000014,inset 0 0 0 1px #0000000f;color:#475569}.meta-icon-active:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f,inset 0 0 0 1px #00000014}.meta-icon-inactive{background:#f8fafc;border:1.5px dashed #cbd5e1;color:#94a3b8;opacity:.7}.meta-icon-inactive:hover{opacity:1;border-color:#94a3b8;color:#64748b;background:#f1f5f9}.meta-icon-active.meta-icon-crunchbase{background:linear-gradient(145deg,#0288d1,#0277bd);color:#fff;box-shadow:0 2px 6px #0288d14d}.meta-icon-active.meta-icon-linkedin{background:linear-gradient(145deg,#0077b5,#005e93);color:#fff;box-shadow:0 2px 6px #0077b54d}.meta-icon-active.meta-icon-twitter{background:linear-gradient(145deg,#1d1d1d,#000);color:#fff;box-shadow:0 2px 6px #00000040}.meta-icon-active.meta-icon-youtube{background:linear-gradient(145deg,red,#c00);color:#fff;box-shadow:0 2px 6px #ff00004d}.meta-icon-active.meta-icon-facebook{background:linear-gradient(145deg,#1877f2,#1565c0);color:#fff;box-shadow:0 2px 6px #1877f24d}.meta-icon-active.meta-icon-discord{background:linear-gradient(145deg,#5865f2,#4752c4);color:#fff;box-shadow:0 2px 6px #5865f24d}.meta-icon-active.meta-icon-jobs{background:linear-gradient(145deg,#10b981,#059669);color:#fff;box-shadow:0 2px 6px #10b9814d}.meta-icon-active.meta-icon-github{background:linear-gradient(145deg,#6e5494,#563d7c);color:#fff;box-shadow:0 2px 6px #6e54944d}.meta-icon-active.meta-icon-blog{background:linear-gradient(145deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 6px #f59e0b4d}.meta-icon-active.meta-icon-events{background:linear-gradient(145deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef44444d}.meta-icon-active.meta-icon-docs{background:linear-gradient(145deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 2px 6px #6366f14d}.add-metadata-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;animation:fadeIn .2s ease}.add-metadata-content{background:#fff;border-radius:12px;width:100%;max-width:450px;box-shadow:0 10px 40px #0003;animation:slideUp .2s ease}.add-metadata-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.add-metadata-header h4{margin:0;font-size:16px;color:#333}.add-metadata-close{width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.add-metadata-close:hover{background:#eee;color:#333}.add-metadata-body{padding:20px}.add-metadata-body p{margin:0 0 12px;font-size:14px;color:#555}.add-metadata-input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .2s}.add-metadata-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.add-metadata-input::placeholder{color:#aaa;font-size:13px}.add-metadata-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #eee;background:#fafafa;border-radius:0 0 12px 12px}.add-metadata-cancel{padding:10px 18px;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.add-metadata-cancel:hover{background:#f5f5f5}.add-metadata-submit{padding:10px 20px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.add-metadata-submit:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:600px){.metadata-icons-bar{justify-content:center}.meta-icon{width:36px;height:36px;font-size:15px}.add-metadata-content{margin:10px;max-width:none}}.site-header{position:relative}.test-all-modal .progress-steps{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.test-all-modal .progress-steps .step{padding:4px 8px;font-size:11px;min-width:60px}.test-all-results{margin-top:16px}.test-all-results .results-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:16px;border-radius:10px;border:1px solid #e0e0e0}.test-all-results .results-card h4{margin:0 0 10px;font-size:16px;color:#333}.test-all-results .results-meta{font-size:12px;color:#666;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.test-all-results .results-list{display:flex;flex-direction:column;gap:6px}.test-all-results .result-row{padding:8px 12px;border-radius:6px;font-size:13px;font-family:monospace}.test-all-results .result-success{background:#28a74526;color:#155724;border:1px solid rgba(40,167,69,.3)}.test-all-results .result-fail{background:#dc354526;color:#721c24;border:1px solid rgba(220,53,69,.3)}.test-all-results .result-skip{background:#6c757d26;color:#495057;border:1px solid rgba(108,117,125,.3)}.log-entry.log-success{color:#28a745;font-weight:500}@media(max-width:1024px){.container{padding:16px}header h1{font-size:1.8em}.rendered-views{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-modal-content{max-width:95%;padding:20px}}@media(max-width:768px){body{padding:12px}section{padding:16px;border-radius:8px}h2{font-size:1.25em}.site-meta{grid-template-columns:1fr;gap:6px}.usage-stats{grid-template-columns:1fr}.site-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-left:-16px;margin-right:-16px;margin-bottom:-14px;padding:12px 16px;border-radius:0 0 6px 6px}.site-actions button{padding:12px 8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:44px}.social-icon{width:44px;height:44px;font-size:18px}.meta-icon{width:44px;height:44px;font-size:16px}.follower-count{top:-6px;right:-6px;font-size:11px;padding:3px 6px}.jobs-toggle,.blog-toggle,.events-toggle,.documents-toggle{min-height:44px;padding:12px 16px;font-size:14px}.follower-row{min-height:56px;padding:14px 16px}.follower-platform{min-width:80px}.follower-count-display{font-size:16px}.jobs-section,.blog-section,.events-section,.news-section,.documents-section{overflow-x:auto;-webkit-overflow-scrolling:touch}.jobs-table,.blog-table,.events-table,.news-table,.documents-table{min-width:400px}.admin-users-table{min-width:600px}.admin-section{overflow-x:auto;-webkit-overflow-scrolling:touch}.progress-content{width:95%;max-width:500px;padding:20px}.verbose-content{padding:16px}.log-console{max-height:150px;font-size:11px}.metadata-icons-bar{justify-content:center;padding:12px}.crunchbase-row{flex-direction:column;align-items:flex-start;gap:4px}.site-header{flex-direction:column;align-items:flex-start}.site-thumbnail{width:75px;height:75px}.user-dropdown-menu{width:260px;right:-10px}.change-summary{padding:10px 12px}.change-summary-header{flex-wrap:wrap;gap:4px}.change-summary-time{margin-left:0;width:100%}.contact-items{flex-direction:column;gap:8px}}@media(max-width:480px){body{padding:8px}header{padding:16px}header h1{font-size:1.4em}header p{font-size:.9em}section{padding:12px}.input-group{flex-direction:column}.input-group input,.input-group button{width:100%}.site-actions{grid-template-columns:1fr}.site-actions button{padding:14px 12px;font-size:13px}.progress-modal{align-items:flex-end}.progress-content{width:100%;max-width:100%;margin:0;border-radius:16px 16px 0 0;max-height:85vh;overflow-y:auto;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.progress-steps{display:none}.snapshot-actions{flex-direction:column;gap:8px}.snapshot-actions button{width:100%}.company-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-users-table{font-size:11px}.admin-users-table th,.admin-users-table td{padding:8px 4px}.admin-actions{flex-direction:column;gap:4px}.admin-actions button{width:100%;padding:8px}.admin-modal{padding:0}.admin-modal-content{border-radius:0;max-height:100vh;height:100%;padding:16px}.admin-modal-header h2{font-size:18px}.admin-stats{grid-template-columns:1fr;gap:10px}.stat-card{padding:14px}.stat-value{font-size:22px}.site-card{padding:14px}.site-card h3{font-size:1.1em}.site-actions{margin-left:-14px;margin-right:-14px;margin-bottom:-14px;padding:12px 14px}.follower-stats{padding:12px}.follower-stats-header{flex-direction:column;align-items:flex-start;gap:8px}.follower-total{font-size:12px}.follower-row{flex-wrap:wrap;gap:8px}.follower-platform{min-width:70px}.follower-count-wrapper{flex:none;width:auto}.follower-meta{width:100%;flex-direction:row;justify-content:flex-start;gap:8px}.jobs-header,.blog-header,.events-header{flex-direction:column;align-items:flex-start;gap:8px}.jobs-header-left,.blog-header-left,.events-header-left{flex-wrap:wrap;gap:6px}.dept-breakdown{max-width:100%;overflow-x:auto}.login-card{padding:24px 16px}.login-card h1{font-size:1.6em}.google-login-btn{padding:12px 20px;font-size:14px}.confirm-dialog{width:95%;padding:20px}.confirm-buttons{flex-direction:column;gap:8px}.confirm-btn-cancel,.confirm-btn-confirm{width:100%;padding:12px}.toast-notification{left:10px;right:10px;bottom:10px;max-width:none}.add-metadata-modal{padding:10px;align-items:flex-end}.add-metadata-content{max-width:100%;border-radius:16px 16px 0 0}}@media(pointer:coarse){button,.dropdown-btn,a.follower-row,.social-icon,.meta-icon,.jobs-toggle,.blog-toggle,.events-toggle,.documents-toggle{min-height:44px;min-width:44px}button.small{padding:10px 14px;font-size:13px}input[type=checkbox],input[type=radio]{width:22px;height:22px}.user-dropdown-trigger{padding:10px 14px}}@media(max-height:500px)and (orientation:landscape){.progress-modal{align-items:center}.progress-content{max-height:90vh;border-radius:10px}.log-console{max-height:100px}.admin-modal-content{max-height:95vh}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media(max-width:480px){body{padding-bottom:env(safe-area-inset-bottom)}.progress-content{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.toast-notification{bottom:calc(10px + env(safe-area-inset-bottom))}}}@media print{body{background:#fff;padding:0}header,.site-actions,.add-site,.user-dropdown,.metadata-icons-bar{display:none!important}.site-card{break-inside:avoid;border:1px solid #ddd;box-shadow:none}}.site-tabs{display:flex;gap:2px;border-bottom:1px solid #e2e8f0;margin:20px 0 0;padding:0}.site-tab{padding:12px 18px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;border-radius:6px 6px 0 0}.site-tab:hover{color:#475569;background:#f8fafc}.site-tab.active{color:#667eea;border-bottom-color:#667eea;font-weight:600;background:transparent}.site-tab .tab-badge{background:#f1f5f9;color:#64748b;font-size:10px;font-weight:700;padding:2px 7px;border-radius:12px;min-width:18px;text-align:center;letter-spacing:.02em}.site-tab.active .tab-badge{background:linear-gradient(135deg,#667eea,#5a67d8);color:#fff}.tab-content{display:none;padding:16px 0;animation:fadeIn .2s ease}.tab-content.active{display:block}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tab-content.active{animation:tabFadeIn .2s ease}.product-header{background:linear-gradient(135deg,#f8f9ff,#eef2ff);border:1px solid #e0e7ff;border-radius:10px;padding:16px 20px;margin-bottom:16px}.product-name{font-size:18px;font-weight:700;color:#1e40af;margin:0 0 8px;display:flex;align-items:center;gap:8px}.product-name .product-icon{font-size:20px}.product-description{font-size:14px;color:#475569;line-height:1.5;margin:0}.features-empty{text-align:center;padding:40px 20px;color:#6c757d}.features-empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.features-empty-text{font-size:14px;margin-bottom:16px}.extract-action-btn{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.extract-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.extract-action-btn:disabled{opacity:.65;cursor:not-allowed}.extract-action-btn.secondary{background:#f8f9fa;color:#495057;border:1px solid #dee2e6}.extract-action-btn.secondary:hover:not(:disabled){background:#e9ecef;box-shadow:none;transform:none}.features-list{display:flex;flex-direction:column;gap:12px}.feature-category{margin-bottom:16px}.feature-category-header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f9fa;border-radius:6px;margin-bottom:10px;font-weight:600;font-size:13px;color:#495057;text-transform:uppercase;letter-spacing:.5px}.feature-category-icon{font-size:16px}.feature-category-count{margin-left:auto;background:#e9ecef;color:#495057;padding:2px 8px;border-radius:10px;font-size:11px}.feature-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:14px 16px;margin-bottom:8px;transition:all .2s}.feature-card:hover{border-color:#dee2e6;box-shadow:0 2px 8px #0000000f}.feature-card.category-core{border-left:3px solid #28a745}.feature-card.category-integration{border-left:3px solid #6f42c1}.feature-card.category-security{border-left:3px solid #dc3545}.feature-card.category-analytics{border-left:3px solid #17a2b8}.feature-card.category-communication{border-left:3px solid #fd7e14}.feature-card.category-automation{border-left:3px solid #e83e8c}.feature-card.category-api{border-left:3px solid #20c997}.feature-card.category-admin{border-left:3px solid #6c757d}.feature-card.category-pricing{border-left:3px solid #ffc107}.feature-card.category-support{border-left:3px solid #007bff}.feature-card.category-other{border-left:3px solid #adb5bd}.feature-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.feature-name{font-weight:600;font-size:14px;color:#212529;margin:0}.feature-evidence{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;width:16px;height:16px;border-radius:50%;border:1px solid #cbd5e1;color:#64748b;font-size:11px;line-height:1;cursor:help}.feature-confidence{display:flex;align-items:center;gap:4px;font-size:11px;color:#6c757d}.feature-confidence-bar{width:40px;height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}.feature-confidence-fill{height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:2px;transition:width .3s}.feature-confidence.low .feature-confidence-fill{background:#ffc107}.feature-confidence.medium .feature-confidence-fill{background:#17a2b8}.feature-confidence.high .feature-confidence-fill{background:#28a745}.feature-description{font-size:13px;color:#495057;line-height:1.4;margin-bottom:10px}.feature-history{margin-top:20px;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.feature-history-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;cursor:pointer;transition:background .2s}.feature-history-header:hover{background:#e9ecef}.feature-history-title{font-weight:600;font-size:13px;color:#495057;display:flex;align-items:center;gap:8px}.feature-history-toggle{font-size:12px;color:#6c757d;transition:transform .2s}.feature-history.expanded .feature-history-toggle{transform:rotate(180deg)}.feature-history-content{display:none;padding:0;max-height:300px;overflow-y:auto}.feature-history.expanded .feature-history-content{display:block}.history-entry{padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:13px}.history-entry:last-child{border-bottom:none}.history-entry-date{font-weight:600;color:#495057;margin-bottom:4px}.history-entry-changes{color:#6c757d}.history-change{display:flex;align-items:center;gap:6px;padding:4px 0}.history-change-icon{width:18px;text-align:center}.history-change.added{color:#28a745}.history-change.removed{color:#dc3545}.history-change.updated{color:#fd7e14}.product-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #e9ecef}.product-meta{font-size:11px;color:#6c757d;margin-top:12px;display:flex;justify-content:space-between;align-items:center}.features-table-wrapper{margin-top:20px;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.features-table-header h4{margin:0;font-size:14px;color:#333}.features-table-toggle{background:#667eea;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.features-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.features-table-container.collapsed{display:none}.features-table{width:100%;border-collapse:collapse;font-size:13px}.features-table th{background:#f8f9fa;padding:10px 12px;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6;white-space:nowrap}.features-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sort-icon{opacity:.4;margin-left:4px}.features-table th.sorted .sort-icon{opacity:1}.features-table td{padding:10px 12px;border-bottom:1px solid #e9ecef;vertical-align:middle}.features-table-row:hover{background:#f8f9fa}.features-table-name{font-weight:500;color:#333;min-width:150px}.features-table-name a{color:#667eea;text-decoration:none}.features-table-name a:hover{text-decoration:underline}.features-table-cat{white-space:nowrap}.features-table-category-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500}.features-table-description{max-width:300px;font-size:12px;color:#495057;line-height:1.4;white-space:normal;word-wrap:break-word}.features-table-confidence{min-width:100px}.features-table-conf{display:flex;align-items:center;gap:8px}.features-table-conf-bar{flex:1;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.features-table-conf-fill{height:100%;border-radius:3px;transition:width .3s ease}.features-table-conf-bar.high .features-table-conf-fill{background:#28a745}.features-table-conf-bar.medium .features-table-conf-fill{background:#ffc107}.features-table-conf-bar.low .features-table-conf-fill{background:#dc3545}.features-table-conf-text{font-size:11px;color:#6c757d;min-width:35px}.features-table-date{white-space:nowrap;color:#6c757d;font-size:12px}.features-table-sources{max-width:150px}.features-table-source{display:inline-block;background:#e7f1ff;color:#06c;padding:2px 6px;border-radius:3px;font-size:10px;margin:1px;text-decoration:none}.features-table-source:hover{background:#cce0ff}.product-subtabs{display:flex;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.product-subtab{padding:8px 16px;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#495057;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:6px}.product-subtab:hover{background:#f8f9fa;border-color:#adb5bd}.product-subtab.active{background:#667eea;color:#fff;border-color:#667eea}.subtab-badge{background:#ffffff4d;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:600}.product-subtab.active .subtab-badge{background:#ffffff4d}.product-subtab:not(.active) .subtab-badge{background:#e9ecef;color:#495057}.product-subtab-content{display:none}.product-subtab-content.active{display:block}.marketing-section{margin-bottom:24px}.marketing-section-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e9ecef}.value-props-list{display:flex;flex-direction:column;gap:10px}.value-prop-card{background:#f8f9fa;border-radius:8px;padding:12px 16px;border-left:4px solid #6c757d}.value-prop-card.strength-strong{border-left-color:#28a745;background:#f0fff4}.value-prop-card.strength-medium{border-left-color:#ffc107;background:#fffef0}.value-prop-card.strength-weak{border-left-color:#dc3545;background:#fff5f5}.value-prop-claim{font-weight:600;color:#333;margin-bottom:4px}.value-prop-evidence{font-size:13px;color:#6c757d;font-style:italic}.positioning-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:20px;color:#fff}.positioning-type{display:flex;align-items:center;gap:10px;margin-bottom:10px}.positioning-icon{font-size:24px}.positioning-label{font-size:18px;font-weight:600}.positioning-desc{margin:0;opacity:.9;font-size:14px;line-height:1.5}.competitors-mentioned{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.2);font-size:13px;opacity:.8}.personas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.persona-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:14px}.persona-title{font-weight:600;color:#333;margin-bottom:4px}.persona-company{font-size:12px;color:#6c757d;margin-bottom:8px}.persona-pains{font-size:12px;color:#495057}.persona-pains strong{display:block;margin-bottom:4px;color:#333}.persona-pains ul{margin:0;padding-left:16px}.persona-pains li{margin-bottom:2px}.key-messages{display:flex;flex-direction:column;gap:8px}.key-message{background:#f8f9fa;border-radius:6px;padding:12px 16px;font-style:italic;color:#495057;border-left:3px solid #667eea}.differentiation-list{margin:0;padding-left:20px}.differentiation-list li{padding:6px 0;color:#495057}@media(max-width:768px){.site-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px -12px 0;padding:0 12px}.site-tab{padding:10px 14px;font-size:13px;white-space:nowrap}.product-header{padding:12px 14px}.product-name{font-size:16px}.feature-card{padding:12px 14px}.feature-card-header{flex-direction:column;gap:8px}.feature-confidence{align-self:flex-start}.product-actions{flex-direction:column}.product-actions button{width:100%}}@media(max-width:480px){.site-tabs{gap:0}.site-tab{flex:1;justify-content:center;padding:10px 8px;font-size:12px}.site-tab .tab-badge{display:none}}.features-table-wrapper{margin-top:20px;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;background:#fff}.features-table-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.features-table-header h4{margin:0;font-size:14px;font-weight:600;color:#495057}.features-table-toggle{padding:6px 12px;font-size:12px;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.features-table-toggle:hover{background:#5a6fd6}.features-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;transition:max-height .3s ease,opacity .3s ease;max-height:600px}.features-table-container.collapsed{max-height:0;overflow:hidden;opacity:0}.features-table{width:100%;min-width:800px;border-collapse:collapse;font-size:13px}.features-table thead{background:#f8f9fa;position:sticky;top:0;z-index:1}.features-table th{padding:10px 12px;text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;color:#6c757d;border-bottom:2px solid #dee2e6;white-space:nowrap}.features-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.features-table th.sortable:hover{background:#e9ecef}.features-table th .sort-icon{margin-left:4px;opacity:.5;font-size:10px}.features-table th.sortable:hover .sort-icon{opacity:1}.features-table td{padding:10px 12px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.features-table tbody tr:hover{background:#f8f9fa}.features-table-name{font-weight:500;color:#212529;max-width:200px}.features-table-name a{color:#212529;text-decoration:none}.features-table-name a:hover{color:#667eea;text-decoration:underline}.features-table-category-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize;white-space:nowrap}.features-table-description{max-width:280px;min-width:150px;font-size:12px;color:#495057;line-height:1.4;white-space:normal;word-wrap:break-word}.feature-status-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600;margin-left:6px;vertical-align:middle}.feature-status-badge.status-new{background:#dcfce7;color:#166534}.feature-status-badge.status-updated{background:#fef3c7;color:#92400e}.feature-status-badge.status-removed{background:#fee2e2;color:#991b1b;text-decoration:line-through}.features-table-conf{display:flex;align-items:center;gap:8px;min-width:100px}.features-table-conf-bar{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;min-width:50px}.features-table-conf-fill{height:100%;border-radius:4px;transition:width .3s ease}.conf-high .features-table-conf-fill{background:linear-gradient(90deg,#28a745,#20c997)}.conf-medium .features-table-conf-fill{background:linear-gradient(90deg,#ffc107,#fd7e14)}.conf-low .features-table-conf-fill{background:linear-gradient(90deg,#dc3545,#e83e8c)}.features-table-conf-text{font-size:11px;font-weight:600;color:#6c757d;min-width:30px}.features-table-date{font-size:12px;color:#6c757d;white-space:nowrap}.features-table-sources{max-width:120px}.features-table-source{display:inline-block;font-size:11px;color:#667eea;text-decoration:none;padding:2px 0}.features-table-source:hover{text-decoration:underline}@media(max-width:1024px){.features-table{font-size:12px}.features-table th,.features-table td{padding:8px 10px}.features-table-description{max-width:200px}}@media(max-width:768px){.features-table-wrapper{margin-left:-12px;margin-right:-12px;border-radius:0;border-left:none;border-right:none}.features-table-header{padding:10px 12px}.features-table-header h4{font-size:13px}.features-table-toggle{padding:5px 10px;font-size:11px}.features-table-container{margin:0;padding:0}.features-table{min-width:700px}}.header-nav{display:flex;gap:.5rem;margin-top:.5rem}.header-nav .nav-link{display:inline-block;padding:.5rem 1rem;color:#666;text-decoration:none;border-radius:6px;font-size:.95rem;transition:all .2s}.header-nav .nav-link.active{color:#667eea;background:#667eea26;font-weight:500}.briefings-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:.4rem;background:#4f46e5;color:#fff;border:1px solid #4f46e5;border-radius:999px;font-size:.7rem;font-weight:600;line-height:1;vertical-align:middle}.site-card.shared-site{border-left:4px solid #8b5cf6}.shared-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#6b21a8;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;margin-left:8px}.shared-badge .permission-tag{background:#6b21a826;padding:2px 6px;border-radius:6px;font-size:10px;text-transform:uppercase;font-weight:600}.view-only-notice{display:inline-flex;align-items:center;color:#6b7280;font-size:13px;font-style:italic;padding:6px 12px;background:#f3f4f6;border-radius:6px}.shared-sites-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-radius:8px;margin:16px 0 8px;font-size:14px;font-weight:600;color:#6b21a8}.shared-sites-header .shared-count{background:#6b21a8;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.stat-detail{font-size:11px;font-weight:400;color:#6b7280;display:block;margin-top:2px}.collection-dropdown-header{padding:8px 12px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.collection-dropdown-item.shared-item{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.collection-dropdown-item.shared-item:hover{background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.collection-dropdown-item.shared-item.active{background:linear-gradient(135deg,#e9d5ff,#d8b4fe)}.shared-indicator{margin-right:4px}.site-favicon{width:32px;height:32px;border-radius:10px;flex-shrink:0;vertical-align:middle;box-shadow:0 2px 6px #00000014;border:1px solid rgba(0,0,0,.06);background:#fff}.site-favicon-placeholder{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;flex-shrink:0;background:linear-gradient(145deg,#667eea,#5a67d8);color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:-.5px;box-shadow:0 2px 6px #667eea4d}.site-favicon-placeholder.favicon-debug-failed{position:relative}.site-favicon-placeholder.favicon-debug-failed:after{content:"!";position:absolute;top:-5px;right:-6px;width:14px;height:14px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;line-height:14px;text-align:center;box-shadow:0 1px 3px #00000040}.site-title-area h3{display:flex;align-items:center;gap:12px;margin:0 0 2px;font-size:15px;font-weight:500}.site-title-area h3 a{color:#334155;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease;font-weight:500}.site-title-area h3 a:hover{color:#667eea}.snapshot-item{display:flex;gap:16px;padding:16px;background:#f9fafb;border-radius:8px;margin-bottom:12px;border:1px solid #e5e7eb;transition:border-color .2s,box-shadow .2s}.snapshot-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.snapshot-item.has-screenshot{flex-wrap:wrap}.snapshot-screenshot{flex-shrink:0;width:200px;text-align:center}.snapshot-thumbnail{width:100%;max-height:150px;object-fit:cover;object-position:top;border-radius:6px;border:1px solid #e5e7eb;cursor:pointer;transition:transform .2s,box-shadow .2s}.snapshot-thumbnail:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.screenshot-label{font-size:11px;color:#6b7280;margin-top:4px}.snapshot-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.snapshot-info{flex:1}.snapshot-info strong{font-size:14px;color:#111827}.snapshot-info small{color:#6b7280}.snapshot-summary{font-size:12px;color:#374151;margin-top:8px;padding:8px;background:#fff;border-radius:4px;border:1px solid #e5e7eb}.snapshot-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.snapshot-actions button{font-size:12px;padding:6px 12px}.screenshot-modal{position:fixed;inset:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.screenshot-modal-content{position:relative;max-width:95vw;max-height:95vh;display:flex;flex-direction:column}.screenshot-modal-content img{max-width:100%;max-height:calc(95vh - 60px);object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.screenshot-modal-close{position:absolute;top:-40px;right:0}@media(max-width:768px){.snapshot-item{flex-direction:column}.snapshot-screenshot{width:100%;margin-bottom:12px}.snapshot-thumbnail{max-height:200px}.screenshot-modal-close{top:10px;right:10px;z-index:10001}}.error-delete-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;border:none;border-radius:50%;background:#dc3545;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:10}.error-delete-btn:hover{background:#c82333;transform:scale(1.1)}.dashboard-layout{display:flex;gap:20px;min-height:calc(100vh - 140px);padding:0 24px;align-items:flex-start}.dashboard-sidebar{width:280px;flex-shrink:0}.dashboard-main{flex:1;min-width:0}#collections-sidebar{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:15px;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}.collections-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #eee}.collections-title{font-size:12px;font-weight:700;color:#666;letter-spacing:.5px}.collections-add-btn{width:28px;height:28px;border-radius:6px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.collections-add-btn:hover{transform:scale(1.1);box-shadow:0 2px 8px #667eea66}.collections-list{display:flex;flex-direction:column;gap:4px}.collections-empty{padding:20px 10px;text-align:center;color:#999;font-size:13px;font-style:italic}.collection-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s;position:relative;border-left:3px solid var(--collection-color, transparent)}.collection-item:hover{background:#f8f9fa}.collection-item.active{background:var(--collection-color, #4A90D9);color:#fff}.collection-item.active .collection-count,.collection-item.active .collection-badges{opacity:.85}.collection-item.special{border-top:1px solid #eee;margin-top:8px;padding-top:14px}.collection-icon{font-size:16px;flex-shrink:0}.collection-name{font-size:14px;font-weight:500;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-count{font-size:12px;opacity:.7;flex-shrink:0}.collection-badges{font-size:11px;display:flex;gap:2px;flex-shrink:0}.collection-menu-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:transparent;color:inherit;opacity:0;cursor:pointer;border-radius:4px;font-size:14px;transition:all .2s}.collection-item:hover .collection-menu-btn{opacity:.6}.collection-menu-btn:hover{opacity:1!important;background:#0000001a}.collections-shared-header{font-size:12px;font-weight:600;color:#888;padding:16px 0 8px;margin-top:8px;border-top:1px solid #eee}.collections-shared-list{display:flex;flex-direction:column;gap:4px}.collections-divider{height:1px;background:#eee;margin:12px 0}.collection-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;animation:fadeIn .2s ease}.collection-modal-content{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:0 10px 40px #0003;animation:slideUp .25s ease}.collection-modal-content.small{max-width:360px}.collection-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.collection-modal-header h3{margin:0;font-size:18px;color:#333}.modal-close-btn{width:28px;height:28px;border:none;background:transparent;border-radius:6px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .15s ease;font-family:inherit}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.modal-close-btn:active{background:#e2e8f0;transform:scale(.95)}.collection-modal-body{padding:24px}.collection-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #eee;background:#fafafa;border-radius:0 0 16px 16px}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:13px;font-weight:600;color:#555;margin-bottom:8px}.form-group input[type=text],.form-group textarea,.form-group input[type=url]{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:flex;gap:20px}.form-row .form-group{flex:1}.color-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%}.color-option{aspect-ratio:1;width:100%;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:all .18s ease;position:relative}.color-option:hover{transform:scale(1.08);box-shadow:0 4px 12px #00000026}.color-option.selected{border-color:#1e293b;box-shadow:0 0 0 2px #fff,0 0 0 4px #1e293b}.color-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.icon-picker{display:flex;gap:8px;flex-wrap:wrap}.icon-option{width:36px;height:36px;border-radius:8px;border:2px solid #ddd;background:#fff;cursor:pointer;font-size:18px;transition:all .2s}.icon-option:hover{border-color:#999;background:#f8f9fa}.icon-option.selected{border-color:#667eea;background:#f0f4ff}.initial-sites-note{padding:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;font-size:13px;color:#0369a1}.btn-primary{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{padding:12px 24px;background:#fff;color:#495057;border:1px solid #dee2e6;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f8f9fa;border-color:#adb5bd}.btn-secondary.danger{color:#dc3545;border-color:#f5c6cb}.btn-secondary.danger:hover{background:#fff5f5;border-color:#dc3545}.btn-small{padding:6px 12px;font-size:12px;font-weight:500;border-radius:6px;border:1px solid #ccc;background:#fff;color:#333;cursor:pointer;transition:all .2s}.btn-small:hover{background:#f5f5f5;border-color:#bbb}.btn-small.danger{color:#dc3545;border-color:#dc3545;background:#fff}.btn-small.danger:hover{background:#fef2f2}.collection-menu-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .15s ease}.collection-menu{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;min-width:200px;overflow:hidden;animation:slideUp .2s ease}.collection-menu-header{padding:14px 16px;font-weight:600;font-size:14px;border-bottom:1px solid #eee;background:#fafafa}.collection-menu-item{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;font-size:14px;cursor:pointer;transition:background .2s}.collection-menu-item:hover{background:#f8f9fa}.collection-menu-item.danger{color:#dc3545}.collection-menu-item.danger:hover{background:#fff5f5}.collection-menu-divider{height:1px;background:#eee;margin:4px 0}.share-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:3000;padding:40px 20px;overflow-y:auto;animation:fadeIn .2s ease}.share-modal-content{background:#fff;border-radius:12px;width:100%;max-width:480px;box-shadow:0 10px 40px #0003;animation:slideUp .25s ease}.share-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #eee}.share-modal-header h3{margin:0;font-size:16px;color:#333}.share-modal-body{padding:16px 18px}.share-section{margin-bottom:0}.share-section h4{margin:0 0 6px;font-size:14px;color:#333}.share-section-desc{margin:0 0 10px;font-size:12px;color:#666}.share-divider{height:1px;background:#eee;margin:14px 0}.permission-options{display:flex;gap:8px}.permission-option{flex:1;display:flex;align-items:center;gap:8px;padding:10px 12px;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.permission-option:hover{border-color:#bbb;background:#f8f8f8}.permission-option:has(input:checked){border-color:#667eea;background:#fff;box-shadow:0 0 0 1px #667eea}.permission-option input{margin:0;accent-color:#667eea}.permission-label{display:flex;flex-direction:column;gap:0}.permission-label strong{font-size:14px;color:#222;font-weight:600}.permission-label small{font-size:12px;color:#555}.share-advanced{margin-top:16px}.share-advanced summary{font-size:13px;color:#666;cursor:pointer;padding:8px 0}.share-advanced summary:hover{color:#333}.share-advanced-content{padding:16px;background:#f8f9fa;border-radius:8px;margin-top:8px;display:flex;flex-direction:column;gap:12px}.share-advanced-content .form-group{margin-bottom:0}.share-advanced-content label{font-size:12px;margin-bottom:6px}.share-advanced-content select,.share-advanced-content input{padding:8px 12px;font-size:13px}.share-link-form .btn-primary{margin-top:16px;width:100%}.share-link-ready{margin-top:12px}.share-link-ready label{display:block;font-size:12px;font-weight:500;color:#333;margin-bottom:6px}.share-link-input-row{display:flex;gap:6px}.share-link-input-row input{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:12px;background:#f8f9fa;color:#333}.share-link-input-row input:focus{outline:none;border-color:#667eea}.btn-copy{padding:8px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap}.btn-copy:hover{opacity:.9}.share-active-links{margin-top:14px}.share-active-links h5{margin:0 0 8px;font-size:11px;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.no-links{padding:10px;background:#f8f9fa;border-radius:6px;text-align:center;color:#999;font-size:12px}.active-link-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f8f9fa;border-radius:6px;margin-bottom:6px}.active-link-info{display:flex;flex-direction:column;gap:2px}.active-link-label{font-size:12px;font-weight:500;color:#333}.active-link-meta{font-size:11px;color:#666}.active-link-actions{display:flex;gap:8px}.public-toggle-row,.anonymous-toggle-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:13px}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:22px}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.public-settings{display:none;padding:16px;background:#f8f9fa;border-radius:8px;margin-bottom:16px}.public-settings.visible{display:block}.public-url-input{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.public-url-prefix{padding:10px 12px;background:#f0f0f0;font-size:13px;color:#666;border-right:1px solid #ddd;white-space:nowrap}.public-url-input input{flex:1;border:none;padding:10px 12px;font-size:14px}.public-url-input input:focus{outline:none}.members-list{display:flex;flex-direction:column;gap:8px}.no-members{padding:16px;background:#f8f9fa;border-radius:8px;text-align:center;color:#999;font-size:13px}.member-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px}.member-item.owner{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd}.member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.member-info{flex:1;display:flex;flex-direction:column;gap:2px}.member-name{font-size:14px;font-weight:500;color:#333}.member-role,.member-meta{font-size:12px;color:#666}.member-actions{display:flex;align-items:center;gap:8px}.member-permission-select{padding:6px 10px;font-size:12px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer}.collection-header-bar{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:20px 24px;margin-bottom:20px;border-left:4px solid var(--collection-color, #4A90D9)}.collection-header-bar .coll-header-info{display:flex;gap:16px;margin-bottom:16px}.collection-header-bar .coll-header-icon{font-size:32px;flex-shrink:0}.collection-header-bar .coll-header-color{width:12px;height:12px;border-radius:50%;margin-top:6px;box-shadow:0 0 0 2px #ffffffe6,0 2px 6px #0f172a1f}.collection-header-bar .coll-header-text{flex:1}.collection-header-bar .coll-header-name{margin:0 0 4px;font-size:20px;color:#333}.collection-header-bar .coll-header-desc{margin:0 0 8px;font-size:14px;color:#666}.collection-header-bar .coll-header-sharing{font-size:13px;color:#888}.collection-header-bar .coll-header-actions{display:flex;gap:12px;flex-wrap:wrap}.collection-header-bar .coll-header-actions button{padding:10px 18px;font-size:13px}.site-collection-badges{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}.site-collection-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--badge-color, #4A90D9);border-radius:6px;font-size:12px;cursor:pointer;opacity:.9;transition:all .2s}.site-collection-badge:hover{opacity:1;transform:scale(1.1)}.add-to-coll-btn{background:transparent;border:2px dashed #ccc;color:#888}.add-to-coll-btn:hover{border-color:#667eea;color:#667eea;background:#f8f9ff}.add-to-coll-option{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:none;background:#f8f9fa;border-radius:8px;cursor:pointer;margin-bottom:8px;text-align:left;transition:all .2s}.add-to-coll-option:hover{background:#e9ecef}.add-to-coll-option .option-icon{width:32px;height:32px;background:var(--option-color, #4A90D9);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px}.add-to-coll-option .option-name{font-size:14px;font-weight:500;color:#333}.add-to-coll-divider{height:1px;background:#eee;margin:16px 0}.add-to-coll-new{display:block;width:100%;padding:12px;border:2px dashed #ccc;background:transparent;border-radius:8px;color:#666;font-size:14px;cursor:pointer;transition:all .2s}.add-to-coll-new:hover{border-color:#667eea;color:#667eea;background:#f8f9ff}.no-collections-msg{padding:20px;text-align:center;color:#999;font-style:italic}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%}#collections-sidebar{position:relative;top:0;max-height:none}.collections-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.collection-item{flex-direction:column;text-align:center;padding:12px 8px}.collection-menu-btn{top:4px;right:4px;transform:none}}@media(max-width:600px){.share-modal{padding:0;align-items:flex-end}.share-modal-content{border-radius:16px 16px 0 0;max-height:90vh;overflow-y:auto}.collection-modal-content{margin:20px;max-width:none}.form-row{flex-direction:column;gap:16px}.public-url-input{flex-direction:column}.public-url-prefix{width:100%;border-right:none;border-bottom:1px solid #ddd;text-align:center}.collection-header-bar .coll-header-info{flex-direction:column;text-align:center}.collection-header-bar .coll-header-actions{justify-content:center}.member-item{flex-wrap:wrap}.member-actions{width:100%;margin-top:8px;justify-content:flex-end}.active-link-item{flex-direction:column;gap:12px;align-items:flex-start}.active-link-actions{width:100%;justify-content:flex-end}}.header-nav{display:flex;gap:.5rem}.header-nav .nav-link{color:#666;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .2s;font-weight:500}.header-nav .nav-link:hover{color:#333;background:#667eea1a}.header-nav .nav-link.active{color:#667eea;background:#667eea26;font-weight:600}.header-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #ddd;border-radius:8px;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.header-btn:hover{background:#eee;border-color:#ccc}.header-btn.share-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.header-btn.share-btn:hover{opacity:.9;transform:translateY(-1px)}.btn-danger{background-color:#dc3545;color:#fff;border:none}.btn-danger:hover{background-color:#c82333;color:#fff}.collection-switcher{position:relative}.collection-switcher-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #ddd;border-radius:8px;color:#333;cursor:pointer;transition:all .2s;font-size:14px}.collection-switcher-btn:hover{background:#eee;border-color:#ccc}.collection-switcher-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.collection-switcher-dropdown{display:none;position:absolute;top:100%;right:0;margin-top:.5rem;min-width:220px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 40px #00000026;overflow:hidden;z-index:200}.collection-switcher-dropdown.open{display:block}.collection-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#555;cursor:pointer;transition:all .15s}.collection-dropdown-item:hover{background:#f8f9fa;color:#333}.collection-dropdown-item.active{background:#667eea1a;color:#667eea;font-weight:500}.collection-dropdown-count{margin-left:auto;font-size:.85rem;color:#888}.collection-dropdown-divider{height:1px;background:#eee;margin:.25rem 0}.owner-banner{background:linear-gradient(90deg,#667eea,#764ba2);padding:.75rem 2rem}.owner-banner-content{display:flex;align-items:center;gap:1rem;max-width:1400px;margin:0 auto}.owner-banner-icon{font-size:1.25rem}.owner-banner-text{color:#fff;flex:1}.owner-banner-btn{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;cursor:pointer;font-weight:500;transition:all .2s}.owner-banner-btn:hover{background:#ffffff4d}.owner-banner-dismiss{padding:.25rem;background:none;border:none;color:#fff9;cursor:pointer;font-size:1.25rem;line-height:1}.owner-banner-dismiss:hover{color:#fff}.intel-main{max-width:1400px;margin:0 auto;padding:20px}.intel-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:20px}.intel-stats .stat-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;text-align:center}.intel-stats .stat-value{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.intel-stats .stat-label{color:#666;font-size:.9rem}.intel-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:25px;margin-bottom:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-header h2,.section-header h3{color:#333;font-size:1.5rem;margin:0}.section-subtitle{margin:.35rem 0 0;color:#64748b;font-size:.88rem}.market-positioning-section{border:1px solid #d9e0ff;background:linear-gradient(180deg,#f4f7ff,#fff 180px)}.market-positioning-header{margin-bottom:1rem}.section-controls{display:flex;align-items:center;gap:1rem}.quadrant-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:.9rem;flex-wrap:wrap;position:relative;border:1px solid #d8e0fb;border-radius:12px;background:#f8faff;padding:.85rem}.axis-controls-group{display:flex;gap:.75rem;flex-wrap:wrap}.quadrant-actions{display:inline-flex;align-items:center;gap:.5rem}.axis-selector{display:flex;align-items:flex-start;flex-direction:column;gap:.5rem}.axis-selector label{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.axis-selector select,.section-controls select{min-width:230px;padding:.55rem .75rem;background:#fff;border:1px solid #d6ddf7;border-radius:8px;color:#333;font-size:.9rem;cursor:pointer}.axis-selector select:focus,.section-controls select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea24}.quadrant-refresh-btn{height:38px;padding:0 .9rem;border-radius:8px;border:1px solid #becaf8;background:#eef2ff;color:#27356f;font-size:.82rem;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:all .18s ease}.quadrant-refresh-btn:hover:not(:disabled){border-color:#8ea2f1;background:#e3eaff;transform:translateY(-1px)}.quadrant-refresh-btn:disabled{cursor:wait;opacity:.85}.refresh-spinner{width:13px;height:13px;border-radius:999px;border:2px solid rgba(102,126,234,.24);border-top-color:#667eea;animation:spin .8s linear infinite}.export-btn{padding:.5rem 1rem;background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}.export-btn:hover{background:#5568d3}.quadrant-container{position:relative;height:500px;margin-bottom:1rem}.quadrant-empty,.matrix-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#888}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-text{text-align:center;line-height:1.6;color:#666}.quadrant-loading,.matrix-loading{display:flex;align-items:center;justify-content:center;height:300px;color:#888}.intel-waiting{display:flex;align-items:center;justify-content:center;min-height:200px;height:100%;text-align:center;color:#888}.quadrant-chart{position:relative;width:100%;min-height:420px;height:420px}.quadrant-grid{position:absolute;inset:40px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:#ddd;border-radius:8px;overflow:hidden}.quadrant-cell{position:relative;background:#f8f9fa;padding:1rem}.quadrant-cell.q1{background:linear-gradient(135deg,#f9731626,#f973160d)}.quadrant-cell.q2{background:linear-gradient(135deg,#22c55e26,#22c55e0d)}.quadrant-cell.q3{background:linear-gradient(135deg,#9ca3af26,#9ca3af0d)}.quadrant-cell.q4{background:linear-gradient(135deg,#3b82f626,#3b82f60d)}.quadrant-label{position:absolute;top:.75rem;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.q1 .quadrant-label{left:.75rem}.q2 .quadrant-label{right:.75rem}.q3 .quadrant-label{left:.75rem}.q4 .quadrant-label{right:.75rem}.quadrant-axis-x{position:absolute;bottom:10px;left:40px;right:40px;display:flex;justify-content:space-between}.quadrant-axis-y{position:absolute;left:5px;top:40px;bottom:40px;display:flex;flex-direction:column;justify-content:space-between;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.axis-label-left,.axis-label-right,.axis-label-top,.axis-label-bottom{font-size:.7rem;color:#888}.quadrant-points{position:absolute;inset:40px;pointer-events:none}.quadrant-point{position:absolute;transform:translate(-50%,50%);cursor:pointer;pointer-events:all;transition:transform .2s}.quadrant-point:hover{transform:translate(-50%,50%) scale(1.1);z-index:10}.point-dot{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 4px 12px #0003;position:relative;overflow:hidden}.point-favicon{width:100%;height:100%;object-fit:cover;border-radius:50%}.point-owner-badge{position:absolute;bottom:-2px;right:-2px;font-size:10px;background:#22c55e;border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;z-index:1}.quadrant-point.owner .point-dot{background:linear-gradient(135deg,#22c55e,#16a34a);width:44px;height:44px;border-width:3px;border-color:#22c55e}.point-label{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;white-space:nowrap;font-size:.75rem;color:#555;text-shadow:0 1px 2px rgba(255,255,255,.8)}.quadrant-legend{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.legend-items{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.legend-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f0f0;border-radius:20px}.legend-item.owner{background:#22c55e26;border:1px solid rgba(34,197,94,.4)}.legend-rank{font-weight:600;color:#888;font-size:.85rem}.legend-logo{width:24px;height:24px;border-radius:4px;object-fit:contain;background:#f9fafb}.favicon-placeholder{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:12px;text-transform:uppercase}.vheatmap-company-logo-placeholder{width:28px;height:28px;border-radius:6px;font-size:14px;border:1px solid #e2e8f0}.point-favicon-placeholder{width:24px;height:24px;border-radius:50%;font-size:11px}.matrix-site-logo-placeholder{width:24px;height:24px;border-radius:4px;font-size:11px}.company-favicon-placeholder,.legend-logo-placeholder{width:20px;height:20px;border-radius:4px;font-size:10px}.tooltip-logo-placeholder{width:24px;height:24px;border-radius:4px;font-size:12px}.msummary-company-favicon-placeholder{width:16px;height:16px;border-radius:3px;font-size:9px}.owner-option-logo-placeholder{width:32px;height:32px;border-radius:6px;font-size:14px}.favicon-debug-failed{position:relative}.favicon-debug-failed:after{content:"!";position:absolute;top:-5px;right:-6px;width:12px;height:12px;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;line-height:12px;text-align:center;box-shadow:0 1px 3px #00000040}.legend-name{color:#333;font-size:.9rem}.legend-badge{padding:.125rem .5rem;background:#22c55e;color:#fff;border-radius:10px;font-size:.7rem;font-weight:600}.quadrant-tooltip{display:block;position:absolute;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 40px #00000026;z-index:1000;min-width:180px}.tooltip-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.tooltip-logo{width:32px;height:32px;border-radius:6px;object-fit:contain;background:#f9fafb}.tooltip-name{color:#333;font-weight:600}.tooltip-stats{display:flex;flex-direction:column;gap:.25rem}.tooltip-stat{color:#666;font-size:.85rem}.feature-matrix-container{overflow-x:auto}.feature-matrix{min-width:100%}.matrix-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.matrix-table th,.matrix-table td{padding:.75rem;border-bottom:1px solid #eee}.matrix-table th{color:#333;font-weight:600;text-align:center;background:#f8f9fa;position:sticky;top:0;z-index:10}.matrix-feature-header{text-align:left!important;min-width:200px;position:sticky;left:0;z-index:11;background:#f8f9fa}.matrix-site-header{padding:.5rem .75rem!important;min-width:100px}.matrix-site-header.owner{background:#e8ecff!important}.matrix-site-logo{width:28px;height:28px;border-radius:4px;object-fit:contain;background:#f9fafb;display:block;margin:0 auto .25rem}.matrix-site-name{display:block;font-size:.8rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owner-badge{display:inline-block;margin-top:.25rem;padding:.1rem .4rem;background:#667eea;color:#fff;border-radius:8px;font-size:.65rem;font-weight:600}.matrix-category-row td{background:#f0f0f0;padding:.5rem .75rem;border-bottom:none}.matrix-category-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.matrix-category-count{margin-left:.5rem;color:#888;font-size:.8rem}.matrix-feature-row td{background:#fff}.matrix-feature-row:hover td,.matrix-feature-row:hover .matrix-feature-cell{background:#f8f9fa}.matrix-feature-row:hover .matrix-check-cell.owner{background:#e5e9ff}.matrix-feature-cell{text-align:left;position:sticky;left:0;z-index:2;background:#fff}.feature-name{color:#333}.unique-badge{margin-left:.5rem;padding:.1rem .4rem;background:#22c55e26;color:#16a34a;border-radius:8px;font-size:.7rem;font-weight:600}.gap-badge{margin-left:.5rem;padding:.1rem .4rem;background:#ef444426;color:#dc2626;border-radius:8px;font-size:.7rem;font-weight:600}.matrix-check-cell{text-align:center;cursor:help}.matrix-check-cell.owner{background:#f0f3ff}.check-yes{color:#22c55e;font-weight:700;font-size:1.1rem}.check-partial{color:#f59e0b;font-weight:700;font-size:1.1rem}.check-inferred{color:#64748b}.check-no{color:#ccc}.ai-legend{font-size:.75rem;color:#6b7280;margin-left:.5rem}.matrix-feature-row.unique-to-owner td{background:#22c55e0d}.matrix-feature-row.owner-missing td{background:#ef444408}.view-selector{display:flex;align-items:center;gap:.5rem}.view-selector label{color:#666;font-size:.85rem;font-weight:500}.view-selector select{padding:.5rem .75rem;background:#fff;border:1px solid #ddd;border-radius:6px;color:#333;font-size:.9rem;cursor:pointer;min-width:160px}.view-selector select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea33}.matrix-feature-row.expandable{cursor:pointer}.matrix-feature-row.expandable:hover td{background:#f0f4ff}.feature-name-row{display:flex;align-items:center;gap:.5rem}.feature-expand-icon{width:16px;height:16px;font-size:10px;color:#667eea;transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.feature-expand-icon.expanded{transform:rotate(90deg)}.feature-expand-spacer{width:16px;flex-shrink:0}.matrix-description-row{display:none}.matrix-description-row td{padding:0!important;border-bottom:none!important;background:#f8fafc}.matrix-description-row.expanded{display:table-row}.matrix-description-row.expanded td{border-bottom:1px solid #eee!important}.feature-description-content{padding:.75rem 1rem .75rem 2.5rem;color:#555;font-size:.85rem;line-height:1.5;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease,padding .3s ease}.matrix-description-row.expanded .feature-description-content{max-height:200px;opacity:1}.ai-comparison-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem}.ai-loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:ai-spin 1s linear infinite}@keyframes ai-spin{to{transform:rotate(360deg)}}.ai-loading-text{font-size:1.1rem;color:#333;font-weight:500}.ai-loading-subtext{color:#888;font-size:.9rem}.ai-comparison-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;gap:1rem}.ai-comparison-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;color:#888}.ai-comparison-prompt{display:none}.ai-comparison-loading-verbose{padding:2rem;background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:12px;border:1px solid #e5e7eb;min-height:300px}.ai-loading-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.ai-loading-spinner-large{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:ai-spin 1s linear infinite}.ai-loading-title{font-size:1.25rem;font-weight:600;color:#333}.ai-loading-progress-container{margin-bottom:1.5rem}.ai-loading-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.ai-loading-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.ai-loading-progress-text{font-size:.9rem;color:#666;font-weight:500}.ai-loading-steps{max-height:180px;overflow-y:auto;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.85rem}.ai-step{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem 0;color:#888;transition:color .2s}.ai-step.active{color:#333;font-weight:500}.ai-step-icon{flex-shrink:0;width:20px;text-align:center}.ai-step-text{flex:1;word-break:break-word}.ai-step:not(.active) .ai-step-icon{color:#22c55e}.ai-loading-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.ai-loading-elapsed{font-size:.85rem;color:#888;font-weight:500;font-family:SF Mono,Monaco,Courier New,monospace}.ai-loading-note{font-size:.8rem;color:#aaa;font-style:italic}.btn-refresh-ai{padding:.25rem .5rem;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.85rem;color:#666;transition:all .2s}.btn-refresh-ai:hover{background:#f5f5f5;border-color:#ccc}.btn-small{padding:.4rem .8rem;font-size:.85rem}.ai-comparison-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.ai-badge{padding:.35rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:.8rem;font-weight:600}.ai-meta{color:#888;font-size:.85rem}.btn-refresh-ai{margin-left:auto;padding:.4rem .6rem;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-refresh-ai:hover{background:#eee;border-color:#ccc}.modal-overlay{display:flex;position:fixed;inset:0;background:#00000080;z-index:1000;align-items:center;justify-content:center;padding:2rem}.modal-content{background:#fff;border:1px solid #ddd;border-radius:12px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #eee}.modal-header h3{color:#333;margin:0;font-size:1.25rem}.modal-close{background:none;border:none;color:#999;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:1.25rem}.modal-description{color:#666;margin-bottom:1rem;line-height:1.5}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem;border-top:1px solid #eee}.owner-options{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.owner-option{display:flex;align-items:center;padding:.75rem;background:#f8f9fa;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s}.owner-option:hover{background:#eee}.owner-option.selected{border-color:#667eea;background:#667eea1a}.owner-option input{display:none}.owner-option-content{display:flex;align-items:center;gap:.75rem}.owner-option-logo{width:40px;height:40px;border-radius:8px;object-fit:contain;background:#f9fafb}.owner-option-name{color:#333;font-weight:500}.owner-option-url{color:#888;font-size:.85rem}.notification{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;background:#fff;border:1px solid #ddd;border-radius:8px;color:#333;box-shadow:0 10px 40px #00000026;transform:translateY(100px);opacity:0;transition:all .3s;z-index:2000}.notification.show{transform:translateY(0);opacity:1}.notification.success{border-color:#22c55e;background:linear-gradient(135deg,#fff,#f0fdf4)}.notification.error{border-color:#ef4444;background:linear-gradient(135deg,#fff,#fef2f2)}.events-table-container{overflow-x:auto;overflow-y:auto;max-height:65vh;overscroll-behavior:contain}.events-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#888}.events-loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#888}.marketing-summary-container{background:linear-gradient(135deg,#fafbfc,#f0f4f8);border-radius:16px;padding:0;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;overflow:hidden}.msummary-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.msummary-empty-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#e8edf3,#dde4ed);display:flex;align-items:center;justify-content:center;color:#8896a6;margin-bottom:1rem}.msummary-empty-text{font-size:.95rem;font-weight:500;color:#4a5568;margin-bottom:.35rem}.msummary-empty-hint{font-size:.82rem;color:#8896a6}.msummary-dashboard{display:flex;flex-direction:column}.msummary-hero{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem}.msummary-stat-card{display:flex;flex-direction:column;padding:0 1.25rem;position:relative;animation:msummaryFadeUp .5s ease-out both}.msummary-stat-card:not(:last-child):after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.1),transparent)}.msummary-stat-primary{position:relative}.msummary-stat-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:.35rem}.msummary-stat-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.msummary-stat-icon{width:32px;height:32px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.msummary-stat-icon svg{width:18px;height:18px;color:#fff}.msummary-stat-title{font-size:.95rem;font-weight:600;color:#fff;line-height:1.3;max-width:200px}.msummary-stat-subtitle{font-size:.78rem;color:#ffffff73;margin-top:.2rem}.msummary-columns{display:grid;grid-template-columns:1.2fr 1fr;gap:0}.msummary-panel{padding:1.25rem 1.5rem;background:#fff}.msummary-panel:first-child{border-right:1px solid #e8eef4}.msummary-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.msummary-panel-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0}.msummary-panel-badge{font-size:.68rem;font-weight:500;color:#94a3b8;background:#f1f5f9;padding:.2rem .55rem;border-radius:4px}.msummary-panel-hint{font-size:.68rem;color:#94a3b8;font-style:italic}.msummary-icps{display:flex;flex-direction:column;gap:.6rem}.msummary-icp-card{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden;animation:msummaryFadeUp .4s ease-out both;transition:all .2s ease}.msummary-icp-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.msummary-icp-header{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;cursor:pointer;transition:background .15s ease}.msummary-icp-header:hover{background:#f8fafc}.msummary-icp-rank{width:26px;height:26px;min-width:26px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.msummary-icp-info{flex:1;min-width:0}.msummary-icp-title{font-size:.88rem;font-weight:600;color:#1e293b;line-height:1.3}.msummary-icp-company{font-size:.75rem;color:#64748b;margin-top:.15rem}.msummary-icp-toggle{width:20px;height:20px;color:#94a3b8;transition:transform .2s ease}.msummary-icp-toggle svg{width:100%;height:100%}.msummary-icp-card.expanded .msummary-icp-toggle{transform:rotate(180deg)}.msummary-icp-details{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease;background:#f8fafc;border-top:1px solid transparent}.msummary-icp-card.expanded .msummary-icp-details{max-height:300px;padding:.85rem 1rem;border-top-color:#e8eef4}.msummary-icp-section{margin-bottom:.75rem}.msummary-icp-section:last-child{margin-bottom:0}.msummary-icp-section-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.4rem}.msummary-icp-painpoints{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.msummary-icp-painpoints li{font-size:.8rem;color:#475569;padding-left:1rem;position:relative}.msummary-icp-painpoints li:before{content:"•";position:absolute;left:0;color:#94a3b8}.msummary-icp-companies{font-size:.8rem;color:#475569;display:flex;flex-wrap:wrap;gap:.4rem}.msummary-company-chip{display:inline-flex;align-items:center;gap:.35rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:.25rem .6rem .25rem .25rem;font-size:.75rem;color:#475569}.msummary-company-chip:not(:has(img)){padding-left:.6rem}.msummary-company-favicon{width:18px;height:18px;border-radius:50%;object-fit:cover;flex-shrink:0}.msummary-painpoints{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.msummary-pain-row{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;border-bottom:1px solid #f1f5f9;animation:msummaryFadeUp .4s ease-out both}.msummary-pain-row:last-child{border-bottom:none}.msummary-pain-rank{width:22px;height:22px;min-width:22px;border-radius:5px;background:#f1f5f9;color:#64748b;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}.msummary-pain-content{flex:1;min-width:0}.msummary-pain-text{font-size:.85rem;color:#334155;line-height:1.35}.msummary-pain-companies{font-size:.72rem;color:#94a3b8;margin-top:.35rem;display:flex;flex-wrap:wrap;gap:.3rem}.msummary-pain-companies .msummary-company-chip{font-size:.7rem;padding:.15rem .45rem .15rem .15rem}.msummary-pain-companies .msummary-company-chip:not(:has(img)){padding-left:.45rem}.msummary-pain-companies .msummary-company-favicon{width:14px;height:14px}.msummary-pain-count{font-size:.72rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:.2rem .5rem;border-radius:4px}.msummary-section-divider{height:1px;background:#e8eef4;margin:1rem 0}.msummary-themes{display:flex;flex-direction:column;gap:.85rem}.msummary-theme-row{display:flex;gap:.75rem;align-items:flex-start;animation:msummaryFadeUp .4s ease-out both}.msummary-theme-icon{width:28px;height:28px;min-width:28px;border-radius:6px;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);display:flex;align-items:center;justify-content:center}.msummary-theme-icon svg{width:14px;height:14px;color:#64748b}.msummary-theme-content{flex:1;min-width:0}.msummary-theme-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}.msummary-theme-name{font-size:.82rem;font-weight:600;color:#334155}.msummary-theme-count{font-size:.72rem;font-weight:700;color:#64748b;font-variant-numeric:tabular-nums}.msummary-theme-bar-track{height:4px;background:#e8eef4;border-radius:2px;overflow:hidden}.msummary-theme-bar{height:100%;width:var(--bar-width, 0%);background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;animation:msummaryBarGrow .8s ease-out both;animation-delay:inherit}@keyframes msummaryBarGrow{0%{width:0}}.msummary-theme-sample{font-size:.72rem;color:#94a3b8;font-style:italic;margin-top:.3rem;line-height:1.35}.msummary-positions{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.msummary-position-chip{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;animation:msummaryFadeUp .4s ease-out both;transition:all .2s ease}.msummary-position-chip:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.msummary-position-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.msummary-position-icon svg{width:16px;height:16px;color:#fff}.msummary-position-info{display:flex;flex-direction:column}.msummary-position-type{font-size:.82rem;font-weight:600;color:#334155}.msummary-position-count{font-size:.7rem;color:#94a3b8}.msummary-evidence{padding-top:1rem;border-top:1px solid #e8eef4}.msummary-evidence-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.msummary-evidence-ratio{font-weight:500;color:#94a3b8;text-transform:none;letter-spacing:0}.msummary-evidence-bar-track{height:6px;background:#e8eef4;border-radius:3px;overflow:hidden}.msummary-evidence-bar{height:100%;width:var(--evidence-pct, 0%);background:linear-gradient(90deg,#34d399,#10b981);border-radius:3px;animation:msummaryBarGrow 1s ease-out .3s both}.msummary-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#f8fafc;border-top:1px solid #e8eef4}.msummary-timestamp{font-size:.72rem;color:#94a3b8}.msummary-updating{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:500;color:#667eea}.msummary-pulse{width:6px;height:6px;border-radius:50%;background:#667eea;animation:msummaryPulse 1.5s ease-in-out infinite}@keyframes msummaryPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.msummary-no-data{font-size:.82rem;color:#94a3b8;font-style:italic;padding:.5rem 0}@keyframes msummaryFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.msummary-hero{grid-template-columns:1fr;gap:1.25rem}.msummary-stat-card:not(:last-child):after{display:none}.msummary-columns{grid-template-columns:1fr}.msummary-panel:first-child{border-right:none;border-bottom:1px solid #e8eef4}}.vertical-heatmap-container{margin-top:1.5rem;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;overflow:hidden;animation:vheatmapFadeIn .5s ease-out}@keyframes vheatmapFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.vheatmap-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1e293b,#334155);border-bottom:1px solid rgba(255,255,255,.1)}.vheatmap-title-group{display:flex;flex-direction:column;gap:.35rem}.vheatmap-title{font-size:.95rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin:0}.vheatmap-subtitle{font-size:.72rem;color:#ffffff80}.vheatmap-industry-badge{display:flex;align-items:center;gap:.6rem;padding:.5rem .85rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vheatmap-industry-icon{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.vheatmap-industry-icon svg{width:14px;height:14px;color:#fff}.vheatmap-industry-info{display:flex;flex-direction:column}.vheatmap-industry-name{font-size:.82rem;font-weight:600;color:#fff}.vheatmap-industry-confidence{font-size:.68rem;color:#ffffff80}.vheatmap-industry-confidence-bar{display:inline-block;width:40px;height:3px;background:#fff3;border-radius:2px;margin-left:.35rem;vertical-align:middle;overflow:hidden}.vheatmap-industry-confidence-fill{height:100%;background:linear-gradient(90deg,#34d399,#10b981);border-radius:2px}.vheatmap-matrix-wrapper{padding:1.5rem;overflow:visible}.vheatmap-matrix{width:100%;border-collapse:separate;border-spacing:2px;font-size:.82rem;table-layout:fixed}.vheatmap-matrix thead th{padding:.65rem .5rem;text-align:center;font-weight:600;color:#64748b;font-size:.72rem;letter-spacing:.02em;background:#f8fafc;border-radius:6px;position:relative}.vheatmap-matrix thead th:first-child{text-align:left;padding-left:1rem;min-width:200px;color:#475569;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}.vheatmap-company-header{display:flex;flex-direction:column;align-items:center;gap:.3rem}.vheatmap-vertical-header{display:flex;flex-direction:column;align-items:center;gap:.35rem}.vheatmap-vertical-header-name{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:normal;text-align:center;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.vheatmap-company-logo{width:28px;height:28px;border-radius:6px;object-fit:contain;background:#fff;border:1px solid #e2e8f0}.vheatmap-company-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vheatmap-company-cell{padding:.65rem 1rem;background:#fff;border-radius:6px 0 0 6px}.vheatmap-company-row{display:flex;align-items:center;gap:.5rem}.vheatmap-matrix thead th.vheatmap-owner-col{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;color:#92400e}.vheatmap-matrix thead th.vheatmap-owner-col .vheatmap-company-logo{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.vheatmap-matrix tbody tr{transition:background .15s ease}.vheatmap-matrix tbody tr:hover{background:#667eea08}.vheatmap-vertical-cell{padding:.75rem 1rem;font-weight:500;color:#334155;background:#fff;border-radius:6px 0 0 6px;position:relative}.vheatmap-vertical-name{display:flex;align-items:center;gap:.5rem}.vheatmap-vertical-name span{font-size:.82rem}.vheatmap-saturation-badge{font-size:.62rem;font-weight:600;padding:.15rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.vheatmap-saturation-badge.high{background:#fee2e2;color:#991b1b}.vheatmap-saturation-badge.medium{background:#fef3c7;color:#92400e}.vheatmap-saturation-badge.low{background:#dcfce7;color:#166534}.vheatmap-cell{padding:.5rem;text-align:center;background:#f8fafc;border-radius:6px;cursor:pointer;transition:all .15s ease;position:relative}.vheatmap-cell:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a;z-index:10}.vheatmap-cell.vheatmap-owner-col{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fcd34d}.vheatmap-cell.vheatmap-owner-col:hover{border-color:#f59e0b}.vheatmap-cell[data-strength=absent]{background:#e8edf4}.vheatmap-cell[data-strength=low]{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.vheatmap-cell[data-strength=medium]{background:linear-gradient(135deg,#93c5fd,#6366f1)}.vheatmap-cell[data-strength=high]{background:linear-gradient(135deg,#4f46e5,#312e81)}.vheatmap-cell.vheatmap-owner-col[data-strength=absent]{background:linear-gradient(135deg,#fff7ed,#fde68a)}.vheatmap-cell.vheatmap-owner-col[data-strength=low]{background:linear-gradient(135deg,#fde68a,#fbbf24)}.vheatmap-cell.vheatmap-owner-col[data-strength=medium]{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.vheatmap-cell.vheatmap-owner-col[data-strength=high]{background:linear-gradient(135deg,#f59e0b,#b45309)}.vheatmap-position-badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.68rem;font-weight:700;text-transform:uppercase}.vheatmap-cell[data-strength=absent] .vheatmap-position-badge{color:#94a3b8;background:transparent}.vheatmap-cell[data-strength=low] .vheatmap-position-badge,.vheatmap-cell[data-strength=medium] .vheatmap-position-badge{color:#fff;background:#00000026}.vheatmap-cell[data-strength=high] .vheatmap-position-badge{color:#fff;background:#0003}.vheatmap-cell.vheatmap-owner-col[data-strength=low] .vheatmap-position-badge,.vheatmap-cell.vheatmap-owner-col[data-strength=medium] .vheatmap-position-badge,.vheatmap-cell.vheatmap-owner-col[data-strength=high] .vheatmap-position-badge{color:#92400e;background:#ffffff80}.vheatmap-favicon-placeholder{font-size:.7rem;font-weight:600;color:#ffffffe6}.vheatmap-cell.vheatmap-owner-col .vheatmap-favicon-placeholder{color:#92400e}.vheatmap-strength-dots{display:flex;justify-content:center;gap:2px;margin-top:.3rem}.vheatmap-strength-dot{width:4px;height:4px;border-radius:50%;background:#ffffff4d}.vheatmap-strength-dot.filled{background:#fffc}.vheatmap-cell[data-strength=absent] .vheatmap-strength-dot{background:#e2e8f0}.vheatmap-cell[data-strength=absent] .vheatmap-strength-dot.filled{background:#94a3b8}.vheatmap-popover{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:260px;background:#1e293b;border-radius:10px;padding:.85rem;box-shadow:0 10px 40px #0000004d;z-index:1000;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none}.vheatmap-popover:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b}.vheatmap-cell:hover .vheatmap-popover{opacity:1;visibility:visible}.vheatmap-popover-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.vheatmap-popover-position{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:4px;background:#667eea4d;color:#a5b4fc}.vheatmap-popover-strength{font-size:.72rem;color:#fff9;margin-left:auto}.vheatmap-popover-title{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff6;margin-bottom:.4rem}.vheatmap-popover-evidence{list-style:none;padding:0;margin:0}.vheatmap-popover-evidence li{font-size:.75rem;color:#ffffffd9;line-height:1.4;padding:.3rem 0 .3rem .75rem;position:relative}.vheatmap-popover-evidence li:before{content:"→";position:absolute;left:0;color:#667eea;font-size:.7rem}.vheatmap-popover-no-evidence{font-size:.75rem;color:#fff6;font-style:italic}.vheatmap-legend{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e8eef4}.vheatmap-legend-section{display:flex;align-items:center;gap:.5rem}.vheatmap-legend-title{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-right:.25rem}.vheatmap-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#475569}.vheatmap-legend-swatch{width:14px;height:14px;border-radius:4px}.vheatmap-legend-swatch.strength-high{background:linear-gradient(135deg,#667eea,#5b21b6)}.vheatmap-legend-swatch.strength-medium{background:linear-gradient(135deg,#a5b4fc,#818cf8)}.vheatmap-legend-swatch.strength-low{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.vheatmap-legend-swatch.strength-absent{background:#f1f5f9;border:1px solid #e2e8f0}.vheatmap-legend-swatch.owner{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.vheatmap-legend-positions{display:flex;gap:.75rem}.vheatmap-legend-positions span{font-size:.72rem;color:#64748b}.vheatmap-legend-positions strong{color:#334155;font-weight:600}.vheatmap-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.vheatmap-empty-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#e8edf3,#dde4ed);display:flex;align-items:center;justify-content:center;color:#8896a6;margin-bottom:1rem}.vheatmap-empty-icon svg{width:28px;height:28px}.vheatmap-empty-text{font-size:.95rem;font-weight:500;color:#4a5568;margin-bottom:.35rem}.vheatmap-empty-hint{font-size:.82rem;color:#8896a6;margin-bottom:1rem}.vheatmap-regenerate-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;margin:.5rem auto 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.vheatmap-regenerate-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.vheatmap-regenerate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.vheatmap-regenerate-btn svg{width:16px;height:16px}.vheatmap-regenerate-btn.loading svg{animation:vheatmapSpin 1s linear infinite}@keyframes vheatmapSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.vheatmap-header{flex-direction:column;gap:1rem;align-items:flex-start}.vheatmap-industry-badge{width:100%}.vheatmap-matrix-wrapper{padding:1rem}.vheatmap-legend{flex-direction:column;align-items:flex-start;gap:.75rem}}.vheatmap-whitespace{padding:1.25rem 1.5rem;background:#fff;border-top:1px solid #e8eef4}.vheatmap-whitespace-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.vheatmap-whitespace-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0;display:flex;align-items:center;gap:.5rem}.vheatmap-whitespace-title svg{width:16px;height:16px;color:#10b981}.vheatmap-whitespace-hint{font-size:.68rem;color:#94a3b8;font-style:italic}.vheatmap-whitespace-bars{display:flex;flex-direction:column;gap:.65rem}.vheatmap-whitespace-row{display:flex;align-items:center;gap:.75rem;animation:vheatmapFadeIn .4s ease-out both}.vheatmap-whitespace-label{min-width:140px;font-size:.82rem;font-weight:500;color:#334155;display:flex;align-items:center;gap:.4rem}.vheatmap-whitespace-label .vheatmap-saturation-badge{font-size:.58rem}.vheatmap-whitespace-bar-track{flex:1;height:20px;background:#f1f5f9;border-radius:4px;overflow:hidden;position:relative}.vheatmap-whitespace-bar{height:100%;border-radius:4px;transition:width .8s ease-out;position:relative;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem}.vheatmap-whitespace-bar.opportunity-high{background:linear-gradient(90deg,#10b981,#34d399)}.vheatmap-whitespace-bar.opportunity-medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.vheatmap-whitespace-bar.opportunity-low{background:linear-gradient(90deg,#ef4444,#f87171)}.vheatmap-whitespace-pct{font-size:.72rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.vheatmap-whitespace-bar[style*="width: 0"] .vheatmap-whitespace-pct,.vheatmap-whitespace-bar[style*="width:0"] .vheatmap-whitespace-pct{display:none}.vheatmap-whitespace-count{min-width:80px;font-size:.72rem;color:#64748b;text-align:right}.vheatmap-whitespace-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.vheatmap-whitespace-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.72rem;font-weight:500;border-radius:6px}.vheatmap-whitespace-tag.whitespace{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1px solid #86efac}.vheatmap-whitespace-tag.crowded{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #fca5a5}.vheatmap-whitespace-tag svg{width:12px;height:12px}.checkbox-filter{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;color:#555;font-size:.85rem;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.checkbox-filter:hover{background:#eee;border-color:#ccc}.checkbox-filter input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#667eea}.sort-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;color:#555;font-size:.85rem;cursor:pointer;transition:all .2s}.sort-btn:hover{background:#eee;border-color:#ccc}.sort-indicator{font-weight:600;color:#667eea;min-width:1em}.events-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:fixed}.events-table th,.events-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.events-table th:nth-child(1),.events-table td:nth-child(1){width:52%}.events-table th:nth-child(2),.events-table td:nth-child(2){width:14%;text-align:right}.events-table th:nth-child(3),.events-table td:nth-child(3){width:13%;text-align:right}.events-table th:nth-child(4),.events-table td:nth-child(4){width:7%;text-align:right}.events-table th:nth-child(5),.events-table td:nth-child(5){width:14%}.events-table-container--crawl .events-table th:nth-child(1),.events-table-container--crawl .events-table td:nth-child(1){width:30%}.events-table-container--crawl .events-table th:nth-child(2),.events-table-container--crawl .events-table td:nth-child(2){width:12%}.events-table-container--crawl .events-table th:nth-child(3),.events-table-container--crawl .events-table td:nth-child(3){width:9%}.events-table-container--crawl .events-table th:nth-child(4),.events-table-container--crawl .events-table td:nth-child(4){width:5%}.events-table-container--crawl .events-table th:nth-child(5),.events-table-container--crawl .events-table td:nth-child(5){width:18%}.events-table-container--crawl .events-table th:nth-child(6),.events-table-container--crawl .events-table td:nth-child(6){width:5%;text-align:center}.events-table-container--crawl .events-table th:nth-child(7),.events-table-container--crawl .events-table td:nth-child(7){width:11%;text-align:right}.events-table th{background:#f8fafc;color:#475569;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.025em;-webkit-user-select:none;user-select:none}.events-table th.sortable{cursor:pointer;transition:background .15s ease}.events-table th.sortable:hover{background:#f1f5f9;color:#1e293b}.events-table-sort-btn{background:transparent;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}.events-table-sort-btn:hover{color:#4f46e5}.events-table-sort-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px;border-radius:2px}.event-row{transition:background .1s ease}.event-row:hover{background:#f8fafc}.events-table td.event-name,.events-table td.event-date,.events-table td.event-location,.events-table td.event-company{display:table-cell!important}td.event-name{font-size:.875rem}.event-type-icon{font-size:1rem;margin-right:.5rem;vertical-align:middle}.event-link{color:#4f46e5;text-decoration:none;font-weight:500;transition:color .15s ease}.event-link:hover{color:#6366f1;text-decoration:underline}.event-title-text{color:#334155}td.event-date{font-size:.8rem;color:#64748b;white-space:nowrap;text-align:right}td.event-location{font-size:.8rem;color:#64748b;text-align:right}td.event-company{font-size:.875rem;color:#334155;white-space:nowrap;text-align:right}.event-company-favicon{width:20px!important;height:20px!important;min-width:20px;max-width:20px;border-radius:4px;object-fit:contain;vertical-align:middle;margin-left:auto;display:block}td.event-crawl-status{text-align:center;width:42px;font-size:1rem}.crawl-status-ok{color:#16a34a;font-weight:700}.crawl-status-none{color:#94a3b8}td.event-extraction-status{width:160px;white-space:nowrap}.extraction-status-done,.extraction-status-none{display:flex;align-items:center;gap:5px;font-size:12px}.extraction-checkbox{font-size:14px;color:#94a3b8;flex-shrink:0}.extraction-checkbox-done{color:#16a34a}.extraction-status-done .extraction-status-label{color:#166534;font-weight:500}.extraction-status-none .extraction-status-label{color:#94a3b8}.extraction-status-date{font-size:10.5px;color:#94a3b8;margin-left:2px}td.event-last-crawled{font-size:.75rem;color:#64748b;white-space:nowrap;text-align:right}.events-controls{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.checkbox-filter{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;cursor:pointer;padding:.5rem .75rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;transition:all .15s ease}.checkbox-filter:hover{background:#f8fafc;border-color:#cbd5e1}.checkbox-filter input[type=checkbox]{accent-color:#4f46e5;width:16px;height:16px;cursor:pointer}.company-filter{padding:.5rem .75rem;font-size:.875rem;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s ease;min-width:150px}.company-filter:hover{border-color:#cbd5e1}.company-filter:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.events-more{text-align:center;padding:1rem;font-size:.8rem;color:#64748b}.events-empty-filtered{text-align:center;padding:2rem;font-size:.875rem;color:#64748b;font-style:italic}.past-events-accordion{border-top:1px solid #e5e7eb;margin-top:.25rem}.past-events-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:#f8fafc;border:none;cursor:pointer;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em;transition:background .15s ease,color .15s ease}.past-events-toggle:hover{background:#f1f5f9;color:#475569}.past-events-chevron{font-size:.7rem}.events-table-past .event-row{opacity:.6}.events-table-past .event-row:hover{opacity:1}.event-expand-btn{background:transparent;border:none;cursor:pointer;padding:0 4px;font-size:12px;color:#6b7280;margin-right:4px}.event-expand-btn:hover{color:#111827}.event-expand-btn-empty{cursor:default;color:#d1d5db}.event-speaker-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;margin-left:8px;border-radius:9px;background:#667eea26;color:#4f46e5;font-size:10.5px;font-weight:600}.event-speakers-row>td{background:#fafafa;padding:10px 16px;border-bottom:1px solid #e5e7eb}.event-speakers-table{width:100%;border-collapse:collapse;font-size:12px}.event-speakers-table th{text-align:left;padding:6px 8px;font-weight:600;font-size:10.5px;text-transform:uppercase;letter-spacing:.3px;color:#6b7280;border-bottom:1px solid #e5e7eb}.event-speakers-table td{padding:6px 8px;color:#1f2937;border-bottom:1px solid #f3f4f6;vertical-align:top}.event-speakers-table tr:last-child td{border-bottom:none}.speaker-linkedin-link{color:#0a66c2;text-decoration:none;font-weight:500}.speaker-linkedin-link:hover{text-decoration:underline}.event-speakers-empty{padding:8px;color:#6b7280;font-style:italic;font-size:12px}.events-table th{color:#333;font-weight:600;background:#f8f9fa;position:sticky;top:0;z-index:10}.events-name-header{min-width:250px}.events-date-header{min-width:120px}.events-companies-header{min-width:150px}.events-row td{background:#fff;vertical-align:middle}.events-row:hover td{background:#f8f9fa}.events-name-cell{font-weight:500}.event-link{color:#667eea;text-decoration:none;transition:color .15s}.event-link:hover{color:#5568d3;text-decoration:underline}.event-link:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:2px}.event-link:after{content:" ↗";font-size:.75em;opacity:.6}.event-link-source:after{content:none}.event-search-icon{margin-left:.4rem;font-size:.8em;opacity:.5;text-decoration:none;cursor:pointer;transition:opacity .15s}.event-search-icon:hover{opacity:1}.event-link-search:after{content:" 🔍";font-size:.7em;opacity:.5}.event-link-search{color:#888;font-style:italic}.event-link-search:hover{color:#667eea;font-style:normal}.event-name{color:#333}.event-location{color:#888;font-size:.85rem;font-weight:400;margin-left:.5rem}.events-date-cell{color:#555;white-space:nowrap}.company-favicons{display:flex;flex-wrap:wrap;gap:.5rem}.company-favicon-wrapper{position:relative}.company-favicon{width:28px;height:28px;border-radius:4px;object-fit:contain;background:#f9fafb;border:1px solid #eee;transition:transform .15s}.company-favicon:hover{transform:scale(1.1)}.company-favicon-wrapper:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:.35rem .6rem;background:#333;color:#fff;font-size:.75rem;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;pointer-events:none;z-index:100;margin-bottom:4px}.company-favicon-wrapper:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#333;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;pointer-events:none;z-index:100}.company-favicon-wrapper:hover:after,.company-favicon-wrapper:hover:before{opacity:1;visibility:visible}.generate-intel-banner{background:#1e1b4b;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.generate-intel-banner-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:1400px;margin:0 auto}.generate-intel-banner-info{display:flex;align-items:center;gap:1rem}.generate-intel-banner-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.generate-intel-banner-icon{font-size:1.5rem;filter:grayscale(0)}.generate-intel-banner-text{display:flex;flex-direction:column;gap:.15rem}.generate-intel-banner-text strong{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.2px}.generate-intel-banner-text span{color:#ffffffa6;font-size:.875rem}.generate-intel-btn{border:none;border-radius:8px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;color:#1e1b4b;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;letter-spacing:.3px;transition:all .2s ease;white-space:nowrap}.generate-intel-btn:hover:not(:disabled){background:#f0f0ff;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.generate-intel-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #00000026}.generate-intel-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background:#ffffff4d;color:#ffffffb3}@media(max-width:640px){.generate-intel-banner{padding:1rem}.generate-intel-banner-content{flex-direction:column;align-items:flex-start;gap:1rem}.generate-intel-btn{width:100%;text-align:center}}.intelligence-generate-modal{max-width:520px}.generate-intel-desc{margin:0 0 1rem;color:var(--text-secondary);font-size:.95rem}.generate-intel-list{margin:0;padding-left:1.2rem;color:var(--text-primary);font-weight:600}@media(max-width:768px){.intel-header{flex-direction:column;gap:1rem;padding:1rem}.intel-header .header-left{flex-direction:column;gap:.5rem;width:100%}.intel-header .header-right{width:100%;justify-content:space-between}.intel-main{padding:1rem}.section-header{flex-direction:column;align-items:flex-start}.section-controls{width:100%;flex-wrap:wrap}.quadrant-container{height:400px}.quadrant-grid,.quadrant-points{inset:30px}.matrix-table,.events-table{font-size:.8rem}.company-favicon{width:24px;height:24px}}.assessment-container{background:transparent;border:none;padding:0;box-shadow:none}.assessment-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.assessment-actions{display:flex;align-items:center;gap:10px}.assessment-btn{border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;background:#111827;color:#f8fafc}.assessment-btn.secondary{background:#e2e8f0;color:#0f172a}.assessment-btn:disabled{opacity:.6;cursor:not-allowed}.assessment-status{color:#475569;font-size:14px}.assessment-badge{background:#fee2e2;color:#991b1b;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.assessment-gate{background:#f8fafc;border:1px dashed #cbd5f5;color:#475569;padding:12px;border-radius:10px;font-size:13px;margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.assessment-gate-link{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.assessment-gate-link:hover{background:#f1f5f9}.assessment-gate-modal{max-width:760px}.assessment-gate-modal-copy{margin:0 0 12px;color:#475569;font-size:14px}.assessment-requirement-list{display:flex;flex-direction:column;gap:12px}.assessment-requirement-card{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:12px}.assessment-requirement-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.assessment-requirement-name{font-size:14px;font-weight:700;color:#0f172a}.assessment-requirement-role{font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#334155;background:#f1f5f9;border-radius:999px;padding:3px 8px}.assessment-requirement-url{margin-top:6px;font-size:12px;color:#64748b;word-break:break-all}.assessment-requirement-items{margin:10px 0 0;padding-left:18px;display:grid;gap:8px}.assessment-requirement-items li{font-size:13px;color:#334155;line-height:1.4}.assessment-markdown{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px;max-height:520px;overflow:auto}.assessment-markdown.markdown-body{font-size:14px;line-height:1.6}@media(prefers-color-scheme:dark){.assessment-markdown.markdown-body h1,.assessment-markdown.markdown-body h2,.assessment-markdown.markdown-body h3,.assessment-markdown.markdown-body h4,.assessment-markdown.markdown-body h5,.assessment-markdown.markdown-body h6{color:#f0f6fc}}.assessment-empty{color:#64748b;font-size:14px;padding:8px 0}.axis-info-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:#f8faff;border:1px solid #d6ddf7;border-radius:8px;cursor:pointer;transition:all .2s}.axis-info-btn:hover{background:#edf2ff;border-color:#becaf8}.axis-info-btn .info-icon{font-size:1rem}.axis-info-tooltip{position:absolute;top:100%;right:0;margin-top:.5rem;width:320px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 10px 40px #00000026;z-index:100;padding:1rem;display:block}.axis-info-content{display:flex;flex-direction:column;gap:.75rem}.axis-info-section{padding-bottom:.75rem;border-bottom:1px solid #eee}.axis-info-section:last-child{border-bottom:none;padding-bottom:0}.axis-info-section strong{display:block;color:#667eea;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.axis-info-section span{font-weight:600;color:#333;font-size:.9rem}.axis-info-section p{margin:.35rem 0 0;color:#666;font-size:.8rem;line-height:1.4}.axis-info-section.interpretation{background:#f8f9fa;margin:.5rem -1rem -1rem;padding:.75rem 1rem;border-radius:0 0 10px 10px}.axis-info-section.interpretation strong{color:#555}.quadrant-tooltip{display:block;position:absolute;padding:0;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 10px 40px #00000026;z-index:1000;min-width:220px;max-width:280px;overflow:hidden}.tooltip-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #eee}.tooltip-logo{width:36px;height:36px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid #eee}.tooltip-name{color:#333;font-weight:600;font-size:.95rem}.tooltip-stats{display:flex;flex-direction:column;gap:0;padding:0}.tooltip-stat{display:flex;align-items:center;justify-content:space-between;color:#666;font-size:.85rem;padding:.5rem 1rem;border-bottom:1px solid #f0f0f0}.tooltip-stat:last-child{border-bottom:none}.tooltip-stat-label{display:flex;align-items:center;gap:.4rem}.tooltip-stat-value{font-weight:600;color:#333}.tooltip-breakdown{background:#f8f9fa;border-top:1px solid #eee;padding:.75rem 1rem}.tooltip-breakdown-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.5rem;font-weight:600}.tooltip-breakdown-items{display:flex;flex-direction:column;gap:.35rem}.tooltip-breakdown-item{display:flex;justify-content:space-between;font-size:.75rem}.tooltip-breakdown-item-label{color:#666}.tooltip-breakdown-item-value{color:#333;font-weight:500;font-variant-numeric:tabular-nums}.tooltip-breakdown-item-value.positive{color:#22c55e}.tooltip-breakdown-item-value.negative{color:#ef4444}.section-controls{display:flex;align-items:center;gap:1rem;position:relative}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.quadrant-controls{align-items:stretch}.axis-controls-group{width:100%}.axis-selector{flex:1 1 220px}.axis-selector select,.section-controls select{width:100%;min-width:0}.quadrant-actions{width:100%;justify-content:flex-end}}@media(max-width:640px){.quadrant-actions{justify-content:space-between}.quadrant-refresh-btn{flex:1;justify-content:center}.axis-info-tooltip{left:0;right:auto;width:min(300px,calc(100vw - 60px))}}.feature-matrix{display:flex;flex-direction:column;gap:1rem}.feature-matrix .matrix-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:.85rem;border:1px solid #d8e0fb;border-radius:12px;background:#f8faff;padding:.85rem}.feature-matrix .matrix-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.feature-matrix .matrix-control{min-width:230px}.feature-matrix .matrix-icon-key{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.45rem;min-height:38px;padding:.4rem .55rem;border:1px solid #d8e0fb;border-radius:8px;background:#f5f8ff}.feature-matrix .matrix-icon-key-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-right:.1rem}.feature-matrix .matrix-key-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.74rem;font-weight:600;color:#334155;white-space:nowrap}.feature-matrix .matrix-key-icon{font-size:.84rem;line-height:1}.feature-matrix .matrix-action-buttons{display:inline-flex;align-items:center;gap:.5rem}.feature-matrix .matrix-export-btn{background:#eef2ff;color:#27356f}.feature-matrix .matrix-export-btn:hover:not(:disabled){background:#e3eaff}.feature-matrix .matrix-loading{flex-direction:column;gap:.75rem;min-height:220px}.ai-comparison-matrix,.all-features-matrix{border:1px solid #e4e8f7;border-radius:12px;background:#fff;padding:.75rem;overflow-x:auto}.ai-comparison-matrix .matrix-header-row,.all-features-matrix .matrix-header-row{display:flex;position:sticky;top:0;z-index:2;padding-bottom:.65rem;margin-bottom:.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.ai-comparison-matrix .matrix-feature-col,.all-features-matrix .matrix-feature-col{flex:0 0 220px;min-width:220px;padding:.5rem;color:#111827;font-size:.875rem;font-weight:600}.ai-comparison-matrix .matrix-company-col,.all-features-matrix .matrix-company-col{flex:1;min-width:120px;max-width:160px;padding:.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.3rem}.ai-comparison-matrix .matrix-header-row>.matrix-feature-col+.matrix-company-col,.all-features-matrix .matrix-header-row>.matrix-feature-col+.matrix-company-col,.ai-comparison-matrix .matrix-feature-row>.matrix-feature-col+.matrix-company-col,.all-features-matrix .matrix-feature-row>.matrix-feature-col+.matrix-company-col{margin-left:auto}.ai-comparison-matrix .matrix-company-col.owner,.all-features-matrix .matrix-company-col.owner{background:#f1f5ff;border-radius:0;position:relative}.ai-comparison-matrix .matrix-header-row .matrix-company-col.owner,.all-features-matrix .matrix-header-row .matrix-company-col.owner{border-top-left-radius:8px;border-top-right-radius:8px}.ai-comparison-matrix .matrix-company-col.owner:after,.all-features-matrix .matrix-company-col.owner:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:#f1f5ff;pointer-events:none}.ai-comparison-matrix .matrix-site-logo,.all-features-matrix .matrix-site-logo{width:24px;height:24px;border-radius:6px}.ai-comparison-matrix .matrix-site-logo-fallback,.all-features-matrix .matrix-site-logo-fallback{width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:700;color:#1e3a8a;background:#dbeafe;border:1px solid #bfdbfe}.ai-comparison-matrix .matrix-company-name,.all-features-matrix .matrix-company-name{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;color:#64748b}.ai-comparison-matrix .matrix-category-group,.all-features-matrix .matrix-category-group{margin-bottom:.9rem}.ai-comparison-matrix .matrix-category-header,.all-features-matrix .matrix-category-header{margin-bottom:.45rem;border:1px solid #dbe5ff;border-radius:8px;padding:.45rem .7rem;font-size:.79rem;font-weight:700}.ai-comparison-matrix .matrix-feature-row,.all-features-matrix .matrix-feature-row{display:flex;flex-wrap:wrap;border-bottom:1px solid #f1f5f9;padding:.28rem 0}.ai-comparison-matrix .matrix-feature-row:hover,.all-features-matrix .matrix-feature-row:hover{background:#f8fafc}.ai-comparison-matrix .matrix-feature-row .matrix-feature-col{cursor:pointer;display:flex;align-items:center;gap:.5rem}.ai-comparison-matrix .feature-expand-icon{color:#64748b;font-size:.72rem}.feature-name{color:#0f172a;font-size:.86rem}.feature-details{width:100%;margin-top:.45rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.feature-description{margin-bottom:.5rem;color:#475569;font-size:.8rem;line-height:1.45}.feature-evidence-list{display:flex;flex-direction:column;gap:.45rem;font-size:.8rem}.feature-evidence-item ul{margin:.25rem 0 0 1rem;padding:0}.feature-evidence-item li{color:#475569}.support-indicator{font-size:1rem}.support-full{color:#22c55e}.support-partial{color:#f59e0b}.support-none{color:#94a3b8}.support-unknown{color:#cbd5e1}.support-inferred{color:#0ea5e9}.ai-comparison-matrix .matrix-feature-row.owner-gap,.all-features-matrix .matrix-feature-row.owner-gap{background:#fef8f0;border-left:3px solid #f59e0b}.ai-comparison-matrix .matrix-feature-row.owner-gap:hover,.all-features-matrix .matrix-feature-row.owner-gap:hover{background:#fef3e2}.ai-comparison-matrix .matrix-feature-row.owner-gap .feature-name,.all-features-matrix .matrix-feature-row.owner-gap .feature-name{font-weight:600;color:#92400e}.matrix-key-item .matrix-key-icon.key-none{color:#94a3b8;font-weight:700}@media(max-width:900px){.feature-matrix .matrix-control{flex:1 1 220px;min-width:0}.feature-matrix .matrix-control select{width:100%}.feature-matrix .matrix-action-buttons{width:100%;justify-content:flex-end}.feature-matrix .matrix-icon-key{width:100%}}@media(max-width:640px){.feature-matrix .matrix-action-buttons{justify-content:stretch}.feature-matrix .matrix-action-buttons .quadrant-refresh-btn{flex:1;justify-content:center}.ai-comparison-matrix .matrix-feature-col,.all-features-matrix .matrix-feature-col{flex-basis:180px;min-width:180px}}.marketing-insights-container{background:linear-gradient(180deg,#fafbff,#f8f9fc);border-radius:16px;padding:1.5rem;animation:insightsFadeIn .4s ease-out}@keyframes insightsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.insights-hold-banner{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:8px;margin-bottom:1rem;font-size:.82rem;font-weight:500;color:#667eea}.insights-hold-pulse{width:8px;height:8px;border-radius:50%;background:#667eea;animation:insightsPulse 1.5s ease-in-out infinite}@keyframes insightsPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.insights-header{margin-bottom:1.25rem}.insights-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:.78rem;font-weight:500;color:#64748b;box-shadow:0 1px 2px #0000000a}.insights-badge svg{color:#667eea}.insights-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.insight-card{background:#fff;border-radius:14px;border:1px solid #e8eef4;overflow:hidden;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.insight-card--hovered{transform:translateY(-3px);box-shadow:0 4px 12px #667eea1f,0 8px 24px #667eea14;border-color:#667eea4d}.insight-card__header{display:flex;align-items:center;gap:.65rem;padding:1rem 1.15rem;border-bottom:1px solid #f1f5f9}.insight-card__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insight-card--personas .insight-card__icon{background:linear-gradient(135deg,#667eea26,#764ba226);color:#667eea}.insight-card--pain-points .insight-card__icon{background:linear-gradient(135deg,#fb923c26,#f472b626);color:#f97316}.insight-card--positioning .insight-card__icon{background:linear-gradient(135deg,#22c55e26,#10b98126);color:#22c55e}.insight-card__title{flex:1;font-size:.92rem;font-weight:600;color:#1e293b;margin:0;letter-spacing:-.01em}.insight-card__count{padding:.25rem .6rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;font-size:.72rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.insight-card__content{padding:1rem 1.15rem 1.25rem}.insights-pills-container{display:flex;flex-wrap:wrap;gap:.5rem}.insight-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:20px;font-size:.8rem;animation:insightPillFadeIn .4s ease-out both;transition:all .2s ease;cursor:default}@keyframes insightPillFadeIn{0%{opacity:0;transform:translateY(6px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.insight-pill--persona{background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.2);color:#4c5685}.insight-pill--persona:hover{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea59;transform:translateY(-1px)}.insight-pill--pain{background:linear-gradient(135deg,#fb923c14,#f472b614);border:1px solid rgba(251,146,60,.2);color:#9a4c2c}.insight-pill--pain:hover{background:linear-gradient(135deg,#fb923c26,#f472b626);border-color:#fb923c59;transform:translateY(-1px)}.insight-pill__label{font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insight-pill__count{padding:.15rem .45rem;border-radius:10px;font-size:.68rem;font-weight:700;font-variant-numeric:tabular-nums}.insight-pill--persona .insight-pill__count{background:#667eea26;color:#667eea}.insight-pill--pain .insight-pill__count{background:#fb923c26;color:#ea580c}.insights-positioning-grid{display:flex;flex-direction:column;gap:.6rem}.positioning-tile{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;animation:positioningTileFadeIn .45s ease-out both;transition:all .2s ease}@keyframes positioningTileFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.positioning-tile:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f;transform:translate(3px)}.positioning-tile__icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;box-shadow:0 2px 6px #0000001f}.positioning-tile__content{display:flex;flex-direction:column;gap:.15rem}.positioning-tile__type{font-size:.85rem;font-weight:600;color:#334155}.positioning-tile__count{font-size:.72rem;color:#94a3b8}.insights-no-data{font-size:.82rem;color:#94a3b8;font-style:italic;text-align:center;padding:1rem 0}.insights-company-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e8eef4}.insights-section-title{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:#334155;margin:0 0 1rem}.insights-section-title svg{color:#667eea}.insights-company-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.insights-company-card{background:#fff;border:1px solid #e8eef4;border-radius:10px;padding:.85rem;transition:all .2s ease}.insights-company-card:hover{border-color:#667eea4d;box-shadow:0 3px 10px #667eea14}.insights-company-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;padding-bottom:.55rem;border-bottom:1px solid #f1f5f9}.insights-company-card__favicon{width:20px;height:20px;border-radius:4px;flex-shrink:0}.insights-company-card__name{font-size:.85rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insights-company-card__details{display:flex;flex-direction:column;gap:.4rem}.insights-company-card__detail{display:flex;flex-direction:column;gap:.1rem}.insights-company-card__label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.insights-company-card__value{font-size:.78rem;color:#475569;line-height:1.3}@media(max-width:768px){.marketing-insights-container{padding:1rem}.insights-cards-grid,.insights-company-grid{grid-template-columns:1fr}.insight-pill__label{max-width:140px}}.markdown-body{--base-size-16: 1rem;--base-size-24: 1.5rem;--base-size-4: .25rem;--base-size-40: 2.5rem;--base-size-8: .5rem;--base-text-weight-medium: 500;--base-text-weight-normal: 400;--base-text-weight-semibold: 600;--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--fontStack-sansSerif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--fgColor-accent: Highlight}@media(prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{color-scheme:dark;--fgColor-accent: #4493f8;--bgColor-attention-muted: #bb800926;--bgColor-default: #0d1117;--bgColor-muted: #151b23;--bgColor-neutral-muted: #656c7633;--borderColor-accent-emphasis: #1f6feb;--borderColor-attention-emphasis: #9e6a03;--borderColor-danger-emphasis: #da3633;--borderColor-default: #3d444d;--borderColor-done-emphasis: #8957e5;--borderColor-success-emphasis: #238636;--color-prettylights-syntax-brackethighlighter-angle: #9198a1;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-comment: #9198a1;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-markup-bold: #f0f6fc;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-markup-ignored-text: #f0f6fc;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-italic: #f0f6fc;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #f0f6fc;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;--color-prettylights-syntax-variable: #ffa657;--fgColor-attention: #d29922;--fgColor-danger: #f85149;--fgColor-default: #f0f6fc;--fgColor-done: #ab7df8;--fgColor-muted: #9198a1;--fgColor-success: #3fb950;--borderColor-muted: #3d444db3;--color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);--focus-outlineColor: var(--borderColor-accent-emphasis);--borderColor-neutral-muted: var(--borderColor-muted)}}@media(prefers-color-scheme:light){.markdown-body,[data-theme=light]{color-scheme:light;--fgColor-danger: #d1242f;--bgColor-attention-muted: #fff8c5;--bgColor-muted: #f6f8fa;--bgColor-neutral-muted: #818b981f;--borderColor-accent-emphasis: #0969da;--borderColor-attention-emphasis: #9a6700;--borderColor-danger-emphasis: #cf222e;--borderColor-default: #d1d9e0;--borderColor-done-emphasis: #8250df;--borderColor-success-emphasis: #1a7f37;--color-prettylights-syntax-brackethighlighter-angle: #59636e;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-comment: #59636e;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-prettylights-syntax-entity: #6639ba;--color-prettylights-syntax-entity-tag: #0550ae;--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-markup-ignored-text: #d1d9e0;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;--color-prettylights-syntax-variable: #953800;--fgColor-accent: #0969da;--fgColor-attention: #9a6700;--fgColor-done: #8250df;--fgColor-muted: #59636e;--fgColor-success: #1a7f37;--bgColor-default: #ffffff;--borderColor-muted: #d1d9e0b3;--color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);--color-prettylights-syntax-markup-bold: #1f2328;--color-prettylights-syntax-markup-italic: #1f2328;--color-prettylights-syntax-storage-modifier-import: #1f2328;--fgColor-default: #1f2328;--focus-outlineColor: var(--borderColor-accent-emphasis);--borderColor-neutral-muted: var(--borderColor-muted)}}.markdown-body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;font-weight:var(--base-text-weight-normal, 400);color:var(--fgColor-default);background-color:var(--bgColor-default);font-family:var(--fontStack-sansSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji");font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body a{text-decoration:underline;text-underline-offset:.2rem}.markdown-body .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:#0000;color:var(--fgColor-accent);text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dfn{font-style:italic}.markdown-body h1{margin:.67em 0;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{border-style:none;max-width:100%;box-sizing:content-box}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;overflow:hidden;background:#0000;border-bottom:1px solid var(--borderColor-muted);height:.25em;padding:0;margin:var(--base-size-24) 0;background-color:var(--borderColor-default);border:0}.markdown-body input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button;appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{display:table;content:""}.markdown-body hr:after{display:table;clear:both;content:""}.markdown-body table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus,.markdown-body input[type=radio]:focus,.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible),.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:solid 1px rgba(0,0,0,0)}.markdown-body a:focus-visible,.markdown-body [role=button]:focus-visible,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{display:inline-block;padding:var(--base-size-4);font:11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);line-height:10px;color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold, 600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body h3{font-weight:var(--base-text-weight-semibold, 600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold, 600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold, 600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold, 600);font-size:.85em;color:var(--fgColor-muted)}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{margin:0;padding:0 1em;color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default)}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px}.markdown-body pre{margin-top:0;margin-bottom:0;font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px;word-wrap:normal}.markdown-body .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.markdown-body input::-webkit-outer-spin-button,.markdown-body input::-webkit-inner-spin-button{margin:0;appearance:none}.markdown-body .mr-2{margin-right:var(--base-size-8, 8px)!important}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0!important}.markdown-body>*:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{padding:0 .2em;font-size:inherit}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{padding-bottom:0;border-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="a s"]{list-style-type:lower-alpha}.markdown-body ol[type="A s"]{list-style-type:upper-alpha}.markdown-body ol[type="i s"]{list-style-type:lower-roman}.markdown-body ol[type="I s"]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--borderColor-default)}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:#0000}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:#0000}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--borderColor-default)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--fgColor-default)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:#0000;border:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);overflow:auto;font-size:85%;line-height:1.45;color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:#0000;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8) 9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold, 600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{font-size:12px;color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default)}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{display:inline-block;padding-left:var(--base-size-16);margin-top:var(--base-size-16)}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{position:absolute;top:calc(var(--base-size-8)*-1);right:calc(var(--base-size-8)*-1);bottom:calc(var(--base-size-8)*-1);left:calc(var(--base-size-24)*-1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{font-weight:700;color:var(--color-prettylights-syntax-string-regexp)}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{font-weight:700;color:var(--color-prettylights-syntax-markup-heading)}.markdown-body .pl-mi{font-style:italic;color:var(--color-prettylights-syntax-markup-italic)}.markdown-body .pl-mb{font-weight:700;color:var(--color-prettylights-syntax-markup-bold)}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{font-weight:700;color:var(--color-prettylights-syntax-meta-diff-range)}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.markdown-body button:focus:not(:focus-visible),.markdown-body summary:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible){outline:none;box-shadow:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible),.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal, 400);line-height:1;vertical-align:-.075em}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body a:has(>p,>div,>pre,>blockquote){display:block}.markdown-body a:has(>p,>div,>pre,>blockquote):not(:has(.snippet-clipboard-content,>pre)){width:fit-content}.markdown-body a:has(>p,>div,>pre,>blockquote):has(.snippet-clipboard-content,>pre):focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:2px}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal, 400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.markdown-body ul:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container,.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip-path:none}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8) var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{display:flex;font-weight:var(--base-text-weight-medium, 500);align-items:center;line-height:1}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>*:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}#root{min-height:100vh}@media(prefers-color-scheme:dark){.assessment-markdown.markdown-body table,.assessment-markdown.markdown-body thead,.assessment-markdown.markdown-body tbody,.assessment-markdown.markdown-body tr,.assessment-markdown.markdown-body th,.assessment-markdown.markdown-body td,.chat-markdown.markdown-body table,.chat-markdown.markdown-body thead,.chat-markdown.markdown-body tbody,.chat-markdown.markdown-body tr,.chat-markdown.markdown-body th,.chat-markdown.markdown-body td,.chat-artifact-preview.markdown-body table,.chat-artifact-preview.markdown-body thead,.chat-artifact-preview.markdown-body tbody,.chat-artifact-preview.markdown-body tr,.chat-artifact-preview.markdown-body th,.chat-artifact-preview.markdown-body td{color:#f8fafc;border-color:#334155}.assessment-markdown.markdown-body table,.chat-markdown.markdown-body table,.chat-artifact-preview.markdown-body table{background:#0f172a}.assessment-markdown.markdown-body code,.assessment-markdown.markdown-body pre,.chat-markdown.markdown-body code,.chat-markdown.markdown-body pre,.chat-artifact-preview.markdown-body code,.chat-artifact-preview.markdown-body pre{color:#f8fafc;background:#111827}.assessment-markdown.markdown-body a,.chat-markdown.markdown-body a,.chat-artifact-preview.markdown-body a{color:#67e8f9}.chat-artifact-preview.markdown-body,.chat-artifact-preview.markdown-body p,.chat-artifact-preview.markdown-body li,.chat-artifact-preview.markdown-body strong,.chat-artifact-preview.markdown-body em,.chat-artifact-preview.markdown-body blockquote,.chat-artifact-preview.markdown-body h1,.chat-artifact-preview.markdown-body h2,.chat-artifact-preview.markdown-body h3,.chat-artifact-preview.markdown-body h4,.chat-artifact-preview.markdown-body h5,.chat-artifact-preview.markdown-body h6{color:#f8fafc!important}.chat-artifact-preview.markdown-body hr{border-color:#334155}}.job-queue-panel{--job-queue-row-height: 58px;position:fixed;bottom:20px;right:20px;width:400px;max-height:70vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a;z-index:9999;overflow:hidden;transform:translateY(120%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.job-queue-panel.visible{transform:translateY(0);opacity:1}.job-queue-panel-popover{position:static;width:420px;max-height:calc(100vh - 96px);transform:none;opacity:1;border:1px solid #e5e7eb;box-shadow:0 16px 48px #0f172a2e,0 4px 12px #0f172a1f}.job-queue-panel.minimized{width:auto;min-width:200px;max-height:none}.job-queue-panel.minimized .job-queue-body{display:none}.job-queue-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;cursor:pointer;flex-shrink:0}.job-queue-panel-popover .job-queue-header{cursor:default}.job-queue-header-left{display:flex;align-items:center;gap:8px}.job-queue-icon{font-size:16px}.job-queue-title{font-weight:600;font-size:14px}.job-queue-count{background:#fff3;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:600}.job-queue-controls{display:flex;gap:4px}.job-queue-debug-clear{border:none;background:#fff3;color:#fff;border-radius:4px;cursor:pointer;font-size:11px;font-weight:600;padding:4px 6px;letter-spacing:.2px;transition:background .2s}.job-queue-debug-clear:hover{background:#ffffff4d}.job-queue-minimize{width:24px;height:24px;border:none;background:#fff3;color:#fff;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.job-queue-minimize:hover{background:#ffffff4d}.job-queue-body{overflow-y:auto;max-height:min(calc(var(--job-queue-row-height) * 5),calc(70vh - 50px));flex:1}.job-queue-panel-popover .job-queue-body{max-height:min(calc(var(--job-queue-row-height) * 5),calc(100vh - 148px))}.job-queue-nav-root{position:relative;display:inline-flex;align-items:center}.job-queue-nav-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:40px;border:1px solid #e0e0e0;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc);color:#1f2937;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s}.job-queue-nav-trigger:hover,.job-queue-nav-trigger.open{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a14}.job-queue-nav-trigger.has-error{border-color:#fca5a5}.job-queue-nav-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;transform-origin:50% 70%}.job-queue-nav-trigger.has-active .job-queue-nav-icon{animation:job-queue-tray-bob 1.8s ease-in-out infinite}.job-queue-nav-trigger.has-active:after{content:"";position:absolute;inset:4px;border:1px solid rgba(79,70,229,.28);border-radius:8px;animation:job-queue-active-ring 1.6s ease-out infinite;pointer-events:none}.job-queue-nav-svg{width:27px;height:27px;display:block;overflow:visible}.job-queue-nav-svg-card{fill:#fff;stroke:#4f46e5;stroke-width:1.7;stroke-linejoin:round}.job-queue-nav-svg-tray{fill:url(#job-queue-tray-fill);stroke:#312e81;stroke-width:1.5;stroke-linejoin:round}.job-queue-nav-svg-shadow{fill:#312e8124}.job-queue-nav-svg-line{fill:none;stroke:#818cf8;stroke-width:1.5;stroke-linecap:round}.job-queue-nav-svg-line.short{stroke:#22c55e}.job-queue-nav-svg-dot{fill:#22c55e;stroke:#fff;stroke-width:1.2}.job-queue-nav-trigger.has-error .job-queue-nav-svg-tray,.job-queue-nav-trigger.has-error .job-queue-nav-svg-dot{fill:#ef4444}.job-queue-nav-progress{position:absolute;right:6px;bottom:4px;left:6px;height:4px;overflow:hidden;border-radius:999px;background:#e5e7eb}.job-queue-nav-progress-fill{position:absolute;inset:0 auto 0 0;width:var(--job-queue-nav-progress, 0%);min-width:0;border-radius:inherit;background:linear-gradient(90deg,#4f46e5,#22c55e);transition:width .25s ease}.job-queue-nav-trigger.has-active .job-queue-nav-progress-fill:after{content:"";position:absolute;top:0;bottom:0;left:-45%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);animation:job-queue-progress-shimmer 1.15s linear infinite}.job-queue-nav-trigger.has-error .job-queue-nav-progress-fill{background:linear-gradient(90deg,#ef4444,#f97316)}.job-queue-nav-badge{position:absolute;top:-5px;right:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border:1px solid #ffffff;border-radius:999px;background:#4f46e5;color:#fff;font-size:.68rem;font-weight:700;line-height:1}.job-queue-nav-trigger.has-error .job-queue-nav-badge{background:#dc2626}.job-queue-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:9999}.job-queue-panel-popover.has-active{animation:none}@keyframes job-queue-tray-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@keyframes job-queue-active-ring{0%{opacity:.55;transform:scale(.9)}to{opacity:0;transform:scale(1.35)}}@keyframes job-queue-progress-shimmer{0%{transform:translate(0)}to{transform:translate(320%)}}.job-group{border-bottom:1px solid #e5e7eb}.job-group:last-child{border-bottom:none}.job-group-header{display:flex;align-items:center;min-height:var(--job-queue-row-height);box-sizing:border-box;padding:12px 16px;cursor:pointer;transition:background .15s;gap:12px}.job-group-header:hover{background:#f9fafb}.job-group-expand{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#6b7280;transition:transform .2s;flex-shrink:0}.job-group.expanded .job-group-expand{transform:rotate(90deg)}.job-group-icon{font-size:18px;flex-shrink:0}.job-group-favicon{width:18px;height:18px;border-radius:4px;object-fit:contain;flex-shrink:0;background:#f3f4f6}.job-group-info{flex:1;min-width:0}.job-group-title{font-weight:600;font-size:13px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-group-subtitle{font-size:11px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-group-status{display:flex;align-items:center;gap:6px;flex-shrink:0}.job-group-count{font-size:12px;font-weight:600;color:#1f2937}.job-group-cancel{border:none;background:transparent;color:#94a3b8;font-size:.9rem;cursor:pointer;padding:.25rem .4rem;border-radius:6px;transition:all .2s ease}.job-group-cancel:hover{color:#ef4444;background:#ef44441a}.job-group-details{display:none;padding:0 16px 12px;background:#f9fafb}.job-group.expanded .job-group-details{display:block}.job-detail-status{font-size:12px;color:#4b5563;margin-bottom:8px}.job-detail-logs{max-height:200px;overflow-y:auto;font-family:SF Mono,Monaco,Courier New,monospace;font-size:11px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px}.job-log-entry{display:flex;align-items:flex-start;gap:8px;padding:3px 0;border-bottom:1px solid #f3f4f6}.job-log-entry:last-child{border-bottom:none;color:#111827;font-weight:500}.job-log-icon{flex-shrink:0;width:14px;text-align:center}.job-log-text{flex:1;color:#4b5563;word-break:break-word}.job-log-time{font-size:10px;color:#9ca3af;white-space:nowrap;flex-shrink:0}.job-group-failures-inline{display:flex;flex-direction:column;gap:2px;margin-top:3px}.failed-job-tag{display:flex;align-items:center;gap:4px;font-size:10.5px;line-height:1.3;color:#b91c1c;width:100%}.failed-job-tag.cancelled{color:#475569}.failed-job-tag.cancelled .failed-job-tag-sep{color:#94a3b8}.failed-job-tag.cancelled .failed-job-tag-error{color:#64748b;font-style:normal}.failed-job-tag.cancelled .failed-job-tag-dismiss{color:#64748b}.failed-job-tag.cancelled .failed-job-tag-dismiss:hover{background:#4755691a}.failed-job-detail.cancelled .failed-job-detail-icon{color:#64748b}.failed-job-detail.cancelled .failed-job-detail-name{color:#334155}.failed-job-detail.cancelled .failed-job-detail-error{color:#64748b}.failed-job-tag-name{font-weight:600;white-space:nowrap}.failed-job-tag-sep{color:#d4a0a0;flex-shrink:0}.failed-job-tag-error{color:#9b4444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-style:italic;flex:1;min-width:0}.failed-job-tag-dismiss{flex-shrink:0;margin-left:auto;background:transparent;border:none;cursor:pointer;color:#b91c1c;opacity:.55;font-size:11px;line-height:1;padding:2px 6px;border-radius:3px;width:22px;text-align:center;transition:opacity .12s ease,background .12s ease}.failed-job-tag-dismiss:hover{opacity:1;background:#b91c1c1a}.job-failures-section{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 10px;margin-bottom:8px}.job-failures-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#991b1b;margin-bottom:6px}.failed-job-detail{display:flex;align-items:flex-start;gap:6px;padding:4px 0;width:100%}.failed-job-detail .failed-job-detail-content{flex:1;min-width:0}.failed-job-detail+.failed-job-detail{border-top:1px solid #fee2e2}.failed-job-detail-icon{color:#dc2626;font-weight:700;font-size:11px;flex-shrink:0;margin-top:1px}.failed-job-detail-content{display:flex;flex-direction:column;gap:1px;min-width:0}.failed-job-detail-name{font-size:12px;font-weight:600;color:#991b1b}.failed-job-detail-error{font-size:11px;color:#7f1d1d;word-break:break-word;font-family:SF Mono,Monaco,Courier New,monospace;opacity:.85}.job-group.completed .job-group-header{background:#f0fdf4}.job-group.completed .job-group-title{color:#166534}@keyframes error-flash{0%{background:#fff}25%{background:#fecaca}50%{background:#fff}75%{background:#fecaca}to{background:#fff5f5}}.job-group.error .job-group-header{animation:error-flash 1.5s ease-out forwards}.job-group.error .job-group-title{color:#991b1b}.job-queue-empty{padding:24px 16px;text-align:center;color:#6b7280;font-size:13px}@keyframes job-queue-pulse{0%,to{box-shadow:0 8px 32px #00000026}50%{box-shadow:0 8px 32px #667eea66}}.job-queue-panel.has-active{animation:job-queue-pulse 2s ease-in-out infinite}@media(max-width:480px){.job-queue-panel{left:10px;right:10px;width:auto;bottom:10px}.job-queue-panel.minimized{left:auto;width:auto;min-width:160px}.job-queue-popover{position:fixed;top:64px;right:10px;left:10px}.job-queue-panel-popover{width:100%}}.job-queue-panel.all-complete .job-queue-header{background:linear-gradient(135deg,#22c55e,#16a34a)}.job-queue-panel.has-error .job-queue-header{background:linear-gradient(135deg,#ef4444,#dc2626)}.phase-indicator{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;color:#6b7280}.phase-indicator-label{font-weight:600;text-transform:uppercase;letter-spacing:.3px;font-size:10px;color:#9ca3af}.phase-indicator-empty{font-style:italic;color:#9ca3af}.phase-indicator-dots{display:inline-flex;gap:3px;align-items:center;list-style:none;margin:0;padding:0}.phase-dot{font-size:13px;line-height:1;cursor:help;transition:transform .12s ease;list-style:none}.phase-dot:hover{transform:scale(1.2)}.phase-dot.phase-dot-running{animation:phase-dot-pulse 1.2s ease-in-out infinite}@keyframes phase-dot-pulse{0%,to{opacity:.85}50%{opacity:1}}.phase-timing{font-size:10.5px;color:#6b7280;margin-bottom:6px;font-family:SF Mono,Monaco,Courier New,monospace}.phase-timing-total{font-weight:600;color:#374151}output.job-resumed-banner,.job-resumed-banner{display:flex;align-items:center;gap:6px;padding:6px 10px;margin-bottom:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;font-size:11px;font-weight:500}.job-resumed-icon{font-size:13px}.failed-job-detail.expandable .failed-job-detail-error-toggle{background:transparent;border:none;padding:0;margin:0;text-align:left;cursor:pointer;color:inherit;width:100%;display:block}.failed-job-detail.expandable .failed-job-detail-error-toggle:hover .failed-job-detail-error{color:#b91c1c;text-decoration:underline}.failed-job-detail-phase{display:block;font-size:10.5px;color:#991b1b;margin-top:2px}.failed-job-detail-extra{margin-top:6px;padding:6px 8px;background:#fff9;border:1px solid #fecaca;border-radius:4px;font-size:11px;color:#7f1d1d;display:flex;flex-direction:column;gap:3px}.failed-job-detail-row code{background:#fee2e2;padding:1px 4px;border-radius:3px;font-size:10.5px}.failed-job-detail-label{font-weight:600;color:#991b1b}.failed-job-detail-phase-error{color:#991b1b;font-style:italic}.failed-job-detail-actions{margin-top:4px}.failed-job-retry-btn{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s}.failed-job-retry-btn:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.failed-job-retry-btn:disabled{opacity:.6;cursor:not-allowed}.phase-list{display:flex;flex-direction:column;gap:2px;padding:6px 10px;background:#00000008;border-radius:6px;margin-bottom:6px}.phase-list-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:4px}.phase-list-loading,.phase-list-empty{color:#94a3b8;font-size:.78rem}.phase-list-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px;max-height:180px;overflow-y:auto}.phase-step{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:6px;font-size:.78rem;padding:2px 0;line-height:1.3}.phase-step-icon{font-size:.72rem;text-align:center;flex-shrink:0}.phase-step-label{color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phase-step-timing{font-size:.68rem;color:#94a3b8;white-space:nowrap;flex-shrink:0}.phase-step-completed .phase-step-icon{color:#22c55e}.phase-step-completed .phase-step-label{color:#475569}.phase-step-running .phase-step-icon{color:#f59e0b}.phase-step-running .phase-step-label{color:#1e293b;font-weight:500}.phase-step-failed .phase-step-icon,.phase-step-failed .phase-step-label{color:#ef4444}.phase-step-pending .phase-step-icon{color:#cbd5e1}.phase-step-pending .phase-step-label{color:#94a3b8}.job-queue-banner{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;font-size:13px;border-bottom:1px solid #e2e8f0}.job-queue-banner.banner-success{background-color:#f0fdf4;color:#166534}.job-queue-banner.banner-error{background-color:#fef2f2;color:#991b1b}.job-queue-banner.banner-info{background-color:#eff6ff;color:#1e40af}.job-queue-banner .banner-close{background:transparent;border:none;font-size:16px;cursor:pointer;color:currentColor;padding:0 4px}.context-tree-picker{background:#fff;border:1px solid #dbe3ee;border-radius:8px;color:#111827}.context-tree-picker--embedded{padding:14px}.context-tree-picker--pane{border:0;padding:0}.context-tree-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.context-tree-picker-header h3{margin:0;font-size:16px;line-height:1.25}.context-tree-picker-header p{margin:4px 0 0;color:#64748b;font-size:13px}.context-tree-picker-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.context-tree-picker-actions button,.context-tree-search input{border:1px solid #cbd5e1;border-radius:6px;background:#fff}.context-tree-picker-actions button{min-height:30px;color:#334155;cursor:pointer;font-size:12px;font-weight:700;padding:0 10px}.context-tree-picker-actions button:hover{border-color:#64748b}.context-tree-picker-actions .context-tree-picker-open{border-color:#0f766e;color:#0f766e}.context-tree-search{display:grid;gap:6px;margin-bottom:14px;color:#475569;font-size:12px;font-weight:700}.context-tree-search input{min-height:36px;color:#111827;font:inherit;padding:0 10px}.context-tree-list{display:grid;gap:8px}.context-tree-disclosure,.context-tree-row-toggle{border:0;background:transparent;color:#334155;cursor:pointer}.context-tree-disclosure{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0;font-weight:800}.context-tree-children{display:grid;gap:8px;margin-top:6px}.context-tree-row{display:flex;align-items:flex-start;gap:4px}.context-tree-row-toggle,.context-tree-row-spacer{flex:0 0 24px;height:28px;padding:0}.context-tree-check{flex:1;display:flex;align-items:flex-start;gap:9px;min-width:0;border:1px solid #dbe3ee;border-radius:8px;background:#fff;cursor:pointer;padding:10px}.context-tree-check--checked,.context-tree-check--mixed{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e1f}.context-tree-check input{flex:0 0 auto;margin-top:3px;accent-color:#0f766e}.context-tree-check input:disabled{opacity:.45}.context-tree-check.is-disabled{background:#f8fafc;cursor:default;opacity:.74}.context-tree-check span{min-width:0;display:grid;gap:3px}.context-tree-check strong{display:flex;align-items:center;gap:6px;color:#111827;font-size:13px;line-height:1.25}.context-tree-check strong em{border:1px solid #cbd5e1;border-radius:999px;color:#64748b;font-size:10px;font-style:normal;font-weight:800;line-height:1;padding:2px 6px;text-transform:uppercase}.context-tree-check small{color:#64748b;font-size:12px;line-height:1.35}.context-tree-briefings{display:grid;gap:8px;margin:8px 0 0 36px}.context-tree-depth-1{margin-left:20px}.context-tree-depth-2{margin-left:40px}.context-tree-depth-3{margin-left:60px}.context-tree-picker--embedded .context-tree-briefings{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.context-tree-empty{color:#64748b;font-size:12px;padding:6px 0 0 36px}.context-tree-preview{display:grid;gap:5px;margin-top:16px;border-top:1px solid #e2e8f0;color:#475569;font-size:13px;padding-top:14px}.context-tree-preview strong{color:#111827}@media(max-width:760px){.context-tree-picker-header{align-items:stretch;flex-direction:column}.context-tree-picker-actions{justify-content:flex-start}.context-tree-briefings{margin-left:0}}.detail-pane{position:fixed;top:0;right:0;bottom:0;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-4px 0 16px #0f172a14;display:flex;flex-direction:column;z-index:80;animation:detail-pane-slide-in .18s ease-out}@keyframes detail-pane-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.detail-pane.detail-pane-mobile{width:100vw!important;max-width:100vw;border-left:none;box-shadow:0 -4px 16px #0f172a1f}.detail-pane-divider{position:absolute;top:0;left:-3px;bottom:0;width:6px;cursor:col-resize;background:transparent;z-index:1;transition:background .15s ease}.detail-pane-divider:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#e2e8f0;transform:translate(-50%);pointer-events:none}.detail-pane-divider:hover:before,.detail-pane-divider:focus-visible:before{background:#667eea;width:2px}.detail-pane-divider:focus-visible{outline:none}.detail-pane-header{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:18px 20px 14px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.detail-pane-toolbar{display:flex;align-items:center;justify-content:flex-end;min-height:32px}.detail-pane-toolbar.has-back{justify-content:space-between}.detail-pane-titles{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1 auto}.detail-pane-title{margin:0;font-size:1.15rem;font-weight:600;color:#1e293b;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.detail-pane-subtitle{font-size:.85rem;color:#64748b;line-height:1.4}.detail-pane-kind{align-self:flex-start;margin-top:2px}.detail-pane-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px}.detail-pane-conference-link{display:inline-flex;align-items:center;min-height:30px;color:#4f46e5;text-decoration:none;font-size:.85rem;font-weight:600}.detail-pane-conference-link:hover{text-decoration:underline}.detail-pane-back{flex:0 0 auto;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;font-weight:600;line-height:1;cursor:pointer;padding:0 10px;transition:border-color .15s ease,color .15s ease,background .15s ease}.detail-pane-back:hover{background:#f8fafc;border-color:#667eea;color:#4f46e5}.detail-pane-close{flex:0 0 auto;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:22px;line-height:1;cursor:pointer;padding:0;transition:border-color .15s ease,color .15s ease}.detail-pane-close:hover{border-color:#667eea;color:#4f46e5}.detail-pane-close:focus-visible{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.detail-pane-back:focus-visible{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.detail-pane-body{flex:1 1 auto;overflow-y:auto;padding:18px 20px;color:#1e293b;font-size:.92rem;line-height:1.55}.detail-pane-body h3,.detail-pane-body h4{margin:18px 0 6px;color:#1e293b;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.detail-pane-body h3:first-child,.detail-pane-body h4:first-child{margin-top:0}.detail-pane-body p{margin:0 0 10px}.detail-pane-body .detail-pane-empty{color:#94a3b8;font-style:italic}.detail-pane-body .detail-pane-talk-detail{white-space:pre-wrap;font-size:.9rem;line-height:1.6;color:#1f2937}.detail-pane-speakers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.detail-pane-speaker{border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;background:#f8fafc;display:flex;flex-direction:column;gap:2px}.detail-pane-speaker-name{font-weight:600;color:#1e293b;font-size:.9rem}.detail-pane-speaker-meta{font-size:.8rem;color:#475569}.detail-pane-speaker-links{margin-top:4px;display:flex;gap:10px;font-size:.8rem}.detail-pane-speaker-links a{color:#4f46e5;text-decoration:none}.detail-pane-speaker-links a:hover{text-decoration:underline}.detail-pane-footer{flex:0 0 auto;padding:12px 20px;border-top:1px solid #e2e8f0;background:#fff;font-size:.85rem}.detail-pane-footer a{color:#4f46e5;text-decoration:none;font-weight:500}.detail-pane-footer a:hover{text-decoration:underline}.chat-panel{position:fixed;left:20px;bottom:20px;width:420px;height:560px;min-width:320px;min-height:320px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0f172a2e,0 2px 8px #0f172a1f;overflow:hidden;display:flex;flex-direction:column;z-index:9998}.chat-panel.minimized{width:auto;min-width:220px;min-height:0;height:auto;max-height:none}.chat-panel.dragging,.chat-panel.resizing{-webkit-user-select:none;user-select:none}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(135deg,#065f46,#047857);color:#fff;cursor:grab}.chat-panel.dragging .chat-panel-header{cursor:grabbing}.chat-panel-header-left{display:flex;align-items:center;gap:8px;min-width:0}.chat-panel-title{font-size:14px;font-weight:700;line-height:1;color:#fff;background:transparent;border:none;padding:0;margin:0;text-align:left}.chat-panel-title.editable{cursor:text;border-bottom:1px dashed rgba(255,255,255,.55);padding-bottom:1px}.chat-panel-title.editable:hover{border-bottom-color:#ffffffe6}.chat-panel-title-input{border:1px solid rgba(255,255,255,.85);border-radius:6px;background:#ffffff29;color:#fff;font-size:14px;font-weight:700;padding:4px 8px;width:min(280px,52vw)}.chat-panel-title-input::placeholder{color:#ffffffb3}.chat-panel-title-input:focus{outline:none;border-color:#fff;box-shadow:0 0 0 2px #ffffff40}.chat-scope-pill{background:#fff3;border-radius:999px;color:#fff;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.3}.chat-scope-pill-button{border:0;cursor:pointer;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-scope-pill-button:hover{background:#ffffff4d}.chat-panel-controls{display:flex;gap:6px}.chat-panel-btn{border:none;border-radius:6px;background:#ffffff38;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;cursor:pointer;transition:background .15s ease}.chat-panel-btn:hover{background:#ffffff52}.chat-panel-body{display:flex;flex-direction:column;height:calc(100% - 48px);min-height:0}.chat-toolbar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.chat-conversation-select{width:100%;min-width:0;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;padding:8px 10px;background:#fff;color:#0f172a}.chat-export-btn{border:1px solid #059669;background:#ecfdf5;color:#065f46;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap;padding:7px 10px;cursor:pointer}.chat-export-btn:hover:not(:disabled){background:#d1fae5}.chat-export-btn:disabled{cursor:not-allowed;opacity:.55}.chat-conversation-select:disabled{color:#94a3b8;background:#f1f5f9}.chat-toolbar-actions{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.chat-secondary-btn{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap;padding:7px 10px;cursor:pointer}.chat-secondary-btn:hover:not(:disabled){background:#f8fafc}.chat-secondary-btn.danger{border-color:#fecaca;color:#b91c1c}.chat-secondary-btn.danger:hover:not(:disabled){background:#fef2f2}.chat-secondary-btn:disabled{cursor:not-allowed;opacity:.5}.chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px;background:#fff}.chat-empty-state{margin:auto 0;text-align:center;color:#64748b;font-size:13px;padding:12px}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-message-bubble{max-width:90%;border-radius:10px;padding:9px 11px;word-break:break-word;font-size:13px;line-height:1.45}.chat-message-text{white-space:pre-wrap}.chat-thinking-bubble{display:inline-flex;align-items:center;gap:6px;min-height:18px}.chat-thinking-dot{width:7px;height:7px;border-radius:999px;background:#64748b;opacity:.35;animation:chat-thinking-bounce 1s ease-in-out infinite}.chat-thinking-dot:nth-child(2){animation-delay:.15s}.chat-thinking-dot:nth-child(3){animation-delay:.3s}.chat-markdown.markdown-body{background:transparent;color:inherit;font-size:13px}.chat-summary-markdown,.chat-summary-markdown p,.chat-summary-markdown li{font-size:12px;line-height:1.45}.chat-summary-markdown h1,.chat-summary-markdown h2,.chat-summary-markdown h3,.chat-summary-markdown h4,.chat-summary-markdown h5,.chat-summary-markdown h6{font-size:12px;line-height:1.45;margin:0 0 6px;border-bottom:none}.chat-markdown.markdown-body>:first-child{margin-top:0}.chat-markdown.markdown-body>:last-child{margin-bottom:0}.chat-markdown.markdown-body code{font-size:12px}.chat-markdown.markdown-body pre{overflow-x:auto}.chat-message.user .chat-message-bubble{background:#dcfce7;color:#052e16}.chat-message.assistant .chat-message-bubble{background:#f1f5f9;color:#0f172a}.chat-message.error .chat-message-bubble{background:#fee2e2;color:#7f1d1d}.chat-artifact{margin-top:8px;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;background:#fff}.chat-artifact-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;background:#ecfeff;border-bottom:1px solid #bae6fd}.chat-artifact-title{font-size:12px;font-weight:700;color:#0f172a}.chat-artifact-download{border:1px solid #14b8a6;background:#fff;color:#0f766e;border-radius:7px;font-size:11px;font-weight:700;padding:4px 8px;cursor:pointer;white-space:nowrap}.chat-artifact-download:hover{background:#f0fdfa}.chat-artifact-preview.markdown-body{max-height:220px;overflow:auto;padding:10px;font-size:12px}.chat-artifact-preview.markdown-body>:first-child{margin-top:0}.chat-artifact-preview.markdown-body>:last-child{margin-bottom:0}.chat-sources{margin-top:8px}.chat-sources-toggle{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:7px;font-size:11px;font-weight:700;padding:4px 8px;cursor:pointer}.chat-sources-toggle:hover{background:#f8fafc}.chat-sources-list{margin:8px 0 0;padding-left:16px;display:flex;flex-direction:column;gap:4px;font-size:11px;color:#475569}.chat-sources-list a{color:#0f766e;text-decoration:underline}.chat-sources-list a:hover{color:#115e59}.chat-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.chat-status-pulse{display:inline-flex;align-items:center;gap:4px}.chat-status-pulse-dot{width:6px;height:6px;border-radius:999px;background:#94a3b8;opacity:.4;animation:chat-status-pulse 1.1s ease-in-out infinite}.chat-status-pulse-dot:nth-child(2){animation-delay:.18s}.chat-status-pulse-dot:nth-child(3){animation-delay:.36s}.chat-error{padding:0 12px 10px;color:#b91c1c;font-size:12px}.chat-input-row{display:flex;gap:8px;padding:10px 12px 12px;border-top:1px solid #e2e8f0;background:#fff}.chat-input{flex:1;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;padding:8px 10px;resize:none;min-height:44px;font-family:inherit}.chat-input:focus,.chat-conversation-select:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966926}.chat-send-btn{border:none;border-radius:8px;background:#047857;color:#fff;font-size:13px;font-weight:700;padding:0 14px;cursor:pointer}.chat-send-btn:hover:not(:disabled){background:#065f46}.chat-send-btn:disabled{cursor:not-allowed;opacity:.55}.chat-resize-handle{position:absolute;border:none;background:transparent;padding:0;z-index:6}.chat-resize-handle.n{top:0;left:20px;right:20px;height:10px;cursor:ns-resize}.chat-resize-handle.s{bottom:0;left:20px;right:20px;height:10px;cursor:ns-resize}.chat-resize-handle.e{top:20px;bottom:20px;right:0;width:10px;cursor:ew-resize}.chat-resize-handle.w{top:20px;bottom:20px;left:0;width:10px;cursor:ew-resize}.chat-resize-handle.ne{top:0;right:0;width:22px;height:22px;cursor:nesw-resize}.chat-resize-handle.nw{top:0;left:0;width:22px;height:22px;cursor:nwse-resize}.chat-resize-handle.sw{bottom:0;left:0;width:22px;height:22px;cursor:nesw-resize}.chat-resize-handle.se{right:0;bottom:0;width:36px;height:36px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 0 52%,rgba(15,23,42,.18) 52% 60%,transparent 60% 68%,rgba(15,23,42,.3) 68% 76%,transparent 76% 100%)}@keyframes chat-thinking-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}@keyframes chat-status-pulse{0%,80%,to{transform:scale(1);opacity:.4}40%{transform:scale(1.18);opacity:1}}@media(prefers-reduced-motion:reduce){.chat-thinking-dot,.chat-status-pulse-dot{animation:none;opacity:.8;transform:none}}@media(max-width:900px){.chat-panel{left:12px;right:12px;top:auto!important;bottom:12px!important;width:auto;min-width:0;min-height:0;height:65vh!important;max-height:65vh}.chat-toolbar{flex-direction:column;align-items:stretch}.chat-export-btn,.chat-toolbar-actions{width:100%}.chat-secondary-btn{flex:1}.chat-resize-handle{display:none}}.chat-file-drop{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.35rem .5rem;margin-bottom:.25rem;border:1px dashed #cbd5e1;border-radius:6px;background:#f8fafc;transition:border-color .15s ease,background .15s ease;min-height:2.25rem}.chat-file-drop--over{border-color:#4f46e5;background:#eef2ff}.chat-file-drop--disabled{opacity:.6}.chat-file-drop-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-file-drop-picker-btn{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.2rem .55rem;font-size:.8rem;color:#475569;cursor:pointer;transition:border-color .15s ease,color .15s ease}.chat-file-drop-picker-btn:hover:not(:disabled){border-color:#667eea;color:#4f46e5}.chat-file-drop-picker-btn:disabled{cursor:not-allowed;opacity:.5}.chat-file-drop-list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;list-style:none;padding:0;margin:0}.chat-file-drop-card{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .55rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:.78rem;color:#1e293b;max-width:260px}.chat-file-drop-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:170px}.chat-file-drop-meta{color:#64748b;font-size:.72rem}.chat-file-drop-remove-btn{background:transparent;border:none;color:#64748b;font-size:1rem;line-height:1;cursor:pointer;padding:0 .15rem}.chat-file-drop-remove-btn:hover{color:#991b1b}.chat-file-drop-status{font-size:.75rem;color:#64748b}.chat-file-drop-status--error{color:#991b1b}.chat-file-drop-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#4f46e514;color:#4f46e5;font-weight:500;border-radius:6px;pointer-events:none}._panel_10tfa_9{padding:0 0 1rem;margin:0 0 1rem;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;background:#fff}._header_10tfa_22{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}._sectionTitle_10tfa_29{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.95rem;font-weight:600;color:#1e293b;margin:0;letter-spacing:-.005em}._sectionHelp_10tfa_38{font-size:.78rem;color:#64748b;margin:0}._addRow_10tfa_48{display:flex;gap:.5rem;align-items:center}._addInput_10tfa_54{flex:1;background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:4px;padding:.45rem .65rem;font-family:inherit;font-size:.85rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}._addInput_10tfa_54:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}._addInput_10tfa_54::placeholder{color:#94a3b8}._addBtn_10tfa_76{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:1px solid #4f46e5;border-radius:4px;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:filter .15s ease,transform .05s ease}._addBtn_10tfa_76:hover:not(:disabled){filter:brightness(1.08)}._addBtn_10tfa_76:active:not(:disabled){transform:translateY(1px)}._addBtn_10tfa_76:disabled{opacity:.5;cursor:not-allowed}._tableWrap_10tfa_106{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}._table_10tfa_106{width:100%;border-collapse:collapse;font-size:.82rem;background:#fff}._table_10tfa_106 thead th{background:#f8fafc;color:#475569;font-weight:600;text-align:left;padding:.55rem;border-bottom:1px solid #e2e8f0;white-space:nowrap;font-size:.76rem;letter-spacing:.02em;text-transform:uppercase}._table_10tfa_106 thead th._colModule_10tfa_132{width:108px;text-align:center}._table_10tfa_106 thead th._colRemove_10tfa_137{width:32px;padding:0}._table_10tfa_106 tbody tr{border-top:1px solid #f1f5f9;transition:background-color .1s ease}._table_10tfa_106 tbody tr:hover{background-color:#f8fafc}._table_10tfa_106 tbody tr:first-child{border-top:none}._table_10tfa_106 tbody tr._selfRow_10tfa_155{background-color:#fafbff}._table_10tfa_106 td{padding:.5rem .55rem;color:#1e293b;vertical-align:middle}._userCell_10tfa_166{display:flex;flex-direction:column;gap:.05rem;max-width:200px;overflow:hidden}._userName_10tfa_174{font-weight:500;color:#1e293b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._userEmail_10tfa_182{font-size:.72rem;color:#64748b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._selfTag_10tfa_190{display:inline-block;font-size:.62rem;font-weight:600;color:#4f46e5;background:#e0e7ff;padding:1px 6px;border-radius:999px;margin-left:.4rem;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}._roleSelect_10tfa_205{width:100%;background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:4px;padding:.3rem .35rem;font-family:inherit;font-size:.78rem;outline:none;cursor:pointer;transition:border-color .15s ease}._roleSelect_10tfa_205:hover:not(:disabled){border-color:#cbd5e1}._roleSelect_10tfa_205:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}._roleSelect_10tfa_205:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}._roleSelect_10tfa_205[data-role=owner]{background:#f3f4f6;border-color:#e5e7eb;color:#4b5563;font-weight:500}._roleSelect_10tfa_205[data-role=collaborator]{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a;font-weight:500}._roleSelect_10tfa_205[data-role=viewer]{background:#fefce8;border-color:#fef08a;color:#b45309;font-weight:500}._roleSelect_10tfa_205[data-role=none]{background:#fff;border-color:#e2e8f0;color:#94a3b8}._removeBtn_10tfa_267{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:4px;width:26px;height:26px;padding:0;font-size:1rem;line-height:1;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease;display:inline-flex;align-items:center;justify-content:center}._removeBtn_10tfa_267:hover:not(:disabled){background-color:#fee2e2;border-color:#f87171;color:#991b1b}._removeBtn_10tfa_267:disabled{background:#fff;color:#cbd5e1;border-color:#e2e8f0;cursor:not-allowed;font-weight:400}._removeCell_10tfa_300{text-align:center;width:32px}._emptyState_10tfa_306{padding:1.5rem 1rem;text-align:center;color:#94a3b8;font-size:.85rem}._addError_10tfa_314{font-size:.76rem;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:.4rem .65rem}._confirmOverlay_10tfa_327{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;animation:_confirmFade_10tfa_1 .12s ease forwards}@keyframes _confirmFade_10tfa_1{0%{opacity:0}to{opacity:1}}._confirmCard_10tfa_344{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0003;padding:1.25rem 1.25rem 1rem;max-width:380px;width:100%;display:flex;flex-direction:column;gap:.65rem;font-family:IBM Plex Sans,-apple-system,sans-serif}._confirmTitle_10tfa_358{font-size:1rem;font-weight:600;color:#1e293b;margin:0}._confirmBody_10tfa_365{font-size:.85rem;color:#475569;margin:0;line-height:1.45}._confirmActions_10tfa_372{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}._confirmBtnSecondary_10tfa_379{background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:4px;padding:.4rem .9rem;font-family:inherit;font-size:.85rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}._confirmBtnSecondary_10tfa_379:hover{border-color:#cbd5e1;color:#1e293b}._confirmBtnDanger_10tfa_396{background:#dc2626;color:#fff;border:1px solid #dc2626;border-radius:4px;padding:.4rem .9rem;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:filter .15s ease}._confirmBtnDanger_10tfa_396:hover{filter:brightness(1.08)}.chat-dock-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 17px;background:#667eea1a;border:2px solid rgba(102,126,234,.35);border-radius:8px;font-size:18px;font-weight:500;color:#4f46e5;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .08s ease;white-space:nowrap;line-height:1}.chat-dock-pill:hover{background:#667eea2e;border-color:#667eea8c}.chat-dock-pill:active{transform:scale(.97)}.chat-dock-icon{font-size:20px;line-height:1}.chat-dock-label{letter-spacing:.3px}.freshness-badge{display:inline-flex;align-items:center;gap:.3em;padding:.15em .55em;border-radius:3px;font-family:Manrope,SF Mono,monospace;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.5;white-space:nowrap;cursor:default;transition:opacity .15s ease,transform .15s ease;position:relative;border:1px solid transparent}.freshness-badge:hover{opacity:.88;transform:translateY(-1px)}.freshness-badge__dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.freshness-badge__label{opacity:.85}.freshness-badge__age{opacity:1;font-weight:700}.freshness-badge--fresh{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.freshness-badge--fresh .freshness-badge__dot{background:#10b981;box-shadow:0 0 4px #10b98180}.freshness-badge--aging{background:#fffbeb;color:#92400e;border-color:#fde68a}.freshness-badge--aging .freshness-badge__dot{background:#f59e0b;box-shadow:0 0 4px #f59e0b73}.freshness-badge--stale{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.freshness-badge--stale .freshness-badge__dot{background:#f97316;box-shadow:0 0 4px #f9731673}.freshness-badge--very_stale{background:#fef2f2;color:#991b1b;border-color:#fecaca}.freshness-badge--very_stale .freshness-badge__dot{background:#ef4444;box-shadow:0 0 4px #ef444473}.freshness-badge--never{background:#f9fafb;color:#6b7280;border-color:#e5e7eb}.freshness-badge--never .freshness-badge__dot{background:#9ca3af}.freshness-badge__health-warn{font-size:.72em;margin-left:.15em;line-height:1}.freshness-badge--health-degraded{border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b40}.freshness-badge--health-stale{border-color:#f97316;box-shadow:0 0 0 1px #f973164d}.freshness-badge--health-unreachable{border-color:#ef4444;box-shadow:0 0 0 1px #ef444459;animation:health-pulse 2s ease-in-out infinite}@keyframes health-pulse{0%,to{box-shadow:0 0 0 1px #ef444459}50%{box-shadow:0 0 0 2px #ef444433}}.freshness-badge[title]{border-bottom-style:dotted;border-bottom-width:1px}.freshness-row{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-top:.3rem}.freshness-badge--inline{margin-left:.45rem;vertical-align:middle;font-size:.62rem;padding:.1em .45em}.sites-container{display:flex;flex-direction:column;gap:1rem}.site-card{background:var(--bg-secondary);border-radius:12px;overflow:hidden}.site-card.shared-site{border-left:3px solid var(--info)}.site-header{display:flex;gap:1rem;padding:1rem}.site-thumbnail{width:200px;height:200px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--bg-primary)}.site-thumbnail-button{width:100%;height:100%;padding:0;border:none;background:transparent;cursor:zoom-in;display:block}.site-thumbnail-button:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.site-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.site-thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--text-secondary);background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.site-title-area{flex:1;min-width:0}.site-title-area h3{margin:0 0 .25rem;font-size:1rem;display:flex;align-items:center;gap:.5rem}.site-title-area h3 a{color:var(--text-primary);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-title-area h3 a:hover{color:var(--primary);text-decoration:underline}.site-favicon{width:32px;height:32px;border-radius:2px;flex-shrink:0}.favicon-placeholder{width:32px;height:32px;border-radius:2px;background:var(--bg-primary);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:var(--text-secondary);flex-shrink:0}.company-name{display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.sites-container .site-card .company-summary{font-size:.8rem;color:var(--text-secondary);line-height:1.4;margin-bottom:.5rem;display:block;width:100%;max-width:none;white-space:normal;overflow:visible;overflow-wrap:break-word;word-break:normal;-webkit-line-clamp:unset}.site-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.hiring-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#10b9811a;color:var(--success);border-radius:4px;font-size:.75rem;font-weight:500}.shared-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#3b82f61a;color:var(--info);border-radius:4px;font-size:.75rem}.permission-tag{opacity:.7;font-size:.65rem;text-transform:uppercase}.health-badge{display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;padding:2px 6px;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.health-degraded{background:#d9a44126;color:#b8860b}.health-stale{background:#cc660026;color:#c60}.health-unreachable{background:#b2222226;color:#b22222}.site-tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:0 1rem;gap:.25rem}.site-tab{position:relative;padding:.875rem 1.25rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.site-tab:hover{color:#1e293b;background:#6366f10a}.site-tab.active{color:#4f46e5;border-bottom-color:#4f46e5;background:#6366f10f}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.375rem;height:1.375rem;padding:0 .375rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:9999px;font-size:.7rem;font-weight:600;box-shadow:0 1px 3px #4f46e54d}.tab-content{padding:1rem}.tab-content-inner{font-size:.875rem}.empty-tab{text-align:center;padding:2rem;color:var(--text-secondary)}.empty-tab .hint{font-size:.8rem;margin-top:.5rem;opacity:.7}.site-section{margin-bottom:1rem}.site-section h4{margin:0 0 .5rem;font-size:.875rem;color:var(--text-secondary)}.job-item,.blog-item,.event-item{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.job-item:last-child,.blog-item:last-child,.event-item:last-child{border-bottom:none}.job-item a,.blog-item a,.event-item a{color:var(--text-primary);text-decoration:none}.job-item a:hover,.blog-item a:hover,.event-item a:hover{color:var(--primary)}.job-location,.blog-date,.event-date{display:block;font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.see-more{font-size:.8rem;color:var(--primary);padding-top:.5rem}.overview-section{margin-bottom:.75rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.overview-section-header{width:100%;border:none;padding:.7rem .85rem;background:#f8fafc;cursor:pointer;display:flex;align-items:center;gap:.6rem;color:#1e293b;text-align:left;font-size:.95rem;line-height:1.2}.overview-section-header:hover{background:#f1f5f9}.overview-section-title{display:inline-flex;align-items:center;gap:.45rem;font-weight:600}.overview-section-emoji{width:1rem;text-align:center;font-size:.95rem}.overview-section-summary{margin-left:.25rem;color:#64748b;font-size:.82rem;font-weight:500}.overview-section-count{margin-left:auto;min-width:1.3rem;height:1.3rem;padding:0 .4rem;border-radius:9999px;background:#e0e7ff;color:#3730a3;font-size:.74rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.overview-section-chevron{color:#64748b;font-size:.8rem}.overview-section-body{padding:.45rem .75rem .7rem;max-height:360px;overflow-y:auto;overscroll-behavior:contain}.overview-table{width:100%;border-collapse:collapse;font-size:.86rem;color:#334155}.overview-table th{position:sticky;top:0;background:#fff;z-index:1;text-align:left;font-size:.74rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em;padding:.45rem .35rem;border-bottom:1px solid #e2e8f0}.overview-table td{padding:.5rem .35rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.overview-table tr:last-child td{border-bottom:none}.overview-table .is-right{text-align:right}.overview-inline{display:inline-flex;align-items:center;gap:.4rem}.overview-inline-icon{width:1rem;text-align:center;font-size:.82rem;color:#64748b}.overview-link{color:#334155;text-decoration:none;font-weight:500}.overview-link:hover{color:#4f46e5;text-decoration:underline}.overview-stack{display:inline-flex;flex-direction:column;gap:.1rem}.overview-subtle{color:#64748b;font-size:.75rem}.overview-empty-note{color:#64748b;font-size:.84rem;padding:.2rem .1rem}.site-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;font-size:.8rem;color:var(--text-secondary)}.site-meta strong{color:var(--text-primary)}.features-list{display:flex;flex-direction:column;gap:.5rem}.feature-item{padding:.5rem;background:#ffffff05;border-radius:6px}.feature-name{font-weight:500;color:var(--text-primary)}.feature-desc{display:block;font-size:.8rem;color:var(--text-secondary);margin-top:.25rem}.marketing-section{margin-bottom:1rem}.marketing-section h4{margin:0 0 .5rem;font-size:.875rem;color:var(--text-secondary)}.value-props-list{margin:0;padding-left:1.25rem}.value-props-list li{margin-bottom:.25rem}.site-actions{display:flex;flex-wrap:wrap;gap:.625rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:#fafbfc}.site-actions .site-crawl-depth{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px #0000000a}.site-actions .site-crawl-depth select{font-size:.75rem;padding:.15rem .35rem;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#1f2937;cursor:pointer}.site-actions .site-crawl-depth select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.site-actions button{padding:.5rem .875rem;font-size:.8rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:.375rem}.site-actions button:not(.secondary):not(.danger){background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 2px 4px #4f46e540,0 1px 2px #4f46e526}.site-actions button:not(.secondary):not(.danger):hover{background:linear-gradient(135deg,#4338ca,#4f46e5);box-shadow:0 4px 8px #4f46e54d,0 2px 4px #4f46e533;transform:translateY(-1px)}.site-actions button:not(.secondary):not(.danger):active{transform:translateY(0);box-shadow:0 1px 2px #4f46e533}.site-actions button.secondary{background:#fff;border:1px solid #d1d5db;color:#374151;box-shadow:0 1px 2px #0000000a}.site-actions button.secondary:hover{background:#f9fafb;border-color:#9ca3af;color:#1f2937;box-shadow:0 2px 4px #0000000f}.site-actions button.secondary:active{background:#f3f4f6}.site-actions button.danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.site-actions button.danger:hover{background:#fee2e2;border-color:#f87171;color:#b91c1c}.site-actions button.danger:active{background:#fecaca}.site-actions button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.view-only-notice{font-size:.8rem;color:#64748b;padding:.5rem .75rem;background:#f1f5f9;border-radius:6px}.placeholder-card{border:2px dashed rgba(255,255,255,.1);background:var(--bg-secondary)}.placeholder-card.success{border-color:var(--success);background:#10b9810d}.placeholder-card.error{border-color:var(--error);background:#ef44440d}.placeholder-header{display:flex;align-items:center;gap:1rem;padding:1rem}.placeholder-thumbnail{width:60px;height:60px;border-radius:8px;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--text-secondary);flex-shrink:0}.placeholder-info{flex:1;min-width:0}.placeholder-url{font-size:.875rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.placeholder-status{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.placeholder-spinner{width:16px;height:16px;border:2px solid var(--bg-primary);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.status-text{font-size:.8rem;color:var(--text-secondary)}.placeholder-progress{height:4px;background:#ffffff1a;margin:0 1rem}.placeholder-progress-bar{height:100%;background:var(--primary);border-radius:2px;transition:width .3s}.placeholder-steps{padding:.5rem 1rem 1rem;font-size:.75rem;color:var(--text-secondary);max-height:100px;overflow-y:auto}.placeholder-step{padding:.25rem 0}.error-delete-btn{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border:none;background:#ef444433;color:var(--error);border-radius:50%;cursor:pointer;font-size:1rem;line-height:1}.error-delete-btn:hover{background:var(--error);color:#fff}.snapshots-modal-backdrop{position:fixed;inset:0;z-index:1200;background:#0f172a8f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.25rem}.snapshots-view{background:#fff;color:#0f172a;width:min(1100px,100%);max-height:min(88vh,900px);border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 24px 60px #02061761;overflow:hidden;display:flex;flex-direction:column}.snapshots-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafc,#fff)}.snapshots-header h2{margin:0;font-size:1.1rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:72%}.snapshots-actions{display:flex;gap:.5rem;align-items:center}.snapshots-actions .app-modal-close{margin-left:.25rem}.snapshots-btn{padding:.5rem 1rem;border-radius:8px;border:none;background:#4f46e5;color:#fff;font-weight:600;cursor:pointer;transition:all .18s ease}.snapshots-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.snapshots-btn.secondary{background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3}.snapshots-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;filter:none}.snapshots-list{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem 1.25rem 1.25rem}.snapshot-item{display:flex;gap:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.95rem}.snapshot-screenshot{width:200px;flex-shrink:0}.snapshot-thumbnail{width:100%;height:120px;border-radius:8px;border:1px solid #cbd5e1;object-fit:cover;cursor:pointer;transition:transform .2s}.snapshot-thumbnail:hover{transform:scale(1.02)}.screenshot-label{font-size:.7rem;text-align:center;color:#64748b;margin-top:.25rem}.snapshot-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.snapshot-info strong{font-size:.875rem}.snapshot-info small{color:#64748b}.snapshot-summary{font-size:.8rem;color:#475569;margin-top:.5rem}.snapshot-actions{display:flex;gap:.5rem;margin-top:.5rem}.snapshot-actions button{padding:.4rem .75rem;font-size:.8rem;border-radius:6px;border:none;cursor:pointer}.snapshot-actions button:not(.secondary){background:var(--primary);color:#fff}.snapshot-actions button.secondary{background:#fff;border:1px solid #cbd5e1;color:#0f172a}.screenshot-modal{position:fixed;inset:0;background:#0f172ae6;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.25rem;overflow:hidden;overscroll-behavior:contain;animation:none}.screenshot-modal-content{position:relative;width:min(1200px,95vw);max-height:92vh;background:#0f172a;border:1px solid #334155;border-radius:12px;padding:2.75rem .75rem .75rem;box-shadow:0 20px 50px #02061773;overflow:auto;scrollbar-gutter:stable;box-sizing:border-box}.screenshot-modal-content img{width:100%;max-width:100%;max-height:none;height:auto;object-fit:initial;display:block;border-radius:8px;background:#020617;-webkit-user-select:none;user-select:none}.screenshot-modal-close{position:absolute;top:.75rem;right:.75rem}@media(max-width:900px){.snapshots-header{flex-direction:column;align-items:flex-start}.snapshots-header h2{max-width:100%;white-space:normal}.snapshot-item{flex-direction:column}.snapshot-screenshot{width:100%}.snapshot-thumbnail{height:180px}}@media(max-width:640px){.snapshots-modal-backdrop{padding:.5rem}.snapshots-view{border-radius:12px;max-height:92vh}.snapshots-actions{width:100%}.snapshots-btn{flex:1;display:inline-flex;justify-content:center}}.collections-sidebar{background:#fff;border-radius:12px;padding:1rem;position:sticky;top:1.25rem;max-height:calc(100vh - 2.5rem);overflow-y:auto}.collections-sidebar .collections-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.collections-sidebar .collections-title{font-size:.75rem;font-weight:700;color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase}.collections-sidebar .collections-add-btn{width:1.75rem;height:1.75rem;border-radius:6px;border:none;background:#ffffff0d;color:var(--text-primary);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.collections-sidebar .collections-add-btn:hover{background:var(--primary);color:#fff}.collection-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;transition:background .2s;border-left:3px solid var(--collection-color, transparent)}.collection-item:hover{background:#ffffff0d}.collection-item.active{background:color-mix(in srgb,var(--collection-color, var(--primary)) 16%,transparent);color:var(--collection-color, var(--primary))}.collection-icon,.collection-name{font-size:.875rem}.empty{text-align:center;padding:3rem;color:var(--text-secondary)}.sites-layout-container{display:flex;flex-direction:column;width:100%;height:100%}.sites-subheader{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0 20px;height:48px;display:flex;align-items:center}.subheader-nav{display:flex;gap:24px;height:100%}.subheader-link{text-decoration:none;color:#6c757d;font-size:14px;font-weight:500;display:flex;align-items:center;height:100%;border-bottom:2px solid transparent;transition:all .2s}.subheader-link:hover{color:#495057}.subheader-link.active{color:#4a90a4;border-bottom-color:#4a90a4}.sites-content{flex:1;overflow:hidden;display:flex;flex-direction:row;padding:20px}.sites-b{--sb-bg: #f5f2ee;--sb-bg-card: #ffffff;--sb-bg-sidebar: #efeae4;--sb-border: #ddd6cc;--sb-border-light: #e8e2da;--sb-text: #1e293b;--sb-text-secondary: #64748b;--sb-text-muted: #94a3b8;--sb-accent: #b45309;--sb-accent-light: #fef3c7;--sb-accent-hover: #92400e;--sb-teal: #0f766e;--sb-teal-light: #ccfbf1;--sb-navy: #1e293b;--sb-navy-light: #334155;--sb-font-display: "Crimson Pro", Georgia, serif;--sb-font-body: "Manrope", system-ui, sans-serif;--sb-shadow-sm: 0 1px 2px rgba(30, 41, 59, .04);--sb-shadow-md: 0 2px 8px rgba(30, 41, 59, .06), 0 1px 2px rgba(30, 41, 59, .04);--sb-shadow-lg: 0 4px 16px rgba(30, 41, 59, .08), 0 2px 4px rgba(30, 41, 59, .04);--sb-shadow-xl: 0 8px 32px rgba(30, 41, 59, .1), 0 2px 8px rgba(30, 41, 59, .06);font-family:var(--sb-font-body);color:var(--sb-text);background:var(--sb-bg);min-height:100vh;padding:20px;position:relative;overflow-x:hidden}.sb-bg-dots{position:fixed;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(circle,rgba(30,41,59,.06) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 40%,transparent 100%)}.sb-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.sites-b .sb-header{display:flex;justify-content:space-between;align-items:center;background:var(--sb-navy);color:#f8f6f3;padding:16px 28px;border-radius:14px;margin-bottom:20px;box-shadow:var(--sb-shadow-lg);position:relative;overflow:hidden}.sites-b .sb-header:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;border-radius:14px}.sb-header-left{display:flex;align-items:center;gap:32px}.sb-logo{display:flex;align-items:center;gap:12px;margin:0;font-size:1rem}.sb-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--sb-accent);color:#fff;font-family:var(--sb-font-display);font-weight:700;font-size:14px;letter-spacing:.5px;border-radius:8px;box-shadow:0 2px 8px #b453094d}.sb-logo-text{font-family:var(--sb-font-display);font-weight:700;font-size:1.35rem;letter-spacing:-.01em;color:#f8f6f3}.sb-nav{display:flex;gap:4px}.sb-nav-link{color:#f8f6f38c;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.03em;padding:6px 14px;border-radius:7px;transition:all .2s ease}.sb-nav-link:hover{color:#f8f6f3d9;background:#f8f6f314}.sb-nav-link.active{color:#f8f6f3;background:#f8f6f31f}.sb-header-right{display:flex;align-items:center;gap:12px}.sb-share-btn{display:flex;align-items:center;gap:6px;padding:7px 16px;background:#f8f6f31a;color:#f8f6f3;border:1px solid rgba(248,246,243,.15);border-radius:8px;font-size:13px;font-weight:600;font-family:var(--sb-font-body);cursor:pointer;transition:all .2s ease}.sb-share-btn:hover{background:#f8f6f329;border-color:#f8f6f340;transform:translateY(-1px)}.sb-user{position:relative}.sb-user-trigger{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;background:transparent;border:none;color:#f8f6f3;cursor:pointer;border-radius:8px;transition:background .2s}.sb-user-trigger:hover{background:#f8f6f314}.sb-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(248,246,243,.2)}.sb-user-name{font-size:13px;font-weight:600}.sb-body{display:flex;gap:20px;min-height:calc(100vh - 140px)}.sites-b .dashboard-sidebar{width:260px}.sites-b #collections-sidebar{background:var(--sb-bg-card);border:1px solid var(--sb-border-light);border-radius:14px;box-shadow:var(--sb-shadow-sm);padding:16px}.sites-b .collections-header{border-bottom:1px solid var(--sb-border-light);padding-bottom:12px;margin-bottom:10px}.sites-b .collections-title{font-family:var(--sb-font-body);font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--sb-text-muted);text-transform:uppercase}.sites-b .collections-add-btn{width:26px;height:26px;border-radius:7px;background:var(--sb-navy);font-size:16px;transition:all .25s ease;box-shadow:none;position:relative;overflow:hidden}.sites-b .collections-add-btn:after{content:"";position:absolute;inset:-2px;border-radius:9px;background:transparent;box-shadow:0 0 #1e293b4d;animation:sb-pulse 2.5s ease-in-out infinite}@keyframes sb-pulse{0%,to{box-shadow:0 0 #1e293b40}50%{box-shadow:0 0 0 6px #1e293b00}}.sites-b .collections-add-btn:hover{background:var(--sb-accent);transform:scale(1.08);box-shadow:0 2px 8px #b453094d}.sites-b .collection-item{border-radius:8px;border-left-width:3px;font-family:var(--sb-font-body);font-size:13px;transition:all .15s ease}.sites-b .collection-item:hover{background:var(--sb-bg-sidebar)}.sites-b .collection-item.active{background:var(--sb-navy);color:#fff;box-shadow:var(--sb-shadow-sm)}.sites-b .collections-empty{font-family:var(--sb-font-body);color:var(--sb-text-muted);font-size:12px}.sites-b .sb-add-site{position:relative;background:var(--sb-bg-card);border:1px solid var(--sb-border-light);border-radius:14px;padding:24px 28px;box-shadow:var(--sb-shadow-md);overflow:hidden}.sb-border-beam{position:absolute;inset:0;border-radius:14px;pointer-events:none;z-index:1}.sb-border-beam:before{content:"";position:absolute;inset:-1px;border-radius:14px;padding:1.5px;background:conic-gradient(from var(--sb-beam-angle, 0deg),transparent 0%,transparent 75%,var(--sb-accent) 80%,#f59e0b 85%,var(--sb-teal) 90%,transparent 95%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:sb-beam-rotate 4s linear infinite}@keyframes sb-beam-rotate{to{--sb-beam-angle: 360deg}}@supports not (background: conic-gradient(from 0deg,red,blue)){.sb-border-beam:before{display:none}}@property --sb-beam-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.sites-b .sb-add-site h2{font-family:var(--sb-font-display);font-size:1.3rem;font-weight:700;color:var(--sb-text);margin-bottom:16px;letter-spacing:-.01em}.sites-b .sb-add-site .input-group{gap:10px}.sites-b .sb-add-site #newSiteUrl{border:1.5px solid var(--sb-border);border-radius:10px;font-family:var(--sb-font-body);font-size:14px;padding:11px 14px;background:var(--sb-bg);color:var(--sb-text);transition:all .2s ease}.sites-b .sb-add-site #newSiteUrl:focus{border-color:var(--sb-accent);box-shadow:0 0 0 3px #b453091a;background:#fff}.sites-b .sb-add-site #newSiteUrl::placeholder{color:var(--sb-text-muted)}.sites-b .sb-add-site select{border:1.5px solid var(--sb-border);border-radius:10px;font-family:var(--sb-font-body);font-size:13px;padding:11px 14px;background:var(--sb-bg);color:var(--sb-text);cursor:pointer;transition:border-color .2s}.sites-b .sb-add-site select:hover,.sites-b .sb-add-site select:focus{border-color:var(--sb-accent)}.sites-b .sb-add-site button[type=submit]{background:var(--sb-navy);color:#f8f6f3;border:none;border-radius:10px;font-family:var(--sb-font-body);font-weight:600;font-size:13px;letter-spacing:.02em;padding:11px 22px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;z-index:2}.sites-b .sb-add-site button[type=submit]:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.12) 40%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.12) 60%,transparent 80%);transition:left .5s ease}.sites-b .sb-add-site button[type=submit]:hover{background:var(--sb-accent);box-shadow:0 4px 14px #b4530940;transform:translateY(-1px)}.sites-b .sb-add-site button[type=submit]:hover:after{left:120%}.sites-b .site-limit-info{font-family:var(--sb-font-body);font-size:12px;color:var(--sb-text-muted);margin-top:10px}.sb-section-title{display:flex;align-items:center;gap:10px;font-family:var(--sb-font-display);font-size:1.3rem;font-weight:700;color:var(--sb-text);margin-bottom:16px;letter-spacing:-.01em}.sb-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:8px;background:var(--sb-navy);color:#f8f6f3;font-family:var(--sb-font-body);font-size:12px;font-weight:700}.sb-card-wrapper{animation:sb-card-reveal .5s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--stagger, 0) * 60ms)}@keyframes sb-card-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sites-b .site-card{background:var(--sb-bg-card);border:1px solid var(--sb-border-light);border-radius:14px;box-shadow:var(--sb-shadow-sm);transition:all .3s cubic-bezier(.22,1,.36,1);padding:20px}.sites-b .site-card:hover{box-shadow:var(--sb-shadow-lg);border-color:var(--sb-border);transform:translateY(-2px)}.sites-b .site-card.shared-site{border-left:3px solid var(--sb-teal)}.sites-b .site-thumbnail{border-radius:10px;border:1px solid var(--sb-border-light);box-shadow:var(--sb-shadow-sm)}.sites-b .site-thumbnail-placeholder{background:linear-gradient(145deg,var(--sb-bg) 0%,var(--sb-bg-sidebar) 100%);font-family:var(--sb-font-display);color:var(--sb-text-muted)}.sites-b .site-title-area h3{font-family:var(--sb-font-body);font-weight:600}.sites-b .site-title-area h3 a{color:var(--sb-text);transition:color .15s}.sites-b .site-title-area h3 a:hover{color:var(--sb-accent)}.sites-b .company-name{font-family:var(--sb-font-body);color:var(--sb-text-secondary)}.sites-b .company-summary{font-family:var(--sb-font-body);font-size:13px;color:var(--sb-text-secondary);line-height:1.5}.sites-b .hiring-badge{background:linear-gradient(135deg,#065f46,#047857);color:#ecfdf5;border-radius:6px;font-family:var(--sb-font-body);font-size:12px;font-weight:600;padding:3px 10px;letter-spacing:.01em}.sites-b .metadata-icons-bar{gap:6px}.sites-b .meta-icon{border-radius:6px;font-family:var(--sb-font-body);transition:all .15s ease}.sites-b .meta-icon-active:hover{background:var(--sb-accent-light);color:var(--sb-accent)}.sites-b .site-tabs{border-bottom:1px solid var(--sb-border-light);gap:0}.sites-b .site-tab{font-family:var(--sb-font-body);font-size:13px;font-weight:600;color:var(--sb-text-muted);border:none;background:none;padding:10px 16px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;margin-bottom:-1px}.sites-b .site-tab:hover{color:var(--sb-text-secondary);background:none}.sites-b .site-tab.active{color:var(--sb-accent);border-bottom-color:var(--sb-accent);background:none}.sites-b .tab-badge{background:var(--sb-accent);color:#fff;border-radius:4px;font-size:10px;padding:1px 5px;margin-left:4px}.sites-b .overview-section{border:1px solid var(--sb-border-light);border-radius:10px;overflow:hidden;margin-bottom:10px}.sites-b .overview-section-header{background:var(--sb-bg);border:none;padding:10px 14px;font-family:var(--sb-font-body);cursor:pointer;transition:background .15s;width:100%;display:flex;align-items:center;text-align:left}.sites-b .overview-section-header:hover{background:var(--sb-bg-sidebar)}.sites-b .overview-section-title{font-size:13px;font-weight:600;color:var(--sb-text)}.sites-b .overview-section-summary{font-size:12px;color:var(--sb-text-muted)}.sites-b .overview-section-count{font-size:11px;font-weight:700;background:var(--sb-navy);color:#f8f6f3;border-radius:5px;padding:1px 7px;min-width:22px;text-align:center}.sites-b .overview-section-body{padding:0}.sites-b .overview-table{font-family:var(--sb-font-body);font-size:13px}.sites-b .overview-table th{background:transparent;color:var(--sb-text-muted);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--sb-border-light);padding:8px 14px}.sites-b .overview-table td{padding:8px 14px;border-bottom:1px solid var(--sb-border-light);color:var(--sb-text)}.sites-b .overview-table tr:last-child td{border-bottom:none}.sites-b .overview-link{color:var(--sb-accent);text-decoration:none;font-weight:500}.sites-b .overview-link:hover{color:var(--sb-accent-hover);text-decoration:underline}.sites-b .site-meta{font-family:var(--sb-font-body);font-size:12px;color:var(--sb-text-muted);padding:12px 0 0;margin-top:12px;border-top:1px solid var(--sb-border-light);display:flex;flex-wrap:wrap;gap:16px}.sites-b .site-meta strong{color:var(--sb-text-secondary);font-weight:600}.sites-b .change-summary{background:var(--sb-bg);border:1px solid var(--sb-border-light);border-radius:10px;padding:12px 14px;margin-top:10px}.sites-b .change-summary-title{font-family:var(--sb-font-body);font-weight:600;font-size:13px;color:var(--sb-text)}.sites-b .change-summary-text{font-size:12px;color:var(--sb-text-secondary)}.sites-b .change-badge{font-family:var(--sb-font-body);font-size:11px;font-weight:600;border-radius:5px;padding:2px 8px}.sites-b .site-actions{padding-top:14px;margin-top:8px;border-top:1px solid var(--sb-border-light);display:flex;flex-wrap:wrap;gap:8px}.sites-b .site-actions button{font-family:var(--sb-font-body);font-size:12px;font-weight:600;border-radius:8px;padding:7px 14px;transition:all .2s ease;letter-spacing:.01em}.sites-b .site-actions button:not(.secondary):not(.danger){background:var(--sb-navy);color:#f8f6f3;border:none}.sites-b .site-actions button:not(.secondary):not(.danger):hover{background:var(--sb-accent);box-shadow:0 2px 8px #b4530933}.sites-b .site-actions button.secondary{background:var(--sb-bg);color:var(--sb-text);border:1px solid var(--sb-border)}.sites-b .site-actions button.secondary:hover{background:var(--sb-bg-sidebar);border-color:var(--sb-text-muted)}.sites-b .site-actions button.danger{background:transparent;color:#dc2626;border:1px solid #fecaca}.sites-b .site-actions button.danger:hover{background:#fef2f2;border-color:#fca5a5}.sites-b .product-header h3{font-family:var(--sb-font-display);font-size:1.25rem;font-weight:700;color:var(--sb-text)}.sites-b .product-description{font-family:var(--sb-font-body);color:var(--sb-text-secondary);font-size:13px;line-height:1.55}.sites-b .feature-category-header{border-radius:8px;font-family:var(--sb-font-body);font-size:13px;font-weight:600}.sites-b .feature-card{border-radius:8px;border-color:var(--sb-border-light);background:var(--sb-bg)}.sites-b .feature-name{font-family:var(--sb-font-body);font-weight:600;font-size:13px}.sites-b .feature-description{font-size:12px;color:var(--sb-text-secondary)}.sites-b .marketing-section-title{font-family:var(--sb-font-display);font-size:1.1rem;font-weight:700;color:var(--sb-text)}.sites-b .value-prop-card{border-radius:10px;border-color:var(--sb-border-light);background:var(--sb-bg)}.sites-b .persona-card{border-radius:10px;border:1px solid var(--sb-border-light);background:var(--sb-bg)}.sites-b .product-meta{font-family:var(--sb-font-body);font-size:12px;color:var(--sb-text-muted)}.sites-b .extract-action-btn{background:var(--sb-navy);color:#f8f6f3;border:none;border-radius:10px;font-family:var(--sb-font-body);font-weight:600;font-size:13px;padding:10px 20px;cursor:pointer;transition:all .2s ease}.sites-b .extract-action-btn:hover:not(:disabled){background:var(--sb-accent);box-shadow:0 3px 12px #b4530933}.sites-b .extract-action-btn:disabled{opacity:.65;cursor:not-allowed}.sites-b .extract-action-btn.secondary{background:var(--sb-bg);color:var(--sb-text);border:1px solid var(--sb-border)}.sites-b .extract-action-btn.secondary:hover:not(:disabled){background:var(--sb-bg-sidebar)}.sites-b .features-table{font-family:var(--sb-font-body);font-size:12px}.sites-b .features-table th{background:var(--sb-bg);color:var(--sb-text-muted);font-weight:600;font-size:11px;letter-spacing:.03em;text-transform:uppercase}.sites-b .features-table-category-badge{border-radius:5px;font-size:11px;font-weight:600}.sites-b .collection-detail-header{background:var(--sb-bg-card);border:1px solid var(--sb-border-light);border-radius:14px;box-shadow:var(--sb-shadow-sm)}.sites-b .collection-detail-header h2{font-family:var(--sb-font-display);font-weight:700}.sites-b .owned-toggle{background:var(--sb-navy);border-radius:8px;font-family:var(--sb-font-body);font-size:12px;font-weight:600;letter-spacing:.01em;box-shadow:var(--sb-shadow-sm)}.sites-b .owned-toggle:hover{background:var(--sb-navy-light)}.sites-b .owned-toggle.active{background:linear-gradient(135deg,#065f46,#047857)}.sites-b .placeholder-card{background:var(--sb-bg-card);border:2px dashed var(--sb-border);border-radius:14px}.sb-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 0;font-family:var(--sb-font-body);color:var(--sb-text-muted);font-size:14px}.sb-loading-spinner{width:32px;height:32px;border:3px solid var(--sb-border);border-top-color:var(--sb-accent);border-radius:50%;animation:sb-spin .8s linear infinite}@keyframes sb-spin{to{transform:rotate(360deg)}}.sb-empty-state{text-align:center;padding:48px 24px;color:var(--sb-text-muted);font-family:var(--sb-font-body);font-size:14px}.sb-empty-icon{color:var(--sb-border);margin-bottom:12px}.sb-error{text-align:center;padding:40px;font-family:var(--sb-font-body);color:#dc2626}.sb-error button{margin-top:12px;background:var(--sb-navy);color:#f8f6f3;border:none;border-radius:8px;padding:8px 20px;font-family:var(--sb-font-body);font-weight:600;cursor:pointer}.sites-b{margin:-20px;padding:20px}.sites-b section{background:transparent;box-shadow:none;padding:0;border-radius:0;margin-bottom:20px}.sites-b .sb-add-site{background:var(--sb-bg-card);box-shadow:var(--sb-shadow-md);padding:24px 28px;border-radius:14px}.sites-b .sites-list{background:transparent;padding:0}.sites-b h2{font-family:var(--sb-font-display);color:var(--sb-text)}.sites-b header{background:var(--sb-navy);box-shadow:var(--sb-shadow-lg);text-align:left;border-radius:14px}.sites-b button{font-family:var(--sb-font-body)}.sites-b ::-webkit-scrollbar{width:6px}.sites-b ::-webkit-scrollbar-track{background:transparent}.sites-b ::-webkit-scrollbar-thumb{background:var(--sb-border);border-radius:3px}.sites-b ::-webkit-scrollbar-thumb:hover{background:var(--sb-text-muted)}@media(max-width:900px){.sb-body{flex-direction:column}.sites-b .dashboard-sidebar{width:100%}.sb-header-left{flex-direction:column;align-items:flex-start;gap:12px}}.msb-root{--msb-cost: #10b981;--msb-time: #3b82f6;--msb-risk: #ef4444;--msb-revenue: #a855f7;--msb-quality: #f59e0b;--msb-automation: #6366f1;--msb-other: #64748b;display:flex;flex-direction:column;gap:1.75rem;animation:msbFadeIn .45s ease-out}@keyframes msbFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msb-hold-banner{display:flex;align-items:center;gap:.6rem;background:#6366f114;border:1px solid rgba(99,102,241,.18);color:#6366f1;padding:.55rem 1rem;border-radius:8px;font-size:.82rem;font-weight:500}.msb-hold-pulse{width:8px;height:8px;border-radius:50%;background:#6366f1;animation:msbPulse 1.4s ease-in-out infinite;flex-shrink:0}@keyframes msbPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.msb-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;color:#94a3b8;margin-bottom:.1rem}.msb-badge svg{opacity:.55}.msb-section{background:#fff;border-radius:14px;border:1px solid #e8eef4;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.msb-section-header{display:flex;align-items:center;gap:.65rem;padding:.9rem 1.15rem;border-bottom:1px solid #f1f5f9}.msb-section-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.msb-section-icon--pain{background:linear-gradient(135deg,#ef44441f,#a855f71f);color:#ef4444}.msb-section-icon--persona{background:linear-gradient(135deg,#6366f11f,#3b82f61f);color:#6366f1}.msb-section-icon--positioning{background:linear-gradient(135deg,#10b9811f,#3b82f61f);color:#10b981}.msb-section-title{flex:1;font-size:.92rem;font-weight:650;color:#1e293b;margin:0;letter-spacing:-.01em}.msb-section-subtitle{font-size:.72rem;color:#94a3b8;font-weight:400;margin-top:.1rem}.msb-section-body{padding:1.1rem 1.15rem 1.3rem}.msb-theme-bar-wrap{margin-bottom:1.15rem}.msb-theme-bar{display:flex;height:28px;border-radius:7px;overflow:hidden;background:#f1f5f9;gap:2px}.msb-theme-segment{display:flex;align-items:center;justify-content:center;position:relative;min-width:28px;transition:flex-grow .4s cubic-bezier(.4,0,.2,1);cursor:default}.msb-theme-segment-label{font-size:.65rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 6px;text-shadow:0 1px 2px rgba(0,0,0,.18)}.msb-theme-legend{display:flex;flex-wrap:wrap;gap:.55rem 1rem;margin-top:.55rem}.msb-theme-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:#64748b;cursor:default}.msb-theme-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.msb-pain-list{display:flex;flex-direction:column;gap:0}.msb-pain-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:.65rem;padding:.6rem .35rem;border-bottom:1px solid #f8fafc;transition:background .15s ease;cursor:default;position:relative}.msb-pain-row:last-child{border-bottom:none}.msb-pain-row:hover{background:#fafbfe}.msb-pain-label{font-size:.82rem;font-weight:500;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msb-theme-tag{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:4px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.msb-prevalence{display:flex;align-items:center;gap:.4rem;min-width:90px}.msb-prevalence-bar-bg{flex:1;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden;min-width:40px}.msb-prevalence-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .5s cubic-bezier(.4,0,.2,1)}.msb-prevalence-label{font-size:.68rem;color:#94a3b8;font-variant-numeric:tabular-nums;white-space:nowrap;min-width:30px;text-align:right}.msb-company-favicons{display:flex;gap:0}.msb-favicon{width:20px;height:20px;border-radius:50%;border:2px solid white;object-fit:cover;margin-left:-5px;background:#f1f5f9}.msb-favicon:first-child{margin-left:0}.msb-pain-row .msb-tooltip{visibility:hidden;opacity:0;position:absolute;left:0;top:100%;z-index:100;background:#1e293b;color:#e2e8f0;border-radius:8px;padding:.65rem .8rem;font-size:.75rem;line-height:1.55;max-width:340px;width:max-content;box-shadow:0 8px 24px #00000040;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.msb-pain-row:hover .msb-tooltip{visibility:visible;opacity:1}.msb-tooltip-quote{display:block;padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-style:italic}.msb-tooltip-quote:last-child{border-bottom:none}.msb-tooltip-companies{margin-top:.35rem;color:#94a3b8;font-size:.68rem}.msb-gap-callout{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;border-radius:8px;font-size:.82rem;font-weight:500;margin-bottom:1rem}.msb-gap-callout--warning{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#b45309}.msb-gap-callout--info{background:#6366f10f;border:1px solid rgba(99,102,241,.15);color:#6366f1}.msb-gap-callout-icon{font-size:1.05rem;flex-shrink:0}.msb-gap-count{font-weight:700}.msb-persona-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid #e8eef4}.msb-persona-table{width:100%;border-collapse:collapse;font-size:.8rem;min-width:500px}.msb-persona-table th{padding:.55rem .65rem;background:#f8fafc;font-weight:600;color:#475569;text-align:center;border-bottom:1px solid #e2e8f0;white-space:nowrap;position:sticky;top:0;z-index:2}.msb-persona-table th:first-child{text-align:left;position:sticky;left:0;z-index:3;background:#f8fafc;min-width:160px}.msb-persona-table td{padding:.5rem .65rem;border-bottom:1px solid #f1f5f9;text-align:center;vertical-align:middle}.msb-persona-table td:first-child{text-align:left;position:sticky;left:0;background:#fff;z-index:1;font-weight:500;color:#334155}.msb-persona-table tbody tr:hover td,.msb-persona-table tbody tr:hover td:first-child{background:#fafbfe}.msb-col-header{display:flex;flex-direction:column;align-items:center;gap:.25rem}.msb-col-favicon{width:22px;height:22px;border-radius:5px;object-fit:cover;background:#e2e8f0}.msb-col-name{font-size:.68rem;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msb-persona-table th.msb-owner-col{background:#6366f10f;border-bottom-color:#6366f133}.msb-persona-table td.msb-owner-col{background:#6366f108}.msb-persona-table tbody tr:hover td.msb-owner-col{background:#6366f10f}.msb-dot-present{display:inline-block;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 1px 4px #667eea4d}.msb-dot-absent{display:inline-block;width:12px;height:12px;border-radius:50%;background:#f1f5f9;border:1.5px solid #e2e8f0}.msb-dot-gap{display:inline-block;width:12px;height:12px;border-radius:50%;background:#f59e0b26;border:1.5px solid rgba(245,158,11,.5)}.msb-persona-name-cell{cursor:pointer;-webkit-user-select:none;user-select:none}.msb-persona-name-cell:hover{color:#6366f1}.msb-expand-icon{display:inline-block;font-size:.65rem;margin-right:.35rem;transition:transform .2s ease;color:#94a3b8}.msb-expand-icon--open{transform:rotate(90deg)}.msb-persona-detail-row td{padding:0!important;border-bottom:1px solid #f1f5f9}.msb-persona-detail-content{padding:.55rem .65rem .65rem 1.6rem;display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;font-size:.72rem;color:#64748b;background:#fafbfe}.msb-persona-detail-item{display:flex;gap:.3rem}.msb-persona-detail-label{font-weight:600;color:#475569}.msb-persona-detail-pills{display:flex;flex-wrap:wrap;gap:.25rem}.msb-persona-mini-pill{padding:.1rem .4rem;border-radius:4px;background:#6366f114;color:#6366f1;font-size:.65rem;font-weight:500}.msb-positioning-grid{display:flex;flex-direction:column;gap:.6rem}.msb-pos-tile{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;transition:all .2s ease;animation:msbPosFadeIn .45s ease-out both}@keyframes msbPosFadeIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.msb-pos-tile:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f;transform:translate(3px)}.msb-pos-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;box-shadow:0 2px 6px #0000001f}.msb-pos-content{flex:1;display:flex;flex-direction:column;gap:.1rem}.msb-pos-type{font-size:.85rem;font-weight:600;color:#334155}.msb-pos-count{font-size:.72rem;color:#94a3b8}.msb-pos-companies{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.msb-pos-company-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem .15rem .2rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;font-size:.68rem;color:#475569;font-weight:500;white-space:nowrap}.msb-pos-company-chip img{width:16px;height:16px;border-radius:50%;object-fit:cover;background:#f1f5f9}.msb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;text-align:center}.msb-empty-icon{color:#cbd5e1;margin-bottom:.75rem}.msb-empty-text{font-size:.88rem;color:#64748b;font-weight:500}.msb-empty-hint{font-size:.78rem;color:#94a3b8;margin-top:.25rem}@media(max-width:768px){.msb-pain-row{grid-template-columns:1fr auto auto}.msb-company-favicons{display:none}.msb-persona-table-wrap{margin:0 -1.15rem;border-radius:0;border-left:none;border-right:none}.msb-pos-companies{display:none}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.events-calendar-wrap{margin-bottom:1.25rem;border:1px solid #e2e8f0;border-radius:14px;overflow:visible;background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005}.events-calendar-wrap .react-calendar{width:100%;border:none;background:transparent;font-family:inherit;line-height:1.4}.events-calendar-wrap .react-calendar__navigation{display:flex;height:48px;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin-bottom:0}.events-calendar-wrap .react-calendar__navigation button{min-width:48px;background:none;border:none;font-size:.92rem;font-weight:650;color:#1e293b;cursor:pointer;transition:background .15s ease}.events-calendar-wrap .react-calendar__navigation button:hover:not(:disabled){background:#eef2ff}.events-calendar-wrap .react-calendar__navigation button:disabled{opacity:.35;cursor:default}.events-calendar-wrap .react-calendar__navigation__prev-button,.events-calendar-wrap .react-calendar__navigation__next-button{font-size:1.1rem;color:#4f46e5}.events-calendar-wrap .react-calendar__month-view__weekdays{text-align:center;font-size:.68rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.06em;padding:.5rem 0 .25rem}.events-calendar-wrap .react-calendar__month-view__weekdays__weekday{padding:.35rem}.events-calendar-wrap .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.events-calendar-wrap .react-calendar__viewContainer,.events-calendar-wrap .react-calendar__month-view,.events-calendar-wrap .react-calendar__month-view>div,.events-calendar-wrap .react-calendar__month-view__days{overflow:visible!important}.events-calendar-wrap .react-calendar__tile{position:relative;height:88px;padding:4px 2px;background:none;border:none;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;cursor:default;transition:background .12s ease;overflow:visible}.events-calendar-wrap .react-calendar__tile:hover{background:#fafbfe;z-index:100;position:relative}.events-calendar-wrap .react-calendar__tile--now{background:#4f46e50a}.events-calendar-wrap .react-calendar__tile--now:after{content:"";position:absolute;top:2px;right:2px;width:6px;height:6px;border-radius:50%;background:#4f46e5}.events-calendar-wrap .react-calendar__month-view__days>.react-calendar__tile:nth-child(n+8):nth-child(-n+14),.events-calendar-wrap .react-calendar__month-view__days>.react-calendar__tile:nth-child(n+22):nth-child(-n+28),.events-calendar-wrap .react-calendar__month-view__days>.react-calendar__tile:nth-child(n+36):nth-child(-n+42){background:#fafbfd}.events-calendar-wrap .react-calendar__tile.cal-weekend{background:#fef9f3}.events-calendar-wrap .react-calendar__month-view__days>.react-calendar__tile.cal-weekend:nth-child(n+8):nth-child(-n+14),.events-calendar-wrap .react-calendar__month-view__days>.react-calendar__tile.cal-weekend:nth-child(n+22):nth-child(-n+28),.events-calendar-wrap .react-calendar__month-view__days>.react-calendar__tile.cal-weekend:nth-child(n+36):nth-child(-n+42){background:#fdf6ed}.events-calendar-wrap .react-calendar__tile.cal-has-events{background:#eef2ff}.events-calendar-wrap .react-calendar__tile.cal-has-events:hover{background:#e0e7ff}.events-calendar-wrap .react-calendar__tile.cal-weekend abbr{color:#94a3b8}.events-calendar-wrap .react-calendar__tile abbr{font-size:.75rem;font-weight:500;color:#475569;line-height:1;margin-bottom:2px}.cal-favicons{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;max-width:100%;margin-top:2px}.cal-favicon{width:36px;height:36px;border-radius:6px;object-fit:contain;cursor:pointer;border:1.5px solid white;box-shadow:0 1px 3px #0000001f;background:#f8fafc;transition:transform .15s ease,box-shadow .15s ease}.cal-favicon:hover{transform:scale(1.3);box-shadow:0 2px 8px #4f46e540;z-index:10;position:relative}.cal-favicon-wrap{position:relative;display:inline-flex}.cal-tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1e293b;color:#f8fafc;font-size:.72rem;line-height:1.35;padding:6px 10px;border-radius:6px;white-space:pre-line;max-width:240px;width:max-content;z-index:1000;pointer-events:none;box-shadow:0 4px 12px #0003}.cal-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1e293b}.cal-favicon-wrap:hover .cal-tooltip{display:block}.cal-favicon-wrap:hover{z-index:1000}.cal-overflow{font-size:.7rem;font-weight:700;color:#94a3b8;line-height:36px}@media(max-width:640px){.events-calendar-wrap .react-calendar__tile{height:72px}.cal-favicon{width:28px;height:28px}}body.column-resizing,body.column-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.events-table.resizable-columns-table th:nth-child(n),.events-table.resizable-columns-table td:nth-child(n){width:auto}._root_10coo_10{display:flex;flex-direction:column;gap:.55rem}._label_10coo_16{font-size:.85rem;color:#334155;font-weight:500}._checkboxRow_10coo_22{display:inline-flex;align-items:center;gap:.55rem;color:#1e293b;font-size:.92rem;cursor:pointer}._checkboxRow_10coo_22 input[type=checkbox]:disabled+span{opacity:.65}._select_10coo_32{font:inherit;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:6px 10px;min-height:36px;max-width:100%}._select_10coo_32:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}._select_10coo_32:disabled{opacity:.7;cursor:not-allowed}._grid_10coo_49{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.55rem;padding:.6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}._field_10coo_59{display:flex;flex-direction:column;gap:.25rem;font-size:.82rem;color:#64748b}._overlay_1m08t_23{position:fixed;inset:0;background:#0f172a99;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:4vh 1rem;overflow-y:auto;animation:_overlayFadeIn_1m08t_1 .18s ease forwards}._card_1m08t_38{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 20px 50px #00000040;width:100%;max-width:560px;display:flex;flex-direction:column;font-family:IBM Plex Sans,-apple-system,sans-serif;color:#1e293b;animation:_cardRiseIn_1m08t_1 .24s cubic-bezier(.2,.8,.25,1) forwards;max-height:92vh}._cardHeader_1m08t_57{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem 1rem;border-bottom:1px solid #f1f5f9}._title_1m08t_66{font-family:Crimson Pro,Georgia,serif;font-weight:600;font-size:1.75rem;letter-spacing:-.01em;color:#1e293b;margin:0;line-height:1.1}._closeBtn_1m08t_76{background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:4px;width:28px;height:28px;padding:0;font-size:1rem;line-height:1;cursor:pointer;flex-shrink:0;transition:border-color .15s ease,color .15s ease,background-color .15s ease}._closeBtn_1m08t_76:hover{border-color:#667eea;color:#4f46e5;background-color:#f8fafc}._body_1m08t_102{display:flex;flex-direction:column;overflow-y:auto;flex:1}._form_1m08t_109{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.75rem 0}._field_1m08t_116{display:flex;flex-direction:column;gap:.35rem}._legend_1m08t_122{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.82rem;font-weight:600;color:#334155;letter-spacing:.01em;padding:0;margin:0 0 .35rem}._radioGroup_1m08t_132{display:flex;flex-direction:column;gap:.4rem;padding:0;border:none;margin:0}._radio_1m08t_132{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#334155;padding:.15rem 0}._radio_1m08t_132 input[type=radio]{accent-color:#4f46e5;width:16px;height:16px;margin:0}._radio_1m08t_132:hover{color:#1e293b}._radioDisabled_1m08t_162{opacity:.55;cursor:not-allowed}._nested_1m08t_167{margin-left:1.65rem;margin-top:.1rem;display:flex;flex-direction:column;gap:.3rem}._select_1m08t_175{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:4px;padding:8px 12px;font-size:.9rem;font-family:IBM Plex Sans,-apple-system,sans-serif;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%;box-sizing:border-box}._select_1m08t_175:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}._selectEmpty_1m08t_194{color:#94a3b8;font-size:.85rem;padding:.45rem .1rem}._fieldError_1m08t_200{color:#dc2626;font-size:.78rem;margin-top:.1rem}._errorBanner_1m08t_210{background:#fecaca;color:#991b1b;border:1px solid #f87171;border-radius:6px;padding:.65rem .85rem;font-size:.85rem;margin:1rem 1.75rem 0}._successBanner_1m08t_220{background:#dcfce7;color:#166534;border:1px solid #86efac;border-radius:6px;padding:.65rem .85rem;font-size:.85rem;margin:1rem 1.75rem 0;display:flex;align-items:center;gap:.4rem}._fallbackCopy_1m08t_233{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .65rem;margin:.65rem 1.75rem 0;display:flex;flex-direction:column;gap:.3rem}._fallbackCopyLabel_1m08t_244{font-size:.78rem;color:#64748b}._fallbackCopyInput_1m08t_249{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:4px;padding:6px 10px;font-size:.82rem;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,monospace;width:100%;box-sizing:border-box}._footer_1m08t_265{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.75rem 1.25rem;margin-top:.5rem}._btn_1m08t_273{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.9rem;font-weight:500;padding:.55rem 1.1rem;border-radius:6px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease;white-space:nowrap}._btnSecondary_1m08t_286{background:#fff;color:#64748b;border:1px solid #e2e8f0}._btnSecondary_1m08t_286:hover:not(:disabled){border-color:#667eea;color:#4f46e5;background-color:#f8fafc}._btnPrimary_1m08t_298{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:1px solid #4f46e5}._btnPrimary_1m08t_298:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4f46e540;opacity:.97}._btnPrimary_1m08t_298:active{transform:translateY(0)}._btnPrimary_1m08t_298:disabled,._btnSecondary_1m08t_286:disabled{opacity:.55;cursor:not-allowed}._btnSmall_1m08t_320{font-size:.78rem;padding:.3rem .65rem;border-radius:4px}._btnDanger_1m08t_326{background:#fff;color:#991b1b;border:1px solid #fecaca}._btnDanger_1m08t_326:hover:not(:disabled){border-color:#f87171;background-color:#fef2f2}._sharesPanel_1m08t_341{border-top:1px solid #f1f5f9;padding:1.25rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:1rem;background:#fafbfd;border-bottom-left-radius:10px;border-bottom-right-radius:10px}._sharesPanelHeader_1m08t_352{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}._sharesPanelTitle_1m08t_359{font-family:Crimson Pro,Georgia,serif;font-weight:600;font-size:1.1rem;color:#1e293b;margin:0}._sharesPanelCount_1m08t_367{font-size:.78rem;color:#94a3b8}._sharesSection_1m08t_372{display:flex;flex-direction:column;gap:.4rem}._sharesSectionHeading_1m08t_378{font-size:.78rem;font-weight:600;color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin:0}._sharesEmpty_1m08t_387{font-size:.85rem;color:#94a3b8;font-style:italic;padding:.5rem 0}._shareRow_1m08t_394{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .7rem;font-size:.85rem}._shareRowInactive_1m08t_405{background:#f8fafc;color:#94a3b8}._shareRowInactive_1m08t_405 ._shareUrl_1m08t_410{color:#94a3b8}._kindBadge_1m08t_414{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.15rem .45rem;border-radius:3px;flex-shrink:0}._shareUrl_1m08t_410{color:#334155;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,monospace;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}._shareStatusChip_1m08t_435{font-size:.7rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:.15rem .45rem;border-radius:3px;flex-shrink:0;background:#f1f5f9;color:#64748b}._shareActions_1m08t_447{display:flex;gap:.3rem;flex-shrink:0}@keyframes _overlayFadeIn_1m08t_1{0%{opacity:0}to{opacity:1}}@keyframes _cardRiseIn_1m08t_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){._overlay_1m08t_23,._card_1m08t_38{animation:none}._btnPrimary_1m08t_298:hover:not(:disabled){transform:none}}.briefings-page{padding-right:var(--detail-pane-width, 0px);transition:padding-right .05s linear}._title_1woll_32{font-family:Crimson Pro,Georgia,serif;font-weight:600;color:#1e293b;letter-spacing:-.01em;line-height:1.1;margin:0}._subtitle_1woll_41{font-family:IBM Plex Sans,-apple-system,sans-serif;color:#64748b;font-size:.95rem;margin:0;line-height:1.4}._meta_1woll_49{font-family:IBM Plex Sans,-apple-system,sans-serif;color:#64748b;font-size:.9rem;margin:0;line-height:1.5}._metaDivider_1woll_57{margin:0 .45rem;color:#cbd5e1}._btn_1woll_60,._btnPrimary_1woll_60,._btnSecondary_1woll_60,._newBtn_1woll_60{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.88rem;font-weight:500;padding:.5rem .95rem;border-radius:6px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease;white-space:nowrap}._btnSecondary_1woll_60{background:#fff;color:#64748b;border:1px solid #e2e8f0}._btnSecondary_1woll_60:hover{border-color:#667eea;color:#4f46e5;background-color:#f8fafc}._btnPrimary_1woll_60,._newBtn_1woll_60{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:1px solid #4f46e5}._btnPrimary_1woll_60:hover:not(:disabled),._newBtn_1woll_60:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4f46e540;opacity:.97}._btnPrimary_1woll_60:active,._newBtn_1woll_60:active{transform:translateY(0)}._btnPrimary_1woll_60:disabled,._newBtn_1woll_60:disabled{opacity:.7;cursor:progress}._linkBtn_1woll_97{background:none;border:none;padding:0 .5rem;color:#4f46e5;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.85rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px}._linkBtn_1woll_97:hover:not(:disabled){color:#6366f1}._linkBtn_1woll_97:disabled{color:#cbd5e1;cursor:not-allowed;text-decoration:none}._errorBanner_1woll_112{background:#fecaca;color:#991b1b;border:1px solid #f87171;border-radius:6px;padding:.75rem 1rem;font-size:.9rem;margin-bottom:1.25rem;font-family:IBM Plex Sans,-apple-system,sans-serif}._infoBanner_1woll_123{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe;border-radius:6px;padding:.6rem .9rem;font-size:.88rem;margin-bottom:1.25rem;font-family:IBM Plex Sans,-apple-system,sans-serif;display:flex;align-items:center;gap:.5rem}._loadingText_1woll_137{color:#64748b;font-size:.95rem;padding:2rem 0;text-align:center;font-family:IBM Plex Sans,-apple-system,sans-serif}._generatingDot_1woll_145{width:8px;height:8px;background:#4f46e5;border-radius:50%;animation:_pulse_1woll_1 1.2s ease-in-out infinite;flex-shrink:0}._empty_1woll_153{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;text-align:center;color:#64748b;font-family:IBM Plex Sans,-apple-system,sans-serif}._emptyTitle_1woll_163{font-family:Crimson Pro,Georgia,serif;font-size:1.4rem;color:#1e293b;font-weight:600;margin:0}._emptyBody_1woll_170{font-size:.95rem;color:#64748b;max-width:420px;line-height:1.5;margin:0}._header_1woll_182{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}._titleBlock_1woll_193{display:flex;flex-direction:column;gap:.35rem;min-width:0;flex:1 1 320px}._titleLarge_1woll_202{font-size:2.4rem}._titleMedium_1woll_203{font-size:2.2rem;word-break:break-word}._list_1woll_205{display:flex;flex-direction:column;border-top:1px solid #e2e8f0;list-style:none;padding:0;margin:0}._rowItem_1woll_214{list-style:none;opacity:0;animation:_rowFadeIn_1woll_1 .4s ease forwards}._row_1woll_214{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:18px 8px;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background-color .15s ease,padding-left .2s ease;font-family:IBM Plex Sans,-apple-system,sans-serif;text-decoration:none;color:inherit}._row_1woll_214:focus-visible{outline:2px solid #4f46e5;outline-offset:-2px;background-color:#f8fafc}._row_1woll_214:hover{background-color:#f8fafc;padding-left:14px}._row_1woll_214:hover ._actions_1woll_240{opacity:1;transform:translate(0)}._rowMain_1woll_242{display:flex;align-items:baseline;gap:.75rem;min-width:0;flex:1}._name_1woll_249{font-family:Crimson Pro,Georgia,serif;font-weight:600;font-size:1.15rem;color:#1e293b;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cadence_1woll_259{color:#94a3b8;font-size:.85rem;font-weight:400;text-transform:lowercase;margin-left:.25rem}._pill_1woll_266{display:inline-flex;align-items:center;padding:2px 8px;background:#dbeafe;color:#1e40af;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;line-height:1.4;border:1px solid #bfdbfe}._actions_1woll_240{display:flex;gap:.5rem;align-items:center;opacity:0;transform:translate(4px);transition:opacity .2s ease,transform .2s ease;font-size:.85rem;color:#64748b;flex-shrink:0;flex-wrap:wrap}._arrow_1woll_292{color:#cbd5e1;font-size:1rem;transition:color .15s ease,transform .15s ease;flex-shrink:0}._row_1woll_214:hover ._arrow_1woll_292{color:#4f46e5;transform:translate(2px)}._backBtn_1woll_304{align-self:flex-start;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:4px;padding:.3rem .65rem;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.8rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease;margin-bottom:.6rem}._backBtn_1woll_304:hover{background-color:#f8fafc;border-color:#667eea;color:#4f46e5}._guidelines_1woll_319{background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #818cf8;border-radius:6px;padding:.9rem 1.1rem;margin-bottom:1.5rem;font-family:IBM Plex Sans,-apple-system,sans-serif;color:#1e293b}._guidelinesLabel_1woll_329{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#6366f1;font-weight:600;margin-bottom:.35rem}._guidelinesBody_1woll_338{margin:0;font-size:.92rem;color:#333;line-height:1.55;white-space:pre-wrap}._timeline_1woll_347{display:flex;flex-direction:column;gap:1.25rem}._issueCard_1woll_349{background:#fff;border:1px solid #e2e8f0;border-left:3px solid rgba(129,140,248,.3);border-radius:6px;overflow:hidden;transition:border-left-color .2s ease,box-shadow .2s ease}._issueCard_1woll_349:hover{border-left-color:#818cf8;box-shadow:0 2px 8px #4f46e50f}._issueCardExpanded_1woll_361{border-left-color:#4f46e5;box-shadow:0 4px 12px #4f46e514}._issueHeader_1woll_365{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:IBM Plex Sans,-apple-system,sans-serif}._issueHeader_1woll_365:hover{background-color:#f8fafc}._issueTitleBlock_1woll_376{display:flex;align-items:center;gap:.55rem;min-width:0;flex:1;position:relative}._unreadDot_1woll_384{display:inline-block;width:7px;height:7px;background:#4f46e5;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #4f46e52e}._issueTitle_1woll_376{font-family:Crimson Pro,Georgia,serif;font-weight:600;font-size:1.25rem;color:#1e293b;letter-spacing:-.005em;margin:0;line-height:1.25;overflow:hidden;text-overflow:ellipsis}._issueMeta_1woll_403{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._issueDate_1woll_404{color:#64748b;font-size:.82rem;font-family:IBM Plex Sans,-apple-system,sans-serif}._chevron_1woll_409{color:#cbd5e1;font-size:.9rem;transition:transform .2s ease,color .2s ease;display:inline-block}._chevron_1woll_409[data-expanded=true]{color:#4f46e5;transform:rotate(180deg)}._issueBody_1woll_417{padding:.5rem 1.25rem 1.5rem;color:#333;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.98rem;line-height:1.65;border-top:1px solid #f1f5f9;max-width:70ch}._issueBody_1woll_417 h1,._issueBody_1woll_417 h2,._issueBody_1woll_417 h3,._issueBody_1woll_417 h4{font-family:Crimson Pro,Georgia,serif;color:#1e293b;font-weight:600;letter-spacing:-.005em;margin-top:1.5rem;margin-bottom:.5rem;line-height:1.25}._issueBody_1woll_417 h1{font-size:1.5rem}._issueBody_1woll_417 h2{font-size:1.3rem}._issueBody_1woll_417 h3{font-size:1.12rem}._issueBody_1woll_417 p{margin:.65rem 0;color:#333}._issueBody_1woll_417 a{color:#4f46e5;text-decoration:underline;text-underline-offset:2px}._issueBody_1woll_417 a:hover{color:#6366f1}._issueBody_1woll_417 code{background:#f1f5f9;color:#1e293b;padding:.1rem .35rem;border-radius:3px;font-size:.88em;font-family:IBM Plex Mono,ui-monospace,monospace}._issueBody_1woll_417 pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 1rem;overflow-x:auto;margin:.75rem 0}._issueBody_1woll_417 pre code{background:transparent;padding:0}._issueBody_1woll_417 blockquote{border-left:3px solid #c7d2fe;background:#f8fafc;margin:.75rem 0;padding:.5rem 1rem;color:#334155}._issueBody_1woll_417 ul,._issueBody_1woll_417 ol{padding-left:1.4rem;margin:.65rem 0}._issueBody_1woll_417 li{margin:.25rem 0}._issueBody_1woll_417 hr{border:none;border-top:1px solid #e2e8f0;margin:1.5rem 0}._issueBody_1woll_417 table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.9rem}._issueBody_1woll_417 th,._issueBody_1woll_417 td{border:1px solid #e2e8f0;padding:.45rem .65rem;text-align:left}._issueBody_1woll_417 th{background:#f8fafc;font-weight:600;color:#1e293b}._paneForm_1woll_492{display:flex;flex-direction:column;gap:1.25rem;padding:.25rem .25rem 1rem;font-family:IBM Plex Sans,-apple-system,sans-serif}._field_1woll_500{display:flex;flex-direction:column;gap:.4rem}._label_1woll_502,._labelReq_1woll_502{font-size:.85rem;font-weight:600;color:#1e293b;font-family:IBM Plex Sans,-apple-system,sans-serif}._labelReq_1woll_502:after{content:" *";color:#4f46e5}._input_1woll_510,._textarea_1woll_510,._select_1woll_510{width:100%;background:#fff;color:#333;border:1px solid #e2e8f0;border-radius:4px;padding:.55rem .7rem;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.95rem;line-height:1.4;box-sizing:border-box}._textarea_1woll_510{resize:vertical;min-height:6rem}._select_1woll_510{appearance:auto}._input_1woll_510:focus,._textarea_1woll_510:focus,._select_1woll_510:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}._fieldError_1woll_530{color:#991b1b;font-size:.82rem;margin-top:.25rem}._hint_1woll_535{color:#64748b;font-size:.82rem}._radioRow_1woll_541{display:flex;gap:1rem;flex-wrap:wrap}._radio_1woll_541{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:#334155;cursor:pointer}._scopeNested_1woll_554{margin-top:.25rem;padding:.6rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}._tableToolbar_1woll_562{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#64748b;padding:0 0 .5rem}._siteTableWrap_1woll_571{max-height:260px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:4px;background:#fff}._siteTable_1woll_571{width:100%;border-collapse:collapse;font-size:.88rem}._siteTable_1woll_571 th{background:#f8fafc;color:#475569;font-weight:600;padding:.4rem .55rem;text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1}._siteTable_1woll_571 td{padding:.4rem .55rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}._siteTable_1woll_571 tr:hover td{background:#fafbfe}._siteUrl_1woll_604{color:#64748b;font-size:.82rem}._siteFavicon_1woll_606{width:16px;height:16px;display:block;border-radius:3px}._siteFaviconFallback_1woll_612{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;border-radius:3px;font-size:.65rem;font-weight:700}._checkboxRow_1woll_625{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#334155;cursor:pointer;margin-top:.5rem}._checkboxRow_1woll_625 input[type=checkbox]:disabled+span{opacity:.65}._paneFooter_1woll_636{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0}._paneContent_1woll_649{display:flex;flex-direction:column;gap:1.5rem}._paneDetail_1woll_655{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}._paneDetailHeader_1woll_663{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._paneSectionTitle_1woll_670{font-size:.85rem;font-weight:600;color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin:0}._paneHint_1woll_679{color:#64748b;font-size:.9rem;font-style:italic;margin:0}._issueArticle_1woll_686{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}._paneDetailsCollapse_1woll_693{font-size:.9rem;color:#4f46e5}._paneDetailsCollapse_1woll_693>summary{cursor:pointer}._issuePreview_1woll_700{background:#fff;color:#000;border:1px solid #e5e7eb;border-radius:8px;padding:16px 18px;line-height:1.6;font-size:.95rem}._issuePreview_1woll_700 h1,._issuePreview_1woll_700 h2,._issuePreview_1woll_700 h3,._issuePreview_1woll_700 h4,._issuePreview_1woll_700 h5,._issuePreview_1woll_700 h6,._issuePreview_1woll_700 p,._issuePreview_1woll_700 li,._issuePreview_1woll_700 blockquote,._issuePreview_1woll_700 strong,._issuePreview_1woll_700 em,._issuePreview_1woll_700 td,._issuePreview_1woll_700 th{color:#000}._issuePreview_1woll_700 a{color:#1d4ed8}._issuePreview_1woll_700 code,._issuePreview_1woll_700 pre{background:#f3f4f6;color:#000;border-radius:4px;padding:2px 4px}._issuePreview_1woll_700 pre{padding:10px 12px;overflow-x:auto}._issuePreview_1woll_700 blockquote{border-left:3px solid #cbd5e1;padding-left:10px;color:#000}._issuePreview_1woll_700 hr{border:none;border-top:1px solid #e5e7eb;margin:1rem 0}._issuePreview_1woll_700 table{border-collapse:collapse}._issuePreview_1woll_700 table th,._issuePreview_1woll_700 table td{border:1px solid #e5e7eb;padding:6px 10px}._metaList_1woll_750{display:grid;grid-template-columns:max-content 1fr;gap:.3rem .85rem;font-size:.9rem;color:#334155;margin:0}._metaList_1woll_750 dt{font-weight:600;color:#64748b;text-transform:uppercase;font-size:.72rem;letter-spacing:.04em;align-self:start;padding-top:.1rem}._metaList_1woll_750 dd{margin:0}._pastIssuesList_1woll_769{margin:.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem;color:#334155;font-size:.87rem}._pastIssuesList_1woll_769 li{display:flex;gap:.6rem;align-items:baseline}._siteAddRow_1woll_785{display:grid;grid-template-columns:1fr 2fr auto;gap:.5rem;margin-bottom:.5rem}._scopeSitesTable_1woll_792{width:100%;border-collapse:collapse;font-size:.88rem}._scopeSitesTable_1woll_792 th,._scopeSitesTable_1woll_792 td{padding:.45rem .6rem;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}._scopeSitesTable_1woll_792 th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc}._scheduleGrid_1woll_812{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;padding:.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}._paneDanger_1woll_822{border-top:1px solid #fecaca;padding-top:1rem;margin-top:.5rem}._confirmCard_1woll_828{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.6rem}._confirmMessage_1woll_837{color:#7f1d1d;font-size:.92rem}._confirmActions_1woll_838{display:flex;gap:.5rem;justify-content:flex-end}._btnDanger_1woll_840{padding:.45rem .9rem;background:#dc2626;color:#fff;border:1px solid #dc2626;border-radius:6px;font-weight:600;cursor:pointer}._btnDanger_1woll_840:hover{background:#b91c1c;border-color:#b91c1c}._btnDangerOutline_1woll_851{padding:.45rem .9rem;background:#fff;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-weight:500;cursor:pointer}._btnDangerOutline_1woll_851:hover{background:#fef2f2;border-color:#dc2626}._linkBtnDanger_1woll_862{background:none;border:none;color:#dc2626;cursor:pointer;padding:0;font:inherit;text-decoration:underline;text-underline-offset:2px}._linkBtnDanger_1woll_862:hover{color:#b91c1c}._linkBtnDanger_1woll_862:disabled{color:#cbd5e1;cursor:not-allowed;text-decoration:none}.named-briefs-band{margin-bottom:24px}.named-briefs-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:12px}.named-briefs-heading h2{margin:0;color:#1f2937;font-size:18px}.named-briefs-heading p{margin:4px 0 0;color:#64748b;font-size:13px}.named-briefs-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.named-brief-card{min-width:250px;max-width:320px;border:1px solid #dbe3ea;border-radius:8px;background:#fff;color:#1f2937;padding:14px;text-align:left;cursor:pointer;display:grid;gap:6px}.named-brief-card.active{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed24}.named-brief-card:hover,.named-brief-card:focus{background:#fff;border-color:#dbe3ea;box-shadow:none;transform:none}.named-brief-card.active:hover,.named-brief-card.active:focus{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed24}.named-brief-card:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.brief-card-title{font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:8px}._briefingPillName_1woll_955{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brief-card-meta,.brief-card-date{color:#64748b;font-size:12px}.named-brief-empty{border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;padding:18px;min-width:240px}._selectedBriefing_1woll_975{display:flex;flex-direction:column;gap:1rem}._selectedHeader_1woll_981{display:grid;grid-template-columns:1fr auto;grid-template-areas:"meta actions";align-items:start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}._selectedHeader_1woll_981>div:first-child{grid-area:meta;min-width:0}._selectedTitle_1woll_996{font-family:Crimson Pro,Georgia,serif;font-size:1.9rem;font-weight:700;color:#1e293b;margin:0 0 .6rem;line-height:1.2}._selectedMeta_1woll_1005{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem 1.25rem;margin:0}._selectedMeta_1woll_1005>div{margin:0}._selectedMeta_1woll_1005 dt{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:600;margin-bottom:.15rem}._selectedMeta_1woll_1005 dd{font-size:.92rem;color:#1e293b;margin:0;line-height:1.4}._selectedActions_1woll_1027{grid-area:actions;display:flex;gap:.5rem;flex-shrink:0;align-self:start;justify-self:end;min-width:240px;justify-content:flex-end}._listTableWrap_1woll_1045{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}._listTable_1woll_1045{width:100%;border-collapse:collapse;font-size:.9rem}._listTable_1woll_1045 thead th{text-align:left;padding:.75rem .85rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0}._listTable_1woll_1045 tbody td{padding:.75rem .85rem;border-bottom:1px solid #eef2f7;vertical-align:middle;color:#1e293b}._listTable_1woll_1045 tbody tr{cursor:pointer;transition:background-color .15s ease}._listTable_1woll_1045 tbody tr:hover{background:#f8fafc}._listTable_1woll_1045 tbody tr:focus-within{outline:2px solid #c7d2fe;outline-offset:-2px}._listRow_1woll_1077{cursor:pointer;transition:background-color .15s ease}._listRow_1woll_1077:hover{background:#f8fafc}._listRow_1woll_1077:focus-visible{outline:2px solid #c7d2fe;outline-offset:-2px}._listTableName_1woll_1081{font-weight:600;display:flex;align-items:center;gap:.5rem}._defaultBadge_1woll_1087{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;padding:.15rem .45rem;border-radius:999px}._unreadBadge_1woll_1098{display:inline-block;min-width:1.5rem;padding:.15rem .45rem;font-size:.78rem;font-weight:600;text-align:center;color:#fff;background:#4f46e5;border-radius:999px}@keyframes _rowFadeIn_1woll_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_1woll_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}@media(prefers-reduced-motion:reduce){._rowItem_1woll_214{animation:none;opacity:1}._row_1woll_214,._btnPrimary_1woll_60,._newBtn_1woll_60,._generatingDot_1woll_145,._chevron_1woll_409{transition:none;animation:none}._row_1woll_214:hover{padding-left:8px}._row_1woll_214:hover ._arrow_1woll_292{transform:none}._btnPrimary_1woll_60:hover:not(:disabled),._newBtn_1woll_60:hover:not(:disabled){transform:none}}.chat-thinking{display:inline-flex;align-items:center;gap:3px;vertical-align:middle}.chat-thinking-dot{display:inline-block;background:currentColor;border-radius:50%;opacity:.35;animation:chat-thinking-pulse 1.1s ease-in-out infinite}.chat-thinking--sm .chat-thinking-dot{width:4px;height:4px}.chat-thinking--md .chat-thinking-dot{width:6px;height:6px}.chat-thinking-dot:nth-child(2){animation-delay:.18s}.chat-thinking-dot:nth-child(3){animation-delay:.36s}@keyframes chat-thinking-pulse{0%,80%,to{opacity:.2;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.chat-thinking-dot{animation:none;opacity:.6}}.connected-account-picker{position:relative;min-width:230px}.connected-account-trigger,.connected-account-option{display:flex;align-items:center;gap:.55rem;width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;text-align:left}.connected-account-trigger{min-height:2.45rem;padding:.3rem .5rem;cursor:pointer}.connected-account-trigger:hover,.connected-account-trigger[aria-expanded=true]{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb14}.connected-account-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.7rem;height:1.7rem;border-radius:7px;background:#e2e8f0;color:#0f172a;font-size:.72rem;font-weight:800;object-fit:cover}.connected-account-avatar--heyreach,.connected-account-avatar--linkedin{background:#dbeafe;color:#1d4ed8}.connected-account-avatar--gmail{background:#fee2e2;color:#b91c1c}.connected-account-trigger-text,.connected-account-option span:not(.connected-account-avatar){display:grid;min-width:0}.connected-account-trigger-text strong,.connected-account-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem}.connected-account-trigger-text small,.connected-account-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:.72rem}.connected-account-caret{margin-left:auto;color:#64748b}.connected-account-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:20;display:grid;gap:.25rem;width:min(330px,88vw);max-height:360px;overflow:auto;border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:.35rem;box-shadow:0 16px 36px #0f172a29}.connected-account-option{border-color:transparent;padding:.5rem;cursor:pointer}.connected-account-option:hover,.connected-account-option.is-selected{background:#f1f5f9;border-color:#dbeafe}.connected-account-menu-footer{border-top:1px solid #e2e8f0;margin-top:.25rem;padding:.5rem;color:#64748b;font-size:.74rem;line-height:1.35}.icon-action-button{display:inline-grid;place-items:center;width:36px;min-height:36px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;font-size:18px;font-weight:800;line-height:1;padding:0}.icon-action-button:disabled{cursor:not-allowed;opacity:.55}.segmented-toggle{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;background:#fff}.segmented-toggle button{min-height:32px;padding:0 12px;border:0;border-right:1px solid #cbd5e1;background:transparent;color:#475569;font-weight:700;cursor:pointer}.segmented-toggle button:last-child{border-right:0}.segmented-toggle button.active{background:#111827;color:#fff}.post-draft-versionstrip{display:flex;align-items:center;gap:10px;padding:8px 12px;margin-top:10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;color:#334155;font-size:.82rem;flex-wrap:wrap}.post-draft-versionstrip-arrow{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#475569;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;font-size:.95rem;line-height:1;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.post-draft-versionstrip-arrow:hover:not(:disabled){border-color:#4f46e5;color:#4f46e5}.post-draft-versionstrip-arrow:disabled{opacity:.45;cursor:not-allowed}.post-draft-versionstrip-summary{display:inline-flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;flex-wrap:wrap}.post-draft-versionstrip-ordinal{font-weight:600;color:#1e293b}.post-draft-versionstrip-source{display:inline-block;padding:1px 8px;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.post-draft-versionstrip-source-agent{background:#ede9fe;color:#6d28d9}.post-draft-versionstrip-source-user{background:#dbeafe;color:#1e40af}.post-draft-versionstrip-ago{color:#64748b}.post-draft-versionstrip-label{color:#475569;font-style:italic}.post-draft-versionstrip-restore{margin-left:auto;padding:5px 12px;background:#fff;color:#4f46e5;border:1px solid #c7d2fe;border-radius:4px;cursor:pointer;font-size:.82rem;font-weight:500}.post-draft-versionstrip-restore:hover:not(:disabled){background:#eef2ff;border-color:#4f46e5}.post-draft-versionstrip-restore:disabled{opacity:.5;cursor:not-allowed}.app-modal-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172ab8}.app-modal-card{position:relative;max-width:min(1040px,92vw);max-height:90vh;overflow:auto;border-radius:8px;background:#fff;color:#111827;box-shadow:0 24px 80px #0f172a47}.app-modal-card>.app-modal-close{position:absolute;top:12px;right:12px;z-index:2}.social-backlog{display:flex;flex-direction:column;gap:14px;min-width:0;container-type:inline-size}.social-backlog-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}.social-backlog-header h2{margin:0;font-size:20px;color:#111827}.social-backlog-header p{margin:4px 0 0;color:#64748b;font-size:13px}.social-backlog-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.social-backlog-filters label{display:flex;flex-direction:column;gap:4px;color:#475569;font-size:12px;font-weight:600}.social-backlog-filters select{height:34px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#111827;padding:0 10px}.social-backlog-table-wrap{min-width:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.social-backlog-table{width:100%;border-collapse:collapse;min-width:0;table-layout:fixed}.social-backlog-table th,.social-backlog-table td{padding:12px 14px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top;font-size:13px}.social-backlog-table th{color:#475569;background:#f8fafc;font-weight:700}.social-backlog-generated-col{width:150px}.social-backlog-persona-col{width:210px}.social-backlog-status-col{width:110px}.social-backlog-linkedin-col{width:78px;text-align:center}.social-backlog-actions-col{width:190px}.social-backlog-title-col{width:240px}.social-backlog-post-col{min-width:0}.social-backlog-table tbody tr{cursor:pointer}.social-backlog-table tbody tr:hover{background:#f8fafc}.social-backlog-persona{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;margin-right:8px;border:1px solid #cbd5e1;border-radius:6px;color:#0f766e;font-size:11px;font-weight:800}.social-status{display:inline-flex;align-items:center;height:24px;border-radius:999px;padding:0 9px;font-size:12px;font-weight:700}.social-status-draft{color:#7c2d12;background:#ffedd5}.social-status-posted{color:#065f46;background:#d1fae5}.social-backlog-excerpt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155}.social-backlog-title{color:#111827;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-backlog-linkedin-avatar{width:28px;height:28px}.social-backlog-linkedin-empty{color:#94a3b8}.social-backlog-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;text-align:right}.social-backlog-linkout,.social-backlog-delete{min-height:28px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;display:inline-flex;align-items:center;padding:0 9px;font-size:12px;font-weight:800;text-decoration:none}.social-backlog-delete{color:#b91c1c;border-color:#fecaca}.social-backlog-empty{color:#64748b;text-align:center;padding:28px 12px}.social-backlog-compact .social-backlog-header{align-items:flex-start}.social-backlog-compact .social-backlog-header h2{font-size:18px}@media(max-width:800px){.social-backlog-header{align-items:stretch;flex-direction:column}.social-backlog-filters{justify-content:flex-start}}@container (max-width: 720px){.social-backlog-actions-col,.social-backlog-linkedin-col,.social-backlog-title-col,.social-backlog-status-col{display:none}.social-backlog-persona-col{width:190px}}@container (max-width: 560px){.social-backlog-header{align-items:stretch;flex-direction:column}.social-backlog-filters{justify-content:flex-start}.social-backlog-generated-col{display:none}.social-backlog-persona-col{width:150px}}@container (max-width: 420px){.social-backlog-persona-col{display:none}.social-backlog-table th,.social-backlog-table td{padding-inline:10px}}.marketing-page{flex:1;min-height:100%;overflow-y:auto;padding:24px;padding-right:calc(24px + var(--detail-pane-width, 0px));background:#fbfcfd;color:#111827;transition:padding-right .05s linear}.marketing-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.marketing-header-actions{display:flex;align-items:center;gap:8px}.marketing-header h1,.section-heading h2{margin:0;color:#111827}.marketing-header h1{font-size:30px}.marketing-header p,.section-heading p{margin:6px 0 0;color:#64748b;font-size:14px}.persona-section,.context-scheduler-layout,.social-backlog{margin-bottom:28px}.section-heading{margin-bottom:12px}.source-context-section>.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.persona-row{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px}.persona-card{flex:0 0 270px;min-height:142px;display:flex;flex-direction:column;gap:9px;text-align:left;background:#fff;border:1px solid #dbe3ee;border-radius:8px;color:#111827;cursor:pointer;padding:16px;transition:border-color .15s ease,box-shadow .15s ease}.persona-card:hover,.persona-card.selected{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed24}.persona-icon{width:44px;height:30px;border:1px solid #99f6e4;border-radius:6px;background:#f0fdfa;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.persona-card-title{font-weight:800;font-size:16px}.persona-card-description{color:#475569;font-size:13px;line-height:1.45}.context-scheduler-layout{margin-bottom:28px}.source-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px}.source-checkbox{display:flex;gap:10px;align-items:flex-start;border:1px solid #dbe3ee;border-radius:8px;background:#fff;padding:12px}.source-checkbox.selected{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed24}.source-checkbox input{margin-top:3px;accent-color:#7c3aed}.source-checkbox span{display:flex;flex-direction:column;gap:3px}.source-checkbox strong{color:#111827;font-size:13px}.source-checkbox small{color:#64748b;line-height:1.35}.source-context-actions,.briefing-context-actions{display:flex;gap:8px;flex-wrap:wrap}.source-context-actions button,.briefing-context-actions button{min-height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;font-weight:700}.briefing-context-selector{margin-top:12px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;padding:12px}.briefing-context-header{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.briefing-context-header span,.briefing-context-empty{color:#64748b;font-size:12px}.briefing-context-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 12px;margin-top:10px}.briefing-context-options label{display:flex;align-items:center;gap:8px;color:#334155;font-size:13px}.briefing-context-options input{accent-color:#7c3aed}.scheduler-section{border-left:1px solid #e2e8f0;padding-left:24px}.scheduler-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:end}.scheduler-form label,.persona-editor label{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:.85rem;font-weight:700}.post-editor-historical-banner{background:#fef9c3;color:#713f12;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;margin-bottom:10px;font-size:.85rem}.post-editor label{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:12px;font-weight:700}.post-composer-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.post-status-field{flex:0 0 180px}.post-pane-header-actions{width:100%;display:flex;justify-content:flex-start;gap:8px;align-items:center}.post-pane-header-actions a{color:#0a66c2;font-size:13px;font-weight:800;text-decoration:none}.post-linkedin-field{flex:0 0 250px;display:flex;flex-direction:column;gap:6px;color:#475569;font-size:12px;font-weight:700}.scheduler-form input,.scheduler-form select,.post-title-field input,.post-editor select,.social-backlog select{height:36px}.scheduler-form input,.scheduler-form select,.persona-editor textarea,.post-title-field input,.post-editor textarea,.post-editor select{border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#111827;padding:8px 10px}.scheduler-form label:nth-child(3),.scheduler-form button{grid-column:span 2}.marketing-primary-action,.marketing-secondary-action,.marketing-danger-action{min-height:36px;border-radius:6px;border:1px solid transparent;cursor:pointer;font-weight:800;padding:0 14px}.marketing-primary-action{background:#0f766e;color:#fff}.marketing-primary-action:disabled{cursor:not-allowed;opacity:.55}.marketing-secondary-action{background:#fff;color:#334155;border-color:#cbd5e1}.marketing-danger-action{background:#fff;color:#b91c1c;border-color:#fecaca}.schedule-list{margin-top:14px;display:flex;flex-direction:column;gap:8px}.schedule-row{display:flex;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:10px 12px}.schedule-row div:first-child{display:flex;flex-direction:column;gap:2px}.schedule-row span{color:#64748b;font-size:12px}.schedule-actions{display:flex;gap:6px;align-items:center}.schedule-actions button{height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer}.schedule-empty{color:#64748b;font-size:13px}.persona-editor,.post-editor,.marketing-settings-pane{display:flex;flex-direction:column;gap:14px}.linkedin-auth-row,.linkedin-auth-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:12px}.linkedin-auth-row div,.linkedin-auth-card div{display:flex;flex-direction:column;gap:4px;min-width:0}.linkedin-auth-card{justify-content:flex-start}.linkedin-auth-card>button{margin-left:auto}.linkedin-auth-card-avatar{width:38px;height:38px}.linkedin-auth-row span,.linkedin-auth-card span,.linkedin-auth-empty{color:#64748b;font-size:12px}.linkedin-auth-list{display:flex;flex-direction:column;gap:8px}.linkedin-auth-card button{min-height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;font-weight:700}.post-title-row{display:flex;align-items:flex-end;gap:10px}.post-title-field{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px;color:#475569;font-size:12px;font-weight:700}.post-delete-icon-button{flex:0 0 36px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fecaca;border-radius:6px;background:#fff;color:#b91c1c;cursor:pointer}.post-delete-icon-button:hover{background:#fef2f2;border-color:#fca5a5}.post-delete-icon-button svg{width:18px;height:18px;fill:currentColor}.persona-editor textarea{min-height:320px;resize:vertical}.post-editor textarea{min-height:260px;resize:vertical;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.45}.post-text-editor{display:flex;flex-direction:column;gap:8px}.unicode-toolbar{display:flex;flex-wrap:wrap;gap:6px}.unicode-toolbar button{min-height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;font-weight:700;padding:0 10px}.unicode-toolbar button:disabled{cursor:not-allowed;opacity:.55}.post-character-count{display:flex;align-items:center;gap:10px;color:#64748b;font-size:12px;font-weight:700}.post-character-count.over-limit,.post-character-warning{color:#dc2626}.linkedin-post-preview{border:1px solid #dbe3ee;border-radius:8px;background:#fff;color:#111827;padding:14px;min-height:160px}.linkedin-preview-author{display:flex;align-items:center;gap:10px;margin-bottom:12px}.linkedin-preview-avatar{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#0f766e;color:#fff;font-weight:900}.linkedin-preview-author span:last-child{display:flex;flex-direction:column;gap:2px}.linkedin-preview-author small{color:#64748b;font-size:12px}.linkedin-preview-body{white-space:normal;font-size:14px;line-height:1.5}.linkedin-preview-body p{margin:0 0 12px}.linkedin-preview-body p:last-child{margin-bottom:0}.linkedin-preview-body a,.linkedin-preview-token{color:#0a66c2;font-weight:700;text-decoration:none}.social-media-carousel{display:flex;flex-direction:column;gap:10px;border-top:1px solid #e2e8f0;padding-top:12px}.social-media-carousel-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.social-media-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.social-media-carousel-header button,.social-media-thumb-footer button,.social-media-upload{min-height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;font-size:13px;text-transform:none}.social-media-upload input{display:none}.social-media-carousel-header button:disabled,.social-media-upload.is-busy{cursor:not-allowed;opacity:.55}.social-media-empty{border:1px dashed #cbd5e1;border-radius:8px;background:#fff;color:#64748b;padding:14px}.social-media-empty p{margin:0}.social-media-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.social-media-thumb{flex:0 0 220px;display:flex;flex-direction:column;gap:8px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;padding:8px}.social-media-image-button{width:100%;aspect-ratio:1200 / 627;border:0;border-radius:6px;background:#f8fafc;cursor:zoom-in;overflow:hidden;padding:0}.social-media-image-button img{width:100%;height:100%;object-fit:cover;display:block}.social-media-placeholder{width:100%;aspect-ratio:1200 / 627;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#f8fafc;color:#64748b;font-weight:800;text-transform:capitalize}.social-media-thumb-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#64748b;font-size:12px;font-weight:700;text-transform:capitalize}.social-media-thumb-footer button.selected{border-color:#0f766e;color:#0f766e;background:#f0fdfa}.social-media-thumb small{color:#dc2626;line-height:1.35}.social-media-lightbox{padding:44px 16px 16px}.social-media-lightbox img{max-width:min(960px,84vw);max-height:78vh;display:block;border-radius:6px;object-fit:contain}.post-editor-footer-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:980px){.marketing-header,.post-composer-toolbar,.social-media-carousel-header{align-items:stretch;flex-direction:column}.post-status-field{flex-basis:auto}}.gdg-mnuv029{word-break:break-word;-webkit-touch-callout:default;padding-top:6px}.gdg-mnuv029>*{margin:0}.gdg-mnuv029 *:last-child{margin-bottom:0}.gdg-mnuv029 p img{width:100%}.gdg-d19meir1{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;box-sizing:border-box;--overlay-top:var(--d19meir1-0);left:var(--d19meir1-1);top:var(--d19meir1-0);min-width:var(--d19meir1-2);min-height:var(--d19meir1-3);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:400px;max-height:calc(100vh - var(--d19meir1-4));font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);text-align:start}@-webkit-keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0%}to{opacity:100%}}@keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0%}to{opacity:100%}}.gdg-d19meir1.gdg-style{border-radius:2px;background-color:var(--gdg-bg-cell);box-shadow:0 0 0 1px var(--gdg-accent-color),0 0 1px #3e415666,0 6px 12px #3e415626;-webkit-animation:glide_fade_in-gdg-d19meir1 60ms 1;animation:glide_fade_in-gdg-d19meir1 60ms 1}.gdg-d19meir1.gdg-pad{padding:var(--d19meir1-5) 8.5px 3px}.gdg-d19meir1 .gdg-clip-region{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;overflow-x:hidden;border-radius:2px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gdg-d19meir1 .gdg-clip-region .gdg-growing-entry{height:100%}.gdg-d19meir1 .gdg-clip-region input.gdg-input{width:100%;border:none;border-width:0;outline:none}.gdg-d19meir1 .gdg-clip-region textarea.gdg-input{border:none;border-width:0;outline:none}.gdg-b1ygi5by{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:auto;margin-bottom:auto}.gdg-b1ygi5by .boe-bubble{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--gdg-rounding-radius,10px);padding:0 8px;height:20px;background-color:var(--gdg-bg-bubble);color:var(--gdg-text-dark);margin:2px}.gdg-b1ygi5by textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-n15fjm3e{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:6px 0 3px;color:var(--gdg-text-dark)}.gdg-n15fjm3e>input{font-size:var(--gdg-editor-font-size);padding:0;font-family:var(--gdg-font-family);color:var(--gdg-text-dark);background-color:var(--gdg-bg-cell)}.gdg-d4zsq0x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gdg-d4zsq0x .doe-bubble{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px;height:24px;background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);margin:2px;border-radius:var(--gdg-rounding-radius,6px);box-shadow:0 0 1px #3e415666,0 1px 3px #3e415666}.gdg-d4zsq0x .doe-bubble img{height:16px;object-fit:contain;margin-right:4px}.gdg-d4zsq0x textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-i2iowwq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.gdg-i2iowwq .gdg-centering-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.gdg-i2iowwq .gdg-centering-container img,.gdg-i2iowwq .gdg-centering-container canvas{max-height:calc(100vh - var(--overlay-top) - 20px);object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gdg-i2iowwq .gdg-centering-container canvas{max-width:380px}.gdg-i2iowwq .gdg-edit-icon{position:absolute;top:12px;right:0;width:48px;height:48px;color:var(--gdg-accent-color);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gdg-i2iowwq .gdg-edit-icon>*{width:24px;height:24px}.gdg-i2iowwq textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-u1rrojo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:21px}.gdg-u1rrojo .gdg-link-area{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;cursor:pointer;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gdg-link-color);-webkit-text-decoration:underline!important;text-decoration:underline!important}.gdg-u1rrojo .gdg-edit-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:32px;color:var(--gdg-accent-color);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gdg-u1rrojo .gdg-edit-icon>*{width:24px;height:24px}.gdg-u1rrojo textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-m1pnx84e{min-width:var(--m1pnx84e-0);width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;color:var(--gdg-text-dark)}.gdg-m1pnx84e .gdg-g1y0xocz{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;min-width:0}.gdg-m1pnx84e .gdg-spacer{-webkit-flex:1;-ms-flex:1;flex:1}.gdg-m1pnx84e .gdg-edit-icon{position:relative;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gdg-accent-color);padding:0;height:24px;width:24px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all "0.125s ease";transition:all "0.125s ease";border-radius:6px}.gdg-m1pnx84e .gdg-edit-icon>*{width:16px;height:16px}.gdg-m1pnx84e .gdg-edit-hover:hover{background-color:var(--gdg-accent-light);-webkit-transition:background-color .15s;transition:background-color .15s}.gdg-m1pnx84e .gdg-checkmark-hover:hover{color:#fff;background-color:var(--gdg-accent-color)}.gdg-m1pnx84e .gdg-md-edit-textarea{position:relative;top:0;left:0;width:0px;height:0px;margin-top:25px;opacity:0;padding:0}.gdg-m1pnx84e .gdg-ml-6{margin-left:6px}.gdg-s1dgczr6 .dvn-scroller{overflow:var(--s1dgczr6-0);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.gdg-s1dgczr6 .dvn-hidden{visibility:hidden}.gdg-s1dgczr6 .dvn-scroll-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none}.gdg-s1dgczr6 .dvn-scroll-inner>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-spacer{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-stack{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gdg-s1dgczr6 .dvn-underlay>*{position:absolute;left:0;top:0}.gdg-s1dgczr6 canvas{outline:none}.gdg-s1dgczr6 canvas *{height:0}.gdg-izpuzkl{position:absolute;inset:0;width:100%;height:100%;border-radius:0;resize:none;white-space:pre-wrap;min-width:100%;overflow:hidden;border:0;background-color:transparent;font-size:var(--gdg-editor-font-size);line-height:16px;font-family:var(--gdg-font-family);-webkit-text-fill-color:var(--gdg-text-dark);color:var(--gdg-text-dark);padding:0;margin:0}.gdg-izpuzkl::-webkit-input-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl::-moz-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl:-ms-input-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl::placeholder{color:var(--gdg-text-light)}.gdg-invalid .gdg-izpuzkl{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#d60606;text-decoration-color:#d60606}.gdg-s69h75o{visibility:hidden;white-space:pre-wrap;word-wrap:break-word;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;min-width:100%;font-size:var(--gdg-editor-font-size);line-height:16px;font-family:var(--gdg-font-family);color:var(--gdg-text-dark);padding:0 0 2px;margin:0}.gdg-g1y0xocz{position:relative;margin-top:6px}.gdg-seveqep{position:absolute;top:4px;right:20px;background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);padding:8px;border:1px solid var(--gdg-border-color);border-radius:6px;font-size:var(--gdg-editor-font-size);-webkit-animation:gdg-search-fadein-gdg-seveqep .15s forwards;animation:gdg-search-fadein-gdg-seveqep .15s forwards}.gdg-seveqep.out{-webkit-animation:gdg-search-fadeout-gdg-seveqep .15s forwards;animation:gdg-search-fadeout-gdg-seveqep .15s forwards}.gdg-seveqep .gdg-search-bar-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.gdg-seveqep .gdg-search-status{padding-top:4px;font-size:11px}.gdg-seveqep .gdg-search-progress{position:absolute;height:4px;left:0;bottom:0;background-color:var(--gdg-text-light)}.gdg-seveqep input{width:220px;color:var(--gdg-textDark);background-color:var(--gdg-bg-cell);border:none;border-width:0;outline:none}.gdg-seveqep button{width:24px;height:24px;padding:0;border:none;outline:none;background:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:var(--gdg-text-medium)}.gdg-seveqep button:hover{color:var(--gdg-text-dark)}.gdg-seveqep button .button-icon{width:16px;height:16px}.gdg-seveqep button:disabled{opacity:.4;pointer-events:none}@-webkit-keyframes gdg-search-fadeout-gdg-seveqep{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}}@keyframes gdg-search-fadeout-gdg-seveqep{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}}@-webkit-keyframes gdg-search-fadein-gdg-seveqep{0%{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}@keyframes gdg-search-fadein-gdg-seveqep{0%{-webkit-transform:translateX(400px);-ms-transform:translateX(400px);transform:translate(400px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.gdg-wmyidgi{position:relative;min-width:10px;min-height:10px;max-width:100%;max-height:100%;width:var(--wmyidgi-0);height:var(--wmyidgi-1);overflow:hidden;overflow:clip;direction:ltr}.gdg-wmyidgi>:first-child{position:absolute;left:0;top:0;width:100%;height:100%}.gdg-r17m35ur{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border:none;outline:none;background-color:var(--gdg-bg-header-has-focus);border-radius:9px;padding:0 8px;box-shadow:0 0 0 1px var(--gdg-border-color);color:var(--gdg-text-group-header);min-height:var(--r17m35ur-0);font:var(--gdg-header-font-style) var(--gdg-font-family)}.gdg-c1tqibwd{padding:0 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--gdg-bg-header)}.biz-glide-grid{min-width:0;width:100%}.biz-glide-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px;margin-bottom:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.biz-glide-control{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#475569;font-size:.82rem;font-weight:700}.biz-glide-control select,.biz-glide-control input{height:32px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1f2937;font:inherit}.biz-glide-control select{min-width:136px;padding:0 30px 0 10px}.biz-glide-control input{width:min(260px,28vw);min-width:160px;padding:0 10px}.biz-glide-column-menu{position:relative}.biz-glide-column-btn{min-height:34px;padding:0 18px}.biz-glide-column-btn.is-filter-active{color:#4f46e5;border-color:#c7d2fe;background:#eef2ff}.biz-glide-column-picker{position:absolute;top:calc(100% + 8px);left:0;z-index:45;width:240px;max-height:360px;overflow:auto;padding:8px;background:#fff;border:1px solid #dbe4ff;border-radius:8px;box-shadow:0 16px 40px #0f172a24}.biz-glide-column-picker-header{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 8px;color:#334155;font-size:.84rem;font-weight:700}.biz-glide-column-picker-close{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid transparent;border-radius:5px;background:transparent;color:#64748b;cursor:pointer}.biz-glide-column-picker-close:hover{background:#f1f5f9;color:#4f46e5;border-color:#e2e8f0}.biz-glide-column-picker-option{display:flex;align-items:center;gap:8px;padding:7px 6px;border-radius:6px;color:#334155;font-size:.84rem;cursor:pointer}.biz-glide-column-picker-option:hover{background:#f8fafc}.biz-glide-show-all{width:100%;margin-top:6px;padding:7px 8px;border:1px solid #dbe4ff;border-radius:6px;background:#eef2ff;color:#4f46e5;font-weight:700;cursor:pointer}.biz-glide-count{margin-left:auto;color:#64748b;font-size:.82rem;font-variant-numeric:tabular-nums}.biz-glide-data-editor{min-width:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.biz-glide-empty{padding:1.25rem;text-align:center;color:#64748b;font-size:.9rem;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px}.biz-glide-footer{display:flex;justify-content:center;padding:10px 12px 0;color:#64748b;font-size:.84rem}@media(max-width:760px){.biz-glide-toolbar{align-items:stretch;flex-direction:column}.biz-glide-control,.biz-glide-control input,.biz-glide-control select,.biz-glide-column-btn{width:100%}.biz-glide-count{margin-left:0}}.ci-empty-state{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;border:1px solid #dbe4ff;border-radius:24px;background:radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 32%),linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 22px 50px #0f172a14}.ci-empty-state__intro{display:flex;align-items:center;gap:1.5rem}.ci-empty-state__art{flex:0 0 140px;display:flex;align-items:center;justify-content:center;min-height:120px}.ci-empty-state__art-svg{width:140px;height:auto}.ci-empty-state__copy{flex:1}.ci-empty-state__eyebrow{margin:0 0 .45rem;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2563eb}.ci-empty-state__copy h3{margin:0;font-size:1.6rem;line-height:1.15;color:#0f172a}.ci-empty-state__copy p{margin:.75rem 0 0;max-width:40rem;font-size:1rem;line-height:1.65;color:#475569}.ci-empty-state__endpoint-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid #bfdbfe;border-radius:18px;background:#eff6ffc7}.ci-empty-state__endpoint-label{margin-bottom:.45rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1d4ed8}.ci-empty-state__endpoint-value,.ci-empty-state__step-detail{display:inline-block;padding:.45rem .65rem;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:.88rem;color:#1e3a8a;word-break:break-all}.ci-empty-state__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.ci-empty-state__step{position:relative;padding:1rem 1rem 1rem 1.1rem;border:1px solid #dbeafe;border-radius:18px;background:#fff;box-shadow:0 14px 30px #2563eb14}.ci-empty-state__step:after{content:"";position:absolute;top:1.5rem;left:calc(100% + .45rem);width:calc(100% - 2.3rem);height:2px;background:linear-gradient(90deg,#93c5fd,#93c5fd00)}.ci-empty-state__step:last-child:after{display:none}.ci-empty-state__step-index{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-bottom:.9rem;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700}.ci-empty-state__step h4{margin:0 0 .45rem;font-size:1rem;color:#0f172a}.ci-empty-state__step p{margin:0;font-size:.92rem;line-height:1.55;color:#475569}.ci-empty-state__step-detail{margin-top:.85rem}.ci-empty-state__button{border:0;border-radius:999px;padding:.82rem 1.2rem;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.ci-empty-state__button:hover{transform:translateY(-1px)}.ci-empty-state__button--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 12px 24px #2563eb42}.ci-empty-state__status{display:inline-flex;align-items:center;gap:.7rem;padding:.85rem 1rem;align-self:flex-start;border-radius:999px;background:#eff6ff;color:#1e40af;font-size:.92rem;font-weight:600}.ci-empty-state__status-dot{width:.7rem;height:.7rem;border-radius:999px;background:#2563eb;box-shadow:0 0 #2563eb73;animation:ci-empty-state-ping 2s infinite}.ci-empty-state__actions{display:flex;justify-content:flex-start}.ci-empty-state__pulse{position:relative;width:118px;height:118px}.ci-empty-state__pulse-ring,.ci-empty-state__pulse-core{position:absolute;inset:50%;border-radius:999px;transform:translate(-50%,-50%)}.ci-empty-state__pulse-ring{border:1px solid rgba(37,99,235,.22);animation:ci-empty-state-wave 2.8s ease-out infinite}.ci-empty-state__pulse-ring--outer{width:118px;height:118px}.ci-empty-state__pulse-ring--mid{width:82px;height:82px;animation-delay:.35s}.ci-empty-state__pulse-ring--inner{width:50px;height:50px;animation-delay:.7s}.ci-empty-state__pulse-core{width:18px;height:18px;background:linear-gradient(135deg,#2563eb,#0f172a);box-shadow:0 0 0 10px #2563eb14}@keyframes ci-empty-state-wave{0%{opacity:.3;transform:translate(-50%,-50%) scale(.94)}60%{opacity:1}to{opacity:.28;transform:translate(-50%,-50%) scale(1.04)}}@keyframes ci-empty-state-ping{0%{box-shadow:0 0 #2563eb61}70%{box-shadow:0 0 0 14px #2563eb00}to{box-shadow:0 0 #2563eb00}}@media(max-width:960px){.ci-empty-state__steps{grid-template-columns:1fr}.ci-empty-state__step:after{display:none}}@media(max-width:720px){.ci-empty-state{padding:1.35rem;border-radius:20px}.ci-empty-state__intro,.ci-empty-state__endpoint-card{flex-direction:column;align-items:flex-start}.ci-empty-state__art{flex-basis:auto;min-height:96px}.ci-empty-state__copy h3{font-size:1.35rem}.ci-empty-state__button{width:100%}}.ci-main{box-sizing:border-box;color:#333;width:100%;max-width:calc(1400px + var(--detail-pane-width, 0px));min-width:0;margin-right:auto;margin-left:auto;padding-right:calc(20px + var(--detail-pane-width, 0px));transition:padding-right .08s linear,max-width .08s linear}.ci-page{min-width:0;padding:0 0 40px}.ci-section{min-width:0;overflow:hidden}.ci-section-header{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#1e293b;font-family:var(--bt-font-heading);letter-spacing:-.02em}.ci-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize}.ci-badge-completed{background:#dcfce7;color:#166534}.ci-badge-processing,.ci-badge-extracting{background:#fef9c3;color:#854d0e}.ci-badge-pending{background:#e0e7ff;color:#3730a3}.ci-badge-failed{background:#fecaca;color:#991b1b}.ci-badge-question{background:#dbeafe;color:#1e40af}.ci-badge-concern{background:#fee2e2;color:#991b1b}.ci-badge-praise{background:#dcfce7;color:#166534}.ci-badge-product{background:#e0e7ff;color:#3730a3}.ci-badge-business{background:#fef3c7;color:#92400e}.ci-stat-card{text-align:center}.ci-stat-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ci-stat-label{font-size:.85rem;color:#666;margin-top:.25rem}.ci-deal-health-stat-card{display:flex;min-height:132px;flex-direction:column;align-items:flex-start;justify-content:space-between;border-left:4px solid #cbd5e1;padding-left:1.25rem;text-align:left}.ci-stat-card--neutral{border-left-color:#475569}.ci-stat-card--green{border-left-color:#16a34a}.ci-stat-card--red{border-left-color:#dc2626}.ci-stat-card--blue{border-left-color:#2563eb}.ci-deal-health-stat-label{display:inline-flex;align-items:center;gap:.65rem;margin-top:.9rem;color:#475569;font-weight:600;line-height:1.3}.ci-val-semantic-neutral,.ci-val-semantic-green,.ci-val-semantic-red,.ci-val-semantic-blue{background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:currentColor}.ci-val-semantic-neutral{color:#1e293b}.ci-val-semantic-green{color:#16a34a}.ci-val-semantic-red{color:#dc2626}.ci-val-semantic-blue{color:#2563eb}.ci-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;flex-shrink:0;border-radius:999px}.ci-stat-icon svg{width:.95rem;height:.95rem;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.ci-stat-icon--neutral{background:#e2e8f0;color:#475569}.ci-stat-icon--green{background:#dcfce7;color:#16a34a}.ci-stat-icon--red{background:#fee2e2;color:#dc2626}.ci-stat-icon--blue{background:#dbeafe;color:#2563eb}.ci-table{width:100%;border-collapse:collapse}.ci-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid #e2e8f0;font-size:.8rem;color:#64748b;font-weight:600}.ci-table td{padding:.5rem .75rem;border-bottom:1px solid #e2e8f0;font-size:.875rem;vertical-align:top;color:#333;transition:background .15s ease}.ci-table tbody tr:hover td{background:#f8fafc}.ci-table tr.ci-clickable{cursor:pointer}.ci-table tr.ci-clickable:hover{background:#f8fafc}.ci-table tr.ci-row-highlight{border-left:3px solid #667eea}.ci-cell-title{font-weight:500;color:#4f46e5}.ci-cell-comm{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ci-filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.ci-filter-group{display:flex;flex-direction:column;gap:.25rem}.ci-filter-label{font-size:.75rem;color:#64748b;font-weight:500}.ci-filter-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem}.ci-filter-checkboxes label{display:flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;font-size:.8rem;cursor:pointer;color:#333;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.ci-filter-checkboxes label:hover{background:#f8fafc;border-color:#cbd5e1}.ci-filter-checkboxes input[type=checkbox]{appearance:none;width:16px;height:16px;margin:0;border:2px solid #cbd5e1;border-radius:4px;background:#fff;background-position:center;background-repeat:no-repeat;background-size:10px 10px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.ci-filter-checkboxes input[type=checkbox]:hover{border-color:#94a3b8}.ci-filter-checkboxes input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb2e}.ci-filter-checkboxes input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 11.5 2.9 8.2l1.1-1.1 2.2 2.2 5.8-5.8 1.1 1.1z'/%3E%3C/svg%3E")}.ci-filter-input{padding:.4rem .75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem;min-width:140px;color:#333;background:#fff}.ci-filter-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.ci-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.ci-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e0e7ff;color:#3730a3;border-radius:999px;font-size:.75rem}.ci-chip-remove{cursor:pointer;font-size:.875rem;line-height:1;border:none;background:none;padding:0;color:inherit;opacity:.7}.ci-chip-remove:hover{opacity:1}.ci-expanded-content{padding:.75rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.ci-expanded-content p{margin:.25rem 0;font-size:.85rem;line-height:1.5;color:#333}.ci-expanded-label{font-weight:600;font-size:.8rem;color:#64748b}.ci-email-disclosure{margin-top:.5rem}.ci-email-toggle{cursor:pointer;color:#4f46e5;font-size:.8rem;border:none;background:none;padding:0;text-decoration:underline}.ci-email-detail{font-size:.8rem;color:#64748b;margin-top:.25rem}.ci-back-link{display:inline-block;margin-bottom:1rem;color:#4f46e5;text-decoration:none;font-size:.875rem}.ci-back-link:hover{text-decoration:underline}.ci-detail-header{margin-bottom:1.5rem}.ci-detail-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:#1e293b}.ci-detail-meta{display:flex;gap:1.5rem;color:#64748b;font-size:.875rem;flex-wrap:wrap;align-items:center}.ci-detail-section{margin-bottom:1.25rem}.ci-detail-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.ci-detail-section-header h4{margin-bottom:0}.ci-detail-section h4{font-size:.95rem;color:#64748b;margin:0 0 .5rem}.ci-participants-list{display:flex;flex-wrap:wrap;gap:.5rem}.ci-participant{padding:.35rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#333}.ci-participant-owner{border-color:#667eea;background:#eff6ff}.ci-summary-block{background:#f8fafc;padding:1rem;border-radius:8px;font-size:.9rem;line-height:1.6;color:#333;border:1px solid #e2e8f0}.ci-list{list-style:disc;padding-left:1.5rem;margin:0}.ci-list li{font-size:.875rem;margin-bottom:.35rem;line-height:1.4;color:#333}.ci-external-link{color:#4f46e5;text-decoration:none;font-size:.875rem}.ci-external-link:hover{text-decoration:underline}.ci-detail-note{margin:0;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;line-height:1.5;color:#475569}.ci-detail-note-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.ci-detail-actions{display:flex;flex-direction:column;gap:.75rem}.ci-reextract-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:1px solid #dc2626;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:opacity .15s}.ci-reextract-btn:hover{opacity:.9}.ci-reextract-btn:disabled{opacity:.5;cursor:not-allowed}.ci-detail-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ci-delete-btn{padding:.4rem .85rem;background:#fff;color:#991b1b;border:1px solid #fecaca;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;white-space:nowrap;transition:background .15s,border-color .15s}.ci-delete-btn:hover{background:#fef2f2;border-color:#f87171}.ci-delete-btn:disabled{opacity:.5;cursor:not-allowed}.ci-cell-actions{width:2.5rem;text-align:center}.ci-row-delete-btn{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;padding:0;background:transparent;color:#94a3b8;border:1px solid transparent;border-radius:4px;cursor:pointer;font-size:.75rem;line-height:1;transition:color .15s,background .15s,border-color .15s}.ci-row-delete-btn:hover{color:#991b1b;background:#fef2f2;border-color:#fecaca}.ci-row-delete-btn:disabled{opacity:.5;cursor:not-allowed}.ci-no-report{color:#cbd5e1}.ci-empty{text-align:center;padding:3rem 1rem;color:#64748b}.ci-error{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;margin-bottom:1rem}.ci-error button{margin-left:.75rem;padding:.25rem .75rem;border:1px solid #991b1b;background:transparent;color:#991b1b;border-radius:4px;cursor:pointer;font-size:.8rem}.ci-error button:hover{background:#fecaca}.ci-loading{text-align:center;padding:2rem;color:#64748b}.ci-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;color:#64748b}.ci-limit-banner{padding:.5rem .75rem;background:#fef9c3;border:1px solid #fde68a;border-radius:4px;font-size:.8rem;color:#854d0e;margin-bottom:.75rem}.ci-org-list{display:flex;flex-direction:column;gap:.5rem}.ci-org-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.875rem;color:#333;background:#fff}.ci-org-item:hover{background:#f8fafc}.ci-org-name{font-weight:500;color:#1e293b}.ci-org-stats{display:flex;gap:.75rem;font-size:.8rem;color:#64748b}.ci-topic-balance{display:flex;gap:1.5rem;align-items:center}.ci-topic-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.ci-topic-count{font-weight:600;font-size:1.1rem;color:#1e293b}.ci-processing-banner{padding:.75rem 1rem;background:#fef9c3;border:1px solid #fde68a;border-radius:6px;color:#854d0e;font-size:.85rem;margin-bottom:1rem}.ci-sparse .ci-summary-cards{opacity:.65}.ci-clear-filters-btn{padding:.35rem .75rem;border:1px solid #e2e8f0;background:#fff;border-radius:4px;cursor:pointer;font-size:.8rem;color:#64748b;transition:all .15s}.ci-clear-filters-btn:hover{background:#f8fafc;border-color:#667eea;color:#4f46e5}.ci-insights-table-wrapper{overflow-x:auto}.ci-detail-insights-table td{white-space:normal;max-width:none}.ci-table td.ci-cell-wrap{white-space:normal;max-width:360px}.ci-table td.ci-cell-person{min-width:180px;white-space:normal}.ci-inline-stack{display:flex;flex-direction:column;gap:.15rem}.ci-inline-subtle{font-size:.75rem;color:#64748b}.ci-table td{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ci-table td.ci-expandable{white-space:normal;max-width:none}@media(max-width:768px){.ci-summary-cards{grid-template-columns:repeat(2,1fr)}.ci-filter-bar{flex-direction:column}.ci-detail-meta{flex-direction:column;gap:.5rem}.ci-table{font-size:.8rem}.ci-table th,.ci-table td{padding:.35rem .5rem}}@media(max-width:480px){.ci-summary-cards{grid-template-columns:1fr}}.ci-date-range{display:flex;gap:.25rem;margin-bottom:1rem}.ci-date-preset{padding:.35rem .75rem;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#64748b;font-size:.8rem;cursor:pointer;transition:all .15s}.ci-date-preset:hover{background:#f8fafc;border-color:#667eea;color:#4f46e5}.ci-date-preset.active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border-color:#4f46e5}.ci-tabs-row{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem}.ci-tabs{display:flex;flex:1;flex-wrap:wrap;gap:.5rem;min-width:0;padding:.45rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.ci-tab{padding:.55rem .95rem;border:1px solid transparent;border-radius:6px;background:transparent;color:#475569;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.ci-tab:hover{color:#1d4ed8;background:#f8fafc;border-color:#e2e8f0}.ci-tab-active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ci-tabs-row--compact>.icon-action-button{flex:0 0 auto}.ci-object-pane{display:flex;flex-direction:column;gap:1rem;color:#1f2937}.ci-pane-section{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.ci-pane-section h4{margin:0;color:#0f172a;font-size:.9rem}.ci-pane-section p{margin:0;color:#334155;line-height:1.5}.ci-pane-badge-row{display:flex;flex-wrap:wrap;gap:.45rem}.ci-pane-facts{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.45rem .75rem;margin:0;font-size:.86rem}.ci-pane-facts dt{color:#64748b;font-weight:700}.ci-pane-facts dd{min-width:0;margin:0;color:#1f2937;overflow-wrap:anywhere}.ci-pane-lede{font-size:1rem;font-weight:700}.ci-pane-muted{color:#64748b;font-size:.82rem}.ci-pane-call-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.ci-pane-list{display:flex;flex-direction:column;gap:.45rem}.ci-pane-list span{padding-bottom:.45rem;border-bottom:1px solid #f1f5f9;color:#334155;line-height:1.35}.ci-settings-pane,.ci-settings-section{display:flex;flex-direction:column;gap:1rem}.ci-settings-section-header{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between}.ci-settings-section-header h4{margin:0;color:#0f172a;font-size:1rem}.ci-settings-section-header p,.ci-webhook-steps p{margin:.25rem 0 0;color:#64748b;font-size:.85rem;line-height:1.45}.ci-webhook-status{display:inline-flex;flex-shrink:0;gap:.45rem;align-items:center;padding:.35rem .6rem;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#475569;font-size:.78rem;font-weight:700}.ci-webhook-status span{width:.55rem;height:.55rem;border-radius:999px;background:#94a3b8}.ci-webhook-status--received{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.ci-webhook-status--received span{background:#16a34a}.ci-webhook-status--verified{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.ci-webhook-status--verified span{background:#2563eb}.ci-webhook-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ci-webhook-accordion{display:grid;gap:.85rem;padding:.85rem;border:1px solid #dbe4ff;border-radius:8px;background:#f8fafc}.ci-webhook-accordion-header,.ci-webhooks-table-header{display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between}.ci-webhook-accordion-header strong{color:#0f172a;font-size:.95rem}.ci-webhook-accordion-header p,.ci-webhooks-table-header p{margin:.2rem 0 0;color:#64748b;font-size:.8rem;line-height:1.4}.ci-webhook-steps{display:grid;gap:.85rem;margin:0;padding-left:1.25rem}.ci-webhook-steps li::marker{color:#4f46e5;font-weight:800}.ci-webhook-steps strong{color:#1e293b;font-size:.9rem}.ci-webhook-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:stretch;margin-top:.55rem}.ci-webhook-copy-row code{display:block;min-width:0;overflow-wrap:anywhere;padding:.65rem .75rem;border:1px solid #dbe4ff;border-radius:6px;background:#f8fafc;color:#334155;font-size:.78rem;line-height:1.4}.ci-webhook-signing-key{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:stretch;margin-top:.55rem}.ci-webhook-signing-key input{min-width:0;padding:.58rem .7rem;border:1px solid #dbe4ff;border-radius:6px;background:#fff;color:#0f172a;font-size:.84rem}.ci-webhook-key-state{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.45rem;color:#64748b;font-size:.78rem}.ci-link-button{border:0;background:transparent;color:#4f46e5;cursor:pointer;font:inherit;font-weight:700;padding:0}.ci-link-button:disabled{color:#94a3b8;cursor:default}.ci-webhook-receipt{display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between;padding:.8rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.ci-webhook-receipt div{display:grid;gap:.2rem}.ci-webhook-receipt span{color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase}.ci-webhook-receipt strong{color:#0f172a;font-size:.92rem}.ci-webhook-receipt small{color:#64748b}.ci-webhooks-table-wrap{display:grid;gap:.65rem;min-width:0}.ci-webhooks-table-header h5{margin:0;color:#0f172a;font-size:.95rem}.ci-webhooks-table{width:100%;table-layout:fixed}.ci-webhooks-table th,.ci-webhooks-table td{vertical-align:top}.ci-webhooks-table td{overflow-wrap:anywhere}.ci-webhooks-table td strong,.ci-webhooks-table td small{display:block}.ci-webhooks-table td small{margin-top:.2rem;color:#64748b;font-size:.75rem}.ci-webhooks-empty{padding:.85rem;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;font-size:.85rem}.ci-badge-health-strong{background:#dcfce7;color:#166534}.ci-badge-health-moderate{background:#dbeafe;color:#1e40af}.ci-badge-health-at-risk{background:#fef9c3;color:#854d0e}.ci-badge-health-critical{background:#fecaca;color:#991b1b}.ci-badge-cat-engagement{background:#dbeafe;color:#1e40af}.ci-badge-cat-objection{background:#fee2e2;color:#991b1b}.ci-badge-cat-budget{background:#fef3c7;color:#92400e}.ci-badge-cat-timeline{background:#e0e7ff;color:#3730a3}.ci-badge-cat-decision_maker{background:#f3e8ff;color:#6b21a8}.ci-badge-cat-competitive_pressure{background:#fce7f3;color:#9d174d}.ci-badge-cat-buying_signal{background:#dcfce7;color:#166534}.ci-badge-cat-risk_indicator{background:#fecaca;color:#991b1b}.ci-polarity{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-size:.85rem;font-weight:700}.ci-polarity-positive{background:#dcfce7;color:#166534}.ci-polarity-negative{background:#fecaca;color:#991b1b}.ci-polarity-neutral{background:#f1f5f9;color:#64748b}.ci-badge-sentiment-positive{background:#dcfce7;color:#166534}.ci-badge-sentiment-negative{background:#fecaca;color:#991b1b}.ci-badge-sentiment-neutral{background:#f1f5f9;color:#64748b}.ci-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.ci-sortable:hover{color:#4f46e5}.ci-competitor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.ci-competitor-card{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.ci-competitor-name{font-weight:600;font-size:.95rem;color:#1e293b;margin-bottom:.25rem}.ci-competitor-count{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ci-competitor-date{font-size:.75rem;color:#64748b;margin-top:.25rem}.ci-clickable-text{cursor:pointer}.ci-clickable-text:hover{text-decoration:underline}.ci-signals-table td.ci-expandable,.ci-competitors-table td.ci-expandable{white-space:normal;max-width:350px}.sales-page{box-sizing:border-box;max-width:100%;min-width:0;width:100%}.sales-subnav{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem;padding:.5rem;background:linear-gradient(180deg,#f8fafc,#eef2ff);border:1px solid #dbe4ff;border-radius:16px;box-shadow:0 18px 38px #0f172a14}.sales-subnav-link{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.85rem 1.4rem;text-decoration:none;color:#334155;background:#ffffffb8;border:1px solid transparent;border-radius:12px;box-shadow:inset 0 0 0 1px #94a3b81f;font-weight:700;font-size:.98rem;letter-spacing:.01em;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease}.sales-subnav-link:hover{color:#1d4ed8;border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 8px 18px #6366f11f}.sales-subnav-link.active{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);box-shadow:0 12px 28px #4f46e547}.sales-content{box-sizing:border-box;max-width:100%;min-width:0;padding:0 1rem;width:100%}@media(max-width:720px){.sales-subnav{flex-direction:column;align-items:stretch}.sales-subnav-link{width:100%}.sales-content{padding:0}}.li-scraper-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.li-scraper-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.li-scraper-title{margin:0;font-size:1rem;color:#1e293b}.li-scraper-trigger-btn{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:1px solid #4f46e5;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:opacity .15s ease}.li-scraper-trigger-btn:hover:not(:disabled){opacity:.9}.li-scraper-trigger-btn:disabled{opacity:.45;cursor:not-allowed}.li-scraper-empty{color:#64748b;font-size:.875rem;margin:.5rem 0}.li-scraper-error{color:#991b1b;background:#fecaca;padding:.5rem .75rem;border-radius:4px;font-size:.85rem;margin:.5rem 0}.li-scraper-status{color:#1e40af;background:#dbeafe;padding:.5rem .75rem;border-radius:4px;font-size:.85rem;margin:.5rem 0}.li-scraper-meta{color:#64748b;font-size:.8rem;margin:0 0 .5rem}.li-scraper-meta code{background:#f1f5f9;padding:.1rem .35rem;border-radius:3px;font-size:.8rem}.li-scraper-code{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:6px;font-size:.78rem;line-height:1.45;max-height:420px;overflow:auto;white-space:pre;font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,monospace;box-shadow:inset 0 0 0 1px #1e293b}.li-scraper-code code{background:transparent;padding:0;color:inherit;font-family:inherit}.sales-tools-page{box-sizing:border-box;display:flex;flex-direction:column;gap:0;margin-left:auto;margin-right:auto;max-width:calc(1400px + var(--detail-pane-width, 0px));min-width:0;width:100%}.sales-section{background:#fff;border-radius:0 0 10px 10px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;min-width:0;padding:20px;margin-bottom:0}.sales-tools-page h3{margin:0 0 1rem;color:#333;font-size:1.5rem}.sales-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:1rem}.sales-section-header h3{margin:0}.sales-section-header-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.sales-extract-btn{white-space:nowrap}.sales-site-input .add-site{background:transparent;box-shadow:none;border:none;padding:0;margin:0 0 14px}.sales-site-input .add-site h2{display:none}.sales-sites-table{table-layout:fixed}.sales-sites-table td.sales-sites-num,.sales-sites-table th.sales-sites-num,.sales-sites-table td.sales-site-actions,.sales-sites-table th.sales-site-actions{text-align:right}.sales-speakers-table th,.sales-speakers-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sales-speakers-table td:nth-child(n){max-width:200px}.speakers-th-draggable{cursor:grab;-webkit-user-select:none;user-select:none;position:relative;transition:background .15s ease}.speakers-th-draggable:active{cursor:grabbing}.speakers-th-draggable.dragging{opacity:.4}.speakers-th-draggable.drag-over{background:#eef2ff;border-left:2px solid #4f46e5}.th-drag-handle{color:#94a3b8;margin-right:6px;font-size:12px;cursor:grab;letter-spacing:-1px;display:inline-block;vertical-align:middle}.th-drag-handle:hover{color:#4f46e5}.sales-tab-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:10px 10px 0 0;padding:0 20px;border-bottom:2px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}.sales-tab-bar-left{display:flex;gap:0}.sales-tab-bar-stats{font-size:12.5px;color:#9ca3af;white-space:nowrap;display:flex;align-items:center;gap:6px}.sales-updating{color:#4f46e5;font-weight:500;animation:sales-pulse 1.5s ease-in-out infinite}@keyframes sales-pulse{0%,to{opacity:.6}50%{opacity:1}}.sales-nav-tab{display:inline-flex;align-items:center;padding:12px 16px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:color .15s,border-color .15s}.sales-nav-tab:hover{color:#111827}.sales-nav-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.sales-campaigns-table th,.sales-campaigns-table td{text-align:left;vertical-align:top}.campaign-name-link{background:transparent;border:1px solid transparent;border-radius:4px;color:#3730a3;cursor:pointer;font:inherit;font-weight:600;margin:-2px -4px;padding:2px 4px;text-align:left}.company-name-link,.company-domain-link,.sales-tools-page .event-link{color:#3730a3;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.company-name-link{background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;font:inherit;margin:-2px -4px;padding:2px 4px;text-align:left}.campaign-name-link:hover,.campaign-name-link:focus-visible,.company-name-link:hover,.company-name-link:focus-visible,.company-domain-link:hover,.company-domain-link:focus-visible,.sales-tools-page .event-link:hover,.sales-tools-page .event-link:focus-visible{background:#eef2ff;border-color:#c7d2fe;outline:none}.campaign-provider-id,.campaign-lead-subtitle,.campaign-pane-meta{color:#64748b;font-size:.8125rem;line-height:1.4;margin-top:2px}.campaign-empty-state{align-items:flex-start;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;color:#475569;display:flex;flex-direction:column;font-size:.9rem;gap:4px;margin-top:8px;padding:18px}.campaign-empty-state strong{color:#0f172a}.campaign-pane{display:flex;flex-direction:column;gap:18px}.campaign-pane-header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.campaign-pane-header h2{color:#0f172a;font-size:1.25rem;margin:0}.campaign-facts{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.campaign-facts div{border-bottom:1px solid #e2e8f0;padding-bottom:8px}.campaign-facts dt{color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase}.campaign-facts dd{color:#0f172a;font-size:.9rem;margin:4px 0 0}.campaign-summary-strip{display:flex;flex-wrap:wrap;gap:8px}.campaign-summary-strip span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;color:#334155;font-size:.8125rem;font-weight:600;padding:4px 8px}.campaign-leads-toolbar{display:flex;justify-content:flex-end}.campaign-leads-table-wrap{overflow-x:auto}.campaign-leads-table{border-collapse:collapse;font-size:.875rem;width:100%}.campaign-leads-table th,.campaign-leads-table td{border-bottom:1px solid #e2e8f0;padding:10px 8px;text-align:left;vertical-align:top}.campaign-leads-table th{background:#f8fafc;color:#475569;font-size:.75rem;text-transform:uppercase}.campaign-lead-name{color:#0f172a;font-weight:600}.campaign-lead-signal{color:#166534;font-size:.8125rem;margin-top:2px}.campaign-lead-error{color:#991b1b;font-size:.8125rem;margin-top:2px}.campaign-status-badge{border:1px solid transparent;border-radius:4px;display:inline-flex;font-size:.75rem;font-weight:700;line-height:1;padding:4px 7px;white-space:nowrap}.campaign-status-badge--muted{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.campaign-status-badge--info{background:#dbeafe;border-color:#bfdbfe;color:#1d4ed8}.campaign-status-badge--success{background:#dcfce7;border-color:#bbf7d0;color:#166534}.campaign-status-badge--warning{background:#fef3c7;border-color:#fde68a;color:#92400e}.campaign-status-badge--danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}@media(max-width:760px){.sales-tools-page{max-width:100%;overflow-x:hidden;width:100%}.sales-tab-bar{align-items:stretch;box-sizing:border-box;flex-direction:column;max-width:100%;min-width:0;overflow-x:auto;padding:0 12px;width:100%}.sales-tab-bar-left{max-width:100%;min-width:0;overflow-x:auto;width:100%}.sales-tab-bar-stats{border-top:1px solid #e5e7eb;padding:8px 0;white-space:normal}.sales-section{max-width:100%;padding:16px 12px;width:100%}.sales-tools-page .events-table-container{max-width:100%;min-width:0;width:100%}.sales-section-header-actions,.sales-section-header-actions .table-filter-search,.sales-section-header-actions .table-filter-search-input-wrap,.sales-section-header-actions .table-filter-search-input{width:100%}.sales-campaigns-table{min-width:0}.campaign-pane-header{flex-direction:column}.campaign-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.engagement-inbox-header{align-items:flex-start;gap:1rem}.engagement-inbox-subtitle{margin:.25rem 0 0;color:#64748b;font-size:.9rem}.engagement-header-controls{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.engagement-header-controls select,.inbox-settings-field select,.inbox-settings-field input,.inbox-settings-field textarea,.engagement-field input{border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;min-height:2.25rem;padding:.4rem .55rem}.inbox-settings-field textarea{min-height:116px;resize:vertical;line-height:1.42}.engagement-group-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:2.25rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:0 .65rem;font-size:.82rem;font-weight:800}.engagement-workbench{display:grid;grid-template-columns:var(--engagement-stack-width, 320px) auto minmax(0,1fr);gap:.4rem;min-height:620px}.engagement-stack-resizer{width:8px;cursor:col-resize;border-radius:4px;background:transparent;touch-action:none}.engagement-stack-resizer:hover,.engagement-stack-resizer.is-dragging{background:#bfdbfe}.engagement-draft-stack,.engagement-draft-editor{min-width:0}.engagement-draft-stack{display:flex;flex-direction:column;gap:.35rem;overflow:auto;padding-right:.15rem}.engagement-thread-list-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid #cbd5e1;border-radius:999px;background:#e2e8f0;padding:3px;position:sticky;top:0;z-index:1;overflow:hidden}.engagement-thread-list-mode:before{content:"";position:absolute;top:3px;bottom:3px;left:3px;width:calc(50% - 3px);border-radius:999px;background:#fff;box-shadow:0 1px 4px #0f172a29;transition:left .16s ease}.engagement-thread-list-mode.is-chronological:before{left:50%}.engagement-thread-list-mode.is-all:before{left:50%}.engagement-thread-list-mode button{position:relative;z-index:1;min-width:0;border:0;border-radius:999px;background:transparent;color:#475569;padding:.36rem .18rem;font-size:.66rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.engagement-thread-list-mode button.is-active{color:#0f172a}.engagement-draft-card{width:100%;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;padding:.75rem;text-align:left;cursor:pointer}.engagement-thread-rail-item{display:grid;grid-template-columns:18px minmax(0,1fr);grid-template-areas:"icon main" "time time";align-items:center;column-gap:.42rem;row-gap:.12rem;padding:.45rem .5rem}.engagement-thread-rail-item .engagement-provider-favicon{grid-area:icon}.engagement-draft-card:hover,.engagement-draft-card.is-active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb17}.engagement-draft-card strong,.engagement-draft-card span,.engagement-draft-card small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.engagement-draft-card small{color:#64748b}.engagement-thread-rail-main{grid-area:main;display:flex;min-width:0;flex-direction:column;gap:.04rem}.engagement-thread-rail-main strong{display:flex;min-width:0;font-size:.79rem;line-height:1.15}.engagement-name-with-avatar{display:inline-flex;align-items:center;min-width:0;gap:.32rem}.engagement-name-with-avatar>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.engagement-name-avatar{flex:0 0 auto;width:1.05rem;height:1.05rem;border-radius:4px;object-fit:cover;display:inline-grid;place-items:center;background:#e2e8f0;color:#475569;font-size:.48rem;font-weight:900;line-height:1}.engagement-thread-rail-main span{color:#64748b;font-size:.7rem;line-height:1.15}.engagement-thread-rail-item time{grid-area:time;color:#94a3b8;font-size:.68rem;font-weight:700;line-height:1.1;text-align:right;white-space:nowrap}.engagement-campaign-tree{display:grid;gap:.35rem}.engagement-campaign-tree-group,.engagement-campaign-tree-lead{display:grid;gap:.25rem;min-width:0}.engagement-campaign-tree-lead{margin-left:.35rem}.engagement-campaign-tree-lead--root{margin-left:0}.engagement-campaign-tree-node{display:grid;grid-template-columns:.8rem minmax(0,1fr) auto;align-items:center;gap:.28rem;width:100%;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;color:#334155;padding:.38rem .42rem;text-align:left;cursor:pointer}.engagement-campaign-tree-node:hover{border-color:#bfdbfe;background:#eff6ff}.engagement-company-row{display:flex;align-items:stretch;gap:.25rem;min-width:0}.engagement-company-row .engagement-campaign-tree-node{flex:1;min-width:0}.engagement-company-star{flex:0 0 auto;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;color:#94a3b8;padding:0 .45rem;font-size:.95rem;cursor:pointer}.engagement-company-star:hover{border-color:#fcd34d;color:#d97706;background:#fffbeb}.engagement-company-star.is-starred{color:#d97706;border-color:#fcd34d;background:#fffbeb}.company-target-star{border:0;background:transparent;color:#94a3b8;cursor:pointer;font-size:.95rem;padding:0 .3rem 0 0;vertical-align:middle}.company-target-star:hover,.company-target-star.is-starred{color:#d97706}.engagement-thread-html{max-width:100%;overflow-x:auto;overflow-wrap:anywhere;font-size:.85rem;line-height:1.45}.engagement-thread-html img{max-width:100%;height:auto}.engagement-thread-html table{max-width:100%}.engagement-thread-html blockquote{margin:.4rem 0;padding-left:.6rem;border-left:3px solid #e2e8f0;color:#64748b}.recent-conversations-tree{margin-bottom:.25rem}.recent-conversations-tree .engagement-thread-reader--pane{margin:.35rem 0 .5rem .8rem;border:1px solid #e2e8f0;border-radius:7px;padding:.5rem}.recent-conversations-empty{margin:0;font-size:.85rem;color:#94a3b8}.engagement-campaign-tree-node strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.1}.engagement-campaign-tree-node small{display:inline-grid;place-items:center;min-width:1.25rem;height:1.1rem;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.62rem;font-weight:900}.engagement-campaign-tree-node--campaign{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.engagement-campaign-tree-node--campaign small{background:#c7d2fe;color:#3730a3}.engagement-campaign-tree-thread{margin-left:.75rem}.engagement-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.16rem .5rem;font-size:.72rem;font-weight:700}.engagement-status-muted{background:#f1f5f9;color:#475569}.engagement-status-info{background:#dbeafe;color:#1d4ed8}.engagement-status-success{background:#dcfce7;color:#15803d}.engagement-status-warning{background:#fef3c7;color:#92400e}.engagement-status-danger{background:#fee2e2;color:#b91c1c}.engagement-draft-editor{display:flex;flex-direction:column;gap:.7rem}.engagement-editor-meta{display:flex;justify-content:space-between;color:#64748b;font-size:.82rem}.engagement-field{display:grid;grid-template-columns:4.5rem 1fr;align-items:center;gap:.6rem;color:#475569;font-size:.85rem;font-weight:700}.email-rich-editor{border:1px solid #cbd5e1;border-radius:8px;background:#fff;overflow:hidden}.email-rich-editor.is-readonly{background:#f8fafc}.email-rich-toolbar{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;border-bottom:1px solid #e2e8f0;background:#f8fafc;padding:.4rem}.email-rich-toolbar button,.email-rich-toolbar select{min-height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font:inherit;font-size:.78rem}.email-rich-toolbar button{min-width:30px;padding:0 .45rem;font-weight:700}.email-rich-toolbar button:hover:not(:disabled),.email-rich-toolbar button.is-active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.email-rich-toolbar button:disabled,.email-rich-toolbar select:disabled{opacity:.55;cursor:not-allowed}.email-emoji-picker{position:relative}.email-emoji-menu{position:absolute;z-index:20;top:calc(100% + .35rem);left:0;display:grid;grid-template-columns:repeat(4,2rem);gap:.25rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:.35rem;box-shadow:0 12px 30px #0f172a24}.email-rich-editor-content{min-height:270px;max-height:420px;overflow:auto;padding:.85rem;color:#0f172a;line-height:1.55}.email-rich-editor-content .ProseMirror{min-height:245px;outline:none}.email-rich-editor-content p{margin:0 0 .65rem}.email-rich-editor-content ul,.email-rich-editor-content ol{margin:0 0 .65rem 1.25rem;padding:0}.engagement-thread-summary{border:1px solid #d7dee8;border-radius:8px;background:#fbfcfe;padding:.65rem}.engagement-thread-summary-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem;color:#334155}.engagement-thread-summary-header strong{color:#0f172a}.engagement-thread-summary-header span{color:#64748b;font-size:.78rem}.engagement-thread-reader{display:grid;gap:.55rem;max-height:250px;overflow:auto;margin-top:.65rem;border-top:1px solid #e2e8f0;padding-top:.65rem}.engagement-thread-reader--bottom-first{min-height:190px;max-height:300px;scroll-behavior:smooth}.engagement-thread-reader>p{margin:0;color:#64748b;font-size:.84rem}.engagement-thread-message{width:min(88%,640px);border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:.6rem .7rem}.engagement-thread-message--me{justify-self:end;border-color:#bfdbfe;background:#eff6ff}.engagement-thread-message header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;color:#64748b;font-size:.74rem}.engagement-thread-message header strong{display:flex;align-items:center;gap:.35rem;color:#334155}.engagement-thread-message header small{margin-right:auto;color:#64748b;font-size:.72rem}.engagement-thread-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#0f172a;font-size:.85rem;line-height:1.45}.engagement-provider-favicon{display:inline-grid;place-items:center;flex:0 0 auto;width:1.05rem;height:1.05rem;border-radius:4px;color:#fff;font-size:.58rem;font-weight:800;line-height:1}.engagement-provider-favicon--heyreach{background:#0a66c2}.engagement-provider-favicon--gmail{background:#d93025}.engagement-attachment-strip,.engagement-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.engagement-attachment-strip{border:1px dashed #cbd5e1;border-radius:8px;padding:.55rem .65rem;color:#64748b}.engagement-attachment-input{display:none}.engagement-attachment-list{display:grid;gap:.4rem;margin:0;padding:0;list-style:none}.engagement-attachment-list li{display:flex;align-items:center;justify-content:space-between;gap:.65rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:.45rem .55rem}.engagement-attachment-list span{display:grid;min-width:0;gap:.1rem}.engagement-attachment-list strong,.engagement-attachment-list small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.engagement-attachment-list small{color:#64748b}.engagement-context-pane{border-left:1px solid #e2e8f0;padding-left:1rem}.engagement-context-pane h4{margin:0 0 .75rem}.engagement-context-pane dl{display:grid;gap:.65rem;margin:0}.engagement-context-pane dl div{display:grid;gap:.15rem}.engagement-context-pane dt{color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase}.engagement-context-pane dd{margin:0;color:#0f172a}.engagement-context-note,.engagement-empty-stack,.engagement-editor-empty{color:#64748b;line-height:1.45}.engagement-context-note{margin-top:1rem;padding:.75rem;border-radius:8px;background:#f8fafc}.inbox-settings-pane{display:flex;flex-direction:column;gap:1rem}.inbox-settings-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;border:1px solid #d7dee8;border-radius:8px;background:#f8fafc;padding:.25rem}.inbox-settings-tabs button{border:0;border-radius:6px;background:transparent;color:#64748b;padding:.5rem .65rem;font-size:.82rem;font-weight:900;cursor:pointer}.inbox-settings-tabs button.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1a}.inbox-settings-section{display:grid;gap:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:.85rem}.inbox-settings-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.inbox-settings-section h4{margin:0;color:#0f172a}.inbox-settings-section p{margin:.25rem 0 0;color:#64748b;font-size:.83rem;line-height:1.4}.inbox-settings-field{display:grid;gap:.35rem}.inbox-settings-field span{color:#475569;font-size:.78rem;font-weight:800}.inbox-group-list,.inbox-provider-section{display:grid;gap:.5rem}.inbox-group-list{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:.65rem}.inbox-platform-header{display:flex;align-items:center;justify-content:space-between;gap:.65rem;color:#0f172a;font-size:.82rem;font-weight:900}.inbox-platform-header small{color:#64748b;font-size:.76rem;font-weight:700}.inbox-platform-header>span{display:inline-flex;align-items:center;gap:.4rem}.inbox-account-card{display:flex;align-items:center;gap:.65rem;min-width:0;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:.65rem}.inbox-account-card{cursor:pointer}.inbox-account-card--readonly{cursor:default}.inbox-account-sync-actions{margin-left:auto;display:flex;gap:.4rem;flex-shrink:0}.inbox-account-sync-btn{padding:.3rem .6rem;font-size:.75rem;white-space:nowrap}.inbox-connected-accounts{background:#fff;border-color:#cbd5e1}.inbox-account-card.is-selected{border-color:#2563eb;background:#eff6ff}.inbox-account-card input{accent-color:#2563eb}.inbox-account-card span{display:grid;gap:.1rem;min-width:0}.inbox-account-card strong,.inbox-account-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-account-card small,.inbox-settings-empty{color:#64748b;font-size:.78rem}.inbox-settings-section .inbox-policy-definition{border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;padding:.55rem .65rem;color:#1e3a8a;font-size:.8rem;line-height:1.4}.inbox-provider-icon{display:inline-grid;place-items:center;width:1.25rem;height:1.25rem;border-radius:4px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.64rem;font-weight:900;line-height:1;overflow:hidden}.inbox-provider-icon img,.inbox-provider-icon span{grid-area:1 / 1}.inbox-provider-icon img{width:1rem;height:1rem}.inbox-provider-icon--gmail{color:#d93025}.inbox-provider-icon--heyreach{color:#0a66c2}.inbox-settings-actions{display:flex;flex-wrap:wrap;gap:.5rem}.inbox-settings-toggle{display:inline-flex;align-items:center;gap:.45rem;color:#334155;font-size:.82rem;font-weight:800}.inbox-settings-toggle input{accent-color:#2563eb}.inbox-triage-stage-list{display:grid;gap:.6rem}.inbox-triage-stage{display:grid;grid-template-columns:1.75rem minmax(0,1fr);gap:.65rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:.7rem}.inbox-triage-stage-number{display:inline-grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:6px;background:#0f172a;color:#fff;font-size:.78rem;font-weight:900}.inbox-triage-stage h5{margin:0 0 .45rem;color:#0f172a;font-size:.86rem}.inbox-triage-stage small{color:#64748b;font-size:.74rem}.inbox-triage-run-list{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.inbox-triage-run-list li{display:grid;gap:.1rem;border:1px solid #e2e8f0;border-radius:7px;background:#fff;padding:.55rem}.inbox-triage-run-list strong{color:#0f172a;font-size:.8rem;text-transform:capitalize}.inbox-triage-run-list span,.inbox-triage-run-list small{color:#64748b;font-size:.74rem}.engagement-context-detail{display:grid;gap:1rem}.engagement-context-card{display:grid;gap:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:.85rem}.engagement-context-card h4{margin:0;color:#0f172a;font-size:.94rem}.engagement-context-card dl{display:grid;gap:.5rem;margin:0}.engagement-context-card dl div{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:.65rem}.engagement-context-card dt{color:#64748b;font-size:.76rem;font-weight:900}.engagement-context-card dd{min-width:0;margin:0;color:#0f172a;overflow-wrap:anywhere}.engagement-thread-reader--pane{max-height:320px}@media(max-width:1100px){.engagement-workbench{grid-template-columns:1fr}.engagement-stack-resizer{display:none}}.speakers-tab-bar{display:flex;align-items:flex-start;flex-wrap:wrap;gap:0;margin-bottom:12px;border-bottom:2px solid #e5e7eb}.speakers-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:color .15s,border-color .15s}.speakers-tab:hover{color:#111827}.speakers-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.speakers-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;border-radius:9px;background:#f3f4f6;font-size:11px;font-weight:600;color:#6b7280}.speakers-tab.active .speakers-tab-count{background:#4f46e51a;color:#4f46e5}.speaker-filter-actions{display:inline-flex;align-items:center;margin-left:auto;padding-bottom:6px}.speaker-filter-row{display:inline-flex;align-items:center;gap:8px}.sales-download-csv-icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#4f46e5;cursor:pointer;padding:0;transition:background .15s,border-color .15s,color .15s}.sales-download-csv-icon-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8;color:#3730a3}.sales-download-csv-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.speakers-excluded-info{padding:8px 12px;margin-bottom:10px;background:#fef9c3;border:1px solid #fde68a;border-radius:6px;font-size:12px;color:#92400e}.speaker-presence-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 12px}.speaker-presence-filter{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#475569}.speaker-presence-filter select{height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;font-size:12px;padding:0 26px 0 8px}.speaker-presence-filter select.is-filter-active,.speaker-date-field-button.is-filter-active,.speaker-presence-clear.is-filter-active{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed29}.speaker-presence-filter select:focus-visible,.speaker-presence-clear:focus-visible,.speaker-date-field-button:focus-visible,.speaker-month-picker-clear:focus-visible,.sales-column-picker-btn:focus-visible,.sales-column-picker-show-all:focus-visible,.sales-download-csv-icon-btn:focus-visible{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.speaker-presence-clear{height:30px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#4f46e5;font-size:12px;font-weight:600;padding:0 10px;cursor:pointer}.speaker-presence-clear:hover{border-color:#cbd5e1;background:#f8fafc}.sales-column-picker{position:relative}.sales-column-picker-btn.is-filter-active{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed29}.sales-column-picker-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;display:grid;gap:.2rem;min-width:190px;max-height:340px;overflow:auto;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:.35rem;box-shadow:0 16px 36px #0f172a29}.sales-column-picker-menu-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid #e2e8f0;margin:-.1rem -.1rem .15rem;padding:.2rem .2rem .4rem .45rem;color:#475569;font-size:.74rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.sales-column-picker-close{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border:1px solid transparent;border-radius:999px;background:transparent;color:#64748b;font-size:.95rem;font-weight:800;line-height:1;cursor:pointer}.sales-column-picker-close:hover{border-color:#cbd5e1;background:#f1f5f9;color:#0f172a}.sales-column-picker-option{display:flex;align-items:center;gap:.5rem;border-radius:6px;padding:.4rem .45rem;color:#0f172a;font-size:.82rem;font-weight:600;cursor:pointer}.sales-column-picker-option:hover{background:#f1f5f9}.sales-column-picker-option input{accent-color:#4f46e5}.sales-column-picker-option:has(input:disabled){color:#94a3b8;cursor:not-allowed}.sales-column-picker-show-all{margin-top:.25rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#4f46e5;font-size:.78rem;font-weight:700;padding:.4rem .55rem;cursor:pointer}.sales-column-picker-show-all:hover{border-color:#cbd5e1;background:#eef2ff}.speaker-date-field-button.is-filter-active:hover,.speaker-presence-clear.is-filter-active:hover{border-color:#7c3aed}.speaker-filters-reset{margin-left:2px}.speaker-date-range-filter{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12px;font-weight:600;color:#475569}.speaker-date-range-label{color:#334155}.speaker-date-field{position:relative;display:inline-flex;align-items:center;gap:4px}.speaker-date-field-label{color:#64748b}.speaker-date-field-button{height:30px;min-width:82px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;font-size:12px;font-weight:600;padding:0 8px;cursor:pointer}.speaker-date-field-button:hover{border-color:#94a3b8;background:#f8fafc}.speaker-month-picker-popover{position:absolute;top:calc(100% + 6px);left:0;width:236px;z-index:30;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 12px 28px #0f172a29;overflow:hidden}.speaker-month-picker-popover .react-calendar{width:100%;border:0;font-family:inherit}.speaker-month-picker-popover .react-calendar__navigation{height:38px;margin-bottom:0;border-bottom:1px solid #e2e8f0;background:#f8fafc}.speaker-month-picker-popover .react-calendar__navigation button{min-width:36px;background:transparent;color:#1e293b;font-size:12px;font-weight:700;padding:0 6px}.speaker-month-picker-popover .react-calendar__navigation button:hover:not(:disabled),.speaker-month-picker-popover .react-calendar__tile:hover{background:#eef2ff}.speaker-month-picker-popover .react-calendar__year-view__months{padding:6px}.speaker-month-picker-popover .react-calendar__year-view__months__month{height:40px;border-radius:6px;color:#0f172a;font-size:12px;font-weight:600}.speaker-month-picker-popover .react-calendar__tile--active,.speaker-month-picker-popover .react-calendar__tile--active:hover{background:#4f46e5;color:#fff}.speaker-month-picker-clear{width:calc(100% - 12px);height:30px;margin:0 6px 6px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#4f46e5;font-size:12px;font-weight:600;cursor:pointer}.speaker-month-picker-clear:hover{background:#f8fafc;border-color:#cbd5e1}.sales-download-csv-icon-btn:disabled{cursor:not-allowed;opacity:.55}.speakers-th-resizable{position:relative}.th-resize-handle{position:absolute;top:0;right:0;width:12px;height:100%;cursor:col-resize;background:transparent;z-index:5;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:background .15s}.th-resize-handle:before{content:"";position:absolute;top:20%;bottom:20%;left:50%;width:1px;transform:translate(-50%);background:#64748b59;border-radius:1px;transition:background .15s,width .15s}.th-resize-handle:hover,.th-resize-handle:active{background:#4f46e514}.th-resize-handle:hover:before,.th-resize-handle:active:before{width:2px;background:#4f46e5bf}.sales-speakers-table{table-layout:fixed}.sales-speakers-table td.lead-tags-table-cell{overflow:visible;white-space:normal;text-overflow:clip;vertical-align:top}.lead-tags-cell{display:grid;gap:.35rem;min-width:0;white-space:normal}.lead-tags-pill-row{display:flex;flex-wrap:wrap;gap:.25rem;min-width:0}.lead-tag-pill{display:inline-flex;align-items:center;gap:.25rem;max-width:100%;border:1px solid #bfdbfe;border-radius:999px;padding:.15rem .45rem;background:#eff6ff;color:#1d4ed8;font-size:.72rem;font-weight:700;line-height:1.2;cursor:pointer}.lead-tag-pill span:first-child{overflow:hidden;text-overflow:ellipsis}.lead-tag-pill:hover{border-color:#93c5fd;background:#dbeafe}.lead-tags-empty{color:#94a3b8;font-size:.78rem}.lead-tags-input{width:100%;min-width:0;border:1px solid #cbd5e1;border-radius:6px;padding:.25rem .45rem;color:#0f172a;font:inherit;font-size:.78rem;background:#fff}.lead-tags-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa2e}.leads-glide-grid{display:grid;gap:.75rem;min-width:0;width:100%}.leads-glide-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.65rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.leads-glide-control{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:#475569;font-size:.78rem;font-weight:700}.leads-glide-control select,.leads-glide-control input{height:32px;border:1px solid #cbd5e1;border-radius:6px;padding:0 .55rem;background:#fff;color:#0f172a;font:inherit;font-weight:600}.leads-glide-control input{width:min(220px,28vw)}.leads-glide-tag-filter-control{position:relative}.leads-glide-tag-filter-trigger{display:inline-flex;align-items:center;min-width:220px;justify-content:space-between;gap:.65rem;padding-right:.6rem;text-align:left}.leads-glide-tag-filter-trigger-summary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leads-glide-tag-filter-trigger-caret{color:#64748b;font-size:.72rem;line-height:1}.leads-glide-column-menu{position:relative}.leads-glide-column-picker-menu{right:0;left:auto;z-index:20}.leads-glide-tag-filter-menu{left:0;right:auto;width:min(460px,calc(100vw - 24px));min-width:min(390px,calc(100vw - 24px))}.leads-glide-tag-filter-menu .sales-column-picker-menu-header{position:sticky;top:0;z-index:2;background:#fff}.leads-glide-tag-filter-header-actions{display:inline-flex;align-items:center;gap:.3rem;flex-wrap:nowrap}.leads-glide-tag-filter-option.is-selected{background:#eef2ff}.leads-glide-tag-filter-clear{width:auto;margin-top:0;padding-inline:.45rem;font-size:.72rem;white-space:nowrap}.leads-glide-tag-filter-mode-toggle{width:auto;margin-top:0;padding-inline:.55rem;font-size:.72rem;font-weight:800;letter-spacing:.03em;white-space:nowrap}.leads-glide-tag-filter-mode-toggle.is-filter-active{border-color:#4f46e5;background:#eef2ff;color:#3730a3}.leads-glide-tag-filter-option{display:grid;grid-template-columns:1rem minmax(0,1fr);align-items:center;column-gap:.45rem;padding:.3rem .2rem .3rem .1rem}.leads-glide-tag-filter-option span{min-width:0}.leads-glide-tag-filter-option input{width:auto;height:auto;margin:0;justify-self:start}.leads-glide-data-editor{border:1px solid #dbe2ea;border-radius:8px;overflow:hidden;background:#fff}.leads-glide-data-editor canvas{outline:none}.leads-glide-tag-suggestions select:disabled{color:#94a3b8;background:#f1f5f9}.speaker-row-clickable.has-talk{cursor:pointer}.speaker-row-clickable:hover{background:#f8fafc}.talk-detail-text.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.talk-detail-toggle{border:none;background:transparent;color:#4f46e5;font-size:11px;cursor:pointer;padding:2px 0;font-weight:500}.talk-detail-toggle:hover{color:#3730a3;text-decoration:underline}.sales-reset-cols-btn{margin-left:auto;font-size:12px;padding:6px 12px}.sales-sites-num{font-weight:600;color:#1e293b}.sales-sites-location{color:#475569;font-size:.8rem}.sales-site-actions{text-align:right}.sales-site-favicon-fallback{width:20px;height:20px;min-width:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;background:#dbeafe;border:1px solid #bfdbfe;color:#1d4ed8;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.sales-delete-btn{padding:6px 10px;border-radius:6px;font-size:12px}.sales-tools-page .events-table-container,.sales-tools-page .events-table{background:#fff}.sales-tools-page .events-table td{background:#fff;transition:background .15s ease}.sales-tools-page .events-table th,.sales-tools-page .events-table tbody tr:hover td{background:#f8fafc}.event-expand-btn{border:none;background:transparent;color:#64748b;border-radius:4px;width:18px;height:18px;line-height:1;padding:0;margin-right:4px;cursor:pointer;font-size:11px;vertical-align:middle}.event-expand-btn:hover{color:#334155}.events-expanded-row td{background:#f8fafc;border-top:none}.sales-speaker-list{display:flex;flex-wrap:wrap;gap:8px}.sales-speaker-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:600}.sales-empty-speakers{color:#64748b;font-size:13px}.sales-source-site{margin-top:10px;font-size:12px;color:#64748b}.sales-source-site a{color:#4f46e5;text-decoration:none}.sales-source-site a:hover{text-decoration:underline}@media(max-width:900px){.sales-section-header{flex-direction:column;align-items:flex-start}.sales-extract-btn{width:100%}.speaker-filter-actions{width:100%;margin-left:0}.speaker-filter-row{width:100%}.speaker-filter-actions .table-filter-search{flex:1 1 auto}}.table-filter-search{display:inline-flex;align-items:center;gap:10px;margin-left:auto;flex:0 1 auto;min-width:0}.table-filter-search-input-wrap{position:relative;display:inline-flex;align-items:center;flex:1 1 auto;min-width:0}.table-filter-search-input{width:100%;max-width:280px;min-width:140px;padding:.45rem 2rem .45rem .75rem;background:#fff;color:#333;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;line-height:1.2;transition:border-color .15s ease,box-shadow .15s ease}.table-filter-search-input::placeholder{color:#94a3b8}.table-filter-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.table-filter-search-input.is-filter-active{border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed29}.table-filter-search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.table-filter-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#64748b;border:1px solid transparent;border-radius:4px;font-size:16px;line-height:1;cursor:pointer;padding:0}.table-filter-search-clear:hover{background:#f1f5f9;color:#4f46e5;border-color:#e2e8f0}.table-filter-search-clear:focus-visible{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.table-filter-search-count{font-size:.8125rem;color:#64748b;white-space:nowrap;font-variant-numeric:tabular-nums}.table-filter-search-count.is-filtered{color:#4f46e5;font-weight:500}.sales-section-header .table-filter-search{margin-left:auto}.speakers-tab-bar .speaker-filter-actions .table-filter-search{margin-left:0;padding-bottom:0}.sales-table-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:12px}.table-filter-empty{padding:1.25rem;text-align:center;color:#64748b;font-size:.9rem;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:6px;margin-top:8px}.table-filter-empty-clear{margin-left:8px;background:#fff;color:#4f46e5;border:1px solid #e2e8f0;border-radius:4px;padding:2px 10px;font-size:.8125rem;cursor:pointer}.table-filter-empty-clear:hover{border-color:#667eea}@media(max-width:700px){.table-filter-search-input{width:200px}}.speaker-talks-mini-table{width:100%;margin-top:4px;font-size:.85rem}.speaker-talks-mini-pane-table-wrap{max-width:100%;min-width:0;overflow-x:hidden}.speaker-talks-mini-table--pane{table-layout:fixed;max-width:100%}.speaker-talks-mini-table th,.speaker-talks-mini-table td{padding:6px 8px;vertical-align:middle}.speaker-talks-mini-table--pane th,.speaker-talks-mini-table--pane td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.speaker-talks-mini-th{background:#f8fafc;color:#475569;text-align:left;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:0}.speaker-talks-mini-th-btn{background:transparent;border:0;padding:2px 4px;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}.speaker-talks-mini-th-btn:hover,.speaker-talks-mini-th.active .speaker-talks-mini-th-btn{color:#4f46e5}.speaker-talks-mini-th-btn:focus-visible{outline:2px solid #667eea;outline-offset:-2px}.speaker-talks-mini-row td{border-top:1px solid #f1f5f9}.speaker-talks-mini-sort-arrow{display:inline-block;margin-left:2px}.speaker-talk-empty{color:#94a3b8}.speaker-talk-title-link,.speaker-name-link{background:none;border:1px solid transparent;padding:2px 6px;margin:-2px -6px;border-radius:4px;color:#4f46e5;font:inherit;text-align:left;cursor:pointer}.speaker-name-link{font-weight:500}.speaker-name-link:hover{background:#eef2ff;border-color:#c7d2fe}.speaker-name-link:focus-visible{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.speaker-talk-title-link:hover{background:#eef2ff;border-color:#c7d2fe}.speaker-talk-title-link:focus-visible{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.speaker-kind-badge{display:inline-block;padding:2px 8px;font-size:.75rem;font-weight:600;background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;border-radius:999px;text-transform:capitalize;letter-spacing:.01em}.sales-speaking-events-table th{background:#f8fafc;color:#475569;text-align:left}.speaking-events-th{white-space:nowrap;padding:0}.speaking-events-th-btn{background:transparent;border:0;padding:2px 4px;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}.speaking-events-th-btn:hover,.speaking-events-th.active .speaking-events-th-btn{color:#4f46e5}.speaking-events-th-btn:focus-visible{outline:2px solid #667eea;outline-offset:-2px}.sales-speaking-events-table td{vertical-align:middle}.speaking-event-row:hover{background:#f8fafc}.speaking-event-source{color:#94a3b8;font-size:.8rem}.speaking-event-talk-count{color:#64748b;font-size:.8rem;font-weight:400;margin-left:2px}.sales-tools-page{padding-right:calc(20px + var(--detail-pane-width, 0px));transition:padding-right .05s linear}@media(max-width:700px){.sales-tools-page{padding-right:1rem}}.blocked-companies-pane{display:flex;flex-direction:column;gap:1rem}.blocked-companies-add-row{display:flex;gap:.5rem;align-items:stretch;margin-bottom:.25rem}.blocked-companies-add-input{flex:1 1 auto;min-width:0;background:#fff;color:#333;border:1px solid #e2e8f0;border-radius:4px;padding:.5rem .75rem;font-size:.95rem}.blocked-companies-add-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.blocked-companies-add-button{flex:0 0 auto;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:1px solid #4f46e5;border-radius:6px;padding:.5rem 1rem;font-weight:500;cursor:pointer;font-size:.95rem;white-space:nowrap}.blocked-companies-add-button:disabled{opacity:.5;cursor:not-allowed}.blocked-companies-table-wrapper{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background:#fff}.blocked-companies-table{width:100%;border-collapse:collapse;font-size:.95rem}.blocked-companies-caption{caption-side:top;text-align:left;padding:.5rem .75rem;color:#64748b;font-size:.85rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.blocked-companies-table th,.blocked-companies-table td{padding:.5rem .75rem;border-bottom:1px solid #f1f5f9;text-align:left;vertical-align:middle}.blocked-companies-table th{color:#64748b;font-weight:500;font-size:.85rem;background:#f8fafc}.blocked-companies-table tbody tr:last-child td{border-bottom:none}.blocked-companies-table tbody tr.is-removing{opacity:.5}.blocked-companies-table tbody tr:hover{background:#f8fafc}.blocked-companies-actions-col{width:2.5rem}.blocked-companies-actions-cell{text-align:right}.blocked-companies-name-cell{color:#1e293b;font-weight:500;word-break:break-word}.blocked-companies-remove{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#991b1b;font-size:1.1rem;line-height:1;cursor:pointer}.blocked-companies-remove:hover:not(:disabled){background:#fecaca;border-color:#991b1b}.blocked-companies-remove:disabled{opacity:.5;cursor:not-allowed}.blocked-companies-empty{padding:1rem;text-align:center;color:#64748b;margin:0}.signal-extraction-pane,.company-signals-section{display:flex;flex-direction:column;gap:1rem}.signal-extraction-intro{display:grid;grid-template-columns:minmax(0,1fr) 10rem;gap:1rem;align-items:stretch}.signal-extraction-intro p{margin:0;color:#334155;line-height:1.55}.signal-extraction-run-card{border:1px solid #dbeafe;border-radius:.75rem;background:linear-gradient(135deg,#eff6ff,#f8fafc);padding:.85rem;color:#1e3a8a}.signal-extraction-run-card strong{display:block;font-size:1.5rem;line-height:1}.signal-extraction-run-card span{display:block;margin-top:.35rem;font-size:.78rem;color:#475569}.signal-definition-table-wrap,.company-signals-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff}.signal-definition-table,.company-signals-table{width:100%;border-collapse:collapse;font-size:.875rem}.signal-definition-table th,.company-signals-table th{text-align:left;padding:.75rem;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:650}.signal-definition-table td,.company-signals-table td{vertical-align:top;padding:.75rem;border-bottom:1px solid #f1f5f9}.signal-definition-table tbody tr:last-child td,.company-signals-table tbody tr:last-child td{border-bottom:none}.signal-definition-table input,.signal-definition-table textarea,.company-signals-filter{width:100%;border:1px solid #cbd5e1;border-radius:.5rem;padding:.6rem .7rem;font:inherit;color:#0f172a;background:#fff}.signal-definition-table textarea{min-width:20rem;resize:vertical}.signal-extraction-actions,.company-signals-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.company-signals-summary{color:#64748b;font-size:.82rem}.company-signal-tag-cell{min-width:12rem}.company-signal-evidence-cell,.company-signal-reasoning-cell{min-width:16rem}.company-signal-tag{display:inline-flex;align-items:center;border-radius:999px;padding:.28rem .55rem;background:#ecfdf5;color:#166534;font-weight:700;line-height:1.2}.company-signal-definition{display:block;margin-top:.5rem;color:#475569;line-height:1.45}.company-signal-evidence-cell{position:relative}.company-signal-source-link{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-weight:700;text-decoration:none}.company-signal-source-link:hover{background:#dbeafe;border-color:#60a5fa}.company-signal-evidence-cell blockquote{margin:0;padding:0 2rem 0 .75rem;border-left:3px solid #93c5fd;color:#1e293b;line-height:1.5}.company-signal-reasoning-cell p{margin:0;color:#334155;line-height:1.5}.company-signal-metadata{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}.company-signal-metadata span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;background:#f1f5f9;color:#475569;padding:.2rem .45rem;font-size:.72rem}@media(max-width:760px){.signal-extraction-intro{grid-template-columns:1fr}.signal-extraction-actions,.company-signals-header{align-items:stretch}.signal-extraction-actions>*,.company-signals-header>*{width:100%}}body.public-briefing-body{padding:0!important;background:#faf8f5!important}._page_1ax48_9{min-height:100vh;width:100%;background:#faf8f5;padding:4rem 1.5rem 3rem;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start;color:#1e293b;background-attachment:fixed}._article_1ax48_69{width:100%;max-width:680px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif}._header_1ax48_79{position:relative;padding-bottom:1.75rem;margin-bottom:2rem;border-bottom:1px solid #e7e2d8}._kindBadge_1ax48_86{display:inline-block;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.12em;color:#64748b;background:#e2e8f0;padding:.2rem .55rem;border-radius:3px;margin-bottom:1.25rem}._title_1ax48_99{font-family:Crimson Pro,Georgia,serif;font-weight:600;font-size:2.6rem;line-height:1.12;letter-spacing:-.015em;color:#1e293b;margin:0 0 1.25rem;word-break:break-word}._metaRow_1ax48_110{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:.75rem}._metaText_1ax48_118{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.9rem;color:#64748b}._sharedBy_1ax48_128{color:#64748b}._sharerName_1ax48_132{color:#334155;font-weight:500}._metaSeparator_1ax48_137{color:#cbd5e1}._timestamp_1ax48_141{color:#64748b;font-variant-numeric:tabular-nums}._briefingName_1ax48_146{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.85rem;color:#78716c;margin:0;font-style:italic}._briefingNameEmphasis_1ax48_154{color:#44403c;font-weight:500;font-style:normal}._avatar_1ax48_164{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#e7e2d8;display:block;border:1px solid rgba(0,0,0,.06);flex-shrink:0}._avatarFallback_1ax48_176{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.85rem;font-weight:600;color:#fff;flex-shrink:0}._body_1ax48_25{font-family:Crimson Pro,Georgia,serif;font-size:1.1rem;line-height:1.65;background:#fff;color:#000;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}._body_1ax48_25 h3,._body_1ax48_25 h4,._body_1ax48_25 h5,._body_1ax48_25 h6{font-family:Crimson Pro,Georgia,serif;color:#000;letter-spacing:-.005em;margin-top:2.25rem;margin-bottom:.75rem;line-height:1.25}._body_1ax48_25 h3{font-size:1.55rem;font-weight:600}._body_1ax48_25 h4{font-size:1.25rem;font-weight:600}._body_1ax48_25 h5{font-size:1.05rem;font-weight:600}._body_1ax48_25 h6{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#000}._body_1ax48_25 p{margin:0 0 1.15rem}._body_1ax48_25 a{color:#0f4c5c;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}._body_1ax48_25 a:hover{color:#0f172a}._body_1ax48_25 ul,._body_1ax48_25 ol{padding-left:1.5rem;margin:0 0 1.15rem}._body_1ax48_25 li{margin-bottom:.4rem}._body_1ax48_25 blockquote{margin:1.5rem 0;padding:.25rem 0 .25rem 1.1rem;border-left:3px solid #c7b99a;color:#000;font-style:italic}._body_1ax48_25 code{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;background:#f1ebdf;color:#000;padding:.1rem .35rem;border-radius:3px;font-size:.92em}._body_1ax48_25 pre{background:#f3f4f6;color:#000;padding:1rem 1.1rem;border-radius:6px;overflow-x:auto;font-size:.9rem;line-height:1.5;margin:1.25rem 0}._body_1ax48_25 pre code{background:transparent;color:inherit;padding:0;font-size:inherit}._body_1ax48_25 table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.95rem}._body_1ax48_25 th,._body_1ax48_25 td{border:1px solid #e7e2d8;padding:.55rem .75rem;text-align:left}._body_1ax48_25 th{background:#f9fafb;font-weight:600}._body_1ax48_25 hr{border:none;border-top:1px solid #e7e2d8;margin:2rem 0}._body_1ax48_25 img{max-width:100%;height:auto;border-radius:4px}._footer_1ax48_337{margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid #e7e2d8;font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.78rem;color:#a8a29e;text-align:center;letter-spacing:.02em}._footerLink_1ax48_348{color:#78716c;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}._footerLink_1ax48_348:hover{color:#1e293b;border-bottom-color:#78716c}._messageColumn_1ax48_364{width:100%;max-width:560px;padding-top:3rem;font-family:IBM Plex Sans,-apple-system,sans-serif}._messageTitle_1ax48_371{font-family:Crimson Pro,Georgia,serif;font-weight:600;font-size:1.9rem;line-height:1.2;color:#1e293b;margin:0 0 .85rem}._messageBody_1ax48_380{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:1rem;line-height:1.55;color:#64748b;margin:0}._loadingText_1ax48_388{font-family:IBM Plex Sans,-apple-system,sans-serif;font-size:.95rem;color:#78716c;margin:0}@media(max-width:600px){._page_1ax48_9{padding:2rem 1.1rem}._title_1ax48_99{font-size:2rem}._body_1ax48_25{font-size:1.05rem}}.no-access-main{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.no-access-card{max-width:520px;width:100%;padding:2rem;text-align:center}.no-access-title{font-family:Crimson Pro,Georgia,serif;font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.no-access-body{color:#475569;font-size:.95rem;line-height:1.5;margin:.5rem 0}.no-access-actions{margin-top:1.5rem;display:flex;justify-content:center}.no-access-btn{background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:4px;padding:.5rem 1.25rem;font-family:inherit;font-size:.9rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}.no-access-btn:hover{border-color:#667eea;color:#4f46e5}
