@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lato:wght@300;400;700;900&family=Roboto:wght@300;400;500;700;900&display=swap";.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.modal-content{background-color:#1f232b;border-radius:12px;font-family:Inter,sans-serif;width:90%;max-width:450px;box-shadow:0 8px 32px rgba(0,0,0,.5);animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:20px 24px;border-bottom:none;background-color:transparent}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#e0e0e0}.modal-overlay.workflows-discard-confirm .modal-header{padding-bottom:10px}.modal-overlay.workflows-discard-confirm .modal-body{padding-top:10px}.modal-overlay.workflows-delete-step-confirm .modal-header{padding-bottom:10px}.modal-overlay.workflows-delete-step-confirm .modal-body{padding-top:10px}.modal-overlay.workflows-delete-workflow-confirm .modal-header{padding-bottom:10px}.modal-overlay.workflows-delete-workflow-confirm .modal-body{padding-top:10px}.modal-body{padding:24px;background-color:transparent}.modal-body p{margin:0;font-size:14px;line-height:1.6;color:#b0b0b0}.modal-footer{padding:16px 24px;display:flex;gap:12px;justify-content:flex-end;background-color:transparent;border-top:none}.modal-btn{padding:10px 20px;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:80px}.cancel-btn{background-color:#3a3a3a;color:#d0d0d0}.cancel-btn:hover{background-color:#454545;transform:translateY(-1px)}.confirm-btn{background-color:#e7815d;color:#fff}.confirm-btn.danger{background-color:#f44336}.confirm-btn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px rgba(231,129,93,.3)}.confirm-btn.danger:hover{box-shadow:0 4px 12px rgba(244,67,54,.3)}.modal-btn:active{transform:translateY(0)}.modal-overlay.auth-expired-modal .modal-content{background-color:#1a1a1a;border:1px solid rgba(255,255,255,.08);box-shadow:0 40px 120px rgba(0,0,0,.45);max-width:540px}.modal-overlay.auth-expired-modal .modal-header{border-bottom:1px solid rgba(255,255,255,.08)}.modal-overlay.auth-expired-modal .modal-header h3{color:#d1d5db}.modal-overlay.auth-expired-modal .modal-body p{color:#9ca3af}.modal-overlay.auth-expired-modal .cancel-btn{background-color:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);color:#f3f4f6}.modal-overlay.auth-expired-modal .cancel-btn:hover{background-color:rgba(255,255,255,.14);border-color:rgba(255,255,255,.14);box-shadow:none}.modal-overlay.auth-expired-modal .modal-btn{height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 16px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.modal-overlay.auth-expired-modal .confirm-btn,.modal-overlay.auth-expired-modal .confirm-btn.danger{background-color:#28afb0;color:#fff;border-radius:10px;font-size:14px;font-weight:600;transition:all .3s ease;gap:8px}.modal-overlay.auth-expired-modal .confirm-btn:hover,.modal-overlay.auth-expired-modal .confirm-btn.danger:hover{background-color:#28afb0;transform:translateY(-2px);filter:none;box-shadow:0 10px 25px rgba(74,158,255,.4)}@media (max-width: 600px){.modal-content{width:95%;margin:0 10px}.modal-header,.modal-body,.modal-footer{padding:16px}.modal-footer{flex-direction:column-reverse}.modal-btn{width:100%}}.set-password-form{width:100%;max-width:450px}.form-header{text-align:center;margin-bottom:30px}.form-header h2{font-size:24px;font-weight:600;color:#333;margin-bottom:8px}.form-header p{font-size:14px;color:#666;margin:0}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;font-size:14px;border:1px solid #ddd;border-radius:8px;transition:all .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px rgba(33,150,243,.1)}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.password-strength{margin-top:8px;display:flex;align-items:center;gap:12px}.strength-bar{flex:1;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden}.strength-fill{height:100%;transition:all .3s ease;border-radius:2px}.strength-label{font-size:12px;font-weight:600;min-width:60px;text-align:right}.password-requirements{margin:8px 0 0;padding-left:20px;font-size:12px;color:#f44336}.password-requirements li{margin:4px 0}.error-message{background-color:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;border:1px solid #ef9a9a;animation:shake .3s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.form-actions{display:flex;gap:12px;margin-top:24px}.submit-button,.cancel-button{flex:1;padding:12px 24px;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.submit-button{background-color:#2196f3;color:#fff}.submit-button:hover:not(:disabled){background-color:#1976d2;transform:translateY(-1px);box-shadow:0 4px 12px rgba(33,150,243,.3)}.submit-button:disabled{background-color:#bdbdbd;cursor:not-allowed;opacity:.6}.cancel-button{background-color:#f5f5f5;color:#666}.cancel-button:hover:not(:disabled){background-color:#e0e0e0}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.public-top-nav{--public-nav-height: 74px;--public-nav-side-padding: clamp(28px, 6.8vw, 95px);--public-nav-link-gap: 31px;--public-nav-link-gap-mobile: 18px;position:absolute;top:0;left:0;right:0;z-index:10;height:var(--public-nav-height);background:#000;border-bottom:1px solid #1f1f1f;display:flex;align-items:center;justify-content:space-between;padding:0 var(--public-nav-side-padding);box-sizing:border-box}.public-top-nav.is-fixed{position:fixed}.public-top-nav.is-absolute{position:absolute}.public-top-nav-brand{color:#fff;font-size:24px;font-weight:700;text-transform:lowercase;letter-spacing:.4px;text-decoration:none;user-select:none;-webkit-user-select:none}.public-top-nav-links{display:flex;align-items:center;gap:var(--public-nav-link-gap)}.public-top-nav-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid #2e3440;border-radius:12px;background:rgba(255,255,255,.02);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.public-top-nav-toggle span{width:18px;height:1.5px;border-radius:999px;background:#fff;transition:transform .2s ease,opacity .2s ease}.public-top-nav-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.public-top-nav-toggle.is-open span:nth-child(2){opacity:0}.public-top-nav-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.public-top-nav-link{color:#e5e7eb;text-decoration:none;font-size:15px;font-weight:500}.public-top-nav-link:hover{color:#fff}.public-top-nav-cta{height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:8px;color:#fff;background:transparent;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;cursor:pointer}.public-top-nav-cta:hover{background:rgba(255,255,255,.08)}@media (max-width: 760px){.public-top-nav{min-height:var(--public-nav-height);padding:0 16px}.public-top-nav-brand{font-size:20px}.public-top-nav-toggle{display:inline-flex}.public-top-nav-links{position:absolute;top:calc(100% + 8px);left:16px;right:16px;display:flex;flex-direction:column;align-items:stretch;gap:15.6px;padding:16px;border:1px solid #1f1f1f;border-radius:18px;background:rgba(6,8,12,.98);box-shadow:0 18px 42px rgba(0,0,0,.42);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}.public-top-nav-links.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.public-top-nav-link,.public-top-nav-cta{display:block;width:100%}.public-top-nav-link{font-size:16px}.public-top-nav-cta{height:auto;padding:0;border:none;border-radius:0;justify-content:flex-start;background:transparent;color:#e5e7eb;font-size:16px;font-weight:500}.public-top-nav-cta:hover{background:transparent;color:#fff}}.public-footer{position:relative;z-index:2;background:#000;border-top:1px solid #1f1f1f;min-height:30vh;display:flex;align-items:stretch}.public-footer-inner{width:min(1240px,100%);margin:0 auto;padding:clamp(28px,4.4vw,58px) clamp(20px,4vw,40px) 20px;display:flex;flex-direction:column;justify-content:space-between;gap:28px;box-sizing:border-box}.public-footer-grid{display:grid;grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(140px,1fr));gap:clamp(18px,2.6vw,42px);align-items:start}.public-footer-brand-block h2{margin:0;color:#fff;font-size:clamp(28px,3.2vw,40px);line-height:1;font-weight:700;letter-spacing:.3px;text-transform:lowercase}.public-footer-brand-block p{margin:10px 0 0;color:#a8b3c4;font-size:14px;line-height:1.55;max-width:34ch}.public-footer-column{display:flex;flex-direction:column;gap:10px}.public-footer-column h3{margin:0;color:#f3f4f6;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.public-footer-column a,.public-footer-column p{margin:0;color:#b7c0cf;font-size:14px;line-height:1.45;text-decoration:none}.public-footer-column a:hover{color:#fff}.public-footer-bottom{padding-top:16px;border-top:1px solid #1f1f1f;display:flex;justify-content:center}.public-footer-bottom p{margin:0;color:#8d98aa;font-size:12px;text-align:center}@media (max-width: 980px){.public-footer{min-height:34vh}.public-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.public-footer{min-height:30vh}.public-footer-inner{padding:24px 16px 16px}.public-footer-grid{grid-template-columns:1fr;gap:18px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-end;padding-right:clamp(24px,6vw,96px);box-sizing:border-box;position:relative;overflow:hidden;background:#000}.login-background{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;z-index:0}.login-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent}.login-top-nav{position:absolute;top:0;left:0;right:0;z-index:3;height:68px;background:#000;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,6.8vw,95px);box-sizing:border-box;border-bottom:1px solid #1f1f1f}.login-top-nav-brand{color:#fff;font-size:24px;font-weight:700;letter-spacing:.4px;text-transform:lowercase;text-decoration:none;user-select:none;-webkit-user-select:none}.login-top-nav-links{display:flex;align-items:center;gap:31px}.login-top-nav-link{color:#e5e7eb;text-decoration:none;font-size:15px;font-weight:500}.login-top-nav-link:hover{color:#fff}.login-top-nav-demo-button{height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:8px;background:transparent;color:#fff;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;cursor:pointer}.login-top-nav-demo-button:hover{background:rgba(255,255,255,.08)}.login-card{position:relative;z-index:2;background:#11151c;backdrop-filter:blur(10px);border-radius:20px;border:1px solid #4d4d57;box-shadow:0 20px 60px rgba(0,0,0,.5);padding:48px;width:100%;max-width:450px;margin-top:74px;animation:slideUp .5s ease-out}.login-card--mfa-code{display:flex;flex-direction:column}.login-card-measure-proxy{position:absolute;top:0;left:-9999px;visibility:hidden;pointer-events:none;z-index:-1;animation:none!important}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.login-page-lottie{position:absolute;top:74px;left:0;right:0;bottom:0;z-index:1;pointer-events:none;filter:brightness(1.3) contrast(1.1);opacity:.8}.login-page-lottie>div{width:100%;height:100%}.login-side-message-rail{position:absolute;top:calc(50% + 37px - 20vh);left:0;right:calc(clamp(24px,6vw,96px) + 450px);padding-right:clamp(40px,3.5vw,80px);box-sizing:border-box;transform:translateY(-50%);z-index:1;pointer-events:none;display:flex;align-items:center;justify-content:center}.login-side-message{position:relative;display:inline-grid;justify-items:end;width:max-content;min-height:2.4em;color:#e5e7eb;font-family:Neue Regrade,Neue Regrade Placeholder,sans-serif;font-size:clamp(56px,4.8vw,80px);font-weight:400;line-height:1.2;text-align:right;letter-spacing:.2px;contain:layout paint}.login-side-message__sizer,.login-side-message__typed{grid-area:1 / 1;white-space:pre}.login-side-message__sizer{visibility:hidden;user-select:none;-webkit-user-select:none}.login-side-message__typed{display:grid;justify-items:end;align-content:start;width:100%}.login-side-message__line{position:relative;display:block;min-height:1.2em;width:max-content}.login-side-message__line-sizer{visibility:hidden;user-select:none;-webkit-user-select:none;white-space:pre}.login-side-message__line-text{position:absolute;top:0;left:0;white-space:pre}.login-side-message__typed::selection,.login-side-message__sizer::selection,.login-side-message__line-sizer::selection,.login-side-message__line::selection,.login-side-message__line-text::selection{background:transparent}.login-side-lottie{--side-lottie-size: min(380px, 34vw);position:absolute;top:54%;right:calc(50vw + (clamp(24px,6vw,96px) + 450px - var(--side-lottie-size)) * .5);width:var(--side-lottie-size);height:var(--side-lottie-size);transform:translateY(-50%);z-index:1;pointer-events:none;opacity:.8;border-radius:18px}.login-side-lottie>div{width:100%;height:100%}.login-header h1{font-size:28px;font-weight:700;color:#d1d5db;margin-bottom:8px}.login-header p{font-size:16px;color:#9ca3af}.login-header--mfa-code{text-align:center;margin-bottom:40px}.login-challenge-header{text-align:left;margin-bottom:28px}.login-challenge-eyebrow{display:inline-flex;margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7dd3fc}.login-challenge-header h1{margin:0 0 10px;font-size:27px;color:#e5e7eb}.login-challenge-header p{margin:0;font-size:14px;line-height:1.6;color:#9ca3af}.login-form{display:flex;flex-direction:column;gap:24px}.login-challenge-form{display:flex;flex-direction:column;gap:20px}.login-challenge-code-form{gap:24px}.login-challenge-form-copy{margin:0;font-size:14px;line-height:1.6;color:#9ca3af}.login-challenge-submit-spacer{width:100%;flex:0 0 auto}.login-secondary-button{padding:16px;border-radius:10px;border:1px solid #4d4d57;background:transparent;color:#d1d5db;font-size:15px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.login-secondary-button:hover:not(:disabled){background:rgba(255,255,255,.05);border-color:#6b7280}.login-secondary-button:disabled{opacity:.6;cursor:not-allowed}.login-tertiary-button{padding:8px 0;border:none;background:transparent;color:#d1d5db;font-size:14px;font-weight:600;cursor:pointer;transition:color .2s ease}.login-tertiary-button:hover:not(:disabled){color:#7dd3fc}.login-tertiary-button:disabled{opacity:.6;cursor:not-allowed}.login-challenge-resend-button{display:inline-flex;align-self:flex-start;padding:0;line-height:1.2;font-weight:600;color:#d1d5db}.login-challenge-resend-button:hover:not(:disabled){color:#d1d5db;text-decoration:underline}.login-challenge-inline-actions{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap;margin-top:6px}.login-challenge-resend-copy{color:#d1d5db;font-size:14px;font-weight:400;line-height:1.2}.login-challenge-switch-button{display:inline-flex;align-self:flex-start;padding:0;line-height:1.2}.login-challenge-feedback{margin:-4px 0 0}.login-challenge-notice{margin:-4px 0 0;font-size:14px;line-height:1.5;color:#d1d5db}.login-challenge-loading{font-size:14px;color:#d1d5db;margin-bottom:20px;text-align:center}.login-challenge-qr{display:flex;justify-content:center;margin-bottom:20px}.login-challenge-qr-image{display:block;width:min(100%,192px);height:auto;border-radius:12px;background:#fff}.login-challenge-qr-copy{margin:0 0 6px;font-size:13px;line-height:1.5;color:#9ca3af}.login-challenge-qr-error{margin-bottom:20px;font-size:14px;color:#fca5a5;text-align:center}.login-challenge-checkbox{display:inline-flex;align-items:center;gap:10px;color:#d1d5db;font-size:14px}.login-challenge-checkbox input{margin:0}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#d1d5db}.form-group input{padding:14px 16px;border:1px solid #4d4d57;border-radius:10px;font-size:15px;color:#d1d5db;background:#212121;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#4a9eff;background:#2a2a2a;box-shadow:0 0 0 3px rgba(74,158,255,.2)}.form-group input:disabled{background:#1a1a1a;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#6b7280}.form-group input:-webkit-autofill{animation-name:autofillSync;animation-duration:.01s;animation-iteration-count:1}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#3f1f1f;border:1px solid #dc2626;border-radius:8px;color:#fca5a5;font-size:14px;animation:shake .3s ease-in-out}.success-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#1f3f2f;border:1px solid #10b981;border-radius:8px;color:#6ee7b7;font-size:14px;animation:slideDown .3s ease-out;margin-bottom:20px}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes autofillSync{}.login-button{padding:16px;background:#28afb0;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.login-challenge-footer{margin-top:auto;display:flex;flex-direction:column;gap:0}.login-challenge-footer-link-row{text-align:center}.login-challenge-footer .forgot-password{margin-bottom:0}.login-challenge-footer .signup-prompt{margin-top:12px}.login-footer-text-button{padding:0;border:none;background:transparent;color:#d1d5db;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:color .2s ease}.login-footer-text-button:hover:not(:disabled){color:#d1d5db;text-decoration:underline}.login-footer-text-button:disabled{opacity:.6;cursor:not-allowed}.login-challenge-methods{display:flex;flex-direction:column;gap:10px}.login-challenge-option{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:12px;border:1px solid #4d4d57;background:rgba(255,255,255,.02);color:#d1d5db;font-size:14px}.login-challenge-option input{margin:0}.login-challenge-actions{display:flex;flex-direction:column;gap:12px}.login-button:hover:not(:disabled){background:#28afb0;transform:translateY(-2px);box-shadow:0 10px 25px rgba(74,158,255,.4)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;transform:none;background:#4d4d57}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.login-footer{margin-top:24px;text-align:center}.forgot-password{font-size:14px;color:#9ca3af;margin-bottom:12px}.forgot-password a{color:#d1d5db;text-decoration:none;font-weight:600;transition:color .2s ease}.forgot-password a:hover{color:#d1d5db;text-decoration:underline}.signup-prompt{font-size:14px;color:#9ca3af;margin-top:12px;padding-top:16px;border-top:1px solid #4d4d57}.signup-link{color:#d1d5db;text-decoration:none;font-weight:600;transition:color .2s ease}.signup-link:hover{color:#d1d5db;text-decoration:underline}@media (max-width: 1360px){.login-side-message-rail,.login-side-lottie{display:none}}@media (max-width: 760px){.login-top-nav{height:auto;min-height:95px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:10px 16px}.login-top-nav-brand{font-size:20px}.login-top-nav-links{gap:18px;flex-wrap:wrap}.login-container{justify-content:center;padding-right:0}.login-card{padding:32px 24px;margin:95px 16px 16px}.login-header h1{font-size:24px}.login-page-lottie{top:95px}.login-side-message-rail,.login-side-lottie{display:none}.login-challenge-actions{gap:10px}}@media (orientation: portrait) and (min-width: 761px) and (max-width: 1024px){.login-container{justify-content:center;padding-right:0}.login-side-message-rail,.login-side-lottie{display:none}}@media (orientation: landscape) and (max-height: 500px){.login-container{justify-content:center;align-items:flex-start;padding:0 16px;overflow-x:hidden;overflow-y:auto}.login-card{margin:98px auto 24px}.login-side-message-rail,.login-side-lottie{display:none}}.signup-container{--signup-top-offset: 74px;min-height:100vh;display:flex;align-items:stretch;justify-content:space-between;position:relative;padding:var(--signup-top-offset) 0 0;background:#000}.signup-background{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;z-index:0}.signup-stars{position:absolute;top:74px;left:0;right:0;bottom:0;z-index:1;pointer-events:none;filter:brightness(1.25) contrast(1.08);opacity:.8}.signup-stars>div{width:100%;height:100%}.signup-top-nav{position:absolute;top:0;left:0;right:0;z-index:3;height:68px;background:#000;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,6.8vw,95px);box-sizing:border-box;border-bottom:1px solid #1f1f1f}.signup-top-nav-brand{color:#fff;font-size:24px;font-weight:700;text-transform:lowercase;letter-spacing:.4px;text-decoration:none;user-select:none;-webkit-user-select:none}.signup-top-nav-links{display:flex;align-items:center;gap:31px}.signup-top-nav-link{color:#e5e7eb;text-decoration:none;font-size:15px;font-weight:500}.signup-top-nav-link:hover{color:#fff}.signup-top-nav-demo-button{height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:8px;color:#fff;background:transparent;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.signup-top-nav-demo-button:hover{background:rgba(255,255,255,.08)}.signup-value-panel{position:relative;z-index:2;width:60%;height:calc(100vh - var(--signup-top-offset));display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(28px,5vw,72px) clamp(28px,4vw,64px) clamp(28px,5vw,72px) clamp(14px,2.2vw,30px)}.signup-value-content{max-width:760px;width:100%;margin-left:clamp(28px,4vw,84px);transform:translateY(-52px);display:flex;flex-direction:column;gap:42px}.signup-value-point h2{margin:0 0 12px;color:#f3f4f6;font-size:clamp(34px,3.5vw,56px);font-weight:500;line-height:1.1;letter-spacing:-.02em}.signup-value-title-nowrap{white-space:nowrap;font-size:clamp(24px,2.7vw,44px)}.signup-value-point p{margin:0;color:#adb6c2;font-size:clamp(16px,1.1vw,19px);line-height:1.55;max-width:44ch}.signup-card{position:relative;z-index:2;background-color:#11151c;border-radius:20px;border:1px solid #4d4d57;box-shadow:0 8px 32px rgba(0,0,0,.5);padding:30px;width:40%;max-width:none;height:calc(100vh - var(--signup-top-offset) - 56px);margin:28px clamp(40px,5vw,72px) 28px 0;overflow-y:auto;animation:slideUp .4s ease-out}.signup-header{text-align:center;margin-bottom:40px}.signup-header h1{font-size:28px;font-weight:600;color:#e0e0e0;margin:0 0 8px}.signup-header p{font-size:16px;color:#888;margin:0}.signup-form{display:flex;flex-direction:column;gap:16px}.signup-autofill-guard{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.form-section{display:flex;flex-direction:column;gap:12px}.form-section h3{font-size:16px;font-weight:600;color:#e0e0e0;margin:0;padding-bottom:8px;border-bottom:1px solid #3a3a3a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#b0b0b0}.required{color:#ef5350;margin-left:2px}.signup-form .form-group input{padding:10px 14px;font-size:14px;background-color:#1b212c!important;border:1px solid #353d4d;border-radius:8px;color:#e5e7eb!important;font-weight:500;transition:border-color .2s,box-shadow .2s,background-color .2s}.signup-form .form-group input::placeholder{color:#97a0b0!important;font-weight:400}.signup-form .form-group input:focus{outline:none;border-color:#4b95ff;box-shadow:0 0 0 3px rgba(75,149,255,.18)}.signup-form .form-group input:disabled{opacity:.6;cursor:not-allowed}.signup-form .form-group input:-webkit-autofill,.signup-form .form-group input:-webkit-autofill:hover,.signup-form .form-group input:-webkit-autofill:focus,.signup-form .form-group input:-webkit-autofill:active{-webkit-text-fill-color:#e5e7eb!important;-webkit-box-shadow:0 0 0 1000px #1b212c inset!important;box-shadow:0 0 0 1000px #1b212c inset!important;border:1px solid #353d4d;caret-color:#e5e7eb;transition:background-color 9999s ease-in-out 0s}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:45px}.toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background:transparent;border:none;color:#9ba7bb;cursor:pointer;transition:color .2s,transform .2s}.toggle-password-icon{width:18px;height:18px}.toggle-password:hover{color:#d1d8e4}.toggle-password:disabled{opacity:.5;cursor:not-allowed}.toggle-password:focus-visible{outline:none;color:#d1d8e4}.password-strength{display:flex;align-items:center;gap:12px;margin-top:-4px}.strength-bar{flex:1;height:4px;background-color:#3a3a3a;border-radius:2px;overflow:hidden}.strength-fill{height:100%;transition:width .3s,background-color .3s;border-radius:2px}.password-strength span{font-size:12px;font-weight:500;min-width:50px}.field-hint{font-size:12px;color:#666;margin-top:-4px}.alert{padding:12px 16px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:8px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.alert-success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #81c784}.signup-button{width:100%;padding:12px 20px;font-size:16px;font-weight:600;background-color:#28afb0;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0}.signup-button:hover:not(:disabled){background-color:#28afb0;transform:translateY(-2px);box-shadow:0 10px 25px rgba(74,158,255,.4)}.signup-button:active:not(:disabled){transform:translateY(0)}.signup-button:disabled{background:#4d4d57;opacity:.6;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.signup-footer{text-align:center;margin-top:8px;padding-top:0;border-top:none}.signup-footer p{font-size:14px;color:#888;margin:0}.login-link{color:#2196f3;text-decoration:none;font-weight:500;transition:color .2s}.login-link:hover{color:#1976d2;text-decoration:underline}@media (max-width: 760px){.signup-container{--signup-top-offset: 95px;justify-content:center;padding:var(--signup-top-offset) 16px 0}.signup-value-panel{display:none}.signup-top-nav{height:auto;min-height:95px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:10px 16px}.signup-top-nav-brand{font-size:20px}.signup-top-nav-links{gap:18px;flex-wrap:wrap}.signup-card{width:100%;padding:24px 18px;margin:0;height:calc(100vh - var(--signup-top-offset))}.signup-header h1{font-size:24px}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.signup-container{padding:var(--signup-top-offset) 12px 0}.signup-card{padding:24px 20px}.signup-header h1{font-size:22px}}.trial-request-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;padding:24px;background:rgba(0,0,0,.74);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.trial-request-modal{position:relative;width:min(760px,100%);max-height:min(820px,calc(100vh - 48px));padding:24px;border-radius:28px;border:1px solid rgba(123,138,160,.28);background:radial-gradient(760px 360px at 12% 14%,rgba(32,64,130,.2),transparent 58%),radial-gradient(640px 320px at 86% 14%,rgba(18,70,90,.22),transparent 60%),#000;box-shadow:0 32px 90px rgba(0,0,0,.54),0 0 0 1px rgba(255,255,255,.02);overflow-y:auto;box-sizing:border-box}.trial-request-close{flex:0 0 auto;width:var(--control-h-md);height:var(--control-h-md);border:none;border-radius:999px;background:rgba(255,255,255,.08);color:#f5f5f5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;line-height:1;transition:background .2s ease}.trial-request-close span{font-size:20px;line-height:1}.trial-request-close:hover{background:rgba(255,255,255,.15)}.trial-request-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #333}.trial-request-header h2{margin:0;color:#e5e7eb;font-size:24px;line-height:1.2;font-weight:500}.trial-request-header p{margin:16px 0 0;color:#bcc6d4;font-size:15px;line-height:1.6}.trial-request-form{margin-top:28px}.trial-request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.trial-request-field{display:flex;flex-direction:column;gap:9px}.trial-request-field.is-full{grid-column:1 / -1}.trial-request-field span{color:#e5ebf4;font-size:13px;font-weight:600}.trial-request-field input,.trial-request-field textarea{width:100%;border:1px solid rgba(152,161,175,.24);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.008)),rgba(9,12,18,.9);color:#f5f7fb;font:inherit;padding:15px 16px;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.trial-request-field textarea{min-height:136px;resize:vertical}.trial-request-field input:focus,.trial-request-field textarea:focus{outline:none;border-color:rgba(231,129,93,.6);box-shadow:0 0 0 3px rgba(231,129,93,.14)}.trial-request-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:12px}.trial-request-primary{min-width:148px;height:var(--control-h-cta);border-radius:999px;padding:0 22px;font:inherit;font-size:15px;font-weight:700;cursor:pointer}.trial-request-primary{border:none;background:#28afb0;color:#fff}.trial-request-primary:hover{opacity:.95}@media (max-width: 760px){.trial-request-overlay{padding:16px}.trial-request-modal{max-height:calc(100vh - 32px);padding:20px 18px 22px;border-radius:22px}.trial-request-grid{grid-template-columns:minmax(0,1fr);gap:14px}.trial-request-actions{justify-content:stretch}.trial-request-primary{width:100%}}.pricing-page{min-height:100vh;position:relative;overflow:hidden;background:#000}.pricing-background{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;z-index:0}.pricing-stars{position:absolute;top:74px;left:0;right:0;bottom:0;z-index:1;pointer-events:none;filter:brightness(1.25) contrast(1.08);opacity:.8}.pricing-stars>div{width:100%;height:100%}.pricing-top-nav{position:absolute;top:0;left:0;right:0;z-index:3;height:68px;background:#000;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,6.8vw,95px);border-bottom:1px solid #1f1f1f;box-sizing:border-box}.pricing-top-nav-brand{color:#fff;font-size:24px;font-weight:700;text-transform:lowercase;letter-spacing:.4px;text-decoration:none;user-select:none;-webkit-user-select:none}.pricing-top-nav-links{display:flex;align-items:center;gap:31px}.pricing-top-nav-link{color:#e5e7eb;text-decoration:none;font-size:15px;font-weight:500}.pricing-top-nav-link:hover{color:#fff}.pricing-top-nav-demo-button{height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:8px;color:#fff;background:transparent;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.pricing-top-nav-demo-button:hover{background:rgba(255,255,255,.08)}.pricing-main{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:138px clamp(20px,4vw,40px) 72px}.pricing-header{text-align:center;margin-bottom:36px}.pricing-header h1{margin:0;color:#f3f4f6;font-family:Neue Regrade,Neue Regrade Placeholder,sans-serif;font-size:clamp(28px,3.2vw,44px);line-height:1.1;font-weight:400;white-space:nowrap}.pricing-header p{margin:12px 0 0;color:#9ca3af;font-size:17px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.pricing-card{position:relative;display:flex;flex-direction:column;min-height:540px;padding:28px;border-radius:20px;border:1px solid #3f4652;background:rgba(17,21,28,.95);box-shadow:0 20px 48px rgba(0,0,0,.45)}.pricing-card.featured{border-color:#6f7785;background:rgba(16,23,35,.98)}.pricing-badge{position:absolute;top:-11px;right:18px;background:#28afb0;color:#fff;border-radius:999px;padding:4px 11px;font-size:12px;font-weight:700;letter-spacing:.2px}.pricing-card-top h2{margin:0;color:#f3f4f6;font-size:24px;font-weight:600}.pricing-price-row{margin-top:12px;display:flex;align-items:baseline;gap:6px}.pricing-price{font-size:46px;line-height:1;color:#fff;font-weight:700}.pricing-cadence{color:#9ca3af;font-size:15px}.pricing-subtitle{margin:12px 0 0;color:#aab2bf;font-size:15px}.pricing-features{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:12px;color:#cbd5e1;font-size:14px;line-height:1.4;flex:1}.pricing-features li{position:relative;padding-left:30px}.pricing-features li:before{content:"✓";position:absolute;left:6px;top:0;color:#28afb0;font-size:15px;font-weight:600;transform:scaleX(1.12);transform-origin:left center;line-height:1}.pricing-cta-button{margin-top:22px;width:100%;height:48px;border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;background:#28afb0;transition:transform .2s ease,opacity .2s ease}.pricing-cta-button:hover{transform:translateY(-1px);opacity:.95}@media (max-width: 1100px){.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:auto}}@media (max-width: 760px){.pricing-top-nav{height:auto;min-height:95px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:10px 16px}.pricing-top-nav-brand{font-size:20px}.pricing-top-nav-links{gap:18px;flex-wrap:wrap}.pricing-stars{top:95px}.pricing-main{padding:131px 16px 44px}.pricing-card{padding:22px}.pricing-price{font-size:40px}}.checkout-main{position:relative;z-index:2;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:122px 0 36px;box-sizing:border-box}.checkout-flow{width:min(1280px,calc(100% - 88px));padding:0 clamp(4px,1vw,12px);margin:0 auto}.checkout-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,72px);min-height:calc(100vh - 202px)}.checkout-left{border-right:1px solid #1a2029;padding-right:clamp(18px,2.6vw,38px);display:flex;flex-direction:column;gap:40px}.checkout-right{padding-left:clamp(18px,2.6vw,38px)}.checkout-section{padding:0;border:none}.checkout-account-copy{margin:10px 0 0;color:#adb6c2;font-size:15px;line-height:1.45}.checkout-account-email{color:#e5e7eb;font-weight:600}.checkout-plan-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkout-section-plans .checkout-plan-selector{margin-top:14px}.checkout-selected-plan{margin-top:18px;padding:16px 0 0;border-top:1px solid #202632}.checkout-selected-plan h3{margin:0;color:#e5e7eb;font-size:18px;font-weight:600}.checkout-selected-plan p{margin:8px 0 0;color:#9ca3af;font-size:14px}.checkout-selected-features{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.checkout-selected-features li{position:relative;padding-left:14px;color:#cbd5e1;font-size:13px;line-height:1.35}.checkout-selected-features li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:#5a86ff}.checkout-plan-option{-webkit-appearance:none;appearance:none;position:relative;border:1px solid #3f4652;border-radius:14px;background:#131924;color:#e5e7eb;text-align:left;padding:18px;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.checkout-plan-option:hover{border-color:#5a86ff;transform:translateY(-1px)}.checkout-plan-option.active{border-color:#5a86ff;box-shadow:0 0 0 2px rgba(90,134,255,.22)}.checkout-plan-option h3{margin:0;font-size:18px;font-weight:600}.checkout-plan-option p{margin:8px 0 0;color:#9ca3af;font-size:13px}.checkout-plan-badge{position:absolute;top:-10px;right:14px;background:#5a86ff;color:#fff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.2px}.checkout-plan-price{margin-top:8px;display:flex;align-items:baseline;gap:4px}.checkout-plan-price .currency{font-size:17px;color:#cbd5e1}.checkout-plan-price .amount{font-size:32px;line-height:1;font-weight:700;color:#f8fafc}.checkout-plan-price .interval{color:#94a3b8;font-size:13px}.checkout-section-title{margin:0 0 16px;color:#e5e7eb;font-size:28px;font-weight:500}.checkout-billing-title{margin:24px 0 12px;color:#e5e7eb;font-size:22px;font-weight:500}.checkout-card-element{border-radius:10px;border:1px solid #353d4d;background:#1b212c;padding:14px 12px}.checkout-card-element:focus-within{border-color:#4b95ff;box-shadow:0 0 0 3px rgba(75,149,255,.18)}.checkout-hint{margin:8px 0 0;color:#94a3b8;font-size:12px}.checkout-promo-field{width:100%}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:18px}.checkout-field{display:flex;flex-direction:column;gap:6px}.checkout-field-full{grid-column:1 / -1}.checkout-field label{color:#cbd5e1;font-size:13px;font-weight:500}.checkout-field input,.checkout-field select{border:1px solid #353d4d;border-radius:10px;background:#1b212c!important;color:#e5e7eb!important;padding:10px 12px;font-size:14px;font-weight:500;font-family:inherit}.checkout-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.checkout-field input::placeholder{color:#97a0b0!important}.checkout-field input:focus,.checkout-field select:focus{outline:none;border-color:#4b95ff;box-shadow:0 0 0 3px rgba(75,149,255,.18)}.checkout-field input:-webkit-autofill,.checkout-field input:-webkit-autofill:hover,.checkout-field input:-webkit-autofill:focus,.checkout-field input:-webkit-autofill:active,.checkout-field select:-webkit-autofill,.checkout-field select:-webkit-autofill:hover,.checkout-field select:-webkit-autofill:focus,.checkout-field select:-webkit-autofill:active{-webkit-text-fill-color:#e5e7eb!important;-webkit-box-shadow:0 0 0 1000px #1b212c inset!important;box-shadow:0 0 0 1000px #1b212c inset!important;border:1px solid #353d4d;caret-color:#e5e7eb;transition:background-color 9999s ease-in-out 0s}.checkout-alert{margin-top:16px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.4}.checkout-alert-error{border:1px solid #7f1d1d;background:rgba(127,29,29,.25);color:#fecaca}.checkout-agreement{margin-top:16px}.checkout-checkbox-label{display:flex;align-items:flex-start;gap:10px;color:#aeb6c3;font-size:13px;line-height:1.45;cursor:pointer}.checkout-checkbox-label input[type=checkbox]{margin-top:2px;width:16px;height:16px;accent-color:#28afb0;flex-shrink:0}.checkout-checkbox-label a{color:#60a5fa;text-decoration:none}.checkout-checkbox-label a:hover{text-decoration:underline}.checkout-actions{margin-top:20px;width:100%;display:flex;flex-direction:column;gap:10px}.checkout-btn{width:100%;border:none;border-radius:10px;height:46px;font-size:15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.checkout-btn-primary{background:#28afb0;color:#fff}.checkout-btn-primary:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}.checkout-btn-secondary{background:transparent;color:#cbd5e1;border:1px solid #3f4652}.checkout-btn-secondary:hover:not(:disabled){background:#171d27}.checkout-btn:disabled{opacity:.55;cursor:not-allowed}.checkout-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:checkout-spin .6s linear infinite}@keyframes checkout-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.checkout-main{padding:114px 16px 20px}.checkout-flow{width:100%;padding:0}.checkout-split{grid-template-columns:1fr;min-height:auto;gap:24px}.checkout-left{border-right:none;border-bottom:1px solid #1a2029;padding-right:0;padding-bottom:20px;gap:22px}.checkout-right{padding-left:0}.checkout-plan-selector,.checkout-grid{grid-template-columns:1fr}.checkout-section-title{font-size:24px}.checkout-billing-title{font-size:20px}.checkout-account-copy{font-size:16px}.checkout-actions{max-width:none}}.landing-page{min-height:100vh;position:relative;overflow-x:hidden;background:#000;display:flex;flex-direction:column}.landing-background{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 520px at 12% 16%,rgba(32,64,130,.28),transparent 58%),radial-gradient(980px 440px at 86% 18%,rgba(18,70,90,.3),transparent 60%),#000;z-index:0}.landing-main{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;box-sizing:border-box;font-family:Neue Regrade,Neue Regrade Placeholder,sans-serif}.landing-hero{position:relative;min-height:100vh;min-height:100svh;padding:clamp(88px,14vw,148px) clamp(20px,5vw,56px) 48px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.landing-hero-lottie{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.9;filter:brightness(1.45) contrast(1.2) saturate(1.15);mix-blend-mode:screen}.landing-hero-lottie>div{width:100%;height:100%}.landing-hero-lottie svg,.landing-hero-lottie canvas{width:100%!important;height:100%!important;display:block}.landing-hero-copy{position:relative;z-index:1;max-width:980px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.landing-hero-copy h1{margin:0;color:#fff;font-family:Neue Regrade,Neue Regrade Placeholder,sans-serif;font-size:clamp(54px,8vw,96px);line-height:1em;font-weight:400;letter-spacing:-.015em}.landing-hero-title{display:inline-flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.landing-hero-line{display:block;white-space:nowrap}.landing-hero-highlight{color:#e7815d}.landing-subcopy{margin:24px 0 0;color:#9ca3af;font-size:clamp(14px,1.4vw,19px);line-height:1.45;max-width:72ch}.landing-capabilities{display:flex;flex-direction:column}.landing-capability-section{min-height:100vh;min-height:100svh;display:flex;align-items:center;padding:clamp(84px,12vw,140px) clamp(20px,5vw,56px);box-sizing:border-box}.landing-capability-section+.landing-capability-section{border-top:1px solid rgba(115,126,145,.18)}.landing-capability-grid{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:clamp(36px,6vw,88px);align-items:start}.landing-capability-grid.is-copy-only{grid-template-columns:minmax(0,1fr)}.landing-capability-grid.is-reversed .landing-capability-copy{order:2}.landing-capability-grid.is-reversed .landing-capability-visual{order:1}.landing-capability-copy{max-width:620px}.landing-capability-copy.is-wide-copy{max-width:720px}.landing-capability-copy h2{margin:0;color:#f5f7fb;font-size:clamp(34px,4vw,56px);line-height:1.04;font-weight:400;letter-spacing:-.025em}.landing-capability-subtitle,.landing-capability-body{font-family:Neue Regrade,Neue Regrade Placeholder,sans-serif;font-size:clamp(15px,1.3vw,18px);line-height:1.45;font-weight:400;letter-spacing:0}.landing-capability-subtitle{margin:18px 0 0;color:#bcc6d4;max-width:34ch}.landing-capability-body{margin:18px 0 0;color:#d9e0ea;max-width:46ch}.landing-capability-copy.is-wide-copy .landing-capability-body{max-width:58ch}.landing-capability-visual{display:flex;justify-content:center;align-items:flex-start}.landing-lottie-slot{width:min(100%,540px);min-height:min(62vh,560px);border:1px dashed rgba(152,161,175,.52);border-radius:24px;padding:clamp(24px,3vw,34px);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01)),rgba(8,11,16,.32);display:flex;flex-direction:column;justify-content:flex-end;gap:12px;box-sizing:border-box}.landing-lottie-slot.is-animated{align-items:center;justify-content:flex-start;overflow:hidden}.landing-lottie-slot-label,.landing-diligence-step-label,.landing-analytics-risk-step-label{display:inline-block;margin:0;color:#d4e0ee;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 0 10px rgba(212,224,238,.08)}.landing-lottie-slot h3{margin:0;color:#f3f8ff;font-size:clamp(22px,2.6vw,30px);line-height:1.18;font-weight:500}.landing-lottie-slot p{margin:0;color:#c3cedb;font-size:13px;line-height:1.5;font-weight:500;max-width:34ch}.landing-multi-model-animation{--landing-route-width: 440px;--landing-vertical-step: 28px;--landing-chip-size: 58px;--landing-gear-size: 72px;--landing-carry-ball-size: 7px;--landing-gear-outline-width: calc(var(--landing-gear-size) * .0215);--landing-gear-valley-radius: calc(var(--landing-gear-size) * .3838);--landing-carry-seat-offset: calc(var(--landing-gear-size) * .03);--landing-carry-orbit: calc( var(--landing-gear-valley-radius) + (var(--landing-gear-outline-width) / 2) + (var(--landing-carry-ball-size) / 2) - var(--landing-carry-seat-offset) );--landing-cycle-duration: 14s;--landing-text-box-width: 220px;--landing-shared-fade-delay: 13s;--landing-shared-fade-duration: .8s;--landing-gear-start-angle: -22.5deg;--landing-gear-end-angle: -382.5deg;--landing-gear-spin-delay: 5.5s;--landing-gear-spin-duration: 5s;--landing-gear-carry-duration: 2.5s;--landing-output-ball-duration: .5s;min-height:clamp(388px,58vh,520px);width:min(100%,var(--landing-route-width));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.landing-multi-model-query{width:var(--landing-text-box-width);height:44px;margin-bottom:8px;border-radius:18px;border:1px solid rgba(152,161,175,.34);background:rgba(12,16,23,.76);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px rgba(255,255,255,.02);animation:landingQueryPulse var(--landing-cycle-duration) ease-in-out infinite}.landing-query-typing{width:156px;display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:7px;position:relative}.landing-query-word-shell{display:inline-flex;opacity:1;animation:landingSharedVisualFade var(--landing-shared-fade-duration) linear 1 forwards;animation-delay:var(--landing-shared-fade-delay)}.landing-query-word{width:var(--landing-query-word-width);height:5.6px;border-radius:999px;background:linear-gradient(90deg,rgba(165,177,194,.18),rgba(231,238,247,.76));display:block;opacity:1;filter:blur(2.2px);transform-origin:left center;transform:scaleX(1);animation:landingQueryWordReveal .28s ease-out 1 both;animation-delay:var(--landing-query-word-delay)}.landing-query-word.is-output{background:linear-gradient(90deg,rgba(231,129,93,.28),rgba(255,193,171,.98));box-shadow:0 0 14px rgba(231,129,93,.22)}.landing-multi-model-fanout{position:relative;width:100%;height:calc(var(--landing-vertical-step) * 2)}.landing-multi-model-fanout-svg{width:100%;height:100%;overflow:visible;pointer-events:none}.landing-multi-model-fanout-path{fill:none;stroke:rgba(139,153,173,.52);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.landing-multi-model-fanout-ball{fill:#8fd7d8;opacity:0;filter:drop-shadow(0 0 10px rgba(143,215,216,.8))}.landing-multi-model-lanes{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-top:0}.landing-multi-model-lane{display:flex;flex-direction:column;align-items:center;gap:10px}.landing-multi-model-chip{width:var(--landing-chip-size);height:var(--landing-chip-size);border-radius:16px;border:1px solid rgba(152,161,175,.32);background:rgba(10,14,20,.84);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px rgba(255,255,255,.02);transform:translateY(0) scale(1);animation:landingChipHit .36s ease-in-out 1 both;animation-delay:var(--landing-hit-delay)}.landing-multi-model-chip img{width:24px;height:24px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.92;transform:scale(1);animation:landingLogoHit .36s ease-in-out 1 both;animation-delay:var(--landing-hit-delay)}.landing-multi-model-response{width:100%;display:flex;flex-direction:column;gap:6px;align-items:center}.landing-multi-model-response-line{width:var(--landing-response-width);display:block;opacity:1;animation:landingSharedVisualFade var(--landing-shared-fade-duration) linear 1 forwards;animation-delay:var(--landing-shared-fade-delay)}.landing-multi-model-response-fill{width:100%;height:5px;display:block;border-radius:999px;background:linear-gradient(90deg,rgba(120,132,149,.18),rgba(232,238,245,.72));opacity:1;transform-origin:left center;transform:scaleX(1);animation:landingResponseReveal .22s ease-out 1 both;animation-delay:var(--landing-response-delay)}.landing-multi-model-converge{width:100%;display:flex;flex-direction:column;align-items:center}.landing-multi-model-converge-svg{width:100%;height:calc(var(--landing-vertical-step) * 2);overflow:visible;pointer-events:none}.landing-multi-model-converge-path{fill:none;stroke:rgba(139,153,173,.46);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.landing-multi-model-converge-ball{fill:#e7815d;opacity:0;filter:drop-shadow(0 0 10px rgba(231,129,93,.82))}.landing-multi-model-processor-stage{display:flex;flex-direction:column;align-items:center}.landing-multi-model-gear-wrap{position:relative;width:var(--landing-gear-size);height:var(--landing-gear-size);display:flex;align-items:center;justify-content:center;overflow:visible}.landing-multi-model-gear-icon{width:100%;height:100%;display:block;object-fit:contain;opacity:.9;transform:rotate(var(--landing-gear-start-angle));transform-origin:center;animation:landingGearSpin var(--landing-gear-spin-duration) linear 1;animation-delay:var(--landing-gear-spin-delay)}.landing-multi-model-gear-carry-ball{position:absolute;top:50%;left:50%;width:var(--landing-carry-ball-size);height:var(--landing-carry-ball-size);border-radius:999px;background:#e7815d;box-shadow:0 0 10px rgba(231,129,93,.72);opacity:0;animation:landingGearCarryBall var(--landing-gear-carry-duration) linear 1;animation-delay:var(--landing-carry-delay)}.landing-multi-model-processor-output-line{position:relative;width:1.5px;height:var(--landing-vertical-step);background:linear-gradient(180deg,rgba(139,153,173,.54),rgba(139,153,173,.18))}.landing-multi-model-release-ball{position:absolute;top:0;left:50%;width:var(--landing-carry-ball-size);height:var(--landing-carry-ball-size);border-radius:999px;background:#e7815d;box-shadow:0 0 10px rgba(231,129,93,.72);transform:translate(-50%);opacity:0;animation:landingGearReleaseBall var(--landing-output-ball-duration) linear 1;animation-delay:var(--landing-release-delay)}.landing-multi-model-output-box{width:var(--landing-text-box-width);min-height:46px;border-radius:18px;border:1px solid rgba(152,161,175,.32);background:rgba(10,14,20,.88);display:flex;align-items:center;justify-content:center;padding:0 16px;box-sizing:border-box}.landing-response-typing{width:156px;display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:7px}.landing-diligence-animation{--landing-dd-cycle-duration: 11s;width:100%;max-width:420px;min-height:100%;flex:1;display:flex;align-items:center;justify-content:center}.landing-diligence-grid{position:relative;width:min(100%,398px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px;row-gap:36px;align-items:start;padding:10px 4px;box-sizing:border-box}.landing-diligence-route{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.landing-diligence-route-path{fill:none;stroke:rgba(139,153,173,.42);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;opacity:0;stroke-dasharray:100;stroke-dashoffset:100;animation:landingDdRouteDraw .4s ease-out 1 both;animation-delay:var(--landing-dd-route-delay)}.landing-diligence-route-dot{fill:var(--landing-dd-route-dot-fill, #8fd7d8);opacity:0;filter:drop-shadow(0 0 10px var(--landing-dd-route-dot-shadow, rgba(143, 215, 216, .72)))}.landing-diligence-source,.landing-diligence-stage{border-radius:20px;border:1px solid rgba(152,161,175,.28);background:linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.008)),rgba(9,12,18,.84);box-shadow:0 0 0 1px rgba(255,255,255,.016);opacity:0;position:relative;z-index:1;display:flex;flex-direction:column;animation:landingDdCardEnter .55s cubic-bezier(.22,1,.36,1) 1 both;animation-delay:var(--landing-dd-card-delay)}.landing-diligence-source{width:100%;min-height:142px;height:142px;padding:12px 14px 16px;box-sizing:border-box}.landing-diligence-step-label{font-size:9px}.landing-diligence-source-title,.landing-diligence-stage-title{margin-top:7px;color:#f5f9ff;font-size:15px;line-height:1.15;font-weight:500}.landing-diligence-source-stack{position:relative;width:122px;height:48px;margin:18px auto 0}.landing-diligence-source-file{position:absolute;bottom:0;left:var(--landing-dd-file-left);width:46px;height:52px;border-radius:10px;border:1px solid rgba(152,161,175,.24);background:linear-gradient(180deg,rgba(246,249,255,.08),rgba(152,161,175,.03)),rgba(13,17,24,.92);color:#eef5ff;font-size:8px;font-weight:650;letter-spacing:.02em;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px;box-sizing:border-box;opacity:0;transform:translateY(10px) rotate(var(--landing-dd-file-tilt)) scale(.9);animation:landingDdSourceFileIn .42s ease-out 1 both;animation-delay:var(--landing-dd-file-delay)}.landing-diligence-source-file:before{content:"";position:absolute;top:8px;left:50%;width:18px;height:3px;border-radius:999px;background:rgba(205,214,225,.58);transform:translate(-50%)}.landing-diligence-source-file:after{content:"";position:absolute;top:-1px;right:-1px;width:13px;height:13px;background:rgba(18,24,34,.9);border-left:1px solid rgba(152,161,175,.24);border-bottom:1px solid rgba(152,161,175,.24);clip-path:polygon(0 0,100% 0,100% 100%)}.landing-diligence-stage{width:100%;min-height:142px;height:142px;padding:14px 15px 16px;box-sizing:border-box}.landing-diligence-facts{margin-top:18px;display:flex;flex-direction:column;gap:7px}.landing-diligence-fact-line,.landing-diligence-analysis-line{width:var(--landing-dd-line-width, var(--landing-dd-analysis-line-width));height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(130,144,161,.22),rgba(233,239,247,.74));display:block;opacity:0;transform-origin:left center;transform:scaleX(.28);animation:landingDdLineReveal .24s ease-out 1 both;animation-delay:var(--landing-dd-line-delay, var(--landing-dd-analysis-line-delay))}.landing-diligence-stage.is-analysis{min-height:142px;height:142px}.landing-diligence-analysis-body{margin-top:12px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:end}.landing-diligence-analysis-bars{height:36px;display:flex;align-items:end;gap:6px}.landing-diligence-analysis-bar{width:12px;height:var(--landing-dd-bar-height);border-radius:6px 6px 4px 4px;background:linear-gradient(180deg,rgba(233,239,247,.86),rgba(130,144,161,.34));box-shadow:0 0 14px rgba(233,239,247,.08);opacity:0;transform-origin:bottom center;transform:scaleY(.2);animation:landingDdBarGrow .34s ease-out 1 both;animation-delay:var(--landing-dd-bar-delay)}.landing-diligence-analysis-lines{display:flex;flex-direction:column;gap:8px;padding-bottom:2px}.landing-diligence-stage.is-output{min-height:142px;height:142px}.landing-diligence-stage.is-output .landing-diligence-stage-title{transform:translateY(-2px)}.landing-diligence-output-grid{display:flex;justify-content:center;gap:12.5px;align-items:center}.landing-diligence-output-card{min-height:0;color:#e7815d;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateY(12px) scale(.9);animation:landingDdOutputCardIn .36s ease-out 1 both;animation-delay:var(--landing-dd-output-delay)}.landing-diligence-output-card i{font-size:24px;line-height:1}.landing-diligence-pdf-icon-svg{width:24px;height:28px;color:currentColor;display:block}.landing-diligence-output-card.is-pdf,.landing-diligence-output-card.is-ppt,.landing-diligence-output-card.is-xls{color:#e7815d}.landing-diligence-output-pill{margin-top:auto;align-self:center;min-width:138px;padding:10px 12px 8px;border-radius:18px;border:1px solid rgba(231,129,93,.32);background:transparent;display:inline-flex;flex-direction:column;align-items:center;gap:7px;box-sizing:border-box;opacity:0;transform:translateY(8px);animation:landingDdPillIn .32s ease-out 1 both;animation-delay:var(--landing-dd-pill-delay)}.landing-diligence-output-pill-label{color:#e7815d;font-size:11.7px;font-weight:750;letter-spacing:.01em;text-transform:none;line-height:1.1}.landing-analytics-risk-animation{--landing-ar-cycle-duration: 19.2s;--landing-ar-accent: #d4deea;--landing-ar-accent-soft: rgba(212, 222, 234, .78);--landing-ar-accent-dim: rgba(212, 222, 234, .2);--landing-ar-accent-shadow: rgba(212, 222, 234, .45);width:100%;max-width:420px;min-height:100%;flex:1;display:flex;align-items:center;justify-content:center}.landing-analytics-risk-scene{position:relative;width:min(100%,420px);aspect-ratio:1 / 1}.landing-analytics-risk-route{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.landing-analytics-risk-route-path{fill:none;stroke:var(--landing-ar-route-stroke, rgba(139, 153, 173, .4));stroke-width:var(--landing-ar-route-width, 2.3);stroke-linecap:round;stroke-linejoin:round;opacity:0;stroke-dasharray:100;stroke-dashoffset:100;animation:landingDdRouteDraw .34s ease-out 1 both;animation-delay:var(--landing-ar-route-delay)}.landing-analytics-risk-route-dot{fill:var(--landing-ar-route-dot-fill, var(--landing-ar-accent));opacity:0;filter:drop-shadow(0 0 9px var(--landing-ar-route-dot-shadow, var(--landing-ar-accent-shadow)))}.landing-analytics-risk-card{position:absolute;border:1px solid rgba(152,161,175,.28);background:linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.008)),rgba(9,12,18,.84);box-shadow:0 0 0 1px rgba(255,255,255,.016);opacity:0;animation:landingDdCardEnter .5s cubic-bezier(.22,1,.36,1) 1 both;animation-delay:var(--landing-ar-card-delay);box-sizing:border-box;overflow:hidden}.landing-analytics-risk-card{display:flex;flex-direction:column;padding:12px 12px 14px}.landing-analytics-risk-card.is-source{left:5%;top:4%;width:90%;height:22%;border-radius:20px}.landing-analytics-risk-card.is-platform{left:71%;top:40%;width:24%;height:22%;border-radius:20px}.landing-analytics-risk-card.is-core{left:5%;top:40%;width:54%;height:22%;border-radius:20px}.landing-analytics-risk-step-label{font-size:8.8px}.landing-analytics-risk-card-title{margin-top:7px;color:#f3f8ff;font-size:14px;line-height:1.15;font-weight:500;max-width:none}.landing-analytics-risk-source-body{margin-top:8px;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);gap:10px;align-items:start}.landing-analytics-risk-prompt{margin-top:0;display:flex;flex-wrap:wrap;gap:4px 6px;align-content:flex-start;min-height:46px}.landing-analytics-risk-prompt-word{color:rgba(239,245,252,.92);font-size:9px;line-height:1.18;letter-spacing:.01em;font-weight:500;opacity:0;filter:blur(5px);transform:translateY(3px);animation:landingAnalyticsPromptWordIn .24s ease-out 1 both;animation-delay:var(--landing-ar-prompt-delay)}.landing-analytics-risk-table{width:100%;margin:0;display:flex;flex-direction:column;gap:4px}.landing-analytics-risk-table-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;opacity:0;transform:translateY(4px);animation:landingDdPillIn .28s ease-out 1 both;animation-delay:var(--landing-ar-table-row-delay)}.landing-analytics-risk-table-cell{height:7px;border-radius:4px;background:linear-gradient(90deg,rgba(212,222,234,.08),rgba(212,222,234,.3),rgba(212,222,234,.12));filter:blur(.65px)}.landing-analytics-risk-table-row:nth-child(odd) .landing-analytics-risk-table-cell:nth-child(1){opacity:.78}.landing-analytics-risk-table-row:nth-child(odd) .landing-analytics-risk-table-cell:nth-child(4){opacity:.52}.landing-analytics-risk-table-row:nth-child(2n) .landing-analytics-risk-table-cell:nth-child(2){opacity:.44}.landing-analytics-risk-table-row:nth-child(2n) .landing-analytics-risk-table-cell:nth-child(3){opacity:.8}.landing-analytics-risk-platform-label{align-self:flex-start;white-space:nowrap}.landing-analytics-risk-platform-icons{flex:1;width:100%;display:flex;align-items:center;justify-content:center;gap:6px}.landing-analytics-risk-platform-icon{display:inline-flex;align-items:center;justify-content:center;color:#e7815d}.landing-analytics-risk-platform-icon svg{width:24px;height:24px;display:block}.landing-analytics-risk-core-body{margin-top:10px;display:block}.landing-analytics-risk-equations{display:flex;flex-direction:column;gap:4px}.landing-analytics-risk-equation{color:rgba(239,245,252,.9);font-size:10.8px;line-height:1.2;letter-spacing:.01em;font-weight:550;white-space:nowrap;opacity:0;filter:blur(.32px);transform:translateY(5px);animation:landingDdPillIn .3s ease-out 1 both;animation-delay:var(--landing-ar-equation-delay)}.landing-analytics-risk-equation.is-soft{margin-top:-2px;color:rgba(239,245,252,.74);filter:blur(1.05px)}.landing-analytics-risk-output-row{position:absolute;left:6%;right:6%;bottom:5%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:flex-end;gap:18px}.landing-analytics-risk-output{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:7px;color:#f1f6fc;opacity:0;transform:translateY(12px) scale(.94);animation:landingDdOutputCardIn .36s ease-out 1 both;animation-delay:var(--landing-ar-output-delay)}.landing-analytics-risk-output-icon{width:100%;height:80px;display:flex;align-items:center;justify-content:center;color:rgba(241,246,252,.96);filter:drop-shadow(0 0 14px rgba(231,129,93,.12))}.landing-analytics-risk-output.is-report .landing-analytics-risk-output-icon{max-width:65px}.landing-analytics-risk-output.is-chat .landing-analytics-risk-output-icon{max-width:86px}.landing-analytics-risk-output.is-csv .landing-analytics-risk-output-icon{max-width:65px}.landing-analytics-risk-output-icon svg{width:100%;height:auto;display:block}.landing-analytics-risk-output-label{color:rgba(231,129,93,.94);font-size:12.2px;line-height:1.12;font-weight:650;letter-spacing:.01em;text-align:center;white-space:nowrap}.landing-analytics-risk-csv-cell{filter:blur(.4px)}.landing-document-animation{width:100%;max-width:420px;min-height:100%;flex:1;position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 24px 48px rgba(0,0,0,.2))}.landing-document-animation>div{width:100%;max-width:420px}.landing-document-scene{--landing-document-library-offset: 34px;--landing-document-library-left: 9.62%;--landing-document-doc-center-x: 30.4%;--landing-document-doc-top-y: 43.2%;--landing-document-notes-left-x: 62.4%;--landing-document-notes-center-x: 69.6%;--landing-document-notes-top-y: 39.8%;--landing-document-prompt-top: 8px;--landing-document-prompt-label-height: 10px;--landing-document-prompt-gap: 7px;--landing-document-prompt-label-offset-x: 8px;--landing-document-query-width: 168.3px;--landing-document-query-height: 44px;--landing-document-prompt-left: var(--landing-document-library-left);--landing-document-prompt-center-x: calc( var(--landing-document-prompt-left) + (var(--landing-document-query-width) / 2) );--landing-document-query-top: calc( var(--landing-document-prompt-top) + var(--landing-document-prompt-label-height) + var(--landing-document-prompt-gap) );--landing-document-pipe-thickness: 2px;--landing-document-input-route-angle: 0deg;--landing-document-output-overshoot: 20px;--landing-document-prompt-flow-overshoot: 18px;--landing-document-intersection-shift: 12px;--landing-document-intersection-x: calc( var(--landing-document-notes-center-x) - var(--landing-document-intersection-shift) );--landing-document-response-offset-x: -10px;--landing-document-response-offset-y: 0px;--landing-document-response-scale: 1;--landing-document-response-box-width-base: 76px;--landing-document-response-box-height-base: 54px;--landing-document-response-box-padding-x-base: 0px;--landing-document-response-box-padding-top-base: 0px;--landing-document-response-box-padding-bottom-base: 0px;--landing-document-response-label-gap-base: 3px;--landing-document-response-gap-base: 6px;--landing-document-response-left: calc( var(--landing-document-intersection-x) + var(--landing-document-response-offset-x) );--landing-document-response-top: calc( var(--landing-document-query-top) + var(--landing-document-response-offset-y) );--landing-document-response-width: calc( var(--landing-document-response-box-width-base) * var(--landing-document-response-scale) );--landing-document-response-height: calc( var(--landing-document-response-box-height-base) * var(--landing-document-response-scale) );--landing-document-response-label-top: calc( var(--landing-document-response-top) - var(--landing-document-prompt-label-height) - var(--landing-document-prompt-gap) );--landing-document-response-box-padding-x: calc( var(--landing-document-response-box-padding-x-base) * var(--landing-document-response-scale) );--landing-document-response-box-padding-top: calc( var(--landing-document-response-box-padding-top-base) * var(--landing-document-response-scale) );--landing-document-response-box-padding-bottom: calc( var(--landing-document-response-box-padding-bottom-base) * var(--landing-document-response-scale) );--landing-document-response-label-gap: calc( var(--landing-document-response-label-gap-base) * var(--landing-document-response-scale) );--landing-document-response-gap: calc( var(--landing-document-response-gap-base) * var(--landing-document-response-scale) );--landing-document-response-edge-gap: calc( 3px * var(--landing-document-response-scale) );--landing-document-prompt-response-separation: calc( 8px * var(--landing-document-response-scale) );--landing-document-response-approach-x: calc( var(--landing-document-response-left) - var(--landing-document-response-edge-gap) );--landing-document-prompt-response-stop-x: calc( var(--landing-document-response-approach-x) - var(--landing-document-prompt-response-separation) );--landing-document-response-bottom: calc( var(--landing-document-response-top) + var(--landing-document-response-height) );--landing-document-response-docs-hit-x: calc( var(--landing-document-response-approach-x) );--landing-document-response-docs-hit-y: calc( var(--landing-document-response-top) + (42px * var(--landing-document-response-scale)) );--landing-document-response-notes-stop-y: calc( var(--landing-document-response-bottom) + (2px * var(--landing-document-response-scale)) );--landing-document-ball-size: 8px;--landing-document-doc-ball-arrival-offset: 10px;--landing-document-doc-response-origin-shift-x: 18px;--landing-document-doc-response-origin-drop-y: 7px;--landing-document-doc-response-origin-lift: 3px;--landing-document-note-ball-arrival-offset: 18px;--landing-document-note-response-origin-lift: 4px;--landing-document-output-pipe-top: calc( var(--landing-document-query-top) + (var(--landing-document-query-height) / 2) - (var(--landing-document-pipe-thickness) / 2) );position:relative;width:100%;max-width:420px;aspect-ratio:520 / 460;animation:landingDocumentSceneHide .01s linear 1 both;animation-delay:var(--landing-document-scene-hide-delay)}.landing-document-library-stage{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(var(--landing-document-library-offset));z-index:1;pointer-events:none}.landing-document-library-stage>div{width:100%;height:100%}.landing-document-animation svg,.landing-document-animation canvas{width:100%!important;height:100%!important;display:block}.landing-document-note-asset{position:absolute;left:70.6%;top:45.6%;width:clamp(112px,27.3%,150px);height:auto;transform:translate(-50%,-50%) scale(.94);transform-origin:center;opacity:0;pointer-events:none;z-index:2;animation:landingDocumentNoteReveal .32s ease-out 1 both;animation-delay:var(--landing-document-note-delay)}.landing-document-prompt-stage{position:absolute;left:var(--landing-document-prompt-left);top:var(--landing-document-prompt-top);display:flex;flex-direction:column;align-items:flex-start;gap:var(--landing-document-prompt-gap);pointer-events:none;z-index:5}.landing-document-prompt-label{width:var(--landing-document-query-width);font-size:8.8px;line-height:var(--landing-document-prompt-label-height);margin-left:var(--landing-document-prompt-label-offset-x);opacity:0;transform:translateY(6px);animation:landingDocumentPromptIn .34s ease-out 1 both;animation-delay:var(--landing-document-prompt-delay)}.landing-document-query{width:var(--landing-document-query-width);height:var(--landing-document-query-height);padding:0 16px;border-radius:18px;border:1px solid rgba(152,161,175,.34);background:rgba(12,16,23,.76);box-shadow:0 0 0 1px rgba(255,255,255,.02);box-sizing:border-box;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);animation:landingDocumentPromptIn .34s ease-out 1 both;animation-delay:var(--landing-document-prompt-delay)}.landing-document-query-typing{width:100%;display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:6px;overflow:hidden}.landing-document-query-word-shell{display:inline-flex}.landing-document-query-word{width:var(--landing-document-query-word-width);height:5px;border-radius:999px;background:linear-gradient(90deg,rgba(213,221,229,.16),rgba(242,247,252,.84));filter:blur(1.7px);opacity:0;transform-origin:left center;transform:scaleX(.22);animation:landingDocumentPromptWordIn .22s ease-out 1 both;animation-delay:var(--landing-document-query-word-delay)}.landing-document-input-link,.landing-document-output-link{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4}.landing-document-output-link{z-index:6}.landing-document-response-stage{position:absolute;left:var(--landing-document-response-left);top:var(--landing-document-response-label-top);display:flex;flex-direction:column;align-items:flex-start;gap:var(--landing-document-response-label-gap);pointer-events:none;z-index:5}.landing-document-response-label{width:max-content;margin-left:0;opacity:0;transform:translateY(6px);animation:landingDocumentPromptIn .34s ease-out 1 both;animation-delay:var(--landing-document-response-delay)}.landing-document-response-box{width:var(--landing-document-response-width);min-height:0;padding:var(--landing-document-response-box-padding-top) var(--landing-document-response-box-padding-x) var(--landing-document-response-box-padding-bottom);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--landing-document-response-gap);background:transparent;opacity:0;transform:translateY(10px);animation:landingDocumentPromptIn .34s ease-out 1 both;animation-delay:var(--landing-document-response-delay)}.landing-document-response-line{display:block;width:calc(var(--landing-document-response-line-width-base) * var(--landing-document-response-scale));height:calc(4px * var(--landing-document-response-scale));border-radius:999px;background:linear-gradient(90deg,rgba(166,177,191,.24),rgba(233,238,244,.76));filter:blur(.3px);opacity:0;transform:translateY(calc(4px * var(--landing-document-response-scale))) scaleX(.36);transform-origin:left center;animation:landingDocumentResponseLineIn var(--landing-document-response-line-duration) ease-out 1 both;animation-delay:var(--landing-document-response-line-delay)}.landing-document-response-line.is-header{height:4px;background:linear-gradient(90deg,rgba(231,129,93,.98),rgba(255,185,160,.98));box-shadow:0 0 12px rgba(231,129,93,.2)}.landing-document-ball{position:absolute;width:var(--landing-document-ball-size);height:var(--landing-document-ball-size);left:var(--landing-document-ball-start-left);top:var(--landing-document-ball-start-top);border-radius:999px;background:currentColor;opacity:0;pointer-events:none;filter:drop-shadow(0 0 9px var(--landing-document-ball-shadow));transform:translate(-50%,-50%);animation:landingDocumentBallTravel var(--landing-document-ball-duration) linear 1 both;animation-delay:var(--landing-document-ball-delay)}.landing-document-ball.is-green{color:#8fd7d8;--landing-document-ball-shadow: rgba(143, 215, 216, .72)}.landing-document-ball.is-orange{color:#e7815d;--landing-document-ball-shadow: rgba(231, 129, 93, .72)}.landing-document-ball.is-input-doc{--landing-document-ball-start-left: var(--landing-document-prompt-center-x);--landing-document-ball-end-left: var(--landing-document-prompt-center-x);--landing-document-ball-start-top: calc( var(--landing-document-query-top) + var(--landing-document-query-height) );--landing-document-ball-end-top: calc( var(--landing-document-doc-top-y) + var(--landing-document-doc-ball-arrival-offset) )}.landing-document-ball.is-input-notes{--landing-document-ball-start-left: var(--landing-document-prompt-center-x);--landing-document-ball-end-left: calc( var(--landing-document-notes-center-x) - (var(--landing-document-ball-size) / 2) );--landing-document-ball-start-top: calc( var(--landing-document-query-top) + var(--landing-document-query-height) );--landing-document-ball-end-top: calc( var(--landing-document-notes-top-y) + var(--landing-document-note-ball-arrival-offset) )}.landing-document-ball.is-prompt-output{--landing-document-ball-start-left: calc( var(--landing-document-prompt-left) + var(--landing-document-query-width) );--landing-document-ball-end-left: var(--landing-document-prompt-response-stop-x);--landing-document-ball-start-top: calc( var(--landing-document-output-pipe-top) + (var(--landing-document-pipe-thickness) / 2) );--landing-document-ball-end-top: calc( var(--landing-document-output-pipe-top) + (var(--landing-document-pipe-thickness) / 2) )}.landing-document-ball.is-docs-response{--landing-document-ball-start-left: calc( var(--landing-document-doc-center-x) + var(--landing-document-doc-response-origin-shift-x) );--landing-document-ball-end-left: var(--landing-document-response-docs-hit-x);--landing-document-ball-start-top: calc( var(--landing-document-doc-top-y) + var(--landing-document-doc-response-origin-drop-y) - var(--landing-document-doc-response-origin-lift) );--landing-document-ball-end-top: var(--landing-document-response-docs-hit-y)}.landing-document-ball.is-notes-intersection{--landing-document-ball-start-left: var(--landing-document-notes-center-x);--landing-document-ball-end-left: var(--landing-document-notes-center-x);--landing-document-ball-start-top: calc( var(--landing-document-notes-top-y) - var(--landing-document-note-response-origin-lift) );--landing-document-ball-end-top: var(--landing-document-response-notes-stop-y)}@keyframes landingQueryPulse{0%,to{transform:translateY(0);box-shadow:0 0 0 1px rgba(255,255,255,.02)}6%{transform:translateY(-3px);box-shadow:0 0 24px rgba(143,215,216,.14)}12%{transform:translateY(0)}}@keyframes landingDocumentNoteReveal{0%{opacity:0;transform:translate(-50%,-50%) scale(.94)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes landingDocumentPromptIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes landingDocumentPromptWordIn{0%{opacity:0;filter:blur(6px);transform:scaleX(.22)}to{opacity:.92;filter:blur(1.7px);transform:scaleX(1)}}@keyframes landingDocumentRouteGrowDown{0%{opacity:0;transform:translate(-50%) scaleY(0)}to{opacity:.94;transform:translate(-50%) scaleY(1)}}@keyframes landingDocumentRouteGrowRight{0%{opacity:0;transform:scaleX(0)}to{opacity:.94;transform:scaleX(1)}}@keyframes landingDocumentInputRouteGrow{0%{opacity:0;transform:translate(-50%) rotate(var(--landing-document-input-route-angle)) scaleY(0)}to{opacity:.94;transform:translate(-50%) rotate(var(--landing-document-input-route-angle)) scaleY(1)}}@keyframes landingDocumentRouteGrowUp{0%{opacity:0;transform:translate(-50%) scaleY(0)}to{opacity:.94;transform:translate(-50%) scaleY(1)}}@keyframes landingDocumentBallTravel{0%{opacity:0;left:var(--landing-document-ball-start-left);top:var(--landing-document-ball-start-top);transform:translate(-50%,-50%)}12%{opacity:1;left:var(--landing-document-ball-start-left);top:var(--landing-document-ball-start-top);transform:translate(-50%,-50%)}88%{opacity:1;left:var(--landing-document-ball-end-left);top:var(--landing-document-ball-end-top);transform:translate(-50%,-50%)}to{opacity:0;left:var(--landing-document-ball-end-left);top:var(--landing-document-ball-end-top);transform:translate(-50%,-50%)}}@keyframes landingDocumentSceneHide{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes landingDocumentResponseLineIn{0%{opacity:0;transform:translateY(4px) scaleX(.36)}to{opacity:.96;transform:translateY(0) scaleX(1)}}@keyframes landingSharedVisualFade{0%{opacity:1}to{opacity:0}}@keyframes landingQueryWordReveal{0%{opacity:0;filter:blur(6px);transform:scaleX(.2)}to{opacity:.9;filter:blur(2.2px);transform:scaleX(1)}}@keyframes landingAnalyticsPromptWordIn{0%{opacity:0;filter:blur(6px);transform:translateY(3px)}to{opacity:.94;filter:blur(.35px);transform:translateY(0)}}@keyframes landingChipHit{0%,to{transform:translateY(0);border-color:rgba(152,161,175,.32);box-shadow:0 0 0 1px rgba(255,255,255,.02)}40%{transform:translateY(-3px);border-color:rgba(143,215,216,.88);box-shadow:0 0 0 1px rgba(143,215,216,.28),0 0 22px rgba(143,215,216,.16)}to{transform:translateY(0)}}@keyframes landingLogoHit{0%,to{transform:scale(1);opacity:.92;filter:grayscale(1) brightness(0) invert(1)}40%{transform:scale(1.16);opacity:1;filter:grayscale(1) brightness(0) invert(1) drop-shadow(0 0 8px rgba(143,215,216,.82))}}@keyframes landingGearSpin{0%{transform:rotate(var(--landing-gear-start-angle));filter:drop-shadow(0 0 0 rgba(231,129,93,0))}to{transform:rotate(var(--landing-gear-end-angle));filter:drop-shadow(0 0 18px rgba(231,129,93,.18))}}@keyframes landingGearCarryBall{0%{opacity:1;transform:translate(-50%,-50%) rotate(0) translateY(calc(var(--landing-carry-orbit) * -1))}92%{opacity:1;transform:translate(-50%,-50%) rotate(-180deg) translateY(calc(var(--landing-carry-orbit) * -1))}to{opacity:0;transform:translate(-50%,-50%) rotate(-180deg) translateY(calc(var(--landing-carry-orbit) * -1))}}@keyframes landingGearReleaseBall{0%{opacity:1;transform:translate(-50%)}92%{opacity:1;transform:translate(-50%,var(--landing-vertical-step))}to{opacity:0;transform:translate(-50%,calc(var(--landing-vertical-step) + 4px))}}@keyframes landingResponseReveal{0%{opacity:0;transform:scaleX(.36)}to{opacity:1;transform:scaleX(1)}}@keyframes landingDdCardEnter{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landingDdSourceFileIn{0%{opacity:0;transform:translateY(10px) rotate(var(--landing-dd-file-tilt)) scale(.9)}to{opacity:1;transform:translateY(0) rotate(var(--landing-dd-file-tilt)) scale(1)}}@keyframes landingDdRouteDraw{0%{opacity:0;stroke-dashoffset:100}12%{opacity:1;stroke-dashoffset:92}to{opacity:1;stroke-dashoffset:0}}@keyframes landingDdConnectorDot{0%{opacity:0;transform:translate(-50%) scale(.72)}15%{opacity:1}85%{opacity:1;transform:translate(-50%,calc(var(--landing-dd-connector-height) - 8px)) scale(1)}to{opacity:0;transform:translate(-50%,var(--landing-dd-connector-height)) scale(.84)}}@keyframes landingDdLineReveal{0%{opacity:0;transform:scaleX(.28)}to{opacity:1;transform:scaleX(1)}}@keyframes landingDdBarGrow{0%{opacity:0;transform:scaleY(.2)}to{opacity:1;transform:scaleY(1)}}@keyframes landingDdOutputCardIn{0%{opacity:0;transform:translateY(12px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landingDdPillIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.landing-cta-row{width:100%;padding:8px 20px 88px;display:flex;flex-direction:column;align-items:center;gap:14px;justify-content:center;box-sizing:border-box}.landing-cta-primary{height:58px;width:min(236px,94vw);border-radius:999px;padding:0 28px;border:none;font-family:Neue Regrade,Neue Regrade Placeholder,sans-serif;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#e7815d;cursor:pointer}.landing-cta-primary:hover{opacity:.95}@media (max-width: 980px){.landing-capability-grid{gap:32px}.landing-lottie-slot{min-height:420px}}@media (max-width: 900px){.landing-capability-grid.is-reversed .landing-capability-copy,.landing-capability-grid.is-reversed .landing-capability-visual{order:initial}.landing-capability-section{padding:88px clamp(28px,6.8vw,95px) 56px}.landing-capability-grid{grid-template-columns:minmax(0,1fr);gap:26px}.landing-capability-copy,.landing-capability-body{max-width:none}}@media (min-width: 761px) and (max-width: 900px){.landing-capability-section{min-height:auto;align-items:flex-start;padding-bottom:36px}.landing-capability-grid{gap:40px}}@media (max-width: 760px){.landing-hero{padding:96px 16px 32px}.landing-hero-copy h1{font-size:clamp(44px,16vw,64px)}.landing-lottie-slot{width:100%;min-height:320px;padding:22px}.landing-multi-model-animation{--landing-vertical-step: 22px;--landing-chip-size: 42px;--landing-gear-size: 58px;--landing-carry-ball-size: 6px;--landing-text-box-width: 176px;min-height:304px}.landing-multi-model-query{height:36px;margin-bottom:8px;border-radius:15px}.landing-query-typing{width:132px;gap:5px}.landing-query-word{height:4.2px;filter:blur(2.6px)}.landing-multi-model-chip{width:42px;height:42px;border-radius:14px}.landing-multi-model-output-box{width:var(--landing-text-box-width);min-height:38px;border-radius:14px;padding:0 12px}.landing-response-typing{width:132px;gap:5px}.landing-multi-model-chip img{width:19px;height:19px}.landing-multi-model-response{gap:5px}.landing-multi-model-response-fill{height:4px}.landing-diligence-animation{max-width:300px}.landing-diligence-grid{width:100%;column-gap:21px;row-gap:26px;padding:8px 0}.landing-diligence-source{min-height:125px;height:125px;padding:11px 12px 14px}.landing-diligence-source-title,.landing-diligence-stage-title{margin-top:6px;font-size:13px}.landing-diligence-source-stack{width:104px;height:42px;margin-top:14px}.landing-diligence-source-file{width:39px;height:46px;border-radius:9px;font-size:7px;padding-bottom:7px}.landing-diligence-source-file:before{top:7px;width:15px}.landing-diligence-stage{min-height:125px;height:125px;padding:12px 12px 14px;border-radius:16px}.landing-diligence-stage.is-analysis{min-height:125px;height:125px}.landing-diligence-facts{margin-top:14px}.landing-diligence-analysis-body{margin-top:10px;grid-template-columns:46px minmax(0,1fr);gap:10px}.landing-diligence-analysis-bars{height:30px;gap:5px}.landing-diligence-analysis-bar{width:10px}.landing-diligence-stage.is-output{min-height:125px;height:125px}.landing-diligence-stage.is-output .landing-diligence-stage-title{transform:translateY(-1px)}.landing-diligence-output-grid{gap:9.5px}.landing-diligence-output-card{min-height:0}.landing-diligence-output-card i{font-size:20px}.landing-diligence-pdf-icon-svg{width:20px;height:23px}.landing-diligence-output-pill{min-width:110px;padding:8px 10px 7px;gap:6px;border-radius:14px}.landing-diligence-output-pill-label{font-size:10.4px}.landing-analytics-risk-animation{max-width:300px}.landing-document-animation,.landing-document-animation>div{max-width:300px}.landing-document-scene{--landing-document-library-offset: 24px;--landing-document-prompt-top: 6px;--landing-document-prompt-label-height: 9px;--landing-document-prompt-gap: 6px;--landing-document-prompt-label-offset-x: 6px;--landing-document-query-width: 125.1px;--landing-document-query-height: 40px;--landing-document-pipe-thickness: 7px;--landing-document-output-overshoot: 14px;--landing-document-prompt-flow-overshoot: 12px;--landing-document-intersection-shift: 9px;--landing-document-response-offset-x: -8px;--landing-document-response-offset-y: 0px;--landing-document-response-scale: .72;--landing-document-ball-size: 7px;--landing-document-doc-ball-arrival-offset: 8px;--landing-document-doc-response-origin-shift-x: 13px;--landing-document-doc-response-origin-drop-y: 5px;--landing-document-doc-response-origin-lift: 2px;--landing-document-note-ball-arrival-offset: 14px;--landing-document-note-response-origin-lift: 3px}.landing-document-note-asset{width:clamp(87px,30%,116px)}.landing-document-query{padding:0 12px;border-radius:16px}.landing-document-query-word{height:4px}.landing-analytics-risk-card{padding:8px 8px 10px}.landing-analytics-risk-card.is-source,.landing-analytics-risk-card.is-platform,.landing-analytics-risk-card.is-core{border-radius:16px}.landing-analytics-risk-step-label{font-size:7.4px}.landing-analytics-risk-card-title{margin-top:6px;font-size:11.5px}.landing-analytics-risk-source-body{margin-top:8px;gap:5px}.landing-analytics-risk-prompt{margin-top:0;gap:3px 5px;min-height:38px}.landing-analytics-risk-prompt-word{font-size:7.3px}.landing-analytics-risk-table{margin-top:0;gap:4px}.landing-analytics-risk-table-row{gap:3px}.landing-analytics-risk-table-cell{height:7px;border-radius:3px}.landing-analytics-risk-platform-icons{gap:4px}.landing-analytics-risk-platform-icon svg{width:19px;height:19px}.landing-analytics-risk-core-body{margin-top:8px}.landing-analytics-risk-equation{font-size:8px}.landing-analytics-risk-output-row{left:5%;right:5%;bottom:5%;gap:12px}.landing-analytics-risk-output{gap:6px}.landing-analytics-risk-output-icon{height:62px}.landing-analytics-risk-output.is-report .landing-analytics-risk-output-icon,.landing-analytics-risk-output.is-csv .landing-analytics-risk-output-icon{max-width:50px}.landing-analytics-risk-output.is-chat .landing-analytics-risk-output-icon{max-width:70px}.landing-analytics-risk-output-label{font-size:9.8px}.landing-cta-row{padding:0 16px 48px}}@media (max-width: 420px){.landing-hero-copy h1{font-size:clamp(30px,9.4vw,40px)}}.legal-page{--legal-top-offset: 74px;min-height:100vh;position:relative;background:#000;padding:calc(var(--legal-top-offset) + 24px) 20px 32px;box-sizing:border-box}.legal-background{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:0}.legal-content{position:relative;z-index:1;width:min(920px,100%);margin:0 auto;padding:28px clamp(18px,3vw,34px);border-radius:16px;border:1px solid #2a3240;background:#11151c}.legal-top-nav{position:fixed;top:0;left:0;right:0;z-index:3;height:var(--legal-top-offset);background:#000;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,6.8vw,95px);border-bottom:1px solid #1f1f1f;box-sizing:border-box}.legal-top-nav-brand{color:#fff;font-size:24px;font-weight:700;text-transform:lowercase;letter-spacing:.4px;text-decoration:none;user-select:none;-webkit-user-select:none}.legal-top-nav-links{display:flex;align-items:center;gap:31px}.legal-top-nav-link{color:#e5e7eb;text-decoration:none;font-size:15px;font-weight:500}.legal-top-nav-link:hover{color:#fff}.legal-top-nav-demo-button{height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:8px;color:#fff;background:transparent;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.legal-top-nav-demo-button:hover{background:rgba(255,255,255,.08)}.legal-header h1{margin:0;color:#f3f4f6;font-size:clamp(32px,4vw,44px);font-weight:600}.legal-header p{margin:10px 0 0;color:#94a3b8;font-size:14px}.legal-section{margin-top:22px}.legal-section h2{margin:0;color:#e5e7eb;font-size:20px;font-weight:600}.legal-section p{margin:10px 0 0;color:#b9c1ce;font-size:15px;line-height:1.6}.legal-actions{margin-top:30px;display:flex}.legal-link-button{height:42px;padding:0 16px;border:1px solid #d1d5db;border-radius:10px;color:#fff;text-decoration:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.legal-link-button:hover{background:rgba(255,255,255,.08)}@media (max-width: 760px){.legal-page{--legal-top-offset: 95px;padding:calc(var(--legal-top-offset) + 16px) 10px 16px}.legal-content{border-radius:12px;padding:20px 16px}.legal-top-nav{height:auto;min-height:95px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:10px 16px}.legal-top-nav-brand{font-size:20px}.legal-top-nav-links{gap:18px;flex-wrap:wrap}.legal-section h2{font-size:18px}}:root{--chat-content-max-width: 864px;--chat-horizontal-padding: 40px;--assistant-copy-front-fill: transparent;--chat-surface-bg: #0c0a00}.chat-interface{--chat-font-scale: 1.08;--chat-header-spacer-height: 27px;--chat-top-fade-height: calc(var(--chat-header-spacer-height) + 24px)}body[data-platform=windows] .chat-interface{--chat-font-scale: 1.02}.chat-interface{flex:1;display:flex;flex-direction:column;background-color:var(--chat-surface-bg);width:100%;padding:0;position:relative}.chat-container{flex:1;display:flex;flex-direction:column;height:100%;background-color:var(--chat-surface-bg);border-radius:8px;box-shadow:none;overflow:hidden;position:relative;justify-content:center}.chat-background-stars{position:absolute;top:40px;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:.8;filter:brightness(1.25) contrast(1.08);overflow:hidden}.chat-background-stars>div{width:100%;height:100%}.messages-container,.input-container{position:relative;z-index:2}.chat-container.pre-query .messages-container,.chat-container.pre-query .input-container{background-color:transparent}.chat-container.pre-query .chat-header-spacer{background:transparent}.chat-header-spacer{position:absolute;top:0;left:0;right:0;height:var(--chat-header-spacer-height, 64px);background-color:var(--chat-surface-bg);pointer-events:none;z-index:10}.chat-top-controls{position:absolute;top:18px;right:26px;z-index:22;display:flex;align-items:center;gap:8px;pointer-events:none}.chat-share-toggle,.chat-private-toggle{pointer-events:auto;border:none;background:transparent;color:#9ca3af;border-radius:999px;height:32px;min-height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:calc(14px * var(--chat-font-scale));font-weight:400;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.chat-share-toggle i,.chat-private-toggle i{font-size:calc(13px * var(--chat-font-scale));line-height:1}.chat-share-toggle span,.chat-private-toggle span{display:inline-flex;align-items:center;line-height:1}.chat-private-toggle span{font-weight:400}.chat-share-toggle:hover,.chat-private-toggle:hover{background-color:rgba(255,255,255,.08);color:#e5e7eb}.chat-private-toggle[data-tooltip]{position:relative}.chat-private-toggle[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%,-3px);padding:6px 9px;border-radius:8px;border:none;background:transparent;color:#f8fafc;font-size:11px;line-height:1;letter-spacing:.01em;white-space:nowrap;opacity:0;pointer-events:none;z-index:40;transition:opacity .16s ease,transform .16s ease}.chat-private-toggle[data-tooltip]:hover:after,.chat-private-toggle[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)}.chat-share-toggle:disabled,.chat-share-toggle.is-busy{opacity:.72;cursor:progress}.chat-share-toggle.icon-only,.chat-private-toggle.icon-only{width:32px;min-width:32px;padding:0;gap:0}.chat-private-toggle.is-active{background-color:rgba(74,158,255,.16);color:#bfe4ff}.chat-private-indicator{pointer-events:none;border:none;background:transparent;border-radius:999px;width:32px;min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;-webkit-user-select:none;user-select:none}.chat-private-indicator i{font-size:calc(13px * var(--chat-font-scale));line-height:1}.chat-private-indicator.is-active{background-color:rgba(74,158,255,.16);color:#bfe4ff}.chat-share-status{position:absolute;top:calc(100% + 8px);right:0;pointer-events:none;padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.92);color:#dbeafe;font-size:12px;line-height:1.2;white-space:nowrap;border:1px solid rgba(148,163,184,.35)}.messages-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--chat-header-spacer-height, 64px) var(--chat-horizontal-padding) 60vh;display:flex;flex-direction:column;gap:0;background-color:var(--chat-surface-bg);align-items:center;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.28) var(--chat-header-spacer-height, 64px),#000 var(--chat-top-fade-height, 88px),#000 100%);mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.28) var(--chat-header-spacer-height, 64px),#000 var(--chat-top-fade-height, 88px),#000 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.message{display:flex;gap:0;align-items:flex-start;width:100%;max-width:var(--chat-content-max-width);margin:0 auto;padding:20px 0;box-sizing:border-box}.ai-message{width:100%;background-color:var(--chat-surface-bg);justify-content:flex-start}.user-message{width:100%;background-color:var(--chat-surface-bg);justify-content:flex-end;padding-top:10px;padding-bottom:10px}.message-content{max-width:80%;padding:12px 16px;border-radius:12px;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:calc(15px * var(--chat-font-scale));line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;position:relative;min-height:60px}.ai-message .message-content{max-width:90%}.message-content.message-content-upload{padding-top:8px}.greeting-message{display:flex;align-items:center;gap:16px;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.greeting-message-centered{position:relative;text-align:center;font-size:calc(clamp(1.5rem,2.2vw,2.4rem) * var(--chat-font-scale));line-height:1.35;font-weight:100}.message.greeting-centered-message{padding:20px 20px 16px;justify-content:center}.greeting-centered-layout{display:flex;flex-direction:column;align-items:center;width:100%;max-width:min(704px,100%);margin:0 auto}.greeting-centered-row{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.greeting-centered-copy{min-width:0;flex:0 1 auto;max-width:100%;overflow:hidden;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.greeting-centered-copy>*{margin:0;display:block;width:auto;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.greeting-centered-copy.greeting-copy-regular>*{font-size:calc(clamp(1.45rem,2.1vw,2.25rem) * var(--chat-font-scale))}.greeting-centered-copy.greeting-copy-medium>*{font-size:calc(clamp(1.25rem,1.9vw,1.85rem) * var(--chat-font-scale))}.greeting-centered-copy.greeting-copy-compact>*{font-size:calc(clamp(1.02rem,1.55vw,1.45rem) * var(--chat-font-scale))}.message.greeting-centered-message .greeting-spinner-wrapper{position:static;transform:none;flex-shrink:0}.ai-message:not(.greeting-centered-message){position:relative}.ai-message:not(.greeting-centered-message) .greeting-spinner-wrapper{position:static;display:flex;justify-content:flex-start;pointer-events:none}.assistant-thinking-row{display:flex;align-items:center;gap:12px;margin:0 0 10px}.assistant-status{font-size:calc(.92rem * var(--chat-font-scale));margin:0;background:linear-gradient(90deg,rgba(209,213,219,.42),rgba(209,213,219,.42) 35%,rgba(255,255,255,.92),rgba(209,213,219,.42) 65%,rgba(209,213,219,.42));background-size:400% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:statusTextShimmer 2.5s ease-in-out infinite}@keyframes statusTextShimmer{0%{background-position:100% center}to{background-position:0% center}}.wf-step-progress{display:flex;flex-direction:column;gap:0;margin:-8px 0 8px;padding:0 0 0 60px;opacity:1;transition:opacity .4s ease}.wf-step-heading{font-size:calc(.78rem * var(--chat-font-scale, 1));color:#4b5563;margin-bottom:4px}.wf-step-progress.is-hiding{opacity:0;pointer-events:none}.wf-step-item{display:flex;align-items:center;gap:8px;position:relative;min-height:20px;padding:1px 0}.wf-step-item:not(:last-child):after{content:"";position:absolute;left:3.5px;top:12px;width:1px;bottom:-7px;background:rgba(0,0,0,.15)}.wf-step-marker{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:#4b5563;position:relative;z-index:1;transition:background .25s ease}.wf-step-state-in_progress .wf-step-marker{background:#6b7280;animation:wfDotPulse 1.4s ease-in-out infinite}.wf-step-state-done .wf-step-marker{background:#9ca3af;animation:none}@keyframes wfDotPulse{0%,to{opacity:1}50%{opacity:.3}}.wf-step-label{font-size:calc(.78rem * var(--chat-font-scale, 1));color:#4b5563;line-height:1.3}.wf-step-state-in_progress .wf-step-label{background:linear-gradient(90deg,rgba(209,213,219,.42),rgba(209,213,219,.42) 35%,rgba(255,255,255,.92),rgba(209,213,219,.42) 65%,rgba(209,213,219,.42));background-size:400% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:statusTextShimmer 2.5s ease-in-out infinite}body[data-theme=light] .wf-step-state-in_progress .wf-step-label{background:none;-webkit-text-fill-color:currentColor;animation:wfLabelPulse 1.4s ease-in-out infinite}@keyframes wfLabelPulse{0%,to{opacity:1}50%{opacity:.35}}.wf-step-state-done .wf-step-label{color:#9ca3af;-webkit-text-fill-color:#9ca3af;background:none;animation:none;text-decoration:line-through;text-decoration-color:#9ca3af;text-decoration-thickness:1.5px}.model-change-notice-message{padding-top:6px;padding-bottom:6px}.model-change-notice-content{min-height:auto;padding:4px 16px 4px 10px;display:inline-flex;align-items:center;gap:6px}.model-change-notice-content .model-change-notice-logo{width:28px;height:28px}.model-change-notice-logo{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brainstorm-brand-color, #dbeafe)}.model-change-notice-logo.has-image{position:relative;isolation:isolate}.model-change-notice-logo.has-image img{position:relative;z-index:1}body[data-theme=dark] .model-change-notice-logo.has-image.provider-openai,body[data-theme=dark] .model-change-notice-logo.has-image.provider-meta,body[data-theme=dark] .model-change-notice-logo.has-image.provider-xai{--model-change-logo-filter: grayscale(1) brightness(0) invert(1)}body[data-theme=dark] .model-change-notice-logo.has-image.provider-openai{--model-change-logo-cloud: rgba(102, 239, 214, .52)}body[data-theme=dark] .model-change-notice-logo.has-image.provider-meta{--model-change-logo-cloud: rgba(177, 153, 255, .48)}body[data-theme=dark] .model-change-notice-logo.has-image.provider-xai{--model-change-logo-cloud: rgba(226, 232, 240, .5)}body[data-theme=dark] .model-change-notice-logo.has-image.provider-openai:before,body[data-theme=dark] .model-change-notice-logo.has-image.provider-meta:before,body[data-theme=dark] .model-change-notice-logo.has-image.provider-xai:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:radial-gradient(circle at 50% 50%,var(--model-change-logo-cloud, rgba(255, 255, 255, .44)) 0%,rgba(255,255,255,.14) 48%,rgba(255,255,255,0) 80%);filter:blur(7px);transform:scale(1.08);opacity:.95;z-index:0;pointer-events:none}body[data-theme=dark] .model-change-notice-logo.has-image.provider-openai img,body[data-theme=dark] .model-change-notice-logo.has-image.provider-meta img,body[data-theme=dark] .model-change-notice-logo.has-image.provider-xai img{filter:var(--model-change-logo-filter)}.model-change-notice-logo.fallback{font-size:calc(12px * var(--chat-font-scale));font-weight:700}.model-change-notice-model-name{font-size:calc(14px * var(--chat-font-scale));line-height:1.35;font-weight:500;color:#e2e8f0}.greeting-spinner-wrapper{flex-shrink:0}.greeting-spinner{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;--greeting-spinner-speed-quick: 6s;--greeting-spinner-speed-medium: 8s;--greeting-spinner-speed-slow: 12s}.greeting-spinner>*{transform:scale(.8);transform-origin:center}.greeting-spinner .classic-spinner{animation-duration:var(--greeting-spinner-speed-quick, 6s)!important}.greeting-spinner .thinking-circle,.greeting-spinner .thinking-ring,.greeting-spinner .thinking-node,.greeting-spinner .morph-circle,.greeting-spinner .thinking-dot{animation-duration:var(--greeting-spinner-speed-medium, 8s)!important}.greeting-spinner .neural-node,.greeting-spinner .node-center,.greeting-spinner .connection{animation-duration:var(--greeting-spinner-speed-slow, 12s)!important}.greeting-spinner .pulsing-brain,.greeting-spinner .brain-path{animation-duration:var(--greeting-spinner-speed-medium, 8s)!important}.greeting-spinner .brain-particle{animation-duration:var(--greeting-spinner-speed-slow, 12s)!important}.messages-container.greeting-centered{justify-content:center;overflow-y:hidden;overscroll-behavior:none;-webkit-mask-image:none;mask-image:none}.chat-container:not(.greeting-active){justify-content:flex-start}.chat-container.greeting-active{justify-content:center}.chat-container.greeting-active .messages-container{flex:0 0 auto;padding-top:max(var(--chat-header-spacer-height, 64px),clamp(28px,7vh,72px));padding-bottom:0;min-height:auto}.chat-container.greeting-active .input-container{padding-top:3px;padding-bottom:clamp(36px,8vh,110px)}.greeting-message,.greeting-message-centered,.greeting-centered-copy{-webkit-user-select:none;user-select:none}.chat-container.greeting-active .chat-input-shell{max-width:704px}.message.greeting-centered-message .message-content{width:100%;max-width:min(704px,100%);margin:0 auto;text-align:left}.chat-mode-chips{display:flex;gap:10px;flex-wrap:nowrap;justify-content:center;margin-top:16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chat-mode-chips-under-input{width:95%;max-width:min(669px,95%);margin-top:0;padding:6px 10px;border-radius:0 0 14px 14px;border:1px solid rgba(255,255,255,.1);border-top:none;background:#292a30;display:block;overflow:visible;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.chat-mode-chips-under-input-options{width:100%;padding:0 clamp(36px,8%,92px);box-sizing:border-box;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px}.workflow-slash-picker{--workflow-slash-picker-bg: #262626;--workflow-slash-picker-border-color: rgba(255, 255, 255, .1);--workflow-slash-picker-text-color: rgba(229, 231, 235, .86);--workflow-slash-picker-text-strong: #ffffff;--workflow-slash-picker-muted-text: rgba(229, 231, 235, .68);--workflow-slash-picker-hover-bg: #292a30;--workflow-slash-picker-divider-color: rgba(255, 255, 255, .08);--workflow-slash-picker-action-color: rgba(156, 163, 175, .96);position:absolute;left:50%;width:95%;max-width:min(669px,95%);transform:translate(-50%);bottom:100%;max-height:min(320px,40vh);margin:0;padding:6px 10px;border-radius:14px 14px 0 0;border:1px solid var(--workflow-slash-picker-border-color);border-bottom:none;background:var(--workflow-slash-picker-bg);display:block;overflow-y:auto;overflow-x:hidden;z-index:12;box-shadow:none;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body[data-theme=light] .workflow-slash-picker{--workflow-slash-picker-bg: #ffffff;--workflow-slash-picker-border-color: #d6dde8;--workflow-slash-picker-text-color: #3d3a3b;--workflow-slash-picker-text-strong: #3d3a3b;--workflow-slash-picker-muted-text: #3d3a3b;--workflow-slash-picker-hover-bg: #f3f6fb;--workflow-slash-picker-divider-color: #d6dde8;--workflow-slash-picker-action-color: #3d3a3b}.workflow-slash-picker-list{width:100%;display:flex;flex-direction:column;gap:8px}.workflow-slash-picker-loading{padding:8px 10px;font-size:calc(12px * var(--chat-font-scale));color:var(--workflow-slash-picker-muted-text)}.workflow-slash-picker-section{display:flex;flex-direction:column;gap:6px}.workflow-slash-picker-section-header{padding:2px 10px 0}.workflow-slash-picker-section-title{display:block;font-size:calc(10px * var(--chat-font-scale));font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--workflow-slash-picker-muted-text)}.workflow-slash-picker-section-divider{display:block;height:1px;margin:2px 10px 0;background:var(--workflow-slash-picker-divider-color)}.workflow-slash-picker-section-items{display:flex;flex-direction:column;gap:2px}.workflow-slash-picker-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;border-radius:8px;transition:background-color .16s ease}.workflow-slash-picker-item-main{flex:1;min-width:0;border:none;border-radius:8px;background:transparent;color:var(--workflow-slash-picker-text-color);cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:8px 10px;font-size:calc(12px * var(--chat-font-scale));text-align:left;transition:color .16s ease}.workflow-slash-picker-item:hover,.workflow-slash-picker-item:focus-within{background:var(--workflow-slash-picker-hover-bg)}.workflow-slash-picker-item-main:hover,.workflow-slash-picker-item-main:focus-visible{color:var(--workflow-slash-picker-text-strong)}.workflow-slash-picker-item-icon{width:14px;height:14px;flex-shrink:0;fill:currentColor;stroke:currentColor;stroke-width:1.2;margin-right:8px}.workflow-slash-picker-item-fa-icon{display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1}.workflow-slash-picker-item-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-slash-picker-item-review{border:none;background:transparent;color:var(--workflow-slash-picker-action-color);font-size:calc(12px * var(--chat-font-scale));font-weight:500;padding:8px 10px;cursor:pointer;white-space:nowrap;opacity:0;visibility:hidden;transition:color .16s ease,opacity .16s ease}.workflow-slash-picker-item:hover .workflow-slash-picker-item-review,.workflow-slash-picker-item:focus-within .workflow-slash-picker-item-review{opacity:1;visibility:visible}.workflow-slash-picker-item-review:hover{color:var(--workflow-slash-picker-text-strong)}.chat-mode-chips::-webkit-scrollbar{display:none}.chat-mode-chip{display:inline-flex;align-items:center;gap:10px;padding:10px 14px 10px 10px;border-radius:999px;border:1px solid #2b2b2b;background:rgba(0,0,0,.14);color:rgba(229,231,235,.82);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease;flex:0 0 auto;-webkit-user-select:none;user-select:none}.chat-mode-chip:hover{background:rgba(255,255,255,.06);color:#fff}.chat-mode-chip:active{transform:translateY(1px)}.chat-mode-chip.is-selected{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff}.chat-mode-chip.is-embedded{width:100%;min-width:0;justify-content:center;gap:7px;padding:4px 2px;border:none;border-radius:8px;background:transparent;color:rgba(229,231,235,.78)}.chat-mode-chip.is-embedded:hover{background:#262626;color:#fff}.chat-mode-chip.is-embedded.is-selected{background:rgba(255,255,255,.14);color:#f8fafc}.chat-mode-chip-icon{width:30px;height:30px;border-radius:12px;border:1px solid rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px}.chat-mode-chip-icon i{font-size:calc(14px * var(--chat-font-scale))}.chat-mode-chip-icon.is-embedded{width:auto;height:auto;flex:0 0 auto;border:none;border-radius:0;background:transparent}.chat-mode-chip-icon.is-embedded i{font-size:calc(13px * var(--chat-font-scale))}.chat-mode-chip-workflow-icon{width:14px;height:14px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;overflow:visible}.chat-mode-chip-workflow-icon.is-embedded{width:13px;height:13px}.chat-mode-chip-label{font-size:calc(13px * var(--chat-font-scale));font-weight:600;letter-spacing:.01em;white-space:nowrap}.chat-mode-chip.is-embedded .chat-mode-chip-label{font-size:calc(12px * var(--chat-font-scale));font-weight:500}.user-message .message-content{background-color:#0f1114;border:1px solid #2a2f37;color:#e5e7eb;border-radius:28px 28px 14px;padding:10px 22px 11px 18px;min-height:0;line-height:1.6}.user-message .message-content.message-content-upload{background-color:transparent;border:none;border-radius:0;padding:0}.user-message .message-content p{margin:0}.user-message .message-content p+p{margin-top:10px}.message-selection-summary{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.message-selection-summary.has-text-content{margin-bottom:10px}.message-selection-summary-item{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;column-gap:10px;max-width:100%;color:inherit;font-size:calc(13px * var(--chat-font-scale));line-height:1.25}.message-selection-summary-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;fill:currentColor;stroke:currentColor;stroke-width:1.2}.message-selection-summary-icon.fa-regular,.message-selection-summary-icon.fa-solid{font-size:calc(14px * var(--chat-font-scale))}.message-selection-summary-label{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-inline-slash-content{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}.message-inline-slash-text{white-space:pre-wrap}.message-inline-token{display:inline-flex;align-items:center;gap:8px;margin:0 2px;padding:2px 8px 3px;border-radius:10px;background:rgba(255,255,255,.12);color:inherit;vertical-align:baseline}.message-inline-token-icon{width:16px;height:16px;flex-shrink:0;fill:currentColor;stroke:currentColor;stroke-width:1.2}.message-inline-token-icon.fa-regular,.message-inline-token-icon.fa-solid{display:inline-flex;align-items:center;justify-content:center;font-size:calc(14px * var(--chat-font-scale))}.message-inline-token-label{white-space:nowrap}.ai-message .message-content{background-color:transparent;color:#d1d5db}.ai-message .message-content.has-markdown-table{width:90%;max-width:90%}.assistant-response-actions-block{display:inline-flex;flex-direction:column;align-items:flex-start}.assistant-response-actions{display:inline-flex;align-items:center;gap:10px;margin-top:3.89px;margin-left:-5.5px;opacity:0;pointer-events:none;transform:translateY(2px);transition:opacity .16s ease,transform .16s ease}.ai-message:hover .assistant-response-actions,.assistant-response-actions.is-last-response{opacity:1;pointer-events:auto;transform:translateY(0)}.assistant-response-action{border:none;background:transparent;color:#9ca3af;border-radius:10px;padding:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle;cursor:pointer;transition:background-color .2s ease,color .2s ease;position:relative}.assistant-response-action i{display:block;font-size:calc(14px * var(--chat-font-scale));line-height:1;transform:none}.assistant-response-copy-icon{display:block;width:18px;height:18px;overflow:visible}.assistant-response-copy-icon path,.assistant-response-copy-icon rect{stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;fill:none;vector-effect:non-scaling-stroke}.assistant-response-copy-icon .assistant-response-copy-icon-front-square{fill:var(--assistant-copy-front-fill)}.assistant-response-retry-icon{display:block;font-size:calc(13px * var(--chat-font-scale))!important}.assistant-response-copy-success-glyph{font-size:calc(13px * var(--chat-font-scale))}.assistant-response-speak-glyph{font-size:calc(14px * var(--chat-font-scale));transform:translateY(-.5px)}.assistant-response-speak-glyph.is-speaking{font-size:calc(12px * var(--chat-font-scale))}.assistant-response-speak-icon{width:18px;height:18px;overflow:visible}.assistant-response-speak-icon path{stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;fill:none;vector-effect:non-scaling-stroke}.assistant-response-action svg{display:block;transform:none;width:18px;height:18px}.assistant-response-action .assistant-response-speak-icon{transform:translateY(-1px)}.assistant-response-action[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%,-3px);padding:5px 8px;border-radius:8px;border:none;background:rgba(12,15,20,.45);color:#f8fafc;font-size:11px;line-height:1;letter-spacing:.01em;white-space:nowrap;opacity:0;pointer-events:none;z-index:40;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);transition:opacity .16s ease,transform .16s ease}.assistant-response-action[data-tooltip]:hover:not(:disabled):after,.assistant-response-action[data-tooltip]:focus-visible:not(:disabled):after{opacity:1;transform:translate(-50%)}.assistant-response-action:hover:not(:disabled),.assistant-response-action.is-copied{background:#262626;color:#fff}.assistant-response-action:disabled{opacity:.48;cursor:not-allowed}.assistant-response-static-spinner{display:inline-flex;align-items:center;margin-top:21.89px;margin-left:-5.5px;opacity:0;pointer-events:none;transform:translateY(2px);transition:opacity .16s ease,transform .16s ease}.ai-message:hover .assistant-response-static-spinner,.assistant-response-static-spinner.is-last-response{opacity:1;transform:translateY(0)}.assistant-response-static-spinner-inner{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center}.assistant-response-static-spinner-inner>*{transform:scale(.68);transform-origin:center}.assistant-response-static-spinner *{animation-play-state:paused!important;animation-delay:-1.75s!important}.message-content h1,.message-content h2,.message-content h3,.message-content h4,.message-content h5,.message-content h6{margin:16px 0 8px;font-size:1.1em;font-weight:600;line-height:1.4}.message-content ul,.message-content ol{margin:10px 0;padding-left:32px}.message-content li{margin:6px 0;padding-left:8px}.message-content p{margin:10px 0}.message-content p+p{margin-top:14px}.message-content strong{font-weight:600}.message-content a{color:#8fc4ff;text-decoration:none}.message-content a:hover{color:#b6d8ff;text-decoration:underline}.message-content code{background-color:rgba(0,0,0,.05);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.message-content pre{background-color:#2d2d2d;color:#f8f8f2;padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}.message-content pre code{background-color:transparent;padding:0}.markdown-table-wrapper{--markdown-table-text: #e5e7eb;--markdown-table-header-divider: #7f8a99;--markdown-table-row-divider: #2f3742;--markdown-table-artifact-text: #9a3412;--markdown-table-artifact-border: rgba(154, 52, 18, .45);width:100%;margin:16px 0 8px;border:0;border-radius:0;background:transparent}.markdown-table-scroll{width:100%;overflow-x:auto}.markdown-table-toolbar{display:flex;justify-content:flex-end;margin-bottom:16px;background:transparent}.markdown-table-copy-btn{border:none;background:transparent;color:#9ca3af;border-radius:0;padding:2px 0;font-size:calc(12px * var(--chat-font-scale));line-height:1.25;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:color .2s ease}.markdown-table-copy-icon{width:16px;height:16px}.markdown-table-copy-label{font-size:calc(12px * var(--chat-font-scale));line-height:1;letter-spacing:.01em}.markdown-table-copy-btn:hover,.markdown-table-copy-btn:focus-visible,.markdown-table-copy-btn.is-copied{color:#fff}.markdown-table-copy-btn:focus-visible{outline:none}.markdown-table-wrapper table{width:100%;border-collapse:collapse;min-width:320px;background:transparent}.markdown-table-wrapper th,.markdown-table-wrapper td{border:0;border-bottom:1px solid var(--markdown-table-row-divider);padding:10px 12px;text-align:left;color:var(--markdown-table-text);font-size:calc(14px * var(--chat-font-scale));background:transparent}.markdown-table-wrapper thead th{font-weight:700;border-top:0;border-bottom-color:var(--markdown-table-header-divider)}.markdown-table-wrapper .markdown-table-main-column{font-weight:700}.markdown-table-wrapper tbody tr.highlight td,.markdown-table-wrapper tbody tr.is-highlighted td,.markdown-table-wrapper tbody tr[data-highlight=true] td{background:transparent}.markdown-table-wrapper td a,.markdown-table-wrapper td code{display:inline-flex;align-items:center;padding:2px 6px;border:1px solid var(--markdown-table-artifact-border);border-radius:8px;color:var(--markdown-table-artifact-text);background:transparent;text-decoration:none;line-height:1.35;font-size:calc(13px * var(--chat-font-scale))}.markdown-table-wrapper td a:hover,.markdown-table-wrapper td a:focus-visible{color:var(--markdown-table-artifact-text);border-color:var(--markdown-table-artifact-text);text-decoration:none}.markdown-table-wrapper td code{white-space:nowrap;font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.upload-message{display:flex;flex-direction:column;gap:6px;align-items:flex-end;width:fit-content;max-width:100%}.upload-message.has-inline-pdf-open{width:100%;max-width:100%;align-items:stretch}.user-message .message-content.message-content-upload.has-inline-pdf-open,.ai-message .message-content.has-inline-pdf-open{width:100%;max-width:100%}.chat-upload-grid{display:inline-flex;flex-wrap:wrap;gap:16px;border:none;border-radius:0;background:transparent;padding:0;overflow:visible;max-width:100%;width:fit-content;max-width:832px}.chat-upload-grid.has-inline-pdf-open{display:flex;width:100%;max-width:100%}.upload-message.has-inline-pdf-open .chat-upload-grid.has-inline-pdf-open{justify-content:flex-end}.assistant-attachments{margin-top:12px;display:flex;justify-content:flex-start}.assistant-output-generation-row{margin-top:6px;margin-bottom:0}.assistant-attachments-grid.chat-upload-grid{justify-content:flex-start}.chat-upload-tile.documents-tile{background:transparent;border:none;width:260px;padding:6px 8px;gap:6px;display:grid;grid-template-columns:99px 1fr;align-items:start;column-gap:10px}.user-message .chat-upload-tile.documents-tile,.user-message .chat-upload-tile.documents-tile:hover,.ai-message .chat-upload-tile.documents-tile,.ai-message .chat-upload-tile.documents-tile:hover{background:#0f1114}.library-idea-ref-link{display:flex;align-items:center;gap:6px;flex-basis:100%;background:none;border:none;padding:0;cursor:pointer;color:#8fc4ff;font-size:.85rem;text-decoration:underline;text-underline-offset:2px}.library-idea-ref-link:hover{color:#b6d8ff}body[data-theme=light] .library-idea-ref-link{color:#1558b0}body[data-theme=light] .library-idea-ref-link:hover{color:#0d3d7a}.chat-upload-tile.documents-tile.is-inline-pdf-open{width:100%;max-width:100%;flex:1 1 100%;grid-template-columns:1fr}.chat-upload-tile.documents-tile:hover{background:transparent}.chat-upload-tile .documents-tile-header{width:100%;margin:0;justify-content:space-between;padding:0 2px 0 0;align-items:flex-start;grid-column:2;grid-row:1;align-self:start}.chat-upload-tile.documents-tile.is-inline-pdf-open>.documents-tile-header{display:none}.chat-upload-tile .documents-tile-title{padding-top:0;order:2;white-space:normal;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.chat-upload-filetype-icon{flex:0 0 auto;font-size:11px;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-top:8px;order:1}.chat-upload-tile .documents-tile-header-left{flex-direction:column;align-items:flex-start;gap:4px}.chat-upload-tile .documents-tile-header-right{align-self:flex-start}.chat-upload-tile .documents-kebab{width:28px;height:28px}.chat-upload-tile-preview.documents-tile-preview{width:99px;height:99px;margin:0;position:relative;overflow:hidden;grid-column:1;grid-row:1;align-self:start}.chat-upload-tile .chat-inline-pdf-panel{grid-column:1 / -1}.chat-upload-tile-preview.is-ingest-active .documents-tile-preview-fallback i,.chat-upload-tile-preview.is-ingest-active .documents-thumbnail-fallback-icon,.chat-upload-tile-preview.is-ingest-active .documents-thumbnail-fallback-icon-text{opacity:0}.chat-upload-tile-ingest-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.chat-upload-ingest-circle{display:block;overflow:visible}.chat-upload-tile-done-badge{position:absolute;top:7px;right:7px;width:18px;height:18px;border-radius:50%;background:#e7815d;display:flex;align-items:center;justify-content:center;z-index:3;font-size:9px;color:#fff;pointer-events:none;animation:ingest-done-pop .22s cubic-bezier(.34,1.56,.64,1) both}@keyframes ingest-done-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.documents-thumbnail-button{border:none;background:transparent;padding:0;width:100%;height:100%;cursor:pointer}.chat-inline-pdf-panel{width:100%;margin-top:8px;border:1px solid #3a3a3a;border-radius:10px;overflow:hidden;background:#141414}.chat-inline-pdf-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:8px 10px;border-bottom:1px solid #2d2d2d;background:#1b1b1b;position:relative}.chat-inline-pdf-toolbar-user{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M14 22V8' stroke='%23e5e7eb' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M9 13l5-5 5 5' fill='none' stroke='%23e5e7eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 22h12' stroke='%23e5e7eb' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") 14 14,n-resize}.chat-inline-pdf-toolbar-ai{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M14 22V8' stroke='%23e5e7eb' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M9 13l5-5 5 5' fill='none' stroke='%23e5e7eb' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 22h12' stroke='%23e5e7eb' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") 14 14,n-resize}.chat-inline-pdf-toolbar:after{content:attr(data-close-tooltip);position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;color:#9ca3af;font-size:calc(11px * var(--chat-font-scale));letter-spacing:.02em;text-transform:lowercase;transition:opacity .16s ease}.chat-inline-pdf-toolbar:hover:after,.chat-inline-pdf-toolbar:focus-within:after{opacity:1}.chat-inline-pdf-kebab{width:28px;height:28px}.chat-inline-pdf-frame{width:100%;height:clamp(820px,85vh,1180px);border:0;background:#111827}.chat-inline-sheet-body{width:100%;height:clamp(820px,85vh,1180px);overflow:auto;background:#0f1115}.chat-inline-image-body{width:100%;height:clamp(820px,85vh,1180px);display:flex;align-items:center;justify-content:center;background:#0f1115;padding:14px}.chat-inline-image-body img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.chat-inline-image-empty,.chat-inline-sheet-empty{min-height:220px;display:flex;align-items:center;justify-content:center;padding:24px;color:#9ca3af;font-size:calc(13px * var(--chat-font-scale));text-align:center}.chat-inline-sheet-table-wrap{width:100%;min-height:100%;overflow:auto}.chat-inline-sheet-table{width:max-content;min-width:100%;border-collapse:collapse}.chat-inline-sheet-table thead th{position:sticky;top:0;z-index:1;background:#1f2937;color:#e5e7eb;font-weight:600}.chat-inline-sheet-table th,.chat-inline-sheet-table td{border:1px solid #272d38;padding:8px 10px;text-align:left;vertical-align:top;white-space:nowrap;font-size:calc(12px * var(--chat-font-scale));color:#d1d5db}.chat-inline-sheet-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.01)}.chat-inline-sheet-note{border-top:1px solid #2d2d2d;padding:8px 12px;color:#9ca3af;font-size:calc(12px * var(--chat-font-scale));background:#111318}.chat-inline-pdf-menu{position:absolute;right:8px;top:calc(100% - 2px);z-index:30}.chat-upload-card-menu-item.documents-card-menu-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-upload-menu-spinner{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-upload-menu-spinner>*{transform:scale(.32);transform-origin:center}.upload-ingest-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto;font-size:11px;border-radius:50%;opacity:.7}.upload-ingest-processing{color:var(--text-secondary, #aaa)}.upload-ingest-failed{color:#e05252;opacity:.9}.chat-upload-card-menu.documents-card-menu.is-rename{width:min(360px,90vw);min-width:0}.chat-upload-rename-menu{padding:10px 12px;display:flex;flex-direction:column;gap:10px}.chat-upload-rename-input.documents-rename-input{width:100%;min-width:0}.chat-upload-rename-actions{display:flex;gap:10px;justify-content:flex-end}.chat-upload-rename-action.documents-card-menu-item{width:auto;padding:8px 10px;border-radius:8px;border:1px solid #333;background:rgba(255,255,255,.02)}.chat-upload-rename-action.documents-card-menu-item:hover{background:rgba(255,255,255,.06)}.upload-message-header{width:100%;display:flex;align-items:center;gap:8px}.upload-message-title{flex:1;min-width:0;font-size:calc(12px * var(--chat-font-scale));color:#d1d5db;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.upload-message-remove{border:none;background:transparent;color:#9ca3af;padding:0;border-radius:6px;cursor:default;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.upload-message-remove .delete-icon{color:currentColor;font-size:14px;padding:8px;border-radius:6px}.upload-message-remove:hover{color:#d1d5db}.upload-message-remove:hover .delete-icon{background-color:rgba(255,255,255,.06)}.upload-message-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.upload-message-button{border:1px solid #4a9eff;background:transparent;color:#4a9eff;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:calc(12px * var(--chat-font-scale));font-weight:600;transition:background-color .2s ease,color .2s ease}.upload-message-button:disabled{opacity:.6;cursor:not-allowed}.upload-message-button:not(:disabled):hover{background-color:rgba(74,158,255,.15)}.upload-message-status{font-size:calc(12px * var(--chat-font-scale));color:#9ca3af}.upload-status-row{display:inline-flex;align-items:center;gap:8px;margin-top:0}.upload-status-spinner{width:14px;height:14px;border-radius:50%;border:2px solid #3a3a3a;border-top-color:#4a9eff;animation:upload-spin 1s linear infinite}.upload-status-success{color:#4a9eff}.upload-status-error{color:#fca5a5}.upload-status-error-icon{width:14px;height:14px;border-radius:50%;border:1px solid #fca5a5;display:inline-flex;align-items:center;justify-content:center;font-size:calc(10px * var(--chat-font-scale));line-height:1;font-weight:600}.upload-message-thumbnails{display:flex;flex-wrap:wrap;gap:10px}.upload-thumbnail{width:240px;display:flex;flex-direction:column;gap:6px}.upload-thumbnail img{width:100%;height:180px;object-fit:cover;border-radius:8px;border:1px solid #3a3a3a;background-color:#1f1f1f}.upload-thumbnail-action{border:1px solid #4a9eff;background:transparent;color:#4a9eff;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:calc(12px * var(--chat-font-scale));font-weight:600;width:100%;text-align:center;transition:background-color .2s ease,color .2s ease}.upload-thumbnail-action:disabled{opacity:.6;cursor:not-allowed}.upload-thumbnail-action:not(:disabled):hover{background-color:rgba(74,158,255,.15)}.upload-thumbnail-fallback{width:100%;height:180px;border-radius:8px;border:1px solid #3a3a3a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:calc(12px * var(--chat-font-scale));color:#9ca3af;background:linear-gradient(140deg,#1c1c1c,#151515);position:relative;overflow:hidden}.upload-thumbnail-fallback-label{position:relative;z-index:1;padding:4px 10px;border-radius:999px;border:1px solid rgba(156,163,175,.4);background:rgba(17,24,39,.6);font-size:calc(11px * var(--chat-font-scale));letter-spacing:.08em;text-transform:uppercase;color:#d1d5db}.upload-thumbnail-fallback-icon{width:54px;height:54px;stroke:currentColor;fill:none;stroke-width:1.5;opacity:.9}.upload-thumbnail-fallback-icon-csv{width:58px;height:58px;stroke-width:1.6}.upload-thumbnail-fallback-icon-text{fill:currentColor;font-size:calc(11px * var(--chat-font-scale));font-weight:600;letter-spacing:.08em;font-family:inherit}.upload-thumbnail-fallback-csv{color:#4a9eff;background:linear-gradient(140deg,rgba(74,158,255,.18),rgba(74,158,255,.02))}.upload-thumbnail-fallback-csv .upload-thumbnail-fallback-label{border-color:rgba(74,158,255,.6);color:#4a9eff;background:rgba(15,23,42,.7)}.upload-thumbnail-fallback-sheet{color:#6ee7b7;background:linear-gradient(140deg,rgba(110,231,183,.15),rgba(110,231,183,.02)),repeating-linear-gradient(0deg,rgba(148,163,184,.2) 0 1px,transparent 1px 16px),repeating-linear-gradient(90deg,rgba(148,163,184,.2) 0 1px,transparent 1px 16px)}.upload-thumbnail-fallback-sheet .upload-thumbnail-fallback-label{border-color:rgba(110,231,183,.6);color:#6ee7b7;background:rgba(6,24,15,.65)}.upload-file-name{font-size:calc(11px * var(--chat-font-scale));color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-thumbnail a{text-decoration:none}@keyframes upload-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-container{width:100%;padding:12px var(--chat-horizontal-padding) 28px;margin:0;border-top:none;background-color:var(--chat-surface-bg);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.chat-input-shell{position:relative;width:100%;max-width:var(--chat-content-max-width);display:flex;flex-direction:column;gap:4px;background-color:#1c1c1e;border:1px solid #3b3b3b;border-radius:20px;padding:8px 12px;box-shadow:0 6px 18px rgba(0,0,0,.25);font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.chat-input-stack{position:relative;width:100%;max-width:var(--chat-content-max-width);display:flex;flex-direction:column;align-items:center}.chat-input-composer{position:relative;width:100%}.chat-input-inline-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:10px 14px 8px;pointer-events:none;overflow:hidden;color:#e5e7eb;font:inherit;font-size:calc(15px * var(--chat-font-scale));line-height:1.4;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}.chat-input-inline-overlay-content{min-height:38px}.chat-input-inline-text{white-space:pre-wrap}.chat-input-inline-token{display:inline-flex;align-items:center;gap:5px;margin:0 1px;padding:2px 10px;border:1px solid #efb085;border-radius:10px;background:#ececec;color:#374151;font-size:calc(12px * var(--chat-font-scale));line-height:1.25;white-space:nowrap;vertical-align:baseline}.chat-input-inline-token-icon{width:14px;height:14px;flex-shrink:0;fill:currentColor;stroke:currentColor;stroke-width:1.2}.chat-input-inline-token-label{white-space:nowrap}.chat-input-workflow-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px;padding:4px 8px 0}.chat-input-workflow-token{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:2px 6px 2px 10px;border:1px solid #efb085;border-radius:10px;background:#ececec;color:#374151;font-size:calc(12px * var(--chat-font-scale));line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-input-workflow-token-label{display:inline-flex;align-items:center;gap:5px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-workflow-token-icon{width:14px;height:14px;flex-shrink:0;fill:currentColor;stroke:currentColor;stroke-width:1.2}.chat-input-workflow-token-icon.fa-regular,.chat-input-workflow-token-icon.fa-solid{display:inline-flex;align-items:center;justify-content:flex-start;width:13px;font-size:13px;line-height:1;margin-right:-2px}.chat-input-workflow-clear{border:none;padding:0;background:transparent;-webkit-appearance:none;appearance:none;color:#6b7280;width:20px;height:20px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto;line-height:1}.chat-input-workflow-clear-icon{display:block;width:12px;height:12px;flex-shrink:0;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.chat-input-workflow-clear:hover{background:rgba(255,255,255,.08);color:#e5e7eb}.chat-input{width:100%;border:none;resize:none;font-family:inherit;font-size:calc(15px * var(--chat-font-scale));line-height:1.4;min-height:38px;max-height:210px;background-color:transparent;color:#e5e7eb;text-align:left;overflow-y:hidden;transition:height .2s ease;padding:10px 14px 8px;border-radius:16px}.chat-input.has-inline-workflow-selection{color:transparent;-webkit-text-fill-color:transparent;caret-color:#e5e7eb}.chat-input.chat-input-rtl{direction:rtl;text-align:right}.chat-input:focus{outline:none}.chat-input::placeholder{color:#9ca3af}.chat-input-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:0}.chat-input-actions-left{display:flex;align-items:center;justify-content:flex-start;gap:8px}.chat-input-send{border:none;background-color:#e7815d;color:#fff;width:36px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:calc(13px * var(--chat-font-scale));cursor:pointer;transition:background-color .2s ease,transform .2s ease}.chat-input-send:disabled{background-color:rgba(231,129,93,.46);color:rgba(255,255,255,.78);box-shadow:none;cursor:not-allowed}.chat-input-send:not(:disabled):hover{background-color:#ee946f;transform:translateY(-1px)}.chat-input-stop .fa-stop{font-size:calc(13px * var(--chat-font-scale, 1))}.button-group{display:flex;flex-direction:column;gap:8px}.send-button{padding:10px;background-color:#4a9eff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:20px;transition:background-color .3s;height:35px;min-width:80px;display:flex;align-items:center;justify-content:center}.send-button:hover:not(:disabled){background-color:#3a8eef}.send-button:disabled{background-color:#ccc;cursor:not-allowed}.brainstorm-result{display:flex;flex-direction:column;gap:20px}.brainstorm-section{display:flex;flex-direction:column;gap:12px}.brainstorm-section-header{display:flex;align-items:center;gap:12px;min-height:56px}.brainstorm-section-logo{width:56px;height:56px;border:none;border-radius:50%;background:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brainstorm-brand-color, #dbeafe)}.brainstorm-section-logo.has-image img{width:70%;height:70%;object-fit:contain;filter:drop-shadow(0 0 22px rgba(0,0,0,.45)) drop-shadow(0 0 12px var(--brainstorm-brand-color, rgba(219, 234, 254, .45)))}.brainstorm-section-logo.fallback{font-weight:700;font-size:20px;color:var(--brainstorm-brand-color, #dbeafe)}.brainstorm-section-model-name{font-size:calc(14px * var(--chat-font-scale));font-weight:600;color:#f8fafc;letter-spacing:.01em;min-width:0}.brainstorm-section-body{font-size:calc(14px * var(--chat-font-scale));color:#e2e8f0}.brainstorm-section-body :is(p,ul,ol){margin:0 0 8px}.brainstorm-section-body :is(ul,ol){margin-left:20px;padding-left:20px}.brainstorm-section-body :last-child{margin-bottom:0}.brainstorm-summary{border:1px solid rgba(148,163,184,.25);border-radius:18px;padding:18px 22px;background:#262626}.brainstorm-summary h4{margin:0 0 8px;font-size:calc(15px * var(--chat-font-scale));color:#f8fafc}.brainstorm-summary-body{color:#e2e8f0;font-size:calc(14px * var(--chat-font-scale))}.brainstorm-summary-body :is(p,ul,ol){margin:0 0 8px}.brainstorm-summary-body :last-child{margin-bottom:0}@media (max-width: 768px){.chat-background-stars{opacity:.72}.chat-interface{--chat-header-spacer-height: 56px}.chat-top-controls{display:none}.chat-private-toggle{padding:4px 9px;font-size:calc(13px * var(--chat-font-scale))}.chat-interface{width:100%;position:fixed;top:0;left:0;right:0;bottom:0}.chat-container{height:100vh;display:flex;flex-direction:column}.messages-container{padding:56px 0 60vh;flex:1;overflow-y:auto;overflow-x:hidden}.ai-message,.user-message{padding:16px}.message-content{max-width:90%}.input-container{padding:12px var(--chat-horizontal-padding) 24px;margin:0 0 12px;flex-shrink:0}}@media (max-width: 768px){:root{--chat-content-max-width: 100%;--chat-horizontal-padding: 16px}.chat-input-shell{padding:14px 14px 10px;border-radius:22px}.chat-input{font-size:calc(16px * var(--chat-font-scale))}.chat-input-send{width:44px;height:35px;border-radius:12px}.chat-mode-chips-under-input{display:none}.chat-container.greeting-active{justify-content:flex-start}.chat-container.greeting-active .messages-container{flex:1;padding-bottom:0}.chat-container.greeting-active .input-container{padding-top:12px;padding-bottom:24px}.chat-container.greeting-active .message.greeting-centered-message .message-content{max-width:100%;text-align:center}.chat-container.greeting-active .message.greeting-centered-message .greeting-spinner-wrapper{display:none}.chat-container.greeting-active .greeting-centered-copy{max-width:100%;flex:1 1 auto}.chat-container.greeting-active .greeting-centered-copy>*{white-space:normal;overflow:visible;text-overflow:initial;word-break:break-word}.chat-container.greeting-active .chat-mode-chips-under-input{width:95%;max-width:min(570px,95%);margin-top:10px;padding:0;border:none;border-radius:0;background:transparent;overflow:visible}.chat-container.greeting-active .chat-mode-chips-under-input-options{padding:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chat-container.greeting-active .chat-mode-chip.is-embedded{min-height:48px;padding:10px 12px;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(0,0,0,.18);color:rgba(229,231,235,.88)}.chat-container.greeting-active .chat-mode-chip.is-embedded:hover{background:rgba(255,255,255,.08);color:#fff}.chat-container.greeting-active .chat-mode-chip.is-embedded.is-selected{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.14);color:#fff}}.documents-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(2px)}.documents-modal{background-color:#1a1a1a;width:90%;max-width:1000px;height:80vh;border-radius:12px;border:1px solid #333;display:flex;flex-direction:column;padding:24px;box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 10px 10px -5px rgba(0,0,0,.4);font-family:Inter,sans-serif;color:#e5e7eb}.documents-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #333}.documents-modal-title{font-size:20px;font-weight:500;color:#d6dde8;margin:0;display:inline-flex;align-items:center;gap:10px}.documents-modal-title i{font-size:20px;line-height:1;color:currentColor}.documents-controls{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;width:100%;margin-top:6px;margin-bottom:26px;overflow:visible}.documents-select{height:var(--control-h-md);padding:10px 42px 10px 12px;background-color:#262626;border:1px solid #404040;border-radius:8px;color:#e5e7eb;font-size:13px;font-family:Inter,sans-serif;font-weight:500;outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;background-position:right 18px center;background-size:12px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%239ca3af' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E")}.documents-select-fixed{min-width:0;width:auto}.documents-filter-control{flex:0 1 auto;min-width:0}.documents-controls>.modal-select-dropdown{width:auto;min-width:0;flex:0 1 auto}.documents-select:focus{border-color:#3b82f6}.documents-type-select{position:relative;min-width:0;flex:0 1 auto}.documents-type-trigger{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;height:var(--control-h-md);padding:10px 42px 10px 12px;background-color:#262626;border:1px solid #404040;border-radius:8px;color:#e5e7eb;font-size:13px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer}.documents-type-trigger:focus{outline:none;border-color:#3b82f6}.documents-type-trigger-content{display:inline-flex;align-items:center;gap:10px;min-width:0}.documents-type-trigger-content i{color:#9ca3af}.documents-type-trigger-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:transform .15s ease}.documents-type-select.is-open .documents-type-trigger-arrow{transform:translateY(-50%) rotate(180deg)}.documents-type-menu{position:absolute;top:calc(100% + 8px);left:0;width:100%;background-color:#1a1a1a;border:1px solid #333;border-radius:10px;overflow:hidden;z-index:10;box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 10px 10px -5px rgba(0,0,0,.4)}.documents-type-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:none;border:none;color:#e5e7eb;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;text-align:left}.documents-type-option i{color:#9ca3af}.documents-type-option:hover{background-color:#262626}.documents-type-option.is-selected{background-color:rgba(74,158,255,.16)}.documents-select-icon-wrapper{position:relative;min-width:0;flex:0 1 auto}.documents-select-icon-wrapper>i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.documents-select-has-icon{padding-left:38px}.documents-search{flex:1 1 0;min-width:80px;height:var(--control-h-md);padding:10px 16px;background-color:#262626;border:1px solid #404040;border-radius:8px;color:#e5e7eb;font-size:14px;font-family:Inter,sans-serif;outline:none;transition:border-color .2s}.documents-search:focus{border-color:#3b82f6}.btn-secondary{background-color:transparent;color:#e5e7eb;border:1px solid #404040;padding:0 16px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;line-height:1;display:inline-flex;align-items:center;font-family:Inter,sans-serif;transition:background-color .2s}.btn-secondary:hover{background-color:#262626}.btn-close{background:rgba(255,255,255,.08);border:none;width:var(--control-h-md);height:var(--control-h-md);border-radius:50%;color:#f5f5f5;font-size:20px;cursor:pointer;padding:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.btn-close:hover{background:rgba(255,255,255,.15)}.documents-layout-toggle{display:inline-flex;gap:8px}.documents-layout-button{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);color:#9ca3af;width:var(--control-h-md);height:var(--control-h-md);border-radius:10px;cursor:pointer;transition:background .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center}.documents-layout-button:hover{background:rgba(255,255,255,.15);color:#e5e7eb}.documents-layout-button.is-active{background:rgba(59,130,246,.22);color:#e5e7eb;border-color:rgba(59,130,246,.25)}.documents-table-container{flex:1;overflow-x:auto;overflow-y:auto;--modal-scrollbar-lane: 8px;width:calc(100% + var(--modal-scrollbar-lane));margin-right:calc(-1 * var(--modal-scrollbar-lane));border:none;border-radius:0;background-color:#1a1a1a;position:relative}.documents-table-container:focus,.documents-table-container:focus-visible{outline:none;box-shadow:none}.documents-table{width:calc(100% - var(--modal-scrollbar-lane));min-width:420px;border-collapse:separate;border-spacing:0;font-size:14px;table-layout:fixed;user-select:none;-webkit-user-select:none;-moz-user-select:none}.documents-table th,.documents-table td{padding:14px 16px;text-align:left;vertical-align:middle;border-bottom:1px solid #333;color:#e5e7eb}.documents-select-column,.documents-select-cell{width:34px;min-width:34px;max-width:34px;text-align:center!important;padding-left:6px!important;padding-right:4px!important}.documents-name-column,.documents-name-cell{width:auto;padding-left:4px!important}.documents-uploaded-column,.documents-uploaded-cell{width:108px;min-width:108px;max-width:108px;text-align:left;white-space:nowrap}.documents-size-column,.documents-size-cell{width:84px;min-width:84px;max-width:84px;white-space:nowrap}.documents-library-column,.documents-library-cell{width:72px;min-width:72px;max-width:72px;text-align:center!important;white-space:nowrap}.documents-actions-column,.documents-actions-cell{width:44px;min-width:44px;max-width:44px;text-align:center!important;white-space:nowrap}.documents-select-checkbox{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin:0;position:relative;vertical-align:middle;border-radius:5px;border:1.5px solid #4d4d57;background:#1a1a1a;display:inline-grid;place-content:center;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.documents-select-checkbox:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:8px;border-right:1.5px solid #ffffff;border-bottom:1.5px solid #ffffff;transform:translate(-50%,-56%) rotate(45deg) scale(0);transform-origin:center;transition:transform .14s ease}.documents-select-checkbox:hover{border-color:#6b7280;background:#262626}.documents-select-checkbox:checked,.documents-select-checkbox:indeterminate{background:#f7f8fa;box-shadow:0 0 0 1px rgba(231,129,93,.16)}.documents-select-checkbox:checked:after{border-right-color:#e7815d;border-bottom-color:#e7815d;transform:translate(-50%,-56%) rotate(45deg) scale(1)}.documents-select-checkbox:indeterminate:after{width:8px;height:2px;border:none;border-radius:999px;background:#e7815d;transform:translate(-50%,-50%) scale(1)}.documents-select-checkbox:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}.documents-table th{background-color:#1a1a1a;background-clip:padding-box;border-bottom:1px solid #9ca3af;font-weight:600;color:#9ca3af;position:sticky;top:0;font-size:13px;z-index:3}.documents-table thead th{border-top:none!important}.documents-table thead th:first-child{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.documents-table thead th:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.documents-table tr:hover td{background-color:#262626}.documents-row.is-selected td{background-color:rgba(59,130,246,.18)}.documents-row.is-selected:hover td{background-color:rgba(59,130,246,.22)}.documents-name-cell{max-width:none}.documents-name-button{background:none;border:none;color:#e5e7eb;padding:0;font:inherit;cursor:pointer;text-align:left;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;user-select:none;-webkit-user-select:none;-moz-user-select:none}.documents-name-button:hover{color:#f8fafc;text-decoration:none}.documents-rename-row{display:flex;align-items:center;gap:8px}.documents-rename-input{flex:1;min-width:0;padding:8px 10px;background-color:#262626;border:1px solid #404040;border-radius:8px;font-size:14px;color:#e5e7eb;font-family:Inter,sans-serif;outline:none;user-select:text;-webkit-user-select:text;-moz-user-select:text}.documents-rename-input:focus{border-color:#3b82f6}.documents-icon-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s}.documents-icon-button:hover{background-color:rgba(156,163,175,.15);color:#e5e7eb}.documents-icon-button:disabled{opacity:.5;cursor:not-allowed}.documents-library-checkbox,.table-inline-toggle,.workflows-active-toggle{-webkit-appearance:none;appearance:none;width:37px;height:16px;margin:0;border-radius:999px;border:none;background:#3f3f46;display:inline-block;vertical-align:middle;position:relative;cursor:pointer;transition:background-color .2s ease}.documents-library-checkbox:after,.table-inline-toggle:after,.workflows-active-toggle:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#d1d5db;transition:left .2s ease}.documents-library-checkbox:checked,.table-inline-toggle:checked,.workflows-active-toggle:checked{background:#6b7280}.documents-library-checkbox:checked:after,.table-inline-toggle:checked:after,.workflows-active-toggle:checked:after{left:23px;background:#d1d5db}.documents-library-checkbox:focus-visible,.table-inline-toggle:focus-visible,.workflows-active-toggle:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}body[data-theme=dark] .documents-library-checkbox,body[data-theme=dark] .table-inline-toggle,body[data-theme=dark] .workflows-active-toggle{box-sizing:border-box;border:1px solid #9ca3af;background:transparent}body[data-theme=dark] .documents-library-checkbox:after,body[data-theme=dark] .table-inline-toggle:after,body[data-theme=dark] .workflows-active-toggle:after{left:2px;top:50%;width:10px;height:10px;transform:translateY(-50%);background:#9ca3af}body[data-theme=dark] .documents-library-checkbox:checked,body[data-theme=dark] .table-inline-toggle:checked,body[data-theme=dark] .workflows-active-toggle:checked{background:transparent}body[data-theme=dark] .documents-library-checkbox:checked:after,body[data-theme=dark] .table-inline-toggle:checked:after,body[data-theme=dark] .workflows-active-toggle:checked:after{left:23px}body[data-theme=dark] .documents-select-checkbox:checked,body[data-theme=dark] .documents-select-checkbox:indeterminate{background:transparent;box-shadow:none}body[data-theme=dark] .documents-select-checkbox:checked:after{border-right-color:#e5e7eb;border-bottom-color:#e5e7eb}body[data-theme=dark] .documents-select-checkbox:indeterminate:after{background:#e5e7eb}body[data-theme=light] .documents-library-checkbox,body[data-theme=light] .table-inline-toggle,body[data-theme=light] .workflows-active-toggle{box-sizing:border-box;border:1px solid #64748b;background:transparent}body[data-theme=light] .documents-library-checkbox:after,body[data-theme=light] .table-inline-toggle:after,body[data-theme=light] .workflows-active-toggle:after{left:2px;top:50%;width:10px;height:10px;transform:translateY(-50%);background:#64748b}body[data-theme=light] .documents-library-checkbox:checked,body[data-theme=light] .table-inline-toggle:checked,body[data-theme=light] .workflows-active-toggle:checked{background:transparent}body[data-theme=light] .documents-library-checkbox:checked:after,body[data-theme=light] .table-inline-toggle:checked:after,body[data-theme=light] .workflows-active-toggle:checked:after{left:23px;background:#64748b}body[data-theme=light] .documents-select-checkbox{border-color:#d6dde8;background:#fff}body[data-theme=light] .documents-select-checkbox:hover{border-color:#c8d1df;background:#fffdf8}body[data-theme=light] .documents-select-checkbox:checked,body[data-theme=light] .documents-select-checkbox:indeterminate{background:#f7f8fa;box-shadow:0 0 0 1px rgba(31,41,51,.14)}body[data-theme=light] .documents-select-checkbox:checked:after{border-right-color:#1f2933;border-bottom-color:#1f2933}body[data-theme=light] .documents-select-checkbox:indeterminate:after{background:#1f2933}.documents-sort-control{position:relative;display:inline-flex;align-items:center;justify-content:center}.documents-sort-button{background:none;border:none;color:currentColor;cursor:pointer;padding:4px;border-radius:6px;transition:background-color .2s,color .2s}.documents-sort-button:hover{background-color:rgba(156,163,175,.15);color:#e5e7eb}.documents-sort-menu{position:absolute;top:calc(100% + 6px);right:0;display:flex;flex-direction:column;align-items:stretch;background:#1f1f1f;border:1px solid #2f2f2f;border-radius:10px;padding:6px;min-width:190px;z-index:8;box-shadow:0 12px 24px rgba(0,0,0,.35)}.documents-sort-option{display:block;width:100%;background:transparent;border:none;color:#e5e7eb;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:13px}.documents-sort-option:hover,.documents-sort-option.is-selected{background:#262626}.documents-row-menu{position:relative;display:inline-flex;align-items:center;justify-content:center}.documents-row-menu-trigger{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px;transition:background-color .2s,color .2s}.documents-row-menu-trigger:hover{background-color:rgba(156,163,175,.15);color:#e5e7eb}.documents-row-menu-list{position:absolute;top:calc(100% + 6px);right:0;background:#1f1f1f;border:1px solid #2f2f2f;border-radius:10px;padding:6px;min-width:160px;z-index:8;box-shadow:0 12px 24px rgba(0,0,0,.35)}.documents-row-menu-list.is-context{right:auto;top:auto}.documents-row-menu-item{width:100%;background:transparent;border:none;color:#e5e7eb;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:10px}.documents-row-menu-item i{color:#9ca3af;font-size:13px}.documents-row-menu-item:hover{background:rgba(59,130,246,.18)}.documents-row-menu-item.is-danger{color:#fca5a5}.documents-row-menu-item.is-danger i{color:#f87171}.documents-row-menu-item.is-danger:hover{background:rgba(248,113,113,.18)}.documents-table-container::-webkit-scrollbar{width:8px;height:6px}.documents-table-container::-webkit-scrollbar-track{background:#1a1a1a}.documents-table-container::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.documents-table-container::-webkit-scrollbar-thumb:hover{background:#525252}.documents-grid{flex:1;overflow-y:auto;border:none;border-radius:8px;background-color:#1a1a1a;padding:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;position:relative}.documents-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);z-index:6}.documents-loading-overlay .thinking-indicator{transform:scale(1.1)}.documents-grid::-webkit-scrollbar{width:8px}.documents-grid::-webkit-scrollbar-track{background:#1a1a1a}.documents-grid::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.documents-grid::-webkit-scrollbar-thumb:hover{background:#525252}.documents-tile-preview{width:calc(100% - 8px);height:140px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.016);overflow:hidden;display:flex;align-items:center;justify-content:center;margin:0 auto 4px;cursor:default;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.documents-tile-preview:hover{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04)}.documents-tile-preview.is-selected{border-color:rgba(74,158,255,.75);background:rgba(74,158,255,.05);box-shadow:0 0 0 2px rgba(74,158,255,.22)}.documents-tile-preview.is-selected:hover{background:rgba(74,158,255,.07)}.documents-tile-preview a{width:100%;height:100%;display:block;cursor:default}.documents-tile-preview img{width:100%;height:100%;object-fit:cover;display:block}.documents-tile-preview-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:28px}.documents-thumbnail-fallback{width:100%;height:100%;border-radius:10px;border:1px solid #3a3a3a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:12px;color:#9ca3af;background:linear-gradient(140deg,#1c1c1c,#151515);position:relative;overflow:hidden}.documents-thumbnail-fallback-icon{width:58px;height:58px;stroke:currentColor;fill:none;stroke-width:1.6;opacity:.95}.documents-thumbnail-fallback-icon-text{fill:currentColor;font-size:11px;font-weight:600;letter-spacing:.08em;font-family:inherit}.documents-thumbnail-fallback-spreadsheet{color:#4a9eff;background:linear-gradient(140deg,rgba(74,158,255,.18),rgba(74,158,255,.02))}.documents-thumbnail-fallback-excel{color:#34d399;background:linear-gradient(140deg,rgba(52,211,153,.18),rgba(52,211,153,.02))}.documents-tile{border:none;border-radius:12px;background:#1a1a1a;padding:10px 10px 8px;display:flex;flex-direction:column;gap:6px;cursor:default}.documents-tile:hover{background:#262626}.documents-tile.is-selected{background:rgba(74,158,255,.14)}.documents-tile.is-selected:hover{background:rgba(74,158,255,.18)}.documents-tile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% - 8px);margin:0 auto;padding:0 0 0 4px}.documents-tile-header-left{display:flex;align-items:center;gap:10px;min-width:0}.documents-tile-title{font-size:14px;font-weight:400;color:#e5e7eb;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:1px}.documents-tile-header-right{position:relative;flex:0 0 auto}.documents-kebab{background:none;border:none;color:#9ca3af;width:var(--control-h-sm);height:var(--control-h-sm);border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center;margin-right:-4px}.documents-kebab:hover{background:rgba(255,255,255,.12);color:#e5e7eb}.documents-card-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background-color:#1a1a1a;border:1px solid #333;border-radius:10px;overflow:hidden;z-index:20;box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 10px 10px -5px rgba(0,0,0,.4)}.documents-card-menu-item{width:100%;padding:10px 12px;background:none;border:none;color:#e5e7eb;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;text-align:left;display:flex;align-items:center;gap:10px}.documents-card-menu-item i{color:#9ca3af;font-size:13px}.documents-card-menu-item:hover{background-color:#262626}.documents-card-menu-item.is-danger{color:#e5e7eb}.documents-card-menu-item.is-danger i{color:#9ca3af}.documents-card-menu-item.is-danger:hover{background-color:#262626}.documents-card-menu-item.is-disabled{opacity:.45;cursor:not-allowed}.documents-card-menu-item.is-disabled:hover{background:none}.documents-rename-row-grid .documents-rename-input{height:var(--control-h-sm)}.documents-empty{grid-column:1 / -1;text-align:center;padding:20px;color:#6b7280}@media (max-width: 980px){.documents-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 720px){.documents-controls{flex-direction:column;align-items:stretch;gap:10px}.documents-type-select,.documents-filter-control,.documents-select-icon-wrapper,.documents-select-fixed,.documents-search{width:100%;flex:0 0 auto}.documents-controls>.modal-select-dropdown{width:100%;flex:0 0 auto}.documents-search{height:var(--control-h-md)}.documents-filter-control{flex-basis:auto}.documents-layout-toggle{align-self:flex-end}.documents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.documents-grid{grid-template-columns:1fr}}@media (max-width: 600px){.documents-table{min-width:0}.documents-uploaded-column,.documents-uploaded-cell,.documents-size-column,.documents-size-cell{display:none}}.shared-chat-page{min-height:100vh;background:#000;color:#e5e7eb}.shared-chat-top-nav{position:fixed;top:0;left:0;right:0;z-index:10;height:68px;background:#000;border-bottom:1px solid #1f1f1f;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,6.8vw,95px);box-sizing:border-box}.shared-chat-top-nav-brand{color:#fff;font-size:24px;font-weight:700;letter-spacing:.4px;text-transform:lowercase;text-decoration:none;user-select:none;-webkit-user-select:none}.shared-chat-top-nav-links{display:flex;align-items:center;gap:31px}.shared-chat-top-nav-link{color:#e5e7eb;text-decoration:none;font-size:15px;font-weight:500}.shared-chat-top-nav-link:hover{color:#fff}.shared-chat-top-nav-cta{height:38px;padding:0 14px;border:1px solid #d1d5db;border-radius:8px;background:transparent;color:#fff;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap}.shared-chat-top-nav-cta:hover{background:rgba(255,255,255,.08)}.shared-chat-main{padding-top:74px;min-height:100vh}.shared-chat-surface{min-height:calc(100vh - 74px);background:#0c0a00}.shared-chat-meta{position:absolute;top:82px;right:26px;z-index:30;padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.9);color:#dbeafe;font-size:12px;line-height:1.2;border:1px solid rgba(148,163,184,.35)}.shared-chat-interface{min-height:calc(100vh - 74px);background:#0c0a00}.shared-chat-interface .chat-container{min-height:calc(100vh - 74px);border-radius:0}.shared-chat-state{padding:28px 22px;color:#cbd5e1;font-size:15px}.shared-chat-state-error{color:#fca5a5}.shared-chat-inline-link-disabled{color:#fbbf24;text-decoration:underline dotted;text-underline-offset:.16em;cursor:default}.shared-chat-table-wrapper{width:100%;overflow-x:auto}.shared-chat-table-wrapper table{width:100%;border-collapse:collapse}.shared-chat-table-wrapper th,.shared-chat-table-wrapper td{border:1px solid #334155;padding:6px 8px;text-align:left}.shared-chat-attachments{margin-top:10px}.shared-chat-attachments-grid{width:fit-content;max-width:832px}.shared-chat-attachment-tile{cursor:default}.shared-chat-attachment-preview .documents-thumbnail-link{display:flex;width:100%;height:100%}.shared-chat-attachment-preview img{width:100%;height:100%;object-fit:cover}.shared-chat-attachment-fallback{width:100%;height:100%;display:flex;text-decoration:none}.shared-chat-attachment-download{color:#9ca3af;text-decoration:none}.shared-chat-attachment-download:hover{color:#e5e7eb}.user-message .shared-chat-attachments{justify-content:flex-end}.user-message .shared-chat-attachments .shared-chat-attachments-grid{justify-content:flex-end;margin-left:auto}@media (max-width: 760px){.shared-chat-top-nav{height:auto;min-height:95px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:10px 16px}.shared-chat-top-nav-brand{font-size:20px}.shared-chat-top-nav-links{gap:18px;flex-wrap:wrap}.shared-chat-top-nav-cta{height:38px;padding:0 14px}.shared-chat-main{padding-top:95px}.shared-chat-surface{min-height:calc(100vh - 95px)}.shared-chat-meta{top:103px;right:12px;font-size:11px;max-width:calc(100vw - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shared-chat-interface{min-height:calc(100vh - 63px)}.shared-chat-interface .chat-container{min-height:calc(100vh - 45px)}.shared-chat-attachments-grid{max-width:100%}}.alert-modal-header{padding:20px 24px 0;display:flex;align-items:center;justify-content:space-between;gap:12px}.alert-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#e0e0e0}.alert-modal-close{background:none;border:none;color:#9ca3af;font-size:22px;line-height:1;cursor:pointer;padding:0 2px;transition:color .15s ease;flex-shrink:0}.alert-modal-close:hover{color:#e5e7eb}.alert-modal-content{max-width:420px}.alert-modal-content .modal-footer{justify-content:flex-end}.alert-modal-content .modal-btn.confirm-btn{min-width:72px;height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 16px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.file-upload{display:flex;align-items:center;gap:6px}.upload-button{padding:0;background-color:transparent;color:#d1d5db;border:none;border-radius:50%;cursor:pointer;font-size:22px;font-weight:300;display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;margin-left:4px;line-height:1;transition:background .2s;position:relative}.upload-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:transparent;transition:background .2s;pointer-events:none}.upload-plus{color:currentColor;display:block;width:16px;height:16px;position:relative;z-index:1;flex-shrink:0}.upload-plus path{stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.upload-button:hover{background-color:transparent}.upload-button:hover:before{background-color:rgba(74,158,255,.133)}.upload-button:focus-visible:before{background-color:rgba(74,158,255,.133)}.library-toggle{padding:8px 8px 8px 2px;margin-left:0;background-color:transparent;color:#6b7280;border:none;border-radius:8px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;height:44px;min-width:44px;line-height:1}.library-toggle:hover{background-color:transparent}.library-toggle.is-active{color:#4a9eff}.library-dropdown{--selector-font-scale: 1;position:relative;display:flex;align-items:center;height:32px;font-family:inherit}body[data-platform=windows] .library-dropdown{--selector-font-scale: .94}.library-dropdown.chat-mode-selector{width:auto;margin-left:-3px}.library-dropdown.chat-mode-selector .library-dropdown-selected{width:auto;justify-content:flex-start;gap:4px;padding:0 10px;min-width:0;color:#d1d5db}.library-dropdown.chat-mode-selector .library-dropdown-selected.open,.library-dropdown.chat-mode-selector .library-dropdown-selected:focus,.library-dropdown.chat-mode-selector .library-dropdown-selected:hover{background:#262626;color:#fff}.chat-mode-option{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.chat-mode-option-icon{font-size:calc(11px * var(--selector-font-scale));color:currentColor;opacity:.9;width:12px;text-align:center;flex-shrink:0}.chat-mode-option-icon-workflow{width:12px;height:12px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.library-dropdown.model-selector{margin-left:-4px;--model-option-icon-filter: grayscale(1) brightness(0) invert(1);--model-option-icon-color: #f5f7fb}.library-dropdown.model-selector .library-dropdown-selected{gap:0}.library-dropdown.model-selector .library-dropdown-list{min-width:220px;width:max-content}body[data-theme=light] .library-dropdown.model-selector{--model-option-icon-filter: grayscale(1) brightness(0) invert(.15);--model-option-icon-color: #2f3640}.library-dropdown-selected{display:flex;align-items:center;background:transparent;border:none;border-radius:16px;padding:0 12px;height:32px;min-width:90px;color:#d1d5db;font-family:inherit;font-size:calc(13px * var(--selector-font-scale));font-weight:400;cursor:pointer;transition:background .2s,color .2s}.library-dropdown-selected.open,.library-dropdown-selected:focus,.library-dropdown-selected:hover{background:#262626;color:#fff}.library-dropdown.model-selector .library-dropdown-selected{color:#d1d5db}.library-dropdown.model-selector .library-dropdown-selected.open,.library-dropdown.model-selector .library-dropdown-selected:focus,.library-dropdown.model-selector .library-dropdown-selected:hover{background:#262626;color:#fff}.library-dropdown-label{color:inherit}.library-dropdown-arrow{margin-left:6px;font-size:calc(13px * var(--selector-font-scale));color:inherit}.library-dropdown.chat-mode-selector .library-dropdown-arrow{margin-left:0}.library-dropdown-list{position:absolute;left:0;top:auto;bottom:calc(100% + 6px);background:#23272f;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.12);min-width:120px;z-index:10;padding:4px 0;margin:0;list-style:none}.library-dropdown-item{padding:8px 16px;background:transparent;color:#d1d5db;font-family:inherit;font-size:calc(13px * var(--selector-font-scale));cursor:pointer;transition:background .15s,color .15s}.library-dropdown-item:hover{background:#262626;color:#fff}.library-dropdown-item.selected{background:#262626;color:#fff;font-weight:400}.library-dropdown-item.selected:hover,.library-dropdown.chat-mode-selector .library-dropdown-item.selected,.library-dropdown.chat-mode-selector .library-dropdown-item.selected:hover{background:#262626;color:#fff}.library-dropdown.model-selector .library-dropdown-item.selected{background:#262626;color:#fff;font-weight:400}.library-dropdown.model-selector .library-dropdown-item.selected:hover{background:#262626;color:#fff}.library-dropdown.model-selector .library-dropdown-item.selected .model-selector-option-icon{opacity:1}body[data-theme=light] .library-dropdown.model-selector .library-dropdown-selected{color:#3d3a3b}body[data-theme=light] .library-dropdown.model-selector .library-dropdown-selected.open,body[data-theme=light] .library-dropdown.model-selector .library-dropdown-selected:focus,body[data-theme=light] .library-dropdown.model-selector .library-dropdown-selected:hover{background:#fffdf8;color:#3d3a3b}body[data-theme=light] .library-dropdown.model-selector .library-dropdown-item.selected{background:#f0eee6;color:#3d3a3b;font-weight:400}body[data-theme=light] .library-dropdown.model-selector .library-dropdown-item.selected:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-selected{color:#3d3a3b}body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-selected.open,body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-selected:focus,body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-selected:hover{background:#fffdf8;color:#3d3a3b}body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-item.selected,body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-item.selected:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .library-dropdown-list{background:#faf9f5;border:1px solid #d6dde8}body[data-theme=light] .library-dropdown-item{background:transparent;color:#3d3a3b}body[data-theme=light] .library-dropdown-item:hover{background:#fffdf8;color:#3d3a3b}body[data-theme=light] .library-dropdown-item.selected,body[data-theme=light] .library-dropdown-item.selected:hover{background:#f0eee6;color:#3d3a3b}.model-selector-option{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.model-selector-option-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.86;color:var(--model-option-icon-color)}.model-selector-option-icon img{width:100%;height:100%;object-fit:contain;filter:var(--model-option-icon-filter)}.thinking-indicator{display:inline-flex;align-items:center;justify-content:center;padding:6px}.lotus-spinner{width:54px;height:54px;overflow:visible;filter:drop-shadow(0 4px 14px rgba(226,122,86,.28))}.lotus-rotator{transform-origin:64px 64px;animation:lotusRotate 3.5s linear infinite}.lotus-petal{transform-origin:64px 64px}.lotus-outer{fill:#e7815d;animation:outerBloom 3.5s ease-in-out infinite}.lotus-mid{fill:#ee946f;animation:midBloom 3.5s ease-in-out infinite}.lotus-inner{fill:#f4aa86;animation:innerBloom 3.5s ease-in-out infinite}.lotus-core{fill:#e7815d;opacity:1}@keyframes lotusRotate{0%{transform:rotate(0)}13%{transform:rotate(90deg)}25%{transform:rotate(180deg)}38%{transform:rotate(270deg)}to{transform:rotate(270deg)}}@keyframes innerBloom{0%{opacity:0;transform:scale(.5)}7%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}92%{opacity:0;transform:scale(.5)}to{opacity:0;transform:scale(.5)}}@keyframes midBloom{0%{opacity:0;transform:scale(.5)}13%{opacity:1;transform:scale(1)}87%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(.5)}to{opacity:0;transform:scale(.5)}}@keyframes outerBloom{0%{opacity:0;transform:scale(.5)}19%{opacity:1;transform:scale(1)}81%{opacity:1;transform:scale(1)}85%{opacity:0;transform:scale(.5)}to{opacity:0;transform:scale(.5)}}.workflows-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(2px)}.workflows-modal{background-color:#1a1a1a;--workflow-accent-blue: #4a9eff;--workflow-accent-blue-hover: #3a8eef;--workflow-progress-accent: #e7815d;--workflow-progress-accent-hover: #ee946f;--workflow-progress-accent-soft: rgba(231, 129, 93, .16);--workflows-toggle-active-bg: #f0eee6;--workflows-output-table-header-bg: #262626;--workflows-output-table-header-fg: #9ca3af;--workflows-output-filetype-fg: #e5e7eb;--workflows-output-edit-pill-bg: #262626;--workflows-output-edit-pill-border: #333;--workflows-output-edit-pill-fg: #9ca3af;--workflows-output-edit-pill-hover-bg: #252527;--workflows-editor-action-button-width: 128px;width:90%;max-width:1000px;height:80vh;border-radius:12px;border:1px solid #333;display:flex;flex-direction:column;padding:24px;box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 10px 10px -5px rgba(0,0,0,.4);font-family:Inter,sans-serif;color:#e5e7eb}.workflows-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #333}.workflows-modal-title{font-size:20px;font-weight:500;color:#d6dde8;margin:0;display:inline-flex;align-items:center;gap:10px}.workflows-modal-title-icon{width:20px;height:20px;flex-shrink:0;stroke:currentColor;color:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.workflows-controls{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;width:100%;margin-top:6px;margin-bottom:26px;overflow:visible}.workflows-controls>.modal-select-dropdown{width:auto;min-width:0;flex:0 1 auto}.workflows-controls .btn-primary{padding:0 16px;height:var(--control-h-md);min-height:var(--control-h-md);box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-size:13px;background-color:#e7815d;color:#fff}.workflows-controls .btn-primary:hover:not(:disabled){background-color:#ee946f}.add-workflow-menu-wrap{position:relative;display:inline-flex;flex-shrink:0}.add-workflow-btn{gap:8px}.add-workflow-chevron{font-size:11px;opacity:.85}.add-workflow-menu{min-width:172px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.45);padding:4px;z-index:120;display:flex;flex-direction:column;gap:1px}.add-workflow-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 12px;border:none;border-radius:7px;background:transparent;color:#e2e8f0;font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:background .12s}.add-workflow-menu-item i{font-size:13px;color:#94a3b8;width:15px;text-align:center;flex-shrink:0}.add-workflow-menu-item:hover{background:rgba(255,255,255,.07);color:#fff}.add-workflow-menu-item:hover i{color:#cbd5e1}body[data-theme=light] .add-workflow-menu{background:#fff;border-color:#e8edf3;box-shadow:0 8px 24px rgba(0,0,0,.12)}body[data-theme=light] .add-workflow-menu-item{color:#1f2933}body[data-theme=light] .add-workflow-menu-item i{color:#64748b}body[data-theme=light] .add-workflow-menu-item:hover{background:#f0eee6;color:#1f2933}body[data-theme=light] .add-workflow-menu-item:hover i{color:#475569}.workflows-table-container{flex:1;overflow-x:auto;overflow-y:auto;--modal-scrollbar-lane: 8px;width:calc(100% + var(--modal-scrollbar-lane));margin-right:calc(-1 * var(--modal-scrollbar-lane));border:none;border-radius:0;background-color:#1a1a1a}.workflows-table-container:focus,.workflows-table-container:focus-visible{outline:none;box-shadow:none}.workflows-table-container::-webkit-scrollbar{width:8px;height:6px}.workflows-table-container::-webkit-scrollbar-track{background:#1a1a1a}.workflows-table-container::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.workflows-table-container::-webkit-scrollbar-thumb:hover{background:#525252}.workflows-table{width:calc(100% - var(--modal-scrollbar-lane));min-width:520px;border-top:none;border-collapse:separate;border-spacing:0;font-size:14px;table-layout:fixed}.workflows-table th,.workflows-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #333;color:#e5e7eb}.workflows-table th.workflow-name-column,.workflows-table td.workflow-name-cell{width:auto;padding-left:8px}.workflows-table th.workflow-last-modified-column,.workflows-table td.workflow-last-modified-cell{width:138px;text-align:center;white-space:nowrap;padding-left:8px;padding-right:8px}.workflows-table th.workflow-active-column,.workflows-table td.workflow-active-cell{width:92px;text-align:center;white-space:nowrap;padding-left:8px;padding-right:8px}.workflows-table th.workflow-actions-column,.workflows-table td.workflow-actions-cell{width:56px;text-align:center;white-space:nowrap;padding-left:6px;padding-right:6px}.workflows-table tbody tr:last-child td{border-bottom:none}.workflows-table th{background-color:#1a1a1a;background-clip:padding-box;border-bottom:1px solid #9ca3af;font-weight:600;color:#9ca3af;position:sticky;top:0;font-size:13px;z-index:3}.workflows-table thead th{border-top:none!important}.workflows-table thead th:first-child{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.workflows-table thead th:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.workflows-table tr:hover td{background-color:#262626}.workflow-row{cursor:pointer}.workflow-row.is-selected td{background:rgba(59,130,246,.18)}.workflow-row.is-selected:hover td{background:rgba(59,130,246,.22)}.workflow-name-cell:hover{color:#f8fafc;text-decoration:none}.workflow-name-button{background:none;border:none;color:#e5e7eb;font:inherit;padding:0;cursor:pointer;text-align:left;user-select:none;-webkit-user-select:none;-moz-user-select:none}.workflow-name-button-content{display:inline-flex;align-items:center;gap:6px}.workflow-name-edit-indicator{display:inline-flex;align-items:center;justify-content:center;min-width:18px;min-height:18px;color:#9ca3af;opacity:0;transition:opacity .16s ease,color .16s ease;pointer-events:none}.workflow-name-edit-indicator i{font-size:12px}.workflow-row:hover .workflow-name-edit-indicator,.workflow-name-button:focus-visible .workflow-name-edit-indicator{opacity:1}.workflow-name-button:hover{color:#f8fafc;text-decoration:none}.workflows-editor{position:relative;display:flex;flex-direction:column;height:100%;gap:0}.workflows-editor.is-steps-stage{gap:10px}.workflows-editor.is-steps-stage .workflows-editor-header{margin-bottom:12px;padding-bottom:10px}.workflows-editor.is-steps-stage .workflows-editor-body{gap:10px}.workflows-editor.is-steps-stage .workflows-stepbuilder-editor{padding-bottom:10px}.workflows-editor.is-steps-stage .workflows-stepbuilder-items{padding-top:18px}.workflows-editor-header h2{font-size:18px;color:#e5e7eb;margin:0;font-weight:600}.workflows-editor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:0;border-bottom:none}.workflows-editor-body{flex:1;overflow:hidden;display:grid;grid-template-columns:164px minmax(0,1fr);gap:22px;align-items:stretch;padding-top:0}.workflows-editor-side-nav{display:flex;flex-direction:column;gap:4px;padding-top:19px;flex-shrink:0}.workflows-editor-side-nav-item{border:none;background-color:transparent;color:#d1d5db;border-radius:10px;padding:12px;text-align:left;font-size:14px;font-weight:400;line-height:1.2;cursor:pointer;width:100%;display:flex;align-items:center;gap:8px;transition:background-color .2s ease,color .2s ease}.workflows-editor-side-nav-item:hover,.workflows-editor-side-nav-item.is-active{background-color:#262626;color:#fff}.workflows-editor-side-nav-item:disabled{color:#4b5563;cursor:not-allowed;pointer-events:none}.workflows-editor-side-nav-item:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.workflows-editor-main{min-width:0;display:flex;flex-direction:column;gap:12px;overflow:hidden;height:100%}.workflows-modal .form-group{display:flex;flex-direction:column;gap:4px}.workflows-modal .form-group label{font-weight:500;color:#e5e5e5;font-size:14px;font-family:inherit}.workflows-modal .form-input,.workflows-modal .form-textarea,.workflows-modal .btn-primary,.workflows-modal .btn-secondary,.workflows-modal .btn-close{font-family:inherit}.workflows-modal .btn-primary,.workflows-modal .btn-secondary{padding:0 16px;border-radius:8px;font-size:14px;font-weight:500;line-height:1;display:inline-flex;align-items:center;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.workflows-modal .btn-primary{background-color:var(--workflow-progress-accent);color:#fff;border:none}.workflows-modal .btn-primary:hover:not(:disabled){background-color:var(--workflow-progress-accent-hover)}.workflows-modal .btn-primary:disabled{background-color:#6b7280;color:#9ca3af;cursor:not-allowed}.workflows-modal .btn-secondary{background-color:rgba(255,255,255,.08);color:#e5e7eb;border:none}.workflows-modal .btn-secondary:hover:not(:disabled){background-color:rgba(255,255,255,.14)}.workflows-modal .btn-secondary:disabled{background-color:rgba(255,255,255,.05);color:#9ca3af;cursor:not-allowed}.workflows-modal .btn-close{background:rgba(255,255,255,.08);border:none;width:var(--control-h-md);height:var(--control-h-md);border-radius:50%;color:#f5f5f5;font-size:20px;cursor:pointer;padding:4px;line-height:1;transition:background .2s ease}.workflows-modal .btn-close:hover{background:rgba(255,255,255,.15)}.workflows-modal .btn-primary:focus-visible,.workflows-modal .btn-secondary:focus-visible,.workflows-modal .btn-close:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.workflows-modal .form-input,.workflows-modal .form-textarea{width:100%;box-sizing:border-box;padding:12px 14px;font-size:15px;line-height:1.5;background-color:#18181a;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#f2f2f2;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;outline:none}.workflows-modal .form-textarea{resize:none}.workflows-modal .form-input:focus,.workflows-modal .form-textarea:focus{border-color:#5ab0ff;box-shadow:none}body[data-theme=dark] .workflows-modal .form-input,body[data-theme=dark] .workflows-modal .form-textarea{background-color:#18181a}body[data-theme=dark] .workflows-modal .form-input:-webkit-autofill,body[data-theme=dark] .workflows-modal .form-input:-webkit-autofill:hover,body[data-theme=dark] .workflows-modal .form-input:-webkit-autofill:focus,body[data-theme=dark] .workflows-modal .form-input:-webkit-autofill:active{-webkit-text-fill-color:#f2f2f2!important;-webkit-box-shadow:0 0 0 1000px #18181a inset!important;box-shadow:0 0 0 1000px #18181a inset!important;border:1px solid rgba(255,255,255,.08)!important;caret-color:#f2f2f2}.workflows-steps{display:flex;flex-direction:column;gap:12px}.workflows-steps-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.workflows-steps-title{font-weight:600;color:#e5e7eb}.workflows-add-step{padding:8px 12px;margin-right:8px}.workflows-step{border:1px solid #333;border-radius:10px;padding:12px 12px 8px;background:rgba(255,255,255,.02);display:flex;flex-direction:column;gap:12px}.workflows-step-title-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.workflows-step-title-label{font-size:13px;font-weight:600;color:#e5e7eb;margin:0}.workflows-remove-step{margin:0}.workflows-step-outputs{display:flex;align-items:center;gap:28px;margin-top:6px}.workflows-step-output-option{display:inline-flex;align-items:center;gap:0;font-size:12px;font-weight:600;color:#9ca3af;user-select:none;line-height:1}.workflows-step-output-option input[type=checkbox]{width:14px;height:14px;margin:0 8px 0 0!important;flex:0 0 auto;accent-color:#9ca3af}.workflows-step-output-option span{margin:0;display:inline-block;line-height:14px}.workflows-wizard-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.workflows-wizard-header-title h2{font-size:18px;color:#e5e7eb;margin:0;font-weight:600}.workflows-editor-top-bar{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid #333}.workflows-editor-fixed-title{margin:0;font-size:20px;font-weight:500;line-height:1.1;color:#e5e7eb;display:inline-flex;align-items:center;gap:10px}.workflows-editor-fixed-title-icon{font-size:16px;line-height:1;color:currentColor}.workflows-editor-close{margin-left:auto;flex-shrink:0}.workflows-wizard-tabs-shell{position:relative;padding-bottom:0;margin-top:0}.workflows-wizard-tabs-shell:after{content:none}.workflows-wizard-tabs{display:flex;align-items:center;gap:0;flex-wrap:wrap;position:relative;z-index:1;margin-left:var(--workflows-tabs-right-shift);margin-right:0;width:max-content;max-width:100%}.workflows-wizard-tab{flex:0 0 var(--workflows-tab-uniform-width, auto);width:var(--workflows-tab-uniform-width, auto);border-top:none;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-radius:0 0 16px 16px;background:var(--workflows-tab-unselected-bg);color:var(--workflows-tab-unselected-fg);min-height:var(--control-h-lg);padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:13px;font-weight:600;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease;margin-bottom:0}.workflows-wizard-tab:hover:not(:disabled){color:#f5f5f5}.workflows-wizard-tab:disabled{opacity:.42;cursor:not-allowed}.workflows-wizard-tab.is-active{border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;background:var(--workflows-tab-selected-bg);color:var(--workflows-tab-selected-fg);box-shadow:none}.workflows-wizard-tab.is-complete:not(:disabled){background:var(--workflows-tab-unselected-bg);color:var(--workflows-tab-unselected-fg)}.workflows-wizard-tab.is-active.is-complete{border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;background:var(--workflows-tab-selected-bg);color:var(--workflows-tab-selected-fg)}.workflows-wizard-tab-index{width:20px;height:20px;border-radius:50%;border:1px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1}.workflows-wizard-tab-label{line-height:1}.workflows-wizard-tab-check{font-size:11px}.workflows-wizard-stage{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding:28px 16px 12px 0;height:100%}.workflows-wizard-panel{flex:1;min-height:0;display:flex;flex-direction:column;height:100%}.workflows-wizard-next:disabled{background:#6b7280!important;border-color:#6b7280!important;color:#e5e7eb!important;cursor:not-allowed;opacity:1}.workflows-wizard-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;padding-top:12px;border-top:none!important;padding-top:0!important;padding-right:16px;scrollbar-gutter:stable}.workflows-wizard-actions-right{display:flex;align-items:center;gap:10px}.workflows-wizard-actions-right .btn-primary,.workflows-wizard-actions-right .btn-secondary{height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 16px;box-sizing:border-box}.workflows-wizard-action-button{width:var(--workflows-editor-action-button-width);min-width:var(--workflows-editor-action-button-width);flex:0 0 var(--workflows-editor-action-button-width)}.workflows-wizard-footer-button{width:calc(var(--workflows-editor-action-button-width) * .8);min-width:calc(var(--workflows-editor-action-button-width) * .8);flex:0 0 calc(var(--workflows-editor-action-button-width) * .8);justify-content:center;text-align:center}.workflows-wizard-banner{border:1px solid rgba(59,130,246,.35);background:rgba(59,130,246,.08);border-radius:12px;padding:12px 14px;margin-bottom:12px}.workflows-wizard-banner-title{color:#e5e7eb;font-weight:700;font-size:13px}.workflows-wizard-banner-subtitle{margin-top:4px;color:#9ca3af;font-size:12px}.workflows-output-file-types{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.workflows-output-file-type{display:inline-flex;align-items:center;gap:8px;border:1px solid #333;border-radius:999px;padding:8px 12px;background:rgba(0,0,0,.2);color:#d1d5db;font-size:13px;font-weight:700;cursor:pointer;user-select:none}.workflows-output-file-type input[type=checkbox]{margin:0;accent-color:#22c55e}.workflows-output-file-type.is-selected{border-color:rgba(34,197,94,.55);background:rgba(34,197,94,.14);color:#e5e7eb}.workflows-output-file-error{margin-top:8px;color:#fca5a5;font-size:12px}.workflows-output-sections{display:flex;flex-direction:column;gap:0;border:none;border-radius:0;overflow:visible;background:transparent}.workflows-output-helper-text,.workflows-review-helper-text{margin:0 0 14px;font-size:13px;font-weight:400;letter-spacing:0;font-family:inherit;color:var(--workflows-output-filetype-fg);line-height:1}.workflows-output-table-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px;padding:10px 12px;min-height:46px;box-sizing:border-box;border-bottom:none;background-color:var(--workflows-output-table-header-bg)}.workflows-output-table-header+.workflows-output-section{border-top:none}.workflows-output-table-header-cell{font-size:12px;font-weight:700;letter-spacing:.01em;color:var(--workflows-output-table-header-fg)}.workflows-output-table-header-cell:nth-child(2){justify-self:end}.workflows-output-table-header-cell:first-child{padding-left:6px}.workflows-output-section{border:0;border-top:1px solid #333;border-radius:0;background:#1a1a1a;padding:0;display:flex;flex-direction:column}.workflows-output-section:last-child{border-bottom:1px solid #333}.workflows-output-section-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px;padding:10px 12px;min-height:46px;box-sizing:border-box;cursor:pointer}.workflows-output-section-heading{display:flex;align-items:center;gap:8px;min-width:0;overflow:visible}.workflows-output-section-icon{width:26px;height:26px;border-radius:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#cbd5e1;font-size:16px;flex:0 0 auto}.workflows-output-section-title{color:var(--workflows-output-filetype-fg);font-size:12px;font-weight:400;letter-spacing:0;line-height:1}.workflows-output-section-actions{display:inline-flex;align-items:center;justify-self:end}.workflows-output-edit-label{display:none;align-items:center;padding:2px 8px;min-height:17px;box-sizing:border-box;border-radius:999px;border:none;background:var(--workflows-output-edit-pill-bg);color:var(--workflows-output-edit-pill-fg);font-size:12px;font-weight:400;font-family:inherit;line-height:1;letter-spacing:0;transition:color .18s ease,background-color .18s ease,border-color .18s ease;user-select:none}.workflows-output-section-header:hover .workflows-output-edit-label,.workflows-output-section-header:focus-within .workflows-output-edit-label{display:inline-flex}.workflows-output-section-header:hover .workflows-output-edit-label{background:var(--workflows-output-edit-pill-hover-bg)}.workflows-output-edit-label.is-open{color:#d1d5db}.workflows-output-section .form-textarea::placeholder{font-size:13px}.workflows-output-row-toggle{flex:0 0 auto}.workflows-output-section-body{margin-top:0;border-top:none;padding:12px;display:flex;flex-direction:column;gap:12px}.workflows-output-pdf-layout{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr) 1px minmax(0,1fr);gap:0;align-items:stretch}.workflows-output-pdf-col{min-width:0;display:flex;flex-direction:column;gap:16px;padding:0 20px}.workflows-output-pdf-col:first-child{padding-left:0}.workflows-output-pdf-col:last-child{padding-right:0}.workflows-output-pdf-col-heading{font-size:13px;font-weight:400;color:var(--workflows-output-filetype-fg);text-align:center;margin-bottom:2px}.workflows-output-pdf-col .form-group{gap:3px}.workflows-output-pdf-col .form-group label{font-size:13px;font-weight:400;color:var(--workflows-output-filetype-fg);padding-left:6px}.workflows-output-pdf-field-row{min-width:0}.workflows-output-pdf-auto-controls{display:inline-flex;align-items:center;gap:0;flex:0 0 auto;position:relative;top:4px;font-size:inherit;font-weight:inherit;color:#9ca3af;white-space:nowrap;padding-left:0!important}.workflows-output-pdf-auto-controls>span{display:inline-block;margin-right:12px}.workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle{-webkit-appearance:none!important;appearance:none!important;width:37px!important;min-width:37px!important;max-width:37px!important;height:16px!important;min-height:16px!important;max-height:16px!important;padding:0!important;margin:0!important;border-radius:999px!important;border:none!important;background:#3f3f46!important;display:inline-block!important;vertical-align:middle!important;position:relative!important;flex:0 0 auto!important;cursor:pointer!important;transition:background-color .2s ease!important}.workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:after{content:""!important;position:absolute!important;top:2px!important;left:2px!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#d1d5db!important;transition:left .2s ease!important}.workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:checked{background:#6b7280!important}.workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:checked:after{left:23px!important;background:#d1d5db!important}.workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:focus-visible{outline:2px solid rgba(231,129,93,.45)!important;outline-offset:2px!important}body[data-theme=dark] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle{box-sizing:border-box!important;border:1px solid #9ca3af!important;background:transparent!important}body[data-theme=dark] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:after{left:2px!important;top:50%!important;width:10px!important;height:10px!important;transform:translateY(-50%)!important;background:#9ca3af!important}body[data-theme=dark] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:checked{background:transparent!important}body[data-theme=dark] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:checked:after{left:23px!important}body[data-theme=light] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle{box-sizing:border-box!important;border:1px solid #64748b!important;background:transparent!important}body[data-theme=light] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:after{left:2px!important;top:50%!important;width:10px!important;height:10px!important;transform:translateY(-50%)!important;background:#64748b!important}body[data-theme=light] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:checked{background:transparent!important}body[data-theme=light] .workflows-modal .workflows-output-pdf-auto-controls>.table-inline-toggle:checked:after{left:23px!important}.workflows-output-pdf-col .form-input{height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 10px;font-size:13px;font-weight:400;border-radius:8px}.workflows-output-pdf-subtitle-group,.workflows-output-pdf-cover-group{margin-top:-10px}.workflows-output-pdf-cover-group .workflows-output-cover-row{margin-top:0}.workflows-output-pdf-cover-group .workflows-output-cover-row .workflows-output-cover-menu{flex:3 1 0;min-width:0}.workflows-output-cover-preview{flex:1 1 0;min-width:0;position:relative;height:36px;overflow:visible}.workflows-output-cover-preview .workflows-output-cover-thumb{position:absolute;bottom:0;left:50%;transform:translate(-50%);height:64px;width:calc(64px * 34 / 46);flex:0 0 auto;border-radius:6px}.workflows-output-pdf-page-group{margin-top:-10px}.workflows-output-pdf-col .workflows-output-orientation-control{flex:1 1 0;min-width:0;max-width:none;width:auto}.workflows-output-pdf-col .workflows-output-page-color-menu{flex:0 0 auto;width:auto;min-width:40px}.workflows-output-pdf-col .workflows-output-icon-menu-row>.workflows-output-font-color-menu{flex:1 1 0;min-width:0;overflow:hidden}.workflows-output-pdf-col .workflows-output-icon-menu-row>.workflows-output-font-color-menu .workflows-output-font-family-trigger{width:100%;max-width:100%;min-width:0}.workflows-output-pdf-col .workflows-output-font-size-control,.workflows-output-pdf-col .workflows-output-font-color-picker{flex:0 0 auto}.workflows-output-pdf-section-group{margin-top:-10px;display:flex;flex-direction:column;gap:10px}.workflows-output-pdf-section-label{font-size:13px;font-weight:400;color:var(--workflows-output-filetype-fg);padding-left:6px}.workflows-output-pdf-col-divider{width:1px;background:#333;align-self:stretch}.workflows-output-pdf-instruction{min-width:0;display:flex;flex-direction:column;gap:8px}.workflows-output-pdf-options{min-width:0;display:flex;flex-direction:column;gap:4px;padding-top:44px;min-height:100%;height:100%;box-sizing:border-box}.workflows-output-pdf-option{display:flex;flex-direction:column;gap:6px}.workflows-output-control-list{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.workflows-output-checkbox-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:var(--workflows-output-filetype-fg);cursor:pointer;user-select:none;width:100%;padding-left:6px;box-sizing:border-box}.workflows-output-checkbox-inline-row{display:flex;align-items:center;gap:16px}.workflows-output-label-toggle{border:1px solid #333;background:rgba(0,0,0,.14);color:#9ca3af;border-radius:999px;flex:1 1 0;min-height:var(--control-h-sm);min-width:0;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease;user-select:none}.workflows-output-label-toggle:hover,.workflows-output-label-toggle.is-active{border-color:#e7815d;background-color:#262626;color:#fff}.workflows-output-label-toggle:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}.workflows-output-title-field{min-height:var(--control-h-sm);border:1px solid #333;border-radius:10px;background:#fff;display:flex;align-items:stretch;padding:0;gap:0;overflow:hidden}.workflows-output-title-prefix{font-size:13px;font-weight:500;color:#d1d5db;line-height:1.1;user-select:none;background:#2a2a2a;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:100px;white-space:nowrap;padding:0 10px;flex:0 0 auto;align-self:stretch;border-radius:0 10px 10px 0}body[data-theme=dark] .workflows-modal .workflows-output-title-field{background:#1a1a1a}body[data-theme=dark] .workflows-modal .workflows-output-title-prefix{background:transparent;border-radius:0;flex:0 0 96px;min-width:96px;padding:0;border-right:1px solid #333}body[data-theme=dark] .workflows-modal .workflows-output-title-input-shell{margin-left:0;background:#1a1a1a}body[data-theme=dark] .workflows-modal .workflows-output-title-input-shell .workflows-output-title-input{color:#f2f2f2;padding:0 12px 0 20px}.workflows-output-title-input-shell{flex:1 1 auto;min-width:0;margin-left:8px;background:#fff;display:flex;align-items:center;align-self:stretch;border-radius:0}.workflows-output-title-input-shell .workflows-output-title-input{flex:1;min-width:0;border:none;outline:none;background:transparent;box-shadow:none;padding:0 12px;min-height:34px;font-size:13px;color:#1f2933;border-radius:0}.workflows-output-title-input-shell .workflows-output-title-input:focus,.workflows-output-title-input-shell .workflows-output-title-input:focus-visible{outline:none;box-shadow:none}.workflows-output-color-palette{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;flex:1}.workflows-output-color-chip{width:100%;height:24px;border-radius:7px;border:none;cursor:pointer;box-shadow:none}.workflows-output-color-chip.is-selected{border-color:#e7815d;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),0 0 0 1px rgba(231,129,93,.38)}.workflows-output-title-input{font-size:13px!important;min-height:var(--control-h-sm)}.workflows-output-icon-menu-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap;width:100%}.workflows-output-menu{position:relative;display:inline-flex}.workflows-output-cover-menu{display:flex}.workflows-output-menu-trigger{width:var(--control-h-sm);height:var(--control-h-sm);border-radius:8px;border:1px solid #333;background:rgba(0,0,0,.14);color:#d1d5db;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.workflows-output-menu-trigger:hover,.workflows-output-menu-trigger.is-open{border-color:#e7815d;color:#f5f5f5}.workflows-output-menu-trigger:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}.workflows-output-font-family-trigger{width:146px;min-width:80px;max-width:146px;flex:1 1 80px;height:var(--control-h-sm);border-radius:8px;border:1px solid #333;background:rgba(0,0,0,.14);color:#d1d5db;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;overflow:hidden;cursor:pointer;font-size:13px;line-height:1;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.workflows-output-font-family-trigger:hover,.workflows-output-font-family-trigger.is-open{border-color:#e7815d;color:#f5f5f5}.workflows-output-font-family-trigger:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}.workflows-output-font-family-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.workflows-output-font-family-trigger i{font-size:11px}.workflows-output-font-size-control{height:var(--control-h-sm);min-width:64px;border:1px solid #333;background:rgba(0,0,0,.14);border-radius:8px;display:inline-flex;align-items:center;justify-content:space-between;padding:0 2px 0 8px;gap:8px;color:#d1d5db}.workflows-output-font-size-value{min-width:28px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0 2px;font-size:13px;font-weight:600;line-height:1}.workflows-output-font-size-arrows{width:18px;height:var(--control-h-xs);border-radius:6px;overflow:hidden;display:inline-flex;flex-direction:column}.workflows-output-font-size-arrow{width:100%;height:50%;border:none;background:transparent;color:currentColor;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;padding:0}.workflows-output-font-size-arrow i{font-size:9px}.workflows-output-font-size-arrow:hover:not(:disabled){background:rgba(255,255,255,.12)}.workflows-output-font-size-arrow:disabled{opacity:.45;cursor:not-allowed}.workflows-output-font-color-trigger{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;transform:translateY(1px)}.workflows-output-font-color-trigger-letter{font-size:16px;font-weight:700;color:currentColor}.workflows-output-font-color-trigger-line{width:16px;height:4px;margin-top:3px;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(15,23,42,.14)}.workflows-output-menu-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:20;background:#141414;border:1px solid #333;border-radius:10px;padding:8px;box-shadow:0 12px 26px rgba(0,0,0,.34)}.workflows-output-icon-menu-row .workflows-output-menu .workflows-output-menu-panel,.workflows-output-page-color-menu .workflows-output-menu-panel{top:calc(100% + 6px);bottom:auto;left:0;right:auto}.workflows-output-menu-panel-colors{width:188px}.workflows-output-icon-menu-row .workflows-output-font-color-picker .workflows-output-menu-panel{left:auto;right:0}.workflows-output-menu-panel-fonts{min-width:140px;display:flex;flex-direction:column;gap:4px}.workflows-output-menu-panel-covers{min-width:220px;max-height:220px;overflow:auto;display:flex;flex-direction:column;gap:6px}.workflows-output-icon-menu-row .workflows-output-font-color-menu .workflows-output-menu-panel,.workflows-output-page-row .workflows-output-page-color-menu .workflows-output-menu-panel{top:calc(100% + 6px);bottom:auto;left:auto;right:0}.workflows-output-menu-option{width:100%;border:1px solid transparent;border-radius:8px;background:transparent;color:#d1d5db;padding:6px 8px;text-align:left;font-size:13px;line-height:1.2;cursor:pointer}.workflows-output-menu-option:hover{background:rgba(255,255,255,.08)}.workflows-output-menu-option.is-selected{border-color:rgba(231,129,93,.52);background:rgba(231,129,93,.16);color:#f3f4f6}.workflows-output-page-divider{margin-top:10px;margin-bottom:12px;border-top:1px solid #333;height:0}.workflows-output-page-row{display:flex;align-items:center;justify-content:space-between;gap:8px;white-space:nowrap;flex-wrap:nowrap;width:100%}.workflows-output-page-color-menu{width:calc(50% - 23px);min-width:40px;height:var(--control-h-sm);border:1px solid #333;border-radius:8px;background:rgba(0,0,0,.14);box-sizing:border-box;padding:0 0 0 8px;align-items:center;justify-content:space-between;gap:0}.workflows-output-page-color-menu:hover,.workflows-output-page-color-menu.is-open{border-color:#e7815d}.workflows-output-page-color-label{font-size:12px;font-weight:500;line-height:1;color:#9ca3af;white-space:nowrap;user-select:none;min-width:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.workflows-output-page-color-trigger{width:var(--control-h-xs);height:var(--control-h-xs);min-width:var(--control-h-xs);min-height:var(--control-h-xs);flex:0 0 auto;border:none;background:transparent;box-shadow:none;padding:0}.workflows-output-page-color-trigger:hover,.workflows-output-page-color-trigger.is-open{border:none;background:transparent}.workflows-output-page-color-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(15,23,42,.2);box-sizing:border-box}.workflows-output-cover-menu .workflows-output-menu-panel{top:auto;bottom:calc(100% + 6px);left:0;right:auto}.workflows-output-cover-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;margin-top:8px}.workflows-output-cover-row-label{font-size:12px;font-weight:500;line-height:1;color:#9ca3af;white-space:nowrap;user-select:none;flex:0 0 auto}.workflows-output-cover-row .workflows-output-cover-menu{display:flex;width:100%;flex:1 1 auto;min-width:0}.workflows-output-orientation-control{display:inline-flex;align-items:center;width:146px;min-width:80px;max-width:146px;flex:1 1 80px;border:1px solid #333;border-radius:8px;overflow:hidden;height:var(--control-h-sm);background:rgba(0,0,0,.14)}.workflows-output-orientation-option{flex:1 1 0;min-width:0;border:none;background:transparent;color:#d1d5db;font-size:12px;font-weight:500;line-height:1;padding:0 4px;height:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.workflows-output-orientation-option+.workflows-output-orientation-option{border-left:1px solid #333}.workflows-output-orientation-option.is-selected{background:#262626;color:#fff}.workflows-output-orientation-option:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:-2px}.workflows-output-cover-trigger{width:100%;height:var(--control-h-sm);min-height:var(--control-h-sm);border-radius:8px;border:1px solid #333;background:rgba(0,0,0,.14);color:#d1d5db;display:inline-flex;align-items:center;gap:8px;justify-content:flex-start;padding:4px 10px;font-size:13px;line-height:1.2;cursor:pointer;transition:border-color .16s ease,color .16s ease}.workflows-output-cover-trigger .workflows-output-cover-thumb{width:18px;height:24px;border-radius:3px}.workflows-output-cover-trigger i{margin-left:auto;font-size:11px}.workflows-output-cover-trigger:hover,.workflows-output-cover-trigger.is-open{border-color:#e7815d;color:#f3f4f6}.workflows-output-cover-trigger:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}.workflows-output-cover-trigger-label{flex:1;text-align:left}.workflows-output-cover-option{width:calc(100% - 8px);box-sizing:border-box;align-self:flex-start;border:1px solid transparent;border-radius:8px;background:transparent;color:#d1d5db;padding:6px;display:inline-flex;align-items:center;gap:8px;text-align:left;font-size:13px;line-height:1.2;cursor:pointer}.workflows-output-cover-option:hover{background:rgba(255,255,255,.08)}.workflows-output-cover-option.is-selected{border-color:rgba(231,129,93,.52);background:rgba(231,129,93,.16);color:#f3f4f6}.workflows-output-cover-thumb{width:34px;height:46px;border-radius:4px;border:1px solid rgba(148,163,184,.45);flex:0 0 auto;background:#f8fafc;overflow:hidden}.workflows-output-cover-thumb-none{background:linear-gradient(135deg,rgba(148,163,184,.25),rgba(148,163,184,.1)),#f8fafc}.workflows-output-cover-thumb-cover_1{background:linear-gradient(90deg,#245ea3 0,#245ea3 28%,#f6f6f8 28%,#f6f6f8),linear-gradient(0deg,transparent 62%,#d0d2d7 62% 74%,transparent 74%)}.workflows-output-cover-thumb-cover_2{background:radial-gradient(120% 120% at 115% 20%,rgba(57,173,165,.8),transparent 58%),radial-gradient(100% 100% at 120% 80%,rgba(40,137,128,.8),transparent 56%),#f3f4f6}.workflows-output-cover-thumb-cover_3{background:radial-gradient(130% 130% at 115% 100%,#f59e0b 0 52%,transparent 52%),radial-gradient(115% 115% at 100% 100%,rgba(249,115,22,.9) 0 45%,transparent 46%),#f4f4f5}.workflows-output-cover-thumb-cover_4{background:radial-gradient(circle at -10% 45%,#a51756 0 22%,#bf3b2c 23% 38%,#dc5a22 39% 54%,#ef7a1c 55% 70%,transparent 71%),#fb8a12}.workflows-output-cover-thumb-cover_5{background:linear-gradient(35deg,transparent 35%,rgba(52,85,137,.58) 36% 66%,transparent 67%),linear-gradient(-35deg,transparent 35%,rgba(52,85,137,.45) 36% 66%,transparent 67%),#213b66}.workflows-output-cover-thumb-cover_6{background:radial-gradient(170% 150% at 105% 105%,#c21883 0 32%,#a01f7e 33% 49%,#7f1d6f 50% 66%,transparent 67%),#5b0b58}.workflows-modal .workflows-output-instruction-textarea{min-height:214px;font-size:13px;font-weight:400;font-family:inherit;letter-spacing:0;line-height:1.7;color:var(--workflows-output-filetype-fg)}.workflows-output-section.is-expanded{background:#1a1a1a;border-left:1px solid #333;border-right:1px solid #333}.workflows-output-section.is-disabled .form-textarea{opacity:1}.workflows-wizard-save:disabled{background:#6b7280!important;border-color:#6b7280!important;color:#e5e7eb!important;cursor:not-allowed;opacity:1}@media (max-width: 780px){.workflows-output-table-header,.workflows-output-section-header{column-gap:10px}.workflows-output-table-header-cell{font-size:11px}.workflows-output-section-header{grid-template-columns:minmax(0,1fr) auto}.workflows-output-pdf-layout{grid-template-columns:1fr}.workflows-output-pdf-options{padding-top:0}.workflows-output-control-list{gap:10px;flex-wrap:wrap}.workflows-output-icon-menu-row,.workflows-output-page-row{flex-wrap:wrap}.workflows-output-color-palette{grid-template-columns:repeat(4,minmax(0,1fr))}}.workflows-wizard-panel-steps{padding:0;overflow-y:auto;position:static}.workflows-steps-pane{display:flex;flex-direction:column;flex:1;min-height:0;outline:none}.workflows-steps-pane-header{padding:0 12px 12px}.workflows-steps-pane-title{display:block;font-size:14px;font-weight:500;color:#e5e5e5;font-family:inherit}.workflows-step-row{user-select:none}.workflows-step-row.is-dragging{opacity:.55}.workflows-step-row.is-drag-over{border-top-color:var(--workflow-progress-accent);box-shadow:0 -2px rgba(231,129,93,.35) inset}.workflows-step-row .workflows-stepbuilder-drag{position:static;transform:none;height:auto;cursor:grab;color:#6b7280}.workflows-step-row.is-dragging .workflows-stepbuilder-drag{cursor:grabbing}.workflows-step-row-header{cursor:pointer}.workflows-step-row-title{color:var(--workflows-output-filetype-fg);font-size:14px;font-weight:400;letter-spacing:0;line-height:1.2;font-family:inherit;text-align:left}.workflows-step-row-title-prefix{color:var(--workflows-output-filetype-fg);font-size:14px;font-weight:400;line-height:1.2;font-family:inherit;flex-shrink:0}.workflows-step-row-title-input{max-width:420px;height:auto;min-height:0;padding:6px 10px;font-size:14px!important;line-height:1.2!important}.workflows-step-row-edit-indicator{padding:0;min-height:18px;min-width:18px;justify-content:center;background:transparent;color:var(--workflows-output-edit-pill-fg);pointer-events:none}.workflows-step-row-edit-indicator i{font-size:12px}.workflows-step-row-header:hover .workflows-step-row-edit-indicator{background:transparent}.workflows-step-row-actions{display:grid;grid-template-columns:var(--control-h-sm);align-items:center;justify-items:center;column-gap:0;flex-shrink:0}.workflows-step-row-actions i{color:var(--workflows-output-filetype-fg)}.workflows-step-drag-handle{width:var(--control-h-sm);height:var(--control-h-sm);padding:0;display:inline-flex;align-items:center;justify-content:center}.workflows-step-row-menu-wrap{position:relative;display:inline-flex;align-items:center}.workflows-step-row-menu-trigger{background:none;border:none;color:#9ca3af;width:var(--control-h-sm);height:var(--control-h-sm);border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center}.workflows-step-row-menu-trigger:hover,.workflows-step-row-menu-trigger[aria-expanded=true]{background:rgba(255,255,255,.12);color:#e5e7eb}.workflows-step-row-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.45);padding:4px;z-index:30;display:flex;flex-direction:column;gap:1px}.workflows-step-row-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 12px;border:none;border-radius:7px;background:transparent;color:#e2e8f0;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s}.workflows-step-row-menu-item i{width:15px;flex-shrink:0;font-size:13px;color:#94a3b8;text-align:center}.workflows-step-row-menu-item:hover:not(:disabled){background:rgba(255,255,255,.07);color:#fff}.workflows-step-row-menu-item:hover:not(:disabled) i{color:inherit}.workflows-step-row-menu-item.is-danger,.workflows-step-row-menu-item.is-danger i{color:#fca5a5}.workflows-step-row-menu-item:disabled{opacity:.5;cursor:not-allowed}.workflows-step-drag-handle{flex-shrink:0;cursor:grab;color:#6b7280}body[data-theme=light] .workflows-step-row-menu-trigger{color:#64748b}body[data-theme=light] .workflows-step-row-menu-trigger:hover,body[data-theme=light] .workflows-step-row-menu-trigger[aria-expanded=true]{background:#f0eee6;color:#1f2933}body[data-theme=light] .workflows-step-row-menu{background:#faf9f5;border-color:#d6dde8;box-shadow:0 18px 32px rgba(15,23,42,.14)}body[data-theme=light] .workflows-step-row-menu-item{color:#1f2933}body[data-theme=light] .workflows-step-row-menu-item i{color:#64748b}body[data-theme=light] .workflows-step-row-menu-item:hover:not(:disabled){background:#f0eee6;color:#0f172a}body[data-theme=light] .workflows-step-row-menu-item.is-danger,body[data-theme=light] .workflows-step-row-menu-item.is-danger i{color:#b42318}.workflows-step-editor-modal-overlay{position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;z-index:10}.workflows-step-editor-modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;width:100%;height:100%;display:flex;flex-direction:column;box-shadow:0 12px 40px rgba(0,0,0,.4);overflow:hidden}.workflows-step-editor-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px 16px;position:relative;flex-shrink:0}.workflows-step-editor-modal-header:after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;background:#333}.workflows-step-editor-modal-title{margin:0;font-size:20px;font-weight:500;color:#d6dde8;display:flex;align-items:center;gap:0;flex:1 1 auto;min-width:0}.workflows-step-editor-modal-title-prefix{flex-shrink:0;color:inherit;font-weight:inherit}.workflows-step-editor-modal-title-name{display:inline-grid;align-items:center;grid-template-columns:minmax(1ch,max-content) auto;column-gap:4px;flex:0 1 auto;min-width:0;max-width:100%;margin-left:4px}.workflows-step-editor-modal-title-measure{grid-column:1;grid-row:1;visibility:hidden;white-space:pre;font:inherit;font-weight:inherit;line-height:inherit;min-width:1ch}.workflows-step-editor-modal-title-input{grid-column:1;grid-row:1;border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;line-height:inherit;padding:0;margin:0;min-width:1ch;width:100%;max-width:100%;flex:0 1 auto;outline:none}.workflows-step-editor-modal-title-icon{grid-column:2;grid-row:1;flex-shrink:0;color:inherit;font-size:14px;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease;pointer-events:none}.workflows-step-editor-modal-title-name:hover .workflows-step-editor-modal-title-icon,.workflows-step-editor-modal-title-name:focus-within .workflows-step-editor-modal-title-icon{opacity:.72;visibility:visible}.workflows-step-editor-modal-header .btn-close{flex-shrink:0}.workflows-step-editor-modal-body{padding:20px 24px;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow:hidden}.workflows-step-editor-modal-body .form-group{display:flex;flex-direction:column;flex:1;min-height:0;margin:0}.workflows-step-editor-modal-body .form-textarea{flex:1;resize:none;min-height:0}.workflows-step-editor-modal-body .workflows-step-instructions-textarea{min-height:380px}.workflows-step-editor-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 24px 24px;min-height:0;flex-shrink:0}.workflows-stepbuilder-footer{display:flex;justify-content:flex-end;padding:10px 12px 0}.workflows-stepbuilder{display:grid;grid-template-columns:280px 1fr;gap:14px;height:100%;min-height:0}.workflows-stepbuilder-list{border:1px solid #333;border-radius:12px;background:rgba(255,255,255,.02);display:flex;flex-direction:column;min-height:0;outline:none;font-family:inherit}.workflows-stepbuilder-list:focus{box-shadow:0 0 0 2px rgba(59,130,246,.35)}.workflows-stepbuilder-list-col{display:flex;flex-direction:column;min-height:0}.workflows-stepbuilder-list-header{padding:0 4px 8px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.workflows-stepbuilder-list-title{font-size:14px;font-weight:500;color:#e5e5e5;display:flex;align-items:center;gap:10px}.workflows-stepbuilder-list-count{font-size:12px;color:#9ca3af;border:1px solid #333;background:rgba(0,0,0,.2);padding:2px 8px;border-radius:999px}.workflows-stepbuilder-items{padding:10px;overflow:auto;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}.workflows-stepbuilder-add-button{width:auto;min-width:116px;height:var(--control-h-sm);min-height:var(--control-h-sm);display:inline-flex;align-items:center;justify-content:center;margin-top:2px;align-self:flex-end}.workflows-wizard-stage,.workflows-stepbuilder-items,.workflows-stepbuilder-editor{scrollbar-color:#444 transparent}.workflows-wizard-stage::-webkit-scrollbar,.workflows-stepbuilder-items::-webkit-scrollbar,.workflows-stepbuilder-editor::-webkit-scrollbar{width:6px}.workflows-wizard-stage::-webkit-scrollbar-track,.workflows-stepbuilder-items::-webkit-scrollbar-track,.workflows-stepbuilder-editor::-webkit-scrollbar-track{background:transparent}.workflows-wizard-stage::-webkit-scrollbar-thumb,.workflows-stepbuilder-items::-webkit-scrollbar-thumb,.workflows-stepbuilder-editor::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.workflows-wizard-stage::-webkit-scrollbar-thumb:hover,.workflows-stepbuilder-items::-webkit-scrollbar-thumb:hover,.workflows-stepbuilder-editor::-webkit-scrollbar-thumb:hover{background:#555}.workflows-stepbuilder-item{border:1px solid #333;border-radius:12px;padding:10px 36px 10px 10px;cursor:grab;background:rgba(0,0,0,.12);position:relative;display:flex;flex-direction:column;justify-content:center;min-height:62px;font-family:inherit;user-select:none;-webkit-user-select:none}.workflows-stepbuilder-item.is-active{border-color:#e7815d;background:rgba(231,129,93,.14)}.workflows-stepbuilder-item.is-dragging{opacity:.72;cursor:grabbing}.workflows-stepbuilder-item.is-drag-over{border-color:var(--workflow-progress-accent);box-shadow:0 0 0 1px rgba(231,129,93,.2) inset}.workflows-stepbuilder-item-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.workflows-stepbuilder-drag{color:#6b7280;width:18px;display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);height:100%}.workflows-stepbuilder-step-label{font-size:11px;letter-spacing:.04em;text-transform:none;color:#9ca3af;font-weight:700}.workflows-stepbuilder-step-name{margin-top:6px;font-size:14px;line-height:1.3;color:#e5e7eb;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.workflows-stepbuilder-badges{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.workflows-badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:#e5e7eb;background:rgba(255,255,255,.04)}.workflows-badge-table{background:rgba(14,165,233,.12);border-color:rgba(14,165,233,.25);color:#bde7ff}.workflows-badge-memo{background:rgba(234,179,8,.12);border-color:rgba(234,179,8,.25);color:#ffe6a6}.workflows-badge-bullets{background:rgba(168,85,247,.12);border-color:rgba(168,85,247,.25);color:#ebd1ff}.workflows-badge-files{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.25);color:#c7f9d4}.workflows-badge-chat{background:rgba(107,114,128,.16);border-color:rgba(107,114,128,.25);color:#d1d5db}.workflows-badge-override{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.25);color:#fecaca}.workflows-stepbuilder-editor{border:1px solid #333;border-radius:12px;background:rgba(255,255,255,.02);padding:14px;overflow:auto;min-height:0;font-family:inherit;display:flex;flex-direction:column}.workflows-stepbuilder-empty{color:#9ca3af;font-size:13px;padding:12px}.workflows-wizard-page{display:flex;flex-direction:column;gap:14px;flex:1;min-height:0}.workflows-wizard-page-definitions{flex:1;min-height:0}.workflows-wizard-page-definitions .form-group{flex:0 0 auto}.workflows-wizard-page-definitions .workflows-definition-summary-group{flex:1 1 auto}.workflows-definition-summary-group{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px}.workflows-definition-summary-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.workflows-definition-summary-header .workflows-step-polish-button{margin-top:-3px}.workflows-definition-summary-field{flex:1 1 auto;min-height:0;display:flex}.workflows-definition-summary-textarea{flex:1;min-height:0;height:90%;max-height:90%;resize:none}.workflows-description-polish-row{display:flex;justify-content:flex-end;margin-top:8px}.workflows-description-polish-button{width:auto;min-width:112px;height:var(--control-h-sm);border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#202023;color:#f2f2f2;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.workflows-description-polish-button:disabled{opacity:.5;cursor:not-allowed}.workflows-description-polish-button.is-loading,.workflows-description-polish-button.is-loading:disabled{opacity:1;cursor:wait}.workflows-description-polish-button:hover:not(:disabled){border-color:rgba(255,255,255,.24);background:#2a2a2d}.workflows-description-polish-button:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.workflows-inline-spinner{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.workflows-inline-spinner>*{transform:scale(.32);transform-origin:center}.workflows-polish-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1210;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:20px}.workflows-polish-preview{width:min(760px,calc(100vw - 40px));max-height:min(78vh,720px);border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#252527;padding:18px;color:#f5f5f5;display:flex;flex-direction:column;gap:10px;box-shadow:0 18px 36px rgba(0,0,0,.4),0 6px 16px rgba(0,0,0,.28)}.workflows-polish-preview h3{margin:0;font-size:18px;font-weight:600}.workflows-polish-preview p{margin:0;font-size:14px;color:#a0a0a0}.workflows-polish-preview-text{min-height:260px;max-height:52vh;width:100%;resize:vertical;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#18181a;color:#f2f2f2;font-size:14px;font-family:Inter,sans-serif;line-height:1.5;padding:12px 14px}.workflows-polish-preview-actions{display:flex;justify-content:flex-end;gap:10px}.workflows-polish-preview-actions .btn-primary,.workflows-polish-preview-actions .btn-secondary{height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 16px;box-sizing:border-box}.workflows-stepbuilder-editor-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #333;min-width:0}.workflows-stepbuilder-editor-title{font-size:15px;font-weight:600;color:#e5e7eb;display:flex;gap:10px;align-items:center;flex:1 1 auto;min-width:0}.workflows-stepbuilder-editor-step-index{flex-shrink:0}.workflows-stepbuilder-editor-step-name-button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:inherit;font:inherit;font-weight:inherit;padding:0 10px;margin:0;cursor:text;text-align:left;border-radius:8px;display:inline-flex;align-items:center;gap:7px;height:var(--control-h-sm);min-height:var(--control-h-sm);min-width:0;max-width:min(460px,100%)}.workflows-stepbuilder-editor-step-name-button:hover{background:rgba(255,255,255,.12)}.workflows-stepbuilder-editor-step-name-text{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflows-stepbuilder-editor-step-name-input-wrap{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:8px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;height:var(--control-h-sm);min-height:var(--control-h-sm);min-width:0;max-width:min(460px,100%)}.workflows-stepbuilder-editor-step-name-edit-icon{font-size:12px;opacity:.78}.workflows-stepbuilder-editor-step-name-input{border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;line-height:inherit;padding:0;margin:0;min-width:90px;width:100%;outline:none}.workflows-stepbuilder-editor-step-name-input-wrap:focus-within{border-color:rgba(231,129,93,.85)}.workflows-stepbuilder-editor-actions{display:flex;gap:8px;flex:0 0 auto}.workflows-stepbuilder-editor-actions .btn-secondary{height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 16px;display:inline-flex;align-items:center;justify-content:center}.workflows-step-instructions-textarea{height:100%;flex:1}.workflows-step-editor-modal-body .workflows-step-instructions-textarea:focus{border-color:rgba(255,255,255,.08)!important;box-shadow:none;outline:none}.workflows-step-editor-modal-body .workflows-step-instructions-textarea:focus-visible{border-color:rgba(255,255,255,.08)!important;box-shadow:none;outline:none}.workflows-stepbuilder-editor .form-group:last-of-type{flex:1;min-height:0;margin-bottom:0}.workflows-step-polish-button{margin-left:0;flex-shrink:0;border:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:var(--control-h-sm);min-height:var(--control-h-sm);padding:0 16px;box-sizing:border-box}.workflows-stepbuilder-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}.workflows-inline-label{display:block;font-size:13px;font-weight:600;color:#e5e7eb;margin-bottom:8px}.workflows-format-toggle{display:flex;gap:8px;flex-wrap:wrap}.workflows-format-pill{border:1px solid #333;background:rgba(0,0,0,.2);border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;color:#9ca3af;cursor:pointer}.workflows-format-pill.is-active{border-color:rgba(59,130,246,.7);background:rgba(59,130,246,.12);color:#e5e7eb}.workflows-include-toggle{display:flex;flex-direction:column;gap:8px}.workflows-include-help{font-size:12px;color:#9ca3af;line-height:1.35}.workflows-switch{position:relative;width:31px;height:16px;display:inline-block}.workflows-switch input{opacity:0;width:0;height:0}.workflows-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#3f3f46;transition:.15s ease;border-radius:999px;border:none}.workflows-switch-slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;top:2px;background-color:#d1d5db;transition:left .15s ease;border-radius:999px}.workflows-switch input:checked+.workflows-switch-slider{background-color:#6b7280}.workflows-editor .btn-primary{background-color:var(--workflow-progress-accent)}.workflows-editor .btn-primary:hover:not(:disabled){background-color:var(--workflow-progress-accent-hover)}.workflows-switch input:checked+.workflows-switch-slider:before{left:17px;background-color:#d1d5db}.workflows-mapping{border:1px solid #333;border-radius:12px;padding:12px;background:rgba(0,0,0,.16);margin-bottom:12px}.workflows-mapping-title{font-weight:800;color:#e5e7eb;margin-bottom:10px}.workflows-mapping-row{display:grid;grid-template-columns:60px 1fr;gap:10px;align-items:start;margin-bottom:10px}.workflows-mapping-label{font-size:12px;color:#9ca3af;font-weight:800;padding-top:10px}.workflows-mapping-controls{display:flex;gap:10px;flex-wrap:wrap}.workflows-columns{margin-top:6px}.workflows-columns-header{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px}.workflows-columns-title{color:#e5e7eb;font-weight:800}.workflows-columns-help{color:#9ca3af;font-size:12px}.workflows-columns-editor{display:flex;flex-direction:column;gap:10px}.workflows-columns-add{display:flex;gap:10px}.workflows-columns-list{display:flex;flex-direction:column;gap:8px}.workflows-columns-item{border:1px solid #333;border-radius:10px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:rgba(255,255,255,.02)}.workflows-columns-name{color:#e5e7eb;font-weight:700;font-size:12px}.workflows-columns-actions{display:flex;gap:6px}.workflows-columns-empty{color:#9ca3af;font-size:12px}.workflows-review-pane{display:flex;flex-direction:column;gap:12px}.workflows-review-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1210;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:20px}.workflows-review-overlay-modal{width:min(920px,calc(100vw - 40px));max-height:min(84vh,900px);border-radius:14px;border:1px solid #333;background:#1a1a1a;box-shadow:0 18px 36px rgba(0,0,0,.4),0 6px 16px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden}.workflows-review-overlay-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #333;flex:0 0 auto}.workflows-review-overlay-title{margin:0;font-size:24px;font-weight:500;color:#e5e7eb;line-height:1.2}.workflows-review-overlay-close{width:36px;height:36px}.workflows-review-overlay-body{padding:18px 24px 24px;overflow:auto;min-height:0}.workflows-review-timeline{position:relative;display:flex;flex-direction:column;gap:14px;padding-left:44px}.workflows-review-timeline-item{position:relative;border:1px solid #333;border-radius:12px;background:#252527;padding:10px 12px}.workflows-review-timeline-item:not(:last-child):after{content:"";position:absolute;left:-30px;top:24px;width:2px;height:calc(100% + 14px);background:#333;border-radius:999px}.workflows-review-timeline-item.is-complete{border-color:#404040;background:#3a3a3a}.workflows-review-timeline-item.is-warning{border-color:#3a3a3a;background:#252527}.workflows-review-timeline-marker{position:absolute;left:-44px;top:10px;width:28px;height:28px;border-radius:50%;border:2px solid #6b7280;color:#d1d5db;font-size:12px;font-weight:700;line-height:1;background:#1f1f22;display:inline-flex;align-items:center;justify-content:center;z-index:1}.workflows-review-timeline-item.is-complete .workflows-review-timeline-marker{border-color:var(--workflow-progress-accent);color:#fff;background:var(--workflow-progress-accent)}.workflows-review-timeline-item.is-warning .workflows-review-timeline-marker{border-color:rgba(245,158,11,.82);color:#fef3c7}.workflows-review-timeline-content h3{margin:0;font-size:14px;font-weight:700;color:#f5f5f5}.workflows-review-primary{margin-top:8px;color:#f1f5f9;font-size:14px;font-weight:600;line-height:1.4}.workflows-review-secondary{margin:6px 0 0;color:#a5b0bf;font-size:12px;line-height:1.45}.workflows-review-definition-list,.workflows-review-step-list,.workflows-review-output-list,.workflows-review-missing-list{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.workflows-review-definition-item,.workflows-review-step-item,.workflows-review-output-item{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(0,0,0,.16);overflow:hidden}.workflows-review-card-toggle{width:100%;border:0;margin:0;padding:8px 10px;background:transparent;color:inherit;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:6px;cursor:pointer}.workflows-review-card-toggle .workflows-review-primary,.workflows-review-card-toggle .workflows-review-secondary{margin:0}.workflows-review-card-toggle:focus-visible{outline:2px solid var(--workflow-progress-accent);outline-offset:-2px}.workflows-review-output-label{display:block}.workflows-review-step-title,.workflows-review-output-label{color:#f3f4f6;font-size:13px;font-weight:600;line-height:1.3}.workflows-review-missing-list{list-style:disc;padding-left:18px;color:#fcd34d;gap:6px}.workflows-review-missing-list li{font-size:12px;line-height:1.45}body[data-theme=light] .workflows-modal .workflows-wizard-tabs-shell{--workflows-tab-base-bg: #f0eee6;--workflows-tab-unselected-bg: #faf9f5;--workflows-tab-selected-bg: #f0eee6;--workflows-tab-unselected-fg: #334155;--workflows-tab-selected-fg: #1f2933}body[data-theme=light] .workflows-modal .workflows-wizard-tabs-shell:after{background:var(--workflows-tab-base-bg)}body[data-theme=light] .workflows-modal .workflows-wizard-tab{border-bottom-color:#d6dde8;border-left-color:#d6dde8;border-right-color:#d6dde8;background:var(--workflows-tab-unselected-bg);color:var(--workflows-tab-unselected-fg);box-shadow:none}body[data-theme=light] .workflows-modal .workflows-wizard-tab:hover:not(:disabled){background:#fffdf8;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-wizard-tab:disabled{color:#94a3b8;background:var(--workflows-tab-base-bg)}body[data-theme=light] .workflows-modal .workflows-wizard-tab.is-active{border-bottom-color:#d6dde8;border-left-color:#d6dde8;border-right-color:#d6dde8;background:var(--workflows-tab-selected-bg);color:var(--workflows-tab-selected-fg);box-shadow:none}body[data-theme=light] .workflows-modal .workflows-wizard-tab.is-complete:not(:disabled){border-bottom-color:#d6dde8;border-left-color:#d6dde8;border-right-color:#d6dde8;background:var(--workflows-tab-unselected-bg);color:var(--workflows-tab-unselected-fg)}body[data-theme=light] .workflows-modal .workflows-wizard-tab.is-active.is-complete{border-bottom-color:#d6dde8;border-left-color:#d6dde8;border-right-color:#d6dde8;background:var(--workflows-tab-selected-bg);color:var(--workflows-tab-selected-fg)}body[data-theme=light] .workflows-modal .workflows-wizard-tab-index{border-color:#64748b;color:#334155;background:#fff}body[data-theme=light] .workflows-modal .workflows-wizard-tab.is-complete .workflows-wizard-tab-index{border-color:#e7815d;background:#e7815d;color:#fff}body[data-theme=light] .workflows-modal .workflows-wizard-tab-check{color:#e7815d}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-item:not(:last-child):after{background:#d6dde8}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-item{border-color:#d6dde8;background:#faf9f5}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-item.is-complete{border-color:#d6dde8;background:#f0eee6}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-item.is-warning{border-color:#c8d1df;background:#f0eee6}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-marker{border-color:#c8d1df;color:#475569;background:#fff}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-item.is-complete .workflows-review-timeline-marker{border-color:#e7815d;background:#e7815d;color:#fff}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-item.is-warning .workflows-review-timeline-marker{border-color:#e7815d;color:#e7815d;background:#fff}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-timeline-content h3,body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-primary,body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-step-title,body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-output-label{color:#1f2933}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-secondary{color:#475569}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-step-item,body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-definition-item,body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-output-item{border-color:#d6dde8;background:#fff}body[data-theme=light] :is(.workflows-modal,.workflows-review-overlay-modal) .workflows-review-missing-list{color:#334155}body[data-theme=light] .workflows-review-overlay{background:rgba(15,23,42,.24)}body[data-theme=light] .workflows-review-overlay-modal{background:#faf9f5;border-color:#e2e8f0}body[data-theme=light] .workflows-review-overlay-header{border-bottom-color:#d6dde8}body[data-theme=light] .workflows-modal .workflows-output-pdf-col-divider{background:#d6dde8}body[data-theme=light] .workflows-modal .workflows-output-section.is-expanded{border-left-color:#d6dde8;border-right-color:#d6dde8}body[data-theme=light] .workflows-review-overlay-title{color:#1f2933}@media (max-width: 720px){.workflows-editor-body{--workflows-tabs-right-shift: 0px}.workflows-editor-fixed-title{position:static;margin-left:var(--workflows-tabs-right-shift);line-height:1.2;font-size:20px}.workflows-controls{flex-direction:column;align-items:stretch;gap:10px}.workflows-controls>.modal-select-dropdown{width:100%;flex:0 0 auto}.workflows-controls .documents-search{flex:0 0 auto;height:var(--control-h-md)}.workflows-controls .btn-primary{width:100%}.workflows-wizard-header{align-items:flex-start}.workflows-wizard-tabs{gap:1px;row-gap:8px}.workflows-wizard-tab{flex:1 1 50%;justify-content:center}.workflows-editor-close{margin-left:auto}.workflows-wizard-stage{padding-left:10px;padding-right:10px}.workflows-stepbuilder,.workflows-stepbuilder-row{grid-template-columns:1fr}.workflows-review-timeline{padding-left:38px}.workflows-review-timeline-marker{left:-38px}}.pulsing-brain-container{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.pulsing-brain{animation:brainPulse 2s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(90,176,255,.6))}@keyframes brainPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 8px rgba(90,176,255,.6))}50%{transform:scale(1.1);filter:drop-shadow(0 0 16px rgba(139,92,246,.8))}}.brain-path{animation:brainGlow 2s ease-in-out infinite}@keyframes brainGlow{0%,to{opacity:.9}50%{opacity:1}}.brain-particle{position:absolute;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#5ab0ff,#8b5cf6);box-shadow:0 0 8px rgba(90,176,255,.8)}.particle-1{animation:orbit1 3s ease-in-out infinite}.particle-2{animation:orbit2 3s ease-in-out infinite;animation-delay:-1s}.particle-3{animation:orbit3 3s ease-in-out infinite;animation-delay:-2s}@keyframes orbit1{0%,to{transform:translate(25px,-15px) scale(1);opacity:1}50%{transform:translate(-25px,15px) scale(.8);opacity:.6}}@keyframes orbit2{0%,to{transform:translate(-20px,-20px) scale(1);opacity:1}50%{transform:translate(20px,20px) scale(.8);opacity:.6}}@keyframes orbit3{0%,to{transform:translateY(-25px) scale(1);opacity:1}50%{transform:translateY(25px) scale(.8);opacity:.6}}.morphing-circles-container{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.morphing-circles{filter:drop-shadow(0 2px 12px rgba(255,138,61,.4))}.morph-circle{animation:morphAnimation 2.5s cubic-bezier(.45,0,.55,1) infinite}.circle-1{animation-delay:0s}.circle-2{animation-delay:-.8s}.circle-3{animation-delay:-1.6s}@keyframes morphAnimation{0%,to{transform:translateY(0) scale(1);opacity:1}25%{transform:translateY(-8px) scale(1.2);opacity:.8}50%{transform:translateY(0) scale(.9);opacity:.6}75%{transform:translateY(8px) scale(1.1);opacity:.8}}@keyframes blobMorph{0%,to{rx:8;ry:8}33%{rx:10;ry:6}66%{rx:6;ry:10}}.thinking-dots-container{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.thinking-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#5ab0ff,#8b5cf6);box-shadow:0 0 20px rgba(90,176,255,.6),0 0 40px rgba(139,92,246,.4)}.dot-1{animation:floatDot1 2.5s cubic-bezier(.45,0,.55,1) infinite}.dot-2{animation:floatDot2 2.5s cubic-bezier(.45,0,.55,1) infinite;animation-delay:-.6s}.dot-3{animation:floatDot3 2.5s cubic-bezier(.45,0,.55,1) infinite;animation-delay:-1.2s}.dot-4{animation:floatDot4 2.5s cubic-bezier(.45,0,.55,1) infinite;animation-delay:-1.8s}@keyframes floatDot1{0%,to{transform:translate(0) scale(1) rotate(0);opacity:1}25%{transform:translate(15px,-15px) scale(1.3) rotate(90deg);opacity:.8}50%{transform:translateY(-20px) scale(.8) rotate(180deg);opacity:.6}75%{transform:translate(-15px,-15px) scale(1.1) rotate(270deg);opacity:.8}}@keyframes floatDot2{0%,to{transform:translate(15px) scale(1) rotate(0);opacity:1}25%{transform:translate(15px,15px) scale(1.3) rotate(90deg);opacity:.8}50%{transform:translateY(20px) scale(.8) rotate(180deg);opacity:.6}75%{transform:translate(-15px,15px) scale(1.1) rotate(270deg);opacity:.8}}@keyframes floatDot3{0%,to{transform:translateY(15px) scale(1) rotate(0);opacity:1}25%{transform:translate(-15px,15px) scale(1.3) rotate(90deg);opacity:.8}50%{transform:translate(-20px) scale(.8) rotate(180deg);opacity:.6}75%{transform:translate(-15px,-15px) scale(1.1) rotate(270deg);opacity:.8}}@keyframes floatDot4{0%,to{transform:translate(-15px) scale(1) rotate(0);opacity:1}25%{transform:translate(-15px,-15px) scale(1.3) rotate(90deg);opacity:.8}50%{transform:translateY(-20px) scale(.8) rotate(180deg);opacity:.6}75%{transform:translate(15px,-15px) scale(1.1) rotate(270deg);opacity:.8}}.neural-network-container{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.neural-network{filter:drop-shadow(0 0 12px rgba(90,176,255,.4))}.neural-node{animation:nodePulse 2s ease-in-out infinite;filter:drop-shadow(0 0 6px currentColor)}.node-1{animation-delay:0s}.node-2{animation-delay:-.3s}.node-3{animation-delay:-.6s}.node-4{animation-delay:-.9s}.node-5{animation-delay:-1.2s}.node-6{animation-delay:-1.5s}.node-center{animation:centerPulse 2s ease-in-out infinite}@keyframes nodePulse{0%,to{r:5;opacity:.8}50%{r:6;opacity:1}}@keyframes centerPulse{0%,to{r:7;opacity:1}50%{r:9;opacity:.9}}.connection{animation:energyFlow 3s linear infinite;stroke-dasharray:4,4}.line-1{animation-delay:0s}.line-2{animation-delay:-.5s}.line-3{animation-delay:-1s}.line-4{animation-delay:-1.5s}.line-5{animation-delay:-2s}.line-6{animation-delay:-2.5s}@keyframes energyFlow{0%{stroke-dashoffset:0;opacity:.3}50%{opacity:.8}to{stroke-dashoffset:-8;opacity:.3}}.neural-connections{filter:drop-shadow(0 0 4px rgba(90,176,255,.5))}.classic-spinner-container{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.classic-spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(229,231,235,.25);border-top-color:#d1d5db;border-right-color:#d1d5db;animation:classic-spinner-rotate .85s linear infinite;box-shadow:0 4px 18px rgba(0,0,0,.25)}@keyframes classic-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;user-select:none}.textLayer .endOfContent.active{top:0}.chat-history{width:100%;background-color:transparent;border-right:none;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0 0 12px}.chat-history-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:0;padding-bottom:12px;scrollbar-color:#444 transparent}.history-loading{padding:20px;text-align:center;color:#888}.no-history{padding:20px;text-align:center;color:#888;font-size:14px}.chat-history-section{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.chat-history-section-title{font-size:12px;font-weight:500;color:#7b8492;margin:6px 0 4px;padding-left:8px}.chat-history-see-all{border:none;background:transparent;color:#9ca3af;font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;padding:4px 0 8px 8px}.chat-history-see-all:hover{color:#d1d5db;text-decoration:underline}.chat-history-item{position:relative;padding:6px 10px 6px 8px;border-radius:10px;cursor:pointer;transition:background-color .2s;border:1px solid transparent;margin-bottom:2px}.chat-history-item:hover{background-color:#242424}.chat-history-item.selected{background-color:#1f2a36;border-color:#2d3b4a}.chat-item-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.chat-item-actions{display:flex;align-items:center;gap:6px;margin-left:auto;padding-right:0}.chat-item-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(148,163,184,.2);border-top-color:#9ca3af;border-right-color:#9ca3af;animation:chat-spin 1.4s linear infinite;flex-shrink:0;margin:0;padding:0}.chat-item-title{color:#cfd4dc;font-size:13px;font-weight:400;flex:1;display:flex;align-items:center;gap:6px;min-width:0}.chat-item-title-text{overflow:hidden;white-space:normal;word-break:keep-all;line-height:1.3}.chat-item-meta{display:flex;justify-content:space-between;font-size:11px;color:#7c8594}.chat-timestamp{color:#888}.chat-message-count{color:#616c7a}@keyframes chat-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-item-menu-button{background:none;border:none;cursor:pointer;font-size:14px;color:#9ca3af;opacity:0;pointer-events:none;transition:opacity .2s,color .2s;padding:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.chat-history-item:hover .chat-item-menu-button,.chat-item-menu-button.is-visible{opacity:1;pointer-events:auto}.chat-item-menu-button:hover{color:#e5e7eb}.chat-item-menu{position:fixed;background-color:#262626;border:1px solid #383838;border-radius:12px;box-shadow:0 12px 24px rgba(0,0,0,.35);padding:6px;min-width:180px;z-index:1200;display:flex;flex-direction:column;gap:2px}.chat-item-menu-action{background:transparent;border:none;color:#e5e7eb;font-size:13px;padding:8px 10px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left;transition:background-color .2s,color .2s}.chat-item-menu-action i{color:#9ca3af;font-size:13px}.chat-item-menu-action:hover{background-color:#262626}.chat-item-menu-action.delete{color:#e5e7eb}.chat-item-menu-action.delete i{color:#9ca3af}.chat-item-menu-action.delete:hover{background-color:#262626}.chat-share-toast{position:fixed;z-index:1300;pointer-events:none;padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.92);color:#dbeafe;font-size:12px;line-height:1.2;white-space:nowrap;border:1px solid rgba(148,163,184,.35);box-shadow:0 8px 20px rgba(0,0,0,.35)}.chat-share-toast.chat-error-toast{bottom:80px;left:50%;transform:translate(-50%);white-space:normal;max-width:260px;text-align:center;border-radius:10px;background:rgba(30,14,14,.95);color:#fca5a5;border-color:rgba(239,68,68,.4)}.chat-history-list::-webkit-scrollbar{width:6px}.chat-history-list::-webkit-scrollbar-track{background:transparent}.chat-history-list::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.chat-history-list::-webkit-scrollbar-thumb:hover{background:#555}.delete-all-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.delete-all-modal{background-color:#2a2a2a;padding:28px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 8px 32px rgba(0,0,0,.6);border:1px solid #4d4d57;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delete-all-modal h3{margin:0 0 20px;color:#e0e0e0;font-size:20px;font-weight:600}.delete-all-warning{color:#fca5a5;background-color:rgba(220,38,38,.1);padding:12px 16px;border-radius:8px;border:1px solid #dc2626;font-size:14px;line-height:1.5;margin:0 0 20px}.delete-all-instruction{color:#d1d5db;font-size:14px;line-height:1.5;margin:0 0 12px}.delete-all-instruction strong{color:#4a9eff;font-weight:600;font-family:monospace;background-color:rgba(74,158,255,.1);padding:2px 6px;border-radius:4px}.delete-all-input{width:100%;padding:12px 14px;background-color:#1a1a1a;color:#d1d5db;border:1px solid #4d4d57;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;margin-bottom:24px}.delete-all-input:focus{outline:none;border-color:#4a9eff;box-shadow:0 0 0 3px rgba(74,158,255,.1)}.delete-all-input::placeholder{color:#6b7280}.delete-all-actions{display:flex;gap:12px;justify-content:flex-end}.delete-all-actions .cancel-button,.delete-all-actions .delete-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delete-all-actions .cancel-button{background-color:transparent;color:#d1d5db;border:1px solid #4d4d57}.delete-all-actions .cancel-button:hover{background-color:#333}.delete-all-actions .delete-button{background-color:#dc2626;color:#fff}.delete-all-actions .delete-button:hover:not(:disabled){background-color:#b91c1c}.delete-all-actions .delete-button:disabled{opacity:.5;cursor:not-allowed}.left-sidebar{width:260px;background-color:#000;border-right:1px solid #333;display:flex;flex-direction:column;height:100%;overflow:visible;position:relative;z-index:30;transition:width .4s ease;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.left-sidebar button,.left-sidebar input,.left-sidebar select,.left-sidebar textarea{font-family:inherit}.left-sidebar.is-collapsed{width:64px;cursor:e-resize}.sidebar-body{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow:visible}.left-sidebar.is-expanding .sidebar-body{width:260px}.sidebar-header{padding:16px 16px 0;display:flex;flex-direction:column;gap:8px}.sidebar-logo{display:flex;align-items:center;justify-content:space-between;min-height:36px;gap:12px}.sidebar-logo-text{font-size:22px;font-weight:600;color:#e5e7eb;letter-spacing:.08em;text-transform:lowercase;line-height:1;display:inline-flex;align-items:center}.left-sidebar:not(.is-collapsed) .sidebar-logo-text{margin-left:8px}.sidebar-logo-expand-toggle{border:none;background:transparent;color:#e5e7eb;border-radius:8px;cursor:e-resize;width:32px;height:32px;padding:0;display:none;align-items:center;justify-content:center;position:relative;transition:background-color .2s,color .2s;font-family:inherit}.sidebar-logo-collapsed-mark,.sidebar-logo-expand-mark{position:absolute}.sidebar-logo-collapsed-mark{font-size:22px;font-weight:600;letter-spacing:.08em;text-transform:lowercase;line-height:1}.sidebar-logo-expand-mark{width:18px;height:14px;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-1px);transition:opacity .15s ease}.sidebar-logo-expand-toggle:hover .sidebar-logo-collapsed-mark{opacity:0}.sidebar-logo-expand-toggle:hover .sidebar-logo-expand-mark{opacity:1}.sidebar-logo-expand-toggle:hover{background-color:#262626;color:#fff}.sidebar-collapse{border:none;background:transparent;color:#9ca3af;font-size:12px;width:32px;height:32px;padding:0;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s,border-color .2s}.sidebar-collapse:hover{background-color:#262626;color:#fff;border-color:transparent}.sidebar-toggle-icon{width:16px;height:12px;border:1.5px solid currentColor;border-radius:4px;position:relative;display:inline-block;box-sizing:border-box}.sidebar-collapse .sidebar-toggle-icon{transform:translateY(1px)}.sidebar-toggle-icon:after{content:"";position:absolute;top:0;bottom:0;left:4px;width:1.5px;background-color:currentColor;border-radius:0}.left-sidebar.is-collapsed .sidebar-logo-text{display:none}.left-sidebar.is-collapsed .sidebar-header{padding:16px 0 0}.left-sidebar.is-collapsed .sidebar-logo{justify-content:center;gap:0}.left-sidebar.is-collapsed .sidebar-logo-expand-toggle{display:flex}.sidebar-edge-expand-zone{position:absolute;top:0;right:0;bottom:0;width:10px;border:none;background:transparent;cursor:e-resize;padding:0;margin:0;z-index:40}.left-sidebar.is-collapsed .sidebar-nav,.left-sidebar.is-collapsed .sidebar-section,.left-sidebar.is-collapsed .sidebar-history-panel,.left-sidebar.is-collapsed .account-section{padding-left:0;padding-right:0}.left-sidebar.is-collapsed .nav-item span,.left-sidebar.is-collapsed .nav-item-hotkey,.left-sidebar.is-collapsed .nav-item-spacer,.left-sidebar.is-collapsed .nav-item-text,.left-sidebar.is-expanding .nav-item span,.left-sidebar.is-expanding .nav-item-hotkey,.left-sidebar.is-expanding .nav-item-spacer,.left-sidebar.is-expanding .nav-item-text,.left-sidebar.is-collapsed .sidebar-history,.left-sidebar.is-expanding .sidebar-history{display:none}.sidebar-nav{padding:0 16px;display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:10px;width:100%;min-height:38px;padding:10px 12px 10px 8px;border-radius:10px;border:none;background-color:transparent;color:#e5e7eb;font-size:14px;cursor:pointer;position:relative;transition:background-color .2s,color .2s;-webkit-user-select:none;user-select:none}.left-sidebar.is-collapsed .nav-item{padding-left:24px;cursor:e-resize}.left-sidebar.is-collapsed .sidebar-nav .nav-item i,.left-sidebar.is-collapsed .sidebar-nav .nav-item .nav-item-workflow-icon,.left-sidebar.is-collapsed .account-avatar,.left-sidebar.is-expanding .account-avatar{cursor:pointer}.nav-item-hotkey{margin-left:auto;font-size:11px;font-weight:600;color:#9aa0a6;opacity:0;transition:opacity .15s ease;white-space:nowrap}.nav-item:hover .nav-item-hotkey,.nav-item:focus-visible .nav-item-hotkey{opacity:1}.nav-item i{color:inherit;font-size:14px;display:inline-flex;align-items:center;justify-content:center;width:16px;min-width:16px;flex:0 0 16px;line-height:1;text-align:center}.left-sidebar .nav-item:hover i,.left-sidebar .nav-item:focus-visible i{color:inherit}.nav-item-workflow-icon{color:inherit;width:16px;height:16px;flex-shrink:0;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.nav-item:hover .nav-item-workflow-icon,.nav-item:focus-visible .nav-item-workflow-icon{color:inherit}.nav-item-text{font-size:14px;white-space:nowrap}.nav-item-spacer{flex:1}.nav-item-toggle{justify-content:flex-start}.nav-item-toggle.is-open{background-color:#262626}.nav-item-chevron{font-size:12px;transition:transform .2s ease}.nav-item-toggle.is-open .nav-item-chevron{transform:rotate(180deg)}.nav-item:hover{background-color:#262626;color:#fff}.nav-item-search{border:1px solid #2f2f2f;border-radius:999px;background-color:#141414;padding-left:7px;padding-top:8px;padding-bottom:8px}.nav-item-search:hover{background-color:#1b1b1b;border-color:#3a3a3a}.left-sidebar.is-collapsed .nav-item-search{border:none;background-color:transparent;border-radius:10px}.left-sidebar.is-collapsed .nav-item[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);font-size:12px;color:#e5e7eb;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.5);pointer-events:none}.nav-item-primary{background-color:transparent;border:1px solid transparent}.nav-item-primary:hover{background-color:#262626;border-color:transparent}.nav-search{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background-color:#141414;border:1px solid #2d2d2d;color:#9ca3af}.nav-search-input{border:none;background:transparent;color:#e5e7eb;font-size:13px;width:100%}.nav-search-input:focus{outline:none}.nav-search-input::placeholder{color:#6b7280}.sidebar-section{padding:0 16px}.nav-dropdown{margin-top:8px;background-color:#171717;border:1px solid #2b2b2b;border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:6px}.nav-dropdown-action{background:transparent;border:none;color:#d1d5db;font-size:13px;padding:8px 10px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left;transition:background-color .2s,color .2s}.nav-dropdown-action i{color:#9ca3af;font-size:13px}.nav-dropdown-action:hover{background-color:#262626;color:#fff}.nav-dropdown-list{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto;padding-right:4px}.nav-dropdown-item{background:transparent;border:none;color:#d1d5db;font-size:13px;padding:8px 10px;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s,color .2s}.nav-dropdown-item:hover{background-color:#262626;color:#fff}.nav-dropdown-item.is-selected{background-color:#1f2a36;color:#fff}.nav-dropdown-list::-webkit-scrollbar{width:6px}.nav-dropdown-list::-webkit-scrollbar-track{background:transparent}.nav-dropdown-list::-webkit-scrollbar-thumb{background:#343434;border-radius:4px}.nav-dropdown-list::-webkit-scrollbar-thumb:hover{background:#3f3f3f}.sidebar-section-title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-bottom:6px}.sidebar-section-subtitle{font-size:12px;color:#6b7280;margin-bottom:8px}.sidebar-select-row{display:flex;align-items:center;gap:0;border:1px solid #2e2e2e;border-radius:10px;background-color:#161616;overflow:hidden;transition:border-color .2s,background-color .2s}.sidebar-select-row:hover{border-color:#3a3a3a;background-color:#1c1c1c}.sidebar-edit-button{background-color:transparent;border:none;color:#9ca3af;width:32px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,color .2s;flex-shrink:0}.sidebar-select-row:hover .sidebar-edit-button{opacity:1}.sidebar-edit-button:hover{color:#e5e7eb}.sidebar-select{flex:1;padding:8px 12px;background-color:transparent;color:#e5e7eb;border:none;font-size:13px;cursor:pointer;height:36px}.sidebar-select:focus{outline:none}.sidebar-select option{background-color:#1a1a1a;color:#e5e7eb}.sidebar-history-panel{flex:1 1 auto;display:flex;flex-direction:column;padding:0 8px 8px 16px;gap:8px;min-height:0;margin-bottom:12px;overflow:hidden}.sidebar-history-toggle{width:100%;gap:2px}.sidebar-history-toggle .nav-item-text{font-size:13px;font-weight:350}.sidebar-history-toggle.nav-item,.sidebar-history-toggle.nav-item:hover,.sidebar-history-toggle.nav-item:focus-visible,.sidebar-history-toggle.nav-item.is-open{background-color:transparent;color:#e5e7eb}.sidebar-history-toggle-state{margin-left:0;font-size:11px;font-weight:500;line-height:1;transform:translateY(1px);letter-spacing:.02em;color:#6b7280;max-width:0;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;overflow:hidden;white-space:nowrap;opacity:0;visibility:hidden;transition:margin-left .2s ease,max-width .2s ease,padding .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease,color .2s ease}.sidebar-history-toggle:hover .sidebar-history-toggle-state,.sidebar-history-toggle:focus-visible .sidebar-history-toggle-state{color:#7b8392;margin-left:6px;max-width:56px;padding:2px 8px;background:rgba(156,163,175,.12);border-color:rgba(156,163,175,.2);opacity:.76;visibility:visible}.sidebar-history{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.sidebar-history-header,.sidebar-history-header .sidebar-section-title{display:none}.account-section{padding:0 16px 16px;margin-top:auto;position:relative;overflow:visible}.left-sidebar.is-collapsed .account-section{padding:0 0 16px;display:flex;flex-direction:column;align-items:center;gap:0}.account-section .nav-item{width:100%}.account-toggle{justify-content:flex-start}.account-toggle.is-open,.account-toggle:hover{background-color:transparent;color:inherit}.account-avatar{width:32px;height:32px;border-radius:999px;background-color:#e7815d;color:#fff;display:flex;align-items:center;justify-content:center;line-height:1;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:box-shadow .18s ease,transform .18s ease}.account-toggle:hover .account-avatar,.account-toggle:focus-visible .account-avatar{box-shadow:0 0 0 3px rgba(255,255,255,.24),0 6px 14px rgba(0,0,0,.28);transform:translateY(-1px)}.left-sidebar.is-collapsed .account-toggle{justify-content:center;padding-left:0;padding-right:0;cursor:e-resize}.account-dropdown{margin-top:0;position:absolute;width:auto;left:6px;right:6px;bottom:calc(100% + 8px);z-index:80}.left-sidebar.is-collapsed .account-dropdown{width:176px;left:16px;right:auto;bottom:calc(100% + 8px)}.account-dropdown-item{display:flex;align-items:center;gap:10px}.account-dropdown-shortcut{margin-left:auto;font-size:11px;color:#6b7280;opacity:.85}.account-dropdown-identity{margin:0 0 6px;padding:8px 10px 10px;border-bottom:1px solid #2b2b2b;color:#9ca3af;font-size:13px;font-weight:600;line-height:1.25;letter-spacing:.01em;word-break:break-word;cursor:default;user-select:text}.account-dropdown-item i{font-size:14px;width:18px;text-align:center;color:#9ca3af;transition:color .2s ease}.account-dropdown-item-logout{border-radius:0 0 8px 8px}.account-dropdown-divider{border:none;border-top:1px solid #2b2b2b;margin:4px 0}.account-dropdown-item:hover i,.account-dropdown-item:focus-visible i,.account-dropdown-item.is-selected i{color:inherit}.account-dropdown .nav-dropdown-list{max-height:none;overflow:visible;padding-right:0}.account-language-row{position:static}.account-language-trigger{width:100%}.account-language-caret{margin-left:auto;width:auto;min-width:10px;font-size:10px;color:#9ca3af}.account-language-trigger:hover .account-language-caret,.account-language-trigger:focus-visible .account-language-caret,.account-language-trigger.is-open .account-language-caret{color:inherit}.account-language-submenu{position:absolute;top:auto;left:calc(100% + 8px);right:auto;bottom:10px;width:172px;margin-top:0;z-index:95}.account-language-submenu .nav-dropdown-list{max-height:none;overflow:visible}.account-language-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.account-language-option i{font-size:11px;color:inherit}.edit-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:2000}.edit-modal-content{background-color:#2a2a2a;padding:24px;border-radius:12px;width:90%;max-width:600px;box-shadow:0 8px 16px rgba(0,0,0,.5);max-height:80vh;overflow-y:auto}.edit-modal-content h3{margin:0 0 16px;color:#e0e0e0;font-size:18px;font-weight:600}.edit-textarea{width:100%;padding:12px;background-color:#1a1a1a;color:#d1d5db;border:1px solid #4d4d57;border-radius:8px;font-family:inherit;font-size:14px;line-height:1.5;resize:vertical;margin-bottom:16px}.edit-textarea:focus{outline:none;border-color:#4a9eff}.edit-modal-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center}.cancel-button,.save-button{padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;height:35px;width:auto;white-space:nowrap}.cancel-button{background-color:#333;color:#d1d5db;border:1px solid #4d4d57;padding:10px 24px;min-width:90px;max-width:120px}.cancel-button:hover{background-color:#3a3a3a;border-color:#5d5d67}.save-button{background-color:#4a9eff;color:#fff;border:1px solid #4a9eff;padding:10px 24px;min-width:90px}.save-button:hover{background-color:#3a8eef;border-color:#3a8eef}.model-settings-form{display:flex;flex-direction:column;gap:24px;margin-bottom:20px}.setting-item{display:flex;flex-direction:column;gap:8px}.setting-item label{color:#e0e0e0;font-size:14px;font-weight:500;display:flex;flex-direction:column;gap:4px}.setting-description{color:#9ca3af;font-size:12px;font-weight:400}.setting-input{padding:8px 12px;background-color:#1a1a1a;color:#d1d5db;border:1px solid #4d4d57;border-radius:6px;font-size:14px;width:100%;box-sizing:border-box}.setting-input:focus{outline:none;border-color:#4a9eff}.setting-select-input{-webkit-appearance:none;appearance:none}.setting-slider{width:100%;height:6px;border-radius:3px;background:#4d4d57;outline:none;-webkit-appearance:none}.setting-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#4a9eff;cursor:pointer;transition:all .2s}.setting-slider::-webkit-slider-thumb:hover{background:#3a8eef;transform:scale(1.1)}.setting-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#4a9eff;cursor:pointer;border:none;transition:all .2s}.setting-slider::-moz-range-thumb:hover{background:#3a8eef;transform:scale(1.1)}.mobile-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:999}@media (max-width: 768px){.mobile-sidebar-overlay{display:block}.left-sidebar{position:fixed;top:56px;left:-100vw;width:100vw;height:calc(100vh - 56px);height:calc(100dvh - 56px);z-index:1000;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.3);overflow:hidden}.left-sidebar.mobile-open{left:0}.sidebar-body{height:100%;overflow:hidden;gap:12px}.sidebar-header{display:none}.sidebar-nav{padding:12px 16px 0}.sidebar-history-panel{padding:0 8px 8px 16px;margin-bottom:0;flex:1 1 auto;min-height:0;overflow:hidden}.sidebar-history{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.account-section{flex-shrink:0;margin-top:auto;margin-bottom:0;padding:8px 16px 14px;border-top:1px solid rgba(255,255,255,.08);background-color:inherit}.sidebar-edit-button{opacity:1}@media (max-width: 480px){.sidebar-nav{padding:12px 12px 0}.sidebar-section{padding:0 12px}}}.athena-container{display:flex;flex-direction:column;height:100vh;background-color:#000814}.mobile-top-nav{display:none;position:fixed;top:0;left:0;right:0;height:56px;background-color:#000;border-bottom:1px solid #333;z-index:1050;align-items:center;padding:0 16px;gap:16px}.mobile-nav-toggle{background:none;border:none;color:#e0e0e0;cursor:pointer;font-size:20px;padding:8px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:color .2s}.mobile-nav-toggle:hover,.mobile-nav-toggle:focus,.mobile-nav-toggle:active{color:#f3f4f6}.mobile-nav-title{color:#e0e0e0;font-size:18px;font-weight:600;user-select:none}.mobile-private-toggle{margin-left:8px;border:none;background:transparent;color:#9ca3af;border-radius:999px;height:32px;min-height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.mobile-private-toggle i{font-size:12px;line-height:1}.mobile-private-toggle span{font-weight:500}.mobile-private-toggle:hover{background-color:rgba(255,255,255,.08);color:#e5e7eb}.mobile-private-toggle.is-active{background-color:rgba(74,158,255,.16);color:#bfe4ff}.mobile-private-toggle.is-solo{margin-left:auto}.mobile-share-toggle{margin-left:auto;border:none;background:transparent;color:#9ca3af;border-radius:999px;height:32px;min-height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.mobile-share-toggle i{font-size:12px;line-height:1}.mobile-share-toggle:hover{background-color:rgba(255,255,255,.08);color:#e5e7eb}.mobile-share-toggle.icon-only{width:32px;min-width:32px;padding:0;gap:0}.mobile-private-indicator{margin-left:8px;border:none;background:transparent;color:#9ca3af;border-radius:999px;width:32px;min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.mobile-private-indicator i{font-size:12px}.mobile-private-indicator.is-active{background-color:rgba(74,158,255,.16);color:#bfe4ff}.main-content{display:flex;flex:1;overflow:hidden;background-color:#000;position:relative}.chat-workspace{flex:1;min-width:0;display:flex;position:relative;background-color:#0c0a00}.chat-workspace.is-split{gap:0}.athena-chat-pane{position:relative;flex:1 1 0;min-width:0;display:flex}.chat-workspace.is-split .athena-chat-pane.is-active{box-shadow:inset 0 0 0 1px rgba(74,158,255,.2)}.chat-split-divider{width:1px;flex-shrink:0;background:#333}.chat-split-divider--resizable{width:1px;cursor:default;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#333;overflow:visible;flex-shrink:0}.chat-split-divider-handle{width:8px;height:41px;border-radius:8px;background:#e7815d;cursor:col-resize;flex-shrink:0;transform:translate(.5px);transition:background-color .15s ease;z-index:10}.chat-split-divider--resizable:hover .chat-split-divider-handle{background:#d4673f}.chat-workspace.is-split .athena-chat-pane .chat-interface{--chat-horizontal-padding: 24px;--chat-header-spacer-height: 32px}.chat-workspace.is-split .athena-chat-pane .chat-top-controls{right:18px;top:0;height:var(--chat-header-spacer-height, 64px)}.chat-workspace.is-split .athena-chat-pane .chat-header-spacer{height:var(--chat-header-spacer-height, 64px)}.chat-workspace.is-split .athena-chat-pane .messages-container{padding-top:var(--chat-header-spacer-height, 64px)}.athena-chat-pane-close{position:absolute;top:16px;left:16px;width:30px;height:30px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:rgba(12,12,14,.76);color:#cbd5e1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:31;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.athena-chat-pane-close:hover{color:#f8fafc;border-color:rgba(148,163,184,.4);background:rgba(31,41,55,.85)}.athena-chat-pane-close i{font-size:12px;line-height:1;display:flex;align-items:center;justify-content:center}.new-chat-status{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:1200;pointer-events:none;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background-color:rgba(20,20,20,.88);color:#f3f4f6;font-size:12px;letter-spacing:.01em;box-shadow:0 6px 20px rgba(0,0,0,.35)}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:20px}.loader{border:4px solid #f3f3f3;border-top:4px solid #4a9eff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.mobile-top-nav{display:flex}.athena-container{padding-top:56px}.main-content{position:relative}.chat-split-divider,.athena-chat-pane-close{display:none}}.file-panel{display:flex;flex-direction:column;width:100%;height:100%;background:var(--chat-surface-bg);overflow:hidden;--file-panel-header-height: 32px;--file-panel-footer-height: 28px}.file-panel-header{display:flex;align-items:center;gap:10px;padding:0 52px 0 16px;border-bottom:1px solid #333;background:var(--chat-surface-bg);flex-shrink:0;min-height:var(--file-panel-header-height);position:relative}.file-panel-close{position:absolute;left:auto;right:16px;top:50%;transform:translateY(-50%);width:auto;height:auto;border-radius:0;border:0;background:transparent;padding:0}.file-panel-close:hover{background:transparent;border-color:transparent}.file-panel-filename{font-size:11px;font-weight:400;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;display:inline-flex;align-items:center;gap:8px}.file-panel-filename-centered{position:static;left:auto;transform:none;max-width:none;flex:1;justify-content:flex-start}.file-panel-filetype-icon{font-size:14px;line-height:1}.file-panel-body{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0;background:var(--chat-surface-bg)}.file-panel-pdf{flex:1;overflow:auto;padding:0;background:var(--chat-surface-bg);display:flex;justify-content:center;align-items:flex-start}.file-panel-pdf-page{background:#f8f7f2;margin:0 0 20px;border-radius:0;overflow:hidden}.file-panel-pdf-page canvas{display:block;background:#f8f7f2}.file-panel-iframe{width:100%;height:100%;border:0;background:var(--chat-surface-bg);flex:1}.file-panel-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;color:#9ca3af;font-size:13px;text-align:center}.file-panel-footer{flex-shrink:0;min-height:var(--file-panel-footer-height);border-top:1px solid #333;background:var(--chat-surface-bg);display:flex;align-items:center;padding:0 6px}.file-panel-sheet-tabs{display:flex;gap:6px;align-items:center;overflow:auto;padding:0 4px;width:100%}.file-panel-sheet-tab{border-radius:8px;border:1px solid rgba(148,163,184,.22);background:var(--chat-surface-bg);color:#cbd5e1;font-size:12px;line-height:1;padding:4px 10px;white-space:nowrap;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.file-panel-sheet-tab:hover{border-color:rgba(148,163,184,.4);color:#f1f5f9}.file-panel-sheet-tab.is-active{background:#e7815d;border-color:transparent;color:#fff}.file-panel-sheet-tab:disabled{cursor:default;opacity:.6}.file-panel-sheet-body{flex:1;overflow:hidden;display:flex;flex-direction:column;background:var(--chat-surface-bg);min-height:0;--markdown-table-text: #e5e7eb;--markdown-table-header-divider: #7f8a99;--markdown-table-row-divider: #333}.file-panel-sheet-table-wrap{flex:1;overflow:auto;width:100%;min-height:0;background:var(--chat-surface-bg);position:relative}.file-panel-sheet-table{width:max-content;min-width:100%;border-collapse:collapse;background:transparent}.file-panel-sheet-table thead th{position:sticky;top:0;z-index:2;background:var(--chat-surface-bg);color:var(--markdown-table-text);font-weight:700;border:0;border-bottom:0;box-shadow:0 -4px 0 var(--chat-surface-bg),inset 0 -1px 0 var(--markdown-table-header-divider);padding:10px 12px;text-align:left;white-space:nowrap;font-size:12px}.file-panel-sheet-table thead .file-panel-sheet-row-number{background:var(--chat-surface-bg);z-index:3;opacity:1}.file-panel-sheet-table td{border:0;border-bottom:1px solid var(--markdown-table-row-divider);padding:10px 12px;text-align:left;vertical-align:top;white-space:nowrap;font-size:12px;color:var(--markdown-table-text);background:transparent}.file-panel-sheet-row-number{width:1%;min-width:32px;text-align:right;color:var(--markdown-table-text);opacity:.75;padding-right:8px;font-variant-numeric:tabular-nums}.file-panel-sheet-table tbody tr:nth-child(2n) td{background:transparent}.file-panel-sheet-note{border-top:1px solid #2d2d2d;padding:8px 12px;color:#9ca3af;font-size:12px;background:#111318;flex-shrink:0}.loading-demo-container{padding:40px;max-width:1200px;margin:0 auto;background:#0a0a0a;min-height:100vh}.loading-demo-container h2{color:#fff;text-align:center;margin-bottom:40px;font-size:32px}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}.demo-item{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:30px;text-align:center;transition:transform .2s,box-shadow .2s}.demo-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(90,176,255,.2);border-color:#5ab0ff}.demo-item h3{color:#5ab0ff;margin-bottom:8px;font-size:20px}.demo-item p{color:#999;margin-bottom:30px;font-size:14px}.demo-preview{background:#0a0a0a;border-radius:8px;padding:40px;display:flex;align-items:center;justify-content:center;min-height:140px}.usage-note{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:30px}.usage-note h3{color:#5ab0ff;margin-bottom:16px}.usage-note pre{background:#0a0a0a;color:#e5e7eb;padding:20px;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:14px;line-height:1.6}.analytics-consent-banner{position:fixed;left:24px;right:24px;bottom:24px;z-index:1400;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid rgba(140,154,176,.28);border-radius:20px;background:rgba(9,14,22,.96);box-shadow:0 24px 70px rgba(0,0,0,.34);backdrop-filter:blur(18px);box-sizing:border-box}.analytics-consent-banner__copy{display:flex;flex-direction:column;gap:8px;max-width:720px}.analytics-consent-banner__copy strong{color:#f5f7fb;font-size:15px;line-height:1.2}.analytics-consent-banner__copy p{margin:0;color:#c7d0dd;font-size:14px;line-height:1.5}.analytics-consent-banner__copy a{color:#e7815d;font-size:13px;font-weight:600;text-decoration:none}.analytics-consent-banner__copy a:hover{text-decoration:underline}.analytics-consent-banner__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.analytics-consent-banner__button{min-width:136px;height:44px;padding:0 18px;border-radius:999px;border:1px solid transparent;font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:transform .18s ease,opacity .18s ease,border-color .18s ease,background-color .18s ease}.analytics-consent-banner__button:hover{transform:translateY(-1px)}.analytics-consent-banner__button--primary{background:#e7815d;color:#fff}.analytics-consent-banner__button--primary:hover{opacity:.96}.analytics-consent-banner__button--secondary{background:rgba(255,255,255,.02);border-color:rgba(140,154,176,.28);color:#d9e0ea}.analytics-consent-banner__button--secondary:hover{border-color:rgba(231,129,93,.46)}@media (max-width: 720px){.analytics-consent-banner{left:14px;right:14px;bottom:14px;flex-direction:column;align-items:stretch;padding:16px}.analytics-consent-banner__copy{max-width:none}.analytics-consent-banner__actions{width:100%}.analytics-consent-banner__button{flex:1;min-width:0}}@font-face{font-family:Neue Regrade;src:local("Neue Regrade"),local("NeueRegrade-Regular"),url(/fonts/NeueRegrade-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16.5px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}html.public-page,body.public-page{background:#000}html.public-page{overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#2f3946 #000000}html.public-page::-webkit-scrollbar{width:11px;height:11px}html.public-page::-webkit-scrollbar-track{background:#000}html.public-page::-webkit-scrollbar-thumb{background:#2f3946;border-radius:999px;border:2px solid #000000}html.public-page::-webkit-scrollbar-thumb:hover{background:#3a4657}html.public-page::-webkit-scrollbar-corner{background:#000}:root{--control-h-xs: 32px;--control-h-sm: 36px;--control-h-md: 35px;--control-h-lg: 44px;--control-h-cta: 50px}.documents-modal button,.documents-modal input,.documents-modal select,.documents-modal textarea,.ideas-modal button,.ideas-modal input,.ideas-modal select,.ideas-modal textarea,.tools-modal button,.tools-modal input,.tools-modal select,.tools-modal textarea,.tool-review-modal button,.tool-review-modal input,.tool-review-modal select,.tool-review-modal textarea,.settings-modal button,.settings-modal input,.settings-modal select,.settings-modal textarea,.profile-modal button,.profile-modal input,.profile-modal select,.profile-modal textarea,.trial-request-modal button,.trial-request-modal input,.trial-request-modal select,.trial-request-modal textarea,.workflows-modal button,.workflows-modal input,.workflows-modal select,.workflows-modal textarea,.modal-content button,.modal-content input,.modal-content select,.modal-content textarea,.alert-modal-content button,.alert-modal-content input,.alert-modal-content select,.alert-modal-content textarea,.modal-select-trigger,.modal-select-option{box-sizing:border-box}.documents-modal .btn-primary,.documents-modal .btn-secondary,.documents-modal .btn-close,.ideas-modal .btn-primary,.ideas-modal .btn-secondary,.ideas-modal .btn-close,.tools-modal .btn-primary,.tools-modal .btn-secondary,.tools-modal .btn-close,.tool-review-modal .btn-primary,.tool-review-modal .btn-secondary,.tool-review-modal .btn-close,.settings-modal .btn-primary,.settings-modal .btn-secondary,.settings-modal .btn-close,.profile-modal .btn-primary,.profile-modal .btn-secondary,.profile-modal .btn-close,.trial-request-modal .btn-primary,.trial-request-modal .btn-secondary,.trial-request-modal .btn-close,.workflows-modal .btn-primary,.workflows-modal .btn-secondary,.workflows-modal .btn-close,.modal-content .btn-primary,.modal-content .btn-secondary,.modal-content .btn-close,.alert-modal-content .btn-primary,.alert-modal-content .btn-secondary,.alert-modal-content .btn-close,.documents-modal input[type=text],.documents-modal input[type=search],.documents-modal input[type=number],.documents-modal select,.ideas-modal input[type=text],.ideas-modal input[type=search],.ideas-modal input[type=number],.ideas-modal select,.tools-modal input[type=text],.tools-modal input[type=search],.tools-modal input[type=number],.tools-modal select,.tool-review-modal input[type=text],.tool-review-modal input[type=search],.tool-review-modal input[type=number],.tool-review-modal select,.settings-modal input[type=text],.settings-modal input[type=search],.settings-modal input[type=number],.settings-modal select,.profile-modal input[type=text],.profile-modal input[type=search],.profile-modal input[type=number],.profile-modal select,.trial-request-modal input[type=text],.trial-request-modal input[type=search],.trial-request-modal input[type=number],.trial-request-modal select,.workflows-modal input[type=text],.workflows-modal input[type=search],.workflows-modal input[type=number],.workflows-modal select,.modal-content input[type=text],.modal-content input[type=search],.modal-content input[type=number],.modal-content select,.alert-modal-content input[type=text],.alert-modal-content input[type=search],.alert-modal-content input[type=number],.alert-modal-content select,.modal-select-trigger{height:var(--control-h-md)!important;min-height:var(--control-h-md)!important}html[data-theme=dark],body[data-theme=dark]{color-scheme:dark}body[data-theme=dark]{--chat-surface-bg: #0c0a00;--assistant-copy-front-fill: #0c0a00;scrollbar-color:#3a4250 #0c0f14}body[data-theme=dark] *{scrollbar-color:#3a4250 #0c0f14}body[data-theme=dark] *::-webkit-scrollbar{width:10px;height:10px}body[data-theme=dark] *::-webkit-scrollbar-track{background:#0c0f14}body[data-theme=dark] *::-webkit-scrollbar-thumb{background:#3a4250;border-radius:999px;border:2px solid #0c0f14}body[data-theme=dark] *::-webkit-scrollbar-thumb:hover{background:#4b5669}html[data-theme=dark] select,html[data-theme=dark] option,html[data-theme=dark] optgroup,body[data-theme=dark] select,body[data-theme=dark] option,body[data-theme=dark] optgroup{color-scheme:dark}body[data-theme=dark] .documents-search:focus,body[data-theme=dark] .documents-select:focus,body[data-theme=dark] .documents-type-trigger:focus,body[data-theme=dark] .documents-rename-input:focus,body[data-theme=dark] .modal-select-trigger:focus-visible,body[data-theme=dark] .library-dropdown-selected:focus,body[data-theme=dark] .form-group input:not([type=checkbox]):focus,body[data-theme=dark] .form-input:focus,body[data-theme=dark] .form-textarea:focus,body[data-theme=dark] .settings-field select:focus,body[data-theme=dark] .settings-field input[type=number]:focus,body[data-theme=dark] .brainstorm-dropdown select:focus,body[data-theme=dark] .edit-textarea:focus,body[data-theme=dark] .setting-input:focus,body[data-theme=dark] .chat-input:focus{border-color:#e7815d;outline-color:#e7815d}body[data-theme=dark] .workflows-modal .workflows-step-instructions-textarea:focus,body[data-theme=dark] .workflows-modal .workflows-step-instructions-textarea:focus-visible{border-color:rgba(255,255,255,.08)!important;box-shadow:none!important;outline:none}html[data-theme=dark] .workflows-modal .workflows-step-instructions-textarea:focus,html[data-theme=dark] .workflows-modal .workflows-step-instructions-textarea:focus-visible{border-color:rgba(255,255,255,.08)!important;box-shadow:none!important;outline:none}body[data-theme=dark] .delete-all-input:focus,body[data-theme=dark] .checkout-card-element:focus-within,body[data-theme=dark] .checkout-field input:focus,body[data-theme=dark] .checkout-field select:focus{border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=dark] .documents-row.is-selected td,body[data-theme=dark] .idea-row.is-selected td,body[data-theme=dark] .search-chat-row.is-selected td,body[data-theme=dark] .workflow-row.is-selected td{background-color:#333}body[data-theme=dark] .documents-row.is-selected:hover td,body[data-theme=dark] .idea-row.is-selected:hover td,body[data-theme=dark] .search-chat-row.is-selected:hover td,body[data-theme=dark] .workflow-row.is-selected:hover td{background-color:#3a3a3a}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]{-webkit-appearance:none;appearance:none;flex:1;height:8px;border:1px solid #4d4d57;border-radius:999px;background:linear-gradient(to right,#e7815d 0%,#e7815d var(--settings-temp-progress, 70%),#2e2e30 var(--settings-temp-progress, 70%),#2e2e30 100%);overflow:visible;cursor:pointer;outline:none}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]::-webkit-slider-runnable-track{height:8px;border:none;border-radius:999px;background:transparent}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;border:none;background:#e7815d;margin-top:-2px;cursor:pointer}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]::-moz-range-track{height:8px;border:none;border-radius:999px;background:transparent}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]::-moz-range-progress{height:8px;border-radius:999px;background:transparent}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#e7815d;cursor:pointer}body[data-theme=dark] .settings-choice-grid-voices .settings-choice-button.is-selected{background:#18181a;color:#f2f2f2;border-color:#e7815d;box-shadow:0 0 0 2px rgba(231,129,93,.25)}body[data-theme=dark] .settings-choice-grid-voices .settings-choice-button.is-selected:hover{background:#202023}html[data-theme=light],body[data-theme=light]{color-scheme:light}body[data-theme=light]{--chat-surface-bg: #faf9f5;--assistant-copy-front-fill: #faf9f5;background-color:#faf9f5;color:#1f2933}body[data-theme=light] .athena-container,body[data-theme=light] .main-content,body[data-theme=light] .chat-workspace,body[data-theme=light] .athena-chat-pane,body[data-theme=light] .chat-interface,body[data-theme=light] .chat-container,body[data-theme=light] .messages-container,body[data-theme=light] .chat-header-spacer,body[data-theme=light] .input-container{background-color:#faf9f5}body[data-theme=light] .chat-split-divider{background:#e8edf3}body[data-theme=light] .chat-workspace.is-split .athena-chat-pane.is-active{box-shadow:inset 0 0 0 1px #c7d2fe}body[data-theme=light] .athena-chat-pane-close{background:rgba(250,249,245,.95);border-color:#d6dde8;color:#475569}body[data-theme=light] .athena-chat-pane-close:hover{background:#f0eee6;border-color:#c8d1df;color:#1f2933}body[data-theme=light] .left-sidebar{--left-sidebar-fg: #3d3a3b;background-color:#faf9f5;border-right:1px solid #e8edf3;color:var(--left-sidebar-fg)}html[data-theme=light] select,html[data-theme=light] option,html[data-theme=light] optgroup,body[data-theme=light] select,body[data-theme=light] option,body[data-theme=light] optgroup{color-scheme:light}body[data-theme=light] .sidebar-logo-text,body[data-theme=light] .sidebar-collapse{color:var(--left-sidebar-fg)}body[data-theme=light] .sidebar-collapse:hover{background-color:#f0eee6;color:var(--left-sidebar-fg)}body[data-theme=light] .sidebar-logo-expand-toggle{color:var(--left-sidebar-fg)}body[data-theme=light] .sidebar-logo-expand-toggle:hover{background-color:#f0eee6;color:var(--left-sidebar-fg)}body[data-theme=light] .nav-item{color:var(--left-sidebar-fg)}body[data-theme=light] .nav-item:hover{background-color:#f0eee6;color:var(--left-sidebar-fg)}body[data-theme=light] .nav-item-search{background-color:#fff;border:1px solid #d6dde8;color:var(--left-sidebar-fg)}body[data-theme=light] .nav-item-search:hover{background-color:#f0eee6;border-color:#c8d1df;color:var(--left-sidebar-fg)}body[data-theme=light] .account-toggle:hover{background-color:transparent;color:inherit}body[data-theme=light] .account-avatar{background-color:#e7815d;color:#fff}body[data-theme=light] .account-toggle:hover .account-avatar,body[data-theme=light] .account-toggle:focus-visible .account-avatar{box-shadow:0 0 0 3px rgba(15,23,42,.2),0 6px 14px rgba(15,23,42,.12)}body[data-theme=light] .left-sidebar.is-collapsed .nav-item[data-tooltip]:hover:after{color:var(--left-sidebar-fg);text-shadow:0 1px 2px rgba(255,255,255,.6)}body[data-theme=light] .nav-item i,body[data-theme=light] .nav-item-workflow-icon{color:inherit}body[data-theme=light] .nav-item-hotkey{color:var(--left-sidebar-fg)}body[data-theme=light] .sidebar-history-toggle-state{color:var(--left-sidebar-fg);opacity:0;visibility:hidden}body[data-theme=light] .sidebar-history-toggle:hover .sidebar-history-toggle-state,body[data-theme=light] .sidebar-history-toggle:focus-visible .sidebar-history-toggle-state{color:var(--left-sidebar-fg);background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.25);opacity:.76;visibility:visible}body[data-theme=light] .sidebar-history-toggle.nav-item,body[data-theme=light] .sidebar-history-toggle.nav-item:hover,body[data-theme=light] .sidebar-history-toggle.nav-item:focus-visible,body[data-theme=light] .sidebar-history-toggle.nav-item.is-open{background-color:transparent;color:var(--left-sidebar-fg)}body[data-theme=light] .sidebar-section-title,body[data-theme=light] .sidebar-section-subtitle{color:var(--left-sidebar-fg)}body[data-theme=light] .nav-item-toggle.is-open{background-color:#e6ebf2}body[data-theme=light] .nav-item-toggle.account-toggle.is-open,body[data-theme=light] .nav-item-toggle.account-toggle.is-open:hover{background-color:transparent;color:inherit}body[data-theme=light] .nav-item-chevron,body[data-theme=light] .nav-item-toggle.is-open .nav-item-chevron{color:var(--left-sidebar-fg)}body[data-theme=light] .nav-dropdown{background-color:#fff;border:1px solid #e2e8f0}body[data-theme=light] .nav-dropdown-item,body[data-theme=light] .account-dropdown-item i,body[data-theme=light] .account-dropdown-shortcut,body[data-theme=light] .account-language-caret,body[data-theme=light] .account-language-option i{color:var(--left-sidebar-fg)}body[data-theme=light] .account-dropdown-identity{color:var(--left-sidebar-fg);border-bottom-color:#e2e8f0}body[data-theme=light] .account-dropdown-divider{border-top-color:#e2e8f0}body[data-theme=light] .nav-dropdown-item:hover{background-color:#f0eee6;color:var(--left-sidebar-fg)}body[data-theme=light] .account-dropdown-item:hover i,body[data-theme=light] .account-dropdown-item:focus-visible i,body[data-theme=light] .account-dropdown-item.is-selected i{color:var(--left-sidebar-fg)}body[data-theme=light] .nav-dropdown-item.is-selected{background-color:#f0eee6;color:var(--left-sidebar-fg)}body[data-theme=light] .account-language-trigger:hover .account-language-caret,body[data-theme=light] .account-language-trigger:focus-visible .account-language-caret,body[data-theme=light] .account-language-trigger.is-open .account-language-caret,body[data-theme=light] .account-language-option:hover i,body[data-theme=light] .account-language-option:focus-visible i,body[data-theme=light] .account-language-option.is-selected i{color:var(--left-sidebar-fg)}body[data-theme=light] .message,body[data-theme=light] .ai-message,body[data-theme=light] .user-message{background-color:#faf9f5}body[data-theme=light] .assistant-status{background:linear-gradient(90deg,#334155,#334155 35%,#94a3b8,#334155 65%,#334155);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}body[data-theme=light] .chat-input-shell{background-color:#fff;border:1px solid transparent;box-shadow:0 0 0 1px rgba(0,0,0,.075),0 4px 20px rgba(0,0,0,0)}body[data-theme=light] .chat-input,body[data-theme=light] .chat-input-inline-overlay{color:#141413}body[data-theme=light] .chat-input-inline-token{background:#faf9f5;color:#3d3a3b}body[data-theme=light] .chat-input.has-inline-workflow-selection{caret-color:#141413}body[data-theme=light] .chat-input::placeholder{color:#94a3b8}body[data-theme=light] .chat-input-send{background-color:#e7815d;color:#fff}body[data-theme=light] .chat-input-send:disabled{background-color:rgba(231,129,93,.46);color:rgba(255,255,255,.78);box-shadow:none}body[data-theme=light] .chat-input-send:not(:disabled):hover{background-color:#ee946f}body[data-theme=light] .chat-private-toggle,body[data-theme=light] .chat-share-toggle{color:#64748b}body[data-theme=light] .chat-share-toggle:hover,body[data-theme=light] .chat-private-toggle:hover{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .chat-private-toggle[data-tooltip]:after{border:none;background:transparent;color:#f8fafc}body[data-theme=light] .chat-private-toggle.is-active{background-color:#e7815d;color:#1f2933}body[data-theme=light] .chat-private-toggle.is-active:hover{background-color:#ee946f;color:#0f172a}body[data-theme=light] .chat-private-indicator.is-active,body[data-theme=light] .mobile-private-toggle.is-active,body[data-theme=light] .mobile-private-indicator.is-active{background-color:#e7815d;color:#1f2933}body[data-theme=light] .assistant-response-action{color:#6b7280}body[data-theme=light] .assistant-response-copy-icon path,body[data-theme=light] .assistant-response-copy-icon rect,body[data-theme=light] .assistant-response-speak-icon path{stroke-width:1.25}body[data-theme=light] .assistant-response-retry-icon{font-size:calc(12px * var(--chat-font-scale))!important}body[data-theme=light] .assistant-response-action:hover:not(:disabled),body[data-theme=light] .assistant-response-action.is-copied{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .assistant-response-action[data-tooltip]:after{border:none;background:rgba(250,249,245,.72);color:#1f2933}body[data-theme=light] .file-upload .upload-button{color:#3d3a3b}body[data-theme=light] .file-upload .upload-button:hover,body[data-theme=light] .file-upload .upload-button:focus-visible{background-color:#f0eee6;color:#3d3a3b}body[data-theme=light] .file-upload .upload-button:hover:before,body[data-theme=light] .file-upload .upload-button:focus-visible:before{background-color:#f0eee6}body[data-theme=light] .user-message .message-content{background-color:#f0eee6;color:#141413;border:none}body[data-theme=light] .message-inline-token{background:rgba(15,23,42,.08)}body[data-theme=light] .user-message .message-content.message-content-upload{background-color:transparent}body[data-theme=light] .user-message .chat-upload-tile.documents-tile,body[data-theme=light] .user-message .chat-upload-tile.documents-tile:hover,body[data-theme=light] .ai-message .chat-upload-tile.documents-tile,body[data-theme=light] .ai-message .chat-upload-tile.documents-tile:hover{background:#f0eee6}body[data-theme=light] .chat-upload-tile-ingest-overlay{background:rgba(250,249,245,.86)}body[data-theme=light] .ai-message .message-content{color:#141413}body[data-theme=light] .message-content{background-color:transparent}body[data-theme=light] .message-content a{color:#1558b0}body[data-theme=light] .brainstorm-section-model-name,body[data-theme=light] .brainstorm-section-body,body[data-theme=light] .brainstorm-summary h4,body[data-theme=light] .brainstorm-summary-body{color:#1f2933}body[data-theme=light] .model-change-notice-model-name{color:#334155}body[data-theme=light] .brainstorm-summary{background:#f0eee6;border-color:#d6dde8}body[data-theme=light] .markdown-table-wrapper{--markdown-table-text: #1f2933;--markdown-table-header-divider: #8f99a8;--markdown-table-row-divider: #d6dde8;--markdown-table-artifact-text: #9a3412;--markdown-table-artifact-border: rgba(154, 52, 18, .45);border:0;background:transparent}body[data-theme=light] .file-panel-sheet-body{--markdown-table-text: #1f2933;--markdown-table-header-divider: #8f99a8;--markdown-table-row-divider: #d6dde8}body[data-theme=light] .markdown-table-wrapper th,body[data-theme=light] .markdown-table-wrapper td{color:var(--markdown-table-text);background:transparent}body[data-theme=light] .markdown-table-wrapper thead th{border-bottom-color:var(--markdown-table-header-divider)}body[data-theme=light] .markdown-table-wrapper tbody td{border-bottom-color:var(--markdown-table-row-divider)}body[data-theme=light] .markdown-table-wrapper tbody tr.highlight td,body[data-theme=light] .markdown-table-wrapper tbody tr.is-highlighted td,body[data-theme=light] .markdown-table-wrapper tbody tr[data-highlight=true] td{background:transparent}body[data-theme=light] .markdown-table-wrapper td a,body[data-theme=light] .markdown-table-wrapper td code{color:var(--markdown-table-artifact-text);border-color:var(--markdown-table-artifact-border)}body[data-theme=light] .markdown-table-copy-btn{background:transparent;border-color:transparent;color:#64748b}body[data-theme=light] .markdown-table-copy-btn:hover,body[data-theme=light] .markdown-table-copy-btn:focus-visible,body[data-theme=light] .markdown-table-copy-btn.is-copied{color:#0f172a}body[data-theme=light] .chat-mode-chip{border-color:#d6dde8;background:#fff;color:#3d3a3b}body[data-theme=light] .chat-mode-chip:hover{border-color:#c8d1df;background:#f8fafc;color:#3d3a3b}body[data-theme=light] .chat-mode-chip.is-selected{border-color:#3d3a3b;background:#fff;color:#3d3a3b}body[data-theme=light] .chat-mode-chip-icon{border-color:#d6dde8}body[data-theme=light] .chat-mode-chips-under-input{background:#ece8df;border-color:#ddd8ce}body[data-theme=light] .workflow-slash-picker{background:#f0eee6;border-color:#ddd8ce;scrollbar-color:#f0eee6 transparent}body[data-theme=light] .workflow-slash-picker-item{color:#3d3a3b;overflow:hidden}body[data-theme=light] .workflow-slash-picker-item-main{color:#3d3a3b}body[data-theme=light] .workflow-slash-picker-item:hover,body[data-theme=light] .workflow-slash-picker-item:focus-within{background:#ece8df}body[data-theme=light] .workflow-slash-picker-item-main:hover{background:transparent;color:#3d3a3b}body[data-theme=light] .workflow-slash-picker-item-review,body[data-theme=light] .workflow-slash-picker-item-review:hover{color:#3d3a3b}body[data-theme=light] .workflow-slash-picker::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .workflow-slash-picker::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .workflow-slash-picker::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .workflow-slash-picker-loading,body[data-theme=light] .workflow-slash-picker-item-prefix,body[data-theme=light] .workflow-slash-picker-section-title{color:#3d3a3b}body[data-theme=light] .chat-mode-chips-under-input .chat-mode-chip.is-embedded{background:transparent;border:none;color:#3d3a3b}body[data-theme=light] .chat-input-workflow-clear:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .chat-input-workflow-token{background:#faf9f5;color:#3d3a3b}body[data-theme=light] .chat-input-workflow-clear{color:#3d3a3b}body[data-theme=light] .chat-mode-chips-under-input .chat-mode-chip.is-embedded:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .chat-mode-chips-under-input .chat-mode-chip.is-embedded.is-selected{background:rgba(255,255,255,.7);color:#3d3a3b}@media (max-width: 768px){body[data-theme=light] .chat-container.greeting-active .chat-mode-chips-under-input{background:transparent;border:none}body[data-theme=light] .chat-container.greeting-active .chat-mode-chip.is-embedded{border:1px solid #d6dde8;background:#faf9f5;color:#334155}body[data-theme=light] .chat-container.greeting-active .chat-mode-chip.is-embedded:hover{background:#fffdf8;color:#0f172a}body[data-theme=light] .chat-container.greeting-active .chat-mode-chip.is-embedded.is-selected{border-color:#c8d1df;background:#f0eee6;color:#0f172a}}body[data-theme=light] .chat-inline-pdf-panel{border-color:#d6dde8;background:#fff}body[data-theme=light] .chat-inline-pdf-toolbar{border-bottom-color:#e2e8f0;background:#f8fafc}body[data-theme=light] .chat-inline-pdf-toolbar-user,body[data-theme=light] .chat-inline-pdf-toolbar-ai{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M14 22V8' stroke='%23334155' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M9 13l5-5 5 5' fill='none' stroke='%23334155' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 22h12' stroke='%23334155' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") 14 14,n-resize}body[data-theme=light] .chat-inline-pdf-toolbar:after{color:#64748b}body[data-theme=light] .chat-inline-pdf-title{color:#1f2933}body[data-theme=light] .chat-inline-sheet-body{background:#fff}body[data-theme=light] .chat-inline-sheet-body,body[data-theme=light] .chat-inline-sheet-table-wrap{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .chat-inline-sheet-body::-webkit-scrollbar-track,body[data-theme=light] .chat-inline-sheet-table-wrap::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .chat-inline-sheet-body::-webkit-scrollbar-thumb,body[data-theme=light] .chat-inline-sheet-table-wrap::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .chat-inline-sheet-body::-webkit-scrollbar-thumb:hover,body[data-theme=light] .chat-inline-sheet-table-wrap::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .chat-inline-sheet-empty{color:#64748b}body[data-theme=light] .chat-inline-sheet-table thead th{background:#f1f5f9;color:#1f2933}body[data-theme=light] .chat-inline-sheet-table th,body[data-theme=light] .chat-inline-sheet-table td{border-color:#b7c1cf;color:#1f2933}body[data-theme=light] .chat-inline-sheet-table tbody tr:nth-child(2n) td{background:#f8fafc}body[data-theme=light] .chat-inline-sheet-note{background:#f8fafc;border-top-color:#e2e8f0;color:#64748b}body[data-theme=light] .chat-inline-pdf-collapse{border-color:#cbd5e1;color:#1f2933}body[data-theme=light] .chat-inline-pdf-collapse:hover{background:#eef2f7}body[data-theme=light] .file-panel{background:#faf9f5}body[data-theme=light] .file-panel-header{background:#faf9f5;border-bottom-color:#e8edf3}body[data-theme=light] .file-panel-header .athena-chat-pane-close{background:transparent;border-color:transparent}body[data-theme=light] .file-panel-header .athena-chat-pane-close:hover{background:rgba(0,0,0,.06);border-color:#c8d1df}body[data-theme=light] .file-panel-filename{color:#334155}body[data-theme=light] .chat-split-divider,body[data-theme=light] .chat-split-divider--resizable{background:#e8edf3}body[data-theme=light] .chat-split-divider-handle{background:#e7815d}body[data-theme=light] .chat-split-divider--resizable:hover .chat-split-divider-handle{background:#d4673f}body[data-theme=light] .file-panel-sheet-body{background:var(--chat-surface-bg);--markdown-table-row-divider: #e8edf3}body[data-theme=light] .file-panel-sheet-body,body[data-theme=light] .file-panel-sheet-table-wrap{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .file-panel-sheet-body::-webkit-scrollbar-track,body[data-theme=light] .file-panel-sheet-table-wrap::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .file-panel-sheet-body::-webkit-scrollbar-thumb,body[data-theme=light] .file-panel-sheet-table-wrap::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .file-panel-sheet-body::-webkit-scrollbar-thumb:hover,body[data-theme=light] .file-panel-sheet-table-wrap::-webkit-scrollbar-thumb:hover{background:#e2e8f0}body[data-theme=light] .file-panel-empty{color:#64748b}body[data-theme=light] .file-panel-sheet-table thead th{background:var(--chat-surface-bg);color:var(--markdown-table-text);border-bottom-color:var(--markdown-table-header-divider)}body[data-theme=light] .file-panel-sheet-table thead .file-panel-sheet-row-number{background:var(--chat-surface-bg)}body[data-theme=light] .file-panel-sheet-table td{background:transparent;color:var(--markdown-table-text);border-bottom-color:var(--markdown-table-row-divider)}body[data-theme=light] .file-panel-sheet-row-number{color:var(--markdown-table-text)}body[data-theme=light] .file-panel-sheet-table tbody tr:nth-child(2n) td{background:transparent}body[data-theme=light] .file-panel-sheet-note{background:var(--chat-surface-bg);color:#64748b;border-top-color:var(--markdown-table-row-divider)}body[data-theme=light] .file-panel-footer{background:#faf9f5;border-top-color:#e8edf3}body[data-theme=light] .file-panel-sheet-tab{background:#faf9f5;border-color:#faf9f5;color:#1f2933}body[data-theme=light] .file-panel-sheet-tab:hover{border-color:#94a3b8;color:#0f172a}body[data-theme=light] .file-panel-sheet-tab.is-active{background:#e7815d;border-color:transparent;color:#fff}body[data-theme=light] .chat-history-item.selected,body[data-theme=light] .chat-history-item:hover{background-color:#f0eee6;border-color:transparent}body[data-theme=light] .chat-item-title,body[data-theme=light] .chat-history-section-title,body[data-theme=light] .chat-history-see-all,body[data-theme=light] .chat-history-see-all:hover,body[data-theme=light] .chat-item-menu-button,body[data-theme=light] .chat-item-menu-button:hover{color:var(--left-sidebar-fg)}body[data-theme=light] .chat-item-menu{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px rgba(15,23,42,.12)}body[data-theme=light] .chat-item-menu-action{color:#1f2933}body[data-theme=light] .chat-item-menu-action i{color:#64748b}body[data-theme=light] .chat-item-menu-action:hover{background:#f0eee6}body[data-theme=light] .chat-item-menu-action.delete{color:#1f2933}body[data-theme=light] .chat-item-menu-action.delete i{color:#64748b}body[data-theme=light] .chat-item-menu-action.delete:hover{background:#f0eee6}body[data-theme=light] .chat-history-list,body[data-theme=light] .messages-container{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .messages-container::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .messages-container::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .messages-container::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .chat-history-list::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .chat-history-list::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .chat-history-list::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .workflows-modal .workflows-wizard-stage,body[data-theme=light] .workflows-modal .workflows-editor-body,body[data-theme=light] .workflows-modal .workflows-stepbuilder-items,body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor,body[data-theme=light] .workflows-step-editor-modal .workflows-step-instructions-textarea{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .workflows-modal .workflows-wizard-stage::-webkit-scrollbar-track,body[data-theme=light] .workflows-modal .workflows-editor-body::-webkit-scrollbar-track,body[data-theme=light] .workflows-modal .workflows-stepbuilder-items::-webkit-scrollbar-track,body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor::-webkit-scrollbar-track,body[data-theme=light] .workflows-step-editor-modal .workflows-step-instructions-textarea::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .workflows-modal .workflows-wizard-stage::-webkit-scrollbar-thumb,body[data-theme=light] .workflows-modal .workflows-editor-body::-webkit-scrollbar-thumb,body[data-theme=light] .workflows-modal .workflows-stepbuilder-items::-webkit-scrollbar-thumb,body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor::-webkit-scrollbar-thumb,body[data-theme=light] .workflows-step-editor-modal .workflows-step-instructions-textarea::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .workflows-modal .workflows-wizard-stage::-webkit-scrollbar-thumb:hover,body[data-theme=light] .workflows-modal .workflows-editor-body::-webkit-scrollbar-thumb:hover,body[data-theme=light] .workflows-modal .workflows-stepbuilder-items::-webkit-scrollbar-thumb:hover,body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor::-webkit-scrollbar-thumb:hover,body[data-theme=light] .workflows-step-editor-modal .workflows-step-instructions-textarea::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .workflows-polish-preview-text{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .workflows-polish-preview-text::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .workflows-polish-preview-text::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .workflows-polish-preview-text::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .chat-item-meta,body[data-theme=light] .chat-timestamp,body[data-theme=light] .chat-message-count{color:#64748b}body[data-theme=light] .documents-modal,body[data-theme=light] .ideas-modal,body[data-theme=light] .workflows-modal,body[data-theme=light] .search-chats-modal,body[data-theme=light] .settings-modal,body[data-theme=light] .profile-modal{background-color:#faf9f5;border:1px solid #e2e8f0;color:#334155}body[data-theme=light] .settings-card{background-color:#faf9f5;border:none}body[data-theme=light] .settings-modal-header h2,body[data-theme=light] .profile-modal-header h1{color:#3d3a3b}body[data-theme=light] .settings-modal-kicker,body[data-theme=light] .settings-modal-subtitle,body[data-theme=light] .profile-modal-kicker,body[data-theme=light] .profile-modal-subtitle{color:#334155}body[data-theme=light] .documents-modal-title,body[data-theme=light] .ideas-modal-title,body[data-theme=light] .workflows-modal-title,body[data-theme=light] .search-chats-title,body[data-theme=light] .search-chats-modal-title,body[data-theme=light] .settings-modal-title,body[data-theme=light] .profile-modal-title,body[data-theme=light] .tools-modal-title,body[data-theme=light] .tool-review-modal-title,body[data-theme=light] .documents-modal-title i,body[data-theme=light] .ideas-modal-title i,body[data-theme=light] .search-chats-modal-title i,body[data-theme=light] .settings-modal-title i,body[data-theme=light] .profile-modal-title i,body[data-theme=light] .tool-review-modal-title-icon,body[data-theme=light] .workflows-modal-title-icon{color:#3d3a3b}body[data-theme=light] .workflows-modal-title-icon{stroke:currentColor}body[data-theme=light] .settings-modal-kicker,body[data-theme=light] .profile-modal-kicker{color:#334155}body[data-theme=light] .settings-modal-subtitle,body[data-theme=light] .profile-modal-subtitle{color:#475569}body[data-theme=light] .documents-top-bar,body[data-theme=light] .ideas-top-bar,body[data-theme=light] .workflows-top-bar,body[data-theme=light] .search-chats-top-bar{border-bottom-color:#3d3a3b}body[data-theme=light] .btn-close,body[data-theme=light] .settings-close,body[data-theme=light] .profile-modal-close,body[data-theme=light] .trial-request-close{background:#faf9f5;color:#3d3a3b}body[data-theme=light] .btn-close:hover,body[data-theme=light] .settings-close:hover,body[data-theme=light] .profile-modal-close:hover,body[data-theme=light] .trial-request-close:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .ideas-table-container,body[data-theme=light] .workflows-table-container,body[data-theme=light] .search-chats-table-container,body[data-theme=light] .documents-table-container{background-color:#faf9f5;border:none}body[data-theme=light] .documents-table-container,body[data-theme=light] .ideas-table-container,body[data-theme=light] .workflows-table-container,body[data-theme=light] .search-chats-table-container{border-radius:0}body[data-theme=light] .documents-table th,body[data-theme=light] .ideas-table th,body[data-theme=light] .workflows-table th,body[data-theme=light] .search-chats-table th{background-color:#faf9f5;background-clip:padding-box;color:#334155;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1}body[data-theme=light] .documents-table thead th:first-child,body[data-theme=light] .ideas-table thead th:first-child,body[data-theme=light] .workflows-table thead th:first-child,body[data-theme=light] .search-chats-table thead th:first-child{border-left:none}body[data-theme=light] .documents-table thead th:last-child,body[data-theme=light] .ideas-table thead th:last-child,body[data-theme=light] .workflows-table thead th:last-child,body[data-theme=light] .search-chats-table thead th:last-child{border-right:none}body[data-theme=light] .ideas-table,body[data-theme=light] .workflows-table,body[data-theme=light] .search-chats-table{border-top:none}body[data-theme=light] .documents-table td,body[data-theme=light] .ideas-table td,body[data-theme=light] .workflows-table td,body[data-theme=light] .search-chats-table td{color:#1f2933;border-bottom:1px solid #e2e8f0}body[data-theme=light] .workflows-table tbody tr:last-child td{border-bottom:none}body[data-theme=light] .ideas-table th,body[data-theme=light] .ideas-table td{border-left:none;border-right:none}body[data-theme=light] .documents-table tr:hover td,body[data-theme=light] .ideas-table tr:hover td,body[data-theme=light] .workflows-table tr:hover td,body[data-theme=light] .search-chats-table tr:hover td{background-color:#fffdf8}body[data-theme=light] .documents-row.is-selected td{background-color:#f0eee6}body[data-theme=light] .documents-row.is-selected:hover td{background-color:#ece8df}body[data-theme=light] .search-chat-row.is-selected td{background-color:#f0eee6}body[data-theme=light] .search-chat-row.is-selected:hover td{background-color:#ece8df}body[data-theme=light] .idea-row.is-selected td,body[data-theme=light] .workflow-row.is-selected td{background-color:#f0eee6}body[data-theme=light] .idea-row.is-selected:hover td,body[data-theme=light] .workflow-row.is-selected:hover td{background-color:#ece8df}body[data-theme=light] .idea-title-button,body[data-theme=light] .workflow-name-button{color:#1f2933}body[data-theme=light] .idea-title-edit-indicator,body[data-theme=light] .workflow-name-edit-indicator{color:#64748b}body[data-theme=light] .idea-title-button:hover,body[data-theme=light] .workflow-name-button:hover{color:#0f172a}body[data-theme=light] .workflow-description-button{color:#64748b}body[data-theme=light] .documents-loading-overlay{background:rgba(250,249,245,.88)}body[data-theme=light] .documents-search,body[data-theme=light] .form-input,body[data-theme=light] .form-textarea,body[data-theme=light] .documents-select,body[data-theme=light] .form-group input:not([type=checkbox]){background-color:#f1f5f9;border:1px solid #e2e8f0;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-header{border-bottom-color:#d6dde8}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-header h2,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-group label{color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-title-inline-button{background-color:transparent;border:none;color:#475569}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-title-inline-button:hover:not(:disabled){background-color:transparent;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-title-inline-button:disabled{color:#a8b4c5}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-body-toolbar{background-color:#faf9f5;border-color:#d6dde8}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-title-row .add-idea-body-toolbar{background-color:transparent;border:none}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-button{background-color:#faf9f5;border:1px solid #d6dde8;color:#475569}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-trigger{background-color:#faf9f5;border:1px solid #d6dde8;color:#334155}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-button:hover{background-color:#f0eee6;border-color:#c8d1df;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-polish{background-color:#f1ede2;border:none}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-polish:hover:not(:disabled){background-color:#ece7da}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-polish:disabled,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-polish.is-loading,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-toolbar-polish.is-loading:disabled{background-color:#f3efe4}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-trigger.open,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-trigger:hover{background-color:#fffdf8;border-color:#c8d1df;color:#0f172a}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-trigger:focus{border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-dropdown .add-idea-textstyle-list{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px rgba(15,23,42,.12)}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-dropdown .add-idea-textstyle-item{background:transparent;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-textstyle-dropdown .add-idea-textstyle-item:hover{background:#fffdf8;color:#0f172a}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-textarea{background-color:#faf9f5;border:1px solid #d6dde8;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-title-row .add-idea-title-input{background-color:#faf9f5!important;color:#1f2933!important;-webkit-text-fill-color:#1f2933!important;font-weight:500}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-title-row .add-idea-title-input::placeholder{color:#94a3b8;opacity:1}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input::placeholder,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-textarea::placeholder{color:#64748b}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-body-editor:empty:before{color:#64748b}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-body-editor blockquote{border-left-color:#c8d1df;color:#475569}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-body-editor th,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-body-editor td{border-color:#d6dde8}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-body-editor th{background-color:#f0eee6}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input:focus,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-textarea:focus{background-color:#faf9f5;border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input:-webkit-autofill,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input:-webkit-autofill:hover,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input:-webkit-autofill:focus,body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-form .form-input:-webkit-autofill:active{-webkit-text-fill-color:#1f2933;-webkit-box-shadow:0 0 0 1000px #faf9f5 inset;box-shadow:0 0 0 1000px #faf9f5 inset;border:1px solid #d6dde8;caret-color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .btn-secondary{background-color:#f1ede2;border:1px solid #d6dde8;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .btn-secondary:hover:not(:disabled){background-color:#ece7da;border-color:#c8d1df;color:#0f172a}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-table-builder{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-table-builder p{color:#64748b}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-table-builder-fields label{color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-table-builder-fields input{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-table-builder-fields input:focus{border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-polish-preview{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-polish-preview p{color:#64748b}body[data-theme=light] .ideas-modal.ideas-modal-editor .add-idea-polish-preview-text{background:#faf9f5;border-color:#d6dde8;color:#1f2933;scrollbar-color:#f0eee6 transparent}body[data-theme=light] .add-idea-polish-preview-text::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .add-idea-polish-preview-text::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .add-idea-polish-preview-text::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .workflows-modal .workflows-polish-preview{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-polish-preview p{color:#64748b}body[data-theme=light] .workflows-modal .workflows-polish-preview-text{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .modal-overlay .modal-content{background:#faf9f5;border:1px solid #d6dde8}body[data-theme=light] .modal-overlay .modal-header h3,body[data-theme=light] .alert-modal-header h3{color:#1f2933}body[data-theme=light] .alert-modal-close{background:#faf9f5;color:#3d3a3b}body[data-theme=light] .alert-modal-close:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .modal-overlay .modal-body p{color:#64748b}body[data-theme=light] .modal-overlay .cancel-btn{background-color:#f1ede2;border:1px solid #d6dde8;color:#1f2933}body[data-theme=light] .modal-overlay .cancel-btn:hover{background-color:#ece7da;border-color:#c8d1df;color:#0f172a}body[data-theme=light] .modal-overlay.workflows-discard-confirm .cancel-btn,body[data-theme=light] .modal-overlay.workflows-discard-confirm .cancel-btn:hover,body[data-theme=light] .modal-overlay.workflows-delete-step-confirm .cancel-btn,body[data-theme=light] .modal-overlay.workflows-delete-step-confirm .cancel-btn:hover,body[data-theme=light] .modal-overlay.workflows-delete-workflow-confirm .cancel-btn,body[data-theme=light] .modal-overlay.workflows-delete-workflow-confirm .cancel-btn:hover{border:none}body[data-theme=light] .modal-overlay.auth-expired-modal .modal-content{background:#1a1a1a;border-color:rgba(255,255,255,.08)}body[data-theme=light] .modal-overlay.auth-expired-modal .modal-header{border-bottom-color:rgba(255,255,255,.08)}body[data-theme=light] .modal-overlay.auth-expired-modal .modal-header h3{color:#d1d5db}body[data-theme=light] .modal-overlay.auth-expired-modal .modal-body p{color:#9ca3af}body[data-theme=light] .modal-overlay.auth-expired-modal .cancel-btn{background-color:rgba(255,255,255,.08);border-color:rgba(255,255,255,.08);color:#f3f4f6}body[data-theme=light] .modal-overlay.auth-expired-modal .cancel-btn:hover{background-color:rgba(255,255,255,.14);border-color:rgba(255,255,255,.14)}body[data-theme=light] .modal-overlay.auth-expired-modal .confirm-btn,body[data-theme=light] .modal-overlay.auth-expired-modal .confirm-btn.danger{background-color:#28afb0;color:#fff;border-radius:10px;font-size:14px;font-weight:600;transition:all .3s ease;gap:8px}body[data-theme=light] .modal-overlay.auth-expired-modal .confirm-btn:hover,body[data-theme=light] .modal-overlay.auth-expired-modal .confirm-btn.danger:hover{background-color:#28afb0;transform:translateY(-2px);filter:none;box-shadow:0 10px 25px rgba(74,158,255,.4)}body[data-theme=light] .add-idea-reset-confirm .modal-content{background:#faf9f5;border-color:#d6dde8}body[data-theme=light] .add-idea-reset-confirm .modal-header h3{color:#1f2933}body[data-theme=light] .add-idea-reset-confirm .modal-body p{color:#64748b}body[data-theme=light] .add-idea-reset-confirm .cancel-btn{background-color:#f1ede2;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .add-idea-reset-confirm .cancel-btn:hover{background-color:#ece7da;border-color:#c8d1df;color:#0f172a}body[data-theme=light] .profile-modal-body,body[data-theme=light] .profile-modal-footer,body[data-theme=light] .profile-content-panel,body[data-theme=light] .profile-modal .form-actions,body[data-theme=light] .settings-modal-body,body[data-theme=light] .settings-modal-footer,body[data-theme=light] .settings-card{background-color:#faf9f5}body[data-theme=light] .settings-modal,body[data-theme=light] .settings-modal-header,body[data-theme=light] .settings-modal-body,body[data-theme=light] .settings-modal-footer,body[data-theme=light] .settings-card{background-color:#faf9f5!important}body[data-theme=light] .settings-modal-header,body[data-theme=light] .profile-modal-header{border-bottom-color:#3d3a3b}body[data-theme=light] .profile-side-menu-item{background-color:#faf9f5;color:#1f2933}body[data-theme=light] .profile-side-menu-item:hover,body[data-theme=light] .profile-side-menu-item:focus-visible{background-color:#fffdf8;color:#0f172a}body[data-theme=light] .profile-side-menu-item.is-active{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .settings-section{border-bottom-color:#d6dde8}body[data-theme=light] .settings-section-title{color:#1f2933}body[data-theme=light] .settings-choice-button{background:#faf9f5;border-color:#d6dde8;color:#475569}body[data-theme=light] .settings-choice-button:hover{background:#f0eee6;border-color:#c8d1df;color:#1f2933}body[data-theme=light] .settings-choice-button.is-selected{background:rgba(231,129,93,.16);border-color:#e7815d;color:#1f2933}body[data-theme=light] .settings-choice-button:focus-visible{box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .settings-theme-choice.settings-theme-choice-light{background:#faf9f5;color:#1f2933;border-color:#d6dde8}body[data-theme=light] .settings-theme-choice.settings-theme-choice-light:hover{background:#f0eee6;border-color:#c8d1df}body[data-theme=light] .settings-theme-choice.settings-theme-choice-dark{background:#1c1c1e;color:#f5f7fb;border-color:#3b3b3b}body[data-theme=light] .settings-theme-choice.settings-theme-choice-dark:hover{background:#1c1c1e;border-color:#4d4d57}body[data-theme=light] .settings-theme-choice.is-selected{border-color:#e7815d;box-shadow:0 0 0 2px rgba(231,129,93,.25)}body[data-theme=light] .settings-theme-choice.is-selected.settings-theme-choice-light{background:#faf9f5;color:#1f2933}body[data-theme=light] .settings-theme-choice.is-selected.settings-theme-choice-dark{background:#1c1c1e;color:#f5f7fb}body[data-theme=light] .settings-modal .settings-field input[type=number]{background-color:#faf9f5;border:1px solid #d6dde8;color:#1f2933}body[data-theme=light] .settings-temperature-value{color:#475569}body[data-theme=light] .settings-modal .settings-field select,body[data-theme=light] .settings-modal .brainstorm-dropdown select{background-color:#faf9f5;border:1px solid #d6dde8;color:#1f2933;border-radius:8px;padding:10px 42px 10px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%23647569' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:12px 12px}body[data-theme=light] select,body[data-theme=light] option,body[data-theme=light] optgroup,body[data-theme=light] .settings-modal,body[data-theme=light] .settings-modal select,body[data-theme=light] .settings-modal option,body[data-theme=light] .settings-modal optgroup,body[data-theme=light] .documents-modal,body[data-theme=light] .ideas-modal,body[data-theme=light] .workflows-modal,body[data-theme=light] .search-chats-modal,body[data-theme=light] .profile-modal{color-scheme:light}body[data-theme=light] .settings-modal .settings-field select:hover,body[data-theme=light] .settings-modal .brainstorm-dropdown select:hover{background-color:#fffdf8;border-color:#c8d1df}body[data-theme=light] .settings-modal .settings-field select option,body[data-theme=light] .settings-modal .brainstorm-dropdown select option{background:#faf9f5;color:#1f2933}body[data-theme=light] .settings-modal .settings-field select:focus,body[data-theme=light] .settings-modal .brainstorm-dropdown select:focus,body[data-theme=light] .settings-modal .settings-field input[type=number]:focus{border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .settings-modal .settings-temperature input[type=range]{-webkit-appearance:none;appearance:none;flex:1;height:8px;border:1px solid #d6dde8;border-radius:999px;background:linear-gradient(to right,#e7815d 0%,#e7815d var(--settings-temp-progress, 70%),#ffffff var(--settings-temp-progress, 70%),#ffffff 100%);overflow:visible;cursor:pointer;outline:none}body[data-theme=light] .settings-modal .settings-temperature input[type=range]::-webkit-slider-runnable-track{height:8px;border:none;border-radius:999px;background:transparent}body[data-theme=light] .settings-modal .settings-temperature input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;border:none;background:#e7815d;margin-top:-2px;cursor:pointer}body[data-theme=light] .settings-modal .settings-temperature input[type=range]::-moz-range-track{height:8px;border:none;border-radius:999px;background:transparent}body[data-theme=light] .settings-modal .settings-temperature input[type=range]::-moz-range-progress{height:8px;border-radius:999px;background:transparent}body[data-theme=light] .settings-modal .settings-temperature input[type=range]::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#e7815d;cursor:pointer}body[data-theme=light] .documents-search::placeholder{color:#94a3b8}body[data-theme=light] .documents-controls .documents-select,body[data-theme=light] .ideas-controls .documents-select,body[data-theme=light] .workflows-controls .documents-select,body[data-theme=light] .search-chats-top-controls .documents-select,body[data-theme=light] .tools-modal-controls .documents-select,body[data-theme=light] .documents-controls .documents-type-trigger{background-color:#faf9f5;border-color:#d6dde8;color:#3d3a3b}body[data-theme=light] .documents-controls .documents-search,body[data-theme=light] .ideas-controls .documents-search,body[data-theme=light] .workflows-controls .documents-search,body[data-theme=light] .search-chats-top-controls .documents-search,body[data-theme=light] .tools-modal-controls .documents-search{background-color:#fff;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .documents-controls .documents-select:hover,body[data-theme=light] .ideas-controls .documents-select:hover,body[data-theme=light] .workflows-controls .documents-select:hover,body[data-theme=light] .search-chats-top-controls .documents-select:hover,body[data-theme=light] .tools-modal-controls .documents-select:hover,body[data-theme=light] .documents-controls .documents-type-trigger:hover{background-color:#fffdf8;border-color:#c8d1df;color:#3d3a3b}body[data-theme=light] .documents-controls .documents-select:focus,body[data-theme=light] .ideas-controls .documents-select:focus,body[data-theme=light] .workflows-controls .documents-select:focus,body[data-theme=light] .search-chats-top-controls .documents-select:focus,body[data-theme=light] .tools-modal-controls .documents-select:focus,body[data-theme=light] .documents-controls .documents-type-trigger:focus{border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .documents-controls .documents-type-trigger-content i{color:#3d3a3b}body[data-theme=light] .documents-controls .documents-select option,body[data-theme=light] .ideas-controls .documents-select option,body[data-theme=light] .workflows-controls .documents-select option,body[data-theme=light] .search-chats-top-controls .documents-select option,body[data-theme=light] .tools-modal-controls .documents-select option,body[data-theme=light] .profile-modal .form-group select option{background:#faf9f5;color:#3d3a3b}body[data-theme=light] .btn-secondary{color:#1f2933;border-color:#cbd5f5}body[data-theme=light] .library-dropdown-selected{background-color:transparent;border:none;color:#1f2933}body[data-theme=light] .library-dropdown-selected:focus,body[data-theme=light] .library-dropdown-selected.open,body[data-theme=light] .library-dropdown-selected:hover{background:#fffdf8;color:#0f172a}body[data-theme=light] .library-dropdown-item.selected{background:#f0eee6;color:#0f172a;font-weight:400}body[data-theme=light] .library-dropdown-list{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px rgba(15,23,42,.12)}body[data-theme=light] .library-dropdown-item{background:transparent;color:#1f2933}body[data-theme=light] .library-dropdown-item:hover{background:#fffdf8;color:#0f172a}body[data-theme=light] .library-dropdown-item.selected:hover{background:#f0eee6;color:#0f172a}body[data-theme=light] .profile-modal-body{background:#faf9f5}body[data-theme=light] .documents-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpath fill='%233d3a3b' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E")}body[data-theme=light] .settings-button.ghost{color:#1f2933;background:#e2e8f0;border:1px solid #cbd5f5}body[data-theme=light] .settings-button.ghost:hover{background:#dbe3f3;border-color:#b8c5ec}body[data-theme=light] .brainstorm-dropdown label,body[data-theme=light] .settings-field label{color:#1f2933}body[data-theme=light] .search-chats-table-container::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .search-chats-table-container::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .search-chats-table-container::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .profile-modal .form-group label{color:#1f2933}body[data-theme=light] .profile-modal .form-group input,body[data-theme=light] .profile-modal .form-group select{background-color:#faf9f5;border:1px solid #d6dde8;color:#1f2933}body[data-theme=light] .profile-modal .form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23647569' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E")}body[data-theme=light] .profile-modal .form-group input::placeholder{color:#64748b}body[data-theme=light] .profile-modal .form-group input:focus,body[data-theme=light] .profile-modal .form-group select:focus{border-color:#e7815d;box-shadow:0 0 0 3px rgba(231,129,93,.2)}body[data-theme=light] .profile-modal .form-group input.readonly-field{background-color:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .profile-avatar-info h2,body[data-theme=light] .form-section h3{color:#1f2933}body[data-theme=light] .profile-avatar-section{border-bottom-color:#d6dde8;padding-bottom:20px;margin-bottom:20px}body[data-theme=light] .documents-type-trigger{background-color:#faf9f5;border:1px solid #d6dde8;color:#3d3a3b;background-image:none}body[data-theme=light] .documents-type-trigger-arrow{color:#3d3a3b}body[data-theme=light] .documents-type-menu{background-color:#faf9f5;border:1px solid #d6dde8;box-shadow:0 16px 30px rgba(15,23,42,.12)}body[data-theme=light] .documents-type-option,body[data-theme=light] .documents-type-option i{color:#3d3a3b}body[data-theme=light] .documents-type-option:hover{background-color:#fffdf8;color:#3d3a3b}body[data-theme=light] .documents-type-option.is-selected{background-color:#f0eee6;color:#3d3a3b}body[data-theme=light] .documents-layout-button{background:#faf9f5;border-color:#d6dde8;color:#64748b}body[data-theme=light] .documents-layout-button:hover{background:#f0eee6;color:#334155;border-color:#c8d1df}body[data-theme=light] .documents-layout-button.is-active,body[data-theme=light] .documents-layout-button.is-active:hover{background:#f0eee6;color:#1f2933;border-color:#c8d1df}body[data-theme=light] .documents-grid{background-color:#faf9f5;border:none}body[data-theme=light] .documents-tile-preview{background:#fff;border-color:#d6dde8}body[data-theme=light] .documents-tile-preview:hover{background:#fff;border-color:#c8d1df}body[data-theme=light] .documents-tile-preview.is-selected{background:#fff;border-color:#c8d1df;box-shadow:0 0 0 1px rgba(200,209,223,.6)}body[data-theme=light] .documents-tile-preview.is-selected:hover{background:#fff;border-color:#c8d1df}body[data-theme=light] .chat-upload-tile .documents-tile-preview{border-color:#d6dde8;background:#fff}body[data-theme=light] .chat-upload-tile .documents-kebab,body[data-theme=light] .chat-upload-tile .documents-kebab:hover{color:#1f2933}body[data-theme=light] .chat-upload-tile.documents-tile,body[data-theme=light] .chat-upload-tile.documents-tile:hover,body[data-theme=light] .chat-upload-tile.documents-tile.is-selected,body[data-theme=light] .chat-upload-tile.documents-tile.is-selected:hover{border:none}body[data-theme=light] .documents-thumbnail-fallback{border-color:#d6dde8;background:#f8f6ef;color:#64748b}body[data-theme=light] .documents-thumbnail-fallback-spreadsheet{background:#f8f6ef;color:#64748b}body[data-theme=light] .documents-thumbnail-fallback-excel{background:#edf5ef;color:#5b7c63}body[data-theme=light] .chat-upload-tile .documents-thumbnail-fallback{border-color:#d6dde8;background:#eef2f7;color:#64748b}body[data-theme=light] .chat-upload-tile .documents-thumbnail-fallback-spreadsheet{background:#eef2f7}body[data-theme=light] .documents-tile{background:#faf9f5;border:1px solid #e2e8f0}body[data-theme=light] .documents-tile:hover,body[data-theme=light] .documents-tile.is-selected,body[data-theme=light] .documents-tile.is-selected:hover{background:#f0eee6;border-color:#c8d1df}body[data-theme=light] .documents-tile-title,body[data-theme=light] .documents-name-cell,body[data-theme=light] .documents-name-button{color:#1f2933}body[data-theme=light] .documents-name-button:hover{color:#0f172a;text-decoration:none}body[data-theme=light] .documents-sort-button,body[data-theme=light] .documents-table th .documents-sort-button,body[data-theme=light] .ideas-table th .documents-sort-button,body[data-theme=light] .workflows-table th .documents-sort-button,body[data-theme=light] .search-chats-table th .documents-sort-button,body[data-theme=light] .documents-row-menu-trigger{color:#334155}body[data-theme=light] .documents-sort-button:hover,body[data-theme=light] .documents-row-menu-trigger:hover{background-color:rgba(51,65,85,.08);color:#1f2933}body[data-theme=light] .documents-sort-menu,body[data-theme=light] .documents-row-menu-list{background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 24px rgba(15,23,42,.12)}body[data-theme=light] .documents-card-menu{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px rgba(15,23,42,.12)}body[data-theme=light] .documents-card-menu-item{color:#1f2933}body[data-theme=light] .documents-card-menu-item i{color:#64748b}body[data-theme=light] .documents-card-menu-item:hover{background:#f0eee6}body[data-theme=light] .documents-card-menu-item.is-danger{color:#1f2933}body[data-theme=light] .documents-card-menu-item.is-danger i{color:#64748b}body[data-theme=light] .chat-upload-rename-action.documents-card-menu-item{border-color:#d6dde8;background:#faf9f5}body[data-theme=light] .chat-upload-rename-action.documents-card-menu-item:hover{background:#f0eee6}body[data-theme=light] .documents-sort-option,body[data-theme=light] .documents-row-menu-item{color:#1f2933}body[data-theme=light] .documents-sort-option:hover,body[data-theme=light] .documents-sort-option.is-selected,body[data-theme=light] .documents-row-menu-item:hover{background:#eef2ff}body[data-theme=light] .documents-row-menu-item.is-danger{color:#dc2626}body[data-theme=light] .documents-row-menu-item.is-danger:hover,body[data-theme=light] .documents-card-menu-item.is-danger:hover{background:#f0eee6}body[data-theme=light] .delete-icon:hover{background-color:#f0eee6}body[data-theme=light] .documents-table-container::-webkit-scrollbar-track,body[data-theme=light] .ideas-table-container::-webkit-scrollbar-track,body[data-theme=light] .workflows-table-container::-webkit-scrollbar-track,body[data-theme=light] .search-chats-table-container::-webkit-scrollbar-track,body[data-theme=light] .documents-grid::-webkit-scrollbar-track,body[data-theme=light] .tools-modal-body::-webkit-scrollbar-track,body[data-theme=light] .tool-review-body::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .documents-table-container::-webkit-scrollbar-thumb,body[data-theme=light] .ideas-table-container::-webkit-scrollbar-thumb,body[data-theme=light] .workflows-table-container::-webkit-scrollbar-thumb,body[data-theme=light] .search-chats-table-container::-webkit-scrollbar-thumb,body[data-theme=light] .documents-grid::-webkit-scrollbar-thumb,body[data-theme=light] .tools-modal-body::-webkit-scrollbar-thumb,body[data-theme=light] .tool-review-body::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .documents-table-container::-webkit-scrollbar-thumb:hover,body[data-theme=light] .ideas-table-container::-webkit-scrollbar-thumb:hover,body[data-theme=light] .workflows-table-container::-webkit-scrollbar-thumb:hover,body[data-theme=light] .search-chats-table-container::-webkit-scrollbar-thumb:hover,body[data-theme=light] .documents-grid::-webkit-scrollbar-thumb:hover,body[data-theme=light] .tools-modal-body::-webkit-scrollbar-thumb:hover,body[data-theme=light] .tool-review-body::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .settings-modal::-webkit-scrollbar-track,body[data-theme=light] .profile-modal::-webkit-scrollbar-track{background:#eef2f7}body[data-theme=light],body[data-theme=light] .settings-modal,body[data-theme=light] .profile-modal{scrollbar-color:#cbd5f5 #eef2f7}body[data-theme=light] .documents-table-container,body[data-theme=light] .ideas-table-container,body[data-theme=light] .workflows-table-container,body[data-theme=light] .search-chats-table-container,body[data-theme=light] .documents-grid,body[data-theme=light] .tools-modal-body,body[data-theme=light] .tool-review-body{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .settings-modal::-webkit-scrollbar,body[data-theme=light] .profile-modal::-webkit-scrollbar{width:10px}body[data-theme=light] .settings-modal::-webkit-scrollbar-thumb,body[data-theme=light] .profile-modal::-webkit-scrollbar-thumb{background:#cbd5f5}body[data-theme=light] .settings-modal::-webkit-scrollbar-thumb:hover,body[data-theme=light] .profile-modal::-webkit-scrollbar-thumb:hover{background:#b8c5ec}body[data-theme=light] ::-webkit-scrollbar-track{background:#eef2f7}body[data-theme=light] ::-webkit-scrollbar-thumb{background:#cbd5f5}body[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#b8c5ec}body[data-theme=light] .profile-modal .btn.btn-secondary{background-color:#f1ede2;color:#1f2933;border-color:#d6dde8}body[data-theme=light] .profile-modal .btn.btn-secondary:hover{background-color:#ece7da}body[data-theme=light] .settings-modal .btn.btn-secondary{background-color:#e2e8f0;color:#1f2933;border-color:#cbd5f5}body[data-theme=light] .settings-modal .btn.btn-secondary:hover{background-color:#dbe3f3}body[data-theme=light] .search-chat-title-cell,body[data-theme=light] .search-chat-title-button{color:#1f2933}body[data-theme=light] .search-chat-title-button:hover,body[data-theme=light] .idea-title-cell:hover,body[data-theme=light] .workflow-name-cell:hover{color:#0f172a;text-decoration:none}body[data-theme=light] .workflows-modal .form-input,body[data-theme=light] .workflows-modal .form-textarea,body[data-theme=light] .workflows-modal .form-group input:not([type=checkbox]),body[data-theme=light] .workflows-modal .form-group textarea{background-color:#f8fafc!important;border:1px solid #d6dde8!important;color:#1f2933!important;font-family:Inter,sans-serif!important}body[data-theme=light] .workflows-modal .form-input::placeholder,body[data-theme=light] .workflows-modal .form-textarea::placeholder,body[data-theme=light] .workflows-modal .form-group input:not([type=checkbox])::placeholder,body[data-theme=light] .workflows-modal .form-group textarea::placeholder{color:#94a3b8!important}body[data-theme=light] .workflows-modal .form-group label,body[data-theme=light] .workflows-modal .workflows-steps-pane-title{color:#1f2933}body[data-theme=light] .workflows-modal .form-input:focus,body[data-theme=light] .workflows-modal .form-textarea:focus,body[data-theme=light] .workflows-modal .form-group input:not([type=checkbox]):focus,body[data-theme=light] .workflows-modal .form-group textarea:focus{border-color:#e7815d!important;box-shadow:none!important;outline:none}body[data-theme=light] .workflows-modal .workflows-step-instructions-textarea:focus,body[data-theme=light] .workflows-modal .workflows-step-instructions-textarea:focus-visible{border-color:#d6dde8!important;box-shadow:none!important;outline:none}html[data-theme=light] .workflows-modal .workflows-step-instructions-textarea:focus,html[data-theme=light] .workflows-modal .workflows-step-instructions-textarea:focus-visible{border-color:#d6dde8!important;box-shadow:none!important;outline:none}body[data-theme=light] .workflows-modal .workflows-output-instruction-textarea,body[data-theme=light] .workflows-modal .workflows-output-instruction-textarea:focus{background-color:#fff!important}body[data-theme=light] .workflows-modal .btn-secondary{background-color:#f1ede2;border:none;color:#1f2933}body[data-theme=light] .workflows-modal .btn-secondary:hover:not(:disabled){background-color:#ece7da;border:none;color:#0f172a}body[data-theme=light] .workflows-modal .workflows-wizard-actions-right .btn-primary,body[data-theme=light] .workflows-modal .workflows-wizard-actions-right .btn-secondary,body[data-theme=light] .workflows-modal .workflows-step-editor-modal-footer .btn-primary,body[data-theme=light] .workflows-modal .workflows-step-editor-modal-footer .btn-secondary,body[data-theme=light] .workflows-modal .workflows-definition-summary-header .workflows-step-polish-button,body[data-theme=light] .workflows-modal .workflows-stepbuilder-footer .workflows-stepbuilder-add-button{border:1px solid #d6dde8}body[data-theme=light] .workflows-modal .workflows-wizard-actions-right .btn-primary:hover:not(:disabled),body[data-theme=light] .workflows-modal .workflows-wizard-actions-right .btn-secondary:hover:not(:disabled),body[data-theme=light] .workflows-modal .workflows-step-editor-modal-footer .btn-primary:hover:not(:disabled),body[data-theme=light] .workflows-modal .workflows-step-editor-modal-footer .btn-secondary:hover:not(:disabled),body[data-theme=light] .workflows-modal .workflows-definition-summary-header .workflows-step-polish-button:hover:not(:disabled),body[data-theme=light] .workflows-modal .workflows-stepbuilder-footer .workflows-stepbuilder-add-button:hover:not(:disabled){border-color:#c8d1df}body[data-theme=light] .workflows-modal .btn-secondary:disabled{background:#f1ede2!important;border:none;color:#fff!important;opacity:1}body[data-theme=light] .workflows-modal .btn-primary:disabled{background:#f1ede2!important;border:none;color:#fff!important;opacity:1}body[data-theme=light] .workflows-modal .workflows-wizard-actions-right .btn-secondary:disabled,body[data-theme=light] .workflows-modal .workflows-wizard-actions-right .btn-primary:disabled,body[data-theme=light] .workflows-modal .workflows-step-editor-modal-footer .btn-secondary:disabled,body[data-theme=light] .workflows-modal .workflows-step-editor-modal-footer .btn-primary:disabled,body[data-theme=light] .workflows-modal .workflows-definition-summary-header .workflows-step-polish-button:disabled{border:1px solid #d6dde8!important}body[data-theme=light] .workflows-modal .workflows-wizard-next:disabled{background:#f1ede2!important;border-color:#f1ede2!important;color:#fff!important}body[data-theme=light] .workflows-modal .workflows-description-polish-button{background-color:#faf9f5;border-color:#d6dde8;color:#334155}body[data-theme=light] .workflows-modal .workflows-description-polish-button:hover:not(:disabled){background-color:#f0eee6;border-color:#c8d1df;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-description-polish-button:disabled{background:#f1ede2!important;border-color:#f1ede2!important;color:#fff!important;opacity:1}body[data-theme=light] .workflows-modal .workflows-wizard-subtitle,body[data-theme=light] .workflows-modal .workflows-output-section-hint,body[data-theme=light] .workflows-modal .workflows-stepbuilder-step-label,body[data-theme=light] .workflows-modal .workflows-stepbuilder-empty{color:#64748b}body[data-theme=light] .workflows-modal .workflows-wizard-progress-line{background:#94a3b8}body[data-theme=light] .workflows-modal .workflows-wizard-progress-line.is-done{background:var(--workflows-toggle-active-bg)}body[data-theme=light] .workflows-modal .workflows-wizard-progress-step{color:#64748b}body[data-theme=light] .workflows-modal .workflows-wizard-progress-step.is-active{color:#1f2933}body[data-theme=light] .workflows-modal .workflows-wizard-progress-step.is-done{color:var(--workflows-toggle-active-bg)}body[data-theme=light] .workflows-modal .workflows-wizard-progress-check{border-color:#94a3b8;background:#fff}body[data-theme=light] .workflows-modal .workflows-wizard-progress-step.is-active .workflows-wizard-progress-check{border-color:#1f2933;background:rgba(31,41,51,.16)}body[data-theme=light] .workflows-modal .workflows-wizard-progress-step.is-done .workflows-wizard-progress-check{border-color:var(--workflows-toggle-active-bg);background:var(--workflows-toggle-active-bg);color:#fff}body[data-theme=light] .workflows-modal .workflows-wizard-progress-dot{background:#1f2933}body[data-theme=light] .workflows-modal .workflows-wizard-header-title h2,body[data-theme=light] .workflows-modal .workflows-editor-fixed-title,body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-title,body[data-theme=light] .workflows-modal .workflows-stepbuilder-step-name,body[data-theme=light] .workflows-modal .workflows-output-section-title{color:#334155}body[data-theme=light] .workflows-modal .workflows-step-row-actions,body[data-theme=light] .workflows-modal .workflows-step-row-actions i,body[data-theme=light] .workflows-modal .workflows-step-drag-handle,body[data-theme=light] .workflows-modal .workflows-step-drag-handle i{color:#64748b}body[data-theme=light] .workflows-modal .workflows-stepbuilder-list-title{color:#1f2933}body[data-theme=light] .workflows-modal .workflows-stepbuilder-step-label{color:#475569}body[data-theme=light] .workflows-modal .workflows-output-sections{border-color:transparent;background:transparent}body[data-theme=light] .workflows-modal .workflows-output-section{background:#faf9f5;border-top-color:#d6dde8;box-shadow:none}body[data-theme=light] .workflows-modal .workflows-output-section:last-child{border-bottom-color:#d6dde8}body[data-theme=light] .workflows-modal .workflows-output-section.is-expanded{background:#faf9f5}body[data-theme=light] .workflows-modal{--workflows-toggle-active-bg: #6b7280;--workflows-output-table-header-bg: #f0eee6;--workflows-output-table-header-fg: #64748b;--workflows-output-filetype-fg: #1f2933;--workflows-output-edit-pill-bg: #f0eee6;--workflows-output-edit-pill-border: #d6dde8;--workflows-output-edit-pill-fg: #64748b;--workflows-output-edit-pill-hover-bg: #ece7da}body[data-theme=light] .workflows-modal .workflows-output-table-header{border-bottom:none}body[data-theme=light] .workflows-modal .workflows-output-section-icon{background:transparent;color:#64748b}body[data-theme=light] .workflows-modal .workflows-output-section-body{border-top:none}body[data-theme=light] .workflows-modal .workflows-output-label-toggle,body[data-theme=light] .workflows-modal .workflows-output-title-prefix{color:#334155}body[data-theme=light] .workflows-modal .workflows-output-label-toggle{border-color:#d6dde8;background:#fff}body[data-theme=light] .workflows-modal .workflows-output-label-toggle:hover,body[data-theme=light] .workflows-modal .workflows-output-label-toggle.is-active{border-color:#d6dde8;background-color:#f0eee6;color:#0f172a}body[data-theme=light] .workflows-modal .workflows-output-label-toggle.is-active:hover{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .workflows-modal .workflows-output-title-field{border-color:#d6dde8;background:#fff}body[data-theme=light] .workflows-modal .workflows-output-title-prefix{background:#ece8df}body[data-theme=light] .workflows-modal .workflows-output-title-input-shell{background:#fff}body[data-theme=light] .workflows-modal .workflows-output-menu-trigger{border-color:#d6dde8;background:#fff;color:#475569}body[data-theme=light] .workflows-modal .workflows-output-font-family-trigger{border-color:#d6dde8;background:#fff;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-output-font-size-control{border-color:#d6dde8;background:#fff;color:#334155}body[data-theme=light] .workflows-modal .workflows-output-page-color-menu{border-color:#d6dde8;background:#fff}body[data-theme=light] .workflows-modal .workflows-output-page-color-label{color:#475569}body[data-theme=light] .workflows-modal .workflows-output-page-color-trigger{border:none;background:transparent;box-shadow:none}body[data-theme=light] .workflows-modal .workflows-output-font-size-arrow:hover:not(:disabled){background:#f3f4f6}body[data-theme=light] .workflows-modal .workflows-output-menu-panel{background:#fff;border-color:#d6dde8;box-shadow:0 12px 24px rgba(15,23,42,.16)}body[data-theme=light] .workflows-modal .workflows-output-menu-option{color:#1f2933}body[data-theme=light] .workflows-modal .workflows-output-menu-option:hover{background:#f3f4f6}body[data-theme=light] .workflows-modal .workflows-output-menu-option.is-selected{border-color:#e7815d;background:rgba(231,129,93,.14);color:#1f2933}body[data-theme=light] .workflows-modal .workflows-output-cover-trigger{background:#fff;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-output-cover-row-label{color:#475569}body[data-theme=light] .workflows-modal .workflows-output-cover-option{color:#1f2933}body[data-theme=light] .workflows-modal .workflows-output-cover-option:hover{background:#f3f4f6}body[data-theme=light] .workflows-modal .workflows-output-cover-option.is-selected{border-color:#e7815d;background:rgba(231,129,93,.14);color:#1f2933}body[data-theme=light] .workflows-modal .workflows-output-page-divider{border-top-color:#d6dde8}body[data-theme=light] .workflows-modal .workflows-output-orientation-control{border-color:#d6dde8;background:#fff}body[data-theme=light] .workflows-modal .workflows-output-orientation-option+.workflows-output-orientation-option{border-left-color:#d6dde8}body[data-theme=light] .workflows-modal .workflows-output-orientation-option{color:#475569}body[data-theme=light] .workflows-modal .workflows-output-orientation-option.is-selected,body[data-theme=light] .workflows-modal .workflows-output-orientation-option.is-selected:hover{background:#f0eee6;color:#0f172a}body[data-theme=light] .workflows-modal .workflows-output-cover-thumb,body[data-theme=light] .workflows-modal .workflows-output-color-chip{border-color:#c8d1df}body[data-theme=light] .workflows-modal .workflows-output-color-chip.is-selected{border-color:#e7815d;box-shadow:inset 0 0 0 1px rgba(255,255,255,.62),0 0 0 1px rgba(231,129,93,.35)}body[data-theme=light] .workflows-modal .workflows-output-edit-label{color:var(--workflows-output-edit-pill-fg)}body[data-theme=light] .workflows-modal .workflows-output-section-header:hover .workflows-output-edit-label,body[data-theme=light] .workflows-modal .workflows-output-edit-label.is-open{color:#475569}body[data-theme=light] .workflows-modal .workflows-stepbuilder-step-name{color:#334155}body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-step-name-button,body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-step-name-input-wrap{background:#f0eee6;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-step-name-input{color:#1f2933}body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-step-name-button:hover{background:#ece7da}body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-step-name-edit-icon{color:#64748b;opacity:1}body[data-theme=light] .workflows-modal .workflows-switch-slider{background-color:#c7c7cc;border:none}body[data-theme=light] .workflows-modal .workflows-switch-slider:before{background-color:#fff;border:none}body[data-theme=light] .workflows-modal .workflows-switch input:checked+.workflows-switch-slider{background-color:#e7815d;border:none}body[data-theme=light] .workflows-modal .workflows-switch input:checked+.workflows-switch-slider:before{background-color:#fff;border:none}body[data-theme=light] .workflows-modal .workflows-editor-top-bar{border-bottom-color:#3d3a3b}body[data-theme=light] .workflows-modal .workflows-editor-side-nav-item{background-color:transparent;color:#1f2933}body[data-theme=light] .workflows-modal .workflows-editor-side-nav-item:hover{background-color:#fffdf8;color:#0f172a}body[data-theme=light] .workflows-modal .workflows-editor-side-nav-item.is-active{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .workflows-modal .workflows-editor-side-nav-item:disabled{color:#c0c8d4;cursor:not-allowed;pointer-events:none}body[data-theme=light] .workflows-step-editor-modal{background:#faf9f5;border-color:#e8edf3}body[data-theme=light] .workflows-step-editor-modal-header{border-bottom-color:#3d3a3b}body[data-theme=light] .workflows-step-editor-modal-title{color:#3d3a3b}body[data-theme=light] .workflows-modal .workflows-stepbuilder-list{background:transparent;border-color:transparent;box-shadow:none}body[data-theme=light] .workflows-modal .workflows-stepbuilder-list:focus{box-shadow:none}body[data-theme=light] .workflows-modal .workflows-stepbuilder-list-header{border-bottom-color:transparent}body[data-theme=light] .workflows-modal .workflows-stepbuilder-list-count{background:#eef2f7;border-color:#d6dde8;color:#64748b}body[data-theme=light] .workflows-modal .workflows-stepbuilder-item{background:#f0eee6;border-color:transparent}body[data-theme=light] .workflows-modal .workflows-stepbuilder-item.is-active{background:#ece7da;border-color:transparent}body[data-theme=light] .workflows-modal .workflows-stepbuilder-item.is-drag-over{background:#ece7da;border-color:#e7815d;box-shadow:0 0 0 1px rgba(231,129,93,.18) inset}body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor{background:transparent;border-color:transparent;box-shadow:none}body[data-theme=light] .workflows-modal .workflows-stepbuilder-editor-header{border-bottom-color:transparent}body[data-theme=light] .workflows-modal .workflows-stepbuilder-drag{color:#64748b}body[data-theme=light] .settings-modal{scrollbar-color:#f0eee6 transparent}body[data-theme=light] .settings-modal::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .settings-modal::-webkit-scrollbar-thumb{background:#f0eee6}body[data-theme=light] .settings-modal::-webkit-scrollbar-thumb:hover{background:#f0eee6}body[data-theme=light] .tools-modal,body[data-theme=light] .tool-review-modal{background-color:#faf9f5;border-color:#e2e8f0;color:#334155}body[data-theme=light] .tools-modal-top-bar,body[data-theme=light] .tool-review-top-bar{border-bottom-color:#3d3a3b}body[data-theme=light] .tools-modal-title-icon{opacity:1}body[data-theme=light] .tools-modal-close,body[data-theme=light] .tool-review-close{background:#faf9f5;color:#3d3a3b}body[data-theme=light] .tools-modal-close:hover,body[data-theme=light] .tool-review-close:hover{background:#f0eee6;color:#3d3a3b}body[data-theme=light] .tools-modal-table-header{background-color:#faf9f5;background-clip:padding-box;color:#334155;border-top-color:#cbd5e1;border-bottom-color:#cbd5e1}body[data-theme=light] .tools-modal-row{background:#faf9f5;border-top-color:#d6dde8}body[data-theme=light] .tools-modal-row:last-child{border-bottom-color:#d6dde8}body[data-theme=light] .tools-modal-row-btn{color:#334155}body[data-theme=light] .tools-modal-row-btn:hover{background:#f0eee6;color:#0f172a}body[data-theme=light] .tools-modal-row-summary-text,body[data-theme=light] .tools-modal-row-action{color:#64748b}body[data-theme=light] .tools-modal-row-category-text{border-color:#d97b4a;background:rgba(217,123,74,.08);color:inherit}body[data-theme=light] .tools-modal-row-category-text.is-empty{border-color:rgba(100,116,139,.4);background:rgba(100,116,139,.07);color:#94a3b8}body[data-theme=light] .tools-modal-row-btn:hover .tools-modal-row-summary-text{color:#475569}body[data-theme=light] .tools-modal-row-btn:hover .tools-modal-row-category-text{border-color:#c26a35;background:rgba(217,123,74,.14);color:inherit}body[data-theme=light] .tools-modal-row-btn:hover .tools-modal-row-category-text.is-empty{border-color:rgba(100,116,139,.55);background:rgba(100,116,139,.12);color:#64748b}body[data-theme=light] .tools-modal-row-btn:hover .tools-modal-row-action{color:#0f172a}@media (max-width: 768px){body[data-theme=light] .tools-modal-row-tool:before,body[data-theme=light] .tools-modal-row-summary:before,body[data-theme=light] .tools-modal-row-category:before{color:#64748b}}body[data-theme=light] .tools-modal-status{color:#64748b}body[data-theme=light] .tools-modal-helper-text,body[data-theme=light] .tool-review-section-title{color:#334155}body[data-theme=light] .tool-review-readonly-field{background-color:#f0eee6;border-color:#d6dde8;color:#1e293b;scrollbar-color:#f0eee6 transparent}body[data-theme=light] .tool-review-back-btn{background:#f1ede2;border:none;color:#1f2933}body[data-theme=light] .tool-review-back-btn:hover{background:#ece7da;border:none;color:#0f172a}body[data-theme=light] .tool-review-status{color:#64748b}body[data-theme=light] .tool-review-readonly-field::-webkit-scrollbar-track{background:transparent}body[data-theme=light] .tool-review-readonly-field::-webkit-scrollbar-thumb{background:rgba(15,23,42,.12);border-radius:3px}body[data-theme=light] .tool-review-readonly-field::-webkit-scrollbar-thumb:hover{background:rgba(15,23,42,.22)}@media (max-width: 768px){body[data-theme=light] .left-sidebar .account-section{background-color:#faf9f5;border-top-color:#d6dde8}}
