.chat-suggestions{position:relative;background-color:#15161a;border-radius:10px;padding:1.25rem;margin:1.25rem 0;border:1px dashed #2d2d35}@media(max-width:767px){.chat-suggestions{padding:1rem}}.chat-suggestions-header{display:flex;align-items:center;gap:10px;margin-bottom:.75rem}.chat-suggestions-header svg{width:1.25rem;height:1.25rem;color:#644ff5;fill:#644ff5}.chat-suggestions-header-title{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;color:#644ff5}.chat-suggestions-prompts{display:flex;flex-direction:column;gap:10px}.chat-suggestions-prompt{background-color:#0f1013;border:1px solid #1d1d24;padding:.75rem 1rem;border-radius:999px;font-size:.9rem;color:#c4c9d4;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px;text-decoration:none}@media(max-width:767px){.chat-suggestions-prompt{font-size:.8rem}}.chat-suggestions-prompt:hover{border-color:#644ff5;background-color:rgba(100,79,245,.15);color:#f2f6fd;transform:translateY(-2px)}.chat-suggestions-prompt svg{width:1rem;height:1rem;color:#644ff5;flex-shrink:0}.chat-suggestions-cta-container{margin-top:1rem;text-align:center}.chat-suggestions-cta{display:inline-flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;gap:.5rem;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1rem;border-radius:10px;cursor:pointer;transition:all .3s ease-out;border:none;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#644ff5,#8a3ffc);color:#f2f6fd;box-shadow:0 2px 8px rgba(0,0,0,.2),0 2px 5px rgba(86,97,245,.2);text-decoration:none}@media(max-width:767px){.chat-suggestions-cta{padding:.5rem 1rem}}.chat-suggestions-cta:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.3),0 4px 10px rgba(86,97,245,.3);color:#f2f6fd}.chat-suggestions-cta svg{width:18px;height:18px;flex-shrink:0}.prospect-profile{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;margin-bottom:30px;border:1px solid #2d2d35}@media(max-width:767px){.prospect-profile{padding:1.5rem 1rem}}.prospect-profile-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.prospect-profile-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#3cbeb4}.prospect-profile-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.prospect-profile-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.prospect-profile-summary-text{margin-bottom:1.25em;font-size:.95rem}.prospect-profile-overview-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}@media(max-width:767px){.prospect-profile-overview-details{grid-template-columns:1fr}}.prospect-profile-detail-item{background-color:#15161a;padding:.75rem;border-radius:6px;border:1px solid #2d2d35;min-height:80px;display:flex;flex-direction:column}.prospect-profile-detail-label{display:block;font-size:.8rem;color:#9da3b4;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.prospect-profile-detail-value{font-weight:500;font-size:.95rem;color:#f2f6fd}.prospect-profile-detail-value a{color:#5dc8d5;text-decoration:none;font-weight:600;word-break:break-all;overflow-wrap:break-word;white-space:normal}.prospect-profile-detail-value a:hover{text-decoration:underline}.prospect-profile-key-offerings-pills{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.prospect-profile-key-offering-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#2d2d35;border:1px solid #3d3d45;border-radius:1rem;font-size:.75rem;font-weight:500;color:#c4c9d4;white-space:nowrap;transition:all .2s ease;position:relative;max-width:100%}.prospect-profile-key-offering-pill:hover{background-color:#3d3d45;border-color:#3cbeb4;color:#f2f6fd}.prospect-profile-key-offering-pill-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.prospect-profile-key-offering-pill-info{position:relative;display:flex;align-items:center;justify-content:center;width:14px;height:14px;background-color:rgba(60,190,180,.2);border-radius:50%;cursor:help;transition:all .2s ease;flex-shrink:0}.prospect-profile-key-offering-pill-info svg{color:#3cbeb4}.prospect-profile-key-offering-pill-info:active,.prospect-profile-key-offering-pill-info:hover{background-color:rgba(60,190,180,.3)}.prospect-profile-key-offering-pill-info:active .prospect-profile-key-offering-pill-tooltip,.prospect-profile-key-offering-pill-info:hover .prospect-profile-key-offering-pill-tooltip{opacity:1;visibility:visible;transform:translateY(-5px)}.prospect-profile-key-offering-pill-tooltip{position:absolute;bottom:100%;right:-10px;transform:translateY(0);background-color:#0f1013;border:1px solid #3cbeb4;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;color:#f2f6fd;white-space:normal;width:200px;margin-bottom:.5rem;opacity:0;visibility:hidden;transition:all .2s ease;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.3)}.prospect-profile-key-offering-pill-tooltip:after{content:"";position:absolute;top:100%;right:15px;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #3cbeb4}@media(max-width:767px){.prospect-profile-key-offering-pill-tooltip{bottom:auto;top:100%;right:auto;left:-10px;margin-bottom:0;margin-top:.5rem;transform:translateY(0)}.prospect-profile-key-offering-pill-tooltip:after{top:-6px;bottom:auto;left:15px;right:auto;border-top:none;border-bottom:6px solid #3cbeb4}}.prospect-profile-key-takeaway{font-size:.95rem;margin-top:1.5rem}.product-fit{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;margin-bottom:30px;border:1px solid #2d2d35}@media(max-width:767px){.product-fit{padding:1.5rem 1rem}}.product-fit-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.product-fit-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#00b8d4}.product-fit-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.product-fit-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.product-fit-card{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;padding:16px;background-color:rgba(0,184,212,.05);border-radius:10px;border:1px solid rgba(0,184,212,.3)}.product-fit-card-icon-container{flex-shrink:0;width:36px;height:36px;background-color:#00b8d4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:4px}.product-fit-card-icon-container svg{width:18px;height:18px}.product-fit-card-text{font-size:.95rem;color:#f2f6fd;line-height:1.6}.product-fit-card-text strong{color:#00b8d4;font-weight:600}.sales-angles{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;margin-bottom:30px;border:1px solid #2d2d35}@media(max-width:767px){.sales-angles{padding:1.5rem 1rem}}.sales-angles-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.sales-angles-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#644ff5}.sales-angles-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.sales-angles-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.sales-angles-card{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;padding:16px;background-color:rgba(100,79,245,.05);border-radius:10px;border:1px solid rgba(100,79,245,.3)}.sales-angles-card-icon-container{flex-shrink:0;width:36px;height:36px;background-color:#644ff5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:4px}.sales-angles-card-icon-container svg{width:18px;height:18px;fill:#fff}.sales-angles-card-text{font-size:.95rem;color:#f2f6fd;line-height:1.6}.sales-angles-card-text strong{color:#a06fff;font-weight:600}.target-personas{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;margin-bottom:30px;border:1px solid #2d2d35}@media(max-width:767px){.target-personas{padding:1.5rem 1rem}}.target-personas-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.target-personas-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#8a3ffc}.target-personas-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.target-personas-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.target-personas-description{margin-bottom:1.25rem;font-size:.95rem}.target-personas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1rem}.target-persona{position:relative;background-color:rgba(138,63,252,.05);border-radius:10px;padding:1.25rem;border:1px solid rgba(138,63,252,.3);overflow:hidden}.target-persona:before{content:"";position:absolute;top:0;left:0;bottom:0;width:5px;background:#8a3ffc;opacity:.6}.target-persona-contact{display:flex;align-items:center;gap:10px;margin-bottom:8px}.target-persona-avatar{background:linear-gradient(135deg,#8a3ffc,#644ff5);background-size:cover;background-position:50%}.target-persona-avatar,.target-persona-avatar-placeholder{width:60px;height:60px;border-radius:50%;color:#f2f6fd;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.target-persona-avatar-placeholder{background:linear-gradient(135deg,#8a3ffc,#644ff5)}.target-persona-name{font-weight:600;font-size:1rem;color:#f2f6fd}.target-persona-role{font-size:.9rem;font-weight:600;color:#f2f6fd;margin-bottom:.5rem}.target-persona-focus{font-size:.9rem;color:#c4c9d4;margin-bottom:.75rem;line-height:1.5}.target-persona-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.75rem}.target-persona-tag{font-size:.7rem;padding:3px .5rem;border-radius:6px;background-color:rgba(138,63,252,.2);color:#a06fff;display:inline-flex;align-items:center}.target-persona-tag svg{width:10px;height:10px;margin-right:.25rem}.target-persona-conversation-starters-title{font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:#8a3ffc}.target-persona-conversation-starters{padding-left:1rem}.target-persona-conversation-starter{font-size:.85rem;color:#f2f6fd}.target-persona-cta-container{margin-top:1rem;text-decoration:none}.target-persona-cta{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#8a3ffc;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:all .2s ease-out}.target-persona-cta svg{width:1rem;height:1rem;margin-left:.25rem}.target-persona-cta:hover{color:#5dc8d5}.tech-integration{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;margin-bottom:30px;border:1px solid #2d2d35}@media(max-width:767px){.tech-integration{padding:1.5rem 1rem}}.tech-integration-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.tech-integration-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#5dc8d5}.tech-integration-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.tech-integration-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.tech-integration-subtitle{margin-bottom:1.25rem;font-size:.95rem}.tech-integration-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.tech-integration-item{display:inline-flex;align-items:center;gap:.5rem;background-color:#0f1013;padding:.5rem 14px;border-radius:6px;font-size:.9rem;font-weight:500;color:#c4c9d4;border:1px solid #2d2d35}.tech-integration-item img{object-fit:contain;border-radius:3px}.tech-integration-item img,.tech-integration-item svg{width:1.25rem;height:1.25rem}.tech-integration-point{margin-top:1.25rem;font-size:.95rem;color:#f2f6fd}.tech-integration-point strong{color:#5dc8d5}.potential-objections{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;margin-bottom:30px;border:1px solid #2d2d35}@media(max-width:767px){.potential-objections{padding:1.5rem 1rem}}.potential-objections-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.potential-objections-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#f45949}.potential-objections-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.potential-objections-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.potential-objections-item{margin-bottom:1.25rem;padding-left:1.25rem;border-left:3px solid #f45949}.potential-objections-item-title{font-weight:600;color:#f45949;margin-bottom:6px;font-size:1rem}.potential-objections-item-response{font-size:.9rem;color:#c4c9d4}.potential-objections-item-response strong{color:#f2f6fd}.meeting-notes{background-color:#1e1e22;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.3);padding:2rem;border:1px solid #2d2d35}.meeting-notes-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2d2d35}.meeting-notes-icon-container{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#644ff5,#8a3ffc)}.meeting-notes-icon-container svg{width:1.25rem;height:1.25rem;color:#f2f6fd}.meeting-notes-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:0;color:#f2f6fd}.meeting-notes-description{margin-bottom:1.25rem;font-size:1rem}.meeting-notes-description strong{color:#f2f6fd}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.bebop-icon{object-fit:contain}.bebop-dot,.bebop-icon{width:1.5rem;height:1.5rem}.bebop-dot{background-color:#644ff5;border-radius:50%;flex-shrink:0}@media(max-width:768px){.bebop-dot{width:1rem;height:1rem;background-color:#312e81}}.pulse,.streaming-indicator{animation:pulse 1s infinite}.streaming-indicator{display:inline-flex;width:12px;height:12px;background-color:#fff;border-radius:50%}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1);opacity:1}}.meeting-notes-form-textarea{width:100%;min-height:150px;background-color:#15161a;border:1px solid #1d1d24;border-radius:10px;padding:1rem;color:#f2f6fd;font-family:Outfit,sans-serif;font-size:.95rem;margin-bottom:1.25rem;transition:all .2s ease}.meeting-notes-form-textarea:focus{border-color:#644ff5;outline:none;box-shadow:0 0 0 3px rgba(100,79,245,.2)}.meeting-notes-form-textarea::placeholder{color:#9da3b4}.meeting-notes-form-features{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.meeting-notes-form-feature{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;flex:1 1 calc(50% - 16px);min-width:200px}@media(max-width:768px){.meeting-notes-form-feature{flex:1 1 100%}}.meeting-notes-form-feature svg{color:#644ff5;width:18px;height:18px;flex-shrink:0}.meeting-notes-form-feature span{font-weight:600;color:#c4c9d4}.meeting-notes-form-cta-container{display:flex;justify-content:center;align-items:center;margin-top:1.5rem}.meeting-notes-form-cta{display:flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1rem;border-radius:10px;cursor:pointer;transition:all .3s ease-out;border:none;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#644ff5,#8a3ffc);color:#f2f6fd;box-shadow:0 2px 8px rgba(0,0,0,.2),0 2px 5px rgba(86,97,245,.2)}.meeting-notes-form-cta:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.3),0 4px 10px rgba(86,97,245,.3);color:#f2f6fd}