.modal-overlay{z-index:1000;background-color:var(--content-modal-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;animation:.2s ease-out modal-fade-in;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{background:var(--content-modal-bg);color:var(--content-modal-text);border:1px solid var(--content-modal-border);border-radius:12px;outline:none;flex-direction:column;max-height:90vh;animation:.2s ease-out modal-slide-up;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.modal-content--small{width:90%;max-width:400px}.modal-content--medium{width:90%;max-width:600px}.modal-content--large{width:90%;max-width:800px}.modal-content--fullscreen{border-radius:0;width:100%;max-width:none;height:100%;max-height:none}@media (max-width:768px){.modal-content:not(.modal-content--small){border-radius:0;width:100%;max-width:none;height:100%;max-height:none;animation:.3s ease-out modal-slide-up-mobile}.modal-content--small{width:95%;max-width:350px}}.modal-header{border-bottom:none;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;display:flex}.modal-title{color:var(--content-modal-text);margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:.25rem;font-size:1.5rem;font-weight:300;line-height:1;transition:all .2s;display:flex}.modal-close:hover{background-color:var(--background-secondary);color:var(--primary)}.modal-close:focus{outline:2px solid var(--accent);outline-offset:2px}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-footer{border-top:none;justify-content:flex-end;gap:.75rem;padding:0 1.5rem 1.5rem;display:flex}.modal-footer .btn{min-width:100px}@media (max-width:480px){.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%;min-width:auto}}.modal-overlay--confirmation{background-color:rgba(0,0,0,.6)}.modal-content--confirmation{max-width:450px}.modal-content--confirmation .modal-body{text-align:center;padding:1rem 1.5rem}.modal-content--confirmation .modal-title{color:var(--error);align-items:center;gap:.5rem;display:flex}.modal-content--form .modal-body{padding:1rem 1.5rem}.modal-content--form .form-group{margin-bottom:1.5rem}.modal-content--form .form-group:last-child{margin-bottom:0}.modal-content--form label{color:var(--content-modal-text);margin-bottom:.5rem;font-weight:500;display:block}.modal-content--form input,.modal-content--form textarea,.modal-content--form select{border:1px solid var(--border);background:var(--background);width:100%;color:var(--primary);border-radius:6px;padding:.75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.modal-content--form input:focus,.modal-content--form textarea:focus,.modal-content--form select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.modal-content--form textarea{resize:vertical;min-height:80px}.modal-content--form .form-subtitle{color:var(--secondary);margin-bottom:1rem;font-size:.875rem}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes modal-slide-up-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.confirmation-content{text-align:center;padding:1rem 0}.confirmation-icon{justify-content:center;margin-bottom:1rem;display:flex}.confirmation-title{color:var(--content-modal-text);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.confirmation-message{color:var(--secondary);margin:0 0 2rem;line-height:1.5}.confirmation-actions{justify-content:center;gap:.75rem;display:flex}.confirmation-actions .btn{min-width:100px}@media (max-width:480px){.confirmation-actions{flex-direction:column-reverse}.confirmation-actions .btn{width:100%;min-width:auto}}.form-modal-content{flex-direction:column;height:100%;display:flex}.form-fields{flex:1}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label{color:var(--content-modal-text);margin-bottom:.5rem;font-weight:500;display:block}.form-group label.required{font-weight:600}.required-indicator{color:var(--error)}.form-error{color:var(--error);margin-top:.25rem;font-size:.875rem;display:block}.form-subtitle{color:var(--secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.4}.btn-danger{background-color:var(--error);color:#fff;border:1px solid var(--error)}.btn-danger:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.btn-danger:disabled{background-color:var(--background-secondary);color:var(--tertiary);border-color:var(--border)}.btn-warning{background-color:var(--warning);color:#fff;border:1px solid var(--warning)}.btn-warning:hover:not(:disabled){background-color:#d97706;border-color:#d97706}.btn-warning:disabled{background-color:var(--background-secondary);color:var(--tertiary);border-color:var(--border)}@media (prefers-color-scheme:dark){.modal-overlay{background-color:rgba(0,0,0,.8)}}.image-modal .modal-content{box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;max-width:95vw;max-height:95vh;padding:0;display:flex}.cursor-pointer{line-height:0}.cursor-pointer img{width:100%;height:auto;display:block}.image-modal .modal-header{z-index:1000;background:rgba(0,0,0,.7);border-radius:50%;padding:.5rem;position:absolute;top:1rem;right:1rem}.image-modal .modal-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.5rem;transition:background-color .2s;display:flex}.image-modal .modal-close:hover{background:rgba(255,255,255,.2)}.image-modal-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-modal-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 20px 40px rgba(0,0,0,.3)}
:root{--background:#fff;--foreground:#171717;--primary:#5ababf;--primary-hover:#43a7ac;--secondary:#64748b;--border:#e2e8f0;--muted:#f8fafc;--radius:.5rem;--header-bg:#e7fafb;--header-text:#171717;--header-text-hover:#5ababf;--header-border:#e2e8f0;--header-button-bg:#5ababf;--header-button-text:#fff;--header-button-bg-hover:#43a7ac;--header-button-text-hover:#fff;--header-modal-bg:#fff;--header-modal-text:#171717;--header-modal-border:#e2e8f0;--footer-bg:#e7fafb;--footer-text:#64748b;--footer-text-hover:#5ababf;--footer-border:#e2e8f0;--footer-button-bg:#5ababf;--footer-button-text:#fff;--footer-button-bg-hover:#43a7ac;--footer-button-text-hover:#fff;--content-bg:#fff;--content-text:#171717;--content-text-hover:#5ababf;--content-border:#e2e8f0;--content-muted-bg:#f8fafc;--content-muted-text:#64748b;--content-button-bg:#5ababf;--content-button-text:#fff;--content-button-bg-hover:#43a7ac;--content-button-text-hover:#fff;--content-button-secondary-bg:#fff;--content-button-secondary-text:#171717;--content-button-secondary-bg-hover:#f8fafc;--content-button-secondary-text-hover:#171717;--content-card-bg:#fff;--content-card-text:#171717;--content-card-bg-hover:#f8fafc;--content-card-text-hover:#171717;--content-card-border:#e2e8f0;--content-card-border-hover:#5ababf;--content-modal-bg:#fff;--content-modal-text:#171717;--content-modal-border:#e2e8f0;--content-modal-overlay:rgba(0,0,0,.5);--conversation-list-bg:#e7fafb;--conversation-list-header-bg:#d0f0f3;--conversation-list-header-text:#171717;--conversation-list-text:#5ababf;--conversation-list-text-hover:#fff;--conversation-list-border:#5ababf;--conversation-list-item-bg:transparent;--conversation-list-item-text:#171717;--conversation-list-item-bg-hover:#b9e2e5;--conversation-list-item-text-hover:#171717;--conversation-list-item-bg-active:#b9e2e5;--conversation-list-item-text-active:#171717;--conversation-list-item-border:transparent;--conversation-list-item-border-hover:#5ababf;--conversation-list-button-bg:#2e3440;--conversation-list-button-text:#171717;--conversation-list-button-bg-hover:rgba(255,255,255,.1);--conversation-list-button-text-hover:#fff;--conversation-list-meta-text:rgba(23,23,23,.7);--conversation-list-goal-text:rgba(23,23,23,.8);--message-bg:#fff;--message-text:#171717;--message-border:#e2e8f0;--message-avatar-bg:#81a1c1;--message-avatar-text:#fff;--message-username-text:#171717;--message-timestamp-text:#64748b;--message-input-bg:#fff;--message-input-text:#171717;--message-input-border:#e2e8f0;--message-input-border-focus:#5ababf;--message-input-bg-disabled:#f8fafc;--message-input-text-disabled:#64748b;--message-button-bg:#5ababf;--message-button-text:#fff;--message-button-bg-hover:#43a7ac;--message-button-text-hover:#fff;--message-button-bg-disabled:#94a3b8;--message-button-text-disabled:#fff;--alert-info-bg:#dbeafe;--alert-info-text:#1e40af;--alert-info-border:#93c5fd;--alert-warning-bg:#ffeaa7;--alert-warning-text:#6c5ce7;--alert-warning-border:#fdcb6e;--alert-success-bg:#dcfce7;--alert-success-text:#166534;--alert-success-border:#86efac;--alert-error-bg:#fecaca;--alert-error-text:#dc2626;--alert-error-border:#f87171;--form-bg:#fff;--form-text:#171717;--form-border:#e2e8f0;--form-input-bg:#fff;--form-input-text:#171717;--form-input-border:#e2e8f0;--form-input-border-focus:#5ababf;--form-input-bg-disabled:#f8fafc;--form-input-text-disabled:#64748b;--form-label-text:#171717;--form-help-text:#64748b;--form-error-text:#dc2626;--nav-bg:#fff;--nav-text:#171717;--nav-text-hover:#5ababf;--nav-border:#e2e8f0;--nav-item-bg:transparent;--nav-item-text:#171717;--nav-item-bg-hover:#f8fafc;--nav-item-text-hover:#5ababf;--nav-item-bg-active:#f8fafc;--nav-item-text-active:#5ababf;--nav-dropdown-bg:#fff;--nav-dropdown-text:#171717;--nav-dropdown-border:#e2e8f0;--nav-dropdown-shadow:rgba(0,0,0,.1);--status-online:#10b981;--status-away:#f59e0b;--status-busy:#ef4444;--status-offline:#6b7280;--landing-nav-bg:rgba(255,255,255,.95);--landing-nav-text:#64748b;--landing-nav-text-hover:#5ebbbc;--landing-nav-border:#e5e8eb;--landing-hero-bg:linear-gradient(135deg,#e0f7fa 0%,#fff8f3 50%,#f3e5f5 100%);--landing-hero-text:#1a202c;--landing-hero-text-muted:#64748b;--landing-badge-bg:#f8fafb;--landing-badge-border:#7fd4d5;--landing-badge-text:#4a9a9b;--landing-section-bg:#f8fafb;--landing-section-bg-alt:#fff;--landing-card-bg:#fff;--landing-card-border:#e5e8eb;--landing-card-border-hover:#7fd4d5;--landing-icon-error:#ff6b6b;--landing-icon-success:#10b981;--landing-footer-bg:#f8fafb;--landing-footer-text:#64748b;--landing-footer-border:#e5e8eb}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary-hover:#5ababf;--primary:#43a7ac;--secondary:#94a3b8;--border:#334155;--muted:#1a575a;--brand-light:#5ababf;--brand-dark:#43a7ac;--brand-contrast:#2d3748;--header-bg:#0c2931;--header-text:#f1f5f9;--header-text-hover:#5ababf;--header-border:#05161b;--header-button-bg:#5ababf;--header-button-text:#fff;--header-button-bg-hover:#43a7ac;--header-button-text-hover:#fff;--header-modal-bg:#1a575a;--header-modal-text:#f1f5f9;--header-modal-border:#334155;--footer-bg:#0c2931;--footer-text:#94a3b8;--footer-text-hover:#5ababf;--footer-border:#334155;--footer-button-bg:#5ababf;--footer-button-text:#fff;--footer-button-bg-hover:#43a7ac;--footer-button-text-hover:#fff;--content-bg:#0a0a0a;--content-text:#ededed;--content-text-hover:#5ababf;--content-border:#334155;--content-muted-bg:#1a575a;--content-muted-text:#94a3b8;--content-button-bg:#5ababf;--content-button-text:#fff;--content-button-bg-hover:#43a7ac;--content-button-text-hover:#fff;--content-button-secondary-bg:#334155;--content-button-secondary-text:#f1f5f9;--content-button-secondary-bg-hover:#475569;--content-button-secondary-text-hover:#f1f5f9;--content-card-bg:#1a575a;--content-card-text:#f1f5f9;--content-card-bg-hover:#334155;--content-card-text-hover:#f1f5f9;--content-card-border:#334155;--content-card-border-hover:#5ababf;--content-modal-bg:#1a575a;--content-modal-text:#f1f5f9;--content-modal-border:#334155;--content-modal-overlay:rgba(0,0,0,.8);--conversation-list-bg:#0c2931;--conversation-list-header-bg:#06181d;--conversation-list-header-text:#5ababf;--conversation-list-text:#fff;--conversation-list-text-hover:#fff;--conversation-list-border:#1f5558;--conversation-list-item-bg:transparent;--conversation-list-item-text:#fff;--conversation-list-item-bg-hover:#1a575a;--conversation-list-item-text-hover:#fff;--conversation-list-item-bg-active:#1a575a;--conversation-list-item-text-active:#fff;--conversation-list-item-border:transparent;--conversation-list-item-border-hover:#5ababf;--conversation-list-button-bg:#2d3748;--conversation-list-button-text:#fff;--conversation-list-button-bg-hover:rgba(255,255,255,.2);--conversation-list-button-text-hover:#fff;--conversation-list-meta-text:rgba(255,255,255,.8);--conversation-list-goal-text:rgba(255,255,255,.9);--message-bg:#0a0a0a;--message-text:#ededed;--message-border:#334155;--message-avatar-bg:#81a1c1;--message-avatar-text:#fff;--message-username-text:#f1f5f9;--message-timestamp-text:#94a3b8;--message-input-bg:#1a575a;--message-input-text:#f1f5f9;--message-input-border:#334155;--message-input-border-focus:#5ababf;--message-input-bg-disabled:#334155;--message-input-text-disabled:#94a3b8;--message-button-bg:#5ababf;--message-button-text:#fff;--message-button-bg-hover:#43a7ac;--message-button-text-hover:#fff;--message-button-bg-disabled:#475569;--message-button-text-disabled:#94a3b8;--alert-info-bg:#1e3a8a;--alert-info-text:#bfdbfe;--alert-info-border:#3b82f6;--alert-warning-bg:#92400e;--alert-warning-text:#fef3c7;--alert-warning-border:#f59e0b;--alert-success-bg:#14532d;--alert-success-text:#bbf7d0;--alert-success-border:#22c55e;--alert-error-bg:#991b1b;--alert-error-text:#fecaca;--alert-error-border:#ef4444;--form-bg:#0a0a0a;--form-text:#ededed;--form-border:#334155;--form-input-bg:#1a575a;--form-input-text:#f1f5f9;--form-input-border:#334155;--form-input-border-focus:#5ababf;--form-input-bg-disabled:#334155;--form-input-text-disabled:#94a3b8;--form-label-text:#f1f5f9;--form-help-text:#94a3b8;--form-error-text:#ef4444;--nav-bg:#0f172a;--nav-text:#f1f5f9;--nav-text-hover:#5ababf;--nav-border:#334155;--nav-item-bg:transparent;--nav-item-text:#f1f5f9;--nav-item-bg-hover:#1a575a;--nav-item-text-hover:#5ababf;--nav-item-bg-active:#1a575a;--nav-item-text-active:#5ababf;--nav-dropdown-bg:#1a575a;--nav-dropdown-text:#f1f5f9;--nav-dropdown-border:#334155;--nav-dropdown-shadow:rgba(0,0,0,.5);--status-online:#10b981;--status-away:#f59e0b;--status-busy:#ef4444;--status-offline:#6b7280;--landing-nav-bg:rgba(10,10,10,.95);--landing-nav-text:#94a3b8;--landing-nav-text-hover:#5ababf;--landing-nav-border:#334155;--landing-hero-bg:linear-gradient(135deg,#0c2931 0%,#1a202c 50%,#2d1b3e 100%);--landing-hero-text:#f1f5f9;--landing-hero-text-muted:#aebdd2;--landing-badge-bg:#1a575a;--landing-badge-border:#5ababf;--landing-badge-text:#7fd4d5;--landing-section-bg:#0a0a0a;--landing-section-bg-alt:#1a575a;--landing-card-bg:#1a575a;--landing-card-border:#334155;--landing-card-border-hover:#5ababf;--landing-icon-error:#ff6b6b;--landing-icon-success:#10b981;--landing-footer-bg:#0c2931;--landing-footer-text:#94a3b8;--landing-footer-border:#334155}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.header{border-bottom:1px solid var(--header-border);background:var(--header-bg);z-index:50;width:100%;position:-webkit-sticky;position:sticky;top:0}.container{width:100%;margin:0 auto;padding:0 2rem}.header-container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1400px}}.header-content{justify-content:space-between;align-items:center;height:4rem;display:flex}.logo{color:var(--header-text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.logo-svg{width:auto;height:2rem}.logo-icon{background:var(--primary);border-radius:var(--radius);color:#fff;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.nav-actions{align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--header-button-bg);color:var(--header-button-text);border-radius:var(--radius);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.btn-primary:hover{background:var(--header-button-bg-hover);color:var(--header-button-text-hover)}.user-menu{position:relative}.user-button{border-radius:var(--radius);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem;transition:background-color .2s;display:flex}.user-button:hover{background:var(--nav-item-bg-hover)}.avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:500;display:flex}.avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.dropdown{background:var(--nav-dropdown-bg);border:1px solid var(--nav-dropdown-border);border-radius:var(--radius);box-shadow:0 10px 15px -3px var(--nav-dropdown-shadow);z-index:50;min-width:12rem;margin-top:.5rem;position:absolute;top:100%;right:0}.dropdown-item{text-align:left;width:100%;color:var(--nav-dropdown-text);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s;display:block}.dropdown-item:hover{background:var(--nav-item-bg-hover)}.dropdown-header{border-bottom:1px solid var(--nav-dropdown-border);color:var(--nav-dropdown-text);padding:.75rem 1rem;font-size:.875rem}.dropdown-divider{background:var(--nav-dropdown-border);height:1px;margin:.5rem 0}.dropdown-new-team{color:var(--nav-dropdown-text);opacity:.85;font-weight:500}.dropdown-new-team:hover{opacity:1;background:var(--nav-item-bg-hover)}.dropdown-item-disabled:hover{background:0 0}.footer{background:var(--footer-bg);width:100%;padding:3rem 0}.footer-minimal{padding:1rem 0}.footer-grid{border-bottom:1px solid var(--footer-border);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:grid}.footer-section h3{color:var(--footer-text);margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-links a{color:var(--footer-text);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--footer-text-hover)}.footer-bottom{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:var(--footer-text);font-size:.875rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--footer-text);font-size:.875rem;transition:color .2s}.footer-bottom-links a:hover{color:var(--footer-text-hover)}.main-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}.btn-secondary{border:1px solid var(--content-border);border-radius:var(--radius);background:var(--content-button-secondary-bg);color:var(--content-button-secondary-text);padding:.75rem 2rem;font-size:1rem;text-decoration:none;transition:background-color .2s;display:inline-block}.btn-secondary:hover{background:var(--content-button-secondary-bg-hover);color:var(--content-button-secondary-text-hover)}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.team-card{border:1px solid var(--content-card-border);border-radius:var(--radius);background:var(--content-card-bg);color:var(--content-card-text);padding:1.5rem;text-decoration:none;transition:all .2s;display:block}.team-card:hover{border-color:var(--content-card-border-hover);background:var(--content-card-bg-hover);color:var(--content-card-text-hover);transform:translateY(-2px)}.hero{text-align:center;padding:4rem 0}.hero h1{margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.hero p{color:var(--content-muted-text);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.team-header{border-bottom:1px solid var(--content-border);padding:2rem 0}.team-title{margin:0;font-size:2.5rem;font-weight:700}.team-container{background:var(--muted);flex-direction:column;height:calc(100vh - 4rem);display:flex}.desktop-layout{background:var(--background);height:100%;display:flex}.sidebar{background:var(--conversation-list-bg);width:280px;color:var(--conversation-list-text);flex-direction:column;flex-shrink:0;height:100%;display:flex;overflow:hidden}.sidebar-header{background:var(--conversation-list-header-bg);color:var(--conversation-list-header-text);border-bottom:1px solid var(--conversation-list-border);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.sidebar-controls{gap:8px;display:flex}.btn-icon{color:var(--conversation-list-button-text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:12px;transition:background-color .2s}.btn-icon:hover{background:var(--conversation-list-button-bg-hover)}.btn-icon.active{background:#5e81ac}.chevron-btn{justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.chevron-btn svg{stroke-width:2px}.conversation-list{flex:1;padding:10px;overflow-y:auto}.conversation-item{cursor:pointer;background:var(--conversation-list-item-bg);color:var(--conversation-list-item-text);border-radius:6px;margin-bottom:8px;padding:12px 15px;text-decoration:none;transition:background-color .2s;display:block}.conversation-item:hover{background:var(--conversation-list-item-bg-hover);color:var(--conversation-list-item-text-hover)}.conversation-item.active{background:var(--conversation-list-item-bg-active);color:var(--conversation-list-item-text-active)}.conversation-title{margin-bottom:4px;font-size:14px;font-weight:600}.conversation-meta{color:var(--conversation-list-meta-text);margin-bottom:4px;font-size:12px}.conversation-goal{color:var(--conversation-list-goal-text);margin-top:4px;font-size:11px;font-style:italic;line-height:1.3}.conversation-filter{border-bottom:1px solid var(--conversation-list-border);gap:4px;padding:12px 16px;display:flex}.filter-btn{border:1px solid var(--conversation-list-border);border-radius:var(--radius);background:var(--conversation-list-item-bg);color:var(--conversation-list-item-text);cursor:pointer;text-align:center;flex:1;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.filter-btn:hover{background:var(--conversation-list-item-bg-hover);color:var(--conversation-list-item-text-hover);border-color:var(--conversation-list-item-border-hover)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.filter-toggle-container{align-items:center;gap:12px;font-size:12px;display:flex}.filter-label{color:var(--content-text);cursor:pointer;font-weight:500;transition:color .2s}.filter-slider{display:inline-block;position:relative}.filter-toggle-input{opacity:0;width:0;height:0}.filter-toggle-slider{background-color:var(--conversation-list-border);cursor:pointer;border-radius:20px;width:40px;height:20px;transition:background-color .3s;display:inline-block;position:relative}.filter-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:transform .3s;position:absolute;top:2px;left:2px}.filter-toggle-input:checked+.filter-toggle-slider{background-color:var(--primary)}.filter-toggle-input:checked+.filter-toggle-slider:before{transform:translate(20px)}.filter-toggle-slider:hover{background-color:var(--primary-hover)}.filter-toggle-input:checked+.filter-toggle-slider:hover{background-color:var(--primary)}.main-area{background:var(--content-bg);flex-direction:column;flex:1;height:100%;display:flex;overflow:auto}.breadcrumb-bar{justify-content:space-between;align-items:center;width:100%;font-size:14px;display:flex}.btn-toggle{cursor:pointer;background:0 0;border:none;border-radius:4px;margin-right:15px;padding:4px 8px;font-size:14px;transition:background-color .2s}.btn-toggle:hover,.btn-toggle.active{background:var(--content-muted-bg)}.btn-toggle.chevron-btn{width:24px;height:24px;color:var(--content-text-hover);justify-content:center;align-items:center;padding:0;display:flex}.btn-toggle.chevron-btn svg{stroke:var(--content-text-hover);stroke-width:2px}.breadcrumb-item{color:var(--content-text);cursor:pointer;text-decoration:none}.breadcrumb-item.current{cursor:default;font-weight:600}.breadcrumb-item:hover{color:var(--content-text);text-decoration:underline}.breadcrumb-separator{color:var(--content-muted-text)}.breadcrumb-trail,.breadcrumb-actions{align-items:center;gap:8px;display:flex}.breadcrumb-link{color:var(--content-text);cursor:pointer;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-current{color:var(--content-text);font-weight:600}.conversation-header{border-bottom:1px solid var(--content-border);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.conversation-header h3{color:var(--content-text);margin:0;font-size:1.25rem;font-weight:600}.thread-actions{gap:10px;display:flex}.btn{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:background-color .2s}.btn-small{padding:4px 8px;font-size:11px}.btn-primary:disabled{background:var(--message-button-bg-disabled);color:var(--message-button-text-disabled);cursor:not-allowed}.btn-secondary:disabled{background:var(--content-button-secondary-bg-hover);color:var(--content-muted-text);cursor:not-allowed}.locked-banner{background:var(--alert-warning-bg);color:var(--alert-warning-text);text-align:center;border-bottom:1px solid var(--alert-warning-border);padding:12px 20px;font-size:14px}.messages-area{background:var(--message-bg);flex:1;padding:20px;overflow-y:auto}.message{gap:12px;margin-bottom:20px;display:flex}.message .avatar{background:var(--message-avatar-bg);width:40px;height:40px;color:var(--message-avatar-text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex;position:relative}.ai-badge{background:#88c0d0;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;display:flex;position:absolute;top:-4px;right:-4px}.message-content{flex:1}.message-header{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.username{color:var(--message-username-text);font-size:14px;font-weight:600}.timestamp{color:var(--message-timestamp-text);font-size:12px}.message-text{color:var(--message-text);font-size:14px;line-height:1.5}.message--system{margin-bottom:16px}.message-content--system{border:1px solid var(--content-border);border-radius:var(--radius);background:var(--content-muted-bg);margin-left:0;padding:12px 16px}.message--system .username{color:var(--content-muted-text);font-size:13px;font-weight:500}.message--system .timestamp{color:var(--content-muted-text);opacity:.8}.message--system .message-text{color:var(--content-muted-text);margin-top:4px;font-size:13px}.landing-nav{background:var(--landing-nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--landing-nav-border);width:100%;padding:1.5rem 0;position:fixed;top:0}.landing-nav .nav-container{justify-content:space-between;align-items:center;display:flex}.landing-logo{color:#5ebbbc;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;display:flex}.landing-nav .nav-links{align-items:center;gap:2rem;display:flex}.landing-nav .nav-link{color:var(--landing-nav-text);font-weight:500;text-decoration:none;transition:color .3s}.landing-nav .nav-link:hover{color:var(--landing-nav-text-hover)}.landing-hero{background:var(--landing-hero-bg);padding:10rem 0 5rem;position:relative;overflow:hidden}.landing-hero:before{content:"";background:radial-gradient(circle,rgba(94,187,188,.1) 0%,transparent 70%);width:50%;height:150%;animation:20s ease-in-out infinite float;position:absolute;top:-50%;right:-25%}.landing-hero:after{content:"";background:radial-gradient(circle,rgba(255,107,107,.05) 0%,transparent 70%);width:50%;height:150%;animation:20s ease-in-out infinite reverse float;position:absolute;bottom:-50%;left:-25%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-30px)rotate(1deg)}66%{transform:translateY(30px)rotate(-1deg)}}.hero-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.hero-badge{background:var(--landing-badge-bg);border:1px solid var(--landing-badge-border);color:var(--landing-badge-text);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:.8s fadeInUp;display:inline-flex}.landing-hero h1{color:var(--landing-hero-text);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.8s .2s both fadeInUp}.gradient-text{background:linear-gradient(135deg,#5ebbbc 0%,#4a9a9b 50%,#7fd4d5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--landing-hero-text-muted);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.8;animation:.8s .4s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-container{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;animation:.8s .6s both fadeInUp;display:flex}.btn-xl{padding:1rem 2.5rem!important;font-size:1.125rem!important}.trust-indicators{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;animation:.8s .8s both fadeInUp;display:flex}.trust-item{color:#64748b;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.trust-icon{color:#10b981}.pain-section{background:var(--landing-section-bg-alt);padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--landing-hero-text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--landing-hero-text-muted);font-size:1.125rem}.pain-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.pain-grid{grid-template-columns:repeat(3,1fr)}}.pain-card{background:var(--landing-section-bg);border:1px solid var(--landing-card-border);border-radius:16px;padding:2rem;transition:all .3s}.pain-card:hover{border-color:var(--landing-card-border-hover);transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.pain-icon{color:var(--landing-icon-error);margin-bottom:1rem}.pain-title{color:var(--landing-hero-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.pain-description{color:var(--landing-hero-text-muted);line-height:1.6}.solution-section{background:var(--landing-section-bg);padding:5rem 0}.solution-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.solution-grid-reverse{margin-top:5rem}.solution-content h3{color:var(--landing-hero-text);margin-bottom:1rem;font-size:2rem}.solution-content p{color:var(--landing-hero-text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.feature-list{list-style:none}.feature-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.check-icon{color:var(--landing-icon-success);flex-shrink:0;margin-top:2px}.solution-image{background:var(--landing-section-bg-alt);border:1px solid var(--landing-card-border);border-radius:16px;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 25px rgba(0,0,0,.08),0 5px 10px rgba(0,0,0,.04)}.solution-image img{border-radius:8px;max-width:100%;height:auto}.comparison-container{background:var(--landing-card-bg);border:1px solid var(--landing-card-border);border-radius:16px;width:800px;margin:3rem auto;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.comparison-container img{width:100%;height:auto;display:block}.how-it-works{background:var(--landing-section-bg-alt);padding:5rem 0}.steps-grid{grid-template-columns:1fr;gap:3rem;margin-top:3rem;display:grid}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{text-align:center;padding:1.5rem}.step-number{color:#fff;background:#5ebbbc;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06)}.step-title{color:var(--landing-hero-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.step-description{color:var(--landing-hero-text-muted);line-height:1.6}.cta-section{background:var(--landing-hero-bg);text-align:center;padding:6rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";opacity:.5;background:linear-gradient(rgba(94,187,188,.08) 0%,rgba(255,255,255,0) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.cta-content{z-index:1;position:relative}.cta-title{color:var(--landing-hero-text);margin-bottom:1rem;font-size:3rem;font-weight:700}.cta-subtitle{color:var(--landing-hero-text-muted);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.api-note{color:var(--landing-hero-text-muted);text-align:center;margin-top:1rem;font-size:.875rem}.landing-footer{background:var(--landing-footer-bg);border-top:1px solid var(--landing-footer-border);text-align:center;color:var(--landing-footer-text);padding:3rem 0}.landing-footer .footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.landing-footer .footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.landing-footer .footer-link{color:var(--landing-footer-text);text-decoration:none;transition:color .3s}.landing-footer .footer-link:hover{color:#5ebbbc}.fade-in-scroll{opacity:1;transition:all .6s;transform:translateY(0)}.fade-in-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.landing-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.solution-grid{grid-template-columns:1fr}.landing-nav .nav-links{display:none}.trust-indicators{flex-direction:column;gap:1rem}.cta-title,.section-title{font-size:2rem}.pricing-featured{transform:scale(1)}.landing-footer .footer-content{flex-direction:column}}.message-text p{margin:0 0 12px}.message-text p:last-child{margin-bottom:0}.message-text ul,.message-text ol{margin:8px 0 12px;padding-left:20px}.message-text li{margin-bottom:4px}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{color:var(--message-text);margin:16px 0 8px;font-weight:600}.message-text h1{font-size:18px}.message-text h2{font-size:16px}.message-text h3{font-size:15px}.message-text h4,.message-text h5,.message-text h6{font-size:14px}.message-text blockquote{border-left:3px solid var(--primary);background:var(--content-muted-bg);margin:12px 0;padding:8px 12px;font-style:italic}.message-text code{background:var(--content-muted-bg);border-radius:3px;padding:2px 4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px}.message-text pre{background:var(--content-muted-bg);border-radius:6px;margin:12px 0;padding:12px;overflow-x:auto}.message-text pre code{background:0 0;padding:0}.message-text a{color:var(--primary);text-decoration:underline}.message-text a:hover{color:var(--primary-hover)}.message-text strong{font-weight:600}.message-text em{font-style:italic}.message-input{border-top:1px solid var(--message-border);background:var(--message-bg);padding:20px}.input-wrapper{align-items:flex-end;gap:12px;display:flex}.input-field{border:1px solid var(--message-input-border);resize:vertical;background:var(--message-input-bg);min-height:44px;color:var(--message-input-text);border-radius:6px;flex:1;padding:12px;font-family:inherit;font-size:14px}.input-field:focus{border-color:var(--message-input-border-focus);outline:none}.input-field:disabled{background:var(--message-input-bg-disabled);color:var(--message-input-text-disabled);cursor:not-allowed}.welcome-area{background:var(--content-bg);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.welcome-content{text-align:center;max-width:500px}.welcome-content h1{color:var(--content-text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.welcome-content p{color:var(--content-muted-text);margin-bottom:2rem;font-size:1.125rem}.welcome-stats{justify-content:center;gap:3rem;margin-bottom:2rem;display:flex}.stat{text-align:center}.stat-number{color:var(--content-text-hover);margin-bottom:.25rem;font-size:2rem;font-weight:700;display:block}.stat-label{color:var(--content-muted-text);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.welcome-instruction{margin-bottom:0!important;font-size:1rem!important}@media (max-width:768px){.container{padding:0 .75rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.team-title{font-size:2rem}.user-button span{display:none}.desktop-layout{flex-direction:column}.sidebar{width:100%;height:50vh}.sidebar-collapsed{height:auto;min-height:auto}.welcome-stats{gap:2rem}.welcome-content h1{font-size:2rem}}.page-header{background:var(--content-bg);border-bottom:1px solid var(--content-border);padding:2rem 0}.page-header-content{max-width:1400px;margin:0 auto;padding:0 2rem}.page-title{color:var(--content-text);margin-bottom:.5rem;font-size:2rem;font-weight:700}.page-subtitle{color:var(--content-muted-text);margin:0;font-size:1rem}.page-content{background:var(--content-bg);flex:1;padding:2rem 0}.settings-grid{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.settings-card{background:var(--content-card-bg);border:1px solid var(--content-card-border);border-radius:var(--radius);padding:2rem;transition:border-color .2s}.settings-card:hover{border-color:var(--content-card-border-hover)}.settings-card-title{color:var(--content-text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.card-actions{border-top:1px solid var(--content-border);justify-content:flex-end;margin-top:2rem;padding-top:1rem;display:flex}.settings-container{background:var(--content-bg);max-width:800px;margin:0 auto;padding:2rem}.settings-header{border-bottom:1px solid var(--content-border);margin-bottom:2rem;padding-bottom:1rem}.settings-header h1{color:var(--content-text);margin-bottom:.5rem;font-size:2rem;font-weight:700}.settings-subtitle{color:var(--content-muted-text);font-size:1rem}.settings-content{flex-direction:column;gap:3rem;display:flex}.settings-section{background:var(--content-card-bg);border:1px solid var(--content-card-border);border-radius:var(--radius);padding:2rem}.settings-section h2{color:var(--content-text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.error-text{color:var(--alert-error-text);margin-top:.5rem}.settings-form{flex-direction:column;gap:1.5rem;display:flex}.form-field{flex-direction:column;gap:.5rem;display:flex}.field-label{color:var(--form-label-text);font-size:.875rem;font-weight:600}.required-marker{color:var(--alert-error-text);margin-left:.25rem}.field-wrapper{align-items:center;display:flex;position:relative}.field-input{border:1px solid var(--form-input-border);border-radius:var(--radius);background:var(--form-input-bg);width:100%;color:var(--form-input-text);padding:.75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.field-input:focus{border-color:var(--form-input-border-focus);outline:none;box-shadow:0 0 0 3px rgba(90,186,191,.1)}.field-input:disabled{background:var(--form-input-bg-disabled);color:var(--form-input-text-disabled);cursor:not-allowed}.field-input.success{border-color:var(--status-online)}.field-input.error{border-color:var(--alert-error-border)}.field-input textarea{resize:vertical;min-height:80px}.form-textarea{border:1px solid var(--content-border);border-radius:var(--radius);resize:vertical;background:var(--content-bg);width:100%;min-height:120px;color:var(--content-text);padding:.75rem;font-family:inherit;font-size:.875rem}.form-textarea:focus{border-color:var(--content-button-bg);outline:none;box-shadow:0 0 0 2px rgba(90,186,191,.1)}.field-status{align-items:center;display:flex;position:absolute;right:.75rem}.status-icon{animation:none}.status-icon.checking{animation:1s linear infinite spin}.status-icon.success{color:var(--status-online)}.status-icon.error{color:var(--alert-error-text)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.field-help{flex-direction:column;gap:.25rem;display:flex}.field-help-text{color:var(--form-help-text);font-size:.75rem}.field-status-message{font-size:.75rem}.field-status-message.success{color:var(--status-online)}.field-status-message.error{color:var(--alert-error-text)}.field-error{color:var(--form-error-text);font-size:.75rem}.char-counter{justify-content:flex-end;margin-top:.25rem;display:flex}.char-counter span{color:var(--content-muted-text);font-size:.75rem;font-style:italic}.char-counter--error span{color:var(--alert-error-text)}.form-actions{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.btn-primary{background:var(--content-button-bg);color:var(--content-button-text)}.btn-primary:hover:not(.btn-disabled){background:var(--content-button-bg-hover);color:var(--content-button-text-hover)}.btn-secondary{background:var(--content-button-secondary-bg);color:var(--content-button-secondary-text);border:1px solid var(--content-border)}.btn-secondary:hover:not(.btn-disabled){background:var(--content-button-secondary-bg-hover);color:var(--content-button-secondary-text-hover)}.btn-ghost{color:var(--content-text);background:0 0;border:1px solid transparent}.btn-ghost:hover:not(.btn-disabled){background:var(--content-card-bg-hover);border-color:var(--content-border)}.btn-danger{background:var(--alert-error-bg);color:var(--alert-error-text);border:1px solid var(--alert-error-border)}.btn-danger:hover:not(.btn-disabled){background:var(--alert-error-text);color:#fff}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-disabled{opacity:.5;cursor:not-allowed}.btn-loading{color:transparent;position:relative}.btn-spinner{animation:1s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-icon,.btn-text{align-items:center;display:flex}.alert{border-radius:var(--radius);border:1px solid;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding:1rem;display:flex}.alert-success{background:var(--alert-success-bg);color:var(--alert-success-text);border-color:var(--alert-success-border)}.alert-error{background:var(--alert-error-bg);color:var(--alert-error-text);border-color:var(--alert-error-border)}.alert-warning{background:var(--alert-warning-bg);color:var(--alert-warning-text);border-color:var(--alert-warning-border)}.alert-info{background:var(--alert-info-bg);color:var(--alert-info-text);border-color:var(--alert-info-border)}.alert-content{flex:1;align-items:flex-start;gap:.75rem;display:flex}.alert-icon{flex-shrink:0;margin-top:.125rem}.alert-message{flex:1;font-size:.875rem;line-height:1.5}.alert-dismiss{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;margin-left:1rem;padding:0;transition:opacity .2s}.alert-dismiss:hover{opacity:1}.dropdown-wrapper{display:inline-block;position:relative}.dropdown-trigger{cursor:pointer;background:0 0;border:none;padding:0}.dropdown-menu{background:var(--nav-dropdown-bg);border:1px solid var(--nav-dropdown-border);border-radius:var(--radius);box-shadow:0 10px 15px -3px var(--nav-dropdown-shadow);z-index:50;min-width:12rem;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%}.dropdown-menu-right{right:0}.dropdown-menu-left{left:0}.dropdown-item{text-align:left;width:100%;color:var(--nav-dropdown-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s;display:flex}.dropdown-item:hover:not(.dropdown-item-disabled){background:var(--nav-item-bg-hover)}.dropdown-item-danger{color:var(--alert-error-text)}.dropdown-item-disabled{opacity:.5;cursor:not-allowed}.dropdown-item-icon{flex-shrink:0;align-items:center;display:flex}.dropdown-item-label{flex:1}.members-section{flex-direction:column;gap:2rem;display:flex}.invite-section{border-bottom:1px solid var(--content-border);padding-bottom:2rem}.invite-section h3{color:var(--content-text);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.invite-form{flex-direction:column;gap:1rem;display:flex}.invite-inputs{grid-template-columns:2fr 1fr;align-items:end;gap:1rem;display:grid}.role-select-field{flex-direction:column;gap:.5rem;display:flex}.role-select{border:1px solid var(--form-input-border);border-radius:var(--radius);background:var(--form-input-bg);color:var(--form-input-text);cursor:pointer;padding:.75rem;font-size:.875rem}.role-select:focus{border-color:var(--form-input-border-focus);outline:none;box-shadow:0 0 0 3px rgba(90,186,191,.1)}.members-list h3{color:var(--content-text);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.members-grid{flex-direction:column;gap:1rem;display:flex}.member-card{border:1px solid var(--content-card-border);border-radius:var(--radius);background:var(--content-card-bg);justify-content:space-between;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.member-card:hover{background:var(--content-card-bg-hover)}.member-info{flex:1;align-items:center;gap:1rem;display:flex}.member-avatar{flex-shrink:0}.member-details{flex-direction:column;gap:.25rem;display:flex}.member-name-row{align-items:center;gap:.5rem;display:flex}.member-name{color:var(--content-text);font-size:.875rem;font-weight:600}.member-email{color:var(--content-muted-text);font-size:.75rem}.member-meta{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.member-role{color:var(--content-muted-text);font-size:.75rem}.role-icon{flex-shrink:0}.role-icon.owner{color:#f59e0b}.role-icon.admin{color:var(--primary)}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:500}.status-badge.active{background:var(--alert-success-bg);color:var(--alert-success-text)}.status-badge.pending{background:var(--alert-warning-bg);color:var(--alert-warning-text)}.status-badge.suspended{background:var(--alert-error-bg);color:var(--alert-error-text)}.new-conversation-btn{text-align:left;opacity:.8;background:0 0;border:none;width:100%;margin-top:.5rem;font-style:italic}.new-conversation-btn:hover{opacity:1;font-style:normal}@media (max-width:768px){.settings-container{padding:1rem}.settings-section{padding:1.5rem}.form-actions{flex-direction:column}.invite-inputs{grid-template-columns:1fr}.member-card{flex-direction:column;align-items:flex-start;gap:1rem}.member-info{width:100%}}.beta-signup-inputs{align-items:stretch;gap:.5rem;display:flex}@media (max-width:768px){.beta-signup-inputs{flex-direction:column;gap:1rem}}
