@charset "UTF-8";.homeContainer{background:var(--primary);padding:5% 6% 40px 16%}.v0-home-container{margin-left:240px;margin-top:64px;padding:24px;min-height:calc(100vh - 64px);background:#f9fafb;transition:margin-left .3s ease-in-out}.v0-home-sidebar-expanded{margin-left:240px}.v0-home-sidebar-collapsed{margin-left:64px}.v0-sidebar-collapsed~.v0-home-container{margin-left:64px}.v0-invite-section{margin-bottom:24px}.v0-invite-card{background:linear-gradient(135deg,#0ec36f1a,#0ec36f0d);border:1px solid rgba(14,195,111,.2);border-radius:12px;padding:24px;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.v0-invite-content{max-width:600px;margin:0 auto}.v0-invite-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 16px}.v0-invite-text{font-size:18px;color:#374151;line-height:1.6;margin:0 0 24px}.v0-invite-btn{background:#1157e2;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.v0-invite-btn:hover:not(:disabled){background:#0d47b8}.v0-invite-btn:disabled{opacity:.6;cursor:not-allowed}.v0-welcome-section{margin-bottom:32px}.v0-welcome-banner{background:linear-gradient(135deg,#1157e2,#0d47b8);color:#fff;padding:32px;border-radius:12px;text-align:center}.v0-welcome-title{font-size:32px;font-weight:700;margin:0 0 8px}.v0-welcome-subtitle{font-size:18px;opacity:.9;margin:0}.v0-main-content{display:flex;flex-direction:column;gap:32px}.v0-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.v0-video-section{grid-column:1}.v0-video-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:300px}.v0-video-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1157e2;font-weight:600}.v0-video-subtitle{font-size:14px;color:#6b7280;font-weight:400}.v0-video-container{flex:1;margin-bottom:16px;border-radius:8px;overflow:hidden}.v0-watch-btn{background:transparent;color:#1157e2;border:2px solid #1157e2;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;box-shadow:none}.v0-watch-btn:hover{background:#1157e2;color:#fff;box-shadow:0 2px 4px #1157e233}.v0-profile-section{grid-column:2}.v0-profile-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;height:100%;min-height:200px;height:300px;display:flex;flex-direction:column}.v0-profile-header h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.v0-profile-header p{color:#6b7280;margin:0 0 24px}.v0-profile-content{flex:1;display:flex;flex-direction:column}.v0-resource-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a}.v0-resource-header{text-align:center;margin-bottom:32px}.v0-resource-header h2{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.v0-resource-header p{color:#6b7280;font-size:16px;margin:0}.v0-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:100%;overflow:visible}.v0-resource-item{padding:24px;border:2px solid transparent;border-radius:8px;text-align:center;transition:all .2s ease;cursor:pointer;background:#fff}.v0-resource-item:hover{background:#f9fafb;border-color:#1157e2;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.v0-resource-item-selected{border-color:#1157e2;background:linear-gradient(135deg,#1157e20d,#1157e205);box-shadow:0 4px 12px #1157e226}.v0-resource-icon{color:#1157e2;margin-bottom:16px}.v0-resource-item h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.v0-resource-item p{color:#6b7280;margin:0}.v0-resource-details{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;margin-top:24px}.v0-resource-header-selected{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.v0-resource-header-selected h3{font-size:24px;font-weight:600;color:#111827;margin:0}.v0-resource-close-btn{background:transparent;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s ease;line-height:1}.v0-resource-close-btn:hover{background:#f3f4f6;color:#111827}.v0-resource-tabs{display:flex;justify-content:center;gap:16px;margin-bottom:32px;border-bottom:1px solid #e5e7eb;padding-bottom:16px}.v0-resource-tab{background:transparent;border:none;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#6b7280;font-weight:500;display:flex;align-items:center;gap:8px}.v0-resource-tab:hover{background:#f3f4f6;color:#111827}.v0-resource-content{min-height:400px}.v0-resource-carousel{margin-top:24px;max-width:1200px;margin-left:auto;margin-right:auto}.v0-resource-grid-static{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto;justify-items:center}.v0-carousel-container{position:relative;display:flex;align-items:center;gap:16px;max-width:1000px;margin:0 auto}.v0-carousel-track{padding:20px;flex:1;overflow:hidden;border-radius:12px}.v0-carousel-slides{display:flex;transition:transform .3s ease;gap:24px}.v0-carousel-slide{flex:0 0 calc(100% / 3);min-width:0;max-width:400px}@media (max-width: 1200px){.v0-carousel-slide{flex:0 0 50%;max-width:350px}}@media (max-width: 768px){.v0-carousel-slide{flex:0 0 100%;max-width:100%}}.v0-carousel-arrow{background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;box-shadow:0 2px 4px #0000001a;z-index:10}.v0-carousel-arrow:hover{background:#1157e2;color:#fff;border-color:#1157e2;box-shadow:0 4px 8px #1157e233}.v0-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.v0-carousel-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:all .2s ease}.v0-carousel-dot:hover{background:#9ca3af}.v0-carousel-dot-active{background:#1157e2;transform:scale(1.2)}.v0-resource-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;height:94%;max-width:400px;position:relative;transition:all .2s ease;display:flex;flex-direction:column}.v0-resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#1157e2}.v0-resource-banner{position:absolute;top:-12px;left:16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;z-index:1}.v0-resource-card-content{display:flex;flex-direction:column;height:100%;gap:16px}.v0-resource-card-title{font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.3}.v0-resource-card-description{color:#6b7280;font-size:14px;line-height:1.5;margin:0;flex:1;max-height:120px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.v0-resource-card-description::-webkit-scrollbar{width:4px}.v0-resource-card-description::-webkit-scrollbar-track{background:transparent}.v0-resource-card-description::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.v0-resource-card-description::-webkit-scrollbar-thumb:hover{background:#9ca3af}.v0-resource-card-meta{display:flex;flex-direction:column;gap:4px;font-size:13px}.v0-resource-card-time{color:#1157e2;font-weight:500}.v0-resource-card-user-type{color:#6b7280;font-weight:500}.v0-resource-card-link{background:transparent;color:#1157e2;border:2px solid #1157e2;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;text-align:center;transition:all .2s ease;margin-top:auto}.v0-resource-card-link:hover{background:#0d47b8}.v0-favorites-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;margin-top:24px}.v0-favorites-header{text-align:center;margin-bottom:32px}.v0-favorites-header h2{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.v0-favorites-header p{color:#6b7280;font-size:16px;margin:0}.v0-favorites-content{min-height:200px}.v0-favorites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.v0-favorite-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.v0-favorite-item:hover{border-color:#1157e2;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.v0-favorite-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.v0-favorite-org-info{display:flex;align-items:flex-start;gap:12px;flex:1}.v0-favorite-org-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #e5e7eb}.v0-favorite-org-avatar img{width:100%;height:100%;object-fit:cover}.v0-favorite-title-section{flex:1;min-width:0}.v0-favorite-header h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.3}.v0-favorite-type-badge{display:inline-flex;align-items:center;gap:6px;background:#1157e2;color:#fff;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}.v0-favorite-remove-btn{background:transparent;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;line-height:1;flex-shrink:0}.v0-favorite-remove-btn:hover{background:#f3f4f6;color:#dc2626}.v0-favorite-opportunity-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 20px;line-height:1.4}.v0-favorite-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:20px}.v0-favorite-info-item{display:flex;align-items:center;gap:10px;color:#6b7280;font-size:14px;padding:8px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.v0-favorite-info-item svg{color:#1157e2;flex-shrink:0}.v0-favorite-description{color:#6b7280;font-size:14px;line-height:1.6;margin:0 0 24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.v0-favorite-actions{display:flex;gap:12px}.v0-favorite-view-btn{background:linear-gradient(135deg,#1157e2,#0d47b8);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;box-shadow:0 2px 4px #1157e233}.v0-favorite-view-btn:hover{background:linear-gradient(135deg,#0d47b8,#0a3d8f);transform:translateY(-1px);box-shadow:0 4px 12px #1157e24d}.v0-favorites-empty{text-align:center;padding:60px 20px;color:#6b7280}.v0-favorites-empty p{font-size:16px;margin:0}.v0-resource-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;position:relative}.v0-resource-card h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px}.v0-resource-card p{color:#6b7280;line-height:1.6;margin:0 0 16px}.v0-resource-link{display:block;background:#1157e2;color:#fff;text-align:center;padding:12px;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.v0-resource-link:hover{background:#0d47b8}.v0-importance-banner{position:absolute;top:-12px;left:16px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:1}.v0-support-section{text-align:center;margin-top:32px}.v0-support-section h2{font-size:28px;font-weight:700;color:#111827;margin:0 0 24px}.v0-support-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;max-width:800px;margin:0 auto}.v0-support-card p{font-size:18px;color:#374151;line-height:1.6;margin:0}.v0-highlight{color:#1157e2;font-weight:600}@media (max-width: 1024px){.v0-home-container{margin-left:0;padding:16px}.v0-sidebar-collapsed~.v0-home-container{margin-left:0}.v0-content-grid,.v0-resource-grid{grid-template-columns:1fr}.v0-resource-tabs{flex-wrap:wrap;justify-content:flex-start}.v0-favorites-grid,.v0-favorite-info-grid{grid-template-columns:1fr}.v0-favorite-header{flex-direction:column;gap:12px}.v0-favorite-org-info{flex-direction:column;align-items:center;text-align:center;gap:16px}.v0-favorite-org-avatar{width:56px;height:56px}.v0-favorite-remove-btn{align-self:flex-end}}.launchpadIntro{padding:10px;background-color:#fff;width:53%;border-radius:10px;box-shadow:0 4px 8px #0003,0 6px 20px #00000017}.resourceCenter{margin-top:40px}.resourceCenter h2{text-align:center;font-size:2em;margin-bottom:20px}.resourceItem{background:transparent;border:none;padding:10px 20px;cursor:pointer;transition:all .3s ease;border-radius:5px;display:flex;align-items:center;gap:10px}.resourceItem:hover{background-color:var(--neutral)}.btnInviteContacts{background:var(--secondary);color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.btnInviteContacts:hover:not(:disabled){background:var(--highlight)}.btnInviteContacts:disabled{opacity:.6;cursor:not-allowed}.v0-opportunity-apply-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.v0-opportunity-apply-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:95%;max-width:900px;max-height:90vh;overflow:hidden;animation:slideUp .3s ease-out}.v0-opportunity-apply-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #f1f5f9;margin-bottom:10px}.v0-opportunity-apply-title{font-size:24px;font-weight:700;color:#111827;margin:0}.v0-opportunity-apply-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.v0-opportunity-apply-close-btn:hover{background:#f3f4f6;color:#111827}.v0-opportunity-apply-content{display:flex;height:calc(90vh - 100px);overflow:hidden}.v0-opportunity-apply-sidebar{width:280px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:24px;overflow-y:auto}.v0-opportunity-apply-sidebar-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 20px}.v0-opportunity-apply-details{display:flex;flex-direction:column;gap:16px}.v0-opportunity-apply-detail-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.v0-opportunity-apply-detail-icon{color:#1976d2;flex-shrink:0;margin-top:2px}.v0-opportunity-apply-detail-content{display:flex;flex-direction:column;gap:4px;flex:1}.v0-opportunity-apply-detail-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.v0-opportunity-apply-detail-value{font-size:14px;font-weight:500;color:#111827;line-height:1.4}.v0-opportunity-apply-main{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column}.v0-opportunity-apply-section{flex:1}.v0-opportunity-apply-section-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 20px}.v0-opportunity-apply-form{display:flex;flex-direction:column;gap:20px}.v0-opportunity-apply-field{display:flex;flex-direction:column;gap:8px}.v0-opportunity-apply-field-label{font-size:14px;font-weight:600;color:#374151}.v0-form-textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-family:inherit;line-height:1.5;resize:vertical;min-height:80px;transition:all .2s ease;background:#fff}.v0-form-textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.v0-form-textarea::placeholder{color:#9ca3af}.v0-file-upload{display:flex;align-items:center}.v0-file-upload-label{display:flex;align-items:center;gap:8px;padding:12px 16px;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#6b7280;font-size:14px;font-weight:500}.v0-file-upload-label:hover{border-color:#1976d2;color:#1976d2;background:#f8fafc}.v0-opportunity-apply-submit-btn{background:#1976d2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:20px;align-self:flex-start}.v0-opportunity-apply-submit-btn:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.v0-opportunity-apply-email-section,.v0-opportunity-apply-website-section{display:flex;flex-direction:column;gap:16px}.v0-opportunity-apply-email-info,.v0-opportunity-apply-website-info{background:#f8fafc;padding:16px;border-radius:8px;border-left:4px solid #1976d2}.v0-opportunity-apply-email-info p,.v0-opportunity-apply-website-info p{margin:0;font-size:14px;color:#374151;line-height:1.5}.v0-opportunity-apply-requirements-list{margin:0;padding-left:20px;color:#374151;font-size:14px;line-height:1.6}.v0-opportunity-apply-requirements-list li{margin-bottom:8px}.v0-opportunity-apply-website-btn{background:#1976d2;color:#fff;text-decoration:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;align-self:flex-start}.v0-opportunity-apply-website-btn:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.v0-opportunity-apply-learn-more{margin-top:auto;padding-top:24px;border-top:1px solid #f1f5f9;text-align:center;font-size:14px;color:#6b7280;line-height:1.5}.v0-opportunity-apply-learn-more p{margin:0 0 8px}.v0-opportunity-apply-learn-more-link{color:#1976d2;text-decoration:underline;font-weight:500}.v0-opportunity-apply-learn-more-link:hover{color:#1565c0}@media (max-width: 768px){.v0-opportunity-apply-modal{width:95%;max-width:none;max-height:95vh}.v0-opportunity-apply-content{flex-direction:column;height:calc(95vh - 100px)}.v0-opportunity-apply-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;max-height:200px;overflow-y:auto}.v0-opportunity-apply-details{flex-direction:row;overflow-x:auto;gap:12px}.v0-opportunity-apply-detail-item{min-width:200px;flex-shrink:0}}.v0-organization-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;position:relative;transition:all .3s ease;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:20px;animation:slideIn .4s ease-out;width:100%;max-width:100%;box-sizing:border-box}.v0-organization-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026;border-color:#1157e2}.v0-organization-wide{width:720px;margin:0 auto;display:block;min-width:600px}.v0-organization-profile{width:100%;margin:0 auto;max-width:90%}.v0-organization-popup{max-width:600px;margin:0 auto;width:100%}.v0-unpublished-banner{position:absolute;top:-8px;left:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:2;box-shadow:0 2px 8px #00000026}.v0-relevance-banner{position:absolute;top:-15px;left:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:2;box-shadow:0 2px 8px #00000026}.v0-report-button{position:absolute;top:16px;right:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;z-index:2}.v0-report-button:hover{background:#ef44441a;color:#ef4444;transform:scale(1.1)}.v0-favorite-button{position:absolute;top:16px;right:60px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;z-index:2}.v0-favorite-button:hover{background:#ef44441a;color:#ef4444;transform:scale(1.1)}.v0-favorite-button.favorited{color:#ef4444;background:#ef44441a}.v0-favorite-button.favorited:hover{background:#ef444433;transform:scale(1.1)}.v0-organization-logo{position:absolute;top:16px;left:16px;z-index:1}.v0-organization-logo img{width:76px;height:76px;border-radius:14px;object-fit:cover;background:#fff;border:2px solid #fff;outline:1px solid #e5e7eb;box-shadow:0 6px 18px #0000001f}.v0-organization-content{display:flex;flex-direction:column;gap:16px;padding-left:100px;padding-top:8px}.v0-organization-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-right:56px}.v0-organization-title-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1}.v0-organization-name{font-size:22px;font-weight:700;color:#111827;margin:0;line-height:1.3;flex:1;word-break:break-word}.v0-organization-type-badge{display:flex;align-items:center;gap:6px;background:#f3f4f6;color:#374151;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.v0-organization-header{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.v0-organization-info{min-width:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.v0-organization-type{color:#6b7280;margin:0 0 8px;font-size:16px;font-weight:500}.v0-organization-description{position:relative;width:100%;max-width:70%;box-sizing:border-box}.v0-description-text{font-size:15px;line-height:1.6;color:#374151;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;box-sizing:border-box}.v0-description-text.contracted{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;position:relative}.v0-description-text.contracted:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:20px;background:linear-gradient(to right,transparent,white)}.v0-description-text.expanded{display:block}.v0-organization-dates{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;margin-top:16px}.v0-date-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.v0-date-item svg{color:#1157e2;flex-shrink:0}.v0-date-item strong{color:#111827;font-weight:600}.v0-organizer-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;padding-top:8px;border-top:1px solid #e2e8f0;margin-top:4px}.v0-organizer-item svg{color:#1157e2;flex-shrink:0}.v0-organizer-item strong{color:#111827;font-weight:600}.v0-organizer-link{background:transparent;border:none;color:#1157e2;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}.v0-organizer-link:hover:not(:disabled){background:transparent;color:#0d47b8}.v0-organizer-link:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.v0-organization-actions{display:flex;gap:12px;justify-content:center;margin-top:16px}.v0-btn{border:none;border-radius:10px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-width:140px}.v0-btn-primary{background:linear-gradient(135deg,#1157e2,#0d47b8);color:#fff;box-shadow:0 4px 12px #1157e24d}.v0-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0d47b8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #1157e266}.v0-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.v0-btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.v0-organization-content-container{overflow:hidden;transition:all .3s ease}.v0-organization-content-container.contracted{max-height:120px;position:relative}.v0-organization-content-container.contracted:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,#fff);pointer-events:none}.v0-organization-content-container.expanded{max-height:none}.v0-organization-expand-btn{background:transparent;border:none;color:#1976d2;font-size:14px;font-weight:500;cursor:pointer;padding:6px 12px;margin:4px auto;transition:all .2s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;position:relative;align-self:center}.v0-organization-expand-btn:hover{color:#1565c0;background:#1976d20d;text-decoration:none}.v0-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.v0-organization-logistics{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;padding:20px;margin-top:16px}.v0-logistics-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 16px}.v0-logistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.v0-logistic-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.v0-logistic-item svg{color:#1157e2;flex-shrink:0}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.v0-organization-wide{width:640px}}@media (max-width: 768px){.v0-organization-card{padding:20px;gap:16px}.v0-organization-wide{width:100%}.v0-organization-logo{top:12px;left:12px}.v0-organization-logo img{width:60px;height:60px}.v0-organization-content{padding-left:80px;gap:12px}.v0-organization-title-row{padding-right:44px;gap:12px;flex-direction:column;align-items:flex-start}.v0-organization-name{font-size:20px}.v0-organization-header{align-items:flex-start}.v0-organization-info{align-items:flex-start;text-align:left}.v0-organization-actions{flex-direction:column}.v0-btn{width:100%}.v0-logistics-grid{grid-template-columns:1fr}.v0-organization-dates{padding:12px}}@media (max-width: 480px){.v0-organization-card{padding:16px;margin:0 8px}.v0-organization-logo{top:8px;left:8px}.v0-organization-logo img{width:48px;height:48px}.v0-organization-content{padding-left:64px}.v0-unpublished-banner,.v0-relevance-banner{left:12px;font-size:11px;padding:4px 8px}.v0-report-button{top:12px;right:12px;width:32px;height:32px}}.organizationProfileContainer{position:relative;width:60%;padding:20px 5px 20px 20px;border-radius:7px;margin:0 auto;background:#fff;border:2px solid rgba(55,68,73,.283)}.organizationProfileContainer.opportunityPopup{width:80%}.organizationProfileContainer.userProfile{width:95%}.reportProfileModal{color:var(--secondary);cursor:pointer;transition:transform .2s ease}.reportProfileModal:hover{transform:scale(1.1)}.organizationInfo.contracted{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:8;-webkit-line-clamp:8;line-height:1;overflow:hidden;transition:all .5s ease-out}.organizationInfo.expanded{padding-bottom:2px;display:block;line-height:1.1;max-height:none;background:none;transition:all .5s ease-out}.organizationInfo.contracted:before{transition:all .5s ease-out;content:"";position:absolute;height:2em;width:100%;bottom:0;pointer-events:none}.btnOrganizationLearnMore{font-size:17px;padding:7px;border-radius:2px;width:80%}.btnOrganizationConnect{border-radius:5px;padding:7px;font-size:17px;width:80%;font-weight:bolder;border-width:1.9px}.organizationDescription{font-size:14px;line-height:1}.logisticOption{display:flex;gap:5px;align-items:center;justify-content:center}.logisticOption.hidden{display:none}.logisticsDisplay{display:flex;justify-content:space-evenly;padding-top:10px}.organizationPfp{border-style:solid;object-fit:cover;border-color:var(--border);width:145px;border-radius:20px;height:145px}@media (max-width: 600px){.v0-organization-card{padding:16px;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.v0-organization-wide{width:100%;max-width:100%;min-width:auto}.v0-organization-profile,.v0-organization-popup{width:100%;max-width:100%}.v0-organization-logo{position:relative;top:0;left:0;margin-bottom:12px}.v0-organization-logo img{width:60px;height:60px}.v0-organization-content{padding-left:0;padding-top:0;width:100%}.v0-organization-title-row{flex-direction:column;align-items:flex-start;gap:8px;padding-right:0;width:100%}.v0-organization-title-content{width:100%}.v0-organization-name{font-size:18px;line-height:1.2;word-break:break-word;overflow-wrap:break-word}.v0-organization-type-badge{font-size:11px;padding:3px 6px;white-space:normal;word-break:break-word}.v0-organization-description{margin-bottom:8px;width:100%}.v0-description-text{font-size:14px;line-height:1.4;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;box-sizing:border-box}.v0-organization-dates{gap:8px;width:100%}.v0-date-item,.v0-organizer-item{font-size:13px;padding:6px 8px;word-break:break-word}.v0-organization-actions{gap:8px;flex-wrap:wrap;width:100%}.v0-btn{padding:8px 12px;font-size:13px;min-width:auto;flex:1;white-space:nowrap}.v0-organization-logistics{padding:12px;width:100%}.v0-logistics-title{font-size:14px;margin-bottom:8px}.v0-logistics-grid{gap:8px}.v0-logistic-item{font-size:13px;padding:6px 8px;word-break:break-word}.v0-organization-content-container.contracted{max-height:80px}.v0-organization-expand-btn{padding:4px 8px;font-size:12px;margin:2px auto}}@media (max-width: 480px){.v0-organization-card{padding:12px;gap:8px;width:100%;max-width:100%}.v0-organization-wide{min-width:auto}.v0-organization-logo img{width:48px;height:48px}.v0-organization-name{font-size:16px;word-break:break-word}.v0-organization-type-badge{font-size:10px;padding:2px 4px;white-space:normal}.v0-description-text{font-size:13px;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;box-sizing:border-box}.v0-date-item,.v0-organizer-item{font-size:12px;padding:4px 6px;word-break:break-word}.v0-btn{padding:6px 10px;font-size:12px;white-space:nowrap}.v0-organization-content-container.contracted{max-height:60px}.v0-organization-expand-btn{padding:3px 6px;font-size:11px;gap:4px}.v0-organization-expand-btn svg{width:14px;height:14px}}@media (max-width: 400px){.v0-organization-card{padding:8px;gap:6px;width:100%;max-width:100%;box-sizing:border-box}.v0-organization-wide{min-width:auto;width:100%;max-width:100%}.v0-organization-logo img{width:40px;height:40px}.v0-organization-name{font-size:14px;word-break:break-word;overflow-wrap:break-word}.v0-organization-type-badge{font-size:9px;padding:1px 3px;white-space:normal;word-break:break-word}.v0-description-text{font-size:12px;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;box-sizing:border-box;white-space:normal}.v0-date-item,.v0-organizer-item{font-size:11px;padding:3px 4px}.v0-btn{padding:4px 8px;font-size:11px}.v0-organization-content-container.contracted{max-height:50px}.v0-organization-expand-btn{padding:2px 4px;font-size:10px}}.profile-modal-opportunity-card .v0-organization-card{width:100%;max-width:100%;box-sizing:border-box;margin:0}.profile-modal-opportunity-card .v0-organization-content,.profile-modal-opportunity-card .v0-organization-title-row{width:100%;max-width:100%}.profile-modal-opportunity-card .v0-organization-name{word-break:break-word;overflow-wrap:break-word}.profile-modal-opportunity-card .v0-organization-type-badge{white-space:normal;word-break:break-word}.profile-modal-opportunity-card .v0-organization-dates,.profile-modal-opportunity-card .v0-organization-actions,.profile-modal-opportunity-card .v0-organization-logistics{width:100%;max-width:100%;box-sizing:border-box}.profile-modal-opportunity-card .v0-organization-actions{flex-direction:column;gap:8px}.profile-modal-opportunity-card .v0-organization-actions .v0-btn{min-width:0;width:90%;max-width:320px}.profile-modal-opportunity-card .v0-organization-dates{width:100%;max-width:100%;box-sizing:border-box}.profile-modal-opportunity-card .v0-date-item,.profile-modal-opportunity-card .v0-organizer-item{flex-wrap:wrap}.profile-modal-opportunity-card .v0-date-item span,.profile-modal-opportunity-card .v0-organizer-item span,.profile-modal-opportunity-card .v0-organizer-link{word-break:break-word;overflow-wrap:anywhere}.v0-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.v0-organization-profile-modal{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e5e7eb}.v0-modal-close-btn{position:absolute;top:16px;right:16px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.v0-modal-close-btn:hover{background:#ef44441a;color:#ef4444;transform:scale(1.1)}.v0-organization-header{padding:32px 32px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:20px 20px 0 0}.v0-organization-title-section{flex:1;display:flex;align-items:flex-start;gap:16px}.v0-organization-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #e5e7eb;box-shadow:0 2px 8px #0000001a}.v0-organization-avatar img{width:100%;height:100%;object-fit:cover}.v0-organization-title-content{flex:1;min-width:0}.v0-organization-name{font-size:28px;font-weight:700;color:#111827;margin:0 0 16px;line-height:1.2}.v0-opportunity-type-badge{display:inline-flex;align-items:center;gap:8px;background:#1157e2;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.v0-organization-actions{display:flex;gap:12px;align-items:center}.v0-apply-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:14px 28px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px #10b9814d}.v0-apply-button:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.v0-apply-button:disabled{opacity:.6;cursor:not-allowed}.v0-opportunity-details{padding:32px;background:#fff}.v0-opportunity-title{font-size:26px;font-weight:700;color:#111827;margin:0 0 28px;line-height:1.3}.v0-opportunity-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:36px}.v0-info-item{display:flex;align-items:center;gap:14px;color:#6b7280;font-size:15px;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.v0-info-item svg{color:#1157e2;flex-shrink:0}.v0-opportunity-section{margin-bottom:36px}.v0-opportunity-section h4{font-size:20px;font-weight:600;color:#111827;margin:0 0 16px;display:flex;align-items:center;gap:10px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.v0-opportunity-section p{color:#374151;line-height:1.7;margin:0;font-size:15px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.v0-application-info{display:flex;flex-direction:column;gap:12px}.v0-organization-section{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}.v0-organization-bio{color:#374151;line-height:1.6;margin:0 0 16px}.v0-fields-of-interest{margin-top:16px}.v0-fields-of-interest strong{color:#111827;display:block;margin-bottom:12px}.v0-fields-tags{display:flex;flex-wrap:wrap;gap:8px}.v0-field-tag{background:#f3f4f6;color:#374151;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:500}@media (max-width: 768px){.v0-organization-profile-modal{margin:10px;max-height:calc(100vh - 20px)}.v0-organization-header{padding:24px 24px 20px;flex-direction:column;gap:16px}.v0-organization-title-section{flex-direction:column;align-items:center;text-align:center;gap:16px}.v0-organization-avatar{width:80px;height:80px}.v0-organization-actions{width:100%;justify-content:space-between}.v0-opportunity-details{padding:24px}.v0-opportunity-info-grid{grid-template-columns:1fr}}.loading-spinner-container{display:flex;justify-content:center;align-items:center}.loading-spinner{width:50px;height:50px;border:3px solid var(--secondary);border-radius:50%;border-top-color:var(--neutral);animation:spin 1s ease-in-out infinite;position:relative}.spinner-accent{position:absolute;top:-3px;left:50%;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:10px solid var(--accent);transform:translate(-50%)}@keyframes spin{to{transform:rotate(360deg)}}.dropdown-loading-spinner{min-height:38px;display:flex;align-items:center;justify-content:center;padding-top:20px}.profile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .2s ease-out}.profile-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:600px;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.profile-modal-header{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:10}.profile-modal-action-btn,.profile-modal-close-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.profile-modal-action-btn:hover{background:#ef44441a;color:#ef4444}.profile-modal-close-btn:hover{background:#0000001a;color:#111827}.profile-modal-section{padding:32px 32px 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:20px;align-items:center}.profile-modal-avatar img{width:80px;height:80px;border-radius:16px;object-fit:cover;border:3px solid white;box-shadow:0 4px 12px #00000026}.profile-modal-info{flex:1;min-width:0}.profile-modal-name-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.profile-modal-name{font-size:24px;font-weight:700;color:#111827;margin:0}.profile-modal-connection-badge{background:#10b981;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.profile-modal-description{color:#6b7280;font-size:14px;margin:0;line-height:1.5}.profile-modal-details{padding:24px 32px;display:grid;gap:16px}.profile-modal-detail-item{display:flex;gap:12px;align-items:flex-start}.profile-modal-detail-icon{width:32px;height:32px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.profile-modal-detail-content{flex:1;min-width:0}.profile-modal-detail-label{display:block;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.profile-modal-detail-value{color:#111827;font-size:14px;line-height:1.5}.profile-modal-linkedin-link{color:#0077b5;text-decoration:none;font-weight:500;transition:all .2s ease}.profile-modal-linkedin-link:hover{color:#005885;text-decoration:underline}.profile-modal-connect-btn{margin:0 32px 24px;width:calc(100% - 64px);padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.profile-modal-connect-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.profile-modal-connect-btn:disabled{opacity:.6;cursor:not-allowed}.profile-modal-connect-btn.connected{background:#10b981}.profile-modal-connect-btn.connected:hover{background:#059669}.profile-modal-content{padding:0 32px 32px;overflow-y:auto;max-height:400px;overflow-x:hidden}.profile-modal-loading-section{display:flex;justify-content:center;padding:40px 0}.profile-modal-content-section{margin-bottom:32px}.profile-modal-content-section:first-child{margin-top:0}.profile-modal-section-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px;text-align:center}.profile-modal-opportunities-grid{display:grid;gap:16px}.profile-modal-opportunity-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.profile-modal-about-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.profile-modal-about-card p{margin:0;color:#374151;line-height:1.6}.profile-modal-skills-container{display:grid;gap:16px}.profile-modal-skill-category{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.profile-modal-skill-category-title{font-size:14px;font-weight:600;color:#111827;margin:0 0 12px}.profile-modal-skill-tags{display:flex;flex-wrap:wrap;gap:8px}.profile-modal-skill-tag{background:#e0e7ff;color:#3730a3;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.profile-modal-resume-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.profile-modal-resume-iframe{width:100%;height:500px;border:none}.profile-modal-commitment-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.profile-modal-commitment-tag{background:#fef3c7;color:#92400e;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;border:1px solid #f59e0b}@media (max-width: 640px){.profile-modal{max-width:100%;margin:0 16px}.profile-modal-section{padding:24px 24px 20px;flex-direction:column;text-align:center}.profile-modal-details,.profile-modal-content{padding-left:24px;padding-right:24px}.profile-modal-connect-btn{margin:0 24px 20px;width:calc(100% - 48px)}.profile-modal-detail-item{flex-direction:column;gap:8px}}.connect-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .2s ease-out}.connect-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:600px;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.connect-modal-header{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:10}.connect-modal-close-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.connect-modal-close-btn:hover{background:#0000001a;color:#111827}.connect-modal-content{padding:32px 32px 24px}.connect-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px;text-align:center;line-height:1.3}.connect-modal-subtitle{font-size:16px;font-weight:300;color:#6b7280;margin:0 0 24px;text-align:center}.connect-modal-divider{border:none;border-top:2px solid #e5e7eb;margin:0 0 24px}.connect-modal-contact-info{display:flex;flex-direction:column;gap:16px;padding:20px 0}.connect-modal-contact-item{display:flex;align-items:center;gap:12px;font-size:16px;color:#374151}.connect-modal-contact-label{font-weight:600;color:#111827;min-width:80px}.connect-modal-contact-value{color:#1976d2;text-decoration:underline;cursor:pointer;-webkit-user-select:text;user-select:text;transition:color .2s ease}.connect-modal-contact-value:hover{color:#1565c0}.connect-modal-contact-value.linkedin{color:#0077b5}.connect-modal-contact-value.linkedin:hover{color:#005885}.connect-modal-message-section{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:24px 0}.connect-modal-textarea{width:100%;height:180px;border:2px solid #e5e7eb;border-radius:8px;padding:16px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s ease;background:#f9fafb}.connect-modal-textarea:focus{outline:none;border-color:#1976d2;background:#fff}.connect-modal-checkbox-container{display:flex;align-items:center;gap:8px;margin:16px 0}.connect-modal-checkbox{width:18px;height:18px;accent-color:#1976d2}.connect-modal-checkbox-label{font-size:16px;font-weight:300;color:#374151}.connect-modal-footer{padding-top:24px;display:flex;justify-content:space-between;gap:16px}.connect-modal-cancel-button{background:transparent;color:#6b7280;border:2px solid #e5e7eb;border-radius:8px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;flex:1}.connect-modal-cancel-button:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.connect-modal-send-button{background:#1976d2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;flex:1}.connect-modal-send-button:hover:not(:disabled){background:#1565c0;transform:translateY(-1px)}.connect-modal-send-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}@media (max-width: 640px){.connect-modal{max-width:100%;margin:0 16px}.connect-modal-content{padding:24px 24px 20px}.connect-modal-footer{flex-direction:column}}.parental-connection-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .2s ease-out}.parental-connection-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:500px;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.parental-connection-modal-header{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:10}.parental-connection-modal-close-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.parental-connection-modal-close-btn:hover{background:#0000001a;color:#111827}.parental-connection-modal-content{padding:32px 32px 24px;text-align:center}.parental-connection-modal-icon{font-size:36px;margin-bottom:12px}.parental-connection-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 16px}.parental-connection-modal-message{color:#6b7280;margin-bottom:18px;line-height:1.6}.parental-connection-modal-details-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:20px;margin-bottom:20px;text-align:left}.parental-connection-modal-details-title{font-weight:600;margin-bottom:12px;color:#111827;font-size:14px;text-transform:uppercase;letter-spacing:.05em}.parental-connection-modal-details-item{margin-bottom:8px;font-size:14px;color:#374151}.parental-connection-modal-details-item strong{color:#111827}.parental-connection-modal-description{font-size:16px;line-height:1.6;color:#6b7280;margin-bottom:24px}.parental-connection-modal-success-message{font-size:16px;line-height:1.6;color:#6b7280;margin-bottom:16px}.parental-connection-modal-success-message strong{color:#111827}.parental-connection-modal-subtitle{font-size:14px;color:#9ca3af;line-height:1.5}.parental-connection-modal-button{background:#1976d2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;margin-top:8px}.parental-connection-modal-button:hover:not(:disabled){background:#1565c0;transform:translateY(-1px)}.parental-connection-modal-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}@media (max-width: 640px){.parental-connection-modal{max-width:100%;margin:0 16px}.parental-connection-modal-content{padding:24px 24px 20px}}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.confirmation-modal{background:#fff;border-radius:16px;padding:0;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease-out;position:relative}.confirmation-modal-header{display:flex;justify-content:flex-end;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,123,255,.2);background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px 16px 0 0}.confirmation-modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease}.confirmation-modal-close-btn:hover{background:#007bff1a;color:var(--dark)}.confirmation-modal-content{text-align:center;padding:2rem;word-wrap:break-word;overflow-wrap:break-word}.confirmation-modal-title{font-weight:600;color:var(--dark);font-size:1.75rem;margin-bottom:1rem}.confirmation-modal-divider{width:70%;border:none;height:2px;background-color:#007bff;margin:1.5rem auto}.confirmation-modal-message{font-size:1.1rem;line-height:1.5;color:#4a4a4a;margin:1rem 0 1.5rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.confirmation-modal-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.confirmation-modal-button{width:120px;padding:.75rem 1.5rem;border-radius:6px;font-weight:550;font-size:18px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;cursor:pointer;border:none}.confirmation-modal-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.confirmation-modal-button--cancel{background:#fff;color:var(--dark);border:2px solid #007bff}.confirmation-modal-button--confirm{background:#007bff;color:#fff}.confirmation-modal-button--cancel:hover{background:#007bff1a}.confirmation-modal-button--confirm:hover{background:#0056b3}.topBar{position:fixed;top:0;left:200px;right:0;height:80px;background:var(--primary);border-bottom:var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:1000;box-shadow:0 2px 4px #0000001a}.v0-topbar{position:fixed;top:0;left:0;right:0;height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;transition:left .3s ease-in-out}.v0-topbar-sidebar-expanded{left:240px}.v0-topbar-sidebar-collapsed{left:64px}.v0-topbar-left{display:flex;align-items:center;gap:16px}.v0-mobile-menu-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.v0-mobile-menu-btn:hover{background:#f3f4f6;color:#111827}.v0-logo-icon{width:32px;height:32px;background:#1157e2;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.v0-logo-text{font-weight:600;font-size:18px;color:#111827}.v0-topbar-right{display:flex;align-items:center;gap:16px}.v0-notification-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.v0-notification-btn:hover{background:#f3f4f6;color:#111827}.v0-report-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.v0-report-btn:hover{background:#f3f4f6;color:#111827}.v0-user-section{display:flex;align-items:center;position:relative}.v0-user-dropdown-trigger{display:flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s ease}.v0-user-dropdown-trigger:hover{background:#f3f4f6}.v0-dropdown-chevron{color:#6b7280;transition:transform .2s ease}.v0-user-dropdown-trigger:hover .v0-dropdown-chevron{color:#111827}.v0-user-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;min-width:240px;z-index:1000;overflow:hidden}.v0-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb}.v0-dropdown-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.v0-dropdown-avatar-fallback{width:40px;height:40px;border-radius:50%;background:#1157e2;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.v0-dropdown-user-info{display:flex;flex-direction:column;gap:2px}.v0-dropdown-user-name{font-weight:600;font-size:14px;color:#111827}.v0-dropdown-user-email{font-size:12px;color:#6b7280}.v0-dropdown-divider{height:1px;background:#e5e7eb;margin:0}.v0-dropdown-menu{padding:8px 0}.v0-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;color:#374151;font-size:14px;text-align:left}.v0-dropdown-item:hover{background:#f3f4f6;color:#111827}.v0-dropdown-item-danger{color:#dc2626}.v0-dropdown-item-danger:hover{background:#fef2f2;color:#dc2626}.v0-user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.v0-avatar-fallback{width:32px;height:32px;border-radius:50%;background:#1157e2;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user{display:flex;align-items:center;gap:15px}.settings-tab{cursor:pointer;color:var(--secondary);transition:color .3s ease}.settings-tab:hover{color:var(--highlight)}.reportProfileModal-diff-color{color:var(--secondary);cursor:pointer;transition:transform .2s ease}.reportProfileModal-diff-color:hover{transform:scale(1.1)}@media (max-width: 1024px){.v0-mobile-menu-btn{display:block}.v0-sidebar{transform:translate(-100%)}.v0-sidebar.open{transform:translate(0)}}.sideNav{position:fixed;left:0;top:0;height:100vh;width:200px;background:var(--primary);border-right:var(--border);z-index:1000;padding:20px;box-shadow:2px 0 5px #0000001a}.v0-sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;transform:translate(0);transition:all .3s ease-in-out;display:flex;flex-direction:column;z-index:50;overflow:visible}.v0-sidebar-collapsed{width:64px}.v0-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.v0-logo-section{display:flex;align-items:center;gap:8px}.v0-logo-icon{width:40px;height:40px;background:#1157e2;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.v0-logo-text{font-weight:700;font-size:18px;color:#111827;white-space:nowrap}.v0-collapse-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;flex-shrink:0;position:relative;z-index:10}.v0-collapse-btn:hover{background:#f3f4f6;color:#111827}.v0-sidebar-collapsed .v0-collapse-btn{position:absolute;right:-12px;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000001a;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0}.v0-sidebar-collapsed .v0-collapse-btn:hover{background:#f9fafb;border-color:#d1d5db}.v0-sidebar-nav{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.v0-nav-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#6b7280;font-weight:500;white-space:nowrap}.v0-sidebar-collapsed .v0-nav-item{padding:20px 6px}.v0-nav-item:hover{background:#f9fafb;color:#111827}.v0-nav-selected{background:#1157e2;color:#fff}.v0-nav-selected:hover{background:#0d47b8;color:#fff}.v0-nav-label{font-weight:500;font-size:14px}.v0-sidebar-footer{padding:16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid #e5e7eb;flex-shrink:0}.navOptions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.destinationNav{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;cursor:pointer;transition:background-color .3s ease;color:var(--secondary)}.destinationNav:hover{background-color:var(--neutral)}.destinationNav.selected{background-color:var(--accent);color:var(--dark)}@media (max-width: 1024px){.v0-sidebar{transform:translate(-100%)}.v0-sidebar.open{transform:translate(0)}.v0-sidebar-collapsed{width:64px}}@media screen and (max-width: 768px){.sideNav{width:60px}.schoollogo{width:40px}}@media screen and (max-width: 480px){.navOptions{gap:15px;padding:.5rem 0}.destinationNav{padding:.25rem}}.progressBar.red{background:#df5d5d}.progressBar.orange{background:#ffb223}.progressBar.green{background:#66cb72}.progressBar.progressBar.purple{background:#646cff}.v0-profile-strength{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px 0;justify-content:space-between;max-height:500px}.v0-profile-icon{display:flex;gap:12px;align-items:center;padding:8px 0;width:80%;max-width:100%}.v0-avatar-container{flex-shrink:0}.v0-avatar-img{width:48px;height:48px;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a;object-fit:cover}.v0-user-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.v0-user-name{font-weight:600;font-size:16px;color:#111827;line-height:1.2}.v0-user-description{font-weight:400;font-size:13px;color:#6b7280;line-height:1.4}.v0-progress-section{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.v0-progress-container{width:80%;height:11px;background:#e5e7eb;border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.v0-progress-bar{height:100%;border-radius:4px;transition:width .3s ease}.v0-progress-text{font-size:14px;font-weight:500;color:#1157e2;text-align:center}.v0-profile-btn{width:80%;padding:12px 24px;background:transparent;color:#1157e2;border:2px solid #1157e2;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;box-shadow:none}.v0-profile-btn:hover{background:#1157e2;color:#fff;box-shadow:0 2px 4px #1157e233}.v0-progress-bar.red{background:#ef4444}.v0-progress-bar.orange{background:#f59e0b}.v0-progress-bar.green{background:#10b981}.v0-progress-bar.purple{background:#8b5cf6}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.connection-status-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .2s ease-out}.connection-status-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:700px;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.connection-status-modal-header{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:10}.connection-status-modal-close-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.connection-status-modal-close-btn:hover{background:#0000001a;color:#111827}.connection-status-modal-section{padding:32px 32px 24px;background:linear-gradient(135deg,#667eea,#1976d2);border-bottom:1px solid #e2e8f0;text-align:center;color:#fff}.connection-status-modal-icon{font-size:44px;margin-bottom:8px}.connection-status-modal-title{font-size:28px;font-weight:700;margin:0;letter-spacing:.01em;text-shadow:0 2px 8px rgba(25,118,210,.1)}.connection-status-modal-divider{border:none;border-top:2px solid #e3e8f7;margin:0 0 24px}.connection-status-modal-content{padding:24px 32px 32px;overflow-y:auto;flex:1;min-height:300px;color:#444;text-align:left}.connection-status-modal-section-title{font-size:18px;font-weight:700;margin:24px 0 16px}.connection-status-modal-section-title.incoming{color:#9c27b0}.connection-status-modal-section-title.pending-parental{color:#ff9800}.connection-status-modal-section-title.approved{color:#4caf50}.connection-status-modal-section-title.pending{color:#1976d2}.connection-status-modal-connections-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.connection-status-modal-connection-card{border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:space-between;position:relative;transition:all .2s ease-in-out;box-shadow:0 2px 8px #0000001a}.connection-status-modal-connection-card.incoming{background:#faf5ff;border:1px solid #9c27b0;box-shadow:0 2px 8px #9c27b01a}.connection-status-modal-connection-card.pending-parental{background:#fff8f0;border:1px solid #ff9800;box-shadow:0 2px 8px #ff98001a}.connection-status-modal-connection-card.approved{background:#f8fff8;border:1px solid #4caf50;box-shadow:0 2px 8px #4caf501a}.connection-status-modal-connection-card.pending{background:#f0f8ff;border:1px solid #1976d2;box-shadow:0 2px 8px #1976d21a}.connection-status-modal-connection-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.connection-status-modal-connection-info{display:flex;flex:1;gap:18px;align-items:center}.connection-status-modal-connection-avatar{flex-shrink:0}.connection-status-modal-connection-avatar img{width:60px;height:60px;border-radius:12px;object-fit:cover;box-shadow:0 2px 8px #0003}.connection-status-modal-connection-details{flex:1;min-width:0;max-width:calc(100% - 180px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:10px}.connection-status-modal-connection-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.connection-status-modal-connection-name{margin:0;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connection-status-modal-connection-name.incoming{color:#9c27b0}.connection-status-modal-connection-name.pending-parental{color:#ff9800}.connection-status-modal-connection-name.approved{color:#4caf50}.connection-status-modal-connection-name.pending{color:#1976d2}.connection-status-modal-profile-button{background:linear-gradient(90deg,#667eea,#1976d2);color:#fff;border:none;border-radius:6px;padding:5px 14px;font-weight:600;font-size:14px;box-shadow:0 2px 8px #1976d21a;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.connection-status-modal-profile-button:hover{transform:scale(1.02)}.connection-status-modal-connection-description{font-size:16px;color:#666;font-style:italic;margin-bottom:6px}.connection-status-modal-connection-extra{font-size:14px;margin-top:8px;font-style:italic}.connection-status-modal-connection-extra.incoming{color:#9c27b0}.connection-status-modal-connection-extra.pending-parental{color:#ff9800}.connection-status-modal-connection-actions{display:flex;flex-direction:column;gap:8px;min-width:120px;align-items:center;justify-content:center}.connection-status-modal-approve-button{background:#4caf50;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:4px}.connection-status-modal-approve-button:hover:not(:disabled){background:#45a049;transform:scale(1.02)}.connection-status-modal-approve-button:disabled{opacity:.7;cursor:not-allowed}.connection-status-modal-deny-button{background:#f44336;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:4px}.connection-status-modal-deny-button:hover:not(:disabled){background:#e01e10;transform:scale(1.02)}.connection-status-modal-deny-button:disabled{opacity:.7;cursor:not-allowed}.connection-status-modal-connect-button{background:linear-gradient(90deg,#667eea,#1976d2);color:#fff;border:none;border-radius:6px;padding:10px 24px;font-weight:600;cursor:pointer;font-size:16px;transition:all .2s ease;margin-left:10px}.connection-status-modal-connect-button:hover{transform:scale(1.02)}.connection-status-modal-footer{padding:0 32px 24px;display:flex;justify-content:flex-start}.connection-status-modal-close-button{background:linear-gradient(90deg,#667eea,#1976d2);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;width:100px}.connection-status-modal-close-button:hover{transform:translateY(-1px)}.connection-card-removing{animation:slideOut .4s ease-out forwards}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@media (max-width: 640px){.connection-status-modal{max-width:100%;margin:0 16px}.connection-status-modal-section{padding:24px 24px 20px}.connection-status-modal-content{padding:20px 24px 24px}.connection-status-modal-connection-card{flex-direction:column;gap:16px}.connection-status-modal-connection-actions{width:100%;flex-direction:row}}.v0-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.v0-modal-overlay .MakeChanges{z-index:9999}.v0-modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;z-index:9999;position:relative;animation:v0-modal-slide-in .3s ease-out}.v0-modal-container.opportunity-modal{max-width:800px}@keyframes v0-modal-slide-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.v0-modal-header{padding:24px 24px 0;border-bottom:1px solid #e5e7eb;position:relative}.v0-modal-close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.v0-modal-close-btn:hover{background:#f3f4f6;color:#111827}.v0-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px;text-align:center}.v0-modal-subtitle{font-size:14px;color:#6b7280;text-align:center;margin:0 0 20px;font-weight:400}.v0-modal-content{padding:24px}.v0-modal-form{display:flex;flex-direction:column;gap:16px}.v0-form-group{display:flex;flex-direction:column;gap:8px}.v0-form-label{font-weight:600;color:#374151;font-size:14px}.v0-form-input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff}.v0-form-input:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-form-textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff;resize:vertical;min-height:120px;font-family:inherit}.v0-form-textarea:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-footer{padding:0 24px 24px;display:flex;gap:12px;justify-content:flex-end}.v0-modal-navigation{display:flex;gap:12px;justify-content:space-between;width:100%;align-items:center}.v0-modal-navigation .v0-btn-secondary{order:1}.v0-modal-navigation .v0-btn-primary{order:2;margin-left:auto}.v0-btn-secondary{background:transparent;border:1px solid #d1d5db;color:#374151;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:14px}.v0-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.v0-btn-primary{background:#1157e2;border:1px solid #1157e2;color:#fff;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:14px}.v0-btn-primary:hover{background:#0d47b8;border-color:#0d47b8}.v0-btn-primary:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.v0-word-count{font-size:12px;color:#6b7280;text-align:right;margin-top:8px}.v0-required-indicator{color:#ef4444;margin-left:4px}.v0-form-input-error{border-color:#ef4444!important}.v0-form-error{color:#ef4444;font-size:12px;margin-top:4px}.v0-availability-intro{text-align:center;margin-bottom:24px}.v0-availability-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4}.v0-availability-subtitle{font-size:14px;color:#6b7280;margin:0}.v0-availability-options{display:flex;flex-direction:column;gap:16px}.v0-availability-option{border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s ease}.v0-availability-option:hover{border-color:#1157e2;background:#f8fafc}.v0-checkbox-label{display:flex;align-items:flex-start;gap:20px;cursor:pointer;width:100%}.v0-checkbox{margin:2px 0 0;width:18px;height:18px;accent-color:#1157e2;flex-shrink:0}.v0-checkbox-content{display:flex;flex-direction:column;gap:4px;flex:1}.v0-option-title{font-weight:600;color:#111827;font-size:16px}.v0-option-description{color:#6b7280;font-size:14px;line-height:1.4}.v0-skills-container{display:flex;flex-direction:column;gap:20px;margin-bottom:20px;width:100%;align-items:flex-start}.v0-skill-item{border:1px solid #e5e7eb;border-radius:8px;padding:16px;width:95%;background:#f9fafb}.v0-skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.v0-skill-title{font-size:16px;font-weight:600;color:#111827;margin:0}.v0-skill-remove-btn{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.v0-skill-remove-btn:hover{background:#fef2f2}.v0-skill-inputs{display:flex;flex-direction:column;gap:12px}.v0-add-skill-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.complete-profile-container{background:#f9fafb;position:fixed;top:64px;left:240px;right:0;bottom:0;transition:left .3s ease-in-out;overflow-x:hidden;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;padding:24px}.complete-profile-container-sidebar-expanded{left:240px}.complete-profile-container-sidebar-collapsed{left:64px}.v0-sidebar-collapsed~.complete-profile-container{left:64px}@media (max-width: 1024px){.complete-profile-container{left:0;padding:16px}.v0-sidebar-collapsed~.complete-profile-container{left:0}}.v0-profile-container{max-width:800px;margin:0 auto;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.v0-profile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.v0-back-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease;font-weight:500}.v0-back-btn:hover{background:#f3f4f6;color:#111827}.v0-profile-title{font-size:28px;font-weight:700;color:#111827;margin:0}.v0-connections-btn{display:flex;align-items:center;gap:8px;background:#1157e2;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.v0-connections-btn:hover{background:#0d47b8}.v0-profile-content{display:flex;flex-direction:column;gap:24px}.v0-profile-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.v0-profile-section:hover{box-shadow:0 4px 12px #0000001a}.v0-section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.v0-section-title{font-size:18px;font-weight:600;color:#111827;margin:0}.v0-edit-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:6px 10px;border-radius:6px;transition:all .2s ease;font-size:14px;font-weight:500}.v0-edit-btn:hover{background:#f3f4f6;color:#111827}.v0-add-btn{display:flex;align-items:center;gap:6px;background:#1157e2;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.v0-add-btn:hover{background:#0d47b8}.v0-section-content{padding:24px;min-height:80px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.v0-opportunities-list{display:flex;flex-direction:column;gap:16px}.v0-loading-container{display:flex;justify-content:center;align-items:center;padding:40px}.v0-empty-state{padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:60px}.v0-empty-text{color:#6b7280;font-size:14px;margin-bottom:16px;margin-top:0}.v0-section-content:has(.v0-empty-state){align-items:center;justify-content:center}.v0-about-me-content:has(.v0-empty-state){align-items:center;justify-content:center}.v0-skills-container:has(.v0-empty-state){align-items:center}.v0-contact-content:has(.v0-empty-state){align-items:center}.v0-about-me-content{min-height:60px;display:flex;align-items:flex-start;justify-content:flex-start;width:100%}.v0-about-me-text{color:#374151;line-height:1.6;margin:0;text-align:left}.v0-skills-container{display:flex;flex-direction:column;gap:20px}.v0-skill-category{display:flex;flex-direction:column;gap:12px}.v0-skill-category-title{font-size:16px;font-weight:600;color:#1157e2;margin:0}.v0-skill-tags{display:flex;flex-wrap:wrap;gap:8px}.v0-skill-tag{background:#f3f4f6;color:#374151;padding:6px 12px;border-radius:16px;font-size:14px;font-weight:500}.v0-resume-controls{display:flex;justify-content:center;align-items:center;gap:12px}.v0-availability-content{min-height:60px;display:flex;align-items:center;justify-content:center;width:100%}.v0-availability-tags{display:flex;flex-wrap:wrap;gap:12px}.v0-availability-tag{background:#f3f4f6;color:#1157e2;padding:8px 16px;border-radius:8px;font-size:16px;font-weight:500;line-height:1.5}.v0-resume-container{position:relative}.v0-resume-header{position:absolute;top:12px;right:12px;z-index:10}.v0-resume-viewer{width:100%;height:500px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.v0-resume-iframe{width:100%;height:100%;border:none}.v0-contact-content{display:flex;flex-direction:column;gap:20px;width:100%;align-items:flex-start}.v0-contact-item{display:flex;flex-direction:column;gap:8px}.v0-contact-label{font-weight:600;color:#374151;font-size:14px}.v0-contact-value{color:#6b7280;font-size:14px}.v0-contact-email{color:#1157e2;font-weight:500}.v0-contact-link{color:#1157e2;font-weight:500;text-decoration:none}.v0-contact-link:hover{text-decoration:underline}.v0-contact-missing{color:#ef4444;font-weight:400}.editprofileCard{height:fit-content;width:570px;background-color:#f0f8ff;color:#000;display:flex;padding:30px;border-radius:15px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;flex-direction:column;background:var(--neutral);background:linear-gradient(180deg,var(--neutral) 0%,rgba(255,255,255,1) 60%);left:54%;margin:0 auto;top:10%}.editcardResume{text-shadow:0 0 3px #4d73be;color:var(--secondary);padding-top:20px;font-weight:600;font-size:larger}.addOne{color:#006876;font-size:larger;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding-top:8px;position:relative;transition:color .3s ease}.addOne:hover,.return:hover{color:var(--highlight)}.userResume{border-bottom-style:"solid";border-bottom-color:"#C0C0C0"}.userResume.no_border{border:none}.btnUpload{padding:15px;border:2px dashed #ccc;border-radius:5px;cursor:pointer;background-color:#dfecef;font-size:16px;transition:background-color .3s ease;color:var(--secondary)}.btnUpload:hover{background-color:#b3cdff;color:var(--highlight)}.dropdown-container{align-items:center;position:relative;width:200px;border-radius:4px;transition:background-color .3s ease}.dropdown-container:hover{box-shadow:1px 2px 5px #0000001a}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid #ccc;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.dropdown-header:hover{background-color:var(--neutral)}.dropdown-header span{margin-left:10px;font-weight:550}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;background-color:#fff;z-index:2}.dropdown-option{display:flex;align-items:center;padding:10px;cursor:pointer;justify-content:space-between}.dropdown-option:hover{background-color:#f0f0f0}.dropdown-option.selected{background-color:var(--neutral)}.dropdown-option span{margin-left:10px}.skills-container{margin:20px 0}.skill-category{margin-bottom:15px}.skill-category span{margin-bottom:10px;color:var(--secondary);font-size:1.2em}.skill-category ul{list-style-type:none;padding-left:20px}.skill-category li{position:relative;padding-left:15px;margin-bottom:5px}.skill-category li:before{content:"•";position:absolute;left:0;color:#007bff}.editInfoIcon{background:#dfecef;border-radius:50%;padding:5px;transition:box-shadow .3s ease}.editInfoIcon:hover{box-shadow:0 4px 8px #b3cdff80,0 6px 20px #b3cdff66}.initiative-container{background-color:#7ed5d770;border-radius:20px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;transition:all .3s cubic-bezier(.25,.1,.25,1);cursor:pointer}.initiative-container.hovered{box-shadow:0 5px 10px #00000026,0 7px 15px #0000001f;background-color:#8ffdffb3}.divider{width:50%;border-color:var(--accent);margin:10px 0}.add-button{color:#006876;display:flex;align-items:center;gap:5px;transition:all .3s cubic-bezier(.25,.1,.25,1)}.add-button.subtle-hover{transform:translateY(-2.5px);color:#004d5e}.underline{text-decoration:underline}.see-connections-btn{background:linear-gradient(90deg,#667eea,#1976d2);color:#fff;border:none;border-radius:999px;padding:8px 15px;font-weight:700;font-size:1.08em;box-shadow:0 2px 12px #1976d21a;cursor:pointer;display:flex;align-items:center;transition:background .18s,transform .12s;outline:none}.see-connections-btn:hover,.see-connections-btn:focus{background:linear-gradient(90deg,#1976d2,#667eea);transform:translateY(-2px) scale(1.03);box-shadow:0 4px 18px #1976d22e}.v0-step-container{display:flex;align-items:center;justify-content:center;padding:16px 0;gap:16px;width:100%;min-height:40px}.v0-step-bars{display:flex;gap:4px;flex:0 1 auto;max-width:400px;min-width:200px;overflow:hidden;border-radius:8px;padding:2px;border:1px solid #e5e7eb;background-color:#f9fafb}.v0-step-bar{height:8px;cursor:pointer;transition:all .3s ease;border-radius:4px;min-width:20px}.v0-step-bar-filled{background-color:#1157e2}.v0-step-bar-unfilled{background-color:#e5e7eb}.v0-step-bar:hover{transform:scaleY(1.2)}.v0-progress-arrow{background:none;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500}.v0-progress-arrow:hover{border-color:#1157e2;color:#1157e2;background-color:#f8fafc}.v0-progress-arrow:disabled,.v0-progress-arrow-hidden{opacity:.5;cursor:not-allowed}.v0-step-section{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:center;min-height:40px}.v0-form-section{flex:1;overflow-y:auto;padding-right:8px}.v0-modal-form{display:flex;flex-direction:column;gap:24px;width:100%}.v0-modal-text{font-size:16px;color:#374151;line-height:1.6;text-align:center}.v0-estimated-time{position:absolute;top:16px;left:16px;font-size:14px;font-weight:500;color:#6b7280;background-color:#f9fafb;padding:4px 8px;border-radius:6px;border:1px solid #e5e7eb}.v0-modal-page-title{font-size:20px;font-weight:600;color:#1f2937;text-align:center}.v0-modal-page-divider{width:30%;border:1.5px solid #1157e2;margin:0 auto 24px}.v0-modal-form-group{display:flex;flex-direction:column;gap:12px;width:95%;margin-bottom:20px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.v0-modal-form-group:hover{border-color:#1157e2;background-color:#f8fafc}.v0-modal-form-label{font-weight:600;color:#374151;font-size:14px;line-height:1.4;margin-bottom:4px}.v0-modal-form-select{width:45%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;transition:all .2s ease}.v0-modal-form-select:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-form-input::placeholder{color:#9ca3af}.v0-modal-textarea{margin:0 auto;width:100%;min-height:120px;padding:12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;font-family:inherit;resize:vertical;transition:all .2s ease}.v0-modal-textarea:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-textarea::placeholder{color:#9ca3af}.v0-modal-requirements-container{border:1px solid #e5e7eb;border-radius:8px;padding:20px;background-color:#f8fafc;margin-bottom:20px}.v0-modal-requirements-title{font-weight:600;color:#1f2937;margin-bottom:12px;font-size:14px}.v0-modal-requirements-container .v0-checkbox-label{margin-bottom:8px;padding:8px;border-radius:4px;transition:background-color .2s ease}.v0-modal-requirements-container .v0-checkbox-label:hover{background-color:#f1f5f9}.v0-modal-requirements-container .v0-checkbox{margin-top:-5px}.v0-modal-requirements-container .v0-option-title{font-size:14px;color:#374151;line-height:1.4}.v0-modal-custom-requirement{display:flex;align-items:center;gap:8px;margin-top:12px}.v0-modal-custom-input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;transition:all .2s ease}.v0-modal-custom-input:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-add-btn{background-color:#1157e2;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.v0-modal-add-btn:hover{background-color:#0f4aa8;transform:scale(1.05)}.v0-modal-custom-requirements{margin-top:12px;font-size:13px;color:#6b7280}.v0-modal-custom-requirements-title{font-weight:500;color:#374151;margin-bottom:4px}.v0-modal-custom-requirements-list{margin:0;padding-left:18px;color:#6b7280}.v0-modal-date-container{display:flex;flex-direction:column;position:relative;margin-bottom:20px;flex:1;max-width:280px;gap:8px}.v0-modal-date-label{margin-bottom:0;font-weight:600;color:#374151;font-size:14px;line-height:1.4}.v0-modal-date-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:14px;color:#374151;transition:all .2s ease;font-family:inherit;font-weight:400;line-height:1.5}.v0-modal-date-input:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-date-input::placeholder{color:#9ca3af;font-weight:400}.v0-modal-date-overlay{position:absolute;top:6px;left:0;right:0;height:70px;background-color:#fff;opacity:.6;z-index:10;border-radius:6px}.v0-modal-date-toggle{padding-top:4px;text-align:center}.v0-modal-date-toggle-btn{font-size:13px;color:#6b7280;background:none;border:none;cursor:pointer;transition:all .2s ease;padding:4px 8px;border-radius:4px;text-decoration:underline;text-decoration-color:transparent;font-family:inherit;font-weight:400;line-height:1.4}.v0-modal-date-toggle-btn:hover{color:#1157e2;text-decoration-color:#1157e2;background-color:#f8fafc}.v0-modal-date-toggle-btn.active{color:#1157e2;text-decoration-color:#1157e2;background-color:#f0f7ff}.v0-modal-date-layout{display:flex;flex-direction:column;gap:16px;width:95%}.v0-modal-date-row{display:flex;gap:20px;justify-content:space-between;align-items:flex-start}@media (max-width: 768px){.v0-modal-date-row{flex-direction:column;align-items:center}.v0-modal-date-container{max-width:100%}}.v0-modal-logistics-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;padding-top:16px;gap:16px}.v0-modal-logistics-item{flex:1 1 40%;text-align:center;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.v0-modal-logistics-item:hover{border-color:#1157e2;background-color:#f8fafc}.v0-modal-logistics-label{font-weight:500;color:#374151;margin-bottom:8px;font-size:14px}.v0-modal-logistics-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;transition:all .2s ease}.v0-modal-logistics-select:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-link-container{position:relative;margin-bottom:24px}.v0-modal-link-label{font-weight:500;color:#374151;margin-bottom:12px;font-size:14px;text-align:center}.v0-modal-link-options{display:flex;justify-content:center;gap:25px;padding-top:12px;margin-bottom:16px}.v0-modal-link-option{display:flex;flex-direction:column;align-items:center;width:100px}.v0-modal-link-btn{padding:12px;border:1px solid #d1d5db;color:#6b7280;border-radius:50%;background-color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.v0-modal-link-btn:hover{border-color:#1157e2;color:#1157e2;background-color:#f8fafc}.v0-modal-link-btn.selected{border-color:#1157e2;color:#6b7280;background-color:#1157e2;color:#fff}.v0-modal-link-text{font-size:12px;color:#6b7280;text-align:center}.v0-modal-link-input-container{display:flex;justify-content:center;align-items:center;gap:20px;color:#374151;margin-top:12px}.v0-modal-link-input-label{font-weight:600;color:#374151;font-size:14px}.v0-modal-link-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;transition:all .2s ease;min-width:200px}.v0-modal-link-input:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-file-container{display:flex;flex-direction:column;gap:12px;margin-top:20px}.v0-modal-file-label{font-weight:500;color:#374151;font-size:14px;text-align:center}.v0-modal-file-upload{display:flex;position:relative;align-items:center;justify-content:center;width:40%;padding-top:16px;margin:0 auto}.v0-modal-file-btn{background-color:#1157e2;color:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;padding:16px;cursor:pointer;transition:all .2s ease}.v0-modal-file-btn:hover{background-color:#0f4aa8;transform:scale(1.05)}.v0-modal-file-input{display:none}.v0-modal-file-preview{display:flex;flex-direction:column;position:absolute;align-items:center;justify-content:center;right:-120px}.v0-modal-file-preview-text{color:#374151;font-weight:600;margin-bottom:8px;font-size:14px}.v0-modal-file-preview-img{width:70px;height:70px;overflow:hidden;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.v0-modal-no-apply-btn{font-size:18px;opacity:.75;margin-top:12px;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .2s ease}.v0-modal-no-apply-btn.active{color:#1157e2}.v0-modal-preview-container{display:flex;align-items:center;justify-content:center;padding-top:16px}.v0-modal-form-fields{display:flex;flex-direction:column;gap:16px;width:95%;align-items:flex-start}.v0-modal-dropdown-container{width:95%;text-align:left;max-width:400px}.v0-modal-form-input{width:95%;max-width:400px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff}.v0-modal-form-input:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-textarea-container{display:flex;flex-direction:column;gap:8px;width:95%}.v0-modal-form-textarea{width:95%;min-height:120px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:14px;color:#374151;transition:all .2s ease;font-family:inherit;font-weight:400;line-height:1.5;resize:vertical}.v0-modal-form-textarea:focus{outline:none;border-color:#1157e2;box-shadow:0 0 0 3px #1157e21a}.v0-modal-form-textarea::placeholder{color:#9ca3af;font-weight:400}.inputAboutMe::placeholder{display:block;top:5px;position:absolute}.inputAboutMe{width:450px;height:200px}.btnSaveChanges{background-color:#007bff}.applicantExpectations{width:96%;height:200px}.bar.filled{background-color:var(--accent)}.bar.unfilled{background-color:var(--neutral);opacity:.6}.btnNavigate{border-radius:20px;width:120px;font-size:18px;justify-content:space-between;padding:5px 10px}.btnNavigate.hidden{visibility:hidden}.custom-select{position:relative;width:100%;font-family:inherit}.select-trigger{width:97%;padding:1px 7px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background:#f9fafb;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-height:48px;position:relative}.select-trigger:hover{border-color:#1976d2;background:#f0f8ff}.select-trigger.open{border-color:#1976d2;background:#fff;box-shadow:0 0 0 3px #1976d21a}.select-trigger.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#d1d5db}.select-trigger.disabled:hover{border-color:#d1d5db;background:#f3f4f6}.select-value{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:24px;display:flex;align-items:center}.select-value.placeholder{color:#9ca3af;font-style:italic}.select-arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0;margin-left:8px}.select-trigger.open .select-arrow{transform:rotate(180deg)}.multi-value-container{display:flex;flex-wrap:wrap;gap:4px;flex:1;align-items:center;position:relative;min-height:24px}.multi-value-container .select-value.placeholder{color:#9ca3af;font-style:italic;flex:1;position:relative;z-index:1;padding:0 4px;background:transparent}.multi-value-container .select-input{z-index:2;background:transparent}.multi-value{background:#e5e7eb;border-radius:4px;padding:2px 6px;font-size:14px;color:#111827;display:flex;align-items:center;gap:4px;white-space:nowrap}.multi-value .remove-value{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;width:16px;height:16px;transition:all .2s ease}.multi-value .remove-value:hover{background:#f3f4f6;color:#dc2626}.more-values{color:#6b7280;font-size:14px;font-style:italic}.select-input{position:relative;border:none;background:transparent;color:#111827;font-size:16px;padding:0;outline:none;border-radius:0;min-width:120px;flex:1;height:24px;line-height:24px;caret-color:#1976d2}.select-input:focus{outline:none;background:transparent;caret-color:#1976d2!important}.select-input::selection{background:#1976d233}.single-select-input{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;padding:12px 16px;box-sizing:border-box;opacity:1;pointer-events:auto;caret-color:#1976d2}.single-select-input:focus{opacity:1;pointer-events:auto}.select-input::placeholder{color:#9ca3af}.select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 10px 25px #0000001a;z-index:1000;max-height:240px;overflow-y:auto;margin-top:-2px}.select-options{padding:4px 0}.select-option{padding:12px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease;position:relative}.select-option:hover,.select-option.focused{background:#f0f8ff;color:#1976d2}.select-option.selected{background:#1976d2;color:#fff}.select-option.selected:hover{background:#1565c0}.option-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.option-check{font-weight:700;margin-left:8px;flex-shrink:0}.select-loading,.select-no-options{padding:16px;text-align:center;color:#6b7280;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.select-default-message{padding:12px 16px 8px;text-align:left;color:#6b7280;font-size:13px;font-style:italic;border-bottom:1px solid #f3f4f6;background:#fafafa}.loading-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #1976d2;border-radius:50%;animation:spin 1s linear infinite}.select-dropdown::-webkit-scrollbar{width:6px}.select-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.select-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.select-dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.select-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #1976d21a}.select-option:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #1976d2}@media (max-width: 768px){.select-trigger{padding:10px 14px;font-size:16px;min-height:44px}.select-option{padding:10px 14px}.multi-value{max-width:100px;font-size:13px}}.custom-select .select-value.placeholder{color:#9ca3af!important;font-style:italic!important;visibility:visible!important;opacity:1!important;transition:all .2s ease}.custom-select .select-value.placeholder.hidden{opacity:0!important;visibility:hidden!important;transform:translateY(-2px)}.custom-select .multi-value-container .select-value.placeholder{color:#9ca3af!important;font-style:italic!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;padding:0 4px!important;background:transparent!important;transition:all .2s ease}.custom-select .multi-value-container .select-value.placeholder.hidden{opacity:0!important;visibility:hidden!important;transform:translateY(-2px)}.dropDownContainer label{font-size:14px;color:#374151;display:block;margin-bottom:6px;font-weight:600}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}form label{font-weight:250;font-size:20px;color:#000}.initiativeMission{width:450px;height:200px}.logisticsQuestion{display:flex;flex-direction:column;gap:5px}.questionItem{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.btnCircle.selected{background-color:var(--highlight)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative}.skills-modal-container{margin-top:15px;max-height:400px;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.skill-item{border:1px solid #ddd;padding:1rem;border-radius:4px}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-header h3{margin:0;font-size:1.1rem;color:#333}.remove-button{background:none;border:none;cursor:pointer}.skills-modal-container input{width:95%;padding:.5rem;margin-bottom:.5rem;border:1px solid #ddd;border-radius:4px}.skill-add-button{width:100%;padding:.5rem;border-width:1.5px;background-color:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.close-skills{cursor:pointer;position:absolute;right:7px;top:9px;color:var(--secondary)}.close-skills:hover{color:var(--highlight)}.all-connections-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .2s ease-out}.all-connections-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:700px;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s ease-out}.all-connections-modal-header{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:10}.all-connections-modal-close-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.all-connections-modal-close-btn:hover{background:#0000001a;color:#111827}.all-connections-modal-section{padding:32px 32px 24px;background:linear-gradient(135deg,#667eea,#1976d2);border-bottom:1px solid #e2e8f0;text-align:center;color:#fff}.all-connections-modal-title{font-size:28px;font-weight:700;margin:0 0 8px;text-shadow:0 2px 8px rgba(25,118,210,.1)}.all-connections-modal-subtitle{font-size:16px;opacity:.9;margin:0}.all-connections-modal-content{padding:24px 32px 32px;overflow-y:auto;max-height:500px}.all-connections-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.all-connections-modal-loading-icon{font-size:48px;margin-bottom:18px}.all-connections-modal-loading-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 8px}.all-connections-modal-loading-text{color:#6b7280;font-size:16px;line-height:1.6;margin:0}.all-connections-modal-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.all-connections-modal-empty-icon{font-size:48px;margin-bottom:18px}.all-connections-modal-empty-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 8px}.all-connections-modal-empty-text{color:#6b7280;font-size:16px;line-height:1.6;margin:0 0 24px}.all-connections-modal-empty-text span{color:#1976d2;font-weight:500}.all-connections-modal-close-button{background:#1976d2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.all-connections-modal-close-button:hover{background:#1565c0;transform:translateY(-1px)}.all-connections-modal-connections-list{display:grid;gap:16px}.all-connections-modal-connection-card{background:#f8fff8;border:1px solid #4caf50;border-radius:12px;padding:20px;display:flex;align-items:flex-start;justify-content:space-between;position:relative;transition:all .2s ease-in-out;cursor:pointer;box-shadow:0 2px 8px #4caf501a}.all-connections-modal-connection-card:hover{box-shadow:0 4px 16px #4caf5033;transform:translateY(-2px)}.all-connections-modal-connection-info{display:flex;flex:1;gap:16px;align-items:flex-start}.all-connections-modal-connection-avatar{flex-shrink:0}.all-connections-modal-connection-avatar img{width:60px;height:60px;border-radius:12px;object-fit:cover;border:2px solid #4caf50;box-shadow:0 2px 8px #4caf5033}.all-connections-modal-connection-details{flex:1;min-width:0}.all-connections-modal-connection-name{font-size:18px;font-weight:700;color:#2e7d32;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-connections-modal-connection-description{font-size:14px;color:#666;font-style:italic;margin:0 0 8px}.all-connections-modal-connection-info-grid{font-size:14px;color:#555}.all-connections-modal-connection-info-item{margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all-connections-modal-connection-actions{display:flex;flex-direction:column;gap:8px;width:140px;height:100%;justify-content:center;align-items:center}.all-connections-modal-view-button{background:#1976d2;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;width:100%}.all-connections-modal-view-button:hover{background:#1565c0;transform:scale(1.02)}.all-connections-modal-remove-button{background:#f44336;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:4px}.all-connections-modal-remove-button:hover{background:#e01e10;transform:scale(1.02)}.all-connections-modal-remove-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.all-connections-modal{max-width:100%;margin:0 16px}.all-connections-modal-section{padding:24px 24px 20px}.all-connections-modal-content{padding-left:24px;padding-right:24px}.all-connections-modal-connection-card{flex-direction:column;gap:16px}.all-connections-modal-connection-actions{width:100%;flex-direction:row}}.auth-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background-image:url(/assets/onboarding_backdrop.png);background-position:center center;background-size:cover;box-sizing:border-box;overflow-y:hidden}.auth-background-blend{background:#1b85ff3c;position:fixed;width:100%;height:100vh}.auth-wrapper{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.auth-body{display:flex;flex-direction:column;align-items:center;width:var(--container-width-desktop);max-width:100%;background-color:#fff;padding:clamp(1rem,2.5vw,1.5rem);border-radius:20px;margin:auto;max-height:90vh;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#1976d2 transparent;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e2e8f0;animation:slideUp .3s ease-out}.auth-header{margin-bottom:1rem;position:relative;width:100%;text-align:center}.auth-logo-container{background:linear-gradient(135deg,#667eea,#1976d2);border-radius:16px;display:flex;justify-content:center;align-items:center;height:60px;padding:8px 5px;margin-bottom:8px;box-shadow:0 4px 12px #1976d226}.auth-logo{width:100%;max-width:180px;height:auto;object-fit:contain}.auth-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 6px;line-height:1.3}.auth-subtitle{font-size:16px;color:#6b7280;margin:0 0 20px;font-weight:400}.auth-main{margin-bottom:1rem;width:100%;flex:1;display:flex;flex-direction:column}.auth-form-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:16px}.auth-form-group{margin-bottom:16px}.auth-form-label{display:block;font-weight:600;color:#374151;margin-bottom:6px;font-size:14px}.auth-form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background:#f9fafb;color:#111827;box-sizing:border-box}.auth-form-input:focus{outline:none;border-color:#1976d2;background:#fff;box-shadow:0 0 0 3px #1976d21a}.auth-form-input.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.auth-error-message{color:#dc2626;font-size:14px;margin-top:4px;display:flex;align-items:center;gap:4px}.auth-warning-message{color:#d97706;font-size:14px;margin-top:4px;display:flex;align-items:center;gap:4px}.auth-social-button{width:100%;padding:12px 24px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.auth-social-button:hover{border-color:#1976d2;background:#f8fafc;transform:translateY(-1px)}.auth-divider{display:flex;align-items:center;margin:20px 0;color:#6b7280;font-size:14px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{padding:0 16px;background:#fff}.auth-submit-button{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea,#1976d2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #1976d226}.auth-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1976d240}.auth-submit-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.auth-forgot-password{display:block;text-align:right;margin-bottom:12px;color:#1976d2;text-decoration:none;cursor:pointer;font-size:14px;transition:color .2s ease}.auth-forgot-password:hover{color:#1565c0}.auth-link{text-align:center;margin-top:20px;color:#6b7280;font-size:14px}.auth-link a{color:#1976d2;text-decoration:underline;cursor:pointer;transition:color .2s ease}.auth-link a:hover{color:#1565c0}.auth-email-group{display:flex;align-items:center;gap:8px}.auth-email-suffix{font-weight:550;font-size:16px;color:#6b7280;padding:12px 0}.auth-email-override{margin-top:8px;text-align:center}.auth-override-button{background:none;border:none;color:#1976d2;text-decoration:underline;cursor:pointer;font-size:14px;padding:4px 8px;border-radius:4px;transition:all .2s ease;font-weight:500}.auth-override-button:hover{background-color:#1976d21a;color:#1565c0}.auth-override-button:active{transform:translateY(1px)}.signup-container{display:flex;justify-content:center;align-items:center;height:100vh;background-image:url(/assets/onboarding_backdrop.png);background-position:center center;background-size:cover;background-repeat:no-repeat;box-shadow:var(--shadowColor)}.signup-card{background-color:#fff;padding:clamp(1rem,5vw,2rem);border-radius:8px;box-shadow:20px 15px 20px #0000001a;width:100%;max-width:400px;margin:auto}.social-button{width:100%;padding:.5rem;margin-bottom:1rem;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px}.google{background-color:var(--secondary);color:#fff}.orDivider{width:45.5%;display:inline-block;transform:translateY(2px)}.authDivider{width:100%;margin:0 auto;justify-content:center}.inputEmailAndPassword{width:95%;margin-bottom:1rem;font-weight:300;padding:8px;font-size:16px}.inputEmailAndPassword.error{box-shadow:0 0 3px #c00}.forgot-password{display:block;text-align:right;margin-bottom:1rem;color:var(--secondary);text-decoration:none;cursor:pointer;font-size:17px}.forgot-password:hover{color:var(--highlight)}.submit-button{width:100%;padding:.75rem;background-color:var(--secondary);color:#fff;border:none;border-radius:4px;cursor:pointer;min-height:44px;font-size:16px}.signup-link{text-align:center;margin-top:1rem}.signup-link a{color:var(--secondary);text-decoration:none}@media (max-width: 480px){.signup-card{padding:1rem}.orDivider{width:42%}.forgot-password{font-size:15px}}@media screen and (max-width: 768px){.auth-body{width:95%;padding:1rem;max-height:95vh}.auth-title{font-size:20px}.auth-submit-button,.auth-social-button{font-size:16px}}@media screen and (min-width: 1440px){.auth-body{width:500px}}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 5px #ffffff4d}50%{box-shadow:0 0 20px #fff9}}.landing-page{margin:0 auto;background:linear-gradient(135deg,#4792a5 0%,#63a5d8 25%,var(--accent) 50%,var(--secondary) 75%,var(--highlight) 100%);background-size:400% 400%;animation:gradientAnimation 15s ease infinite;min-height:100vh}.landing-page-professional{margin:0 auto;background:linear-gradient(135deg,#d7c569c9 10%,#585ad8 25%,#4f9cb4 50%,#d7c569c9 70%,#5b5dc7 75%,#5775f0);background-size:400% 400%;animation:gradientAnimation 20s ease infinite;min-height:100vh}.landing-page-alumni{margin:0 auto;background:linear-gradient(135deg,#d36cffc9 24%,#7858d8 25%,#4f9cb4 50%,#a769d7c9 60%,#5759f0 75%,#5775f0);background-size:400% 400%;animation:gradientAnimation 15s ease infinite;min-height:100vh}.landing-header{text-align:center;color:#fff;padding:2rem 0;position:relative;overflow:hidden}.landing-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:0 0 20px 20px;margin:0 1rem;transition:all .3s ease}.navbar:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.navbar img{transition:transform .3s ease}.navbar img:hover{transform:scale(1.05)}.nav-links{display:flex;gap:1rem;list-style-type:none;margin:0;padding:0}.nav-links li{padding:.75rem 1rem;align-items:center;border-radius:10px;transition:all .3s ease;position:relative;overflow:hidden}.nav-links li:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.nav-links li:hover:before{left:100%}.nav-links li:hover{background-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.authButtons{border-radius:25px;width:120px;font-size:1rem;padding:.75rem 1.5rem;font-weight:600;opacity:.9;background:var(--secondary);border:2px solid transparent;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.authButtons:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.authButtons:hover:before{left:100%}.authButtons:hover{opacity:1;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;border-color:#ffffff4d}.btnUnfilled{background:transparent;border:2px solid var(--secondary);color:var(--secondary)}.btnUnfilled:hover{background:var(--secondary);color:#fff}.nav-links a{padding:1rem;z-index:2;color:#fff;font-size:1.1rem;text-decoration:none;font-weight:500;transition:all .3s ease}.nav-links a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}.pillarText{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.1rem;line-height:1.7;color:#333;text-align:center;transition:all .3s ease}.pillarTitle{margin-top:1rem;letter-spacing:.02em;font-size:1.5rem;font-weight:700;color:var(--secondary);transition:all .3s ease;position:relative}.pillarTitle:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:3px;background:var(--highlight);transition:all .3s ease;transform:translate(-50%)}.feature-card:hover .pillarTitle:after{width:80%}.landing-title{text-shadow:2px 2px 4px rgba(0,0,0,.3);font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;overflow:hidden;border-right:.1em solid var(--secondary);white-space:nowrap;margin:0 auto;letter-spacing:.1em;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite;display:inline-block;max-width:fit-content;position:relative}.landing-title:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:20px;z-index:-1;animation:pulse 3s ease-in-out infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:var(--secondary-color)}}.subheader{font-size:clamp(1.1rem,2.5vw,1.4rem);margin-bottom:2rem;opacity:0;animation:fadeIn 1s ease-in forwards;animation-delay:3s;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}@keyframes fadeIn{to{opacity:1}}.cta-button{margin:0 auto;padding:1rem 2rem;color:var(--secondary);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;width:clamp(200px,20%,300px);border-radius:30px;box-shadow:0 8px 25px #0003;border:3px solid transparent;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffffe6,#ffffffb3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0000004d;border-color:var(--secondary);animation:glow 2s ease-in-out infinite}.feature-container{display:flex;justify-content:center;align-items:center;padding:2rem 0}.feature-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem;margin:4rem 0;max-width:1400px;width:100%}.feature-card{display:flex;flex-direction:column;text-align:center;background:linear-gradient(135deg,#fffffff2,#ffffffd9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 10px 30px #0000001a;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:translateY(50px);animation:slideUp .8s ease-out forwards;animation-delay:3s;padding:2rem 1.5rem;height:300px;border:1px solid rgba(255,255,255,.2);overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--highlight),var(--secondary),var(--accent));transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:nth-child(1){animation-delay:3.2s}.feature-card:nth-child(2){animation-delay:3.4s}.feature-card:nth-child(3){animation-delay:3.6s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.feature-card:hover{background:linear-gradient(135deg,#fff,#fffffff2);transform:translateY(-15px) scale(1.02);box-shadow:0 20px 50px #0003;border-color:var(--secondary)}.feature-card:hover .pillarText{transform:scale(1.02)}.txtEmphasis{color:var(--secondary);font-weight:700;text-decoration:underline;transition:all .3s ease}.feature-card:hover .txtEmphasis{color:var(--highlight);text-shadow:0 0 10px rgba(0,0,0,.1)}.who-are-we{padding:4rem 0;margin-bottom:3rem;background:linear-gradient(135deg,#4580a21a,#4580a20d);position:relative;overflow:hidden}.who-are-we:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:clamp(2rem,4vw,2.9rem);font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;margin-bottom:3rem;text-transform:uppercase;letter-spacing:3px;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--highlight),var(--secondary));border-radius:2px}.content-wrapper{background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:3rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.content-wrapper:hover{transform:translateY(-5px);box-shadow:0 30px 80px #00000026}.description{font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.8;color:#333;margin-bottom:3rem;text-align:center}.highlight{font-weight:700;color:var(--highlight);position:relative;display:inline-block;transition:all .3s ease}.highlight:hover{transform:scale(1.05);text-shadow:0 0 10px rgba(0,0,0,.1)}.highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--highlight),var(--secondary));opacity:.7;transform:scaleX(0);transition:transform .3s ease}.highlight:hover:after{transform:scaleX(1)}.network-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.network-item{background:linear-gradient(135deg,var(--neutral),rgba(255,255,255,.8));opacity:.9;box-shadow:0 10px 30px #0000001a;border-radius:20px;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;font-size:clamp(1.1rem,2vw,1.48rem);color:#415ca2;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;position:relative;overflow:hidden}.network-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.network-item:hover:before{opacity:1}.network-item:hover{box-shadow:0 20px 50px #0003;transform:translateY(-10px) scale(1.05);border-color:var(--secondary);opacity:1}.network-item:hover i{transform:scale(1.2) rotate(5deg);color:var(--highlight)}.network-item i{font-size:3rem;margin-bottom:1rem;transition:all .3s ease;color:var(--secondary)}.goal{font-size:clamp(1rem,2vw,1.3rem);font-weight:600;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#4580a21a,#4580a20d);border-radius:15px;border-left:4px solid var(--secondary);transition:all .3s ease}.goal:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}.mission-statement{padding:4rem 0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:relative;overflow:hidden}.mission-statement:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:float 6s ease-in-out infinite;pointer-events:none}.mission-statement,.cta-section{display:flex;color:#fff;flex-direction:column;gap:2rem;text-align:center;margin:3rem 0;position:relative;z-index:1}.mission-container{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);margin:0 clamp(1rem,10vw,20rem);padding:3rem 2rem;border-radius:25px;font-size:clamp(1rem,2.5vw,1.2rem);color:var(--secondary);line-height:1.8;box-shadow:0 20px 60px #00000026;border:2px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.mission-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.mission-container:hover:before{left:100%}.mission-container:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 80px #0003;border-color:var(--secondary)}.mission-title{font-size:clamp(2rem,4vw,2.9rem);font-weight:700;color:var(--secondary);text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;margin-bottom:3rem;text-transform:uppercase;letter-spacing:3px;position:relative}.mission-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--highlight),var(--secondary));border-radius:2px}.next-steps-title{font-size:clamp(2rem,4vw,2.9rem);font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;margin-bottom:2rem;letter-spacing:3px;position:relative}.next-steps-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--highlight),var(--secondary));border-radius:2px}.mission-text{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.8;color:var(--secondary);position:relative;z-index:1;transition:all .3s ease}.mission-container:hover .mission-text{transform:scale(1.02)}.mission-highlight{font-weight:700;color:var(--highlight);transition:all .3s ease}.mission-container:hover .mission-highlight{color:var(--accent);text-shadow:0 0 10px rgba(0,0,0,.1)}.landing-footer{background:linear-gradient(135deg,#333,#222);color:#fff;padding:3rem 2rem;position:relative;overflow:hidden}.landing-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--highlight),var(--secondary),var(--accent))}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-column h3{margin-bottom:1.5rem;color:var(--secondary);font-weight:600}.footer-column ul{list-style-type:none;padding:0}.footer-column ul li{margin-bottom:.75rem;transition:all .3s ease}.footer-column ul li:hover{transform:translate(5px)}.footer-column a{color:#ccc;text-decoration:none;transition:all .3s ease}.footer-column a:hover{color:var(--secondary);text-shadow:0 0 10px rgba(255,255,255,.3)}.copyright{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.8}@media (max-width: 1200px){.feature-section{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.mission-container{margin:0 2rem;padding:2rem 1.5rem}}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.feature-section{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.feature-card{height:auto;min-height:250px}.network-grid{grid-template-columns:1fr;gap:1rem}.content-wrapper{padding:2rem 1.5rem}.mission-container{margin:0 1rem;padding:2rem 1rem}.authButtons{width:100px;font-size:.9rem;padding:.5rem 1rem}.cta-button{width:80%;font-size:1.2rem;padding:.75rem 1.5rem}}@media (max-width: 480px){.landing-header{padding:1rem 0}.navbar{margin:0 .5rem}.feature-section{padding:0 .5rem}.content-wrapper{padding:1.5rem 1rem}.mission-container{margin:0 .5rem;padding:1.5rem 1rem}.authButtons{width:80px;font-size:.8rem;padding:.5rem .75rem}.cta-button{width:90%;font-size:1rem;padding:.75rem 1rem}}html{scroll-behavior:smooth}button:focus,a:focus{outline:2px solid var(--secondary);outline-offset:2px}.loading{opacity:.7;pointer-events:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--highlight)}.nav-content{max-width:1200px;margin:0 auto;padding:0 1rem}.nav-links{display:flex;justify-content:center}.nav-link{text-shadow:1px 1px 2px rgba(0,0,0,.5);padding:1rem;color:var(--neutral);font-weight:600;background:none;border:none;cursor:pointer;transition:color .3s ease;font-size:1.2rem}.nav-link:hover{background-color:#7c86891a;border-radius:10px;text-shadow:none}.nav-link.active{color:var(--highlight);text-shadow:none;border-bottom:2px solid var(--highlight)}.page-content{max-width:1200px;margin:2rem auto;padding:0 1rem}@media (max-width: 768px){.nav-links{flex-direction:column;align-items:center}}.school-cta-button{border:none;cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border-radius:30px;box-shadow:0 8px 25px #0003;margin:0 auto}.school-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.school-cta-button:hover:before{left:100%}.awty-cta{background:linear-gradient(135deg,#fffffff2,#ffffffd9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid transparent;padding:1.5rem 2.5rem;min-width:400px;max-width:420px;width:clamp(280px,25vw,420px)}.awty-cta:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 40px #0000004d;border-color:var(--secondary);animation:glow 2s ease-in-out infinite}.cta-content{display:flex;align-items:center;gap:1rem;position:relative;z-index:2}.mascot-container{flex-shrink:0;width:70px;height:70px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,white,var(--secondaryHighlight));padding:10px;box-shadow:0 4px 15px #0003;transition:all .3s ease}.awty-cta:hover .mascot-container{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px #0000004d}.mascot-image{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:all .3s ease}.cta-text{flex:1;text-align:left;line-height:1.2}.school-name{font-size:.9rem;font-weight:700;color:var(--secondary);margin-bottom:.2rem;letter-spacing:.5px;text-transform:uppercase}.cta-action{font-size:1.1rem;font-weight:600;color:var(--secondary);letter-spacing:.5px}.default-cta{margin:0 auto;padding:1rem 2rem;color:var(--secondary);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;width:clamp(200px,20%,300px);border-radius:30px;box-shadow:0 8px 25px #0003;border:3px solid transparent;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffffe6,#ffffffb3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.default-cta:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0000004d;border-color:var(--secondary);animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 8px 25px #0003}50%{box-shadow:0 8px 25px #0003,0 0 20px #fff9}}@media (max-width: 768px){.awty-cta{min-width:280px;padding:1.2rem 2rem}.cta-content{gap:.8rem}.mascot-container{width:40px;height:40px}.school-name{font-size:.8rem}.cta-action{font-size:1rem}.default-cta{width:80%;font-size:1.2rem;padding:.75rem 1.5rem;margin:0 auto}}@media (max-width: 480px){.awty-cta{min-width:250px;padding:1rem 1.5rem}.mascot-container{width:35px;height:35px}.school-name{font-size:.7rem}.cta-action{font-size:.9rem}.default-cta{width:90%;font-size:1rem;padding:.75rem 1rem;margin:0 auto}}.school-cta-button:focus{outline:2px solid var(--secondary);outline-offset:2px}.school-cta-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.school-cta-button:disabled:hover{transform:none;box-shadow:0 8px 25px #0003}:root{--primary: #F3F3F3;--secondary: #2c8bff;--accent: #85ccd4;--dark: #07202F;--neutral: #d1e4e6;--highlight: #7293ed;--secondaryHighlight: #D0D9F1;--dividerColor: #C0C0C0;--shadowColor: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);--btnColor: #1157e2c2;--border: 2px solid var(--dark);font-family:Inter,sans-serif;line-height:1.5;font-weight:400;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--container-width-desktop: 500px;--container-width-mobile: 90%;--button-width-desktop: 220px;--button-width-mobile: 100%}h3{line-height:1}input{background-color:#fff}form input{border-style:solid;border-width:1.5px;border-color:var(--secondaryHighlight);border-radius:5px;background-color:transparent;color:var(--secondary);padding:7px;font-size:18px}.btnFileUpload{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #ccc;cursor:pointer;background:var(--neutral);color:var(--secondary)}.btnFileUpload:hover{background-color:#b3cdff;color:var(--highlight);box-shadow:0 0 11px #21212133}.action-button{background:var(--secondary);opacity:.86;border:none;border-radius:50%;padding:5px;margin-left:5px;cursor:pointer}input[type=checkbox]{background-color:transparent;border-style:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-shadow:none;position:relative;cursor:pointer}input[type=checkbox]:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;vertical-align:middle;transform:translateY(-2px);margin-right:8px;cursor:pointer;transition:all .2s ease;background-color:#fff;position:relative}input[type=checkbox]:hover:before{border-color:#1157e2;background-color:#f8fafc}input[type=checkbox]:checked:before{background-color:#1157e2;border-color:#1157e2;content:"";color:#fff;text-align:center;font-size:12px;font-weight:700;line-height:14px}input[type=checkbox]:focus:before{outline:none;box-shadow:0 0 0 3px #1157e21a}form select{border-style:solid;border-width:1.5px;border-color:var(--secondaryHighlight);border-radius:5px;color:var(--secondary);padding:7px;font-size:18px}textarea{padding:5px;border-radius:10px;border-style:solid;border-color:var(--secondaryHighlight);font-family:Inter;border-width:1.5px;font-size:18px;transition:box-shadow .5s ease}hr{border-top:solid;border-width:1px;border-color:var(--dividerColor)}a{font-weight:500;color:var(--secondary);text-decoration:inherit;cursor:pointer}a:hover{color:var(--highlight)}body{margin:0}h1{font-size:3.2em;line-height:1.1}button{padding:5px;background-color:var(--secondary);border-style:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary);transition:background-color .3s ease}.btnClose{position:absolute;right:10px;top:10px;color:var(--secondary);cursor:pointer}.btnClose:hover{color:var(--highlight)}.btnConnect{background-color:var(--btnColor);border-radius:5px;font-weight:550;font-size:18px}.pfpImage{border-radius:50%;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.btnCircle{overflow:hidden;border-radius:50%;transition:box-shadow .3s}.btnCircle:hover{box-shadow:0 0 11px #21212133}.btnUnfilled{background-color:#fff;border-style:solid;border-width:1.5px;border-color:var(--secondary);color:var(--secondary)}.btnText{background-color:transparent;color:#1976d2;text-decoration:underline;transition:color .3s ease;cursor:pointer;padding:0;display:inline-block;font-size:16px}.btnText-diff{background-color:transparent;color:#145778;text-decoration:underline;transition:color .3s ease;cursor:pointer;padding:0;display:inline-block}.diff-color{color:#00a2ff}.btnText:hover,.btnText-diff:hover{background-color:transparent;color:#1565c0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.ul{list-style:none}.toast-container,[data-sonner-toaster],[data-sonner-toast]{z-index:9999999!important}.mainBody{background:#fff;padding:20px;min-height:67vh;position:relative;border-radius:8px;margin-top:20px}body.modal-open{overflow:hidden}.carousel{position:relative;width:100%}.carousel-container{overflow:hidden;width:100%;gap:10px}.carousel-content{display:flex;transition:transform .5s ease;width:100%;padding:20px 0}.carousel-item{flex:0 0 33.333%}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;transition:background .3s ease;z-index:1}.carousel-button:hover{background:#000000b3}.carousel-button:disabled{opacity:.5;cursor:not-allowed}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.slide-left,.slide-right{transition:transform 1s ease}.networkContainer{margin-left:240px;margin-top:64px;padding:24px;min-height:calc(100vh - 64px);background:#f9fafb;transition:margin-left .3s ease-in-out}.network-sidebar-expanded{margin-left:240px}.network-sidebar-collapsed{margin-left:64px}.v0-sidebar-collapsed~.networkContainer{margin-left:64px}.v0-network-content{background:#f9fafb;padding:24px;min-height:67vh;position:relative;border-radius:12px;margin-top:20px;display:flex;flex-direction:column;gap:24px}.v0-network-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.v0-network-section:hover{box-shadow:0 4px 12px #0000001a}.v0-network-section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.v0-network-section-title{font-size:18px;font-weight:600;color:#111827;margin:0;text-align:left}.v0-network-section-badge{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.v0-network-section-content{padding:24px}.v0-section-header{display:flex;align-items:center;gap:12px;margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.v0-section-title{font-size:20px;font-weight:600;color:#111827;margin:0}.v0-section-badge{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}@media (max-width: 1024px){.networkContainer{margin-left:0;padding:16px}.v0-sidebar-collapsed~.networkContainer{margin-left:0}.v0-network-content{padding:16px;border-radius:8px}.v0-network-section-header{padding:16px 20px}.v0-network-section-content{padding:20px}}.v0-filtered-results{padding:24px}.user-grid-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.user-grid-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.user-grid-title{font-size:20px;font-weight:600;color:#111827;margin:0}.user-grid-count{background:#e0f2fe;color:#0c4a6e;padding:6px 12px;border-radius:16px;font-size:14px;font-weight:500}.user-grid{max-height:70vh;overflow-y:auto;padding:24px}.user-grid-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:24px}.user-grid-item{display:flex;justify-content:center}.user-grid-load-more{display:flex;justify-content:center;padding:20px 0;border-top:1px solid #e5e7eb}.load-more-button{background:#1157e2;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.load-more-button:hover:not(:disabled){background:#0f4bb8;transform:translateY(-1px)}.load-more-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.user-grid-loading{display:flex;justify-content:center;align-items:center;min-height:200px}@media (max-width: 768px){.user-grid-content{grid-template-columns:1fr;gap:16px}.user-grid{padding:16px}.user-grid-header{padding:20px 20px 16px}.v0-filtered-results{padding:16px}}@media (max-width: 480px){.user-grid-content{gap:12px}.user-grid{padding:12px}.user-grid-header{padding:16px 16px 12px}}.v0-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;width:290px;position:relative;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:16px;min-height:150px;max-height:180px;overflow:hidden}.v0-user-card::-webkit-scrollbar{width:4px}.v0-user-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.v0-user-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.v0-user-card::-webkit-scrollbar-thumb:hover{background:#94a3b8}.v0-user-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#1976d2}.v0-link-ghost{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#1976d2;font-weight:600;font-size:13px;cursor:pointer;padding:6px 8px;border-radius:6px;transition:all .2s ease}.v0-link-ghost:hover{background:#eef2ff;color:#1565c0}.v0-user-top{display:flex;width:100%;gap:12px;align-items:center}.v0-user-avatar{flex-shrink:0;display:flex;align-items:center;width:48px;height:48px}.v0-user-pfp{width:48px;height:48px;border-radius:12px;object-fit:cover;border:2px solid #f1f5f9}.v0-user-meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.v0-user-name{font-size:18px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.2}.v0-user-subtitle{color:#6b7280;margin:0;font-size:14px;line-height:1.3}.v0-user-info{display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:200px;padding-right:8px}.v0-user-info::-webkit-scrollbar{width:4px}.v0-user-info::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.v0-user-info::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.v0-user-info::-webkit-scrollbar-thumb:hover{background:#94a3b8}.v0-ellipsed{font-size:14px;line-height:1.4;color:#6b7280;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.v0-ellipsed strong{color:#374151;font-weight:600}.v0-btn{border:none;border-radius:10px;padding:12px 16px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.v0-btn-primary{background:#1976d2;color:#fff}.v0-btn-primary:hover:not(:disabled){background:#1565c0;transform:translateY(-1px)}.v0-btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.v0-btn-block{width:100%}.networkProfileCard{overflow:hidden;position:relative;width:310px;height:160px;color:#000;display:flex;padding:7px;border-radius:9px;flex-direction:column;background:#fff;z-index:1;border:2px solid rgba(55,68,73,.139)}.seeProfile{color:var(--secondary);cursor:pointer}.seeProfile:hover{color:var(--highlight);text-decoration:underline}.basicInfo{display:flex;margin-left:5px;margin-top:5px;align-items:center}.pfpImage{width:48px;height:48px;border-radius:15px;object-fit:cover;box-shadow:none;border:2px solid black}.cardName{font-weight:700;font-size:larger}.cardNameDescription{padding-left:12px;justify-content:center;display:flex;flex-direction:column}.cardDescription{font-size:small;font-weight:200}.userInfo{display:flex;flex-direction:column;padding-left:12px;font-size:smaller;font-weight:345;margin-top:1px}.userInfo strong{font-weight:500}.userCardBtnConnect:hover{background-color:#7883ff}.btnConnect.pending{background-color:orange!important;color:#fff!important;cursor:not-allowed!important}.btnConnect.pending:hover{background-color:orange!important}.btnConnect.connected{background-color:#28a745!important;color:#fff!important;cursor:not-allowed!important}.btnConnect.connected:hover{background-color:#28a745!important}.btnConnect:disabled{opacity:.6;cursor:not-allowed}.btnConnect:disabled:hover{background-color:var(--secondary)}.bannerContainer{position:absolute;top:0;left:0}.banner{position:relative;width:0;height:0;border-top:80px solid rgb(28,203,119);border-right:80px solid transparent;filter:drop-shadow(0px 4px 4px rgba(0,0,0,1))}.bannerTxt{transform:translate(50%,-120%) rotate(-45deg);display:flex;font-size:smaller;text-align:center;font-weight:700}.filter-dropdown{position:relative;width:100%;max-width:350px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.filter-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;min-width:160px;box-shadow:0 1px 2px #0000000d}.filter-header:hover{border-color:#1157e2;box-shadow:0 2px 4px #0000001a}.filter-content{flex:1;display:flex;flex-direction:column;gap:4px}.filter-title{font-weight:500;color:#374151;font-size:14px}.selected-tags{display:flex;flex-wrap:wrap;gap:4px}.selected-tag{display:inline-flex;align-items:center;gap:4px;background:#e0f2fe;color:#0c4a6e;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #bae6fd}.remove-tag{cursor:pointer;color:#0c4a6e;transition:color .2s ease}.remove-tag:hover{color:#dc2626}.more-tag{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.dropdown-arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-content{position:absolute;width:100%;max-height:350px;overflow-y:auto;margin-top:4px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000}.search-container{display:flex;align-items:center;padding:12px 16px;position:relative;border-bottom:1px solid #f3f4f6}.search-input{flex:1;border:1px solid #d1d5db;background-color:#f9fafb;padding:8px 12px 8px 36px;border-radius:6px;font-size:14px;outline:none;transition:all .2s ease}.search-input:focus{border-color:#1157e2;background-color:#fff;box-shadow:0 0 0 3px #1157e21a}.searchIcon{position:absolute;left:24px;color:#9ca3af;z-index:1}.clear-button{background:none;border:none;cursor:pointer;padding:4px;color:#9ca3af;border-radius:4px;transition:all .2s ease;margin-left:8px}.clear-button:hover{background-color:#f3f4f6;color:#6b7280}.divider{height:1px;background-color:#f3f4f6;margin:0}.options-list{padding:8px 0;max-height:250px;overflow-y:auto}.option-item{display:flex;align-items:center;padding:10px 16px;gap:12px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f9fafb}.option-item:last-child{border-bottom:none}.option-item:hover{background-color:#f9fafb}.option-item input[type=checkbox],.option-item input[type=radio]{margin:0;width:16px;height:16px;cursor:pointer;accent-color:#1157e2}.option-label{font-size:14px;color:#374151;font-weight:500;cursor:pointer;flex:1}.no-results{padding:20px 16px;text-align:center;color:#6b7280;font-style:italic;font-size:14px}.filterContainer{align-items:center;position:relative;padding-bottom:10px}.filterTop{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:160px;box-shadow:0 1px 2px #0000000d}.filterTop:hover{border-color:#1157e2;box-shadow:0 2px 4px #0000001a}.dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;max-height:0;transition:all .2s ease-in-out;position:absolute;width:100%;min-width:160px;z-index:10;top:100%;margin-top:4px}.dropdown.open{max-height:300px;border-color:#1157e2}.filterOptions{color:#374151;padding:12px 16px;font-weight:500;cursor:pointer;transition:all .15s ease;border-bottom:1px solid #f3f4f6}.filterOptions:last-child{border-bottom:none}.filterOptions:hover{background-color:#f9fafb;color:#1157e2}.filterOptions.active{background-color:#1157e2;color:#fff}.filter-label{font-weight:500;color:#374151}.dropdown-icon{color:#6b7280;transition:transform .2s ease}.filterTop:hover .dropdown-icon{color:#1157e2}.dropdown.open+.filterTop .dropdown-icon,.filterTop:has(+.dropdown.open) .dropdown-icon{transform:rotate(180deg)}.searchContainer{background:#fff;padding:24px;border-radius:12px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a}.search-title{margin:0 0 20px;font-size:24px;font-weight:600;color:#111827}.search{gap:8px;padding-bottom:16px;display:flex;align-items:center;justify-content:center}.search-form{display:flex;flex:1;position:relative;max-width:100%}.searchBar{border:none;border-bottom:2px solid #e5e7eb;padding:12px 12px 12px 40px;width:100%;max-width:600px;font-size:16px;background:transparent;transition:border-bottom-color .2s ease}.searchBar:focus{outline:none;border-bottom-color:#1157e2}.searchBar::placeholder{color:#9ca3af;font-weight:400}.searchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;transition:color .2s ease}.search-form:focus-within .searchIcon{color:#1157e2}.search-filters{display:flex;padding-top:16px;gap:16px;flex-wrap:wrap;border-top:1px solid #f3f4f6}.no-results-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:320px;text-align:center;padding:2rem;background-color:var(--neutral);border-radius:1rem;box-shadow:0 4px 6px #0000001a}.icon-container{margin-bottom:1.5rem}.search-icon{font-size:4rem;color:#9ca3af}.title{font-size:1.5rem;font-weight:600;color:var(--secondary);margin-bottom:.5rem}.message{color:#6b7280;margin-bottom:1rem}.suggestions{text-align:left;color:#4b5563;font-size:.875rem;list-style-type:none;padding:0}.suggestions li{margin-bottom:.5rem;position:relative;padding-left:1.5rem}.suggestions li:before{content:"•";position:absolute;left:.5rem;color:#9ca3af}empty-portfolio{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background-color:#f9fafb;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.empty-message{color:#6b7280;margin-bottom:1.5rem;max-width:350px}.empty-field{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background-color:#f9fafb;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.empty-icon{font-size:3rem;color:#9ca3af;margin-bottom:1rem}.empty-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-message{color:#6b7280;margin-bottom:1.5rem;max-width:300px}.add-project-btn{background-color:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.add-project-btn:hover{background-color:#2563eb}.onboarding-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background-image:url(/assets/onboarding_backdrop.png);background-position:center center;background-size:cover;box-sizing:border-box;overflow-y:hidden}.form-shorter-input{width:90%;max-width:520px}.background-blend{background:#1b85ff3c;position:fixed;width:100%;height:100vh}.onboarding-wrapper{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.onboarding-body{display:flex;flex-direction:column;align-items:center;width:400px;max-width:100%;min-width:600px;background-color:#fff;padding:clamp(1rem,2.5vw,1.5rem);border-radius:20px;margin:auto;max-height:90vh;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#1976d2 transparent;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e2e8f0;animation:slideUp .3s ease-out}.onboarding-hero{position:absolute;top:-80px;width:100vw;text-align:center;z-index:10}.onboarding-hero-title{font-size:28px;font-weight:700;color:#111827;margin:0;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.1)}.onboarding-header{margin-bottom:1rem;position:relative;width:100%}.onboarding-logo-container{background:linear-gradient(135deg,#4f6dee,#1976d2);border-radius:16px;display:flex;justify-content:center;align-items:center;height:40px;padding:15px 5px;margin-bottom:8px;box-shadow:0 4px 12px #1976d226}.onboarding-logo{width:100%;max-width:300px;object-fit:contain}.onboarding-main{margin-bottom:1rem;width:100%;flex:1;display:flex;flex-direction:column}.onboarding-footer{display:flex;justify-content:space-between;width:100%;gap:16px;margin-top:auto}.onboarding-page{width:100%;max-width:600px;margin:0 auto}.page-title{font-size:24px;font-weight:700;color:#111827;text-align:center;margin:0 0 24px;line-height:1.3}.form-subtitle{font-size:16px;color:#6b7280;text-align:center;margin:0 0 24px;font-weight:400}.form-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:16px}.security-code-container{display:flex;justify-content:center;align-items:center;margin:24px 0}.security-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px;margin-top:16px;padding:16px}.security-notice-content{color:#92400e;font-size:14px;line-height:1.5;text-align:center}.security-notice-content p{margin:0}.security-link{color:#d97706;text-decoration:underline;cursor:pointer;transition:color .2s ease}.security-link:hover{color:#b45309}.security-submit-container{display:flex;justify-content:flex-end;margin-top:12px;margin-bottom:12px}.safety-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.safety-notice.collapsed{max-height:60px}.safety-notice-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer}.safety-notice-title{display:flex;align-items:center;gap:12px}.safety-notice-title h3{margin:0;font-size:14px;font-weight:600;color:#92400e}.safety-icon{color:#d97706}.safety-toggle{background:transparent;border:none;color:#92400e;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.safety-toggle:hover{background:#92400e1a}.safety-notice-content{padding:0 16px 16px;color:#92400e;font-size:14px;line-height:1.5}.safety-notice-content ul{margin:12px 0;padding-left:20px}.safety-notice-content li{margin-bottom:4px}.safety-acknowledgment{margin:12px 0 0;font-weight:600;font-size:13px}.parent-notice{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #3b82f6;border-radius:12px;padding:16px;margin-bottom:16px}.parent-notice-icon{color:#1d4ed8;margin-right:12px}.parent-notice-content h3{margin:0 0 8px;color:#1e40af;font-size:16px;font-weight:600}.parent-notice-content p{margin:0;color:#1e40af;font-size:14px;line-height:1.5}.form-group{margin-bottom:16px}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:6px;font-size:14px}.required{color:#dc2626}.input-group{position:relative}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;z-index:1}.form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background:#f9fafb;color:#111827}.form-input:focus{outline:none;border-color:#1976d2;background:#fff;box-shadow:0 0 0 3px #1976d21a}.form-input.has-icon{padding-left:44px}.error-message{color:#dc2626;font-size:14px;margin-top:4px;display:flex;align-items:center;gap:4px}.success-message{color:#059669;font-size:14px;margin-top:4px;display:flex;align-items:center;gap:4px}.request-btn{background:#1976d2;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.request-btn:hover:not(:disabled){background:#1565c0;transform:translateY(-1px)}.request-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.request-btn.success{background:#059669}.request-btn.success:hover{background:#047857}.spinner{width:16px;height:16px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.continueButton{padding:12px 24px;font-size:18px;border-radius:8px;width:220px;background:linear-gradient(135deg,#667eea,#1976d2);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #1976d226}.continueButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1976d240}.continueButton:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.continueButton.disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.prevButton{padding:12px 24px;font-size:18px;border-radius:8px;width:220px;background:transparent;color:#6b7280;border:2px solid #e5e7eb;font-weight:600;cursor:pointer;transition:all .2s ease}.prevButton:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.prevButton.hidden{visibility:hidden}.onboardingQuestions{display:flex;flex-direction:column;gap:16px;width:100%}.onboardingInput{border:2px solid #e5e7eb;border-radius:8px;width:100%;color:#111827;padding:12px 16px;font-size:16px;transition:all .2s ease;background:#f9fafb}.file-upload-preview{display:flex;justify-content:center;align-items:center;margin-top:8px;margin-bottom:8px}.preview-container{position:relative;display:inline-block}.file-preview{max-width:150px;max-height:150px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb}.onboardingQuestion{display:flex;flex-direction:column;gap:8px}.optional-label{font-size:12px;color:#6b7280;font-style:italic;margin-top:4px}.userType-options-container{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:16px;margin-top:16px;justify-content:center;max-width:600px;margin-left:auto;margin-right:auto}.userType-options-container>*:nth-child(3){grid-column:1 / -1;justify-self:center;width:calc(50% - 8px)}.userType-option{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;gap:12px}.userType-option:hover:not(.selected){border-color:#1976d2;background:#1976d2;transform:translateY(-2px);box-shadow:0 4px 12px #1976d21a}.userType-option:hover:not(.selected) .userType-icon{color:#fff}.userType-option:hover:not(.selected) .userType-label{color:#fff}.userType-option.selected{border-color:#1976d2;background:linear-gradient(135deg,#f0f8ff,#e3f2fd);box-shadow:0 4px 12px #1976d226}.userType-option.selected:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1976d233}.userType-icon{display:flex;align-items:center;justify-content:center;color:#1976d2}.userType-label{font-size:16px;font-weight:600;color:#374151}.terms-checkbox-container{margin-top:24px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.terms-checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;line-height:1.5;color:#374151}.terms-checkbox{width:18px;height:18px;accent-color:#1976d2;margin-top:2px;flex-shrink:0;position:relative}.terms-checkbox:checked{background-color:#1976d2;border-color:#1976d2}.terms-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700;line-height:1}.terms-text{flex:1}.terms-link{color:#1976d2;text-decoration:underline;cursor:pointer;transition:color .2s ease}.terms-link:hover{color:#1565c0}.contact-sharing-container{margin-top:24px}.contact-sharing-header{font-weight:600;color:#374151;margin-bottom:16px}.radio-option{margin-bottom:12px}.radio-label{display:flex;align-items:center;cursor:pointer;padding:12px;border-radius:8px;transition:background-color .2s ease}.radio-label:hover{background:#f9fafb}.radio-input{display:none}.radio-custom{width:30px;height:20px;border:2px solid #d1d5db;border-radius:50%;margin-right:12px;position:relative;transition:all .2s ease}.radio-label:hover .radio-custom{border-color:#1976d2}.radio-input:checked+.radio-custom{border-color:#1976d2;background:#1976d2}.radio-input:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.option-text{font-size:16px;color:#374151;font-weight:500}.skills-container{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.skill-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;position:relative}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.skill-title{font-size:16px;font-weight:600;color:#374151;margin:0}.remove-button{background:#fee2e2;color:#dc2626;border:none;border-radius:4px;padding:4px;cursor:pointer;transition:all .2s ease}.remove-button:hover{background:#fecaca}.skill-add-button{width:auto;padding:12px 24px;margin-top:8px}textarea.form-input{min-height:100px;resize:vertical;font-family:inherit;line-height:1.5}@media screen and (max-width: 768px){.onboarding-body{width:95%;padding:1rem;max-height:95vh}.onboarding-hero-title{font-size:20px}.continueButton,.prevButton{width:100%;font-size:16px}.userType-options-container{grid-template-columns:1fr}.userType-option{padding:16px}.onboarding-footer{flex-direction:column}}@media screen and (min-width: 1440px){.onboarding-body{width:600px}}.onboarding-basic-info-container{width:100%;display:flex;flex-direction:column;gap:16px}.onboarding-upload{font-size:16px;padding:12px 16px;margin-top:8px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:60px}.onboarding-upload:hover{border-color:#1976d2;background:#f0f8ff;color:#1976d2}.linkedin-input-container{border-radius:8px;overflow:hidden}.linkedin-toggle-section{margin-bottom:12px}.linkedin-toggle-btn{display:flex;align-items:center;gap:8px;background:none;border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.linkedin-toggle-btn:hover,.linkedin-toggle-btn.active{border-color:#1976d2;color:#1976d2;background:#f0f8ff}.toggle-icon{font-size:18px;font-weight:700;line-height:1}.linkedin-input-wrapper{max-height:0;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(-10px)}.linkedin-input-wrapper.expanded{max-height:200px;opacity:1;transform:translateY(0);margin-top:12px}.linkedin-profile-input{margin-bottom:8px}.linkedin-verification-status{display:flex;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500}.verification-badge{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500}.verification-badge.verified{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.verification-badge.unverified{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.onboarding-linkedin-overlay{display:none!important}.onboarding-linkedin-section{position:relative}.onboarding-linkedin-verification{position:absolute;top:0;right:-10px;font-size:18px}.onboarding-verification-status{display:flex;gap:4px;justify-content:center;align-items:center}.onboarding-verification-status.verified{color:#059669}.onboarding-verification-status.unverified{color:#dc2626}.onboarding-dropdown-container{z-index:3;margin-bottom:16px}.onboarding-dropdown-container-secondary{z-index:2;margin-bottom:16px}.onboarding-optional-label-container{position:absolute;bottom:-20px;right:0}.onboardingQuestion{display:block;font-weight:600;color:#374151;margin-bottom:6px;font-size:14px}.onboardingInput{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background:#f9fafb;color:#111827;box-sizing:border-box}.onboardingInput:focus{outline:none;border-color:#1976d2;background:#fff;box-shadow:0 0 0 3px #1976d21a}.file-upload-container{margin-bottom:16px}.btnFileUpload{width:100%;padding:12px 16px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:60px;font-size:16px}.btnFileUpload:hover{border-color:#1976d2;background:#f0f8ff;color:#1976d2}.preview-actions{position:absolute;top:8px;right:8px;display:flex;gap:4px}.action-button{background:#ffffffe6;border:none;border-radius:4px;padding:4px;cursor:pointer;color:#6b7280;transition:all .2s ease}.action-button:hover{background:#fff;color:#1976d2}.file-name{font-size:14px;color:#6b7280;margin-top:4px;text-align:center}.organizationsContainer{margin-left:240px;margin-top:64px;padding:24px;min-height:calc(100vh - 64px);background:#f9fafb;transition:margin-left .3s ease-in-out}.organizations-sidebar-expanded{margin-left:240px}.organizations-sidebar-collapsed{margin-left:64px}.v0-sidebar-collapsed~.organizationsContainer{margin-left:64px}.organizations-main{display:flex;margin:0 auto;flex-direction:column;gap:40px;padding-top:20px;position:relative}.v0-organizations-content{display:flex;flex-direction:column;gap:20px;background:#fff;padding:24px;min-height:67vh;position:relative;border-radius:12px;margin-top:20px;box-shadow:0 1px 3px #0000001a}.v0-loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.v0-no-results-container{display:flex;justify-content:center;align-items:center;min-height:200px;padding:40px}.v0-show-more-footer{display:flex;justify-content:center;align-items:center;margin:32px 0;padding:20px}.v0-show-more-btn{background:#1157e2;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease}.v0-show-more-btn:hover{background:#0d47b8}@media (max-width: 1024px){.organizationsContainer{margin-left:0;padding:16px}.v0-sidebar-collapsed~.organizationsContainer{margin-left:0}.v0-organizations-content{padding:16px;border-radius:8px}}.str-chat{box-sizing:border-box;font-family:var(--str-chat__font-family)}.str-chat *{box-sizing:border-box}.str-chat .ngxp__container,.str-chat .float-ui-container{z-index:1;padding:0!important;box-shadow:none!important;border-color:#0000!important}.str-chat .ngxp__container .ngxp__arrow,.str-chat .float-ui-container .ngxp__arrow{display:none}stream-icon,stream-icon-placeholder{display:flex;justify-content:center;align-items:center}:root{--str-chat__theme-version: 2}.str-chat{--str-chat__spacing-px: 1px;--str-chat__spacing-0_5: .125rem;--str-chat__spacing-1: .25rem;--str-chat__spacing-1_5: .375rem;--str-chat__spacing-2: .5rem;--str-chat__spacing-2_5: .625rem;--str-chat__spacing-3: .75rem;--str-chat__spacing-3_5: .875rem;--str-chat__spacing-4: 1rem;--str-chat__spacing-5: 1.25rem;--str-chat__spacing-6: 1.5rem;--str-chat__spacing-7: 1.75rem;--str-chat__spacing-8: 2rem;--str-chat__spacing-9: 2.25rem;--str-chat__spacing-10: 2.5rem;--str-chat__spacing-11: 2.75rem;--str-chat__spacing-12: 3rem;--str-chat__spacing-14: 3.5rem;--str-chat__spacing-16: 4rem}.str-chat{--str-chat__image-fallback-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9InN0ci1jaGF0X19pbWFnZS1mYWxsYmFja19faWNvbiIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYgMnYxNEgyVjJoMTRabTAtMkgyQy45IDAgMCAuOSAwIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlYyYzAtMS4xLS45LTItMi0yWm0tNC44NiA4Ljg2LTMgMy44N0w2IDEwLjE0IDMgMTRoMTJsLTMuODYtNS4xNFoiLz48L3N2Zz4=)}@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-BIx0gQyy.eot);src:url(/assets/stream-chat-icons-BIx0gQyy.eot#iefix) format("embedded-opentype"),url(/assets/stream-chat-icons-B0qOS8Oi.woff) format("woff2"),url(/assets/stream-chat-icons-B0qOS8Oi.woff) format("woff"),url(/assets/stream-chat-icons-IMTrAUeZ.ttf) format("truetype"),url(/assets/stream-chat-icons-BJ5mdHPa.svg#stream-chat-icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:stream-chat-icons;src:url(/assets/stream-chat-icons-BJ5mdHPa.svg#stream-chat-icons) format("svg")}}.str-chat{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 32)}.str-chat .stream-chat__avatar--autocomplete-item{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat .stream-chat__avatar--channel-header{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 40)}.str-chat .stream-chat__avatar--channel-preview{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 49)}.str-chat .stream-chat__avatar--quoted-message-sender{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 20)}.str-chat .stream-chat__avatar--reaction{--str-chat__avatar-size: calc(var(--str-chat__spacing-px) * 30)}.str-chat__avatar{position:relative}.str-chat__avatar .str-chat__avatar-fallback{text-align:center;height:inherit;width:inherit}.str-chat__avatar .str-chat__avatar--online-indicator{position:absolute;width:calc(var(--str-chat__spacing-px)*12);height:calc(var(--str-chat__spacing-px)*12);inset-inline-end:3%;inset-block-start:2%}.str-chat__loading-channels-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat-angular__avatar{height:var(--str-chat__avatar-size);line-height:var(--str-chat__avatar-size);width:var(--str-chat__avatar-size)}.str-chat-angular__avatar.stream-chat__avatar--one-letter{font-size:calc(var(--str-chat__avatar-size)*.5)}.str-chat-angular__avatar.stream-chat__avatar--multiple-letters{font-size:calc(var(--str-chat__avatar-size)*.3)}.str-chat-angular__avatar .str-chat__avatar-image{height:100%;width:100%;object-fit:cover}.str-chat{--str-chat__attachment-margin: var(--str-chat__spacing-0_5);--str-chat__gif-height: calc(var(--str-chat__spacing-px) * 200);--str-chat__voice-recording-amplitude-bar-width: 2px;--str-chat__voice-recording-amplitude-bar-gap-width: var(--str-chat__spacing-px)}.str-chat__attachment-list{--str-chat__attachment-max-width: calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) );--str-chat__video-height: var(--str-chat__attachment-max-width);--str-chat__scraped-image-height: calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91));--str-chat__scraped-video-height: calc(var(--str-chat__attachment-max-width) * .5625 );display:flex;flex-direction:column;align-items:stretch;min-width:0}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--header{position:relative}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link{padding-bottom:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--text{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video,.str-chat__attachment-list .str-chat__message-attachment-card--header{width:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-image-height)}.str-chat__attachment-list .str-chat__message-attachment-card--header img{object-fit:cover;max-height:100%;max-width:100%;width:100%;height:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:var(--str-chat__gif-height)}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header img{object-fit:contain;max-height:100%;max-width:100%;cursor:default}.str-chat__attachment-list .str-chat__message-attachment-card--giphy .str-chat__message-attachment-card-react--header img{cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card)>img{height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-width:var(--str-chat__attachment-max-width);max-height:var(--str-chat__attachment-max-width);object-fit:cover;width:100%;cursor:zoom-in}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{max-width:var(--str-chat__attachment-max-width);display:flex}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{height:100%;width:100%;min-width:0;max-width:var(--str-chat__attachment-max-width);display:flex;flex-direction:column}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .str-chat__video-angular,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .str-chat__video-angular{height:100%;width:100%;max-width:var(--str-chat__attachment-max-width);max-height:100%;min-height:0}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width, 1000000)/var(--original-width, 1000000),1px)*var(--original-height, 1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__video-angular{max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:var(--str-chat__scraped-video-height)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card){margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery{margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery{display:grid;grid-template-columns:50% 50%;overflow:hidden;width:fit-content;gap:var(--str-chat__spacing-0_5);max-width:var(--str-chat__attachment-max-width);height:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery.str-chat__gallery-two-rows{grid-template-rows:50% 50%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image{padding:0;margin:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-image img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:top left;background-repeat:no-repeat;margin:0;cursor:zoom-in;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder p{position:relative;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__gallery .str-chat__gallery-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__spacing-6)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{object-fit:contain;max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6));max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__spacing-6))}.str-chat__attachment-list .str-chat__message-attachment-unsupported{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*30)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-list .str-chat__message-attachment-file--item,.str-chat__attachment-list .str-chat__message-attachment-audio-widget{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:var(--str-chat__spacing-0_5);min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item-first-row .str-chat__message-attachment-download-icon svg,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__file-icon{width:calc(var(--str-chat__spacing-px)*34)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{display:flex;align-items:center;justify-content:center}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--progress-track{max-width:calc(var(--str-chat__spacing-px)*120)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{display:flex;align-items:center;width:100%;grid-column-gap:var(--str-chat__spacing-5);padding-top:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{line-height:calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{position:relative;height:calc(var(--str-chat__spacing-px)*5);flex:1;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{position:absolute;inset-inline-start:0;height:inherit}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{display:grid;grid-template-columns:36px auto 55px;align-items:center;justify-content:center;gap:calc(var(--str-chat__spacing-px)*9);padding:var(--str-chat__spacing-2);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-voice-recording-widget--first-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;min-width:0}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__audio-state{display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__spacing-1_5);height:100%}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment__voice-recording-widget__error-message{display:flex;align-items:center;justify-content:flex-start;gap:var(--str-chat__spacing-1)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__right-section{justify-self:center}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{min-width:calc(var(--str-chat__spacing-px)*45);width:calc(var(--str-chat__spacing-px)*45)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget stream-voice-recording-wavebar{flex:1}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track{position:relative;flex:1;width:100%;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;justify-content:space-between;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:var(--str-chat__voice-recording-amplitude-bar-width);min-width:var(--str-chat__voice-recording-amplitude-bar-width);height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:var(--str-chat__spacing-1_5) var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card{min-width:0;max-width:var(--str-chat__attachment-max-width);margin:var(--str-chat__attachment-margin)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-2_5)}.str-chat__attachment-list .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-2_5);width:100%;padding:var(--str-chat__spacing-2)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-card-audio-widget--first-row{display:flex;align-items:center;column-gap:var(--str-chat__spacing-3_5)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;justify-content:stretch}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{cursor:pointer;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-4);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__attachment-list .str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{cursor:pointer;text-decoration:none}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16)}.str-chat__attachment-list .str-chat__attachment-type-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37)}.str-chat__message-attachment-audio-widget--play-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36);cursor:pointer}.str-chat__message-attachment-audio-widget--play-button svg{width:var(--str-chat__spacing-3)}.str-chat__quoted-message-preview{--str-chat__attachment-margin: 0px}.str-chat__quoted-message-preview *{cursor:pointer!important}.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget{display:flex;justify-content:space-between}.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__track,.str-chat__quoted-message-preview .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment-audio-widget--play-button,.str-chat__quoted-message-preview .str-chat__message-attachment-file--item-download{display:none}.str-chat__message .str-chat__quoted-message-preview .str-chat__message-attachment-file--item{padding:0}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{position:relative;flex:1;width:120px;height:calc(var(--str-chat__spacing-px)*25);display:flex;align-items:center;gap:var(--str-chat__spacing-px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{width:2px;min-width:2px;height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{position:absolute;left:0;height:calc(100% + 4px);width:calc(var(--str-chat__spacing-px)*6)}.str-chat__attachment-list-angular-host{min-width:0}.str-chat__attachment-preview-list{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 18);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-1_5);width:100%}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{overflow-y:hidden;overflow-x:auto;width:100%;max-width:100%;display:flex;align-items:center;justify-content:flex-start;column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);min-width:calc(var(--str-chat__spacing-px)*72);overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail{object-fit:cover;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*72);word-break:break-all;overflow:hidden}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{display:flex;justify-content:flex-start;align-items:center;height:calc(var(--str-chat__spacing-px)*72);width:calc(var(--str-chat__spacing-px)*200);position:relative;padding:0 var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-metadata .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;max-width:100%}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 37);--str-chat-icon-width: auto;display:flex;align-items:center;justify-content:center}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon svg,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon svg{height:calc(var(--str-chat__spacing-px)*37);width:unset}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);line-height:calc(var(--str-chat__spacing-px)*13)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download svg{width:calc(var(--str-chat__spacing-px)*16);height:calc(var(--str-chat__spacing-px)*16)}.str-chat__attachment-preview-list button.str-chat__attachment-preview-delete{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);position:absolute;top:calc(var(--str-chat__spacing-px)*2);inset-inline-end:calc(var(--str-chat__spacing-px)*2);cursor:pointer;z-index:1}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;padding:unset;background:unset;border:unset;border-radius:unset;inset-inline-start:0;cursor:pointer;z-index:1}.str-chat__attachment-preview-list-angular-host{width:100%;max-width:100%}.str-chat__message-textarea-angular-host{position:relative}.str-chat__message-textarea-angular-host mention-list{width:100%}.str-chat__message-textarea-angular-host .mention-menu{padding:var(--str-chat__spacing-2) 0!important;margin:0!important;max-width:100%}.str-chat__message-textarea-angular-host .mention-menu .mention-item{padding:0!important}.str-chat__suggestion-list-container{position:absolute;bottom:var(--str-chat__spacing-7);width:100%;padding:var(--str-chat__spacing-2) 0}.str-chat__suggestion-list-container .str-chat__suggestion-list{overflow-y:auto;max-height:calc(var(--str-chat__spacing-px)*320);display:flex;flex-direction:column;list-style:none;padding:unset;margin:unset}.str-chat__slash-command{padding:var(--str-chat__spacing-2_5)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{margin-inline-start:var(--str-chat__spacing-2)}.str-chat__user-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__user-item .str-chat__user-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;width:100%}.str-chat__emoji-item{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);column-gap:var(--str-chat__spacing-2)}.str-chat__emoji-item .str-chat__emoji-item--name{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;width:100%}.str-chat__message-textarea-angular-host--autocomplete-hidden mention-list{display:none}.str-chat__audio_recorder-container{bottom:0;display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:3.25rem;padding-inline:1rem}.str-chat__audio_recorder{display:flex;align-items:center;justify-content:center;gap:.375rem}.str-chat__audio_recorder button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg{height:28px}.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg{height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button svg{height:24px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__recording-timer{display:flex;align-items:center;width:3rem}.str-chat__audio_recorder .str-chat__recording-timer--hours{width:3.75rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container{padding-block:.5rem;overflow-x:auto;height:fit-content}.str-chat__audio_recorder .str-chat__waveform-box-container{flex:1;display:flex;align-items:center;justify-content:flex-end;width:100%}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box,.str-chat__audio_recorder .str-chat__wave-progress-bar__track{display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;height:2rem;margin-inline:1rem}.str-chat__audio_recorder .str-chat__wave-progress-bar__track{width:120px}.str-chat__audio_recorder .str-chat__audio_recorder__waveform-box{overflow-x:hidden}.str-chat__base-image .str-chat__message-attachment-file--item-download{display:block}.str-chat__message-attachment-card--header .str-chat__message-attachment-file--item-download,.str-chat__gallery-image .str-chat__message-attachment-file--item-download,.str-chat__message-attachment--image .str-chat__message-attachment-file--item-download{position:absolute;top:.5rem;right:1rem}.str-chat__attachment-preview-image .str-chat__message-attachment-file--item-download{display:none}.str-chat__channel{height:100%;display:flex;flex-direction:column;position:relative}.str-chat__channel .str-chat__container{height:100%;display:flex}.str-chat__channel .str-chat__container .str-chat__main-panel{height:100%;display:flex;flex-direction:column;width:100%;min-width:0}.str-chat__channel .str-chat__container .str-chat__main-panel--hideOnThread{display:none}.str-chat__empty-channel{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4);position:relative}.str-chat__empty-channel svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__empty-channel .str-chat__empty-channel-notifications{position:absolute;inset-block-end:var(--str-chat__spacing-2)}.str-chat__loading-channel{height:100%;display:flex;flex-direction:column}.str-chat__loading-channel .str-chat__loading-channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-name{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*170)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-end .str-chat__loading-channel-header-info{border-radius:var(--str-chat__border-radius-xs);height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 var(--str-chat__spacing-2);height:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1 * var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1 * var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__loading-channel .str-chat__loading-channel-message-list{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{display:flex;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-4) 0}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{flex-shrink:0;width:calc(var(--str-chat__spacing-px)*49);height:calc(var(--str-chat__spacing-px)*49)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end{display:flex;flex-direction:column;width:100%;row-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-end .str-chat__loading-channel-message-last-row{display:flex;width:100%;column-gap:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-sender{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-text{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-date{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*50)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2){flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-sender{align-self:end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message:nth-of-type(2) .str-chat__loading-channel-message-last-row{flex-direction:row-reverse}.str-chat__loading-channel .str-chat__loading-channel-message-input-row{display:flex;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-2)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{width:100%;height:calc(var(--str-chat__spacing-px)*36)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{height:calc(var(--str-chat__spacing-px)*36);width:calc(var(--str-chat__spacing-px)*36)}.str-chat__channel-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__channel-header .str-chat__header-hamburger{display:none}.str-chat__channel-header .str-chat__channel-header-end{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__channel-header .str-chat__channel-header-end p{margin:0}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title,.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-info{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__channel-header .str-chat__channel-header-end .str-chat__channel-header-title{overflow-y:hidden}.str-chat__channel-list{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__channel-list .str-chat__channel-list-messenger,.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main{height:100%}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 136);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-4)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty svg{width:calc(var(--str-chat__spacing-px)*136);height:calc(var(--str-chat__spacing-px)*136)}.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty-v1{display:none}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__spacing-2) 0}.str-chat__channel-list .str-chat__load-more-button .str-chat__load-more-button__button{display:flex;align-items:center;justify-content:center}.str-chat__channel-list .str-chat__down-main{display:none}.str-chat__channel-list-react{overflow:hidden}.str-chat__channel-list-react .str-chat__channel-list-messenger-react{overflow:hidden;padding-bottom:var(--str-chat__spacing-2_5)}.str-chat__channel-list-react .str-chat__channel-list-messenger-react .str-chat__channel-list-messenger-react__main{overflow-y:auto}.str-chat__channel-preview{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start;cursor:pointer}.str-chat__channel-preview .str-chat__channel-preview-end{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%;overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row{display:flex;column-gap:var(--str-chat__spacing-1);align-items:stretch}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{display:flex;align-items:center;padding:0 var(--str-chat__spacing-2)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--name{width:100%}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row{overflow-y:visible;overflow-x:hidden;overflow-x:clip;min-width:0;display:flex;column-gap:var(--str-chat__spacing-1);align-items:center}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--last-message{flex:1}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;overflow-y:hidden;min-width:0}.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--name p,.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-messenger--last-message p{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;margin:0}.str-chat__channel-preview-loading{display:flex;column-gap:var(--str-chat__spacing-2);align-items:center;justify-content:flex-start;width:100%;padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2);margin:0;text-align:start}.str-chat__channel-preview-loading .str-chat__channel-preview-end-loading{display:flex;flex-direction:column;row-gap:var(--str-chat__spacing-0_5);width:100%}.str-chat__channel-preview-loading .str-chat__loading-channels-username{height:calc(var(--str-chat__spacing-px)*16);width:calc(var(--str-chat__spacing-px)*66)}.str-chat__channel-preview-loading .str-chat__loading-channels-status{height:calc(var(--str-chat__spacing-px)*16);width:100%}.str-chat__channel-search{position:relative;display:flex;flex-direction:column;justify-content:center}.str-chat__channel-search.str-chat__channel-search--with-results.str-chat__channel-search--inline{height:100%}.str-chat__channel-search.str-chat__channel-search--inline{min-height:0}.str-chat__channel-search .str-chat__channel-search-bar{display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2_5);height:65px}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-bar-button{background:none;border:none;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);padding:var(--str-chat__spacing-2_5);cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper{display:flex;align-items:center;flex:1;padding:var(--str-chat__spacing-2_5);min-width:0}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--icon,.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{display:inline-flex;padding:0 var(--str-chat__spacing-2_5)}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button{background:none;border:none;cursor:pointer}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button:disabled{cursor:default}.str-chat__channel-search .str-chat__channel-search-bar .str-chat__channel-search-input--wrapper input{flex:1;min-width:0}.str-chat__channel-search .str-chat__channel-search-container-searching,.str-chat__channel-search .str-chat__channel-search-results-header{width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.str-chat__channel-search .str-chat__channel-search-result-list.inline{flex:1}.str-chat__channel-search .str-chat__channel-search-result-list.popup{position:absolute;left:0;right:0;top:65px;height:400px;z-index:1}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--str-chat__spacing-5) var(--str-chat__spacing-4)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg{height:calc(var(--str-chat__spacing-px)*90 + var(--str-chat__spacing-20));width:calc(var(--str-chat__spacing-px)*90);padding:var(--str-chat__spacing-10) 0}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result{background:none;border:none;display:flex;align-items:center;width:100%;column-gap:var(--str-chat__spacing-2);padding:var(--str-chat__spacing-3) var(--str-chat__spacing-2)}.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .channel-search__result-text,.str-chat__channel-search .str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{overflow-y:hidden}.str-chat__cta-button{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-6);cursor:pointer}.str-chat__circle-fab{width:calc(var(--str-chat__spacing-px)*42);height:calc(var(--str-chat__spacing-px)*42);padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}.str-chat__circle-fab .str-chat__circle-fab-icon{display:inline-block;height:calc(var(--str-chat__spacing-px)*24)}.str-chat__edit-message-form{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-5);width:100%;height:100%;min-height:0;min-width:0;max-width:100%;max-height:100%}.str-chat__edit-message-form .str-chat__edit-message-form-options{display:flex;align-items:center;justify-content:flex-end}.str-chat__edit-message-form .str-chat__edit-message-form-options button{cursor:pointer;margin:0}.str-chat-angular__edit-message-form .str-chat__message-input-angular-host{max-height:100%;min-height:0;display:flex;min-width:0;max-width:100%}.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width: 768px){.str-chat-angular__edit-message-form .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__image-carousel{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;min-width:0;max-width:100%;max-height:100%;height:100%}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 30);padding:var(--str-chat__spacing-2_5);border:none;cursor:pointer;background:#0000}.str-chat__image-carousel .str-chat__image-carousel-image{object-fit:contain;min-height:0;max-height:100%;min-width:0;max-width:100%;height:100%;width:100%}.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:80%;width:80%}@media only screen and (max-device-width: 768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{height:100%;width:100%}}[dir=rtl] .str-chat__image-carousel-stepper svg{transform:scaleX(-1)}.str-chat{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);--str-chat-icon-width: auto}.str-chat__icon{display:flex;font-family:stream-chat-icons;font-style:normal;font-weight:400;font-size:var(--str-chat-icon-height);line-height:var(--str-chat-icon-height);height:var(--str-chat-icon-height);width:var(--str-chat-icon-width)}.str-chat__icon:before{line-height:var(--str-chat-icon-height)}.str-chat__icon--unspecified-filetype{content:url(data:image/svg+xml;base64,PHN2ZwogIGRhdGEtdGVzdGlkPSJ1bnNwZWNpZmllZC1maWxldHlwZSIKICB3aWR0aD0iMzQiCiAgaGVpZ2h0PSI0MCIKICB2aWV3Qm94PSIwIDAgMzQgNDAiCiAgZmlsbD0ibm9uZSIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCj4KICA8cGF0aAogICAgZD0iTTAgM0MwIDEuMzQzMTUgMS4zNDMxNSAwIDMgMEgyM0wzNCAxMVYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjNaIgogICAgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIKICAvPgogIDxwYXRoIGQ9Ik0zNCAxMUwyNiAxMUMyNC4zNDMxIDExIDIzIDkuNjU2ODUgMjMgOFYwTDM0IDExWiIgZmlsbD0iI0RCREJEQiIgLz4KICA8cGF0aAogICAgZmlsbC1ydWxlPSJldmVub2RkIgogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTggMTNIMjNWMTVIOFYxM1oiCiAgICBmaWxsPSIjQ0ZDRkNGIgogIC8+CiAgPHBhdGgKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik04IDE3SDE4VjE5SDhWMTdaIgogICAgZmlsbD0iI0NGQ0ZDRiIKICAvPgogIDxwYXRoCiAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOCAyMUgyM1YyM0g4VjIxWiIKICAgIGZpbGw9IiNDRkNGQ0YiCiAgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICBpZD0icGFpbnQwX2xpbmVhciIKICAgICAgeDE9IjAiCiAgICAgIHkxPSIwIgogICAgICB4Mj0iMCIKICAgICAgeTI9IjQwIgogICAgICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgID4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIC8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RCREJEQiIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgo8L3N2Zz4=)}.str-chat__icon--audio-file{content:url(data:image/svg+xml;base64,PHN2ZwogIGNsYXNzPSJyZnUtZmlsZS1hdWRpbyIKICBmaWxsPSJub25lIgogIHZpZXdCb3g9IjAgMCAzNCA0MCIKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIyMCIKICB3aWR0aD0iMjAiCj4KICA8cGF0aAogICAgY2xpcC1ydWxlPSJldmVub2RkIgogICAgZD0iTTE3LjcxNjggMzMuMTcyQzE4LjIzNDggMzMuMTcyIDE4LjQyMzggMzMuNjU1IDE4LjQyMzggMzQuMThDMTguNDIzOCAzNC42NDIgMTguMjk3OCAzNS4xOTUgMTcuNzE2OCAzNS4xOTVDMTcuMTcwOCAzNS4xOTUgMTYuOTg4OCAzNC42NDIgMTYuOTg4OCAzNC4xNDVDMTYuOTg4OCAzMy42ODMgMTcuMTcwOCAzMy4xNzIgMTcuNzE2OCAzMy4xNzJaTTE5LjU3MTggMzEuMDAySDE4LjM4MThWMzIuNzU4OUgxOC4zNjc4QzE4LjEyMjggMzIuNDMgMTcuNzc5OCAzMi4yNjIgMTcuMzMxOCAzMi4yNjJDMTYuMzAyOCAzMi4yNjIgMTUuNzk4OCAzMy4xNTggMTUuNzk4OCAzNC4xMDNDMTUuNzk4OCAzNS4xMjUgMTYuMjgxOCAzNi4xMDQ5IDE3LjQyMjggMzYuMTA0OUMxNy44NDI4IDM2LjEwNDkgMTguMTkyOCAzNS45MjMgMTguNDIzOCAzNS41OEgxOC40Mzc4VjM2SDE5LjU3MThWMzEuMDAyWk0xMi43MDk1IDM0LjE4NzJDMTIuNzA5NSAzMy43MjUyIDEyLjg3NzUgMzMuMTcyMiAxMy40MzA1IDMzLjE3MjJDMTMuOTgzNSAzMy4xNzIyIDE0LjE1ODUgMzMuNzI1MiAxNC4xNTg1IDM0LjE4NzJDMTQuMTU4NSAzNC42NDkyIDEzLjk4MzUgMzUuMTk1MiAxMy40MzA1IDM1LjE5NTJDMTIuODc3NSAzNS4xOTUyIDEyLjcwOTUgMzQuNjQ5MiAxMi43MDk1IDM0LjE4NzJaTTExLjUxOTUgMzQuMTg3MkMxMS41MTk1IDM1LjI3OTIgMTIuMzAzNSAzNi4xMDUyIDEzLjQzMDUgMzYuMTA1MkMxNC41NTc1IDM2LjEwNTIgMTUuMzQ4NSAzNS4yNzkyIDE1LjM0ODUgMzQuMTg3MkMxNS4zNDg1IDMzLjA5NTIgMTQuNTU3NSAzMi4yNjIyIDEzLjQzMDUgMzIuMjYyMkMxMi4zMDM1IDMyLjI2MjIgMTEuNTE5NSAzMy4wOTUyIDExLjUxOTUgMzQuMTg3MlpNMjEuODM5IDMyLjM2NzFIMjIuNTc0VjMzLjEzNzFIMjEuODM5VjM0Ljc4OTFDMjEuODM5IDM1LjA3NjEgMjIuMDA3IDM1LjEzOTEgMjIuMjY2IDM1LjEzOTFDMjIuMzE0MiAzNS4xMzkxIDIyLjM2NCAzNS4xMzU3IDIyLjQxNDcgMzUuMTMyM0MyMi40NjcyIDM1LjEyODcgMjIuNTIwNiAzNS4xMjUxIDIyLjU3NCAzNS4xMjUxVjM2LjAwMDFDMjIuNDgxIDM2LjAwMzEgMjIuMzg4IDM2LjAwOTkgMjIuMjk1IDM2LjAxNjhDMjIuMTcxIDM2LjAyNTkgMjIuMDQ3IDM2LjAzNTEgMjEuOTIzIDM2LjAzNTFDMjAuOTA4IDM2LjAzNTEgMjAuNjQ5IDM1Ljc0MTEgMjAuNjQ5IDM0Ljc1NDFWMzMuMTM3MUgyMC4wNDdWMzIuMzY3MUgyMC42NDlWMzEuMjY4MUgyMS44MzlWMzIuMzY3MVoiCiAgICBmaWxsPSJ3aGl0ZSIKICAgIGZpbGwtcnVsZT0iZXZlbm9kZCIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBkPSJNMCAyOEgzNFYzN0MzNCAzOC42NTY5IDMyLjY1NjkgNDAgMzEgNDBIM0MxLjM0MzE1IDQwIDAgMzguNjU2OSAwIDM3VjI4WiIKICAgIGZpbGw9IiMyNzI3QjAiCiAgPjwvcGF0aD4KICA8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDIzTDM0IDExVjI4SDBWM1oiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICA8cGF0aAogICAgZD0iTTM0IDExTDI2IDExQzI0LjM0MzEgMTEgMjMgOS42NTY4NSAyMyA4VjBMMzQgMTFaIgogICAgZmlsbD0iI0RCREJEQiIKICA+PC9wYXRoPgogIDxwYXRoCiAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICBkPSJNOC44NzkxMiAyMS45NDFIMTIuMjk4TDE2Ljk1MjEgMjQuNzQ5M0MxNy4wMzA3IDI0LjgxMzggMTcuMTI5MyAyNC44NDkgMTcuMjMxMSAyNC44NDlDMTcuNDczOCAyNC44NDg4IDE3LjY3MDUgMjQuNjUxOSAxNy42NzAzIDI0LjQwOTJWMTIuNDM5OUMxNy42NzA0IDEyLjMzODEgMTcuNjM1MiAxMi4yMzk2IDE3LjU3MDcgMTIuMTYwOUMxNy40MTY4IDExLjk3MzIgMTcuMTM5OCAxMS45NDU3IDE2Ljk1MjEgMTIuMDk5NkwxMi4yOTggMTQuOTA4SDguODc5MTJDOC4zOTM2IDE0LjkwOCA4IDE1LjMwMTYgOCAxNS43ODcxVjIxLjA2MTlDOCAyMS41NDc0IDguMzkzNiAyMS45NDEgOC44NzkxMiAyMS45NDFaTTEyLjkyNTggMTYuNjY2NEwxNS45MTIyIDE1LjIyMjRWMjEuNjI2OEwxMi45MjU4IDIwLjE4MjlIOS43NTgzVjE2LjY2NjRIMTIuOTI1OFpNMTkuODUxMSAxNi4zNTE3QzE5LjQ3NCAxNi40MDkyIDE5LjIzOTcgMTYuNjYzNyAxOS4zMjgzIDE2LjkxOTFMMTkuMzI2MiAxNi45MkMxOS41Mjk1IDE3LjQ5OTUgMTkuNjMwNSAxOC4wOTggMTkuNjI4NCAxOC42OTUzQzE5LjYzMDUgMTkuMjk3NSAxOS41MjM3IDE5LjkwMTQgMTkuMzE5NiAyMC40OTA5QzE5LjIyOSAyMC43NDYyIDE5LjQ2ODIgMjAuOTk5NiAxOS44NDc0IDIxLjA2QzE5LjkwMDggMjEuMDY4MyAxOS45NTQyIDIxLjA3MiAyMC4wMDc2IDIxLjA3MkMyMC4zMjU5IDIxLjA3MiAyMC42MTU2IDIwLjkyMzQgMjAuNjkyMiAyMC43MDU3QzIwLjkxOTQgMjAuMDQ1MSAyMS4wMzM3IDE5LjM3IDIxLjAzNzQgMTguNjk1M0MyMS4wMzQ5IDE4LjAyNTEgMjAuOTIxMSAxNy4zNTc1IDIwLjY5NTUgMTYuNzAzNUMyMC42MDUzIDE2LjQ0NzcgMjAuMjI5IDE2LjI5MDggMTkuODUxMSAxNi4zNTE3Wk0yMi4xNjA1IDE0LjYwMjhDMjIuNTI1MiAxNC41MTYzIDIyLjkyNTkgMTQuNjQ1NCAyMy4wNTUgMTQuODkzOEMyMy42ODkxIDE2LjExNTcgMjQgMTcuNDA0MiAyNCAxOC42OTIzQzI0LjAwMDQgMTkuOTg5NSAyMy42Nzk2IDIxLjI4MzkgMjMuMDUyMSAyMi41MTUzQzIyLjk1MDMgMjIuNzEyMyAyMi42NzYzIDIyLjgzNDQgMjIuMzgyOCAyMi44MzQ0QzIyLjMwNzEgMjIuODM0NCAyMi4yMzAxIDIyLjgyNjEgMjIuMTU0MyAyMi44MDkyQzIxLjc4NjMgMjIuNzI1MSAyMS41OTE0IDIyLjQ1MzYgMjEuNzE4NSAyMi4yMDc3QzIyLjI5ODggMjEuMDc2MSAyMi41OTIyIDE5Ljg4MzYgMjIuNTkzMSAxOC42OTE5QzIyLjU5MzEgMTcuNTA1NiAyMi4zMDU0IDE2LjMyMjIgMjEuNzI3NiAxNS4yMDI1QzIxLjYwMDEgMTQuOTU2MyAyMS43OTUgMTQuNjg2IDIyLjE2MDUgMTQuNjAyOFoiCiAgICBmaWxsPSIjMjcyN0IwIgogICAgZmlsbC1ydWxlPSJldmVub2RkIgogID48L3BhdGg+Cjwvc3ZnPg==)}.str-chat__icon--action:before{content:""}.str-chat__icon--arrow-down:before{content:""}.str-chat__icon--arrow-left:before{content:""}.str-chat__icon--arrow-right:before{content:""}.str-chat__icon--close:before{content:""}.str-chat__icon--arrow-up:before{content:""}.str-chat__icon--chat-bubble:before{content:""}.str-chat__icon--pause:before{content:""}.str-chat__icon--download:before{content:""}.str-chat__icon--delivered:before{content:""}.str-chat__icon--play:before{content:""}.str-chat__icon--reaction:before{content:""}.str-chat__icon--error:before{content:""}.str-chat__icon--read:before{content:""}.str-chat__icon--retry:before{content:""}.str-chat__icon--reply-in-thread:before{content:""}.str-chat__icon--send:before{content:""}.str-chat__icon--attach:before{content:""}.str-chat__link-preview-list{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding-inline:.75rem}.str-chat__link-preview-card{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-around;gap:1rem}.str-chat__link-preview-card .str-chat__tooltip{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;display:block;max-width:calc(var(--str-chat__spacing-px)*250);padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__icon-container{display:flex;align-items:center}.str-chat__link-preview-card .str-chat__link-preview-card__content{width:100%;min-width:0;flex:1;padding-inline:.5rem}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button{background:none;border:none;cursor:pointer}.str-chat{--str-chat__loading-indicator-size: calc(var(--str-chat__spacing-px) * 15)}.str-chat__loading-indicator{display:flex;align-items:center;justify-content:center;animation:rotate 1s linear infinite}.str-chat__loading-indicator svg{width:var(--str-chat__loading-indicator-size);height:var(--str-chat__loading-indicator-size)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.str-chat{--str-chat__message-options-button-size: calc(var(--str-chat__spacing-px) * 26);--str-chat__message-max-width: calc(var(--str-chat__spacing-px) * 480);--str-chat__message-with-attachment-max-width: calc(var(--str-chat__spacing-px) * 300);--str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 250);--str-chat__quoted-message-inside-message-input-max-width: calc( var(--str-chat__spacing-px) * 200 );--str-chat__quoted-message-inside-message-input-max-height: calc( var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50) )}.str-chat__message .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-options{--str-chat-icon-height: calc(var(--str-chat__message-options-button-size) * .7)}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-attachment .str-chat__message-bubble{max-width:var(--str-chat__message-max-width)}.str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-max-width)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{pointer-events:none;max-width:var(--str-chat__message-max-width)}.str-chat__message,.str-chat__quoted-message-preview{display:grid;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.str-chat__message.str-chat__message--other,.str-chat__message.str-chat__quoted-message-preview,.str-chat__quoted-message-preview.str-chat__message--other,.str-chat__quoted-message-preview.str-chat__quoted-message-preview{grid-template-areas:"avatar message" ". replies" ". translation-notice" ". custom-metadata" ". metadata";column-gap:var(--str-chat__spacing-2);grid-template-columns:auto 1fr;justify-items:flex-start}.str-chat__message.str-chat__message--me,.str-chat__quoted-message-preview.str-chat__message--me{grid-template-areas:"message" "replies" "translation-notice" "custom-metadata" "metadata";justify-items:end}.str-chat__message.str-chat__message--me>.str-chat__message-sender-avatar,.str-chat__quoted-message-preview.str-chat__message--me>.str-chat__message-sender-avatar{display:none}.str-chat__message.str-chat__message--deleted,.str-chat__quoted-message-preview.str-chat__message--deleted{grid-template-areas:"message"}.str-chat__message.str-chat__message--system,.str-chat__quoted-message-preview.str-chat__message--system{grid-template-areas:"message";grid-template-columns:auto}.str-chat__message .str-chat__message-sender-avatar,.str-chat__quoted-message-preview .str-chat__message-sender-avatar{grid-area:avatar;align-self:end}.str-chat__message .str-chat__message-inner,.str-chat__quoted-message-preview .str-chat__message-inner{grid-area:message;display:grid;grid-template-areas:"reactions reactions" "message-bubble options";grid-template-columns:auto 1fr;column-gap:var(--str-chat__spacing-2);position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options{grid-area:options;align-items:flex-start;justify-content:flex-end;flex-direction:row-reverse;width:calc(3*var(--str-chat__message-options-button-size))}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-reactions-button{display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--str-chat__message-options-button-size);height:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-options .str-chat__message-actions-container{position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-reactions-host{grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-bubble,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble{grid-area:message-bubble;position:relative;min-width:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{margin:0}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p,.str-chat__quoted-message-preview .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{white-space:pre-line}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner{grid-template-areas:"reactions reactions" "options message-bubble";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message .str-chat__translation-notice,.str-chat__quoted-message-preview .str-chat__translation-notice{grid-area:translation-notice}.str-chat__message .str-chat__translation-notice button,.str-chat__quoted-message-preview .str-chat__translation-notice button{cursor:pointer;padding:var(--str-chat__spacing-1) 0;margin:0}.str-chat__message .str-chat__custom-message-metadata,.str-chat__quoted-message-preview .str-chat__custom-message-metadata{grid-area:custom-metadata;margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata,.str-chat__quoted-message-preview .str-chat__message-metadata{grid-area:metadata;display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--str-chat__spacing-1);margin-block-start:var(--str-chat__spacing-0_5)}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-name,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-name{overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-simple-timestamp+.str-chat__mesage-simple-edited:before{content:"•";margin-right:var(--str-chat__spacing-1)}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp{--str-chat__message-edited-timestamp-height: 1rem;flex-basis:100%}.str-chat__message.str-chat__message--me .str-chat__message-metadata,.str-chat__quoted-message-preview.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:right}.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5);position:relative}.str-chat__message .str-chat__message-status svg,.str-chat__quoted-message-preview .str-chat__message-status svg{width:calc(var(--str-chat__spacing-px)*15);height:calc(var(--str-chat__spacing-px)*15)}.str-chat__message .str-chat__message-replies-count-button-wrapper,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper{grid-area:replies}.str-chat__message .str-chat__message-replies-count-button-wrapper button,.str-chat__quoted-message-preview .str-chat__message-replies-count-button-wrapper button{cursor:pointer;padding:0}.str-chat__message .str-chat__message--deleted-inner,.str-chat__quoted-message-preview .str-chat__message--deleted-inner{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4)}.str-chat__message .str-chat__message--deleted-inner p,.str-chat__quoted-message-preview .str-chat__message--deleted-inner p{margin:0}.str-chat__message .str-chat__quoted-message-bubble,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);display:flex;column-gap:var(--str-chat__spacing-1);min-width:0;width:100%}.str-chat__message .str-chat__quoted-message-bubble p,.str-chat__quoted-message-preview .str-chat__quoted-message-bubble p{margin:0}.str-chat__message .str-chat__emoji-display-fix,.str-chat__quoted-message-preview .str-chat__emoji-display-fix{display:inline-block;width:1.25em}.str-chat__message .str-chat__message-error-icon,.str-chat__quoted-message-preview .str-chat__message-error-icon{display:none}.str-chat__message .str-chat__simple-message--error-failed,.str-chat__quoted-message-preview .str-chat__simple-message--error-failed{cursor:pointer}.str-chat__message.str-chat__message--error .str-chat__message-error-icon,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon{display:block;position:absolute;bottom:0;inset-inline-end:calc(-1*(calc(var(--str-chat__spacing-px) * 18) / 2))}.str-chat__message.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__message.str-chat__message--failed .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--error .str-chat__message-error-icon svg,.str-chat__quoted-message-preview.str-chat__message--failed .str-chat__message-error-icon svg{width:calc(var(--str-chat__spacing-px)*18);height:calc(var(--str-chat__spacing-px)*18)}.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within,.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}@supports not selector(:has(a,b)){.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:hover .str-chat__message-options,.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:hover .str-chat__message-options,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within .str-chat__message-options{display:flex}.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:hover .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within .str-chat__message--other .str-chat__message-inner{margin-inline-end:0}.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__ul:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:hover .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list:not(.str-chat__message-options-in-bubble) .str-chat__li:focus-within .str-chat__message--me .str-chat__message-inner{margin-inline-start:0}}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message-inner:hover .str-chat__message-options{display:flex}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--other .str-chat__message-inner:hover{margin-inline-end:0}.str-chat__ul.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover,.str-chat__virtual-list.str-chat__message-options-in-bubble .str-chat__message--me .str-chat__message-inner:hover{margin-inline-start:0}.str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message-inner .str-chat__message-actions-open.str-chat__message-options{display:flex}.str-chat__message--other .str-chat__message-inner{margin-inline-end:calc(var(--str-chat__message-options-button-size)*3)}.str-chat__message--me .str-chat__message-inner{margin-inline-start:calc(var(--str-chat__message-options-button-size)*3)}.str-chat__li--middle .str-chat__message,.str-chat__li--top .str-chat__message{margin-block-end:var(--str-chat__spacing-0_5)}.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li--middle .str-chat__message>.str-chat__message-sender-avatar,.str-chat__li--top .str-chat__message>.str-chat__message-sender-avatar{visibility:hidden}.str-chat__li--bottom .str-chat__message,.str-chat__li--single .str-chat__message{margin-block-end:var(--str-chat__spacing-2)}.str-chat__date-separator{display:flex;padding:var(--str-chat__spacing-8);align-items:center}.str-chat__date-separator-line{flex:1;height:var(--str-chat__spacing-px)}.str-chat__date-separator>*:not(:last-child){margin-right:var(--str-chat__spacing-4)}.str-chat__message .str-chat__quoted-message-preview{margin-block-end:var(--str-chat__spacing-2)}.str-chat__message--system{width:100%;text-align:center}.str-chat__message--system p{margin:0}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{flex-direction:column;align-items:stretch;row-gap:var(--str-chat__spacing-1);flex-basis:min-content}.str-chat__message-input .str-chat__quoted-message-preview{--str-chat__message-max-width: var(--str-chat__quoted-message-inside-message-input-max-width)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{max-height:var(--str-chat__quoted-message-inside-message-input-max-height)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text{max-height:100%;min-height:0}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble .str-chat__quoted-message-text p{max-height:100%;overflow-y:auto;overflow-x:hidden}.str-chat__unread-messages-separator-wrapper{padding-block:.5rem}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem}.str-chat__unread-messages-notification{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);position:absolute;top:.75rem;z-index:2;display:flex;align-items:center;overflow:clip}.str-chat__unread-messages-notification button{padding-block:.5rem;height:100%;width:100%;white-space:nowrap}.str-chat__unread-messages-notification button:first-of-type{padding-inline:.75rem .375rem}.str-chat__unread-messages-notification button:last-of-type{padding-inline:.375rem .75rem}.str-chat__unread-messages-notification button:last-of-type svg{width:.875rem}.str-chat-angular__message-bubble{transform:translateZ(0)}.str-chat-angular__message-bubble.str-chat-angular__message-bubble--attachment-modal-open{transform:none}.str-chat__message-edited-timestamp{overflow:hidden;transition:height .1s}.str-chat__message-edited-timestamp--open{height:var(--str-chat__message-edited-timestamp-height, 1rem)}.str-chat__message-edited-timestamp--collapsed{height:0}.str-chat__message-text--pointer-cursor{cursor:pointer}.str-chat__message-actions-box{overflow:hidden}.str-chat__message-actions-box .str-chat__message-actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-width:10rem}.str-chat__message-actions-box .str-chat__message-actions-list .str-chat__message-actions-list-item-button{padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);margin:0;cursor:pointer;width:100%;text-align:start}.str-chat__message-actions-box:not(.str-chat__message-actions-box-angular){display:none;z-index:1}.str-chat__message-actions-box:not(.str-chat__message-actions-box-angular).str-chat__message-actions-box--open{display:block}.str-chat__message-bounce-prompt{display:flex;flex-direction:column;align-items:center;gap:var(--str-chat__spacing-9)}.str-chat__message-bounce-prompt .str-chat__message-bounce-actions{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{cursor:pointer;padding:var(--str-chat__spacing-2)}.str-chat__message-input{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);position:relative}.str-chat__message-input .str-chat__quoted-message-preview-header{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{width:100%;text-align:center}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer}.str-chat__message-input .str-chat__dropzone-container{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;z-index:5}.str-chat__message-input .str-chat__dropzone-container p{margin:unset}.str-chat__message-input .str-chat__message-input-inner{flex-grow:1;width:100%;display:flex;align-items:center;justify-content:center}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 24);display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input{display:none}.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container .str-chat__file-input-label{display:flex;align-items:center;justify-content:center;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;max-height:100%}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker{width:100%;min-height:0;max-height:100%;display:flex;padding:var(--str-chat__spacing-2) var(--str-chat__spacing-4);column-gap:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea{width:100%;display:flex;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:0}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker{display:flex;align-items:center;justify-content:center;width:calc(var(--str-chat__spacing-px)*27);height:calc(var(--str-chat__spacing-px)*27);font-size:calc(var(--str-chat__spacing-px)*27);align-self:end}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container{z-index:5}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__message-textarea-emoji-picker-container .str-chat__emoji-picker-container{display:flex}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);display:flex;cursor:pointer}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg{width:calc(var(--str-chat__spacing-px)*24);height:calc(var(--str-chat__spacing-px)*24)}.str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea-container .str-chat__message-textarea-with-emoji-picker .str-chat__message-textarea-emoji-picker .str-chat__emoji-picker-button svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__message-textarea-angular-host{display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__message-textarea-react-host{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.str-chat__message-input .str-chat__send-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 32);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*45);height:calc(var(--str-chat__spacing-px)*45);min-width:calc(var(--str-chat__spacing-px)*45)}.str-chat__message-input .str-chat__send-button svg{width:calc(var(--str-chat__spacing-px)*32);height:calc(var(--str-chat__spacing-px)*32)}.str-chat__message-input .str-chat__start-recording-audio-button{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);min-width:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-input .str-chat__start-recording-audio-button svg{height:calc(var(--str-chat__spacing-px)*25)}.str-chat__message-input .str-chat__message-input-cooldown{display:flex;align-items:center;justify-content:center;margin-inline-start:var(--str-chat__spacing-2);margin-block:calc(var(--str-chat__spacing-2)/2);min-width:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2));min-height:calc(calc(var(--str-chat__spacing-px) * 45) - var(--str-chat__spacing-2))}.str-chat__message-input .str-chat__message-input-not-allowed{align-self:center;padding:var(--str-chat__spacing-3)}.str-chat__message-input .str-chat__quoted-message-preview{padding:var(--str-chat__spacing-2)}.str-chat__message-input .str-chat__recording-permission-denied-notification{position:absolute;left:.5rem;max-width:100%;bottom:100%;padding:1rem;margin-inline:.5rem;z-index:2}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button-container{display:flex;justify-content:flex-end}.str-chat__message-input-angular-host{max-height:50%}.str-chat-angular__message-input{height:100%;max-height:100%}.str-chat-angular__message-input-inner{height:100%;max-height:100%;min-height:0;flex-grow:initial}[dir=rtl] .str-chat__send-button svg,[dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat__main-panel-inner{height:100%;display:flex;flex-direction:column;min-height:0;position:relative;align-items:center}.str-chat__list{overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;width:100%;height:100%;max-height:100%}.str-chat__list .str-chat__message-list-scroll{padding:0 var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1 * var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1 * var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__list .str-chat__message-list-scroll{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__list .str-chat__message-list-scroll .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__list .str-chat__message-list-scroll .str-chat__ul{list-style:none;padding:0;margin:0}.str-chat__list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4);margin-block-end:var(--str-chat__spacing-4)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__jump-to-latest-message{position:absolute;inset-block-end:var(--str-chat__spacing-4);inset-inline-end:var(--str-chat__spacing-2);z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-unread-count{position:absolute;padding:var(--str-chat__spacing-0_5) var(--str-chat__spacing-2);left:50%;transform:translate(-50%) translateY(-100%)}.str-chat__thread .str-chat__main-panel-inner{height:auto}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__virtual-list{overflow-x:hidden;overflow-y:auto;position:relative;flex:1;-webkit-overflow-scrolling:touch;margin:0;width:100%;height:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1 * var(--str-chat__spacing-2));padding-inline:var(--str-chat__spacing-2)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1 * var(--str-chat__spacing-2))}@media only screen and (min-device-width: 768px){.str-chat__virtual-list .str-chat__message-list-scroll>div{padding:0 min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%));padding-inline:min(var(--str-chat__spacing-10),4%)}.str-chat__virtual-list .str-chat__message-list-scroll>div .str-chat__parent-message-li{margin-inline:calc(-1*min(var(--str-chat__spacing-10),4%) - 2px)}}.str-chat__virtual-list .str-chat__parent-message-li{padding-block-end:var(--str-chat__spacing-4)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{text-align:start;padding-top:var(--str-chat__spacing-3)}.str-chat__virtual-list__loading{display:flex;padding-top:var(--str-chat__spacing-2);justify-content:center;width:100%;position:absolute}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{white-space:pre-line;overflow:hidden;word-wrap:break-word}.str-chat__virtual-list .str-chat__message{margin-block-end:0!important}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding-block-end:var(--str-chat__spacing-0_5)}.str-chat__thread--virtualized .str-chat__main-panel-inner{height:100%}.str-chat__thread--virtualized .str-chat__main-panel-inner .str-chat__virtual-list-message-wrapper:first-of-type{padding-block-start:var(--str-chat__spacing-4)}.str-chat__message-reactions-container{display:flex}.str-chat__message-reactions-container .str-chat__message-reactions{overflow-y:hidden;overflow-x:auto;scrollbar-width:none;list-style:none;display:flex;margin-block-start:var(--str-chat__spacing-0_5);margin-block-end:var(--str-chat__spacing-0_5);column-gap:var(--str-chat__spacing-0_5);width:fit-content;padding:0;position:relative}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{display:flex;justify-content:center;align-items:center;padding:var(--str-chat__spacing-1_5);position:relative;cursor:pointer;flex-shrink:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction button{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:0}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*13);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__reaction-list--counter,.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__simple-reactions-list-item--last-number{display:none}.str-chat__message--me .str-chat__message-reactions-container{justify-content:flex-end}.str-chat__message--other .str-chat__message-reactions-container{justify-content:flex-start}.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{height:40%;max-height:80%;min-width:90%;max-width:90%;width:90%;flex-basis:min-content}@media only screen and (min-device-width: 768px){.str-chat__message-reactions-details-modal .str-chat__modal--open .str-chat__modal__inner{min-width:40%;max-width:60%;width:min-content}}.str-chat__message-reactions-details{width:100%;display:flex;flex-direction:column;gap:var(--str-chat__spacing-4);max-height:100%;height:100%;min-height:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types{max-width:100%;width:100%;min-width:0;overflow-x:auto;gap:var(--str-chat__spacing-4);display:flex;align-items:center;flex-shrink:0}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type{display:flex;align-items:center;padding:var(--str-chat__spacing-1) 0;flex-shrink:0;cursor:pointer}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-types .str-chat__message-reactions-details-reaction-type .str-chat__message-reaction-emoji--with-fallback{width:18px;line-height:18px}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big{--str-chat__stream-emoji-size: 1em;align-self:center;font-size:2rem}.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big.str-chat__message-reaction-emoji--with-fallback{line-height:2rem}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users{display:flex;flex-direction:column;gap:var(--str-chat__spacing-3);max-height:100%;overflow-y:auto;min-height:30vh}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__loading-indicator{margin:auto}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-users .str-chat__message-reactions-details-reacting-user{display:flex;align-items:center;gap:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector{display:flex;justify-content:flex-end;position:absolute;inset-block-end:100%}.str-chat__message-reaction-selector .str-chat__message-reactions-options{list-style:none;display:flex;margin-block-end:var(--str-chat__spacing-0_5);width:fit-content;column-gap:var(--str-chat__spacing-1);padding:var(--str-chat__spacing-2)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40)}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option .str-chat__message-reaction-emoji{height:calc(var(--str-chat__spacing-px)*20);display:flex!important;align-items:center;justify-content:center}.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-last-user,.str-chat__message-reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-list-item__count{display:none}.str-chat__message--me .str-chat__message-reaction-selector{inset-inline-end:0}.str-chat__message--other .str-chat__message-reaction-selector{inset-inline-start:0}.str-chat__modal--open{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100}.str-chat__modal--open button.str-chat__modal__close-button{padding:unset;background:unset;border:unset;border-radius:var(--str-chat__border-radius-circle);margin:var(--str-chat__spacing-2);cursor:pointer}.str-chat__modal--open .str-chat__modal__close-button{--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 28);display:flex;align-items:center;justify-content:center;padding:var(--str-chat__spacing-2);position:absolute;inset-block-start:0;inset-inline-end:0;cursor:pointer}.str-chat__modal--open .str-chat__modal__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--str-chat__spacing-8) var(--str-chat__spacing-4);width:40%;min-width:0;min-height:0}.str-chat__modal--close{display:none}.str-chat__message-notification{display:block;position:absolute;align-self:center;padding:var(--str-chat__spacing-1) var(--str-chat__spacing-2);bottom:calc(var(--str-chat__spacing-px)*10);z-index:101}.str-chat__list-notifications{position:relative}.str-chat__list-notifications{display:flex;flex-direction:column;align-items:stretch;justify-content:center;row-gap:var(--str-chat__spacing-1);margin:var(--str-chat__spacing-1_5);width:auto}.str-chat__notification{padding:var(--str-chat__spacing-3_5) var(--str-chat__spacing-4)}.str-chat-react__notification{z-index:101}.str-chat__thread-container{height:100%;display:flex;flex-direction:column;width:100%}.str-chat__thread-container .str-chat__thread-header{display:flex;padding:var(--str-chat__spacing-2);column-gap:var(--str-chat__spacing-4);align-items:center}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details{display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;flex:1;row-gap:var(--str-chat__spacing-1_5)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-reply-count,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{display:flex;align-items:flex-start;justify-content:flex-end;width:calc(var(--str-chat__spacing-px)*40);height:calc(var(--str-chat__spacing-px)*40);cursor:pointer;line-height:calc(var(--str-chat__spacing-px)*21);font-size:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg{height:calc(var(--str-chat__spacing-px)*21);width:calc(var(--str-chat__spacing-px)*21)}.str-chat__thread-container .str-chat__thread-list{height:auto}.str-chat__main-panel--hideOnThread+.str-chat__thread-container{flex:1}.str-chat__parent-message-li{padding:var(--str-chat__spacing-2)}.str-chat__tooltip{overflow-y:hidden;display:flex;padding:var(--str-chat__spacing-2);z-index:1;max-width:calc(var(--str-chat__spacing-px)*150);width:max-content}.str-chat__typing-indicator-react-host{position:static!important}.str-chat__virtual-list .str-chat__typing-indicator{position:static}.str-chat__typing-indicator{padding:var(--str-chat__spacing-1_5);display:flex;justify-content:flex-start;align-items:center;column-gap:var(--str-chat__spacing-1);position:absolute;inset-block-end:0;inset-inline-start:0;inset-inline-end:0}.str-chat__typing-indicator .str-chat__typing-indicator__dots{display:flex;align-items:center;justify-content:center;column-gap:var(--str-chat__spacing-0_5)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{width:calc(var(--str-chat__spacing-px)*4);height:calc(var(--str-chat__spacing-px)*4)}.str-chat{--str-chat__blue950: #001333;--str-chat__blue900: #00163d;--str-chat__blue800: #002666;--str-chat__blue700: #003999;--str-chat__blue600: #004ccc;--str-chat__blue500: #005fff;--str-chat__blue400: #337eff;--str-chat__blue300: #669fff;--str-chat__blue200: #ccdfff;--str-chat__blue100: #e0f0ff;--str-chat__blue50: #ebf5ff;--str-chat__grey950: #080707;--str-chat__grey900: #17191c;--str-chat__grey800: #1c1e22;--str-chat__grey700: #272a30;--str-chat__grey600: #4c525c;--str-chat__grey500: #72767e;--str-chat__grey400: #b4b7bb;--str-chat__grey300: #dbdde1;--str-chat__grey200: #e9eaed;--str-chat__grey100: #f4f4f5;--str-chat__grey50: #ffffff;--str-chat__red900: #330003;--str-chat__red800: #660006;--str-chat__red700: #990008;--str-chat__red600: #cc000b;--str-chat__red500: #ff000e;--str-chat__red400: #ff3742;--str-chat__red300: #ff666e;--str-chat__red200: #ff999f;--str-chat__red100: #ffe5e7;--str-chat__green900: #062d16;--str-chat__green800: #0d592c;--str-chat__green700: #138643;--str-chat__green600: #19b359;--str-chat__green500: #20e070;--str-chat__green400: #4ce68c;--str-chat__green300: #79eca9;--str-chat__green200: #a6f2c6;--str-chat__green100: #e9f1ff;--str-chat__yellow900: #332500;--str-chat__yellow800: #664900;--str-chat__yellow700: #996e00;--str-chat__yellow600: #cc9200;--str-chat__yellow500: #ffb700;--str-chat__yellow400: #ffd466;--str-chat__yellow300: #ffe299;--str-chat__yellow200: #fff1cc;--str-chat__yellow100: #fff8e5}.str-chat{--str-chat__border-radius-xs: 8px;--str-chat__border-radius-sm: 14px;--str-chat__border-radius-md: 18px;--str-chat__border-radius-lg: 20px;--str-chat__border-radius-circle: 999px;--str-chat__font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;--str-chat__caption-text: .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-medium-text: 500 .75rem/1.3 var(--str-chat__font-family);--str-chat__caption-strong-text: 700 .75rem/1.3 var(--str-chat__font-family);--str-chat__body-text: .875rem/1.2 var(--str-chat__font-family);--str-chat__body-medium-text: 500 .875rem/1.2 var(--str-chat__font-family);--str-chat__body2-text: .9375rem/1.2 var(--str-chat__font-family);--str-chat__body2-medium-text: 500 .9375rem/1.2 var(--str-chat__font-family);--str-chat__subtitle-text: 1rem/1.1.25 var(--str-chat__font-family);--str-chat__subtitle-medium-text: 500 1rem/1.25 var(--str-chat__font-family);--str-chat__subtitle2-text: 1.25rem/1.2 var(--str-chat__font-family);--str-chat__subtitle2-medium-text: 500 1.25rem/1.2 var(--str-chat__font-family);--str-chat__headline-text: 1.5rem/1.2 var(--str-chat__font-family);--str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__primary-color: var(--str-chat__blue500);--str-chat__primary-overlay-color: rgba(0, 95, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue300);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey50);--str-chat__secondary-background-color: var(--str-chat__grey50);--str-chat__primary-surface-color: var(--str-chat__blue100);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue50);--str-chat__surface-color: var(--str-chat__grey300);--str-chat__secondary-surface-color: var(--str-chat__grey200);--str-chat__tertiary-surface-color: var(--str-chat__grey100);--str-chat__text-color: var(--str-chat__grey950);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey400);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red400);--str-chat__message-highlight-color: var(--str-chat__yellow100);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(252, 252, 252, .9);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .2);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(0, 0, 0, .8);--str-chat__opaque-surface-text-color: var(--str-chat__grey50);--str-chat__box-shadow-color: rgba(0, 0, 0, .18);--str-chat__info-color: var(--str-chat__green500)}.str-chat__theme-dark{--str-chat__primary-color: var(--str-chat__blue400);--str-chat__primary-overlay-color: rgba(51, 126, 255, .6);--str-chat__primary-color-low-emphasis: var(--str-chat__blue700);--str-chat__active-primary-color: var(--str-chat__blue600);--str-chat__on-primary-color: var(--str-chat__grey50);--str-chat__background-color: var(--str-chat__grey950);--str-chat__secondary-background-color: var(--str-chat__grey900);--str-chat__primary-surface-color: var(--str-chat__blue900);--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue950);--str-chat__surface-color: var(--str-chat__grey700);--str-chat__secondary-surface-color: var(--str-chat__grey800);--str-chat__tertiary-surface-color: var(--str-chat__grey900);--str-chat__text-color: var(--str-chat__grey50);--str-chat__text-low-emphasis-color: var(--str-chat__grey500);--str-chat__disabled-color: var(--str-chat__grey600);--str-chat__on-disabled-color: var(--str-chat__grey50);--str-chat__danger-color: var(--str-chat__red600);--str-chat__message-highlight-color: var(--str-chat__yellow900);--str-chat__unread-badge-color: var(--str-chat__red400);--str-chat__on-unread-badge-color: var(--str-chat__grey50);--str-chat__overlay-color: rgba(0, 0, 0, .7);--str-chat__secondary-overlay-color: rgba(0, 0, 0, .4);--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);--str-chat__opaque-surface-background-color: rgba(250, 250, 250, .85);--str-chat__opaque-surface-text-color: var(--str-chat__grey900);--str-chat__box-shadow-color: rgba(0, 0, 0, .8);--str-chat__info-color: var(--str-chat__green500)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:center;align-items:center}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content .image-gallery-slide{background-color:var(--str-chat__secondary-surface-color)}.image-gallery-content .image-gallery-slide .str-chat__base-image--load-failed{height:var(--str-chat__attachment-max-width);width:var(--str-chat__attachment-max-width);font-size:0}.image-gallery-content .image-gallery-slide .str-chat__message-attachment-file--item-download{position:absolute;left:.375rem;top:.375rem}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide .image-gallery-image{max-width:100%}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px);max-width:unset;object-fit:contain}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right,.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center,.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat{--str-chat__cta-button-border-radius: var(--str-chat__border-radius-xs);--str-chat__cta-button-color: var(--str-chat__on-primary-color);--str-chat__cta-button-background-color: var(--str-chat__primary-color);--str-chat__cta-button-border-block-start: none;--str-chat__cta-button-border-block-end: none;--str-chat__cta-button-border-inline-start: none;--str-chat__cta-button-border-inline-end: none;--str-chat__cta-button-box-shadow: none;--str-chat__cta-button-pressed-background-color: var(--str-chat__active-primary-color);--str-chat__cta-button-disabled-background-color: var(--str-chat__disabled-color);--str-chat__cta-button-disabled-color: var(--str-chat__on-disabled-color)}.str-chat__cta-button{background:var(--str-chat__cta-button-background-color);color:var(--str-chat__cta-button-color);box-shadow:var(--str-chat__cta-button-box-shadow);border-radius:var(--str-chat__cta-button-border-radius);border-block-start:var(--str-chat__cta-button-border-block-start);border-block-end:var(--str-chat__cta-button-border-block-end);border-inline-start:var(--str-chat__cta-button-border-inline-start);border-inline-end:var(--str-chat__cta-button-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__cta-button:active{background-color:var(--str-chat__cta-button-pressed-background-color)}.str-chat__cta-button:disabled{background-color:var(--str-chat__cta-button-disabled-background-color);color:var(--str-chat__cta-button-disabled-color)}.str-chat{--str-chat__circle-fab-border-radius: var(--str-chat__border-radius-circle);--str-chat__circle-fab-color: var(--str-chat__primary-color);--str-chat__circle-fab-background-color: var(--str-chat__secondary-background-color);--str-chat__circle-fab-pressed-background-color: var(--str-chat__surface-color);--str-chat__circle-fab-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);--str-chat__circle-fab-border-block-start: none;--str-chat__circle-fab-border-block-end: none;--str-chat__circle-fab-border-inline-start: none;--str-chat__circle-fab-border-inline-end: none}.str-chat__circle-fab{background:var(--str-chat__circle-fab-background-color);color:var(--str-chat__circle-fab-color);box-shadow:var(--str-chat__circle-fab-box-shadow);border-radius:var(--str-chat__circle-fab-border-radius);border-block-start:var(--str-chat__circle-fab-border-block-start);border-block-end:var(--str-chat__circle-fab-border-block-end);border-inline-start:var(--str-chat__circle-fab-border-inline-start);border-inline-end:var(--str-chat__circle-fab-border-inline-end)}.str-chat__circle-fab svg path{fill:var(--str-chat__circle-fab-color)}.str-chat__circle-fab:active{background-color:var(--str-chat__circle-fab-pressed-background-color)}.str-chat{--str-chat__avatar-border-radius: var(--str-chat__border-radius-circle);--str-chat__avatar-color: var(--str-chat__on-primary-color);--str-chat__avatar-background-color: var(--str-chat__primary-color);--str-chat__avatar-border-block-start: none;--str-chat__avatar-border-block-end: none;--str-chat__avatar-border-inline-start: none;--str-chat__avatar-border-inline-end: none;--str-chat__avatar-box-shadow: none;--str-chat__avatar-online-indicator-color: var(--str-chat__info-color);--str-chat__avatar-online-indicator-border-radius: var(--str-chat__border-radius-circle)}.str-chat__avatar .str-chat__avatar-image{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);display:block}.str-chat__avatar .str-chat__avatar-fallback{background:var(--str-chat__avatar-background-color);color:var(--str-chat__avatar-color);box-shadow:var(--str-chat__avatar-box-shadow);border-radius:var(--str-chat__avatar-border-radius);border-block-start:var(--str-chat__avatar-border-block-start);border-block-end:var(--str-chat__avatar-border-block-end);border-inline-start:var(--str-chat__avatar-border-inline-start);border-inline-end:var(--str-chat__avatar-border-inline-end);text-transform:uppercase}.str-chat__avatar .str-chat__avatar--online-indicator{background-color:var(--str-chat__avatar-online-indicator-color);border-radius:var(--str-chat__avatar-online-indicator-border-radius)}.str-chat__loading-channels-avatar{border-radius:var(--str-chat__avatar-border-radius)}.str-chat{--str-chat__attachment-list-border-radius: 0;--str-chat__attachment-list-color: var(--str-chat__text-color);--str-chat__attachment-list-background-color: transparent;--str-chat__attachment-list-border-block-start: none;--str-chat__attachment-list-border-block-end: none;--str-chat__attachment-list-border-inline-start: none;--str-chat__attachment-list-border-inline-end: none;--str-chat__attachment-list-box-shadow: none;--str-chat__image-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-attachment-color: var(--str-chat__text-color);--str-chat__image-attachment-background-color: var(--str-chat__secondary-surface-color);--str-chat__image-attachment-border-block-start: none;--str-chat__image-attachment-border-block-end: none;--str-chat__image-attachment-border-inline-start: none;--str-chat__image-attachment-border-inline-end: none;--str-chat__image-attachment-box-shadow: none;--str-chat__image-gallery-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__image-gallery-attachment-color: var(--str-chat__text-color);--str-chat__image-gallery-attachment-background-color: transparent;--str-chat__image-gallery-attachment-border-block-start: none;--str-chat__image-gallery-attachment-border-block-end: none;--str-chat__image-gallery-attachment-border-inline-start: none;--str-chat__image-gallery-attachment-border-inline-end: none;--str-chat__image-gallery-attachment-box-shadow: none;--str-chat__image-gallery-attachment-overlay: var(--str-chat__secondary-overlay-color);--str-chat__image-gallery-attachment-overlay-text-color: var( --str-chat__secondary-overlay-text-color );--str-chat__card-attachment-border-radius: 0;--str-chat__card-attachment-color: var(--str-chat__text-color);--str-chat__card-attachment-link-color: var(--str-chat__primary-color);--str-chat__card-attachment-background-color: transparent;--str-chat__card-attachment-border-block-start: none;--str-chat__card-attachment-border-block-end: none;--str-chat__card-attachment-border-inline-start: none;--str-chat__card-attachment-border-inline-end: none;--str-chat__card-attachment-box-shadow: none;--str-chat__file-attachment-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__file-attachment-color: var(--str-chat__text-color);--str-chat__file-attachment-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__file-attachment-background-color: var(--str-chat__secondary-background-color);--str-chat__file-attachment-border-block-start: none;--str-chat__file-attachment-border-block-end: none;--str-chat__file-attachment-border-inline-start: none;--str-chat__file-attachment-border-inline-end: none;--str-chat__file-attachment-box-shadow: none;--str-chat__audio-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__audio-attachment-widget-color: var(--str-chat__text-color);--str-chat__audio-attachment-widget-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__audio-attachment-widget-background-color: var(--str-chat__secondary-background-color);--str-chat__audio-attachment-widget-border-block-start: none;--str-chat__audio-attachment-widget-border-block-end: none;--str-chat__audio-attachment-widget-border-inline-start: none;--str-chat__audio-attachment-widget-border-inline-end: none;--str-chat__audio-attachment-widget-box-shadow: none;--str-chat__voice-recording-attachment-widget-border-radius: calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) );--str-chat__voice-recording-attachment-widget-color: var(--str-chat__text-color);--str-chat__voice-recording-attachment-widget-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__voice-recording-attachment-widget-background-color: var( --str-chat__secondary-background-color );--str-chat__voice-recording-attachment-widget-border-block-start: none;--str-chat__voice-recording-attachment-widget-border-block-end: none;--str-chat__voice-recording-attachment-widget-border-inline-start: none;--str-chat__voice-recording-attachment-widget-border-inline-end: none;--str-chat__voice-recording-attachment-widget-box-shadow: none;--str-chat__audio-attachment-controls-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__audio-attachment-controls-button-color: var(--str-chat__text-color);--str-chat__audio-attachment-controls-button-background-color: var( --str-chat__secondary-background-color );--str-chat__audio-attachment-controls-button-pressed-background-color: var( --str-chat__surface-color );--str-chat__audio-attachment-controls-button-border-block-start: none;--str-chat__audio-attachment-controls-button-border-block-end: none;--str-chat__audio-attachment-controls-button-border-inline-start: none;--str-chat__audio-attachment-controls-button-border-inline-end: none;--str-chat__audio-attachment-controls-button-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__attachment-actions-border-radius: 0;--str-chat__attachment-actions-color: var(--str-chat__text-color);--str-chat__attachment-actions-background-color: transparent;--str-chat__attachment-actions-border-block-start: none;--str-chat__attachment-actions-border-block-end: none;--str-chat__attachment-actions-border-inline-start: none;--str-chat__attachment-actions-border-inline-end: none;--str-chat__attachment-actions-box-shadow: none;--str-chat__attachment-action-border-radius: 0;--str-chat__attachment-action-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-action-background-color: var(--str-chat__secondary-background-color);--str-chat__attachment-action-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__attachment-action-box-shadow: none;--str-chat__attachment-action-active-color: var(--str-chat__primary-color)}.str-chat__attachment-list{background:var(--str-chat__attachment-list-background-color);color:var(--str-chat__attachment-list-color);box-shadow:var(--str-chat__attachment-list-box-shadow);border-radius:var(--str-chat__attachment-list-border-radius);border-block-start:var(--str-chat__attachment-list-border-block-start);border-block-end:var(--str-chat__attachment-list-border-block-end);border-inline-start:var(--str-chat__attachment-list-border-inline-start);border-inline-end:var(--str-chat__attachment-list-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment-card--header,.str-chat__attachment-list .str-chat__message-attachment--video{background:var(--str-chat__image-attachment-background-color);color:var(--str-chat__image-attachment-color);box-shadow:var(--str-chat__image-attachment-box-shadow);border-radius:var(--str-chat__image-attachment-border-radius);border-block-start:var(--str-chat__image-attachment-border-block-start);border-block-end:var(--str-chat__image-attachment-border-block-end);border-inline-start:var(--str-chat__image-attachment-border-inline-start);border-inline-end:var(--str-chat__image-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery{background:var(--str-chat__image-gallery-attachment-background-color);color:var(--str-chat__image-gallery-attachment-color);box-shadow:var(--str-chat__image-gallery-attachment-box-shadow);border-radius:var(--str-chat__image-gallery-attachment-border-radius);border-block-start:var(--str-chat__image-gallery-attachment-border-block-start);border-block-end:var(--str-chat__image-gallery-attachment-border-block-end);border-inline-start:var(--str-chat__image-gallery-attachment-border-inline-start);border-inline-end:var(--str-chat__image-gallery-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-image{background-color:var(--str-chat__image-attachment-background-color);border:0}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder{color:var(--str-chat__image-gallery-attachment-overlay-text-color);display:flex;border:none;font:var(--str-chat__headline2-text)}.str-chat__attachment-list .str-chat__gallery .str-chat__gallery-placeholder:after{background-color:var(--str-chat__image-gallery-attachment-overlay)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7,#d4d5d7 25%,#f4f4f4 0%,#f4f4f4 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__message-attachment-unsupported,.str-chat__attachment-list .str-chat__message-attachment-file--item{background:var(--str-chat__file-attachment-background-color);color:var(--str-chat__file-attachment-color);box-shadow:var(--str-chat__file-attachment-box-shadow);border-radius:var(--str-chat__file-attachment-border-radius);border-block-start:var(--str-chat__file-attachment-border-block-start);border-block-end:var(--str-chat__file-attachment-border-block-end);border-inline-start:var(--str-chat__file-attachment-border-inline-start);border-inline-end:var(--str-chat__file-attachment-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{font:var(--str-chat__subtitle-medium-text);word-break:keep-all}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item-size,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item-size{color:var(--str-chat__file-attachment-secondary-color);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-download-icon svg path,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-download-icon svg path{fill:var(--str-chat__file-attachment-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget{background:var(--str-chat__audio-attachment-widget-background-color);color:var(--str-chat__audio-attachment-widget-color);box-shadow:var(--str-chat__audio-attachment-widget-box-shadow);border-radius:var(--str-chat__audio-attachment-widget-border-radius);border-block-start:var(--str-chat__audio-attachment-widget-border-block-start);border-block-end:var(--str-chat__audio-attachment-widget-border-block-end);border-inline-start:var(--str-chat__audio-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__primary-color) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__disabled-color) var(--str-chat__message-attachment-audio-widget-progress));border-radius:calc(var(--str-chat__spacing-px)*5)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background-color:var(--str-chat__primary-color);border-radius:inherit}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget a{color:var(--str-chat__voice-recording-attachment-widget-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat__attachment-list .str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__error-message{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color)}.str-chat__attachment-list .str-chat__message_attachment__playback-rate-button{box-shadow:0 2px 4px #00000040;border-radius:var(--str-chat__border-radius-circle);background-color:#fff;cursor:pointer}.str-chat__attachment-list .str-chat__message-attachment--card{background:var(--str-chat__card-attachment-background-color);color:var(--str-chat__card-attachment-color);box-shadow:var(--str-chat__card-attachment-box-shadow);border-radius:var(--str-chat__card-attachment-border-radius);border-block-start:var(--str-chat__card-attachment-border-block-start);border-block-end:var(--str-chat__card-attachment-border-block-end);border-inline-start:var(--str-chat__card-attachment-border-inline-start);border-inline-end:var(--str-chat__card-attachment-border-inline-end);font:var(--str-chat__body-text)}.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--source-link,.str-chat__attachment-list .str-chat__message-attachment--card .str-chat__message-attachment-card--title{font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-card--audio img{border-bottom-left-radius:0;border-bottom-right-radius:0}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header .str-chat__message-attachment-card--source-link{background-color:var(--str-chat__audio-attachment-widget-background-color)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget{background-color:var(--str-chat__audio-attachment-widget-background-color);border-radius:0 0 calc(var(--str-chat__spacing-px)*14) calc(var(--str-chat__spacing-px)*14)}.str-chat__attachment-list .str-chat__message-attachment-card--audio .str-chat__message-attachment-card-audio-widget .str-chat__message-attachment-audio-widget--title{color:var(--str-chat__text-color);font:var(--str-chat__body-medium-text)}.str-chat__attachment-list .str-chat__message-attachment-actions{background:var(--str-chat__attachment-actions-background-color);color:var(--str-chat__attachment-actions-color);box-shadow:var(--str-chat__attachment-actions-box-shadow);border-radius:var(--str-chat__attachment-actions-border-radius);border-block-start:var(--str-chat__attachment-actions-border-block-start);border-block-end:var(--str-chat__attachment-actions-border-block-end);border-inline-start:var(--str-chat__attachment-actions-border-inline-start);border-inline-end:var(--str-chat__attachment-actions-border-inline-end)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button{background:var(--str-chat__attachment-action-background-color);color:var(--str-chat__attachment-action-color);box-shadow:var(--str-chat__attachment-action-box-shadow);border-radius:var(--str-chat__attachment-action-border-radius);border-block-start:var(--str-chat__attachment-action-border-block-start);border-block-end:var(--str-chat__attachment-action-border-block-end);border-inline-start:var(--str-chat__attachment-action-border-inline-start);border-inline-end:var(--str-chat__attachment-action-border-inline-end);font:var(--str-chat__subtitle-medium-text);border-collapse:collapse}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:active{color:var(--str-chat__attachment-action-active-color)}.str-chat__attachment-list .str-chat__message-attachment-actions .str-chat__message-attachment-actions-button:not(:last-of-type){border-inline-end:none}.str-chat__attachment-list .str-chat__message-attachment-with-actions.str-chat__message-attachment--giphy .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment-audio-widget--play-button{background:var(--str-chat__audio-attachment-controls-button-background-color);color:var(--str-chat__audio-attachment-controls-button-color);box-shadow:var(--str-chat__audio-attachment-controls-button-box-shadow);border-radius:var(--str-chat__audio-attachment-controls-button-border-radius);border-block-start:var(--str-chat__audio-attachment-controls-button-border-block-start);border-block-end:var(--str-chat__audio-attachment-controls-button-border-block-end);border-inline-start:var(--str-chat__audio-attachment-controls-button-border-inline-start);border-inline-end:var(--str-chat__audio-attachment-controls-button-border-inline-end)}.str-chat__message-attachment-audio-widget--play-button svg path{fill:var(--str-chat__audio-attachment-controls-button-color)}.str-chat__message-attachment-audio-widget--play-button:active{background-color:var(--str-chat__audio-attachment-controls-button-pressed-background-color)}.str-chat__message-attachment-card.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--header{border-end-start-radius:0;border-end-end-radius:0}.str-chat__message-attachment__voice-recording-widget{background:var(--str-chat__voice-recording-attachment-widget-background-color);color:var(--str-chat__voice-recording-attachment-widget-color);box-shadow:var(--str-chat__voice-recording-attachment-widget-box-shadow);border-radius:var(--str-chat__voice-recording-attachment-widget-border-radius);border-block-start:var(--str-chat__voice-recording-attachment-widget-border-block-start);border-block-end:var(--str-chat__voice-recording-attachment-widget-border-block-end);border-inline-start:var(--str-chat__voice-recording-attachment-widget-border-inline-start);border-inline-end:var(--str-chat__voice-recording-attachment-widget-border-inline-end)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__title{white-space:nowrap;overflow-y:visible;overflow-x:hidden;overflow-x:clip;text-overflow:ellipsis;word-break:keep-all;font:var(--str-chat__subtitle-medium-text)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__body-text);color:var(--str-chat__text-low-emphasis-color);white-space:nowrap}.str-chat__audio_recorder__waveform-box,.str-chat__wave-progress-bar__track{cursor:pointer}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__text-low-emphasis-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__amplitude-bar--active,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__primary-color)}.str-chat__audio_recorder__waveform-box .str-chat__wave-progress-bar__progress-indicator,.str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background-color:#fff;border-radius:var(--str-chat__border-radius-circle);border:1px solid var(--str-chat__secondary-overlay-color);cursor:grab}.str-chat-angular__message-attachment-file-single .str-chat__message-attachment-file--item-first-row{color:var(--str-chat__attachment-list-color)}.str-chat{--str-chat__attachment-preview-list-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-list-color: var(--str-chat__text-color);--str-chat__attachment-preview-list-background-color: transparent;--str-chat__attachment-preview-list-border-block-start: none;--str-chat__attachment-preview-list-border-block-end: none;--str-chat__attachment-preview-list-border-inline-start: none;--str-chat__attachment-preview-list-border-inline-end: none;--str-chat__attachment-preview-list-box-shadow: none;--str-chat__attachment-preview-close-icon-background: var(--str-chat__secondary-overlay-color);--str-chat__attachment-preview-close-icon-color: var(--str-chat__secondary-overlay-text-color);--str-chat__attachment-preview-retry-icon-color: var(--str-chat__primary-color);--str-chat__attachment-preview-download-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__attachment-preview-overlay-color: var(--str-chat__overlay-color);--str-chat__attachment-preview-image-border-radius: var(--str-chat__border-radius-sm);--str-chat__attachment-preview-image-color: var(--str-chat__text-color);--str-chat__attachment-preview-image-background-color: transparent;--str-chat__attachment-preview-image-border-block-start: none;--str-chat__attachment-preview-image-border-block-end: none;--str-chat__attachment-preview-image-border-inline-start: none;--str-chat__attachment-preview-image-border-inline-end: none;--str-chat__attachment-preview-image-box-shadow: none;--str-chat__attachment-preview-file-border-radius: var(--str-chat__border-radius-md);--str-chat__attachment-preview-file-color: var(--str-chat__text-color);--str-chat__attachment-preview-file-background-color: transparent;--str-chat__attachment-preview-file-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__attachment-preview-file-box-shadow: none}.str-chat__attachment-preview-list{background:var(--str-chat__attachment-preview-list-background-color);color:var(--str-chat__attachment-preview-list-color);box-shadow:var(--str-chat__attachment-preview-list-box-shadow);border-radius:var(--str-chat__attachment-preview-list-border-radius);border-block-start:var(--str-chat__attachment-preview-list-border-block-start);border-block-end:var(--str-chat__attachment-preview-list-border-block-end);border-inline-start:var(--str-chat__attachment-preview-list-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-list-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-list-scroll-container{border-radius:inherit}.str-chat__attachment-preview-list .str-chat__attachment-preview-image{background:var(--str-chat__attachment-preview-image-background-color);color:var(--str-chat__attachment-preview-image-color);box-shadow:var(--str-chat__attachment-preview-image-box-shadow);border-radius:var(--str-chat__attachment-preview-image-border-radius);border-block-start:var(--str-chat__attachment-preview-image-border-block-start);border-block-end:var(--str-chat__attachment-preview-image-border-block-end);border-inline-start:var(--str-chat__attachment-preview-image-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-image-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-thumbnail,.str-chat__attachment-preview-list .str-chat__attachment-preview-image .str-chat__attachment-preview-image-loading{border-radius:var(--str-chat__attachment-preview-image-border-radius);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording,.str-chat__attachment-preview-list .str-chat__attachment-preview-file{background:var(--str-chat__attachment-preview-file-background-color);color:var(--str-chat__attachment-preview-file-color);box-shadow:var(--str-chat__attachment-preview-file-box-shadow);border-radius:var(--str-chat__attachment-preview-file-border-radius);border-block-start:var(--str-chat__attachment-preview-file-border-block-start);border-block-end:var(--str-chat__attachment-preview-file-border-block-end);border-inline-start:var(--str-chat__attachment-preview-file-border-inline-start);border-inline-end:var(--str-chat__attachment-preview-file-border-inline-end)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-name,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-title,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download{--str-chat-icon-color: var(--str-chat__attachment-preview-download-icon-color);text-decoration:none}.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download svg path,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download svg path{fill:var(--str-chat__attachment-preview-download-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__recording-timer{color:var(--str-chat__text-low-emphasis-color);font:var(--str-chat__caption-medium-text)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete{--str-chat-icon-color: var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete .str-chat__icon{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg{background-color:var(--str-chat__attachment-preview-close-icon-background);border-radius:999px}.str-chat__attachment-preview-list .str-chat__attachment-preview-delete svg path{fill:var(--str-chat__attachment-preview-close-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error{--str-chat-icon-color: var(--str-chat__attachment-preview-retry-icon-color);background-color:var(--str-chat__attachment-preview-overlay-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error svg path{fill:var(--str-chat__attachment-preview-retry-icon-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-image{border-radius:var(--str-chat__attachment-preview-image-border-radius)}.str-chat__attachment-preview-list .str-chat__attachment-preview-error.str-chat__attachment-preview-error-file{border-radius:var(--str-chat__attachment-preview-file-border-radius)}.str-chat__audio_recorder-container{background-color:var(--str-chat__background-color)}.str-chat__audio_recorder button{background:none;border:none;cursor:pointer}.str-chat__audio_recorder button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button{color:var(--str-chat__text-low-emphasis-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button,.str-chat__audio_recorder .str-chat__audio_recorder__resume-recording-button{color:var(--str-chat__danger-color)}.str-chat__audio_recorder .str-chat__audio_recorder__pause-recording-button{border:3px solid var(--str-chat__danger-color);border-radius:var(--str-chat__border-radius-circle)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{border-radius:var(--str-chat__border-radius-circle);color:var(--str-chat__on-primary-color);background-color:var(--str-chat__primary-color)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-color)}.str-chat{--str-chat__autocomplete-menu-border-radius: var(--str-chat__border-radius-xs);--str-chat__autocomplete-menu-color: var(--str-chat__text-color);--str-chat__autocomplete-menu-background-color: var(--str-chat__secondary-background-color);--str-chat__autocomplete-menu-border-block-start: none;--str-chat__autocomplete-menu-border-block-end: none;--str-chat__autocomplete-menu-border-inline-start: none;--str-chat__autocomplete-menu-border-inline-end: none;--str-chat__autocomplete-menu-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__autocomplete-active-background-color: var(--str-chat__surface-color);--str-chat__suggestion-list-container-border-radius: var(--str-chat__border-radius-xs);--str-chat__suggestion-list-container-color: var(--str-chat__text-color);--str-chat__suggestion-list-container-background-color: var( --str-chat__secondary-background-color );--str-chat__suggestion-list-container-border-block-start: none;--str-chat__suggestion-list-container-border-block-end: none;--str-chat__suggestion-list-container-border-inline-start: none;--str-chat__suggestion-list-container-border-inline-end: none;--str-chat__suggestion-list-container-box-shadow: 0 0 8px rgba(0, 0, 0, .15);--str-chat__suggestion-list-item--selected-background-color: var(--str-chat__surface-color);--str-chat__slash-command-border-radius: 0;--str-chat__slash-command-color: var(--str-chat__text-color);--str-chat__slash-command-background-color: transparent;--str-chat__slash-command-border-block-start: none;--str-chat__slash-command-border-block-end: none;--str-chat__slash-command-border-inline-start: none;--str-chat__slash-command-border-inline-end: none;--str-chat__slash-command-box-shadow: none;--str-chat__slash-command-args-color: var(--str-chat__text-low-emphasis-color);--str-chat__mention-list-user-item-border-radius: 0;--str-chat__mention-list-user-item-color: var(--str-chat__text-color);--str-chat__mention-list-user-item-background-color: transparent;--str-chat__mention-list-user-item-border-block-start: none;--str-chat__mention-list-user-item-border-block-end: none;--str-chat__mention-list-user-item-border-inline-start: none;--str-chat__mention-list-user-item-border-inline-end: none;--str-chat__mention-list-user-item-box-shadow: none;--str-chat__mention-list-user-item-at-sign-color: var(--str-chat__primary-color);--str-chat__mention-list-emoji-item-font-family: var(--str-chat__font-family);--str-chat__mention-list-emoji-item-border-radius: 0;--str-chat__mention-list-emoji-item-color: var(--str-chat__text-color);--str-chat__mention-list-emoji-item-background-color: transparent;--str-chat__mention-list-emoji-item-border-block-start: none;--str-chat__mention-list-emoji-item-border-block-end: none;--str-chat__mention-list-emoji-item-border-inline-start: none;--str-chat__mention-list-emoji-item-border-inline-end: none;--str-chat__mention-list-emoji-item-box-shadow: none}.mention-menu{background:var(--str-chat__autocomplete-menu-background-color)!important;color:var(--str-chat__autocomplete-menu-color)!important;box-shadow:var(--str-chat__autocomplete-menu-box-shadow)!important;border-radius:var(--str-chat__autocomplete-menu-border-radius)!important;border-block-start:var(--str-chat__autocomplete-menu-border-block-start)!important;border-block-end:var(--str-chat__autocomplete-menu-border-block-end)!important;border-inline-start:var(--str-chat__autocomplete-menu-border-inline-start)!important;border-inline-end:var(--str-chat__autocomplete-menu-border-inline-end)!important}.mention-menu .active.mention-active>a{background-color:var(--str-chat__autocomplete-active-background-color)!important}.mention-menu .mention-item{color:var(--str-chat__autocomplete-menu-color)!important;background-color:#0000!important}.str-chat__slash-command{background:var(--str-chat__slash-command-background-color);color:var(--str-chat__slash-command-color);box-shadow:var(--str-chat__slash-command-box-shadow);border-radius:var(--str-chat__slash-command-border-radius);border-block-start:var(--str-chat__slash-command-border-block-start);border-block-end:var(--str-chat__slash-command-border-block-end);border-inline-start:var(--str-chat__slash-command-border-inline-start);border-inline-end:var(--str-chat__slash-command-border-inline-end)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-name{text-transform:capitalize;font:var(--str-chat__subtitle2-text)}.str-chat__slash-command .str-chat__slash-command-header .str-chat__slash-command-args{color:var(--str-chat__slash-command-args-color);font:var(--str-chat__subtitle-text)}.str-chat__user-item{background:var(--str-chat__mention-list-user-item-background-color);color:var(--str-chat__mention-list-user-item-color);box-shadow:var(--str-chat__mention-list-user-item-box-shadow);border-radius:var(--str-chat__mention-list-user-item-border-radius);border-block-start:var(--str-chat__mention-list-user-item-border-block-start);border-block-end:var(--str-chat__mention-list-user-item-border-block-end);border-inline-start:var(--str-chat__mention-list-user-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-user-item-border-inline-end)}.str-chat__user-item .str-chat__user-item--name{font:var(--str-chat__subtitle-text)}.str-chat__user-item .str-chat__user-item-at{font:var(--str-chat__subtitle2-text);color:var(--str-chat__mention-list-user-item-at-sign-color)}.str-chat__emoji-item{background:var(--str-chat__mention-list-emoji-item-background-color);color:var(--str-chat__mention-list-emoji-item-color);box-shadow:var(--str-chat__mention-list-emoji-item-box-shadow);border-radius:var(--str-chat__mention-list-emoji-item-border-radius);border-block-start:var(--str-chat__mention-list-emoji-item-border-block-start);border-block-end:var(--str-chat__mention-list-emoji-item-border-block-end);border-inline-start:var(--str-chat__mention-list-emoji-item-border-inline-start);border-inline-end:var(--str-chat__mention-list-emoji-item-border-inline-end)}.str-chat__emoji-item .str-chat__emoji-item--name{font:var(--str-chat__subtitle-text)}.str-chat__suggestion-list-container{background:var(--str-chat__suggestion-list-container-background-color);color:var(--str-chat__suggestion-list-container-color);box-shadow:var(--str-chat__suggestion-list-container-box-shadow);border-radius:var(--str-chat__suggestion-list-container-border-radius);border-block-start:var(--str-chat__suggestion-list-container-border-block-start);border-block-end:var(--str-chat__suggestion-list-container-border-block-end);border-inline-start:var(--str-chat__suggestion-list-container-border-inline-start);border-inline-end:var(--str-chat__suggestion-list-container-border-inline-end)}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-list-item>a{text-decoration:none}.str-chat__suggestion-list-container .str-chat__suggestion-list .str-chat__suggestion-item--selected{background-color:var(--str-chat__suggestion-list-item--selected-background-color)}.str-chat__base-image{color:#0000}.str-chat__base-image--load-failed{mask-image:var(--str-chat__image-fallback-icon);-webkit-mask-image:var(--str-chat__image-fallback-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;mask-size:5rem 5rem;-webkit-mask-size:5rem 5rem;background-color:var(--str-chat__disabled-color)}.str-chat__base-image--load-failed~.str-chat__message-attachment-file--item-download .str-chat__message-attachment-download-icon path{fill:var(--str-chat__text-color)}.str-chat__attachment-preview-image .str-chat__base-image--load-failed{mask-size:1.5rem 1.5rem;-webkit-mask-size:1.5rem 1.5rem}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error{background-color:var(--str-chat__secondary-surface-color)}.str-chat__attachment-preview-list .str-chat__attachment-preview-image--error .str-chat__attachment-preview-thumbnail.str-chat__base-image--load-failed{background-color:var(--str-chat__disabled-color)}.str-chat{--str-chat__channel-border-radius: 0;--str-chat__channel-color: var(--str-chat__text-color);--str-chat__channel-background-color: var(--str-chat__background-color);--str-chat__channel-box-shadow: none;--str-chat__channel-border-block-start: none;--str-chat__channel-border-block-end: none;--str-chat__channel-border-inline-start: none;--str-chat__channel-border-inline-end: none;--str-chat__channel-empty-indicator-color: var(--str-chat__disabled-color);--str-chat__channel-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-loading-state-color: var(--str-chat__disabled-color)}.str-chat__channel{background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end)}.str-chat__empty-channel{--str-chat-icon-color: var(--str-chat__channel-empty-color);background:var(--str-chat__channel-background-color);color:var(--str-chat__channel-color);box-shadow:var(--str-chat__channel-box-shadow);border-radius:var(--str-chat__channel-border-radius);border-block-start:var(--str-chat__channel-border-block-start);border-block-end:var(--str-chat__channel-border-block-end);border-inline-start:var(--str-chat__channel-border-inline-start);border-inline-end:var(--str-chat__channel-border-inline-end);font:var(--str-chat__headline-text);text-align:center}.str-chat__empty-channel svg path{fill:var(--str-chat__channel-empty-indicator-color)}.str-chat__empty-channel .str-chat__empty-channel-text{color:var(--str-chat__channel-empty-color)}.str-chat__loading-channel{animation:pulsate 1s linear 0s infinite alternate}.str-chat__loading-channel:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__loading-channel:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}.str-chat__loading-channel .str-chat__loading-channel-header{background-color:var(--str-chat__channel-header-background-color)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-name,.str-chat__loading-channel .str-chat__loading-channel-header .str-chat__loading-channel-header-info{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__border-radius-xs)}.str-chat__loading-channel .str-chat__loading-channel-message-list{background-color:var(--str-chat__message-list-background-color)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-avatar{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__avatar-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-sender,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-text,.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message-date{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%);border-radius:var(--str-chat__message-bubble-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input,.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{background-image:linear-gradient(-90deg,var(--str-chat__channel-loading-state-color) 0%,var(--str-chat__channel-loading-state-color) 100%)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-input{border-radius:var(--str-chat__message-textarea-border-radius)}.str-chat__loading-channel .str-chat__loading-channel-message-input-row .str-chat__loading-channel-message-send{border-radius:var(--str-chat__message-send-border-radius)}.str-chat{--str-chat__channel-header-border-radius: 0;--str-chat__channel-header-color: 0;--str-chat__channel-header-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-header-border-block-start: none;--str-chat__channel-header-border-block-end: none;--str-chat__channel-header-border-inline-start: none;--str-chat__channel-header-border-inline-end: none;--str-chat__channel-header-box-shadow: none;--str-chat__channel-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-header{background:var(--str-chat__channel-header-background-color);color:var(--str-chat__channel-header-color);box-shadow:var(--str-chat__channel-header-box-shadow);border-radius:var(--str-chat__channel-header-border-radius);border-block-start:var(--str-chat__channel-header-border-block-start);border-block-end:var(--str-chat__channel-header-border-block-end);border-inline-start:var(--str-chat__channel-header-border-inline-start);border-inline-end:var(--str-chat__channel-header-border-inline-end)}.str-chat__channel-header .str-chat__channel-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-header .str-chat__channel-header-info{font:var(--str-chat__body-text);color:var(--str-chat__channel-header-info-color)}.str-chat{--str-chat__channel-list-border-radius: 0;--str-chat__channel-list-color: var(--str-chat__text-color);--str-chat__channel-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-list-box-shadow: none;--str-chat__channel-list-border-block-start: none;--str-chat__channel-list-border-block-end: none;--str-chat__channel-list-border-inline-start: none;--str-chat__channel-list-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__channel-list-load-more-border-radius: var(--str-chat__cta-button-border-radius);--str-chat__channel-list-load-more-color: var(--str-chat__cta-button-color);--str-chat__channel-list-load-more-background-color: var(--str-chat__cta-button-background-color);--str-chat__channel-list-load-more-box-shadow: var(--str-chat__cta-button-box-shadow);--str-chat__channel-list-load-more-border-block-start: var( --str-chat__cta-button-border-block-start );--str-chat__channel-list-load-more-border-block-end: var(--str-chat__cta-button-border-block-end);--str-chat__channel-list-load-more-border-inline-start: var( --str-chat__cta-button-border-inline-start );--str-chat__channel-list-load-more-border-inline-end: var( --str-chat__cta-button-border-inline-end );--str-chat__channel-list-load-more-pressed-background-color: var( --str-chat__cta-button-pressed-background-color );--str-chat__channel-list-load-more-disabled-background-color: var( --str-chat__cta-button-disabled-background-color );--str-chat__channel-list-load-more-disabled-color: var(--str-chat__cta-button-disabled-color);--str-chat__channel-list-empty-indicator-color: var(--str-chat__text-low-emphasis-color)}.str-chat__channel-list{background:var(--str-chat__channel-list-background-color);color:var(--str-chat__channel-list-color);box-shadow:var(--str-chat__channel-list-box-shadow);border-radius:var(--str-chat__channel-list-border-radius);border-block-start:var(--str-chat__channel-list-border-block-start);border-block-end:var(--str-chat__channel-list-border-block-end);border-inline-start:var(--str-chat__channel-list-border-inline-start);border-inline-end:var(--str-chat__channel-list-border-inline-end)}.str-chat__channel-list .str-chat__load-more-button__button{background:var(--str-chat__channel-list-load-more-background-color);color:var(--str-chat__channel-list-load-more-color);box-shadow:var(--str-chat__channel-list-load-more-box-shadow);border-radius:var(--str-chat__channel-list-load-more-border-radius);border-block-start:var(--str-chat__channel-list-load-more-border-block-start);border-block-end:var(--str-chat__channel-list-load-more-border-block-end);border-inline-start:var(--str-chat__channel-list-load-more-border-inline-start);border-inline-end:var(--str-chat__channel-list-load-more-border-inline-end);width:80%}.str-chat__channel-list .str-chat__load-more-button__button:active{background-color:var(--str-chat__channel-list-load-more-pressed-background-color)}.str-chat__channel-list .str-chat__load-more-button__button:disabled{background-color:var(--str-chat__channel-list-load-more-disabled-background-color);color:var(--str-chat__channel-list-load-more-disabled-color)}.str-chat__channel-list .str-chat__channel-list-empty{--str-chat-icon-color: var(--str-chat__channel-list-empty-indicator-color);font:var(--str-chat__headline-text);text-align:center;color:var(--str-chat__channel-list-empty-indicator-color)}.str-chat__channel-list .str-chat__channel-list-empty svg path{fill:var(--str-chat__channel-list-empty-indicator-color)}.str-chat{--str-chat__channel-preview-border-radius: 0;--str-chat__channel-preview-color: var(--str-chat__text-color);--str-chat__channel-preview-background-color: transparent;--str-chat__channel-preview-border-block-start: none;--str-chat__channel-preview-border-block-end: none;--str-chat__channel-preview-border-inline-start: none;--str-chat__channel-preview-border-inline-end: none;--str-chat__channel-preview-active-background-color: var(--str-chat__surface-color);--str-chat__channel-preview-hover-background-color: var(--str-chat__secondary-surface-color);--str-chat__channel-preview-latest-message-secondary-color: var( --str-chat__text-low-emphasis-color );--str-chat__channel-preview-loading-state-color: var(--str-chat__disabled-color);--str-chat__channel-preview-unread-badge-background-color: var(--str-chat__unread-badge-color);--str-chat__channel-preview-unread-badge-color: var(--str-chat__on-unread-badge-color);--str-chat__channel-preview-unread-badge-border-radius: var(--str-chat__border-radius-circle);--str-chat__channel-preview-unread-badge-border-block-start: none;--str-chat__channel-preview-unread-badge-border-block-end: none;--str-chat__channel-preview-unread-badge-border-inline-start: none;--str-chat__channel-preview-unread-badge-border-inline-end: none;--str-chat__channel-preview-message-status-color: var(--str-chat__primary-color);--str-chat__channel-preview-message-time-color: var(--str-chat__message-secondary-color)}.str-chat__channel-preview{background:var(--str-chat__channel-preview-background-color);color:var(--str-chat__channel-preview-color);box-shadow:var(--str-chat__channel-preview-box-shadow);border-radius:var(--str-chat__channel-preview-border-radius);border-block-start:var(--str-chat__channel-preview-border-block-start);border-block-end:var(--str-chat__channel-preview-border-block-end);border-inline-start:var(--str-chat__channel-preview-border-inline-start);border-inline-end:var(--str-chat__channel-preview-border-inline-end)}.str-chat__channel-preview--active,.str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-preview:hover{background-color:var(--str-chat__channel-preview-hover-background-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-unread-badge{background:var(--str-chat__channel-preview-unread-badge-background-color);color:var(--str-chat__channel-preview-unread-badge-color);box-shadow:var(--str-chat__channel-preview-unread-badge-box-shadow);border-radius:var(--str-chat__channel-preview-unread-badge-border-radius);border-block-start:var(--str-chat__channel-preview-unread-badge-border-block-start);border-block-end:var(--str-chat__channel-preview-unread-badge-border-block-end);border-inline-start:var(--str-chat__channel-preview-unread-badge-border-inline-start);border-inline-end:var(--str-chat__channel-preview-unread-badge-border-inline-end);font-size:80%}.str-chat__channel-preview .str-chat__channel-preview-end-first-row .str-chat__channel-preview-messenger--last-message{font:var(--str-chat__body-text);color:var(--str-chat__channel-preview-latest-message-secondary-color)}.str-chat__channel-preview .str-chat__channel-preview-end-first-row--active .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview .str-chat__channel-preview-end-first-row:hover .str-chat__channel-preview-messenger--last-message{color:var(--str-chat__channel-preview-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status{--str-chat-icon-color: var(--str-chat__channel-preview-message-status-color);color:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--status svg path{fill:var(--str-chat__channel-preview-message-status-color)}.str-chat__channel-preview .str-chat__channel-preview-messenger--time{color:var(--str-chat__channel-preview-message-time-color);font:var(--str-chat__caption-text)}.str-chat__channel-preview-loading{animation:pulsate 1s linear 0s infinite alternate}.str-chat__channel-preview-loading:nth-of-type(2){animation:pulsate 1s linear .3334s infinite alternate}.str-chat__channel-preview-loading:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat__channel-preview-loading .str-chat__loading-channels-avatar,.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{background-image:linear-gradient(-90deg,var(--str-chat__channel-preview-loading-state-color) 0%,var(--str-chat__channel-preview-loading-state-color) 100%)}.str-chat__channel-preview-loading .str-chat__loading-channels-username,.str-chat__channel-preview-loading .str-chat__loading-channels-status{border-radius:var(--str-chat__border-radius-xs)}.str-chat{--str-chat__channel-search-input-color: var(--str-chat__text-color);--str-chat__channel-search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-icon-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-input-border-block-start: none;--str-chat__channel-search-input-border-block-end: none;--str-chat__channel-search-input-border-inline-start: none;--str-chat__channel-search-input-border-inline-end: none;--str-chat__channel-search-input-wrapper-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-background-color: transparent;--str-chat__channel-search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-radius: var(--str-chat__border-radius-lg);--str-chat__channel-search-input-wrapper-active-background-color: transparent;--str-chat__channel-search-input-wrapper-active-border-block-start: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-block-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-start: var( --str-chat__primary-color ) 1px solid;--str-chat__channel-search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color) 1px solid;--str-chat__channel-search-result-background-color: transparent;--str-chat__channel-search-result-border-block-start: none;--str-chat__channel-search-result-border-block-end: none;--str-chat__channel-search-result-border-inline-start: none;--str-chat__channel-search-result-border-inline-end: none;--str-chat__channel-search-result-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__channel-search-result-list-color: var(--str-chat__text-color);--str-chat__channel-search-result-list-background-color: var(--str-chat__secondary-background-color);--str-chat__channel-search-result-list-border-block-start: none;--str-chat__channel-search-result-list-border-block-end: none;--str-chat__channel-search-result-list-border-inline-start: none;--str-chat__channel-search-result-list-border-inline-end: none;--str-chat__channel-search-result-list-popup-box-shadow: 0 4px 4px var(--str-chat__box-shadow-color);--str-chat__channel-search-results-header-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-header-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-header-border-block-start: none;--str-chat__channel-search-results-header-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-header-border-inline-start: none;--str-chat__channel-search-results-header-border-inline-end: none;--str-chat__channel-search-results-loading-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-loading-indicator-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-loading-indicator-border-block-start: none;--str-chat__channel-search-results-loading-indicator-border-block-end: var(--str-chat__surface-color) 1px solid;--str-chat__channel-search-results-loading-indicator-border-inline-start: none;--str-chat__channel-search-results-loading-indicator-border-inline-end: none;--str-chat__channel-search-results-empty-color: var(--str-chat__text-low-emphasis-color);--str-chat__channel-search-results-empty-icon-color: var(--str-chat__disabled-color);--str-chat__channel-search-results-empty-background-color: var(--str-chat__background-color);--str-chat__channel-search-results-empty-border-block-start: none;--str-chat__channel-search-results-empty-border-block-end: none;--str-chat__channel-search-results-empty-border-inline-start: none;--str-chat__channel-search-results-empty-border-inline-end: none}.str-chat__channel-search-input--wrapper{background:var(--str-chat__channel-search-input-wrapper-background-color);color:var(--str-chat__channel-search-input-wrapper-color);box-shadow:var(--str-chat__channel-search-input-wrapper-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-border-inline-end)}.str-chat__channel-search-input--wrapper input{background:var(--str-chat__channel-search-input-background-color);color:var(--str-chat__channel-search-input-color);box-shadow:var(--str-chat__channel-search-input-box-shadow);border-radius:var(--str-chat__channel-search-input-border-radius);border-block-start:var(--str-chat__channel-search-input-border-block-start);border-block-end:var(--str-chat__channel-search-input-border-block-end);border-inline-start:var(--str-chat__channel-search-input-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-border-inline-end);outline:none;font:var(--str-chat__subtitle-text)}.str-chat__channel-search-input--wrapper .str-chat__channel-search-input--clear-button svg path{fill:#0000}.str-chat__channel-search-input--wrapper-active{background:var(--str-chat__channel-search-input-wrapper-active-background-color);color:var(--str-chat__channel-search-input-wrapper-active-color);box-shadow:var(--str-chat__channel-search-input-wrapper-active-box-shadow);border-radius:var(--str-chat__channel-search-input-wrapper-active-border-radius);border-block-start:var(--str-chat__channel-search-input-wrapper-active-border-block-start);border-block-end:var(--str-chat__channel-search-input-wrapper-active-border-block-end);border-inline-start:var(--str-chat__channel-search-input-wrapper-active-border-inline-start);border-inline-end:var(--str-chat__channel-search-input-wrapper-active-border-inline-end)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--icon svg path{fill:var(--str-chat__primary-color)}.str-chat__channel-search-input--wrapper-active .str-chat__channel-search-input--clear-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat__channel-search-results-header{background:var(--str-chat__channel-search-results-header-background-color);color:var(--str-chat__channel-search-results-header-color);box-shadow:var(--str-chat__channel-search-results-header-box-shadow);border-radius:var(--str-chat__channel-search-results-header-border-radius);border-block-start:var(--str-chat__channel-search-results-header-border-block-start);border-block-end:var(--str-chat__channel-search-results-header-border-block-end);border-inline-start:var(--str-chat__channel-search-results-header-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-header-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__channel-search-result-list{background:var(--str-chat__channel-search-result-list-background-color);color:var(--str-chat__channel-search-result-list-color);box-shadow:var(--str-chat__channel-search-result-list-box-shadow);border-radius:var(--str-chat__channel-search-result-list-border-radius);border-block-start:var(--str-chat__channel-search-result-list-border-block-start);border-block-end:var(--str-chat__channel-search-result-list-border-block-end);border-inline-start:var(--str-chat__channel-search-result-list-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-list-border-inline-end)}.str-chat__channel-search-result-list.popup{box-shadow:var(--str-chat__channel-search-result-list-popup-box-shadow)}.str-chat__channel-search-result-list .str-chat__channel-search-container-searching{background:var(--str-chat__channel-search-results-loading-indicator-background-color);color:var(--str-chat__channel-search-results-loading-indicator-color);box-shadow:var(--str-chat__channel-search-results-loading-indicator-box-shadow);border-radius:var(--str-chat__channel-search-results-loading-indicator-border-radius);border-block-start:var(--str-chat__channel-search-results-loading-indicator-border-block-start);border-block-end:var(--str-chat__channel-search-results-loading-indicator-border-block-end);border-inline-start:var(--str-chat__channel-search-results-loading-indicator-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-loading-indicator-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty{background:var(--str-chat__channel-search-results-empty-background-color);color:var(--str-chat__channel-search-results-empty-color);box-shadow:var(--str-chat__channel-search-results-empty-box-shadow);border-radius:var(--str-chat__channel-search-results-empty-border-radius);border-block-start:var(--str-chat__channel-search-results-empty-border-block-start);border-block-end:var(--str-chat__channel-search-results-empty-border-block-end);border-inline-start:var(--str-chat__channel-search-results-empty-border-inline-start);border-inline-end:var(--str-chat__channel-search-results-empty-border-inline-end);font:var(--str-chat__subtitle2-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-search-container-empty svg path{fill:var(--str-chat__channel-search-results-empty-icon-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result{background:var(--str-chat__channel-search-result-background-color);color:var(--str-chat__channel-search-result-color);box-shadow:var(--str-chat__channel-search-result-box-shadow);border-radius:var(--str-chat__channel-search-result-border-radius);border-block-start:var(--str-chat__channel-search-result-border-block-start);border-block-end:var(--str-chat__channel-search-result-border-block-end);border-inline-start:var(--str-chat__channel-search-result-border-inline-start);border-inline-end:var(--str-chat__channel-search-result-border-inline-end)}.str-chat__channel-search-result-list .str-chat__channel-search-result .str-chat__channel-search-result--display-name{font:var(--str-chat__subtitle-medium-text)}.str-chat__channel-search-result-list .str-chat__channel-preview-messenger--active{background-color:var(--str-chat__channel-preview-active-background-color)}.str-chat__channel-search-result-list .str-chat__channel-search-result:hover,.str-chat__channel-search-result-list .str-chat__channel-search-result--focused{background-color:var(--str-chat__channel-search-result-hover-background-color)}.str-chat{--str-chat__edit-message-modal-button-border-radius: none;--str-chat__edit-message-modal-send-button-color: var(--str-chat__primary-color);--str-chat__edit-message-modal-cancel-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__edit-message-modal-button-background-color: transparent;--str-chat__edit-message-modal-button-border-block-start: none;--str-chat__edit-message-modal-button-border-block-end: none;--str-chat__edit-message-modal-button-border-inline-start: none;--str-chat__edit-message-modal-button-border-inline-end: none;--str-chat__edit-message-modal-button-box-shadow: none}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel,.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{background:var(--str-chat__edit-message-modal-button-background-color);color:var(--str-chat__edit-message-modal-button-color);box-shadow:var(--str-chat__edit-message-modal-button-box-shadow);border-radius:var(--str-chat__edit-message-modal-button-border-radius);border-block-start:var(--str-chat__edit-message-modal-button-border-block-start);border-block-end:var(--str-chat__edit-message-modal-button-border-block-end);border-inline-start:var(--str-chat__edit-message-modal-button-border-inline-start);border-inline-end:var(--str-chat__edit-message-modal-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-cancel{text-transform:capitalize;color:var(--str-chat__edit-message-modal-cancel-button-color)}.str-chat__edit-message-form .str-chat__edit-message-form-options .str-chat__edit-message-send{text-transform:uppercase;color:var(--str-chat__edit-message-modal-send-button-color)}.str-chat{--str-chat-icon-color: var(--str-chat__text-color)}.str-chat__icon{color:var(--str-chat-icon-color)}.str-chat__icon--error{--str-chat-icon-color: var(--str-chat__danger-color)}.str-chat{--str-chat__image-carousel-stepper-color: var(--str-chat__text-color)}@media only screen and (max-device-width: 768px){.str-chat__message .str-chat__attachment-list .str-chat__modal--open .str-chat__modal__inner{border-radius:0}}.str-chat__image-carousel .str-chat__image-carousel-stepper{--str-chat-icon-color: var(--str-chat__image-carousel-stepper-color);cursor:pointer}.str-chat__image-carousel .str-chat__image-carousel-stepper svg path{fill:var(--str-chat__image-carousel-stepper-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content{border-left:2px solid var(--str-chat__primary-color)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__body-medium-text)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description{font:var(--str-chat__caption-text)}.str-chat__link-preview-card .str-chat__link-preview-card__dismiss-button svg path{fill:var(--str-chat__text-low-emphasis-color)}.str-chat{--str-chat__loading-indicator-color: var(--str-chat__primary-color)}.str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__loading-indicator-color)}.str-chat{--str-chat__message-border-radius: none;--str-chat__message-color: var(--str-chat__text-color);--str-chat__message-error-message-color: var(--str-chat__danger-color);--str-chat__message-secondary-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-link-color: var(--str-chat__primary-color);--str-chat__message-mention-color: var(--str-chat__primary-color);--str-chat__message-status-color: var(--str-chat__primary-color);--str-chat__message-replies-count-color: var(--str-chat__primary-color);--str-chat__message-background-color: transparent;--str-chat__message-highlighted-background-color: var(--str-chat__message-highlight-color);--str-chat__message-border-block-start: none;--str-chat__message-border-block-end: none;--str-chat__message-border-inline-start: none;--str-chat__message-border-inline-end: none;--str-chat__message-box-shadow: none;--str-chat__message-active-bacground-color: transparent;--str-chat__message-options-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-options-hover-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-options-active-color: var(--str-chat__primary-color);--str-chat__message-bubble-border-radius: var(--str-chat__border-radius-md);--str-chat__message-bubble-color: var(--str-chat__text-color);--str-chat__message-bubble-background-color: var(--str-chat__secondary-surface-color);--str-chat__own-message-bubble-color: var(--str-chat__message-bubble-color);--str-chat__own-message-bubble-background-color: var(--str-chat__primary-surface-color);--str-chat__quoted-message-bubble-background-color: var(--str-chat__secondary-background-color);--str-chat__message-bubble-border-block-start: none;--str-chat__message-bubble-border-block-end: none;--str-chat__message-bubble-border-inline-start: none;--str-chat__message-bubble-border-inline-end: none;--str-chat__message-bubble-box-shadow: none;--str-chat__deleted-message-border-radius: var(--str-chat__border-radius-md);--str-chat__deleted-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__deleted-message-background-color: var(--str-chat__secondary-surface-color);--str-chat__deleted-message-border-block-start: none;--str-chat__deleted-message-border-block-end: none;--str-chat__deleted-message-border-inline-start: none;--str-chat__deleted-message-border-inline-end: none;--str-chat__deleted-message-box-shadow: none;--str-chat__system-message-border-radius: 0;--str-chat__system-message-color: var(--str-chat__text-low-emphasis-color);--str-chat__system-message-background-color: transparent;--str-chat__system-message-border-block-start: none;--str-chat__system-message-border-block-end: none;--str-chat__system-message-border-inline-start: none;--str-chat__system-message-border-inline-end: none;--str-chat__system-message-box-shadow: none;--str-chat__date-separator-color: var(--str-chat__text-low-emphasis-color);--str-chat__date-separator-line-color: var(--str-chat__disabled-color);--str-chat__date-separator-border-radius: 0;--str-chat__date-separator-background-color: transparent;--str-chat__date-separator-border-block-start: none;--str-chat__date-separator-border-block-end: none;--str-chat__date-separator-border-inline-start: none;--str-chat__date-separator-border-inline-end: none;--str-chat__date-separator-box-shadow: none;--str-chat__translation-notice-color: var(--str-chat__text-low-emphasis-color);--str-chat__translation-notice-active-background-color: var(--str-chat__tertiary-surface-color)}.str-chat__message--system{background:var(--str-chat__system-message-background-color);color:var(--str-chat__system-message-color);box-shadow:var(--str-chat__system-message-box-shadow);border-radius:var(--str-chat__system-message-border-radius);border-block-start:var(--str-chat__system-message-border-block-start);border-block-end:var(--str-chat__system-message-border-block-end);border-inline-start:var(--str-chat__system-message-border-inline-start);border-inline-end:var(--str-chat__system-message-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__date-separator{background:var(--str-chat__date-separator-background-color);color:var(--str-chat__date-separator-color);box-shadow:var(--str-chat__date-separator-box-shadow);border-radius:var(--str-chat__date-separator-border-radius);border-block-start:var(--str-chat__date-separator-border-block-start);border-block-end:var(--str-chat__date-separator-border-block-end);border-inline-start:var(--str-chat__date-separator-border-inline-start);border-inline-end:var(--str-chat__date-separator-border-inline-end);font:var(--str-chat__body-text)}.str-chat__date-separator-line{background-color:var(--str-chat__date-separator-line-color);border:none}.str-chat__message{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__message a{text-decoration:none;color:var(--str-chat__message-link-color)}.str-chat__message .str-chat__message-mention{color:var(--str-chat__message-mention-color);font:var(--str-chat__body2-medium-text)}.str-chat__message .str-chat__message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message .str-chat__message--deleted-inner{background:var(--str-chat__deleted-message-background-color);color:var(--str-chat__deleted-message-color);box-shadow:var(--str-chat__deleted-message-box-shadow);border-radius:var(--str-chat__deleted-message-border-radius);border-block-start:var(--str-chat__deleted-message-border-block-start);border-block-end:var(--str-chat__deleted-message-border-block-end);border-inline-start:var(--str-chat__deleted-message-border-inline-start);border-inline-end:var(--str-chat__deleted-message-border-inline-end);font:var(--str-chat__body2-text)}.str-chat__message.str-chat__message--me .str-chat__message-bubble{color:var(--str-chat__own-message-bubble-color);background-color:var(--str-chat__own-message-bubble-background-color)}.str-chat__message .str-chat__message-options{--str-chat-icon-color: var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button{background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button .str-chat__message-action-icon path{fill:var(--str-chat__message-options-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:hover,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:hover{background-color:var(--str-chat__message-options-hover-background-color)}.str-chat__message .str-chat__message-options .str-chat__message-actions-box-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reply-in-thread-button:active .str-chat__message-action-icon path,.str-chat__message .str-chat__message-options .str-chat__message-reactions-button:active .str-chat__message-action-icon path{fill:var(--str-chat__message-options-active-color)}.str-chat__message .str-chat__translation-notice button{font:var(--str-chat__body2-text);color:var(--str-chat__translation-notice-color);border:none;background:none}.str-chat__message .str-chat__translation-notice button:active,.str-chat__message .str-chat__translation-notice button:hover{background:var(--str-chat__translation-notice-active-background-color)}.str-chat__message .str-chat__message-metadata,.str-chat__message .str-chat__custom-message-metadata{color:var(--str-chat__message-secondary-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-metadata .str-chat__message-sender-name,.str-chat__message .str-chat__custom-message-metadata .str-chat__message-sender-name{font:var(--str-chat__caption-medium-text)}.str-chat__message .str-chat__message-status{--str-chat-icon-color: var(--str-chat__message-status-color);color:var(--str-chat__message-status-color);font:var(--str-chat__body-text)}.str-chat__message .str-chat__message-status svg path{fill:var(--str-chat__message-status-color)}.str-chat__message .str-chat__message-replies-count-button-wrapper button{border:none;background-color:#0000;font:var(--str-chat__body-medium-text);color:var(--str-chat__message-replies-count-color)}.str-chat__message .str-chat__message--error-message{color:var(--str-chat__message-error-message-color);font:var(--str-chat__caption-text)}.str-chat__message .str-chat__message-error-icon{--str-chat-icon-color: var(--str-chat__message-error-message-color)}.str-chat__message .str-chat__message-error-icon svg #background{fill:var(--str-chat__message-error-message-color)}.str-chat__message--highlighted{transition:background-color .1s ease-out;background-color:var(--str-chat__message-highlighted-background-color)}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:var(--str-chat__message-active-bacground-color)}@supports not selector(:has(a,b)){.str-chat__li:hover{background-color:var(--str-chat__message-active-bacground-color)}}.str-chat__li--top .str-chat__message--other .str-chat__message-bubble,.str-chat__li--single .str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--top .str-chat__message--me .str-chat__message-bubble,.str-chat__li--single .str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--other .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--other .str-chat__message-bubble{border-start-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__li--middle .str-chat__message--me .str-chat__message-bubble,.str-chat__li--bottom .str-chat__message--me .str-chat__message-bubble{border-start-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6);border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--other .str-chat__message-bubble{border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-with-thread-link.str-chat__message--me .str-chat__message-bubble{border-end-end-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__quoted-message-preview{background:var(--str-chat__message-background-color);color:var(--str-chat__message-color);box-shadow:var(--str-chat__message-box-shadow);border-radius:var(--str-chat__message-border-radius);border-block-start:var(--str-chat__message-border-block-start);border-block-end:var(--str-chat__message-border-block-end);border-inline-start:var(--str-chat__message-border-inline-start);border-inline-end:var(--str-chat__message-border-inline-end)}.str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background:var(--str-chat__message-bubble-background-color);color:var(--str-chat__message-bubble-color);box-shadow:var(--str-chat__message-bubble-box-shadow);border-radius:var(--str-chat__message-bubble-border-radius);border-block-start:var(--str-chat__message-bubble-border-block-start);border-block-end:var(--str-chat__message-bubble-border-block-end);border-inline-start:var(--str-chat__message-bubble-border-inline-start);border-inline-end:var(--str-chat__message-bubble-border-inline-end);background-color:var(--str-chat__quoted-message-bubble-background-color);border-end-start-radius:calc(var(--str-chat__message-bubble-border-radius)/6)}.str-chat__message-input .str-chat__quoted-message-preview .str-chat__quoted-message-bubble{background-color:var(--str-chat__message-bubble-background-color)}.str-chat__unread-messages-separator{background-color:var(--str-chat__secondary-surface-color);color:var(--str-chat__text-low-emphasis-color);text-transform:uppercase;font:var(--str-chat__caption-strong-text)}.str-chat__unread-messages-notification{--str-chat-icon-color: var(--str-chat__on-primary-color);background-color:var(--str-chat__text-low-emphasis-color);border-radius:1.125rem}.str-chat__unread-messages-notification button{cursor:pointer;color:var(--str-chat__on-primary-color);border:none;background-color:#0000}.str-chat__unread-messages-notification button:first-of-type{font:var(--str-chat__caption-text)}.str-chat{--str-chat__message-actions-box-border-radius: var(--str-chat__border-radius-sm);--str-chat__message-actions-box-color: var(--str-chat__text-color);--str-chat__message-actions-box-background-color: var(--str-chat__secondary-background-color);--str-chat__message-actions-box-border-block-start: none;--str-chat__message-actions-box-border-block-end: none;--str-chat__message-actions-box-border-inline-start: none;--str-chat__message-actions-box-border-inline-end: none;--str-chat__message-actions-box-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-actions-box-item-border-radius: 0;--str-chat__message-actions-box-item-color: var(--str-chat__text-color);--str-chat__message-actions-box-item-background-color: transparent;--str-chat__message-actions-box-item-hover-background-color: var( --str-chat__secondary-surface-color );--str-chat__message-actions-box-item-border-block-start: none;--str-chat__message-actions-box-item-border-block-end: none;--str-chat__message-actions-box-item-border-inline-start: none;--str-chat__message-actions-box-item-border-inline-end: none;--str-chat__message-actions-box-item-box-shadow: none}.str-chat__message-actions-box{background:var(--str-chat__message-actions-box-background-color);color:var(--str-chat__message-actions-box-color);box-shadow:var(--str-chat__message-actions-box-box-shadow);border-radius:var(--str-chat__message-actions-box-border-radius);border-block-start:var(--str-chat__message-actions-box-border-block-start);border-block-end:var(--str-chat__message-actions-box-border-block-end);border-inline-start:var(--str-chat__message-actions-box-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-border-inline-end)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button{background:var(--str-chat__message-actions-box-item-background-color);color:var(--str-chat__message-actions-box-item-color);box-shadow:var(--str-chat__message-actions-box-item-box-shadow);border-radius:var(--str-chat__message-actions-box-item-border-radius);border-block-start:var(--str-chat__message-actions-box-item-border-block-start);border-block-end:var(--str-chat__message-actions-box-item-border-block-end);border-inline-start:var(--str-chat__message-actions-box-item-border-inline-start);border-inline-end:var(--str-chat__message-actions-box-item-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat__message-actions-box .str-chat__message-actions-list-item-button:hover{background-color:var(--str-chat__message-actions-box-item-hover-background-color)}.str-chat{--str-chat__message-bounce-edit-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-send-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-delete-button-color: var(--str-chat__primary-color);--str-chat__message-bounce-button-background-color: transparent;--str-chat__message-bounce-button-border-block-start: none;--str-chat__message-bounce-button-border-block-end: none;--str-chat__message-bounce-button-border-inline-start: none;--str-chat__message-bounce-button-border-inline-end: none;--str-chat__message-bounce-button-box-shadow: none}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit,.str-chat__message-bounce-prompt .str-chat__message-bounce-send,.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{background:var(--str-chat__message-bounce-button-background-color);color:var(--str-chat__message-bounce-button-color);box-shadow:var(--str-chat__message-bounce-button-box-shadow);border-radius:var(--str-chat__message-bounce-button-border-radius);border-block-start:var(--str-chat__message-bounce-button-border-block-start);border-block-end:var(--str-chat__message-bounce-button-border-block-end);border-inline-start:var(--str-chat__message-bounce-button-border-inline-start);border-inline-end:var(--str-chat__message-bounce-button-border-inline-end);font:var(--str-chat__body-medium-text)}.str-chat__message-bounce-prompt .str-chat__message-bounce-edit{color:var(--str-chat__message-bounce-edit-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-send{color:var(--str-chat__message-bounce-send-button-color)}.str-chat__message-bounce-prompt .str-chat__message-bounce-delete{color:var(--str-chat__message-bounce-delete-button-color)}.str-chat{--str-chat__message-input-border-radius: 0;--str-chat__message-input-color: var(--str-chat__text-color);--str-chat__message-input-background-color: var(--str-chat__secondary-background-color);--str-chat__message-input-border-block-start: none;--str-chat__message-input-border-block-end: none;--str-chat__message-input-border-inline-start: none;--str-chat__message-input-border-inline-end: none;--str-chat__message-input-box-shadow: none;--str-chat__dropzone-container-color: var(--str-chat__on-primary-color);--str-chat__dropzone-container-background-color: var(--str-chat__primary-overlay-color);--str-chat__dropzone-container-backdrop-filter: blur(3px);--str-chat__message-textarea-border-radius: var(--str-chat__border-radius-md);--str-chat__message-textarea-color: var(--str-chat__text-color);--str-chat__message-textarea-background-color: transparent;--str-chat__message-textarea-border-block-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-block-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-border-inline-end: 1px solid var(--str-chat__surface-color);--str-chat__message-textarea-box-shadow: none;--str-chat__message-send-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-send-color: var(--str-chat__primary-color);--str-chat__message-send-background-color: transparent;--str-chat__message-send-border-block-start: 0;--str-chat__message-send-border-block-end: 0;--str-chat__message-send-border-inline-start: 0;--str-chat__message-send-border-inline-end: 0;--str-chat__message-send-box-shadow: none;--str-chat__message-send-disabled-color: var(--str-chat__disabled-color);--str-chat__message-send-disabled-background-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-border-radius: var(--str-chat__border-radius-circle);--str-chat__start-recording-audio-button-color: var(--str-chat__text-low-emphasis-color);--str-chat__start-recording-audio-button-background-color: transparent;--str-chat__start-recording-audio-button-border-block-start: 0;--str-chat__start-recording-audio-button-border-block-end: 0;--str-chat__start-recording-audio-button-border-inline-start: 0;--str-chat__start-recording-audio-button-border-inline-end: 0;--str-chat__start-recording-audio-button-box-shadow: none;--str-chat__start-recording-audio-button-disabled-color: var(--str-chat__disabled-color);--str-chat__start-recording-audio-button-disabled-background-color: transparent;--str-chat__message-input-tools-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-input-tools-color: var(--str-chat__text-low-emphasis-color);--str-chat__message-input-tools-background-color: transparent;--str-chat__message-input-tools-border-block-start: 0;--str-chat__message-input-tools-border-block-end: 0;--str-chat__message-input-tools-border-inline-start: 0;--str-chat__message-input-tools-border-inline-end: 0;--str-chat__message-input-tools-box-shadow: none;--str-chat__message-input-not-allowed-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-radius: var(--str-chat__border-radius-circle);--str-chat__cooldown-color: var(--str-chat__on-disabled-color);--str-chat__cooldown-background-color: var(--str-chat__disabled-color);--str-chat__cooldown-border-block-start: 0;--str-chat__cooldown-border-block-end: 0;--str-chat__cooldown-border-inline-start: 0;--str-chat__cooldown-border-inline-end: 0;--str-chat__cooldown-box-shadow: none}.str-chat__message-input{background:var(--str-chat__message-input-background-color);color:var(--str-chat__message-input-color);box-shadow:var(--str-chat__message-input-box-shadow);border-radius:var(--str-chat__message-input-border-radius);border-block-start:var(--str-chat__message-input-border-block-start);border-block-end:var(--str-chat__message-input-border-block-end);border-inline-start:var(--str-chat__message-input-border-inline-start);border-inline-end:var(--str-chat__message-input-border-inline-end)}.str-chat__message-input .str-chat__dropzone-container{background-color:var(--str-chat__dropzone-container-background-color);color:var(--str-chat__dropzone-container-color);-webkit-backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);backdrop-filter:var(--str-chat__dropzone-container-backdrop-filter);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__file-input-container{--str-chat-icon-color: var(--str-chat__message-input-tools-color);background:var(--str-chat__message-input-tools-background-color);color:var(--str-chat__message-input-tools-color);box-shadow:var(--str-chat__message-input-tools-box-shadow);border-radius:var(--str-chat__message-input-tools-border-radius);border-block-start:var(--str-chat__message-input-tools-border-block-start);border-block-end:var(--str-chat__message-input-tools-border-block-end);border-inline-start:var(--str-chat__message-input-tools-border-inline-start);border-inline-end:var(--str-chat__message-input-tools-border-inline-end)}.str-chat__message-input .str-chat__file-input-container svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__attachment-preview-image-error svg path{fill:var(--str-chat__primary-color)}.str-chat__message-input .str-chat__message-textarea-container{background:var(--str-chat__message-textarea-background-color);color:var(--str-chat__message-textarea-color);box-shadow:var(--str-chat__message-textarea-box-shadow);border-radius:var(--str-chat__message-textarea-border-radius);border-block-start:var(--str-chat__message-textarea-border-block-start);border-block-end:var(--str-chat__message-textarea-border-block-end);border-inline-start:var(--str-chat__message-textarea-border-inline-start);border-inline-end:var(--str-chat__message-textarea-border-inline-end)}.str-chat__message-input .str-chat__message-textarea-container .str-chat__message-textarea{resize:none;border:none;color:var(--str-chat__message-textarea-color);background-color:#0000;box-shadow:none;outline:none;font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__send-button{--str-chat-icon-color: var(--str-chat__message-send-color);background:var(--str-chat__message-send-background-color);color:var(--str-chat__message-send-color);box-shadow:var(--str-chat__message-send-box-shadow);border-radius:var(--str-chat__message-send-border-radius);border-block-start:var(--str-chat__message-send-border-block-start);border-block-end:var(--str-chat__message-send-border-block-end);border-inline-start:var(--str-chat__message-send-border-inline-start);border-inline-end:var(--str-chat__message-send-border-inline-end)}.str-chat__message-input .str-chat__send-button svg path{fill:var(--str-chat__message-send-color)}.str-chat__message-input .str-chat__send-button:disabled{--str-chat-icon-color: var(--str-chat__message-send-disabled-color);background-color:#0000}.str-chat__message-input .str-chat__send-button:disabled svg path{fill:var(--str-chat__message-send-disabled-color)}.str-chat__message-input .str-chat__start-recording-audio-button{background:var(--str-chat__start-recording-audio-button-background-color);color:var(--str-chat__start-recording-audio-button-color);box-shadow:var(--str-chat__start-recording-audio-button-box-shadow);border-radius:var(--str-chat__start-recording-audio-button-border-radius);border-block-start:var(--str-chat__start-recording-audio-button-border-block-start);border-block-end:var(--str-chat__start-recording-audio-button-border-block-end);border-inline-start:var(--str-chat__start-recording-audio-button-border-inline-start);border-inline-end:var(--str-chat__start-recording-audio-button-border-inline-end)}.str-chat__message-input .str-chat__start-recording-audio-button:disabled{background-color:var(--str-chat__message-send-disabled-background-color)}.str-chat__message-input .str-chat__message-input-cooldown{background:var(--str-chat__cooldown-background-color);color:var(--str-chat__cooldown-color);box-shadow:var(--str-chat__cooldown-box-shadow);border-radius:var(--str-chat__cooldown-border-radius);border-block-start:var(--str-chat__cooldown-border-block-start);border-block-end:var(--str-chat__cooldown-border-block-end);border-inline-start:var(--str-chat__cooldown-border-inline-start);border-inline-end:var(--str-chat__cooldown-border-inline-end);font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__message-input-not-allowed{color:var(--str-chat__message-input-not-allowed-color);font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-reply-to-message{font:var(--str-chat__subtitle-medium-text)}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove{background-color:#0000;border:none}.str-chat__message-input .str-chat__quoted-message-preview-header .str-chat__quoted-message-remove svg path{fill:var(--str-chat__message-input-tools-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification{background-color:var(--str-chat__text-color);border-radius:var(--str-chat__border-radius-md);color:var(--str-chat__background-color)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading,.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{font:var(--str-chat__subtitle2-medium-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font:var(--str-chat__subtitle-text)}.str-chat__message-input .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__dismiss-button{background:none;border:none;color:var(--str-chat__background-color);cursor:pointer;text-transform:uppercase}.str-chat{--str-chat__message-list-border-radius: 0;--str-chat__message-list-color: var(--str-chat__text-color);--str-chat__message-list-background-color: var(--str-chat__background-color);--str-chat__message-list-box-shadow: none;--str-chat__message-list-border-block-start: none;--str-chat__message-list-border-block-end: none;--str-chat__message-list-border-inline-start: none;--str-chat__message-list-border-inline-end: none;--str-chat__jump-to-latest-message-border-radius: var(--str-chat__circle-fab-border-radius);--str-chat__jump-to-latest-message-color: var(--str-chat__circle-fab-color);--str-chat__jump-to-latest-message-background-color: var(--str-chat__circle-fab-background-color);--str-chat__jump-to-latest-message-pressed-background-color: var( --str-chat__circle-fab-pressed-background-color );--str-chat__jump-to-latest-message-box-shadow: var(--str-chat__circle-fab-box-shadow);--str-chat__jump-to-latest-message-border-block-start: var( --str-chat__circle-fab-border-block-start );--str-chat__jump-to-latest-message-border-block-end: var(--str-chat__circle-fab-border-block-end);--str-chat__jump-to-latest-message-border-inline-start: var( --str-chat__circle-fab-border-inline-start );--str-chat__jump-to-latest-message-border-inline-end: var( --str-chat__circle-fab-border-inline-end );--str-chat__jump-to-latest-message-unread-count-background-color: var( --str-chat__jump-to-latest-message-color );--str-chat__jump-to-latest-message-unread-count-color: var( --str-chat__jump-to-latest-message-background-color );--str-chat__thread-head-start-color: var(--str-chat__text-low-emphasis-color);--str-chat__thread-head-start-border-block-end-color: var(--str-chat__surface-color)}.str-chat__list{background:var(--str-chat__message-list-background-color);color:var(--str-chat__message-list-color);box-shadow:var(--str-chat__message-list-box-shadow);border-radius:var(--str-chat__message-list-border-radius);border-block-start:var(--str-chat__message-list-border-block-start);border-block-end:var(--str-chat__message-list-border-block-end);border-inline-start:var(--str-chat__message-list-border-inline-start);border-inline-end:var(--str-chat__message-list-border-inline-end)}.str-chat__list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat__jump-to-latest-message{--str-chat-icon-color: var(--str-chat__jump-to-latest-message-unread-count-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab{background:var(--str-chat__jump-to-latest-message-background-color);color:var(--str-chat__jump-to-latest-message-color);box-shadow:var(--str-chat__jump-to-latest-message-box-shadow);border-radius:var(--str-chat__jump-to-latest-message-border-radius);border-block-start:var(--str-chat__jump-to-latest-message-border-block-start);border-block-end:var(--str-chat__jump-to-latest-message-border-block-end);border-inline-start:var(--str-chat__jump-to-latest-message-border-inline-start);border-inline-end:var(--str-chat__jump-to-latest-message-border-inline-end)}.str-chat__jump-to-latest-message .str-chat__circle-fab svg path{fill:var(--str-chat__jump-to-latest-message-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab:active{background-color:var(--str-chat__jump-to-latest-message-pressed-background-color)}.str-chat__jump-to-latest-message .str-chat__circle-fab .str-chat__jump-to-latest-unread-count{background-color:var(--str-chat__jump-to-latest-message-unread-count-background-color);color:var(--str-chat__jump-to-latest-message-unread-count-color);border-radius:var(--str-chat__jump-to-latest-message-border-radius);font:var(--str-chat__caption-text)}.str-chat{--str-chat__virtual-list-border-radius: 0;--str-chat__virtual-list-color: var(--str-chat__text-color);--str-chat__virtual-list-background-color: var(--str-chat__background-color);--str-chat__virtual-list-box-shadow: none;--str-chat__virtual-list-border-block-start: none;--str-chat__virtual-list-border-block-end: none;--str-chat__virtual-list-border-inline-start: none;--str-chat__virtual-list-border-inline-end: none}.str-chat__virtual-list{background:var(--str-chat__virtual-list-background-color);color:var(--str-chat__virtual-list-color);box-shadow:var(--str-chat__virtual-list-box-shadow);border-radius:var(--str-chat__virtual-list-border-radius);border-block-start:var(--str-chat__virtual-list-border-block-start);border-block-end:var(--str-chat__virtual-list-border-block-end);border-inline-start:var(--str-chat__virtual-list-border-inline-start);border-inline-end:var(--str-chat__virtual-list-border-inline-end)}.str-chat__virtual-list .str-chat__parent-message-li{border-block-end:1px solid var(--str-chat__thread-head-start-border-block-end-color)}.str-chat__virtual-list .str-chat__parent-message-li .str-chat__thread-start{color:var(--str-chat__thread-head-start-color);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-border-radius: none;--str-chat__message-reactions-color: var(--str-chat__text-color);--str-chat__message-reactions-background-color: transparent;--str-chat__message-reactions-border-block-start: none;--str-chat__message-reactions-border-block-end: none;--str-chat__message-reactions-border-inline-start: none;--str-chat__message-reactions-border-inline-end: none;--str-chat__message-reactions-box-shadow: none;--str-chat__message-reaction-border-radius: var(--str-chat__border-radius-xs);--str-chat__message-reaction-color: var(--str-chat__text-color);--str-chat__message-reaction-background-color: var(--str-chat__tertiary-surface-color);--str-chat__message-reaction-border-block-start: none;--str-chat__message-reaction-border-block-end: none;--str-chat__message-reaction-border-inline-start: none;--str-chat__message-reaction-border-inline-end: none;--str-chat__message-reaction-box-shadow: none;--str-chat__own-message-reaction-color: var(--str-chat__text-color);--str-chat__own-message-reaction-background-color: var( --str-chat__primary-surface-color-low-emphasis );--str-chat__messsage-reactions-details--selected-color: solid var(--str-chat__primary-color)}.str-chat__message-reactions-container .str-chat__message-reactions{background:var(--str-chat__message-reactions-background-color);color:var(--str-chat__message-reactions-color);box-shadow:var(--str-chat__message-reactions-box-shadow);border-radius:var(--str-chat__message-reactions-border-radius);border-block-start:var(--str-chat__message-reactions-border-block-start);border-block-end:var(--str-chat__message-reactions-border-block-end);border-inline-start:var(--str-chat__message-reactions-border-inline-start);border-inline-end:var(--str-chat__message-reactions-border-inline-end)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction{background:var(--str-chat__message-reaction-background-color);color:var(--str-chat__message-reaction-color);box-shadow:var(--str-chat__message-reaction-box-shadow);border-radius:var(--str-chat__message-reaction-border-radius);border-block-start:var(--str-chat__message-reaction-border-block-start);border-block-end:var(--str-chat__message-reaction-border-block-end);border-inline-start:var(--str-chat__message-reaction-border-inline-start);border-inline-end:var(--str-chat__message-reaction-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__message-reactions-container .str-chat__message-reactions .str-chat__message-reaction.str-chat__message-reaction-own{color:var(--str-chat__own-message-reaction-color);background-color:var(--str-chat__own-message-reaction-background-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type{border-block-end:solid rgba(0,0,0,0)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reaction-type--selected{border-block-end:var(--str-chat__messsage-reactions-details--selected-color)}.str-chat__message-reactions-details .str-chat__message-reactions-details-reacting-user{font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__message-reactions-options-border-radius: var(--str-chat__border-radius-circle);--str-chat__message-reactions-options-color: var(--str-chat__text-color);--str-chat__message-reactions-options-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-options-border-block-start: none;--str-chat__message-reactions-options-border-block-end: none;--str-chat__message-reactions-options-border-inline-start: none;--str-chat__message-reactions-options-border-inline-end: none;--str-chat__message-reactions-options-box-shadow: 0 0 8px var(--str-chat__box-shadow-color);--str-chat__message-reactions-option-border-radius: var(--str-chat__border-radius-md);--str-chat__message-reactions-option-color: var(--str-chat__text-color);--str-chat__message-reactions-option-background-color: var( --str-chat__secondary-background-color );--str-chat__message-reactions-option-hover-background-color: var( --str-chat__primary-surface-color );--str-chat__message-reactions-option-selected-background-color: var( --str-chat__primary-color-low-emphasis );--str-chat__message-reactions-option-border-block-start: none;--str-chat__message-reactions-option-border-block-end: none;--str-chat__message-reactions-option-border-inline-start: none;--str-chat__message-reactions-option-border-inline-end: none;--str-chat__message-reactions-option-box-shadow: none}.str-chat__reaction-selector .str-chat__message-reactions-options{background:var(--str-chat__message-reactions-options-background-color);color:var(--str-chat__message-reactions-options-color);box-shadow:var(--str-chat__message-reactions-options-box-shadow);border-radius:var(--str-chat__message-reactions-options-border-radius);border-block-start:var(--str-chat__message-reactions-options-border-block-start);border-block-end:var(--str-chat__message-reactions-options-border-block-end);border-inline-start:var(--str-chat__message-reactions-options-border-inline-start);border-inline-end:var(--str-chat__message-reactions-options-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option{background:var(--str-chat__message-reactions-option-background-color);color:var(--str-chat__message-reactions-option-color);box-shadow:var(--str-chat__message-reactions-option-box-shadow);border-radius:var(--str-chat__message-reactions-option-border-radius);border-block-start:var(--str-chat__message-reactions-option-border-block-start);border-block-end:var(--str-chat__message-reactions-option-border-block-end);border-inline-start:var(--str-chat__message-reactions-option-border-inline-start);border-inline-end:var(--str-chat__message-reactions-option-border-inline-end)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option:hover{background-color:var(--str-chat__message-reactions-option-hover-background-color)}.str-chat__reaction-selector .str-chat__message-reactions-options .str-chat__message-reactions-option.str-chat__message-reactions-option-selected{background-color:var(--str-chat__message-reactions-option-selected-background-color)}.str-chat{--str-chat__modal-border-radius: var(--str-chat__border-radius-sm);--str-chat__modal-color: var(--str-chat__text-color);--str-chat__modal-background-color: var(--str-chat__secondary-background-color);--str-chat__modal-overlay-color: var(--str-chat__secondary-overlay-color);--str-chat__modal-overlay-backdrop-filter: blur(3px);--str-chat__modal-border-block-start: none;--str-chat__modal-border-block-end: none;--str-chat__modal-border-inline-start: none;--str-chat__modal-border-inline-end: none;--str-chat__modal-box-shadow: none;--str-chat__modal-close-icon-background: var(--str-chat__text-low-emphasis-color);--str-chat__modal-close-icon-color: var(--str-chat__on-disabled-color)}.str-chat__modal{background-color:var(--str-chat__modal-overlay-color);-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter)}.str-chat__modal .str-chat__modal__inner{background:var(--str-chat__modal-background-color);color:var(--str-chat__modal-color);box-shadow:var(--str-chat__modal-box-shadow);border-radius:var(--str-chat__modal-border-radius);border-block-start:var(--str-chat__modal-border-block-start);border-block-end:var(--str-chat__modal-border-block-end);border-inline-start:var(--str-chat__modal-border-inline-start);border-inline-end:var(--str-chat__modal-border-inline-end)}.str-chat__modal .str-chat__modal__close-button{--str-chat-icon-color: var(--str-chat__modal-close-icon-color);background:none;border:none}.str-chat__modal .str-chat__modal__close-button .str-chat__icon{background-color:var(--str-chat__modal-close-icon-background);border-radius:999px}.str-chat__modal .str-chat__modal__close-button svg path{fill:var(--str-chat__modal-close-icon-color)}.str-chat__modal .str-chat__modal__close-button svg rect,.str-chat__modal .str-chat__modal__close-button svg circle{fill:var(--str-chat__modal-close-icon-background)}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner{background-color:#0000;width:unset;height:unset;padding:0}.str-chat__message-attachment--card .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--image .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img,.str-chat__message-attachment--gallery .str-chat__modal--open .str-chat__modal__inner.str-chat-react__modal__inner img{max-width:unset;max-height:calc(100vh - 80px);cursor:default}.str-chat{--str-chat__message-notification-background-color: var(--str-chat__primary-color);--str-chat__message-notification-border-block-start: none;--str-chat__message-notification-border-block-end: none;--str-chat__message-notification-border-inline-start: none;--str-chat__message-notification-border-inline-end: none;--str-chat__message-notification-border-radius: 50px;--str-chat__message-notification-box-shadow: none;--str-chat__message-notification-color: var(--str-chat__on-primary-color)}.str-chat__message-notification{background:var(--str-chat__message-notification-background-color);color:var(--str-chat__message-notification-color);box-shadow:var(--str-chat__message-notification-box-shadow);border-radius:var(--str-chat__message-notification-border-radius);border-block-start:var(--str-chat__message-notification-border-block-start);border-block-end:var(--str-chat__message-notification-border-block-end);border-inline-start:var(--str-chat__message-notification-border-inline-start);border-inline-end:var(--str-chat__message-notification-border-inline-end);font:var(--str-chat__caption-text);cursor:pointer}.str-chat{--str-chat__notification-list-border-radius: none;--str-chat__notification-list-color: var(--str-chat__notification-list-text-color);--str-chat__notification-list-background-color: transparent;--str-chat__notification-list-border-block-start: none;--str-chat__notification-list-border-block-end: none;--str-chat__notification-list-border-inline-start: none;--str-chat__notification-list-border-inline-end: none;--str-chat__notification-list-box-shadow: none}.str-chat__list-notifications{background:var(--str-chat__notification-list-background-color);color:var(--str-chat__notification-list-color);box-shadow:var(--str-chat__notification-list-box-shadow);border-radius:var(--str-chat__notification-list-border-radius);border-block-start:var(--str-chat__notification-list-border-block-start);border-block-end:var(--str-chat__notification-list-border-block-end);border-inline-start:var(--str-chat__notification-list-border-inline-start);border-inline-end:var(--str-chat__notification-list-border-inline-end)}.str-chat{--str-chat__notification-border-radius: var(--str-chat__border-radius-sm);--str-chat__notification-color: var(--str-chat__opaque-surface-text-color);--str-chat__notification-background-color: var(--str-chat__opaque-surface-background-color);--str-chat__notification-border-block-start: none;--str-chat__notification-border-block-end: none;--str-chat__notification-border-inline-start: none;--str-chat__notification-border-inline-end: none;--str-chat__notification-box-shadow: 0 0 8px var(--str-chat__box-shadow-color)}.str-chat__notification{background:var(--str-chat__notification-background-color);color:var(--str-chat__notification-color);box-shadow:var(--str-chat__notification-box-shadow);border-radius:var(--str-chat__notification-border-radius);border-block-start:var(--str-chat__notification-border-block-start);border-block-end:var(--str-chat__notification-border-block-end);border-inline-start:var(--str-chat__notification-border-inline-start);border-inline-end:var(--str-chat__notification-border-inline-end);font:var(--str-chat__subtitle-text)}.str-chat{--str-chat__thread-border-radius: 0;--str-chat__thread-color: var(--str-chat__text-color);--str-chat__thread-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-border-block-start: none;--str-chat__thread-border-block-end: none;--str-chat__thread-border-inline-start: 1px solid var(--str-chat__surface-color);--str-chat__thread-border-inline-end: none;--str-chat__thread-box-shadow: none;--str-chat__thread-header-border-radius: 0;--str-chat__thread-header-color: var(--str-chat__text-color);--str-chat__thread-header-background-color: var(--str-chat__secondary-background-color);--str-chat__thread-header-border-block-start: none;--str-chat__thread-header-border-block-end: none;--str-chat__thread-header-border-inline-start: none;--str-chat__thread-header-border-inline-end: none;--str-chat__thread-header-box-shadow: none;--str-chat__thread-header-info-color: var(--str-chat__text-low-emphasis-color)}.str-chat__thread-container{background:var(--str-chat__thread-background-color);color:var(--str-chat__thread-color);box-shadow:var(--str-chat__thread-box-shadow);border-radius:var(--str-chat__thread-border-radius);border-block-start:var(--str-chat__thread-border-block-start);border-block-end:var(--str-chat__thread-border-block-end);border-inline-start:var(--str-chat__thread-border-inline-start);border-inline-end:var(--str-chat__thread-border-inline-end)}.str-chat__thread-container .str-chat__thread-header{background:var(--str-chat__thread-header-background-color);color:var(--str-chat__thread-header-color);box-shadow:var(--str-chat__thread-header-box-shadow);border-radius:var(--str-chat__thread-header-border-radius);border-block-start:var(--str-chat__thread-header-border-block-start);border-block-end:var(--str-chat__thread-header-border-block-end);border-inline-start:var(--str-chat__thread-header-border-inline-start);border-inline-end:var(--str-chat__thread-header-border-inline-end)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__subtitle-medium-text)}.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-channel-name,.str-chat__thread-container .str-chat__thread-header .str-chat__thread-header-subtitle{font:var(--str-chat__body-text);color:var(--str-chat__thread-header-info-color)}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button{background-color:#0000;border:none}.str-chat__thread-container .str-chat__thread-header .str-chat__close-thread-button svg path{fill:var(--str-chat__thread-color)}.str-chat{--str-chat__tooltip-border-radius: var(--str-chat__border-radius-xs);--str-chat__tooltip-color: var(--str-chat__text-color);--str-chat__tooltip-background-color: var(--str-chat__secondary-background-color);--str-chat__tooltip-border-block-start: none;--str-chat__tooltip-border-block-end: none;--str-chat__tooltip-border-inline-start: none;--str-chat__tooltip-border-inline-end: none;--str-chat__tooltip-box-shadow: 0 0 20px var(--str-chat__box-shadow-color)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);color:var(--str-chat__tooltip-color);box-shadow:var(--str-chat__tooltip-box-shadow);border-radius:var(--str-chat__tooltip-border-radius);border-block-start:var(--str-chat__tooltip-border-block-start);border-block-end:var(--str-chat__tooltip-border-block-end);border-inline-start:var(--str-chat__tooltip-border-inline-start);border-inline-end:var(--str-chat__tooltip-border-inline-end);font:var(--str-chat__caption-text)}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}.str-chat{--str-chat__typing-indicator-border-radius: none;--str-chat__typing-indicator-color: var(--str-chat__text-low-emphasis-color);--str-chat__typing-indicator-background-color: var(--str-chat__overlay-color);--str-chat__typing-indicator-border-block-start: none;--str-chat__typing-indicator-border-block-end: none;--str-chat__typing-indicator-border-inline-start: none;--str-chat__typing-indicator-border-inline-end: none;--str-chat__typing-indicator-box-shadow: none;--str-chat__typing-indicator-dot-background-color: var(--str-chat__text-color)}.str-chat__typing-indicator{background:var(--str-chat__typing-indicator-background-color);color:var(--str-chat__typing-indicator-color);box-shadow:var(--str-chat__typing-indicator-box-shadow);border-radius:var(--str-chat__typing-indicator-border-radius);border-block-start:var(--str-chat__typing-indicator-border-block-start);border-block-end:var(--str-chat__typing-indicator-border-block-end);border-inline-start:var(--str-chat__typing-indicator-border-inline-start);border-inline-end:var(--str-chat__typing-indicator-border-inline-end)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot{border-radius:999px;animation:dotFlashing 1s infinite alternate;background-color:var(--str-chat__typing-indicator-dot-background-color)}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(1){animation-delay:0s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(2){animation-delay:.5s}.str-chat__typing-indicator .str-chat__typing-indicator__dots .str-chat__typing-indicator__dot:nth-child(3){animation-delay:1s}@keyframes dotFlashing{0%{opacity:1}50%{opacity:.6}to{opacity:.2}}.str-chat{--stream-chat-header-background: var(--accent);--str-chat__surface-color: var(--secondaryHighlight);--str-chat__secondary-surface-color: var(--neutral);--str-chat__tertiary-surface-color: var(--secondary);--str-chat__text-color: var(--dark)}.str-chat__input-flat{background-color:var(--neutral)}.v0-messages-container{margin-left:240px;margin-top:64px;padding:24px;min-height:calc(100vh - 64px);background:#f9fafb;transition:margin-left .3s ease-in-out}.v0-messages-sidebar-expanded{margin-left:240px}.v0-messages-sidebar-collapsed{margin-left:64px}@media (max-width: 1024px){.v0-messages-container{margin-left:0;padding:16px}.v0-messages-sidebar-collapsed{margin-left:0}}.loading-bar-container{position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.loading-bar-progress{height:100%;transition:width .1s ease-out;box-shadow:0 0 8px #0003}.legality-holder{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;margin-top:70px}.faq-container,.about-us-container{max-width:900px;margin:0 auto;padding:2rem 1rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:var(--dark);line-height:1.2}.faq-subtitle{font-size:1.1rem;color:#64748b;margin:0;font-weight:500}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid rgba(0,123,255,.15);border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.faq-item:hover{border-color:#007bff4d;box-shadow:0 4px 12px #0000001a}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;background:linear-gradient(135deg,#f8fafc,#f1f5f9);transition:all .2s ease;border-bottom:1px solid rgba(0,123,255,.1)}.faq-question:hover{background:#007bff0d}.faq-question-text{margin:0;font-size:1.1rem;font-weight:600;color:var(--dark);line-height:1.4;flex:1;padding-right:1rem}.faq-icon{font-size:1.5rem;font-weight:700;color:#007bff;transition:all .3s ease;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#007bff1a}.faq-icon.open{transform:rotate(180deg);background:#007bff;color:#fff}.faq-answer{padding:1.5rem;background:#fff;border-top:1px solid rgba(0,123,255,.1)}.faq-answer-text{margin:0 0 1rem;color:#374151;line-height:1.7;font-size:1rem}.faq-answer-text:last-child{margin-bottom:0}.about-us-header{text-align:center;margin-bottom:3rem}.about-us-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:var(--dark);line-height:1.2}.about-us-subtitle{font-size:1.1rem;color:#64748b;margin:0;font-weight:500}.about-us-content{background:#fff;border-radius:12px;padding:2rem;border:1px solid rgba(0,123,255,.15);box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.about-us-text{font-size:1.1rem;line-height:1.8;color:#374151;margin:0}.about-us-emphasis{font-size:1.4rem!important;font-weight:700;color:#007bff!important;text-align:center;margin:0}.about-us-mission{font-size:1.2rem!important;font-style:italic;color:var(--dark)!important;padding:1.5rem;border-left:4px solid #007bff;background:linear-gradient(135deg,#007bff0d,#007bff05);border-radius:0 8px 8px 0;margin:0}.legality-back-button{position:absolute;top:20px;display:flex;gap:5px;left:20px;padding:8px 16px;background-color:transparent;border:1.5px solid #007bff;border-radius:8px;color:#007bff;font-weight:600;cursor:pointer;transition:all .3s ease}.legality-back-button:hover{background-color:#007bff;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}@media (max-width: 768px){.faq-container,.about-us-container{padding:1.5rem 1rem}.faq-title,.about-us-title{font-size:2rem}.faq-subtitle,.about-us-subtitle{font-size:1rem}.faq-question,.about-us-content,.faq-answer{padding:1.25rem}}@media (max-width: 480px){.faq-container,.about-us-container{padding:1rem}.faq-title,.about-us-title{font-size:1.75rem}.faq-question,.about-us-content,.faq-answer{padding:1rem}.faq-question-text,.about-us-text{font-size:1rem}}.privacyContainer,.termsContainer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.policy-main{margin:70px auto 0;padding:2rem 1rem;max-width:900px}.policy-container{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(0,123,255,.2);overflow:hidden}.policy-header{background:#007bff;padding:3rem 2rem;text-align:center;color:#fff}.policy-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#fff;line-height:1.2}.policy-date{font-size:1.1rem;margin:0;opacity:.9;font-weight:500}.policy-content{padding:3rem 2rem}.policy-section{margin-bottom:3rem}.policy-section:last-child{margin-bottom:0}.policy-section-title{font-size:1.5rem;font-weight:700;margin:0 0 1.25rem;color:var(--dark);display:flex;align-items:center;gap:.75rem}.policy-section-title:before{content:"";width:4px;height:1.5rem;background:#007bff;border-radius:2px;flex-shrink:0}.policy-text{font-size:1rem;line-height:1.7;color:#374151;margin:0 0 1.25rem}.policy-text:last-child{margin-bottom:0}.policy-list{margin:1.25rem 0;padding-left:1.5rem}.policy-list li{margin-bottom:.75rem;line-height:1.6;color:#374151;position:relative}.policy-list li:last-child{margin-bottom:0}.policy-list li::marker{color:#007bff;font-weight:600}.policy-link{color:#007bff;text-decoration:none;font-weight:600;transition:all .2s ease;border-bottom:1px solid transparent}.policy-link:hover{color:#0056b3;border-bottom-color:#0056b3}@media (max-width: 768px){.policy-main{padding:1rem;margin-top:60px}.policy-header{padding:2rem 1.5rem}.policy-title{font-size:2rem}.policy-content{padding:2rem 1.5rem}.policy-section-title{font-size:1.25rem}}@media (max-width: 480px){.policy-header{padding:1.5rem 1rem}.policy-title{font-size:1.75rem}.policy-content{padding:1.5rem 1rem}.policy-section-title{font-size:1.125rem}.policy-text{font-size:.95rem}}@media print{.policy-container{box-shadow:none;border:none}.policy-header{background:#f3f4f6!important;color:#111827!important}.policy-title{color:#111827!important}.policy-section-title:before{background:#6b7280!important}}.settings-holder{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;margin:0;padding:0}.settings-container{max-width:1200px;padding:2rem 1rem;margin:0 auto}.settings-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--dark);text-align:center}.settings-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.settings-layout{grid-template-columns:1fr;gap:1.5rem}.settings-container{padding:1rem}.settings-title{font-size:2rem}}.settings-sidebar{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(0,123,255,.2);height:fit-content;position:sticky;top:2rem}.settings-nav{list-style:none;padding:0;margin:0}.settings-nav-item{display:flex;align-items:center;padding:1rem 1.25rem;margin-bottom:.5rem;border-radius:12px;cursor:pointer;transition:all .2s ease;color:var(--dark);font-weight:500}.settings-nav-item:hover{background:#007bff1a;transform:translate(4px)}.settings-nav-item.active{background:#007bff;color:#fff;box-shadow:0 4px 12px #007bff4d}.settings-nav-icon{margin-right:1rem;color:inherit;font-size:1.25rem}.settings-nav-text{font-size:1rem;color:inherit;font-weight:600}.settings-content{background:#fff;border-radius:16px;padding:2rem;min-height:600px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(0,123,255,.2)}.settings-section{margin-bottom:2.5rem}.settings-section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark);display:flex;align-items:center;gap:.75rem}.settings-section-title:before{content:"";width:4px;height:2rem;background:#007bff;border-radius:2px}.settings-section-content{display:flex;flex-direction:column;gap:1.5rem}.settings-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.75rem;border:1px solid rgba(0,123,255,.15);transition:all .2s ease}.settings-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -8px #00000026}.settings-card-danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid rgba(239,68,68,.2)}.settings-card-header{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.settings-card-icon{color:#007bff;font-size:1.5rem}.settings-card-title{font-size:1.375rem;font-weight:600;margin-bottom:.75rem;color:var(--dark)}.settings-card-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.settings-form-group{margin-bottom:1.5rem}.settings-label{display:block;margin-bottom:.5rem;color:var(--dark);font-weight:600;font-size:.95rem}.settings-input{width:100%;padding:.875rem 1rem;border:1.5px solid var(--secondaryHighlight);border-radius:8px;background:#fff;color:var(--dark);font-size:1rem;transition:all .2s ease}.settings-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.settings-select{width:100%;padding:.875rem 1rem;border:1.5px solid var(--secondaryHighlight);border-radius:8px;background:#fff;color:var(--dark);cursor:pointer;font-size:1rem;transition:all .2s ease}.settings-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.settings-radio-group{display:flex;gap:1.5rem;flex-wrap:wrap}.settings-radio{display:flex;align-items:center;cursor:pointer;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease}.settings-radio:hover{background:#007bff1a}.settings-radio input[type=radio]{margin-right:.75rem;accent-color:#007bff}.settings-radio-label{color:var(--dark);font-weight:500}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.settings-button{padding:.875rem 1.5rem;border:1.5px solid var(--secondaryHighlight);border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--dark);text-decoration:none}.settings-button:hover:not(:disabled){background:#007bff;color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.settings-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.settings-button-primary{background:#007bff;color:#fff;border-color:transparent}.settings-button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.settings-button-secondary{color:var(--dark);border-color:var(--secondaryHighlight)}.settings-button-error{color:#dc2626;border-color:#fecaca}.settings-button-error:hover:not(:disabled){background:#dc2626;color:#fff;border-color:transparent}.settings-button-icon{width:18px;height:18px}.settings-alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid}.settings-alert-info{background:#007bff1a;color:var(--dark);border-left-color:#007bff}.settings-alert-warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-left-color:#f59e0b}.settings-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,123,255,.3) 50%,transparent 100%);margin:1.5rem 0}.settings-list{list-style:none;padding:0;margin:0}.settings-list-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.settings-list-content{flex:1}.settings-list-title{margin:0;color:var(--dark);font-weight:600;font-size:1.1rem}.settings-list-description{color:#64748b;margin:.25rem 0 0;font-size:.9rem}.settings-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.settings-dialog{background:#fff;border-radius:16px;padding:0;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease-out}.settings-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,123,255,.2);background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px 16px 0 0}.settings-dialog-title{margin:0;font-size:1.375rem;font-weight:700;color:var(--dark)}.settings-dialog-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease}.settings-dialog-close:hover{background:#007bff1a;color:var(--dark)}.settings-dialog-content{padding:2rem}.settings-dialog-text{margin-bottom:1.5rem;color:#64748b;line-height:1.6}.settings-dialog-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid rgba(0,123,255,.2);background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:0 0 16px 16px}.settings-text-error{color:#dc2626}.settings-switch{position:relative;display:inline-block;width:52px;height:28px}.settings-switch input{opacity:0;width:0;height:0}.settings-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#e2e8f0;transition:.3s ease;border-radius:28px}.settings-switch-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background:#fff;transition:.3s ease;border-radius:50%;box-shadow:0 2px 4px #0000001a}input:checked+.settings-switch-slider{background:#007bff}input:checked+.settings-switch-slider:before{transform:translate(24px)}.settings-notification-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid rgba(0,123,255,.15);transition:all .2s ease}.settings-notification-item:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff1a}.settings-notification-content{flex:1}.settings-notification-title{margin:0 0 .5rem;color:var(--dark);font-weight:600;font-size:1.1rem}.settings-notification-description{margin:0;color:#64748b;font-size:.9rem;line-height:1.5}.settings-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,123,255,.2)}.settings-toggle-group{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.settings-toggle-content{flex:1}.settings-toggle-title{margin:0 0 .25rem;color:var(--dark);font-weight:600;font-size:1rem}.settings-toggle-description{margin:0;color:#64748b;font-size:.9rem;line-height:1.4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.report-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.report-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #f1f5f9;margin-bottom:20px}.report-modal-title{font-size:20px;font-weight:700;color:#111827;margin:0}.report-modal-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.report-modal-close-btn:hover{background:#f3f4f6;color:#111827}.report-modal-close-btn:disabled{opacity:.5;cursor:not-allowed}.report-modal-content{padding:0 24px;display:flex;flex-direction:column;gap:20px}.report-modal-field{display:flex;flex-direction:column;gap:8px}.report-modal-label{font-size:14px;font-weight:600;color:#374151}.report-modal-input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s ease;background:#fff}.report-modal-input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.report-modal-input::placeholder{color:#9ca3af}.report-modal-textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-family:inherit;line-height:1.5;resize:vertical;min-height:120px;transition:all .2s ease;background:#fff}.report-modal-textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.report-modal-textarea::placeholder{color:#9ca3af}.report-modal-textarea:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.report-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px 24px;border-top:1px solid #f1f5f9;margin-top:20px}.report-modal-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:100px}.report-modal-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.report-modal-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.report-modal-btn-primary{background:#1976d2;color:#fff}.report-modal-btn-primary:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.report-modal-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.verification-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px;font-family:Arial,sans-serif}.verification-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:600px;width:100%;overflow:hidden}.verification-header{background:#1976d2;color:#fff;padding:32px;text-align:center}.verification-header .logo{max-width:120px;margin-bottom:16px}.verification-header h1{margin:0;font-size:24px;font-weight:600}.verification-content{padding:40px 32px;text-align:center}.connection-icon{width:60px;height:60px;background:#ff9800;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.account-icon{width:60px;height:60px;background:#2196f3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.error-icon{width:24px;height:24px;background:#f44336;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;margin-right:8px}.verification-content h2{color:#333;margin:0 0 16px;font-size:20px;font-weight:600}.verification-content h3{color:#333;margin:0 0 12px;font-size:16px;font-weight:600}.verification-content p{color:#666;margin:0 0 16px;line-height:1.6}.verification-content strong{color:#333}.terms-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:24px 0;text-align:left}.terms-box h3{color:#1976d2;margin-bottom:12px}.terms-box ul{margin:0;padding-left:20px;color:#666;line-height:1.6}.terms-box li{margin-bottom:8px}.consent-form{margin-top:24px}.form-group{margin-bottom:20px;text-align:left}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.name-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.name-input:focus{outline:none;border-color:#1976d2}.name-input::placeholder{color:#999}.error-message{background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;padding:16px;margin:16px 0;display:flex;align-items:flex-start;text-align:left}.error-content{flex:1}.error-title{margin:0 0 8px;color:#c62828;font-size:16px;font-weight:600}.error-description{margin:0 0 8px;color:#c62828;font-size:14px;line-height:1.5}.error-action{margin:0;color:#1976d2;font-size:14px;font-weight:500;font-style:italic}.verification-actions{margin-top:32px;display:flex;flex-direction:column;gap:12px}.approve-btn{background:#1976d2;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px}.approve-btn:hover:not(:disabled){background:#1565c0}.approve-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.reject-btn{background:#f5f5f5;color:#666;border:2px solid #e0e0e0;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-height:48px}.reject-btn:hover:not(:disabled){background:#e0e0e0;color:#333}.reject-btn:disabled{opacity:.5;cursor:not-allowed}.home-link{color:#1976d2;text-decoration:none;font-size:14px;font-weight:500;padding:12px 24px;border:2px solid #1976d2;border-radius:8px;transition:all .2s;display:inline-block}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 600px){.verification-container{margin:20px}.verification-header{padding:24px 20px}.verification-content{padding:32px 20px}.verification-header h1{font-size:20px}.verification-content h2{font-size:18px}.approve-btn,.reject-btn{padding:12px 20px;font-size:14px}.terms-box{padding:16px}}.unsubscribe-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px;font-family:Arial,sans-serif}.unsubscribe-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:500px;width:100%;overflow:hidden}.unsubscribe-header{background:#1976d2;color:#fff;padding:32px;text-align:center}.unsubscribe-header .logo{max-width:120px;margin-bottom:16px}.unsubscribe-header h1{margin:0;font-size:24px;font-weight:600}.unsubscribe-content{padding:40px 32px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #1976d2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.error-icon{width:60px;height:60px;background:#f44336;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.unsubscribe-content h2{color:#333;margin:0 0 16px;font-size:20px;font-weight:600}.unsubscribe-content p{color:#666;margin:0 0 16px;line-height:1.6}.unsubscribe-content strong{color:#333}.unsubscribe-actions{margin-top:32px;display:flex;flex-direction:column;gap:12px}.resubscribe-btn{background:#1976d2;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;text-decoration:none;display:inline-block}.resubscribe-btn:hover{background:#1565c0}.home-link{color:#1976d2;text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border:1px solid #1976d2;border-radius:6px;transition:all .2s}.home-link:hover{background:#1976d2;color:#fff}@media (max-width: 600px){.unsubscribe-container{margin:20px}.unsubscribe-header{padding:24px 20px}.unsubscribe-content{padding:32px 20px}.unsubscribe-header h1{font-size:20px}}
