@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap";.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;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 #00000080;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-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:#2196f3;color:#fff}.confirm-btn.danger{background-color:#f44336}.confirm-btn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #2196f34d}.confirm-btn.danger:hover{box-shadow:0 4px 12px #f443364d}.modal-btn:active{transform:translateY(0)}.modal-overlay.auth-expired-modal .modal-content{background-color:#000;border:1px solid #1f1f1f}.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 .confirm-btn,.modal-overlay.auth-expired-modal .confirm-btn.danger{background-color:#28afb0;color:#fff;padding:16px;border-radius:10px;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;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 #4a9eff66}@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 #2196f31a}.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 #2196f34d}.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}.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(16px,4vw,56px);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;user-select:none;-webkit-user-select:none}.login-top-nav-links{display:flex;align-items:center;gap:24px}.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:#ffffff14}.login-card{position:relative;z-index:2;background:#11151c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid #4d4d57;box-shadow:0 20px 60px #00000080;padding:48px;width:100%;max-width:450px;margin-top:68px;animation:slideUp .5s ease-out}@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:68px;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% + 34px - 20vh);left:0;right:calc(clamp(24px,6vw,96px) + 450px);transform:translateY(-50%);z-index:1;pointer-events:none;display:flex;align-items:center;justify-content:center}.login-side-message{width:max-content;min-height:64px;color:#e5e7eb;font-size:clamp(56px,4.8vw,80px);font-weight:400;line-height:1.2;text-align:right;letter-spacing:.2px;white-space:pre-line}.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-form{display:flex;flex-direction:column;gap:24px}.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 #4a9eff33}.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-button:hover:not(:disabled){background:#28afb0;transform:translateY(-2px);box-shadow:0 10px 25px #4a9eff66}.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: 640px){.login-top-nav{height:auto;min-height:68px;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:14px;flex-wrap:wrap}.login-container{justify-content:center;padding-right:0}.login-card{padding:32px 24px;margin:88px 16px 16px}.login-header h1{font-size:24px}.login-page-lottie{top:88px}.login-side-message-rail,.login-side-lottie{display:none}}.signup-container{--signup-top-offset: 68px;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:68px;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(16px,4vw,56px);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;user-select:none;-webkit-user-select:none}.signup-top-nav-links{display:flex;align-items:center;gap:24px}.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:#ffffff14}.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 #00000080;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}.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 #4b95ff2e}.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:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#888;cursor:pointer;font-size:18px;padding:4px;transition:color .2s}.toggle-password:hover{color:#b0b0b0}.toggle-password:disabled{opacity:.5;cursor:not-allowed}.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}.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 #4a9eff66}.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}.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: 768px){.signup-container{--signup-top-offset: 88px;justify-content:center;padding:var(--signup-top-offset) 16px 0}.signup-value-panel{display:none}.signup-top-nav{height:auto;min-height:68px;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:14px;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}}.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:68px;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(16px,4vw,56px);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;user-select:none;-webkit-user-select:none}.pricing-top-nav-links{display:flex;align-items:center;gap:24px}.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:#ffffff14}.pricing-main{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:132px clamp(20px,4vw,40px) 72px}.pricing-header{text-align:center;margin-bottom:36px}.pricing-header h1{margin:0;color:#f3f4f6;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:#11151cf2;box-shadow:0 20px 48px #00000073}.pricing-card.featured{border-color:#5a86ff;background:#101723fa}.pricing-badge{position:absolute;top:-11px;right:18px;background:#5a86ff;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:18px}.pricing-features li:before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:#5a86ff}.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}.pricing-cta-secondary{background:#202733;border:1px solid #58606f}@media (max-width: 1100px){.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:auto}}@media (max-width: 640px){.pricing-top-nav{height:auto;min-height:68px;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:14px;flex-wrap:wrap}.pricing-stars{top:88px}.pricing-main{padding:124px 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:116px 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 - 196px)}.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;-moz-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 #5a86ff38}.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 #4b95ff2e}.checkout-hint{margin:8px 0 0;color:#94a3b8;font-size:12px}.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 #4b95ff2e}.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:#7f1d1d40;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}}.legal-page{--legal-top-offset: 68px;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(16px,4vw,56px);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;user-select:none;-webkit-user-select:none}.legal-top-nav-links{display:flex;align-items:center;gap:24px}.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:#ffffff14}.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:#ffffff14}@media (max-width: 640px){.legal-page{--legal-top-offset: 88px;padding:calc(var(--legal-top-offset) + 16px) 10px 16px}.legal-content{border-radius:12px;padding:20px 16px}.legal-top-nav{height:auto;min-height:68px;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:14px;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-interface{--chat-font-scale: 1.08}body[data-platform=windows] .chat-interface{--chat-font-scale: 1.02}.chat-interface{flex:1;display:flex;flex-direction:column;background-color:#0c0a00;width:100%;padding:0;position:relative}.chat-container{flex:1;display:flex;flex-direction:column;height:100%;background-color:#0c0a00;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,.chat-container.pre-query .chat-header-spacer{background-color:transparent}.chat-header-spacer{position:absolute;top:0;left:0;right:0;height:40px;background-color:#0c0a00;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:600;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:500}.chat-share-toggle:hover,.chat-private-toggle:hover{background-color:#ffffff14;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{width:32px;min-width:32px;padding:0;gap:0}.chat-private-toggle.is-active{background-color:#4a9eff29;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:#4a9eff29;color:#bfe4ff}.chat-share-status{position:absolute;top:calc(100% + 8px);right:0;pointer-events:none;padding:6px 10px;border-radius:999px;background:#111827eb;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:40px var(--chat-horizontal-padding) 0;display:flex;flex-direction:column;gap:0;background-color:#0c0a00;align-items:center}.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:#0c0a00;justify-content:flex-start}.user-message{width:100%;background-color:#0c0a00;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.815;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));color:#d1d5dbcc;margin:0}.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.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}.chat-container:not(.greeting-active){justify-content:flex-start}.chat-container.greeting-active{justify-content:center;transform:translateY(clamp(-120px,-10vh,-60px))}.chat-container.greeting-active .messages-container{flex:0 0 auto;padding-top:clamp(44px,11vh,112px);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{width:95%;max-width:min(669px,95%);margin-bottom:0;padding:6px 10px;border-radius:14px 14px 0 0;border:1px solid rgba(255,255,255,.1);border-bottom:none;background:#262626;display:block;overflow:hidden;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.workflow-slash-picker-list{width:100%;display:flex;flex-direction:column;gap:2px}.workflow-slash-picker-loading{padding:8px 10px;font-size:calc(12px * var(--chat-font-scale));color:#e5e7ebb8}.workflow-slash-picker-item{width:100%;border:none;border-radius:8px;background:transparent;color:#e5e7ebdb;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:8px 10px;font-size:calc(12px * var(--chat-font-scale));text-align:left;transition:background-color .16s ease,color .16s ease}.workflow-slash-picker-item:hover{background:#292a30;color:#fff}.workflow-slash-picker-item-prefix{color:#9ca3afeb}.workflow-slash-picker-item-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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:#00000024;color:#e5e7ebd1;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:#ffffff0f;color:#fff}.chat-mode-chip:active{transform:translateY(1px)}.chat-mode-chip.is-selected{border-color:#ffffff2e;background:#ffffff14;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:#e5e7ebc7}.chat-mode-chip.is-embedded:hover{background:#262626;color:#fff}.chat-mode-chip.is-embedded.is-selected{background:#ffffff24;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}.ai-message .message-content{background-color:transparent;color:#d1d5db}.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:#0c0f1473;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}.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:#0000000d;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:216px;padding:4px 8px 6px;gap:4px}.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}.chat-upload-tile.documents-tile.is-inline-pdf-open{width:100%;max-width:100%;flex:1 1 100%}.chat-upload-tile.documents-tile:hover{background:transparent}.chat-upload-tile .documents-tile-header{width:198px;margin:0 auto;justify-content:space-between;padding:0 2px 0 6px}.chat-upload-tile.documents-tile.is-inline-pdf-open>.documents-tile-header{display:none}.chat-upload-tile .documents-tile-title{padding-top:0}.chat-upload-filetype-icon{flex:0 0 auto;font-size:13px;line-height:1}.chat-upload-tile .documents-kebab{width:28px;height:28px}.chat-upload-tile-preview.documents-tile-preview{width:198px;height:198px;margin:0 auto;position:relative;overflow:hidden}.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:#00000073;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:#ffffff03}.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:#ffffff05}.chat-upload-rename-action.documents-card-menu-item:hover{background:#ffffff0f}.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:#ffffff0f}.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:#4a9eff26}.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:#4a9eff26}.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:#11182799;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,#4a9eff2e,#4a9eff05)}.upload-thumbnail-fallback-csv .upload-thumbnail-fallback-label{border-color:#4a9eff99;color:#4a9eff;background:#0f172ab3}.upload-thumbnail-fallback-sheet{color:#6ee7b7;background:linear-gradient(140deg,#6ee7b726,#6ee7b705),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:#6ee7b799;color:#6ee7b7;background:#06180fa6}.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:#0c0a00;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.chat-input-shell{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 #00000040;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.chat-input-workflow-row{display:flex;align-items:center;justify-content:flex-start;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-block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-workflow-clear{border:none;background:transparent;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:hover{background:#ffffff14;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.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:#e7815d75;color:#ffffffc7;box-shadow:none;cursor:not-allowed}.chat-input-send:not(:disabled):hover{background-color:#ee946f;transform:translateY(-1px)}.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:40px;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-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:40px 0 0;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:40px;border-radius:12px}.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}.workflow-slash-picker{width:100%;max-width:var(--chat-content-max-width)}.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:#0000002e;color:#e5e7ebe0}.chat-container.greeting-active .chat-mode-chip.is-embedded:hover{background:#ffffff14;color:#fff}.chat-container.greeting-active .chat-mode-chip.is-embedded.is-selected{border-color:#ffffff47;background:#ffffff24;color:#fff}}.documents-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);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 #00000080,0 10px 10px -5px #0006;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:24px;font-weight:500;color:#e5e7eb;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;gap:16px;width:100%;margin-bottom:20px}.documents-select{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{width:180px}.documents-select:focus{border-color:#3b82f6}.documents-type-select{position:relative;width:180px}.documents-type-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;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;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-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-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 #00000080,0 10px 10px -5px #0006}.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:#4a9eff29}.documents-select-icon-wrapper{position:relative;width:180px}.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;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}.documents-layout-toggle{display:inline-flex;gap:8px}.documents-layout-button{background:#ffffff14;border:1px solid rgba(255,255,255,.06);color:#9ca3af;width:40px;height:40px;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:#ffffff26;color:#e5e7eb}.documents-layout-button.is-active{background:#3b82f638;color:#e5e7eb;border-color:#3b82f640}.documents-table-container{flex:1;overflow-x:hidden;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{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed;user-select:none;-webkit-user-select:none;-moz-user-select:none}.documents-table th,.documents-table td{padding:12px 16px;text-align:left;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;-moz-appearance:none;appearance:none;width:18px;height:18px;margin:0;position:relative;border-radius:6px;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:5px;height:9px;border-right:2px solid #ffffff;border-bottom:2px 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{border-color:#e7815d;background:#e7815d;box-shadow:0 0 0 1px #e7815d38}.documents-select-checkbox:checked:after{transform:translate(-50%,-56%) rotate(45deg) scale(1)}.documents-select-checkbox:indeterminate:after{width:9px;height:2px;border:none;border-radius:999px;background:#fff;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:#262626;font-weight:600;color:#9ca3af;position:sticky;top:0;font-size:13px;z-index:3}.documents-table tr:hover td{background-color:#262626}.documents-row.is-selected td{background-color:#3b82f62e}.documents-row.is-selected:hover td{background-color:#3b82f638}.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}.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:#9ca3af26;color:#e5e7eb}.documents-icon-button:disabled{opacity:.5;cursor:not-allowed}.documents-library-checkbox,.table-inline-toggle,.workflows-active-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:31px;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:17px;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=light] .documents-library-checkbox,body[data-theme=light] .table-inline-toggle,body[data-theme=light] .workflows-active-toggle{background:#c7c7cc}body[data-theme=light] .documents-library-checkbox:after,body[data-theme=light] .table-inline-toggle:after,body[data-theme=light] .workflows-active-toggle:after{background:#fff}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:#6b7280}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{background:#fff}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{border-color:#e7815d;background:#e7815d}.documents-sort-control{position:relative;display:inline-flex;align-items:center;justify-content:center}.documents-sort-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px;transition:background-color .2s,color .2s}.documents-sort-button:hover{background-color:#9ca3af26;color:#e5e7eb}.documents-sort-menu{position:absolute;top:calc(100% + 6px);right:0;background:#1f1f1f;border:1px solid #2f2f2f;border-radius:10px;padding:6px;min-width:190px;z-index:8;box-shadow:0 12px 24px #00000059}.documents-sort-option{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:#3b82f62e}.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:#9ca3af26;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 #00000059}.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:#3b82f62e}.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:#f871712e}.documents-table-container::-webkit-scrollbar{width:8px}.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:#00000059;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:#ffffff04;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:#ffffff24;background:#ffffff0a}.documents-tile-preview.is-selected{border-color:#4a9effbf;background:#4a9eff0d;box-shadow:0 0 0 2px #4a9eff38}.documents-tile-preview.is-selected:hover{background:#4a9eff12}.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,#4a9eff2e,#4a9eff05)}.documents-thumbnail-fallback-excel{color:#34d399;background:linear-gradient(140deg,#34d3992e,#34d39905)}.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:#4a9eff24}.documents-tile.is-selected:hover{background:#4a9eff2e}.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:34px;height:34px;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:#ffffff1f;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 #00000080,0 10px 10px -5px #0006}.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:34px}.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-select-icon-wrapper,.documents-select-fixed,.documents-search{width:100%}.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}}.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(16px,4vw,56px);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:24px}.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:#ffffff14}.shared-chat-main{padding-top:68px;min-height:100vh}.shared-chat-surface{min-height:calc(100vh - 68px);background:#0c0a00}.shared-chat-meta{position:absolute;top:76px;right:26px;z-index:30;padding:6px 10px;border-radius:999px;background:#111827e6;color:#dbeafe;font-size:12px;line-height:1.2;border:1px solid rgba(148,163,184,.35)}.shared-chat-interface{min-height:calc(100vh - 68px);background:#0c0a00}.shared-chat-interface .chat-container{min-height:calc(100vh - 68px);border-radius:0}.shared-chat-state{padding:28px 22px;color:#cbd5e1;font-size:15px}.shared-chat-state-error{color:#fca5a5}.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: 768px){.shared-chat-top-nav{height:56px;padding:0 14px}.shared-chat-top-nav-brand{font-size:20px}.shared-chat-top-nav-links{gap:10px}.shared-chat-top-nav-link{font-size:14px}.shared-chat-top-nav-cta{height:34px;padding:0 10px}.shared-chat-main{padding-top:56px}.shared-chat-surface{min-height:calc(100vh - 56px)}.shared-chat-meta{top:64px;right:12px;font-size:11px;max-width:calc(100vw - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shared-chat-interface,.shared-chat-interface .chat-container{min-height:calc(100vh - 56px)}.shared-chat-attachments-grid{max-width:100%}}.file-upload{display:flex;align-items:center;gap:6px}.upload-button{padding:0;background-color:transparent;color:#6b7280;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}.upload-plus{font-size:22px;font-weight:200;color:#b0b6be;line-height:1;letter-spacing:0;display:inline-block;font-family:inherit;transform:translateY(0)}.upload-button:hover{background-color:#4a9eff22;border-radius:50%}.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 #0000001f;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:#1f2933}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:#0f172a}body[data-theme=light] .library-dropdown.model-selector .library-dropdown-item.selected{background:#f0eee6;color:#0f172a;font-weight:400}body[data-theme=light] .library-dropdown.model-selector .library-dropdown-item.selected:hover{background:#f0eee6;color:#0f172a}body[data-theme=light] .library-dropdown.chat-mode-selector .library-dropdown-selected{color:#1f2933}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:#0f172a}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:#0f172a}body[data-theme=light] .library-dropdown-list{background:#faf9f5;border:1px solid #d6dde8}body[data-theme=light] .library-dropdown-item.selected,body[data-theme=light] .library-dropdown-item.selected:hover{background:#f0eee6;color:#0f172a}.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-petal{transform-origin:64px 64px;animation:lotusPulse 5.7s ease-in-out infinite}.lotus-outer{fill:#e7815d}.lotus-mid{fill:#ee946f}.lotus-inner{fill:#f4aa86}.lotus-core{fill:#e7815d}.lotus-delay-0{animation-delay:0s}.lotus-delay-1{animation-delay:.11s}.lotus-delay-2{animation-delay:.22s}.lotus-delay-3{animation-delay:.33s}.lotus-delay-4{animation-delay:.44s}.lotus-delay-5{animation-delay:.55s}.lotus-delay-6{animation-delay:.66s}.lotus-delay-7{animation-delay:.77s}@keyframes lotusPulse{0%,to{transform:scale(.88);opacity:.72}50%{transform:scale(1.12);opacity:1}}.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 #5ab0ffcc}.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 #5ab0ff99,0 0 40px #8b5cf666}.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 #00000040}@keyframes classic-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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 #00000059;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:#111827eb;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 #00000059}.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:#000000bf;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 #0009;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:#dc26261a;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:#4a9eff1a;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 #4a9eff1a}.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}.modal-select-dropdown{position:relative;width:100%;min-width:0;font-family:inherit}.modal-select-trigger{width:100%;border:1px solid #404040;background:#262626;color:#e5e7eb;border-radius:8px;padding:10px 40px 10px 12px;text-align:left;font-family:inherit;font-size:13px;font-weight:500;line-height:1.2;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.modal-select-trigger.documents-select{background-image:none}.modal-select-trigger:focus-visible{outline:none;border-color:#3b82f6}.modal-select-trigger:disabled{opacity:.6;cursor:not-allowed}.modal-select-trigger-label{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal-select-trigger-value{display:flex;align-items:center;gap:8px;min-width:0}.modal-select-trigger-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:transform .15s ease}.modal-select-dropdown.is-open .modal-select-trigger-arrow{transform:translateY(-50%) rotate(180deg)}.modal-select-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;max-height:260px;overflow:auto;background:#1a1a1a;border:1px solid #333;border-radius:10px;box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0006;z-index:1200;list-style:none;margin:0;padding:4px 0}.modal-select-menu.modal-select-menu-upward{top:auto;bottom:calc(100% + 8px)}.modal-select-option{width:100%;background:transparent;border:none;text-align:left;color:#e5e7eb;font-family:inherit;font-size:13px;font-weight:500;line-height:1.2;padding:10px 12px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.modal-select-option-value{display:flex;align-items:center;gap:8px;min-width:0}.modal-select-option-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-select-option-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.modal-select-option-icon img{width:14px;height:14px;object-fit:contain}.modal-select-option:hover:not(:disabled),.modal-select-option.is-selected{background:#262626;color:#fff}.modal-select-option:disabled,.modal-select-option.is-disabled{opacity:.45;cursor:not-allowed}.modal-select-dropdown.is-settings .modal-select-trigger{background:#18181a;border:1px solid rgba(255,255,255,.08);color:#f2f2f2;border-radius:10px;padding:12px 44px 12px 14px;font-size:14px;font-weight:400}.modal-select-dropdown.is-settings .modal-select-trigger:focus-visible{border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff40}.modal-select-dropdown.is-settings .modal-select-menu{background:#252527;border:1px solid rgba(255,255,255,.12)}.modal-select-dropdown.is-settings .modal-select-option{font-size:14px;font-weight:400}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-trigger{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-trigger:hover:not(:disabled){background:#fffdf8;border-color:#c8d1df;color:#0f172a}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-trigger:focus-visible{border-color:#e7815d;box-shadow:0 0 0 3px #e7815d33}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-trigger-arrow{color:#647569}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-menu{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px #0f172a1f}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-option{color:#1f2933;background:transparent}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-option:hover:not(:disabled){background:#fffdf8;color:#0f172a}body[data-theme=light] .modal-select-dropdown.is-filter .modal-select-option.is-selected{background:#f0eee6;color:#0f172a}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-trigger{background:#faf9f5;border-color:#d6dde8;color:#1f2933}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-trigger:hover:not(:disabled){background:#fffdf8;border-color:#c8d1df}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-trigger:focus-visible{border-color:#e7815d;box-shadow:0 0 0 3px #e7815d33}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-trigger-arrow{color:#647569}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-menu{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px #0f172a1f}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-option{color:#1f2933;background:transparent}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-option:hover:not(:disabled){background:#fffdf8;color:#0f172a}body[data-theme=light] .modal-select-dropdown.is-settings .modal-select-option.is-selected{background:#f0eee6;color:#0f172a}.ideas-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ideas-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 #00000080,0 10px 10px -5px #0006;font-family:Inter,sans-serif;color:#e5e7eb}.ideas-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #333}.ideas-modal-title{font-size:24px;font-weight:500;color:#e5e7eb;margin:0;display:inline-flex;align-items:center;gap:10px}.ideas-modal-title i{font-size:20px;line-height:1;color:currentColor}.ideas-controls{display:flex;align-items:center;gap:16px;width:100%;margin-bottom:20px}.ideas-controls .btn-primary{padding:0 16px;height:40px;min-height:40px;display:inline-flex;align-items:center;background-color:#e7815d;color:#fff}.ideas-controls .btn-primary:hover:not(:disabled){background-color:#ee946f}.btn-primary{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;white-space:nowrap;font-family:Inter,sans-serif;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{background-color:#1e3a8a;color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:transparent;color:#e5e7eb;border:1px solid #404040;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;font-family:Inter,sans-serif;transition:background-color .2s}.btn-secondary:hover{background-color:#262626}.btn-close{background:#ffffff14;border:none;width:40px;height:40px;border-radius:50%;color:#f5f5f5;font-size:20px;cursor:pointer;padding:4px;line-height:1;transition:background .2s ease}.btn-close:hover{background:#ffffff26}.ideas-table-container{flex:1;overflow-x:hidden;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}.ideas-table{width:100%;border-top:1px solid #333;border-collapse:collapse;font-size:14px;table-layout:fixed}.ideas-table th,.ideas-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #333;color:#e5e7eb}.ideas-table th{background-color:#262626;font-weight:600;color:#9ca3af;position:sticky;top:0;font-size:13px}.ideas-table th.idea-last-modified-column{width:140px;text-align:center;white-space:nowrap}.ideas-table .idea-select-column,.ideas-table .idea-select-cell{width:34px;padding-left:6px!important;padding-right:6px!important}.ideas-table th.idea-title-column,.ideas-table td.idea-title-cell{padding-left:8px}.ideas-table th.idea-library-column,.ideas-table td.idea-library-cell{width:86px;text-align:center}.ideas-table td.idea-last-modified-cell{text-align:center;white-space:nowrap}.ideas-table th.idea-actions-column,.ideas-table td.idea-actions-cell{width:72px;text-align:center}.ideas-table tr:hover td{background-color:#262626}.idea-row{cursor:default}.idea-row.is-selected td{background:#3b82f62e}.idea-row.is-selected:hover td{background:#3b82f638}.idea-title-cell:hover{color:#f8fafc;text-decoration:none}.idea-title-button{background:none;border:none;color:#e5e7eb;font:inherit;padding:0;cursor:pointer;text-align:left}.idea-title-button:hover{color:#f8fafc;text-decoration:none}.delete-icon{color:#9ca3af;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.delete-icon:hover{background-color:#9ca3af26}.add-idea-form{display:flex;flex-direction:column;height:100%;min-height:0;gap:12px;color:#f5f5f5}.ideas-modal.ideas-modal-editor{background-color:#252527;border:1px solid rgba(255,255,255,.08);color:#f5f5f5}.add-idea-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08)}.add-idea-header h2{display:inline-flex;align-items:center;gap:10px;font-size:18px;color:#f5f5f5;margin:0;font-weight:600}.add-idea-header h2 i{font-size:18px;line-height:1;color:currentColor}.add-idea-close{flex-shrink:0}.add-idea-form .form-group{display:flex;flex-direction:column;gap:6px}.add-idea-title-row{display:flex;align-items:center;flex-wrap:nowrap;width:100%;min-width:0;gap:8px;overflow:visible}.add-idea-title-input-wrap{position:relative;flex:1 1 0;min-width:180px;max-width:none}.add-idea-title-row .add-idea-title-input{width:100%;max-width:none;height:42px;padding:0 34px 0 14px}.add-idea-title-inline-button{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:20px;height:20px;border:none;background:transparent;color:#e7815d;border-radius:0;padding:0;font-size:13px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease;z-index:1}.add-idea-title-inline-button:hover:not(:disabled){background:transparent;color:#cbd5e1}.add-idea-title-inline-button:disabled{color:#8f9aaa;opacity:.6;cursor:not-allowed}.add-idea-title-inline-button.is-loading,.add-idea-title-inline-button.is-loading:disabled{opacity:1;cursor:wait}.add-idea-inline-spinner{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.add-idea-inline-spinner>*{transform:scale(.32);transform-origin:center}.add-idea-form .form-group label{font-weight:500;color:#e5e5e5;font-size:14px}.add-idea-body-group{display:flex;min-height:0;flex:1;margin-top:-2px;margin-bottom:-2px}.add-idea-body-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#18181a}.add-idea-title-row .add-idea-body-toolbar{flex:0 0 auto;min-width:0;padding:0;gap:8px;flex-wrap:nowrap;overflow:visible;background:transparent;border:none;border-radius:0;justify-content:flex-start}.add-idea-title-row .add-idea-textstyle-dropdown,.add-idea-title-row .add-idea-toolbar-button{flex-shrink:0}.add-idea-title-row .add-idea-textstyle-dropdown{min-width:140px;height:42px;border-radius:10px}.add-idea-title-row .add-idea-toolbar-button{width:42px;height:42px;border-radius:10px}.add-idea-textstyle-dropdown{position:relative;display:flex;align-items:center;min-width:130px;height:34px}.add-idea-textstyle-trigger{width:100%;height:100%;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#202023;display:inline-flex;align-items:center;justify-content:flex-start;color:#f2f2f2;font-size:13px;font-weight:500;padding:0 12px;gap:8px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.add-idea-textstyle-trigger .library-dropdown-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-idea-textstyle-trigger .library-dropdown-arrow{margin-left:auto;font-size:14px;transform:translateY(1px)}.add-idea-textstyle-trigger:focus{outline:none;border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff33}.add-idea-textstyle-list{top:calc(100% + 6px);bottom:auto;left:0;right:auto;min-width:100%;max-height:240px;overflow-y:auto;z-index:50}.add-idea-textstyle-item{white-space:nowrap}.add-idea-toolbar-button{width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#202023;color:#f2f2f2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.add-idea-toolbar-button:disabled{opacity:.5;cursor:not-allowed}.add-idea-toolbar-button.is-loading,.add-idea-toolbar-button.is-loading:disabled{opacity:1;cursor:wait}.add-idea-toolbar-button:hover{border-color:#ffffff3d;background:#2a2a2d}.add-idea-toolbar-polish{width:auto;min-width:112px;padding:0 12px;gap:6px;background:transparent}.add-idea-toolbar-polish:hover:not(:disabled){background:#262626}.add-idea-toolbar-polish:disabled,.add-idea-toolbar-polish.is-loading,.add-idea-toolbar-polish.is-loading:disabled{background:transparent}.add-idea-toolbar-button:focus-visible,.add-idea-title-inline-button:focus-visible,.add-idea-textstyle-trigger:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.add-idea-form .form-input{padding:12px 14px;background-color:#18181a;border:1px solid rgba(255,255,255,.08);border-radius:10px;font-size:15px;color:#f2f2f2;font-family:Inter,sans-serif;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.add-idea-form .form-input:focus{border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff40}.add-idea-form .form-textarea{padding:12px 14px;background-color:#18181a;border:1px solid rgba(255,255,255,.08);border-radius:10px;font-size:15px;color:#f2f2f2;flex:1;resize:none;font-family:Inter,sans-serif;outline:none;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.add-idea-form .form-input::placeholder,.add-idea-form .form-textarea::placeholder{color:#9a9a9a}.add-idea-form .form-textarea:focus{border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff40}.add-idea-body-editor{flex:1;min-height:260px;height:100%;max-height:100%;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.add-idea-body-editor:empty:before{content:attr(data-placeholder);color:#9a9a9a}.add-idea-body-editor p,.add-idea-body-editor h1,.add-idea-body-editor h2,.add-idea-body-editor h3,.add-idea-body-editor blockquote,.add-idea-body-editor ul,.add-idea-body-editor ol{margin:0 0 10px}.add-idea-body-editor h1{font-size:24px}.add-idea-body-editor h2{font-size:20px}.add-idea-body-editor h3{font-size:17px}.add-idea-body-editor blockquote{margin-left:0;padding-left:12px;border-left:3px solid rgba(255,255,255,.24);color:#c7c7c9}.add-idea-body-editor ul,.add-idea-body-editor ol{padding-left:24px}.add-idea-body-editor table{width:100%;border-collapse:collapse;margin:8px 0}.add-idea-body-editor th,.add-idea-body-editor td{border:1px solid rgba(255,255,255,.18);padding:6px 8px;text-align:left}.add-idea-body-editor th{background:#ffffff14;font-weight:600}.add-idea-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:0;flex-shrink:0;padding-top:2px;border-top:none}.add-idea-form .btn-secondary{background-color:#3a3a3a;color:#d0d0d0;border:1px solid transparent;padding:12px 24px;border-radius:8px;font-weight:500;transition:all .2s ease}.add-idea-form .btn-secondary:hover:not(:disabled){background-color:#454545}.add-idea-form .btn-primary{background-color:#e7815d;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}.add-idea-form .btn-primary:hover:not(:disabled){background-color:#ee946f;transform:translateY(-1px);box-shadow:0 4px 12px #e7815d57}.add-idea-form .btn-primary:disabled{background-color:#e7815d75;color:#ffffffc7;cursor:not-allowed;box-shadow:none}.add-idea-form .btn-primary:focus-visible,.add-idea-form .btn-secondary:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.add-idea-table-builder-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.add-idea-polish-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1210;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.add-idea-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 #0006,0 6px 16px #00000047}.add-idea-polish-preview h3{margin:0;font-size:18px;font-weight:600}.add-idea-polish-preview p{margin:0;font-size:14px;color:#a0a0a0}.add-idea-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}.add-idea-polish-preview-actions{display:flex;justify-content:flex-end;gap:10px}.add-idea-table-builder{width:min(360px,calc(100vw - 40px));border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#252527;padding:18px;color:#f5f5f5;box-shadow:0 18px 36px #0006,0 6px 16px #00000047}.add-idea-table-builder h3{margin:0;font-size:18px;font-weight:600}.add-idea-table-builder p{margin:8px 0 0;font-size:14px;color:#a0a0a0}.add-idea-table-builder-fields{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.add-idea-table-builder-fields label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#e5e5e5}.add-idea-table-builder-fields input{height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#18181a;color:#f2f2f2;font-size:14px;padding:0 10px}.add-idea-table-builder-fields input:focus{outline:none;border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff33}.add-idea-table-builder-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.add-idea-table-builder-actions .btn-secondary,.add-idea-table-builder-actions .btn-primary{min-width:92px;padding:10px 14px}.ideas-table-container::-webkit-scrollbar{width:8px}.ideas-table-container::-webkit-scrollbar-track{background:#1a1a1a}.ideas-table-container::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.ideas-table-container::-webkit-scrollbar-thumb:hover{background:#525252}@media (max-width: 720px){.ideas-controls{flex-direction:column;align-items:stretch;gap:10px}.ideas-controls .btn-primary{width:100%}}@media (max-width: 1200px){.add-idea-title-row{flex-wrap:wrap}.add-idea-title-input-wrap{flex:1 1 100%}.add-idea-title-row .add-idea-body-toolbar{min-width:0;flex:1 1 100%;overflow-x:auto}}.add-idea-reset-confirm{background:#00000073}.add-idea-reset-confirm .modal-content{width:min(560px,calc(100vw - 40px));border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#252527;box-shadow:0 18px 36px #0006,0 6px 16px #00000047}.add-idea-reset-confirm .modal-header{padding:18px 18px 8px}.add-idea-reset-confirm .modal-header h3{color:#f5f5f5}.add-idea-reset-confirm .modal-body{padding:0 18px 4px}.add-idea-reset-confirm .modal-body p{color:#a0a0a0}.add-idea-reset-confirm .modal-footer{padding:12px 18px 18px;gap:10px}.add-idea-reset-confirm .modal-btn{border-radius:8px;min-width:96px}.add-idea-reset-confirm .cancel-btn{background-color:#3a3a3a;color:#d0d0d0;border:1px solid transparent}.add-idea-reset-confirm .cancel-btn:hover{background-color:#454545;transform:none}.add-idea-reset-confirm .confirm-btn,.add-idea-reset-confirm .confirm-btn.danger{background-color:#e7815d;color:#fff}.add-idea-reset-confirm .confirm-btn:hover,.add-idea-reset-confirm .confirm-btn.danger:hover{background-color:#ee946f;transform:translateY(-1px);box-shadow:0 4px 12px #e7815d57}.workflows-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);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;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 #00000080,0 10px 10px -5px #0006;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:24px;font-weight:500;color:#e5e7eb;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;gap:16px;width:100%;margin-bottom:20px}.workflows-controls .btn-primary{padding:0 16px;height:40px;min-height:40px;display:inline-flex;align-items:center;background-color:#e7815d;color:#fff}.workflows-controls .btn-primary:hover:not(:disabled){background-color:#ee946f}.workflows-table-container{flex:1;overflow-x:hidden;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{width:100%;border-top:1px solid #333;border-collapse:collapse;font-size:14px;table-layout:fixed}.workflows-table th,.workflows-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #333;color:#e5e7eb}.workflows-table tbody tr:last-child td{border-bottom:none}.workflows-table th{background-color:#262626;font-weight:600;color:#9ca3af;position:sticky;top:0;font-size:13px;z-index:3}.workflows-table tr:hover td{background-color:#262626}.workflow-row{cursor:default}.workflow-row.is-selected td{background:#3b82f62e}.workflow-row.is-selected:hover td{background:#3b82f638}.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}.workflow-name-button:hover{color:#f8fafc;text-decoration:none}.workflow-description-cell{color:#9ca3af;font-size:13px;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-description-button{width:100%;background:none;border:none;color:inherit;font:inherit;font-size:inherit;padding:0;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflows-editor{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.is-steps-stage .workflows-stepbuilder-list-header{padding-top:22px}.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{--workflows-tab-base-bg: #252527;--workflows-tab-unselected-bg: #252527;--workflows-tab-selected-bg: #3a3a3a;--workflows-tab-unselected-fg: #9ca3af;--workflows-tab-selected-fg: #e5e7eb;--workflows-tabs-right-shift: 0px;flex:1;overflow:hidden;padding-right:0;display:flex;flex-direction:column;gap:12px}.workflows-modal .form-group{display:flex;flex-direction:column;gap:8px}.workflows-modal .form-group label{font-weight:500;color:#d1d5db;font-size:14px;font-family:inherit}.workflows-modal .form-input,.workflows-modal .form-textarea,.workflows-modal .btn-primary,.workflows-modal .btn-secondary{font-family:inherit}.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-modal .btn-secondary{border:none}.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:#ffffff05;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;-webkit-user-select:none;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:24px;font-weight:500;line-height:1.1;color:#e5e7eb;display:inline-flex;align-items:center;gap:10px}.workflows-editor-fixed-title-icon{font-size:20px;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:1px;flex-wrap:wrap;position:relative;z-index:1;margin-left:var(--workflows-tabs-right-shift);margin-right:0}.workflows-wizard-tab{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:46px;padding:0 12px;display:inline-flex;align-items: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;margin-top:16px;padding-left:16px;padding-right:16px}.workflows-wizard-panel{flex:1;min-height:0}.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;border-top:none!important;padding-top:0!important}.workflows-wizard-actions-right{display:flex;align-items:center;gap:10px}.workflows-wizard-banner{border:1px solid rgba(59,130,246,.35);background:#3b82f614;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:#0003;color:#d1d5db;font-size:13px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.workflows-output-file-type input[type=checkbox]{margin:0;accent-color:#22c55e}.workflows-output-file-type.is-selected{border-color:#22c55e8c;background:#22c55e24;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:13px;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;-webkit-user-select:none;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;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:31px;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}.workflows-output-row-toggle:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#d1d5db;transition:left .2s ease}.workflows-output-row-toggle:checked{background:#6b7280}.workflows-output-row-toggle:checked:after{left:17px;background:#d1d5db}.workflows-output-row-toggle:focus-visible{outline:2px solid rgba(231,129,93,.45);outline-offset:2px}body[data-theme=light] .workflows-modal .workflows-output-row-toggle{background:#c7c7cc}body[data-theme=light] .workflows-modal .workflows-output-row-toggle:after{background:#fff}body[data-theme=light] .workflows-modal .workflows-output-row-toggle:checked{background:var(--workflows-toggle-active-bg)}body[data-theme=light] .workflows-modal .workflows-output-row-toggle:checked:after{background:#fff}.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,7fr) minmax(0,3fr);gap:14px;align-items: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;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:nowrap;width:100%}.workflows-output-label-toggle{border:1px solid #333;background:#00000024;color:#9ca3af;border-radius:999px;flex:1 1 0;min-height:30px;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;-webkit-user-select:none;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:36px;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;-webkit-user-select:none;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(5,minmax(0,1fr));gap:6px;flex:1}.workflows-output-color-chip{width:100%;height:24px;border-radius:7px;border:1px solid rgba(148,163,184,.55);cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff29}.workflows-output-color-chip.is-selected{border-color:#e7815d;box-shadow:inset 0 0 0 1px #ffffff6b,0 0 0 1px #e7815d61}.workflows-output-title-input{font-size:13px!important;min-height:36px}.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:36px;height:36px;border-radius:8px;border:1px solid #333;background:#00000024;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:146px;height:36px;border-radius:8px;border:1px solid #333;background:#00000024;color:#d1d5db;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;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}.workflows-output-font-family-trigger i{font-size:11px}.workflows-output-font-size-control{height:36px;min-width:64px;border:1px solid #333;background:#00000024;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:30px;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:#ffffff1f}.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 #0f172a24}.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 #00000057}.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-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:#ffffff14}.workflows-output-menu-option.is-selected{border-color:#e7815d85;background:#e7815d29;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:110px;height:36px;border:1px solid #333;border-radius:8px;background:#00000024;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;-webkit-user-select:none;user-select:none;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.workflows-output-page-color-trigger{width:26px;height:26px;min-width:26px;min-height:26px;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;-webkit-user-select:none;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:146px;border:1px solid #333;border-radius:8px;overflow:hidden;height:36px;background:#00000024}.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 8px;height:100%;text-align:center;white-space:nowrap;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:36px;min-height:36px;border-radius:8px;border:1px solid #333;background:#00000024;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:#ffffff14}.workflows-output-cover-option.is-selected{border-color:#e7815d85;background:#e7815d29;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,#94a3b840,#94a3b81a),#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:120px;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}.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(5,minmax(0,1fr))}}.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:#ffffff05;display:flex;flex-direction:column;min-height:0;outline:none;font-family:inherit}.workflows-stepbuilder-list:focus{box-shadow:0 0 0 2px #3b82f659}.workflows-stepbuilder-list-header{padding:14px 12px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #333}.workflows-stepbuilder-list-title{font-size:15px;font-weight:600;color:#e5e7eb;display:flex;align-items:center;gap:10px}.workflows-stepbuilder-list-count{font-size:12px;color:#9ca3af;border:1px solid #333;background:#0003;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;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:#0000001f;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:#e7815d24}.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 #e7815d33 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:#ffffff0a}.workflows-badge-table{background:#0ea5e91f;border-color:#0ea5e940;color:#bde7ff}.workflows-badge-memo{background:#eab3081f;border-color:#eab30840;color:#ffe6a6}.workflows-badge-bullets{background:#a855f71f;border-color:#a855f740;color:#ebd1ff}.workflows-badge-files{background:#22c55e1f;border-color:#22c55e40;color:#c7f9d4}.workflows-badge-chat{background:#6b728029;border-color:#6b728040;color:#d1d5db}.workflows-badge-override{background:#ef44441f;border-color:#ef444440;color:#fecaca}.workflows-stepbuilder-editor{border:1px solid #333;border-radius:12px;background:#ffffff05;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}.workflows-description-polish-row{display:flex;justify-content:flex-end;margin-top:8px}.workflows-description-polish-button{width:auto;min-width:112px;height:34px;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:#ffffff3d;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:#00000073;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 #0006,0 6px 16px #00000047}.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-stepbuilder-editor-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #333}.workflows-stepbuilder-editor-title{font-size:15px;font-weight:600;color:#e5e7eb;display:flex;gap:10px;align-items:center}.workflows-stepbuilder-editor-step-index{flex-shrink:0}.workflows-stepbuilder-editor-step-name-button{border:1px solid rgba(255,255,255,.12);background:#ffffff14;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:36px;min-height:36px;max-width:min(460px,48vw)}.workflows-stepbuilder-editor-step-name-button:hover{background:#ffffff1f}.workflows-stepbuilder-editor-step-name-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflows-stepbuilder-editor-step-name-input-wrap{border:1px solid rgba(255,255,255,.14);background:#ffffff14;border-radius:8px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;height:36px;min-height:36px;max-width:min(460px,48vw)}.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:#e7815dd9}.workflows-stepbuilder-editor-actions{display:flex;gap:8px}.workflows-stepbuilder-editor-actions .btn-secondary{height:36px;min-height:36px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center}.workflows-step-instructions-textarea{min-height:0;height:100%}.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}.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:#0003;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;color:#9ca3af;cursor:pointer}.workflows-format-pill.is-active{border-color:#3b82f6b3;background:#3b82f61f;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:#00000029;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:#ffffff05}.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:#00000073;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 #0006,0 6px 16px #00000047;display:flex;flex-direction:column;overflow:hidden}.workflows-review-overlay-header{display:flex;justify-content:flex-end;align-items:center;padding:10px 12px 0;flex:0 0 auto}.workflows-review-overlay-close{width:36px;height:36px}.workflows-review-overlay-body{padding:8px 14px 14px;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:#262626}.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:#f59e0bd1;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:#00000029;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:transparent;border-left-color:transparent;border-right-color:transparent;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:transparent;border-left-color:transparent;border-right-color:transparent;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){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:transparent;border-left-color:transparent;border-right-color:transparent;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] .workflows-modal .workflows-review-timeline-item:not(:last-child):after{background:#d6dde8}body[data-theme=light] .workflows-modal .workflows-review-timeline-item{border-color:#d6dde8;background:#faf9f5}body[data-theme=light] .workflows-modal .workflows-review-timeline-item.is-complete{border-color:#e7815d66;background:#e7815d1f}body[data-theme=light] .workflows-modal .workflows-review-timeline-item.is-warning{border-color:#c8d1df;background:#f0eee6}body[data-theme=light] .workflows-modal .workflows-review-timeline-marker{border-color:#c8d1df;color:#475569;background:#fff}body[data-theme=light] .workflows-modal .workflows-review-timeline-item.is-complete .workflows-review-timeline-marker{border-color:#e7815d;background:#e7815d;color:#fff}body[data-theme=light] .workflows-modal .workflows-review-timeline-item.is-warning .workflows-review-timeline-marker{border-color:#e7815d;color:#e7815d;background:#fff}body[data-theme=light] .workflows-modal .workflows-review-timeline-content h3,body[data-theme=light] .workflows-modal .workflows-review-primary,body[data-theme=light] .workflows-modal .workflows-review-step-title,body[data-theme=light] .workflows-modal .workflows-review-output-label{color:#1f2933}body[data-theme=light] .workflows-modal .workflows-review-secondary{color:#475569}body[data-theme=light] .workflows-modal .workflows-review-step-item,body[data-theme=light] .workflows-modal .workflows-review-definition-item,body[data-theme=light] .workflows-modal .workflows-review-output-item{border-color:#d6dde8;background:#fff}body[data-theme=light] .workflows-modal .workflows-review-missing-list{color:#334155}body[data-theme=light] .workflows-review-overlay{background:#0f172a3d}body[data-theme=light] .workflows-review-overlay-modal{background:#faf9f5;border-color:#e2e8f0}@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 .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}}.settings-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:1100;padding:24px}.settings-modal{width:min(720px,100%);background:#1a1a1a;border-radius:20px;font-family:Inter,sans-serif;box-shadow:0 40px 120px #00000073;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1c1c1e #2e2e30}.settings-modal::-webkit-scrollbar{width:10px}.settings-modal::-webkit-scrollbar-track{background:#2e2e30;border-radius:10px}.settings-modal::-webkit-scrollbar-thumb{background:#1c1c1e;border-radius:10px;border:2px solid #2e2e30}.settings-modal-header{padding:28px 36px 16px;display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.08)}.settings-modal-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:600;color:#8ab4ff;margin-bottom:8px}.settings-modal-title{font-size:24px;font-weight:500;color:#f5f5f5;margin:0;display:inline-flex;align-items:center;gap:10px}.settings-modal-title i{font-size:20px;line-height:1;color:currentColor}.settings-modal-subtitle{margin:8px 0 0;font-size:15px;color:#a0a0a0;line-height:1.5}.settings-close{background:#ffffff14;border:none;width:40px;height:40px;border-radius:50%;color:#f5f5f5;font-size:20px;cursor:pointer;align-self:flex-start;transition:background .2s ease}.settings-close:hover{background:#ffffff26}.settings-modal-body{padding:10px 36px 28px;background:#1a1a1a}.settings-card{background:#1a1a1a;border-radius:16px;border:none;padding:24px;display:flex;flex-direction:column;gap:0}.settings-section{display:flex;flex-direction:column;gap:14px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08)}.settings-section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.settings-section-title{margin:0;font-size:16px;font-weight:600;color:#f3f3f3}.settings-section-title-spaced{margin-bottom:8px}.settings-section-appearance{gap:0}.settings-appearance-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:center}.settings-appearance-row .settings-section-title{grid-column:1 / span 2}.settings-appearance-button{width:100%}.settings-appearance-button-light{grid-column:3}.settings-appearance-button-dark{grid-column:4}.settings-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:360px}.settings-choice-grid-voices{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}.settings-choice-grid-voices .settings-choice-button.is-selected{border-color:#e7815d;box-shadow:0 0 0 2px #e7815d40}.settings-choice-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.14);background:#18181a;color:#f2f2f2;border-radius:12px;padding:12px 14px;font-size:15px;font-weight:500;line-height:1.2;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.settings-choice-button:hover{border-color:#ffffff38;background:#202023}.settings-choice-button.is-selected{border-color:#5ab0ff;background:#5ab0ff2e;color:#f5faff}.settings-choice-button:focus-visible{outline:none;box-shadow:0 0 0 3px #5ab0ff40}.settings-choice-icon{width:18px;text-align:center;line-height:1;font-size:14px}.settings-choice-label{line-height:1}.settings-theme-choice{justify-content:flex-start}.settings-theme-choice.settings-theme-choice-light{background:#faf9f5;color:#1f2933;border-color:#d6dde8}.settings-theme-choice.settings-theme-choice-light .settings-choice-icon{color:#e7815d}.settings-theme-choice.settings-theme-choice-light:hover{background:#f0eee6;border-color:#c8d1df}.settings-theme-choice.settings-theme-choice-dark{background:#1c1c1e;color:#f5f7fb;border-color:#3b3b3b}.settings-theme-choice.settings-theme-choice-dark:hover{background:#1c1c1e;border-color:#4d4d57}.settings-theme-choice.is-selected{border-color:#e7815d;box-shadow:0 0 0 2px #e7815d40}.settings-theme-choice.is-selected.settings-theme-choice-light{background:#faf9f5;color:#1f2933}.settings-theme-choice.is-selected.settings-theme-choice-dark{background:#1c1c1e;color:#f5f7fb}.settings-model-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.settings-field-default-model{grid-column:span 1}.settings-field-temperature{grid-column:span 2}.settings-field{display:flex;flex-direction:column;gap:10px}.settings-field-inline{gap:8px}.settings-field label{font-size:15px;font-weight:500;color:#e5e5e5}.settings-field-inline label{white-space:nowrap}.settings-field select,.settings-field input[type=number]{background:#18181a;border:1px solid rgba(255,255,255,.08);color:#f2f2f2;border-radius:10px;padding:12px 14px;font-size:15px}.settings-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;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='%23cbd5f5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px}.settings-field select:focus,.settings-field input[type=number]:focus{outline:none;border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff40}.settings-field-description{font-size:14px;color:#9a9a9a;margin:-6px 0 4px}.settings-temperature{display:flex;gap:14px;min-height:48px;align-items:center}.settings-temperature input[type=range]{flex:1}.settings-temperature-value{min-width:30px;margin-left:2px;text-align:left;font-size:14px;font-weight:600;color:#e5e5e5}.spinner-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.spinner-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#1c1c1e;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.spinner-option input{position:absolute;top:12px;right:12px;bottom:12px;left:12px;opacity:0;pointer-events:none}.spinner-option-preview{width:100%;min-height:88px;display:flex;align-items:center;justify-content:center}.spinner-option-label{font-size:14px;font-weight:600;color:#f0f0f0;text-align:center}.spinner-option.is-selected{border-color:#5ab0ffcc;box-shadow:0 12px 32px #5ab0ff26}.spinner-option:not(.is-selected):hover{border-color:#5ab0ff66;transform:translateY(-1px)}.brainstorm-dropdowns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.brainstorm-dropdown{display:flex;flex-direction:column;gap:8px}.brainstorm-dropdown label{font-size:15px;font-weight:400;color:#e5e5e5}.brainstorm-dropdown select{width:100%}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:10px;padding:10px 42px 10px 12px;font-size:14px;font-weight:400;-webkit-appearance:none;-moz-appearance:none;appearance:none;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] .settings-modal .settings-field select:focus,body[data-theme=light] .settings-modal .brainstorm-dropdown select:focus{border-color:#e7815d;box-shadow:0 0 0 3px #e7815d33}.settings-error{margin-top:10px;padding:10px 12px;border-radius:10px;background:#ff5c571f;border:1px solid rgba(255,92,87,.3);color:#ff8a80;font-size:13px}.settings-modal-footer{padding:24px 36px 32px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(255,255,255,.05);background:#1a1a1a;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.settings-button{border:none;border-radius:10px;padding:12px 22px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.settings-button.primary{background:#2196f3;color:#fff;box-shadow:0 12px 24px #2196f340}.settings-button.primary:hover{transform:translateY(-1px);background:#1f88db}.settings-button.ghost{background:transparent;color:#e0e0e0;border:1px solid rgba(255,255,255,.2)}.settings-button.ghost:hover{border-color:#ffffff59}@media (max-width: 640px){.settings-modal{width:100%;max-height:100vh;border-radius:0}.settings-modal-header,.settings-modal-body,.settings-modal-footer{padding:24px}.brainstorm-dropdowns,.settings-model-row{grid-template-columns:1fr}.settings-appearance-row{grid-template-columns:1fr;gap:12px}.settings-appearance-button-light,.settings-appearance-button-dark,.settings-field-default-model,.settings-field-temperature{grid-column:auto}.spinner-options{grid-template-columns:1fr}.settings-choice-grid-voices{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-choice-grid-voices .settings-choice-button{min-height:44px;padding:10px 8px;font-size:14px;font-weight:400}}.search-chats-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-chats-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 #00000080,0 10px 10px -5px #0006;font-family:Inter,sans-serif;color:#e5e7eb}.search-chats-top-bar{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #333}.search-chats-top-controls{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.search-chats-top-controls .documents-search{flex:1;min-width:0;margin:0;background-color:#1a1a1a}.search-chats-top-controls .documents-select-icon-wrapper{width:188px;flex-shrink:0}.search-chats-top-bar .btn-close{flex-shrink:0}.search-chats-table-container{flex:1;overflow-x:hidden;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;-webkit-user-select:none;user-select:none}.search-chats-table{width:100%;border-top:1px solid #333;border-collapse:collapse;font-size:14px;table-layout:fixed}.search-chats-table th,.search-chats-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #333;color:#e5e7eb}.search-chats-table th{background-color:#262626;font-weight:600;color:#9ca3af;position:sticky;top:0;font-size:13px;z-index:3}.search-chats-table .search-chat-select-column,.search-chats-table .search-chat-select-cell{width:34px;padding-left:6px!important;padding-right:6px!important}.search-chats-table th.search-chat-title-column,.search-chats-table td.search-chat-title-cell{padding-left:8px}.search-chats-table th.search-chat-last-modified-column{width:140px;text-align:center;white-space:nowrap}.search-chats-table td.search-chat-last-modified-cell{text-align:center;white-space:nowrap}.search-chats-table th.search-chat-actions-column,.search-chats-table td.search-chat-actions-cell{width:72px;text-align:center}.search-chats-table tr:hover td{background-color:#262626}.search-chat-row{cursor:default}.search-chat-row:hover td{background-color:#262626}.search-chat-row.is-selected td{background:#3b82f62e}.search-chat-row.is-selected:hover td{background:#3b82f638}.search-chat-title-cell{color:#e5e7eb}.search-chat-title-button{background:none;border:none;color:#e5e7eb;font:inherit;padding:0;cursor:pointer;text-align:left}.search-chat-title-button:hover{color:#f8fafc;text-decoration:none}.search-chats-table-container::-webkit-scrollbar{width:8px}.search-chats-table-container::-webkit-scrollbar-track{background:#1a1a1a}.search-chats-table-container::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.search-chats-table-container::-webkit-scrollbar-thumb:hover{background:#525252}.search-chats-share-toast{position:fixed;transform:translateY(-50%);z-index:1300;background:#111827eb;color:#f9fafb;border:1px solid rgba(96,165,250,.45);border-radius:9px;padding:8px 12px;font-size:12px;line-height:1.35;max-width:240px;box-shadow:0 6px 18px #0f172a61;pointer-events:none}@media (max-width: 720px){.search-chats-top-bar{flex-wrap:wrap;align-items:flex-start;gap:10px}.search-chats-top-controls{order:2;flex-basis:100%;width:100%;flex-direction:column;align-items:stretch;gap:10px}.search-chats-top-bar .btn-close{order:1;margin-left:auto}.search-chats-top-controls .documents-select-icon-wrapper{width:100%}}.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:#9ca3af;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:#9ca3af;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:#9ca3af1f;border-color:#9ca3af33;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 #ffffff3d,0 6px 14px #00000047;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;-webkit-user-select:text;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{margin-top:6px;padding-top:12px;border-top:1px solid #2b2b2b;border-radius:0 0 8px 8px}.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:#000000bf;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 #00000080;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:40px;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;-moz-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;-moz-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:#0009;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 #0000004d;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}}}.profile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:1100;padding:24px}.profile-modal{width:min(1000px,100%);background:#1a1a1a;border-radius:20px;font-family:Inter,sans-serif;box-shadow:0 40px 120px #00000073;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1c1c1e #2e2e30}.profile-modal::-webkit-scrollbar{width:10px}.profile-modal::-webkit-scrollbar-track{background:#2e2e30;border-radius:10px}.profile-modal::-webkit-scrollbar-thumb{background:#1c1c1e;border-radius:10px;border:2px solid #2e2e30}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#212121;color:#e0e0e0}.profile-modal-header{padding:28px 36px 16px;display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-modal-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:600;color:#8ab4ff;margin-bottom:8px}.profile-modal-title{font-size:24px;font-weight:500;color:#f5f5f5;margin:0;display:inline-flex;align-items:center;gap:10px}.profile-modal-title i{font-size:20px;line-height:1;color:currentColor}.profile-modal-subtitle{margin:8px 0 0;font-size:15px;color:#a0a0a0;line-height:1.5}.profile-modal-close{background:#ffffff14;border:none;width:40px;height:40px;border-radius:50%;color:#f5f5f5;font-size:20px;cursor:pointer;align-self:flex-start;transition:background .2s ease}.profile-modal-close:hover{background:#ffffff26}.profile-modal-body{padding:12px 36px 30px;background:#1a1a1a}.profile-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:30px;align-items:start}.profile-side-menu{display:flex;flex-direction:column;gap:4px;padding-top:6px}.profile-side-menu-item{border:none;background-color:transparent;color:#d1d5db;border-radius:10px;min-height:38px;padding:10px 12px;text-align:left;font-size:14px;font-weight:400;line-height:1.2;cursor:pointer;transition:background-color .2s ease,color .2s ease}.profile-side-menu-item:hover,.profile-side-menu-item.is-active{background-color:#262626;color:#fff}.profile-side-menu-item:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.profile-content-panel{min-width:0}.profile-avatar-section{display:flex;align-items:center;gap:20px;padding-bottom:24px;border-bottom:1px solid #3a3a3a;margin-bottom:20px}.profile-avatar-section.profile-avatar-section-no-divider{border-bottom:none;padding-bottom:0;margin-bottom:0}.profile-avatar-section.profile-avatar-section-no-divider .profile-avatar{margin-top:4px}.profile-avatar{width:56px;height:56px;border-radius:50%;background:#e7815d;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;color:#fff;flex-shrink:0}.profile-avatar-info h2{font-size:24px;font-weight:600;color:#e0e0e0;margin:0 0 4px}.profile-email{font-size:14px;color:#888;margin:0}.profile-meta{margin:6px 0 0;font-size:12px;color:#737373}.profile-form{display:flex;flex-direction:column;gap:24px}.profile-form-secondary{padding-top:12px}.form-section h3{font-size:18px;font-weight:600;color:#e0e0e0;margin:0 0 14px;padding-bottom:0;border-bottom:none}.section-description{margin:-4px 0 18px;color:#9a9a9f;font-size:14px;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:18px}.form-group{display:flex;flex-direction:column;gap:8px}.profile-modal .form-group label{font-size:14px;font-weight:500;color:#e5e5e5}.profile-modal .form-group input,.profile-modal .form-group select,.profile-modal .form-group textarea{padding:12px 14px;font-size:15px;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}.profile-modal .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;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='%23cbd5f5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px}.profile-modal .form-group input::placeholder{color:#9a9a9a;font-weight:400}.profile-modal .form-group input:focus,.profile-modal .form-group select:focus,.profile-modal .form-group textarea:focus{outline:none;border-color:#5ab0ff;box-shadow:0 0 0 3px #5ab0ff40}.profile-modal .form-group input:disabled,.profile-modal .form-group select:disabled,.profile-modal .form-group textarea:disabled{opacity:.6;cursor:not-allowed}.profile-modal .form-group input.readonly-field{background-color:#18181a;color:#f2f2f2;cursor:default}body[data-theme=dark] .profile-modal .form-group input,body[data-theme=dark] .profile-modal .form-group select,body[data-theme=dark] .profile-modal .form-group textarea,body[data-theme=dark] .profile-modal input[type=text],body[data-theme=dark] .profile-modal input[type=email],body[data-theme=dark] .profile-modal input[type=password],body[data-theme=dark] .profile-modal input[type=tel],body[data-theme=dark] .profile-modal textarea{background-color:#18181a!important}body[data-theme=dark] .profile-modal .form-group input:-webkit-autofill,body[data-theme=dark] .profile-modal .form-group input:-webkit-autofill:hover,body[data-theme=dark] .profile-modal .form-group input:-webkit-autofill:focus,body[data-theme=dark] .profile-modal .form-group 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}body[data-theme=light] .profile-modal .form-group input,body[data-theme=light] .profile-modal .form-group select,body[data-theme=light] .profile-modal .form-group textarea,body[data-theme=light] .profile-modal input[type=text],body[data-theme=light] .profile-modal input[type=email],body[data-theme=light] .profile-modal input[type=password],body[data-theme=light] .profile-modal input[type=tel],body[data-theme=light] .profile-modal textarea{background-color:#faf9f5!important;border:1px solid #d6dde8!important;color:#1f2933!important}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:focus,body[data-theme=light] .profile-modal .form-group select:focus,body[data-theme=light] .profile-modal .form-group textarea:focus{border-color:#e7815d;box-shadow:0 0 0 3px #e7815d33}body[data-theme=light] .profile-modal .form-group input.readonly-field{background-color:#faf9f5!important;border-color:#d6dde8!important;color:#1f2933!important;cursor:default}body[data-theme=light] .profile-modal .form-group input:-webkit-autofill,body[data-theme=light] .profile-modal .form-group input:-webkit-autofill:hover,body[data-theme=light] .profile-modal .form-group input:-webkit-autofill:focus,body[data-theme=light] .profile-modal .form-group input:-webkit-autofill:active{-webkit-text-fill-color:#1f2933!important;-webkit-box-shadow:0 0 0 1000px #faf9f5 inset!important;box-shadow:0 0 0 1000px #faf9f5 inset!important;border:1px solid #d6dde8!important;caret-color:#1f2933;transition:background-color 9999s ease-in-out 0s}.field-hint{font-size:12px;color:#74747a;margin-top:-4px}.security-actions-row{display:flex;align-items:center;gap:14px;margin-bottom:16px}.security-reset-form{margin-top:10px}.security-password-fields{display:flex;flex-direction:column;gap:14px}.security-password-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;align-items:center}.security-password-row label{font-size:14px;font-weight:500;color:#e5e5e5;margin:0}.security-password-input-wrap{position:relative;width:100%}.security-password-input-wrap input{width:100%;padding-right:44px!important}.security-password-visibility-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:26px;height:26px;border:none;border-radius:6px;background:transparent;color:#8f8f94;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,background-color .2s ease}.security-password-visibility-toggle:hover:not(:disabled){color:#d0d0d0;background:#ffffff0f}.security-password-visibility-toggle:focus-visible{outline:2px solid #e7815d;outline-offset:1px}.security-password-visibility-toggle:disabled{opacity:.55;cursor:default}body[data-theme=light] .security-password-row label{color:#1f2933}body[data-theme=light] .security-password-visibility-toggle{color:#94a3b8}body[data-theme=light] .security-password-visibility-toggle:hover:not(:disabled){color:#64748b;background:#0f172a14}.security-password-actions{padding-top:10px!important;margin-top:8px;margin-bottom:28px;align-items:center;gap:12px;flex-wrap:wrap}.security-logout-section{border-top:1px solid rgba(255,255,255,.08);padding-top:24px}.security-logout-section h3{margin-bottom:10px}.security-logout-section .form-actions.profile-tab-actions{padding-top:1px}.security-inline-error{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#c62828;line-height:1.3}.security-inline-error span:first-child{font-weight:700}.security-logout-error{margin-top:8px}body[data-theme=dark] .security-inline-error{color:#ff8e8e}body[data-theme=light] .security-logout-section{border-top-color:#d6dde8}.status-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;border:1px solid transparent}.status-pill.is-on{color:#95f0b1;border-color:#95f0b159;background:#428a5640}.status-pill.is-off{color:#d2d2d4;border-color:#d2d2d440;background:#52525459}.subscription-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:8px}.subscription-plan-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.subscription-upgrade-reminder{font-size:12px;font-weight:500;color:#f59f7f;border:1px solid rgba(245,159,127,.55);background:#f59f7f24;border-radius:999px;padding:4px 10px;white-space:nowrap}.subscription-plan-title{font-size:14px;font-weight:600;color:#e5e7eb}.subscription-plan-value{font-size:14px;font-weight:500;font-family:Inter,sans-serif;color:#d4d6db;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px 12px;background:#ffffff0d;text-transform:none;letter-spacing:0}.subscription-status-pill{font-size:12px;font-weight:600;color:#f59f7f;border:1px solid rgba(245,159,127,.55);background:#f59f7f24;border-radius:999px;padding:3px 10px}.subscription-capabilities{margin:8px 0}.subscription-capabilities-title{font-size:14px;font-weight:600;color:#e5e7eb;margin-bottom:6px}.subscription-capabilities-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.subscription-capabilities-list li{position:relative;padding-left:16px;color:#d4d6db;font-size:14px;line-height:1.35}.subscription-capabilities-list li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border:1.5px solid #ee946f;border-radius:50%;transform:translateY(-50%)}.subscription-plan-actions{gap:10px;flex-wrap:wrap}.subscription-plan-actions .btn{width:196px;min-width:196px;box-sizing:border-box}.profile-modal .btn.subscription-cancel-button{color:#ffb3b3;border:1px solid rgba(220,90,90,.5);background:#252527}.profile-modal .btn.subscription-cancel-button:hover:not(:disabled){background:#252527;border-color:#dc5a5ab8;color:#ffd2d2}.subscription-item{display:flex;flex-direction:column;gap:4px;border-radius:10px;border:none;background:#2a2a2d;padding:14px}.subscription-label{font-size:12px;color:#8f8f94;text-transform:uppercase;letter-spacing:.06em}.subscription-value{font-size:14px;color:#e9e9eb;font-weight:600}.payment-history-empty{border:none;background:#2a2a2d;color:#929298;border-radius:10px;padding:16px;font-size:14px}body[data-theme=light] .subscription-item{background:#f1ede2}body[data-theme=light] .subscription-plan-title{color:#1f2933}body[data-theme=light] .subscription-plan-value{color:#334155;border-color:#d6dde8;background:#f5f2ea}body[data-theme=light] .subscription-upgrade-reminder,body[data-theme=light] .subscription-status-pill{color:#9a3412;border-color:#e7815d80;background:#e7815d24}body[data-theme=light] .subscription-capabilities-title{color:#1f2933}body[data-theme=light] .subscription-capabilities-list li{color:#334155}body[data-theme=light] .subscription-capabilities-list li:before{border-color:#e7815d}body[data-theme=light] .profile-modal .btn.subscription-cancel-button{color:#b91c1c;border-color:#dc5a5a80;background:#faf9f5}body[data-theme=light] .profile-modal .btn.subscription-cancel-button:hover:not(:disabled){background:#faf9f5;border-color:#dc5a5ab3;color:#991b1b}body[data-theme=light] .payment-history-empty{background:#f5f2ea;color:#64748b}.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}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #3a3a3a}.profile-modal .form-actions{border-top:none;padding-top:8px}.profile-tab-actions{justify-content:flex-start;padding-top:2px}.profile-modal .btn{padding:12px 24px;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;min-width:120px;justify-content:center}.profile-modal .btn:disabled{opacity:.6;cursor:not-allowed}.profile-modal .btn-primary{background-color:#e7815d;color:#fff}.profile-modal .btn-primary:hover:not(:disabled){background-color:#ee946f;transform:translateY(-1px);box-shadow:0 4px 12px #e7815d57}.profile-modal .btn-secondary{background-color:#3a3a3a;color:#d0d0d0}.profile-modal .btn-secondary:hover:not(:disabled){background-color:#454545}.profile-modal .btn:focus-visible{outline:2px solid #e7815d;outline-offset:2px}.spinner{width:14px;height:14px;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)}}.loader{width:40px;height:40px;border:3px solid rgba(33,150,243,.3);border-top-color:#2196f3;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@media (max-width: 768px){.profile-modal-header,.profile-modal-body{padding:24px}.profile-modal-title{font-size:24px}.profile-layout{grid-template-columns:1fr;gap:18px}.profile-side-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:0}.profile-side-menu-item{font-size:14px;display:flex;align-items:center;justify-content:center;justify-self:stretch;width:100%;text-align:center;min-height:36px;padding:10px 8px;white-space:nowrap}.form-row,.subscription-summary{grid-template-columns:1fr}.profile-form-secondary{padding-top:8px}.security-password-row{grid-template-columns:1fr;gap:8px}.security-password-actions{margin-bottom:20px}.profile-avatar-section{flex-direction:column;text-align:center}.security-actions-row{flex-direction:column;align-items:flex-start}.form-actions{flex-direction:column-reverse}.subscription-plan-actions{flex-direction:column}.profile-modal .btn{width:100%}}.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;-webkit-user-select:none;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:#ffffff14;color:#e5e7eb}.mobile-private-toggle.is-active{background-color:#4a9eff29;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:#ffffff14;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:#4a9eff29;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 #4a9eff33}.chat-split-divider{width:1px;flex-shrink:0;background:#ffffff1a}.chat-workspace.is-split .athena-chat-pane .chat-interface{--chat-horizontal-padding: 24px}.chat-workspace.is-split .athena-chat-pane .chat-top-controls{right:18px}.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:#0c0c0ec2;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:#94a3b866;background:#1f2937d9}.athena-chat-pane-close i{font-size:12px;line-height:1}.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:#141414e0;color:#f3f4f6;font-size:12px;letter-spacing:.01em;box-shadow:0 6px 20px #00000059}.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}}.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 #5ab0ff33;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}*{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[data-theme=dark],body[data-theme=dark]{color-scheme:dark}body[data-theme=dark]{--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: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] .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 #e7815d33}body[data-theme=dark] .settings-modal .settings-temperature input[type=range]{-webkit-appearance:none;-moz-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;-moz-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 #e7815d40}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]{--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:#d6dde8}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:#faf9f5f2;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{background-color:#faf9f5;border-right:1px solid #e8edf3}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{color:#1f2933}body[data-theme=light] .sidebar-collapse{color:#475569}body[data-theme=light] .sidebar-collapse:hover{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .sidebar-logo-expand-toggle{color:#475569}body[data-theme=light] .sidebar-logo-expand-toggle:hover{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .nav-item{color:#1f2933}body[data-theme=light] .nav-item:hover{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .nav-item-search{background-color:#fff;border:1px solid #d6dde8;color:#334155}body[data-theme=light] .nav-item-search:hover{background-color:#f0eee6;border-color:#c8d1df;color:#0f172a}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 #0f172a33,0 6px 14px #0f172a1f}body[data-theme=light] .left-sidebar.is-collapsed .nav-item[data-tooltip]:hover:after{color:#1f2933;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,body[data-theme=light] .nav-item-hotkey{color:#6b7280}body[data-theme=light] .sidebar-history-toggle-state{color:#9aa6b5;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:#8794a5;background:#94a3b82e;border-color:#94a3b840;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:#1f2933}body[data-theme=light] .sidebar-section-title,body[data-theme=light] .sidebar-section-subtitle{color:#6b7280}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:#475569}body[data-theme=light] .nav-dropdown{background-color:#fff;border:1px solid #e2e8f0}body[data-theme=light] .nav-dropdown-item{color:#1f2933}body[data-theme=light] .account-dropdown-item i{color:#6b7280}body[data-theme=light] .account-dropdown-identity{color:#64748b;border-bottom-color:#e2e8f0}body[data-theme=light] .account-dropdown-item-logout{border-top-color:#e2e8f0}body[data-theme=light] .nav-dropdown-item:hover{background-color:#f0eee6;color:#0f172a}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:#0f172a}body[data-theme=light] .nav-dropdown-item.is-selected{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .account-language-caret{color:#64748b}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{color:#334155}body[data-theme=light] .chat-input-shell{background-color:#fff;border:1px solid transparent;box-shadow:0 0 0 1px #00000013,0 4px 20px #0000}body[data-theme=light] .chat-input{color:#111827}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:#e7815d75;color:#ffffffc7;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:#faf9f5b8;color:#1f2933}body[data-theme=light] .file-upload .upload-plus,body[data-theme=light] .file-upload .upload-button{color:#64748b}body[data-theme=light] .file-upload .upload-button:hover,body[data-theme=light] .file-upload .upload-button:focus-visible{background-color:#f0eee6;color:#0f172a}body[data-theme=light] .file-upload .upload-button:hover .upload-plus,body[data-theme=light] .file-upload .upload-button:focus-visible .upload-plus{color:#0f172a}body[data-theme=light] .user-message .message-content{background-color:#f0eee6;color:#111827;border:none}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:#faf9f5db}body[data-theme=light] .ai-message .message-content{color:#1f2933}body[data-theme=light] .message-content{background-color:transparent}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] .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:#334155}body[data-theme=light] .chat-mode-chip:hover{border-color:#c8d1df;background:#f8fafc;color:#0f172a}body[data-theme=light] .chat-mode-chip.is-selected{border-color:#334155;background:#fff;color:#0f172a}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}body[data-theme=light] .workflow-slash-picker-item{color:#475569}body[data-theme=light] .workflow-slash-picker-item:hover{background:#ece8df;color:#0f172a}body[data-theme=light] .workflow-slash-picker-loading,body[data-theme=light] .workflow-slash-picker-item-prefix{color:#64748b}body[data-theme=light] .chat-mode-chips-under-input .chat-mode-chip.is-embedded{background:transparent;border:none;color:#475569}body[data-theme=light] .chat-input-workflow-clear:hover{background:#f0eee6;color:#334155}body[data-theme=light] .chat-input-workflow-token{background:#faf9f5}body[data-theme=light] .chat-mode-chips-under-input .chat-mode-chip.is-embedded:hover{background:#f0eee6;color:#0f172a}body[data-theme=light] .chat-mode-chips-under-input .chat-mode-chip.is-embedded.is-selected{background:#ffffffb3;color:#0f172a}@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] .chat-history-item{background-color:transparent;border-color:transparent}body[data-theme=light] .chat-history-item.selected{background-color:#eef2ff;border-color:#c7d2fe}body[data-theme=light] .chat-history-item:hover{background-color:#f0eee6;border-color:transparent}body[data-theme=light] .chat-item-title{color:#475569}body[data-theme=light] .chat-history-section-title{color:#9aa6b5}body[data-theme=light] .chat-history-see-all{color:#64748b}body[data-theme=light] .chat-history-see-all:hover{color:#334155}body[data-theme=light] .chat-item-menu-button{color:#64748b}body[data-theme=light] .chat-item-menu-button:hover{color:#334155}body[data-theme=light] .chat-item-menu{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px #0f172a1f}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{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{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{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{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:#1f2933}body[data-theme=light] .settings-card{background-color:#faf9f5;border:none}body[data-theme=light] .settings-modal-header h2,body[data-theme=light] .settings-modal-kicker,body[data-theme=light] .settings-modal-subtitle,body[data-theme=light] .profile-modal-header h1,body[data-theme=light] .profile-modal-kicker,body[data-theme=light] .profile-modal-subtitle,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{color:#1f2933}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:#d6dde8}body[data-theme=light] .btn-close,body[data-theme=light] .settings-close,body[data-theme=light] .profile-modal-close{background:#0f172a14;color:#1f2933}body[data-theme=light] .btn-close:hover,body[data-theme=light] .settings-close:hover,body[data-theme=light] .profile-modal-close:hover{background:#0f172a29}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:#f0eee6;color:#334155;border-bottom:1px solid #e2e8f0}body[data-theme=light] .ideas-table,body[data-theme=light] .workflows-table,body[data-theme=light] .search-chats-table{border-top:1px solid #e2e8f0}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:#ece8df}body[data-theme=light] .documents-row.is-selected:hover td{background-color:#e8e3d8}body[data-theme=light] .search-chat-row.is-selected td{background-color:#ece8df}body[data-theme=light] .search-chat-row.is-selected:hover td{background-color:#e8e3d8}body[data-theme=light] .idea-row.is-selected td,body[data-theme=light] .workflow-row.is-selected td{background-color:#ece8df}body[data-theme=light] .idea-row.is-selected:hover td,body[data-theme=light] .workflow-row.is-selected:hover td{background-color:#e8e3d8}body[data-theme=light] .idea-title-button,body[data-theme=light] .workflow-name-button{color:#1f2933}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:#faf9f5e0}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{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}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 #e7815d33}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 #0f172a1f}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 #e7815d33}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 #e7815d33}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,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{color:#1f2933}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.auth-expired-modal .modal-content{background:#000;border-color:#1f1f1f}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 .confirm-btn,body[data-theme=light] .modal-overlay.auth-expired-modal .confirm-btn.danger{background-color:#28afb0;color:#fff;padding:16px;border-radius:10px;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;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 #4a9eff66}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:#d6dde8}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:#e7815d29;border-color:#e7815d;color:#1f2933}body[data-theme=light] .settings-choice-button:focus-visible{box-shadow:0 0 0 3px #e7815d33}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 #e7815d40}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 #e7815d33}body[data-theme=light] .settings-modal .settings-temperature input[type=range]{-webkit-appearance:none;-moz-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;-moz-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] .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] .documents-controls .documents-type-trigger{background-color:#faf9f5;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] .documents-controls .documents-type-trigger:hover{background-color:#fffdf8;border-color:#c8d1df;color:#0f172a}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] .documents-controls .documents-type-trigger:focus{border-color:#e7815d;box-shadow:0 0 0 3px #e7815d33}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] .profile-modal .form-group select option{background:#faf9f5;color:#1f2933}body[data-theme=light] .search-chats-top-controls .documents-search{background-color:#faf9f5}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 #0f172a1f}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='%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")}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 #e7815d33}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:#1f2933;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")}body[data-theme=light] .documents-type-menu{background-color:#faf9f5;border:1px solid #d6dde8;box-shadow:0 16px 30px #0f172a1f}body[data-theme=light] .documents-type-option{color:#1f2933}body[data-theme=light] .documents-type-option i{color:#64748b}body[data-theme=light] .documents-type-option:hover{background-color:#fffdf8;color:#0f172a}body[data-theme=light] .documents-type-option.is-selected{background-color:#f0eee6;color:#0f172a}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 #c8d1df99}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-row-menu-trigger{color:#64748b}body[data-theme=light] .documents-sort-button:hover,body[data-theme=light] .documents-row-menu-trigger:hover{background-color:#e2e8f0;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 #0f172a1f}body[data-theme=light] .documents-card-menu{background:#faf9f5;border:1px solid #d6dde8;box-shadow:0 10px 24px #0f172a1f}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{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{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{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{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,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::placeholder,body[data-theme=light] .workflows-modal .form-group textarea::placeholder{color:#94a3b8!important}body[data-theme=light] .workflows-modal .form-group label{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: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-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 .btn-secondary:disabled{background-color:#f3efe4;border:none;color:#94a3b8}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{color:#94a3b8}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:#1f293329}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-list-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:#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:first-child{border-top-color:transparent}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 #0f172a29}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:#e7815d24;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:#e7815d24;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 #ffffff9e,0 0 0 1px #e7815d59}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:#d6dde8}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 #e7815d2e 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}@media (max-width: 768px){body[data-theme=light] .left-sidebar .account-section{background-color:#faf9f5;border-top-color:#d6dde8}}
