@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#1b4332;background-color:#f7f9fb;--color-primary: #2e6b59;--color-primary-dark: #1b4332;--shadow-soft: 0 12px 24px rgba(27, 67, 50, .12)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(160deg,#f0f8f4,#fff 60%,#f3faf6)}#root{min-height:100vh}.chat-header{display:flex;align-items:center;justify-content:space-between;background:#ffffffe6;padding:16px 20px;border-radius:20px;box-shadow:var(--shadow-soft)}.chat-brand{display:flex;align-items:center;gap:14px}.chat-brand img{width:48px;height:48px;object-fit:contain}.chat-brand h1{margin:0;font-size:1.4rem;font-weight:700}.chat-actions{display:flex;align-items:center;gap:12px}.chat-title{font-weight:600;color:var(--color-primary-dark)}.chat-actions button{background:#2e6b5914;border:none;border-radius:12px;padding:8px 14px;color:var(--color-primary-dark);font-weight:600;cursor:pointer;transition:background .2s ease}.chat-actions button:hover{background:#2e6b5926}.chat-actions .chat-logout{background:transparent}.message-feedback{display:inline-flex;gap:8px;align-items:center}.feedback-button{background:#1b433214;border:none;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:.95rem;line-height:1;transition:transform .15s ease,background .2s ease}.feedback-button:hover{transform:translateY(-1px);background:#1b433226}.feedback-button.active{background:var(--color-primary);color:#fff}.chat-logout{background:transparent;border:none;color:var(--color-primary);font-weight:600;cursor:pointer}.chat-main{flex:1;background:#ffffffeb;border-radius:24px;padding:20px;box-shadow:var(--shadow-soft);display:flex}.chat-window{flex:1;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.chat-message{display:flex;flex-direction:column;align-self:flex-start;gap:6px}.chat-message.user{align-self:flex-end;align-items:flex-end}.message-bubble{max-width:80%;background:#f1f5f2;padding:12px 16px;border-radius:18px;color:#1c352a;font-size:.95rem;display:grid;gap:10px}.message-bubble.user{background:var(--color-primary);color:#fff}.message-content{white-space:pre-line}.message-sources{background:#2e6b5914;border-radius:14px;padding:10px 12px}.message-meta{font-size:.75rem;color:#1b43328c;margin-top:6px;text-align:right}.loading-bubble{align-self:flex-start;background:#fff;border-radius:18px 18px 18px 6px;padding:12px 16px;box-shadow:var(--shadow-soft)}.chat-footer{display:flex;flex-direction:column;gap:12px;margin:0 24px 24px}.chat-input-simple{display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:24px;padding:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(46,107,89,.12)}.chat-input-simple textarea{width:100%;border:none;border-radius:14px;background:#f1f5f2e6;padding:14px 16px;font-size:1rem;resize:none;min-height:80px;color:#1b4332}.chat-input-simple textarea:focus{outline:2px solid rgba(46,107,89,.35);background:#fff}.chat-error{display:flex;justify-content:space-between;align-items:center;background:#c0392b1f;color:#c0392b;border-radius:12px;padding:10px 14px;font-size:.9rem}.chat-error button{background:transparent;border:none;color:#c0392b;font-weight:600;cursor:pointer}.chat-input-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.chat-input-tools{position:relative;display:flex;align-items:center}.chat-icon-button{width:36px;height:36px;border-radius:18px;border:none;background:#2e6b591f;color:var(--color-primary-dark);font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease}.chat-icon-button:hover{background:#2e6b592e;transform:translateY(-1px)}.chat-media-menu{position:absolute;top:-8px;left:44px;transform:translateY(-100%);background:#fff;border-radius:16px;box-shadow:0 12px 32px #17332729;padding:12px;display:grid;gap:8px;min-width:180px;z-index:20}.chat-media-menu button{background:transparent;border:none;text-align:left;font-size:.95rem;color:var(--color-primary-dark);padding:6px 4px;border-radius:10px;cursor:pointer;transition:background .2s ease}.chat-media-menu button:hover{background:#2e6b5914}.loading-bubble{display:inline-flex;align-items:center;gap:6px;background:#ffffffeb;border-radius:18px;padding:12px 16px;max-width:70%;box-shadow:var(--shadow-soft)}.loading-bubble .loading-dot{width:8px;height:8px;background:var(--color-primary);border-radius:999px;animation:loadingBubble 1s infinite ease-in-out}.loading-bubble .loading-dot:nth-child(2){animation-delay:.15s}.loading-bubble .loading-dot:nth-child(3){animation-delay:.3s}@keyframes loadingBubble{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}.chat-user-meta{font-size:.85rem;color:#1b433299;text-align:right}.screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;background:#ffffffe6;border-radius:20px;margin:24px;box-shadow:var(--shadow-soft)}.progress-bar{width:100%;height:8px;background:#1b433226;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--color-primary);border-radius:999px;transition:width .3s ease}.sources,.followups{margin-top:16px;background:#ffffffeb;border-radius:18px;padding:16px;box-shadow:var(--shadow-soft)}.sources-header,.followups-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:var(--color-primary-dark);font-weight:600;font-size:.95rem;cursor:pointer;padding:0}.sources-list{list-style:none;padding:12px 0 0;margin:0;display:grid;gap:10px}.sources-item{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:14px;background:#f1f5f2cc}.sources-link{color:var(--color-primary);font-weight:600;text-decoration:underline;word-break:break-word}.sources-meta{display:flex;gap:12px;font-size:.75rem;color:#1b4332a6}.sources-description{margin:0;color:#1b4332b3;font-size:.9rem}.followups-list{display:flex;flex-direction:column;gap:10px;padding-top:12px}.followups-item{background:var(--color-primary);color:#fff;border:none;border-radius:14px;padding:10px 14px;font-weight:600;text-align:left;cursor:pointer}.followups-item:hover{background:#2e6b59d9}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:10px 22px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.button:disabled{opacity:.6;cursor:not-allowed}.signin-screen,.signup-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#f0f8f4,#fff 60%,#f3faf6)}.signin-card,.signup-card{width:min(420px,100%);background:#fffffff5;border-radius:28px;padding:36px 32px 40px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:24px}.signin-brand,.signup-brand{display:flex;align-items:center;gap:16px}.signin-brand h1,.signup-brand h1{margin:0;font-size:1.9rem;color:var(--color-primary-dark);letter-spacing:-.5px}.signin-logo,.signup-logo{width:56px;height:56px;object-fit:contain}.signin-form,.signup-form{display:flex;flex-direction:column;gap:18px}.signin-label,.signup-label{display:flex;flex-direction:column;gap:6px;font-size:.95rem;color:#1b4332cc;font-weight:600}.signin-label input,.signup-label input{border:none;border-radius:14px;background:#f1f5f2d9;padding:14px 16px;font-size:1rem;color:#1b4332}.signin-label input:focus,.signup-label input:focus{outline:2px solid rgba(46,107,89,.35);background:#fff}.signin-password-field{display:flex;align-items:center;gap:10px;border-radius:14px;background:#f1f5f2d9;padding:0 12px}.signin-password-field input{flex:1;border:none;background:transparent;padding:14px 4px;font-size:1rem;color:#1b4332}.signin-password-field input:focus{outline:none}.signin-password-field button{background:#2e6b591f;color:var(--color-primary-dark);border:none;border-radius:999px;padding:6px 12px;font-weight:600;cursor:pointer}.signin-error,.signup-error{background:#c0392b1f;color:#c0392b;border-radius:12px;padding:12px 14px;font-size:.9rem}.signin-button,.signup-button{background:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:12px 16px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 14px 30px #2e6b5940}.signin-button:disabled,.signup-button:disabled{opacity:.6;cursor:not-allowed}.signin-links{display:flex;justify-content:flex-start}.signin-links button,.signin-footer button,.signup-link{background:transparent;border:none;color:var(--color-primary);font-weight:600;cursor:pointer}.signin-footer{display:flex;gap:6px;justify-content:center;font-size:.95rem;color:#1b4332b3}.signup-link{font-size:.95rem;align-self:center}.forgot-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#f0f8f4,#fff 60%,#f3faf6)}.forgot-card{width:min(420px,100%);background:#fffffff5;border-radius:28px;padding:36px 32px 40px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:20px}.forgot-brand{display:flex;align-items:center;gap:16px}.forgot-brand h1{margin:0;font-size:1.8rem;color:var(--color-primary-dark)}.forgot-logo{width:56px;height:56px;object-fit:contain}.forgot-description{margin:0;font-size:.95rem;color:#1b4332bf;line-height:1.5}.forgot-form{display:flex;flex-direction:column;gap:16px}.forgot-label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#1b4332cc}.forgot-label input{border:none;border-radius:14px;background:#f1f5f2d9;padding:14px 16px;font-size:1rem;color:#1b4332}.forgot-label input:focus{outline:2px solid rgba(46,107,89,.35);background:#fff}.forgot-button{background:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:12px 16px;font-weight:600;cursor:pointer;box-shadow:0 14px 30px #2e6b5940}.forgot-confirmation{background:#2e6b591f;color:var(--color-primary-dark);border-radius:12px;padding:12px 14px;font-size:.9rem}.forgot-link{background:transparent;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;align-self:center}.reset-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#f0f8f4,#fff 60%,#f3faf6)}.reset-card{width:min(460px,100%);background:#fffffff5;border-radius:28px;padding:36px 32px 40px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:20px}.reset-description{margin:0;font-size:.95rem;color:#1b4332bf;line-height:1.5}.reset-form{display:flex;flex-direction:column;gap:16px}.reset-label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#1b4332cc}.reset-label input{border:none;border-radius:14px;background:#f1f5f2d9;padding:14px 16px;font-size:1rem;color:#1b4332}.reset-label input:focus{outline:2px solid rgba(46,107,89,.35);background:#fff}.reset-requirements{display:flex;flex-direction:column;gap:8px;background:#f1f5f2b8;border-radius:16px;padding:12px 16px;font-size:.9rem;color:#1b4332bf}.reset-requirements ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.reset-requirements li.met{color:var(--color-primary);font-weight:600}.reset-error{background:#c0392b1f;color:#c0392b;border-radius:12px;padding:12px 14px;font-size:.9rem}.reset-button{background:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:12px 16px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 14px 30px #2e6b5940}.reset-button:disabled{opacity:.6;cursor:not-allowed}.reset-link{background:transparent;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;align-self:center}@media (max-width: 720px){.reset-card{padding:28px 20px 32px;gap:20px}}.verify-screen{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:24px;background:linear-gradient(160deg,#f0f8f4,#fff 60%,#f3faf6)}.verify-card{width:min(460px,100%);background:#fffffff5;border-radius:28px;padding:36px 32px 40px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:20px;text-align:center}.verify-card.verifying{gap:12px;font-weight:600;color:var(--color-primary)}.verify-description{margin:0;font-size:.95rem;color:#1b4332bf;line-height:1.5}.verify-note{margin:0;font-size:.9rem;color:#1b4332a6}.verify-button{background:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:12px 16px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 14px 30px #2e6b5940}.verify-button:disabled{opacity:.6;cursor:not-allowed}.verify-success{background:#2e6b591f;color:var(--color-primary-dark);border-radius:12px;padding:12px 14px;font-size:.9rem}.verify-error{background:#c0392b1f;color:#c0392b;border-radius:12px;padding:12px 14px;font-size:.9rem}.verify-link{background:transparent;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;align-self:center}.landing-screen{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(160deg,#f0f8f4,#fff,#f3faf6);overflow:hidden}.landing-logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px}.landing-logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-logo img{width:100%;height:100%;object-fit:contain}.landing-brand{font-size:1.875rem;font-weight:700;color:var(--color-primary);white-space:nowrap}.landing-actions{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:16px 24px;border-top:1px solid rgba(27,67,50,.1);display:flex;flex-direction:column;gap:12px;align-items:center;z-index:10}.landing-button{width:100%;max-width:400px;border-radius:16px;padding:16px 24px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease}.landing-button.primary{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.landing-button.primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.landing-button.ghost{background:#f6f6f6;color:var(--color-primary);border:1px solid rgba(27,67,50,.2)}.landing-button.ghost:hover{background:#e8e8e8;border-color:#1b43324d}@media (max-width: 720px){.landing-brand{font-size:1.5rem}.landing-actions{bottom:48px}}.form-selection{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:48px 24px}.form-selection.loading{justify-content:center}.form-selection h1{margin:0 0 40px;font-size:1.5rem;font-weight:700;color:#374151;text-align:center}.form-selection-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 0;width:100%;max-width:600px}.form-selection-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:48%;aspect-ratio:1;padding:8px;border:none;border-radius:16px;background:#f3f4f6;cursor:pointer;transition:background .2s ease}.form-selection-card:hover{background:#e5e7eb}.form-selection-card img{width:80px;height:80px;object-fit:contain}.form-selection-card span{font-size:1.25rem;font-weight:600;color:#374151;text-align:center;margin-top:16px}.form-selection-link{background:transparent;border:none;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:underline;margin-top:32px}.spinner{width:48px;height:48px;border-radius:999px;border:4px solid rgba(46,107,89,.2);border-top-color:var(--color-primary);animation:spin .8s linear infinite}@media (max-width: 600px){.form-selection{padding:24px}.form-selection h1{font-size:1.5rem;margin-bottom:40px}.form-selection-grid{gap:16px 0}.form-selection-card{width:48%;padding:8px}}.chat-date-separator{display:flex;justify-content:center;align-items:center;margin:12px 0;color:#1b433299;font-size:.85rem}.chat-date-separator span{background:#f1f5f2e6;padding:4px 12px;border-radius:999px}.message-actions{display:flex;flex-wrap:wrap;gap:8px}.message-action-button{background:#2e6b5914;border:none;border-radius:999px;padding:6px 12px;color:var(--color-primary-dark);font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.message-action-button:hover{background:#2e6b5926;transform:translateY(-1px)}.chat-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#11221b59;display:flex;justify-content:center;align-items:center;padding:24px;z-index:50}.chat-modal-content{width:min(520px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 20px 40px #00000026;padding:24px;display:flex;flex-direction:column;gap:16px}.chat-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.chat-modal-header h2{margin:0;font-size:1.15rem;color:var(--color-primary-dark)}.chat-modal-close{background:transparent;border:none;color:var(--color-primary);font-weight:600;cursor:pointer}.chat-modal-body{display:flex;flex-direction:column;gap:12px;color:#163424;font-size:.95rem}.chat-modal-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.chat-avatar:hover{background:var(--color-primary-dark)}.chat-upload-pill{display:inline-flex;align-items:center;gap:6px;background:#2e6b591f;color:var(--color-primary-dark);padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.chat-upload-pill button{background:transparent;border:none;color:inherit;cursor:pointer;font-size:.85rem}.chat-document-list{display:grid;gap:8px;margin-bottom:12px}.chat-document-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:#2e6b5914}.chat-document-name{font-weight:600;color:var(--color-primary-dark)}.chat-document-meta{font-size:.75rem;opacity:.7}.chat-document-item button{margin-left:auto;background:transparent;border:none;color:var(--color-primary-dark);font-size:.9rem;cursor:pointer}.chat-screen{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f3faf6,#fff 80%)}.chat-top-bar{display:flex;align-items:center;padding:16px 24px;gap:16px}.chat-top-spacer{flex:1}.chat-top-actions{display:flex;align-items:center;gap:12px}.chat-main-card{flex:1;margin:0 24px;background:#ffffffeb;border-radius:28px 28px 0 0;padding:24px 24px 16px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.profile-screen{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:40px 16px;background:linear-gradient(180deg,#f3faf6,#fff 80%)}.profile-card{width:min(420px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 36px #1733272e;display:grid;gap:16px;justify-items:center}.profile-avatar{width:72px;height:72px;border-radius:999px;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.profile-email{color:#1b4332b3;margin:0}.profile-error{width:100%;background:#c0392b1f;color:#c0392b;border-radius:12px;padding:10px 14px;text-align:center}.profile-message{width:100%;background:#2e6b591f;color:var(--color-primary-dark);border-radius:12px;padding:10px 14px;text-align:center}.profile-logout{width:100%;border:none;border-radius:16px;background:var(--color-primary);color:#fff;padding:14px 16px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.profile-logout:disabled{opacity:.7;cursor:not-allowed}.profile-logout:not(:disabled):hover{background:var(--color-primary-dark)}.chat-top-left{display:flex;align-items:center;gap:12px}.chat-status-indicator{display:flex;align-items:center;gap:6px;color:#1b4332b3;font-size:.9rem;font-weight:500}.chat-status-dot{width:8px;height:8px;border-radius:999px;background:var(--color-primary);box-shadow:0 0 0 4px #2e6b5926}.chat-action-button{border:none;border-radius:18px;padding:10px 16px;background:var(--color-primary);color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}.chat-action-button:hover{background:var(--color-primary-dark)}.completion-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px}.completion-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:800px;width:100%;padding:48px 24px}.completion-thank-you{text-align:center;font-size:2rem;font-weight:700;color:#1b4332;margin:0 0 40px;line-height:1.4}.completion-images{display:flex;justify-content:center;align-items:center;margin-bottom:40px;position:relative;width:100%;max-width:600px;height:300px}.completion-image{width:300px;height:300px;object-fit:contain;position:absolute}.completion-image-woman{left:50%;margin-left:-100px;z-index:1}.completion-image-man{right:50%;margin-right:-100px;z-index:0}.completion-ready{text-align:center;font-size:2rem;font-weight:700;color:#1b4332;margin:0 0 16px}.completion-button{background:var(--color-primary);color:#fff;border:none;border-radius:16px;padding:16px 48px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s ease}.completion-button:hover{background:var(--color-primary-dark)}.verify-email-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px}.verify-email-container{background:#fff;border-radius:24px;padding:32px;box-shadow:var(--shadow-soft);max-width:400px;width:100%;text-align:center}.verify-email-icon-container{display:flex;justify-content:center;margin-bottom:24px}.verify-email-icon{width:64px;height:64px;border-radius:999px;display:flex;align-items:center;justify-content:center}.verify-email-icon-success{background:#2e6b591a}.verify-email-icon-loading{background:#3b82f61a}.verify-email-icon-error{background:#c0392b1a}.verify-email-symbol{font-size:2rem;font-weight:700}.verify-email-symbol-success{color:var(--color-primary)}.verify-email-symbol-error{color:#c0392b}.verify-email-title{font-size:1.125rem;font-weight:600;color:#1b4332;margin:0 0 8px}.verify-email-message{color:#1b4332b3;text-align:center;margin:0 0 32px;line-height:1.5}.verify-email-button{width:100%;background:var(--color-primary);color:#fff;border:none;border-radius:16px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.verify-email-button:hover{background:var(--color-primary-dark)}.email-verification-required-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px}.email-verification-required-container{display:flex;flex-direction:column;align-items:center;max-width:500px;width:100%}.email-verification-required-card{background:#fff;border-radius:24px;padding:32px;box-shadow:var(--shadow-soft);width:100%;margin-bottom:16px}.email-verification-required-title{color:#1b4332b3;text-align:center;margin:0 0 24px;line-height:1.5}.email-verification-required-email-box{background:#1b43320d;border-radius:16px;padding:16px;margin-bottom:24px}.email-verification-required-email-label{display:block;color:#1b4332b3;font-size:.875rem;margin-bottom:4px}.email-verification-required-email-value{display:block;color:#1b4332;font-size:1rem;font-weight:500}.email-verification-required-instructions{color:#1b4332b3;text-align:center;margin:0 0 32px;line-height:1.5}.email-verification-required-resend-button{width:100%;background:var(--color-primary);color:#fff;border:none;border-radius:16px;padding:16px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px}.email-verification-required-resend-button:disabled,.email-verification-required-resend-button-loading{opacity:.6;cursor:not-allowed}.email-verification-required-resend-button:not(:disabled):hover{background:var(--color-primary-dark)}.email-verification-required-not-received{color:#1b4332b3;text-align:center;font-size:.875rem;margin:0 0 16px}.email-verification-required-success{background:#2e6b591f;color:var(--color-primary-dark);border-radius:12px;padding:12px 16px;text-align:center;font-size:.9rem;margin-bottom:16px}.email-verification-required-error{background:#c0392b1f;color:#c0392b;border-radius:12px;padding:12px 16px;text-align:center;font-size:.9rem;margin-bottom:16px}.email-verification-required-signout-button{background:#1b43321a;color:#1b4332b3;border:none;border-radius:16px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.email-verification-required-signout-button:hover{background:#1b433226}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:999px;animation:spin .6s linear infinite}.welcome-back-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px}.welcome-back-container{max-width:500px;width:100%}.welcome-back-title{font-size:2.25rem;font-weight:600;color:#1b4332e6;margin:0 0 24px;line-height:1.2;text-align:left}.welcome-back-description{color:#1b4332b3;text-align:left;margin:0 0 24px;line-height:1.5}.welcome-back-user-box{background:#1b43320d;border-radius:16px;padding:16px;margin-bottom:24px}.welcome-back-user-name{display:block;color:#1b4332;font-size:1rem;font-weight:500;margin-bottom:4px}.welcome-back-user-email{display:block;color:#1b4332b3;font-size:.875rem}.welcome-back-activate-button{width:100%;background:var(--color-primary);color:#fff;border:none;border-radius:16px;padding:16px 24px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px}.welcome-back-activate-button:not(:disabled):hover{background:var(--color-primary-dark)}.welcome-back-activate-button:disabled,.welcome-back-activate-button-loading{opacity:.6;cursor:not-allowed}.welcome-back-signout-button{width:100%;background:transparent;color:#1b4332b3;border:none;padding:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s ease;text-align:center}.welcome-back-signout-button:hover{color:#1b4332}.multi-step-form-screen{display:flex;flex-direction:column;min-height:100vh;background:#fff}.multi-step-form-container{display:flex;flex-direction:column;flex:1;max-width:800px;margin:0 auto;width:100%;padding:24px 24px 200px}.multi-step-form-progress{margin-bottom:24px}.multi-step-form-content{flex:1;display:flex;flex-direction:column}.multi-step-form-question-wrapper{flex:1}.multi-step-form-actions{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 24px;border-top:1px solid rgba(27,67,50,.1);display:flex;flex-direction:column;gap:12px;align-items:center;z-index:10}.multi-step-form-next-button{width:100%;max-width:400px;background:var(--color-primary);color:#fff;border:1px solid var(--color-primary);border-radius:16px;padding:16px 24px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease}.multi-step-form-next-button:not(:disabled):hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.multi-step-form-next-button:disabled,.multi-step-form-next-button-disabled{opacity:.6;cursor:not-allowed}.multi-step-form-back-button{width:100%;max-width:400px;background:#f6f6f6;color:var(--color-primary);border:1px solid rgba(27,67,50,.2);border-radius:16px;padding:16px 24px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease}.multi-step-form-back-button:not(:disabled):hover{background:#e8e8e8;border-color:#1b43324d}.multi-step-form-back-button:disabled{opacity:.5;cursor:not-allowed}.multi-step-form-skip-button{width:100%;background:transparent;color:#1b4332b3;border:none;padding:12px;font-size:1rem;font-weight:600;text-decoration:underline;cursor:pointer;transition:color .2s ease}.multi-step-form-skip-button:not(:disabled):hover{color:#1b4332}.multi-step-form-skip-button:disabled{opacity:.4;cursor:not-allowed}.question-renderer{margin-bottom:32px}.question-label{font-size:1.875rem;font-weight:700;color:#1b4332e6;margin:0 0 24px;line-height:1.2}.question-input,.question-textarea{width:100%;border:1px solid rgba(46,107,89,.2);border-radius:16px;padding:16px;font-size:1rem;font-family:inherit;color:#1b4332;background:#fff;transition:border-color .2s ease}.question-input:focus,.question-textarea:focus{outline:none;border-color:var(--color-primary)}.question-input-error,.question-textarea.question-input-error{border-color:#ef4444}.question-textarea{resize:vertical;min-height:100px}.question-select{width:100%;border:1px solid rgba(46,107,89,.2);border-radius:16px;padding:16px;font-size:1rem;font-family:inherit;color:#1b4332;background:#fff;cursor:pointer;transition:border-color .2s ease;margin-top:12px}.question-select:focus{outline:none;border-color:var(--color-primary)}.question-select-error{border-color:#ef4444}.question-input-other,.question-input-explanation{margin-top:12px}.question-error{color:#ef4444;font-size:.875rem;margin-top:8px}.question-boolean-group{display:flex;gap:16px;margin-bottom:12px}.question-boolean-button{flex:1;padding:12px 16px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#1b4332b3;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.question-boolean-button:hover{border-color:var(--color-primary)}.question-boolean-button-selected{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.question-multiselect{max-height:530px;overflow-y:auto}.question-multiselect-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:12px}.question-multiselect-option{min-height:120px;border-radius:16px;border:1px solid #f6f6f6;background:#f6f6f6;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.question-multiselect-option:hover{border-color:var(--color-primary)}.question-multiselect-option-selected{background:var(--color-primary);border-color:var(--color-primary)}.question-multiselect-image{width:64px;height:64px;border-radius:999px;object-fit:contain;margin-bottom:12px}.question-multiselect-label{font-size:1rem;font-weight:700;text-align:center;color:var(--color-primary)}.question-multiselect-label-selected{color:#fff}.location-picker-input-wrapper{display:flex;align-items:center;gap:8px}.location-picker-input{flex:1;border:1px solid rgba(46,107,89,.2);border-radius:16px;padding:16px;font-size:1rem;font-family:inherit;color:#1b4332;background:#fff;transition:border-color .2s ease}.location-picker-input:focus{outline:none;border-color:var(--color-primary)}.location-picker-input-error{border-color:#ef4444}.location-picker-selected{margin-top:12px;padding:12px;background:#1b43320d;border-radius:16px;font-size:.875rem;color:#1b4332b3}.places-autocomplete-input{width:100%;border:1px solid rgba(46,107,89,.2);border-radius:16px;padding:16px;font-size:1rem;font-family:inherit;color:#1b4332;background:#fff;transition:border-color .2s ease}.places-autocomplete-input:focus{outline:none;border-color:var(--color-primary)}.location-picker-map-button{margin-left:8px;padding:12px;background:var(--color-primary);border-radius:16px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.location-picker-map-button:hover{background:var(--color-primary-dark)}.location-picker-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;flex-direction:column}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.multi-step-form-done-button{background:transparent;border:none;color:#3b82f6;font-weight:600;font-size:1rem;cursor:pointer;padding:4px 8px;transition:color .2s ease}.multi-step-form-done-button:hover{color:#2563eb}.chat-layout-container{--chat-sidebar-width: clamp(280px, 24vw, 420px);--chat-panel-width: clamp(280px, 24vw, 420px);display:flex;flex-direction:row;height:100vh;width:100%;overflow:hidden}.chat-sidebar{width:var(--chat-sidebar-width);min-width:280px;display:flex;flex-direction:column;background-color:var(--color-primary);overflow-y:auto;overflow-x:hidden;flex-shrink:0;transition:width .2s ease}.chat-sidebar-header{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-sidebar-header-actions{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}.chat-sidebar-close-button{display:none;background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;align-items:center;justify-content:center;transition:background .2s}.chat-sidebar-close-button:hover{background:#fff3}.chat-tablet-top-bar{display:none;position:fixed;top:16px;left:16px;z-index:90;flex-direction:row;align-items:center;gap:12px;background:#fff;padding:8px 12px;border-radius:16px;border:1px solid #d1d5db;box-shadow:0 2px 12px #00000014}.chat-tablet-top-bar .chat-sidebar-toggle{display:flex;position:static;background:#f9fafb;box-shadow:none;padding:8px;border:1px solid #d1d5db;border-radius:12px}.chat-tablet-top-bar .chat-sidebar-toggle:hover{background:#f3f4f6;border-color:#9ca3af;box-shadow:none}.chat-tablet-top-bar .chat-sidebar-avatar-button{padding:2px;border:1px solid #d1d5db;border-radius:50%;background:#f9fafb}.chat-tablet-top-bar .chat-sidebar-avatar-image{border:2px solid #e5e7eb;background:#f9fafb}.chat-tablet-top-bar .chat-language-dropdown-button{background:#f9fafb;color:#2e6b59;border:1px solid #d1d5db;border-radius:12px}.chat-tablet-top-bar .chat-language-dropdown-button:hover{background:#f3f4f6;border-color:#9ca3af}.chat-sidebar-toggle{display:none;position:fixed;top:16px;left:16px;z-index:90;background:#fff;border:none;border-radius:12px;padding:10px;cursor:pointer;box-shadow:0 2px 8px #0000001a;align-items:center;justify-content:center;transition:background .2s,box-shadow .2s}.chat-sidebar-toggle:hover{background:#f9fafb;box-shadow:0 4px 12px #0000001f}.chat-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-sidebar-avatar-button{position:relative;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.chat-sidebar-avatar-image{width:48px;height:48px;border-radius:9999px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;display:flex;align-items:center;justify-content:center}.chat-language-dropdown-wrapper{position:relative;flex:1;display:flex;justify-content:flex-end}.chat-language-dropdown-button{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:12px;cursor:pointer;color:#fff;font-size:16px;font-weight:600;transition:background .2s}.chat-language-dropdown-button:hover{background:#ffffff40}.chat-language-flag{font-size:20px}.chat-language-arrow{font-size:12px;transition:transform .2s}.chat-language-dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.chat-language-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1000;overflow:hidden}.chat-language-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:16px;font-weight:500;color:#1f2937;width:100%;text-align:left;transition:background .2s}.chat-language-dropdown-item:hover{background:#f3f4f6}.chat-language-dropdown-item.active{background:#f0fdf4;color:#2e6b59}.chat-language-check{color:#2e6b59;font-weight:700;font-size:18px}.chat-sidebar-status-dot{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:9999px;border:2px solid var(--color-primary)}.chat-sidebar-status-dot.online{background-color:#22c55e}.chat-sidebar-status-dot.offline{background-color:#9ca3af}.chat-sidebar-search-row{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 16px;margin-bottom:16px}.chat-sidebar-search-input{flex:1;background:#0003;border-radius:12px;border:none;padding:12px 16px;color:#fff;font-size:16px;outline:none}.chat-sidebar-search-input::placeholder{color:#fff9}.chat-sidebar-new-button{background:#fff3;border:none;border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.chat-sidebar-new-button:hover{background:#ffffff4d}.chat-sidebar-list{flex:1;overflow-y:auto;padding:0 16px 16px}.chat-sidebar-empty{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#ffffffb3;text-align:center}.chat-sidebar-item{position:relative;margin-bottom:8px;border-radius:12px;overflow:visible;background:#0000001a;transition:background-color .2s ease;display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px}.chat-sidebar-item:hover{background:#00000026}.chat-sidebar-item.active{background:#fff3}.chat-sidebar-item-content{display:flex;flex-direction:row;align-items:center;gap:12px;padding:0;flex:1;background:none;border:none;cursor:pointer;text-align:left;color:#fff;min-width:0}.chat-sidebar-item-image{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0}.chat-sidebar-item-image-placeholder{width:56px;height:56px;border-radius:12px;background:#0003;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-sidebar-item-image-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.chat-sidebar-item-title{flex:1;font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;min-width:0}.chat-sidebar-menu-wrapper{position:relative;overflow:visible}.chat-sidebar-menu-button{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:9999px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-sidebar-menu-button:hover{background:#ffffff1a}.chat-sidebar-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998}.chat-sidebar-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;min-width:160px;margin-top:4px;overflow:hidden}.chat-sidebar-menu-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;width:100%;background:none;border:none;cursor:pointer;text-align:left;color:#2e6b59;font-size:14px;transition:background-color .2s ease}.chat-sidebar-menu-item:hover{background:#f6f6f6}.chat-sidebar-rename-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.chat-sidebar-rename-dialog{background:#fff;border-radius:16px;padding:24px;min-width:400px;max-width:90vw}.chat-sidebar-rename-title{font-size:18px;font-weight:700;color:#2e6b59;margin:0 0 16px}.chat-sidebar-rename-input{width:100%;padding:12px 16px;border:1px solid #E0E0E0;border-radius:8px;font-size:14px;outline:none;margin-bottom:16px}.chat-sidebar-rename-input:focus{border-color:#2e6b59}.chat-sidebar-rename-buttons{display:flex;flex-direction:row;gap:12px;justify-content:flex-end}.chat-sidebar-rename-cancel,.chat-sidebar-rename-confirm{padding:10px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.chat-sidebar-rename-cancel{background:#f6f6f6;color:#2e6b59}.chat-sidebar-rename-cancel:hover{background:#e8e8e8}.chat-sidebar-rename-confirm{background:#2e6b59;color:#fff}.chat-sidebar-rename-confirm:hover{background:#245a4a}.chat-main-container{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff;align-items:center;justify-content:flex-start;padding:0;overflow-y:auto;transition:margin-right .3s ease,padding-right .3s ease}.chat-main-container.with-panel{margin-right:var(--chat-panel-width);padding-right:24px;transition:margin-right .2s ease}.chat-content-wrapper{width:100%;max-width:900px;display:flex;flex-direction:column;flex:1;padding:clamp(5px,2vw,10px);transition:padding .3s ease,max-width .3s ease}.chat-main-container:not(.with-panel) .chat-content-wrapper{padding:clamp(10px,4vw,20px);max-width:1200px}.chat-container{display:flex;flex-direction:column;height:100vh;background:#fff}.chat-header{padding:16px;display:flex;align-items:center;width:100%}.chat-header-row{display:flex;flex-direction:row;align-items:center;width:100%}.flex-1{flex:1}.chat-avatar-button{position:relative;background:none;border:none;padding:0;cursor:pointer}.chat-avatar-image{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.chat-status-dot{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;border:2px solid white}.chat-status-dot.online{background:#10b981}.chat-status-dot.offline{background:#9ca3af}.chat-icon-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.chat-header-right{display:flex;align-items:center;justify-content:flex-end}.chat-messages-list{flex:1;overflow-y:auto;padding:8px 0 12px;display:flex;flex-direction:column;width:100%}.chat-message-container{max-width:100%;padding:2px;border-radius:20px;margin-bottom:4px;display:flex;flex-direction:column;width:fit-content;box-sizing:border-box}.chat-message-container.user-message{align-self:flex-end;margin-left:auto}.chat-message-container.user-message{max-width:fit-content;width:fit-content;align-self:flex-end;background:#2e6b59;border-bottom-right-radius:4px;padding:10px 14px;margin-left:auto;margin-right:24px}.chat-message-container.assistant-message{align-self:flex-start;background:#fff;max-width:100%;width:100%;margin-right:0;padding:10px 14px 8px;box-sizing:border-box}.message-image{width:60%;height:auto;border-radius:12px;margin-bottom:8px}.file-container,.voice-container{display:flex;align-items:center;background:#f2f2f7;padding:8px;border-radius:12px;margin-bottom:8px}.file-icon,.voice-play-button{font-size:24px;color:#007aff;margin-right:4px;background:none;border:none;cursor:pointer}.file-text,.voice-text{font-size:14px;color:#007aff;margin-left:4px}.text-message-container{display:flex;align-items:center;gap:8px;min-width:0}.message-text{flex-shrink:1;flex-wrap:wrap;width:auto;min-width:0}.user-message-text{color:#fff;font-size:18px;line-height:24px;font-weight:500;white-space:pre-wrap;word-wrap:break-word}.retry-button{margin:0;padding:0;background:none;border:none;color:#2e6b59;font-size:20px;cursor:pointer}.message-time{font-size:12px;margin-top:2px;opacity:.7}.user-message-time{color:#fff;text-align:right}.assistant-message-time{color:#000;text-align:left}.chat-date-separator{display:flex;align-items:center;justify-content:center;margin:8px 0}.chat-date-separator span{font-size:14px;color:#8e8e93;background:#f2f2f7;padding:4px 12px;border-radius:12px}.message-actions-row{display:flex;flex-direction:row;gap:8px;margin-top:8px;flex-wrap:wrap}.message-action-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;flex:1;padding:10px 14px;background:#f6f6f6;border-radius:8px;min-width:30%;border:none;cursor:pointer;font-size:18px;font-weight:700;color:#2e6b59}.message-action-button svg{width:22px;height:22px}.message-action-button:hover{background:#e8e8e8}.action-icon{font-size:18px}.message-feedback-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:-6px;margin-bottom:8px;padding:0 14px}.feedback-buttons{display:flex;flex-direction:row;align-items:center;gap:10px}.feedback-icon-button{margin:0;padding:0;background:none;border:none;font-size:18px;cursor:pointer;transform:none}.feedback-icon-button+.feedback-icon-button{transform:none}.enhance-answer-button{display:flex;flex-direction:row;align-items:center;background:#fff;padding:6px 12px;border-radius:8px;border:none;cursor:pointer;gap:6px}.enhance-icon{font-size:16px;margin-top:1px}.enhance-answer-button span:last-child{color:#2e6b59;font-size:13px;font-weight:600}.media-player-container{margin-top:8px;margin-bottom:8px;padding:0 8px}.media-player{display:flex;flex-direction:row;align-items:center;background:#f6f6f6;border-radius:12px;padding:12px 16px;gap:12px}.media-player-button{background:#fff;border:1px solid #E5E7EB;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;flex-shrink:0}.media-player-button:hover{background:#f9fafb;border-color:#2e6b59}.media-player-speed-controls{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.media-player-speed-button{background:#fff;border:1px solid #E5E7EB;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;padding:0}.media-player-speed-button:hover:not(:disabled){background:#f9fafb;border-color:#2e6b59}.media-player-speed-button:disabled{opacity:.5;cursor:not-allowed}.media-player-speed-label{color:#2e6b59;font-size:14px;font-weight:600;min-width:36px;text-align:center}.media-player-info{flex:1;display:flex;flex-direction:column;min-width:0;gap:8px}.media-player-label{color:#2e6b59;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-player-progress-container{width:100%;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.media-player-progress-bar{height:100%;background-color:#2e6b59;border-radius:2px;transition:width .1s linear}.chat-history-container{display:flex;flex-direction:column;height:100vh;background-color:var(--color-primary);overflow:hidden}.chat-history-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;background-color:var(--color-primary)}.chat-history-back-button{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:9999px;transition:background-color .2s ease}.chat-history-back-button:hover{background-color:#ffffff1a}.chat-history-logo-button{background:transparent;border:none;cursor:pointer;flex:1;display:flex;justify-content:center;align-items:center;margin-left:-40px}.chat-history-logo{width:80px;height:80px;object-fit:contain}.chat-history-search-row{display:flex;flex-direction:row;align-items:center;gap:8px;margin:16px}.chat-history-search-input{flex:1;background:#0003;border-radius:12px;padding:8px 16px;font-size:16px;color:#fff;border:none;outline:none}.chat-history-search-input::placeholder{color:#999}.chat-history-new-button{background:#2e6b59;border:none;border-radius:12px;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.chat-history-new-button:hover{opacity:.8}.chat-history-list{flex:1;overflow-y:auto;padding-bottom:80px}.chat-history-empty{display:flex;justify-content:center;align-items:center;margin-top:80px}.chat-history-empty p{color:#fff9;font-size:16px}.chat-history-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#0003;border-radius:16px;padding:16px;margin:0 16px 16px;box-shadow:0 2px 4px #0000001a}.chat-history-item-content{display:flex;flex-direction:row;align-items:center;flex:1;background:transparent;border:none;cursor:pointer;text-align:left;min-width:0}.chat-history-item-image{width:96px;height:80px;border-radius:12px;margin-right:16px;background-color:#ffffff1a;object-fit:cover;flex-shrink:0}.chat-history-item-image-placeholder{width:96px;height:80px;border-radius:12px;margin-right:16px;background-color:#0000001a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-history-item-image-spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top-color:#fffc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-history-item-title{font-size:16px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.chat-history-menu-wrapper{position:relative}.chat-history-menu-button{background:transparent;border:none;cursor:pointer;padding:8px;color:#fff;border-radius:9999px;transition:background-color .2s ease}.chat-history-menu-button:hover{background-color:#ffffff1a}.chat-history-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998}.chat-history-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;min-width:160px;margin-top:4px;overflow:hidden}.chat-history-menu-item{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;font-size:14px;color:#2e6b59;transition:background-color .2s ease}.chat-history-menu-item:hover{background-color:#f6f6f6}.chat-history-menu-item span{font-weight:500}.chat-history-rename-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.chat-history-rename-dialog{background:#fff;border-radius:16px;padding:24px;margin:16px;width:calc(100% - 32px);max-width:400px}.chat-history-rename-title{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 16px}.chat-history-rename-input{width:100%;border:1px solid #D1D5DB;border-radius:12px;padding:12px 16px;font-size:16px;color:#1f2937;margin-bottom:24px;outline:none;box-sizing:border-box}.chat-history-rename-input:focus{border-color:#2e6b59}.chat-history-rename-buttons{display:flex;flex-direction:row;justify-content:flex-end;gap:12px}.chat-history-rename-cancel{padding:12px 24px;border-radius:12px;background:#e5e7eb;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#374151;transition:background-color .2s ease}.chat-history-rename-cancel:hover{background:#d1d5db}.chat-history-rename-confirm{padding:12px 24px;border-radius:12px;background:#2e6b59;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#fff;transition:background-color .2s ease}.chat-history-rename-confirm:hover{background:#245a4a}body.profile-modal-open .chat-layout-container,body.profile-modal-open .chat-sidebar,body.profile-modal-open .chat-main-container,body.profile-modal-open .chat-messages-list{overflow:hidden!important}.profile-page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:profileOverlayFadeIn .2s ease}@keyframes profileOverlayFadeIn{0%{opacity:0}to{opacity:1}}.profile-page-modal{width:100%;max-width:750px;height:90vh;max-height:90vh;background:#fff;border-radius:24px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column;animation:profileModalSlideIn .25s ease}@keyframes profileModalSlideIn{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.profile-page-modal .user-profile-container{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.profile-page-modal .user-profile-scroll{flex:1;min-height:0;overflow-y:auto;padding:24px}.profile-page-modal .user-profile-loading{height:100%;min-height:200px}.user-profile-container{display:flex;flex-direction:column;height:100vh;background-color:#fff;overflow:hidden}.user-profile-scroll{flex:1;overflow-y:auto;padding:24px}.user-profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#fff}.user-profile-spinner{width:40px;height:40px;border:4px solid #E5E7EB;border-top-color:#2e6b59;border-radius:50%;animation:spin 1s linear infinite}.user-profile-loading-text{margin-top:16px;color:#6b7280;font-size:16px}.user-profile-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px}.user-profile-back-button{background:transparent;border:none;color:#2e6b59;font-size:18px;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .2s ease}.user-profile-back-button:hover{background-color:#2e6b591a}.user-profile-title{font-size:18px;font-weight:600;color:#1f2937;margin:0;flex:1;text-align:center}.user-profile-avatar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;padding:24px}.user-profile-avatar{width:128px;height:128px;border-radius:50%;border:4px solid #E5E7EB;margin-bottom:16px;object-fit:cover}.user-profile-name{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px;text-align:center}.user-profile-email{color:#6b7280;margin:0;font-size:16px;text-align:center}.user-profile-section{background-color:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.user-profile-section-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.user-profile-field{border-bottom:1px solid #F3F4F6;padding-bottom:16px;margin-bottom:16px}.user-profile-field:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.user-profile-field-label{display:block;color:#6b7280;font-size:14px;margin-bottom:4px}.user-profile-field-value{color:#1f2937;font-size:16px;font-weight:500;margin:0}.user-profile-field-value.stripe-id{font-size:12px;font-family:monospace;background-color:#f9fafb;padding:8px;border-radius:4px;word-break:break-all}.user-profile-text{color:#1f2937;font-size:16px;margin:0}.user-profile-actions{display:flex;flex-direction:column;gap:16px;margin-top:24px}.user-profile-button{padding:16px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;border:none;transition:background-color .2s ease,opacity .2s ease;width:100%}.user-profile-button.primary{background-color:#2e6b59;color:#fff;box-shadow:0 1px 3px #0000001a}.user-profile-button.primary:hover{background-color:#245a4a}.user-profile-button.secondary{background-color:#e5e7eb;color:#1f2937}.user-profile-button.secondary:hover{background-color:#d1d5db}.user-profile-button.delete{background-color:#fff;color:#991b1b;box-shadow:none}.user-profile-button.delete:hover{background-color:#fef2f2}.user-profile-language-hint{color:#6b7280;font-size:14px;margin:0 0 12px}.user-profile-language-list{display:flex;flex-direction:column;gap:16px}.user-profile-language-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;border-radius:8px;background-color:#f9fafb;border:none;cursor:pointer;transition:background-color .2s ease;font-size:16px;font-weight:500}.user-profile-language-item:hover{background-color:#f3f4f6}.user-profile-language-item.active{background-color:#2e6b59;color:#fff}.user-profile-language-item.active:hover{background-color:#245a4a}.user-profile-language-check{color:#fff;font-size:18px}.table-container{margin-top:8px;margin-bottom:4px;background:#fff;border-radius:12px;overflow:hidden;position:relative}.table-measurement{position:absolute;opacity:0;z-index:-1;pointer-events:none;visibility:hidden}.table-title{font-size:16px;font-weight:700;color:#5f5f5f;padding:10px 12px 6px}.table-wrapper{max-height:2500px}.table-scroll{overflow-x:auto}.message-table{width:100%;border-collapse:collapse;padding:10px 8px 8px}.message-table thead{background:#f6f6f6;border-top-left-radius:8px;border-top-right-radius:8px}.message-table th{padding:10px 12px;border-right:1px solid #E5E7EB;border-bottom:1px solid #D1D5DB;font-size:13px;font-weight:700;color:#374151;width:160px;text-align:left}.message-table td{padding:10px 12px;border-right:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;font-size:13px;color:#4b5563;width:160px}.message-table td.numeric{text-align:right}.chat-input-container{background:transparent;padding:16px 14px}.chat-input-box{margin:0 0 8px;padding:12px 16px;border:1px solid rgba(46,107,89,.2);border-radius:24px;max-width:100%;box-sizing:border-box}.image-previews-container{display:flex;flex-direction:row;gap:4px;margin-bottom:8px;padding:0 2px;overflow-x:auto}.image-preview-item{position:relative;margin-right:4px;border-radius:8px;overflow:hidden}.image-preview-img{width:96px;height:96px;object-fit:cover;border-radius:8px}.image-preview-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;justify-content:center;align-items:center}.spinner{width:20px;height:20px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.image-preview-close{position:absolute;top:0;right:0;background:#00000087;border-radius:999px;width:22px;height:22px;display:flex;justify-content:center;align-items:center;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0}.clarifying-question-chip{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin-bottom:8px}.clarifying-question-text{display:flex;flex-direction:row;align-items:center;background:#e7f0ee;border-radius:18px;padding:8px 12px;max-width:100%;min-width:0;color:#2e6b59;font-size:14px;flex-shrink:1;flex-grow:1;flex-basis:0;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.clarifying-question-close{color:#2e6b59;margin-left:8px;font-weight:600;background:none;border:none;font-size:18px;cursor:pointer;padding:0}.chat-input-row{display:flex;flex-direction:row;align-items:center;margin-bottom:8px}.chat-text-input{flex:1;font-size:16px;color:#374151;padding-right:8px;border:none;background:transparent;resize:none;overflow-y:auto;min-height:24px;max-height:200px;font-family:inherit}.chat-text-input:focus{outline:none}.chat-text-input::placeholder{color:#666}.chat-input-actions-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;padding-top:16px}.chat-input-menu-wrapper{position:relative}.chat-plus-button{background:#f6f6f6;border-radius:20px;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#2e6b59;cursor:pointer}.chat-plus-menu{position:absolute;bottom:100%;left:0;margin-bottom:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px;z-index:100;min-width:200px}.chat-menu-item{display:flex;align-items:center;gap:8px;padding:12px 16px;width:100%;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;color:#1b4332;border-radius:4px}.chat-menu-item:hover{background:#f3f4f6}.menu-icon{font-size:18px}.chat-mic-button{background:#f6f6f6;border:none;border-radius:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:background .2s ease,transform .15s ease;margin-left:8px}.chat-mic-button:hover{background:#e8e8e8}.chat-mic-button.recording{background:#fee2e2;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.chat-format-button{background:#f9fafb;border-radius:20px;padding:0 12px;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:8px;gap:6px;border:none;cursor:pointer}.format-icon{font-size:16px;color:#2e6b59}.chat-format-button span:last-child{color:#2e6b59;font-weight:700;font-size:13px}.chat-send-button{background:#f6f6f6;border-radius:20px;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#2e6b59;cursor:pointer}.chat-footer-note{margin-bottom:6px;color:#6b7280;font-size:11px;text-align:center}.chat-footer-link{color:#2e6b59;text-decoration:underline;cursor:pointer}.chat-panel-right{position:fixed;top:0;right:0;bottom:0;width:var(--chat-panel-width);min-width:280px;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;z-index:100;box-shadow:-2px 0 8px #00000014;animation:slideInRight .3s ease;transition:width .2s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.chat-panel-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fafafa}.chat-panel-header-content{flex:1}.chat-panel-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.chat-panel-subtitle{font-size:16px;color:#6b7280;margin:0}.chat-panel-close{font-size:32px;color:#6b7280;margin-left:16px;background:none;border:none;cursor:pointer;padding:0;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.chat-panel-close:hover{background:#f3f4f6}.chat-panel-body{flex:1;overflow-y:auto;padding:24px}.panel-content-box{padding:20px;background:#f9fafb;border-radius:12px;margin-bottom:16px}.panel-content-box p{color:#374151;line-height:1.6;margin:0;word-wrap:break-word;font-size:16px}.panel-link-button{margin-bottom:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;text-align:left;cursor:pointer;font-size:14px;transition:all .2s;display:flex;flex-direction:column;gap:8px}.panel-link-button:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.panel-link-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.panel-link-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:600;flex-shrink:0}.panel-link-url{color:#6b7280;font-size:12px;font-weight:500}.panel-link-title{color:#1f2937;font-size:14px;font-weight:600;line-height:1.4;word-break:break-word}.panel-question-button{margin-bottom:12px;padding:16px;background:#f9fafb;border-radius:12px;border:none;width:100%;text-align:left;cursor:pointer;font-size:16px;transition:background .2s;color:#374151;font-weight:500}.panel-question-button:hover{background:#f3f4f6}@media (max-width: 1024px){.chat-tablet-top-bar,.chat-sidebar-close-button{display:flex}.chat-sidebar .chat-sidebar-header-actions{display:none}.chat-sidebar-backdrop{display:block}.chat-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:250;width:320px;min-width:280px;max-width:90vw;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 16px #00000026}.chat-sidebar.chat-sidebar-open{transform:translate(0)}.chat-main-container.with-panel{margin-right:0;padding-right:0}.chat-panel-right{top:auto;right:0;left:0;bottom:0;width:100%;max-width:100%;min-width:0;max-height:75vh;border-radius:24px 24px 0 0;border-left:none;border-top:1px solid #e5e7eb;box-shadow:0 -4px 24px #0000001f;animation:slideUpFromBottom .3s ease}@keyframes slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-content-wrapper{padding-top:60px}}.chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end;align-items:flex-end}.chat-modal-content{background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;padding:24px;max-height:85%;width:100%;max-width:100%;overflow-y:auto}.chat-modal-handle{width:48px;height:6px;background:#d1d5db;border-radius:9999px;align-self:center;margin-bottom:16px}.chat-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.chat-modal-header-content{flex:1}.chat-modal-title{font-size:20px;font-weight:700;color:#1f2937;margin:0}.chat-modal-subtitle{font-size:14px;color:#6b7280;margin:0}.chat-modal-close{font-size:30px;color:#6b7280;margin-left:12px;background:none;border:none;cursor:pointer;padding:0;line-height:1}.chat-modal-body{overflow-y:auto;padding-bottom:12px}.modal-content-box{padding:16px;background:#f9fafb;border-radius:8px;margin-bottom:12px}.modal-content-box p{color:#374151;line-height:1.5;margin:0;word-wrap:break-word}.modal-link-button{margin-bottom:12px;padding:16px;background:#f9fafb;border-radius:8px;border:none;width:100%;text-align:left;cursor:pointer}.modal-link-button span{color:#2563eb;text-decoration:underline;font-weight:600}.modal-question-button{margin-bottom:12px;padding:16px;background:#f9fafb;border-radius:8px;border:none;width:100%;text-align:left;cursor:pointer}.modal-question-button span{color:#374151;font-weight:600}.modal-format-option{margin-bottom:12px;padding:16px;background:#f9fafb;border-radius:8px;border:none;width:100%;text-align:left;cursor:pointer}.format-option-title{color:#374151;font-weight:600;margin-bottom:4px}.format-option-desc{color:#6b7280;font-size:14px;margin-top:4px}.chat-snackbar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:12px;z-index:2000;box-shadow:0 4px 12px #00000026}.chat-snackbar.error{background:#dc2626}.chat-snackbar button{background:none;border:none;color:#fff;font-weight:600;cursor:pointer;padding:0}.markdown-paragraph{margin-top:4px;margin-bottom:8px;flex-shrink:1;width:100%;font-size:17px;line-height:24px;color:#5f5f5f}.markdown-strong{font-weight:700;color:#444}.markdown-em{font-style:italic}.markdown-h1{font-size:22px;font-weight:700;margin:8px 0;color:#2e6b59}.markdown-h2{font-size:20px;font-weight:700;margin:8px 0;color:#2e6b59}.markdown-h3{font-size:18px;font-weight:700;margin:6px 0;color:#2e6b59}.markdown-ul,.markdown-ol{margin:4px 0;padding-left:24px}.markdown-li{margin:2px 0;flex-shrink:1;width:100%;font-size:17px;line-height:24px;color:#5f5f5f}.markdown-code{background:#f6f6f6;padding:2px 4px;border-radius:4px;font-family:Courier New,monospace}.markdown-pre{background:#f6f6f6;padding:12px;border-radius:8px;margin:8px 0;font-family:Courier New,monospace;flex-wrap:wrap;width:100%;overflow-x:auto}.markdown-blockquote{border-left:4px solid #2E6B59;background:#f9fafb;padding:8px 12px;border-radius:6px;margin:8px 0}.markdown-hr{border-bottom:1px solid #E5E7EB;margin:12px 0}.markdown-paragraph a{color:#2e6b59;text-decoration:underline;font-weight:600}@media (max-width: 768px){.chat-content-wrapper,.chat-main-container:not(.with-panel) .chat-content-wrapper{padding-left:16px;padding-right:16px}.chat-message-container.assistant-message{padding-left:3px;padding-right:3px}}
