body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--nx-shadow:0 24px 60px #0000001f}.nx-login-page{background:#f9fafb;background:var(--nx-page);min-height:100vh}.nx-login-page .nx-content{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:28px}.nx-login-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--nx-border);border-radius:18px;box-shadow:0 24px 60px #0000001f;box-shadow:var(--nx-shadow);max-width:640px;padding:44px 56px;width:100%}.nx-card-header{display:flex;justify-content:center;margin-bottom:0}.nx-card-logo{display:block;height:auto;max-width:90%;width:320px}.nx-alert{border-radius:12px;font-size:13px;font-weight:700;margin-bottom:16px;padding:12px 14px}.nx-alert-error{background:#fef2f2;border:1px solid #fee2e2;color:#991b1b}.nx-login-form{display:flex;flex-direction:column;gap:16px}.nx-field{gap:8px}.nx-field label{color:#111827;font-weight:800}.nx-login-form .nx-input{background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-sizing:border-box;color:#111827;color:var(--nx-text);font-size:14px;height:52px;outline:none;padding:0 16px;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.nx-login-form .nx-input::placeholder{color:#9ca3af;color:var(--nx-muted2);font-weight:600}.nx-login-form .nx-input:focus{border-color:#2b9da6;border-color:var(--nx-teal);box-shadow:0 0 0 4px #2b9da629}.nx-password-wrap{position:relative;width:100%}.nx-password-wrap .nx-input{padding-right:84px}.nx-password-toggle{background:#0000;border:none;color:#2b9da6;color:var(--nx-teal);cursor:pointer;font-size:12px;font-weight:800;padding:6px 8px;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.nx-primary-btn{border-radius:12px;font-size:15px;font-weight:900;height:54px;margin-top:8px;transition:filter .2s,transform .05s}.nx-primary-btn:hover:not(:disabled){filter:brightness(.95)}.nx-login-links{color:#6b7280;color:var(--nx-muted);font-size:13px;font-weight:700;margin-top:18px;text-align:center}.nx-login-links a{color:#2b9da6;color:var(--nx-teal);font-weight:900;text-decoration:none}@media (max-width:700px){.nx-login-card{max-width:520px;padding:28px 20px}.nx-card-logo{width:260px}}@media (max-width:480px){.nx-login-page .nx-content{padding:16px}.nx-login-card{border-radius:14px;padding:24px 18px}.nx-card-logo{width:220px}}@media (max-width:360px){.nx-login-page .nx-content{padding:10px}.nx-login-card{border-radius:12px;padding:20px 14px}.nx-card-logo{width:180px}.nx-primary-btn{font-size:14px;height:48px}}:root{--nx-text:#111827}body.nx-onboard-body{background:#f9fafb!important;background:var(--nx-page)!important;background-image:none!important}.nx-brand-logo{display:block;height:28px}.nx-grid{grid-gap:0;gap:0}.nx-form-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--nx-border);border-radius:12px;box-shadow:0 10px 20px #00000014;box-shadow:var(--nx-shadow);padding:22px}.nx-form-header h2{color:#111827;color:var(--nx-text);font-size:22px;font-weight:800;margin:0 0 6px}.nx-subtitle{color:#6b7280;color:var(--nx-muted);font-size:14px;line-height:1.5;margin:0 0 16px}.nx-status-banner{align-items:center;border-radius:10px;display:flex;font-size:13px;font-weight:600;gap:10px;margin:12px 0 16px;padding:12px 14px}.nx-status-banner.error{background:#fef2f2;border:1px solid #fee2e2;color:#991b1b}.nx-status-banner.success{background:#f0fdf4;border:1px solid #dcfce7;color:#166534}.nx-status-banner.info{background:#eff6ff;border:1px solid #dbeafe;color:#1e40af}.nx-form{gap:12px}.nx-field,.nx-form{display:flex;flex-direction:column}.nx-field{gap:6px}.nx-field label{color:#374151;font-size:13px;font-weight:700}.nx-field input{background:#fff;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;color:#111827;color:var(--nx-text);font-size:14px;height:46px;outline:none;padding:0 14px;transition:border-color .2s,box-shadow .2s;width:100%}.nx-field input::placeholder{color:#9ca3af;color:var(--nx-muted2)}.nx-field input:focus{border-color:#2b9da6;border-color:var(--nx-teal);box-shadow:0 0 0 3px #2b9da62e}.nx-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.nx-field-error{color:#b91c1c;font-size:12px;font-weight:600}.nx-primary-btn{align-items:center;background:#2b9da6;background:var(--nx-teal);border:none;border-radius:10px;box-shadow:0 1px 2px #0000000f;box-shadow:var(--nx-shadow-soft);color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:10px;height:48px;justify-content:center;margin-top:6px;transition:background .2s,transform .05s;width:100%}.nx-primary-btn:hover:not(:disabled){background:#0f766e}.nx-primary-btn:active:not(:disabled){transform:translateY(1px)}.nx-primary-btn:disabled{cursor:not-allowed;opacity:.6}.nx-login-link{color:#6b7280;color:var(--nx-muted);font-size:13px;margin:14px 0 0;text-align:center}.nx-login-link a{color:#2b9da6;color:var(--nx-teal);font-weight:800;text-decoration:none}.nx-verify-form{display:flex;flex-direction:column;gap:14px}.nx-code-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,56px);justify-content:center;margin:10px auto 0;max-width:420px;width:100%}.nx-code-box{background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#111827;color:var(--nx-text);font-size:18px;font-weight:800;height:56px;outline:none;padding:0;text-align:center;transition:border-color .2s,box-shadow .2s;width:56px!important}.nx-code-box:focus{border-color:#2b9da6;border-color:var(--nx-teal);box-shadow:0 0 0 3px #2b9da62e}.nx-resend{align-items:center;display:flex;gap:12px;justify-content:space-between}.nx-resend-label{color:#6b7280;color:var(--nx-muted);font-size:13px}.nx-resend-link{background:#0000;border:none;color:#2b9da6;color:var(--nx-teal);cursor:pointer;font-weight:800;padding:0}.nx-resend-link:disabled{cursor:not-allowed;opacity:.6}.nx-side-col{display:none}@media (min-width:900px){.nx-side-col{display:block}}.nx-info-card p{color:var(--nx-muted);margin:0 0 14px}.nx-info-list{list-style:none;margin:0;padding:0}.nx-info-list li{align-items:flex-start;color:#374151;display:flex;font-size:13px;gap:10px;line-height:1.5;margin-top:10px}.nx-info-list strong{font-weight:800}.nx-trust-row{align-items:center;border-top:1px solid #cefbf1;border-top:1px solid var(--nx-teal-border);display:flex;gap:14px;margin-top:16px;padding-top:14px}.nx-badge{height:36px;object-fit:contain}.trustlock-badge-container{transform:scale(.82);transform-origin:left center}.nx-mobile-trust{border-top:1px solid #f3f4f6;border-top:1px solid var(--nx-border-soft);display:flex;justify-content:center;margin-top:18px;padding-top:14px}@media (min-width:900px){.nx-mobile-trust{display:none}}@media (max-width:520px){.nx-code-grid{gap:8px;grid-template-columns:repeat(6,44px);max-width:320px}.nx-code-box{border-radius:10px;font-size:16px;height:48px;width:44px!important}}@media (max-width:400px){.nx-content{padding:12px 14px 40px}.nx-form-card{padding:16px 14px}.nx-topbar{padding:0 14px}.nx-progress-wrap{padding:12px 14px 0}.nx-code-grid{gap:6px;grid-template-columns:repeat(6,1fr);max-width:100%}.nx-code-box{border-radius:8px;font-size:15px;height:42px;width:100%!important}}@media (max-width:360px){.nx-form-header h2{font-size:18px}.nx-primary-btn{font-size:13px;height:44px}.nx-field input{font-size:13px;height:42px}}.dashboard-home{margin:0 auto;max-width:100%;width:100%}.dashboard-home .dash-layout{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){.dashboard-home .dash-layout{grid-template-columns:1fr}}.dashboard-home .dash-span-2{grid-column:1/-1}.dashboard-home .dash-card{--dash-text:#2e384d;--dash-muted:#6c757d;--dash-border:#e3e6f0;--dash-border-strong:#d1d3e2;background:#fff;border:1px solid var(--dash-border);border-radius:16px;border-radius:var(--border-radius-lg,16px);box-shadow:0 8px 18px #0000000f;overflow:hidden;padding:1.35rem;position:relative}.dashboard-home .dash-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.dashboard-home .dash-cta-card{display:flex;flex-direction:column;min-height:190px}.dashboard-home .dash-card-head{grid-gap:.35rem;display:grid;gap:.35rem}.dashboard-home .dash-card-title{color:#2e384d;font-size:1.08rem;font-weight:900}.dashboard-home .dash-card-subtitle{color:#6c757d;font-size:.95rem;line-height:1.6}.dashboard-home .dash-card-actions{margin-top:auto;padding-top:1rem}.dashboard-home .dash-btn{align-items:center;border-radius:12px;border-radius:var(--border-radius-md,12px);display:inline-flex;font-weight:900;justify-content:center;min-height:44px;padding:12px 14px;text-decoration:none;text-transform:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;width:100%}.dashboard-home .dash-btn--primary{background:var(--primary);box-shadow:0 12px 24px #1785d42e;color:#fff}.dashboard-home .dash-btn--primary:hover{background:#0f72bb;box-shadow:0 16px 30px #1785d438;transform:translateY(-2px)}.dashboard-home .dash-btn--outline{background:#fff;border:1px solid #1785d459;color:var(--primary)}.dashboard-home .dash-btn--outline:hover{background:#1785d414;border-color:#1785d48c;box-shadow:0 12px 24px #0000000f;transform:translateY(-2px)}.dashboard-home .dash-announcement-wrap{padding:1.15rem 1.35rem}.dashboard-home .dash-announcement-inner>*{background:#0000!important;border:0!important;box-shadow:none!important}.dashboard-home .dash-announcement-inner :is(h1,h2,h3,h4,h5,p,span,div,li,label,strong,small){color:#2e384d!important}.dashboard-home .dash-announcement-inner :is(p,li,small){color:#6c757d!important;line-height:1.65}.dashboard-home .dash-announcement-inner a{color:var(--primary)!important;font-weight:800;text-decoration:none}.dashboard-home .dash-announcement-inner a:hover{text-decoration:underline}.dashboard-home :where(a,button,input,select,textarea):focus-visible{outline:3px solid #1785d438;outline-offset:2px}.account-page{background-color:#f8f9fc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;padding:2rem}@media (max-width:768px){.account-page{padding:1.5rem}}.account-section{background:#fff;border:1px solid #e3e6f0;border-radius:12px;box-shadow:0 6px 18px #0000000a;color:#2e384d;margin-bottom:1.5rem;overflow:hidden;padding:1.75rem;position:relative}.account-section:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.account-section .section-header{align-items:center;color:#2e384d;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;margin:0 0 1.25rem}.account-section .section-description{color:#6c757d;line-height:1.6;margin-top:.35rem}.account-section .save-message{animation:fadeIn .3s ease-in-out;background:#fff;border:1px solid #e3e6f0;border-radius:12px;font-weight:600;margin:1rem 0;padding:1rem;text-align:center}.account-section .save-message.success{background:#10b98114;border:1px solid #10b98138;color:#047857}.account-section .save-message.error{background:#e74a3b14;border:1px solid #e74a3b38;color:#8f1f16}.account-section .grid-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.5rem;width:100%}.account-section .input-group{margin-bottom:1rem;width:100%}.account-section .input-group:last-child{margin-bottom:0}.account-section .input-group label{color:#2e384d;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.account-section .input-group input,.account-section .input-group select,.account-section .input-group textarea{background:#fff;border:1px solid #e3e6f0;border-radius:8px;box-sizing:border-box;color:#2e384d;font-size:.98rem;height:2.75rem;padding:.85rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.account-section .input-group textarea{height:auto;min-height:120px;resize:vertical}.account-section .input-group input:focus,.account-section .input-group select:focus,.account-section .input-group textarea:focus{border-color:#1785d4;box-shadow:0 0 0 3px #4e73df2e;outline:none}.account-section .input-group input::placeholder,.account-section .input-group textarea::placeholder{color:#b7b9cc}.account-section .input-group.full-width{grid-column:1/-1}.account-section .input-group select option{background-color:#fff;color:#2e384d}.account-section .prompt-textarea{font-family:inherit;height:auto!important;line-height:1.5;min-height:400px!important;resize:vertical;white-space:pre-wrap}.account-section .toggle-container{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem;min-height:32px}.account-section .toggle-container label{color:#2e384d;flex:1 1;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-section .toggle-button{background:#fff;border:2px solid #d1d3e2;border-radius:20px;cursor:pointer;flex-shrink:0;height:24px;margin-left:auto;padding:0;position:relative;transition:all .25s ease;width:48px}.account-section .toggle-button.active{background:#4e73df14;border-color:#1785d4}.account-section .toggle-button:disabled{cursor:not-allowed;opacity:.5}.account-section .toggle-slider{background:#b7b9cc;border-radius:50%;height:16px;left:2px;position:absolute;top:2px;transition:all .25s ease;width:16px}.account-section .toggle-button.active .toggle-slider{background:#1785d4;left:26px}.account-section .primary-button{background:#1785d4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:12px 16px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.account-section .primary-button:hover{background:#1785d4;box-shadow:0 10px 20px #4e73df2e;transform:translateY(-1px)}.account-section .documents-container{margin-top:1rem}.account-section .upload-container{background:#f8f9fc;border:2px dashed #e3e6f0;border-radius:12px;margin:1rem 0;padding:1rem}.account-section .file-input{color:#2e384d;margin-bottom:1rem}.account-section .upload-button{background:#1785d4;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.65rem 1rem;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.account-section .upload-button:hover{background:#1785d4;box-shadow:0 10px 20px #4e73df2e;transform:translateY(-1px)}.account-section .upload-status{background:#fff;border:1px solid #e3e6f0;border-radius:12px;font-weight:600;margin:.5rem 0;padding:.6rem .75rem}.account-section .upload-status.success{background:#10b98114;border-color:#10b98138;color:#047857}.account-section .upload-status.error{background:#e74a3b14;border-color:#e74a3b38;color:#8f1f16}.account-section .document-list{display:flex;flex-direction:column;gap:.75rem}.account-section .document-item{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:12px;display:flex;justify-content:space-between;padding:.9rem 1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.account-section .document-item:hover{border-color:#d1d3e2;box-shadow:0 12px 24px #0000000f;transform:translateY(-2px)}.account-section .document-info{display:flex;flex-direction:column;gap:.25rem}.account-section .document-name{color:#2e384d;font-weight:700}.account-section .document-date{color:#6c757d;font-size:.875rem}.account-section .document-actions{display:flex;gap:.5rem}.account-section .icon-button{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:10px;color:#6c757d;cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;width:36px}.account-section .icon-button:hover{background:#f0f4ff;border-color:#4e73df40;color:#1785d4;transform:translateY(-1px)}.account-section .document-content-container{background:#fff;border:1px solid #e3e6f0;border-radius:12px;margin-top:1rem;padding:1rem}.account-section .document-actions-bar{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.account-section .edit-button,.account-section .save-button{align-items:center;background:#1785d4;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.6rem .9rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.account-section .edit-button:hover,.account-section .save-button:hover{box-shadow:0 10px 20px #4e73df2e;transform:translateY(-1px)}.account-section .save-button{background:#1cc88a}.account-section .save-button:hover{box-shadow:0 10px 20px #1cc88a2e}.account-section .save-status{background:#fff;border:1px solid #e3e6f0;border-radius:12px;font-size:.875rem;padding:.25rem .6rem}.account-section .save-status.success{background:#10b98114;border-color:#10b98138;color:#047857}.account-section .save-status.error{background:#e74a3b14;border-color:#e74a3b38;color:#8f1f16}.account-section .document-editor{background:#fff;border:1px solid #e3e6f0;border-radius:12px;color:#2e384d;font-family:inherit;min-height:300px;padding:1rem;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.account-section .document-editor:focus{border-color:#4e73df8c;box-shadow:0 0 0 3px #4e73df2e;outline:none}.account-section .document-content{background:#f8f9fc;border:1px solid #e3e6f0;border-radius:12px;color:#2e384d;max-height:500px;overflow-y:auto;padding:1rem;white-space:pre-wrap}@media (max-width:768px){.account-section .grid-container{grid-template-columns:1fr!important}.account-section .input-group{margin-bottom:1rem}}.modal-overlay{align-items:center;animation:modalFadeIn .2s ease-out both;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0000008c;display:flex;inset:0;justify-content:center;padding:1.25rem;position:fixed;z-index:1000}.modal-content{animation:modalPop .2s ease-out both;background:#fff;border:1px solid #e3e6f0;border-radius:16px;box-shadow:0 20px 60px #00000040;max-height:min(80vh,760px);overflow:hidden;position:relative;width:min(560px,92vw)}.modal-content:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e3e6f0;display:flex;gap:12px;justify-content:space-between;padding:1rem 1.1rem .9rem}.modal-title{color:#2e384d;font-size:1.15rem;font-weight:900;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-close-btn{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:12px;color:#6c757d;cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease;width:38px}.modal-close-btn:hover{background:#f8f9fc;border-color:#1785d440;box-shadow:0 10px 18px #0000001a;color:var(--primary);transform:translateY(-1px)}.modal-close-btn:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.modal-body{color:#2e384d;max-height:calc(min(80vh, 760px) - 68px);overflow-y:auto;padding:1.1rem}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:.7;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.modal-overlay{align-items:flex-start;padding-top:2rem}.modal-content{border-radius:14px;max-height:85vh;width:95vw}.modal-header{padding:.9rem 1rem .8rem}.modal-body{max-height:calc(85vh - 64px);padding:1rem}}@media (max-width:480px){.modal-overlay{padding:1.25rem .8rem .8rem}.modal-content{border-radius:12px;width:98vw}.modal-title{font-size:1.05rem}}.billing-layout{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:2rem}.billing-layout>:only-child{grid-column:1/-1}.billing-layout>*{display:flex;flex-direction:column;min-width:0}.billing-layout>*>:is(.billing-card,.credit-balance-card,.payment-methods-card,.transaction-history-card,.purchase-credits-card,.subscription-card,.addon-card){flex:1 1 auto;min-height:0}:where(.billing-page,.billing-root,.billing-container) .section-title{align-items:center;border-bottom:1px solid #e3e6f0;color:#2e384d;display:flex;font-size:1.25rem;font-weight:900;gap:.75rem;margin:2.5rem 0 1.5rem;padding-bottom:.75rem}.section-icon{color:var(--primary)}.addon-card,.billing-card,.credit-balance-card,.payment-methods-card,.purchase-credits-card,.subscription-card,.transaction-history-card{background:#fff;border:1px solid #e3e6f0;border-radius:14px;box-shadow:0 8px 18px #0000000f;color:#2e384d;overflow:hidden;padding:1.25rem;position:relative}.addon-card:before,.billing-card:before,.credit-balance-card:before,.payment-methods-card:before,.subscription-card:before,.transaction-history-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.purchase-credits-card{border:2px solid #d1d3e2;border-radius:16px;border-radius:var(--border-radius-lg,16px);box-shadow:0 16px 40px #0000002e}.purchase-credits-card h3{color:var(--primary);font-size:1.5rem;font-weight:900;margin-bottom:10px;text-align:center}.purchase-credits-card p{color:#6c757d;font-size:.95rem;line-height:1.5;margin-bottom:18px;text-align:center}.credit-balance-card{display:flex;flex-direction:column;gap:.9rem}.credit-balance-card .balance-header{align-items:center;border-bottom:1px solid #e3e6f0;display:flex;gap:12px;justify-content:space-between;margin-bottom:.25rem;padding-bottom:.85rem}.credit-balance-card .balance-header h3{color:#2e384d;font-size:1.1rem;font-weight:900;margin:0}.credit-balance-card .balance-amount{grid-gap:.35rem;display:grid;gap:.35rem;margin-top:.25rem}.credit-balance-card .balance-amount h1{color:#2e384d;font-size:2rem;font-weight:950;letter-spacing:-.02em;line-height:1.15;margin:0}.credit-balance-card .balance-label{background:#f8f9fc;border:1px solid #e3e6f0;border-radius:999px;color:#6c757d;display:inline-flex;font-size:.85rem;font-weight:800;padding:.25rem .6rem;width:-webkit-fit-content;width:fit-content}.credit-balance-card .balance-description{color:#6c757d;font-size:.95rem;line-height:1.45;margin:0}.payment-methods-card{display:flex;flex-direction:column}.payment-methods-card .card-header{align-items:center;border-bottom:1px solid #e3e6f0;display:flex;gap:12px;justify-content:space-between;margin-bottom:.25rem;padding-bottom:.85rem}.payment-methods-card .card-header h3{align-items:center;color:#2e384d;display:flex;font-size:1.1rem;font-weight:900;gap:.75rem;margin:0}.payment-methods-card .card-header img{display:block;object-fit:contain}.payment-methods-card .card-header img,.payment-methods-card .card-header svg{background:#1785d41a;border:1px solid #1785d42e;border-radius:12px;box-shadow:0 6px 14px #1785d41a;flex-shrink:0;height:40px;padding:10px;width:40px}.payment-methods-card .card-header svg{align-items:center;color:var(--primary);display:inline-flex;justify-content:center}.payment-methods-card .card-header svg *{stroke:currentColor}.payment-methods-content{align-items:center;color:#6c757d;display:flex;flex:1 1;justify-content:center;padding:1.25rem 1rem;text-align:center}.subscription-card{margin-bottom:2rem}.subscription-status-header{align-items:center;display:flex;gap:2rem;justify-content:space-between}.subscription-status{flex-grow:1;text-align:left}.subscription-status h3{color:#6c757d;font-size:.8rem;font-weight:900;letter-spacing:1px;margin:0 0 .5rem;text-transform:uppercase}.plan-details-container{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.plan-name strong{color:#2e384d;font-size:1.75rem;font-weight:950}.status-badge{background:#10b9811f;border:1px solid #10b98140;border-radius:999px;display:inline-block;font-size:.85rem;font-weight:900;padding:.25rem .75rem}.trial-date{color:#6c757d;font-size:.9rem;margin:.5rem 0 0}.btn-change-plan{align-items:center;background:var(--primary);border:none;border-radius:12px;box-shadow:0 12px 24px #1785d42e;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:900;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;text-transform:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn-change-plan:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px)}.btn-change-plan:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.addons-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:2rem}:where(.billing-page,.billing-root,.billing-container) .card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.credit-balance-card .auto-reload-btn,.credit-balance-card .purchase-credits-btn{align-items:center;-webkit-appearance:none;appearance:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:900;gap:.55rem;justify-content:center;padding:.65rem .9rem;text-transform:none;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.credit-balance-card .balance-header h3{align-items:center;display:flex;gap:.75rem}.credit-balance-card .balance-header-icon{align-items:center;background:#1785d41a;border:1px solid #1785d42e;border-radius:12px;box-shadow:0 6px 14px #1785d41a;color:var(--primary);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.credit-balance-card .balance-header-icon svg{stroke:currentColor}.credit-balance-card .purchase-credits-btn{background:var(--primary);border:1px solid #0000;box-shadow:0 10px 20px #1785d42e;color:#fff;flex:1 1 180px}.credit-balance-card .purchase-credits-btn:hover:not(:disabled){background:var(--primary-hover);color:#fff;transform:translateY(-1px)}.credit-balance-card .auto-reload-btn{background:#fff;border:1px solid #2e384d2e;box-shadow:none;color:#2e384d;flex:1 1 180px}.credit-balance-card .auto-reload-btn:hover:not(:disabled){background:var(--primary-hover);color:#fff;transform:translateY(-1px)}.credit-balance-card .auto-reload-btn:disabled,.credit-balance-card .purchase-credits-btn:disabled{background:#e9ecef;border-color:#e3e6f0;box-shadow:none;color:#2e384d73;cursor:not-allowed;transform:none}.credit-balance-card .auto-reload-btn:focus-visible,.credit-balance-card .purchase-credits-btn:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.form-group{margin-bottom:1rem}.form-group label{color:#2e384d;display:block;font-size:.9rem;font-weight:900;margin-bottom:.5rem}.form-group input{background:#fff;border:1px solid #e3e6f0;border-radius:12px;box-sizing:border-box;color:#2e384d;font-size:1rem;padding:.75rem .95rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-group input:focus{border-color:#1785d48c;box-shadow:0 0 0 3px #1785d424;outline:none}.transaction-table{border-collapse:initial;border-spacing:0;color:#2e384d;font-size:.95rem;width:100%}.transaction-table td,.transaction-table th{border-bottom:1px solid #e3e6f0;padding:.95rem;text-align:left}.transaction-table th{background:#f8f9fc;color:#6c757d;font-size:.8rem;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.transaction-table tr:last-child td{border-bottom:none}.transaction-table tbody tr:hover td{background:#f8f9fc}.auto-reload-form{display:flex;flex-direction:column;gap:1.1rem;padding-top:.25rem}.auto-reload-toggle-row{align-items:flex-start;background:#f8f9fc;border:1px solid #e3e6f0;border-radius:12px;display:flex;gap:.85rem;justify-content:space-between;padding:.95rem}.auto-reload-toggle-label{display:flex;flex-direction:column;gap:.15rem}.auto-reload-toggle-label label{color:#2e384d;font-size:.98rem;font-weight:950;margin:0}.auto-reload-toggle-label small{color:#6c757d;font-size:.88rem;line-height:1.4}.auto-reload-toggle-control{align-items:center;display:flex;flex-shrink:0;gap:.6rem}.auto-reload-toggle-badge{border-radius:999px;font-size:.7rem;font-weight:900;letter-spacing:.6px;min-width:36px;padding:3px 9px;text-align:center}.auto-reload-toggle-badge.is-on{background:#22c55e1f;border:1px solid #22c55e3d;color:#047857}.auto-reload-toggle-badge.is-off{background:#6c757d1c;border:1px solid #6c757d33;color:#6c757d}.auto-reload-switch{align-items:center;background:#e8ecf3;border:1px solid #c7cfda;border-radius:999px;cursor:pointer;display:inline-flex;height:30px;justify-content:flex-start;padding:2px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease;width:50px}.auto-reload-switch:hover{border-color:#1785d459}.auto-reload-switch.is-enabled{background:#179da629;border-color:#179da659}.auto-reload-switch:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.auto-reload-switch-thumb{background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000002e;height:24px;transition:transform .16s ease;width:24px}.auto-reload-switch.is-enabled .auto-reload-switch-thumb{transform:translateX(20px)}.auto-reload-fields{display:flex;flex-direction:column;gap:1rem;transition:opacity .2s ease}.auto-reload-fields.is-disabled{opacity:.52;pointer-events:none}.auto-reload-field{display:flex;flex-direction:column;gap:.35rem}.auto-reload-field label{color:#2e384d;font-size:.95rem;font-weight:900}.auto-reload-input{background:#fff;border:1px solid #e3e6f0;border-radius:12px;box-sizing:border-box;color:#2e384d;font-size:1rem;padding:.75rem .95rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.auto-reload-input:focus{border-color:#179da68c;box-shadow:0 0 0 3px #179da624;outline:none}.auto-reload-help{color:#6c757d;font-size:.86rem;margin:0}.auto-reload-preview{align-items:flex-start;background:#1785d40f;border:1px solid #1785d42e;border-radius:12px;color:#2e384d;display:flex;font-size:.88rem;gap:8px;line-height:1.5;padding:.85rem 1rem}.auto-reload-preview-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.auto-reload-preview strong{color:var(--primary);font-weight:900}.auto-reload-actions{border-top:1px solid #e3e6f0;display:flex;gap:.75rem;justify-content:flex-end;margin-top:.75rem;padding-top:.85rem}.auto-reload-btn-cancel{align-items:center;background:#fff;border:1px solid #d1d3e2;border-radius:12px;color:#42526b;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:800;gap:.45rem;justify-content:center;padding:.6rem 1.25rem;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.auto-reload-btn-cancel:hover:not(:disabled){background:#f8f9fc;border-color:#b0b7c3;box-shadow:0 6px 14px #00000014;color:#2e384d;transform:translateY(-1px)}.auto-reload-btn-cancel:disabled{cursor:not-allowed;opacity:.6}.auto-reload-btn-save{align-items:center;background-color:var(--primary);border:none;border-radius:12px;box-shadow:0 8px 20px #1785d447;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:900;gap:.45rem;justify-content:center;min-width:190px;padding:.6rem 1.3rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.auto-reload-btn-save:hover:not(:disabled){background-color:#1270b8;box-shadow:0 12px 26px #1785d459;transform:translateY(-1px)}.auto-reload-btn-save:disabled{box-shadow:none;cursor:not-allowed;opacity:.65}.auto-reload-error{background:#ef44441a;border:1px solid #ef444440;border-radius:12px;color:#8f1f16;font-size:.9rem;padding:.75rem .9rem}@media (max-width:640px){.auto-reload-toggle-row{align-items:center;flex-wrap:wrap}.auto-reload-toggle-control{margin-left:auto}.auto-reload-actions{flex-direction:column-reverse}.auto-reload-btn-cancel,.auto-reload-btn-save{width:100%}.auto-reload-btn-save{min-width:0}}.submit-button{align-items:center;background-color:var(--primary);border:none;border-radius:12px;box-shadow:0 12px 22px #179da62e;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:950;justify-content:center;margin-top:1.25rem;padding:.85rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 16px 28px #179da638;filter:brightness(.95);transform:translateY(-1px)}.submit-button:disabled{background-color:#e9ecef;box-shadow:none;color:#2e384d73;cursor:not-allowed;opacity:.9;transform:none}@media (max-width:992px){.billing-layout{grid-template-columns:1fr}}@media (max-width:640px){.subscription-status-header{align-items:flex-start;flex-direction:column;gap:1.25rem}.btn-change-plan{width:100%}.plan-details-container{flex-wrap:wrap}:where(.billing-page,.billing-root,.billing-container) .card-actions{flex-direction:column}.credit-balance-card .auto-reload-btn,.credit-balance-card .purchase-credits-btn{width:100%}}:where(.billing-page,.billing-root,.billing-container) .error-message{align-items:center;background:#e53e3e1a;border:1px solid #e53e3e40;border-radius:12px;color:#8f1f16;display:flex;justify-content:center;margin-bottom:1.5rem;padding:1rem;text-align:center}.transaction-history-card .transaction-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.9rem}.transaction-history-card .transaction-title{align-items:center;display:flex;gap:.75rem;min-width:0}.transaction-history-card .transaction-title h3{color:#2e384d;font-size:1.1rem;font-weight:900;letter-spacing:-.01em;margin:0}.transaction-history-card .transaction-subtitle{color:#6c757d;font-size:.9rem;line-height:1.45;margin:.25rem 0 0}.transaction-history-card .transaction-icon{align-items:center;background:#1785d41a;border-radius:12px;color:var(--primary);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.transaction-history-card .tx-meta{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.transaction-history-card .tx-count-pill{align-items:center;background:#f8f9fc;border:1px solid #e3e6f0;border-radius:999px;color:#6c757d;display:inline-flex;font-size:.8rem;font-weight:800;letter-spacing:.2px;padding:6px 10px}.transaction-history-card .transaction-table-wrap{background:#fff;border:1px solid #e3e6f0;border-radius:12px;margin-top:.75rem;max-height:340px;overflow:auto}.transaction-history-card .transaction-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2}.transaction-history-card .transaction-table tbody tr{transition:background .15s ease,transform .15s ease}.transaction-history-card .transaction-table tbody tr:hover{background:#f8f9fc}.transaction-history-card .transaction-table td{vertical-align:middle}.transaction-history-card .tx-amount{color:#2e384d;font-weight:900;text-align:right;white-space:nowrap}.transaction-history-card .tx-id{color:#6c757d;display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace;font-size:.82rem;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transaction-history-card .tx-type{align-items:center;background:#f8f9fc;border:1px solid #e3e6f0;border-radius:999px;color:#2e384d;display:inline-flex;font-size:.8rem;font-weight:900;gap:6px;letter-spacing:.2px;padding:6px 10px}.transaction-history-card .tx-type.success{background:#22cd941a;border-color:#22cd9438;color:#047857}.transaction-history-card .tx-type.info{background:#1785d41a;border-color:#1785d438;color:#0f72bb}.transaction-history-card .tx-type.warn{background:#f59e0b1f;border-color:#f59e0b40;color:#92400e}.transaction-history-card .download-btn{align-items:center;background:#f0f4ff;border:1px solid #1785d42e;border-radius:10px;color:var(--primary);cursor:pointer;display:inline-flex;gap:8px;justify-content:center;padding:8px 10px;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.transaction-history-card .download-btn:hover:not(:disabled){background:#1785d41f;border-color:#1785d442;box-shadow:0 10px 18px #1785d41f;transform:translateY(-1px)}.transaction-history-card .download-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.55;transform:none}.transaction-history-card .download-btn:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.transaction-history-card .download-label{font-size:.85rem;font-weight:900}@media (max-width:640px){.transaction-history-card .download-label{display:none}}.transaction-history-card .transaction-empty{background:#f8f9fc;border:2px dashed #e3e6f0;border-radius:12px;color:#6c757d;margin-top:.75rem;padding:1.25rem;text-align:center}.transaction-history-card .transaction-empty strong{color:#2e384d;display:block;margin-bottom:.35rem}.cancellation-consequences{color:#6c757d;line-height:1.6;margin-left:25px;margin-top:10px}.section-title .danger-zone-title{background:#0000008c}.cancel-button{margin-left:0;margin-top:0}.warning-card>p:first-child{color:#2e384d;font-weight:800}.cancel-modal-overlay{align-items:center;animation:fadeIn .25s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.confirmation-prompt{animation:slideIn .25s ease-out;background:#fff;border:1px solid #e3e6f0;border-radius:16px;box-shadow:0 20px 60px #00000047;color:#2e384d!important;max-width:480px;overflow:hidden;padding:2rem 2rem 1.6rem;position:relative;text-align:center;width:90%}.confirmation-prompt:before{background:linear-gradient(90deg,#e53e3e,#f59e0b);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.confirmation-text{color:#2e384d!important;font-size:1.05rem;font-weight:800;line-height:1.45;margin-bottom:1.25rem}.confirmation-prompt p:not(.confirmation-text){color:#6c757d;line-height:1.6}.confirmation-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.25rem}.confirmation-actions .button-secondary{background:#0000;border:1px solid #e3e6f0;border-radius:10px;color:#6c757d;cursor:pointer;font-weight:800;min-width:140px;padding:10px 18px;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.confirmation-actions .button-secondary:hover{background:#f8f9fc;border-color:#d1d3e2;color:#2e384d;transform:translateY(-1px)}.confirmation-actions .cancel-button{background:#e53e3e;border:1px solid #e53e3e73;border-radius:10px;box-shadow:0 12px 22px #e53e3e2e;color:#fff;cursor:pointer;font-weight:900;margin:0;min-width:140px;padding:10px 18px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.confirmation-actions .cancel-button:hover:not(:disabled){background:#c53030;box-shadow:0 16px 28px #e53e3e38;transform:translateY(-1px)}.confirmation-actions .cancel-button:disabled{background:#e9ecef;border-color:#e3e6f0;box-shadow:none;color:#2e384d73;cursor:not-allowed;transform:none}.danger-zone-title{border-bottom-color:#e53e3e59;color:#e53e3e;font-weight:900}.danger-zone-title .section-icon{color:#e53e3e}.cancel-account-section{border-radius:12px}.cancel-button{background:#e53e3e;border:none;border-radius:10px;box-shadow:0 12px 22px #e53e3e2e;color:#fff;cursor:pointer;font-weight:900;margin:1rem;padding:.7rem 1.1rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cancel-button:hover:not(:disabled){background:#c53030;box-shadow:0 16px 28px #e53e3e38;transform:translateY(-1px)}.cancel-button:disabled{background:#e9ecef;box-shadow:none;color:#2e384d73;cursor:not-allowed;opacity:1;transform:none}.section-title.danger-zone-title{border-bottom-color:#e53e3e59!important;color:#2e384d!important}.section-title.danger-zone-title .section-icon{color:#e53e3e!important}@media (max-width:768px){.confirmation-prompt{margin:1rem;max-width:none;padding:1.6rem;width:calc(100% - 2rem)}.confirmation-actions{flex-direction:column;gap:.75rem}.confirmation-actions .button-secondary,.confirmation-actions .cancel-button{min-width:auto;width:100%}}.upgrade-container{background:#fff;border:2px solid #d1d3e2;border-radius:16px;border-radius:var(--border-radius-lg,16px);box-shadow:0 16px 40px #0000002e;color:#2e384d;overflow:hidden;padding:16px;position:relative}.upgrade-container:before{content:none!important;display:none!important}.upgrade-body{flex:1 1;overflow:auto;padding-right:6px}.upgrade-header{margin-bottom:18px;text-align:center}.upgrade-header h3{color:var(--primary);font-size:1.5rem;font-weight:900;margin-bottom:8px}.upgrade-header p{color:#6c757d;font-size:.95rem;line-height:1.5}.upgrade-toggle-wrap{display:flex;justify-content:center;margin:10px 0 18px}.upgrade-toggle{background:#f8f9fc;border:2px solid #e3e6f0;border-radius:999px;box-shadow:0 6px 14px #0000000d;display:inline-flex;gap:4px;padding:4px}.upgrade-toggle-btn{background:#0000;border:none;border-radius:999px;color:#6c757d;cursor:pointer;font-weight:900;padding:10px 14px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease}.upgrade-toggle-btn:hover{background:var(--primary-hover);color:#2e384d;transform:translateY(-1px)}.upgrade-toggle-btn.is-active{background:var(--primary);box-shadow:0 10px 20px #1785d42e;color:#fff}.upgrade-toggle-btn:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.upgrade-error{align-items:center;background-color:#e53e3e1a;border:1px solid #e53e3e40;border-radius:10px;color:#8f1f16;display:flex;font-size:.9rem;font-weight:600;gap:10px;margin-bottom:15px;padding:10px 12px}.upgrade-plans-grid{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding:6px 4px 14px;scroll-snap-type:x mandatory}.upgrade-plans-grid::-webkit-scrollbar{height:8px}.upgrade-plans-grid::-webkit-scrollbar-thumb{background:#2e384d2e;border-radius:999px}.upgrade-plans-grid::-webkit-scrollbar-track{background:#0000}.upgrade-card{background:#fff;border:2px solid #e3e6f0;border-radius:12px;box-shadow:0 6px 18px #0000000a;cursor:pointer;display:flex;flex:0 0 260px;flex-direction:column;overflow:hidden;padding:16px;position:relative;scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.upgrade-card:before{content:none!important;display:none!important}.upgrade-card:hover{background:#fff;border-color:#cbd0dc;box-shadow:0 12px 24px #00000014;transform:translateY(-2px)}.upgrade-card.selected{background-color:#1785d40d;border-color:#1785d473;box-shadow:0 0 0 3px #1785d41a,0 12px 24px #00000014}.upgrade-card.current{background-color:#f8f9fc;border-color:#e3e6f0;box-shadow:none;cursor:default;opacity:.75}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.card-header h4{color:#2e384d;font-size:1.1rem;font-weight:900;margin:0}.current-badge{background:#1785d41a;border:1px solid #1785d42e;border-radius:999px;color:#0f72bb;font-size:.72rem;font-weight:900;padding:4px 8px;text-transform:uppercase}.card-price{color:var(--teal-primary);font-size:1.6rem;font-weight:900;letter-spacing:-.01em;margin-bottom:10px}.card-price .period{color:#6c757d;font-size:.9rem;font-weight:600}.card-desc{color:#6c757d;flex-grow:1;font-size:.9rem;line-height:1.45;margin-bottom:14px}.card-features{border-top:1px solid #e3e6f0;list-style:none;margin:0;padding:12px 0 0}.card-features li{align-items:flex-start;color:#2e384d;display:flex;font-size:.9rem;gap:10px;margin-bottom:10px}.card-features li svg{color:var(--teal-primary);flex-shrink:0;margin-top:3px}.upgrade-actions{border-top:1px solid #e3e6f0;display:flex;gap:10px;justify-content:flex-end;margin-top:18px;padding-top:16px}.btn-cancel{background:#0000;border:2px solid #e3e6f0;border-radius:10px;color:#6c757d;cursor:pointer;font-weight:800;padding:10px 16px;transition:background .2s ease,transform .2s ease,color .2s ease,border-color .2s ease}.btn-cancel:hover{background:#f8f9fc;border-color:#d1d3e2;color:#2e384d;transform:translateY(-1px)}.btn-confirm{align-items:center;background:var(--primary);border:1px solid #0000;border-radius:10px;box-shadow:0 12px 22px #1785d438;color:#fff;cursor:pointer;display:flex;font-weight:900;gap:8px;padding:10px 18px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn-confirm:hover:not(:disabled){background:#0f72bb;border-color:#0f72bb59;box-shadow:0 16px 28px #1785d447;transform:translateY(-1px)}.btn-confirm:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.btn-confirm:disabled{background:#e9ecef;box-shadow:none;color:#2e384d73;cursor:not-allowed}.spin{animation:spin 1s linear infinite}@media (max-width:768px){.upgrade-header{margin-bottom:15px}.upgrade-card{flex:0 0 85%}}.logs-section{background:#fff;border:1px solid #e3e6f0;border-radius:12px;box-shadow:0 8px 18px #0000000f;color:#2e384d;margin-bottom:2rem;overflow-x:auto;padding:1.5rem;position:relative}.logs-section:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.logs-section .section-title{align-items:center;border-bottom:1px solid #e3e6f0;color:#2e384d;display:flex;font-size:1.35rem;font-weight:800;gap:.75rem;margin:0 0 1.25rem;padding-bottom:.75rem}.conversation-table{border-collapse:initial;border-spacing:0;color:#2e384d;font-size:.95rem;min-width:800px;width:100%}.conversation-table td,.conversation-table th{border-bottom:1px solid #e3e6f0;padding:.95rem;text-align:left;vertical-align:top}.conversation-table th{background:#f8f9fc;color:#6c757d;font-size:.8rem;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.conversation-table tr:last-child td{border-bottom:none}.conversation-row{cursor:pointer;transition:background .2s ease,transform .2s ease}.conversation-row:hover{background:#f8f9fc}.conversation-row.selected{background:#1785d417;box-shadow:inset 3px 0 0 var(--primary)}.recording-link{color:var(--primary);font-weight:700;text-decoration:none}.recording-link:hover{text-decoration:underline}.error-message{background:#e53e3e1a;border:1px solid #e53e3e40;border-radius:12px;color:#8f1f16;margin-bottom:1rem;padding:1rem}.conversation-modal-overlay,.error-message{align-items:center;display:flex;justify-content:center}.conversation-modal-overlay{animation:fadeIn .25s ease-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0000008c;inset:0;position:fixed;z-index:1000}.conversation-modal-content{animation:slideIn .25s ease-out;background:#fff;border:1px solid #e3e6f0;border-radius:16px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;max-height:min(760px,80vh);overflow:hidden;position:relative;width:min(920px,92vw)}.conversation-modal-content:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.close-modal-btn{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:10px;color:#6c757d;cursor:pointer;display:inline-flex;height:36px;justify-content:center;position:absolute;right:.9rem;top:.9rem;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;width:36px;z-index:10}.close-modal-btn:hover{background:#f0f4ff;border-color:#1785d440;color:var(--primary);transform:translateY(-1px)}.close-modal-btn:focus-visible{outline:3px solid #1785d438;outline-offset:2px}.messages-section{background:#fff;color:#2e384d;flex:1 1;min-height:0;overflow-y:auto;padding:1.5rem}.summary-section{margin-bottom:1.25rem}.messages-title,.summary-title{color:#2e384d;font-weight:900;margin:0 0 .5rem}.summary-content{background:#f8f9fc;border:1px solid #e3e6f0;border-radius:12px;color:#2e384d;padding:1rem}.messages-container{display:flex;flex-direction:column;gap:.75rem}.message{background:#f8f9fc;border:1px solid #e3e6f0;border-radius:12px;color:#2e384d;max-width:80%;padding:.9rem 1rem}.message.assistant{align-self:flex-start;background:#22cd9414;border-color:#22cd9433}.message.user{align-self:flex-end;background:var(--primary-hover);border-color:#1785d433;color:#fff}.message.user .message-timestamp{color:#ffffffb8}.message-timestamp{color:#6c757d;font-size:.8rem;margin-bottom:.4rem}@media (max-width:768px){.logs-section{padding:1rem}.conversation-table{display:block;min-width:auto}.conversation-table thead{display:none}.conversation-table tbody{display:block}.conversation-table tr{background:#fff;border:1px solid #e3e6f0;border-radius:12px;box-shadow:0 8px 18px #0000000d;display:block;margin-bottom:.9rem;padding:.9rem}.conversation-table td{border-bottom:none;display:block;padding:.35rem 0}.conversation-table td:before{color:#6c757d;content:attr(data-label);display:inline-block;font-weight:800;width:120px}.message{max-width:92%}.messages-section{padding:1rem}.conversation-modal-content{margin:1rem;max-width:none;width:95vw}.close-modal-btn{height:36px;right:.6rem;top:.6rem;width:36px}}.assistantCard{background:#fff;border:1px solid #e3e6f0!important;border-radius:12px!important;box-shadow:0 8px 18px #0000000f;overflow:hidden;position:relative}.assistantCard:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.assistantCardTop{padding:1.25rem 1.25rem 1rem!important}.assistantCardHeader{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.assistantCardHeaderText{min-width:0}.assistantCardTitle{color:#2e384d;font-size:1.05rem!important;font-weight:900!important;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistantCardMeta{color:#6c757d;font-size:.85rem!important;font-weight:600;margin-top:6px!important}.assistantCardExpand{background:#fff!important;border:1px solid #e3e6f0!important;border-radius:10px!important;color:#6c757d!important;transition:transform .2s ease,background .2s ease,border-color .2s ease}.assistantCardExpand:hover{background:#f8f9fc!important;border-color:#d1d3e2!important;transform:translateY(-1px)}.assistantCardExpand svg{transition:transform .2s ease}.assistantCardExpand.expanded svg{transform:rotate(180deg)}.assistantCardTabsWrap{background:#f8f9fc;border-bottom:1px solid #e3e6f0}.assistantCardTabsWrap .MuiTab-root{color:#6c757d!important;font-weight:800!important;min-height:48px;text-transform:none!important}.assistantCardTabsWrap .MuiTab-root.Mui-selected{color:#2e384d!important}.assistantCardTabsWrap .MuiTabs-indicator{background:var(--primary);border-radius:3px;height:3px}.assistantCardBody{background:#fff;padding:1.25rem!important}.assistantCardSection{display:flex;flex-direction:column;gap:1rem}.assistantCardSectionHeaderRow{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.assistantCardSectionTitle{align-items:center;color:#2e384d;display:flex;font-size:1.05rem!important;font-weight:900!important;gap:8px;margin:0!important}.assistantTitleIcon{align-items:center;background:#1785d41a;border-radius:10px;color:var(--primary);display:inline-flex;height:26px;justify-content:center;width:26px}.assistantCardHelpText{color:#6c757d;font-size:.9rem!important;line-height:1.6;margin-top:6px!important}.assistantCardStatusStack{grid-gap:10px;display:grid;gap:10px}.assistantCardDivider{border-color:#e3e6f0!important;margin:1rem 0!important}.assistantCardActions{display:flex;gap:10px;justify-content:flex-end;padding-top:6px}.assistantCardSubCard{background:#fff;border:1px solid #e3e6f0;border-radius:12px;box-shadow:0 6px 16px #0000000a;padding:1rem}.assistantCardSubCardMuted{background:#f8f9fc}.assistantCardSubTitle{color:#2e384d;font-size:.95rem!important;font-weight:900!important;margin:0 0 6px!important}.assistantCardMiniTitle{color:#2e384d;font-size:.9rem!important;font-weight:900!important;margin:0 0 8px!important}.assistantCardField{margin-top:10px!important}.assistantCard .MuiOutlinedInput-root{background:#fff;border-radius:12px}.assistantCard .MuiOutlinedInput-notchedOutline{border-color:#e3e6f0!important}.assistantCard .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1785d48c!important}.assistantCard .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px #1785d424}.assistantCard .MuiInputLabel-root{color:#6c757d!important;font-weight:700!important}.assistantCard .MuiInputLabel-root.Mui-focused{color:var(--primary)!important}.assistantPrimaryButton{background:var(--primary)!important;border-radius:10px!important;box-shadow:0 12px 22px #1785d42e;color:#fff!important;font-weight:900!important;text-transform:none!important}.assistantPrimaryButton:hover{background:#0f72bb!important;transform:translateY(-1px)}.assistantSecondaryButton{background:#fff!important;border:1px solid #e3e6f0!important;border-radius:10px!important;color:#2e384d!important;font-weight:900!important;text-transform:none!important}.assistantSecondaryButton:hover{background:#f8f9fc!important;border-color:#d1d3e2!important}.assistantLinkButton{border-radius:10px!important;color:var(--primary)!important;font-weight:800!important;text-transform:none!important}.assistantLinkButton:hover{background:#1785d414!important}.assistantCardGrid2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:10px}@media (max-width:900px){.assistantCardGrid2{grid-template-columns:1fr}}.assistantCardSwitchGrid{grid-gap:6px;align-content:start;display:grid;gap:6px}.assistantSwitch .MuiFormControlLabel-label{color:#2e384d;font-weight:800}.assistantCardHintBox{background:#1785d40f;border:1px solid #1785d42e;border-radius:12px;padding:12px}.assistantCardHintTitle{color:#2e384d;font-size:.9rem!important;font-weight:900!important;margin:0!important}.assistantCardHintText{color:#6c757d;font-size:.88rem!important;line-height:1.5;margin-top:4px!important}.assistantInlineAddRow{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr auto;margin-top:10px}@media (max-width:640px){.assistantInlineAddRow{grid-template-columns:1fr}}.assistantCardInviteRow{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr 160px auto;margin-top:10px}@media (max-width:900px){.assistantCardInviteRow{grid-template-columns:1fr}}.assistantCardRoleSelect{min-width:160px}.assistantCardEmpty{background:#f8f9fc;border:2px dashed #e3e6f0;border-radius:12px;color:#6c757d;font-weight:700;margin-top:10px;padding:12px 14px}.assistantCardUsersList{margin-top:10px}.assistantCardUserRow{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.assistantCardUserRow:hover{border-color:#d1d3e2;box-shadow:0 12px 24px #0000000f;transform:translateY(-1px)}.assistantCardUserMain{align-items:center;display:flex;gap:10px;min-width:0}.assistantCardUserEmail{color:#2e384d;font-size:.92rem!important;font-weight:800!important;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistantCardUserActions{align-items:center;display:flex;gap:10px}.assistantCardInlineRole .MuiOutlinedInput-root{border-radius:10px!important}.assistantIconButtonDanger{background:#e74a3b14!important;border:1px solid #e74a3b40!important;border-radius:10px!important;color:#e74a3b!important}.assistantIconButtonDanger:hover{background:#e74a3b24!important;transform:translateY(-1px)}.assistantRoleChip{border-radius:999px!important;font-weight:900!important}.assistantRoleChip.viewer{background:#1785d41a!important;border:1px solid #1785d433!important;color:#2e384d!important}.assistantRoleChip.admin{background:#22cd941f!important;border:1px solid #22cd9440!important;color:#047857!important}.assistantChipGrid{margin-top:10px}.assistantPhraseChip,.assistantTopicChip{background:#fff!important;border-color:#e3e6f0!important;border-radius:999px!important;color:#2e384d!important;font-weight:800!important}.assistantPhraseChip:hover,.assistantTopicChip:hover{background:#f8f9fc!important;border-color:#d1d3e2!important}.assistantCardTextArea textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace!important;font-size:.9rem!important;line-height:1.65!important}.assistantCardSubPanel{background:#f8f9fc;border:1px solid #e3e6f0;border-radius:12px;padding:12px}.assistantSettingsRoot{color:#2e384d;display:flex;flex-direction:column;gap:16px}.assistantSettingsPanel{background:#fff!important;border:1px solid #e3e6f0!important;border-radius:14px!important;box-shadow:0 8px 18px #0000000f!important;padding:16px!important}.assistantSettingsPanel .voice-speed-config{background:linear-gradient(180deg,#fcfdff,#f8f9fc);border:1px solid #e3e6f0;border-radius:12px;box-sizing:border-box;margin:2px 0 0!important;max-width:100%;overflow:hidden;padding:12px 14px 10px;width:100%}.assistantSettingsPanel .voice-speed-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.assistantSettingsPanel .voice-speed-title{color:#2e384d;font-size:.95rem!important;font-weight:900!important;margin:0!important}.assistantSettingsPanel .voice-speed-value{align-items:center;background:#1785d417;border:1px solid #1785d438;border-radius:999px;color:var(--primary);display:inline-flex;font-size:.82rem!important;font-weight:900!important;justify-content:center;line-height:1;min-width:64px;padding:.2rem .55rem}.assistantSettingsPanel .voice-speed-slider{margin:6px 4px 2px;width:100%}.assistantSettingsPanel .voice-speed-slider .MuiSlider-track{background:linear-gradient(90deg,var(--primary),var(--teal-primary));border:none}.assistantSettingsPanel .voice-speed-slider .MuiSlider-rail{background-color:#d5dce7;opacity:1}.assistantSettingsPanel .voice-speed-slider .MuiSlider-thumb{border:2px solid #fff;box-shadow:0 2px 10px #1785d452;height:16px;width:16px}.assistantSettingsPanel .voice-speed-slider .MuiSlider-thumb.Mui-focusVisible,.assistantSettingsPanel .voice-speed-slider .MuiSlider-thumb:hover{box-shadow:0 0 0 8px #1785d426}.assistantSettingsPanel .voice-speed-legend{align-items:center;color:#6c757d;display:flex;font-size:.76rem;font-weight:700;gap:8px;justify-content:space-between;margin-top:8px;padding:0 2px}@media (max-width:680px){.assistantSettingsPanel .voice-speed-legend{font-size:.72rem}}.assistantSettingsHeaderRow{align-items:center;display:flex;gap:12px;justify-content:space-between}.assistantSettingsTitle{color:#2e384d;font-weight:900!important}.assistantSettingsSubtitle{color:#6c757d;margin-top:2px}.assistantInlineRow{align-items:center;display:flex;gap:10px}.assistantAlert{border-radius:12px!important}.assistantPrimaryButton,.assistantPrimaryButton.MuiButton-contained{background:var(--primary)!important;border-radius:12px!important;box-shadow:0 10px 20px #1785d42e!important;color:#fff!important;font-weight:900!important;text-transform:none!important}.assistantPrimaryButton.MuiButton-contained:hover,.assistantPrimaryButton:hover{box-shadow:0 14px 26px #1785d43d!important}.assistantOutlineButton,.assistantOutlineButton.MuiButton-outlined{background:#fff!important;border-color:#2e384d2e!important;border-radius:12px!important;color:#2e384d!important;font-weight:900!important;text-transform:none!important}.assistantOutlineButton.MuiButton-outlined:hover,.assistantOutlineButton:hover{background:#f8f9fc!important;border-color:#1785d440!important}.assistantButtonAlignEnd{align-self:flex-end}.assistantIconButtonNeutral,.assistantIconButtonNeutral.MuiIconButton-root{background:#fff!important;border:1px solid #e3e6f0!important;border-radius:12px!important;color:#6c757d!important;height:38px!important;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease;width:38px!important}.assistantIconButtonNeutral.MuiIconButton-root:hover,.assistantIconButtonNeutral:hover{background:#f8f9fc!important;border-color:#1785d440!important;color:var(--primary)!important;transform:translateY(-1px)}.assistantIconButtonDanger,.assistantIconButtonDanger.MuiIconButton-root{background:#d32f2f0f!important;border:1px solid #d32f2f38!important;border-radius:12px!important;color:#d32f2f!important;height:38px!important;width:38px!important}.assistantIconButtonDanger.MuiIconButton-root:hover,.assistantIconButtonDanger:hover{background:#d32f2f1a!important;border-color:#d32f2f59!important}.assistantSettingsRoot .MuiOutlinedInput-root{background:#fff;border-radius:12px}.assistantSettingsRoot .MuiOutlinedInput-notchedOutline{border-color:#e3e6f0}.assistantSettingsRoot .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#d1d3e2}.assistantSettingsRoot .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1785d48c}.assistantSettingsRoot .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px #1785d424}.assistantSettingsRoot .MuiInputLabel-root{color:#6c757d;font-weight:700}.assistantSettingsRoot .MuiInputLabel-root.Mui-focused{color:var(--primary)}.assistantMonoChip,.assistantMonoInput .MuiInputBase-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.assistantTablePanel{background:#fff!important;border:1px solid #e3e6f0!important;border-radius:14px!important;box-shadow:0 8px 18px #0000000f!important;overflow:hidden}.assistantTablePanel .MuiTableHead-root{background:#f8f9fc}.assistantTablePanel .MuiTableCell-head{border-bottom:1px solid #e3e6f0!important;color:#6c757d!important;font-size:.8rem;font-weight:900!important;letter-spacing:.4px;text-transform:uppercase}.assistantTablePanel .MuiTableCell-body{border-bottom:1px solid #e3e6f0!important;color:#2e384d}.assistantTablePanel .MuiTableRow-root:hover .MuiTableCell-body{background:#f8f9fc}.assistantSettingsRoot .MuiSwitch-switchBase.Mui-checked{color:var(--accent)!important}.assistantSettingsRoot .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#22cd9480!important}.assistantDialogPaper{border:1px solid #e3e6f0!important;border-radius:16px!important;box-shadow:0 20px 60px #0003!important;overflow:hidden;position:relative}.assistantDialogPaper:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.assistantDialogTitle{align-items:center;border-bottom:1px solid #e3e6f0;display:flex;gap:12px;justify-content:space-between;padding:14px 16px!important}.assistantDialogActions{border-top:1px solid #e3e6f0;padding:12px 16px!important}.assistantHintRow{align-items:center;color:#6c757d;display:flex;gap:8px}.assistantList{--al-bg:#f8f9fc;--al-card:#fff;--al-text:#2e384d;--al-muted:#6c757d;--al-border:#e3e6f0;--al-border-strong:#d1d3e2;--al-radius:var(--border-radius-lg,16px);--al-radius-soft:18px;--al-ease:cubic-bezier(0.4,0,0.2,1);margin:0 auto;max-width:1200px;width:100%}.assistantList .MuiGrid-container{margin-top:0}.assistantListRow{align-items:flex-start;display:flex;gap:14px;isolation:isolate;position:relative}.assistantListRow:before{background:rgba(23,133,212,.035);border:1px solid #e3e6f0bf;border-radius:var(--al-radius-soft);content:"";inset:-10px;opacity:0;pointer-events:none;position:absolute;transform:translateY(2px);transition:opacity .18s var(--al-ease),transform .18s var(--al-ease);z-index:-1}.assistantListRow:hover:before{opacity:1;transform:translateY(0)}.assistantListCardWrap{flex:1 1;min-width:0}.assistantListDeleteWrap{align-items:flex-start;display:flex;flex-shrink:0;isolation:isolate;padding-top:10px;position:relative}.assistantListDeleteWrap:before{background:#f8f9fceb;border:1px solid #e3e6f0eb;border-radius:14px;box-shadow:0 8px 18px #0000000d;content:"";height:44px;left:50%;opacity:0;pointer-events:none;position:absolute;top:10px;transform:translateX(-50%);transition:opacity .18s var(--al-ease),transform .18s var(--al-ease);width:44px;z-index:-1}.assistantListRow:hover .assistantListDeleteWrap:before{opacity:1;transform:translateX(-50%) translateY(-1px)}.assistantListDeleteWrap .MuiIconButton-root{transition:transform .18s var(--al-ease),box-shadow .18s var(--al-ease)}.assistantListRow:hover .assistantListDeleteWrap .MuiIconButton-root{box-shadow:0 10px 20px #d32f2f24;transform:translateY(-1px)}.assistantListDeleteWrap .MuiIconButton-root:focus-visible{border-radius:12px;outline:3px solid #1785d438;outline-offset:2px}@media (max-width:900px){.assistantList{max-width:100%}.assistantListRow{gap:12px}.assistantListRow:before{inset:-8px}}@media (max-width:600px){.assistantListRow{align-items:stretch;flex-direction:column;gap:10px}.assistantListDeleteWrap{justify-content:flex-end;padding-top:0}.assistantListDeleteWrap:before{display:none}}.assistants-toolbar{justify-content:flex-end;margin-bottom:1rem}.assistants-list-wrap{margin-top:.5rem}.assistants-list-wrap>*{min-width:0}.assistants-toolbar h2{color:#2e384d;font-size:1.15rem;font-weight:800;margin:0}.assistants-toolbar p{color:#6c757d;font-size:.95rem;margin:.25rem 0 0}.assistants-btn-primary-pill{background:var(--primary);border:none;border-radius:999px;box-shadow:0 12px 24px #1785d42e;color:#fff;cursor:pointer;font-weight:800;padding:.7rem 1rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.assistants-btn-primary-pill:hover{background:#0f72bb;box-shadow:0 16px 30px #1785d438;transform:translateY(-1px)}.assistants-btn-primary-pill:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.assistants-modal-backdrop{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.assistants-modal{max-width:860px;width:100%}.assistants-modal-card{background:#fff;border:1px solid #e3e6f0;border-radius:16px;border-radius:var(--border-radius-lg,16px);box-shadow:0 16px 40px #00000038;display:flex;flex-direction:column;max-height:min(82vh,900px);overflow:hidden;position:relative}.assistants-modal-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.assistants-modal-header{align-items:flex-start;border-bottom:1px solid #e3e6f0;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.25rem 1rem}.assistants-modal-title{color:#2e384d;font-size:1.15rem;font-weight:900;margin:0}.assistants-modal-subtitle{color:#6c757d;font-size:.92rem;line-height:1.5;margin:.35rem 0 0}.assistants-icon-btn{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:10px;color:#6c757d;cursor:pointer;display:inline-flex;flex-shrink:0;height:38px;justify-content:center;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;width:38px}.assistants-icon-btn:hover{background:#f0f4ff;border-color:#1785d440;color:var(--primary);transform:translateY(-1px)}.assistants-icon-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.assistants-modal-body{min-height:0;overflow:auto;padding:1.1rem 1.25rem}.assistants-form-grid{grid-gap:1rem 1.25rem;display:grid;gap:1rem 1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.assistants-form-group{display:flex;flex-direction:column;gap:.45rem;min-width:0}.assistants-form-group.full{grid-column:1/-1}.assistants-label{color:#2e384d;font-size:.78rem;font-weight:900;letter-spacing:.6px;text-transform:uppercase}.assistants-input,.assistants-select,.assistants-textarea{background:#fff;border:1px solid #e3e6f0;border-radius:12px;border-radius:var(--border-radius-md,12px);box-sizing:border-box;color:#2e384d;font-size:.98rem;padding:.85rem .95rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.assistants-textarea{line-height:1.5;min-height:120px;resize:vertical}.assistants-input::placeholder,.assistants-textarea::placeholder{color:#b7b9cc}.assistants-input:focus,.assistants-select:focus,.assistants-textarea:focus{border-color:#1785d48c;box-shadow:0 0 0 3px #1785d424;outline:none}.assistants-tools-box{background:#f8f9fc;border:1px solid #e3e6f0;border-radius:12px;border-radius:var(--border-radius-md,12px);max-height:180px;overflow:auto;padding:.6rem}.assistants-tool-item{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:.65rem;padding:.55rem .65rem;transition:background .2s ease,transform .2s ease,border-color .2s ease;-webkit-user-select:none;user-select:none}.assistants-tool-item:hover{background:#fff;border-color:#e3e6f0;transform:translateY(-1px)}.assistants-tool-item input[type=checkbox]{accent-color:var(--primary);height:16px;width:16px}.assistants-tool-name{color:#2e384d;font-size:.95rem;font-weight:700}.assistants-muted{color:#6c757d;font-size:.9rem}.assistants-modal-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-top:1px solid #e3e6f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem}.assistants-btn{border:none;border-radius:10px;cursor:pointer;font-weight:900;padding:.7rem 1rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.assistants-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.assistants-btn-secondary{background:#0000;border:1px solid #e3e6f0;color:#6c757d}.assistants-btn-secondary:hover:not(:disabled){background:#f8f9fc;border-color:#d1d3e2;color:#2e384d;transform:translateY(-1px)}.assistants-btn-primary{background:var(--primary);box-shadow:0 12px 22px #1785d42e;color:#fff}.assistants-btn-primary:hover:not(:disabled){background:#0f72bb;box-shadow:0 16px 28px #1785d438;transform:translateY(-1px)}@media (max-width:780px){.assistants-form-grid{grid-template-columns:1fr}}.assistants-shell{margin:0 auto;max-width:1180px;width:100%}.assistants-surface{background:#fff;border:1px solid #e3e6f0;border-radius:16px;border-radius:var(--border-radius-lg,16px);box-shadow:0 8px 18px #0000000f;padding:1rem}.assistants-toolbar{align-items:center;border-bottom:1px solid #e3e6f0;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.85rem;padding-bottom:.85rem}.assistants-toolbar-title{align-items:center;color:#2e384d;display:flex;font-size:1.25rem;font-weight:800;gap:.75rem;line-height:1.2;margin:0}.assistants-toolbar-icon{align-items:center;background:#1785d41a;border:1px solid #1785d42e;border-radius:12px;box-shadow:0 6px 14px #1785d41a;color:var(--primary);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.assistants-toolbar-icon svg{stroke:currentColor}.assistants-toolbar-spacer{flex:1 1}.assistants-toolbar .section-header{align-items:center;color:#2e384d;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;margin:0 0 1.25rem}.assistants-list-wrap{padding-top:.25rem;width:100%}.assistants-list-wrap>*{width:100%}.assistants-list-wrap :is(.MuiPaper-root,.MuiCard-root,.assistant-card,.agent-card,.assistant-item){max-width:none;width:100%}.tools-section{--bg-page:#f8f9fc;--bg-card:#fff;--bg-soft:#f8f9fc;--bg-soft-2:#f0f4ff;--text-main:#2e384d;--text-secondary:#6c757d;--text-muted:#b7b9cc;--border-color:#e3e6f0;--border-color-strong:#d1d3e2;--shadow-card:0 6px 18px #0000000a;--shadow-hover:0 12px 24px #00000014;--ease:cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box}:where(button,a,input,select,textarea):focus-visible{outline:3px solid #1785d438;outline-offset:2px}.tools-section{background:#0000;color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;max-width:1600px;padding:2rem;width:100%}.tools-section .tools-section{margin:0;max-width:none;padding:0}.form-header-wrapper,.section-header{border-bottom:1px solid var(--border-color);margin-bottom:2.5rem;padding-bottom:1.5rem}.section-header{align-items:center;color:var(--text-main);display:flex;font-size:1.75rem;font-weight:700;gap:1rem;margin-top:0}.section-header svg{background:#1785d41a;border:1px solid #1785d42e;border-radius:12px;box-shadow:0 6px 14px #1785d41a;color:var(--primary)!important;flex-shrink:0;height:48px!important;padding:12px;width:48px!important}.section-header svg *{stroke:currentColor}.form-subtitle,.section-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:.35rem 0 0;max-width:900px}.form-title{color:var(--text-main);font-size:1.75rem;font-weight:700;margin:0}.save-message{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-card);font-weight:600;margin:0 auto 1rem;max-width:900px;padding:.9rem 1rem;width:100%}.save-message.success{background:#22cd941a;border-color:#22cd9447;color:#047857}.save-message.error{background:#e74a3b1a;border-color:#e74a3b47;color:#8f1f16}.text-muted{color:var(--text-muted)!important}.mb-2{margin-bottom:.5rem}.flex-center{gap:10px}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{gap:12px}.flex-between,.space-between{justify-content:space-between}.tools-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));width:100%}.tool-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-card);display:flex;flex-direction:column;overflow:hidden;padding:1.75rem;position:relative;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.tool-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.tool-card:hover{border-color:var(--border-color-strong);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.tool-card--deleting{opacity:.65;pointer-events:none}.tool-card--deleting:after{background:#e74a3b1a;border:1px solid #e74a3b38;border-radius:20px;color:#8f1f16;content:"Deleting…";font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 10px;position:absolute;right:14px;text-transform:uppercase;top:14px}.tool-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:1rem}.tool-title-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;min-width:0}.tool-title{color:var(--text-main);font-size:1.25rem;font-weight:800;line-height:1.2;margin:0;word-break:break-word}.tool-actions{display:flex;flex-shrink:0;gap:10px}.icon-button{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:10px;color:var(--text-secondary);cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;width:36px}.icon-button:hover{transform:translateY(-1px)}.icon-button.edit:hover{background:var(--bg-soft-2);border-color:#1785d440;color:var(--primary)}.icon-button.delete:hover{background:#e74a3b14;border-color:#e74a3b40;color:#e74a3b}.icon-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.tool-body{display:flex;flex:1 1;flex-direction:column}.tool-description{color:var(--text-secondary);flex-grow:1;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.tool-function,.tool-server{color:var(--text-secondary);font-size:.9rem;margin-top:.35rem}.tool-badge{align-items:center;border:1px solid var(--border-color);border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:700;gap:6px;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.tool-badge.custom{background:var(--bg-soft-2);color:var(--primary)}.tool-badge.builtin{background:var(--bg-soft);color:var(--text-secondary)}.parameters-container{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.parameters-header{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.9rem;font-weight:700;justify-content:space-between;transition:color .2s ease;-webkit-user-select:none;user-select:none}.parameters-header:hover{color:var(--text-main)}.parameters-title{font-size:.9rem;font-weight:700;margin:0}.parameters-content{background:var(--bg-soft);border:1px solid var(--border-color);border-radius:var(--border-radius-md);color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace;font-size:.78rem;line-height:1.6;margin-top:.75rem;overflow-x:auto;padding:1rem}.empty-properties,.empty-state{background:#0000;border:2px dashed var(--border-color);border-radius:var(--border-radius-md);color:var(--text-secondary);padding:1rem 1.25rem}.tool-form-container{animation:slideUp .35s var(--ease);margin:0 auto;max-width:920px;padding:0 0 7rem;position:relative;width:100%}.fade-in{animation:fadeIn .5s ease-in-out}.form-section-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-card);margin-bottom:1.5rem;padding:1.75rem}.card-title-row{align-items:center;border-bottom:1px solid var(--border-color);display:flex;gap:10px;margin-bottom:1.25rem;padding-bottom:1rem}.card-title-row h3{color:var(--text-main);font-size:1.1rem;font-weight:800;margin:0}.grid-container{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.input-group{margin-bottom:0}.input-group.full-width{grid-column:1/-1}.input-group label{color:var(--text-main);font-size:.78rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.input-group input,.input-group select,.input-group textarea{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-main);font-size:.98rem;padding:.85rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input-group textarea{resize:vertical}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#1785d48c;box-shadow:0 0 0 3px #1785d424;outline:none}.tool-type-selector{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.tool-type-option{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-md);cursor:pointer;display:flex;gap:1rem;padding:1.15rem;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.tool-type-option:hover{box-shadow:0 8px 18px #0000000f;transform:translateY(-2px)}.tool-type-option.selected{background:var(--bg-soft-2);border-color:#1785d459}.tool-type-option.disabled{cursor:not-allowed;opacity:.55;pointer-events:none}.tool-type-option-title{color:var(--text-main);display:block;font-weight:800}.tool-type-option-description{color:var(--text-secondary);display:block;font-size:.9rem;line-height:1.35;margin-top:.25rem}.radio-circle{align-items:center;background:#fff;border:2px solid #c9d2ea;border-radius:999px;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.tool-type-option.selected .radio-circle{border-color:#1785d4a6}.radio-circle .inner{background:var(--primary);border-radius:999px;height:10px;opacity:0;transition:opacity .15s var(--ease);width:10px}.tool-type-option.selected .inner{opacity:1}.btn-text-action{align-items:center;background:#0000;border:none;border-radius:10px;color:var(--primary);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:8px;padding:6px 8px;transition:background .2s ease}.btn-text-action:hover{background:var(--bg-soft-2)}.headers-list{display:flex;flex-direction:column;gap:.75rem}.empty-headers-box{background:#0000;border:2px dashed var(--border-color);border-radius:var(--border-radius-md);color:var(--text-secondary);font-weight:600;padding:.9rem 1rem}.header-row{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) auto}.header-row input{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-main);font-size:.95rem;padding:.8rem .95rem;width:100%}.header-row input:focus{border-color:#1785d48c;box-shadow:0 0 0 3px #1785d424;outline:none}.icon-btn-danger{align-items:center;background:#e74a3b14;border:1px solid #e74a3b40;border-radius:10px;color:#e74a3b;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background .2s ease,transform .2s ease;width:40px}.icon-btn-danger:hover{background:#e74a3b24;transform:translateY(-1px)}.editor-toggle-pill{background:var(--bg-soft);border:1px solid var(--border-color);border-radius:999px;display:inline-flex;gap:4px;padding:4px}.editor-toggle-pill button{align-items:center;background:#0000;border:none;border-radius:999px;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:8px 12px;transition:background .2s ease,transform .2s ease,color .2s ease}.editor-toggle-pill button:hover{transform:translateY(-1px)}.editor-toggle-pill button.active{background:#fff;box-shadow:0 8px 18px #0000000f;color:var(--text-main)}.visual-editor-container{background:var(--bg-soft);border:1px solid var(--border-color);border-radius:var(--border-radius-md);padding:1rem}.code-textarea{background:#0b1220;border:1px solid #00000040;border-radius:var(--border-radius-md);color:#e8eefc;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace;font-size:.9rem;line-height:1.65;min-height:340px;padding:1rem 1.1rem;resize:vertical;width:100%}.code-textarea:focus{border-color:#1785d48c;box-shadow:0 0 0 3px #1785d424;outline:none}.parameter-editor{display:flex;flex-direction:column;gap:.85rem}.parameter-editor-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;gap:12px;justify-content:space-between;padding-bottom:.65rem}.parameter-editor-header h4{color:var(--text-main);font-size:1rem;font-weight:800;margin:0}.add-property-button{align-items:center;background:var(--bg-soft-2);border:1px solid #1785d42e;border-radius:var(--border-radius-sm);color:var(--primary);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;gap:8px;padding:8px 12px;transition:background .2s ease,transform .2s ease}.add-property-button:hover{background:#1785d41f;transform:translateY(-1px)}.properties-list{display:flex;flex-direction:column;gap:.75rem}.property-item{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-md);overflow:hidden}.property-header{align-items:center;background:var(--bg-soft);color:var(--primary);cursor:pointer;display:flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace;font-weight:800;justify-content:space-between;padding:12px 14px}.property-details{background:#fff;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.property-field>label{color:var(--text-secondary);font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.property-field input[type=text],.property-field select{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-main);font-size:.95rem;padding:.8rem .95rem;width:100%}.property-field input[type=text]:focus,.property-field select:focus{border-color:#1785d48c;box-shadow:0 0 0 3px #1785d424;outline:none}.remove-property-button{align-items:center;align-self:flex-start;background:#e74a3b14;border:1px solid #e74a3b40;border-radius:var(--border-radius-sm);color:#e74a3b;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:8px 12px;transition:background .2s ease,transform .2s ease}.remove-property-button:hover{background:#e74a3b24;transform:translateY(-1px)}.form-actions-footer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid var(--border-color);border-radius:var(--border-radius-md);bottom:1rem;box-shadow:0 10px 20px #0000000f;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding:.9rem 1rem;position:-webkit-sticky;position:sticky;width:100%;z-index:100}.primary-button{align-items:center;background:var(--primary);border:none;border-radius:var(--border-radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;justify-content:center;padding:12px 16px;transition:background .2s ease,transform .2s ease}.primary-button:hover{background:#0f72bb;transform:translateY(-1px)}.secondary-button{background:#0000;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-secondary);cursor:pointer;font-weight:700;padding:12px 16px;transition:background .2s ease,transform .2s ease,color .2s ease}.secondary-button:hover{background:var(--bg-soft);color:var(--text-main);transform:translateY(-1px)}.add-tool-button{align-items:center;background:var(--primary);border:none;border-radius:50%;bottom:2.5rem;box-shadow:0 12px 24px #1785d438;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:2.5rem;transition:transform .2s ease,background .2s ease;width:56px;z-index:200}.add-tool-button:hover{background:#0f72bb;transform:scale(1.06)}@media (max-width:900px){.tools-section{padding:1.5rem}.tool-type-selector{grid-template-columns:1fr}}@media (max-width:720px){.grid-container,.header-row{grid-template-columns:1fr}.form-actions-footer{align-items:stretch;flex-direction:column}.primary-button,.secondary-button{width:100%}.add-tool-button{bottom:1.5rem;right:1.5rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}:where(.knowledge-page,.knowledge-layout,.knowledge-modal){--kb-page:#f8f9fc;--kb-card:#fff;--kb-text:#2e384d;--kb-muted:#6c757d;--kb-muted-2:#b7b9cc;--kb-border:#e3e6f0;--kb-border-strong:#d1d3e2;--kb-radius-sm:var(--border-radius-sm,8px);--kb-radius-md:var(--border-radius-md,12px);--kb-radius-lg:var(--border-radius-lg,16px);--kb-shadow:0 8px 18px #0000000f;--kb-shadow-hover:0 14px 28px #00000017;--kb-ease:cubic-bezier(0.4,0,0.2,1);--kb-ring:0 0 0 3px #1785d429;color-scheme:light}:where(.knowledge-layout,.knowledge-modal-backdrop) :where(button,a,input,select,textarea,[role=button]):focus-visible{border-radius:var(--kb-radius-md);box-shadow:var(--kb-ring);outline:none}.knowledge-header-row{position:relative}.add-knowledge-button{align-items:center;background:var(--primary);border:1px solid #fff9;border-radius:999px;bottom:max(1.75rem,calc(1.25rem + env(safe-area-inset-bottom, 0px)));box-shadow:0 14px 28px #1785d438;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:max(1.75rem,calc(1.25rem + env(safe-area-inset-right, 0px)));transition:transform .18s var(--kb-ease),box-shadow .18s var(--kb-ease),background .18s var(--kb-ease);width:56px;z-index:1500}.add-knowledge-button svg{height:1.35rem;width:1.35rem}.add-knowledge-button:hover{box-shadow:0 18px 34px #1785d447;transform:translateY(-2px) scale(1.03)}.add-knowledge-button:active{transform:translateY(0) scale(.99)}.knowledge-modal-backdrop{align-items:center;animation:kbFadeIn .18s var(--kb-ease) both;background:#1118278c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.knowledge-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1118276b}}.knowledge-modal{box-sizing:border-box;max-width:920px;width:100%}.knowledge-form-card{animation:kbModalIn .22s var(--kb-ease) .02s both;background:var(--kb-card);border:1px solid var(--kb-border);border-radius:var(--kb-radius-lg);box-shadow:0 18px 50px #00000042;color:var(--kb-text);opacity:0;overflow:hidden;padding:1.5rem;position:relative;transform:translateY(10px)}.knowledge-form-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.knowledge-form-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.knowledge-form-header h2{color:var(--kb-text);font-size:1.15rem;font-weight:900;margin:0}.icon-button.close-modal{align-items:center;background:#fff;border:1px solid var(--kb-border);border-radius:12px;color:var(--kb-muted);cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:transform .18s var(--kb-ease),background .18s var(--kb-ease),border-color .18s var(--kb-ease),color .18s var(--kb-ease);width:38px}.icon-button.close-modal:hover{background:var(--primary-hover);border-color:#1785d438;color:var(--primary);transform:translateY(-1px)}.knowledge-layout{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:340px minmax(0,1fr);margin-top:1.5rem}@media (max-width:900px){.knowledge-layout{grid-template-columns:1fr}}.knowledge-list{background:var(--kb-card);border:1px solid var(--kb-border);border-radius:var(--kb-radius-md);box-shadow:var(--kb-shadow);color:var(--kb-text);overflow:hidden;padding:1.25rem;position:relative;transition:box-shadow .2s var(--kb-ease),border-color .2s var(--kb-ease)}@media (min-width:901px){.knowledge-list{max-height:calc(100vh - 3rem);overflow:auto;position:-webkit-sticky;position:sticky;top:1.5rem}.knowledge-list::-webkit-scrollbar{width:10px}.knowledge-list::-webkit-scrollbar-thumb{background:#2e384d29;background-clip:content-box;border:3px solid #0000;border-radius:999px}}.knowledge-list:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.knowledge-list h3{color:var(--kb-text);font-size:.95rem;font-weight:900;letter-spacing:.2px;margin:0 0 .85rem}.knowledge-list-item{align-items:center;background:#fff;border:1px solid var(--kb-border);border-radius:var(--kb-radius-md);cursor:pointer;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.6rem;padding:.85rem .95rem;transition:transform .18s var(--kb-ease),box-shadow .18s var(--kb-ease),border-color .18s var(--kb-ease),background .18s var(--kb-ease)}.knowledge-list-item:hover{background:var(--kb-page);border-color:var(--kb-border-strong);box-shadow:0 12px 24px #0000000f;transform:translateY(-1px)}.knowledge-list-item:active{transform:translateY(0)}.knowledge-list-item.selected{background:#1785d41a;border:1px solid #1785d42e;box-shadow:0 12px 24px #1785d41a}.knowledge-list-item-main{display:flex;flex-direction:column;min-width:0}.kb-name{color:var(--kb-text);font-size:.95rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-meta{color:var(--kb-muted);font-size:.82rem;margin-top:.2rem}.knowledge-details{background:var(--kb-card);border:1px solid var(--kb-border);border-radius:var(--kb-radius-md);box-shadow:var(--kb-shadow);color:var(--kb-text);overflow:hidden;padding:1.25rem;position:relative;transition:box-shadow .2s var(--kb-ease),border-color .2s var(--kb-ease)}.knowledge-details:before{content:"";height:4px;left:0;position:absolute;top:0;width:100%}.knowledge-details h3{color:var(--kb-text);font-size:1.15rem;font-weight:950;letter-spacing:-.01em;margin:0 0 .25rem}.kb-subtitle{color:var(--kb-muted);font-size:.92rem;line-height:1.55;margin:0 0 1rem}.empty-details{background:var(--kb-page);border:2px dashed var(--kb-border);border-radius:var(--kb-radius-md);color:var(--kb-muted);padding:2rem;text-align:center}.files-card,.upload-card{background:#fff;border:1px solid var(--kb-border);border-radius:var(--kb-radius-md);box-shadow:0 6px 16px #0000000a;margin-top:1.25rem;padding:1rem}.files-card h4,.upload-card h4{color:var(--kb-text);font-size:.95rem;font-weight:900;margin:0 0 .6rem}.upload-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.upload-row input[type=file]{color:var(--kb-text);font-size:.92rem;max-width:100%}.upload-row input[type=file]::-webkit-file-upload-button{background:var(--primary-hover);border:1px solid #1785d438;border-radius:10px;color:var(--primary);cursor:pointer;font-weight:800;margin-right:.75rem;padding:.6rem .9rem;-webkit-transition:transform .16s var(--kb-ease),background .16s var(--kb-ease),border-color .16s var(--kb-ease);transition:transform .16s var(--kb-ease),background .16s var(--kb-ease),border-color .16s var(--kb-ease)}.upload-row input[type=file]::file-selector-button{background:var(--primary-hover);border:1px solid #1785d438;border-radius:10px;color:var(--primary);cursor:pointer;font-weight:800;margin-right:.75rem;padding:.6rem .9rem;transition:transform .16s var(--kb-ease),background .16s var(--kb-ease),border-color .16s var(--kb-ease)}.upload-row input[type=file]::-webkit-file-upload-button:hover{background:#1785d41f;border-color:#1785d447;transform:translateY(-1px)}.upload-row input[type=file]::file-selector-button:hover{background:#1785d41f;border-color:#1785d447;transform:translateY(-1px)}.btn-icon{align-items:center;background:#179da61a;border:1px solid #179da633;border-radius:12px;color:var(--primary);cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:900;gap:.5rem;padding:.65rem .95rem;transition:transform .18s var(--kb-ease),box-shadow .18s var(--kb-ease),background .18s var(--kb-ease),border-color .18s var(--kb-ease)}.btn-icon:hover{background:#179da624;border-color:#179da647;box-shadow:0 12px 22px #179da61f;transform:translateY(-1px)}.btn-icon:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.upload-help{color:var(--kb-muted);font-size:.86rem;margin-top:.55rem}.file-row{align-items:center;background:#fff;border:1px solid var(--kb-border);border-radius:var(--kb-radius-md);display:flex;gap:1rem;justify-content:space-between;margin:.6rem 0;padding:.85rem 1rem;transition:transform .18s var(--kb-ease),box-shadow .18s var(--kb-ease),border-color .18s var(--kb-ease)}.file-row:first-child{margin-top:.25rem}.file-row:hover{border-color:var(--kb-border-strong);box-shadow:0 12px 24px #0000000f;transform:translateY(-1px)}.file-main{display:flex;flex-direction:column;min-width:0}.file-name{color:var(--kb-text);font-size:.93rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta{color:var(--kb-muted);font-size:.82rem;margin-top:.15rem}.empty-state{background:var(--kb-page);border:2px dashed var(--kb-border);border-radius:var(--kb-radius-md);color:var(--kb-muted);margin-top:.75rem;padding:2rem;text-align:center}.knowledge-modal-backdrop .knowledge-form-card .input-group :is(input,select,textarea){background:#fff!important;border:1.5px solid #d1d3e2!important;border:1.5px solid var(--kb-border-strong,#d1d3e2)!important;border-radius:12px!important;box-shadow:none!important;color:#2e384d!important;color:var(--kb-text,#2e384d)!important;font-size:.95rem;outline:none;padding:.75rem .9rem!important}.knowledge-modal-backdrop .knowledge-form-card .input-group select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-color:#fff!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='%236c757d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-position:right .9rem center!important;background-repeat:no-repeat!important;background-size:18px 18px!important;border:1.5px solid #d1d3e2!important;border:1.5px solid var(--kb-border-strong,#d1d3e2)!important;border-radius:12px!important;cursor:pointer;line-height:1.2;padding:.75rem 2.6rem .75rem .9rem!important}.knowledge-modal-backdrop .knowledge-form-card .input-group select:hover{border-color:#bfc6d4!important}.knowledge-modal-backdrop .knowledge-form-card .input-group select:focus{border-color:#1785d4a6!important;box-shadow:0 0 0 3px #1785d424!important;outline:none}@media (max-width:768px){.knowledge-details,.knowledge-list{padding:1rem}.add-knowledge-button{bottom:max(1.25rem,calc(1rem + env(safe-area-inset-bottom, 0px)));right:max(1.25rem,calc(1rem + env(safe-area-inset-right, 0px)))}}@keyframes kbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes kbModalIn{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important;transition:none!important}}.knowledge-chunks-root{--kc-bg:#f8f9fc;--kc-card:#fff;--kc-text:#2e384d;--kc-muted:#6c757d;--kc-border:#e3e6f0;--kc-border-strong:#d1d3e2;--kc-shadow:0 8px 18px #0000000f;--kc-shadow-hover:0 12px 26px #0000001a;--kc-focus:0 0 0 3px #1785d424;--kc-ease:cubic-bezier(0.4,0,0.2,1);color-scheme:light;display:flex;flex-direction:column;gap:1.5rem;margin-top:0;width:100%}.knowledge-chunks-root code{background:#1785d414;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace;font-size:.85em;padding:.1rem .35rem}.knowledge-chunks-root :where(.MuiButton-root,.MuiIconButton-root).Mui-focusVisible,.knowledge-chunks-root :where(.MuiButton-root,.MuiIconButton-root):focus-visible{border-radius:12px;box-shadow:var(--kc-focus);outline:none}.knowledge-chunks-root :where(.kc-advanced-header):focus-visible{border-radius:12px;outline:3px solid #1785d438;outline-offset:3px}.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card),.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card).MuiPaper-root{background:var(--kc-card);border:1px solid var(--kc-border);border-radius:16px;border-radius:var(--border-radius-lg,16px);box-shadow:var(--kc-shadow);color:var(--kc-text);overflow:hidden;padding:1.25rem;position:relative;transition:box-shadow .2s var(--kc-ease),border-color .2s var(--kc-ease),transform .2s var(--kc-ease)}.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card):focus-within,.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card):hover{border-color:var(--kc-border-strong);box-shadow:var(--kc-shadow-hover);transform:translateY(-1px)}.knowledge-chunks-root .knowledge-chunks-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card) .MuiTypography-h6{color:var(--kc-text);font-size:1.05rem;font-weight:900;margin:0 0 .75rem}.knowledge-chunks-root .kc-alert-row{margin-bottom:.75rem}.knowledge-chunks-root .kc-alert,.knowledge-chunks-root .kc-alert.MuiAlert-root{background:var(--kc-card);border:1px solid var(--kc-border);border-radius:12px;border-radius:var(--border-radius-md,12px);box-shadow:0 6px 14px #0000000d;font-size:.9rem;padding:.85rem 1rem}.knowledge-chunks-root .kc-alert.success{background:#22cd941a;border-color:#22cd9440;color:#047857}.knowledge-chunks-root .kc-alert.error{background:#dc35451a;border-color:#dc354540;color:#8f1f16}.knowledge-chunks-root .MuiOutlinedInput-root{background:var(--kc-card);border-radius:12px;border-radius:var(--border-radius-md,12px);transition:box-shadow .2s var(--kc-ease)}.knowledge-chunks-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:var(--kc-border);border-radius:inherit}.knowledge-chunks-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--kc-border-strong)}.knowledge-chunks-root .MuiInputBase-input{color:var(--kc-text)}.knowledge-chunks-root .MuiInputBase-input::placeholder{color:#b7b9cc;opacity:1}.knowledge-chunks-root .MuiInputLabel-root{color:var(--kc-muted);font-weight:800}.knowledge-chunks-root .MuiInputLabel-root.Mui-focused{color:var(--primary)}.knowledge-chunks-root .MuiOutlinedInput-root.Mui-focused{box-shadow:var(--kc-focus)}.knowledge-chunks-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1785d48c}.knowledge-chunks-root .MuiOutlinedInput-root :is(input,textarea).MuiInputBase-input:focus,.knowledge-chunks-root .MuiOutlinedInput-root :is(input,textarea).MuiInputBase-input:focus-visible{border:0;box-shadow:none;outline:none}.knowledge-chunks-root .MuiOutlinedInput-root textarea.MuiInputBase-inputMultiline{background:#0000;border:0;outline:0}.knowledge-chunks-root .kc-textarea-wrapper .MuiOutlinedInput-root{min-height:160px}.knowledge-chunks-root .MuiMenuItem-root.Mui-selected{background:#1785d414!important;color:var(--kc-text)}.knowledge-chunks-root .MuiMenuItem-root.Mui-selected:hover{background:#1785d41f!important}.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card) .MuiButton-contained{background:var(--primary);border-radius:12px;border-radius:var(--border-radius-md,12px);box-shadow:0 10px 20px #1785d42e;color:#fff;font-weight:900;padding:.65rem 1rem;text-transform:none;transition:transform .2s var(--kc-ease),box-shadow .2s var(--kc-ease),background .2s var(--kc-ease)}.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card) .MuiButton-contained:hover{background:var(--primary);box-shadow:0 14px 26px #1785d438;transform:translateY(-1px)}.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card) .MuiButton-contained.Mui-disabled{background:#e9ecef;box-shadow:none;color:#2e384d73}.knowledge-chunks-root .kc-text-button-row{display:flex;justify-content:flex-start;margin-top:.75rem}.knowledge-chunks-root .kc-upload-title{align-items:center;display:flex;justify-content:space-between}.knowledge-chunks-root .kc-files-header{color:var(--kc-text);font-size:1rem;font-weight:900}.knowledge-chunks-root .kc-dropzone{align-items:center;background:var(--kc-bg);border:2px dashed var(--kc-border-strong);border-radius:12px;border-radius:var(--border-radius-md,12px);color:var(--kc-text);display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin-top:.75rem;padding:1.4rem;text-align:center;transition:all .25s var(--kc-ease)}.knowledge-chunks-root .kc-dropzone>label{align-items:center!important;display:inline-flex!important;justify-content:center!important;margin:0 auto!important;padding:0!important;width:auto!important}.knowledge-chunks-root .kc-dropzone.drag-active{background:#22cd940f;border-color:#22cd94a6;box-shadow:0 0 0 3px #22cd941f}.knowledge-chunks-root .kc-dropzone .upload-hint{color:var(--kc-muted);font-size:.8rem;margin-top:.15rem}.knowledge-chunks-root .kc-dropzone .MuiButton-contained{min-width:160px}.knowledge-chunks-root .kc-files-list{margin-top:.25rem;padding:0!important}.knowledge-chunks-root .kc-file-row,.knowledge-chunks-root .kc-file-row.MuiListItem-root{align-items:center;background:var(--kc-card);border:1px solid var(--kc-border);border-radius:12px;border-radius:var(--border-radius-md,12px);display:flex;justify-content:space-between;margin:0 0 .6rem!important;padding:.75rem .9rem!important;transition:transform .2s var(--kc-ease),box-shadow .2s var(--kc-ease),border-color .2s var(--kc-ease)}.knowledge-chunks-root .kc-file-row:hover{border-color:var(--kc-border-strong);box-shadow:0 12px 24px #0000000f;transform:translateY(-1px)}.knowledge-chunks-root .kc-file-main{align-items:center;display:flex;flex:1 1;gap:.75rem;min-width:0}.knowledge-chunks-root .kc-file-icon{align-items:center;background:#1785d41a;border-radius:12px;color:var(--primary);display:inline-flex;flex-shrink:0;height:2.1rem;justify-content:center;width:2.1rem}.knowledge-chunks-root .kc-file-name{color:var(--kc-text);font-size:.95rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-chunks-root .kc-file-meta{color:var(--kc-muted);font-size:.85rem}.knowledge-chunks-root .kc-file-actions{align-items:center;display:flex;gap:.35rem}.knowledge-chunks-root .kc-file-actions .MuiIconButton-root{background:var(--kc-card);border:1px solid var(--kc-border);border-radius:10px;height:36px;transition:transform .2s var(--kc-ease),background .2s var(--kc-ease),border-color .2s var(--kc-ease);width:36px}.knowledge-chunks-root .kc-file-actions .MuiIconButton-root:hover{background:#dc35450f;border-color:#dc354540;transform:translateY(-1px)}.knowledge-chunks-root .kc-empty-chunks{background:var(--kc-bg);border:2px dashed var(--kc-border);border-radius:12px;border-radius:var(--border-radius-md,12px);color:var(--kc-muted);padding:2rem;text-align:center}.knowledge-chunks-root .kc-empty-chunks .MuiTypography-h6{color:var(--kc-text);font-weight:900;margin-top:.35rem}.knowledge-chunks-root .kc-chunks-summary{color:var(--kc-muted);font-size:.9rem;padding-bottom:.75rem}.knowledge-chunks-root .kc-search-card .MuiInputAdornment-root svg{color:var(--kc-muted)}.knowledge-chunks-root .chunk-card,.knowledge-chunks-root .chunk-card.MuiCard-root{background:var(--kc-card);border:1px solid var(--kc-border);border-radius:12px;border-radius:var(--border-radius-md,12px);box-shadow:0 8px 18px #0000000d;color:var(--kc-text);margin-bottom:1rem;overflow:hidden;padding:0;position:relative;transition:transform .2s var(--kc-ease),box-shadow .2s var(--kc-ease),border-color .2s var(--kc-ease)}.knowledge-chunks-root .chunk-card:focus-within,.knowledge-chunks-root .chunk-card:hover{border-color:var(--kc-border-strong);box-shadow:0 12px 26px #00000014;transform:translateY(-1px)}.knowledge-chunks-root .chunk-card:before{background:#1785d499;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.knowledge-chunks-root .chunk-card .MuiCardContent-root{padding:1rem 1rem .9rem;position:relative}.knowledge-chunks-root .chunk-card-header{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.5rem}.knowledge-chunks-root .chunk-card-title{align-items:center;display:flex;gap:.6rem}.knowledge-chunks-root .chunk-card-title .MuiTypography-h6{color:var(--kc-text);font-size:1rem;font-weight:950;margin:0}.knowledge-chunks-root .chunk-score-pill{background:#1785d414!important;border:1px solid #1785d440!important;border-radius:999px;color:var(--kc-text)!important;font-size:.75rem;padding:.15rem .5rem}.knowledge-chunks-root .chunk-score-pill .MuiChip-label{color:var(--kc-text)!important;font-weight:900}.knowledge-chunks-root .chunk-card-actions{align-items:center;display:flex;gap:.35rem}.knowledge-chunks-root .chunk-card-actions .MuiIconButton-root{background:var(--kc-card);border:1px solid var(--kc-border);border-radius:10px;height:36px;transition:transform .2s var(--kc-ease),background .2s var(--kc-ease),border-color .2s var(--kc-ease);width:36px}.knowledge-chunks-root .chunk-card-actions .MuiIconButton-root:hover{background:var(--kc-bg);border-color:var(--kc-border-strong);transform:translateY(-1px)}.knowledge-chunks-root .chunk-id{color:var(--kc-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Fira Code,monospace;font-size:.78rem;margin-bottom:.6rem;word-break:break-all}.knowledge-chunks-root .chunk-tags{margin:0!important}.knowledge-chunks-root .chunk-tags-label{color:var(--kc-text);font-size:.8rem;font-weight:900;margin-bottom:.25rem}.knowledge-chunks-root .chunk-tags-input-wrapper{margin-bottom:.6rem}.knowledge-chunks-root .chunk-tags-success{align-items:center;background:#22cd941a;border:1px solid #22cd9440;border-radius:10px;color:#047857;display:inline-flex;font-size:.8rem;font-weight:900;gap:.35rem;margin-bottom:.6rem;padding:.4rem .75rem}.knowledge-chunks-root .chunk-body{color:var(--kc-text);font-size:.92rem;line-height:1.6;margin-top:.25rem;white-space:pre-wrap;word-break:break-word}.knowledge-chunks-root .chunk-expand-row{margin-top:.5rem}.knowledge-chunks-root .chunk-expand-row .MuiButton-root{color:var(--primary)!important;font-weight:900;text-transform:none}.knowledge-chunks-root .chunk-expand-row .MuiButton-root:hover{background:#1785d414}.knowledge-chunks-root .kc-search-card{display:flex;flex-direction:column;gap:1rem}.knowledge-chunks-root .kc-advanced-card{background:var(--kc-card)!important;color:var(--kc-text)!important;margin-top:1.5rem}.knowledge-chunks-root .kc-advanced-card:before{background:linear-gradient(90deg,var(--primary),var(--teal-primary));content:"";height:4px;left:0;position:absolute;top:0;width:100%}.knowledge-chunks-root .kc-advanced-header{align-items:center;border-bottom:none;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:0;-webkit-user-select:none;user-select:none}.knowledge-chunks-root .kc-advanced-toggle{color:var(--kc-muted)!important}.knowledge-chunks-root .kc-advanced-grid{grid-gap:1.2rem;color:var(--kc-text)!important;display:grid;gap:1.2rem;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:1rem}.knowledge-chunks-root .kc-advanced-footer{display:flex;justify-content:flex-end;margin-top:1.25rem}.knowledge-chunks-root .kc-advanced-footer .MuiButton-contained:hover{background:#1785d4eb;color:#fff}.kc-dialog-title{color:#2e384d!important;font-weight:900!important}.kc-dialog-text{color:#6c757d!important}.MuiDialogActions-root .MuiButton-root{font-weight:800;text-transform:none}.MuiDialogActions-root .MuiButton-contained{background:var(--primary);color:#fff}.MuiDialogActions-root .MuiButton-contained:hover{background:#0f72bb}@media (max-width:900px){.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card),.knowledge-chunks-root :where(.knowledge-chunks-card,.kc-advanced-card).MuiPaper-root{padding:1rem}.knowledge-chunks-root .kc-advanced-grid{grid-template-columns:1fr}}@media (max-width:768px){.knowledge-chunks-root .chunk-card .MuiCardContent-root{padding:.9rem}}.business-page{background-color:#f8f9fc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin-left:250px;min-height:100vh;padding:2rem;width:calc(100% - 250px)}@media (max-width:768px){.business-page{margin-left:0;padding-top:80px;width:100%}}.page-header{border-bottom:1px solid #e3e6f0;margin-bottom:2.5rem;padding-bottom:1.5rem}.header-content{align-items:center;display:flex;gap:1rem}.header-icon-box{align-items:center;background:linear-gradient(90deg,var(--primary),var(--teal-primary));border-radius:12px;box-shadow:0 4px 10px #4e73df4d;display:flex;height:48px;justify-content:center;width:48px}.page-title{color:#2e384d;font-size:1.75rem;font-weight:700;margin:0}.page-subtitle{color:#6c757d;font-size:.95rem;margin:.25rem 0 0}.assistants-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.assistant-card{background:#fff;border:1px solid #e3e6f0;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s ease}.active-card:hover{border-color:#d1d3e2;box-shadow:0 12px 24px #00000014;transform:translateY(-5px)}.card-top-accent{background:linear-gradient(90deg,var(--primary),var(--teal-primary));height:4px;width:100%}.card-body{display:flex;flex-direction:column;height:100%;padding:1.75rem}.card-header-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.assistant-icon-circle{align-items:center;background:#1785d41a;border:1px solid #1785d42e;border-radius:12px;box-shadow:0 6px 14px #1785d41a;color:var(--primary);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.status-badge{align-items:center;background-color:#e6fffa;border-radius:20px;color:#047857;display:flex;font-size:.75rem;font-weight:600;gap:6px;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.pulse-dot{background-color:#10b981;border-radius:50%;height:6px;width:6px}.assistant-name{color:#2e384d;font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.assistant-desc{color:#6c757d;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.card-footer-action{margin-top:auto}.launch-btn{align-items:center;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;justify-content:center;padding:12px;transition:background .2s ease;width:100%}.launch-btn,.launch-btn:hover{background:var(--primary)}.placeholder-card{background:#0000;border:2px dashed #e3e6f0}.centered-content{align-items:center;justify-content:center;text-align:center}.placeholder-icon{color:#b7b9cc;margin-bottom:1rem}.text-muted{color:#b7b9cc!important}@keyframes pulse{0%{box-shadow:0 0 0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}.coming-soon-container{align-items:center;display:flex;justify-content:center;padding:2rem}.coming-soon-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:800px;padding:2rem;text-align:center;width:100%}.coming-soon-title{color:#333;font-size:2.5rem;margin-bottom:1.5rem}.coming-soon-text{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}:root{--teal-light:#f0fdfa;--text-dark:#111827;--text-gray:#6b7280;--bg-white:#fff;--radius:8px}body.reset-password-page{background-color:#fff!important;color:#111827;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.reset-page-wrapper{background-color:#fff;flex-direction:column;min-height:100vh}.reset-header-bar,.reset-page-wrapper{align-items:center;display:flex;width:100%}.reset-header-bar{justify-content:space-between;max-width:1200px;padding:1.5rem 2rem}.header-logo img{display:block;height:32px}.step-indicator{color:#6b7280;color:var(--text-gray);font-size:.875rem;font-weight:500}.progress-container{background-color:#f3f4f6;height:4px;margin-bottom:3rem;max-width:1200px;width:100%}.progress-bar{background-color:#179da6;background-color:var(--teal-primary);height:100%;transition:width .3s ease}.reset-content-row{align-items:flex-start;display:flex;flex-direction:row;gap:60px;justify-content:center;max-width:1000px;padding:0 2rem 4rem;width:100%}.reset-left-col{display:flex;flex:1 1;flex-direction:column;max-width:550px}.back-link-top{background:none;border:none;color:#6b7280;color:var(--text-gray);cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:0;text-align:left}.back-link-top:hover{color:#179da6;color:var(--teal-primary)}.text-header h2{color:#000;font-size:2rem;font-weight:700;margin:0 0 .5rem}.subtitle{color:#6b7280;color:var(--text-gray);font-size:1rem;line-height:1.5;margin:0 0 2rem}.highlight-email{color:#179da6;color:var(--teal-primary);font-weight:600}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;width:100%}.input-group label{color:#374151;font-size:.875rem;font-weight:600}.input-wrapper{width:100%}.input-group input{background:#fff;border:1px solid #d1d5db;border-radius:8px;border-radius:var(--radius);box-sizing:border-box;color:#000;font-size:1rem;outline:none;padding:12px 16px;width:100%}.input-group input:focus{border-color:#179da6;border-color:var(--teal-primary);box-shadow:0 0 0 3px #0d94881a}.toggle-pass{background:none;color:#6b7280;color:var(--text-gray);position:absolute;right:12px;top:50%;transform:translateY(-50%)}.primary-btn,.toggle-pass{border:none;cursor:pointer}.primary-btn{align-items:center;background-color:#179da6;background-color:var(--teal-primary);border-radius:8px;border-radius:var(--radius);color:#fff;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;margin-top:.5rem;padding:14px;width:100%}.primary-btn:hover:not(:disabled){background-color:#0f766e;background-color:var(--teal-hover)}.primary-btn:disabled{cursor:not-allowed;opacity:.7}.verification-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:1.5rem;padding:2rem}.code-grid{display:flex;gap:8px;justify-content:center;margin-bottom:2rem}.code-box{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;border-radius:var(--radius);color:#000;font-size:1.5rem;font-weight:700;height:56px;outline:none;text-align:center;width:48px}.code-box:focus{border-color:#179da6;border-color:var(--teal-primary);box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.resend-text-container{align-items:center;color:#6b7280;color:var(--text-gray);display:flex;font-size:.9rem;gap:6px;justify-content:center;margin-top:1rem}.resend-link-text{background:none;border:none;color:#179da6;color:var(--teal-primary);cursor:pointer;font-size:.9rem;font-weight:700;padding:0}.resend-link-text:hover{text-decoration:underline}.reset-right-col{flex-shrink:0;padding-top:2rem;width:380px}.info-panel{background-color:#f0fdfa;background-color:var(--teal-light);border:1px solid #ccfbf1;border:1px solid var(--teal-border);border-radius:12px;padding:2rem}.info-panel h3{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:700;gap:10px;margin:0 0 1rem}.text-teal{color:#179da6;color:var(--teal-primary)}.info-panel p{color:#4b5563;font-size:.9rem;line-height:1.6;margin:0}.footer-login-link{color:#6b7280;color:var(--text-gray);font-size:.9rem;margin-top:1.5rem;text-align:center}.footer-login-link a{color:#179da6;color:var(--teal-primary);font-weight:600;text-decoration:none}.status-banner{align-items:center;border-radius:8px;border-radius:var(--radius);display:flex;font-size:.9rem;font-weight:500;gap:10px;margin-bottom:1.5rem;padding:12px 16px}.status-banner.error{background:#fef2f2;border:1px solid #fee2e2;color:#dc2626}.status-banner.success{background:#f0fdf4;border:1px solid #dcfce7;color:#16a34a}@media (max-width:900px){.reset-content-row{align-items:center;flex-direction:column;gap:3rem}.reset-left-col,.reset-right-col{max-width:500px;width:100%}}@media (max-width:600px){.reset-header-bar{flex-direction:column;gap:.5rem;padding:1rem}.reset-content-row{padding:0 1.5rem 2rem}.reset-right-col{display:none}.code-box{height:48px;width:14%}}:root{--nex-teal:#179da6;--nex-teal-dark:#0f766e;--nex-dark:#111827;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--red-50:#fef2f2;--red-700:#b91c1c;--red-200:#fecaca;--blue-50:#eff6ff;--blue-700:#1d4ed8;--blue-200:#bfdbfe;--font-family:"Inter",system-ui,-apple-system,sans-serif;--radius-xl:1rem;--radius-lg:0.5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.subscription-section{background-color:#fff;background-color:var(--white);color:#111827;color:var(--gray-900);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-family);min-height:100vh;width:100%}.sub-container{margin:0 auto;max-width:60rem;padding:2rem 1rem}.sub-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.sub-grid{grid-template-columns:2fr 1fr}}.left-col,.right-col{min-width:0}@media (min-width:768px){.right-col{align-self:start;position:-webkit-sticky;position:sticky;top:2rem}}.back-btn{background:none;border:none;color:#9ca3af;color:var(--gray-400);cursor:pointer;display:block;font-size:.875rem;font-weight:500;margin-bottom:2rem}.back-btn:hover{color:#179da6;color:var(--nex-teal)}.header-area{margin-bottom:2.5rem}.main-title{color:#111827;color:var(--nex-dark);font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.sub-title{color:#6b7280;color:var(--gray-500);font-size:1.125rem}@media (min-width:640px){.main-title{font-size:2.25rem}}.cards-container{display:flex;flex-direction:column;gap:1.5rem}.plan-card{background-color:#fff;background-color:var(--white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:1rem;border-radius:var(--radius-xl);cursor:pointer;padding:1.5rem;position:relative;transition:all .2s ease}@media (min-width:640px){.plan-card{padding:2rem}}.plan-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.plan-card.core-selected{border-color:#179da6;border-color:var(--nex-teal);box-shadow:0 0 0 2px #179da633}.plan-card.ent-selected{border-color:#111827;border-color:var(--nex-dark);box-shadow:0 0 0 2px #11182733}.badge-popular{background-color:#179da6;background-color:var(--nex-teal);border-bottom-left-radius:.5rem;border-bottom-left-radius:var(--radius-lg);border-top-right-radius:1rem;border-top-right-radius:var(--radius-xl);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;position:absolute;right:0;text-transform:uppercase;top:0}.card-header-flex{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:640px){.card-header-flex{align-items:center;flex-direction:row}}.title-row{gap:.75rem;margin-bottom:.25rem}.check-circle,.title-row{align-items:center;display:flex}.check-circle{border-radius:50%;height:1.5rem;justify-content:center;transition:background-color .2s;width:1.5rem}.check-circle.checked{background-color:#179da6;background-color:var(--nex-teal);color:#fff}.check-circle.unchecked{background-color:#ccfbf1;color:#179da6;color:var(--nex-teal)}.plan-name{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:700;margin:0}.plan-desc{color:#6b7280;color:var(--gray-500);font-size:.875rem;font-weight:500}.plan-price{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem;margin-top:1rem}@media (min-width:640px){.pricing-block{justify-content:flex-end;margin-top:0}}.price-val{color:#179da6;color:var(--nex-teal);font-size:2.25rem;font-weight:700;line-height:1}.price-unit{color:#6b7280;color:var(--gray-500);font-weight:500}.fees-note{align-items:normal;color:#9ca3af;color:var(--gray-400);display:flex;font-size:.75rem;justify-content:flex-end}@media (max-width:639px){.fees-note{justify-content:flex-start}}.divider{border:0;border-top:1px solid #f3f4f6;border-top:1px solid var(--gray-100);margin-bottom:1.5rem}.cap-box{background-color:#f9fafb;background-color:var(--gray-50);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:.75rem;margin-bottom:2rem;padding:1.25rem}.cap-heading{color:#6b7280;color:var(--gray-500);font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.cap-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.cap-item{align-items:flex-start;color:#374151;display:flex;font-size:.875rem}.cap-title{color:#179da6;color:var(--nex-teal);font-weight:700;margin-right:.5rem;min-width:0}.feat-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:768px){.feat-grid{gap:1.5rem;grid-template-columns:1fr 1fr}}.feat-item{align-items:flex-start;display:flex}.feat-icon{color:#179da6;color:var(--nex-teal);flex-shrink:0;height:1.25rem;margin-top:.125rem;width:1.25rem}.feat-text{margin-left:.75rem}.feat-title{color:#111827;color:var(--gray-900);font-size:.875rem;font-weight:600;margin:0}.feat-desc{color:#6b7280;color:var(--gray-500);font-size:.75rem;line-height:1.4;margin:0}.btn-select{align-items:center;border:none;border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);cursor:pointer;display:flex;font-weight:700;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:background-color .2s;width:100%}.btn-select.active{background-color:#179da6;background-color:var(--nex-teal);color:#fff}.btn-select.inactive{background-color:#0d9488;color:#fff}.btn-select.inactive:hover{background-color:#0f766e}.ent-icon-box{align-items:center;background-color:#f3f4f6;background-color:var(--gray-100);border-radius:.5rem;border-radius:var(--radius-lg);display:flex;height:2.5rem;justify-content:center;width:2.5rem}.ent-pricing{text-align:right}.ent-pricing-title{color:#111827;color:var(--gray-900);display:block;font-size:1.5rem;font-weight:700}.ent-pricing-sub{color:#9ca3af;color:var(--gray-400);font-size:.75rem}.ent-feat-row{align-items:center;color:#4b5563;color:var(--gray-600);display:flex;font-size:.875rem}.ent-check{color:#9ca3af;color:var(--gray-400);height:1rem;margin-right:.5rem;width:1rem}.secure-heading{color:#111827;color:var(--nex-dark);font-size:1.125rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.secure-heading,.status-msg{align-items:center;display:flex}.status-msg{border:1px solid;border-radius:.5rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.status-msg.error{background-color:#fef2f2;background-color:var(--red-50);border-color:#fecaca;border-color:var(--red-200);color:#b91c1c;color:var(--red-700)}.status-msg.loading{background-color:#eff6ff;background-color:var(--blue-50);border-color:#bfdbfe;border-color:var(--blue-200);color:#1d4ed8;color:var(--blue-700)}.payment-form-container{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.5rem}.billing-group,.payment-form-container{background-color:#fff;background-color:var(--white)}.billing-group{margin-bottom:2rem}.billing-title{color:#4b5563;color:var(--gray-600);font-size:.875rem;font-weight:700}.billing-group>div,.billing-title,.form-group{margin-bottom:1rem}.billing-group label,.form-label,.payment-form-container label{color:#6b7280;color:var(--gray-500);display:block;font-size:.75rem;font-weight:700;margin-bottom:.25rem;text-transform:uppercase}.input-wrapper{position:relative}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin .9s linear infinite}.billing-group input,.form-input,.payment-form-container input{background-color:#fff;background-color:var(--white);border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;border-radius:var(--radius-lg);box-sizing:border-box;color:#111827;color:var(--gray-900);font-size:1rem;outline:none;padding:.75rem 1rem;transition:all .2s;width:100%}.form-input::placeholder{color:#9ca3af;color:var(--gray-400)}.form-input.has-icon{font-family:monospace;padding-left:3rem}.input-icon{color:#000;height:1.25rem;left:1rem;position:absolute;top:.875rem;width:1.25rem}.form-input:focus{border-color:#179da6;border-color:var(--nex-teal);box-shadow:0 0 0 2px #179da633;color:#111827;color:var(--gray-900)}.form-row-2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-row-3{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.card-section.is-processing{opacity:.6;pointer-events:none}@media (min-width:640px){.form-row-3{grid-template-columns:1fr 1fr 1fr}}.date-inputs{align-items:center;display:flex;gap:.5rem}.divider-slash{color:#d1d5db;color:var(--gray-300)}.text-center{text-align:center}.btn-primary{background-color:#179da6;background-color:var(--nex-teal);border:none;border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;cursor:pointer;font-weight:700;margin-top:1.5rem;padding:1rem;transition:all .2s;width:100%}.btn-primary:hover{opacity:.9}.btn-primary:disabled{cursor:not-allowed;opacity:.7}.trial-note{color:#9ca3af;color:var(--gray-400);font-size:.75rem;margin-top:.5rem;text-align:center}.enterprise-contact-box{background:linear-gradient(90deg,var(--primary),var(--teal-primary));border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;padding:2rem;text-align:center}.ent-big-icon{color:#179da6;color:var(--nex-teal);height:3rem;margin:0 auto 1rem;width:3rem}.ent-heading{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.ent-text{color:#d1d5db;color:var(--gray-300);margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:28rem}.btn-contact{align-items:center;background-color:#179da6;background-color:var(--nex-teal);border-radius:.5rem;border-radius:var(--radius-lg);color:#fff;display:inline-flex;font-weight:700;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:opacity .2s}.btn-contact:hover{opacity:.9}.right-col{display:flex;flex-direction:column;gap:1.5rem}.security-box{background-color:#fff;background-color:var(--white);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.5rem}.sec-text{color:#9ca3af;color:var(--gray-400);font-size:.75rem;line-height:1.5;margin-bottom:1rem}.sec-icons{display:flex;filter:grayscale(100%);gap:.5rem;opacity:.5}.icon-placeholder{background-color:#e5e7eb;background-color:var(--gray-200);border-radius:.25rem;height:1.5rem;width:2.5rem}.tooltip-wrapper{align-items:center;display:inline-flex;margin-left:.25rem;position:relative}.tooltip-icon{color:#9ca3af;color:var(--gray-400);cursor:help;height:.75rem;width:.75rem}.tooltip-icon:hover{color:#179da6;color:var(--nex-teal)}.tooltip-popup{background-color:#1f2937;background-color:var(--gray-800);border:1px solid #4b5563;border:1px solid var(--gray-600);border-radius:.5rem;border-radius:var(--radius-lg);bottom:100%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;font-size:.75rem;line-height:1.4;margin-bottom:.5rem;padding:.75rem;text-align:center;width:16rem;z-index:50}.tooltip-arrow,.tooltip-popup{left:50%;position:absolute;transform:translateX(-50%)}.tooltip-arrow{border:4px solid #0000;border-top-color:#1f2937;border-color:var(--gray-800) #0000 #0000 #0000;top:100%}@media (max-width:480px){.form-row-2{grid-template-columns:1fr}.sub-container{padding:1rem .75rem}.plan-card{padding:1rem}.main-title{font-size:1.5rem}.sub-title{font-size:1rem}.payment-form-container{padding:1rem}.header-area{margin-bottom:1.5rem}.cap-box{padding:.875rem}}@media (max-width:360px){.nx-topbar{padding:0 12px}.nx-progress-wrap{padding:12px 12px 0}.sub-container{padding:.75rem .5rem}.plan-card{padding:.875rem}.price-val{font-size:1.75rem}.plan-name{font-size:1.125rem}.form-input{font-size:.9375rem;padding:.625rem .75rem}.btn-primary{font-size:.9375rem;padding:.875rem}.btn-select{font-size:.875rem;padding:.75rem 1rem}}.cap-item{flex-wrap:wrap}.fp-pricing-header{margin-bottom:1.5rem}.fp-trial-tag{background-color:#179da61f;border-radius:999px;color:#179da6;color:var(--nex-teal);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;padding:.2rem .65rem;text-transform:uppercase}.fp-tagline{color:#4b5563;color:var(--gray-600);font-size:.9375rem;line-height:1.55;margin-bottom:.375rem}.fp-risk{color:#9ca3af;color:var(--gray-400);font-size:.8125rem;margin-bottom:1rem}.fp-price-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:.25rem}.fp-usage-note{color:#9ca3af;color:var(--gray-400);font-size:.875rem;margin-left:.25rem}.fp-included-box{background-color:#f9fafb;background-color:var(--gray-50);border:1px solid #f3f4f6;border:1px solid var(--gray-100);border-radius:.75rem;margin-bottom:1.5rem;padding:1.25rem}.fp-section-heading{color:#6b7280;color:var(--gray-500);font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.875rem;text-transform:uppercase}.fp-included-list{grid-gap:.625rem;display:grid;gap:.625rem;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}@media (max-width:480px){.fp-included-list{grid-template-columns:1fr}}.fp-included-item{align-items:center;color:#374151;color:var(--gray-700,#374151);display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.fp-included-check{color:#179da6;color:var(--nex-teal);flex-shrink:0}.fp-features-box{margin-top:.5rem}.fp-features-list{display:flex;flex-direction:column;gap:1rem}.fp-feat-item{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding-bottom:1rem}.fp-feat-item:last-child{border-bottom:none;padding-bottom:0}.fp-feat-title{color:#111827;color:var(--gray-900);font-size:.9375rem;font-weight:700;margin:0 0 .25rem}.fp-feat-desc{color:#6b7280;color:var(--gray-500);font-size:.8125rem;line-height:1.55;margin:0}@media (max-width:639px){.ent-pricing{margin-top:.75rem;text-align:left}}:root{--nx-teal:#2b9da6;--nx-teal-soft:#f1fdfa;--nx-teal-border:#cefbf1;--nx-dark:#373737;--nx-page:#f9fafb;--nx-border:#e5e7eb;--nx-border-soft:#f3f4f6;--nx-text:#1f2937;--nx-muted:#6b7280;--nx-muted2:#9ca3af;--nx-shadow:0 10px 20px #00000014;--nx-shadow-soft:0 1px 2px #0000000f}.nx-onboard-page{background:#f9fafb!important;background:var(--nx-page)!important;min-height:100vh}.nx-topbar{background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--nx-border);height:64px;justify-content:space-between;padding:0 24px}.nx-brand,.nx-topbar{align-items:center;display:flex}.nx-brand{gap:10px}.nx-brand-mark{background:#2b9da61f;border-radius:8px;color:#2b9da6;color:var(--nx-teal);display:grid;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-weight:800;height:28px;place-items:center;width:28px}.nx-brand-word{color:#111827;font-size:14px;font-weight:700;letter-spacing:.08em}.nx-step{color:#9aa3af;font-size:13px;font-weight:600}.nx-progress-wrap{padding:18px 24px 0}.nx-progress-track{background:#e5e7eb;background:var(--nx-border);border-radius:999px;height:6px;margin:0 auto;max-width:980px;overflow:hidden}.nx-progress-fill{background:#2b9da6;background:var(--nx-teal);border-radius:999px;height:100%}.nx-content{padding:18px 24px 60px}.nx-grid{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:1fr;margin:0 auto;max-width:980px}@media (min-width:900px){.nx-grid{grid-template-columns:2fr 1fr}}.nx-chat-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--nx-border);border-radius:12px;box-shadow:0 10px 20px #00000014;box-shadow:var(--nx-shadow);display:flex;flex-direction:column;height:500px;overflow:hidden}@media (min-width:900px){.nx-chat-card{height:600px}}.nx-chat-header{align-items:center;background:#373737;background:var(--nx-dark);display:flex;justify-content:space-between;padding:14px 16px}.nx-chat-identity{align-items:center;display:flex;gap:12px}.nx-avatar-lg{background:#fff;border-radius:999px;color:#2b9da6;color:var(--nx-teal);display:grid;height:40px;place-items:center;width:40px}.nx-header-text h3{color:#fff;font-size:15px;font-weight:800;margin:0}.nx-status{align-items:center;color:#d1d5db;display:flex;font-size:12px;gap:6px;margin:2px 0 0}.nx-dot{background:#34d399;border-radius:999px;display:inline-block;height:8px;width:8px}.nx-skip{background:#0000;border:1px solid #4b5563;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:6px 10px;transition:border-color .2s,color .2s}.nx-skip:hover{border-color:#2b9da6;border-color:var(--nx-teal);color:#2b9da6;color:var(--nx-teal)}.nx-messages{background:#f9fafb;background:var(--nx-page);display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:16px}.nx-row{align-items:flex-start;display:flex;gap:12px}.nx-row-user{justify-content:flex-end}.nx-row-model{justify-content:flex-start}.nx-avatar-sm{background:#fff;border:1px solid #f3f4f6;border:1px solid var(--nx-border-soft);border-radius:999px;color:#2b9da6;color:var(--nx-teal);display:grid;flex-shrink:0;height:32px;margin-top:4px;place-items:center;width:32px}.nx-bubble{border-radius:18px;box-shadow:0 1px 2px #0000000f;box-shadow:var(--nx-shadow-soft);font-size:13px;line-height:1.55;max-width:80%;padding:14px 16px;white-space:pre-wrap;word-break:break-word}.nx-bubble-user{background:#2b9da6;background:var(--nx-teal);border-top-right-radius:6px;color:#fff}.nx-bubble-model{background:#fff;border:1px solid #f3f4f6;border:1px solid var(--nx-border-soft);border-top-left-radius:6px;color:#1f2937;color:var(--nx-text)}.nx-loading{align-items:center;color:#9ca3af;color:var(--nx-muted2);display:inline-flex;font-size:12px;gap:8px}.nx-spinner{animation:nxspin 1s linear infinite;color:#2b9da6;color:var(--nx-teal)}@keyframes nxspin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nx-input{background:#fff;border-top:1px solid #f3f4f6;border-top:1px solid var(--nx-border-soft);padding:16px}.nx-input-row{align-items:center;display:flex;gap:12px}.nx-input-box{border:1px solid #d1d5db;border-radius:999px;flex:1 1;font-size:14px;height:46px;outline:none;padding:0 16px;transition:box-shadow .2s,border-color .2s}.nx-input-box::placeholder{color:#9ca3af}.nx-input-box:focus{border-color:#2b9da6;border-color:var(--nx-teal);box-shadow:0 0 0 3px #2b9da62e}.nx-send{background:#9ca3af;border:none;border-radius:999px;box-shadow:0 1px 2px #0000000f;box-shadow:var(--nx-shadow-soft);color:#fff;cursor:pointer;display:grid;height:46px;place-items:center;transition:background .2s,transform .05s;width:46px}.nx-send:hover:not(:disabled){background:#2b9da6;background:var(--nx-teal)}.nx-send:active:not(:disabled){transform:translateY(1px)}.nx-send:disabled{cursor:not-allowed;opacity:.55}.nx-hint{color:#b0b7c3;font-size:12px;margin:10px 0 0;text-align:center}.nx-info-card{background:#f1fdfa;background:var(--nx-teal-soft);border:1px solid #cefbf1;border:1px solid var(--nx-teal-border);border-radius:12px;padding:18px}.nx-info-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.nx-info-badge{background:#fff;border:1px solid #cefbf1;border:1px solid var(--nx-teal-border);border-radius:999px;color:#2b9da6;color:var(--nx-teal);display:grid;height:26px;place-items:center;width:26px}.nx-info-card h3{color:#111827;font-size:16px;font-weight:800;margin:0}.nx-info-card p{color:#6b7280;font-size:13px;line-height:1.65;margin:0}@media (max-width:599px){.nx-topbar{height:52px;padding:0 14px}.nx-progress-wrap{padding:10px 14px 0}.nx-content{padding:12px 12px 20px}.nx-grid{gap:16px}.nx-chat-card{height:min(420px,calc(100vh - 100px));min-height:280px}.nx-chat-header{padding:10px 12px}.nx-avatar-lg{height:34px;width:34px}.nx-header-text h3{font-size:14px}.nx-skip{font-size:12px;min-height:36px;padding:9px 12px}.nx-messages{gap:10px;padding:12px}.nx-bubble{max-width:88%;padding:10px 12px}.nx-input{padding:10px 12px max(10px,env(safe-area-inset-bottom))}.nx-input-box{font-size:16px;height:44px}.nx-send{flex-shrink:0;height:44px;width:44px}.nx-hint{font-size:11px;margin-top:6px}.nx-info-card{padding:14px}.nx-info-card h3{font-size:14px}.nx-info-card p{font-size:12px;line-height:1.6}}.subscription-setup-page{background:linear-gradient(90deg,var(--primary),var(--teal-primary));background:linear-gradient(135deg,#1e3c72,#2a5298);box-sizing:border-box;margin:0;min-height:100vh;overflow-x:hidden;padding:0;width:100%}.dev-chat-page{align-items:center;background-color:#f4f7f9;color:#333;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:calc(100vh - 4rem);padding:2rem}.container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:800px;padding:2rem;width:100%}.container h1{color:#1a202c;margin-bottom:.5rem;text-align:center}.container p{color:#667eea;font-weight:500;margin-bottom:2rem;text-align:center}.assistant-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));list-style:none;margin:0;padding:0}.assistant-item{align-items:center;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;text-align:center;transition:all .2s ease-in-out}.assistant-item:hover{border-color:#667eea;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.assistant-item strong{display:block;font-size:1.1rem;margin-bottom:.5rem}.assistant-item span{color:#718096;font-size:.8rem;word-break:break-all}#chat-container-wrapper{position:relative}.loader{color:#718096;font-size:1.2rem;padding:2rem;text-align:center}:root{--primary:#1785d4;--secondary:#361e7a;--primary-hover:#1785d4;--accent:#22cd94;--accent-hover:#2bb98a;--teal-primary:#179da6;--teal-hover:#0f766e;--teal-light-bg:#f0fdfa;--teal-border:#ccfbf1;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--sidebar-width:250px}*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;width:100%}body:not(.signup-container-new){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0}#root:not(.signup-container-new),body:not(.signup-container-new){background:linear-gradient(90deg,#1785d4,#179da6);background:linear-gradient(90deg,var(--primary),var(--teal-primary));min-height:100vh}#root:not(.signup-container-new){overflow-x:hidden;width:100%}.page-root{margin:0;min-height:100vh;overflow-x:hidden;position:relative}.dashboard-container,.page-root{background:#f8f9fc;display:flex;padding:0}.dashboard-container{flex:1 1;flex-direction:column;margin-left:250px;margin-left:var(--sidebar-width);min-width:0}.dashboard-header{align-items:center;background:#f8f9fc;border-bottom:1px solid #e3e6f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.5rem}.dashboard-content{background:#f8f9fc;box-sizing:border-box;max-width:100%;padding:0 2rem 2rem;width:100%}.dashboard-title{color:#2e384d;font-size:2rem;font-weight:600;margin:0}.dashboard-subtitle{color:#6c757d;font-size:1rem;margin:.5rem 0 0}.loading-container{align-items:center;display:flex;height:100%;justify-content:center}@media (max-width:768px){.dashboard-container{margin-left:0;padding-top:70px;width:100%}.dashboard-content{padding:0 1rem 1rem;width:100%}.dashboard-header{padding:1rem}}.content-column{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:3rem;text-align:left}.tagline{animation:fadeIn 1s ease forwards;color:#22cd94;color:var(--accent);font-size:1.5rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;opacity:0;text-transform:uppercase}.hero-title{animation:fadeIn 1s ease .3s forwards;color:#fff;font-size:4rem;font-weight:800;line-height:1.2;margin:1.5rem 0;opacity:0;text-shadow:2px 2px 4px #00000080}.highlight-ai-workforce{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border-radius:8px;border-radius:var(--border-radius-sm);color:#22cd94;color:var(--accent);padding:0 .2em}.subtitle{color:#f0f0f0;font-size:1.2rem;margin-bottom:2rem;opacity:.9}.feature-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:2rem 0;padding:0}.feature-list li{align-items:center;color:#fff;display:flex;font-size:1.1rem;margin-bottom:1.5rem;opacity:0;padding-left:2.5rem;position:relative}.feature-list li svg{stroke:#22cd94;stroke:var(--accent);stroke-width:3;fill:none;color:#22cd94;color:var(--accent);height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.5rem}.feature-list li.animate-slide-in{animation:slideIn .5s ease forwards}.btn{background-color:#179da6;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;position:relative;transition:all .3s ease;width:100%}.btn:hover{background-color:#c2e2e5;transform:translateY(-2px)}.btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.sidebar{background:#fff;border-right:1px solid #eaeaea;height:100vh;left:0;position:fixed;top:0;width:250px;width:var(--sidebar-width);z-index:1000}.sidebar,.sidebar-wrapper{display:flex;flex-direction:column}.sidebar-wrapper{height:100%;overflow-y:auto;padding:20px 0}.sidebar-header{align-items:center;display:flex;justify-content:center;margin-bottom:30px;padding:0 20px}.sidebar-logo{height:auto;max-width:150px}.nav-menu{display:flex;flex-direction:column;flex-grow:1;padding:0 10px}.nav-link{align-items:center;border-radius:12px;border-radius:var(--border-radius-md);color:#666;display:flex;margin:4px 0;padding:12px 20px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link svg{flex-shrink:0;height:20px;margin-right:12px;width:20px}.nav-link:hover{background:#1785d41a;color:#1785d4;color:var(--primary)}.nav-link.active{background:#1785d4;background:var(--primary);color:#fff}.nav-link.active svg{color:#fff}.logout-link{margin-top:auto;padding:0 10px}.logout-link .nav-link{color:#666;width:100%}.logout-link .nav-link:hover{background:#dc35451a;color:#dc3545}.mobile-menu{background:#fff;box-shadow:0 2px 4px #0000001a;display:none;left:0;position:fixed;right:0;top:0;z-index:1000}.login-logo{margin-bottom:20px}.verification-code-input{margin-top:-12px!important}.login-error{color:#373737!important;font-weight:700!important;margin-bottom:25px}.login-form input:focus{border:2px solid #373737}@media (max-width:768px){body,html{overflow:hidden}#root,body,html{height:100vh!important;max-height:100vh!important}.mobile-menu{display:block}.sidebar{display:none}.verification-message{margin:0 auto 1.5rem;width:80%}}.mobile-menu-header{align-items:center;display:flex;height:70px;justify-content:space-between;padding:.5rem 1rem}.mobile-logo{height:50px;width:auto}.mobile-menu-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.mobile-menu-toggle svg{color:#333;height:24px;width:24px}.mobile-nav{background:#fff;border-top:1px solid #eaeaea;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:.25rem;left:0;padding:.5rem;position:absolute;right:0;top:100%}.mobile-nav-link{align-items:center;background:none;border:none;border-radius:12px;border-radius:var(--border-radius-md);color:#666;cursor:pointer;display:flex;font-size:1rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .3s ease}.mobile-nav-link svg{flex-shrink:0;height:20px;margin-right:1rem;width:20px}.mobile-nav-link.active{background:#1785d4;background:var(--primary);color:#fff}.mobile-nav-link:hover{background:#1785d41a;color:#1785d4;color:var(--primary)}.mobile-nav-link.logout-button{border-top:1px solid #eaeaea;color:#dc3545;margin-top:.5rem;padding-top:1rem}.mobile-nav-link.logout-button:hover{background:#dc35451a;color:#dc3545}.dashboard-card{background:#fff;border-radius:12px;border-radius:var(--border-radius-md);box-shadow:0 2px 4px #0000000d;margin-bottom:1rem;padding:1rem}.info-tooltip-container{margin-top:6px}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:.8;transform:scale(1.1)}70%{opacity:.9;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=main.f0c04ada.css.map*/